.elementor-8759 .elementor-element.elementor-element-ad40aa0:not(.elementor-motion-effects-element-type-background), .elementor-8759 .elementor-element.elementor-element-ad40aa0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8759 .elementor-element.elementor-element-ad40aa0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8759 .elementor-element.elementor-element-ad40aa0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8759 .elementor-element.elementor-element-db45c7b:not(.elementor-motion-effects-element-type-background), .elementor-8759 .elementor-element.elementor-element-db45c7b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFDFD;}.elementor-8759 .elementor-element.elementor-element-db45c7b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8759 .elementor-element.elementor-element-db45c7b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8759 .elementor-element.elementor-element-a2d8c84:not(.elementor-motion-effects-element-type-background), .elementor-8759 .elementor-element.elementor-element-a2d8c84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8759 .elementor-element.elementor-element-a2d8c84{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8759 .elementor-element.elementor-element-a2d8c84 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-f332d22 *//* ===== BASE STYLES ===== */
#custom-question-style {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  border: 3px solid #081036; /* ✅ Updated */
  max-height: 580px;
  margin-right: 10px;
  margin-left: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #EAC212 #f5f5f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Scrollbar Styling */
#custom-question-style::-webkit-scrollbar {
  width: 6px;
}
#custom-question-style::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
#custom-question-style::-webkit-scrollbar-thumb {
  background: #EAC212;
  border-radius: 10px;
}

/* ===== HEADING STYLES ===== */
#custom-question-style h1 {
  font-family: 'Playfair Display', serif;
  color: #8e1c49;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

/* ===== QUESTION ITEMS ===== */
#custom-question-style ul.products {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#custom-question-style ul.products li.product {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 12px !important;
  border: 1.5px solid #081036; /* ✅ Updated */
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* Question Text */
#custom-question-style ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif !important;
  color: #000000 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  transition: color 0.3s ease;
  line-height: 1.5;
  font-size: 19px;
}

/* ADD ON Label */
#custom-question-style ul.products li.product .add-on-label {
  display: inline-block;
  background: #EAC212;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 10px;
}

/* ✅ Add to Cart Button */
#custom-question-style ul.products li.product .button {
  background: #081036 !important; /* ✅ Updated */
  color: #fff !important;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  font-size: 20px !important;
  padding: 8px 16px !important;
  align-self: flex-start;
}

/* ✅ Hover Color Updated */
#custom-question-style ul.products li.product .button:hover {
  background: #06030E !important; /* ✅ Updated */
  transform: scale(1.05);
}

/* Hide Default Elements */
#custom-question-style ul.products li.product img,
#custom-question-style ul.products li.product .price,
#custom-question-style ul.products li.product .star-rating,
#custom-question-style ul.products li.product .category-tag {
  display: none !important;
}

/* ===== MOBILE STYLES (up to 767px) ===== */
@media (max-width: 767px) {
  #custom-question-style h1 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .box-heading {
    font-size: 22px !important;
    font-family: 'Playfair Display', serif;
  }
  .box-content {
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
  }
}

/* ===== TABLET STYLES (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
  #custom-question-style h1 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  #custom-question-style ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 25px !important;
  }

  #custom-question-style ul.products li.product .add-on-label {
    font-size: 14px;
    padding: 4px 12px;
  }

  #custom-question-style ul.products li.product .button {
    font-size: 24px !important;
    padding: 10px 20px !important;
  }

  .box-heading {
    font-size: 34px !important;
    font-family: 'Playfair Display', serif;
  }
  .box-content {
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;
  }
}

/* ===== DESKTOP STYLES (1024px and above) ===== */
@media (min-width: 1024px) {
  #custom-question-style h1 {
    font-size: 35px;
    margin-bottom: 22px;
  }

  #custom-question-style ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 26px !important;
  }

  #custom-question-style ul.products li.product .add-on-label {
    font-size: 15px;
    padding: 5px 14px;
  }

  #custom-question-style ul.products li.product .button {
    font-size: 25px !important;
    padding: 12px 24px !important;
  }

  .box-heading {
    font-size: 31px !important;
    font-family: 'Playfair Display', serif;
  }
  .box-content {
    font-size: 25px !important;
    font-family: 'Poppins', sans-serif;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-993f52f *//* ===== GLOBAL CART SECTION ===== */
.bv-cart-section {
  background-color: #f8f4e9;
  font-family: 'Poppins', sans-serif;
  color: #5B181A;
  padding: 40px 20px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(91, 24, 26, 0.1);
}

/* ===== CART HEADER ===== */
.bv-cart-section h1 {
  font-family: 'Playfair Display', serif;
  color: #8e1c49;
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 700;
}

.bv-cart-section h2 {
  font-family: 'Playfair Display', serif;
  color: #5B181A;
  text-align: center;
  font-size: 32px;
  margin: 40px 0 20px;
  font-weight: 600;
}

/* ===== PRODUCT TABLE ===== */
.woocommerce-cart-form__contents {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 30px 0;
}

.woocommerce-cart-form__contents thead th {
  background-color: #5B181A;
  color: #EAC212;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.woocommerce-cart-form__contents tbody tr {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(91, 24, 26, 0.1);
  transition: all 0.3s ease;
}

.woocommerce-cart-form__contents tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(91, 24, 26, 0.15);
}

