@import url(base.css);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/fontawesome.min.css');
* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

p {
    margin: 0;
    color: #333333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

a {
    cursor: pointer;
}

a,
.dropdown i,
.dropdown .expand-more {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.dropdown:hover .expand-more {
    color: #21362c;
}

.dropdown:hover i {
    color: #21362c;
}

.btn-primary {
    font-size: 14px;
    line-height: normal;
    background-color: #000;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    font-family: 'Cormorant Garamond', serif !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #21362c;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #21362c;
    border-color: transparent;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 2px solid #21362c;
}

.content-row {
    margin-right: -15px;
    margin-left: -15px;
}

#wrapper .breadcrumb {
    background: transparent;
}

.blogimgcat {
    filter: brightness(0.6);
}

@media (min-width: 768px) {
    #header {
        border-top: 4px solid #ececeb;
    }
    #index #header {
        border-bottom: none;
    }
    #header .header-nav {
        display: block;
        background: #21362c;
        border-bottom: 1px solid #21362c;
        margin: 0;
        padding: 0;
    }
    #header a {
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        text-transform: capitalize;
    }
    #header a:hover {
        color: #21362c;
    }
    #header .header-msg-block {
        display: block;
        float: left;
    }
    #header .header-msg-block .message {
        display: block;
        padding: 15px 0;
    }
    #header .header-msg-block .message span {
        color: #555555;
        text-transform: capitalize;
    }
    #header .header-msg-block .message strong {
        color: #21362c;
        font-weight: 400;
        text-transform: uppercase;
    }
    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector {
        position: relative;
    }
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin: 0 15px;
        display: block;
        float: left;
    }
    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 14px;
        padding-right: 5px;
        color: #fff;
        text-transform: capitalize;
    }
    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span {
        color: #21362c;
    }
    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu {
        margin: 0;
        border: none;
        padding: 5px 12px;
        float: left;
        min-width: auto;
        border: 1px solid #e9e9e9;
        border-top: 2px solid #21362c;
    }
    #header .header-nav .currency-selector .currency-list li,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 5px 0px;
        display: inline-block;
        text-transform: capitalize;
        line-height: 28px;
        width: auto;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        border: 1px solid #21362c;
        background-color: #21362c;
    }
    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        padding: 0;
        border: 1px solid #333333;
        padding: 0 10px;
    }
    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        color: #fff;
    }
    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a {
        border: 1px solid #21362c;
        color: #333333;
    }
    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a {
        color: #fff;
    }
    #header .header-nav #_desktop_contact_link #contact-link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        margin-top: 0;
    }
    /*#header #_desktop_contact_link,
    #header #_desktop_user_info,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        padding: 15px 0;
    }*/
    #header .header-nav .language-selector>button,
    #header .header-nav .currency-selector>button {
        color: #fff;
        cursor: pointer;
    }
    #header .header-nav .left-nav .contact-block p {
        color: #fff
    }
    /*#header #_desktop_user_info {
        position: relative;
        padding-left: 15px;
    }*/
    #header .tog-icon-block {
        color: #fff;
        font-weight: 400;
        cursor: pointer;
    }
    #header .tog-icon-block span {
        padding-right: 5px;
    }
    #header .tog-icon-block span:hover,
    #header .tog-icon-block:hover i {
        color: #21362c;
    }
    .header-menu-links {
        position: absolute;
        right: 0;
        margin: 0;
        text-align: left;
        top: 100%;
        padding: 5px 14px;
        background: #ffffff;
        color: #fff;
        z-index: 112;
        border: 1px solid #e1e1e1;
        border-top: 2px solid #21362c;
        width: 150px;
    }
    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .user-link {
        float: left;
        position: relative;
        font-weight: 400;
        padding: 3px 0;
    }
    #header .user-link a span {
        font-family: 'Cormorant Garamond', serif!important;
        font-size: 14px!important;
    }
    /*#header .header-nav .right-nav>div:after {
        display: block;
        content: "";
        position: absolute;
        width: 1px;
        height: 11px;
        top: 21px;
        left: 0;
        background: #fff
    }*/
    #header .header-nav .right-nav>div:first-child:after {
        display: none;
    }
    #header .user-link a i {
        padding-right: 5px;
        display: none;
    }
    #header .header-top {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px;
        background: #21362c;
        max-height: 90px;
    }
    #header #_desktop_logo {
        position: static;
        display: block;
        left: 0;
        right: 0;
        /*margin: 0 auto;*/
        text-align: right;
        height: 90px;
        z-index: 0;
    }
    #header #_desktop_logo a {
        display: inline-block;
        vertical-align: middle;
    }
    /*#_desktop_user_info {
        display: flex;
        width: 50px;
        position: absolute;
        right: 120px;
        top: 40px;
    }*/
    #whish {
        display: flex;
    }
    /* slider */
    #carousel h2 {
        font-family: 'Cormorant Garamond', serif;
        color: #21362c;
        text-align: end;
    }
    h2.elementor-cta-title {
        font-family: 'Cormorant Garamond', serif;
        color: #21362c!important;
        text-align: end;
        font-size: 3.125rem;
        font-weight: 600;
    }
    .carousel .carousel-item .caption,
    .elementor-cta-content {
        max-width: 480px;
        bottom: 170px;
        padding-right: 15px;
    }
    caption,
    .elementor-cta-content {
        bottom: 0;
        position: relative;
    }
    #index .elementor-cta-content:after {
        content: '';
        width: 5px;
        background-color: #21362c;
        height: 246px;
        display: inline-block;
        position: absolute;
        right: -1px;
        top: 22%;
    }
    .btnslide,
    .elementor-cta .elementor-button {
        background-color: #000;
        padding: 17px 45px !important;
        margin: 10px 0;
        color: #fff;
        font-family: 'Cormorant Garamond', serif;
        text-transform: capitalize;
        border: 0;
        text-transform: uppercase;
    }
    .elementor-cta-button-wrapper {
        text-align: right;
    }
    .btnslide img {
        width: 25px!important;
        height: 25px!important;
    }
    .carousel .carousel-item .caption::after {
        content: "";
        width: 2px;
        height: 180px;
        background-color: #21362c;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .elementor-button.elementor-size-sm {
        font-size: 14px!important;
        padding: 15px 25px;
    }
    .carousel .carousel-item .caption .caption-description p,
    .carousel .caption-description,
    .elementor-cta-description {
        color: #21362c!important;
        text-align: end;
        text-transform: none;
    }
    .carousel-control {
        display: none;
    }
    /* Copyright */
    .copyright a,
    .copyright {
        color: #fff;
        font-size: 10px;
    }
    /*    desktop_cart*/
    #header #_desktop_cart {
        position: relative;
        float: right;
        /*padding: 36px 0;*/
    }
    #header #_desktop_cart .header {
        font-size: 0;
        display: block;
    }
    #header #_desktop_cart .cart-text {
        display: inline-block;
        vertical-align: middle;
        color: #333333;
        position: absolute;
        padding-left: 15px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    #header #_desktop_cart .mycart-icon {
        /*width: 20px;
        height: 25px;*/
        /*line-height: 46px;*/
        border-radius: 50%;
        font-size: 20px;
        color: #21362c;
        background-color: #21362c;
        text-align: center;
        display: inline-block;
        /* vertical-align: middle;
        margin-top: 7px;*/
    }
    #header #_desktop_cart .cart-qty {
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        font-weight: 400;
    }
    #header #_desktop_cart .cart-count {
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }
    #header .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }
    #header #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
        border-top: 2px solid #333333;
    }
    #header #_desktop_cart .cart-preview .ht_cart .no-item {
        padding: 15px;
        color: #555;
    }
    #header .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;
        ;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        max-height: 257px;
        overflow-y: auto;
    }
    #header .cart-preview .cart-wishlist-item {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item:last-child {
        border-bottom: none;
    }
    #header .cart-preview .cart-wishlist-item .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #e1e1e1;
    }
    #header .cart-preview .cart-wishlist-item .cart-img img {
        max-width: 100%;
    }
    #header .cart-preview .cart-wishlist-item .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        text-align: right;
        z-index: 99;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i {
        color: #333;
        font-size: 16px;
    }
    #header #_desktop_cart .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i:hover {
        color: #21362c;
    }
    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }
    #header .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 2px 0;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .cart-preview .ht_cart .cart-summary .cart-total .label {
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #fff;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #333333;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }
    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #21362c;
        border-color: #21362c;
        color: #fff;
    }
    /*search-tog-btn*/
    #header #search-tog-btn {
        display: block;
        float: right;
        height: 60px;
        position: absolute;
        right: 50px;
    }
    #header #search-tog-btn span i {
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #fff;
    }
    .search-widget form input[type="text"]:focus,
    .search-widget form input[type="text"],
    #header #search-tog-btn span:hover i {
        color: #fff;
    }
    #header .header-top .search-widget {
        float: left;
        padding-left: 0;
        position: relative;
        width: 300px;
        margin-left: 0px;
        padding: 38px 0;
    }
    #search_widget {
        display: inline-flex;
    }
    #num {
        display: inline-block;
        width: 285px;
        margin-top: 10px;
    }
    #num .utzil_ville {
        margin-left: 20px;
    }
    #num a:hover,
    #num a {
        color: #fff;
        font-family: 'Cormorant Garamond', serif;
    }
    .rech::placeholder {
        color: #fff;
        opacity: 1;
        font-family: 'Cormorant Garamond', serif;
    }
    .header-top .search-widget form input[type="text"] {
        border: 1px solid #21362c;
        padding: 11px 15px;
        padding-right: 45px;
        background: #21362c;
        margin-left: 30px;
    }
    .search-widget form input[type="text"]:focus {
        outline: none;
    }
    .search-widget form button[type="submit"] {
        left: 0;
        text-align: center;
        height: 44px;
        width: 44px;
        bottom: 0;
        padding: 0;
        font-size: 16px;
        color: #fff;
        line-height: 44px;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .search-widget form button[type="submit"]:hover {
        color: #fff;
    }
    #header .header-top .position-static {
        position: static;
    }
    /*    header-main-menu*/
    #header .header-bottom {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        background-color: #21362c;
    }
    #header .menu {
        padding: 0;
    }
    #header .menu>ul {
        text-align: left;
    }
    #header .menu>ul>li {
        position: relative;
        margin: 0;
    }
    #header .menu>ul>li>a {
        padding: 0 25px;
        border: none;
        font-weight: 500;
        color: #ffffff;
        line-height: 50px;
        text-decoration: none;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .top-menu .sub-menu {
        box-shadow: none;
        top: 100% !important;
        padding: 0;
        border: none;
        padding-bottom: 0px;
        margin-left: 0;
        width: max-content;
        min-width: max-content;
        width: -moz-max-content;
        min-width: -moz-max-content;
        border: 1px solid #e1e1e1;
    }
    #header .top-menu a[data-depth="0"]:hover {
        color: #ffffff;
        background-color: #21362c;
    }
    #header .menu .top-menu[data-depth="1"] {
        display: block;
        float: left;
        margin: 0;
    }
    #header .menu ul[data-depth="1"]>li {
        margin: 15px 15px 5px;
        min-width: 125px;
    }
    #header .menu ul[data-depth="1"]>li>a {
        padding: 10px 5px;
        padding-top: 0;
        color: #333333;
        position: relative;
        text-transform: uppercase;
    }
    #header .menu ul[data-depth="1"] li a:hover {
        color: #21362c;
    }
    #header .menu ul[data-depth="2"]>li>a {
        padding: 5px;
        font-weight: 400;
        color: #fff
    }
    #header .menu ul[data-depth="2"]>li:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .search-product-numbers {
        display: none;
    }
    #header .header-top .search-widget {
        width: 250px;
    }
    .header-top .search-widget form input[type="text"] {
        border: 1px solid #e1e1e1;
    }
}

