.singleprodimgcont{
    max-width: 500px;
    /* height: auto; */
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.singleprodimg{
    width: inherit;
    max-width: 100%;
}

.parentDisable{
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 8888887;
    height: 100%;
    width: 100%;
    display: none;
}

.topoverlaymodal{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
    height:150px;
    background:#fff;
    text-align:center;
    line-height:150px;
    font-family:sans-serif;
    font-size:20px;
    color:#fff;
    letter-spacing:4px;
    text-transform:uppercase;
    text-shadow:0 0 10px #7c4771;
    box-shadow:0 0 20px #776172;
    z-index:8888888;
}

.close-classic {
    color: #777;
    font: 20px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}

.close-classic:after {
    content: 'X'; /* ANSI X letter */
}

.row-collp{
    width:100%;
   /* border-top:1px solid #000;*/
    border-bottom:1px solid #000;
    text-align:left;
    float:left;
    margin-bottom:20px !important;
    /*font-size: 18px;*/
    font-weight: bold;
    height: 50px;
    padding-left:  10px;
    padding-right:  10px;
}

.fab-container{
    position:fixed;
    bottom:150px;
    right:5px;
    cursor:pointer;
    z-index: 2000;
}

.iconbutton{
    width:50px;
    height:50px;
    border-radius: 100%;
    box-shadow: 10px 10px 5px #aaaaaa;
}
    
.button{    
    width:60px;
    height:60px;
    background:#A11692;
}

.iconbutton i{
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100%;
    color:white;
    font-weight: bold;
}

.cart-badge2 {
    color:#ffffff;
    background-color:rgb(214, 33, 33);
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    margin-left: 40px;
    margin-top: 10px;
}

.search_bar_list .crosssearch {
    background-color: #fff;
    position: absolute;
    color: #999;
    top: 2px;
    /* left: 5px; */
    border: 0;
    height: 38px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    font-size: 1.2rem;
    outline: none;
}

#searchbox {
    padding-left: 60px;
}
