@media (max-width: 991px) {
    .w50 {
        float: left;
        width: 50%;
    }

    .mh-main {
        margin: 1rem 0;
    }

    .mh-main__inner {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .logo {
        margin-bottom: 0rem;
    }

    .logo img {
        max-height: 42px;
        margin: 0 auto;
    }

    .mh-main .btn-main,
    .mh-main__links {
        display: none
    }

    .container-fluid {
        padding: 0 1rem;
    }

    .btn-main a,
    .btn-main__dark a,
    .cta .wpcf7-submit {
        font-size: 0.85rem;
        padding: 0.7rem 1.2rem;
        border-radius: 1.6rem;
        gap: 0.5rem;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    }

    .btn-main a:hover,
    .btn-main__dark a:hover,
    .cta .wpcf7-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(224, 14, 24, 0.3);
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }

    .navbar-collapse {
        display: none !important;
    }

    .navbar {
        justify-content: flex-end;
    }

    .navbar-toggler {
        display: flex;
        margin: 0 0 0 auto;
        padding: 0;
        align-items: center;
        justify-content: flex-end;
        border: none;
        background: transparent;
        font-size: 1.6rem;
        color: #000;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none
    }

    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .6);
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        z-index: 998;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 360px;
        height: 100vh;
        background: #0c0c0c;
        transform: translateX(-100%);
        transition: .4s ease;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        overflow-y: auto;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu__close {
        background: none;
        border: none;
        color: #fff;
        font-size: 1.6rem;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }

    .mobile-nav {
        list-style: none;
        padding: 0;
        margin: 4rem 0 2rem 0;
    }

    .mobile-nav li {
        margin-bottom: .75rem;
    }

    .mobile-nav a {
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        padding: .5rem 0
    }

    .mobile-menu .btn-main {
        display: block;
    }

    .mobile-menu__bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        margin-top: auto;
        padding-top: 2rem;
    }

    .mobile-menu__bottom .phone a,
    .mobile-menu__bottom a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: .8rem;
        margin-bottom: 1rem;
        text-decoration: none;
        width: 44px;
        height: 44px;
    }

    .mobile-menu__bottom .phone a i,
    .mobile-menu__bottom a i {
        color: #fff;
    }

    /* SLIDER */

    #slider {
        margin-top: 1rem;
    }

    #slider .item {
        padding: 4rem 0 6rem;
    }

    #slider .mask {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, .85) 0%,
                rgba(0, 0, 0, .65) 50%,
                rgba(0, 0, 0, .2) 100%);
        border-radius: 1.5rem;
    }

    .video-bg,
    .bg-img {
        border-radius: 1.5rem;
    }

    #slider .box h3 {
        font-size: .9rem;
        margin-bottom: 1.2rem;
    }

    #slider .box h2 {
        font-size: 2.2rem;
        max-width: 100%;
        line-height: 1.15;
        margin-bottom: 1.2rem;
    }

    #slider .box h4 {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    #slider .box .content p {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 2rem;
    }



    #slider .btn-main a,
    #slider .btn-main__dark a {
        width: 100%;
        justify-content: center;
    }

    #slider .owl-controls {
        bottom: 3rem;
        transform: translate(-50%, 0);
    }

    .scroll-down {
        right: 1.5rem;
        bottom: 0.5rem;
    }

    /* TOP */

    .top {
        position: relative;
    }

    .widgets {
        margin-top: 0rem;
        padding: 3rem 0 1.5rem;
        background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    }

    .widgets .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem 1.5rem;
        border-radius: 1.25rem;
        margin: 0 0 1.5rem;
    }

    .widgets .box:hover {
        transform: translateY(-4px);
    }

    .box__img {
        flex: 0 0 auto;
    }

    .widgets .box__img {
        width: 72px;
        height: 72px;
        margin: 0 0 1rem 0;
        border: 3px solid #fefefe;
    }

    .widgets .box:hover .box__img {
        border: 3px solid #e00e18;
        box-shadow: 0 0 8px rgba(224, 14, 24, 0.25);
    }

    .widgets h3 {
        font-size: 1rem;
        margin: 0 0 0.5rem 0;
        line-height: 1.25;
    }

    .widgets .box__content {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* ABOUT */

    .about {
        padding: 2rem 0 3rem;
    }

    .intro {
        margin-bottom: 2.5rem;
    }

    .intro h1 {
        font-size: 1.8rem;
        max-width: 100%;
        line-height: 1.15;
        margin-bottom: .5rem;
    }

    .intro h2 {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .intro p {
        font-size: 0.9rem;
    }

    .intro .row>*:nth-child(3) {
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .widgets__about .box {
        aspect-ratio: 1 / 1;
        border-radius: 1rem;
        margin: 0 0 1.5rem;
    }

    .widgets__about .box__content {
        padding: 1.5rem;
    }

    .widgets__about .box__content h3 {
        font-size: 1.2rem;
    }

    .widgets__about .box:hover .box__content h3 {}

    .widgets__about .box__content .extra p {
        font-size: 0.8rem;
    }

    .widgets__about .box__content .btn-main {
        scale: 1;
        transform-origin: center;
    }

    /* PRODUCTS LIST */

    .products-list {
        padding: 3.5rem 0 2.5rem;
    }

    .section-title h2 {
        font-size: 1.8rem;
        max-width: 100%;
        line-height: 1.15;
        margin-bottom: 1.5rem;
    }

    .section-title p {
        font-size: 0.9rem;
    }

    .products-nav {
        margin: 2rem 0;
    }

    .products-nav ul {
        gap: 0.75rem;
    }

    .products-nav li {
        font-size: 0.7rem;
        padding: 0.3rem .5rem;
        border-radius: 1.5rem;
    }

    .products-tabs {
        margin-top: 1.5rem;
    }

    .products-tabs .tab-content h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    #wc ul.products li.product {
        border-radius: 1.2rem;
    }

    #wc ul.products li.product img {
        border-radius: 1.2rem;
    }

    #wc ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 0.95rem;
        padding: 0.75rem 2rem 0.75rem 0;
    }

    #wc ul.products li.product .price {
        font-size: 0.9rem;
    }

    #wc ul.products li.product .product-link-icon {
        width: 1.9rem;
        height: 1.9rem;
        top: 0.75rem;
        right: 0.75rem;
    }

    #wc ul.products li.product .product-link-icon svg {
        width: 1rem;
        height: 1rem;
    }

    /* ABOUT SECTION */

    .about-section {
        padding: 3.5rem 0;
    }

    .about-intro__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .about-section h2 {
        font-size: 1.8rem;
        max-width: 100%;
        line-height: 1.15;
    }

    .about-section h3 {
        font-size: 1.15rem;
    }

    .about-section p {
        font-size: 0.95rem;
    }

    .about-intro {
        margin-bottom: 2.5rem;
    }

    .about-box {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .about-features {
        margin-top: 2.5rem;
    }

    .feature-box,
    .feature-box-dark {
        padding: 1.5rem 1rem;
        border-radius: 1.25rem;
        margin-bottom: 1rem;
        height: auto;
    }

    .feature-box h4,
    .feature-box-dark h4 {
        font-size: 1.05rem;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 1.2rem;
    }

    .feature-icon i {
        font-size: 1.2rem;
    }

    .about-links {
        margin-top: 3rem;
    }

    .info-box {
        padding: 1.8rem;
        border-radius: 1.25rem;
    }

    .info-box h3 {
        font-size: 1.15rem;
    }

    .about-gallery {
        margin-top: 3rem;
    }

    .gallery-box img {
        max-height: 220px;
        border-radius: 1.25rem;
        margin-bottom: 1rem;
    }

    .gallery-box span {
        font-size: 0.8rem;
        padding: 0.4rem 0.9rem;
    }

    .blog-section {
        padding: 3.5rem 0;
    }

    .blog-header {
        margin-bottom: 2.5rem;
    }

    .blog-header h2 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    .blog-header p {
        font-size: 0.9rem;
    }

    .blog-thumb img {
        height: 200px;
    }

    .entry-page h3.blog-title,
    .blog-title {
        font-size: 1rem;
    }

    .blog-date {
        font-size: 0.75rem;
    }

    .blog-content {
        padding: 1.2rem;
    }

    .blog-content h3 {
        font-size: 1rem;
    }

    /* CTA */

    .cta {
        padding: 3.5rem 0 0 0;
    }

    .cta-text {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .cta .section-title {
        margin-bottom: 2rem;
    }

    .cta h2 {
        max-width: 100%;
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .cta p {
        font-size: 0.95rem;
    }

    .cta-image {
        position: relative;
        margin-top: 2rem;
    }

    .cta-image img {
        border-radius: 1.5rem 1.5rem 0 0;
    }

    /* CF7 */

    .wpcf7 form {
        padding: 1.8rem;
        border-radius: 18px;
    }

    .wpcf7 label {
        font-size: 0.65rem;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        padding: .55rem 1rem;
        border-radius: 12px;
        font-size: 0.9rem;
    }

    .wpcf7 textarea {
        min-height: 120px;
    }

    .wpcf7-submit {
        padding: 14px 22px;
        border-radius: 40px;
        font-size: 0.85rem;
    }

    .wpcf7-agree {
        font-size: 0.75rem;
    }

    .wpcf7-not-valid-tip {
        font-size: 0.6rem;
    }

    /* PAGE */

    .page-hero {
        margin-top: -112px;
        min-height: 260px;
        padding: 7rem 0 5rem;
        align-items: flex-end;
    }

    .page-hero-inner {

        gap: 1rem;
    }

    .page-hero h3 {
        font-size: 0.85rem;
    }

    .page-hero h3 span {
        padding: 0.5rem 0.9rem;
        font-size: 0.75rem;
    }

    .page-hero h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .page-hero h1::after {
        width: 40px;
        margin-left: 1rem;
    }

    .page-wrapper.pw-page {
        padding: 3.5rem 0;
    }

    .entry-page {
        padding: 2.5rem 1rem;
        border-radius: 1.5rem;
        margin-top: -6rem;
    }

    .entry-page h2 {
        font-size: 1.4rem;
    }

    .entry-page h3 {
        font-size: 1.1rem;
        margin: 1rem 0 1rem 0;
    }

    .entry-page p,
    .entry-page ul li {
        font-size: 0.95rem;
    }

    .entry-page ul li {
        padding-left: 1.5rem;
    }

    /* FOOTER */

    #footer-wrapper {
        padding: 3.5rem 0 0 0;
    }

    #footer-wrapper h2 {
        font-size: 1.8rem;
    }

    #footer-wrapper h3 {
        font-size: 1rem;
    }

    #block-30 p {
        max-width: 100%;
        font-size: 0.85rem;
    }

    #block-27 p,
    #block-28 p,
    #block-27 a,
    #block-28 a {
        font-size: 1.4rem;
    }

    #block-29 {
        margin-bottom: 2rem;
    }

    #block-29 a {
        font-size: 1rem;
    }

    #block-22 ul li,
    #block-23 ul li,
    #block-24 ul li,
    #block-25 ul li {
        margin-bottom: .5rem;
        font-size: .7rem;
    }

    .footer-widget {
        margin-bottom: 2rem;
    }

    .row__first {
        margin-bottom: 2.5rem;
        padding-bottom: 2rem;
    }

    .footer-bottom {
        padding: 1.2rem 0;
        margin-top: 2rem;
    }

    .footer-credits {
        font-size: 0.7rem;
        text-align: left
    }

    .scroll-top {
        right: 1.5rem;
        bottom: 1rem;
    }

    .scroll-top a {
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }

    /* WOO – MOBILE ADJUSTMENTS */

    #wc .woocommerce-breadcrumb {
        font-size: 0.8rem;
        gap: 0.1rem;
    }

    #wc .flex-control-thumbs img {
        width: 70px;
        height: 70px;
    }

    #wc .summary .product_title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    #wc .summary .price {
        font-size: 1.1rem;
    }

    #wc .summary .price::before {
        font-size: 1rem;
    }

    #wc .woocommerce-product-details__short-description ul li {
        font-size: 0.9rem;
    }

    #wc .summary .quantity .qty {
        width: 72px !important;
        height: 46px;
        font-size: 0.9rem;
        margin-right: 0.5rem;
    }

    #wc .summary .single_add_to_cart_button {
        padding: 0.9rem 1.4rem;
        font-size: 0.85rem;
    }

    #wc .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
        gap: 0.4rem !important;
    }

    #wc .woocommerce-tabs ul.tabs li a {
        padding: 0.55rem 1rem !important;
        font-size: 0.7rem !important;
    }

    #wc .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 1.5rem !important;
    }

    #wc .shop_attributes .woocommerce-product-attributes-item th {
        white-space: normal
    }

    #wc .woocommerce-tabs .woocommerce-Tabs-panel p {
        font-size: 0.85rem !important;
    }

    #wc .shop_attributes th,
    #wc .shop_attributes td {
        font-size: 0.75rem !important;
    }

    #wc .woocommerce-message {
        padding: 0.9rem 1rem 0.9rem 2.8rem;
        font-size: 0.85rem;
        flex-direction: column;
        align-items: flex-start;
    }

    #wc .woocommerce-message .button.wc-forward {
        margin-top: 0.75rem;
        width: 100%;
        justify-content: center;
        font-size: 0.75rem;
    }

    #wc .wc-block-cart__sidebar {
        position: static;
        padding: 1.25rem;
    }


    #wc .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
        font-size: 0.9rem;
    }

    #wc .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-size: 1.1rem;
    }

    #wc .wc-block-cart__submit-button {
        padding: 0.85rem 1.2rem !important;
        font-size: 0.8rem !important;
    }

    #wc .wc-block-components-checkout-step {
        padding: 1.2rem !important;
    }

    #wc .wc-block-components-checkout-step__title {
        font-size: 0.85rem !important;
    }

    #wc .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        padding: 0.9rem 1.4rem !important;
        font-size: 0.85rem !important;
    }

    #wc .woocommerce-order-overview li {
        flex: 1 1 100%;
        font-size: 0.7rem;
        padding: 1rem;
    }

    #wc .woocommerce-order-overview li strong {
        font-size: 0.9rem;
    }

    #wc .woocommerce-order-details__title {
        font-size: 0.7rem;
        padding: 1rem 1.25rem;
    }

    #wc .woocommerce-table--order-details td,
    #wc .woocommerce-table--order-details th {
        padding: 0.85rem 1rem !important;
    }

    #wc .woocommerce-customer-details {
        padding: 1.25rem;
    }

    #wc .woocommerce-MyAccount-navigation ul {
        gap: 0.3rem;
    }

    #wc .woocommerce-MyAccount-navigation ul li a {
        font-size: 0.7rem;
        padding: 0.55rem 0.7rem;
    }

    #wc .woocommerce-MyAccount-content {
        padding: 1.5rem;
    }

    #wc .woocommerce-orders-table__cell {
        padding: 0.75rem !important;
        font-size: 0.8rem;
    }

    #wc .woocommerce-orders-table__cell-order-actions {
        text-align: left;
    }

    #wc .woocommerce-Address {
        padding: 1.25rem;
    }

    #wc .woocommerce-Address-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    #wc button[name="save_address"],
    #wc button[name="save_account_details"] {
        width: 100%;
        justify-content: center;
        font-size: 0.8rem;
        padding: 0.75rem 1.2rem;
    }

    .related .woocommerce ul.products li.product,
    .like-also ul.products li.product {
        width: 46.05%;
    }

    #wc .woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: .95rem;
    }

    #wc .col2-set .col-1,
    #wc .col2-set .col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        ;
        max-width: 100%;
    }
}

