.elementor-14202 .elementor-element.elementor-element-82e68c4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14202 .elementor-element.elementor-element-4115aac{--display:flex;--overflow:hidden;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-14202 .elementor-element.elementor-element-82e68c4{--content-width:95%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-14202 .elementor-element.elementor-element-82e68c4{--content-width:800px;}}@media(max-width:1366px) and (min-width:768px){.elementor-14202 .elementor-element.elementor-element-82e68c4{--content-width:85%;}}/* Start custom CSS for wc-elements, class: .elementor-element-15c7c80 */@media (max-width: 767px){
    .elementor-element-5f3fb5b .e-con-inner{
        margin-left: auto !important;
        margin-right: auto  !important;
    }    
}
#iw-extra-fields-4_field .optional{
    display: none !important;
}
#iw-extra-fields-5_field .optional{
    display: none !important;
}/* End custom CSS */
/* Start custom CSS *//* ========================================
   ORDER SUMMARY SECTION - WOOCOMMERCE CHECKOUT
   For nutritionsolutions.com
   Paste this CSS in Appearance → Customize → Additional CSS
   ======================================== */

/* Order Review Container */
.woocommerce-checkout #order_review {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Add ORDER SUMMARY Heading */
.shop_table.woocommerce-checkout-review-order-table::before {
    content: "ORDER SUMMARY";
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #374151;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: inherit;
}

/* Hide default table header */
.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}

/* Product Item Row */
.shop_table.woocommerce-checkout-review-order-table tbody {
    border-bottom: 1px solid #e5e7eb;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 0 1.5rem 0;
    border: none;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item td {
    border: none;
    padding: 0;
}

/* Product Name Column */
.shop_table.woocommerce-checkout-review-order-table .product-name {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

/* Product Image */
.shop_table.woocommerce-checkout-review-order-table .product-name img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Product Details */
.shop_table.woocommerce-checkout-review-order-table .product-name img + text,
.shop_table.woocommerce-checkout-review-order-table .product-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

/* Product Quantity */
.shop_table.woocommerce-checkout-review-order-table .product-quantity {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 400;
    margin-top: 0.25rem;
}

/* Hide Remove Button */
.shop_table.woocommerce-checkout-review-order-table .remove {
    display: none;
}

/* Product Price */
.shop_table.woocommerce-checkout-review-order-table .product-total {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    text-align: left;
    white-space: nowrap;
}

.shop_table.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
    font-size: 1.25rem;
    font-weight: 700;
}

/* Coupon Form Styling */
.woocommerce-form-coupon-toggle {
    display: none;
}

.checkout_coupon,
.woocommerce-form-coupon {
    background: #f9fafb;
    border: none !important;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 8px;
}

.checkout_coupon .form-row,
.woocommerce-form-coupon .form-row {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    align-items: center;
}

.checkout_coupon input[type="text"],
.woocommerce-form-coupon input[type="text"] {
    flex: 1;
    padding: 0.875rem 1.25rem !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    font-size: 0.9375rem !important;
    color: #9ca3af !important;
    background: #ffffff !important;
    height: auto !important;
}

.checkout_coupon input[type="text"]:focus,
.woocommerce-form-coupon input[type="text"]:focus {
    outline: none !important;
    border-color: #fbbf24 !important;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1) !important;
}

.checkout_coupon input[type="text"]::placeholder,
.woocommerce-form-coupon input[type="text"]::placeholder {
    color: #9ca3af;
}

.checkout_coupon button,
.woocommerce-form-coupon button,
.checkout_coupon .button,
.woocommerce-form-coupon .button {
    padding: 0.875rem 2rem !important;
    background: #fbbf24 !important;
    color: #1f2937 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    cursor: pointer;
    font-size: 0.875rem !important;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    height: auto !important;
    line-height: 1 !important;
}

.checkout_coupon button:hover,
.woocommerce-form-coupon button:hover,
.checkout_coupon .button:hover,
.woocommerce-form-coupon .button:hover {
    background: #f59e0b !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(251, 191, 36, 0.3) !important;
}

/* Coupon Info Text */
.checkout_coupon::after,
.woocommerce-form-coupon::after {
    content: "First time here? Use coupon code Download10 for 10% off today.";
    display: block;
    font-size: 0.8125rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
}

/* Table Footer - Totals Section */
.shop_table.woocommerce-checkout-review-order-table tfoot {
    border-top: 1px solid #e5e7eb;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 1rem 0;
    border: none;
    font-size: 1rem;
    color: #1f2937;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    font-weight: 500;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 600;
}

/* Subtotal Row */
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td {
    font-size: 1rem;
    font-weight: 500;
    color: #1f2937;
}

/* Hide Shipping Row */
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    display: none;
}

/* Order Total Row - Make it look like "First Shipment Total" */
.shop_table.woocommerce-checkout-review-order-table .order-total th,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    padding-top: 0.5rem;
    border-top: none;
}

/* Change "Total" text to "First Shipment Total" */
.shop_table.woocommerce-checkout-review-order-table .order-total th::before {
    content: "First Shipment ";
}

.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 1.125rem;
    font-weight: 700;
}

/* Remove table styling */
.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-checkout #order_review {
        padding: 1.5rem;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .cart_item {
        flex-direction: column;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .product-name {
        flex-direction: row;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .product-name img {
        width: 70px !important;
        height: 70px !important;
    }
    
    .shop_table.woocommerce-checkout-review-order-table .product-total {
        text-align: left;
        margin-left: 86px;
    }
    
    .checkout_coupon .form-row,
    .woocommerce-form-coupon .form-row {
        flex-direction: column;
    }
    
    .checkout_coupon button,
    .woocommerce-form-coupon button,
    .checkout_coupon .button,
    .woocommerce-form-coupon .button {
        width: 100%;
    }
}





/* Coupon COde Fix*/

/*div#checkout_coupon {
    display: block !important;
}
*/
form#woocommerce-checkout-form-coupon {
    display: block !important;
}

input#coupon_code {
    display: block !important;
}

label.screen-reader-text {
    display: block !important;
}

p.form-row.form-row-first {
    display: block !important;
}

.checkout_coupon::after, .woocommerce-form-coupon::after{display:none}



#woocommerce-checkout-form-coupon .button {
    background-color: #fff200 !important;
}

.elementor-element.elementor-element-47281e7.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-child {
    display: none;
}


.elementor-element.elementor-element-4335f4c.e-con-full.e-flex.e-con.e-child {
    display: none;
}

@media (max-width: 767px) {
    
    
    .elementor-element.elementor-element-4335f4c.e-con-full.e-flex.e-con.e-child {
    display: none;
}


#woocommerce-checkout-form-coupon .button{    max-width: 95%;
    margin-top: 60px;
    /* margin-left: 91px; */
    left: 10px;}
    
    .wpmc-tabs-wrapper .wpmc-tab-text{display:block !important}
    
    
    .shop_table.woocommerce-checkout-review-order-table .cart_item{align-items:flex-end}
    
    
}/* End custom CSS */