@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 425px) {
    .registration-button {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    #header {
        position: fixed;
    }

    .headerbg, .shop-no-breadcrumb-header {
        display: none;
    }

    .shop-main-content {
        margin-top: 8rem;
        padding: 0 10px 0 10px;
    }

    .main-content-container {
        margin-top: 8.5rem;
        padding: 0 10px 0 10px;
    }

    .shop-sidebar {
        display: none;
    }

    .list-item {
        padding: 0 5px 0 5px;
        margin: 0 0 10px 0;
    }

    .shop-main-content .product-grid2 {
        margin-bottom: 0;
    }

    .swiper-slide-active {
        margin-right: 0px !important;
    }

    .swiper-slide-next {
        margin-right: 0px !important;
    }

    .mobile-header-menu {
        padding: 0 5px 0 20px;
    }

    .mobile-right-menu {
        padding-top: 5px;
        padding-left: 0;
    }

    .main-header-menu {
        display: none;
    }

    .header-category-button {
        padding: 0;
        margin: 0;
    }

    #logo {
        /* max-width: 45%; */
        text-align: center;
        padding-right: 0;
    }

    .search-form-col {
        padding: 10px 15px 0 0;
    }

    .category-bar {
        height: 10px;
    }

    .category-list {
        /* margin-top: 100px; */
    }

    .category-item>h5 {
        font-size: 1rem;
    }

    .carousel {
        padding-top: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        margin-top: 1rem;
    }

    .carousel-item, .carousel-fade, .carousel-control-next, .carousel-control-prev {
        height: 93px;
    }

    .carousel-item>img {
        position: absolute;
        top: -12px;
        left: 0;
        min-width: 100%;
        /* width: 100%; */
        /* height: 100%; */
        object-fit: contain;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 20px;
        left: 15%;
        z-index: 10;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

    .carousel-caption > h1 {
        font-size: 1rem;
        font-weight: bold;
    }
}

/* @media screen and (min-width: 576px) and (max-width: 768px) {
    .mobile-header {
        display: none;
    }

    #logo {
        width: 50%;
        text-align: center;
    }

    #logo img {
        height: 80%;
    }

    .search-form-col {
        padding: 0 45px 0 30px;
    }

    .profile-head {
        position: absolute;
        top: 150px;
        left: 50px;
    }

    .profile-head h4 {
        font-size: 22px;
    }

    .profile-head p {
        font-size: 14px;
    }

    .category-bar {
        height: 10px;
    }
} */

@media screen and (min-width: 769px) and (max-width: 8096px) {
    .mobile-header-menu {
        display: none;
    }

    .mobile-sidebar {
        display: none;
    }

    .profile-head {
        position: absolute;
        top: 180px;
        left: 50px;
    }

    .profile-head h4 {
        font-size: 22px;
    }

    .profile-head p {
        font-size: 14px;
    }

    .header-category-button {
        max-width: 5% !important;
        flex: 0 0 5% !important;
        padding-left: 20px;
    }

    .search-form-col {
        max-width: 49% !important;
        flex: 0 0 49% !important;
    }

    .header-right-menu {
        max-width: 29% !important;
        flex: 0 0 29% !important;
    }
}

@media (min-width: 1200px) {

    .profile-head {
        position: absolute;
        top: 190px;
        left: 50px;
    }

    .profile-head h4 {
        font-size: 25px;
    }

    .profile-head p {
        font-size: 16px;
    }

    .container {
        overflow-x: hidden;
    }
}


@media (min-width: 1500px) {
    .img-logo {
        max-height: 75% !important;
    }
}
