* {box-sizing: border-box;}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}
.prodCaption{
        margin-left:10px;
        margin-top:20px;
        padding-left: 10px;
      
}
.prodCaption li{
         font-weight: bold;
         font-size: x-large;
}
.prodBttnC{

        text-align: center;
}
.prodBttn{
        background-color: #F7BD00;
        text-align: center;
        border: #272725 1px solid;
}
.prodDetC{
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 5px;
        padding-bottom: 10px;
}
.inpDez{
        width:50px;
}
.msgDz{
        color:red;

}


.grda{
        background: rgba(126,126,229);
        background: linear-gradient(90deg, rgb(126,126,229) 41%, rgb(233, 231, 222) 53%, rgba(126,126,229) 100%);
    }
    
.bmma{
        background-color: #81B4FE;
    }

.baa{ 
    margin-left: 50px;
    min-height: 200px;
    background-color:#eff3f0  ;

    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    
}
.bba{
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 40px;
    background-color: #eeec8a;
    min-height: 200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    border: 2px solid rgb(2, 48, 14);
}

.bca{
    margin-top: 0px;
    margin-left: 50px;
    background-color:#eff3f0   ;
    min-height: 200px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 10px;
}

