
.an_wishlist-in .material-icons {
    color: #e63344;
}
.an_wishlist-container {
    text-align: left;
}
.an_wishlist-btn-product .material-icons {
    margin-right: 0;
}

.an_wishlist-mini {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.an_wishlist-mini span {
    cursor: pointer;
}

.an_wishlist-list-cart h1 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.an_wishlist-list-cart #products .thumbnail-container,
.an_wishlist-list-cart #products .product-description,
.an_wishlist-list-cart #products .highlighted-informations {
    width: 233px;
}
.an_wishlist-list-cart #products .thumbnail-container img {
    max-width: 100%;
}
.an_wishlist-list-cart #products .product-miniature img {
    margin-left: 0px;
}

.an_wishlist-mini-count {
    display: none;
}



.an_wishlist-message-popup {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.an_wishlist-message-popuporspan {
    margin: 0 16px;
}
@media (max-width: 680px) {
    .an_wishlist-message-popup .btn,
    .an_wishlist-message-popuporspan    {
        display: block;
    }
    .an_wishlist-message-popuporspan {
        padding: 10px;
    }
}

.an_wishlist-social {
    margin-bottom: 30px;
}
.social-share {
    background: #f1f1f1;
    padding: 26px 30px 21px;
    margin-bottom: 56px;
}
.blog-social-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.social-heading {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}
.itemFacebookButton a {
    background-color: #5373be;
}
.itemFacebookButton a:before {
    content: "\f39e";
    font-family: Fontawesome;
}
.itemFacebookButton a:hover {
    background-color: #3e5ea9;
}
.itemTwitterButton a {
    background-color: #0084b4;
}
.itemTwitterButton a:before {
    content: "\f099";
    font-family: Fontawesome;
}
.itemTwitterButton a:hover {
    background-color: #1195c5;
}
.itemPinterestButton a {
    background-color: #cb2027;
}
.itemPinterestButton a:before {
    content: "\f0d2";
    font-family: Fontawesome;
}
.itemPinterestButton a:hover {
    background: rgba(203,30,39,0.8);
}
.itemLinkedinButton a {
    background-color: #0077b5;
}
.itemLinkedinButton a:before {
    content: "\f0e1";
    font-family: Fontawesome;
}
.itemLinkedinButton a:hover {
    background-color: #1289c7;
}
.itemTumblrButton a {
    background-color: #405167;
}
.itemTumblrButton a:before {
    content: "\f173";
    font-family: Fontawesome;
}
.itemTumblrButton a:hover {
    background-color: #516278;
}

.itemSocialButton a {
    font-size: 12px;
    display: inline-block;
    height: 34px;
    border-radius: 3px;
    line-height: 18px;
    margin: 0 7px 10px 0;
    width: 120px;
    text-align: left;
    overflow: hidden;
    color: #fff!important;
    min-width: 100px;
    cursor: pointer;
    float: left;
    font-family: inherit;
    padding: 8px 10px 8px 10px;
}
.itemSocialButton a:before {
    display: inline-block;
    margin-left: -10px;
    margin-top: -15px;
    font-size: 14px;
    line-height: 34px;
    width: 33px;
    text-align: center;
    margin-right: 7px;
}


/** ***************** Cart sidebar *************************************************/

.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.sb-open {
    overflow: hidden;
}
.sb-menu-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 63%; /*60*/
    max-width: 901px;
    height: 100%;
    z-index: 10000;
    background-color: var(--beige-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.sb-close-btn {
    position: absolute;
    top: 0;
    left: 5px;
    cursor: pointer;
}
.sb-close-btn i {
    font-size: 14px;
    color: #7b7b7b;
}
.cart-preview .cart-title {
    padding: 25px 0;
    margin-bottom: 20px;
    text-align: center;
}
.cart-preview .cart-title .h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    line-height: normal;
}
.cart-preview .cart-product-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 20px;
    text-align: left;
}
.cart-preview .cart-product-line .product-image {
    width: 30%;
    border: 1px solid #f4f4f4;
}
.cart-preview .product-image .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cart-preview .product-infos .product-name {
    display: block;
}
.cart-preview .product-remove i {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 4px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #b6b5b5;
}
.cart-preview .product-infos .product-line-info {
    line-height: initial;
    font-size: 12px;
    color: #000;
}
.product-infos .product-line-info .label {
    font-weight: 400;
    font-size: 12px;
    color: #7d7d7d;
}
.product-infos .product-line-info .value {
    font-size: 12px;
    font-weight: 400;
}
.cart-preview .product-infos .product-quantity {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7d;
}
.cart-preview .cart-bottom {
    padding: 20px 20px 10px 20px;
}
.cart-preview .cart-bottom .total-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cart-bottom .total-line span {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.cart-bottom .total-line .label { text-align: left; }
.cart-bottom .total-line .value { text-align: right; }
.cart-bottom .cart-total .label { text-transform: uppercase; }
.cart-bottom .cart-total .value { font-size: 20px; }
.cart-preview .cart-action .btn-primary {
    width: 100%;
    margin-top: 10px;
    position: static;
}
.cart-preview .no-items { text-align: center; }
.sb-close-btn {
    position: absolute;
    top: 26px;
    left: 5px;
    cursor: pointer;
}
.cart-preview .continue-order-btn {
    background-color: var(--brown-color);
    max-width: 310px;
    display: block;
    margin: 25px auto 22px;
    padding: 12px;
    border: 1px solid #FFFFFF;
}

/** ************* END Cart sidebar *************************************************/

/*** modal-cart ****************************************************************** ***/
#header .blockcart-link:focus {
    color: #000;
}
#header .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 76;
    background: #fff;
    width: 326px;
}
.cart-preview .cart-product-line .product-image {
    width: 100px;
}
.cart-preview .cart-product-line .product-infos {
    width: 100%;
}
.sb-menu-right .cart-preview .product-remove i {
    margin: 0;
    width: 25px;
    height: 25px;
    line-height: normal;
    padding: 0;
    font-size: 25px;
    font-weight: 900;
    color: #323232;
    background-color: transparent;
}
.cart-preview .product-remove:hover i {
    background-color: transparent;
}

