/*
Theme Name: Divi Plus Woocommerce
Theme URI: https://diviextended.com/product/divi-plus/
Description: Divi Plus plugin based ready-to-use Divi child theme designed for Woocommerce.
Author: Divi Extended
Author URI: https://diviextended.com/
Template: Divi
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/*.et_pb_wc_add_to_cart form.cart .variations td.value span:after{
      margin-top: -10px!important;
}*/
.input-text{padding: 12px!important;line-height: 0.5em!important;}
.button{padding: 0.6em 1em!important;}
.button:hover{padding: 0.6em 2em !important;}
.user-icon a{
    padding-left: 8px !important;
    padding-right: 13px !important;
}
.state_select, #billing_state{
    background-color: #eee;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
       padding: 12px !important;
    line-height: 1.7em;
box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
}
.woocommerce form .form-row .select2-container {
    display: none !important;
}
.select2-hidden-accessible {
    height: auto !important;
	position: static !important;
    width: 100% !important;
}
/* Make the first name field full width */
.woocommerce-billing-fields__field-wrapper .form-row-first {
    width: 100%!important;
}
/* Apply 5px border-radius to pagination buttons */
.dipl_woo_products_pagination li.page-item .active a
.woocommerce-pagination .page-numbers {
    border-radius: 3px!important;
}

/* Ensure consistent styling for active and hover states */
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
    border-radius: 3px!important;
}
.dipl_woo_products_pagination_wrapper li.active a{
border-radius: 3px!important;	
}
div.cfvsw-swatches-option{
    border-radius: 3px!important;
}
    /* Custom layout for checkout page */
.checkout .row {
    display: flex;
    flex-wrap: wrap;
}

.checkout .col-1 {
    width: 60%; /* Adjust as necessary */
    padding-right: 20px;
}

.checkout .col-2 {
    width: 40%; /* Adjust as necessary */
    padding-left: 20px;
}
.reset_variations{
        float: left!important;
}


#billing_state option {
    background: #fff !important;
    color: #000 !important;
}

#billing_state_field, #billing_postcode_field, #billing_phone_field, #billing_email_field {
    float: left;
    width: 50%;
    clear: none;
}

@media (max-width: 768px) {
    #billing_state_field, #billing_postcode_field, #billing_phone_field, #billing_email_field {
        float: none;
        width: 100% !important;
        clear: both;
    }
}
.woocommerce .cart-collaterals ::after {font-size:16px!important;padding-top:6px!important; padding-left:6px!important; }
.woocommerce .coupon ::after {font-size:16px!important;padding-top:6px!important; padding-left:6px!important; }
.woocommerce button#place_order ::after {font-size:16px!important;padding-top:6px!important; padding-left:6px!important; }
input{border-radius:3px!important;}

.dipl_button_icon:after{vertical-align:bottom!important;}

h1, h2, h3, h4, h5, h6 {
    color: #003366 !important;
}