@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .shop-category {
        width: 230px;
        padding: 12px;
        margin-top: 16px;
    }
    .shop-category h4 {
        font-size: 18px;
    }
    .search {
        margin-top: 0px;
    }
    .cart-wrap {
        margin-top: 0px;
    }
    .site-menu {
        width: 231px;
        top: 108px;
    }
    .site-menu ul li {
        width: 230px;
    }
    .site-menu ul li ul {
        left: 230px;
    }
    .site-menu ul li ul li ul {
        width: 230px;
        left: 230px;
    }
    .info-wrap img {
        height: 25px;
    }
    .info-wrap h6 {
        font-size: 16px;
        font-weight: 800px;
    }
    .offer-item img {
        max-height: 70px;
    }
    .offer h4 {
        font-size: 10px;
        font-weight: 800;
        padding: 10px;
        margin: 0px;
    }
    .offer-wrap-btm h5 {
        font-size: 14px;
    }
    .offer-wrap-btm h6 {
        font-size: 16px;
    }
    .category-cont img {
        height: 80px;
    }
    .category-cont h6 {
        font-size: 14px;
    }
    .combo-item img {
        max-height: 70px;
    }
    .combo-wrap-top {
        min-height: 125px;
    }
    .combo-wrap-btm h5 {
        font-size: 14px;
    }
    .combo-wrap-btm h6 {
        font-size: 16px;
    }
    .trending-item img {
        max-height: 70px;
    }
    .trending-wrap-top {
        min-height: 125px;
    }
    .trending-wrap-btm h5 {
        font-size: 14px;
    }
    .trending-wrap-btm h6 {
        font-size: 16px;
    }
    .nuts-inner {
        padding-left: 100px;
    }
    .card-option,
    .paypal {
        background-size: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-header {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .for-desktop {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .for-desktop {
        display: none;
    }
    .for-laptop-mobile {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .menu-desktop {
        display: none;
    }
    .topbar {
        display: none;
    }
    /*-----style for mobile menu starts--------*/
    .dropdown-toggle {
        padding: 0px;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .dropdown-menu {
        top: 20px !important;
        border-radius: 0px;
    }
    .dropdown-item {
        color: #5f5f5f !important;
        font-size: 14px;
        padding: 4px 8px;
    }
    .mobile-header {
        width: 100%;
        padding: 10px 0px;
        background-color: #ffffff;
    }
    .menu-icon {
        cursor: pointer;
    }
    .menu-icon span {
        display: none;
        font-size: 24px;
        color: #c1171e;
    }
    .mobile-map span {
        display: table;
        font-size: 14px;
        color: #ffffff;
        margin: 0 auto;
    }
    .mobile-user ul {
        float: right;
    }
    .mobile-user ul li {
        display: inline-block;
        font-size: 18px;
        margin-left: 10px;
    }
    .mobile-user ul li:first-child {
        margin-left: 0px;
        display: none;
    }
    .mobile-user ul li a {
        color: #c1171e;
    }
    .mobile-search {
        
        padding: 0px;
    }
    .mobilemenu-inner {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 20;
        padding: 0px;
        width: 300px;
        height: 100%;
        overflow-y: scroll;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .active-menu {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mobilemenu-outer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .active-outer {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mobilemenu-inner h5 {
        font-size: 18px;
        padding: 10px 0px;
        background-color: #ec1c24;
        color: #fff;
        text-align: center;
    }
    .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 2px 10px;
        background-color: #ffffff;
        font-size: 20px;
        color: #5f5f5f;
        cursor: pointer;
    }
    .mobilemenu-inner ul li {
        display: block;
        font-size: 16px;
        position: relative;
    }
    .mobilemenu-inner ul>li>a {
        display: block;
        padding: 8px 15px;
        color: #5f5f5f;
    }
    .mobilemenu-inner ul>li>a:hover,
    .mobilemenu-inner ul>li>a:focus {
        text-decoration: none;
    }
    .sub-cat {
        display: none;
        padding-left: 10px;
        background-color: #f0f3ed;
        border-bottom: 1px solid #e3e3e3;
    }
    .product-cat {
        display: none;
        padding-left: 10px;
    }
    .cat-item {
        border-bottom: 1px solid #e3e3e3;
    }
    .cat-arrow {
        position: absolute;
        right: 10px;
        padding: 4px 8px;
        display: block;
        top: 8px;
        font-size: 12px;
        color: #5f5f5f;
        line-height: 18px;
    }
	
	.dropdown-menu { min-width: 1rem; left: -18px;}
	.product-item {padding: 5px;}
	
	
    /*---------style for mobile menu ends------*/
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mobile-logo img {
        /* width: 79px; */
    }
	
	.search {width: 100%; margin-left:0;}
	
	
    .info-wrap img {
        width: 25px;
    }
    .info-wrap h6 {
        font-size: 14px;
        font-weight: 700;
        margin-left: 10px;
    }
    .info-wrap h6 span {
        font-size: 14px;
    }
    .info-bar ul {
        justify-content: space-between;
    }
    .heading h1,
    h2,
    h4 {
        margin: 20px 0px;
    }
    .category-cont {
        width: 50%;
    }
    .cat-4 {
        background-color: #f2ffde;
    }
    .cat-5 {
        background-color: #f2ffde;
    }
    .cat-9 {
        background-color: #f2ffde;
    }
    .fruit-vegetables h3 {
        font-size: 40px;
    }
    .fruit-vegetables p {
        font-size: 16px;
        padding: 0px 30px;
    }
    .btn-shop {
        margin-top: 20px;
    }
    .nuts-inner {
        padding-left: 50px;
    }
    .top-footer p {
        padding: 27px 0 0 0;
    margin: 0;
    }
	
	.btm-footer {    padding: 4px 0px;}
	btm-footer p {
    font-size: 13px;}
	
	
    .f-col-2 ul {
        column-count: 1;
        margin-top: 20px;
    }
    .f-col-2 ul li {
        margin-bottom: 10px;
    }
    .f-col-3 ul {
        column-count: 1;
        margin-top: 20px;
    }
    .f-col-3 ul li {
        margin-bottom: 10px;
    }
    .site-carousel {
        margin-top: 2px;
    }
    button.owl-prev {
        position: absolute;
        left: 30px;
    }
    button.owl-next {
        position: absolute;
        right: 30px;
    }
    .inner-carousel {
        margin-top: 68px;
    }
    .show-by {
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }
    .sort-by {
        float: left;
        margin-top: 20px;
    }
    .details-outer {
        padding-top: 68px;
    }
    .usp-wrap {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }
    .usp-wrap h6 {
        margin-left: 0px;
        font-size: 12px;
        margin-top: 10px;
    }
    .usp-wrap h6 span {
        font-size: 12px;
    }
    .btm-left {
        width: 50%;
    }
    .btm-right {
        width: 50%;
    }
    .cart-info {
        margin-top: 30px;
    }
    .innerpage-outer {
        /*padding-top: 68px; */
    }
	
	.featured-name {
    transform: none;
    height: 104px;
    width: 192px;
    left: 19%;
}

.featured-name h4 {
    padding: 0px 0;
    font-size: 19px;
    margin: 17px;
}

.f-col-4 ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}



}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .mobile-logo img {
        height: 35px;
    }
	
	.featured-name {
    transform: none;
    height: 92px;
    width: 164px;
    left: 17%;
	    bottom: -3px;
}

.featured-name h4 {
    padding: 0px 0;
    font-size: 17px;
    margin-top: 17px;
}

.site-carousel {
    margin-top: 3px;
}

.mobile-logo img {
    height: 65px;
}

.search {width: 100%;margin-left: 11px;}

}

@media only screen and (max-width: 767px) {
    .info-wrap {
        display: block;
        padding: 20px 0px;
        text-align: center;
    }
    .info-wrap img {
        height: 25px;
    }
    .info-wrap h6 {
        font-size: 15px;
        font-weight: 700;
        margin-left: 0px;
        margin-top: 10px;
    }
    .category-cont {
        width: 50%;
    }
    .cat-4 {
        background-color: #f2ffde;
    }
    .cat-5 {
        background-color: #f2ffde;
    }
    .cat-9 {
        background-color: #f2ffde;
    }
    .fruit-vegetables h3 {
        font-size: 40px;
    }
    .nuts-inner {
        padding-left: 30px;
    }
    .heading h1,
    h2,
    h4 {
        margin: 20px 0px;
    }
    .top-footer p {
        margin: 30px 0px;
    }
    .site-carousel {
        margin-top: 68px;
    }
    button.owl-prev {
        position: absolute;
        left: 20px;
    }
    button.owl-prev img {
        width: 20px;
    }
    button.owl-next {
        position: absolute;
        right: 20px;
    }
    button.owl-next img {
        width: 20px;
    }
    .show-by {
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }
    .sort-by {
        float: left;
        margin-top: 20px;
    }
    .inner-carousel {
        margin-top: 68px;
    }
    .left-panel {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: #ffffff;
        overflow-y: scroll;
        border-right: none;
        padding: 10px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }
    .filter-active {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    .left-panel-outer {
        position: fixed;
        z-index: 15;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }
    .outer-active {
        width: 100%;
    }
    .filter-icon {
        display: block;
        position: fixed;
        left: 0;
        top: 64%;
        padding: 4px 12px;
        background-color: #90d329;
        z-index: 5;
        color: #ffffff;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        cursor: pointer;
    }
    .filter-icon span {
        display: block;
        font-size: 18px;
    }
    .filter-close {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
        padding: 2px 10px;
        background-color: #ffffff;
        font-size: 20px;
        color: #5f5f5f;
        cursor: pointer;
    }
    .details-outer {
        padding-top: 55px;
    }
    .product-details-cont {
        margin-top: 30px;
    }
    .usp-wrap {
        padding: 10px 0px;
    }
    .usp-wrap {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }
    .usp-wrap h6 {
        margin-left: 0px;
        font-size: 12px;
        margin-top: 10px;
    }
    .usp-wrap h6 span {
        font-size: 12px;
    }
    .cart-info {
        margin-top: 20px;
    }
    .innerpage-outer {
       /* padding-top: 68px; */
    }
	
	
	.site-carousel {
    margin-top: 3px;
}

.mobile-logo img {
    height: 65px;
}
}


@media only screen and (max-width: 767px) and (min-width: 576px) {
    .item-img {
        width: 35%;
    }
    .item-info {
        width: 65%;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-user ul li:first-child {
        display: inline-block;
    }
    .mobile-search {
        position: absolute;
        width: 75%;
        top: 6px;
        margin-top: 0px;
        z-index: 10;
        background-color: #fff;
        left: 0;
        display: none;
        margin-left: 77px;
    }
	
	.about_us {
    padding: 6px 0;}
	
	.about_us p {
    font-size: 14px;
    line-height: 21px;
}

.featured-name h4 { padding: 0px 0; font-size: 13px; margin:0;}
	
    .mobile-search input {
        border-radius: 0px;
    }
    .search button {
        border-radius: 0px;
    }
    .heading a {
        position: relative;
        float: right;
        margin-bottom: 10px;
    }
    .mobile-logo img {
        /* width: 82px; */
    }
    .site-carousel {
        margin-top: 10px;
    }
    .dropdown-menu {
        top: 14px !important;
    }
    .sort-by {
        display: none;
    }
    .show-by {
        display: none;
    }
    .inner-carousel {
        margin-top: 56px;
    }
    .product-wrap-btm h5 {
        font-size: 14px;
    }
    .product-wrap-btm h6 {
        font-size: 16px;
    }
    .innerpage-outer {
        padding-top: 15px;
    }
	
	.featured-name {
    transform: none;
    height: 67px;
    width: 134px;
    left: -1%;
}

.featured-name h4 {
    padding: 0px 0;
    font-size: 13px;
    margin: 0;
}
}

@media only screen and (max-width: 480px) {
    .info-bar {
        display: none;
    }
    .nuts-inner p {
        width: 100%;
    }
    .nuts-inner {
        padding: 0px 15px;
    }
    .mobilemenu-inner {
        width: 250px;
    }
    .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 2px 10px;
        background-color: #ffffff;
        font-size: 20px;
        color: #5f5f5f;
    }
    button.owl-prev {
        left: 15px;
    }
    button.owl-next {
        right: 15px;
    }
    button.owl-prev img {
        width: 10px;
    }
    button.owl-next img {
        width: 10px;
    }
    .heading h1,
    h2,
    h4 {
        font-size: 20px;
        margin: 10px 0px;
    }
    .category-cont img {
        height: 70px;
    }
    .category-cont h6 {
        font-size: 12px;
        font-weight: 400;
    }
    .fruit-vegetables h3 {
        font-size: 24px;
    }
    .fruit-vegetables p {
        font-size: 16px;
        font-weight: 400;
        padding: 0px 15px;
    }
    .cart-item {
        display: block;
    }
    .item-img {
        width: 100%;
    }
    .item-info {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .delivery-option {
        display: block;
        text-align: center;
    }
    .delivery-icon {
        width: 100%;
    }
    .delivery-text {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .delivery-text h3 {
        font-size: 16px;
    }
    .return-option {
        display: block;
        text-align: center;
    }
    .return-icon {
        width: 100%;
    }
    .return-text {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .return-text h3 {
        font-size: 16px;
    }
    .card-option {
        background: none;
    }
    .remove-cart {
        top: 0;
        right: 0;
    }
    .cart-cont {
        width: 270px;
        padding: 10px;
    }
    .cart-cont-close {
        right: 280px;
    }
	
.featured-name { transform:none; height: 67px; width: 134px;     left: -1%; }	
	
	
	
	
	
	
}

@media only screen and (max-width: 375px) {}