@media (min-width:0px) and (max-width: 576px) {
    #slider .btn__row {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

@media (min-width:769px) and (max-width: 991px) {
    #slider .btn__row {
        gap: 1rem;
        align-items: flex-start;
    }
}

@media (min-width:0px) and (max-width: 991px) {
    #wc .shop_attributes .woocommerce-product-attributes-item th::before {
        content: none;

    }

    .woocommerce-message::before {
        content: none;
    }

    #wc .woocommerce-message {
        padding: 0.9rem 1rem 0.9rem 0.8rem;
    }
}

@media (min-width: 992px) and (max-width:1200px) {

    .mh-main .btn-main a {
        padding: .4rem .4rem;
        font-size: .8rem;
        text-transform: none;
    }

    .mh-main__inner {
        padding: 1.5rem 1rem;
    }

    .logo img {
        max-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 .15rem;
        padding: 0.3rem;
        font-size: .8rem;
    }

    .phone span {
        display: none
    }

    .container-fluid {
        padding: 0 1rem;
    }

    /* SLIDER */

    #slider {
        margin-top: 2rem;
    }

    #slider .item {
        padding: 6rem 0 7rem;
    }

    #slider .mask {
        border-radius: 1.75rem;
    }

    .video-bg,
    .bg-img {
        border-radius: 1.75rem;
    }

    #slider .box h3 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    #slider .box h2 {
        font-size: 2.8rem;
        line-height: 1.1;
        max-width: 85%;
        margin-bottom: 1.5rem;
    }

    #slider .box h4 {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    #slider .box .content p {
        font-size: 1.05rem;
        max-width: 75%;
    }

    #slider .btn__row {
        gap: 1rem;
    }

    #slider .owl-controls {
        bottom: 4rem;
    }

    /* TOP WIDGETS */

    .widgets {
        margin: 0;
        padding: 4rem 0 2rem;
    }

    .widgets .box {
        margin: 0;
        padding: 2.5rem 2rem;
        border-radius: 1.5rem;
        flex-direction: column;
    }

    .widgets .box__img {
        width: 90px;
        height: 82px;
    }

    .widgets h3 {
        font-size: 1.1rem;
    }

    .widgets .box__content {
        font-size: 0.95rem;
    }

    /* ABOUT */

    .about {
        padding: 4rem 0;
    }

    .about .intro .row .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .intro h1 {
        font-size: 2.3rem;
        line-height: 1.15;
    }

    .intro h2 {
        font-size: 1.3rem;
    }

    .intro p {
        font-size: 1rem;
    }

    .widgets__about .box {
        border-radius: 1.5rem;
    }

    .widgets__about .box__content {
        padding: 2rem;
    }

    .widgets__about .box__content h3 {
        font-size: 1.3rem;
    }

    /* PRODUCTS LIST */

    .products-list {
        padding: 5rem 0 3rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
        max-width: 70%;
    }

    .section-title p {
        font-size: 1rem;
    }

    .products-nav ul {
        gap: 1rem;
    }

    .products-nav li {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
    }

    #wc ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 1.05rem;
    }

    #wc ul.products li.product .price {
        font-size: 0.95rem;
    }

    #wc ul.products li.product .product-link-icon {
        width: 2rem;
        height: 2rem;
    }

    /* ABOUT SECTION */

    .about-section {
        padding: 5rem 0;
    }

    .about-section h2 {
        font-size: 2.2rem;
        max-width: 65%;
    }

    .about-section h3 {
        font-size: 1.25rem;
    }

    .about-section p {
        font-size: 1rem;
    }

    .feature-box,
    .feature-box-dark {
        padding: 2rem 1.5rem;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
    }

    .gallery-box img {
        max-height: 200px;
    }

    /* BLOG */

    .blog-section {
        padding: 5rem 0;
    }

    .blog-header h2 {
        font-size: 2.2rem;
        max-width: 70%;
    }

    .blog-thumb img {
        height: 240px;
    }

    .blog-title {
        font-size: 1.1rem;
    }

    /* CTA */

    .cta {
        padding: 5rem 0 0 0;
    }

    .cta h2 {
        font-size: 2.2rem;
        max-width: 75%;
    }

    .cta p {
        font-size: 1rem;
    }

    .cta-text {
        padding-right: 2rem;
    }

    /* PAGE HERO */

    .page-hero {
        margin-top: -160px;
        min-height: 360px;
        padding: 9rem 0 7rem;
    }

    .page-hero h1 {
        font-size: 2.8rem;
    }

    .page-hero h3 {
        font-size: 0.95rem;
    }

    .entry-page {
        padding: 4rem 2.5rem;
        margin-top: -10rem;
    }

    /* FOOTER */

    #footer-wrapper {
        padding: 5rem 0 0 0;
    }

    #footer-wrapper h2 {
        font-size: 2rem;
    }

    #block-27 p,
    #block-28 p,
    #block-27 a,
    #block-28 a {
        font-size: 1.8rem;
    }

    /*Woo */
    #wc .summary .product_title {
        font-size: 1.4rem;
    }

    #wc .summary .price {
        font-size: 1.1rem;
    }
}