@media (max-width: 991px) {
    #header .header-top .search-widget {
        width: 230px;
    }
}

@media (max-width: 767px) {
    #header #_desktop_cart .cart-text .cart-number {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #21362c;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -25px;
        right: -5px;
    }
    #header.ht-menu-sticy .header-banner {
        display: none;
    }
    #header .header-nav {
        position: relative;
        padding-top: 0;
        background-color: #ffffff;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .header-contact-block {
        display: none;
    }
    #header .header-nav #menu-icon {
        padding: 15px 0;
    }
    #header .header-nav #menu-icon:hover .material-icons,
    #header .user-link a:hover i,
    #header #search-tog-btn:hover span i {
        color: #21362c;
    }
    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 80px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 180px;
    }
    #_mobile_cart {
        margin-right: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #header #_mobile_cart .cart-text {
        padding: 0;
    }
    #header #_mobile_cart .cart-text .text,
    #header #_mobile_cart .cart-text .cart-label {
        display: none;
    }
    #header #_mobile_cart .cart-qty {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #21362c;
        text-shadow: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        right: -5px;
    }
    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .blockcart.active {
        margin: 0;
        background-color: transparent;
    }
    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        border-radius: 50%;
        margin-left: 5px;
        cursor: pointer;
        color: #ffffff;
        font-size: 16px;
        margin-top: 0;
    }
    #header .header-nav .blockcart .header:hover {
        color: #21362c;
    }
    .ht_cart.cart-hover-content {
        display: none;
    }
    #_mobile_user_info {
        padding: 20px 0;
    }
    #header .header-nav .user-info {
        margin: 0;
    }
    #header .header-nav .user-info ul {
        margin: 0;
    }
    #header .header-nav .user-info li {
        text-decoration: none;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        cursor: pointer;
        margin-left: 5px;
    }
    #header .header-nav .user-info li>a {
        color: #ffffff;
        font-size: 18px;
    }
    #header .header-nav .user-info .account {
        margin: 0;
    }
    #header #search-tog-btn {
        text-decoration: none;
        float: right;
        text-align: center;
        cursor: pointer;
        padding: 20px 0;
    }
    #header #search-tog-btn>span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
    }
    #header .header-nav .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        width: 75%;
        margin: 0 auto;
    }
    .search-widget form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    #header .search-widget form input[type="text"] {
        background: #fff;
        text-align: left;
        height: 50px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        padding-right: 20px;
        padding-right: 20px;
        padding-right: 55px;
        position: relative;
        float: left;
        border: 1px solid #e1e1e1;
    }
    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    #header #_desktop_cart {
        height: auto;
    }
    #header .header-top,
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
    }
    #mobile_top_menu_wrapper #top-menu li:hover>a,
    #mobile_top_menu_wrapper #top-menu li:hover i {
        color: #21362c;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        border-bottom: 1px solid #f6f6f6;
        font-weight: 500;
    }
}

