.swal2-html-container {
    color: black !important;
}

.add-button {
    background: none repeat scroll 0 0 #e0e0e0 !important;
    border: 0 none !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-left: 20px !important;
    padding: 4px 25px !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: none !important;
    top: 0px !important;
    cursor: pointer !important;
}

.woocommerce form .form-row input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    color : black !important;
}

.form-row-wide-radio input[type="radio"] {
    float: inline-end !important;
}

@media (min-width: 767px) {
    #billing_first_name_field,
    #billing_phone_field,
    #billing_state_field,
    #billing_city_field {
        width: 50% !important;
        display: inline-block !important;
        padding-left: 5px!important;
    }
}

#subtotal {
    padding-bottom: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

#total {
    padding-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* General form styling */
.form-row {
    margin-bottom: 20px !important;
}

.form-row label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
}

.form-row {
    vertical-align: top !important;
}

.woocommerce-input-wrapper {
    position: relative !important;
}

.woocommerce-input-wrapper input[type="text"], input[type=tel] {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #6fa5f5 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.woocommerce-input-wrapper select {
    width: 100% !important;
    border: 1px solid #6fa5f5 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    background-color: white;
}

.woocommerce-input-wrapper input[type="text"]:focus, input[type=tel]:focus {
    border-color: #ff2491 !important;
    outline: none !important;
}

.select {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #6fa5f5 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    font-size: 16px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
}
.select2-container {
    display: none !important;
}
.select:focus {
    border-color: #ff2491 !important;
    outline: none !important;
}

.select::-ms-expand {
    display: none !important;
}

/* Dropdown arrow styling */
.woocommerce form .form-row select::after {
    content: '\25BC' !important; /* Unicode for down arrow */
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    font-size: 11px !important;
    color: #333 !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .select {
        font-size: 14px !important;
    }
}

/* General styling for the container */
.quantity-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

.quantity-container label {
    flex: 1 100% !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
}

.quantity-container input[type="text"] {
    flex: 2 !important;
    padding: 10px !important;
    border: 1px solid #6fa5f5 !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    font-size: 16px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    height: 40px !important;
    border-radius: 0!important;

    
}

.quantity-container input[type="text"]:hover, .quantity-container input[type="text"]:focus {
    border: 2px solid #6fa5f5 !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.quantity-container button {
    flex: 1 !important;
    padding: 5px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #6fa5f5 !important;
    background-color: transparent !important;
    border: 1px solid #6fa5f5 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    height: 40px !important;
}

.quantity-container #increase-quantity {
        border-radius: 0px 0px 0px 0 !important;

    font-size: 20px !important;
}

.quantity-container #decrease-quantity {
    border-radius: 0px 0px 0px 0px !important;
    font-size: 20px !important;
}

.quantity-container button:hover {
    outline: none !important;
    border-color: #25b6ff !important;
    background-color: #146cda !important;
    color: white !important;
}

.quantity-container button:focus {
    outline: none !important;
    background-color: #146cda !important;
    color: white !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .quantity-container input[type="text"],
    .quantity-container button {
        font-size: 14px !important;
    }
    .info-label label {
        max-width: 18ch !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: small !important;
    }
}

.yalidine_button:hover {
    background-color: #146cda !important;
}

/* Shake animation */
@keyframes shake {
    0%, 97%, 100% { transform: translate(0, 0) !important; }
    98% { transform: translate(-1px, 0) !important; }
    99% { transform: translate(1px, 0) !important; }
}

/* Applying shake animation to the button
.single_add_to_cart_button {
    animation: shake 6s ease 2s infinite !important;
}
*/

.info-box {
    background-color: #dff3ff87 !important;
    padding: 15px !important;
    margin-bottom: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important; /* Add some space between rows */
    color: #444444 !important;
}

.info-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.info-label {
    flex: 1 !important; /* Labels will take up the necessary space */
    font-weight: bold !important;
    padding-bottom: 0 !important;
}

.info-value {
    flex: 1 !important; /* Values will take up the necessary space */
    text-align: end !important; /* Align text to the right */
}

.woocommerce-Price-amount.amount bdi {
    font-weight: 700 !important;
}

.beforeform {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.order-form {
    position: relative !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 20px 20px 0px 20px!important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.order-form {
    position: relative !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 20px 20px 0px 20px!important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.order-form:before, .order-form:after {
    content: '' ;
    position: absolute ;
    border-radius: 12px ;
    left: -1px ;
    top: -1px ;
    background: linear-gradient(45deg, #fb0094, #a100ff, #174dff, #9eedff, #ff0000, #fb0094, #0000ff, #1424ff, #77cdff, #ff0000);
    background-size: 400% ;
    width: calc(100% + 2px) ;
    height: calc(100% + 2px) ;
    z-index: -1 ;
    animation: steam 20s linear infinite ;
}

@keyframes steam {
    0% {
        background-position: 0 0 ;
    }
    50% {
        background-position: 200% 0 ;
    }
    100% {
        background-position: 0 0 ;
    }
}

.order-form:after {
    filter: blur(2px) ;
}


.variation {
    display: flex !important;
    align-items: center !important; 
    gap: 10px !important; 
    justify-content: space-between !important;
    background: white !important;
    min-height: 40px !important;
    border: 1px solid #6fa5f5 !important;
    border-radius: 5px !important;
    padding: 10px !important;
    margin-bottom: 5px !important;
    color: #000000e6 !important;
}

.variation-label {
    margin-right: auto !important; /* Pushes the label to the left */
}

.variation-price {
    margin-left: auto !important; /* Pushes the price to the far right */
    white-space: nowrap !important; /* Prevents the price from wrapping */
}

.variations-container {
    background: #eef9ff !important;
    margin-bottom: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

/* Hide the form with the class 'cart' and specific surrounding structure */


.info-label input[type="radio"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 10px !important; /* Adjusts the space between input and label */
}

.info-value label {
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 13px !important;
}

.info-label label {
    display: inline-block !important;
    vertical-align: middle !important;
}

.info-label {
    flex: 0 0 60% !important; /* Takes 70% of the width */
}

.info-value {
    flex: 0 0 40% !important; /* Takes 30% of the width */
}

.shipping-box table th, table td {
    border-bottom: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    padding: 2px !important;
    border: 0px solid hsla(0, 0%, 50.2%, .5019607843)!important;

}

.shipping-box table {
    border-bottom: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-width: 0 0 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
    width: 100% !important;
}

.yalidine_buttons_wrapper {
    display: flex !important;
    gap: 10px !important; /* Adjust space between buttons */
}

.yalidine_button {
    width: 50% !important; 
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #146cda !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    text-align: center !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease !important;
}

@media (max-width: 768px) {
    .yalidine_buttons_wrapper {
        flex-direction: column !important;
    }
    
    .yalidine_button {
        width: 100% !important; /* Full width on smaller screens */
        margin-bottom: 7px !important; /* Space between stacked buttons */
    }
}