.cart-preview .cart-product-line {
    padding: 0;
    margin: 0px 20px 10px;
}
.cart-preview .product-infos .product-line-info {
    display: inline-block;
}
.cart-preview .cart-product-line .product-image {
    border: 0;
}
.product-infos .product-line-info .value:last-child:after {
    content: "";
}
.product-infos .product-line-info .value:after {
    content: ",";
}
#header .cart-preview .product-infos .product-name {
    margin-bottom: 5px;
    color: #000;
}
#header .cart-preview .product-infos .product-name:hover {
    color: #919191;
}
.cart-preview .cart-subtotals {
    border-bottom: 1px solid #efeff0;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.cart-preview hr {
    display: none;
}
.cart-bottom .total-line span {
    font-size: 16px;
}
.cart-bottom .cart-total .value {
    font-size: 22px;
}

.sb-menu-right .cart-preview .cart-bottom {
    padding: 32px 40px 10px 40px;
    border: 1px solid #BF9F68;

    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--beige-color);
    z-index: 1;
}
.sb-menu-right .cart-bottom .total-line span {
    font-size: 32px;
    color: #323232;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
}
.sb-menu-right .cart-bottom .total-line span.price {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.sb-menu-right .cart-preview .cart-bottom .total-line.cart-total {
    margin-bottom: 24px;
}
.sb-menu-right .cart-preview .cart-bottom .total-line.cart-total span.price {
    color: #323232;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
}
.sb-menu-right .cart-preview .cart-bottom .total-line {
    margin: 0 0 7px;
    align-items: flex-end;
}
#js-cart-sidebar {
    height: 100%;

}
.sb-menu-right .cart-preview .cart-title .h4 {
    padding: 0 40px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    color: #323232;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 40px;
}
.sb-menu-right .cart-preview .cart-title {
    padding: 40px 0 40px;
    margin: 0;
}

.sb-menu-right .sb-close-btn {
    left: unset;
    top: 55px;
    right: 40px;
    text-align: center;
    display: flex;
}
.sb-menu-right .sb-close-btn:hover i {
    color: #323232;
}
.sb-menu-right .sb-close-btn i {
    color: #323232;
    font-size: 32px;
}
.remove-from-cart:hover svg path {
    fill: #989898;
}
.sb-menu-right .cart-items {
    background: var(--beige-color);
    flex: 1 1;
    overflow-y: scroll;
    min-height: 350px;
    margin: 0 40px;
}
.sb-menu-right .cart-items::-webkit-scrollbar {
    width: 10px;
}
.sb-menu-right .cart-items::-webkit-scrollbar-track {
    background: #BF9F6833;
}
.sb-menu-right .cart-items::-webkit-scrollbar-thumb {
    border-radius: 24px;
    background-color: #BF9F68;
}
.sb-menu-right .cart-preview .cart-product-line .product-image {
    border: 0;
    flex: 160px 0 0;
}
.sb-menu-right .cart-preview .cart-product-line .product-infos {
    padding-left: 24px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sb-menu-right .cart-preview .cart-product-line {
    margin: 0 0 24px 0;
    padding: 0
}
.sb-menu-right .cart-preview .cart-product-line .product-remove a {
    color: #323232
}
.sb-menu-right .cart-preview .cart-product-line:last-child {
    border: 0;
    margin-bottom: 0;
}
.sb-menu-right .cart-preview .product-infos .product-name {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    color: #323232;
    max-width: 280px;
    width: 280px;
}
.sb-menu-right .cart-preview .product-infos .product-line-info {
    display: block;
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 14px;
}
.sb-menu-right .cart-preview .product-qty {
    margin-top: 10px;
}
.sb-menu-right .product-infos .product-line-info .label {
    color: #989898;
    font-size: 12px;
}
.sb-menu-right .product-infos .product-line-info .value {
    font-size: 12px;
}
.sb-menu-right .cart-preview .product-infos .product-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 45px;
    color: #323232
}
#header .header-block.blockcart {
    background: transparent;
}
.header-block__badge.cart-nb-products {
    display: none
}
#js-cart-sidebar .cart-dropdown-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    position: relative
}
.hook-fbt section[class^='atsadditionalproductlisting_']#products .product-miniature .thumbnail-container {
    max-width: 240px;
}
.hook-fbt section[class^='atsadditionalproductlisting_'] {
    padding: 32px 40px 0;
    margin-bottom: 170px;
}
.hook-fbt section[class^='atsadditionalproductlisting_']#products .products-section-title {
    margin: 0 0 24px;
    color: #323232;
    font-weight: 400;
    font-size: 32px;
    text-transform: initial;
}
.hook-fbt section[class^='atsadditionalproductlisting_']#products .product-miniature {
    padding: 0;
}
.hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel.owl-drag .owl-item {
    padding-right: 24px;
}
.hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel.owl-drag .owl-item:last-child {
    padding-right: 0
}
.hook-fbt #products .thumbnail-container .product-description .product-title {
    min-height: 40px;
}

