@media (min-width: 992px) {
    .dropdown-menu,
    .dropdown-content {
        animation: animationmenus ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        /*when the spec is finished*/
        -webkit-animation: animationmenus ease 0.5s;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        /*Chrome 16+, Safari 4+*/
        -moz-animation: animationmenus ease 0.5s;
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        /*FF 5+*/
        -o-animation: animationmenus ease 0.5s;
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        /*Not implemented yet*/
        -ms-animation: animationmenus ease 0.5s;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards;
    }
    .product-container {
        overflow: hidden;
    }
    .product-container .product-image-container .product-img-link {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .product-container .product-image-container .product-img-link:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 1px;
        width: 100%;
        height: 100%;
        z-index: 1;
        visibility: hidden;
        background-color: #333333;
        background-color: rgba(51, 51, 51, 0.3);
        zoom: 1;
        background-color: transparent\9;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .product-container .product-image-container img {
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s;
    }
    .product-container .box-buttons {
        z-index: 2;
        visibility: hidden;
        right: -40px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .product-container:hover .product-image-container .product_img_link:before {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .product-container:hover .product-image-container img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
    }
    .product-container:hover .box-buttons {
        visibility: visible;
        right: 0px;
    }
}

@media (max-width: 1199px) {
    .mg-bottom-90 {
        margin-bottom: 90px;
    }
    #top-header .main-header .header-block {
        padding: 0px 12px;
    }
    #top-header .main-header .main-nav>ul>li>a {
        padding: 0 10px;
    }
    .product-category-slider .item-hover-view-cart:hover .product-cart-icon {
        bottom: 15px;
    }
    .newsletter .title h2 {
        font-size: 30px;
    }
    /* .deal-layout .manufacturers-block .price {display: none !important; } */
    .product-category-slider .product .product-content .product-info {
        padding: 20px 25px;
    }
    .home-2 .sm-text-center {
        text-align: center;
    }
    .home-2 .sm-text-center .page-title {
        text-align: center !important;
    }
    .home-2 .sm-text-center .page-title .title-icon {
        text-align: center !important;
    }
    .home-2 .sm-text-center .page-title .title-h2 {
        background-position: center bottom !important;
        margin-bottom: 20px;
    }
    .home-2 .sm-text-center .page-title .description {
        margin: auto;
    }
    .home-2 main .our-history .layout-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .home-2 main .our-history .layout-right {
        max-width: 730px;
        margin: auto;
    }
    .home-2 main .store .img-left {
        justify-content: center !important;
        display: block !important;
        text-align: center;
    }
    .home-2 main .store .inner .inner-content {
        width: 100%;
        padding: 0 40px;
    }
    .home-2 main .deal-layout .title.item-content {
        margin-top: 40px;
    }
    .review .submit {
        margin-top: 15px;
    }
    .product-category-slider .title-h2 {
        font-size: 30px;
    }
    .product-category-slider .title-main {
        font-size: 20px;
    }
    .product-category-slider .product-info .product-name {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .home-3 .oars-store {
        background-size: cover;
    }
    .home-3 .oars-store .img-left {
        margin-left: 0;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-1 .testimonials .item .item-img {
        width: 200px;
    }
    .sidebar .recent-posts .media .post-info {
        padding: 0 8px;
    }
    .sidebar .recent-posts .media .post-info p {
        font-size: 13px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .article-info li:not(:last-child):before {
        content: none !important;
    }
}

@media (max-width: 991px) {
    .pd-top-0 {
        padding-top: 0 !important;
    }
    .m-align-center {
        text-align: center;
    }
    .mg-top-10 {
        margin-top: 10px;
    }
    .mg-top-50 {
        margin-top: 50px;
    }
    .mg-bottom-10 {
        margin-bottom: 10px;
    }
    .mg-bottom-20 {
        margin-bottom: 20px;
    }
    .mg-bottom-30 {
        margin-bottom: 30px;
    }
    .mg-bottom-50 {
        margin-bottom: 50px;
    }
    .d-xs-none {
        display: none !important;
    }
    .main-nav {
        display: none;
    }
    .mg-lf-0 {
        margin-left: 0 !important;
    }
    .btn-menu {
        display: block;
        position: absolute;
        right: 15px;
    }
    .p-right-15 {
        padding-right: 15px;
    }
    .p-left-right {
        padding-left: 0;
        padding-right: 0;
    }
    .p-right-0 {
        padding-right: 0;
    }
    .p-bottom-15 {
        padding-bottom: 15px;
    }
    #top-header .main-header .index-bars .popup-title {
        width: 6px;
    }
    .blog-news .card-container {
        margin-bottom: 0;
    }
    .store .inner {
        margin: 0;
    }
    .product-category-slider .item .product-container .product-img-link {
        border: 1px solid #f5f6fb;
        display: inline-block;
    }
    .blog-masory .blog-news .block-content {
        padding-bottom: 0;
    }
    .deal-layout .title.item-content {
        margin-top: 50px;
    }
    #top-header {
        height: inherit;
        line-height: inherit;
    }
    #top-header .main-header .center-sm {
        text-align: center;
    }
    .menu-right .info-header {
        width: inherit;
        padding: 15px 15px 50px 15px;
        z-index: 22;
        background-color: #fff;
        position: relative;
        height: 100vh;
    }
    .menu-right .info-header aside.pd-bottom-30 .fs-18 {
        font-size: 15px;
        color: #272727;
        margin-right: 30px;
        margin-left: 0;
    }
    .menu-right .info-header .check-box .font-italic.float-right {
        display: block;
    }
    .menu-right .info-header .user-page .m-bottom-20 {
        margin-top: 40px;
    }
    .title-main {
        font-size: 22px;
    }
    .title-h2 {
        font-size: 28px;
    }
    .gallery-single-wrap .layout-right {
        padding-left: 15px;
    }
    .feature-products .nav-item:nth-child(1),
    .feature-products .nav-item:nth-child(2),
    .feature-products .nav-item:nth-child(3) {
        margin-bottom: 10px;
    }
    .feature-products .product-tab .item {
        margin-bottom: 45px !important;
    }
    .testimonials .item .item-img {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .testimonials .item .item-img img {
        display: inline-block;
        width: 120px;
    }
    .testimonials .item .item-content {
        width: 100%;
        text-align: center;
    }
    .testimonials .item .item-content .user-info {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .product-category-slider .navigation .best-seller {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .deal-layout {
        padding-top: 70px;
    }
    .deal-layout .manufacturers-block .deal-of-day-carousel .owl-dots {
        position: absolute;
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }
    .blog-news .product-box .article-info li {
        display: inline;
        margin: 0 6px;
        position: relative;
        font-size: 12px;
    }
    .blog-news .product-container {
        margin-bottom: 30px;
    }
    .blog-news .product-box .article-info li:not(:last-child):before {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: rgba(232, 218, 199, 0.5);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer-bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-bottom .about-layout:after {
        content: none !important;
    }
    .testimonial-home {
        padding: 0 15px;
    }
    .product-detail .product-detail-wrap .quantity-wrapper {
        min-width: 70px;
    }
    .product-detail .product-detail-wrap .product-information .purchase-section .purchase {
        margin-right: 15px;
    }
    .product-detail .product-detail-wrap .product-information .purchase-section .purchase .add-to-cart .button-main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .meet-our-team .item {
        margin-bottom: 40px;
    }
    .store .position-img .product-img-link img {
        position: relative;
        bottom: 0;
        width: 80%;
        margin-top: 50px;
    }
    .newsletter {
        background-color: #fff4f4;
        background-image: none;
        text-align: center !important;
    }
    .newsletter div {
        text-align: center !important;
    }
    .newsletter .title {
        margin-bottom: 15px;
    }
    [class~="newsletter"] {
        padding-bottom: 2.5pc;
        padding-top: 2.5pc;
    }
    .home-2 .tiva-slideshow-wrapper .nivoSlider .tiva-caption img {
        display: none;
    }
    .home-2 main .smoothie {
        background-color: #f7eee2;
        background-image: none;
        background-size: cover;
        padding-right: 15px;
        padding-left: 15px;
    }
    .home-2 main .smoothie .title {
        margin-bottom: 20px;
    }
    .home-2 main .smoothie .home-smoothie-content {
        margin-bottom: 20px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left {
        width: 50%;
        width: 50%;
        margin-right: 15px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left .icon-item:nth-child(1) {
        display: flex;
        padding-right: 0;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left .icon-item:nth-child(2) {
        padding-right: 0;
        display: flex;
        margin-bottom: 30px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right {
        width: 50%;
        margin-top: -30px;
        padding-left: 0;
        margin-left: 15px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right .icon-item:nth-child(1) {
        display: flex;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right .icon-item:nth-child(2) {
        padding-left: 0;
        display: flex;
    }
    .home-2 main .smoothie .about-smoothie .deal-layout .page-title.color {
        padding-top: 0;
    }
    .home-2 main .smoothie .about-smoothie .manufacturers-block {
        margin-top: 2rem;
        border: 1px solid white;
        box-shadow: 0 6px 29px 0 rgba(80, 62, 40, 0.12);
    }
    .home-2 main .our-history {
        background: #f5fcf9;
    }
    .home-2 main .our-history .layout-left {
        width: 100%;
        margin-bottom: 0;
    }
    .home-2 main .our-history .layout-right {
        width: 100%;
        margin-top: 3rem;
    }
    .home-2 main .our-history .layout-right .history-chart-content .chart-caption {
        margin-left: 0px;
        margin-right: 0px;
    }
    .home-2 main .store {
        padding: 60px 0;
    }
    .home-2 main .store .item-img {
        padding-top: 0;
    }
    .home-2 main .store .item-img img {
        width: 75%;
    }
    .home-2 main .store .inner {
        margin: 0;
        width: 100%;
    }
    .home-2 main .store .inner .inner-content {
        padding: 0;
        width: 720px;
        margin: auto;
    }
    .home-2 main .deal-layout .title.item-content {
        margin-top: 0;
    }
    .home-2 main .deal-layout .page-title.color {
        padding-bottom: 0;
    }
    .home-3 #top-header .top-bar .top-header-right .currency-group {
        margin-left: 0;
    }
    .home-3 .oars-store {
        background-size: cover;
    }
    .home-3 .oars-store .layout-right {
        width: 100%;
    }
    .home-3 .testimonials {
        background-size: cover;
        text-align: center;
    }
    .home-3 .testimonials .item-content .user-info {
        justify-content: center;
    }
    .home-4 .home-deal-layout .newsletter,
    .home-5 .home-deal-layout .newsletter {
        padding: 50px 0;
        background-size: cover;
    }
    .home-4 .footer .footer-bottom,
    .home-5 .footer .footer-bottom {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .home-4 .footer .shipping .group-store .index-core-group,
    .home-5 .footer .shipping .group-store .index-core-group {
        display: block !important;
        text-align: center;
    }
    .home-4 .footer .shipping .group-store .index-core-group .item-img,
    .home-5 .footer .shipping .group-store .index-core-group .item-img {
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }
    .home-4 .footer .shipping .group-store .index-core-group .item-content h4,
    .home-5 .footer .shipping .group-store .index-core-group .item-content h4 {
        margin-bottom: 10px;
    }
    .home-4 .section-welcome {
        padding: 90px 0;
        background-size: cover;
    }
    .home-4 .feature-products {
        margin-bottom: 15px;
    }
    .home-5 .testimonials {
        padding: 0;
    }
    .home-5 header .btn-menu {
        display: inline-block;
        position: relative;
        right: 0;
    }
    .home-5 main .meats-store {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .home-5 main .meats-store .home-welcome-inner .d-flex {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .home-5 main .meats-store .home-welcome-inner .home-welcome-banner {
        padding-left: 0;
    }
    .home-5 main .meats-store .home-welcome-inner .home-welcome-content {
        padding-top: 30px;
        padding-left: 0;
    }
    .home-5 main .about-smoothie {
        background-image: none;
        background: #f7eee2;
    }
    .home-5 main .home-delivery-process-content .icon-left {
        margin-right: 15px;
    }
    .home-5 main .home-delivery-process-content .icon-right {
        margin-left: 15px;
    }
    .home-5 #top-header .main-header .header-block .popup-content .cart .product-actions .fa-times {
        color: #b95556 !important;
    }
    .home-6 main .stepping {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-6 main .stepping .stepping-wrapper h2 {
        font-size: 35px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .blog-pagination {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .about-us .oars-store .title {
        padding: 15px;
    }
    .blog-masory .masonry {
        -webkit-column-count: inherit;
        -moz-column-count: 3;
        column-count: inherit;
        column-gap: 30px;
        -moz-column-gap: 30px;
        -webkit-column-gap: 10px;
        padding: 0;
    }
    .blog-masory .masonry .card-container {
        margin-bottom: 0;
    }
    .blog-detail .wrap-main .blog-news {
        margin-bottom: 60px;
    }
    .blog-detail .post-navigation div,
    .blog-detail .post-navigation .post-next {
        max-width: 250px;
    }
    .contact-us-02 .header-contact {
        padding: 15px;
    }
    .contact-us-02 .header-contact .item {
        justify-content: start !important;
    }
    .contact-us-03 .contact-03 {
        padding: 0 15px;
    }
    .reset-password .check-out {
        width: 450px;
    }
    .page-404 .page-home .info {
        margin-top: 22px;
        padding: 0 15px;
        margin-bottom: 43px;
    }
    .page-404 .page-home .image p {
        font-size: 180px;
    }
    .page-404 .page-home .image p .size-full {
        margin-top: -40px;
        width: 25%;
    }
    .product-cart .cart-wrapper .cart-section .table td {
        padding: 15px;
    }
    .check-out .check-out-wrap .checkout-coupon .form-row-last .button {
        padding: 14px 8px;
        margin-right: 20px;
        line-height: 20px;
    }
    .product-detail .product-detail-wrap .review-product .tab-content {
        width: 100%;
    }
    .testimonials .item {
        display: block !important;
    }
    .page-title-breadcrumbs {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .gallery-single-01 #top-header .main-header .header-block i {
        line-height: 100px;
    }
    .contact-us-03 .contact-03 #review {
        padding: 0;
        max-width: 600px;
        margin: auto;
    }
    .newsletter .title h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .pd-l-0 {
        padding-left: 0px !important;
    }
    .pd-l-15 {
        padding-left: 15px !important;
    }
    .pd-r-15 {
        padding-right: 15px !important;
    }
    .m-b-0 {
        margin-bottom: 0 !important;
    }
    .m-b-10 {
        margin-bottom: 10px !important;
    }
    .m-b-15 {
        margin-bottom: 15px !important;
    }
    .m-b-30 {
        margin-bottom: 30px !important;
    }
    .m-b-50 {
        margin-bottom: 50px !important;
    }
    .tiva-slideshow-wrapper .tiva-caption {
        display: none;
    }
    .product-category-page .product-default-item #list .item {
        margin-bottom: 60px;
    }
    .product-category-page .product-default-item #list .item .product-thumb {
        margin-bottom: 20px;
    }
    .product-category-page .product-default-item .product-counter {
        display: none;
    }
    .product-detail .product-detail-wrap .layout-left {
        margin-bottom: 10px;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-text-center .page-title .title-icon {
        text-align: center !important;
    }
    .sm-text-center .page-title .title-h2 {
        background-position: center bottom;
    }
    .sm-text-center .page-title .description {
        margin: auto;
    }
    .sm-text-center .group-store .index-core-group {
        margin-bottom: 45px;
        display: block !important;
    }
    .sm-text-center .group-store .index-core-group:last-child {
        margin-bottom: 0;
    }
    .sm-text-center .group-store .index-core-group .item-img {
        width: 100%;
        margin-bottom: 20px;
        display: inline-block;
        text-align: center;
    }
    .sm-text-center .group-store .index-core-group .item-content {
        width: 100%;
        float: left;
        margin: 0;
    }
    .oars-store .img-left {
        padding: 20px 60px 30px 100px;
    }
    .testimonial-home .testimonials .home-testimonials-inner .testimonials-item {
        padding-left: 0;
        padding-right: 0;
    }
    .checkout .check-out-wrap .order-review .cart-collaterals .cart-totals th {
        width: auto;
    }
    .home-2 main .smoothie .home-smoothie-content {
        display: block !important;
        margin-bottom: 40px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left {
        width: 100%;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left .icon-item:nth-child(1) {
        display: flex;
        padding-right: 0;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .home-2 main .smoothie .smoothie-icon.icon-left .icon-item:nth-child(2) {
        padding-right: 0;
        display: flex;
        margin-bottom: 60px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right {
        width: 100%;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right .icon-item:nth-child(1) {
        display: flex;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .home-2 main .smoothie .smoothie-icon.icon-right .icon-item:nth-child(2) {
        padding-left: 0;
        display: flex;
    }
    .home-2 main .smoothie .about-smoothie .deal-layout .page-title.color {
        padding-top: 0;
    }
    .home-2 main .smoothie .about-smoothie .manufacturers-block {
        margin-top: 2rem;
        border: 1px solid white;
        box-shadow: 0 6px 29px 0 rgba(80, 62, 40, 0.12);
    }
    .home-2 main .our-history {
        background: #f5fcf9;
    }
    .home-2 main .our-history .layout-left {
        width: 100%;
        margin-bottom: 0;
    }
    .home-2 main .our-history .layout-right {
        width: 100%;
        margin-top: 3rem;
    }
    .home-2 main .our-history .layout-right .history-chart-content .chart-caption {
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-2 main .store {
        padding: 60px 0;
    }
    .home-2 main .store .inner {
        margin: 0;
    }
    .home-2 main .store .inner .inner-content {
        padding: 0 30px;
        width: 100%;
    }
    .home-3 #top-header .top-bar {
        line-height: 35px;
        padding: 10px 0;
    }
    .home-3 #top-header .top-bar .social-container {
        display: flex;
        justify-content: center;
    }
    .home-3 .best-store .core-item {
        display: block !important;
        margin-bottom: 40px !important;
    }
    .home-3 .best-store .core-item:last-child {
        margin-bottom: 0 !important;
    }
    .home-3 .best-store .core-item .core-caption-group {
        margin-top: 20px;
    }
    .home-3 .mobie-sm-text-center {
        text-align: center;
    }
    .home-3 .testimonials .item {
        margin-bottom: 30px;
    }
    .banner-section .pd-right-0 {
        padding-right: 15px;
    }
    .home-5 header #top-header .main-header .index-bars {
        padding-left: 0;
    }
    .home-5 header #top-header .main-header .cart-block {
        padding-right: 0;
    }
    .home-5 header #top-header .main-header .cart-block .ajax-cart-quantity {
        right: -8px;
    }
    .home-5 main .sider-show {
        padding-left: 0 !important;
    }
    .home-5 main .sider-show .home-slideshow-social {
        display: none;
    }
    .home-6 main .feature-products {
        margin-bottom: 40px;
    }
    .home-6 main .stepping {
        margin-bottom: 50px;
    }
    .page-404 .page-home {
        padding: 60px 0 100px 0;
    }
    .blog-masory .grid-sizer,
    .blog-masory .grid-item {
        width: 100%;
    }
    .blog-masory .product-container {
        margin-right: 0;
    }
    .blog-detail .wrap-main .blog-news {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .reset-password .check-out {
        width: 100%;
    }
    .sm-mg-bottom-0 {
        margin-bottom: 0 !important;
    }
    .btn-menu {
        display: block;
        position: absolute;
        right: 10px;
    }
    .page-404 .page-home .h4 {
        font-size: 28px;
    }
    .page-404 .page-home .button-main {
        width: 220px;
        margin: 0 auto 20px auto !important;
        display: block;
    }
    .post-navigation {
        border-bottom: 1px solid #f5f6fb !important;
        padding-bottom: 25px;
        margin-bottom: 45px;
    }
    .blog-detail .wrap-main .articledescript-group p .green {
        padding: 0 15px;
        color: #91ad41;
        display: inline-block;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
    }
    .product-detail .product-detail-wrap .review-product .nav-tabs li {
        margin-right: 20px;
    }
    .product-detail .product-detail-wrap .review-product .nav-tabs li a {
        font-size: 13px;
    }
    .product-detail .product-detail-wrap .review-product .nav-tabs li a.active.show {
        padding-bottom: 2px;
    }
    .home-2 main .our-history .home-funcfacts-inner .funcfacts-content {
        width: 100%;
    }
    .home-3 .banner .item .banner-item .group-caption-item {
        padding: 75px 20px 80px 20px;
    }
    .home-5 main .sider-show .home-slideshow-phone {
        display: none;
    }
    .home-5 main .home-delivery-process-inner .home-delivery-process-content {
        display: block !important;
        width: 100%;
    }
    .home-5 main .home-delivery-process-inner .home-delivery-process-content .icon-left {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .home-5 main .home-delivery-process-inner .home-delivery-process-content .icon-right {
        margin-left: 0;
    }
    .home-5 main .meats-store {
        padding: 0 15px;
    }
}

@media (max-width: 425px) {
    .mg-left-right {
        margin: 0 15px;
    }
    .gallery-wrap {
        padding: 0 15px;
    }
    #top-header .main-header .popup-content {
        min-width: 280px !important;
    }
    #top-header .main-header .popup-content .cart .product-name a {
        line-height: 20px;
    }
    #top-header .main-header .header-block {
        padding: 0px 10px;
    }
    #top-header .main-header .header-block.search-block .popup-content {
        right: -58px;
    }
    #top-header .main-header .header-block.cart-block .popup-content {
        right: -18px;
    }
    .newsletter .input {
        width: calc(100% - 105px);
        float: left;
    }
    .newsletter .submit .button-main {
        font-size: 14px;
        width: 105px;
    }
    .home-3 #top-header .top-bar .top-header-right li {
        margin-left: 30px;
    }
    .home-3 #top-header .top-bar .top-header-right li:not(:first-child):before {
        left: -15px;
    }
    .home-3 .oars-store .layout-right .home-exclusive-group .home-product .row-left {
        width: 35%;
    }
    .home-3 .oars-store .layout-right .home-exclusive-group .home-product .row-right {
        width: 65%;
        padding-left: 0;
    }
    .home-3 .testimonials .item-content .user-info {
        display: block !important;
    }
    .home-3 .testimonials .item-content .user-info .job:before {
        content: none;
    }
    .home-3 .item .item-content .user-name {
        margin-bottom: 5px;
    }
    .home-4 .home-deal-layout .newsletter .deal-content-group,
    .home-5 .home-deal-layout .newsletter .deal-content-group {
        max-width: 100%;
        padding: 0 15px;
    }
    .home-4 .testimonial .layout-left {
        padding: 90px 15px;
    }
    .home-5 #top-header .main-header .header-block.search-block .popup-content {
        right: -30px;
    }
    .home-5 #top-header .main-header .header-block.cart-block .popup-content {
        right: 0;
    }
    .home-5 .delivery-process .title-icon {
        padding: 0 15px;
    }
    .product-category-slider .item .item-img img {
        width: 100px;
        display: inline-block;
    }
    .product-category-slider .product-info {
        padding: 0px 15px;
    }
    .product-category-page .product-default-item .filter {
        display: none;
    }
    .product-detail .product-detail-wrap .review-product .nav-tabs li {
        margin-right: 10px;
    }
    .product-detail .product-detail-wrap .review-product .spr-review-header {
        display: block !important;
        margin-bottom: 5px;
    }
    .product-detail .product-detail-wrap .review-product .spr-review-header strong {
        display: block;
    }
    .product-detail .product-detail-wrap .review-product .spr-review-header span {
        padding-left: 0 !important;
    }
    .product-detail .product-detail-wrap .review-product .spr-review-header span:before {
        content: none !important;
    }
    .checkout .cart-subtotal .name-product {
        width: 165px;
    }
    .reset-password .button-main {
        padding: 0 25px;
    }
    .blog-detail .wrap-main .like-share {
        display: block !important;
    }
    .blog-detail .wrap-main .like-share .tags-area {
        margin-bottom: 15px;
    }
    .blog-detail .comment .title .button-main {
        padding: 0 10px;
        font-size: 13px;
    }
}

.mbl_on {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1170px) {
    #top-header [class~=main-header] [class~=main-nav]>ul>li>a {
        margin-right: 0px;
        margin-left: 0;
        font-size: 13px;
    }
    .home-deal-layout .home-deal-inner .deal-content-group .title {
        margin-top: 15px;
    }
}

@media (max-width: 1170px) {
    .home-deal-layout .home-deal-inner .banner-content img {
        height: 100%;
        object-fit: cover;
    }
    .home-deal-layout .home-deal-inner .deal-content-group .title {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .mbl_on {
        display: block !important;
    }
    .mbl_of {
        display: none;
    }
    #top-header [class~="index-logo"],
    .mg-left-right .home {
        line-height: 5pc;
    }
    header.head_main {
        margin-bottom: initial;
    }
    .generalship .inner .item-img img {
        width: 50px;
    }
    [class~="generalship"] [class~="inner"] h2 {
        font-size: 1.2pc;
        padding-bottom: .1375pc;
    }
    [class~="generalship"] [class~="inner"] {
        padding: 20px;
    }
    [class~="deal-of-day-carousel"] [class~="owl-dots"] {
        margin-top: 25px;
    }
    [class~="footer"] [class~="footer-bottom"] [class~="about-layout"] [class~="group"] {
        margin-bottom: 35px;
    }
    .nivo-directionNav a {
        top: 50%;
        transform: translate(0, -50%);
    }
    [class~="tiva-slideshow-wrapper"] [class~="nivo-directionNav"] a {
        height: 30pt;
        width: 30pt;
    }
    [class~="tiva-slideshow-wrapper"] a[class~="nivo-prevNav"] {
        left: 10px;
    }
    [class~="tiva-slideshow-wrapper"] a[class~="nivo-nextNav"] {
        right: 10px;
    }
    .home-deal-layout .home-deal-inner .deal-content-group .title {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .home-deal-layout .home-deal-inner .banner-content img {
        height: 300px;
        width: 100%;
    }
    .res-order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .res-order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .home-deal-layout .home-deal-inner .deal-content-group {
        padding: 5% 0;
    }
    .products .banner-content-inner img {
        height: 300px;
        object-fit: cover;
    }
    .management .content-about {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 0px 0 #33333340;
    }
    .management .content-about .pdng_desk {
        padding: 0% 4% 0%;
    }
    .management .content-about .logo_icon {
        display: none;
    }
}

/*@media (max-width: 600px) {
	#tiva-slideshow .nivo-imageLink img {
		width: 100% !important;
	}
	.nivo-main-image {
		height: 400px !important;
		object-fit: cover;
	}
}*/

/*# sourceMappingURL=responsive.css.map */

@media (max-width: 479px) {
    .h-captcha {
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}