.woocommerce-cart-form__contents td {
  padding: 20px;
  vertical-align: middle;
  border: none;
  border-top: 1px solid rgba(234, 194, 18, 0.3);
  border-bottom: 1px solid rgba(234, 194, 18, 0.3);
}

.woocommerce-cart-form__contents td:first-child {
  border-left: 1px solid rgba(234, 194, 18, 0.3);
  border-radius: 12px 0 0 12px;
}

.woocommerce-cart-form__contents td:last-child {
  border-right: 1px solid rgba(234, 194, 18, 0.3);
  border-radius: 0 12px 12px 0;
}

/* Product Image */
.woocommerce-cart-form__contents .product-thumbnail img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  border: 2px solid #EAC212;
  transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .product-thumbnail img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.4);
}

/* Product Name */
.woocommerce-cart-form__contents .product-name a {
  color: #5B181A !important;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.woocommerce-cart-form__contents .product-name a:hover {
  color: #8e1c49 !important;
}

/* Product Price */
.woocommerce-cart-form__contents .product-price {
  font-size: 20px;
  font-weight: 600;
  color: #5B181A;
}

/* Quantity Input */
.woocommerce-cart-form__contents .quantity input.qty {
  width: 70px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #EAC212;
  border-radius: 8px;
  background: #fff;
  color: #5B181A;
  transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .quantity input.qty:focus {
  border-color: #5B181A;
  box-shadow: 0 0 0 2px rgba(234, 194, 18, 0.5);
}

/* Remove Button */
.woocommerce-cart-form__contents .product-remove a {
  color: #d33 !important;
  font-size: 24px;
  transition: all 0.3s ease;
}

.woocommerce-cart-form__contents .product-remove a:hover {
  transform: scale(1.2);
  color: #a00 !important;
}

/* ===== COUPON SECTION ===== */
.bv-cart-section .coupon {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.bv-cart-section .coupon input.input-text {
  padding: 15px 20px;
  font-size: 18px;
  border: 2px solid #EAC212;
  border-radius: 8px;
  min-width: 300px;
  background: #fff;
  color: #5B181A;
  transition: all 0.3s ease;
}

.bv-cart-section .coupon input.input-text:focus {
  border-color: #5B181A;
  box-shadow: 0 0 0 3px rgba(234, 194, 18, 0.3);
}

.bv-cart-section .coupon .button {
  background-color: #EAC212;
  color: #5B181A !important;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.bv-cart-section .coupon .button:hover {
  background-color: #ffdf6b;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.4);
}

/* ===== CART TOTALS ===== */
.cart-collaterals {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(91, 24, 26, 0.1);
  border: 1px solid rgba(234, 194, 18, 0.3);
}

.cart-collaterals h2 {
  color: #5B181A;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 2px dashed #EAC212;
}

.cart_totals table {
  width: 100%;
}

.cart_totals th,
.cart_totals td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(234, 194, 18, 0.2);
}

.cart_totals th {
  font-weight: 600;
  text-align: left;
  color: #5B181A;
}

.cart_totals td {
  text-align: right;
  font-weight: 600;
}

.cart_totals .amount {
  color: #8e1c49;
  font-size: 20px;
}

.cart_totals .shipping-calculator-button {
  color: #5B181A !important;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cart_totals .shipping-calculator-button:hover {
  color: #EAC212 !important;
}

/* ===== PROCEED TO CHECKOUT BUTTON ===== */
.wc-proceed-to-checkout {
  margin-top: 30px;
}

.wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #EAC212, #f8d84e);
  color: #5B181A !important;
  font-weight: 700;
  font-size: 22px;
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  position: relative;
  overflow: hidden;
}

.wc-proceed-to-checkout .checkout-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #;
  transition: all 0.6s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(234, 194, 18, 0.5);
  color: #401315 !important;
}

