.woocommerce .edp-deposit,
.woocommerce .edp-recurring-dates{
    padding-bottom: 0 !important;
}

body:not(.woocommerce-cart) .main-content .cost-breakdown-wrapper .shop_table {
    margin-bottom:25px;
}
body:not(.woocommerce-cart) .main-content .cost-breakdown-wrapper + hr{
    margin-top:10px;
}

.step-heading .step-circle{
    background-color: #1e3742;
}
.step-heading .step-text {
    color: #1e3742;
}

.post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap {
    background-color: #ffffff !important;
}
ul.products li.product:not(.minimal) {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 16px 0px;
    transition: box-shadow 400ms;
}
ul.products li.product.minimal{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 16px 0px;
    transition: box-shadow 400ms;
    border-radius: 15px;
}
ul.products li.product:not(.minimal) .product-wrap{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

ul.products li.product.minimal .product-wrap .product-image-wrap,ul.products li.product.minimal .product-wrap .product-image-wrap img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

ul.products li.product:not(.minimal) .woocommerce-loop-product__title{
    padding-left:15px !important;
    padding-right:15px !important;
}
ul.products li.product .woocommerce_ppw {
    font-size:smaller;
        line-height: 1.25;
    margin-top: 0.75em;
}
ul.products li.product:not(.minimal) .woocommerce_ppw {
    padding:0 15px 10px 15px;
}
ul.products li.product .woocommerce_ppw span{
    color: #EA0029;
}


.post-type-archive-product.woocommerce .container-wrap .nectar-shop-header .page-title,
.post-type-archive-product.woocommerce .container-wrap .nectar-shop-header .woocommerce-breadcrumb{
    display:none;

}


.products .product-add-to-cart{
    display:none !important;

}

/* Elephant Storage Tweaks main styles */

/* Desktop: make gallery sticky */
/*@media (min-width: 769px) {*/
/*    .nectar-prod-wrap .span_5.col.single-product-main-image {*/
/*        position: sticky;*/
/*        top: 0;*/
/*        z-index: 100;*/
/*        background: #fff;*/
/*    }*/
/*}*/

/*!* Mobile: force NON-sticky *!*/
/*@media (max-width: 768px) {*/
/*    .nectar-prod-wrap .span_5.col.single-product-main-image {*/
/*        position: static !important; !* disables sticky *!*/
/*        top: auto !important;*/
/*    }*/
/*}*/





/* Fix Salient product wrapper so sticky can work */
.nectar-prod-wrap {
    align-items: flex-start !important;
    overflow: visible !important;
}

/* Make the product image column sticky */
.span_5.col.single-product-main-image {
    position: sticky !important;
    top: 120px; /* adjust as needed */
    height: auto !important;
}

/* Allow gallery and video to be sticky together */
.woocommerce-product-gallery,
.product-youtube-video {
    position: relative !important;
}

/* Prevent body scrolling when modal is open */
body.modal-open,
html.modal-open {
    overflow: hidden !important;
}




.single-product div.product h1.product_title, .nectar-shop-header .page-title {
    line-height: 1.125em !important;
    margin-bottom:0.5em;
    font-family: "DM Sans", san-serif !important;
}

.est-deposit-note {
    font-size: 15px;
    padding: 8px 12px;
    background: #f5f7fa;
    border-left: 4px solid #2c7be5;
    margin-bottom: 15px;
}

.est-deposit-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: #f9fafc;
    border: 1px solid #e1e5eb;
}

.est-deposit-table th,
.est-deposit-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e1e5eb;
}

.est-deposit-table th {
    text-align: left;
    width: 40%;
    background: #f1f3f6;
    font-weight: 600;
}

.est-deposit-table tr:last-child td {
    border-bottom: none;
}



.edp-thankyou-future-payment table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.edp-thankyou-future-payment th,
.edp-thankyou-future-payment td {
    border: 1px solid #eee;
    padding: 8px 10px;
}




/**Cross Sell - Product**/

.cross-sells-tabs-wrapper .tabs-buttons button {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 10px 10px 0 0 !important;
    font-weight: bold;
    transition: background 0.2s;
}

.cross-sells-tabs-wrapper .tabs-buttons button.active {
    background: #1e3742;
    color: #fff;
    border-color: #1e3742;
}