@media (max-width: 380px) {
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 115px;
    }
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none;
    min-width: 100%;
}

.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%;
    height: 44px;
    padding-right: 45px;
}


/*home-image-slider*/

.home-image-slider {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
}

#notifications,
#header {
    /*position: relative;*/
    z-index: 1;
    clear: both;
}

.home-image-slider .image-slider {
    display: block;
    position: relative;
}

.home-image-slider .carousel-inner {
    height: auto;
}

.home-image-slider .slider-image figure {
    margin-bottom: 0;
    position: relative;
}

.home-image-slider .carousel-item img {
    max-width: 100%;
}

.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    height: 44px;
    width: 44px;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
}

.carousel .carousel-control .icon-prev {
    left: 15px;
}

.carousel .carousel-control .icon-next {
    right: 15px;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    color: #ffffff;
    border-color: #21362c;
    background: #21362c;
    opacity: 1;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #ffffff;
}

@media (max-width: 639px) {
    .carousel .carousel-control .icon-next,
    .carousel .carousel-control .icon-prev {
        height: 30px;
        width: 30px;
        line-height: 26px;
        font-size: 16px;
        margin: -15px 0 0 0;
    }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
        line-height: 26px;
        font-size: 16px;
    }
}


/*section-title*/

.section-title {
    display: block;
    position: relative;
    z-index: 1;
}

.section-title>h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}

.section-title>h2>span {
    display: block;
    padding-bottom: 20px;
}

.section-title>h2>span a {
    color: #333333;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
}

.section-title>h2::after {
    content: "";
    height: 5px;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #21362c;
    border-radius: 25px;
    display: block;
    z-index: 1;
}

.slider-block.owl-theme .owl-controls {
    width: 100%;
}

.slider-block .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    z-index: 2;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    margin-top: -20px;
}

.slider-block .owl-controls .owl-buttons>.owl-prev,
.slider-block .owl-controls .owl-buttons>.owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 32px;
    background: #fff;
    color: #e9e9e9;
    border: 3px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 16px;
    margin: 0px;
    opacity: 1;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.slider-block .owl-controls .owl-buttons>.owl-prev {
    left: -60px;
}

.slider-block .owl-controls .owl-buttons>.owl-next {
    right: -60px;
}

