/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*/
@import url("sallaicons.css");
@font-face {
    font-family: 'IBMPlexArabic-Text';
    src: url('IBMPlexArabic-Text.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    /*font-family: var(--fontfamilyarabic);*/
    font-family: 'IBMPlexArabic-Text';
    font-weight: 400;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    background: #fff;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #404553;
}
a:hover {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
        outline: none;
}
.form-control{
    height: 41px;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 13px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 13px;
}
.input-group .input-group-addon {
    font-size: 13px;
    height: 25px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
        line-height: 2;
}
.container {
    /*max-width: 1400px;
    width: 100%;*/
}
.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    /*color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;*/
}
.welcome-alert{
    display: none;
}
.common-home .welcome-alert{
    display: block;
    position: fixed;
    top: 0;
    padding: 20px 20px !important;
    z-index: 9999;
    width: 500px;
    background: rgba(0,0,0, .9);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
   
}
.welcome-alert h1{
    color: #fff;
    font-size: 28px;
    padding: 10px;
    margin: 40px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.welcome-alert h2{
    font-size: 24px;
    color: #fff;
    margin: 0px 0 20px;
    text-align: center;
}
.welcome-alert h2:last-of-type{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px 0;
    margin: 0 0 20px;
}
.welcome-alert ul{
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
.welcome-alert .btn-primary {
    color: #ffffff;
    background: #469649;
    width: 75%;
    padding: 10px 12px;
    margin: 15px auto 0;
    border: 0;
    transition: all 0.4s ease-in-out 0s;
        display: table;
}
@media (max-width: 768px){
    .common-home .welcome-alert{
        width: 90%;
    }
}
/* top */
#top {
    background-color: #f8f8f8;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    height: 40px;
}
#top .container {
    padding: 0 20px;
}
html[dir=rtl] #top #form-currency .currency-select,
html[dir=rtl] #top #form-language .language-select {
    text-align: right;
}
html[dir=ltr] #top #form-currency .currency-select,
html[dir=ltr] #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: var(--secondcolor);
}
#top .btn-link, #top-links li, #top-links a {
    color: #6d767d;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: var(--secondcolor);
}
#top .btn-group.dropdown > .btn{
    /*padding: 7px 0 0;*/
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 7px;
}
.btn-link{
    color: #6d767d;
}
.btn-link:hover, .btn-link:focus {
    color: var(--secondcolor);
    text-decoration: none;
    background-color: transparent;
        outline: none;
}
#top-links a + a {
    margin-right: 15px;
}
/*مينو الموبايل 
صفحة التسجيل
بلاجن صور الخيارات
الويش ليست في الهيدر*/
header{
    background: transparent;
    position: relative;
    z-index: 9999;
    margin-bottom: 25px;
}
.common-home header{
    margin-bottom: 0px;
}
header .list-inline{
    margin: 0;
}
#wishlist-total{
    position: relative;
}
#wishlist-total .red2{
        position: absolute;
        top: -10px;
        left: -10px;
        color: #fff;
        width: 18px;
        height: 18px;
        background: var(--maincolor);
        border-radius: 50%;
        text-align: center;
        font-size: 10px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        z-index: 9;
}
#modal-quicksignup .modal-header{
    text-align: center;
    border: 0;
}
#modal-quicksignup .modal-header .modal-title {
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: 100;
}
#modal-quicksignup .modal-header h3{
    font-weight: 800;
    font-size: 24px;
    color: #404553;
}
.modal-content{
        box-shadow: none;
        border: 0;
}

.text_center{
    text-align: center;
}
.quick_signup2{
    color: var(--secondcolor);
    cursor: pointer;
}
@media (min-width: 768px){
    #modal-quicksignup .modal-dialog,
    #modal-quicksignup2 .modal-dialog {
        width: 400px;
    }
}
#modal-quicksignup2 .modal-header{
    text-align: center;
    border: 0;
}
#modal-quicksignup2 .modal-header .modal-title {
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: 100;
}
#modal-quicksignup2 .modal-header h3{
    font-weight: 800;
    font-size: 24px;
    color: #404553;
}
.quick_signup{
    color: var(--secondcolor);
    cursor: pointer;
}
.close{
    font-size: 24px;
    opacity: 1;
}

.shipping{
    padding-top: 7px;
}
.social .fa{
    font-size: 16px;
}
.dropdown .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -5px;
    transition: all .25s ease;
    border: 0;
}
.dropdown.open .dropdown-menu{
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
}
header .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
    pointer-events: none;
    margin: -24px auto 0;
    display: block;
}
.dropdown-menu-center{
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

 .header-classic  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
/*    height: 65px;*/
}
 .header-classic > div{
    padding: 0;
 }
.header-classic .col-sm-3{
        padding-inline-start: 0;
}
#form-language > .btn-group > .btn{
    padding: 0;
        height: 23px;
}
.red{
    position: absolute;
    top: -7px;
    color: #fff;
    width: 18px;
    height: 18px;
    background: var(--maincolor);
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 9;
}
html[dir=rtl] .red{
    left: -4px;
}
html[dir=ltr] .red{
    right: 4px;
}
.cart2 .red{
    top: 0px;
    left: 50%;
}
.curr .btn strong{
    display: inline-block;
    vertical-align: middle;
    line-height: 1px;
        margin-inline-end: 5px;
}
.curr .btn.dropdown-toggle{
    padding: 5px 0;
    border-radius: 30px;
        color: #000;
    font-weight: bold;
}
.common-home .curr .btn.dropdown-toggle{
    color: #fff;
}
html[dir=rtl] .curr .currency-select{
    text-align: right;
}
html[dir=ltr] .curr .currency-select{
    text-align: left;
}
#form-currency strong span.flag {
    width: 39px;
    height: 26px;
}
.desk-lang #form-language .language-select{
    color: var(--secondcolor);
    font-size: 14px;
    font-weight: bold;
        padding: 9.5px 11px;
    border: 1px solid var(--secondcolor);
    border-radius: 50%;
    text-transform: uppercase;
    outline: none;
}
.desk-lang #form-language .language-select:hover{
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
}
.mp-menu #form-language .language-select{
    color: var(--secondcolor);
    font-size: 14px;
    font-weight: bold;
    padding: 9.5px 11px;
    border-bottom: 1px solid #e0dfdd;
}
html[dir=rtl] .mp-menu #form-language .language-select{
    text-align: right;
}
html[dir=ltr] .mp-menu #form-language .language-select{
    text-align: left;
}
.vendor img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(5%) hue-rotate(321deg) brightness(97%) contrast(103%);
}
.user{
        padding: 4.5px 0;
    border-radius: 50%;
    /* width: 40px; */
    height: 33px;
}
/*.user:hover{
    border: 1px solid var(--maincolor);
}
.user:hover img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(55%) saturate(1519%) hue-rotate(181deg) brightness(96%) contrast(103%);
}*/
#search-total{
    padding: 4.5px 0px;
    border-radius: 50%;
    /* width: 40px; */
    height: 29px;
    display: block;
}
/*#search-total:hover{
    border: 1px solid var(--maincolor);
}
#search-total:hover img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(55%) saturate(1519%) hue-rotate(181deg) brightness(96%) contrast(103%);
}*/
/* logo */
.logo_menu{
    display: flex;
    align-items: center;
}
#logo {
    max-width: 100%;
}
#logo img{
    max-width: 200px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(5%) hue-rotate(321deg) brightness(97%) contrast(103%);
}
.common-home #logo img{
    filter: unset;
}

/* search */
#search {
    background: #fff;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border: 2px solid #fff;
        box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 15px;
    background: transparent;
    color: #010100;
    border: 0;
    outline: none;
}
#search .btn-lg:active{
    box-shadow: none;
}
#search .btn-lg .fa{
    font-size: 19px;
}
/* cart */
#cart {
    
}
#cart > .btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #FFF;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 5px;
    border: 0 !important;
}
#cart > .btn .fa-shopping-cart{
    display: none !important;
}
#cart > .btn:after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #000;
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.00501 5.29999L6.72002 3H3V5H4.95255L5.26097 7.48912H5.27184L6.41135 16.5195H19.8786L21.2943 5.29999H7.00501ZM8.17483 14.5195L7.26384 7.29999H19.0261L18.1151 14.5195H8.17483Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.89999 21.5001C8.72842 21.5001 9.39999 20.8285 9.39999 20C9.39999 19.1716 8.72842 18.5 7.89999 18.5C7.07156 18.5 6.39999 19.1716 6.39999 20C6.39999 20.8285 7.07156 21.5001 7.89999 21.5001Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19.9 20C19.9 20.8285 19.2284 21.5001 18.4 21.5001C17.5716 21.5001 16.9 20.8285 16.9 20C16.9 19.1716 17.5716 18.5 18.4 18.5C19.2284 18.5 19.9 19.1716 19.9 20Z" fill="white"/></svg>');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    vertical-align: middle;
    margin-inline-end: 5px;
    transition: all 0.3s ease;
}
.common-home #cart > .btn:after{
    background-color: #fff !important;
}

/*#cart > .btn:hover:after{
    filter: brightness(0) saturate(100%) invert(12%) sepia(55%) saturate(1519%) hue-rotate(181deg) brightness(96%) contrast(103%);
}*/
#cart.open > .btn {
    background-image: none;
    /*background-color: #FFFFFF;
    border: 1px solid #E6E6E6;*/
    color: #666;
    box-shadow: none;
    text-shadow: none;

}
#cart .btn:active, #cart .btn.active{
    box-shadow: none;
}
#cart .dropdown-menu:before{
    display: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    padding: 0 0 5px;
    border-radius: 0;
}
@media (min-width: 992px) {
    #cart .dropdown-menu {
        /*min-width: 100%;*/
    }
}
/*@media (max-width: 992px) {*/
        #cart .dropdown-menu {
            /*width: 100%;*/
        }

        #cart .dropdown-menu {
            background: #fff;
            z-index: 1001;
            position: fixed;
            top: 0;
            height: 100%;
            visibility: hidden;
            margin: 0;
            border: 0;
            border-radius: 0;
            width: 360px;
            transition: all 0.4s;
            display: block;
        }
        html[dir=rtl] #cart .dropdown-menu{
             right: -360px;
        }
        html[dir=ltr] #cart .dropdown-menu{
             left: -360px;
        }

        #cart.open .dropdown-menu{
            visibility: visible;
        }
        html[dir=rtl] #cart.open .dropdown-menu{
            right: 0;
        }
        html[dir=ltr] #cart.open .dropdown-menu{
            left: 0;
        }
    /*}*/
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    /*min-width: 427px;*/
    padding: 0 10px;
}


@media (max-width: 478px) {
        #cart .dropdown-menu li > div {
            min-width: 100%;
        }
        #cart .dropdown-menu {
                width: 80%;
                min-width: 280px;
        }
    }
#cart .dropdown-menu li p {
    margin: 20px 0;
}
.cart-products{
    overflow: auto;
    max-height: 250px;
}
.cart-products button {
    color: #999;
    font-size: 15px;
    position: relative;
    background-color: transparent;
    padding: 2px 0 0;
    border: 0;
}
.cart-products img{
    padding: 10px;
}
.cart-products td{
    vertical-align: middle !important;
    border: 0 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}
.cart-totals td{
    border: 0 !important
}
.table-bordered {
    border: 0;
}
.cart-buttons {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ddd;
}
.btn-cart.btn {
    background: var(--maincolor);
    margin: 0 6px;
    /*display: inline-flex;*/
    color: #fff;
    border-radius: 0;
}
.btn-cart.btn:hover {
    background: #9c0b1b !important;
}
.btn-checkout.btn {
    background: #3cc472;
    margin: 0 6px;
    /*display: inline-flex;*/
    color: #fff;
    border-radius: 0;
}
.btn-checkout.btn:hover {
    background: var(--maincolor) !important;
}


.pay1 img {
    width: 40px;
    height: 40px;
}

.s-li .btn {
    display: block;
    margin: 0 0 -10px;
    padding: 8.5px 12px;
}

.f-li {
    padding: 15px;
    background: #fff;
        max-height: 345px;
    overflow-y: auto;
}



#cart.open > .btn {
    background-image: none;
    background-color: transparent;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}
