@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap");

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #FCC036;
    --main-fonts: 'Tajawal', sans-serif;
}

body {
    font-family: var(--main-fonts);
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    direction: rtl;
    text-align: right;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: #fff;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
    color: #ffffff;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/* start reema*/
.file-preview {
    border: none !important;
}

.file-drop-zone {
    border: none !important;
}

.file-input.file-input-ajax-new {
    border: 1px solid #D9D9D9;
    padding: 5px;
    border-radius: 10px;
}
.upload-btn-wrapper {
    display: inline-block;
    cursor: pointer;
}
.upload-btn-wrapper {
    display: inline-block;
    cursor: pointer;
}
.upload-btn-wrapper:hover{
    cursor: pointer;
}
.upload-btn-wrapper a{
    text-align: center;
    color: #fff;
    background-color: #37765B;
    border-color: #37765B;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 40px;
}
.upload-btn-wrapper a i{
    font-size: small !important;
    color:white;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width:100%;
}
.custom-img{
    height: 140px !important;
    width: 140px;
  
}
.ic-red-heart{
    color: #f44336 !important;
}
.paginate-container{
    text-align: center;
    margin-top: 69px;
    font-size: 20px;
}
.pagination {
    display: inline-block;
}

.pagination a {
    color: white;
    float: left;
    padding: 8px 16px;
    margin: 5px;
    text-decoration: none;
    background-color: #010101;
}
.pagination a.active {
    color: white;
    float: left;
    padding: 8px 16px;
    margin: 5px;
    text-decoration: none;
    background-color: #FCC036;
}
.a-request{
    color: white;
}
.a-request:hover{
    color: white;
}
.form-w{
    padding: 20px 5% !important;

}
.cur-pointer:hover{
    cursor: pointer;
}
.inverse-hover-item:hover {
    color: #ffffff !important;
}
#myCartSidepanelCart {
    width: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    right: 0;
    background: #f9f9f9;
    overflow-x: hidden;
    transition: 0.5s;
}
.side-padd
{
    padding: 30px 5px 0px;
}
.last-product{
    margin-top: 20px;
    padding:15px 20px;

}
.last-proudct .post-thumb{
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;

}
.last-proudct .post-thumb img,.cart-body .post-thumb img
{
    width: 80px;
    height: 80px;
    margin-left: 10px;
}
.shopping-head{
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 10px;

}
.shopping-foot{
    display: flex;
    padding:20;
    justify-content: space-between;
}

.woodmart-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}
.woodmart-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}
/*end reema */

/*================================
        /-header-/
==================================*/

#notice{
    background: #ccc;
    font-size: 14px;    
}





#header {
    background-color: #ffffff;
    position: relative;
}

