/**
* Theme Name: mixy Child
* Description: This is a child theme of mixy, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: mixy
* Version: 1.0.2
*/



.product-in-cart-count-inline {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 9999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    z-index: 10;
    justify-content: center;
    width: 80%;
}

.product-custom-cs {
    display: flex;
    gap: 10px;

}

.custom-add-to-cart-form-container form {
    display: block;
}

.custom-add-to-cart-form-container {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 30px;
}

.custom-add-to-cart-form-container .product-options {
    width: 100%;
    margin-bottom: 10px;
}

.custom-add-to-cart-form-container .product-type-select {
    width: 100%;
    box-sizing: border-box;
}

.custom-add-to-cart-form-container .product-qty-and-cart {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-add-to-cart-form-container .product-quantity-field {
    flex: 1;
}

.custom-add-to-cart-form-container .single_add_to_cart_button {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-add-to-cart-form-container .single_add_to_cart_button:hover {
    background-color: #005bb5;
}

.custom-add-to-cart-form-container .single_add_to_cart_button i {
    margin: 0;
}

.add-box.button {
    text-align: center;
}

.add-box.button i {
    margin-left: 5px;
}

button.custom-add-to-cart.button.alt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 10px auto;
}


/* // this is cart  */
.product-options-cart-item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

/* Style for the select dropdown */
.product-type-select-cart {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

.product-type-select-cart:hover {
    border-color: #999;
}

.border-box .slick-list .single-item,
.archive-products-wrapper .woocommerce .single-item {
    padding-top: 0 !important;
}

/* this is for custom catalog form  */
.quantity-custom-wrapper {
    display: flex;
    align-items: center;
}

.custom-add-to-cart {
    margin-top: 50px !important;
}
.alignwide {
	max-width: 100% !important;
}

@media all and (max-width: 768px) {
    .woocommerce table.woocommerce-cart-form__contents .input-text.qty,
    .woocommerce table.woocommerce-cart-form__contents .quantity input.minus,
    .woocommerce table.woocommerce-cart-form__contents .quantity input.plus {
        width: 30px;
    }
}

/* this is for admin qunaity design  */