/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*@import url("https://use.typekit.net/ftg8lmu.css");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

/*@import url("https://p.typekit.net/p.css?s=1&k=ftg8lmu&ht=tk&f=35240.35244&a=86985917&app=typekit&e=css");
@import url("https://use.typekit.net/ftg8lmu.css");*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

/* @font-face {
    font-family: "mongoose";
    src: url("https://use.typekit.net/af/6b26bc/00000000000000007735acc5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/6b26bc/00000000000000007735acc5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "mongoose";
    src: url("https://use.typekit.net/af/aa035c/00000000000000007735accf/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/aa035c/00000000000000007735accf/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
} */

@font-face {
    font-family: 'mongoose';
    src: url('../fonts/mongoose-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/mongoose-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.language-selector {
    display: none;
}

.tk-mongoose {
    font-family: "mongoose", sans-serif;
}

html {
    height: 99%;
    /* fix the white space at the end */
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #6b1f35;
}

a:hover {
    color: #af7989;
}

.color-primary {
    color: #6b1f35 !important;
}

/* typography */

h1,
h2,
.h1,
.h2 {
    font-family: "mongoose";
    letter-spacing: 1px;
    font-weight: 500;
}

p,
h3,
.h3 {
    font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
    font-size: 45px;
    color: #6b1f35;
}

h2,
.h2 {
    font-size: 38px;
    color: #181716;
}

h3,
.h3 {
    font-weight: bold;
    font-size: 22px;
    color: #af7989;
    text-transform: uppercase;
}

p {
    letter-spacing: 1px;
    line-height: 1.3;
    color: #181716;
    font-size: 16px;
}

.bold-white {
    font-weight: 800;
    color: #fff;
    line-height: 1.1
}



.text-italic-primary,
.text-italic {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: italic;
}


@media(min-width:991px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

}

.text-uppercase {
    text-transform: uppercase !important;
}

/* end typography */



/*  HEADER */

#wrapper .row {
    margin-right: 0 !important;
}

#content-wrapper {
    padding-right: 0;
}


.l-wrapper {
    margin-top: 128px;
}

#checkout .l-wrapper {
    margin-top: 0;
}

#checkout .l-wrapper--boxed {
    padding-right: 0;
}

.page-wrapper {
    border: 0px solid rgba(24, 23, 22, .125);
}

#index .l-wrapper {
    margin-top: 0;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#product .l-wrapper {
    margin-top: 128px;
    max-width: 90%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#category .l-wrapper {
    max-width: 100%;
}

.l-header {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: none;
}

.menu__item-link--top:hover {
    color: #6b1f35;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 240;
}

.header-banner {
    font-size: 0.9rem;
    padding: 0.8em 0;
    background: #6b1f35;
    color: #fff;
    text-align: center;
}

#_desktop_language_selector {
    flex-grow: 2;
}

#header_logo_linked {
    flex-grow: 18;
    text-align: center;
    text-transform: uppercase;
}

#header_logo_linked .active {
    color: #6b1f35;
}

#header_logo_linked a {
    margin-right: 20px;
}

.color-swicth-black-white {
    color: #000;
}

.header-top .material-icons {
    font-size: 2.5rem;
}

.header__search {
    width: 0%;
}

.breadcrumb-item.active {
    color: #af7989;
}

.breadcrumb a {
    color: #af7989;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #af7989;
}

.breadcrumb {
    margin-bottom: 1rem;
    margin-top: 2rem;
    background-color: #fff;
}