@media (max-width: 991px) {
    .sb-menu-right {
        width: 100%;
        max-width: 327px;
    }
    .sb-menu-right .cart-preview .cart-title .h4 {
        font-size: 20px;
        padding: 0 16px;
    }
    .sb-menu-right .cart-preview .cart-title {
        padding: 16px 0;
    }
    .sb-menu-right .sb-close-btn {
        top: 12px;
        right: 16px;
    }
    .sb-menu-right .cart-items {
        margin: 0 16px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 222px;
        max-height: 222px;
    }
    .sb-menu-right .cart-preview .cart-product-line {
        align-items: self-start;
    }
    .sb-menu-right .cart-preview .cart-product-line .product-image {
        flex: 58px 0 0;
    }
    .sb-menu-right .cart-preview .cart-product-line .product-infos {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sb-menu-right .cart-preview .product-infos .product-name {
        width: 100%;
        max-width: unset;
        font-size: 14px;
        text-transform: none;
    }
    .sb-menu-right .cart-preview .cart-product-line > .product-remove {
        padding-top: 16px;
        padding-right: 12px;
    }
    .sb-menu-right .cart-preview .product-remove i {
        width: 28px;
        height: 28px;
        font-size: 28px;
        font-weight: 400;
    }
    .sb-menu-right .cart-preview .cart-product-line .product-infos {
        padding: 0 16px 0 8px;
        row-gap: 8px;
    }
    .sb-menu-right .cart-preview .cart-bottom {
        padding: 16px;
        margin: 16px;
        margin-top: 0;
        position: relative;
        width: auto;
    }
    .sb-menu-right .cart-preview .cart-bottom .total-line.cart-total span.price,
    .sb-menu-right .cart-bottom .total-line span{
        font-size: 20px
    }
    .cart-preview .continue-order-btn {
        margin: 0;
        max-width: unset;
        font-size: 16px;
    }

    .sb-menu-right .cart-preview .product-infos .product-price {
        margin-right: 0
    }

    .hook-fbt .products.row {
        gap: 0;
    }
    .hook-fbt .products.row::after,
    .hook-fbt #products::after {
        display: none;
    }
    .hook-fbt {
        margin-top: 16px;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_'] {
        margin: 0;
        padding: 0;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_']#products .products-section-title {
        font-size: 20px;
        width: 55%;
        text-transform: capitalize;
        line-height: 1.2;
        margin-left: 16px;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel .owl-stage .owl-item:first-child {
        margin-left: 16px;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel .owl-nav button.owl-next,
    .hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel .owl-nav button.owl-prev {
        top: -65px;
        margin: 0;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel .owl-nav button.owl-prev {
        left: auto;
        right: 68px;
    }
    .hook-fbt section[class^='atsadditionalproductlisting_'] .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 16px;
    }

    #js-cart-sidebar .cart-dropdown-wrapper .touchspin-block {
        padding: 0 8px !important;
        width: 88px !important;
    }
}
/*** END modal-cart ****************************************************************** ***/

article.product-miniature.js-product-miniature {
    position: relative;
}


#js-cart-sidebar .cart-dropdown-wrapper .bootstrap-touchspin .input-group-btn,
#js-cart-sidebar .cart-dropdown-wrapper .bootstrap-touchspin .input-group-btn-vertical {
    display: none;
}
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 96px;
    max-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(191, 159, 104, 0.4);
}
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block input,
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block button {
    place-items: center;
    background: transparent;
    padding: 0;
    border: 0;
    backdrop-filter: none;
}
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block input:focus,
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block button:focus {
    border: 0;
    outline: 0;
}
#js-cart-sidebar .cart-dropdown-wrapper .touchspin-block .js-cart-line-product-quantity {
    padding: 0 6px;
    width: 30px;
    font-size: 20px;
}
#cart #content-wrapper .atsadditionalproductlisting_15 {
    display: none
}