.top-header {
    background: #010101;
    padding: 6px 0;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ph-head p {
    color: #fff;
    font-size: 12px
}

.top-header .social-media li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

.top-header .social-media li a:hover {
    transform: scale(1.2)
}

.head-left > li {
    list-style: none;
    display: inline-block;
    padding-left: 25px;
    margin-left: 25px;
}

.head-left > li:last-child {
    margin-left: 0
}

.dropdown-item {
    color: #212529 !important;
    padding: .25rem 1rem;
    text-align: right;
}

.header-bottom {
    display: flex;
    padding: 15px 0;
}

.logo_site {
    float: right;
}

.logo_site > a {
    display: block;
}

.logo_site > a img {
    max-width: 80px
}

.main_menu {
    float: right;
    margin-right: 50px;
    margin-top: 30px;
}

.main_menu > li {
    float: right;
    margin-right: 30px;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a,.main_menu > li > form > a {
    display: block;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
}

.main_menu > li > a:hover,
.main_menu > li > a:focus,
.main_menu > li > form > a:hover,
.main_menu > li > form > a:focus  {
    color: var(--main-color);
}

.he_content_right {
    float: left;
    margin-top: 30px;
}

.user_cart > li {
    float: right;
    margin-left: 20px;
    position: relative;
}

.user_cart > li:last-child {
    margin-left: 0;
}

.user_cart > li > a {
    display: block;
}

.user_cart > li > a > img {
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.count {
    position: absolute;
    top: -5px;
    right: -6px;
    font-size: 12px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.cart_sa {
    position: absolute;
    top: -27px;
    right: 0;
    background-color: #ff0000;
    border-radius: 10px;
    text-align: center;
    padding: 3px 5px;
}

.dropdown-menu_st3 {
    border: 0;
    left: auto;
    right: -10px;
    margin-top: 20px;
    min-width: 170px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.dropdown-menu_st3:after {
    left: 20px;
    top: -15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #F1F3F5;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-right-width: 10px;
    border-bottom-width: 5px;
    border-left-width: 10px;
    z-index: 1;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.drop_button > a {
    display: block;
    width: 100%;
    box-shadow: none;
    border: 1px solid #edeef3;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    color: #0388B4;
    text-align: center;
    font-size: 16px;
}

.drop_button > a:last-child {
    margin-bottom: 0;
}

.drop_button > a:hover,
.drop_button > a:focus {
    color: #fff;
    background-color: #0388B4;
    border-color: #0388B4;
}

.dropdown-menu {
    background-color: #F1F3F5;
    padding: 0;
}

.dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 4px;
    border: none;
}

.head-left .nav-link {
    display: block;
    padding: 0;
}

.caret {
    margin-left: 15px;
}

.icon-shop .count {
    left: 17px;
    right: auto
}

.icon-shop small {
    font-size: 15px;
    margin-left: 10px;
}

.reg-site {
    margin-left: 40px !important;
    position: relative;
}

.log-site:before {
    content: "";
    background: #000;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.reg-site a,
.log-site a {
    display: block;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
}

.reg-site a:hover,
.log-site a:hover {
    color: var(--main-color)
}

.log-site {
    margin-left: 15px !important;
    padding-left: 15px;
}

.dropdown-cart .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    padding: 15px;
    width: 380px;
    border-radius: 10px;
    margin-top: 10px;
    top: 100%;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    text-transform: none !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .175);
}

ul#cart_items {
    padding: 5px 0 0 0;
    list-style: none;
}

ul#cart_items li {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    padding-bottom: 10px;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex
}

ul#cart_items li .image {
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

ul#cart_items li .image img {
    width: 100%;
    height: auto;
}

ul#cart_items li strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 14px;
    margin-bottom: 15px;
    display: block;
}

ul#cart_items li strong a {
    color: #000
}

ul#cart_items li a.action i {
    font-size: 14px;
    text-shadow: none;
    font-weight: normal;
}

ul#cart_items li a.action:hover {
    color: #333;
    background: none;
}

.title-cart {
    text-align: right;
    width: 80%;
}

.flexf {
    display: flex;
    justify-content: space-between;
}

.flexf p {
    font-size: 16px;
}

.dropdown-cart .dropdown-menu a.button_drop {
    display: inline-block;
}

.dropdown- .dropdown-menu {
    margin-top: 7px;
}

.option-cart {
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
    margin: -10px 10px 10px;
}

.option-cart a {
    width: 50%;
    margin-left: 15px;
}

.option-cart a:last-child {
    margin-left: 0;
}

.show-cart {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-size: 15px;
    transition: .4s
}

.show-cart:hover {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-size: 15px;
}

.btn-checkout {
    border: 1px solid #000;
    color: #000 !important;
    font-size: 14px;
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
}

.btn-checkout:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    font-size: 14px;
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
}

/*hamburger*/

.hamburger {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 0px;
    border: none;
    position: relative;
    z-index: 0;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-top: 15px;
    cursor: pointer;
    margin-right: 15px;
}

.hamburger:hover {
    background-color: transparent;
}

.hamburger:hover span:nth-child(1) {
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
}

