/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce-form-coupon-toggle
 {
    display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border: none !important;
    margin-top: 0px !important;
}
.size, .upc, .stock-count-grid{
color: #1C244B;
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.upc{
   margin-bottom: 20px;
}
.woocommerce div.product p.stock {
    margin-bottom: 5px;
}
.woocommerce .elementor-1365 .elementor-element.elementor-element-3d5b9113 .price{
   margin-bottom: -10px;
}
.custom-product-nav{
  margin-top: 30px; 
  display: flex; 
  justify-content: space-between;
}
.woocommerce ul.products li.product .button{
    font-weight: var(--e-global-typography-primary-font-weight) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    padding: 15px 50px 15px 50px;
    font-family: "Oswald", Sans-serif !important;
    background-color: #7fc8d5;
    color: #fff;
}
.woocommerce.columns-4 ul.products li.product .button{
    padding: 15px 15px 15px 15px;
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
   .size, .upc{text-align: center;}  
   .custom-product-nav a { font-size: 12px !important;}
   .woocommerce ul.products li.product .button{width: 100%; text-align: center; padding: 10px !important;}
   ul.products.elementor-grid .size, ul.products.elementor-grid .upc{text-align: left;}
}
/*thankyou page CSS*/
.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}
    .custom-order-summary {
        max-width: 100%;
        margin: 40px auto;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 12px;
        font-family: "Segoe UI", sans-serif;
        box-shadow: 0 4px 8px rgba(0,0,0,0.06);
    }
    .custom-order-summary h2 {
        margin-top: 0;
        font-size: 1.6rem;
    }
    .custom-order-summary p {
        margin: 8px 0;
    }
    .custom-order-summary .section {
        margin-top: 20px;
    }
    .custom-order-summary ul.items {
        list-style: none;
        padding: 0;
    }
    .custom-order-summary ul.items li {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
    .custom-order-summary .totals {
        margin-top: 20px;
        font-weight: bold;
    }
    .custom-order-summary .totals p {
        display: flex;
        justify-content: space-between;
    }
    .billing-info{
        display: inline-block;
        width: 100%;
    }
    .billing-info .section{
       width: 50%;
       float: left;
    }
/* Full page overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000057;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display:none;
}

/* Spinner animation */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #eee;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping, .wc-block-components-totals-shipping__collaterals {
    display: none;
}
.woocommerce-checkout .woocommerce-message::before{
    color: #d4427a !important;
}
.woocommerce-checkout .woocommerce-message {
    border-top-color: #d4427a !important;
}
.cart-menu a {
    padding: 0px !important;
}