/*
Theme Name: Kurifly Child | Shared by WPTry.org
Theme URI: https:/kurifly.in/
Author: kurifly
Description: This is a child theme for kurifly
Version: 1.0
Author URI: https://kurifly.in/
Template: kurifly
Text Domain: kurifly-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.cart-bottom.clearfix {
    display: none;
}
.flex-control-paging {
  margin: 0 !important;
  text-align: center;
	    padding-left: 0px;
}
.flex-control-paging li {
  display: inline-block;
}
.flex-control-paging a {
  visibility: hidden;
}
.flex-control-paging a::before {
  content: ".";
  font-size: 40px;
  line-height: 4px;
  visibility: visible;
}

.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    
    margin-bottom: 10px;
    margin-left: 10px;
}

/* Smooth Page Transition */
body {
  transition: opacity 0.6s ease;
  opacity: 1;
}
body.fade-out {
  opacity: 0;
}


/* Shine Effect on Product Images */
.product img, 
.woocommerce ul.products li.product a img {
  position: relative;
  overflow: hidden;
}

.product img::after, 
.woocommerce ul.products li.product a img::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -75%;
  width: 50%;
  height: 300%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product img:hover::after, 
.woocommerce ul.products li.product a img:hover::after {
  animation: shine 1s forwards;
  opacity: 1;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}






/* --- REVISED & STRONGER CSS TO MATCH SCREENSHOT 1 --- */
/* --- FINAL CLEANED AND CORRECTED CSS - AUGUST 30, 2025 --- */

/* Basic Resets & Hiding Unwanted Elements */
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .woocommerce-cart-form .actions {
    display: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
}
body.woocommerce-cart {
    background-color: #fff !important;
    padding-bottom: 10px !important; /* Space for the footer */
}

/* Main Cart Container */
.woocommerce-cart .custom-cart-container {
    font-family: Arial, sans-serif !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 15px !important;
}

/* Header */
.woocommerce-cart .cart-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.woocommerce-cart .cart-header h1 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #000 !important;
}
.woocommerce-cart .cart-header .cart-header-total .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

/* Cart Item Card */
.woocommerce-cart .custom-cart-item {
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 10px;
    padding-top: 20px;
}
.woocommerce-cart .product-info-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
}
.woocommerce-cart .product-thumbnail {
    flex: 0 0 100px !important;
    margin-right: 20px !important;
}
.woocommerce-cart .product-thumbnail img {
    width: 100% !important;
    border-radius: 8px !important;
}
.woocommerce-cart .product-details {
    flex: 1 !important;
}

/* Text & Price Styling */
.woocommerce-cart .product-details p {
    margin: 0 0 2px 0 !important;
}
.woocommerce-cart .delivery-notice {
    font-size: 14px !important;
    color: #555 !important;
}
.woocommerce-cart .product-name a {
    color: #222 !important;
    text-decoration: none !important;
    font-weight: 500;
    text-transform: none;
    font-size: 12px;
    letter-spacing: -0.06px;
    line-height: 1.3333333333;
}
.woocommerce-cart .product-price .sale-price {
    font-weight: 700 !important;
    color: #000 !important;
    margin-right: 8px !important;
}
.woocommerce-cart .product-price .regular-price-struck {
    text-decoration: line-through !important;
    color: #999 !important;
    font-size: 14px !important;
}
.woocommerce-cart .savings-badge {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 2px 0 !important;
}
dl.variation {
    font-size: 12px;
    letter-spacing: -0.06px;
    line-height: 1.3333333333;
}

