@media (min-width:992px){
    .ct-row .ct-box-img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align:center; 
    border:1px solid #e1e1e1 !important; 
    max-width:23% !important; 
    margin:10px !important; 
    border-radius:10px !important;
}
.h-md-40px, .size-md-40px{
    height: 72px;
}
.navLink:hover{
display: block;
}
.aiz-side-nav-logo-wrap img{
    height: 70px !important;
}
.mw-100{
    max-width:fit-content ;
    min-width: 200px;
}
#cart_items .px-3{
    padding-left: 0.5rem !important;
}
}
@media (max-width: 575px) {
    .ct-row {
        text-align: center;
       
    }

}
.mycartbtn{
    background: #FFCB04;
    border-color: #FFCB04 !important;
  }
