.dd-nn{
    display: none;
}
.tm-product-bottom button {
    width: 100%;
}
.tm-product-bottom {
    text-align: center;
}

.float-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  display: flex; /* Add flex to align children vertically */
  align-items: flex-end; /* Align children to the bottom */
    }

.floaty {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:99;
}
/* Adjust the percentage of margin top to fit your page */
.my-float {
	margin-top:25%;
  margin-left:5px;
}

.close-button {
  position: absolute;
  top: -65px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-family: Sans-Serif;
  font-weight: bold;
    }
    
    
    
    #back-top-top {
    display: none;
}