.slider-block .owl-controls .owl-buttons>.owl-prev:hover,
.slider-block .owl-controls .owl-buttons>.owl-next:hover {
    background-color: #21362c;
    border: 3px solid #21362c;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .slider-block .owl-controls .owl-buttons>.owl-prev {
        left: 0;
    }
    .slider-block .owl-controls .owl-buttons>.owl-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .section-title>h2,
    .section-title>h2>span a {
        margin-bottom: 50px;
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-title>h2,
    .section-title>h2>span a {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .section-title>h2>span {
        padding-bottom: 20px;
    }
}

.ht-static-block {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-block a img {
    width: 100%;
}

@media (max-width: 767px) {
    .ht-static-block {
        margin: 25px 0;
    }
    .ht-static-block.promotion-block {
        margin-top: 25px;
    }
}

@media (max-width: 639px) {
    .post_thumbnail img {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .promotion-block .above-wrapper .img-block.left-block,
    .promotion-block .above-wrapper .img-block.right-block,
    .promotion-block .below-wrapper .img-block {
        width: 100%;
        margin-bottom: 15px;
    }
    .promotion-block .above-wrapper {
        margin: 0;
    }
    .promotion-block .below-wrapper .img-block:last-child {
        margin-bottom: 0;
    }
}


/*offer-block*/

.offer-block .img-block {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.offer-block .img-block>a>img {
    display: block;
    max-width: 100%;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 639px) {}

@media (max-width: 479px) {
    .offer-block .img-block {
        width: 100%;
        margin-bottom: 15px;
    }
    .offer-block .img-block:last-child {
        margin-bottom: 0px;
    }
}


/*featured-products*/

.featured-products {
    float: left;
    width: 100%;
    margin: 50px 0;
    clear: both;
}

#products .product-item,
.featured-products .product-item,
.product-accessories .product-item {
    margin: 0;
    padding: 0 15px;
}

.featured-products.featured-product {
    margin-bottom: 20px;
}

.featured-products.featured-product .product-item {
    width: 25%;
    margin-bottom: 30px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-item .product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    overflow: hidden;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-item .product-miniature .product-thumbnail {
    border: none;
    overflow: hidden;
}

#products img,
.featured-products img,
.product-accessories img,
.product-item .product-miniature img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-item .product-miniature .highlighted-informations {
    position: absolute;
    top: 50%;
    bottom: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
    left: 30px;
    opacity: 0;
    overflow: hidden;
}

.product-action {
    padding: 10px 0;
}

.product-action .quick-view-btn,
.product-action .cart-action-btn {
    display: block;
    padding-bottom: 5px;
}

.product-action .btn.btn-primary {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #21362c;
}

.product-action .btn.btn-primary i {
    font-size: 18px;
    color: #21362c;
}

.product-action .btn.btn-primary:hover {
    background-color: #21362c;
}

.product-action .btn.btn-primary:hover i {
    color: #ffffff;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-item .product-miniature .variant-links {
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: left;
    padding: 0;
    margin: 0px;
    position: relative;
}

#products .thumbnail-container:focus .highlighted-informations,
#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:focus .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:focus .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-item .product-miniature .thumbnail-container:focus .highlighted-informations,
.product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants,
#products .thumbnail-container:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
.product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    left: 30px;
    opacity: 1;
    bottom: auto;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-item .product-miniature .product-description {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-item .product-miniature .product-title {
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: left;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-item .product-miniature .product-title a {
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

#products .product-title:hover a,
.featured-products .product-title:hover a,
.product-accessories .product-title:hover a,
.product-item .product-miniature .product-title:hover a {
    color: #21362c;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-item .product-miniature .product-price-and-shipping {
    font-size: 20px;
    color: #21362c;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

@media (max-width: 1199px) {
    .featured-products.featured-product .product-item {
        width: 33.3333%;
    }
}

@media (max-width: 991px) {
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-item .product-miniature .product-title a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #products .product-miniature:hover .product-title,
    .products .product-item .product-miniature:hover .product-title,
    #products .product-miniature:hover .product-price-and-shipping,
    .products .product-item .product-miniature:hover .product-price-and-shipping {
        display: block;
    }
    .featured-products {
        margin: 25px 0;
    }
    .featured-products.featured-product .product-item {
        width: 50%;
    }
}


/*testimonial-section*/

.ht-static-block.testimonial-block {
    display: block;
    position: relative;
    padding: 100px 0 80px;
    background-image: url(../img/testimonilas-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.ht-static-block.testimonial-block:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.ht-static-block.testimonial-block .content-block {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.ht-static-block.testimonial-block .section-title>h2>span {
    color: #ffffff;
}

.ht-static-block.testimonial-block .content-block .text-block p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.ht-static-block.testimonial-block .content-block .img-block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    height: auto;
    text-align: center;
    max-width: 100%;
    border: 5px solid #1e1e1e;
    border-radius: 50%;
}

.ht-static-block.testimonial-block .content-block .text-block .name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.ht-static-block.testimonial-block .content-block .text-block .designation {
    display: block;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .ht-static-block.testimonial-block {
        padding: 70px 0 50px;
    }
}


/*blog-section*/

.ht-home-blogs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ht-home-blogs .content-block {
    display: block;
}

.ht-home-blogs .blog-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}

.ht-home-blogs .blog-slider .item .item-inner {
    display: block;
    position: relative;
}

.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}

.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.ht-home-blogs .blog-slider .item .text-block .post-content {
    display: block;
    width: 100%;
    float: left;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title>span {
    color: #000000;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title:hover>span {
    color: #21362c;
}

.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-read-more {
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}

.owl-theme .owl-controls .owl-pagination {
    margin-top: 25px;
}

.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #aeb1b6;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000;
    border-color: #000;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .ht-home-blogs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 639px) {
    .ht-home-blogs .content-row {
        margin-right: 0px;
        margin-left: 0px;
    }
}


/*brands-section*/

.ht-home-brands {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ht-home-brands .content-block {
    display: block;
}

.ht-home-brands .brand-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}

.ht-home-brands .brand-slider .item>a>img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}

@media (max-width: 991px) {
    .ht-home-brands {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .ht-home-brands {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*footer*/

#footer {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
}

.footer-before {
    float: left;
    width: 100%;
    clear: both;
    background: #1c2621;
    padding: 9px 0;
}

.footer-socials {
    text-align: center;
    padding: 6px 0;
}

.newsletter-title span {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

.scrollTop {
    display: none;
}

.footer-socials .section-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 25px;
}

.footer-socials .content-block {
    display: inline-block;
    vertical-align: left;
}

.footer-socials .content-block>ul>li {
    text-align: left;
}


/*.footer-socials .content-block>ul>li:nth-child(1)::after {
    content: "Facebook";
}

.footer-socials .content-block>ul>li:nth-child(2)::after {
    content: "Instagram";
}*/

.footer-socials .content-block>ul>li>a {
    /*height: 48px;*/
    display: inline-block;
    /* width: 48px;
    line-height: 48px;*/
    /*   border-radius: 50%;*/
    font-size: 18px;
    color: #ffffff;
    /*   text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.12);*/
}

.footer-socials .content-block>ul>li>a span {
    text-transform: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.footer-socials .content-block>ul>li>a:hover {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}


/*footer-container*/

.footer-container {
    float: left;
    width: 100%;
    clear: both;
    background: #21362c;
    padding: 0;
    margin: 0;
    color: #fff;
}

.footer-top {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 45px;
}

.footer-bottom {
    background-color: #1c2621;
}

.footer-container .column-title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}

.footer-container .column-title span {
    font-family: 'Cormorant Garamond', serif!important;
}

.footer-container #block_contact_hours .column-title {
    margin-bottom: 15px;
}

.footer-container #block_contact_hours .column-title>a {
    display: block;
}

.footer-container #block_contact_hours .column-title>a>img {
    max-width: 100%;
}

.footer-top a {
    color: #fff!important;
}

.footer-links {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.footer-links>li {
    margin-bottom: 9px;
    display: block;
}

.footer-links>li>a {
    display: inline-block;
    color: #333333;
    line-height: 18px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.footer-links>li>a:hover {
    color: #21362c;
}

.footer-links>li>a i {
    font-size: 11px;
    padding-right: 10px;
}

.column-content {
    display: block;
    color: #333333;
}

.column-content .contact-info {
    display: block;
}

.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.column-content .contact-info .item .text-span {
    display: block;
    line-height: 24px;
}

.column-content>p {
    margin-bottom: 15px;
    color: #ffffff;
}

.newsletter-block .newsletter-title {
    height: 40px;
    line-height: 40px;
}

.newsletter-block .newsletter-title,
.newsletter-block .block.newsletter {
    float: left;
    padding: 0;
}

.newsletter-block .newsletter-title>span {
    font-size: 22px;
    color: #fff;
    width: 70%;
    margin-left: 9%;
    margin-right: 10%;
}

.newsletter-block .block.newsletter .form.subscribe {
    position: relative;
}

.newsletter-block .block.newsletter .control input {
    width: 85%;
    height: 30px;
    border: none;
    padding: 0 20px;
    margin-left: 15%;
}

.newsletter-block .block.newsletter .control {
    width: 70%;
}

.newsletter-block .block.newsletter .form.subscribe .actions {
    position: absolute;
    right: 23%;
    top: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: #000;
}

.subnl::before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 2px;
    pointer-events: none;
    color: #fff;
    z-index: 2000;
}

.newsletter-block .block.newsletter .form.subscribe .actions input {
    background-color: #000;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.newsletter-block .block.newsletter .form.subscribe .actions input:hover {
    color: #21362c;
}

.newsletter-block .block.newsletter .form.subscribe .alert-danger {
    margin: 10px 0 0;
    padding: 5px;
}

.condition {
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}

@media (max-width: 1199px) {
    .newsletter-block .newsletter-title>span {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .newsletter-block,
    .newsletter-block,
    .footer-socials,
    .newsletter-title,
    .newsletter-block .block.newsletter {
        width: 100%;
        text-align: center;
    }
    .footer-socials {
        margin-top: 15px;
    }
    .footer-before {
        padding: 30px 0;
    }
}

.footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
}

#footer .footer-bottom .footer-bottom-inner {
    padding: 10px 0;
    display: flex;
    clear: both;
    font-size: 0;
}

#footer .payment {
    align-self: flex-end;
}

#footer .footer-bottom .footer-bottom-inner .copyright {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    text-align: left;
}

#footer .coord a {
    text-transform: none;
}

#footer .footer-bottom .footer-bottom-inner .copyright>a {
    color: #fff;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    #footer {
        padding-top: 25px;
    }
    .footer-socials {
        display: block;
        float: left;
        padding: 10px 0;
    }
    .footer-socials .section-title {
        font-size: 20px;
        margin-right: 15px;
    }
    .footer-socials .content-block>ul>li {
        margin: 0 4px;
    }
    .footer-socials .content-block>ul>li>a {
        height: 42px;
        line-height: 40px;
        font-size: 16px;
        width: 42px;
    }
    .footer-top {
        padding: 30px 0;
    }
    .footer-container .links .title {
        color: #21362c;
        font-weight: 700;
        font-size: 20px;
        border-bottom: none;
    }
    .footer-container .links .title:hover span {
        color: #21362c;
    }
    .footer-container .navbar-toggler {
        width: 22px;
        height: 22px;
        padding: 0;
        font-size: 22px;
        line-height: 22px;
    }
    .footer-container .links ul,
    .footer-column-content {
        background-color: transparent;
        padding: 0 15px;
    }
    .working-hours>p {
        padding: 5px 0 5px 5px;
    }
    .footer-container .links ul>li {
        border-bottom: none;
        padding: 5px 0 5px 5px;
        margin: 0;
    }
    .footer-container .links ul>li a {
        color: #333333;
        font-weight: 400;
    }
    .footer-container .links ul>li:hover a {
        color: #21362c;
    }
    .footer-bottom .content-main {
        padding: 18px 0;
    }
    .footer-bottom .content-main .footer-bottom-center {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-center {
        text-align: center;
    }
    .footer-bottom .content-main .copyright-block .copyright {
        width: 100%;
        margin-right: 0;
        padding: 0 0 13px;
    }
    .footer-bottom .content-main .footer-bottom-right {
        width: 100%;
        text-align: center;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons>ul>li {
        margin: 0 2px;
    }
    .footer-bottom .content-main .footer-bottom-right .payment-icons>ul>li>img {
        max-width: 40px;
    }
}


/*category-page*/

#products .js-product-list .products-grid .products .product-item {
    width: 33.3333%;
}

#products .product-item.list-view .product-miniature .product-description {
    padding-top: 0;
}

.best-seller-products .section-title>h2>span::before,
.best-seller-products .section-title>h2>span::after {
    width: 370px;
}

@media (max-width: 767px) {
    .best-seller-products .section-title>h2>span::before,
    .best-seller-products .section-title>h2>span::after {
        width: 310px;
    }
}

@media (max-width: 767px) {
    #product .h1 {
        padding-top: 25px;
    }
}

@media (max-width: 379px) {
    #product .h1 {
        font-size: 18px;
    }
}