@media (min-width: 1201px) and (max-width: 1380px) {

    /* CONTAINERS */
    .container-big {
        max-width: 1280px;
    }

    .container-mid {
        max-width: 1140px;
    }

    .mh-main .btn-main a {
        padding: .6rem;
        font-size: .85rem;
        text-transform: none;
    }

    /* SLIDER */

    #slider .item {
        padding: 7rem 0 10rem;
    }

    #slider .box h2 {
        font-size: 3.4rem;
        max-width: 55%;
    }

    #slider .box .content p {
        max-width: 55%;
        font-size: 1.05rem;
    }

    #slider .owl-controls {
        bottom: 6rem;
    }

    /* TOP WIDGETS */

    .widgets {
        margin-top: -8rem;
    }

    .widgets .box {
        padding: 2.5rem 2rem;
    }

    /* ABOUT */

    .intro h1 {
        font-size: 2.4rem;
        max-width: 65%;
    }

    .widgets__about .box__content h3 {
        font-size: 1.5rem;
    }

    /* PRODUCTS */

    .section-title h2 {
        font-size: 2.3rem;
        max-width: 65%;
    }

    .products-nav li {
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
    }

    /* ABOUT SECTION DARK */

    .about-section h2 {
        font-size: 2.3rem;
        max-width: 60%;
    }

    .feature-box,
    .feature-box-dark {
        padding: 2.2rem 1.75rem;
    }

    /* BLOG */

    .blog-header h2 {
        font-size: 2.3rem;
        max-width: 65%;
    }

    .blog-thumb img {
        height: 260px;
    }

    /* CTA */

    .cta h2 {
        font-size: 2.3rem;
        max-width: 70%;
    }

    .cta-text {
        padding-right: 2rem;
    }

    /* PAGE HERO */

    .page-hero {
        min-height: 380px;
        padding: 10rem 0 9rem;
    }

    .page-hero h1 {
        font-size: 3rem;
    }

    .entry-page {
        padding: 5rem 3rem;
        margin-top: -12rem;
    }

    /* FOOTER */

    #footer-wrapper h2 {
        font-size: 2.2rem;
    }

    #block-27 p,
    #block-28 p,
    #block-27 a,
    #block-28 a {
        font-size: 2rem;
    }

    /* Woo */

    #wc .summary .product_title {
        font-size: 1.9rem;
    }

    #wc .summary .price {
        font-size: 1.5rem;
    }
}

