/*Laptop Device :1200*/
@media (min-width: 1200px) and (max-width: 1500px) {
    /*Index page css*/
    .mega-menu {
        width: 785px;
        left: -70px;
    }
    
    .single-slider {
        height: 500px;
    }
    
    .hero-slider-content {
        margin-right: 40px;
    }
    
    .hero-slider-content > .h-2 {
        font-size: 54px;
    }
    
    .deal-grid .single-countdown-box {
        margin-right: 10px;
        padding-top: 8px;
    }
    
    .deal-grid .single-countdown-box:last-child {
        margin-right: 0;
    }
    
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    /*index page css*/
    .mega-menu {
        width: 770px;
        left: -187px;
    }
    
    /*.sidebar-search-icon {
        right: 50px;
    }*/
    .single-slider {
        height: 370px;
    }
    
    .hero-slider-content {
        max-width: 400px;
        margin-right: 80px;
    }
    
    .hero-slider-content > .h-1 {
        font-size: 17px;
    }
    
    .hero-slider-content > .h-2 {
        font-size: 40px;
    }
    
    .hero-slider-content .slider-btn a {
        line-height: 40px;
        padding: 0 25px;
    }
    
    .deal-produt-slider .owl-nav > div {
        left: -30px;
    }
    
    .deal-produt-slider .owl-nav > .owl-next {
        left: auto;
        right: -30px;
    }
    
    .product-content > h4 > a {
        font-size: 12px;
    }
    
    /*Shop Page CSS*/
    .product-action > ul > li > a,
    .product-list-action ul li a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }
    
    .product-content.shop-list {
        padding-top: 0;
    }
    
    /*checkout page css*/
    .ship-different-title h3 label {
        margin-right: 5px;
        font-size: 22px;
    }
    
    /*My Account Page CSS*/
    .dashboard-content #downloads .table-responsive .table > tbody > tr > td {
        min-width: 285px;
    }
    
}

@media (max-width: 991px) {
    
    .menu-cat-img:not(.menu-mob .menu-cat-img) {
        display: none
    }
    
    .currency-menu .cur-p, .sidebar-trigger-search {
        margin-top: 12px !important
    }
    
    .mini-cart-total {
        margin-top: 2px
    }
    
    .cart-quantity {
        left: 14px;
        top: -4px
    }
    
    .catalog-filter-icon {
        background: #95c36d;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        position: fixed;
        left: 0;
        z-index: 100;
        cursor: pointer;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        display: block;
    }
    
    body.catalog-filter-opened .catalog-filter {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        top: 30px
    }
    
    .catalog-filter {
        position: fixed;
        background: #fff;
        top: 140%;
        z-index: 101;
        padding-top: 20px;
        overflow-y: auto;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .catalog-filter-ready /*, .catalog-filter-closer*/
    {
        /*display: block;*/
        display: inline-block;
        width: 49%;
        margin: 0;
        float: revert;
    }
    
    /* single product tabs */
    .single-product .product-description-review-area .product-review-content-tab .tab-pane {
        height: auto;
        visibility: visible;
        opacity: 1;
        overflow: visible
    }
    
    .single-product .product-description-review-area .product-review-content-tab .tab-pane:not(:last-child) {
        margin-bottom: 35px
    }
    
    .single-product .product-description-review-area .product-review-tab .dec-and-review-menu {
        display: none
    }
    
    .single-product .product-description-review-area .product-review-tab .product-review-content-tab {
        display: grid;
        grid-template-columns: 1fr
    }
    
    .single-product .product-description-review-area #tab-additional_information {
        grid-row: 1
    }
    
    .single-product .product-description-review-area .review-page-comment .more-btn {
        display: block;
        margin: 0 auto 30px;
        width: fit-content
    }
    
    .single-product .product-description-review-area .review-page-comment > ul > li:not(:nth-child(-n+3)) {
        display: none
    }
    
    .single-product .product-description-review-area .review-page-comment.show > ul > li:not(:nth-child(-n+3)) {
        display: block
    }
    
    .single-product .product-description-review-area .review-page-comment.show .more-btn {
        display: none
    }
    
    .single-product .product-description-review-area table.shop_attributes th {
        text-wrap: wrap
    }
    
    .single-product .review-page-comment li.review ul.children {
        margin-left: 25px
    }
    
    /* single product tabs end */
    .product-content__bottom .product-price {
        margin-top: 0
    }
    
    .product-reviewed {
        display: flex;
        gap: 5px;
    }
    
    .product-reviewed img {
        object-fit: contain;
    }
    
}