body#checkout #header .header-nav {
    height: 100px;
    background-color: #21362c;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 0;
    margin-bottom: 0;
}

body#checkout #header .header-msg-block {
    display: none;
}

body#checkout #header #_desktop_logo {
    height: 100px;
}

body#checkout #header .header-nav #_desktop_contact_link {
    display: block;
    float: left;
    padding: 27.5px 15px;
}

body#checkout #header .header-nav #_desktop_contact_link a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

body#checkout #header .header-nav #_desktop_contact_link a:hover {
    color: #333333;
}

body#checkout #header .header-nav .logo {
    margin: 0 auto;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    text-align: left;
}

body#checkout .header-contact-block,
body#checkout #_desktop_language_selector,
body#checkout #_desktop_currency_selector {
    display: none;
}

#wrapper {
    padding-top: 0;
    background-color: #ededed!important;
    z-index: 1;
    position: relative;
}

.breadcrumb-all-page {
    position: relative;
}

.breadcrumb-abs {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 2px 2px 2px #000;
}

@media (max-width: 767px) {
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #333333;
        color: #fff;
        width: 50px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

.block-reassurance-item .icon-img {
    display: inline-block;
}

#block-reassurance ul {
    margin: 0;
}

#block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
}

.product-information {
    margin-top: 10px;
}