.cart-button{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}
.cart-button .btn{
        width: 40%;
        padding: 12px 0;
        background: #EFEFEF;
        border: 0;
        color: #585858;
}
.cart-button .btn:last-child{
    background: var(--secondcolor);
    color: #fff;
}
.cart-trash{
    color: #949494;
    background: #f1f1f1;
    border-radius: 50% !important;
    border: 0 !important;
    width: 30px;
    height: 30px;
    padding: 7.5px 9px !important;
}
.img-del{
    display: flex;
    align-items: center;
    gap: 5px;
}
.img-del img{
    background: #F6F6F6;
    border: 0;
    width: 80px;
}
#cart .table > tbody > tr > td{
        border-top: 0;
        vertical-align: middle;
}
#cart .table > tbody > tr{
    border-bottom: 1px solid #ddd;
}
.head-cart{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    align-items: center;
}
.c-cart{
    display: flex;
    background: #FF4747;
    width: 28px;
    height: 28px;
    /* padding: 7px; */
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.c-cart .fa{
    color: #fff;
}
#cart .progress{
    padding: 0 !important;
    height: 13px;
}
#cart .progress-bar-success {
    background-color: var(--secondcolor);
    line-height: 12px;
}
#cart .dropdown-menu {
    /*min-width: 100%;*/
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 75%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    /*min-width: 427px;*/
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.main-menu{
    background: transparent;
    display: table;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
}
.main-menu .cat2{
    width: 100%;
}
/*html[dir=rtl] #menu{
    padding-right: 240px;
}
html[dir=ltr] #menu{
    padding-left: 240px;
}*/
.c_children{
    flex: 0 0 17%;
    padding-right: 30px;
}
.c_brands{
  flex: 0 0 40%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.c_image {
    flex: 0 0 40%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.c_brands h4 {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}
.c_image a {
    padding: 0 !important;
}
.c_image img{
    max-height: 310px;
}
.c_brands .brand_name{
        width: calc(90% / 3 - 0.01px);
}
.brand_name {
    /*width: calc(90% / 2 - 10.01px);*/
}
.brand_name a{
    padding: 0 !important;
        border: 1px solid #CFCFCF;
    border-radius: 8px;
}
.a-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 15px;
}
.a-menu svg path{
    fill: #000;
}
.common-home .a-menu svg path{
    fill: #fff;
}
.a-menu > li{
    padding: 0;
}
.a-menu > li > a {
    /*flex-direction: column;*/
    font-weight: bold;
    font-size: 14px;
    color: #404553;
    /*padding: 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.a-menu > li > a [class*="fa-"]{
    font-size: 16px;
    margin: 0 8px;
}
.a-menu > li > a:hover{
    color: var(--secondcolor);
}


.main-menu .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0;
}
/* menu */
#menu {
    background: var(--maincolor);
    background: transparent;
    min-height: auto;
    border: 0;
    margin: 0;
}
.bold{
    font-weight: bold;
}
#menu .nav > li > a {
    color: #000;
    padding: 16px 22px;
    min-height: 15px;
    background-color: transparent;
    font-weight: bold;
}
.common-home #menu .nav > li > a{
    color: #fff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    /*background-color: var(--maincolor);*/
    /*color: #fff;*/
}
#menu .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
#menu .dropdown-menu {
    display: table !important;
    width: 100%;
    margin: 0 !important;
        padding: 20px;
}
#menu .dropdown {
    position: static;
}
#menu .dropdown-menu > .dropdown-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        justify-content: space-between;
}
#menu .dropdown-inner > li{
    width: calc(100% / 5 - 0.01px);
    min-height: 80px;
}
/*#menu .dropdown-inner .row{
    display: table;
}
#menu .dropdown-inner .row > li{
    display: table-cell;
}*/
#menu .dropdown-inner ul {
    display: table-cell;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
#menu .dropdown-inner ul li{
    /*width: calc(100% / 3 - 0.01px);*/
}
#menu .dropdown-inner ul li a{
    min-width: 110px;
    padding: 7px 20px;
}
#menu .dropdown-inner ul li a:hover{
    color: var(--secondcolor) !important;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 13px;
}
#menu .dropdown-inner li a:hover {
    color: var(--secondcolor);
}
#menu .dropdown-inner ul a:hover{
    color: var(--maincolor);
}
/*#menu .dropdown-inner li .bold:after{
    content: "";
    display: block;
    border-bottom: 1px solid var(--maincolor);
}*/
#menu #category {
    float: right;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: left;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-right: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
.cat-wrap{
    position: relative;
}
#dropdownMenuButton{
    padding: 13px 20px;
    cursor: pointer;
    width: 100%;
    color: var(--maincolor);
    font-weight: bold;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
#dropdownMenuButton img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(55%) saturate(1519%) hue-rotate(181deg) brightness(96%) contrast(103%);
}
#dropdownMenuButton .fa{
    font-size: 18px;
}
.main-menu{
    position: relative;
    z-index: 99;
}
.sticking{
    -webkit-transition: top .25s ease-out;
    transition: top .25s ease-out;
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 999;
    background: #eee;
    box-shadow: 0 5px 60px -10px rgb(0 0 0 / 30%);
}
/*.common-home .main-menu:not(.sticking)  .all-cats  {
    display: block !important;
    transform: none;
    opacity: 1;
}*/
.all-cats{
    width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 85px -10px rgb(0 0 0 / 20%);
    border: 0;
    background-color: #f1fcff;
    border-radius: 0;
}
.all-cats > ul > li a{
    padding: 10px 20px;
    display: block;
        color: #000000;
    font-weight: bold;
}
.all-cats > ul > li a:hover{
    color: var(--secondcolor);
}
.all-cats > ul > li.dropdown > a:after{
    
    font-family: FontAwesome;
    color: #404553;
    font-size: 13px;
    display: block;
    
}   
html[dir=rtl] .all-cats > ul > li.dropdown > a:after{
    float: left;
    content: "\f104";
}
html[dir=ltr] .all-cats > ul > li.dropdown > a:after{
    float: right;
    content: "\f105";
}
.overlay.active{
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    inset: 0px;
    z-index: 15;
}
.top_title{
    border-bottom: 1px solid #f1f3f9;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #404553;
    font-weight: 700;
}
.all-cats > ul {
    position: relative;
    margin: 0;
}
.all-cats .dropup, .all-cats .dropdown{
    position: static;
}
.all-cats > ul > .dropdown > .dropdown-menu{
        box-shadow: none;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
html[dir=rtl] .all-cats > ul > .dropdown > .dropdown-menu{
    left: auto;
    right: 100%;
}
html[dir=ltr] .all-cats > ul > .dropdown > .dropdown-menu{
    right: auto;
    left: 100%;
}
.open > .dropdown-menu > ul > .dropdown:hover .dropdown-menu{
    visibility: visible !important;
    opacity: 1 !important;
}
.open > .dropdown-menu > ul > .dropdown .dropdown-menu{
    visibility: visible;
    opacity: 1;
}
.open > .dropdown-menu > ul > .dropdown ~ .dropdown .dropdown-menu{
    visibility: hidden;
    opacity: 0;
}



.all-cats > ul > .dropdown > .dropdown-menu.level2{
    width: 500px;
    overflow: hidden;
    border-radius: 0;
}
@media (min-width: 992px) {
    .side-column {
        width: 240px;
    }
    .two-column{
        width: calc(100% - 240px * 2);
    }
    .one-column {
        width: calc(100% - 240px);
    }
    #common-home #column-left{
        margin: 450px 0 0;
    }
    #product-product .side-column {
        width: 340px;
    }
    #product-product .one-column {
        width: calc(100% - 340px);
    }

}
.level2 img{
    /*top: 0;
    position: absolute;*/
}
html[dir=rtl] .level2 img{
    left: 0;
}
html[dir=ltr] .level2 img{
    right: 0;
}

.third-level1{
    width: 80%;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.third-level1 > li{
        width: calc(100% / 3 - 0.01px);
}
/* content */
#content {
    min-height: 600px;
}
.content_top{
    background: #fff;
}
.content_bottom{
    background: #fff;
}
.slide-layers{
    position: absolute;
    left: 72%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 35%;
}
html[dir=rtl] .slide-layers{
    text-align: right;
}
html[dir=ltr] .slide-layers{
    text-align: left;
}
#slideshow0{
    margin: 0px 0 0;
}
#slideshow0 img{
    width: 100%;
}
.slideshow .swiper-pager .swiper-button-next,
.slideshow .swiper-pager .swiper-button-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    border-radius: 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slideshow:hover .swiper-pager .swiper-button-next,
.slideshow:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
        
}
.slideshow .swiper-pager .swiper-button-next:hover,
.slideshow .swiper-pager .swiper-button-prev:hover {
        /*background: var(--maincolor);*/
        
}
.slideshow .swiper-pager .swiper-button-next:before,
.slideshow .swiper-pager .swiper-button-prev:before{
    /*color: var(--secondcolor);*/
}   
.slideshow .swiper-pager .swiper-button-next:hover:before,
.slideshow .swiper-pager .swiper-button-prev:hover:before{
    /*color: #fff;*/
}
.slideshow .swiper-pager .swiper-button-next:before{
    color: #000 !important;
    position: absolute;
    /*right: 50px;*/
        transform: translate(-100%, 0%);
    z-index: 9;
    padding: 5px;
    transition: all .4s ease-out;
    background: rgba(255, 255, 255, 0.4);
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
    transition: all 0.2s;
    display: flex;
    border-radius: 50%;
}
.slideshow .swiper-pager .swiper-button-next:hover:before{
    /*right: 20px;*/
        transform: translate(-50%, 0%);
}
.slideshow .swiper-pager .swiper-button-next {
        height: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: max-content;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    background-image: none !important;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
}
.slideshow .swiper-pager .swiper-button-prev:before{
    color: #000 !important;
    position: absolute;
    /*left: 50px;*/
    transform: translate(100%, 0%);
    z-index: 9;
    padding: 5px;
    transition: all .4s ease-out;
    background: rgba(255, 255, 255, 0.4);
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
    transition: all 0.2s;
    display: flex;
    border-radius: 50%;
}
.slideshow .swiper-pager .swiper-button-prev:hover:before{
    /*left: 20px;*/
    transform: translate(40%, 0%);
}
.slideshow .swiper-pager .swiper-button-prev {
        height: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: max-content;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    background-image: none !important;
    top: 0px !important;
    left: 0px !important;
    right: auto !important;
}
.slideshow{
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    padding: 0px;
    margin-top: -163px;
    margin-bottom: 40px;
    overflow: hidden;
}
.slideshow:before{
    content: "";
    display: block;
    height: 30%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.slideshow .swiper-pagination {
        bottom: 50%;
        left: 60px;
        width: auto;
        counter-reset: dots;
}
.slideshow .swiper-pagination-bullet{
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 6px;
    box-shadow: none;
    transition: all .4s ease;
}
.slideshow .swiper-pagination-bullet-active{
    background: #fff;
    width: 32px;
    height: 32px;
}
.slideshow .swiper-pagination-bullet:hover{
    background: #fff;
}
.slideshow .swiper-pagination-bullet:hover:before{
    color: #000;
}

.slideshow .swiper-pagination-bullet:before {
    counter-increment:dots;
    content: counter(dots);
    font-size: 18px;
    color: #fff;
}
.slideshow .swiper-pagination-bullet-active:before{
    color: #000;
}
.slideshow .swiper-pagination-bullet:nth-child(-n+9):before {
    content: counter(dots);
}


.slide-layers .s-title{
    color: #fff;
    transition: all 0.5s ease;
    font-size: 48px;
    line-height: 1.5em;
    font-weight: bold;
}
.slide-layers .s-describe{
    color: #fff;
    font-size: 28px;
    transition: all 0.5s ease;
    line-height: 150%;
}
.slide-layers .btn-more{
    color: #fff;
    background: transparent;
    padding: 12px 0;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0 0;
    font-size: 20px;
    transition: all 0.4s ease;
}
.slide-layers .btn-more svg{
    vertical-align: middle;
    margin-inline-end: 5px;
}
.slide-layers .btn-more:hover{
    background: transparent;
}
.slide-layers .btn-more svg circle{
    transition: all 0.3s ease;
}
.slide-layers .btn-more:hover svg circle{
    fill: #DEDEDE;
}
#slideshow0  .s-title {
    position: relative;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
#slideshow0 .swiper-slide-active .s-title{
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
#slideshow0 .s-describe{
    position: relative;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    overflow: hidden;
}
#slideshow0 .swiper-slide-active .s-describe {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
#slideshow0 .swiper-slide-active .btn-more{
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
#slideshow0 .btn-more{
    position: relative;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