.wc-proceed-to-checkout .checkout-button:hover::before {
  left: 100%;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 991px) {
  .woocommerce-cart-form__contents thead {
    display: none;
  }
  
  .woocommerce-cart-form__contents tr {
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  
  .woocommerce-cart-form__contents td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 15px 20px;
    border: none !important;
  }
  
  .woocommerce-cart-form__contents td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #5B181A;
    margin-right: auto;
    padding-right: 20px;
  }
  
  .woocommerce-cart-form__contents td:first-child,
  .woocommerce-cart-form__contents td:last-child {
    border-radius: 0 !important;
  }
  
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
  
  .woocommerce-cart-form__contents .product-thumbnail img {
    width: 150px;
  }
  
  .coupon {
    flex-direction: column;
    align-items: center;
  }
  
  .coupon input.input-text {
    width: 100%;
  }
  
  .coupon .button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bv-cart-section h1 {
    font-size: 30px;
  }
  
  .bv-cart-section h2 {
    font-size: 26px;
  }
  
  .woocommerce-cart-form__contents .product-name a {
    font-size: 20px;
  }
  
  .cart_totals .amount {
    font-size: 18px;
  }
  
  .wc-proceed-to-checkout .checkout-button {
    font-size: 20px;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .bv-cart-section {
    padding: 30px 15px;
  }
  
  .bv-cart-section h1 {
    font-size: 26px;
  }
  
  .woocommerce-cart-form__contents .product-thumbnail img {
    width: 120px;
  }
  
  .woocommerce-cart-form__contents td {
    padding: 12px 15px;
  }
  /* === FINAL FIXED Proceed to Checkout Button === */
.wc-proceed-to-checkout .checkout-button {
  background-color: #EAC212;
  color: #000000 !important;
  font-weight: 700;
  font-size: 22px;
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #401315 !important;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(234, 194, 18, 0.5);
}
.wc-proceed-to-checkout .checkout-button {
  background-color: #EAC212 !important;
  color: #000000 !important; /* This line ensures BLACK text before hover */
  font-weight: 700;
  font-size: 22px;
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}
/* ===== Total Row Font Increase ===== */
.cart_totals tr.order-total th {
  font-size: 24px !important;
}

.cart_totals tr.order-total td .amount {
  font-size: 26px !important;
  color: #8e1c49; /* Rich pink/maroon */
  font-weight: 700;
}
.cart_totals tr.order-total th,
.cart_totals tr.order-total td::before {
  font-size: 24px !important;
  color: #5B181A !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
}
.bv-cart-section .coupon input.input-text {
  margin-bottom: 10px !important; /* Adjust as needed */
}
/* Only hide completely empty rows that cause white rectangles */
.woocommerce-cart-form__contents tr {
  min-height: 0 !important;
}

.woocommerce-cart-form__contents tr td:empty {
  display: none !important;
}
.bv-cart-section .coupon {
  margin-bottom:-50px !important; /* Previously was 40px */
}



/* === PROCEED TO CHECKOUT BUTTON - MOBILE BASE === */
.wc-proceed-to-checkout .checkout-button {
  background-color: #EAC212 !important;
  color: #000000 !important;
  font-weight: 700;
  font-size: 22px; /* Base size (B) */
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* === HOVER STATE === */
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #401315 !important;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(234, 194, 18, 0.5);
}

/* === RESPONSIVE FONT SIZE ADJUSTMENT BASED ON CURRENT MOBILE STYLE === */

/* Tablet View (1.25x of B) */
@media (min-width: 768px) and (max-width: 1023px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 27.5px; /* 22 * 1.25 */
    padding: 22px;
  }
}

/* Desktop View (1.5x of B) */
@media (min-width: 1024px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 33px; /* 22 * 1.5 */
    padding: 26px;
  }

/* === PROCEED TO CHECKOUT BUTTON - MOBILE BASE === */
.wc-proceed-to-checkout .checkout-button {
  background-color: #EAC212 !important;
  color: #000000 !important;
  font-weight: 700;
  font-size: 22px; /* Base size (B) */
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* === HOVER STATE === */
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #401315 !important;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(234, 194, 18, 0.5);
}

/* === RESPONSIVE FONT SIZE ADJUSTMENT BASED ON CURRENT MOBILE STYLE === */

/* Tablet View (1.25x of B) */
@media (min-width: 768px) and (max-width: 1023px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 27.5px; /* 22 * 1.25 */
    padding: 22px;
  }
}

/* Desktop View (1.5x of B) */
@media (min-width: 1024px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 33px; /* 22 * 1.5 */
    padding: 26px;
  }


@media (min-width: 768px) and (max-width: 1023px) {
  .bv-cart-section .wc-proceed-to-checkout .checkout-button {
    font-size: 27.5px !important;
    padding: 22px 35px !important;
  }
}

@media (min-width: 1024px) {
  .bv-cart-section .wc-proceed-to-checkout .checkout-button {
    font-size: 33px !important;
    padding: 26px 40px !important;
  }
  
  
  
  
  
  
  
  
  
  
  
 /* ===== BASE STYLE - PHONE VIEW (Default) ===== */
.wc-proceed-to-checkout .checkout-button {
  background-color: #EAC212 !important;
  color: #000000 !important;
  font-weight: 700;
  font-size: 22px;
  padding: 18px;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 194, 18, 0.3);
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* ===== HOVER STYLE (All Views) ===== */
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #401315 !important;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(234, 194, 18, 0.5);
}

/* ===== TABLET VIEW ===== */
@media (min-width: 768px) and (max-width: 1023px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 27.5px !important;
    padding: 22px !important;
  }
}

/* ===== DESKTOP VIEW ===== */
@media (min-width: 1024px) {
  .wc-proceed-to-checkout .checkout-button {
    font-size: 33px !important;
    padding: 26px !important;
  }
}

}




v/* End custom CSS */