@media screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .offset-xxl-2 {
        margin-left: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xxl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xxl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .header .container-fluid .megamenu-container {
        position: relative
    }

    .header .container-fluid .megamenu-container .megamenu {
        right: auto;
        width: 1170px
    }

    .header-top .container-fluid:after {
        left: 70px;
        right: 70px
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
}

@media screen and (min-width: 1200px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }

    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-4-5col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-2-5col {
        -ms-flex: 0 0 calc(40%);
        flex: 0 0 calc(40%);
        max-width: calc(40%)
    }

    .col-xl-3-5col {
        -ms-flex: 0 0 calc(60%);
        flex: 0 0 calc(60%);
        max-width: calc(60%)
    }

    .no-gutters .col-xl-2-5col {
        -ms-flex: 0 0 calc(40% + 8px);
        flex: 0 0 calc(40% + 8px);
        max-width: calc(40% + 8px)
    }

    .no-gutters .col-xl-3-5col {
        -ms-flex: 0 0 calc(60% - 8px);
        flex: 0 0 calc(60% - 8px);
        max-width: calc(60% - 8px)
    }

    .header-top .container-fluid:after {
        left: 30px;
        right: 30px
    }
}

@media screen and (max-width: 1199px) {
    .header-search .search-wrapper-wide {
        width: 480px
    }

    .header-search-extended {
        margin-right: 10rem
    }

    .header-search-extended .btn {
        flex: 0 0 50px;
        max-width: 50px
    }
}