@media(min-width:991px) {
    .l-wrapper {
        margin-top: 0;
    }

    .header__search {
        width: 100%;
    }

    #index .header-top {
        box-shadow: 0px 49px 11px 0px #000000a6 inset;
    }

    #category .l-wrapper {
        max-width: 82%;
    }

    .header-top .material-icons {
        font-size: 2rem;
    }

    .navbar-fixed-top {
        position: relative;
        background: #fff;
        border-bottom: 3px solid #6b1f35;
    }

    #index .navbar-fixed-top {
        position: absolute;
        background: transparent;
        border-bottom: none;
    }

    .logo_menu,
    .logo_menu:hover {
        color: #6b1f35;
    }

    #index .logo_menu,
    #index .logo_menu:hover {
        color: #fff;
    }

    #_desktop_language_selector {
        flex-grow: 1;
    }

    #header_logo_linked {
        flex-grow: 2;
    }

    #header_logo_linked .active {
        background-color: #6b1f35;
        color: #fff;
        border-radius: 15px;
        padding: 5px 10px;
    }

    .color-swicth-black-white {
        color: #000;
    }

    #index .color-swicth-black-white {
        color: #fff;
    }

    .header-top__col {
        width: 18%;
    }

    .logo {
        max-width: 86px;
    }

    .menu__item-link--top {
        color: #000;
    }

    #index .menu__item-link--top {
        color: #fff;
    }
}


@media (max-width: 576px) {
    .logo {
        max-width: 69px;
    }

    .header-top {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: none;
    }

    .l-header {
        background-color: #fff;
        box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    }
}

/* END HEADER */


/* Creative slider  */

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
    display: none;
}

.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
    display: none;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
    display: none;
}

/* End creative slider  */


/* Search widget  */

.form-control:focus {
    color: #181716;
    border-color: #af7989;
    box-shadow: none;
}

.search-widget {
    z-index: 900;
    position: fixed;
    top: 125px;
    left: 0px;
    height: 10%;
    width: 100%;
    background: rgb(255, 255, 255);
    display: none;
}

.search-widget__input-right {
    height: 50px;
    max-width: 344px;
    margin-left: 8px;
    border: 3px solid;
}

.search-widget__btn {
    top: 6px;
}

.search-widget__group {
    padding-top: 10px;
}

@media(min-width:991px) {
    .search-widget__group {
        padding-top: 0;
    }

    .search-widget__btn {
        top: 0;
    }

    .header__search {
        padding-right: 0;
    }

    .search-widget {
        z-index: 1;
        position: relative;
        top: 3px;
        background: transparent;
        height: 30px;
        border: none;
        padding: 10px 8px;
        display: flex;
        justify-content: end;
        align-items: center;
        cursor: pointer;
        transition: 0.8s;

    }

    .search-widget .search-widget__input-right {
        background: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        width: 0px;
        font-weight: 500;
        font-size: 1rem;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        margin: 0;
        transition: 0.8s;

    }

    .search-widget__group:hover>.search-widget__input-right,
    .search-widget__input-right:focus {
        width: 200px;
        background: #fff;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }

    .search-widget__btn {
        color: #000;
        padding: 0;
    }

    #index .search-widget__btn {
        color: #fff;
    }

    .search-widget__input-right:focus+.search-widget__btn {
        color: #6b1f35;
    }

    .search-widget__group:hover {
        animation: 0.15s linear 3;
    }
}


/* End Search widget  */


/* buttons */

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6b1f35;
    border-color: #6b1f35;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-border-radius {
    border-radius: 22px !important;
}

.btn-no-border-secondary {
    border: none;
    color: #af7989;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    font-weight: 600;
}

