@media (min-width: 1000px) {
    .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;
        
        right: 0px;
        top: -44px;
        background-color: #ffffff;
        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: 20px;
    }
    .slick-prev {
        left: 20px;
    }

}

@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: 0px;
    }
    .pro-type {
        margin-bottom: 20px;
    }
    .naturally-icons img {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .naturally-row{
        margin-left: 4px;
    }
    
    .product-naturally-icons {
        /* transition: all .4s; */
        /* display: inline-flex; */
        /* max-width: 18%; */
        margin-left: -17px;
    }
    .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);
    }
.pay-logo{
    width: 35px;
    margin-top: 20px;
    display: flex;
    margin-left: 50px;
}

.text-pay{
    margin-left: 103px;
    margin-top: 10px;
    font-size: 15px;
    color: #ffffff;
}
}

@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: 400px;
    object-fit: contain;
    object-position: 69%;
     
    }

     .carousel-indicators li{
     box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    margin-top: -127px;
}

    .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;
    font-size: 12px;
    margin-top: 84px;
    margin-left: -13px;
    padding: 5px 17px 5px;
    }
.slick-slide img{
    display: inline-block;
    width: 70%;
}
    .slick-slider{
        top:-18px;
}
    .section {
        padding-top: 40px;
    }
    .section-title {
        font-size: 30px;
        padding: 25px 0 20px;
        margin-top:-40px;
    }

      .section-title1{
	    font-size: 30px;
        padding: 25px 0 20px;
        margin-top: -105px;
}

.section-title1:before {
        width: 80px;
        height: 80px;
        background-size: 100%;
}
    .section-title:before {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }
    .single-prodcut {
        margin-bottom: 20px;
    }
    .category-large {
        padding: 30px;
        height: auto;
        margin-bottom: 40px;
    }

    .section-title3{
        font-size: 30px;
        padding: 25px 0 20px;
        margin-top: -40px;
    }

    .section-title3:before {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }

    .category-large:before   
    {
    background-size:contain;
    width: 104%;
    height: auto;
    margin-right:0px;
    margin-left:-6px;
    top:-22px;
   }
    .bodycare-pro:before
   {
   background-size:contain;
   width:104%;
   margin-bottom: 20px;
   margin-right:0px;
margin-left:-6px;
   }

   .haircare-pro:before
   {
   background-size:contain;
   width:104%;
   margin-bottom: 18px;
   margin-right:0px;
margin-left:-6px;
   }
    .category-box {
        text-align: center;
    }
    .category-box h2 {
        /* font-size: 26px;
        margin-bottom: 15px;
        margin-top: 20px; */
        font-size: 21px;
        margin-bottom: 16px;
        margin-top: -39px;
        margin-left: -78px;
        position: absolute;
        top: -22px;
        left: 72px;
        vertical-align: top;
        
    }
    .btn-orange {
        min-width: 140px;
        padding: 10px 15px 5px;
        font-size: 15px;
        position: relative;
        top: -27px;

    }
    .octopus-img {
        height: auto;
        padding: 30px;
    }
    .treat-yourself-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-title2 {
        font-size: 30px;
margin-top:10px;
    }
    .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;
height:395px;
    }
    .befor-after {
        position: relative;
        bottom: -20px;
        margin-bottom: -50px;
    }

.owl-controls .owl-page.active{
background-color:#ffffff;
}
    .subcribe-section {
        margin-top: -5px;
        padding: 40px 0;
        min-height: inherit;
        margin-right: 98px;
}
    
    /*.subcribe-section h2 {
        font-size: 24px;
    }*/
    footer {
        padding-top: 40px;
    }

    .proo-title2{
        white-space: nowrap;
        font-size: 14px;
        color: #f8f9fa;
        line-height: 40px;
        /* margin-left: -105px; */
        margin-right: -30px;
    }

    .proo-title{
        color: #f8f9f3 !important;
        font-size: 20px;
        line-height: 40px;
        white-space: nowrap;
        /* margin-left: -90px; */
        margin-right: -107px;
    }

    /* .input-group-append{

        margin-right: 338px;
    } */

    .social-icons{
       
            margin-top: 30px;
            margin-bottom: 25px;
            padding: 0px;
            margin-left: 125px;
        
    }
    .input-group{

        margin-left: 90px;
    }
    .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;
    }
.product-count-single{
margin-bottom:44px;
}

.items{
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-left: 30px;
margin-top:80px;
   
}

.picZoomer-pic{
margin-top:105px;
}

.product-detail-img{
margin-top:90px;
}
}