#slideshow0 .slide-layers{
    overflow: hidden;
}

/*.banner1 .swiper-slide::after {
    content: '\f061' !important;
    font-family: 'fontawesome' !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    font-size: 28px;
    color: #fff;
    z-index: 4;
}*/
/*.banner1 .swiper-slide:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    z-index: 2;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}
.banner1 .swiper-slide:hover::before {
    opacity: 1;
}*/
.banner1 .swiper-slide img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
/*.banner1:hover img {
    transform: scale(1.15);
}*/

.banner2{
        padding: 20px 15px;
}
/*.banner2 .swiper-slide:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border-radius: inherit;
    background: rgba(6, 30, 187, 0.2);
    opacity: 0;
}
.banner2 .swiper-slide:hover::before {
    opacity: 1;
}*/
.slide-layers .b-title{
    color: #fff;
}
.banner2 .slide-layers .b-title{
    white-space: normal;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: rgba(60, 196, 114, 1);
    padding: 8px;
}
.banner2 img{
    width: 100%;
}
.side-column .banner3{
    display: block;
    margin: 0 ;
}
.side-column .info-block{
    width: 100%;
    margin: 0 0 20px;
}
/*[class^="product-product"] .one-column {
    width: calc(100% - 240px);
}*/

.banner3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}
.banner3 .swiper-slide{
    height: auto !important;
}
.info-block {
    background: var(--secondcolor);
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #3a4750;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 10px;
    /*height: 100%;*/
}
html[dir=rtl] .info-block{
    text-align: right;
}
html[dir=ltr] .info-block{
    text-align: left;
}
.info-block img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1;
    text-align: center;
        align-self: center;
    width: 40px !important;
    height: 40px;
}
html[dir=rtl] .info-block img{
    margin-left: 10px;
}
html[dir=ltr] .info-block img{
    margin-right: 10px;
}
.info-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-block .info-block-title {
    color: #eeeeee;
    font-weight: 700;
    display: block;
}
.info-block .info-block-describe {
    color: #6d767d;
    display: block;
        margin-top: 0;
    line-height: 1.5em;
}
.swiper-viewport{
    position: relative;
}
.cat{
    width: 240px;
    padding: 0;
    z-index: 9;
    position: absolute;
    top: 0;
}
.cats{
    padding: 0px 0 30px;
    background: #fff;
}
.cats .home-cats{
    padding: 0;
    margin-bottom: 0;
}
.cats .home-cats img{
    margin: 0 auto;

}
.cats_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 20px;
}
.cats_title .m-title{
    margin: 0;
}
.cats_title a{
    font-size: 20px;
    color: #7B7B7B;
    transition: all .4s ease;
}
.cats_title a:hover{
    color: #000;
}
.cats .home-cats .cat-title{
        font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    margin: -52px 0 0;
    padding: 0 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    position: relative;
    z-index: 91;
    transition: all .4s ease;
}
.cats .home-cats .image > a{
    display: block;
}
.cats .home-cats .image{
    padding: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.cats .home-cats .image img{
    width: 100%;
}
.cats .home-cats .image > a:before{
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all .4s ease;
}
.cats .home-cats .image > a:after{
    content: "";
    display: block;
    height: 57%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url(light.png);
    transition: all .4s ease;
        background-position: center top;
}
.cats .home-cats .image:hover a:before,
.cats .home-cats .image:hover a:after{
    opacity: 0;
    visibility: hidden;
}
.cats .home-cats .image:hover a{
    color: var(--maincolor);
}
.gallery{
    margin: 50px -5px;
}
.gallery .gal{
    /*padding: 0 5px;*/
    margin: 0 0 10px;
}
#lightgallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lightgallery a{
    width: calc(100% / 3 - 0.01px);
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery a::after {
    content: '\f067' !important;
    font-family: 'fontawesome' !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    font-size: 18px;
    color: #fff;
    z-index: 4;
    opacity: 0;
}
.gallery a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    z-index: 2;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}
.gallery a:hover::before,
.gallery a:hover::after {
    opacity: 1;
}
.gallery a img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.gallery a:hover img {
    transform: scale(1.15);
}

.lg-container{
    direction: ltr;
}
.featured .image{
    width: 30%;
}
.featured .product-thumb .caption{
    width: calc(100% - 30%);
    padding: 0 ;
}
html[dir=rtl] .featured .image{
    float: right;
}
html[dir=rtl] .featured .product-thumb .caption{
    padding-right: 6px;
    float: right;
}


html[dir=ltr] .featured .image{
    float: left;
}
html[dir=ltr] .featured .product-thumb .caption{
    padding-left: 6px;
    float: left;
}




.featured .product-thumb .price{
    font-size: 13px
}
.featured .product-thumb .price-new{
    display: inline;
}
.featured .product-thumb .price-old{
    font-size: 13px
}
.featured .product-thumb{
    border: 0 !important;
}
.featured .price-tax{
    display: none !important;
}
.featured .rating{
    display: none;
}
.featured .button-group{
    display: none;
}
.featured .desc{
    display: none;
}
.product-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-title{
        font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.m-title a{
    color: #000;
}
.bann1{
    margin-top: 80px;
}
.bann2{
    margin-bottom: 30px;
}
.bann3{
    margin-top: 50px;
    margin-bottom: 70px;
}
.latest{
        padding: 0;
           margin: 60px 0 30px;
}
#latest-products .swiper-container {
    
}
#latest-products{
        padding: 40px 0 20px;
}
.latest-img{
    background: url(latest.png);
}
.btn-more{
    background: var(--maincolor);
    padding: 10px 40px;
    color: #fff;
    transition: .7s;
    display: table;
    border-radius: 5px;
        margin: 0 auto;
}
.btn-more:hover{
        background: var(--secondcolor);
    color: #fff;
}
.category-products{
    margin-top: 0;
    margin-bottom: 50px;
}
.common-home .main-products .product-layout{
    padding: 0 10px;
    /*width: 100%;*/
    width: calc(100% / 4 - 0.01px);
}
.common-home .main-products-caro .product-layout{
    width: 100% !important;
    padding: 0;
}
.main-products .product-thumb .desc,
.main-products .product-thumb .button-group,
.main-products .product-thumb .price-tax{
    display: none;
}
.main-products .product-thumb{
    border: 0 ;
}
.add_image .swiper-pagination {
    bottom: 0px !important;
}
.add_image .swiper-pagination-bullet {
   width: 8px;
    height: 8px;
    border: 1px solid #b2b8ca;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    box-shadow: none;
}
.add_image .swiper-pagination-bullet-active {
    background: var(--secondcolor);
    border: 1px solid var(--secondcolor);
}
.add_image .swiper-pagination-bullet:hover {
    background: var(--secondcolor);
}



.main-products-caro .product-thumb .desc,
.main-products-caro .product-thumb .rating,
.main-products-caro .product-thumb .button-group,
.main-products-caro .product-thumb .price-tax{
    display: none;
}
.main-products-caro .product-thumb{
    border: 0 ;
}
/*.main-products-caro .product-thumb .image::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
        left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all .01s ease-out;
    transition: all .01s ease-out;
}
.main-products-caro .product-thumb:hover .image::before {
    background: rgba(0, 0, 0, 0.03);
}*/
.main-products-caro .product-thumb .image img{
    border-radius: 5px;
}
/*.main-products-caro .product-thumb {
    background: rgba(221, 221, 221, 0.52);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 0.52);
    border-radius: 5px;
}
.main-products-caro .product-thumb:hover {
        background: rgba(255, 0, 28, 0.15);
}*/
.product-thumb .image{
    background: #fff;
}
.main-products-caro .product-thumb .image a {
    display: block;
   /* border: 3px solid transparent;*/
}
.main-products-caro .product-thumb{
    
    padding: 0;
}
.main-products-caro .swiper-slide{
    height: auto;
}
.main-products-caro .product-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
        height: 100%;
    padding: 0;
}
.swiper-pager .swiper-button-prev:hover,
.swiper-pager .swiper-button-next:hover{
        background: transparent;
}
.module-title{
    font-size: 14px;
    color: #404553;
    text-transform: uppercase;
    border-width: 0px;
    padding: 0px;
    margin: 20px 0 10px;
    font-weight: 700;
}
.module-title::after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #feee00;
        margin-top: 8px;

}
.toast-title {
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}
.toast-message a, .toast-message label,
.toast-title a, .toast-title label {
    color: #fff;
}
.toast-message a:hover {
    color: #ddd;
    text-decoration: none;
}
#toast-container > div{
    opacity: .9;
}
/*#toast-container > div{
    max-width: 400px;
    margin: 20px;
    margin-bottom: 0px;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 60px -10px rgb(0 0 0 / 30%);

}
#toast-container > div .btn{
     color: #fff;
}
*/



.product-thumb .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
     transition: all .4s ease-out;
}
.product-thumb:hover .image{
    box-shadow: 0 5px 30px -5px rgb(0 0 0 / 30%);
}
/*.main-products .product-thumb .image::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
        left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all .01s ease-out;
    transition: all .01s ease-out;
}
.main-products .product-thumb:hover .image::before {
    background: rgba(0, 0, 0, 0.03);
}*/
.main-products .product-thumb .image img{
    border-radius: 5px;
}
.special{
    background: #fff;
    margin: 0 0 50px;
}
.special .swiper-container, 
.category-products .swiper-container{
    overflow: visible;
}
.special .swiper-pagination, 
.category-products .swiper-pagination {
    bottom: -20px;
}
.special .swiper-pagination-bullet, 
.category-products .swiper-pagination-bullet{
    width: 60px;
    height: 5px;
    background: var(--secondcolor);
    border-radius: 0px;
    margin: 0;
    box-shadow: none;
    transition: all .4s ease;
}
.special .swiper-pagination-bullet-active, 
.category-products .swiper-pagination-bullet-active{
    background: var(--maincolor);
    width: 60px;
    height: 5px;
}
.special .swiper-pagination-bullet:hover, 
.category-products .swiper-pagination-bullet:hover{
    background: var(--maincolor);
}
.popular{
    background: #fff;
    padding: 5px;
}
.popular .product-thumb {
    /*background: rgba(255, 210, 0, 0.23);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 210, 0, 0.32);
    border-radius: 5px;*/
    width: 100%;
}
.popular .product-thumb:hover {
    /*background: rgba(255, 0, 28, 0.15);*/
}
.popular h4{
    
}
.popular .product-grid .product-thumb .image{
    /*background: #fff;*/
}
.popular .product-grid .product-thumb .price{
    margin: 10px 0;
      /*  text-align: center;*/
}
.popular .product-thumb .image a {
    display: block;
    /*border: 3px solid transparent;*/
}
.main-products.popular .product-layout {
    padding: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.bestseller{
    background: #fff;
    padding: 0 20px;
}
.bestseller .product-thumb {
    /*background: rgba(221, 221, 221, 0.52);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 210, 0, 0.32);
    border-radius: 5px;*/
    width: 100%;
}
.bestseller .product-thumb:hover {
    /*background: rgba(255, 0, 28, 0.15);*/
}
.bestseller .product-thumb .image a {
    display: block;
    /*border: 3px solid transparent;*/
}
.bestseller h4{
    
}
.bestseller .product-grid .product-thumb .image{
    /*background: #fff;*/
}
.bestseller .product-grid .product-thumb .price{
    margin: 10px 0;
}
.main-products.bestseller .product-layout {
    padding: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#banner0 .item img {
    width: 100%;
}
.banner .banner-item{
    margin: 0 0 30px;
}
.banner-item{
    overflow: hidden;
}
.banner .item{
        border-radius: 10px;
        overflow: hidden;
            transition: all .4s ease-out;
}
.banner .item:hover{
    /*box-shadow: 0 5px 30px -5px rgb(0 0 0 / 30%);*/
}
@media (min-width: 768px){
    .banner .item:before {
        background: #fff;
        content: "";
        /* height: 300px; */
        height: 200%;
        opacity: 0;
        position: absolute;
        top: -173px;
        transform: rotate(35deg);
        width: 173px;
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        left: -30%;
        z-index: 9;
    }
    .banner .item:hover::before {
        left: 150%;
        opacity: 0.6;
    }
    .banner .item:after {
        background: #fff;
        content: "";
        height: 210%;
        /* height: 30em; */
        opacity: 0;
        position: absolute;
        top: -170px;
        transform: rotate(35deg);
        transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 200px;
        left: -50%;
        z-index: 9;
    }
    .banner .item:hover::after {
        left: 200%;
        opacity: 0.6;
    }
}
.banner .item .exc {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    text-align: center;
    z-index: 99;
}
#banner0 .item .exc h3{
    text-align: center;
}
#banner0 .item .exc p{
    text-align: center;
}
#banner0 .banner-item .item .exc {
        left: 25%;
}
#banner1 .banner-item .item .exc {
        top: 25%;
        width: 100%;
}
#banner2 .over, #banner4 .over{
    display: none;
}
#banner2 .item .exc h3, #banner4 .item .exc h3{
    font-size: 24px;
}
#banner2 .banner-item .item .exc, #banner4 .banner-item .item .exc {
        top: 17%;
        width: 100%;
}
#banner5 .banner-item{
    padding: 0;
}
#banner5 .item .exc{
    display: none;
}
.banner .item .exc h3 {
    font-size: 30px;
    color: #000;
    margin: 0px 0 20px;
    line-height: 1.5em;
    font-weight: bold;
}
.banner .item .exc p{
    font-size: 28px;
    margin: 10px 0 40px;
    color: #000;
    font-weight: bold;
}
.banner .over{
       margin: 0 auto;
       display: table;
}
.banner .over a {
    background: var(--secondcolor);
    padding: 10px 40px;
    color: #fff;
    transition: .7s;
    display: table;
    border-radius: 5px;
}
.over a:hover {
    background: var(--maincolor);
    color: #fff;
}

