/*-------------------------------------------------*/
/* =  1440px
/*-------------------------------------------------*/
@media only screen and (max-width: 1440px) {
    .featured-info .quotes.left {
        left: 30px;
    }

    .featured-info .quotes.right {
        right: 30px;
    }

    .gallery-wrapper .item {
        height: 400px;
    }

    .single-product .information .item {
        padding: 0px 15px;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .product .price {
        font-size: 18px;
        line-height: 18px;
    }
}

/*-------------------------------------------------*/
/* =  991px
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .col-md-2 {
        width: 20%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4,
    .product-categories .row .col-3,
    .related.products .product {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-12 {
        width: 100%;
    }

    .product-categories .img-wrapper {
        max-width: 100%;
    }

    .single-product-wrapper .product-gallery-wrapper {
        width: 40%;
    }

    .single-product-wrapper .about-product {
        width: 60%;
    }

    .header .searchform {
        width: 210px;
    }

    .shop-wrapper .sidebar {
        display: none;
        pointer-events: none;
        height: 100vh;
        width: 100vw;
        z-index: 15;
        z-index: 2000;
        transition: opacity, visibility 0.25s;
        position: fixed;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background: var(--white-color);
        padding: 30px;
    }

    .shop-wrapper .sidebar.active {
        display: block;
        pointer-events: unset;
        overflow-y: auto;
    }

    .close-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 30px;
        right: 30px;
        background: var(--white-color);
        box-shadow: 0 2px 8px #00000026;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .page-content .page-title {
        padding-right: 60px;
    }

    .close-filter svg {
        width: 18px;
    }

    .shop-wrapper .main-wrapper {
        width: 100%;
    }

    .filter-mobile {
        display: block;
        z-index: 20;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        justify-content: center;
        padding: 8px 15px;
        display: flex;
        position: fixed;
        bottom: 0px;
        box-shadow: 0 -3px 6px #00000029;
        left: 0px;
        background: #fff;
    }

    .product-list .col-3 {
        padding-bottom: 30px;
    }

    .footer .col-3 {
        padding-bottom: 30px;
    }

    .main-navigation {
        display: none;
    }

    .wc-block-product-new .wc-block-grid__product {
        width: 50% !important;
        max-width: none !important;
        flex: auto !important;
    }
}

/*-------------------------------------------------*/
/* =  767px
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .visible-desktop {
        display: none !important;
    }

    .product-categories .category p {
        font-size: 14px;
        line-height: 20px;
    }

    .col-sm-2 {
        width: 20%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6,
    .product-categories .row .col-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .hero {
        min-height: auto;
        padding: 90px 0px 90px;
    }

    .featured-info .item + .item {
        padding-top: 60px;
    }

    .featured-info.inline .item {
        flex-wrap: wrap;
    }

    .featured-info.inline .item .image-wrapper,
    .featured-info.inline .item .info {
        width: 100%;
    }

    .featured-info.inline .image-wrapper .img {
        border-radius: 0px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .featured-info.inline .info {
        border-radius: 0px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .visible-mobile {
        display: block !important;
    }

    .mobile-header-bottom {
        padding-top: 16px;
    }

    .mobile-header-bottom .searchform {
        width: 100%;
    }

    .navigation {
        margin-left: auto;
    }

    main {
        padding-top: 0px;
    }

    .header {
        position: relative;
    }

    .page-content {
        padding-top: 60px;
    }

    .header .actions {
        margin-left: 16px;
    }

    .cat-link {
        margin-right: 0px;
    }

    .caret-icon {
        display: none;
    }

    .bar-icon {
        display: block !important;
        width: 18px;
    }

    .header .actions .icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .all-category-menu .product-cats {
        top: 158px;
        left: 0px;
        width: 100%;
        z-index: 10;
        padding-right: 30px;
        padding-left: 30px;
    }

    .product-categories .row {
        --bs-gutter-x: 10px;
    }

    #toggle-cats {
        font-size: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .active-cat-menu #toggle-cats {
        border-color: var(--primary-color);
    }

    .active-cat-menu #toggle-cats .bar-icon {
        display: none !important;
    }

    #toggle-cats .close-icon {
        display: none !important;
        width: 14px;
    }

    .active-cat-menu #toggle-cats .close-icon path {
        fill: var(--primary-color) !important;
    }

    .active-cat-menu #toggle-cats .close-icon {
        display: block !important;
    }

    .footer-top > .col-12 {
        width: 100%;
        padding-right: 0px;
    }

    .footer .footer-top > .col-12 + .col-12 {
        padding-top: 30px;
    }

    .copyrigts .divider {
        flex-direction: column;
        align-items: center;
    }

    .footer-info {
        padding-bottom: 0px;
    }

    .footer-info .wrapper {
        width: 100%;
    }

    .information .item {
        padding: 0px 15px 30px;
    }

    .featured-info.inline .info {
        padding: 48px 15px;
    }

    .featured-info .info {
        padding: 32px 15px;
    }

    .featured-info .quotes.left,
    .featured-info .quotes.right {
        display: none;
    }

    h1 {
        font-size: 46px;
        line-height: 57.2px;
    }

    .logo-list img {
        margin: 0px 10px 15px;

        height: auto;
        max-width: 150px;
    }

    .featured-info .tnp-email,
    .featured-info .tnp-submit {
        border-radius: 8px !important;
        width: 100% !important;
        max-width: 100%;
    }

    .footer {
        padding-bottom: 32px;
    }

    .featured-info .tnp-subscription {
        flex-direction: column;
        margin-bottom: 0px !important;
    }

    .product-categories .categories {
        margin: 0px;
    }

    .single-product-wrapper .product-gallery-wrapper,
    .single-product-wrapper .about-product {
        width: 100%;
    }

    .single-product-wrapper .about-product {
        padding-top: 30px;
    }

    .gallery-wrapper .item {
        height: auto;
    }

    .gallery-wrapper .item img {
        max-height: 100%;
    }

    .single-product-wrapper {
        margin: 0px;
    }

    .single-product-wrapper .col {
        padding: 0px 0px 30px;
    }

    .product-custom-tabs .item {
        padding: 20px 0px 20px 0px;
    }

    .wpml-ls {
        padding: 0px;
    }

    .wpml-ls-legacy-list-horizontal a {
        padding: 0px;
    }

    .wpml-ls-legacy-list-horizontal {
        margin-bottom: 15px;
    }

    /* .wpml-ls-legacy-list-horizontal li + li {
        margin-left: 15px !important;
    } */

    .mini-cart .vi-wcaio-menu-cart-text-wrap {
        right: -10px;
        top: -14px;
    }

    .logo {
        margin-right: 10px;
    }

    .block-section {
        padding: 40px 0px 40px;
    }

    .news-item {
        margin-bottom: 30px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit .wc-block-cart__submit-button {
        margin-top: 35px;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 35px;
    }

    .related.products .product {
        width: 50%;
    }

    .single-product-wrapper {
        --bs-gutter-x: 10px;
    }

    .action-button-list .btn {
        padding: 0px 10px;
    }

    .wpml-ls-legacy-list-horizontal > ul {
        display: flex;
        flex-direction: column;
    }
}

/*-------------------------------------------------*/
/* =  560px
/*-------------------------------------------------*/
@media only screen and (max-width: 560px) {
    .payments img {
        margin: 10px;
    }

    .wcapf-before-products {
        flex-direction: column;
        justify-content: center;
    }

    .woocommerce-result-count {
        margin-bottom: 15px !important;
        display: block;
        text-align: center;
    }

    .woocommerce-result-count,
    .woocommerce .woocommerce-ordering select,
    .product-actions .woocommerce-ordering {
        width: 100%;
    }

    .related.products .product {
        width: 100%;
    }

    .woocommerce table.shop_attributes th {
        width: 150px;
    }

    .action-button-list {
        flex-wrap: wrap;
    }
}

/*-------------------------------------------------*/
/* =  480px
/*-------------------------------------------------*/
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 28px;
        line-height: 1.35;
    }

    h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero {
        padding: 40px 0px 40px;
    }

    .hero p {
        font-size: 20px !important;
        line-height: 1.3;
    }

    .footer .col-12 {
        padding-right: 0px;
    }

    .footer-info a {
        justify-content: center;
    }

    #menu-footer-menu {
        flex-direction: column;
        align-items: center;
    }

    .copyrigts li {
        margin: 0px;
    }

    .copyrigts li + li {
        margin-top: 10px;
    }

    .col-sm-6,
    .product-categories .row .col-3 {
        width: 100%;
    }

    .header .actions .icon + .icon,
    .header .actions {
        margin-left: 4px;
    }

    .btn {
        font-size: 14px;
    }

    .single-product .information .item img {
        max-width: 35px;
    }

    .single-product .information .item p {
        font-size: 16px !important;
    }

    .single-product .cart,
    .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
    }

    .single-product .cart .single_add_to_cart_button {
        order: 3;
        margin-top: 35px;
        width: 100%;
        flex: auto !important;
    }

    .logo-list,
    .payments .container div {
        justify-content: space-between !important;
    }

    .logo img {
        max-width: 115px;
    }

    .action-button-list .btn {
        font-size: 12px;
    }

    .wc-block-product-new .wc-block-grid__product {
        width: 100% !important;
    }
}
