.browse-category-menu .category-menu-items{
    /* left:50px; */
    background-color: blue;
}
@media screen and (min-width: 1680px) {
    .browse-category-menu .category-menu-items{
         left:50px;
    }
}
.uppercased{
    text-transform: uppercase !important;
}
.img-w-50{
    width: 50%;
}
.min-h-50vh{
    min-height: 50vh !important;
}
.is-invalid{
    border: 1px solid rgb(210, 54, 54);
}
.bn-section-head h3 {
    font-size: 32px !important;
    color: #24262B !important;
   }
.bn-section-head p {
    font-size: 18px !important;
    color: #24262B !important;
   }
.product-box{
    background-size: auto 130% !important;
    background-position: calc(100% + 80px) 0 !important;
}
.product-box .main-content{
    max-width: 50%;
}

.alert-success{
    background: rgb(189, 232, 189) !important;  
    background-color: rgb(189, 232, 189) !important;  
}