.bann-image{
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.bann-image::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}
.banner-layers{
    text-align: center;
    position: relative;
    z-index: 9;
}
.banner-layers .b-title{
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}
.banner-layers .b-describe {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 20px;
}
.banner-layers .btn-more{
    padding: 7px 12px;
    width: auto;
    color: #fff;
    background: var(--maincolor);
    transform: scale(calc(120 / 100));
    transform-origin: center;
    display: table;
    margin: 30px auto 0;
}
.help_center{
        margin: 50px 0;
}
.help_back{
    background: #000;
    border-radius: 20px;
    padding: 25px 15px;
}
.help_center .col-sm-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help_center .col-sm-3{
    text-align: center;

}
.help_center img{
    align-self: center;
    width: auto !important;
    padding: 7px;
    margin: 0 auto;
}
.help_center .col-sm-3 .im-wrap{
    overflow: hidden;
    display: block;
    position: relative;
}
.help_center .col-sm-3 .im-wrap:before {
        background: #fff;
    content: "";
    height: 300px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    left: -30%;
    z-index: 9;
}
.help_center .col-sm-3 .im-wrap:after {
    background: #fff;
    content: "";
    height: 30rem;
    opacity: 0;
    position: absolute;
    top: -17px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
    left: -50%;
    z-index: 9;
}
.help_center .col-sm-3 .im-wrap:hover::before {
    left: 120%;
    opacity: 0.6;
}

.help_center .col-sm-3 .im-wrap:hover::after {
     left: 200%;
    opacity: 0.6;
}

.help_center .desc{
    text-align: center;
}
.desc h4{
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding: 15px 0 20px;
        margin-top: 0;
}
.desc h5{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.help h3{
    margin-top: 0;
}
.help h4{
    color: #7e859b;
    font-size: 13px;
}
.carousel{
    padding: 30px 0;
    background: #fff;
}
#carousel0{
    padding: 10px 0;
}
.carousel img{
    margin: 0 auto 15px;
    width: 90%;
}
.carousel img{
    /*opacity: .3;*/
    -webkit-transition: all .18s ease;
    transition: all .18s ease;
}
.carousel img:hover{
    opacity: 1;
    transform: scale(1.1);
}
.swiper-pager div {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50px;
    box-shadow: 0 5px 30px -5px rgb(0 0 0 / 15%);
}
.carousel .swiper-viewport .swiper-button-next,
.carousel .swiper-viewport .swiper-button-prev{
    opacity: 1;
}
.carousel .swiper-button-next:before,
.carousel .swiper-button-prev:before {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: block;
}


.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
        opacity: 1 !important;
}
.swiper-pager div svg circle{
    transition: all 0.3s ease;
}
.swiper-pager div:hover svg circle{
    fill: #fff;
}


.payment-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.newsletter.contctseller h2{
    text-align: right;
    color: #fff;
    padding: 0;
    background: transparent;
}
.newsletter .btn {
    background: var(--maincolor);
    border-color: var(--maincolor);
    height: 45px;
}
.newsletter .btn:hover {
    color: #fff;
    background: #9c0b1b !important;
}

#input-email{
    /*height: 45px;*/
}
html[dir=rtl] .newsletter p{
    text-align: right;
}
html[dir=ltr] .newsletter p{
    text-align: left;
}

.newsletter-tittle {
    font-weight: bold;
    color: #000;
    font-size: 32px;
}

.footer-newsletter p {
    color: #535353;
    font-size: 16px;
}

.newsletters-grop {
    display: block !important;
    margin-top: 8px;

}
.newsletters-grop [class*="col-xs"]{
    padding: 0;
}
.contctseller-head .social{
        margin: 16px 0;
}
.contctseller-head .social a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* display: block; */
    margin-inline-end: 5px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
transition: all 0.5s linear;
}
.contctseller-head .social a:hover{
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
}
.contctseller-head .social a .fa{
    font-size: 22px;
}
.newsletters-grop input {
    width: 100% !important;
    height: 40px !important;
        padding: 8px 10px;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid var(--maincolor) !important;
}
.footer-newsletter {
    padding: 30px 0;
}
.footer-newsletter h3 {
    color: #084a5a;
    font-size: 18px;
    font-weight: bold;
}
.footer-newsletter p {
    color: #404553;
}
.newsletters-grop button {
    display: inline-block;
    width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
    line-height: 40px !important;
    text-align: center !important;
    background: var(--maincolor) !important;
        font-size: 16px;
        border-radius: 0 !important;
}

.newsletters-grop input::placeholder {
    color: #c0c0c0;
    font-size: 14px;
    padding-right: 15px;
}
#addsubs .form-group > div{
    padding: 0;
        background: #fff;
    border: 1px solid #fff;
}
#addsubs #input-email {
    background: #D6D6D6;
    color: #000;
}
.contctseller .enquire {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    border: 0;
}
#newsletters{
        color: #000;
        background: #fff;
        padding: 6.5px 12px;
        font-size: 18px;
        border: 1px solid #fff;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 0;
        transform: scaleX(-1);
}
#newsletters:hover{
        color: #fff !important;
        background: #000 !important;
}
.contctseller_title {
    display: flex;
        margin: 0 -15px;
}
.contctseller_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}
.contctseller_titles {
    padding: 0 0;
    margin-inline-start: 15px;
}
.contctseller_title p{
        font-size: 16px;
        line-height: 1.8em;
        margin: 0 0 15px;
}
.pay {
    justify-content: flex-start;
    display: flex;
}
.newbanner-main{
    display: flex;
        gap: 4px;
}
.app_social .newbanner-cont {

}
.seller-info, .newsletter .enquire{
    border: 0;
    padding: 0;
}

.footer-social{
        display: flex;
        margin: 0;
        flex-direction: column;
        position: fixed;
        bottom: 40%;
        right: 40px;
        gap: 10px;
        z-index: 999;
}

.footer-social a {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #404553;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.footer-social a .fa{
    font-size: 22px;
}


.footer-social  .fa-facebook{
    color: #4267B2;
}
.footer-social  .fa-youtube{
    color: #DD4B39;
}
.footer-social  .fa-twitter{
    color: #50ABF1;
}

.footer-social  .fa-pinterest-p{
    color: #c91f26;
}
.footer-social  .fa-snapchat-ghost{
    color: #FFFC00;
}
.footer-social  .fa-instagram{
    color: #E4405F;
}


.footer-social  .fa-whatsapp{
    color: #fff;
    font-size: 32px !important;
}
.footer-social .whats{
    background: #4caf50;
}
.footer-social .insta .fa{
    color: #fff;
}
.footer-social .insta{
    background: #535353;
}

/* footer */
.top-footer{
    padding: 20px 0 0;
}
footer {
    margin-top: 30px;
    padding-top: 30px !important;
    background-color: #fff;
    color: #fff;
}
.common-home footer{
    margin-top: 0;
}
.footer-co{
    background: #000;
    padding: 20px 0 0;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #fff;
}
footer a:hover {
        color: #cfcfcf;
}
footer h5 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}
footer h5:hover{
    cursor: pointer;
}

.s-menu{
    display: table;
    width: 100%;
}
.app_social{
        margin-top: 50px;
    margin-bottom: 30px;
        padding: 0;
}
.apps .mob{
    margin: 25px 0 0;
}
.apps img{
    margin: 0 auto;
    display: block;
}
.apps .clearfix{
    clear: both;
    display: table;
    width: 100%;
}
.apps .newbanner-cont{
        margin: 10px auto;
        display: table;
}
.apps p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #0e1a3a;
}
footer .s-menu h5{
    font-size: 16px;
}
.footer-list a{
    
}
.inf-cont {
    margin: 0 0 15px;
    font-size: 16px;
}
.inf-cont svg{
    vertical-align: middle;
}
.inf-cont .fa{
    color: #4f5e7f;
    width: 35px;
    height: 35px;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.footer-list li{
    font-size: 14px;
    line-height: 2.3em;
}
.footer-list li:before{
    content: '\f111';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 5px;
    margin-inline-end: 10px;
        vertical-align: middle;
}
.list-footer li{
    padding: 0 2px;
}
.list-footer li:after{
    display: inline-block;
    content: "-";
}
html[dir=rtl] .list-footer li:after{
    margin-right: 6px;
}
html[dir=ltr] .list-footer li:after{
    margin-left: 6px;
}
.list-footer li:last-child:after{
    display: none;
}
.app_social p{
    text-align: right;
    color: var(--maincolor);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.app_social .payment{
        float: left;
}

.copy{
       display: flex;
        justify-content: flex-end; 
}
.copy2{
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
}
footer .copy a{
    color: #fff;
}
footer .copy p{
    color: #fff;
}

[id^="banner"] img{
    width: 100%;
}
@media (min-width: 993px) {
    [class^="product-product"] .product-left{
        width: 45% !important;
    }
    [class^="product-product"] .product-right{
        width: 55% !important;
    }
}
@media (max-width: 992px) {
    [class^="product-product"] .product-left{
        width: 100% !important;
    }
    [class^="product-product"] .product-right{
        width: 100% !important;
    }
}
.page-title {
    font-size: 21px;
    color: #404553;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0px;
    line-height: 2em;
}
html[dir=rtl] .page-title{
    text-align: right;
}
html[dir=ltr] .page-title{
    text-align: left;
}

.cart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        
}
#product-product .cart-group{
    width: 100%;
}
.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.add_group {
    position: relative;
    display: flex;
    width: 75px;
    height: 50px;
    border: 1px solid var(--secondcolor);
}
.add_group span{
    position: absolute;
    
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    
    border-color: inherit;
    border-style: inherit;
    z-index: 10;
}
html[dir=rtl] .add_group span{
    right: 0;
    border-width: 0 0 0 1px;
}
html[dir=ltr] .add_group span{
    left: 0;
    border-width: 0  1px 0 0;
}
.add_group span button{
    cursor: pointer;
    width: 100%;
    min-width: 18px;
    border: 0;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}
.add_group span button:first-child{
    border-bottom: 1px solid var(--secondcolor);
}
.add_group input{
    padding: 0;
    
    height: 100%;
    border: 0;
    text-align: center;
}

.cart-group #button-cart,
.cart-group #button-checkout{
    flex-grow: initial;
    /*height: 40px;*/
    display: inline-flex;
    border-radius: 0px !important;
    /*width: auto;*/
    justify-content: center;
    margin-top: 0;
    padding: 15px 12px;
}
.cart-group #button-checkout{
    /*border-right: 1px solid #fff;
    border-left: 1px solid #fff;*/
}
html[dir=rtl] .wishlist-compare{
        margin-right: auto;
        margin-top: 10px;
}
html[dir=ltr] .wishlist-compare{
        margin-left: auto;
        margin-top: 10px;
}
.wishlist-compare .btn {
    background: #feee00;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    border-radius: 50px !important;
    color: #404553;
    /*width: 40px;
    height: 40px;*/
}
.wishlist-compare .btn:hover {
    background: var(--secondcolor) !important;
    color: #fff;
}

