section.shipping-calculator-form p br {
    display: none;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    margin-top: 30px;
}
.return-icon-block li.elementor-icon-list-item {
    gap: 10px;
    align-items: baseline;
}
.privacy-block h3 {
    margin-top: 30px;
    margin-bottom: 25px;
}
body.search-active {
    overflow: hidden;
}
.custom-newsletter form [data-testid*="form-row"]{
    flex-direction: column !important;
}
.custom-newsletter form [data-testid*="form-component"]{
    padding: 31px 0px !important;
}
.single-product div.product .single_variation .price{
    display: none !important;
}

@media only screen and (max-width: 700px) {

    .wlo-panel .wlo-wheel-holder{
        top: auto !important;
    }
    .wlo-panel .wlo-content-holder{
        top: auto !important;
        bottom: -130px !important;
    }
}