@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
    .search-bar .input-group-text {
        width: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .category-row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .category-row > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .naturally-row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .naturally-row > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }
    .slick-list {
        margin: 0 -20px;
    }
    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }
}

@media (max-width: 1199px) {
    #top-nav-fixed {
        height: auto;
        padding-top: 44px;
        padding-bottom: 12px;
    }
    #top-nav-fixed.sticky {
        height: auto;
    }
    header .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .icon-menu {
        position: absolute;
        left: -15px;
        right: -15px;
        top: -44px;
        background-color: #f5f5f5;
        padding: 7px 20px;
    }
    .icon-menu .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-end;
    }
    .banner-section .carousel-caption {
        right: 5%;
        left: 5%;
        padding-top: 0;
    }
    .slick-list {
        margin: 0 -15px;
    }

    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .new-arrivals-slider .slick-slide img {
        max-width: 280px;
    }
    .befor-after {
        position: relative;
        bottom: 0;
        margin-bottom: -140px;
    }
    .product-navmain.sticky {
        top: 109px;
    }

}

@media (max-width:991px) {
    .navbar-brand {
        width: 170px;
    }
    .navbar-collapse {
        margin-top: 20px;
    }
    header .navbar-light .navbar-collapse .navbar-nav .nav-link {
        font-size: 14px;
        margin: 10px 0px;
    }
    .slick-prev, .slick-next {
        width: 35px;
        height: 35px
    }
    .slick-prev::before, .slick-next::before {
        width: 13px;
        height: 13px;
        background-size: 100% !important;
    }
    .pro-content, .new-arrivals-slider .pro-content {
        padding: 20px 0px 0px;
    }
    .category-sml, .category-large {
        height: auto;
        padding: 30px;
    }
    .category-sml h2 {
        padding-top: 0px;
    }
    .category-large-img {
        margin-top: 0;
    }
    .pro-type {
        margin-bottom: 20px;
    }
    .naturally-icons img {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .footer-link {
        margin-bottom: 30px;
    }
    .picZoomer-pic-wp {
        max-width: 100%;
        height: auto !important;
    }
    .product-navmain .nav-link {
        font-size: 13px;
    }
    .btn-review {
        width: 200px;
    }
    #top-nav-fixed.sticky .navbar-brand img {
        max-width: 100%;
    }
    .product-navmain.sticky {
        top: 118px;
    }
    .left-sidebar {
        max-width: 290px;
        width: 290px;
        min-height: 100vh;
        position: fixed;
        left: -290px;
        z-index: 1031;
        transition: all .5s;
    }
    .left-sidebar-inner {
        height: calc(100vh - 120px);
        overflow: auto;
    }
    .left-sidebar-show {
        left: 0px;
        transition: all .5s;
    }
    .menu-line-icon {
        display: none;
        position: absolute;
        top: 20px;
        left: 250px;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 45px;
        height: 45px;
        background-color: #de9538;
        transition: transform 250ms ease;
        cursor: pointer;
        z-index: 200;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }
    .left-sidebar .menu-line-icon {
        top: 100px;
        left: 290px;
    }
    .menu-line-icon span {
        position: relative;
        display: block;
        width: 50%;
        height: 2px;
        background-color: #fff;
        float: left;
        transform-origin: center center;
        transition: transform 250ms ease;
        z-index: 200;
    }
    .menu-line-icon span:nth-of-type(1) {
        transform: translateY(-5px);
    }
    .menu-line-icon span:nth-of-type(3) {
        transform: translateY(5px);
    }
    .left-sidebar-show .menu-line-icon {
        top: 0;
        left: auto;
        right: 0;
    }
    .left-sidebar-show .menu-line-icon span:nth-of-type(1) {
        transform: translateY(1px) rotate(45deg);
    }
    .left-sidebar-show .menu-line-icon span:nth-of-type(2) {
        display: none;
    }
    .left-sidebar-show .menu-line-icon span:nth-of-type(3) {
        transform: translateY(-1px) rotate(-45deg);
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    header .navbar-light .navbar-collapse .navbar-nav .nav-link {
        font-size: 12px;
        margin: 0px 12px;
    }
    #banner-carousel .carousel-item > img {
        min-height: 420px;
        object-fit: cover;
        object-position: 60%;
    }
    .banner-section .carousel-caption {
        max-width: 460px;
    }
    .banner-section h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner-section p {
        margin-bottom: 30px;
    }
    .category-sml {
        margin-bottom: 0px !important;
        margin-top: 40px;
        text-align: center;
        padding: 10px 30px;
        height: 100%;
    }
    .section-title2 {
        font-size: 40px;
    }
    .octopus-img:before {
        transform: translateX(35%);
    }
    .befor-after {
        left: auto;
        bottom: -140px;
        max-width: 250px;
    }

}

@media (max-width:767px) {
    #banner-carousel .carousel-item > img {
        min-height: 260px;
        object-fit: cover;
        object-position: 80%;
    }
    .banner-section .carousel-caption {
        max-width: 300px;
    }
    .banner-section h1 {
        font-size: 24px;
        text-shadow: 2px 2px 4px #fff;
        margin-bottom: 15px;
    }
    .banner-section .btn-orange-lg {
        min-width: 120px;
        padding: 8px 15px 5px;
        font-size: 12px;
    }
    .section {
        padding-top: 40px;
    }
    .section-title {
        font-size: 30px;
        padding: 25px 0 20px;
    }
    .section-title:before {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }
    .single-prodcut {
        margin-bottom: 20px;
    }
    .category-large {
        padding: 30px;
        height: auto;
        margin-bottom: 40px;
    }
    .category-box {
        text-align: center;
    }
    .category-box h2 {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .btn-orange {
        min-width: 140px;
        padding: 10px 15px 5px;
        font-size: 15px;
    }
    .octopus-img {
        height: auto;
        padding: 30px;
    }
    .treat-yourself-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-title2 {
        font-size: 30px;
    }
    .pro-type {
        font-size: 16px;
    }
    .different-section {
        padding: 0;
    }
    .different-left {
        text-align: center;
        padding-top: 30px;
    }
    .logo-bg {
        bottom: -50px;
    }
    .after-before-section > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .after-before-section > .row >[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .after-before-section {
        padding: 20px;
        margin-top: 50px;
        text-align: center;
    }
    .befor-after {
        position: relative;
        bottom: -20px;
        margin-bottom: -50px;
    }
    .subcribe-section {
        margin-top: 50px;
        padding: 40px 0;
        min-height: inherit;
    }
    .subcribe-section h2 {
        font-size: 24px;
    }
    footer {
        padding-top: 40px;
    }
    .copyright {
        margin-top: 30px;
        padding: 15px 0 10px;
        text-align: center;
    }
    .search-bar {
        padding: 0px 60px 0px 20px;
    }
    .search-bar .close {
        right: 20px;
    }
    .treat-yourself-right:after, .different-section:before, .different-section:after, .octopus-img:before {
        display: none;
    }
    .product-detail-page.section-md {
        padding-top: 20px;
    }
    h2.product-name-detail {
        font-size: 22px;
        margin-top: 30px;
    }
    h2.product-page-title {
        font-size: 22px;
    }
    .border-bottom-div {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .average-rating-main {
        margin: auto;
    }
    .all-rating-main {
        border: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin: 20px 0;
    }
    .product-navmain.sticky {
        top: 109px;
    }
    .product-navmain .nav-link {
        font-size: 12px;
        padding: 0.5rem;
    }

}
