.site-main{
	padding-bottom:70px;
}
a {
    background-color: transparent;
    color: #EF4624;
    text-decoration: none;
}

.cart-button a{
    text-decoration: none;
  background-color:#F05828;
	color:#fff;
}

.cart-button a:hover{
  background-color:#1E5D61;
	color:#fff;
}

.wc-block-components-product-name{
	color: #222;
}


/* ==========================================================
   ELEMENTOR SINGLE PRODUCT — QUANTITY +/- CONTROL
   Scoped only to the Elementor Add to Cart widget
   ========================================================== */

/* Hide browser number arrows */
.elementor-widget-woocommerce-product-add-to-cart
.quantity input[type="number"]::-webkit-inner-spin-button,
.elementor-widget-woocommerce-product-add-to-cart
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.elementor-widget-woocommerce-product-add-to-cart
.quantity input[type="number"] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}


/* Quantity container */
.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 125px !important;
    height: 52px !important;

    margin: 0 10px 0 0 !important;
    padding: 0 !important;

    border: 1px solid #dcdcdc !important;
    border-radius: 7px !important;

    background: #ffffff !important;
    overflow: hidden !important;

    vertical-align: middle !important;
}


/* Quantity input */
.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added input.qty {
    width: 45px !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;

    background: transparent !important;

    text-align: center !important;

    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}


/* +/- buttons */
.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-minus,

.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-plus {
    all: unset !important;

    box-sizing: border-box !important;

    width: 40px !important;
    min-width: 40px !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;

    color: #333333 !important;

    font-size: 18px !important;
    font-weight: 400 !important;

    line-height: 1 !important;

    cursor: pointer !important;
    user-select: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease !important;
}


/* +/- hover */
.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-minus:hover,

.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-plus:hover {
    background: #f05828 !important;
    color: #FFF !important;
}


/* +/- active */
.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-minus:active,

.elementor-widget-woocommerce-product-add-to-cart
.quantity.qty-buttons-added .qty-plus:active {
    background: #eeeeee !important;
}


/* ==========================================================
   QUANTITY + ADD TO CART — HORIZONTAL LAYOUT
   ========================================================== */

.elementor-widget-woocommerce-product-add-to-cart
.cart {
    align-items: center !important;
    width: 100% !important;
}


/* Keep quantity on the left */
.elementor-widget-woocommerce-product-add-to-cart
.cart .quantity {
    flex: 0 0 auto !important;
}


/* Add to cart takes remaining width */
.elementor-widget-woocommerce-product-add-to-cart
.cart .single_add_to_cart_button {
    flex: 1 1 auto !important;
    margin: 0 !important;
    height: 52px !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .elementor-widget-woocommerce-product-add-to-cart
    .quantity.qty-buttons-added {
        width: 115px !important;
        margin-right: 8px !important;
    }

    .elementor-widget-woocommerce-product-add-to-cart
    .quantity.qty-buttons-added .qty-minus,

    .elementor-widget-woocommerce-product-add-to-cart
    .quantity.qty-buttons-added .qty-plus {
        width: 35px !important;
        min-width: 35px !important;
    }

    .elementor-widget-woocommerce-product-add-to-cart
    .quantity.qty-buttons-added input.qty {
        width: 45px !important;
    }
}

/* ==========================================================================
   WOOCOMMERCE CART & CHECKOUT REDESIGN
   Font: IBM Plex Serif
   Primary: #1E5D61 | Accent: #F05828
   ========================================================================== */

/* 1. Global Font & Color Overrides */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-cart *,
.woocommerce-checkout * {
    font-family: inter;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
    font-size: 32px;
    font-weight: 500;
    color: #1E5D61;
    margin-bottom: 30px;
}