.btn-no-border-secondary:hover {
    color: #6b1f35;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

/* end buttons */




/* product */

.product-title {
    font-weight: 600;
    font-size: 12px;
}

.product__card-img {
    border-radius: 20px 20px 0 0;
}

.card-product {
    border-radius: 20px;
    background: #f9f5f4;
}

.card-product:hover .product-title,
.price,
.card-product:hover .product-title a {
    color: #6b1f35;
}

.price.current-price-discount {
    color: #6b1f35;
}

.product-flags {
    margin-left: 16px;
}

.product-flag {
    border-radius: 22px;
    padding: 0.2rem 1rem;
    font-size: 13px;
    background: #af7989;
}

.product-flag.discount-product {
    background-color: #6b1f35;
}

.regular-price {
    color: #af7989;
}

.page-content--product .product-flags {
    z-index: 20;
}

@media (min-width: 992px) {
    .product-title {
        font-size: 16px;
    }

    .product-miniature {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* end product */

/* category */

.subcategory-block {
    max-width: 125px;
}

#subcategories .box-subcate img {
    border-radius: 100%;
}

#subcategories .box-subcate>div:first-child {
    border-radius: 48px;
    width: 100px;
    height: 100px;
    border: 1px solid;
}

.subcategory-name {
    color: #181716;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}

.box-subcate:hover>div:first-child {
    border: 2px solid #6b1f35 !important;
}

.box-subcate:hover a {
    color: #6b1f35 !important;
}

@media(min-width:991px) {
    .subcategory-block {
        max-width: 150px;
    }

    .box-subcate {
        margin: 0 10px;
        width: 112px;
    }
}

/* end category */


/* begin cart / checkout */
.block-promo {
    border-top: 2px solid #bb98a0;
    border-bottom: 2px solid #bb98a0;
}

.promo-code-button {
    margin-top: 1rem;
}

.promo-code__content .form-control {
    height: calc(2.5em + 0.75rem + 2px);
}

.promo-code__content {
    background-color: transparent;
}

.promo-code .collapse-button {
    color: #181716;
}

.cart-summary-footer {
    padding: 0.75rem 4rem;
    background-color: transparent;
    border-top: none;
}

#cart .cart-summary,
#js-checkout-summary {
    background: #f9f5f4;
}

.product-line-grid .product-price {
    color: #6b1f35;
}

#cart .card {
    border: none;
    margin-top: 2rem
}

#cart .card-header,
#checkout .step-title {
    text-transform: none;
    background: none;
    border-bottom: none;
    font-size: 40px;
}

.step-title .step-number {
    color: #d4748a;
}

.card-body--summary .cart-total {
    border-top: 2px solid #bb98a0;
    background-color: transparent;
    padding: 0.9rem;
}

.remove-from-cart {
    color: #af7989;
}

.cart-item:not(:last-child) {
    border-bottom: 1px solid #bb98a0;
}

#checkout header {
    border-bottom: 5px solid #6b1f35;
}

#checkout .form-control {
    border-color: #bb98a0;
}

#checkout .form-control:focus {
    border: 2px solid #af7989;
}

.btn-checkout-next {
    text-transform: uppercase;
    border-radius: 22px;
    font-size: 16px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

#checkout .nav-tabs .nav-link.active {
    border-bottom-width: 0;
}

#checkout .nav-tabs {
    border-bottom: 1px solid #bb98a0;
}

.checkout-process .card {
    border: 2px solid #bb98a0;
}

#checkout .-unreachable {
    background-color: #f1f0f0;
    opacity: 0.5;
}

#checkout .text-muted {
    color: #181716;
}

.step-edit.text-muted {
    color: #a1a1a1;
    font-size: 20px;
}

.delivery-option {
    border: 1px solid #bb98a0;
    background-color: #fff;
}

.delivery-option.option-selected {
    border: 2px solid #6b1f35;
    background-color: #fff;
}

#checkout #content {
    min-height: 700px;
}

.pink-border {
    border-left: 2px solid #bb98a0;
    border-right: 2px solid #bb98a0;
    border-bottom: 2px solid #bb98a0;
}

@media (min-width: 991px) {

    #cart .card-header,
    #checkout .step-title {
        font-size: 50px;
    }
}

/* end cart / checkout */


/* begin alert */

.alert-info {
    color: #fff;
    background-color: #bb98a0;
    border-color: #af7988;
}

.text-success {
    color: #6b1f35 !important;
}

/*  end alert */




/*  begin footer */

.l-footer {
    background-color: #6b1f35;
    color: #fff;
    background-image: url('../img/footer_bg.jpg');
}

.footer__title {
    color: #fff;
    font-size: 11px;
}

.footer__title:hover,
.footer__title:visited {
    color: #fff;
}

.l-footer .account-list a,
.l-footer .account-list p,
.l-footer .cms-page-link,
.footer-copyright,
.nl-consent-pc {
    font-size: 12px;
    font-weight: 800;
    color: #af7989;
}

.l-footer .account-list a:hover,
.l-footer .cms-page-link:hover {
    color: #fff;
}

#block-newsletter-label {
    padding-right: 4em;
}

.footer-social-network a,
.footer-social-network a:hover {
    color: #fff;
}