.cross-sells-tabs-wrapper .tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    /*background: #fff;*/
}
.cross-sells-tabs-wrapper .tabs-contents.single-tab .tab-content {
    display: block;
    padding: 15px 0 0;
    border: none;
 
}

.cross-sells-tabs-wrapper .tab-content.active {
    display: block;
}

.custom-cross-sells {
    border: 1px solid #ddd;
    /*padding: 15px;*/
    /*margin-bottom: 20px;*/
    border-radius: 10px;
}

.cross-sell-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin:0;
}
.cross-sell-item:last-of-type {
    border-bottom: none;
}
/* Make the whole cross-sell row show pointer to indicate clickable/expandable */
.cross-sell-item.has-description {
    cursor: pointer;
}

/* Ensure buttons keep pointer cursor and have consistent width */
.one-off-add-btn, .subscription-add-btn {
    cursor: pointer;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    width: 96px;
    padding: 8px 10px;
    text-align: center;
}

/* Hover highlight for cross-sell rows */
.cross-sell-item.has-description:hover {
    /* background: #ffe3ed; */
    /* transition: background 160ms ease-in-out; */
}

/* Keep buttons visually distinct on hover */
.one-off-add-btn:hover, .subscription-add-btn:hover {
    opacity: 0.95;
}
    
.cross-sell-chevron {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 12px;
    cursor: pointer;
}
.cross-sell-item.expanded .cross-sell-chevron {
    transform: rotate(180deg);
}
    
.cs-thumb img {
    width: 60px;
    height: auto;
    border-radius: 6px;
}

.cs-info {
    flex: 1;
}

.cs-title {
    font-weight: 600;
    display: block;
}

/* Left accent for cross-sell rows and bold product name */
.cross-sell-item {
    /* border-left: 4px solid #0a84ae; accent color */
    padding-left: 12px;
}

.cross-sell-item .cs-name,
.cross-sell-item .cs-title {
    font-weight: 700;
}

.cs-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cs-qty button {
    padding: 4px 8px;
}
.cross-sell-toggle-header {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 10px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    border: 1px solid #ddd;
}

.cross-sell-toggle-header .arrow {
    font-size: 14px;
}

.cross-sell-content {
    display: none; /* start collapsed */
}

.custom-cross-sells {
    /*margin-bottom: 20px;*/
}

/* --- Toggle Switch --- */
.cs-toggle {
    position: relative;
    margin-right: 10px;
}

.cs-toggle-input {
    display: none;
}

.cs-toggle-label {
    display: inline-block;
    width: 80px;
    padding: 6px 10px;
    background: #ddd;
    color: #444;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: 0.25s ease;
    user-select: none;
    border: 1px solid #ccc;
}

.cs-toggle-input:checked + .cs-toggle-label {
    background: #4CAF50;
    color: #fff;
    border-color: #3e9c43;
}

.cs-toggle-text {
    font-weight: 600;
}

.cross-sell-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 12px;
}
/* --- Animated Toggle --- */
.cs-toggle {
    position: relative;
    width: 90px;
}

.cs-toggle-input {
    display: none;
}

.cs-toggle-label {
    position: relative;
    display: block;
    height: 32px;
    border-radius: 20px;
    background: #d5d5d5;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

/* sliding pill */
.cs-toggle-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.cs-toggle-input:checked + .cs-toggle-label {
    background: #4CAF50;
    border-color: #3e9c43;
}

/* Pill slides to the right */
.cs-toggle-input:checked + .cs-toggle-label::before {
    transform: translateX(56px);
}

/* Text styling */
.cs-toggle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 13px;
    font-weight: 600;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.cs-toggle-input:checked + .cs-toggle-label .cs-toggle-text {
    color: #fff;
}


/* -------------------------------------------------
   WooCommerce Checkout Columns → 50% / 50%
-------------------------------------------------- */

/*.woocommerce-checkout .col2-set,*/
.woocommerce-checkout .col2-set .col-1{
    width: 40% !important;
    float: left !important;
    box-sizing: border-box;
}

/* The order review column */
/*.woocommerce-checkout #order_review,*/
.woocommerce-checkout .col2-set .col-2 {
    width: 60% !important;
    float: left !important;
    box-sizing: border-box;
}

/* Ensure spacing between the two columns */
.woocommerce-checkout .col2-set {
    margin-right: 0 !important;
}

.woocommerce-checkout .col2-set .col-1 {
    padding-right: 2%;
}

.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #order_review {
    padding-left: 2%;
}

.checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
    padding-right: 0px !important;
}

/* Mobile fallback */
@media (max-width: 768px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        padding: 0 !important;
    }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    /* float: right; */
    width: 60% !important;
}

@media (max-width: 768px){
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100% !important;
    }
}


/* ---------------------------------------------
   WooCommerce Checkout: 50% / 50% Column Layout
---------------------------------------------- */

/*.woocommerce-checkout .form-row-first,*/
/*.woocommerce-checkout .form-row-last,*/
/*.woocommerce-checkout .form-row,*/
/*.woocommerce-checkout .form-row-wide {*/
/*    width: 48% !important;*/
/*    float: left !important;*/
/*    clear: none !important;*/
/*    margin-right: 4% !important;*/
/*}*/

/*.woocommerce-checkout .form-row-last {*/
/*    margin-right: 0 !important;*/
/*}*/

/*.woocommerce-checkout .form-row-wide {*/
/*    width: 100% !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*!* Fix layout for validation errors *!*/
/*.woocommerce-checkout .form-row .woocommerce-input-wrapper {*/
/*    width: 100%;*/
/*}*/

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 10px !important;
}



.supporting-information-wrapper{
    background-color:rgba(0,0,0,.04);
    margin-top:30px;
    padding:1em;
}
.supporting-information-wrapper h1,
.supporting-information-wrapper h2,
.supporting-information-wrapper h3,
.supporting-information-wrapper h4,
.supporting-information-wrapper h5,
.supporting-information-wrapper h6{
    font-family: "DM Sans", san-serif !important;
}

.supporting-information-wrapper .product-description{
    margin-top:2em;
    font-size: smaller;
    line-height: 1.25;
}
.supporting-information-wrapper .product-description p{
        padding-bottom: 1em;
}


.step-heading {
    font-family: "DM Sans", san-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Ensure icon aligns nicely with text */
.info-icon {
    flex-shrink: 0;
    position: relative;
    top: -1px; /* micro-adjust for optical alignment */
    vertical-align: middle;
}
.step-text{
    color: #0f0f0f;
}
/* Step number circle */
.step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
    background: #0f0f0f;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

/* Info icon */
.info-icon {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #569ff7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

/* Modal overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal box */
.modal {
    background: #fff;
    max-width: 800px;
    width: 90%;

    max-height: 70vh;
    display: flex;
    flex-direction: column;


    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Scrollable content area */
#modalContent {
    overflow-y: auto;
    padding-right: 6px; /* avoids scrollbar overlap */
}
#modalContent p,
#modalContent li,
#modalContent ul,#modalContent ol {
    padding-bottom: 0.75em;
}
#modalContent ul,#modalContent ol {
    margin-bottom: 0;
}

/* Keep close button pinned at bottom */
.modal-close {
    margin-top: 16px;
    flex-shrink: 0;
}

.modal h4 {
    margin-top: 0;
        font-family: "DM Sans", san-serif !important;
    font-weight: 600;
}

.modal-close {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select
{
    color:#040404 !important;
    font-size: 16px !important;
}
select {
}


.checkout.woocommerce-checkout #customer_details .col-1 > h3:first-of-type,
.checkout.woocommerce-checkout #customer_details .col-2 > h3:first-of-type,
.woocommerce-additional-fields h3{
    font-size: 36px;
    line-height: 59.4px;
}

.deposit-total small{
    font-weight:normal;
    font-size: smaller;
}


.cost-breakdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 15px;
    color: #c40000;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.cost-breakdown-toggle:hover {
    /*text-decoration: underline;*/
}

/* Chevron */
.cost-breakdown-toggle .chevron {
    display: inline-block;
    transition: transform 0s ease;
    transform: rotate(180deg); /* ^ */
}

.cost-breakdown-toggle.is-open .chevron {
    transform: rotate(0deg); /* v */
}

