.container {
    max-width: 1140px;
    padding: 0;
}

@media (max-width: 1699px) {
    .mirror-heading-col:nth-child(2) .c-tagline_item_inner {
        margin-left: -22.1vw;
    }
    .mirror-heading-col:nth-child(4) .c-tagline_item_inner {
        margin-left: -66.6vw;
    }
    .about-section.book-section .mirror-heading-col:nth-child(2) .c-tagline_item_inner {
        margin-left: -22.8vw;
    }
    .about-section.book-section .mirror-heading-col:nth-child(3) .c-tagline_item_inner {
        margin-left: -45.65vw;
    }
    .about-section.book-section .mirror-heading-col:nth-child(4) .c-tagline_item_inner {
        margin-left: -68.5vw;
    }
}

@media (max-width: 1439px) {}
@media (max-width: 1279px) {}
@media (max-width: 1199px) {
    .main-nav .menu-bar {
        display: block;
    }
    /************ // MOBILE MENU CSS START HERE // ***********************/
    .menu-bar {
        width: 35px;
        height: 30px;
        position: relative;
        margin: 0px 0 0 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        top: -4px;
        z-index: 1111;
    }

    .menu-bar span {
        display: block;
        position: relative;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: rgb(51, 51, 51);
        margin: 7px 0;
    }
   .menu-bar span:nth-child(2) {
        width: 75%;
        margin-left: auto;
    }
    .mobile-menu .menu-bar span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }
    .mobile-menu .menu-bar span:nth-child(2) {
        transform:translateX(100%);
        opacity: 0;
    }
    .mobile-menu .menu-bar span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }
    .navigation.mobile-naviagtion-wrap {
        background: #f7f8ec;
        position: fixed;
        top: 160px;
        padding-top: 0;
        right: -150%;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: .7s;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 92px;
        margin: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    body.mobile-menu .navigation {
        display: block;
        right: 0;
    }

    .nav-manu{
        flex-wrap: wrap;
    }

    .navigation ul {
        display: block;
        width: 100%;
    }

    .navigation ul li {
        margin-right: 0;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 16px;
        width: 100%;
    }
    .navigation ul > li::before {
        display: none;
    }
    .navigation .menu-item-has-children > a::before {
        display: none;
    }
    .menu-item-has-children::after {
        content: "\f107";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 56px;
        transition: 0.4s;
        font-family: FontAwesome;
        color: #000;
        padding: 0;
        z-index: 111;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .navigation ul li.menu-item-has-children {
        padding-right: 0;
    }
    .navigation ul li.current-menu-item > a {
        color: #fff;
        background: #67221a;
    }
    .navigation ul li.menu-item-has-children li.menu-item-has-children::after {
        color: #67221a;
    }
    .navigation ul>li>a {
        display: block;
        border-top: 1px solid #e8c373;
        border-bottom: 0;
        padding: 14px 20px;
        color: #000;
        border-radius: 0;
    }
    .header-search {
        min-width: 100%;
        padding: 14px 20px;
        border-top: 1px solid #e8c373;
    }
    .navigation ul>li>a:hover {
        color: #000;
        background: transparent;
    }
    .nav-menu {
        display: block;
        width: 100%;
        padding: 0;
    }
    .navigation .moblelogo {
        display: block;
        background: transparent;
        padding: 15px 20px;
        text-align: center;
    }
    .menu-item-has-children::before {
        display: none;
    }
    .navigation .moblelogo img {
        max-width: 200px;
    }
    .navigation ul > li > a::after{
        display: none;
    }

    .navigation ul li ul.sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .navigation ul li ul.sub-menu.in {
        position: static;
        max-width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        display: block;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: 0;
        background: transparent;
    }

    .navigation ul li ul.sub-menu li {
        width: 100% !important;
        padding: 0;
        border-bottom: none;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        background-color: #333333;
    }

    .navigation ul li ul.sub-menu li:hover {
        background-color: #333333;
    }
    .navigation ul li ul.sub-menu li.current-menu-item {
        background-color: transparent;
    }
    .navigation ul li ul.sub-menu li.current-menu-item a {
        color: #fff;
    }
    .navigation ul li ul.sub-menu li a {
        padding: 14px 15px 14px 30px;
        font-weight: 500;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        color: #fff;
    }
    .navigation ul li ul.sub-menu li a:hover {
        color: #000;
        background: transparent;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
        width: 100%;
        padding: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
        margin-left: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu li a {
        padding-left: 40px;
    }
    nav.mobile-scroll {
        display: block;
        width: 100%;
    }
    .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .hero-style {
        height: 550px;
    }
    .order-start-col label {
        padding: 5px 10px;
    }
    .hero .container {
        gap: 20px;
    }
    .hero-products {
        padding: 0;
        border-radius: 0;
    }
    .shop-section .products-slider-media {
        width: 120px;
        height: 130px;
    }
    .marquee-atf-item-item h2, .marquee-atf-item-item h3 {
        font-size: 28px;
        line-height: 28px;
        padding: 20px 0;
    }
    .marquee-atf-item-item {
        margin: 0px 10px;
    }
    .our-feature-wrapper {
        padding: 30px;
    }
    .our-feature-wrapper .heading {
        margin: 0  0 25px;
    }
    .our-feature-content h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .testimonials-slide-content {
        padding: 15px 50px;
    }
    .insta-section {
        padding: 40px 0;
    }
    .free-membership-heading .heading h2, .testimonials-wrapper .heading h2, .our-feature-wrapper .heading h2 {
        font-size: 25px;
    }
    .whtapp-icon, .scan-box {
        width: 140px;
    }
    .free-membership-wrapper h5 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .free-membership-section .container {
        max-width: 550px;
    }
    .footer-right {
        padding-left: 0;
    }
    .footer-about p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-left {
        width: 340px;
    }
    .mobilelogo {
        display: block !important;
        width: 105px;
        padding: 0;
        transform: translate(10px, 20px);
    }
    .nav-menu ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style-type: none;
        background: transparent;
        border-radius: 0;
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
    }
    .mobile-scroll .header-user-nav {
        display: none;
    }
    .navigation ul li ul.sub-menu ul.sub-menu li {
        background-color: #28a8b359;
    }
    .header-user-nav.desktop-hide {
        display: flex;
        align-items: center;
    }
    .nav-icon {
        margin: 0 10px;
        position: relative;
    }
    .nav-icon svg {
        width: 35px;
        height: 35px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: calc(50% - 16px) !important;
    }
    .woocommerce .products {
        gap: 0 16px;
    }
    .contact-us-card {
        padding: 50px 15px 10px;
        min-height: 270px;
    }
    .contact-us-card p {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .contact-us-section {
        margin: 40px 0;
    }
    .faq-header h3 {
        font-size: 20px;
    }
    .faq-list {
        padding: 10px 15px;
        margin: 0 0 15px;
    }
    .faq-body h4 {
        font-size: 16px;
        margin: 15px 0 4px;
    }
    .faq-body p {
        font-size: 14px;
    }
    .default-page-wrapper {
        padding: 15px;
        margin-top: 40px;
    }
    .our-process-card h3 {
        font-size: 16px;
        margin: 40px 0 12px;
        min-height: 53px;
        line-height: 21px;
    }
    .our-process-card .icon {
        font-size: 80px;
    }
    .shop-section .products-slider-content {
        width: calc(100% - 100px);
        padding-right: 0;
    }
    .card-price-cart {
        gap: 10px;
    }
    .product-single-info h1 {
        font-size: 42px;
        margin: 0 0 12px;
    }
    .related.products h2 {
        margin: 0 0 25px;
        font-size: 32px;
    }
    .product-single-section {
        margin: 30px 0;
    }
    .product-single-quality-list ul li {
        font-size: 11px;
        padding: 0 5px;
        width: calc(25% - 5px);
        min-height: 115px;
    }
    .product-single-quality-list ul {
        gap: 5px;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        flex-wrap: wrap;
    }
    .woocommerce-variation-add-to-cart.variations_button .wa-order-class {
        margin-left: 0;
        margin-top: 1em;
        display: inline-block;
    }
    .search-results .woocommerce ul.products li.product,
    .search-results .woocommerce-page ul.products li.product {
        width: calc(33.33% - 16px) !important;
    }
    .shop-section .products-slider-card {
        width: calc(50% - 12px) !important;
    }
    .woocommerce-account .shop-main.products-slider-section.shop-section > .container {
        padding: 0 40px;
    }
    .single-product .product .product-single-media .flex-viewport {
        height: 400px !important;
    }
}


@media (max-width: 1023px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .hero .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-style {
        height: 440px;
        width: 100%;
    }
    .hero-products {
        padding: 0;
        border-radius: 0;
        width: 100%;
    }
    .order-start-col label {
        padding: 10px 25px;
        font-size: 18px;
    }
    .order-process-btn .procees-btn {
        width: 100%;
        font-size: 18px;
    }
    .order-start-col {
        width: 25%;
    }
    .shop-section .products-slider-media {
        width: 140px;
        height: 140px;
    }
    .hero-products .shop-section {
        height: auto;
        overflow: hidden;
    }
    ul.slick-dots {
        display: flex !important;
        justify-content: center;
        list-style-type: none;
        gap: 10px;
    }
    ul.slick-dots li button {
        background-color: #28a8b34d;
        font-size: 0;
        width: 15px;
        height: 15px;
        border: 0;
        border-radius: 50%;
    }
    ul.slick-dots li.slick-active button {
        background-color: #28a8b3ba;
    }
    .our-feature-col:nth-child(even) {
        background: transparent;
    }
    .delivery-progress-row {
        justify-content: center;
        flex-wrap: wrap;
    }
    .delivery-progress-col {
        width: 47%;
    }
    .delivery-progress-row::before {
        display: none;
    }
    .testimonials-slide-content {
        padding: 0;
    }
    section.testimonials-section.m50 {
        margin-bottom: 0;
    }
    .insta-slider .swiper-wrapper .swiper-slide:nth-child(even) {
        margin-top: 30px;
    }
    .footer-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-left {
        width: 100%;
        padding: 0;
    }
    .footer-about {
        display: none;
    }
    .footer-logo {
        width: 120px;
        margin: 0 auto 10px;
    }
    .footer-right {
        padding-left: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-nav-col {
        width: 100%;
        text-align: center;
    }
    .footer-nav-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-nav-col:last-child {
        margin-bottom: 0;
    }
    .footer-nav ul li a {
        font-size: 16px;
        padding: 3px 0;
        margin: 0 0 5px;
    }
    .footer-nav.social-nav ul {
        justify-content: center;
    }
    .shop-main.products-slider-section.shop-section {
        margin: 40px 0 15px;
    }
    .products-slider-section.shop-section .heading {
        margin: 0 0 25px;
    }
    .heading.inner-heading h1, .heading.inner-heading h2 {
        font-size: 18px;
    }
    .contact-us-row {
        gap: 10px;
        margin-top: 55px;
        margin-bottom: 40px;
    }
    .contact-us-col {
        width: calc(33.33% - 10px);
    }
    .map-row {
        height: 310px;
    }
    .m50 {
        margin: 40px 0;
    }
    .about-right {
        padding: 0;
    }
    .about-more-info .about-right ul li, .about-more-info .about-right p {
        font-size: 16px;
        line-height: 24px;
    }
    .team-col-right {
        margin-left: 20px;
        margin-top: 15px;
        margin-right: 15px;
    }
    .team-col figure {
        padding: 10px;
    }
    .our-process-col {
        width: calc(50% - 15px);
        margin: 0;
    }
    .order-start-wrapper {
        display: none;
    }
    .our-process-card {
        min-height: 298px;
    }
    .product-single-info h1 {
        font-size: 34px;
        margin: 0 0 12px;
    }
    .product-single-quality-list ul li {
        width: calc(50% - 5px);
        font-size: 16px;
        padding: 13px;
    }
    .product-single-quality-list {
        margin: 0 0 25px;
    }
    .woocommerce .products {
        margin-top: 15px;
    }
    .product-single-quality-list ul {
        gap: 10px;
    }
    .search-results .woocommerce ul.products li.product,
    .search-results .woocommerce-page ul.products li.product {
        width: calc(50% - 16px) !important;
    }
    .our-feature-col {
        width: calc(50% - 12px);
    }
    .woocommerce-account .shop-main.products-slider-section.shop-section > .container {
        padding: 0 20px;
    }
    /* #sb_instagram #sbi_images .sbi_item:nth-child(even) {
        margin-top: 0px !important;
    }
    #sb_instagram #sbi_images {
        flex-wrap: wrap;
    }
    #sb_instagram #sbi_images .sbi_item {
        width: 48% !important;
    } */
    .woocommerce div.product div.images .flex-control-thumbs li {
        height: 90px;
        width: calc(33.33% - 8px) !important;
    }
    .single-product .product .product-single-media .flex-viewport {
        height: 340px !important;
    }
}

@media only screen
    and (device-width : 812px)
    and (device-height : 375px)
    and (-webkit-device-pixel-ratio : 3) {}
@media only screen
    and (device-width : 896px)
    and (device-height : 414px)
    and (-webkit-device-pixel-ratio : 2) {}
@media only screen
    and (device-width : 932px)
    and (device-height : 430px)
    and (-webkit-device-pixel-ratio : 3) {}

@media (max-width:767px) {
    .footer-info-bar-col h4 {
        font-size: 18px;
    }
    .contact-us-col {
        width: 48%;
    }
    .contact-us-col:nth-child(2) {
        width: 100%;
        order: 1;
        margin-top: 50px;
    }
    .contact-us-card {
        padding: 50px 15px 10px;
        min-height: 200px;
    }
    .contact-us-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-right h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .team-col-left h3 {
        font-size: 18px;
    }
    .intspost-img {
        height: 250px;
    }
    .faq-wrapper {
        padding: 15px;
    }
    .heading.inner-heading p {
        font-size: 16px;
    }
    .faq-header h3 {
        font-size: 18px;
        padding-right: 25px;
    }
    .faq-header .icon {
        width: 24px;
    }
    .faq-section {
        margin: 40px 0;
    }
    .single-product .product .product-single-media {
        width: 45%;
    }
    .product-single-quality-list ul li {
        width: calc(50% - 5px);
        font-size: 14px;
        padding: 13px;
    }
    .single-product .product .summary.entry-summary {
        width: 51%;
    }
    .product-single-info h1 {
        font-size: 30px;
    }
    .single-product .product {
        gap: 0;
    }
    .related.products h2 {
        margin: 15px 0 25px;
        font-size: 28px;
    }
    .wp-block-woocommerce-cart-order-summary-coupon-form-block,
    .wp-block-woocommerce-cart-order-summary-subtotal-block,
    .wc-block-components-totals-item {
        padding-inline: 15px !important;
    }
    .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
        padding: 0 !important;
    }
    .shop-section .products-slider-media {
        width: 110px;
        height: 130px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: calc(50% - 10px) !important;
    }
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
    }
    .product-single-section .entry-content {
        width: 100%;
    }
}

@media (max-width:575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .logo {
        width: 105px;
    }
    .hero-style {
        height: 320px;
        width: 100%;
    }
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        width: 40px;
        height: 45px;
        line-height: 1;
    }
    .order-start-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .order-start-row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .order-start-col {
        width: 49%;
    }
    .hero-products {
        padding: 0;
    }
    .shop-section .products-slider-content {
        padding: 0 0 0 18px;
        width: calc(100% - 130px);
    }
    .shop-section .products-slider-media {
        width: 130px;
        height: 130px;
    }
    .hero-products .shop-section {
        padding-right: 0;
        gap: 16px;
    }
    ul.slick-dots li {
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 10px;
    }
    ul.slick-dots li button {
        background-color: #28a8b34d;
        font-size: 0;
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 50%;
        padding: 0;
    }
    .order-start-col label {
        padding: 8px 25px;
        font-size: 15px;
    }
    .order-process-btn .procees-btn {
        width: 100%;
        font-size: 15px;
    }
    .marquee-atf-item-item h2, .marquee-atf-item-item h3 {
        font-size: 24px;
        line-height: 24px;
        padding: 14px 0;
    }
    .our-feature-wrapper {
        padding: 20px 15px;
    }
    p {
        line-height: 25px;
    }
    .free-membership-heading .heading h2, .testimonials-wrapper .heading h2, .our-feature-wrapper .heading h2 {
        margin: 0 0 10px;
    }
    .our-feature-col {
        width: calc(50% - 5px);
        margin: 0;
    }
    .our-feature-content figure {
        max-width: 45px;
        margin: 15px auto;
    }
    .our-feature-content h4 {
        font-size: 15px;
        line-height: 21px;
    }
    .our-feature-content {
        padding: 8px;
        min-height: 168px;
    }
    .our-feature-row {
        gap: 10px;
    }
    .our-feature-wrapper .heading {
        margin: 0  0 15px;
    }
    .heading h2 {
        text-align: center;
    }
    .delivery-progress-row {
        gap: 15px 10px;
    }
    .delivery-progress-col {
        width: calc(50% - 10px);
    }
    .delivery-progress-col figure {
        margin: 0 0 10px;
        max-height: 150px;
        height: 150px;
        padding: 10px;
        border-radius: 15px;
    }
    .delivery-progress-col p {
        line-height: 23px;
        font-size: 15px;
    }
    .testimonials-slider {
        padding: 20px 15px 35px;
    }
    .rating-icon {
        margin: 0 0 10px;
    }
    .rating-icon svg {
        width: 15px;
    }
    .testimonials-slide-footer {
        margin: 15px 0 0;
    }
    .m50 {
        margin: 40px 0;
    }
    .insta-wrapper .heading {
        margin: 0 0 20px;
    }
    .whtapp-icon, .scan-box {
        width: 110px;
    }
    .free-membership-wrapper h5 {
        font-size: 16px;
        margin: 0 10px 15px;
    }
    .free-membership-heading .heading h2, .testimonials-wrapper .heading h2, .our-feature-wrapper .heading h2 {
        font-size: 23px;
    }
    .free-membership-section {
        padding-bottom: 40px;
    }
    .footer-info-bar-wrapper {
        justify-content: center;
    }
    .footer-info-bar-col {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .footer-info-bar-col:last-child {
        margin: 0;
    }
    .footer-nav ul li a {
        font-size: 15px;
        padding: 3px 0;
        margin: 0;
    }
    .intspost-img {
        height: 220px;
    }
    .main-nav .menu-bar {
        margin-top: 3px;
    }
    .contact-us-col {
        width: 100%;
    }
    .contact-us-col {
        width: 100%;
        margin-bottom: 45px;
    }
    .contact-us-col:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-us-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    .about-left {
        width: 70%;
        margin: 0 auto 20px;
    }
    .about-right {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .about-right p {
        text-align: justify;
        text-align-last: center;
    }
    .about-us-section.m50 {
        margin-bottom: 0;
    }
    .about-more-info .about-right ul li, .about-more-info .about-right p {
        font-size: 14px;
        line-height: 23px;
        text-align: justify;
        text-align-last: center;
    }
    .team-col {
        justify-content: center;
        flex-wrap: wrap;
    }
    .team-col-left {
        width: 100%;
    }
    .team-col-right {
        margin-left: 0;
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
    }
    .team-col figure {
        padding: 10px;
        margin: 0 auto;
    }
    .faq-wrapper {
        padding: 10px;
    }
    .faq-body h4 {
        line-height: 22px;
    }
    .faq-body {
        margin: 15px 0 0;
    }
    .faq-body p {
        line-height: 21px;
    }
    .footer-nav-col h6 {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 10px;
        border-radius: 9px;
    }
    .login-form {
        padding: 15px 0;
    }
    .login-form h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .modal button.btn-close {
        width: 30px;
        height: 30px;
        top: 0px;
        right: 0;
        z-index: 111;
    }
    .today-test-report-wrapper table tr th, .today-test-report-wrapper table tr td {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }
    .today-test-report-wrapper table {
        margin: 0;
    }
    .our-process-col {
        width: 100%;
        margin: 0;
    }
    .our-process-card {
        min-height: auto;
    }
    .our-process-card h3 {
        font-size: 20px;
        margin: 40px 0 12px;
        min-height: auto;
        line-height: 27px;
    }
    .hero-products .p-qty .cart {
        gap: 8px;
    }
    .card-price-cart .qty-container {
        padding: 7px 10px;
    }
    .single-product .product .product-single-media {
        width: 100%;
        margin: 0 0 15px;
    }
    .single-product .product .summary.entry-summary {
        width: 100%;
    }
    .product-single-quality-list ul li {
        min-height: 115px;
        gap: 5px 30px;
    }
    .related.products .products-slider-media {
        width: 110px;
        height: 140px;
    }
    .related.products .products-slider-content {
        padding: 0 15px 25px;
        width: calc(100% - 110px);
    }
    .product-single-info h1 {
        font-size: 28px;
    }
    .product-single-quality-list ul li img {
        width: 50px;
        max-height: 50px;
        margin-right: 0;
        display: block;
        object-fit: contain;
        margin: 0 30px;
    }
    .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
        border-top: 2px solid hsla(0,0%,7%,.11)!important;
    }
    .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
    .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
        padding-inline: 15px;
    }
    .login-form .form-group.submit-group {
        gap: 10px;
    }
    .login-form .form-group.submit-group .btn {
        min-width: 100px;
    }
    .login-form .form-group.submit-group .button-next-login, .login-form .form-group.submit-group a.button-next-reregister {
        font-size: 14px;
        padding: 5px 10px;
    }
    .woocommerce-variation span.woocommerce-Price-amount.amount {
        margin: 10px 0 25px;
    }
    .search-results .woocommerce ul.products li.product,
    .search-results .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .shop-section .products-slider-card {
        width: 100% !important;
    }
    .insta-slider {
        padding: 0 10px;
        border-radius: 12px;
        margin: 0 15px;
    }
    .insta-slider:before {
        top: -8px;
        height: 27px;
    }
    .product-single-description-wrapper #pills-tabContent {
        overflow-x: auto;
    }
    .product-detail-table table tr th, .product-detail-table table tr td {
        padding: 5px;
        font-size: 12px;
    }
    .error-page-row {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
}
    .error-page-row h1 {
        font-size: 52px;
        line-height: 1;
    }
    .error-page-row h2 {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .error-page-row p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    section.shop-main.products-slider-section.shop-section.error-page-section {
        margin: 50px 0;
    }
}

@media (max-width:320px) {}
