/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 
Version: 4.11.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.woocommerce ul.products li.product a img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s ease-in-out; 
  z-index: 2;
}

.woocommerce ul.products li.product a:hover img.hover-image {
  opacity: 1;
}

.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
  transition: opacity 0.6s ease-in-out;
}

.woocommerce ul.products li.product a:hover img.attachment-woocommerce_thumbnail {
  opacity: 0;
}
.g-recaptcha {
    margin-bottom: 20px !important;
}i

\
/* Remove bullets/circles from Checkbox 
/* Target this specific field by ID (recommended for safety) */
ul#wpforms-23-field_6 {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul#wpforms-23-field_6 li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Remove any bullet/marker pseudo-element */
ul#wpforms-23-field_6 li::before,
ul#wpforms-23-field_6 li::marker {
    content: none !important;
    display: none !important;
}
/* Hiding About Us image on smaller screens */
  [data-id="49b650b"] {
 pointer-events: none;
  }

@media (max-width: 1240px) {
  .about-us-image {
    display: none !important;
  }
}

@media (max-width: 1240px) {
  /* Hide the image column */
  [data-id="49b650b"] {
    display: none !important;
  }

  /* Expand the text column to full width */
  [data-id="4e19c24"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1240px) { 
  [data-id="7d38dccc"] {
    position: relative;
    bottom: 50px; 
  }
}

@media (max-width: 1240px) {
  [data-id="49b650b"] {
    display: none !important;
  }
}

@media (max-width: 1240px) {
  [data-id="e344637"] {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  [data-id="4e19c24"] {
    position: relative;
    bottom: 40px;  
  }
}
#ship-to-different-address {
    display: none !important;
}

.wooac-action a#wooac-continue {
    color: #f399a7 !important;
    font-weight: bolder;
font-size:16px;


}

.wooac-action a#wooac-checkout {
    color: #ffffff !important;
    font-weight: bold;
background-color: #f399a7;
	font-size:15px;
	
}


.wooac-action a#wooac-continue:hover {
    color: #FB5FAB !important;
    font-weight: bolder;
background-color: #eeeeee;
    color: #f399a7 !important;
}

.wooac-action a#wooac-checkout:hover {
    color: #ffffff !important;
    font-weight: bold;
background-color: #f399a7;
}



@media (min-width: 1200px) { 
    .cross-sells h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        margin-bottom: 0;
    }

}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
    margin: 0 -20px 20px;
    background-color: var(--ast-global-dark-lfs);
    border-bottom: 2px solid var(--ast-border-color);
}
  .up-sells h2 {
       
        color: #E27E9E ;/* Change this to any color you want */ 
      
		margin-bottom: 60px; 
		/* Adjust spacing as needed */
    
    
    }
  
.woocommerce-loop-product__title {
    color: #000000 !important; /* Forces black color */
}
.woocommerce-order-overview li { 
font-size:8px;
} 
.woocommerce-order-overview { 
position:relative;
top:20px;
} 
/* Original price (crossed out) in black */
.price del {
  color:#454F5EE !Important;
  opacity: 1 !Important; /* make sure it's fully visible */
  
}

/* Discounted price (active) in pink */
.price ins {
  color: #F094AB; /* your pink theme */
  font-weight: bolder;
  text-decoration: none; /* remove underline if any */
margin-left :10px;
}

.woocommerce-ordering {
  position: relative;
}




