@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .navbar-brand img {
        max-width: 90px;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .username {
        width: 130px !important;
    }
    .search-box {
        width: 330px;
    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }    
}

@media (max-width: 1199px) {
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .banner-section h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner-section p {
        display: none;
    }
    .hex-content {
        transform: translateY(0px) !important;
    }
    .hex-content .btn-red {
        display: none;
    }
    .cart-wishlist {
        transform: translateX(0px);
    }
    .pro-shop-btn, .hexagon-product:hover::after {
        display: none;
    }

    .product-details .slick-next, .product-details .slick-prev {
         opacity: 1;         
    }
    .product-details .slick-next {
        right: 10px;
    }
    .product-details .slick-prev {
        left: 10px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .hexagon-cate {
        width: 180px;
        height: 155px;
        margin-left: -20px;
    }
    .hexagon-cate-large, .hexagon-trending {
        width: 360px;
        height: 311px;
        margin-left: 0px;
    }
    .hexagon-cate-large, .hexagon-trending {       
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {    
    .top-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    /*.header-right {
        width: 85%;
    }*/
    .search-box {
        width: 240px;
    }
    .zipcode, .username {
        width: 80px !important;
    }
    .slash {
        margin: 0 10px -10px;
    }
    header .btn-red {
        padding: 9px 15px 7px !important;
        min-width: inherit;        
    }
    header .signup-btn {
        padding-top: 8px !important;
        padding-bottom: 6px !important;
    }
    .hexagon-cate {
        width: 180px;
        height: 155px;
        margin-left: -50px;
    }
    .middle-hexa .hexagon.hexagon-cate {
        margin-left: 0;
    }
    .hexagon-cate-large {
        width: 480px;
        height: 415px;
        margin-left: 0px;
    }
}

@media (max-width:991px) {    
    .navbar-light .navbar-toggler {
        padding: 0;
        position: absolute;
        top: 10px;
        right: 0;
    }    
    .navbar-light .navbar-brand {
        max-width: 70px;
    }
    .top-header {
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .search-box {
        width: auto;
        display: none;
        margin-bottom: 5px;
        position: fixed;
        left: 0;
        right: 0;
        background-color: #444;
        top: 90px;
        padding: 30px 15px;
        z-index: 1
    }
    .field-borderd {    
        height: 26px;
        padding: 0;
    }
    .navbar-light .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .banner-section .carousel-caption {
        right: 8%;
        left: 8%;
    }    
    .middle-hexa .hexagon-cate {
        margin-left: -10px;
    }
    .supplier-certificate {
        margin-top: 30px;
    }
    .certificate-thumbs {
        width: 100%;
    }
    .picZoomer-zoom-wp {
        display: none !important;
    }
    #parant_sort_products .select2-container {
        max-width: 170px;
    }
    .search-login-area {
        /*margin-top: -20px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-right {
        width: 85%;
    }
    .subscribe-col {
        margin-top: 40px;
    }
    /*.search-box {
        position: fixed;
        right: 100px;
        top: 0;
        padding: 20px 0 0;
        z-index: 1;
        width: 70%;
    }*/
    #top-nav-fixed {
        padding: 10px 15px 15px;
    }
    .top-header {
        margin-bottom: 15px;
        padding-bottom: 25px;
    }
    .top-header .list-inline {
        margin-top: 10px;
    }
    .username {
        width: 100px !important;
    }
    .zipcode {
        width: 90px !important;
    }
    .sending-to .form-inline {
        justify-content: flex-end;
    }
    /* .sending-to {
        margin-bottom: 15px;
    } */
    .search-box {
        margin-bottom: 15px;
        top:120px;
    }
    .search-box .input-group {
        max-width:75%;
        margin-left:auto;
        margin-right:auto;
    }
    .google-map {
        margin-bottom: 80px;
    }
}

@media (max-width:767px) {
    #top-nav-fixed {
        height: auto;
        padding: 5px 15px 10px;
    }    
    #navbar-main {
        position: fixed;
        left: 0;
        top: 100px;
        right: 0;
        background-color: #333;
        z-index: 1;
    }
    .header-right {
        flex: 1 1 0%;
    }
    .navbar-light .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }
    .top-header .list-inline {
        margin-right: 50px;
        margin-top: -58px;
    }
    .signup-btn {        
        margin: 15px 0 0;
    }
    .sending-to label {
        display: block;
        width: 100%;
    }
    .zipcode {
        width: 40% !important;
    }
    .username {
        width: 45% !important;
    }
    .banner-section {
        margin-top: 106px;
    }
    .banner-section .carousel-item > img {
        height: 260px;
        /*object-fit: cover;*/
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
        z-index: 10;
    }
    .banner-section .carousel-control-prev {
        left: 5px;
    }
    .banner-section .carousel-control-next {
        right: 5px;
    }
    .banner-section .carousel-caption {
        right: 5%;
        bottom: 10px;
        left: 5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner-section h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }    
    .banner-section .btn-lg {
        min-width: 120px;
        padding: 6px 20px !important;
    }
    .banner-img {
        max-width: 150px;
    }
    .section {
        padding: 40px 0;
    }
    .section-title {
        font-size: 22px;
        font-weight: 600;        
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto 25px;
    }
    .section-title::before, .section-title::after {        
        width: 15px;
        height: 14px;        
        background-size: 100%;
    }
    .hexagon-cate, .hexagon-trending {
        width: 275px;
        height: 238px;
        margin-left: 0;
    }
    .hexagon-cate, .hexagon-trending {        
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hexagon-cate-large .hex-content h3 {
        font-size: 20px;
    }    
    .offer-title {
        font-size: 36px;        
    }
    .trending-pro {
        margin-bottom: 40px;
    }
    .trending-pro .hexagon-trending,
    .gift-pro .hexagon-trending {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .trending-gift-section .section-title + p {
        margin-bottom: 15px;
    }
    .footer-strip {       
        padding-bottom: 0;
    }
    .footer-strip .media {
        margin-bottom: 25px;
    }
    footer {
        padding-top: 40px;
    }
    .footer-strip h5 {
        font-size: 18px;
    }
    .links-col {
        display: block;
        margin: 40px 0;
    }
    footer h6 {
        margin-bottom: 15px;
    }
    .links-col li {
        margin-bottom: 10px;
    }
    .copyright {
        margin-top: 40px;
        padding: 20px 0 15px;
        text-align: center;
    }
    .social-icons {
        margin-bottom: 10px;
    }
    .scrollToTop {
        right: 10px;
       
        bottom: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;        
        font-size: 12px;        
    }

    /* inner pages */
    .inner-pages {
        margin-top: 106px;
    }
    .product-name-title {
        font-size: 26px;
    }
    .second-title {
        font-size: 20px;
        font-weight: 600;
    }
    .user-pic, .user-pic img {
        width: 30px;
        height: 30px;
    }
    .user-dropdown {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 1;
    }
    .user-dropdown .dropdown-toggle::after {
        display: none;
    }
    .pro-quantity .tooltips .tooltiptext {
        right: 0;
        top: 20px;
    }
    .sidebar-filter {
        margin-bottom: 40px;
    }
    .pro-sort {
        position: relative;
        margin-left: auto;
        display: table;
    }
    .sidebar-filter .custom-control.custom-checkbox {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .login-page .chekout-form {
        padding: 25px 20px;
    }
    .contact-page-address {
        padding: 40px 30px;
        margin-bottom: 40px;
    }
    .contact-col {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .contact-col:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .google-map {
        margin-bottom: 40px;
    }
    .google-map iframe {
        height: 380px;
    }
}

@media (max-width:400px) {
    .recently-viewed .slick-list .hexagon {
        width: 220px;
        height: 190px;
    }
    .recently-viewed .slick-list {
        padding-right: 80px !important;
    }
    
}