@media screen and (min-width: 992px) {
    .mobile-menu-toggler {
        display: none
    }

    .main-nav {
        display: block
    }

    .col-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .sticky-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: .4s;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05)
    }

    .sticky-header.fixed .logo {
        margin-top: 0;
        margin-bottom: 0
    }

    .sticky-header.fixed.header-middle .menu>li>a {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media screen and (max-width: 991px) {
    .top-menu:not(.top-link-menu) {
        display: flex;
        align-items: center;
        align-self: stretch
    }

    .top-menu:not(.top-link-menu)>li>a {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .top-menu:not(.top-link-menu)>li::after {
        font-family: "molla";
        content: '\f110';
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: -.7rem
    }

    .top-menu:not(.top-link-menu) ul {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 20;
        padding-top: -0.4rem;
        padding-bottom: .6rem;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 1px;
        background-color: #fff;
        box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
        text-transform: capitalize;
    }

    .top-menu:not(.top-link-menu) ul:before {
        content: '';
        display: block;
        width: 100%;
        height: .1rem;
        position: absolute;
        top: -1px;
        left: 0
    }

    .top-menu:not(.top-link-menu):hover ul,
    .top-menu:not(.top-link-menu):focus ul {
        visibility: visible;
        opacity: 1;
        color: #000;
        display: flex;
    }

    .top-menu:not(.top-link-menu) li+li {
        margin-left: 0 !important
    }

    .top-menu:not(.top-link-menu) a {
        padding: .3rem 1.5rem
    }

    .header-left .top-menu ul {
        right: auto;
        left: 0
    }

    .header-search {
        display: none
    }

    .header-search-extended {
        margin-right: 0
    }

    .header-search-extended .btn {
        height: 40px
    }

    .header-search-extended .form-control {
        height: 38px;
        padding-top: .9rem;
        padding-bottom: .9rem
    }

    .header-search-extended select {
        height: 38px;
        line-height: 38px
    }

    .header-search-visible .search-toggle {
        display: block
    }

    .header-search-visible .header-search-wrapper {
        position: absolute;
        right: -10rem;
        top: 100%;
        margin-top: .8rem;
        display: none;
        border-width: .4rem
    }

    .header-search-visible .header-search-wrapper:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10rem;
        bottom: 100%;
        border-style: solid;
        border-width: 0 11px 13px 11px;
        border-color: transparent transparent #ebebeb transparent
    }
    .header-middle .header-center {
        display: none
    }

    .top-menu:not(.top-link-menu) ul {
        min-width: 141px
    }

    .top-menu>li {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .top-menu .header-dropdown {
        padding: 0
    }

    .top-menu .header-dropdown ul {
        left: -100%;
        right: 100%
    }

    .top-menu .header-menu {
        padding: 0
    }
    .mobile-menu-container {
    
    width: 55%;
    }
}

@media screen and (max-width:768px) {
    .logo img {
        position: relative;
        right: -540px;
        width: 100%;
    }

    .logo {
        width: 100%;
        margin-left: 83px;
        display: block;
        margin-top: -50px;
        margin-bottom: 5px;
        flex-shrink: 0;
        min-height: 25px;
    }

    .header-bottom .mobile-menu-toggler {
        margin-top: 1.55rem;
        margin-bottom: .55rem;
        margin-left: -.4rem;
    }

    .header-4 .header-top .header-left i {
        margin-left: 10px;
    }

    .header-right {
        margin-right: 30px;
    }

    .header-4 .header-middle .header-right {
        margin-top: 5px;
    }

    .top-menu:not(.top-link-menu)>li::after {
        position: absolute;
        right: -15px;
    }

    .header-intro-clearance .header-middle .header-right p {
        font-size: 15px;
        padding-right: 20px;
    }

    header div.header-whatsapp {
        margin-top: -5px;
        right: 150px;
        width: 8%;
    }

    .header-bottom .header-right {
        margin-top: 11px !important;
        flex: 0 0 calc((117% + 4px) / 2) !important;
        max-width: calc((235% + 20px) / 4);
    }

    .title_page_images h2 {
        font-size: 25px;
    }

    .about-text img {
        width: 100%;
    }


    .about-text {
        padding: 20px;
    }

    .title_page_image h2 {
        font-size: 25px;
    }

    .page-content {
        padding: 10px;
    }

    .order-lg-first {
        margin-bottom: 30px;
    }

    .banner {
        display: none;
    }

    .abouts img.image {
        border: 5px solid #fff;
        z-index: 99;
        box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    }

    .section-title .iconimage {
        width: 13%;
        top: -2%;
        right: 44%;
    }
    .mobile-menu-container {
    
    width: 55%;
    }
    
    
    
    
}

@media screen and (max-width: 767px) {
    .header-search .search-wrapper-wide {
        width: 420px
    }

    .header-search .select-custom {
        flex: 0 0 180px;
        max-width: 180px
    }
    .mobile-menu-container {
    
    width: 55%;
    }
}

@media screen and (max-width: 575px) {
    .header-search .search-wrapper-wide {
        width: 300px
    }

    .header-search .select-custom {
        display: none
    }

    .compare-dropdown,
    .wishlist-link {
        display: none
    }

    .cart-dropdown {
        padding-left: 1.4rem
    }
}

@media screen and (max-width: 430px) {
    .logo img {
        position: relative;
        right: -215px;
        width: 100%;
    }

    .logo {
        width: 131%;
        margin-left: 83px;
        display: block;
        margin-top: -50px;
        margin-bottom: 5px;
        flex-shrink: 0;
        min-height: 25px;
    }

    .header-bottom .mobile-menu-toggler {
        margin-top: 1.55rem;
        margin-bottom: .55rem;
        margin-left: -.4rem;
    }

    .header-4 .header-top .header-left i {
        margin-left: 10px;
    }

    .header-right {
        margin-right: 20px;
    }

    .top-menu:not(.top-link-menu)>li::after {
        position: absolute;
        right: -15px;
    }

    .title_page_images h2 {
        font-size: 22px;
    }

    .intro-slider-container,
    .intro-slide {
        height: 260px !important;
        background-color: #f5f6f9;
    }

    h3.about-title {
        margin-top: 20px;
    }

    .owl-pagination {
        display: none;
        margin-top: 0px;
    }

    .section-title .iconimage {
        top: 30%;
    }
}

@media screen and (max-width:390px) {
    .about-text img {
        width: 100%;
        margin-bottom: 20px;
    }

    .logo img {
        position: relative;
        right: -145px;
        width: 100%;
    }

    header div.header-whatsapp {
        margin-top: -5px;
        right: 8px;
        width: 8%;
    }


    .header-intro-clearance .header-bottom .header-right p {
        font-size: 10px;
    }

    .title_page_images h2 {
        font-size: 18px;
    }

    .main .intro-slide .intro-subtitle {
        color: #000;
        font-weight: 600;
        font-size: 25px;
        padding-left: 20px;
        padding-bottom: 0px;
        text-transform: capitalize;
    }

    .main .intro-slide .intro-title {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        text-transform: capitalize;
    }

    .main .intro-slide .readmore {
        padding-left: 20px;
        text-transform: capitalize;
    }

    .intro-slider-container,
    .intro-slide {
        height: 210px !important;
        background-color: #f5f6f9;
    }

    .product-image {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .banner-content {
        left: 30px;
        padding-top: 65px;
    }

    .main .intro-slide .intro-subtitle {
        font-size: 17px;
    }

    .main .intro-slide .intro-title {
        font-size: 12px;
    }

    .product-title a {
        font-size: 15px;
    }

    .header-left,
    .header-center,
    .header-right {
        display: grid;
    }

    .top-menu:not(.top-link-menu)>li {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding-right: 2.2rem;
        right: 20px;
    }

    .header-bottom .mobile-menu-toggler {
        padding-top: 0px;
    }

    .logo {
        width: 131%;
        margin-left: 83px;
        display: block;
        margin-top: -50px;
        margin-bottom: 0px;
        flex-shrink: 0;
        min-height: 25px;
    }

    .owl-pagination {
        display: none;
        margin-top: 10px;
    }

    h3.about-title {
        margin-top: 20px;
    }

    .modal-content {
        top: -100px;
    }

    .modal-body {
        padding: 0px;
    }

    .banner {
        display: none;
    }

    .abouts img.image {
        border: 5px solid #fff;
        z-index: 99;
        box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    }

    .section-title .iconimage {
        width: 19%;
        top: 12%;
        right: 41%;
    }
}

@media (max-width: 340px) {
    .header-search .search-wrapper-wide {
        width: 260px
    }

    .compare-dropdown,
    .wishlist,
    .account,
    .wishlist-link {
        display: none !important
    }
}