/*
Theme Name: Blocksy Child
Description: Blocksy Child theme
Author: Creative Themes
Template: blocksy
Text Domain: blocksy
 */

/*************** ADD CUSTOM CSS HERE. ***************/

/* Fix product page cart buttons + quantity */
.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.single-product form.cart .quantity {
    display: flex !important;
    align-items: center;
    width: auto !important;
    min-width: 120px;
    margin: 0;
}

.single-product form.cart .quantity input.qty {
    display: block !important;
    width: 70px !important;
    height: 48px !important;
    min-width: 70px !important;
    text-align: center !important;
    color: #10233f !important;
    background: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 16px !important;
    line-height: 48px !important;
    border: 1px solid #2b6cff !important;
}

.single-product form.cart .quantity .ct-increase,
.single-product form.cart .quantity .ct-decrease,
.single-product form.cart .quantity button {
    color: #10233f !important;
    opacity: 1 !important;
}

.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .button,
.single-product .tshirtecommerce-button,
.single-product a[href*="tshirtecommerce"] {
    min-height: 48px;
    padding: 14px 22px;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 3px;
}

.single-product form.cart .single_add_to_cart_button {
    width: auto !important;
    min-width: 130px;
}

/****************************************************/