html[dir=rtl] .xzoom{
    float: left;
    width: 80% !important;
}
html[dir=rtl] .xzoom-container .thumbnail{
    float: right;
}
html[dir=ltr] .xzoom{
    float: right;
    width: 80% !important;
}
html[dir=ltr] .xzoom-container .thumbnail{
    float: left;
}
html[dir=rtl] #pqv-content{
    text-align: right;
}
html[dir=ltr] #pqv-content{
    text-align: left;
}
.btn-quick-view {
    background: var(--maincolor) !important;
        height: 40px !important;
    width: 40px !important;
    line-height: 35px !important;
}
.btn-quick-view i {
    font-size: 16px !important;
}
.xzoom-container {
    margin-bottom: 25px;
}

.nav-tabs > li > a{
    border: 0;
    color: #7e859b;
    font-size: 18px;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: var(--secondcolor);
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid var(--secondcolor);
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.tags a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    color: rgba(238,238,238,1);
    font-weight: 400;
    text-transform: none;
    background: #3a4750;
        margin: 0 2px;
}
.tags {
    margin-top: 15px;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-row-bottom-1 {
    background: #eeeeee;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}
.product-stats {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        margin-bottom: 20px;
}
.product-stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-stats .brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        margin: -30px 0 20px;
}
.product-stats .brand-image span{
    display: block;
    text-align: center;
}
.product-stats .brand-image a {
    background: #ffffff;
    padding: 5px;
}

.cat-cover{
    position: relative;
    margin: 0 0 20px;
}
.cat-cover img{
    width: 100%;
}
.cat-overlay h2, .cat-overlay h4{
    color: #fff;
    margin: 0;
    line-height: 2em;
}
.cat-overlay{
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 40%;
        color: #fff;
}
#product-category #column-left{
    width: 240px;
}
#product-category #content{
            width: calc(100% - 240px);
}
#refine-categories {
    margin-bottom: 20px;
}
#carousel-refine-products .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.refine-item{
    /*border: 1px solid transparent;*/
    display: block;
    /*background: #fff;*/
}
.refine-item a {
    background: rgba(255, 255, 255, 1);
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}
.refine-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    -webkit-transition: all .075s ease-out;
    transition: all .075s ease-out;
}
.refine-item span {
    text-align: center;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    padding: 7px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 3px;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}
/*.refine-item:hover {
    border: 1px solid var(--maincolor);
}
.refine-item:hover span{
    color: var(--maincolor);
}*/
[class^="product-category"] .breadcrumb{
    margin: 0;
} 

[class^="product-category"] .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: block;
    background: #000;
    border-radius: 50%;
}
[class^="product-category"] .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f054";
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: block;
    background: #000;
    border-radius: 50%;
}

.cats .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: none;
    background: #000;
    border-radius: 50%;
}
.cats .swiper-button-prev{
    left: -27px !important;
}
.cats .swiper-button-prev .fal{
    color: var(--secondcolor);
    font-size: 40px;
}
.cats .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f054";
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: none;
    background: #000;
    border-radius: 50%;
}
.cats .swiper-button-next{
    right: -65px !important;
}
.cats .swiper-button-next .fal{
     color: var(--secondcolor);
    font-size: 40px;
}
.swiper-pager .swiper-button-prev:hover .fal, .swiper-pager .swiper-button-next:hover .fal{
    color: #022746;
}

.grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.grid-list .compare-btn {
    display: inline-block;
    padding-right: 15px;
    color: var(--secondcolor);
}
.grid-list button {
    display: inline-block;
    height: 32px;
}
.grid-list .fa-sync{
    margin: 0 5px;
}
.grid-list.btn-group > .btn{
     border-radius: 2px !important;
    border: 1px solid #404553 !important;
    height: 32px;
    background: transparent;
    box-shadow: none;
    outline: 0;
    
}
.btn-default.active{
    display: none;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle{
   
}
.products-filter {
    background: transparent;
    margin-bottom: 20px;
    padding: 0;
    
}
.products-filter label{
    color: #b2bbd2;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
}
.products-filter select.form-control{
        border-radius: 2px;    
        border: 1px solid #404553;
        height: 32px;
}


[class^="product-product"] .help_center .col-sm-6:first-child{
    display: none;
}
[class^="product-product"] .help_center [class*="col-"]{
    width: 100%;
    padding: 0;
}
[class^="product-product"] .help_center img{
    padding: 0;
}
[class^="product-product"] .help_center .desc h4 {
    color: #404553;
    font-size: 12px;
    font-weight: 700;
}
[class^="product-product"] .help_center .desc h5{
    color: #7e859b;
    font-size: 11px;
}
[class^="product-product"] .rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
[class^="product-product"] .rating .fa-stack{
        width: 2em;
    height: 2em;
    line-height: 2em;
}

.select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       
}
html[dir=rtl] .select-group{
    float: left;
}
html[dir=ltr] .select-group{
    float: right;
}
.select-group .input-group {
    margin: 0 10px;
}
.select-group label{
    border: 0;
}
.select-group select{
    border: 1px solid #ddd;
    box-shadow: none;
}
.cart-page .quan{
    display: flex;
    flex-direction: column;
    /* text-align: left; */
    align-items: flex-end;
    gap: 10px;
}
.main-products.pages .product-grid{
    width: calc(100% / 4 - 0.01px);
        padding: 0;
}
.pages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-products.pages .product-grid .product-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    padding: 0 10px;
        margin-bottom: 10px;
}
.main-products.pages .product-list .product-thumb {
    margin-bottom: 10px;
    background: #fff;
    display: table;
    width: 100%;
}
@media (min-width: 767px) {
    .cart-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .cart-table{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .cart-bottom {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 400px;
    }
    html[dir=rtl] .cart-bottom{
        margin-right: 20px;
    }
    html[dir=ltr] .cart-bottom{
        margin-left: 20px;
    }
}
.cart-bottom{
    background: #eeeeee;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}
.cart-table table thead td {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eeeeee;
    border: 0 !important;
        
}
.cart-bottom .table-bordered{
    background: #fff;
    border: 1px solid #ddd;
}
.cart-bottom .table-bordered tr td{
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}
.cart-table table td{
    vertical-align: middle !important;
}
.quan > .btn-block{
    align-content: space-between;
    display: flex;
}
.quan .btn-danger{
    background: var(--maincolor);
    border-radius: 50% !important;
    height: 38px;
    width: 38px;
    margin: 1px !important;
}
#accordion .panel-default > .panel-heading{
    background: #fff;
}
#accordion .panel-title a:after{
    content: "\f060" ;
    font-family: fontawesome ;
    display: inline-block;
    /*transform: scaleX(-1);*/
    margin-left: 15px;
    font-size: 9px;
    float: left;
    margin-top: 3px;
}
html[dir=ltr] #accordion .panel-title a:after{
    float: right;
    transform: scaleX(-1);
}
#accordion .panel-title a .fa-caret-down{
    display: none;
}
#accordion #collapse-coupon .control-label,
#accordion #collapse-voucher .control-label{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
    padding: 7px 0 5px;
}
#accordion #collapse-shipping .control-label{
    padding: 0;
}
.box-heading{
    display: none;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    display: inline-block;
}
.brand-image a{
    color: #7e859b;
    display: block;
    font-size: 16px;
}

.menu-trigger{
    position: relative;
}
.mobile-wrapper-header{
    position: relative;
    width: 100%;
    height: 45px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
}
#language-currency{
    line-height: .5;
}
.language-currency-mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#collapse-menu .btn-group > .btn{
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}
 .mobile-wrapper-header>span {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
}
#collapse-menu {
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all 0.5s;
}

html[dir=rtl] #collapse-menu{
    right: 0;
    transform: translateX(100%);
}
html[dir=ltr] #collapse-menu{
    left: 0;
    transform: translateX(-100%);
}
.carousel-cont img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.carousel-cont .swiper-wrapper{
    align-items: center;
}
.carousel-cont:nth-child(even) img{
        /*object-fit: cover;
        height: 200px;*/
}

.instalink{
        display: table;
        margin: 20px auto 0;
        font-size: 20px;
        color: #000;
        font-weight: bold;
}
.instalink > span{
    margin-inline-start: 5px;
}
.instalink svg{
    vertical-align: middle;
}

.swiper-button-next:before,
.swiper-button-prev:before{
    display: none !important;
}
#collapse-menu.active {
    transform: none !important;
        /*right: auto;*/
}
#collapse-menu{
    background: #fff;
}
#collapse-menu{
    overflow: auto;
    height: 100vh;
}
#collapse-menu .mobile-wrapper-header{
    background: var(--maincolor);
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #dddddd;
    height: 45px;
}
#collapse-menu .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: 0;
}
#collapse-menu .collapse-menu-wrap [data-toggle].collapsed:after {
    content: "\f055";
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
}
#collapse-menu .collapse-menu-wrap [data-toggle]:not(.collapsed):after {
    content: "\f056";
    display: inline-block;
    font-family: fontawesome;
}
html[dir=rtl] #collapse-menu .collapse-menu-wrap [data-toggle].collapsed:after,
html[dir=rtl] #collapse-menu .collapse-menu-wrap [data-toggle]:not(.collapsed):after{
    float: left;
}
html[dir=ltr] #collapse-menu .collapse-menu-wrap [data-toggle].collapsed:after,
html[dir=ltr] #collapse-menu .collapse-menu-wrap [data-toggle]:not(.collapsed):after{
    float: right;
}
#collapse-menu  a{
    padding: 10px 15px;
    display: block;
    border: 0;
    color: var(--secondcolor);
    font-size: 16px;
}
.list-group-level1 > li:before{
    content: "\f068";
    display: inline-block;
    font-family: fontawesome;
    font-size: 7px;
    position: absolute;
    top: 30%;
}
html[dir=rtl] .list-group-level1 > li:before{
    right: 0;
}
html[dir=ltr] .list-group-level1 > li:before{
    left: 0;
}
#collapse-menu .close-nav{
    color: #fff;
}
#collapse-menu .close-nav:hover{
    background: transparent;
}
#account-login h1{
    font-size: 38px;
    font-weight: bold;
}
#account-login h2{
    font-size: 26px;
    color: #131118;
    font-weight: bold;
}
#account-login h2 + p{
    font-size: 14px;
    color: #A4A1AA;
    margin: 0 0 20px;
}
#account-login form label,
#account-register form label{
    font-size: 16px;
    color: #000;
}
#account-login form input,
#account-register form input{
    height: 55px;
    border-radius: 10px;
    border: 1px solid #000;
}
#account-login form .btn-primary,
#account-register form .btn-primary{
    width: 100%;
    font-size: 16px;
}
#account-login form input[type=checkbox],
#account-register form input[type=checkbox],
#account-login form input[type=radio],
#account-register form input[type=radio]{
    height: auto;
}
.text_forgotten{
    color: #131118;
    font-size: 14px;
}
#account-login form .text_no_account{
    text-align: center;
    color: #131118;
        margin: 10px 0;
}
#account-login form .text_no_account a{
    color: #000;
}
.login_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 200px;
}
.checkout-success .div-center,
.account-logout .div-center{
    width: 50%;
    text-align: center;
}
.checkout-success .div-center img,
.account-logout .div-center img{
    width: 60px;
}
@media (max-width: 768px) {
    .well2{
        display: none;
    }
    #account-login h1{
        text-align: center;
        font-size: 28px;
    }
    #account-login h2{
        text-align: center;
        margin: 30px 0px 10px;
    }
    #account-login h2 + p{
        text-align: center;
    }
    .checkout-success .div-center,
    .account-logout .div-center{
        width: 100%;
        text-align: center;
    }
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.div-center{
    margin: 50px auto ;
    display: table;
    float: none;
    padding: 45px 20px;
        background: #fff;
}
.div-center .well{
    /*padding: 45px 20px;*/
}

.burger{
   padding: 5px;
   margin-inline-start: -5px;
}
.burger:before{
    display: none;
}
.mobile-wrap{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 15px;
}
.mobile-logo-wrapper img{
    margin: 0 auto;
        padding: 10px;
    max-width: 150px;
}
.mobile-logo-wrapper{
    
}
 .mobile-bar-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.mobile-search-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px;
}
.mobile-cart-wrapper #cart-total{
   
}
.nav-btn{
    padding: 12px;
}
.nav-btn .fa{
    font-size: 22px;
    cursor: pointer;
}
.mobile-search-wrapper #search{
    margin: 0;
    border-radius: 5px;
    border: 1px solid #c6ccdd;
}
.mobile-cart-wrapper #cart {
    margin-bottom: 0;
}
.mobile-cart-wrapper .fa-shopping-cart{
    font-size: 20px;
}


