#custom-popup:after {
    content: "";
    margin: 0 0.5em;
    display: inline-block;
    border: 16px solid transparent;
    border-top: 13px solid #fff;
    border-bottom: 0 none;
    bottom: -11px;
    position: absolute;
    left: 45%;
} 

.fixed-bottom-container div span {
    opacity: 0;
}
   .tm-floating-box.bottom {
    bottom: 0;
    top: auto;
    display: none;
} 
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    margin-bottom: 100px;
}   

button#wd-add-to-cart {
    width: 61%;
    position: absolute;
    bottom:0px;
}      
 .woocommerce-error {
    color: #b81c23;
    background-color: #fdd;
    padding: 10px;
    border: 1px solid #b81c23;
    margin-bottom: 15px;
}

ul.woocommerce-error li:last-child{
	display:none;   
}

  
      

.tc-cell.tm-element-description.tm-description {
    font-size: 12px;
    letter-spacing: 1px;
}         

button#popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -19px;
    top: -27px;
    background: #000;
    color: #fff;
    padding: 9px;
} 
#custom-popup p {
    color: red;
    font-size: 14px;
}
  

button.popup-prev {
    position: absolute;
    bottom: 20px;
    left: 7px;
}
 

button.popup-next {
    margin-left: 86%;
	background: #21358a;
    color: #fff;
    border-radius: 4px;
	font-size: 12px;
    font-family: 'Lato';
    letter-spacing: 1px;
}  

button.popup-next:hover {
    background: #203072;
    color: #fff !important;
} 

button.popup-prev {
    background: #21358a !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Lato';
    letter-spacing: 1px;
} 

button.popup-prev:hover {
    background: #203072;
    color: #fff !important;
} 

 
.fixed-bottom-container {
    width: 300px;
    background: #e9e8e8;
    position: relative;
    right: -53%;
    height: 68px;
    overflow: hidden;
    top: -110px;
	z-index: 1;
}    
   


#uploadedImage {
	display: none;
	position: absolute;
    bottom: 263px;
    left: 200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 50;
    max-width: 80px;
    max-height: 21px;
}

.woocommerce-product-gallery__image a {
    pointer-events: none;  /* Prevents clicking on the link */
}

.zoomImg, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;  /* Ensures that the zoom effect is not displayed */
}


/* Style for the overlay text */
#custom-text-overlay {
    position: relative;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:14px;
    color: white; 
	font-family: 'Lato';
    z-index: 999;
    pointer-events: none; 
	line-height: 25px; 
	width: 100%; 
} 
   
#custom-text-overlay {
    font-style: normal; /* Default to normal */
}
.fixed-bottom-container {
    display: none;
}  

/* Manas css */ 

 #custom-wrapper {
	/* top: 50%; 
    left:70px;
	 align-items: center;
    transform: translate(0%, -50%); */
    height: 24px;
	border: 1px dashed #fff! important;
    padding: 1px 30px 1px 38px;
    border-radius: 5px;
	min-width:92%;
}    
    
   div#custom-wrapper img {
		display: block;
	}   

 
@media only screen and (max-width: 600px) { 
	button.popup-next {
		margin-left: 80% !important;
	}
/* 
	#custom-wrapper {
		min-width: 180px !important;
	} */ 
	
	.fixed-bottom-container {
		margin-right: 0px !important; 
		max-width: 100% !important;
	}
	
	.wd-toolbar.wd-toolbar-label-show {
		display: none;
	} 
	
	#custom-text-overlay {
		line-height: 23px;
	}
	
	#custom-wrapper {
	height: 16px;
    width: 90%;
    padding: 1px 25px 1px 25px;
	} 
	
	button#wd-add-to-cart {
		width: 100% !important;
	}
 
	#custom-wrapper img {
		height: 20px !important;
		left: 60px !important; 
	} 
	 
	 
	.quantity {
		width: 100% !important;
		margin-bottom: 70px;
	}

	button#wd-add-to-cart {
		width: 100%;
	}
 

 
	
 
}    

  
     
 