.single-post__body h1, .single-post__body h2, .single-post__body h3, .single-post__body h4, .single-post__body h6 {
    text-underline-offset: 0!important;
    -webkit-text-decoration-line: none!important;
    text-decoration-line: none!important;
    text-decoration-thickness:0!important;

}
html{overflow-x: hidden}
.sidebar__close {
    -webkit-text-fill-color: black!important;

}

.alert  {
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;


}

.alert-danger, .alert-dismissible{
    background-color: #bb0d0d;
}
.alert-success{
    background-color: #a7d2ac;
}

.cart .cart-product__size {
    max-width: 150px;
    width: 100%;
}
.single-product__list .product-list {
    justify-content: flex-start;
}


.buty-list .li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 16px;
}

.buty-list .li :before {
    position: absolute;
    left: 0;
    top: 10px;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #bf9366;
}

.payment-form-wrapper{
    max-width: 100%;
    margin: 0;
}
.filter-size__item .custom-checkbox__field:checked + .custom-checkbox__content::before{
    border-color: #bf9366;
}
.simplecheckout-button-right button.button{
    color: #fff;
    font: normal 300 14px/1.7 "Adieu", sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: #000;
    padding: 13px 70px;
    display: inline-block;
    position: relative;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    border: none;
}
.simplecheckout-button-right button.button:hover:after {
    width: 100%;
}

.simplecheckout-button-right button.button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background-color: #c09d79;
    transition: all 0.35s ease-in-out;
    color: #fff;
    z-index: -1;
}