#search .search-btn {
    line-height: 21px;
    background: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    margin-right: 0px;
    color: #000;
    outline: none !important;
    height: 55px;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}
#search ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  text-align: center;
}
#search .search-btn i {
    font-size: 18px;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.95);
}

#search-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f00d";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    content: " X ";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
    position: absolute;
    top: 3%;
    right: 12%;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}
#search {
    position: absolute;
    top: 25%;
    width: 35%;
    left: 50%;
    transform: translate(-50%);
    background: transparent;
}
#search .input-lg {
    height: 55px;
    line-height: 20px;
    padding: 0 10px;
    border: 2px solid #fff;
    box-shadow: none;
    background: transparent;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
#search-header img{
        margin: 70px auto 0;
}

.info-success{
    padding: 15px;
}
.info-success .info-block-title{
    font-size: 14px;
    color: var(--secondcolor);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
html[dir=rtl] .info-success .fa{
    float: right;
    font-size: 40px;
    margin-left: 10px;
}
html[dir=ltr] .info-success .fa{
    float: left;
    font-size: 40px;
    margin-right: 10px;
}
[class^="product-product"] .info-block {
    background: #fff;
    border: 0;
    padding: 7px;
    margin: 0 0 10px;
}
[class^="product-product"] .info-block-title{
    color: #404553;
    font-size: 12px;
}
[class^="product-product"] .info-block .info-block-describe {
    color: #7e859b;
    font-size: 11px;
}
[class^="product-product"] .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f054";
    width: auto;
    height: auto;
    color: #777;
    font-size: 13px;
    line-height: 2;
    background: #fff;
    text-align: center;
    display: block;
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 3px -1px;
    border-radius: 50%;
}
[class^="product-product"] .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    width: auto;
    height: auto;
    color: #777;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    display: block;
    background: #fff;
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 3px -1px;
    border-radius: 50%;
}

#product-product .rating a{
    color: #404553;
    font-size: 16px;
}
html[dir=rtl] #product-product .rating a{
    margin-left: 10px;
}
html[dir=ltr] #product-product .rating a{
    margin-right: 10px;
}
html[dir=rtl] #product-product .rating .reviews_num{
    float: left;
}
html[dir=ltr] #product-product .rating .reviews_num{
    float: right;
}
#xzoom-products .swiper-button-next{
    opacity: 1;
    top: -10px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
}
html[dir=ltr] #xzoom-products .swiper-button-next{
    left: 30%;
}
#xzoom-products .swiper-button-prev{
    opacity: 1;
    bottom: -10px;
    right: 44%;
    transform: translateX(50%);
    top: unset;
}
html[dir=ltr] #xzoom-products .swiper-button-prev{
    transform: translateX(87%);
}
#xzoom-products .swiper-pager {
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0;
}
#xzoom-products .swiper-button-next:before{
    content: "\f077";
}
#xzoom-products .swiper-button-prev:before{
    content: "\f078";
}
#xzoom-products .swiper-button-next:before,
#xzoom-products .swiper-button-prev:before{
    color: #404553;
}
#xzoom-products{
    width: 100px;
}
.vendor img {
    max-width: 150px;
    margin: 0 auto;
}


[class^="product-product"] .nav-tabs{
    margin: 30px 0 20px;
}
[class^="product-product"] .nav-tabs > li {
    float: none;
    display: inline-block;
}
#tab-description p{
        font-size: 14px;
        line-height: 2;
}
#tab-description img{
    max-width: 100%;
    display: block;
}
.nav-tabs > li > a{
    border: 0;
    color: #7e859b;
    font-size: 18px;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid var(--secondcolor);
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.tab-content{
    margin-bottom: 50px;
}
.pagination {
    margin: 0;
}
.title_stock{
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.title_stock h1{
    font-size: 38px;
    color: #000;
}
#product-product .ribbon{
    left: 15px;
}
.meta_description{
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
}
.green{
    color: #058928;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    background: #D7FFE1;
    margin-bottom: 10px;
}
.red_stock{
    background: #ef3636;
        color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.cart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        
}
.list-unstyled h2{
    margin: 10px 0;
    font-size: 38px;
    color: #000;
}
#product .radio{
    display: inline-block;
        margin-inline-end: 10px;
}

#product .radio label, #product .checkbox label{
    padding: 0;
        margin: 0;
}
#product [id^=input-option] {
    display: flex;
        align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
#product .radio img,
#product .checkbox img {
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 2px;
}
#product .radio .opt-title,
#product .checkbox .opt-title{
    padding: 12px 40px;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17.554px;
    color: #000;
}

#product input[type="radio"]:checked + img,
#product input[type="checkbox"]:checked + img {
        border: 1px solid var(--maincolor);
}
#product input[type="radio"]:checked + .opt-title,
#product input[type="checkbox"]:checked + .opt-title{
    border: 1px solid var(--maincolor);
    color: #fff;
    background: var(--maincolor);
}

#product .radio input[type="radio"],
#product .checkbox input[type="checkbox"] {
    visibility: hidden;
}
#product > .form-group .disabled{
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}
#product > .form-group .disabled:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top left, transparent calc(50% - 1px), black, transparent calc(50% + 1px));
}



.add_group {
    position: relative;
    display: flex;
        align-items: center;
    width: 90px;
    height: 50px;
    border: 1px solid #EEEEEE;
    
}
html[dir=rtl] .add_group {
    margin-left: 10px;
}
html[dir=ltr] .add_group {
    margin-right: 10px;
}
#product-product .add_group{
    width: 220px;
}
.add_group span{
    position: absolute;
    
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    
    border-color: inherit;
    border-style: inherit;
    z-index: 10;
}
html[dir=rtl] .add_group span{
    right: 0;
    border-width: 0 ;
    border-left: 1px solid var(--secondcolor);
}
html[dir=ltr] .add_group span{
    left: 0;
    border-width: 0  ;
    border-right: 1px solid var(--secondcolor);
}
.add_group button{
    cursor: pointer;
    width: 100%;
    width: 22px;
    border: 0;
    background: #fff;
        color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out;
}
.add_group span button .fa{
    font-size: 10px;
        margin: 4px 0 0;
}
.add_group span button:first-child{
    /*border-bottom: 1px solid var(--secondcolor);*/
}
.add_group input{
    padding: 0;
    box-shadow: none;
    height: 100%;
    border: 0;
    text-align: center;
}
html[dir=rtl] .add_group input{

}
html[dir=ltr] .add_group input{

}
.cart-group #button-cart,
.cart-group #button-checkout{
    flex-grow: initial;
    /*height: 40px;*/
    display: inline-flex;
    border-radius: 0px !important;
    /*width: auto;*/
    justify-content: center;
    margin-top: 0;
    padding: 15px 12px;
}
.cart-group #button-checkout{
    /*border-right: 1px solid #fff;
    border-left: 1px solid #fff;*/
}

.wishlist-compare .btn {
    background: #D3B971;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 12px 17px;
    border-radius: 5px !important;
    color: #6d6d6d;
    margin: 0 5px !important;
    /*width: 40px;
    height: 40px;*/
}
.wishlist-compare .btn:hover {
    background: #212121 !important;
    color: #fff;
}
.wishlist-compare .btn .fa{
    font-size: 16px;
}
.button-inline{
    background: transparent;
    border: 0;
    color: #000;
    font-weight: bold;
}
.whats_order{
        border: none;
    width: 40%;
    margin: 0 5px;
    /* height: 38px; */
    color: #fff;
    background-color: #4FCE5D;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    display: none;
}
#button-checkout{
    width: 100%;
    background: #fff !important;
    border: 1px solid #eee;
    color: #000;
        margin-inline-start: 2px;
}
#button-checkout:hover{
    background: #000 !important;
    border: 1px solid #000;
    color: #fff;
}
.product-share {
  margin-top: 0px;
  position: relative;
      height: 35px;
    width: 150px;
    display: inline-block;
}
.sharing-icon{
    transition: all .4s ease-out;
        font-weight: bold;
    color: #000;
}

.product-share svg{
    vertical-align: middle;
}
.product-share .socials{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out;
}
.product-share:hover .socials{
    opacity: 1;
    visibility: visible;
}
.product-share:hover .sharing-icon{
    opacity: 0;
    visibility: hidden;
}
.product-share .socials a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #555;
  border-radius: 50%;
  border: 1px solid ;
  transition: 0.2s;
}
.product-share .socials a:hover {
  color: #007bff;
}
.product-share .fa {
  
}
.shipping_title{
    font-size: 18px;
    color: #000;
}
.shipping_title svg{
    vertical-align: middle;
}
#sizechart{
    z-index: 99999;
}
#sizechart img{
        max-width: 100%;
        max-height: 500px;
        width: auto !important;
        display: block;
        margin: 0 auto;
}
#sizechart h4{
    font-size: 24px;
}
.target_sizechart{
    background: #FFD256;
    color: #000;
    font-size: 18px;
        margin-bottom: 25px;
}
.main-options{
    display: flex;
    align-items: end;
}
.main-options .options_right{
    width: 100%;
}
.main-options label{
    font-size: 16px;
    color: #000;
}
[for="input-quantity"]{
    color: #000;
    font-weight: bold;
}


.swal2-modal .swal2-title {
    font-size: 18px !important;
    line-height: 1.8em;
    margin: 0 0 20px !important;
}
.swal2-icon.swal2-success .placeholder {
    border: 4px solid rgba(91,183,91,1);
}
#modalContentId .btn-primary{
    font-size: 16px !important;
}
#column-right{
        margin-top: 50px;
}




/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 10px 0;
    /*border: 1px solid #ddd;*/
    position: relative;
    background-color: transparent;
    display: none;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    position: relative;
    word-break: break-all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb a {
    color: #7e859b;
    }
.breadcrumb > li + li:before {
    content: '/';
    padding: 0 10px;
    color: #ccc;
}
/*.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

[class^="product-product"]{
    overflow-x: hidden;
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    /*margin: 1em 0;*/
}
.btn {
    padding: 7.5px 12px;
    font-size: 13px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    background: var(--secondcolor);
    padding: 10px 12px;
    border: 0;
    transition: all 0.4s ease-in-out 0s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: var(--maincolor) !important;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #404553;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #303841 !important;
    background-color: #fcf9f7;
    border: 0;
    border-radius: 0;
    padding: 12px 16px;
    /*background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;*/
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #fcf9f7;
    /*background-image: linear-gradient(to bottom, #333333, #111111);*/
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    /*overflow: auto;*/
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .caption a{
        color: #000;
    font-size: 22px;
    font-weight: 600;
}

.product-thumb .image .orig{
    position: relative;
    transition: all 0.4s ease;
}
.product-thumb .image .swap{
    opacity: 0;
    visibility: hidden;
    position: absolute;
        top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.product-thumb:hover .image .orig{
    opacity: 0;
    visibility: hidden;
}
.product-thumb:hover .image .swap{
    opacity: 1;
    visibility: visible;
}
/*.product-thumb .image a:hover {
    opacity: 0.8;
}*/
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: right;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
    /*max-height: 50px;
    overflow: hidden;*/
        line-height: 1.5em;
}
.product-thumb .caption {
    /*padding: 0 20px;
    min-height: 180px;*/
        text-align: center;
}
.product-list .product-thumb .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.main-products .product-list .product-thumb .caption {
    padding-right: 20px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        /*min-height: 210px;*/
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-right: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.main-products .product-list .product-thumb .desc,
.main-products .product-list .product-thumb .rating,
.main-products .product-list .product-thumb .button-group,
.main-products .product-list .product-thumb .price-tax{
    display: block;
}
.main-products .product-list .product-thumb .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background: transparent;
    border: 0;
    padding: 0 20px;
}


.mfilter-content{
    border: 0 !important;
}
.mfilter-content > ul > li {
    list-style-type: none;
    margin: 0 0 15px !important;
    border-radius: 10px;
    border: 1px solid  #F1F1F2;
    background: #FFF;
    box-shadow: 0px 2.5px 3.333px 0px rgba(0, 0, 0, 0.03);
}
.mfilter-heading-text > span{
    color: var(--maincolor);
}
.mfilter-box .mfilter-counter{
    background: transparent !important;
    color: #000 !important;
}
.mfilter-box-48 .mfilter-counter:after{
    display: none;
}
.mfilter-heading {
    cursor: pointer;
    background: transparent !important;
    font-size: 13px;
}
.mfilter-opts-container {
    padding: 5px 0;
    border-top: 2px solid #F1F1F2 !important;
}
.mfilter-heading-text > span {
    font-weight: bold;
    font-size: 14px;
}

.mfilter-box input[type=checkbox] {
         position: relative;
         cursor: pointer;
    }
.mfilter-box input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
        top: -1px;
        left: -1px;
         border: 2px solid #E1E3EA;
         border-radius: 4px;
         background-color: #E1E3EA;
}
.mfilter-box input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid #fff;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 1px;
         left: 5px;
}
.mfilter-box input[type=checkbox]:checked:before{
        background-color: var(--maincolor);
            border: 2px solid var(--maincolor);
}
.mfilter-heading .mfilter-head-icon {
    background: none !important;
}
.mfilter-heading .mfilter-head-icon:after {
    content: "\f107";
font: normal normal normal 14px / 1 FontAwesome;
    display: inline-block;
    font-size: 23px;
    color: var(--maincolor);
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon:after {
    content: "\f106";
    font: normal normal normal 14px / 1 FontAwesome;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    color: var(--maincolor);
}
.mfilter-heading .mfilter-head-icon{
    margin-top: 0 !important;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon{
    transform: none !important;
}
#mfilter-opts-search{
    border-radius: 6.667px;
    border: 1px solid var(--maincolor);
    background: rgb(143 143 143 / 10%);
}
.mfilter-price .mfilter-options .mfilter-slider-slider .ui-slider-handle, 
.mfilter-price .mfilter-options #mfilter-price-slider .ui-slider-handle{
    background: none !important;
    margin-top: -4px !important;
}