/* 2. Cart Table Styling */
.woocommerce-cart .shop_table.cart {
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-cart .shop_table.cart th {
    background-color: #F8FAFC !important;
    color: #1E5D61 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 600 !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid #E2E8F0 !important;
}

.woocommerce-cart .shop_table.cart td {
    padding: 20px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    vertical-align: middle !important;
}

.woocommerce-cart .shop_table.cart tr:last-child td {
    border-bottom: none !important;
}

/* Product Titles & Links */
.woocommerce-cart .product-name a {
    color: #1E5D61 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-cart .product-name a:hover {
    color: #F05828 !important;
}

.woocommerce-cart .product-price, 
.woocommerce-cart .product-subtotal {
    color: #1E5D61 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* Trash Remove Icon */
.woocommerce-cart .product-remove a.remove {
    color: #94A3B8 !important;
    font-size: 20px !important;
    transition: color 0.2s ease !important;
}

.woocommerce-cart .product-remove a.remove:hover {
    color: #F05828 !important;
    background: transparent !important;
}

/* 3. Cart Totals Box (Right Side Sidebar) */
.woocommerce-cart .cart_totals {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 24px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

.woocommerce-cart .cart_totals h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1E5D61 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #1E5D61 !important;
    padding-bottom: 8px !important;
}

.woocommerce-cart .cart_totals .shop_table {
    border: none !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .cart_totals .shop_table tr th,
.woocommerce-cart .cart_totals .shop_table tr td {
    background: transparent !important;
    border-bottom: 1px dashed #CBD5E1 !important;
    padding: 12px 0 !important;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    border-bottom: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1E5D61 !important;
}

/* Primary "Proceed to Checkout" Button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
    background-color: #1E5D61 !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    padding: 16px 28px !important;
    border-radius: 4px !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(30, 93, 97, 0.25) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
    background-color: #F05828 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(240, 88, 40, 0.35) !important;
    transform: translateY(-1px);
}

/* Coupon Form */
.woocommerce-cart .coupon {
    display: flex !important;
    gap: 10px !important;
}

.woocommerce-cart .coupon input[type="text"] {
    border: 1px solid #CBD5E1 !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    outline: none !important;
}

.woocommerce-cart .coupon input[type="text"]:focus {
    border-color: #1E5D61 !important;
}

.woocommerce-cart .coupon button[type="submit"] {
    background: #1E5D61 !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 5px 20px !important;
    font-weight: 500 !important;
    transition: background 0.2s ease !important;
}

.woocommerce-cart .coupon button[type="submit"]:hover {
    background: #F05828 !important;
}

/* 4. Checkout Page Layout & Fields */
.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
}

.woocommerce-checkout h3 {
    font-size: 20px !important;
    color: #1E5D61 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding-bottom: 10px !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    border: 1px solid #CBD5E1 !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    background-color: #FFFFFF !important;
    color: #1E293B !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #1E5D61 !important;
    box-shadow: 0 0 0 3px rgba(30, 93, 97, 0.15) !important;
    outline: none !important;
}

/* Order Review Container */
.woocommerce-checkout #order_review {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 24px !important;
}

.woocommerce-checkout #order_review_heading {
    color: #1E5D61 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Payment Section */
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 6px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #CBD5E1 !important;
    padding-bottom: 15px !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
    color: #475569 !important;
    font-size: 13px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #E2E8F0 !important;
}

/* Badges & Notices */
.woocommerce-message, 
.woocommerce-info {
    border-top-color: #1E5D61 !important;
    background-color: #F0FDF4 !important;
    color: #1E5D61 !important;
}

.woocommerce-error {
    border-top-color: #F05828 !important;
}


/* Fix label overlapping inside WooCommerce checkout fields */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce-checkout .form-row {
  position: relative !important;
  margin-bottom: 15px !important;
}

/* Adjust input text position and vertical padding */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 52px !important;
  padding: 18px 12px 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

/* Move floating/overlay labels above input text */
.woocommerce-checkout .form-row label {
  position: absolute !important;
  top: 5px !important;
  left: 12px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  color: #666666 !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

/* Fix dropdown select label alignment */
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container {
  margin-top: 0 !important;
}