@media (min-width: 1201px) and (max-width: 1380px) {


    .mh-main__inner {
        padding: 1.5rem 1rem;
    }

    .logo img {
        max-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 .3rem;
        padding: 0.4rem;
        font-size: .85rem;
    }

    .phone span {
        font-size: 1rem;
    }

    .mh-main__links {
        gap: .4rem;
    }

    .mobile-menu__bottom .phone a,
    .social a,
    .envelope a {
        width: 30px;
        height: 30px;
    }

    .mh-main__links .phone {
        margin-right: 0rem;
    }

    .container-fluid {
        padding: 0 1rem;
    }

    /* SLIDER */

    #slider .item {
        padding: 7rem 0 10rem;
    }

    #slider .box h2 {
        font-size: 3.4rem;
        max-width: 55%;
    }

    #slider .box .content p {
        max-width: 55%;
        font-size: 1.05rem;
    }

    #slider .owl-controls {
        bottom: 6rem;
    }

    /* TOP WIDGETS */

    .widgets {
        margin-top: -8rem;
    }

    .widgets .box {
        padding: 2.5rem 2rem;
    }

    /* ABOUT */

    .intro h1 {
        font-size: 2.4rem;
        max-width: 65%;
    }

    .widgets__about .box__content h3 {
        font-size: 1.5rem;
    }

    /* PRODUCTS */

    .section-title h2 {
        font-size: 2.3rem;
        max-width: 65%;
    }

    .products-nav li {
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
    }

    /* ABOUT SECTION DARK */

    .about-section h2 {
        font-size: 2.3rem;
        max-width: 60%;
    }

    .feature-box,
    .feature-box-dark {
        padding: 2.2rem 1.75rem;
    }

    /* BLOG */

    .blog-header h2 {
        font-size: 2.3rem;
        max-width: 65%;
    }

    .blog-thumb img {
        height: 260px;
    }

    /* CTA */

    .cta h2 {
        font-size: 2.3rem;
        max-width: 70%;
    }

    .cta-text {
        padding-right: 2rem;
    }

    /* PAGE HERO */

    .page-hero {
        min-height: 380px;
        padding: 10rem 0 9rem;
    }

    .page-hero h1 {
        font-size: 2.4rem
    }

    .entry-page {
        padding: 5rem 3rem;
        margin-top: -12rem;
    }

    /* FOOTER */

    #footer-wrapper h2 {
        font-size: 2.2rem;
    }

    #block-27 p,
    #block-28 p,
    #block-27 a,
    #block-28 a {
        font-size: 2rem;
    }

    /* Woo */

    #wc .summary .product_title {
        font-size: 1.9rem;
    }

    #wc .summary .price {
        font-size: 1.5rem;
    }
}