@media (max-width: 767px) {
    .currency-menu .cur-p, .sidebar-trigger-search {
        margin-top: 11px !important
    }
    
    .mini-cart {
        margin-top: 0 !important
    }
    
    .menu-mob .mega-menu {
        padding-bottom: 100px
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /*Index Page css*/
    .header-sticky {
        height: auto
    }
    
    /*.default-header-area.header-sticky.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {*/
    .default-header-area.header-sticky .mobile-menu .mean-bar .meanmenu-reveal {
        position: absolute;
        top: -60px
    }
    
    /*.sidebar-search-icon {
        right: 50px;
    }*/
    .single-slider {
        height: 280px;
    }
    
    .hero-slider-content {
        max-width: 290px;
        margin-right: 40px;
    }
    
    .hero-slider-content > .h-1 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .hero-slider-content > .h-2 {
        font-size: 28px;
    }
    
    .hero-slider-content .slider-btn a {
        line-height: 40px;
        padding: 0 20px;
    }
    
    .product-tab-menu > ul > li {
        margin-right: 16px;
    }
    
    .single-deal-product {
        padding: 15px;
    }
    
    .deal-product-content > h3 > a {
        font-size: 24px;
    }
    
    .product-description {
        line-height: 25px;
    }
    
    .single-countdown-box {
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-top: 10px;
    }
    
    .single-countdown-box > span {
        font-size: 20px;
    }
    
    .deal-produt-slider .owl-nav > div {
        left: -30px;
    }
    
    .deal-produt-slider .owl-nav > .owl-next {
        left: auto;
        right: -30px;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .custom-link-footer {
        text-align: center;
        margin-top: 10px;
    }
    
    .logo-area.text-center {
        text-align: left !important;
    }
    
    /*Shop Page CSS*/
    .product-action > ul > li > a,
    .product-list-action ul li a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }
    
    .product-content.shop-list {
        padding-top: 0;
    }
    
    /*Single Product Page CSS*/
    .product-details-left {
        padding-bottom: 50px;
        overflow: hidden;
    }
    
    /*Wishlist page css*/
    .table-content table td.indecor-product-add-cart a {
        width: 150px;
    }
    
    /* My Account page css*/
    .dashboard-upper-info {
        padding: 20px 0;
    }
    
    .dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
        border-right: 0;
        padding: 5px 10px;
    }
    
    .dashboard-content {
        margin-top: 50px;
    }
    
    .dashboard-content #downloads .table-responsive .table > tbody > tr > td {
        min-width: 285px;
    }
    
    .dashboard-content #orders .table-responsive .table > tbody > tr > td {
        min-width: 130px;
    }
    
    /*Faq Page CSS*/
    .faq-desc h3 {
        font-size: 16px;
    }
    
    /*about page css*/
    .team-content {
        padding: 15px;
    }
    
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .header-search-cart-area > ul > li > a {
        width: 30px
    }
    
    .header-search-cart-area > ul > li > a,
    .cart-holder {
        font-size: 20px;
    }
    
    .mini-cart .cart-quantity {
        top: -3px;
        left: 11px;
        width: 15px;
        height: 15px;
        font-size: 10px;
        line-height: 16px
    }
    
    .mini-cart .woocommerce-Price-amount {
        margin-top: 3px;
        display: block
    }
    
    .container_head {
        padding: 0
    }
    
    body.mini-cart-opened .header-cart,
    body.currency-menu-opened .currency-dropdown {
        top: 50px
    }
    
    .product-list .images-container {
        width: 100%
    }
    
    .product-list .caption {
        width: 100%;
        padding: 0
    }
    
    .header-cart, .currency-dropdown {
        width: 100%;
        left: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        box-shadow: none;
        overflow-y: auto;
        max-height: none
    }
    
    /*.header-sticky.is-sticky .meanmenu-reveal {*/
    .header-sticky .meanmenu-reveal {
        top: -30px
    }
    
    .sidebar-search-input form {
        width: 90%
    }
    
    .products_list .menu-cat-img {
        display: block
    }
    
    .mega-menu.in-page {
        padding-right: 0
    }
    
    .mega-menu.in-page > li {
        width: 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
    
    .product-action {
        display: none
    }
    
    .main-menu .fa-angle-down {
        display: none
    }
    
    .mobile-menu .mean-bar .mean-nav > ul {
        max-height: 250px;
        overflow-y: auto;
    }
    
    .shop-topbar-wrapper {
        display: none
    }
    
    .catalog-title {
        padding-bottom: 10px
    }
    
    .catalog-filter {
        position: fixed;
        background: #fff;
        top: 140%;
        z-index: 101;
        padding-top: 20px;
        overflow-y: auto;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    body.catalog-filter-opened .catalog-filter {
        top: 50px
    }
    
    .catalog-filter-icon:hover {
        background: #333;
    }
    
    body.catalog-filter-opened,
    body.mini-cart-opened,
    body.currency-menu-opened {
        overflow: hidden;
    }
    
    .page-breadcrumbs .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    button[name=apply_coupon] {
        margin: 5px 0 !important
    }
    
    #eco-bonuses {
        width: 120px
    }
    
    .quantity.product-quantity {
        width: 50px
    }
    
    .mini-cart .quantity.product-quantity {
        width: fit-content
    }
    
    .woocommerce button.button.alt, .single_add_to_cart_button {
        width: 185px
    }
    
    .charity_tab_item {
        display: block;
        padding: 20px 0
    }
    
    .charity_logo {
        text-align: center
    }
    
    .charity_logo,
    .charity_description,
    .charity-form {
        width: 100%;
        display: block;
        padding: 0
    }
    
    .feature-area.pt-80.pb-50 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .section-title {
        margin-top: 55px;
    }
    
    .our-collection-area.collection-bg.pb-75 {
        padding-bottom: 55px;
    }
    
    .product-area.pt-20.pb-35 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .list-product-area.pt-80.pb-30 {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    
    .brand-area.pt-70 {
        padding-top: 50px;
    }
    
    .blog-area.pt-10.pb-75 {
        padding-top: 0;
        padding-bottom: 55px;
    }
    
    .privacy_policy .wp-block-table {
        overflow-y: auto
    }
    
    .wp-block-table > table {
        min-width: 500px
    }
    
    .feature-area.pb-45 {
        padding-bottom: 25px;
    }
    
    .brand-area.pb-70 {
        padding-bottom: 50px;
    }
    
    .slider-area-and-banner-area-3 {
        padding-bottom: 90px;
    }
    
    .slider-area-and-banner-area-4 {
        padding-bottom: 0;
    }
    
    .indecor-about .section-title {
        margin-top: 45px;
    }
    
    .about-area.pt-10.pb-30 {
        padding-bottom: 10px;
    }
    
    .product-area.pt-30.pb-35 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .single-banner-image.mt-30.single-margin {
        margin-top: 10px;
    }
    
    .about-area.about-bg.mt-80 {
        margin-top: 60px;
    }
    
    .deal-bg-2 {
        margin-bottom: 180px;
    }
    
    .product-area.pt-30.pb-5 {
        padding-top: 0;
    }
    
    .single-banner-image.mt-30.single-marge {
        margin-top: 10px;
    }
    
    .blog-area.pt-20.pb-80 {
        padding-top: 0;
        padding-bottom: 60px;
    }
    
    .new-product-area.pt-20.pb-35 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .feature-area.pb-50 {
        padding-bottom: 30px;
    }
    
    .breadcrumb-area.pb-80 {
        padding-bottom: 60px;
    }
    
    .page-section.section.pb-80 {
        padding-bottom: 60px;
    }
    
    .Shopping-cart-area.pb-80 {
        padding-bottom: 60px;
    }
    
    .checkout-area.pb-50 {
        padding-bottom: 60px;
    }
    
    .wishlist-area.pb-80 {
        padding-bottom: 60px;
    }
    
    .my-account.white-bg.pb-80 {
        padding-bottom: 50px;
    }
    
    .login-form-container {
        margin-bottom: 0;
    }
    
    .faq-area.pb-70 {
        padding-bottom: 50px;
    }
    
    .error-404-area.pb-80 {
        padding-bottom: 60px;
        padding-top: 5px;
    }
    
    .shop-area.pb-35 {
        padding-bottom: 15px;
    }
    
    .shop-area.pb-40 {
        padding-bottom: 20px;
    }
    
    .single-product-area.pb-70 {
        padding-bottom: 20px;
    }
    
    .product-description-review-area.pb-20 {
        padding-bottom: 0;
    }
    
    .related-products-area.pb-35 {
        padding-bottom: 15px;
    }
    
    .single-product-area.pb-40 {
        padding-bottom: 20px;
    }
    
    .slider-lg-image-1.slider-box {
        margin-bottom: 0;
    }
    
    .blog-area.pb-50 {
        padding-bottom: 30px;
    }
    
    .blog-area.pb-35 {
        padding-bottom: 15px;
    }
    
    .comments-area.mt-80 {
        margin-top: 20px;
    }
    
    .blog-area.pb-30 {
        padding-bottom: 15px;
    }
    
    .about-us-area.pb-50 {
        padding-bottom: 40px;
    }
    
    .about-us-team-area.pb-50 {
        padding-bottom: 30px;
    }
    
    /*.testimonial-area.testimonial-bg.pt-75.pb-75.mb-80 {
        margin-bottom: 60px;
    }*/
    .contact-us-area.pb-55 {
        padding-bottom: 35px;
    }
    
    .footer-top-area.footer-bg.pt-80.pb-40 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    /*Index page CSS*/
    .wrapper-box {
        padding: 65px 0 0
    }
    
    /*.header-sticky.is-sticky {*/
    .header-sticky {
        left: 0;
        position: fixed;
        right: 0;
        height: auto
    }
    
    .logo-area, .header-sticky.is-sticky .logo-area {
        padding: 14px 0 16px
    }
    
    .header-search-cart-area {
        padding: 0;
        text-align: left;
    }
    
    .single-slider {
        height: 250px;
    }
    
    .hero-slider-content {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .hero-slider-content > .h-1 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .hero-slider-content > .h-2 {
        font-size: 16px;
    }
    
    .hero-slider-content .slider-btn a {
        line-height: 40px;
        padding: 0 20px;
    }
    
    .single-feature-area .feature-content h3 {
        padding-left: 35px;
    }
    
    .product-tab-menu {
        margin-right: 0;
        padding-left: 0;
        float: left
    }
    
    .deal-bg {
        padding: 60px 10px;
        background-image: url(/wp-content/uploads/2022/12/home1-bg2_m.webp);
        background-size: cover;
        background-position: 0 0
    }
    
    .single-deal-product {
        padding: 15px;
    }
    
    .deal-product-img {
        float: none;
        width: 100%;
    }
    
    .deal-product-content {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .deal-product-content > h3 > a {
        font-size: 20px
    }
    
    .deal-product-content .section-title {
        margin-top: 30px
    }
    
    .product-description {
        line-height: 25px;
    }
    
    .single-countdown-box {
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-top: 10px;
        margin-right: 5px;
    }
    
    .single-countdown-box > span {
        font-size: 20px;
    }
    
    .product-content > h4 > a {
        font-size: 14px;
    }
    
    .product-price {
        font-size: 16px;
    }
    
    .add-cart-btn {
        font-size: 12px;
        line-height: 35px;
        padding: 0 18px;
        margin-top: 6px;
        text-transform: uppercase;
    }
    
    .about-bg {
        padding: 60px 10px;
    }
    
    .about-des {
        line-height: 25px;
    }
    
    .footer-title h3 {
        margin-bottom: 15px;
    }
    
    .newsletter-form {
        padding-right: 0;
    }
    
    .newsletter-form button {
        position: static;
        margin-top: 10px;
    }
    
    .footer-copyright p {
        font-size: 13px;
        text-align: center;
    }
    
    .custom-link-footer {
        text-align: center;
        margin-top: 10px;
    }
    
    /*Modal Area CSS*/
    .social-share > h3 {
        font-size: 20px;
    }
    
    .socil-icon2 > li {
        margin-right: 4px;
    }
    
    /*shop page css*/
    .toolbar-shorter label {
        padding-left: 0;
    }
    
    .toolbar-shorter {
        margin: 30px 0 10px
    }
    
    .toolbar-shorter label {
        padding-left: 0;
        width: 100px;
    }
    
    .grid-list-option > ul.nav {
        justify-content: center;
    }
    
    .product-pagination > ul > li > a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    
    /*Single Product Page CSS*/
    .product-details-left {
        padding-bottom: 50px;
        overflow: hidden;
    }
    
    .product-details-content > h2 {
        font-size: 24px;
    }
    
    .single-product-reviews {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    
    .single-product-price {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .product-btn {
        padding: 0 20px;
    }
    
    .wishlist-compare-btn {
        text-align: center;
    }
    
    .wishlist-compare-btn a.wishlist-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .dec-and-review-menu > li {
        padding: 0 6px
    }
    
    .review-page-comment h2 {
        font-size: 14px;
    }
    
    .dec-and-review-menu > li > a {
        padding: 5px 10px;
    }
    
    .product-review-content-tab {
        padding: 35px 10px;
    }
    
    .group-cart-table {
        margin-bottom: 20px;
    }
    
    .group-cart-table .table td {
        min-width: 200px;
    }
    
    /*cart page css*/
    .coupon2 {
        float: left;
        margin-top: 25px;
    }
    
    .coupon-all input.button {
        padding: 0 10px;
    }
    
    .ship-different-title h3 label {
        font-size: 12px;
    }
    
    .your-order {
        padding: 30px 10px 45px;
    }
    
    p.checkout-coupon input[type="submit"] {
        margin-left: 1px;
    }
    
    /* My Account page css*/
    .dashboard-upper-info {
        padding: 20px 0;
    }
    
    .dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
        border-right: 0;
        padding: 5px 10px;
    }
    
    .dashboard-content {
        margin-top: 50px;
    }
    
    .dashboard-content {
        border: none;
        padding: 5px;
    }
    
    .login-form-container {
        padding: 5px;
    }
    
    .account-login-form {
        padding: 30px 15px 20px;
    }
    
    .dashboard-content #downloads .table-responsive .table > tbody > tr > td {
        min-width: 285px;
    }
    
    .dashboard-content #orders .table-responsive .table > tbody > tr > td {
        min-width: 130px;
    }
    
    .card-body {
        font-size: 12px;
    }
    
    .my-account .ecobonuses_outer_wrapper .eco_row {
        flex-direction: column;
        padding-bottom: 0
    }
    
    .my-account .ecobonuses_outer_wrapper .eco_row .eco_saved {
        width: 100%;
        margin-bottom: 20px
    }
    
    .my-account .eco_cash .eco_cash_amount .eco_curr {
        margin-left: -50px
    }
    
    /*about page css*/
    .about-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    /*single blog page css*/
    .entry-summary.blog-post-description blockquote {
        margin: 25px 0 25px 10px;
        padding: 30px 25px;
    }
    
    .single-post-tag > a {
        font-size: 11px;
    }
    
    .relatedthumb {
        margin-bottom: 30px;
    }
    
    .comments-area > ol > li > ol {
        margin-left: 15px;
    }
    
    .comments-area .commentlist li .single-comment {
        padding: 15px;
    }
    
    .comments-area .commentlist .comment-info a {
        margin-bottom: 10px;
    }
    
    /*404 page css*/
    .error-text > h1 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 15px;
    }
    
    .error-text > h2 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .error-text > p {
        font-size: 16px;
        margin: 10px auto 20px;
    }
    
    .search-error form {
        width: 100%;
    }
    
    .error-button a {
        margin-top: 25px;
    }
    
    .slider-box-content.product-details-content > h2 {
        text-align: left;
    }
    
    form.woocommerce-product-search {
        padding-right: 15px
    }
    
    .product-comment-content {
        margin-left: 0;
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 70px;
    }
    
    .product-comment.comment_container {
        border: 1px solid #ededed;
        padding: 15px
    }
    
    ul.children .comment .product-comment.comment_container .product-comment-content {
        margin-top: 55px
    }
    
    ul.children .comment .product-comment.comment_container .product-comment-content .eg-team {
        margin-left: 0
    }
    
    .product-comment .user-pic-alt {
        margin-bottom: -60px
    }
    
    .product-comment-content:before {
        display: none
    }
    
    .product-comment-content .avatar {
        padding: 15px
    }
    
    .cart-btn > a:first-child {
        display: none
    }
    
    .product-details-content > h1 {
        line-height: 26px
    }
    
    .header-search-cart-area > ul > li > a, .cart-holder {
        height: 22px !important;
        width: 22px
    }
}

@media all and (max-width: 321px) {
    form.checkout label {
        font-size: 12px
    }
    
    .all-logo-payment img {
        height: 11px
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    
    /*Index Page CSS*/
    .currency-dropdown {
        right: -200px;
    }
    
    .header-cart {
        right: -95px;
    }
    
    .hero-slider-content {
        text-align: left;
        margin-right: 20px;
    }
    
    .hero-slider-content > .h-1 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .hero-slider-content > .h-2 {
        font-size: 22px;
    }
    
    .categorie-collection-img {
        text-align: center;
    }
    
    .product-action > ul > li > a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    
    .hero-slider-content-2,
    .hero-slider-content-3 {
        margin-left: 25px;
        max-width: 200px;
    }
    
    .hero-slider-content-2 h1,
    .hero-slider-content-3 h1 {
        margin-bottom: 8px;
    }
    
    .hero-slider-content-2 h2,
    .hero-slider-content-3 h2 {
        font-size: 20px;
    }
    
    .hero-slider-content-4 h1 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .hero-slider-content-4 h2 {
        font-size: 20px;
    }
    
    .hero-slider-content-5 h1 {
        font-size: 22px;
    }
    
    .hero-slider-content-5 h2 {
        font-size: 22px;
    }
    
    .toolbar-shorter {
        margin: 30px auto;
    }
    
    .coupon2 {
        float: right !important;
        margin-top: 0 !important;
    }
}

@media all and (max-width: 1023px) {
    body.home .eco_saved {
        width: 100%
    }
    
    body.home .eco_row {
        display: block
    }
}

@media all and (max-width: 480px) {
    header .container_head .header-search-cart-area ul:not(.cart) {
        margin-top: -5px
    }
    
    .payment img {
        width: 60px;
        margin-right: 8px;
    }
    
    /* My Account page css*/
    .my-account .eco_cash .eco_cash_amount {
        font-size: 125px
    }
    
    .my-account .eco_cash .eco_cash_amount .eco_curr {
        margin-left: -35px
    }
    
    .header-search-cart-area > ul > li:not(.mini-cart) {
        margin-right: 6px !important
    }
    
    .header-search-cart-area > ul > li:first-child {
        margin-right: 0 !important
    }
    
    .header-search-cart-area > ul > li:last-child {
        margin-right: 0 !important
    }
    
    .mini-cart-total {
        font-size: 12px !important;
        margin-left: 10px !important
    }
}

/** new styles **/
@media (max-width: 767px) {
    .single-product .product-details-content > h1 {
        line-height: 30px;
        font-size: 26px
    }
    
    .wrapper-box {
        padding-top: 54px
    }
    
    .top-banner a {
        display: block
    }
    
    .top-banner {
        margin-top: 54px !important
    }
    
    .top-banner-shown {
        padding-top: 20px
    }
    
    .page-id-278 .top-banner-shown, .page-id-280 .top-banner-shown {
        padding-top: 0px
    }
}

@media all and (min-width: 767px) {
    .top-banner {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        z-index: 99999;
    }
}

@media all and (min-width: 992px) {
    .d-lg-block, .hidden-sm-up {
        display: none !important
    }
    
    .shop-sidebar h4 i {
        display: none;
    }
}

@media all and (min-width: 1370px) and (max-width: 1700px) {
    header .container_head .col-lg-2:not(.cart) {
        flex: 0 0 20.666667%;
        max-width: 20.666667%
    }
    
    header .container_head .col-lg-8:not(.cart) {
        flex: 0 0 57.666667%;
        max-width: 57.666667%
    }
}

@media all and (min-width: 1024px) and (max-width: 1370px) {
    header .container_head .col-lg-2:first-child:not(.cart) {
        flex: 0 0 20.666667% !important;
        max-width: 20.666667% !important
    }
    
    header .container_head .col-lg-8:not(.cart) {
        flex: 0 0 55.666667%;
        padding-right: 0;
        padding-left: 0
    }
    
    header .container_head .col-lg-2:last-child:not(.cart) {
        flex: 0 0 23.666667% !important;
        max-width: 23.666667% !important;
        padding-left: 0
    }
}

@media all and (min-width: 991px) and (max-width: 1024px) {
    header .container_head .col-lg-2:not(.cart) {
        flex: 0 0 26.666667% !important;
        max-width: 26.666667% !important
    }
}

@media all and (min-width: 1024px) {
    .logged-in div + .wrapper.wrapper-box.top-banner-shown {
        margin-top: 20px;
    }
    
    header .container_head .col-lg-2:first-child:not(.cart) {
        padding-right: 0
    }
    
    .d-lg-block {
        display: block !important
    }
    
    .header-search-cart-area .lang-selection {
        display: block
    }
    
    /*.menu-mob-btn {
        display: none!important
    }*/
}

@media all and (max-width: 480px) {
    header .container_head .col-lg-2:first-child:not(.cart) {
        padding-right: 0
    }
    
    header .container_head .col-lg-2:last-child:not(.cart) {
        padding-left: 0
    }
    
    .menu-mob-btn {
        margin-left: 10px
    }
}

@media all and (max-width: 767px) {
    header .align-items-center > .col-12 {
        padding: 0
    }
    
    header .row.align-items-center {
        margin: 0
    }
    
    .header-search-cart-area {
        padding: 0;
        text-align: left
    }
    
    .header-search-cart-area > ul > li {
        margin-left: 0
    }
    
    .header-search-cart-area ul img:not(.cart img) {
        width: 20px
    }
    
    .logo-area img {
        height: 24px
    }
    
    .header-search-cart-area > ul > li {
        margin-left: 0
    }
    
    .mini-cart-total {
        font-size: 13px;
        margin-left: 15px
    }
    
    .sidebar-trigger-search {
        width: 19px !important
    }
    
    .header-search-cart-area > ul > li:last-child {
        margin-right: 4px
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .logo-area {
        padding: 30px 0
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .author-arto .employee_list {
        flex: 0 0 25%
    }
    
    .author-arto .employee_list + .col-md-12 {
        flex: 0 0 75%
    }
    
    .author-arto .page-breadcrumbs .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media all and (min-width: 1140px) {
    .container_head .main-menu:not(.menu-mob-container .main-menu) {
        transform: translate(5%)
    }
}

@media all and (min-width: 1024px) and (max-width: 1140px) {
    .container_head .main-menu:not(.menu-mob-container .main-menu) {
        transform: translate(1%)
    }
}

@media all and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu > li > a {
        padding: 5px 10px 5px 10px
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > li > a {
        padding: 5px 5px 5px 5px
    }
    
    .header-search-cart-area > ul > li a:not(.header-search-cart-area > ul > li a), .cart-holder {
        margin-top: -1px
    }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
    .main-menu > li > a {
        font-size: 13px !important
    }
    
    span.current-lang {
        font-size: 13px !important;
        padding-right: 8px
    }
    
    .header-search-cart-area > ul > li:not(.currency-menu):not(.mini-cart), .currency-menu {
        margin-right: 8px
    }
    
    .header-search-cart-area .lang-selection {
        margin-top: 2px
    }
    
}

@media all and (max-width: 1023px) {
    header .container_head .header-search-cart-area ul:not(.cart) {
        margin-top: -2px
    }
}

@media all and (min-width: 1200px) {
    .header-search-cart-area .lang-selection {
        margin-right: 10px
    }
}

@media all and (max-width: 1200px) {
    .header-search-cart-area .sidebar-trigger-search img {
        width: 21px !important
    }
    
    .currency-menu .cur-p, .sidebar-trigger-search {
        margin-top: 8.5px
    }
    
    .header-search-cart-area > ul > li {
        margin-top: 2px
    }
    
    .header-search-cart-area .lang-selection {
        margin-top: 0
    }
    
    .header-search-cart-area .currency-menu .cur-p img {
        width: 24px
    }
    
    .mini-cart {
        margin-top: 3px !important
    }
}

@media all and (min-width: 767px) and (max-width: 1200px) {
    .header-search-cart-area .mini-cart .cart-holder img {
        width: 20px !important;
        margin-top: -3px
    }
}

header .container_head .col-lg-2:last-child:not(.cart).resize-header-col2 {
    flex: 0 0 53.666667% !important;
    max-width: 53.666667% !important;
}

/*Перелік категорій в каталозі*/

@media (min-width: 992px) {
    .shop-category__list {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width: 991px) {
    .shop-category__list {
        
        overflow-x: scroll;
        overflow-y: hidden;
        
    }
    
    .shop-category__list .cat-item-alt {
        display: flex;
        /*min-width: 160px;*/
        min-width: 150px;
        height: 110px;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .shop-category__list .cat-item-alt img {
        /*width: 30px;*/
        /*height: 30px;*/
        margin: 0 auto 10px;
    }
    
    .shop-category__list .cat-item-alt a {
        
        line-height: 1.25;
        font-size: 95%;
    }
}