/* Collapsible wrapper */
.cost-breakdown-wrapper {
    overflow: hidden;
    transition: height 0.35s ease;
}

.checkout.woocommerce-checkout hr{
    margin:30px 0;
    border:1px #ececec solid;
    border-bottom: none;
}


@media only screen and (max-width: 999px) {
    .nectar-shop-header .nectar-shop-header-bottom {
        margin-bottom: 25px !important;
    }

    .post-type-archive-product:not(.woocommerce-shop) .container-wrap{
        padding-top:25px !important;
    }
}


.insurance-wrapper select {
    width: 100%;
    background: #ffffff;
            border: 2px solid #0073aa;
    padding: 15px;
    padding-right: 40px; /* space for icon */

    border-radius: 10px;

    font-family: "DM Sans", san-serif !important;
    font-weight: 600;
    color:#0f0f0f;
}

#header-outer #top .nectar-woo-cart{
    display: flex !important;
}


@media only screen and (max-width: 768px) {
    #customer_details {
        width: 100%;
        display: grid;
    }
    #customer_details .col-1:first-of-type{ order:2; }
    #customer_details .col-2:first-of-type{ order:1; }
    #customer_details .col-2:last-of-type{ order:3; }
    #customer_details #order_review_heading{
        margin-top:0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td.td-total::before, 
    .woocommerce-page table.shop_table_responsive tr td.td-total::before,
    .woocommerce-page table.shop_table_responsive tr.future-discount td::before {
        content: "";
    }
    .woocommerce table.shop_table_responsive tr td.td-item::before, 
    .woocommerce-page table.shop_table_responsive tr td.td-item::before {
        content: "";
    }
    .woocommerce table.shop_table_responsive tr td.td-total,
    .woocommerce-page table.shop_table_responsive tr td.td-total,
    .woocommerce-page table.shop_table_responsive tr.future-discount td:last-of-type{
        border-top:none;
        border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
        padding-top:0;

        text-align: right;

    }
    .woocommerce table.shop_table_responsive tr td.td-item,
    .woocommerce-page table.shop_table_responsive tr td.td-item,
    .woocommerce-page table.shop_table_responsive tr.future-discount td:first-of-type{
        border-bottom:none;
        font-weight: bold;
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr td.td-item .recurring-item,
    .woocommerce-page table.shop_table_responsive tr td.td-item .recurring-item,
    .woocommerce table.shop_table_responsive tr td.td-item .one-off-item,
    .woocommerce-page table.shop_table_responsive tr td.td-item .one-off-item{
        word-break: keep-all;
        white-space: nowrap;
    }
    .woocommerce table.shop_table_responsive tr.future-total td,
    .woocommerce-page table.shop_table_responsive tr.future-total td,
    .woocommerce table.shop_table_responsive tr.recurring-total td,
    .woocommerce-page table.shop_table_responsive tr.recurring-total td,
    .woocommerce table.shop_table_responsive tr.deposit-total td,
    .woocommerce-page table.shop_table_responsive tr.deposit-total td
    {
        border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
    }
}
.future-discount .woocommerce-Price-amount.amount{
    white-space: nowrap;
}

.cross-sells-tabs-wrapper .one-off-add-btn,
.cross-sells-tabs-wrapper .subscription-add-btn{
    border:2px solid #f7b6cd !important;
    background-color: #f7b6cd !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: none !important;

    
}
.one-off-add-btn.added,
.subscription-add-btn.added{
    background-color: #ffffff!important;
    color: #0f0f0f!important;
    border:2px solid #0f0f0f !important;
}


.woocommerce ul.products li.product .product-main-meta{
    line-height: 1.25;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-family: "DM Sans", san-serif !important;
    font-weight: 600;
}

.est-product-tags-wrapper{
    position: absolute;
    top:-35px;
    right:0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: right;
}
.est-product-tags{
    background-color:#EA0029;
    color:#ffffff;
    font-size:12px;
    line-height: 1;
    font-weight:600;
    padding:8px 8px;
    border-top-left-radius:4px;  
    border-bottom-left-radius:4px;  
    clear: right;
    float: right;
    margin-bottom:4px;
}
.woocommerce div.product div.summary .est-product-tags-wrapper{
    position: relative;
    top:-10px;
    text-align: left;
}
.woocommerce div.product div.summary .est-product-tags{ 
    border-top-right-radius:4px;  
    border-bottom-right-radius:4px; 
        clear: left;
    float: left; 
 }
