
	  .ui-tooltip{
		  width: 100px;
		  font-size: 0px;
		  height: 100px;
		  display: none;
		  top: -1000px;
		  box-shadow: none;
		  border: none;
		  opacity: 0;
	  }
	  
  label {
    display:none;
    width: 0px;
	height: 0px;	  
  }

		


.green-btn{
border: none;
background: linear-gradient(135deg, #28a745, #20c997);
position: fixed;
padding: 10px 16px;
bottom: 330;
right: 50;
max-width: 350px;
z-index: 999;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-weight: 600;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
cursor: pointer;
transition: all 0.3s ease;
		}
	
		
		

 

.cart-counter{
  /*display:inline-block;*/
  width:290px;*/
  opacity:0;
  height:20px;
  background:#ddd;
  text-align:center;
  border-radius:5%;
  z-index: 9; 
  position: absolute;
  margin-left: 641px;
  margin-top: -30px;
  padding-bottom: 10px;
  
}
	
	
	
	
	.box {
  width: 300px;
  height: 160px; 
  background-color: black;
  /*color: #fff;*/
  padding: 6px;
  position: relative;
  /*margin: 40px;*/
  float: left;
}

.box.arrow-top {
  margin-top: 40px;
}
.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 195px;
  bottom: -15px;
  border-top: 15px solid rgb(230, 200, 23);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
	


	.green-fixed-box {
    border: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #22C55E, #16A34A);
    position: fixed;
    padding: 10px 14px;
    bottom: 320px;
    right: 50;
    max-width: 340px;
    width: auto;
    z-index: 999;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
	/*margin-bottom: 100px;*/
}

/* 🎯 Perfect tuning for 1920x1080 screens */
@media screen and (min-width: 1800px) {
    .green-fixed-box {
        right: 220px;
        bottom: 330px;
        max-width: 360px;
        padding: 12px 16px;
    }
}

/* 📱 Optional: make it mobile friendly */
@media screen and (max-width: 768px) {
    .green-fixed-box {
        right: 15px;
        bottom: 20px;
        max-width: 90%;
        padding: 10px;
    }
}


.green-text-box {
    position: fixed;
    bottom: 370px;
    /*right: 1px;*/
    max-width: 320px;
    width: auto;
    z-index: 999;
    color: #22C55E;
    display: flex;
    align-items: center;
	justify-content: flex-start;
    line-height: 1.5;
    padding: 4px 6px;
    font-size: 14px;
	/*margin-bottom: 100px;*/
}

/*  Optimized for 1920x1080 */
@media screen and (min-width: 1800px) {
    .green-text-box {
        right: 235px;
        bottom: 380px;
        max-width: 320px;
    }
}

/*  Mobile fallback */
@media screen and (max-width: 768px) {
    .green-text-box {
        right: 15px;
        bottom: 80px;
        max-width: 90%;
        font-size: 13px;
    }
}
	
