/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.6.1721217913
Updated: 2024-07-17 12:05:13

*/
.site-branding a.brand img {
margin-bottom: -42%;
/*     box-shadow: 0 0 10px #c7c7c7; */
}
body.woocommerce-checkout, body.woocommerce-cart{
     background: #ffffff !important;
}
body.woocommerce-checkout article .entry.single-entry {
    box-shadow: none;
}
div#open {
    opacity: 0;
    display: none !important;
}
.image-tooltip:hover .tooltip-1.e-flex.e-con.e-child {
  opacity: 1 !important;
}
 .tooltip-1.e-flex.e-con.e-child {
     opacity: 0  
 }
  .tooltip-2.e-flex.e-con.e-child {
    position: absolute;
    left: 40%;
    top: 59px;
    overflow-x: visible;
   
}
 .tooltip-2:after {
    left: -40px;
    top: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(58, 188, 61, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

.tooltip-1:after {
    left: 100%;
    top: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(58, 188, 61, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}
.image-tooltip {
    position: relative;
}
.tooltip-1.e-flex.e-con.e-child {
    position: absolute;
    left: -40%;
    top: 59px;
    overflow-x: visible;
} 
.image-tooltip:hover .tooltip-2.e-flex.e-con.e-child {
  opacity: 1 !important;
}
 .tooltip-2.e-flex.e-con.e-child {
     opacity: 0  
 }
 .tooltip-2.e-flex.e-con.e-child {
    position: absolute;
    left: 40%;
    top: 59px;
    overflow-x: visible;
   
}
 .tooltip-2:after {
    left: -40px;
    top: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(58, 188, 61, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}

/*---cross---*/


.apbd-nmca-vt-content.apbd-nmca-skin-df .apbd-nmca-vt-cart-body .ps ul.apbd-nmca-vt-cart-ul li .apbd-nmca-vt-item-img .apbd-nmca-vt-item-rm[data-v-9c6908c0]
 {
    display: flex !important;
	 color: red !important;
}
/* Make sure parent is positioned correctly */
.apbd-nmca-vt-cart-product-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between X and image */
}

/* Move the X outside the image, left side */
 .apbd-nmca-vt-cart-product-list .apbd-nmca-vt-item-remove-icon {
  position: relative;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #01a4a7;
  color: #fff !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0; 
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2;
} 
.apbd-nmca-vt-cart-product-list .apbd-nmca-vt-item-img {
  position: relative;
  overflow: visible !important;
}
.apbd-nmca-vt-content.apbd-nmca-skin-df .apbd-nmca-vt-cart-body .ps ul.apbd-nmca-vt-cart-ul li .apbd-nmca-vt-item-img .apbd-nmca-vt-item-rm {
   
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    top: 0;
    left: -70px !important;
    bottom: 0;
    right: 0;
}
.apbd-nmca-vt-item-rm {
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    top: 31px;
    left: 6px !important;
    bottom: 0;
    right: 0;
}
.apbd-nmca-drawer-footer span{
    color: white;
}

.woocommerce-privacy-policy-text {
	display: none;
}

/*----popupmaker----Coupen---*/


.couponBox {
  display: flex;
  max-width: 700px;
  border-radius: 14px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* LEFT */
.couponLeft {
  width: 40%;
  background: linear-gradient(135deg, #ff3f6c, #ff6f91);
  color: #fff;
  padding: 35px 30px;
}

.couponLeft .badge {
  font-size: 11px;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.2);
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.couponLeft h2 {
  font-size: 36px;
  margin-bottom: 5px;
}

.couponLeft p {
  font-size: 16px;
  margin-bottom: 25px;
}

.couponLeft ul {
  padding-left: 18px;
}

.couponLeft li {
  font-size: 14px;
  margin-bottom: 12px;
}

/* RIGHT */
.couponRight {
  width: 60%;
  padding: 35px 30px;
}

.couponRight h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.subText {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}

.smallText {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
}

/* CF7 INPUTS */
.couponRight input[type="text"],
.couponRight input[type="email"],
.couponRight input[type="tel"] {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
}

/* CF7 BUTTON */
.couponRight input[type="submit"] {
  width: 100%;
  background: #ff3f6c;
  color: #fff;
  padding: 13px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  cursor: pointer;
	margin-left: 0px !important;
}

.couponRight input[type="submit"]:hover {
  background: #e7335e;
}

/* MOBILE */
@media (max-width: 650px) {
  .couponBox {
    flex-direction: column;
  }

  .couponLeft,
  .couponRight {
    width: 100%;
  }
}


.sbuttons {
	bottom: 135px;
    position: fixed;
    margin: 0.5em;
    right: 0;
	z-index:9999;
}
.sbutton {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 38px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}
.sbutton.whatsapp {
  background: #2EBA00;
	color: #fff !important;
}
[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  right: 105%;
  bottom: 20%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