.mfilter-price .mfilter-options .mfilter-slider-slider .ui-slider-range, 
.mfilter-price .mfilter-options #mfilter-price-slider .ui-slider-range{
        background: var(--maincolor) !important;
}
.mfilter-slider-slider .ui-slider-handle:after, 
#mfilter-price-slider .ui-slider-handle:after{
    content: "\f111";
    font-family: FontAwesome;
    font-size: 20px;
    border: 2px solid var(--maincolor);
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: transparent;
    background: #fff;
}
.mfilter-price .mfilter-options .mfilter-slider-slider, 
.mfilter-price .mfilter-options #mfilter-price-slider{
    height: 3px !important;
    margin: 14px 2px 0 5px !important;
}
html[dir=ltr] .mfilter-rating .mfilter-option img{
    transform: scale(-1, 1);
}
.mfilter-heading-text > span{
    font-size: 12px;
}
.mfilter-heading-text > span:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 16px;
    background-color: var(--maincolor);
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"><path opacity="0.3" d="M0.849977 14.0833C0.903044 14.0257 0.967467 13.9797 1.03918 13.9483C1.1109 13.9169 1.18834 13.9006 1.26664 13.9006C1.34494 13.9006 1.42239 13.9169 1.49411 13.9483C1.56582 13.9797 1.63024 14.0257 1.68331 14.0833L3.04998 15.4333V1.44992C3.03668 1.3627 3.04251 1.27363 3.06706 1.18889C3.09162 1.10415 3.13432 1.02576 3.19219 0.959171C3.25006 0.892578 3.32173 0.839369 3.40222 0.803236C3.4827 0.767103 3.57009 0.748909 3.65831 0.749918C3.73821 0.752077 3.8169 0.769959 3.88988 0.802542C3.96286 0.835126 4.02871 0.881772 4.08365 0.939814C4.1386 0.997857 4.18157 1.06616 4.21011 1.14082C4.23865 1.21547 4.2522 1.29502 4.24998 1.37492V15.2749L5.36664 14.0833C5.41971 14.0257 5.48413 13.9797 5.55585 13.9483C5.62756 13.9169 5.70501 13.9006 5.78331 13.9006C5.86161 13.9006 5.93906 13.9169 6.01077 13.9483C6.08249 13.9797 6.14691 14.0257 6.19998 14.0833C6.30948 14.2043 6.37012 14.3617 6.37012 14.5249C6.37012 14.6881 6.30948 14.8455 6.19998 14.9666L4.04164 17.2416C3.98858 17.2992 3.92416 17.3451 3.85244 17.3765C3.78073 17.408 3.70328 17.4242 3.62498 17.4242C3.54668 17.4242 3.46923 17.408 3.39751 17.3765C3.3258 17.3451 3.26138 17.2992 3.20831 17.2416L0.874978 14.9166C0.815044 14.8548 0.767976 14.7817 0.736504 14.7016C0.705032 14.6215 0.689785 14.536 0.691645 14.4499C0.701654 14.3134 0.757438 14.1842 0.849977 14.0833Z" fill="%230064D2"/><path d="M8.57466 3.17505L10.6663 0.933385C10.7239 0.870233 10.7951 0.820937 10.8745 0.789187C10.9539 0.757438 11.0394 0.744059 11.1247 0.750051C11.2041 0.750947 11.2826 0.767615 11.3555 0.799087C11.4285 0.830558 11.4945 0.876208 11.5497 0.933385L13.808 3.29172C13.9088 3.40712 13.9644 3.55515 13.9644 3.70839C13.9644 3.86162 13.9088 4.00965 13.808 4.12505C13.7537 4.18047 13.6888 4.22449 13.6173 4.25454C13.5457 4.28459 13.4689 4.30006 13.3913 4.30005C13.313 4.29996 13.2355 4.28362 13.1638 4.25206C13.0921 4.22051 13.0277 4.17442 12.9747 4.11672L11.783 2.91672V16.8084C11.783 16.9653 11.7207 17.1158 11.6097 17.2268C11.4987 17.3377 11.3482 17.4001 11.1913 17.4001C11.0344 17.4001 10.8839 17.3377 10.773 17.2268C10.662 17.1158 10.5997 16.9653 10.5997 16.8084V2.79172L9.41633 4.03338C9.36261 4.08986 9.29798 4.13483 9.22635 4.16556C9.15473 4.19629 9.0776 4.21214 8.99966 4.21214C8.92172 4.21214 8.84459 4.19629 8.77296 4.16556C8.70134 4.13483 8.6367 4.08986 8.58299 4.03338C8.47227 3.91843 8.40972 3.76547 8.40817 3.60587C8.40662 3.44628 8.46619 3.29213 8.57466 3.17505V3.17505Z" fill="%230064D2"/></svg>');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    vertical-align: middle;
    margin-inline-end: 5px;
}


/*mb-menu*/
.service-box {
    /*background-image: url(account-box-background.png);
    background-repeat: repeat-x;*/
    background-color: #fff;
    padding: 50px 40px;
    position: relative;
}

.mp-back1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.vendor {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 20px 0;
}
.main_img{
    width: 20px;
    display: inline-block;
}
.mp-menu ul li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    color: #0F0F0F;
        border-bottom: 0;
}
.mp-menu ul li > a svg{
    vertical-align: middle;
}

.mp-menu ul li a.mp-back {
    background-color: var(--maincolor);
}

.mp-menu ul li a i {
    font-size: 30px;
    margin: 0 5px;
    vertical-align: text-bottom;
}
.mp-menu{
    z-index: 99;
}
.mp-menu .fa-angle-left {
    font-size: 20px;
    margin: 6px 5px 0px;
    display: inline-block;
    float: left;
    color: var(--secondcolor);
    
}
html[dir=rtl] .mp-menu .fa-angle-left{
    transform: scale(1);
}
html[dir=ltr] .mp-menu .fa-angle-left{
    transform: scale(-1);
}

.mp-menu ul li a.mp-back {
    font-size: 15px;
    padding: 8px 10px;
}

.mp-menu ul li strong {
    padding: 5px 10px;
}


.banner-item.col-lg-6{
    padding: 0 30px;
}

html[dir=rtl] .product-thumb .rating {
    padding-bottom: 10px;
    float: left;
}
html[dir=ltr] .product-thumb .rating {
    padding-bottom: 10px;
    float: right;
}
.rating_num{
    background: #38ae04;
    color: #fff;
    padding: 0px 4px;
    border-radius: 999px;
    text-align: center;
    padding: 0 4px 1px 1px;
        margin-inline-end: 3px;
}
.rating .fa-stack {
    font-size: 8px;
    height: 1.5em;
    height: 1.5em;
    width: 1.5em;
    padding: 0;
}
.rating .fa-star-o {
    color: #999;
    font-size: 8px;
}
.rating .fa-star {
    color: #fff;
    font-size: 8px;
}
.rating .fa-star + .fa-star-o {
    /*color: #fff;*/
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #888888;
    font-size: 16px;
    font-weight: bold;
}
.product-thumb .price-new {
    font-weight: 600;
    /*display: block;*/
    color: #ff0000;
}
.product-thumb .price-old {
    font-size: 12px;
    color: #7e859b;
    font-weight: 400;
    text-decoration: line-through;
        margin-inline-end: 7px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 13px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-right: 1px solid #ddd;
}
.product-list .product-thumb .caption a {
    font-size: 18px;
    color: var(--secondcolor);
    font-weight: 700;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-right: none;
}
}

.addcart{
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 9;
    border: 0;
        font-size: 15px;
        transition: all 0.4s ease;
}
.addcart svg{
    vertical-align: middle;
}
.addcart span{
    vertical-align: middle;
}
.product-thumb:hover .addcart{
    bottom: 0;
}
.addwish{
    background: rgba(0,0,0, .7);
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    transition: all 0.4s ease;
}
.addwish:hover{
    background: rgba(0,0,0, 1);
}



.cats .swiper-pagination{
        width: 80%;
        display: flex;
        left: 0;
        right: 0;
        margin: 0 auto;
}
.cats .swiper-pagination-bullet{
    width: 100%;
    height: 5px;
    background: #DADADA;
    border-radius: 0px;
    margin: 0;
    box-shadow: none;
    transition: all .4s ease;
}
.cats .swiper-pagination-bullet-active{
    background: gray;
    width: 100%;
    height: 5px;
}
.cats .swiper-pagination-bullet:hover{
    background: gray;
}
.cats .swiper-container,
.carousel-cont .swiper-container{
    overflow: visible !important;
}


.product-thumb .button-group button {
    /*width: 60%;*/
    border: none;
    display: inline-block;
    float: right;
    background-color: var(--secondcolor);
    color: #fff;
    line-height: 38px;
    /*font-weight: bold;*/
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px 15px;
}
.product-thumb .button-group button + button {
    /*width: 20%;
    border-right: 1px solid #ddd;*/
        margin-right: 5px;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-color: var(--maincolor) ;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}

[class^="product-product"] #content .col-sm-8 > h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
}


.thumbnails {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-right: 0;
}
html[dir=rtl] .thumbnails > li:first-of-type{
        width: 83%;
        float: left;
}
html[dir=ltr] .thumbnails > li:first-of-type{
        width: 83%;
        float: right;
}
.thumbnails {
    margin-right: -15px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    border: 1px solid #fff;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: right;
    margin-left: 10px;
}
.thumbnail{
    padding: 0;
    border: 1px solid #fff;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #000;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(5n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(5n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:right;
    }
}
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--secondcolor);
    border-color: var(--secondcolor);
    cursor: default;
}
.pagination > li > a, .pagination > li > span{
    color: var(--secondcolor);
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



.user_agent{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #282828;
    z-index: 999;
    display: none;
    box-shadow: rgb(0 0 0 / 10%) 0px -1px 8px;
}
.user_agent .container{
        display: flex;
        align-items: center;
}
.user_agent a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #404553;
    line-height: 1px;
        position: relative;
}
.user_agent p{
    font-size: 11px;
    margin: 0 0 7px;
}
.user_agent a .fa{
    font-size: 16px;
    margin-bottom: 10px;
}
.user_agent a img{
    width: 22px;
    display: block;
    margin: 0 auto 10px;
}
.user_agent .col-xs-3{
    /*border-left: 1px solid #fff;*/
    /*width: 20%;*/
}
.user_agent .col-xs-3:last-child{
    border-left: 0;
}
.s-menu .fa-minus, .s-menu .fa-plus {
     display: none ; 
}
.s-menu .fa-minus{
    display: block;
}

.s-menu .collapsed .fa-plus{
    display: block;
}
.s-menu .collapsed .fa-minus{
    display: none;
}
.s-menu .fa-minus, .s-menu .fa-plus {
     float: left;
}