#product .product-information .product-short-description p {
    color: #333333;
    line-height: 1.6;
    padding: 0 67px;
    text-align: justify;
}

#product .product-information .product-short-description ul {
    list-style: disc;
    padding-left: 30px;
    margin: 5px 0;
    color: #333333;
    line-height: 1.8;
}

#product .product-information {
    margin-top: 40px;
}

#product .product-add-to-cart {
    margin-top: -25px;
    margin-bottom: 20px;
}

#content-wrapper .block-category {
    box-shadow: none;
    max-height: unset;
    border: none;
    margin-bottom: 20px;
}

.product-information {
    font-size: 0.8rem;
    color: #232323;
}

span.delivery-information {
    margin-left: 20px;
}

span.delivery-information::before {
    content: "";
    background-image: url(/img/check-box-with-check-sign.png);
    background-size: 100%!important;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0px;
}

.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
}

.block-category .category-cover-block .category-desc {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
}

.block-category .category-cover-block .category-desc h1 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}

.block-category .category-cover-block .category-desc {
    color: #fff;
    display: block;
}

.block-category .category-cover-block .category-desc #category-description>p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: block;
}

#header {
    color: #fff;
}


/*
#header .logo {
    max-width: 12%;
}*/

#header .menu>ul>li>a {
    font-family: 'Cormorant Garamond', serif;
    padding: 0 15px;
}

.elementor-widget-button .elementor-button {
    font-family: 'Cormorant Garamond', serif!important;
}

.utzil_valeurs h3,
.elementor-button-text,
.utzil_citation span,
h2.elementor-heading-title span {
    font-family: 'Cormorant Garamond', serif!important;
}

.utzil_title_fleur h2:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/img/picto_fond_titre.png);
    background-size: cover;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    z-index: -1;
    margin-top: -40px;
}

.utzil_histoire {
    margin-top: 200px;
    margin-bottom: 150px;
}

.utzil_histoire .elementor-container {
    height: 380px!important;
}

.utzil_hist_img {
    margin-right: -30px;
    margin-top: 10px;
}

.utzil_citation .elementor-heading-title {
    display: flex;
    justify-content: center;
}

.utzil_citation span::before {
    content: "";
    background: url(/img/quoteleft.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin-right: 20px;
}

.utzil_citation span::after {
    content: "";
    background: url(/img/quoteright.png);
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-left: 20px;
    margin-top: 40px;
}

#header #_desktop_logo {
    left: 50%;
    /* margin-left: -32%;*/
}

#footer {
    padding-top: 0;
}

.total_compare_value {
    display: none;
}


/* Fiches Produits */

#wrapper .breadcrumb li::after {
    content: "-";
    color: #7a7a7a;
    margin: 2px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
}

#product .layer {
    display: none;
}

.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link.active,
.tabs,
.product-cover img {
    background: transparent;
    border: 1px solid transparent;
}

#product .product-label .label.new {
    background: transparent;
    color: #000;
    right: 0;
    left: 0;
    top: 475px !important;
}

#product .ul.nav-tabs {
    display: inline-flex;
    text-align: center;
    justify-content: center;
}

#product .h1,
.h1 .utzil_prod {
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 2.2rem;
}

#product .current-price span {
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 2.2rem;
}

.utzil_prod_desc {
    text-align: center!important;
}

#product h2.product.utzil {
    line-height: 0;
}

#product .utzil_prod_desc h2::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/img/picto_fond_titre.png);
    background-size: cover;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    z-index: -1;
    margin-top: -40px;
    z-index: 200;
}

#product .social-sharing,
.tax-shipping-delivery-label {
    display: none !important;
}

.product-actions .add-to-cart {
    font-family: 'Cormorant Garamond', serif!important;
}

#header #_desktop_cart .cart-qty .cart-number {
    position: absolute;
    right: 20.5px;
    top: 6px;
}

.tabs .nav-tabs,
.nav-tabs {
    border-bottom: none;
}

.product-images>li.thumb-container {
    position: absolute;
}

#product #prod_pos_final {
    background: #fff;
}

.product-images {
    display: flex;
}

.product-images li {
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 1.3s cubic-bezier(.18, .74, .36, .99), left 1.3s cubic-bezier(.18, .74, .36, .99), transform 1.3s cubic-bezier(.18, .74, .36, .99);
}

#product #main .row {
    min-height: 540px;
}

.product-images>li.thumb-container>.thumb:hover,
.product-images>li.thumb-container>.thumb {
    border: 2px solid transparent;
}

.product-images li:nth-child(1).show {
    opacity: 1;
    transform: scale(1);
    left: -17%;
    z-index: -2;
    transition: opacity 1.3s cubic-bezier(.18, .74, .36, .99), left 1.3s cubic-bezier(.18, .74, .36, .99), transform 1.3s cubic-bezier(.18, .74, .36, .99);
}

.product-images li:nth-child(2).show {
    opacity: 1;
    transform: scale(1);
    left: 14%;
    z-index: -2;
    transition: opacity 1.3s cubic-bezier(.18, .74, .36, .99), left 1.3s cubic-bezier(.18, .74, .36, .99), transform 1.3s cubic-bezier(.18, .74, .36, .99);
}

