body {
    font-family: Jost, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
}

.mz-secondary {
    background-color: #358DB0;
    border-color: #358DB0;
}

.mz-highlight {
    background-color: #FECC2D;
    border-color: #FECC2D;
}

.zoomImg {
    background: white;
}

.gifbg {
    background: #0b72b7;
    height: 452px;
}

.pointer {
    cursor: pointer;
}

.coupon_code {
    border: 2px dashed #074e86;
    border-radius: 6px;
    background: #dfdfdf;
    font-weight: bold;
    padding: 2px 15px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

.text-price {
    color: #CC3D00;
}

#homeslider .slick-list {
    margin: 0;
}

.category-description {
    margin-top: 50px;
    background-color: white;
    text-align: justify;
    padding: 30px 15px;
    color: #888;
}

.category-description p,
.category-description li {
    font-size: 80%;
}

img.disabled {
    filter: grayscale(1);
}

.whatsapp-inquiry {
    background-color: #25D366;
    color: white;
    border-radius: 6px;
    display: flex;
    text-align: left;
    max-width: 380px;
    align-items: center;
}

.whatsapp-inquiry i {
    font-size: 50px;
    margin-right: 15px;
}

.aiz-carousel.gutters-10 .carousel-box {
    padding-left: 0;
    padding-right: 0;
}

.aiz-carousel .slick-list {
    margin: 0 6px;
}

.sliderbox .slick-prev {
    left: 15px;
}

.sliderbox .slick-next {
    right: 13px;
}

.couponslider .slick-prev {
    left: -10px;
}

.couponslider .slick-next {
    right: -10px;
}

.img-contain {
    max-height: 100%;
    width: 80%;
    object-fit: contain;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.fs-9 {
    font-size: 0.5625rem !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.975rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-21 {
    font-size: 1.3125rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-23 {
    font-size: 1.4375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.aiz-category-menu .sub-cat-menu {
    height: 100%;
}

.logo-bar-area .logo {
    width: 150px;
}

#businessz {
    top: -19.7px;
    left: 44px;
    height: 91px;
}

ul.social.colored [class*="facebook"] {
    color: #3b5998;
}

ul.social.colored [class*="twitter"] {
    color: #1da1f2;
}

ul.social.colored [class*="instagram"] {
    color: #bd32a2;
}

ul.social.colored [class*="youtube"] {
    color: #ff0000;
}

ul.social.colored [class*="linkedin"] {
    color: #0070ac;
}

.aiz-category-menu .sub-cat-menu {
    left: calc(25vw - 28px);
    min-height: 300px;
    height: 50vh;
    max-height: 400px;
    top: -7px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 440px) {
    .logo-bar-area .logo {
        width: 180px;
    }

    #businessz {
        left: 72px;
    }
}

@media (min-width: 576px) {
    .logo-bar-area .logo {
        width: 200px;
    }

    #businessz {
        left: 96px;
        height: 92px;
    }
}

@media (min-width: 768px) {
    .logo-bar-area .logo {
        width: 240px;
    }

    #businessz {
        top: -21px;
        left: 135px;
        height: 97px;
    }
}

@media (min-width: 992px) {
    .bg-lg-primary {
        background-color: #074e86;
        border-color: #074e86;
    }

    .aiz-category-menu .sub-cat-menu.home {
        width: 707px;
    }
}

@media (min-width: 1200px) {
    .aiz-category-menu .sub-cat-menu {
        left: calc(25vw - 20px);
        width: 747px;
    }

    .aiz-category-menu .sub-cat-menu.home {
        width: 842px;
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    #businessz {
        left: 150px;
    }
}