/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*overlay over div
 */
/*
.wd-page-title::before  {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; 
}
.wd-page-title {
  
  z-index: 0;
}
.wd-page-title > * {
  position: relative; 
  z-index: 1;
}*/
.whatsapp-icon{
	display:none !important;
}
.wd-header-cart.wd-design-5 .wd-cart-number{
	background-color:rgba(33, 33, 33, 1) !important;
}
.woocommerce-Price-amount.amount{
	color:red !important;
}
.wd-buttons{
	display:none !important;
}
.wd-nav-img {
            min-height: 28px; !important;
}
p.price {
    transition: none !important;
}

/* Dacă tema afișează un spinner sau un indicator de loading, ascunde-l */
.spinner,
.loader {
    display: none !important;
}
/*whatsapp button*/
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    background-color: #25D366; /* Culoarea oficială WhatsApp */
    color: #ffffff;
    font-size: 16px;
    
    text-decoration: none;
    padding: 12px 18px;
   
    border: none;
    transition: background 0.3s ease-in-out;
}

.btn-whatsapp:hover {
    background-color: #1ebe57;
	color: #ffffff;
}

.btn-whatsapp img {
    width: 24px; /* Ajustează dimensiunea */
    height: 24px;
    margin-right: 10px;
    fill: white; /* Asigură-te că iconița este albă */
    vertical-align: middle;
}


/*whatsapp butoon*/
.wd-page-title span , .wd-page-title h1 {
 text-shadow: black 1px 0 10px;
}
.home .wd-content-layout {
  padding-block: 0px !important;
}

@media (max-width: 768px) {
    .woocommerce-product-details__short-description {
        display: none !important;
    }
	.wd-nav-arrows{
		display:none !important;
	}
	
}
.product_from,.product_monthly_instalment,.leanpay_checkout_from,.leanpay_monthly_inst{
	font-size:14px !important;
	color:black !important;
}
@media (max-width: 768px) {
  /* – selector la fel de specific, cu !important pus după */
  .leanpay-tooltip .lp_bottom {
    left: 0 !important;
  }

  /* – sau selector chiar mai specific */
  body .leanpay-tooltip .lp_bottom {
    left: 50% !important;
  }
}