#product .images-container {
    position: fixed;
    z-index: 3;
    top: 230px;
}

#product .images-container.show {
    position: absolute;
    top: 605px;
}

.tabs a {
    font-family: 'Cormorant Garamond', serif !important;
}

.tabs .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
}

.tabs p {
    font-family: 'Open Sans', serif !important;
}

#header .menu>ul>li:first-child a {
    padding-left: 0!important;
}

#header .menu>ul>li:last-child a {
    padding-right: 0!important;
}

.elementor-2020102 .elementor-element.elementor-element-5zhoumt .elementor-divider-separator {
    border-top-width: 1.5px!important;
}

#product .nav-tabs {
    display: table;
    margin: 0px auto 0px auto;
}

#index .owl-carousel {
    display: flex !important;
    justify-content: center!important;
}

.smart-blog-home .top-title {
    display: none!important;
}

#index .owl-carousel {
    margin-bottom: 50px;
}

#index .owl-carousel .item-inner:nth-child(2) {
    margin: 0 30px!important;
}

#index .owl-carousel .news_module_image_holder a img,
#index .owl-carousel .news_module_image_holder a,
#index .owl-carousel .news_module_image_holder,
#index .owl-carousel .item-inner {
    max-width: 350px!important;
}

#index .owl-carousel .item {
    display: inline-flex!important;
    justify-content: space-between!important;
}

#index .des_content_post {
    display: none;
}

.sdsblog-box-content h4 a {
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 18px;
}

.breadcrumb-abs h1 {
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
}

#category .card {
    background-color: transparent;
}

#category #products {
    display: none;
}

.sdsblog-box-content h4 {
    text-align: center!important;
    margin-top: 30px;
}

.sdsblog-box-content .btn-blog-viewall {
    text-align: center;
    margin: 40px 0;
}

.sdsblog-box-content .btn-blog-viewall a {
    font-size: 14px;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    font-family: 'Cormorant Garamond', serif!important;
}

.sdsblog-box-content .btn-blog-viewall a::after {
    content: "\2192";
    display: inline-block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-left: 10px;
}

#utzil_kits .elementor-button.elementor-size-sm {
    padding: 15px 18px !important;
}

.wish {
    margin: 5px 5px 0 0;
}

.elementor-product-miniature .elementor-atc {
    margin-top: 5px!important;
}

#cart h1,
.elementor-price,
#utzil_kits .elementor-price {
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 2.2rem!important;
}

.cart-summary .cart-detailed-totals .cart-summary-line>.label {
    font-family: 'open sans'!important;
}

.step-edit,
#checkout .order-line a span,
#checkout tr span,
#checkout td,
#checkout tr,
#order-items,
#order-summary-content h4,
.address-alias,
#checkout .cart-total .value,
#checkout .cart-total .label,
#checkout .promo-code-button,
#cart-subtotal-shipping .value,
#cart-subtotal-shipping .label,
#checkout #cart-subtotal-products .label,
#checkout #cart-subtotal-products .value,
#checkout .cart-summary-products a,
#checkout .cart-summary-products p,
#cart .promo-code-button,
#cart .label,
#cart .checkout.cart-detailed-actions a,
#cart .cart-summary-line .value,
#cart .price,
#cart span.product-price strong,
#cart .product-line-info a {
    font-family: 'Cormorant Garamond', serif!important;
}

#produit_affich_init {
    position: absolute!important;
    min-height: 620px!important;
    top: -300px !important;
}

#produit_affich_init .elementor-cta-bg-wrapper img.elementor-cta-bg {
    object-fit: none!important;
}

#produit_affich {
    position: absolute!important;
    top: -300px;
    z-index: 2000;
    left: 0;
    width: 555px;
}

#produit_affich article {
    min-height: 585px!important;
}

#produit_affich article {
    display: none;
}

#produit_affich .elementor-atc--align-justify .elementor-atc .elementor-button {
    width: 50%!important;
}

.add_modif_utzil {
    display: inline-flex!important;
}

#produit_affich .add_modif_utzil {
    justify-content: center;
    width: 535px;
}

.wish a {
    background: #000 !important;
    padding: 13px 13px !important;
    height: 45px;
    display: block;
    border: 1px solid #000;
}

.wish a i {
    font-size: 20px!important;
    color: #fff!important;
}

.wish a:hover {
    background: #fff !important;
    padding: 13px 13px !important;
    height: 45px;
    display: block;
    border: 1px solid #000;
}

.wish a:hover i {
    color: #000!important;
}

#product .qty {
    display: none!important;
}

.cart-wishlist-number {
    color: transparent;
    position: absolute;
    left: 7px;
    font-size: 10px;
}

.elementor-widget .elementor-product-miniature {
    background: transparent!important;
}

#product #wishlist_button {
    display: none;
}

#product .featured-products,
#field_product_cates_block,
.footer-links li:nth-child(6) {
    display: none!important;
}

.elementor-image-hotspot .elementor-image-hotspot-wrapper:hover .elementor-image-hotspot-content {
    visibility: visible;
    opacity: 0!important;
    -webkit-transform: translate3d(-50%, -110%, 0);
    transform: translate3d(-50%, -110%, 0);
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    font-weight: 400;
}

.elementor-product-miniature .elementor-badge-new {
    background: #21362c!important;
}

#insta_bout .elementor-size-sm,
#hist_bout .elementor-size-sm,
.elementor-element-m6c93jw .elementor-size-sm {
    padding-left: 50px!important;
    padding-right: 50px!important;
}

#bs_bout .elementor-size-sm {
    padding-left: 40px!important;
    padding-right: 40px!important;
}

#field-search {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 1050;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-bottom: 15px;
    width: 350px;
    padding-bottom: 0;
    width: 100%;
}

#field-search h4 {
    display: none;
}

#searchbox {
    max-width: 790px;
    margin: auto;
}

.close-search {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #21362c;
    font-size: 20px;
}

.right-nav {
    float: right;
    top: 35px;
}

#item-search {
    text-align: center;
}

.footerlogo {
    background: #21362c;
    text-align: center;
    padding: 140px 0 160px;
    position: relative;
    z-index: 0;
}

#checkout .footerlogo {
    display: none;
}