.footer-social-network {
    padding-right: 7rem;
}

.fa-1-5x {
    font-size: 1.5em;
}

.bloc-copyright {
    border-top: 1px solid #6b1f35;
    background: #fff;
    padding-top: 1em;
}

.text-left-mobile-center {
    text-align: center !important;
}

.text-right-mobile-center {
    text-align: center !important;
}

.color-terciary-mobile-primary {
    color: #6b1f35;
}

.footer__title--mobile {
    margin-bottom: 1rem;
    border-bottom: 1px solid #af7989;
}


@media(min-width:991px) {

    .l-footer .account-list a,
    .l-footer .account-list p,
    .l-footer .cms-page-link,
    .footer-copyright,
    .nl-consent-pc {
        font-size: 11px;
        font-weight: 300;
    }

    .bloc-copyright {
        border-top: 1px solid #af7989;
        background: transparent;
    }

    .text-left-mobile-center {
        text-align: left !important;
    }

    .text-right-mobile-center {
        text-align: right !important;
    }

    .color-terciary-mobile-primary {
        color: #af7989;
    }

    .l-footer .account-list p {
        color: #af7989;
    }
}

/* end footer */


/* spacing */
.mt-5-sm {
    margin-top: 3rem !important;
}

.pr-mobile-0 {
    padding-right: 0;
}

@media(min-width:991px) {
    .mt-5-sm {
        margin-top: 0 !important;
    }

    .pr-mobile-0 {
        padding-right: 15px;
    }
}

/* end spacing */





/*pagination */

.page-link,
.product-comments__pagination li span {
    color: #181716;
    background-color: #fff;
    border: none;
}

.page-item.active .page-link,
.page-item.active .product-comments__pagination li span,
.product-comments__pagination li.active .page-link,
.product-comments__pagination li.active span,
.product-comments__pagination li .page-item.active span {
    z-index: 3;
    color: #6b1f35;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #6b1f35;
}

.page-link:hover,
.product-comments__pagination li span:hover {
    color: #6b1f35;
}

/* en pagination */




/* facets */

.left-column .search_filters {
    border: none;
}

.facet__block:first-of-type {
    border-bottom: 1px solid #af7989;
}

.facet__block:first-of-type {
    padding-top: 1rem;
    border-top: 1px solid #af7989;
}

.facet__block:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom: 1px solid #af7989;
}

#search_filters .ui-widget-header {
    background: #6b1f35;
}

#search_filters .ui-slider-horizontal {
    background: #af7989;
}

#search_filters .ui-slider .ui-slider-handle {
    top: -0.45em;
    width: 0.4em;
    background: #6b1f35;
    border: 1px solid #6b1f35;
    border-radius: 22px;
    width: 17px;
    height: 17px;
}

.faceted-slider p {
    text-align: center;
    color: #6b1f35;
    font-weight: 700;
    padding-top: 8px;
}

.custom-control--active .color__label {
    color: #6b1f35;
    font-weight: 700;
}

.custom-color .color {
    width: 20px;
    height: 20px;
    border-radius: 22px;
    border: 1px solid #cbcaca;
}

.custom-color.custom-control--active .color {
    border: 1px solid #cbcaca;
}

.custom-color .custom-control-label {
    border-radius: 22px;
    width: 31px;
    height: 31px;
    text-align: center;
    padding-top: 3px;
    padding-left: 3px;
    border: 2px solid transparent;
}

.custom-color.custom-control--active .custom-control-label {
    border: 2px solid #6b1f35;
}




/* end facets */

/* checkbox */

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: none;
    background-color: #6b1f35;
}

/* end checkbox */

/* carousel */

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5px;
    left: 20%;
}

/* end carousel */



/* icons ubb */

.shopping-cart {
    position: relative;
}

.cart-products-count.blockcart__count {
    background-color: #6b1f35;
    width: 17px;
    position: absolute;
    left: 11px;
    top: 26px;
    border-radius: 33px;
    height: 18px;
    text-align: center;
    color: #fff;
    z-index: 50;
}