/* Actions (Save for Later & Quantity) */
.woocommerce-cart .product-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
}
.woocommerce-cart .product-remove a {
    color: #555 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Quantity Stepper */
.woocommerce-cart .quantity-stepper {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding: 2px !important;
}
.woocommerce-cart .quantity-stepper button {
    background: transparent !important;
    border: 1px solid #081d30 !important;
    color: #081d30 !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    border-radius: 100% !important;
    height: 28px !important;
    width: 28px !important;
}
.woocommerce-cart .quantity-stepper .quantity-display {
    padding: 0 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.woocommerce-cart .quantity-stepper .quantity {
    margin: 0 !important;
}
.woocommerce-cart .quantity-stepper .quantity input.qty {
    display: none !important;
}

/* Coupon Section */
.woocommerce-cart .coupon-section {
    margin: 20px 0 !important;
}
.woocommerce-cart .apply-coupon-link {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}
.woocommerce-cart .apply-coupon-link .coupon-icon {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
    border-radius: 5px !important;
    padding: 5px 8px !important;
    margin-right: 15px !important;
    font-weight: bold !important;
}
.woocommerce-cart .apply-coupon-link::after {
    content: '>' !important;
    margin-left: auto !important;
    font-weight: bold !important;
    color: #aaa !important;
}

/* --- CSS for Payment Details Section --- */
.payment-details-summary {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}
.payment-details-summary h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.payment-details-summary .shop_table {
    width: 100%;
    border: none;
    background: none;
}
.payment-details-summary .shop_table th,
.payment-details-summary .shop_table td {
    border: none;
    padding: 8px 0;
    font-size: 14px;
}
.payment-details-summary .shop_table th {
    text-align: left;
    font-weight: 500;
    color: #555;
}
.payment-details-summary .shop_table td {
    text-align: right;
    font-weight: 600;
    color: #222;
}
.payment-details-summary .cart-discount td,
.payment-details-summary .shipping td {
    color: #16a34a !important;
}
.payment-details-summary .order-total {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px !important;
    margin-top: 10px;
}
.payment-details-summary .order-total th,
.payment-details-summary .order-total td {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.payment-details-summary .you-saved-total {
    display: table-row !important; /* Make sure this is visible */
}

/* --- START: FINAL CORRECTED FOOTER CSS --- */
/* --- START: FINAL CORRECTED FOOTER CSS (TEXT REMOVED) --- */
/* --- FINAL, COMPLETE, AND CLEANED STYLESHEET (AUGUST 30, 2025) --- */

/* Basic Resets & Hiding Unwanted Elements */
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .woocommerce-cart-form .actions {
    display: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 0 !important;
}
body.woocommerce-cart {
    background-color: #fff !important;
    padding-bottom: 10px !important; /* Space for the footer */
}

/* Main Cart Container */
.woocommerce-cart .custom-cart-container {
    font-family: Arial, sans-serif !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 15px !important;
}

/* Header */
.woocommerce-cart .cart-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.woocommerce-cart .cart-header h1 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #000 !important;
}
.woocommerce-cart .cart-header .cart-header-total .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

/* Cart Item Card */
.woocommerce-cart .custom-cart-item {
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 40px;
    padding-top: 20px;
}
.woocommerce-cart .product-info-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
}
.woocommerce-cart .product-thumbnail {
    flex: 0 0 100px !important;
    margin-right: 20px !important;
}
.woocommerce-cart .product-thumbnail img {
    width: 100% !important;
    border-radius: 8px !important;
}
.woocommerce-cart .product-details {
    flex: 1 !important;
}

/* Item Text & Price Styling */
.woocommerce-cart .product-details p {
    margin: 0 0 2px 0 !important;
}
.woocommerce-cart .delivery-notice {
    font-size: 14px !important;
    color: #555 !important;
}
.woocommerce-cart .product-name a {
    color: #222 !important;
    text-decoration: none !important;
    font-weight: 500;
    text-transform: none;
    font-size: 12px;
}
.woocommerce-cart .product-price .sale-price {
    font-weight: 700 !important;
    color: #000 !important;
    margin-right: 8px !important;
}
.woocommerce-cart .product-price .regular-price-struck {
    text-decoration: line-through !important;
    color: #999 !important;
    font-size: 14px !important;
}
.woocommerce-cart .savings-badge {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 2px 0 !important;
}
dl.variation {
    font-size: 12px;
}

/* Item Actions (Save for Later & Quantity) */
.woocommerce-cart .product-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
}
.woocommerce-cart .product-remove a {
    color: #555 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Quantity Stepper */
.woocommerce-cart .quantity-stepper {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding: 2px !important;
}
.woocommerce-cart .quantity-stepper button {
    background: transparent !important;
    border: 1px solid #007bff !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    border-radius:100% !important;
    height: 38px !important;
    width: 28px !important;
	
}
.woocommerce-cart .quantity-stepper .quantity-display {
    padding: 0 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.woocommerce-cart .quantity-stepper .quantity input.qty {
    display: none !important;
}

/* Coupon Section */
.woocommerce-cart .coupon-section {
    margin: 20px 0 !important;
}
.woocommerce-cart .apply-coupon-link {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}
.woocommerce-cart .apply-coupon-link .coupon-icon {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
    border-radius: 5px !important;
    padding: 5px 8px !important;
    margin-right: 15px !important;
    font-weight: bold !important;
}
.woocommerce-cart .apply-coupon-link::after {
    content: '>' !important;
    margin-left: auto !important;
    font-weight: bold !important;
    color: #aaa !important;
}

/* Payment Details Section */
.payment-details-summary {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}
.payment-details-summary h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.payment-details-summary .shop_table {
    width: 100%;
    border: none;
    background: none;
}
.payment-details-summary .shop_table th,
.payment-details-summary .shop_table td {
    border: none;
    padding: 8px 0;
    font-size: 14px;
}
.payment-details-summary .shop_table th {
    text-align: left;
    font-weight: 500;
    color: #555;
}
.payment-details-summary .shop_table td {
    text-align: right;
    font-weight: 600;
    color: #222;
}
.payment-details-summary .cart-discount td,
.payment-details-summary .shipping td {
    color: #16a34a !important;
}
.payment-details-summary .order-total {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px !important;
    margin-top: 10px;
}
.payment-details-summary .order-total th,
.payment-details-summary .order-total td {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.payment-details-summary .wc-proceed-to-checkout {
    display: none !important;
}


/* --- START: NEW, SIMPLER FOOTER CSS --- */

.woocommerce-cart .cart-footer-details {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    padding: 10px 15px !important;
   
    z-index: 1000 !important;
    /* Flexbox rules */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Style the left side (the total value) */
.woocommerce-cart .footer-total-value .woocommerce-Price-amount {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

/* Style the right side (the button) */
.woocommerce-cart .footer-checkout-button-wrapper .wc-proceed-to-checkout a.checkout-button {
    background-color: #0073e6 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 14px 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    line-height: normal !important;
	
	flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    /* width: 1000px; */
    /* align-items: center; */
    margin-bottom: -15px;

}
.woocommerce a.button.alt
 {
    background-color: #081d30;
    color: white;
    width: 200px;
    height: 50px;
    align-items: center;
    display: flex
;
    justify-content: center;
	 border-radius: 6px;
    border-color: #081d30;
}
.footer-total-value
 {
    margin-bottom: -8px;
    margin-left: 10px;
}
/* --- END: NEW, SIMPLER FOOTER CSS --- */
.footer-checkout-button-wrapper {
    margin-bottom: -10px !important;
	margin-right: -30px !important;
}

a.checkout-button.button.alt.wc-forward br {
    display: none;
}

.cart_totals {
    padding-top: 5px!important;
}