@media (min-width: 1381px) and (max-width: 1656px) {
    .mh-main .btn-main a {
        padding: .6rem 1rem;
        font-size: .85rem;
        text-transform: none;
    }

    .logo img {
        max-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 .5rem;
        padding: 0.4rem;
        font-size: .85rem;
    }

    .phone span {
        font-size: 1rem;
    }

    .mh-main__links {
        gap: .4rem;
    }

    .mobile-menu__bottom .phone a,
    .social a,
    .envelope a {
        width: 30px;
        height: 30px;
    }

    .mh-main__links .phone {
        margin-right: 0rem;
    }

    .container-fluid {
        padding: 0 1rem;
    }

    /* SLIDER */

    #slider .item {
        padding: 8rem 0 12rem;
    }

    #slider .box h2 {
        font-size: 3.8rem;
        max-width: 48%;
    }

    #slider .box .content p {
        max-width: 50%;
        font-size: 1.1rem;
    }

    #slider .owl-controls {
        bottom: 8rem;
    }

    /* TOP WIDGETS */

    .widgets {
        margin-top: -10rem;
        padding: 5rem 0 3rem;
    }

    .widgets .box {
        padding: 3rem 2.5rem;
    }

    /* ABOUT */

    .intro h1 {
        font-size: 2.6rem;
        max-width: 60%;
    }

    .widgets__about .box__content h3 {
        font-size: 1.6rem;
    }

    /* PRODUCTS */

    .section-title h2 {
        font-size: 2.5rem;
        max-width: 60%;
    }

    .products-nav li {
        font-size: 0.95rem;
        padding: 0.8rem 1.5rem;
    }

    #wc ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 1.15rem;
    }

    /* ABOUT SECTION DARK */

    .about-section {
        padding: 7rem 0;
    }

    .about-section h2 {
        font-size: 2.5rem;
        max-width: 55%;
    }

    .feature-box,
    .feature-box-dark {
        padding: 2.8rem 2rem;
    }

    /* BLOG */

    .blog-section {
        padding: 7rem 0;
    }

    .blog-header h2 {
        font-size: 2.5rem;
        max-width: 60%;
    }

    .blog-thumb img {
        height: 300px;
    }

    /* CTA */

    .cta {
        padding: 7rem 0 0 0;
    }

    .cta h2 {
        font-size: 2.5rem;
        max-width: 65%;
    }

    .cta-text {
        padding-right: 3rem;
    }

    /* PAGE HERO */

    .page-hero {
        min-height: 420px;
        padding: 12rem 0 10rem;
    }

    .page-hero h1 {
        font-size: 2.8rem;
    }

    .entry-page {
        padding: 6rem 4rem;
        margin-top: -14rem;
    }

    /* FOOTER */

    #footer-wrapper {
        padding: 7rem 0 0 0;
    }

    #footer-wrapper h2 {
        font-size: 2.6rem;
    }

    #block-27 p,
    #block-28 p,
    #block-27 a,
    #block-28 a {
        font-size: 2.2rem;
    }

    /* WOO */

    #wc .summary .product_title {
        font-size: 2.1rem;
    }

    #wc .summary .price {
        font-size: 1.7rem;
    }
}

@media (min-width: 1657px) and (max-width: 1800px) {
 .mh-main .btn-main a {
        padding: .6rem 1rem;
        font-size: .85rem;
    }

    .logo img {
        max-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 .5rem;
        padding: 0.4rem;
        font-size: .85rem;
    }

    .phone span {
        font-size: 1.1rem;
    }

}


@media (min-width:992px) {
    .mobile-menu {
        display: none
    }
}