/* Woostify Custom Style (Safe External File) */
/* Author: Intesar Haider Khan */
/* Description: Sample tweaks for Woostify theme */

.wt_coupon_wrapper .wt-sc-hidden-coupon-box{
display:none;
}
.wt_coupon_wrapper {
    justify-content: center!important;
}
.wpcf7-form p label{
	display: inline-block;
    width: 100%;
}
.product-loop-content {
    min-height: 140px;
}
.products .product {
    box-shadow: 0px 0px 26px 0px rgb(19 70 175 / 9%);
}
.topbar {
    background-color: #acd84a!important;
}
product__title {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    del .amount{
    color: #af0202 !important;
    }
    form .hidden-fields-container{
    display:none;
    }
.wpcf7-form.init  p input[type="text"],.wpcf7-form.init  p input[type="email"], .wpcf7-form.init  p textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #333;
    background-color: #fdfdff;
}
.wpcf7-form-control.wpcf7-submit{
background-color: #19c0b5;
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%;
    border-radius: 5px;
    background: #acd84a;
    border: 1px solid #acd84a;
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    background: #acd84a;
    border: 1px solid #acd84a;
}
.wc-block-cart__submit-button:hover, .wc-block-cart__submit-button a:hover{
color:#000!important;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted{
	    background: #e8fdbb;
    box-shadow: none;
    border: 1px solid #96bf3d;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
    background: #61e9e2;
    color: #056762;
}
.wc-block-components-address-card, .wp-block-woocommerce-checkout-order-summary-block{
    box-shadow: 0px 0px 20px 0px rgb(19 70 175 / 9%);
}