.est-product-tags-wrapper + .clear{
    padding-bottom: 0 !important;
}
.move-in-date-wrapper .datepicker-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .move-in-date-wrapper .datepicker-wrapper input {
            width: 100%;
            background: #ffffff;
            border: 2px solid #0073aa;
            padding: 15px;
            padding-right: 40px; /* space for icon */

            border-radius: 10px;

            font-family: "DM Sans", san-serif !important;
            font-weight: 600;
            color:#0f0f0f;
        }

        .datepicker-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 24px;
            height: 24px;
            fill: #0f0f0f;
            opacity: 0.7;
            transition: opacity 0.2s ease;
        }

        .datepicker-icon:hover,
        .move-in-date-wrapper .datepicker-wrapper input:focus + .datepicker-icon {
            opacity: 1;
        }

        .woocommerce .upsells-wrapper ul.products li.product, 
        .woocommerce-page .upsells-wrapper ul.products li.product {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
           .woocommerce .upsells-wrapper ul.products li.product, 
        .woocommerce-page .upsells-wrapper ul.products li.product {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
}
}
/* .upsells-wrapper{
    background-color: rgba(0, 0, 0, .04);
    margin-top: 30px;
    padding: 1em;
}
.upsells-wrapper h3{
        font-family: "DM Sans", san-serif !important;    
}
.upsells-wrapper .upsells-products{
margin:0;padding:0;
}
.upsells-wrapper .upsells-products li{
list-style: none;;
}
.upsells-wrapper .upsells-products li .product-wrap{
    display: flex;
    gap:20px;
    align-items: center;
}
.upsells-wrapper .upsells-products li .product-wrap .product-image-wrap{
    width: 120px;
    flex-shrink: 0;
    overflow: hidden;

}
.upsells-wrapper .upsells-products li .product-wrap .woocommerce-loop-product__title{
    font-size: 20px;
    font-family: "DM Sans", san-serif !important;    
    line-height:1.25;
}

.upsells-wrapper .upsells-products .product-add-to-cart{
    display:none !important;
} */

.nectar-quick-view-box a.button, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
    line-height: normal !important;
}


.woocommerce .upsells-products .product-meta{
    padding:15px !important;
    line-height: 1 !important;
}
.woocommerce .upsells-products .product-meta .product-main-meta{
    line-height: 1 !important;
}
.woocommerce .upsells-products .product-meta .woocommerce-loop-product__title{
    font-size: 16px !important;
    line-height: 1 !important;
};





/** Insurance dropdown**/
.custom-dropdown-wrapper {
                position: relative;
            }

            .custom-dropdown {
                position: relative;
                width: 100%;
            }

            .dropdown-trigger {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 15px;
                border: 2px solid #0073aa;
                border-radius: 10px;
                background: #fff;
                cursor: pointer;
                transition: all 0.2s ease;
                min-height: 50px;
            }

            .dropdown-trigger:hover {
                /* border-color: #999; */
            }

            .dropdown-trigger.open {
                /* border-color: #0073aa; */
                border-color: #ea001b;
                border-radius: 10px 10px 0 0;
            }

            .dropdown-icon {
                color: #0f0f0f;
                transition: transform 0.3s ease;
            }

            .dropdown-trigger.open .dropdown-icon {
                transform: rotate(180deg);
            }

            .dropdown-text {
                font-family: DM Sans;
                /* font-weight: 600; */
                color: #0f0f0f;
                    line-height: 1.5;
            }

            .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: #fff;
                border: 2px solid #ea001b;
                border-top: none;
                border-radius: 0 0 10px 10px;
                max-height: 400px;
                overflow-y: auto;
                z-index: 1000;
                display: none;
                box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            }

            .dropdown-menu.open {
                display: block;
            }

            .dropdown-option {
                padding: 6px 15px;
                cursor: pointer;
                border-bottom: 1px solid #eee;
                transition: background-color 0.2s ease;
                display: flex;
                flex-direction: column;
                gap: 0px;
            }

            .dropdown-option:last-child {
                border-bottom: none;
            }

            .dropdown-option:first-child {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 12px 15px;
                font-size: 0.95em;
                color: #666;
            }

            .dropdown-option:hover:not(:first-child) {
                background-color: #f5f5f5;
            }

            .dropdown-option.selected {
                background-color: #f0f7ff;
                border-left: 4px solid #0073aa;
                padding-left: 11px;
            }

            .option-price {
                font-weight: 600;
                color: #0f0f0f;
                font-size: 1em;
            }

            .option-text {
                font-size: 0.95em;
                color: #444;
                line-height: 1.4;
            }

            .option-text strong {
                font-weight: 600;
                color: #0f0f0f;
            }