.hamburger:hover span:nth-child(3) {
    transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.active span:nth-child(2) {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
}

.hamburger span {
    width: 18px;
    height: 2px;
    border-radius: 10px;
    opacity: 0.7;
    margin: auto;
    background-color: #545151;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hamburger span:last-child {
    margin-bottom: 0;
}

.hamburger:hover span {
    background-color: #fff;
    opacity: 1;
}



/*================================
        /-section-slide-home-/
==================================*/


.section-home-slide {
    position: relative;
    padding: 50px 0;
    background: var(--main-color);
    z-index: 0;
}

.section-home-slide:before {
    content: '';
    background: url(../images/bg-top-policy.svg);
    background-size: contain;
    position: absolute;
    bottom: -90px;
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    height: 100px;
}

.h-s-thumb {
    padding: 10px 0;
    height: 400px;
}

.h-s-txt {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 200px;
}

.h-s-txt > h1 {
    color: #010101;
    font-size: 30px;
    font-weight: bold;
}


/*================================
      /-section-features-/
==================================*/

.section-features {
    position: relative;
    padding: 120px 0 50px;
}

.section-features:before {
    content: "";
    background: url(../images/shape-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
}

.flex-feat {
    display: flex;
    margin-right: auto;
}

.box-feat {
    width: 25%;
}

.box-feat figure {
    background: url(../images/bg-feat.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    line-height: 110px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}

.box-feat figure img {
    max-width: 60px;
}

.box-feat p {
    color: #010101;
    margin-top: 10px;
    text-align: center;
    font-weight: 500
}

.sec-head {
    margin-bottom: 30px;
}

/*================================
    /-section-latest-products-/
==================================*/


.section-latest-products {
    padding: 40px 0 0;
    position: relative;
}

.sec-head h2 {
    font-size: 22px
}

.product-item {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .4s;
    overflow: hidden;
}

.proThumb {
    background: #F2F2F2;
    width: 100%;
    height: 260px;
    padding:12px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#dropdownMenuButton {
    border: solid 1px #f9c036;
    padding: 5px 10px;
    border-radius: 6px;
}

.proThumb > img:hover {
    opacity: 0.7;
}

.product-item .proTxt {
    margin-top: 50px;
}

.product-special .product-item .proTxt {
    margin-top: 10px;
}

.proTxt span {
    font-weight: bold;
}

.proTxt h5 {
    font-weight: 600;
    height: 30px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    font-weight: 600;
}

.proTxt h5 a {
    color: #333333
}

.price-product {
    display: flex;
    justify-content: center;
}

.price-product li {
    margin: 0 10px;
}

.current-price {
    color: #EEA831;
}

.discounted-price {
    color: #777777;
    position: relative;
}

.discounted-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #777777;
}

.option-shopping {
    position: absolute;
    left: 20px;
    top: 30px;
    transition: .5s;
    transform: translateY(-150px)
}

.product-item:hover .option-shopping {
    transform: translateY(0px);
}

.option-shopping li {
    display: block;
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    transition: .4s
}

.option-shopping li:hover {
    background: #FCC036;
}

.option-shopping li a {
    display: flex;
    height: 30px;
    justify-content: center;
}

.option-shopping li img {
    width: 20px !important;
    margin: 0;
}

.owl-dots {
    text-align: center;
}

.owl-dots span {
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    transition: .5s
}

.owl-dot.active span {
    background: var(--main-color) !important;
}


.section-top-selection {
    padding: 40px 0;
    position: relative;
}

.section-top-selection:before {
    content: "";
    background: url(../images/shape-r.svg);
}

/*================================
        /-footer-/
==================================*/


#footer {
    position: relative
}

.top-footer {
    background: #F2F2F2;
    padding: 40px 0;
    position: relative;
}

.top-footer:before {
    content: "";
    background: url(../images/shape-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 250px;
    height: 250px;
}

.logo-ft {
    text-align: center;
}

.logo-ft img {
    max-width: 80px;
    margin-bottom: 10px;
}

.logo-ft p {
    font-size: 13px;
    text-align: right
}

.f-box > h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.f-menu li {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.f-menu li > a {
    display: inline-block;
    color: #010101;
}

.f-menu li > i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.f-menu li img {
    width: 20px;
    margin-right: 10px;
}

.f-menu i {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
}

.bottom-footer {
    padding: 25px 0;
}

.bottom-footer .copyright {
    color: #101010
}

.text-left {
    text-align: center !important;
}

.social-media {
    text-align: left
}

.social-media li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 0px;
}

.social-media li a {
    color: #000;
    font-size: 20px
}

.social-media li:last-child {
    margin-left: 0
}

#whatsapp-top{
 position: fixed; 
 bottom: 50px; 
 left: 50px;  
}




/*====================
     /-modal-/
====================*/

.modal-dialog {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}


#confirmDelete{
        padding: 0 !important;
}


.head-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    text-align: right;
}

.head-form .title p {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.head-form .title span {
    color: #717171;
    font-size: 16px;
}

.head-form a {
    color: #21324c;
    font-size: 15px;
}

.form-control {
    height: 50px;
    color: #ccc;
    text-align: center;
    font-size: 18px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--main-color);
}

.pd-form {
    padding: 0 50px;
}

.pd-form a {
    color: #000;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

.form-group {
    text-align: center;
    position: relative;
}

.btn-log {
    margin: auto;
    width: 80%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    background: var(--main-color)
}

.btn-log:hover {
    transform: scale(1.1)
}

.modal-content {
    border: 0
}

#forgot-pass {
    display: none;
}