.icon-user-ubb {
    background: url('../img/user.svg') no-repeat;
    display: block;
    text-indent: -9999px;
    width: 31px;
    height: 43px;

}

.icon-cart-ubb {
    background: url('../img/cart.svg') no-repeat;
    display: block;
    width: 40px;
    height: 38px;

}

@media (min-width: 992px) {
    #index .icon-user-ubb {
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(28deg) brightness(106%) contrast(101%);
    }

    #index .icon-cart-ubb {
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(28deg) brightness(106%) contrast(101%);
    }

    .icon-user-ubb {
        width: 24px;
        height: 30px;
    }

    .icon-cart-ubb {
        width: 30px;
        height: 30px;
    }

    .cart-products-count.blockcart__count {
        left: 19px;
        top: -12px;
    }
}

/* end icons ubb */

.rounded {
    border-radius: 0.25rem !important;
}

@media (min-width: 992px) {
    .visible--mobile {
        display: none !important;
    }
}

/* cart  */

.card-body .product-title {
    min-height: 31px;
}

@media (min-width: 992px) {
    .card-body .product-title {
        min-height: 41px;
    }
}

/* Fiche produit */

.product-add-to-cart button.add-to-cart {
    border-radius: 50px;
}

.label-color>span.color {
    border-radius: 50px;
}

.input-color:checked+span,
.input-color:hover+span {
    border: none;
    outline: 2px solid #6b1f35;
    outline-offset: 3px;
    border-radius: 50px;
}

.variant-group-radio input[type="radio"].custom-control-input {
    display: none;
}

.variant-group-radio .custom-control-label::before,
.variant-group-radio .custom-control-label::after {
    display: none;
}

.variant-group-radio input[type="radio"].custom-control-input+label {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    width: 60px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
}

.variant-group-radio input[type="radio"].custom-control-input:checked+label {
    border: 2px solid #6b1f35;
    color: #6b1f35;
}

.variant-group-radio {
    display: flex;
    flex-wrap: wrap;
}

.variant-group-radio .custom-radio {
    padding: 0;
    margin-right: 10px;
}

.accordion .card {
    border: none;
}

.accordion .card .card-header {
    border: none;
    background: none;
    border-top: 2px solid #6b1f3575;
    padding-left: 0;
}

.accordion .card .card-header button {
    padding-left: 0;
    color: #181716;
    font-weight: bold;
}

button>.chevron:after {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>');
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
}

button.collapsed>.chevron:after {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
}

.accordion .card:last-child {
    border-bottom: 2px solid #6b1f3575;
}

.product-accessories>p.h1 {
    color: #181716;
}

.btn-add-to-cart {
    padding: 1rem 0;
    font-size: 16px;
}

.title-black {
    color: #181716;
}

/** menu **/

@media (min-width: 991px) {

    .menu__item {
        display: flex;
        flex-direction: column;
    }

    .menu-sub__list {
        padding: 0 !important;
        background-color: rgba(255, 255, 255, 0.925) !important;
        border-radius: 5px;
    }

    .menu-sub,
    .menu-sub__list {
        display: none;
    }

    .menu__item-header:hover~.menu-sub,
    .menu__item-header:hover~.menu-sub .menu-sub__list,
    .menu-sub:hover,
    .menu-sub__list:hover {
        display: flex;
        flex-direction: column;
    }

    .menu-sub {
        left: auto;
        width: auto;
    }


    .menu-sub__list li {
        border-bottom: #ccc 1px solid;
        padding: 5px 10px;
    }

    .menu-sub__list li:last-child {
        border-bottom: none;
    }

    #header_logo_linked::before {
        content: "";
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    .menu__item-header.menu--active {
        background-color: #6b1f35;
        transition: 0.6s;
    }

    .menu__item-header {
        transition: 0.6s
    }

    .menu__item-header.menu--active>a>span {
        color: #fff !important;
    }

    .black {
        color: #000;
    }

    .white {
        color: #fff;
    }
}

/*** module free delevery ****/
#abfd_product_additional_info,
#abfd_checkout_subtotal_details {
    border-radius: 20px;
    text-align: center;
}

#abfd_checkout_subtotal_details {
    margin-bottom: 1rem;
}