.elementor-11 .elementor-element.elementor-element-a49549c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-1760e3a *//* =========================================================
   QUOTE CART PAGE DESIGN
   Color Scheme: #bd1e2d / #1a1816
   ========================================================= */

:root {
    --sam-red: #bd1e2d;
    --sam-dark: #1a1816;
    --sam-border: #d9d9d9;
    --sam-muted: #777;
    --sam-bg: #ffffff;
}

.sam-quote-cart-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 55px;
    display: grid;
    grid-template-columns: 1.25fr 0.9fr;
    gap: 90px;
    align-items: flex-start;
    background: #fff;
}

.sam-cart-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: var(--sam-dark);
    margin: 0 0 48px;
}

/* =========================================================
   LEFT CART TABLE
   ========================================================= */

.sam-quote-cart-left {
    width: 100%;
}

.sam-quote-cart-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.sam-quote-cart-table thead tr {
    border-bottom: 1px solid var(--sam-border);
}

.sam-quote-cart-table th {
    font-size: 13px;
    font-weight: 800;
    color: var(--sam-dark);
    padding: 0 0 18px;
    text-align: left;
}

.sam-quote-cart-table th.sam-quantity-heading {
    text-align: center;
}

.sam-quote-cart-table td {
    padding: 32px 0;
    vertical-align: middle;
}

.sam-product-cell {
    display: flex;
    align-items: center;
    gap: 22px;
}

.sam-product-thumb {
    display: inline-flex;
    width: 72px;
    height: 52px;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f6f6;
    flex: 0 0 auto;
}

.sam-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sam-product-name {
    color: var(--sam-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.sam-product-name:hover {
    color: var(--sam-red);
}

.sam-quantity-cell {
    text-align: center;
}

.sam-quantity-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    border: 1px solid var(--sam-border);
    border-radius: 8px;
    color: var(--sam-red);
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}

.sam-remove-item {
    display: block;
    margin-top: 7px;
    color: var(--sam-muted);
    font-size: 11px;
    line-height: 1;
    text-decoration: underline;
}

.sam-remove-item:hover {
    color: var(--sam-red);
}

/* Empty cart */
.sam-empty-cart {
    text-align: center;
    padding: 45px 20px;
    border: 1px solid var(--sam-border);
    border-radius: 16px;
}

.sam-empty-cart p {
    color: var(--sam-muted);
    margin-bottom: 18px;
}

.sam-back-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--sam-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.sam-back-shop-btn:hover {
    background: var(--sam-red);
    color: #fff;
}

/* =========================================================
   RIGHT QUOTE FORM
   ========================================================= */

.sam-quote-cart-right {
    width: 100%;
}

.sam-quote-form {
    width: 100%;
}

.sam-quote-form h2 {
    color: var(--sam-dark);
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 2px;
}

.sam-quote-form p {
    color: var(--sam-muted);
    font-size: 12px;
    margin: 0 0 20px;
}

.sam-quote-form input,
.sam-quote-form select,
.sam-quote-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    color: var(--sam-dark);
    font-size: 13px;
    font-weight: 500;
    padding: 0 16px;
    margin-bottom: 12px;
    outline: none;
    box-shadow: none;
}

.sam-quote-form textarea {
    height: 82px;
    padding-top: 14px;
    resize: vertical;
}

.sam-quote-form input::placeholder,
.sam-quote-form textarea::placeholder {
    color: #999;
}

.sam-quote-form input:focus,
.sam-quote-form select:focus,
.sam-quote-form textarea:focus {
    border-color: var(--sam-red);
}

/* Phone field */
.sam-phone-field {
    display: flex;
    align-items: center;
    height: 46px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.sam-phone-field span {
    min-width: 76px;
    padding-left: 12px;
    color: var(--sam-dark);
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #eee;
}

.sam-phone-field input {
    border: none !important;
    height: 44px;
    margin-bottom: 0;
    border-radius: 0;
}

/* Delivery / Pickup */
.sam-radio-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 4px 0 24px;
}

.sam-radio-row label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sam-dark);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.sam-radio-row input {
    width: auto;
    height: auto;
    margin: 0;
    accent-color: var(--sam-red);
}

/* Submit button */
.sam-get-quote-btn {
    width: 100%;
    min-height: 48px;
    border: none;
    border-radius: 999px;
    background: var(--sam-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sam-get-quote-btn:hover {
    background: var(--sam-red);
    color: #fff;
}

/* =========================================================
   THANK YOU PAGE
   ========================================================= */

.sam-quote-thankyou {
    min-height: 280px;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sam-check-icon {
    width: 112px;
    height: 112px;
    border: 7px solid #35ad4b;
    border-radius: 50%;
    color: #35ad4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    line-height: 1;
    margin-bottom: 24px;
}

.sam-quote-thankyou h2 {
    max-width: 520px;
    color: var(--sam-dark);
    font-size: 22px;
    line-height: 1.45;
    font-weight: 800;
    margin: 0 0 24px;
}

.sam-go-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 28px;
    border-radius: 999px;
    background: var(--sam-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.sam-go-home-btn:hover {
    background: var(--sam-red);
    color: #fff;
}

/* =========================================================
   HIDE DEFAULT WOOCOMMERCE CART/CHECKOUT ELEMENTS
   Backup if WooCommerce cart widget remains on page
   ========================================================= */

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart_totals,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .coupon,
.woocommerce-cart .e-cart-totals,
.woocommerce-cart .e-cart__column-end,
.woocommerce-cart .actions,
.woocommerce-cart .cart-collaterals {
    display: none !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {
    .sam-quote-cart-page {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .sam-cart-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .sam-quote-cart-page {
        padding: 24px 15px 45px;
    }

    .sam-cart-title {
        font-size: 28px;
    }

    .sam-quote-cart-table th {
        font-size: 12px;
    }

    .sam-product-cell {
        gap: 12px;
    }

    .sam-product-thumb {
        width: 58px;
        height: 46px;
    }

    .sam-product-name {
        font-size: 12px;
    }

    .sam-quote-form h2 {
        font-size: 18px;
    }

    .sam-check-icon {
        width: 92px;
        height: 92px;
        font-size: 62px;
    }

    .sam-quote-thankyou h2 {
        font-size: 18px;
    }
}


/* Quote form date range calendar */
.sam-quote-form #sam_date_range {
    cursor: pointer;
    background: #fff;
}

.flatpickr-calendar {
    border-radius: 14px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 18px 45px rgba(26, 24, 22, 0.18) !important;
    overflow: hidden;
    font-family: inherit;
}

.flatpickr-months {
    background: #1a1816;
}

.flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #fff !important;
}

.flatpickr-weekday {
    color: #1a1816 !important;
    font-weight: 700;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #bd1e2d !important;
    border-color: #bd1e2d !important;
    color: #fff !important;
}

.flatpickr-day.inRange {
    background: rgba(189, 30, 45, 0.12) !important;
    border-color: rgba(189, 30, 45, 0.12) !important;
    color: #1a1816 !important;
}

.flatpickr-day:hover {
    background: #f4e7e9 !important;
    border-color: #f4e7e9 !important;
}/* End custom CSS */