

    /* Disable text selection */
  body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
  }

  .qty-btn { 
    width:36px;
    height:36px; 
    border-radius:50%; 
  }
    .floating-cart { 
      position:fixed;
      right:1rem; 
      top:1rem; 
      z-index:1050; 
      background-color:blue;
    }

 .out-of-stock {
    color: red;
    font-weight: bold;

  }
  .outofstockcolor{
    color: red;
  }






    .img11{
      width: 100%; height:auto;
    }
    
.product-img {
width: 100%; height:auto;
}


.parameterscss {
    font-weight: bold;
     font-size:14px;
}

input.qty-input {
    /* your styles here */
    background-color: white;
    width: 70px;
}


.position-fixed.bottom-0.end-0.p-3 {
    z-index: 1100;
}

.product-image2 {
width: 100%; 
height:auto;

}


h2.text-center1{
        text-align:center;
        font-size:14.98px;
        font-weight:normal;
    }
    
     h1.text-center1{
        text-align:center;
        font-size:18.2px;
        font-weight:normal;
    }


    .h3tags{
                                
    font-size: 14px;
    font-weight: normal;
    }
    
    .allcenter{
       text-align:center; 
    }
    
    
    
    
    