.lemontec_slidecontainer {
    width: 100%;
}

#lemontec_coupon_slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background:rgb(178,150,121, 70);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#lemontec_coupon_slider:hover {
    opacity: 1;
}

#lemontec_coupon_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background:rgb(178,150,121);
    border: 2px solid #fff;

    cursor: pointer;
}

#lemontec_coupon_slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(178,150,121);
    cursor: pointer;
    border: 2px solid #fff;
}

textarea[name="lemontec_coupon_greeting"] {
    border: 1px solid;
    -webkit-appearance: none;
    outline: none;
    border-radius: 10px;
    border: 0;
    margin: 10px 0;
    font-family: inherit;
    padding: 15px !important;
    height: unset !important;
    text-transform: none;
}

.woocommerce-cart-form__cart-item.cart_item dt.variation-Text {
    display: none !important;
}

.woocommerce.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}


.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
}

.lemontec_textarea_container {
    width: 100%;
    margin-bottom: 35px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    text-transform: none;
}


.woocommerce-form-coupon-toggle {
    display: none;
}

body.woocommerce-page table.cart td.actions .coupon {
    display: none;
}