.wp-block-button__link{
    background: #872522;
    border: 2px solid #872522;
    color: #fff;
    transition: 0.5s all ease;
}
.wp-block-button__link:hover{
    background: transparent;
    border: 2px solid #872522;
    color: #872522;
}

#shiftnav-toggle-main{
    z-index: 991 !important;
}

.top-part .right{
    padding: 8px 0;
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .top-part .right{
        display: block;
        position: absolute;
        right: 50px;
        top: 10px;
        width: auto;
        z-index: 91;
    }
}
.top-part .site-ecom-icons ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
}
.top-part .site-ecom-icons ul img{
    width: 24px;
    height: 22px;
    display: block;
    object-fit: contain;
}
.top-part .site-ecom-icons .cart-icon{
    position: relative;
}
.top-part .site-ecom-icons .cart-icon .cart-count{
    background: #872522;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.woocommerce #main *{
    box-sizing: border-box;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    background: #872522;
    border: 2px solid #872522;
    color: #fff;
    transition: 0.5s all ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{
    background: #fff;
    border: 2px solid #872522;
    color: #872522;
}
.woocommerce-message{
    border-top-color: #872522;
}
.woocommerce-message::before{
    color: #872522;
}
.woocommerce span.onsale{
    min-width: 48px;
    min-height: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0 !important;
    right: auto !important;
    margin: 2px !important;
}
/* Product details */
body.woocommerce-page .site{
    overflow: visible;
}
.woocommerce div.product{
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (min-width: 640px) {
    .woocommerce div.product div.images img{
        max-width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .woocommerce div.product div.images img{
        max-height: 450px;
        object-fit: contain;
    }
}
.woocommerce div.product .product-categories {
    text-transform: uppercase;
}
.woocommerce div.product .product_title {
    clear: none;
    color: #872522;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 50px !important;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0;
}
.woocommerce span.onsale {
    background: #872522;
}
.woocommerce div.product .custom-product-description h1,
.woocommerce div.product .custom-product-description h2,
.woocommerce div.product .custom-product-description h3,
.woocommerce div.product .custom-product-description h4,
.woocommerce div.product .custom-product-description h5,
.woocommerce div.product .custom-product-description h6{
    line-height: 1.2;
    font-size: 22px;
    color: #404041;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.woocommerce div.product .custom-product-description ul{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 20px;
}
@media screen and (max-width: 600px) {
    .woocommerce div.product .custom-product-description ul{
        column-count: 1;
    }
}

.woocommerce div.product .custom-product-description ul li{
    padding: 4px 10px;
}
.woocommerce div.product .custom-product-description ul li:nth-child(odd){
    background: #f3f0eb;
}
.woocommerce div.product div.summary:after{
    content: "";
    display: table;
    clear: both;
}
.woocommerce div.product div.summary .product_meta .posted_in{
    display: none;
}
.woocommerce div.product div.summary .product_meta {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: 30px 0;
    padding: 10px 0;
}
.woocommerce div.product div.summary .price {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}
.woocommerce div.product div.summary .product_meta .sku_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
}
.woocommerce div.product div.summary form.cart {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
.woocommerce div.product div.summary form.cart:before, .woocommerce div.product div.summary form.cart:after {
    content: none;
}
.woocommerce div.product div.summary form.cart .quantity {
    display: flex;
    border: 1px solid #000;
}
.woocommerce div.product div.summary form.cart .quantity label {
    display: none;
}
.woocommerce div.product div.summary form.cart .quantity .input-text {
    border: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
    min-height: 55px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    width: 55px;
}
@media (max-width: 600px) {
    .woocommerce div.product div.summary form.cart .quantity .input-text {
        font-size: 16px;
        width: 45px;
        min-height: 45px;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce div.product div.summary form.cart .quantity button {
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 55px;
}
@media (max-width: 600px) {
    .woocommerce div.product div.summary form.cart .quantity button {
        font-size: 20px;
        width: 45px;
    }
}
.woocommerce div.product div.summary form.cart button[name=add-to-cart] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px;
    background: #872522;
    border-radius: 0;
    text-transform: uppercase;
    transition: all .5s ease;
}
@media (max-width: 600px) {
    .woocommerce div.product div.summary form.cart button[name=add-to-cart] {
        padding: 10px 20px;
    }
}
.woocommerce div.product div.summary form.cart button[name=add-to-cart]:hover {
    background: #000;
}
.woocommerce div.product div.summary .product_meta .sku_wrapper span {
    font-weight: 400;
    margin-left: 10px;
}

.woocommerce div.product div.summary .custom-wishlist-btn {
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin-top: 25px;
    padding-left: 34px;
    position: relative;
}
.woocommerce div.product div.summary .custom-wishlist-btn:before {
    background: #000;
    content: "";
    height: 24px;
    left: 0;
    -webkit-mask: url(../images/wishlist-icon.svg) no-repeat center / contain;
    mask: url(../images/wishlist-icon.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 24px;
}
.woocommerce div.product div.summary .custom-wishlist-btn:hover:before {
    background: #872522;
}
.woocommerce div.product div.summary .custom-wishlist-btn.wishlisted:before {
    background: #872522;
    -webkit-mask: url(../images/wishlist-active-icon.svg) no-repeat center / contain;
    mask: url(../images/wishlist-active-icon.svg) no-repeat center / contain;
}
.woocommerce div.product div.summary .yith-add-to-wishlist-button-block{
    color: #000;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}
.woocommerce div.product div.summary .yith-add-to-wishlist-button-block a{
    color: #000;
}


.woocommerce div.product div.summary .product-brochure-share-area{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    gap: 0 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 40px;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce div.product div.summary .product-brochure-share-area .product-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px 18px;
}
.woocommerce div.product div.summary .product-brochure-share-area .product-share label {
    color: #888;
    margin: 0;
}
.woocommerce div.product div.summary .product-brochure-share-area .product-share ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce div.product div.summary .product-brochure-share-area .product-share ul img {
    display: block;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 70px;
    list-style: none;
    margin: 0 0 1.618em;
    padding: 0;
    overflow: hidden;
    position: relative;
    float: none;
}
@media (max-width: 1100px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    /* content: none !important; */
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 91 !important;
    z-index: 0;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #888;
    display: inline-block;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-bottom: 5px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: #fff;
    color: #000;
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    border-bottom-color: #872522;
}
.woocommerce div.product .product-tab-content.analytical-components-tab ul{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 20px;
    width: 100%;
}
@media screen and (max-width: 600px) {
    .woocommerce div.product .product-tab-content.analytical-components-tab ul{
        column-count: 1;
    }
}

.woocommerce div.product .product-tab-content.analytical-components-tab ul li{
    padding: 4px 10px;
    margin: 0;
}
.woocommerce div.product .product-tab-content.analytical-components-tab ul li:nth-child(odd){
    background: #f3f0eb;
}
.woocommerce div.product .product-tab-content.instruction-for-storage-tab ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce div.product .product-tab-content.instruction-for-storage-tab ul li{
    padding: 4px 4px 4px 20px;
    margin: 0;
    background: url(../images/bullet1.png) no-repeat 0px 10px;
}
.woocommerce div.product .product-tab-content.specifications-tab ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce div.product .product-tab-content.specifications-tab ul li{
    padding: 4px 4px 4px 20px;
    margin: 0;
    background: url(../images/bullet1.png) no-repeat 0px 10px;
}
.woocommerce div.product .product-tab-content.feeding-instructions-tab .feeding-instructions-tab-content{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product .product-tab-content.feeding-instructions-tab .feeding-instructions-tab-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .product-tab-content.feeding-instructions-tab .feeding-instructions-tab-content ul li{
    margin: 0;
    padding: 4px 40px 4px 20px;
}
.woocommerce div.product .product-tab-content.feeding-instructions-tab .feeding-instructions-tab-content ul li:nth-child(even){
    background: #f3f0eb;
}
.woocommerce div.product .product-tab-content.feeding-instructions-tab .feeding-instructions-tab-content ul li:nth-child(1) strong{
    font-size: 18px;
    color: #716658;
}

.woocommerce div.product .related.products {
    border-top: 1px solid #efefef;
    margin-top: 5rem;
    padding-top: 15px;
}
.woocommerce div.product .related.products h6, 
.woocommerce div.product .related.products>h1, 
.woocommerce div.product .related.products>h2, 
.woocommerce div.product .related.products>h3, 
.woocommerce div.product .related.products>h4, 
.woocommerce div.product .related.products>h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce div.product .related.products ul.products{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.woocommerce div.product .related.products ul.products:before, .woocommerce div.product .related.products ul.products:after{
    content: none;
}
.woocommerce div.product .related.products ul.products li.product{
    margin: 0;
    width: calc(25% - (15px - (15px / 4)));
}
@media screen and (max-width: 990px) {
    .woocommerce div.product .related.products ul.products li.product{
        width: calc(50% - (15px - (15px / 2)));
    }
}
@media screen and (max-width: 470px) {
    .woocommerce div.product .related.products ul.products li.product{
        width: 100%;
    }
}
.woocommerce div.product .related.products ul.products li.product .button.view-details{
    width: 175px;
}

/* Woocommerce shop page */
body.woocommerce .custom-shop-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16%;
}
@media screen and (max-width: 660px){
    body.woocommerce .custom-shop-wrap{
        flex-direction: column;
    }
}
body.woocommerce .custom-shop-wrap .woocommerce-shop-content{
    flex: 42%;
}
body.woocommerce .custom-shop-wrap .custom-shop-content{
    flex: 42%;
}
@media screen and (max-width: 660px){
    body.woocommerce .custom-shop-wrap .woocommerce-shop-content, body.woocommerce .custom-shop-wrap .custom-shop-content{
        width: 100%;
    }
}
body.woocommerce .custom-shop-wrap h1,
body.woocommerce .custom-shop-wrap h2,
body.woocommerce .custom-shop-wrap h3,
body.woocommerce .custom-shop-wrap h4,
body.woocommerce .custom-shop-wrap h5,
body.woocommerce .custom-shop-wrap h6{
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #872522;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}
body.woocommerce .custom-shop-wrap .woocommerce-shop-content ul.products li.product, 
body.woocommerce .custom-shop-wrap .custom-shop-content ul.products li.product{
    width: 100% !important;
    padding: 0;
    border: none;
    overflow: hidden;
}
body.woocommerce .custom-shop-wrap ul.products li.product .woocommerce-loop-category__title{
    display: none;
}
body.woocommerce .custom-shop-wrap ul.products li.product img{
    transition: 0.3s all ease;
}
body.woocommerce .custom-shop-wrap ul.products li.product:hover img{
    scale: 1.05;
}

body.woocommerce ul.products li.product .onsale{
    left: 0;
    right: auto;
    margin: 2px;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container{
    display: flex;
    gap: 30px;
    padding-top: 40px;
}
@media screen and (max-width: 900px){
    body.woocommerce.woocommerce-page .custom-woocommerce-container{
        flex-direction: column;
    }
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .content-area{
    width: 100%;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar{
    min-width: 265px;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li a{
    display: flex;
    align-items: center;
    background: #404041;
    overflow: hidden;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li a img{
    width: 40px;
    height: auto;
    margin-right: 10px;
    margin-bottom: -10px;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li.active a, body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li:hover a{
    color: #872522;
    background: #231f20;
}
body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li.active a img, body.woocommerce.woocommerce-page .custom-woocommerce-container .custom-category-sidebar ul li:hover a img{
    filter: contrast(1.2);
}


.woocommerce ul.products li.product {
    border: 1px solid #888;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 519px) {
    .woocommerce ul.products li.product {
        width: 100% !important;
    }
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.woocommerce ul.products li.product .price {
    color: #872522;
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
    margin: 10px 0 0;
}
.woocommerce ul.products li.product .button-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 91;
}
@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .button-wrapper {
        background: transparent;
        margin-top: 15px;
        opacity: 1;
        position: static;
    }
}

.woocommerce ul.products li.product .button-wrapper .added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: block;
    margin: 0;
    padding: 20px 15px;
    pointer-events: auto;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .button {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.woocommerce ul.products li.product .button:not(.view-details) {
    background: #888;
    padding: 15px;
    text-indent: -9999px;
    border: none;
}
@media screen and (max-width: 1024px) {
    .woocommerce ul.products li.product .button:not(.view-details) {
        border: 1px solid #872522;
        padding: 12px;
    }
}
.woocommerce ul.products li.product .button.add_to_cart_button {
    background: #fff;
    position: relative;
    /* border: none; */
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background: #872522;
    color: #fff;
}
.woocommerce ul.products li.product .button.add_to_cart_button:after {
    color: #872522;
    font-size: 1.5em;
    left: 5px;
    position: absolute;
    text-indent: 0;
    top: 10px;
}
.woocommerce ul.products li.product .button:not(.view-details):before {
    content: "";
    display: block;
    height: 26px;
    -webkit-mask: url(../images/shop.svg) no-repeat center / contain;
    mask: url(../images/shop.svg) no-repeat center / contain;
    background: #872522;
    min-width: 30px;
    width: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.woocommerce ul.products li.product .button:not(.view-details):hover:before {
    background: #fff;
}
.woocommerce ul.products li.product .button:not(.view-details) span {
    display: none !important;
}
.woocommerce ul.products li.product .button.view-details {
    max-width: 90%;
    width: 205px;
    background: #872522;
    color: #fff;
    border: none;
}
.woocommerce ul.products li.product .button.view-details:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.woocommerce ul.products li.product:hover .button-wrapper {
    opacity: 1;
}
.woocommerce ul.products li.product:hover .button-wrapper .button {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    transition: 0.5s all ease;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title {
    color: #872522;
}
.woocommerce ul.products li.product .custom-wishlist-btn {
    color: #000;
    padding-left: 34px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 991;
}
.woocommerce ul.products li.product .custom-wishlist-btn:before {
    background: #000;
    content: "";
    height: 24px;
    left: 0;
    -webkit-mask: url(..//images/wishlist-icon.svg) no-repeat center / contain;
    mask: url(..//images/wishlist-icon.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 24px;
}
.woocommerce ul.products li.product .custom-wishlist-btn span {
    display: none;
}
.woocommerce ul.products li.product .custom-wishlist-btn.wishlisted:before {
    background: #872522;
    -webkit-mask: url(../images/wishlist-active-icon.svg) no-repeat center / contain;
    mask: url(../images/wishlist-active-icon.svg) no-repeat center / contain;
}


.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image{
    margin: 0;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left{
    left: auto;
    right: 0;
}


/* Cart & Checkout */
.wc-block-components-button{
    background: #872522;
    color: #fff;
    transition: 0.5s all ease;
}
.wc-block-components-button:hover{
    background: #000;
    color: #fff;
}
.wc-block-components-sidebar-layout .wc-block-components-totals-shipping__collaterals{
    display: none;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via{
    display: none;
}
/* best-effort styling for separator options (UA-dependent) */
select[name="namespace/collection-points"] option.collection-sep-option {
    font-weight: 700;
    color: #000;
    background: #f5f5f5;
}
.collection-point-msg {
    color: #c00;
    font-size: 13px;
    margin-top: 6px;
}
fieldset.wc-block-checkout__shipping-option{
    margin-bottom: 15px !important; 
}
.shipping-description-highlight{
    background: #872522;
    color: #fff;
    display: block;
    padding: 10px;
}


/* My account page */
.woocommerce-account .woocommerce-MyAccount-navigation{
    background: #f2f2f2;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 8px 20px;
    display: block;
    border-bottom: 1px dotted #ccc;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a{
    border-bottom: 0px dotted #ccc;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: #872522;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
}



/* Homepage update */
.product-list-homepage{
    box-sizing: border-box;
    padding: 40px 0;
    float: left;
    width: 100%;
}
.product-list-homepage:nth-child(odd) {
    background: #f2f2f2;
}
.product-list-homepage *{
    box-sizing: border-box;
}
.product-list-homepage .headline{
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #872522;
    line-height: 1.4;
}
.product-list-homepage .headline h1,
.product-list-homepage .headline h2,
.product-list-homepage .headline h3,
.product-list-homepage .headline h4,
.product-list-homepage .headline h5{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}
.woocommerce.product-list-homepage ul.products li.product .button.view-details{
    width: 175px;
}

.product-list-homepage .product-list-slider .slick-slide{
    padding: 0 10px;
}
.product-list-homepage .product-list-slider .slick-dots{
    display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
    bottom: 0px;
}

.product-list-homepage .product-list-slider .slick-dots li {
    position: relative;
    margin: 0 2px;
}

.product-list-homepage .product-list-slider .slick-dots li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #ccc;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product-list-homepage .product-list-slider .slick-dots li.slick-active:before {
    background-color: #872522;
}

.product-list-homepage .product-list-slider .slick-dots li button {
    position: relative;
    z-index: 2;
    opacity: 0;
}