/* header{
    background: #606869;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    color:white !important;
}

#topbar{
    display: none !important;
}
#navv-boxx{
    display: none !important;
}
.header-front-side{
    display: none;
}
.loc-txt a{
    color:white;
}
#same-day-delivery{
    display: none;
}
.boxx-list ul li i{
    color:white;
} */
#business-main-box {
    background: #293952;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    color: white !important;
    border-top: 5px solid #ff4881;
}
@media (min-width: 150px) and (max-width: 479px){
.boxx-list ul li:nth-child(2) {
    display: inline-block;
}

.boxx-list {
    margin-top: -45px;
    float: right;
    left: 0;
}
}


section#category-box {
    margin-top: 30px;
}
.cat-title-list h3{
text-align:center;
font-weight:700;
}
.catt-boxx {
    background-color: #fff;
    min-height: 200px;
    border-radius: 5px;
    padding-bottom: 3px;
    margin-bottom: 25px;
}
.catt-title h3 {
    font-size: 19px;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.catt-boxx-img{
;
}
.catt-boxx-img img{
width:100%;
height:100%;
border-radius:5px;
}
.cat-title-list {
    margin-bottom: 30px;
}
.catt-title {
    position: relative;
    margin-top: -66px;
    padding-left: 15px;
    background: rgba(000,000,000,0.4);
    border-radius: 0px 0px 5px 5px;
}
.catt-title h3::before {
    content: "";
    display: block;
    border-top: 3px solid #ff4881;
    width: 12%;
    padding-bottom: 10px;
}
.catt-title h3 {
    font-size: 19px;
    padding: 15px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
	color:#fff;
}


@media (min-width: 480px) {
    #business-login-icon{
        display:none;
    }
    .login-boxx{
        float:right;
        display: flex;
    }
}
@media (min-width: 480px) and (max-width: 767px){
.boxx-list {
    margin-top: 30px;
}
}

.img-fit{
    object-fit: contain !important;
}

@media (min-width: 768px) and (max-width: 991px){
.boxx-list {
    margin-top: 25px;
}
}