footer .fa-plus, footer .fa-minus {
    float: left;
    display: none;
}
@media (min-width: 768px){
    footer .collapse {
        display: block;
        visibility: visible;
    }
    footer .content-footer [class^="col"] .fa-minus, footer .content-footer [class^="col"] .fa-plus {
        display: none !important;
    }
    .wide-padding{
        padding: 0;
        width: 29%;
    }
    .wide-padding1{
        width: 21%;
    }

}



@media (max-width: 1100px) {
    .slide-layers .s-title{
        font-size: 25px;
    }
    .slide-layers .s-describe{
        font-size: 16px;
    }
    .slide-layers .btn-more{
        padding: 8px 20px;
    }
    #slideshow0 .slide-layers{
            width: 80%;
    }
}
@media (max-width: 1060px) {
    .all-cats > ul > .dropdown > .dropdown-menu.level2 {
        width: 600px;
    }
    #menu .dropdown-inner > li{
        width: calc(100% / 4 - 0.01px);
    }
    
    .info-block{
        width: 100%;
        margin-bottom: 10px;

    }
    .banner3{
        margin: 0 -10px;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    header{
        background: #000;
    }
    body{
        margin-bottom: 61px;
    }
    .slideshow{
        margin-top: 0;
    }
    .slideshow:before{
        display: none;
    }
    #slideshow0 .slide-layers{
        left: 50%;
    }
    .footer-social{
            bottom: 65px;
            right: 5px;
    }
    .mobile-logo-wrapper .visible-sm,
    .mobile-logo-wrapper .visible-xs {
        display: inline-block !important;
        vertical-align: middle;
    }
    .logo-home{
        display: inline-block;
        vertical-align: middle;
    }
    .user_agent{
        display: block;
    }
    #search .input-lg {
        
    }
    #search .btn-lg{
        line-height: 15px;
    }
    .common-home .side-column{
        display: none !important;
    }
    .two-column{
        width: 100%;
    }
    .common-home .main-products .product-layout{
        width: calc(100% / 4 - 0.01px);
    }
    
    .slide-layers .s-title{
        font-size: 25px;
    }
    .slide-layers .s-describe{
        font-size: 16px;
    }
    .slide-layers .btn-more{
        padding: 8px 20px;
    }
    #slideshow0 .slide-layers{
            width: 80%;
    }
    #menu .dropdown-menu > .dropdown-inner{
        overflow: hidden;
    }
    .m-title {
        font-size: 24px;
    }
    .cats_title a {
        font-size: 14px;
    }
    .cats .swiper-pagination,
    .category0-pager{
        display: none !important;
    }
    .latest {
        padding: 0;
        margin: 0px 0 0px;
    }


    .main-products.pages .product-grid {
        width: calc(100% / 3 - 0.01px);
    }
    [class^="product-product"]{
        /*margin-bottom: 136px;*/
    }
    [for="input-quantity"]{
        display: none;
    }
    html[dir=rtl] .breadcrumb::before{
        left: 50%;
        margin-left: -48vw;
    }
    html[dir=ltr] .breadcrumb::before{
        right: 50%;
        margin-right: -48vw;
    }
    .copy{
        flex-wrap: wrap;
    }
    .copy > p{
        text-align: center;
        width: 100%;
        order: 2;
        display: inline-block;
        flex: 1;
    }
    .copy .payment{
        width: 100%;
        order: 1;
    }
    .copy > ul{
        order: 3;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .copy .payment .banner{
        display: table;
        margin: 0 auto 10px;
    }
    .tab-content{
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    
    
    .common-home .main-products .product-layout{
        width: calc(100% / 3 - 0.01px);
    }
    .a-menu svg path {
        fill: #fff;
    }
    #cart > .btn:after{
        background-color: #fff;
    }
    #search{
        width: 75%;
    }
    .slide-layers .s-title{
        font-size: 18px;
    }
    .slide-layers .s-describe{
        font-size: 16px;
    }
    .slide-layers .btn-more{
        padding: 6px 15px;
        font-size: 12px;
        margin-top: 5px;
    }
    #slideshow0 .slide-layers{
        width: 80%;
    }
    #slideshow0 {
        margin: 0px 0 0;
    }
    #slideshow0 img{
            width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: center;
    }
    .slideshow .swiper-pager,
    .slideshow .swiper-pagination{
        display: none;
    }
    .cats {
        padding: 0px 0 0px;
    }
    .slideshow{
        margin-bottom: 0;
    }
    #toast-container{
        top: 12px;
    right: 0;
    width: 100%;
    }
    #toast-container > div {
        min-width: 300px;
        margin: 0 auto;
    }
    .cart-page .quan{
        align-items: center;
    }
   .cart-page .quan .visible-xs{
        text-align: center;
    }
    .btn-checkout.btn{
        width: 100%;
        margin: 0;
            font-size: 16px;
    }
    .btn-cart.btn{
        display: none;
    }
    .main-options {
        flex-wrap: wrap;
    }
    .cats .home-cats .cat-title{
        font-size: 14px;
    }
    .cats .swiper-button-next .fal,
    .cats .swiper-button-prev .fal{
        font-size: 20px;
    }
    .cats .swiper-button-next {
        right: -10px !important;
    }
    .cats .swiper-button-prev {
        left: -10px !important;
    }
    .special .swiper-pagination-bullet, 
    .category-products .swiper-pagination-bullet{
        width: 20px;
    }
    .special .swiper-pagination-bullet-active, 
    .category-products .swiper-pagination-bullet-active{
        width: 20px;
    }
    .product-thumb .caption a {
        font-size: 16px;
    }
    .addcart a{
        font-size: 14px;
    }

    .buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*position: fixed;*/
        bottom: 61px;
        z-index: 9999;
        width: 100%;
        right: 0;
        left: 0;
        padding: 10px 15px 0;
        background: #fff;
    }
    .cart-group{
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }
    #product-product .add_group {
        width: 38%;
        margin: 0;
    }
    .cart-group #button-cart{
            width: 60%;
    }
    .wishlist-compare button{
        margin-bottom: 10px;
    }

      .banner .item .exc h3 {
        font-size: 14px;
        color: #000;
        margin: 0px 0 5px;
        line-height: 1.5em;
        font-weight: bold;
    }
    .banner .over a {
        padding: 6px 13px;
        font-size: 11px;
    }
    #banner330 .banner-item{
        margin: 0 0 30px;
    }
    .category-products {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .special .swiper-pagination, .category-products .swiper-pagination {
        bottom: -10px;
    }
    .latest{
        display: block;
    }
    .apps .mob{
        display: none;
    }
    .app_social{
        top: 0;
        margin-top: 20px;
    }
    .app_social p{
        text-align: center;
    }
    #tab-description div{
        display: block !important;
        margin: 0 !important;
    }
    #tab-description table{
        width: auto !important;
    }
    #tab-description table td, #tab-description table th {
        width: auto !important;
    }
    .grid-row-bottom-1{
        padding-right: 0;
        padding-left: 0;
    }
    .product-thumb .price {
        font-size: 14px;
        display: flex;
        flex-direction: column;
    }
    .product-thumb .price-old{
        margin: 0;
        order: 2;
    }
    .product-thumb .price-new{
        order: 1;
    }
    .main-products.pages .product-grid {
        width: calc(100% / 2 - 0.01px);
    }
    #product-category #content{
        width: 100%;
    }
    .help_back{
            background: #fff;
            display: flex;
            margin: 25px 0;
            gap: 10px;
            padding: 0 15px;
    }
    .help_center {
        margin: 25px 0;
    }
    .help_center .col-sm-4{
        padding-top: 20px;
        background: #000;
        border-radius: 10px;
    }
    .help_center img{
        margin: 0 auto !important;
        width: 30px !important;
        padding: 0;
    }
    .desc h4{
        font-size: 14px;
        border: 0;
    }
    .desc h5{
        font-size: 14px;
        display: none;
    }
    .newsletters-grop input{
            padding: 8px 10px;
    }
    .newsletters-grop .buttons{
        padding: 0;
    }
    .newsletters-grop .input-email{
        padding-inline-start: 0;
    }
    .contctseller_titles{
        margin: 0;
        text-align: center;
    }
    .contctseller_title h3{
        margin-bottom: 17px;
    }
    .contctseller_title {
        display: flex;
        margin: 0;
        flex-direction: column;
    }
    .footer-newsletter h3 {
        text-align: center;
    }
    #footer-newsletter .container{
        padding: 0;
    }
    .app_social .newbanner-cont {
        margin: 0 auto 20px;
    }
    .coll4{
        display: flex;
        flex-wrap: wrap;
    }
    .coll4 > .col-sm-3{
        width: 100%;
        order: 1;
    }
    .coll4 > .col-sm-3:last-child{
        order: 0;
    }
    .footer-list{
        margin-bottom: 0;
    }
    .footer-list li:last-child{
        margin-bottom: 20px;
    }
    .carousel0-pager{
        display: none;
    }
     footer .content-footer [class^="col"]  .fa-minus{
        display: block !important;
    }
     footer .content-footer [class^="col"] .collapsed .fa-minus{
        display: none !important;
         float: left;
     }
    footer .content-footer [class^="col"] .collapsed .fa-plus {
        display: block !important;
        float: left;
    }
    footer h5 {
        font-size: 14px;
    }
    .copy{
        display: flex !important;
        justify-content: center;
    }
    .copy2{
        display: block;
        text-align: center;
    }
    .copy2 .list-footer{
        display: none;
    }
    .pay {
        margin: 10px 0 0;
    }
    .refine-item {
        display: table;
        margin: 0 auto;
    }
    html[dir=rtl] .thumbnails > li:first-of-type{
        width: 100%;
    }
    .thumbnails{
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .thumbnails .image-additional {
        width: 50px;
        margin-top: -45px;
        position: relative;
        z-index: 9;
    }
    .title_stock{
        margin-top: 15px;
    }
    .title_stock h1 {
        font-size: 25px;
    }
    .green{
        border-radius: 10px;
        font-size: 15px;
    }
    .meta_description {
        font-size: 14px;
    }
    .list-unstyled h2{
        font-size: 25px;
    }
    #product .radio img, #product .checkbox img{
            width: 35px;
            height: 35px;
    }
    #product .radio .opt-title, #product .checkbox .opt-title{
        padding: 11px 29px;
    }
    #product [id^=input-option]{
        gap: 5px;
    }
    .xzoom-container {
        display: block !important;
    }
    #xzoom-products {
        width: 100%;
        clear: both;
    }
    html[dir=rtl] .xzoom {
        width: 100% !important;
        margin-bottom: 20px;
    }
    html[dir=ltr] .xzoom {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #xzoom-products .swiper-button-next{
        right: -10px;
        left: auto;
        transform: rotate(90deg);
        top: 30%;
    }
    #xzoom-products .swiper-button-prev{
        left: -10px;
        right: auto;
        transform: rotate(90deg);
        top: 50%;
        bottom: auto;
    }
    #xzoom-products .swiper-pager{
        width: 100%;
    }
    footer .copy p {
        color: #fff;
        line-height: 2em;
        font-size: 16px;
    }

}
@media (max-width: 500px){
    [class^="product-product"] #content .xzoom {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .mobile-wrapper-header>span {
        padding: 0 2px;
    }
    html[dir=rtl] .breadcrumb::before{
        left: 50%;
        margin-left: -47vw;
    }
    html[dir=ltr] .breadcrumb::before{
        right: 50%;
        margin-right: -47vw;
    }
    .common-home .main-products .product-layout{
        width: calc(100% / 2 - 0.01px);
    }
}
@media (max-width: 370px){
    /*.slide-layers .btn-more{
            display: none;
    }*/
}


img:not([src]) {
    visibility: hidden;
    /*background:#eee url('/catalog/view/theme/default/image/loading.gif');*/
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

.loademe {
    position: absolute;
    z-index: 999999999999999999;
    left: 0;
    top: 0;
    background: #ddd;
    width: 100%;
    height: 100%;
    text-align: center;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #6d6d6d;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #6d6d6d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-over-lay{
    display: none;
}

.common-home .loader-over-lay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
@keyframes example {
    25%   {transform:  scale(.9);}
    50%    {transform:scale(1.1);}
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%, -50%);
}
.loader img{
     animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    max-width: 150px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(5%) hue-rotate(321deg) brightness(97%) contrast(103%);
}