a.compare.button {
    display: none;
}
.single_variation_wrap {
    display: flex;
    flex-direction: column;
}
.woocommerce-variation.single_variation{
	order:-1;
}
.productPage-top__title {
    font-weight: 900;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 9px;
    margin-top: 0;
}

.single-product.woocommerce #content div.product div.summary,
.single-product.woocommerce div.product div.summary,
.single-product.woocommerce-page #content div.product div.summary,
.single-product.woocommerce-page div.product div.summary {
    width: 100%;
}

.category-products .product {
    justify-content: space-between;
}

.product.product-type-simple form.cart,
.product.product-type-variable form.cart .woocommerce-variation-add-to-cart,
.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product form.cart .label,
.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li .checkmark {
    display: none;
}

table.variations {
    width: 100%;
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-wrapper-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    margin-bottom: 36px;
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
    border-radius: 3px;
    cursor: pointer;
    border: unset;
    padding: 0;
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li .th-label-radio {
    width: 50px;
    height: 50px;
    border: 1px solid #bcbcbc;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
}

@media all and (max-width: 1520px) {
    .product.product-type-variable form.cart .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li,
    .product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li .th-label-radio {
        width: 40px;
        height: 40px;
    }
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected .thwvsf-item-span,
.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li .th-label-radio.thwvsf-selected {
    border: 1px solid #D42023;
}

.product.product-type-variable form.cart .thwvsf_fields .thwvsf-rad-li .th-label-radio.thwvsf-selected {
    background: #fff;
    color: #D42023;
}

.woocommerce-variation-availability {
    margin-bottom: 43px;
}

.product-slider__slider-img,
.woocommerce-loop-product__link {
    position: relative;
}

.product-slider__slider-img .hover-img,
.woocommerce-loop-product__link .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity .25s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-slider__slider-img:hover .hover-img,
.woocommerce-loop-product__link:hover .hover-img {
    opacity: 1;
}

.product .truemisha-sale-badge {
    z-index: 1;
}

.product form.cart button.button.alt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #D42023;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #D42023;
    color: #D42023;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product form.cart button.button.alt:hover {
    background-color: #D42023;
    color: #fff;
}

.product form.cart input {
    width: 72px;
    height: 72px;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    color: #3A3A3A;
    text-align: center;
    margin-right: 17px;
    outline: none;
    font-size: 17px;
    line-height: 18px;
    padding: 10px;
    background-color: transparent;
}

.featured-products .product-slider__title {
    font-size: 39px;
}

.featured-products .product-title {
    max-width: initial;
    min-height: 42px;
}

.woocommerce table.shop_table {
    border: unset;
}

.woocommerce .basketPage-inBasket__table-body .basketPage-inBasket__item-btn {
    position: relative;
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #D42023;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.basketPage-success__inner {
    align-items: center;
}

.woocommerce table.shop_table .basketPage-inBasket__table-head-column {
    font-weight: 400;
    padding: 0 18px 15px;
    border-bottom: 1px solid #C4C4C4;
}

.woocommerce table.shop_table .basketPage-inBasket__table-body .basketPage-inBasket__item-column {
    padding: 18px;
}

.woocommerce-products-header {
    display: none;
}

.woocommerce-info {
    grid-column-start: 1;
    grid-column-end: 3;
}

.woocommerce .product {
    height: max-content;
}

.woocommerce form .form-row #order_comments,
.woocommerce-page form .form-row #order_comments {
    min-height: 180px;
}

.woocommerce #customer_details.col2-set .col-1,
.woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2,
.woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left;
    padding-bottom: 20px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: unset;
}

.woocommerce form .form-row .select2-container {
    width: 100%!important;
    line-height: 2em;
    outline: none;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 27px 23px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
}

.woocommerce form .select2-container--default .select2-selection--single {
    border: unset;
    position: relative;
}

.category-products__nav h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 42px;
}

.category-products__nav .bapf_head h3 {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
}

.category-products__nav .bapf_body {
    padding-top: 15px;
    text-align: left;
}

.woocommerce-additional-fields .zen-ui-select__value {
    outline: none;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 27px 23px !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
}

.wcus-checkout-fields h3 {
    line-height: 2;
}

.woocommerce ul#shipping_method {
    display: grid;
    grid-gap: 10px;
}

.woocommerce ul#shipping_method li input {
    display: none;
}

.woocommerce ul#shipping_method li label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 47px;
}

.woocommerce ul#shipping_method li label:before {
    display: inline;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 27px;
    border: 2px solid #d42023;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.woocommerce ul#shipping_method li label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 11px;
    height: 11px;
    background: #d42023;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.woocommerce ul#shipping_method li input:checked+label::after {
    opacity: 1;
}

.woocommerce table.shop_table th {
    font-size: 18px;
    text-align: center;
}

a.button.btn.ask-an-estimate-button {
    display: none;
}

.hide {
    display: none!important;
}

form.checkout_coupon.woocommerce-form-coupon button {
    display: inline-block;
    padding: 27px 65px;
    background: #d42023;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #d42023;
    color: #d42023;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

form.checkout_coupon.woocommerce-form-coupon button:hover {
    background-color: #d42023;
    color: #fff;
}

form.checkout_coupon.woocommerce-form-coupon {
    display: block!important;
}

form.checkout_coupon p.form-row.form-row-first {
    width: calc(100% - 300px);
}


/* form.checkout_coupon.woocommerce-form-coupon {
    margin-top: 0;
} */

.chtitle {
    margin-bottom: 0!important;
}

form.checkout_coupon p.form-row.form-row-last {
    width: 100%;
    max-width: 300px;
}

@media (max-width:992px) {
    form.checkout_coupon p.form-row.form-row-first {
        width: 100%;
        margin-top: 10px;
    }
    form.checkout_coupon p.form-row.form-row-last {
        width: 100%;
        max-width: 100%;
    }
    form.checkout_coupon.woocommerce-form-coupon button {
        width: 100%;
    }
}

input#coupon_code {
    outline: none;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 27px 23px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3a3a3a;
    width: 100%;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: unset;
}