.footerfixe {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

#checkout .footerfixe {
    position: relative;
}

#footer {
    padding-bottom: 434px;
}

#checkout #footer {
    padding-bottom: 0;
}

.elementor-element-upxhs2v .elementor-widget-container:hover img {
    filter: invert(100%) grayscale(100%);
}


/*BANDEAU PROMO TOP*/

.header-banner {
    background-color: #ececeb;
}

.header-banner p {
    font-family: 'Cormorant Garamond', serif!important;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

.breadcrumb>ol>li>a>span {
    color: #fff!important;
}


/*BLOG*/

#index .owl-controls,
#index h4.title_blog.title_block {
    display: none!important;
}

.page_home,
.ybc-blog-wrapper-detail {
    background-color: transparent!important;
}

.articleContent img {
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: auto;
}

h4.title_blog,
.ybc_title_block,
#sdsblogArticle .title {
    font-family: 'Cormorant Garamond', serif!important;
    text-transform: uppercase;
    font-size: 20px;
}

.blog_description {
    min-height: 150px;
}

.read_more,
h1 span.title_cat {
    font-family: 'Cormorant Garamond', serif!important;
}

.read_more {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-decoration: none !important;
    font-style: normal;
    border: none!important;
}

#index .ybc_title_block {
    margin: 20px 0 30px 0;
}

#index .read_more {
    width: 160px;
    display: block;
    margin: 10px auto;
    margin-top: 10px;
    clear: both;
}

.read_more:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-left: 10px;
}

.ybc_blog_ltr_mode a:hover {
    color: #fff;
}

.sdsarticle-des {
    margin-top: 30px;
    text-align: justify;
    min-height: 250px;
}

.page-product-box,
#articleShareThis,
.addthis_toolbox,
#sdsblogArticle .sdsarticleHeader {
    display: none;
}

.elementor-1020102 .elementor-element.elementor-element-kby7bh3 .elementor-cta-content {
    margin-left: 17%!important;
}

.logochan {
    font-family: 'Cormorant Garamond', serif!important;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
}

#search_query_top,
#field-search h4 {
    font-family: 'Cormorant Garamond', serif!important;
    font-weight: 400;
}

#search_query_top {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 5px solid #000;
    background: none;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 93%;
}

#product_comments_block_tab .footer_links>li:nth-child(1) {
    float: left!important;
}

#checkout .modal-backdrop {
    display: none!important;
}


/* MENU */

#header.header_omg_im_scrolled .ets_mm_megamenu.layout_layout1 {
    opacity: 0!important;
}

.layout_layout1 .ets_mm_megamenu_content {
    background: #21362c!important;
}

.layout_layout1 .mm_menus_li.mm_has_sub:hover>a::after,
.layout_layout1:not(.ybc_vertical_menu) .mm_menus_li>a::before {
    background-color: #21362c!important;
}

.layout_layout1 .mm_menus_li:nth-child(2),
.layout_layout1 .mm_menus_li:last-child,
.layout_layout1 .ets_mm_megamenu_content {
    border: none !important;
}

.elementor-tabs-wrapper {
    overflow: hidden!important;
    display: flex!important;
    justify-content: center!important;
}

#desc_utzil .elementor-tab-title a {
    font-family: 'Cormorant Garamond', serif!important;
    color: #7a7a7a!important;
    font-size: 16px!important;
}

#desc_utzil .elementor-tab-title.elementor-active a {
    border-bottom: 1px solid #7a7a7a!important;
}

#desc_utzil p {
    color: #333333!important;
}

#produit_contenu_image .elementor-cta-description,
#produit_contenu_image .elementor-cta-title {
    color: #fff!important;
}


/*.arrow.opened,
.mm_arrow {
    display: none!important;
}*/

.mm_tabs_li .mm_columns_contents_ul,
.mm_tab_li_content {
    background-color: #21362c!important;
    border: none!important;
}

.mm_blocks_ul .mm_blocks_li .ets_mm_categories li:hover::before {
    content: url(/img/picto_bouton.png)!important;
    position: absolute!important;
    display: block!important;
    z-index: 44444444!important;
    width: 100%!important;
    left: 20px!important;
    top: 0px!important;
    opacity: 0.7!important;
}

.mm_blocks_ul .mm_blocks_li .ets_mm_categories li:after {
    background-color: #fff;
    bottom: -3px;
    content: '';
    display: inline-block;
    height: 1px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    transition: width .8s cubic-bezier(.32, .24, .15, 1);
    width: 0;
}

.mm_blocks_ul .mm_blocks_li .ets_mm_categories li:hover::after {
    width: 65%;
}

.mm_tab_has_child:hover::before
/*.layout_layout1 .mm_menus_li:hover>a::after */

{
    content: url(/img/picto_bouton.png)!important;
    position: absolute!important;
    display: block!important;
    z-index: 44444444!important;
    width: 100%!important;
    left: -20px!important;
    top: 10px!important;
    opacity: 0.7!important;
}

.mm_tab_has_child::after {
    background-color: #fff;
    bottom: 3px;
    content: '';
    display: inline-block;
    height: 1px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    transition: width .8s cubic-bezier(.32, .24, .15, 1);
    width: 0;
}

.mm_tab_has_child:hover::after {
    width: 100%;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before,
.mm_tabs_li.mm_tabs_has_content:hover .mm_tab_li_content .mm_tab_name::before {
    border: none!important;
}

.layout_layout1 .mm_menus_li.mm_has_sub.mm_no_border>a::after {
    background-color: inherit !important;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    visibility: visible;
    width: 100%;
    z-index: 1111;
    display: none;
}

.mm_menus_li:hover .mm_columns_ul {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.mm_columns_ul.mm_columns_ul_tab {
    position: fixed !important;
    left: 0%;
    height: 100% !important;
    top: 186px !important;
    background: #21362c !important;
    z-index: 4666 !important;
    margin-top: 0;
}

.mm_tabs_li a {
    color: white!important;
}

.mm_menus_li:not(.menu_ver_alway_show_sub) .mm_columns_ul.display {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-top: 40px;
    left: 0;
}

.header-nav .left-nav {
    padding: 0;
}