/* ==========================================================
   CurtainXPRESS Design System
========================================================== */

/*----------------------------------------------------------
SECTION TITLES
----------------------------------------------------------*/

.form-control-label,
.cxp-price-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1F2937;
    margin-bottom: 6px !important;
    line-height: 1.2;
}

/*----------------------------------------------------------
PPOM FIELD SPACING
----------------------------------------------------------*/

.form-group {
    margin-bottom: 14px !important;
}

/*----------------------------------------------------------
TEXT INPUTS
----------------------------------------------------------*/

input[type="text"],
input[type="number"] {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1F2937;
    transition: .25s;
}

input[type="text"]:focus,
input[type="number"]:focus {
    border-color: #8B5E3C;
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 94, 60, .12);
}

/*----------------------------------------------------------
PRODUCT PRICE BOX
----------------------------------------------------------*/

#cxp-total-price {
    font-size: 48px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.1;
}

#cxp-price-box {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

/*----------------------------------------------------------
HEADINGS & LAYOUT
----------------------------------------------------------*/

h1.product_title {
    margin-bottom: 18px;
}

.ppom-field-wrapper {
    margin-bottom: 16px !important;
}

.ppom-col-md-12 {
    margin-bottom: 16px !important;
}

/* =====================================================
   Hide PPOM Default Price Breakdown for Curtains & Roman Blinds
===================================================== */

#ppom-price-container,
.product_cat-curtains #ppom-price-container,
.product_cat-roman-blinds #ppom-price-container,
.product_cat-blinds #ppom-price-container,
.ppom-price-table-wrapper {
    display: none !important;
}