.show_pass {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.flex50 {
    display: flex
}

.flex50 .form-group {
    width: 50%;
    margin-left: 15px;
}

.flex50 .form-group:last-child {
    margin-left: 0;
}

#reg-site .modal-dialog {
    width: 700px;
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

#reg-site .pd-form {
    padding: 0;
}

#reg-site .form-control {
    height: 50px;
    color: #ccc;
    text-align: revert;
    font-size: 18px;
}

.box-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    text-align: right;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #848484;
}

.box-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #eee
}

.box-checkbox:hover input ~ .checkmark {
    background-color: #fff;

}

.box-checkbox input:checked ~ .checkmark {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.box-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.box-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#reg-site .btn-log {
    margin: auto;
    width: 50%;
    height: 50px;
    border-radius: 5px;
    font-size: 20px;
    color: #000;
    background: var(--main-color);
    font-weight: 500;
}

/*================================
    /-about-us-/
==================================*/


/*head-page*/

.head-page {
    background: var(--main-color);
    padding: 40px 0;
    text-align: center;
    position: relative
}

.head-title h3 {
    font-weight: 600;
}

.head-title li {
    font-weight: 500;
}

.brad-list li {
    display: inline-block;
    color: #000;
}

.brad-list li:last-child {
    margin-right: 2px;
    padding-right: 7px;
    position: relative;
}

.brad-list li:last-child:before {
    content: "";
    background: #000;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: 0;
}

.brad-list li a {
    color: #000;
}

.brad-list {
    margin-top: 5px;
    position: relative;
}

.head-title {
    position: relative;
}


/*================================
    /-section-site-page-/
==================================*/

.section-site-page {
    padding: 40px 0 150px;
}

.box-aside-pro {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}