#est-upsell-after-cart-button{
    display: none;
}
#est-upsell-before-cart-button{
    display: block;
}
 .woocommerce #est-upsell-after-cart-button .upsells-wrapper ul.products li.product:last-of-type {
    margin-right: 0 !important;
    }

@media (max-width: 999px) {
    #est-upsell-after-cart-button{
        display: block;
    }
    #est-upsell-before-cart-button{
        display: none;
    }
    #est-upsell-after-cart-button{
        margin-top:0;
    }
    #est-upsell-after-cart-button .upsells-wrapper{
        margin-top:0 !important;
    }
}

/* Coupon Code Field Styling */
.elephant-coupon-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.elephant-coupon-wrapper h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1e3742;
    font-size: 18px;
}

.elephant-coupon-wrapper p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
}

.elephant-coupon-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.elephant-coupon-form input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.elephant-coupon-form input[type="text"]:focus {
    outline: none;
    border-color: #1e3742;
    box-shadow: 0 0 4px rgba(30, 55, 66, 0.2);
}

.elephant-coupon-form button {
    padding: 10px 20px;
    background-color: #1e3742;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.elephant-coupon-form button:hover:not(:disabled) {
    background-color: #152a35;
}

.elephant-coupon-form button:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}

.elephant-coupon-applied {
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.elephant-coupon-applied p {
    margin: 0;
    color: #2e7d32;
    font-size: 14px;
}

.elephant-coupon-applied a {
    color: #c62828;
    text-decoration: none;
    margin-left: 5px;
}

.elephant-coupon-applied a:hover {
    text-decoration: underline;
}

/* Coupon notice styling */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.woocommerce-notice-list .woocommerce-error {
    background-color: #fee;
    border-left-color: #c00;
    color: #c00;
    padding: 12px 15px;
    border-radius: 4px;
}
/* Future table discount row */
.edp-future-breakdown tr.future-discount td {
    /* font-weight: 700; */
    /* color: #c62828; */
}
.edp-future-breakdown tr.future-discount th {
    /* font-weight: 500 !important; */
    /* color: #c62828; */
}

.woocommerce-notice-list .woocommerce-success {
    background-color: #e8f5e9;
    border-left-color: #4caf50;
    color: #2e7d32;
    padding: 12px 15px;
    border-radius: 4px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .elephant-coupon-form {
        flex-direction: column;
    }
    
    .elephant-coupon-form button {
        width: 100%;
    }
}

.woocommerce-checkout #order_review {
    padding-left: 0;
}

.checkout.woocommerce-checkout h1,
.checkout.woocommerce-checkout h2,
.checkout.woocommerce-checkout h3{
    font-family: "DM Sans", san-serif !important;
    /* display: inline-flex;
    align-items: center;
    gap: 8px; */
}
    
.checkout.woocommerce-checkout .woocommerce-notice-list{
    margin-left:0;
    list-style: none;
}
.checkout.woocommerce-checkout .woocommerce-notice-list li{
       list-style: none;
}

.edp-custom-cart-totals h2 { margin-top: 1.25em; }
        .edp-future-breakdown thead th,
        .edp-recurring-breakdown thead th { font-weight: 600; font-size: 13px; }
        .edp-future-breakdown td, .edp-future-breakdown th,
        .edp-recurring-breakdown td, .edp-recurring-breakdown th { padding: 8px 10px; }
        .edp-future-breakdown tr.future-total td,
        .edp-recurring-breakdown tr.recurring-total td { font-weight: 700; }