.box-aside-pro > p {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.box-aside-pro li {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.box-aside-pro li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.box-aside-pro li a,
.btn-link {
    color: #010101;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
}

.btn-link {
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.card-header {
    background-color: transparent;
    padding: 0;
    border: 0
}

.card-body {
    padding: .5rem 0 1.25rem;
}

.accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
}

.mb-0 button.collapsed:before {
    content: "\f104";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 0;
    transform: rotate(0);
    transition: .5s
}

.mb-0 button:before {
    content: "\f104";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 3px;
    transform: rotate(270deg);
    transition: .5s
}

.btn-link:hover {
    color: #fcc036;
    text-decoration: none;
}

.block-checkList .ui_checkbox label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.block-checkList .ui_checkbox label:before {
    border: 1px solid #aaaaaa;
}

.block-checkList .ui_checkbox {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.block-checkList .ui_checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: 3;
    width: 100%;
    height: 17px;
    margin: 0;
}

.block-checkList .ui_checkbox label {
    cursor: auto;
    position: relative;
    display: block;
    padding-right: 1.85714em;
    outline: 0;
    font-size: 1em;
}

.block-checkList .ui_checkbox label,
.block-checkList .ui_checkbox + label {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    line-height: 17px;
    padding-top: 2px;
}

.block-checkList .ui_checkbox input.hidden + label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-checkList .ui_checkbox label:before {
    position: absolute;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    content: '';
    background: transparent;
    border-radius: 2px;
    border: 2px solid #aaaaaa;

}

.block-checkList .ui_checkbox input:checked ~ .box:before,
.block-checkList .ui_checkbox input:checked ~ label:before {
    background: var(--main-color);
    border-color: var(--main-color);
}

.block-checkList .ui_checkbox label:after {
    position: absolute;
    font-size: 12px;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: 0;
    border-radius: 5px;
    font-family: FontAwesome;
}

.block-checkList .ui_checkbox input:checked ~ label:after {
    opacity: 1;
    color: #fff;
}

.block-checkList .ui_checkbox input:checked ~ label:after {
    content: '\f00c';
}

.block-checkList .checkboxx .ui_checkbox {
    margin-right: 30px;
}

.box-ad-s {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(252, 192, 54, 1) 0%, rgba(238, 168, 49, 1) 87%);
    min-height: 260px;
    margin-bottom: 20px;
}

.box-latest-product {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.box-latest-product figure {
    width: 70px;
    height: 70px;
    padding: 7px;
    float: right;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 0
}

.box-latest-product figure img {
    width: 100%;
    height: 100%;
}

.box-latest-product .sec-title {
    margin-right: 95px;
    padding-top: 10px;
}

.box-latest-product .sec-title p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.box-latest-product .sec-title span {
    color: var(--main-color)
}

.nav-tabs {
    border: 1px solid #DBDBDB;
    padding: 10px;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
}

.nav-tabs .nav-item:before {
    content: "";
    background: #DBDBDB;
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-tabs .nav-item:last-child:before {
    display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 0
}

.nav-tabs .nav-link.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link {
    color: #101010;
    font-size: 18px;
    border: 0;
}

.content-order {
    padding: 40px 0;
}

.box-order {
    margin-bottom: 30px;
}

.box-order figure {
    background: #F5F5F5;
    padding: 20px;
    width: 130px;
    height: 150px;
    border-radius: 3px;
    float: right;
}

.box-order .sec-title {
    margin-right: 140px;
}

.box-order .sec-title span,
.box-order .sec-title small {
    color: #777777;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
}

.box-order .sec-title small {
    margin-bottom: 10px
}

.box-order .sec-title p {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500
}

.box-order .sec-title ul li {
    display: inline-block;
}

.btn-bill {
    background: #010101;
    color: #fff !important;
    display: block;
    border-radius: 3px;
    text-align: center;
    width: 165px;
    height: 40px;
    line-height: 40px;
}

.btn-bill img {
    width: 17px;
}

.btn-repeat {
    background: var(--main-color);
    color: #fff !important;
    display: block;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/*===================
      /-cart-/
===================*/


.empty {
    display: table;
    text-align: center;
    min-height: 400px;
    width: 100%;
    background: #fff;
}

.box-empty {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.box-empty img {
    max-width: 150px;
}

.empty span {
    display: block;
    margin: 20px 0 40px;
    text-align: center;
    color: #777777;
    font-weight: 500;
    font-size: 17px
}

.empty a {
    margin: auto;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 10px;
}

.empty a:hover {
    opacity: .7;
    transform: scale(1.1)
}

thead tr {
    border: 1px solid #DBDBDB;
    color: #777777;
    font-weight: 400
}

.table thead th,
.table td,
.table th {
    border: 0;
    font-weight: 400;
}

.product-col {
    padding: 2rem .8rem 1.8rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-col .product-image-container {
    max-width: 70px;
    vertical-align: middle;
    margin-left: 1.8rem;
    margin-bottom: 0;
    padding: 10px;
}

.product-image-container {
    position: relative;
    display: block;
    background-color: #F5F5F5;
    margin-bottom: 2.7rem;
    border-radius: 0;
}

.product-title a {
    color: inherit;
    font-weight: 500;
    color: #777777;
    overflow: hidden;
    display: block;
    font-size: 16px;
}

.price-por {
    color: #777
}

.price-por,
.sub {
    padding-top: 40px !important;
}

.quantity_block {
    display: inline-block;
    padding-top: 20px;
}

.quantity {
    position: relative;
    display: block;
    vertical-align: middle;
    border-radius: 0px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.quantity .count-quat {
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    color: #0D0D0D;
    font-size: 16px;
    padding: 0 5px;
    background-color: transparent;
    border: 1px solid rgba(151, 151, 151, 0.5);
}

.inc {
    position: absolute;
    right: -24px;
    top: 0;
    height: 19.5px;
    width: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #F2F2F2;
    border: 1px solid #DBDBDB;
    color: #5F5F60;
    text-align: center;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dec {
    position: absolute;
    right: -24px;
    bottom: 0;
    height: 19.5px;
    width: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #F2F2F2;
    border: 1px solid #DBDBDB;
    color: #5F5F60;
    text-align: center;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-from-cart {
    color: #000;
    padding-top: 30px;
    display: block;
}

.remove-from-cart:hover {
    color: #f00;
}

.shipping-details {
    border: 1px solid #DBDBDB;
    padding: 15px;
}

.shipping-details h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

.flex-sh {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.flex-sh p {
    width: 50%;
}

.flex-sh .checkmark {
    border: 1px solid #777777;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    top: 5px;
}

.flex-sh .box-checkbox {
    display: block;
    position: relative;
    padding-right: 25px;
}

.flex-sh .box-checkbox .checkmark:after {
    left: 1px;
    top: 0px;
    border-width: 0;
    font-family: 'themify';
    content: "\e64c";
    font-size: 10px;
    color: #fff;
    height: auto;
    width: auto;
    transform: rotate(0);
}

.shipping-details .flex-sh:nth-child(4) {
    border-bottom: 0;
    margin-bottom: 0;
}

.btn-done-order {
    background: var(--main-color);
    color: #fff !important;
    text-align: center;
    height: 50px;
    width: 90%;
    margin: 30px auto;
    line-height: 50px;
    border-radius: 2px;
    display: block;
}
.btn-done-order:order {
    opacity: .7;
    transform: scale(1.1)
}

.di-none {
    display: none;
}

/*========================
    /-order-details-/
========================*/

.table-order-details thead tr {
    border: 0;
    border-bottom: 1px solid #DBDBDB;
}

.btn-rate {
    background: #010101;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #fff !important;
    font-size: 14px;
}

.btn-rate:hover {
     border: 1px solid #010101;
    background: #fff;
    color: #000 !important
}

.btn-rate i {
    margin-left: 5px
}

.count-or {
    border: 1px solid #DBDBDB;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}

.content-order-details {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / .16);
    padding: 20px;
    min-height: 400px;
}

.content-order-details h5 {
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.option-order {
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    padding: 10px;
    margin: 20px 0 30px
}

.option-order p {
    color: #777777;
    width: 20%;
}

.option-order span {
    color: #000000
}

/*============================
    /-shipping-adresses-/
============================*/

.content-order-details .sec-head {
    margin-bottom: 30px;
}

.btn-add-shipping {
    background: var(--main-color);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff !important;
    font-size: 12px;
    left: 30px;
    top: 30px;
}
.btn-add-shipping:hover {
    transform: scale(1.2)
}

.box-shipping {
    border: 1px solid #DBDBDB;
    padding: 15px;
    position: relative;
}

.head-sh p {
    display: flex;
    align-items: center;
}

.head-sh p i {
    margin-left: 5px;
    border: 1px solid #DBDBDB;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    color: #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.det-adress div {
    display: flex;
    align-items: center;
}

.det-adress p {
    width: 30%;
    color: #777777;
    font-size: 13px;
}

.det-adress span {
    color: #DBDBDB;
    font-size: 13px;
}

.head-sh ul {
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
}

.edit-adre {
    background: var(--main-color);
    width: 25px;
    height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 5px
}

.edit-adre a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.remove-adre {
    background: #000;
    width: 25px;
    height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 15px
}

.remove-adre a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.remove-adre a:hover {
    color: var(--main-color);
}

.form-shipping .form-group {
    text-align: right
}

.form-shipping .form-control {
    height: 40px;
    color: #ccc;
    text-align: right;
    font-size: 15px;
}

.form-shipping .checkmark {
    border-radius: 50%
}

#googleMap2 {
    height: 400px;
    margin-top: 10px;
}

.btn-save {
    background: var(--main-color);
    color: #fff;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}

.col-lg-4 .option-shopping {
    left: 10px;
    top: 10px;
}

.col-lg-8 .option-order {
    justify-content: initial;
    margin-top: 0;
}

.flex00 {
    display: flex;
    margin-left: 40px;
    align-items: center;
}

.flex00 p {
    width: 40%;
    margin-left: 10px;
}

.flex00 select {
    padding: 5px;
    border-radius: 3px;
}

/*=====================
    /-contact-us-/
=====================*/



.form_contact .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form_contact .form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 0;
    border: 1px solid #DDE3E8;
    height: 40px;
    background-color: transparent;
}

.form_contact textarea.form-control {
    height: 70px;
    resize: vertical;
    resize: none;
}

.form_contact .form-group > label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    transition: .3s;
    color: #9e9e9e;
    font-size: 14px;
    margin: 0;
    font-weight: 100;
}

.form_contact .form-control:focus {
    border-color: #57A4C3;
}

.btn_contact {
    background-color: var(--main-color);
    color: #000;
    font-size: 16px;
    border-radius: 2px;
    width: 160px;
    margin: 10px auto;
    display: block;
}

.btn_contact:hover {
    color: #ffffff;
}

.contact_info_box {
    position: relative;
}

.contact_info_box ul li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact_info_box ul li i {
    float: right;
    border: 1px solid #DBDBDB;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #777777;
    margin-left: 20px;
}

.contact_info_box ul li h6 {
    color: #373E5A;
    font-size: 13px
}

.contact_info_box .sec-title {
    margin-top: 10px;
}

.contact_left h3,
.contact_info_box h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px
}

.pro--Thumb {
    background-color: #F5F5F5;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 320px;
    width: 320px;
    margin-right: auto;
}

.slider-nav .slick-list {
    height: 290px !important;
}

.pro--Thumb > img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.sp-nav {
    background-color: #f2f2f2;
    padding: 10px;
    height: 95px !important;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none !important;
    margin-bottom: 2px;
    cursor: pointer;
}

.sp-nav > img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.slider-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slick-arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #DBDBDB;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 2px;
}

.slick-arrow:hover {
    background-color: var(--main-color);
    color: #fff;
}

.slick-arrow:last-child {
    margin-bottom: 0;
}

.content-slider {
    display: flex
}

.block-product-slide,
.details-product {
    width: 50%;
    padding: 0 10px;
}

.slider-nav .fa-angle-left {
    position: absolute;
    bottom: -30px;
    left: 20px;
    z-index: 9;
    margin-bottom: 0;
}

.slider-nav .fa-angle-right {
    position: absolute;
    bottom: -30px;
    right: 20px;
    z-index: 9;
}

.details-pro .price-product {
    display: flex;
    align-items: center;
    justify-content: initial;
}

.rate_perfect {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.rate_perfect .rate {
    color: #c5c5c5;
}

.rate_perfect .checked {
    color: #777777;
}

.details-pro h4 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.details-pro p {
    font-size: 12px;
    color: #777777
}

.details-pro .current-price {
    font-weight: 600;
    color: var(--main-color);
    font-size: 19px;
}

.details-pro .discounted-price {
    font-size: 14px;
}

.cate- {
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.rate_perfect p {
    font-size: 17px
}

.rate_perfect select {
    background: #F5F5F5;
    padding: 5px 25px;
    margin-right: 10px;
}

.opt-product {
    display: flex;
    align-items: center;
}

.add-heart {
    border: 1px solid #DBDBDB;
    color: var(--main-color) !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-left: 10px;
}

.add-cart {
    background: var(--main-color);
    color: #fff !important;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-left: 35px;
}

.add-cart:hover {
    opacity: .8
}

.shear-product {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shear-product ul li {
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.shear-product ul li:hover {
    background: #707070;
}

.shear-product ul li:hover a{
    color: #fff;
}

.shear-product ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-details-tab {
    margin-top: 50px;
}

.product-details-tab .nav-tabs {
    border: 0;
    border-bottom: 2px solid #373E5A;
    padding: 0;

}

.product-details-tab .nav-tabs .nav-item:before {
    display: none
}

.product-details-tab .nav-tabs .nav-item {
    padding: 0;
}

.product-details-tab .nav-tabs .nav-link.active {
    color: #000;
    background: var(--main-color) !important;
}

.nav-tab-product li {
    display: inline-block;
}

.nav-tab-product li a {
    color: #373E5A;
    padding: 10px 30px
}

.tab-content-txt {
    padding: 20px 0
}

.flex-head-comm {
    display: flex;
    justify-content: space-between;
}

.box-comment {
    margin-bottom: 50px;
}

.head-comment p {
    font-weight: 500
}

.flex-head-comm time {
    color: #AFAFAF;
    font-size: 14px;
    margin-top: 10px;
}

.product-special {
    margin-top: 100px
}

.product-special > h5 {
    margin-bottom: 30px;
}

.rating-group {
    display: inline-flex;
}

.rating__icon {
    pointer-events: none;
}

.rating__input {
    position: absolute !important;
    right: -9999px !important;
}

.rating__input--none {
    display: none;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

.rating__icon--star {
    color: orange;
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/*menu*/

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #0388B4;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    background: #7F91AB;
    color: #fff;
    border-color: #7F91AB;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

.mmenu .social-mobile li {
    display: inline-block;
    margin: 5px;
}

.mmenu .social-mobile {
    display: table;
    margin: auto;
    text-align: center;
}

.mmenu .social-mobile li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.mmenu .social-mobile li a > i {
    margin: 0;
}

.mmenu .social-mobile li a {
    border-bottom: 0;
}

.wrapper-blur {
    -moz-filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}

.overlay-close {
    cursor: pointer;
    width: 60px;
    height: 60px;
    transform: scale(0);
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 0px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0388B4;
}

.overlay-close:before,
.overlay-close:after {
    border-color: #161616;
}

.overlay-close:before,
.overlay-close:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    position: absolute;
    height: 5px;
    width: 50px;
    top: 50%;
    left: 50%;
    background: #fff;
}

.overlay-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}



/* SearchModal Box */

.seasonsport-search-btn {
    float: right;
    color: #ffffff;
}

.searchmodal {
    background: rgba(10, 10, 10, .8);
    background-size: cover;
    background-repeat: no-repeat;
}

.searchmodal .modal-dialog {
    width: 100%;
    margin: 0px auto;
    margin-top: 300px;
     pointer-events: auto;
}

.seasonsport-search-box {
    position: relative;
    width: 100%;

}

.seasonsport-search-box,
.seasonsport-search-box input[type="text"] {
    float: left;
    
}

.seasonsport-search-box input[type="text"] {
    border-bottom: 1px solid #474747;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    height: 60px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    border-radius: 5px;

}

.seasonsport-search-box a {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    font-size: 41px;
    color: #b9b9b9;
    font-weight: normal;
}
.seasonsport-search-box input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: none;
    z-index: 6;
}

/*wizard*/

.content_wizars  h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.my_data {
    display: flex;
    flex-wrap: wrap;
}
.my_data .form-group {
    width: 45%;
    text-align: right;
}
.my_data .form-group:nth-child(odd) {
    margin-left: 20px
}

.wizard > .steps .current-info {
    display: block; 
}
#wizard {
    background: #fff;
    padding: 60px;
}

.data_check label {
    text-align: right;
    display: block;
    color: #777777
}
.data_check .box-checkbox {
    display: inline-block
}
.data_check .checkmark {
    right: auto;
    left: 0;
    border-radius: 50%;
}
.data_check .box-checkbox {
    padding-left: 35px;
    padding-right: initial;
    font-weight: 700
}
.data_check .form-group textarea {
	height: 120px;
}
.code-cobn {
    display: flex;
}
.code-cobn .form-control {
    width: 160px;
}
.code-cobn .btn-submit-code {
    background: #000;
    width: 160px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    color: #fff;
}
.type-payment .checkmark {
    border-radius: 50%;
    border-color: #777
}
.type-payment .box-checkbox {
    font-weight: 700;
    color: #9A9494
}
.data-card label {
    color: #777;
    font-weight: 700;
    text-align: right;
    display: block
}
.data-card .form-group{
     width: 260px;
}
.flex-date {
    display: flex;
}
.flex-date .form-group {
    margin-left: 25px;
    width: 130px;
}
.flex-date .form-group:last-child label {
    text-align: left
}
.step-app > .step-content {
    border: 0;
    padding: 40px 0
}
.step-app > .step-steps {
    border-bottom: 1px solid #DBDBDB;
}
.step-app > .step-steps > li > a > .number {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #333;
    border: 1px solid #DBDBDB;
}
.step-app > .step-steps > li > a {
    display: block;
    padding: 10px;
    color: #777;
    background-color: transparent;
    text-decoration: none;
    border-right: 1px solid #fff;
}
.step-app > .step-steps > li.active a {
    background-color: transparent;
    color: #444;
    font-weight: 700;
    border-bottom: 3px solid #777;
}
.step-app > .step-steps > li > a:hover {
    background-color: transparent;
}
.step-app > .step-steps > li.active > a > .number {
    background: var(--main-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #333;
    border: 1px solid var(--main-color);
    color: #fff !important;
}
.step-app > .step-steps > li.done a {
    background-color: transparent;
    color: #fff;
}
.step-app > .step-steps > li.done a {
    background-color: transparent;
    color: #777;
    font-weight: 700;
}
.step-footer button {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 5px;
    clear: #fff
}

#form-shipping {
    display:none;
}
.pdp-ro {
	display: flex;
    align-items: center;
}
.pdp-ro > div{
  	display: inline-block;
  	margin-right: 5px;
	margin-bottom: 5px;
}
.pdp-ro > div label{
  margin: 0;
}
.pdp-ro input[type="radio"] {
    display: none;
}
.pdp-ro input[type="radio"] + label {
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 130px;
    border: 1px solid #D1D5D8;
    border-radius: 5px;
}
.pdp-ro input[type="radio"] + label img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	border-radius: 5px;
	color: #A3A3A3;
	font-weight: normal;
    
}
.pdp-ro input[type=radio]:checked + label {
    border: 1px solid #716BAC;
	color: #000
}
.select-card {
    margin-top: 50px;
}
label.error {
    color: #e7505a;
    margin-left: 10px;
    padding: 7px;
}
input.error {
    border: 2px solid #e7505a;
}