@media only screen and (min-width: 1440px) {
    .single-equipment .product-summary {
        padding-right: 105px;
    }

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

    .single-product .product-gallery-wrapper {
        padding-right: 8px;
    }

    .single-product .product-summary {
        padding-left: 10px;
    }

    .locations .item .col-4 {
        width: 28.333333%;
    }

    .locations .item .col-8 {
        width: 71.66666667%;
        padding-left: 33px;
    }
}

@media only screen and (min-width: 992px) {
    .sticky .nav-bar {
        height: 62px;
    }

    .sticky .logo .icon {
        height: 0;
        visibility: hidden;
        margin: 0px;
    }

    .sticky .logo {
        top: 7px;
    }

    .sticky .logo svg {
        max-width: 82px;
    }

    .sticky {
        padding-bottom: 0px;
    }

    .sticky .right .nav {
        height: 0;
        visibility: hidden;
        padding: 0px;
        display: none;
    }

    .sticky .btn {
        display: none;
    }

    .sticky .sub-menu {
        height: 0;
        visibility: hidden;
        padding: 0px;
        display: none;
    }
}
/*-------------------------------------------------*/
/* =  1440px
/*-------------------------------------------------*/
@media only screen and (max-width: 1440px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .locations .map {
        width: 50%;
    }

    .left-right-blocks .content {
        padding-left: 0px;
    }

    .left-right-blocks .item:nth-child(odd) .img {
        margin: 0px;
    }

    footer .btn-wrapper {
        flex: 100%;
        width: 100%;
        justify-content: flex-start;
    }

    .award-block .text {
        padding-left: 15px;
    }

    .product-list img {
        max-height: 203px;
    }

    .left-right-blocks-with-slider .item {
        min-height: auto;
    }

    .left-right-blocks-with-slider .content {
        padding: 30px 40px 30px 40px;
    }

    .card .image {
        padding-right: 15px;
    }

    .card .text {
        padding-left: 15px;
    }

    .slider-thumbnail .thumb-item {
        width: 100%;
    }

    .top-bar .nav > li > .sub-menu > li + li {
        margin-left: 20px;
    }

    .woocommerce-message .button {
        text-wrap: nowrap !important;
    }

    .tech-support-section .item-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .sub-menu .menu-item-has-children::after {
        right: 4px;
    }

    .sub-menu .menu-item-has-children {
        padding: 0px 28px 0px 28px;
    }
}

@media only screen and (min-width: 992px) {
    .product-gallery-wrapper {
        display: block;
        min-height: 400px;
    }

    .product-gallery-wrapper .sticky-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
    }
}

/*-------------------------------------------------*/
/* =  1050px
/*-------------------------------------------------*/
@media only screen and (max-width: 1050px) {
    main {
        padding-top: 0px;
    }

    .header .logo {
        position: relative;
        left: auto;
        right: auto;
        margin: 0px;
        top: auto;
    }

    .header .logo svg {
        max-width: 80px;
        height: 30px;
    }

    .header .logo .icon svg {
        max-width: 30px;
        height: 30px;
    }

    .nav-bar {
        height: auto;
        display: none;
    }

    .header {
        position: relative;
        padding: 15px 0px;
    }

    .navigation {
        align-items: center;
    }

    .account-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-left: auto;
    }

    .logged-in .top-bar .nav > li > .sub-menu {
        padding-right: 0px;
    }

    .mobile-toggle {
        width: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: 40px;
        z-index: 10;
    }

    .mobile-toggle span {
        height: 2px;
        display: block;
        width: 100%;
        background: #fff;
    }

    .mobile-toggle span + span {
        margin-top: 8px;
    }

    .mobile-toggle span:nth-child(3) {
        max-width: 15px;
    }

    .mobile-toggle svg {
        display: none;
    }

    .active .mobile-toggle svg {
        display: block;
    }

    .active .mobile-toggle span {
        display: none;
    }

    body.active .nav-bar {
        display: block;
        position: fixed;
        background: var(--dark-background);
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3;
        padding: 0px 20px 30px;
    }

    body.active .nav-bar .nav {
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    body.active .header {
        position: fixed;
    }

    .top-bar .nav > li + li,
    .top-bar .to-right,
    .top-bar .nav > li > .sub-menu > li + li {
        margin-left: 0px !important;
    }

    .top-bar .nav > li > .sub-menu {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0px;
        flex-direction: column;
    }

    .top-bar .nav-bar > ul > li > a::after {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .visible-mobile {
        display: block;
    }

    .lang-wrapper {
        padding-top: 0px;
        /*      margin-left: auto;*/
        margin-right: 0px;
        margin-top: -12px;
    }

    .sub-menu .menu-item-has-children.dropdown-submenu {
        margin-left: 0px;
    }

    .nav-bar {
        text-align: center;
    }

    .cart-count {
        display: none;
    }

    .mobile-cart {
        position: relative;
        padding-top: 10px;
        margin-left: auto;
    }

    .mobile-cart .cart-count {
        display: block;
        top: 0px;
        right: -10px;
    }

    .mobile-cart svg {
        width: 20px;
        height: 20px;
    }

    .custom-for-business .mobile-cart {
        display: none;
    }

    .custom-for-business .lang-wrapper {
        margin-left: auto;
    }

    .offices-service {
        padding: 40px 0 90px;
    }

    .offices-service .content {
        max-width: 100%;
        height: 475px;
        margin-top: 0;
    }

    .offices-service .description-one {
        top: 18%;
        left: 0;
        font-size: 15px;
    }

    .offices-service .description-two {
        bottom: 8%;
        right: 0;
        font-size: 15px;
    }
    .offices-service .content img {
        width: 50%;
    }

    .rent-content-list {
        padding: 50px 15px 40px;
    }

    .faq-section h2 {
        padding-left: 30px;
        max-width: 100%;
    }

    .faq-section .block-header {
        padding: 0 30px;
    }

    .faq-section .block-content {
        width: 100%;
        padding: 0 30px;
    }

    .full-width-banner {
        background-size: cover;
    }

    .full-width-banner .container {
        padding-top: 54px;
        padding-bottom: 55px;
        min-height: 303px;
    }

    .what-is-marzocco .row h2 {
        grid-column: 1 / span 3;
        text-transform: uppercase;
        letter-spacing: -0.3px;
    }

    .what-is-marzocco .row .content {
        grid-column: 1 / span 3;
    }

    .popular-models .col-4 {
        width: 100%;
    }

    .popular-models .items-wrapper.row {
        gap: 32px;
    }

    .tech-support-section .row {
        flex-direction: column;
        gap: 64px;
    }

    .tech-support-section .col-6 {
        width: 100%;
    }

    .tech-support-section .item-wrapper {
        justify-content: center;
        align-items: center;
    }

    .virsi-coffee .row-two h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

/*-------------------------------------------------*/
/* =  991px
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .locations .tab-container > .row {
        flex-wrap: wrap;
    }

    .locations .map,
    .locations .tabs {
        width: 100%;
    }

    .hero {
        background-size: cover;
    }

    /*   .logged-in .top-bar .nav > li > .sub-menu {
      padding-right: 0px;
  }

  .mobile-toggle {
      width: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-left: 40px;
      z-index: 10;
  }

  .mobile-toggle span {
      height: 2px;
      display: block;
      width: 100%;
      background: #fff;
  }

  .mobile-toggle span + span {
      margin-top: 8px;
  }

  .mobile-toggle span:nth-child(3) {
      max-width: 15px;
  }

  .mobile-toggle svg {
      display: none;
  }

  .active .mobile-toggle svg {
      display: block;
  }

  .active .mobile-toggle span {
      display: none;
  } */

    .hero .wrapper.text-center {
        margin-left: 0px;
    }

    .hero .badge {
        right: 30px;
    }

    .product-list img {
        max-height: 150px;
    }

    .products {
        padding-bottom: 0px;
    }

    .locations .tabs {
        padding-top: 30px;
    }

    .tab-list li {
        width: 33.33333333%;
    }

    /*   body.active .nav-bar {
      display: block;
      position: fixed;
      background: var(--dark-background);
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 3;
      padding: 0px 20px 30px;
  }

  body.active .nav-bar .nav {
      flex-direction: column;
      padding-top: 100px;
      padding-bottom: 30px;
  }

  body.active .header {
      position: fixed;
  }
 */
    /*   .top-bar .nav > li + li,
  .top-bar .to-right,
  .top-bar .nav > li > .sub-menu > li + li {
      margin-left: 0px !important;
  }

  .top-bar .nav > li > .sub-menu {
      position: relative;
      bottom: auto;
      left: auto;
      padding: 0px;
      flex-direction: column;
  }
 */
    .left-right-blocks-with-slider .item,
    .left-right-blocks-with-slider .item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .left-right-blocks-with-slider .col-6 {
        width: 100%;
    }

    .left-right-blocks-with-slider .gallery img {
        border: none;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-top-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-topright: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .award-list .item {
        width: 90px;
        height: 90px;
    }

    .award-list .item img {
        max-width: 100%;
        max-height: 60px;
    }

    /*   .top-bar .nav-bar > ul > li > a::after {
      display: none;
  } */

    .services .col-2 {
        width: 100%;
    }

    .services .col-2 + .col-2 {
        padding-top: 30px;
    }

    .services .service-list {
        row-gap: 0px;
    }

    .featured-bg-block .wrapper {
        max-width: 100%;
    }

    .review-list .col-3 {
        /*       width: 50%; */
        padding-bottom: 30px;
    }

    .blog,
    .post,
    .card-list {
        padding: 60px 0px 60px;
    }

    .article .col-6:first-child {
        padding-right: 15px;
    }

    .post .row {
        flex-direction: column;
    }

    .post .col-3,
    .post .col-9 {
        width: 100%;
    }

    .post .date {
        margin-bottom: 15px;
    }

    .post p,
    .post h1,
    .post h2,
    .post h3,
    .post h4,
    .post h5,
    .post h6,
    .share {
        max-width: 100%;
    }

    .post .row {
        padding: 0px;
    }

    .team .row {
        --bs-gutter-x: 30px;
        padding: 0px 30px;
    }

    .service-type-content .wrapper {
        padding-left: 0px;
    }

    .service-type-content .blog-list {
        flex-direction: column;
    }

    .service-type-content .blog-list .col-6 {
        width: 100%;
    }

    .service-type-content .blog-list .col-6 + .col-6 {
        padding-top: 30px;
    }

    .card-list .article {
        padding: 0px;
    }

    .breadscumb-line {
        margin-top: 0px;
    }

    .single-equipment .action-list {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0px;
    }

    .single-equipment .action-list .link-btn {
        margin-top: 30px;
    }

    .product-text-tabs .tabcontent p {
        padding-right: 0px;
    }

    .promotion-banner .wrapper {
        padding: 30px;
    }

    .single .page-content {
        padding-top: 0px;
    }

    .woocommerce div.product form.cart .variations {
        margin-left: 0px;
    }

    .single-product .space-wrapper,
    .single_variation_wrap,
    .product-type-simple .product-price-info {
        padding-left: 0px;
    }

    .slider-thumbnail .thumb-item {
        background-size: contain;
    }

    .single_variation_wrap,
    .product-type-simple .product-price-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-variation-add-to-cart,
    .product-type-simple .cart {
        margin-left: 0px;
        margin-top: 20px;
    }

    /*   .hide-mobile {
      display: none;
  }

  .visible-mobile {
      display: block;
  }

  .lang-wrapper {
      padding-top: 0px;
      margin-left: auto;
      margin-right: 0px;
      margin-top: -12px;
  } */

    .page-template-default .page-content {
        padding-bottom: 60px;
    }

    /*   .sub-menu .menu-item-has-children.dropdown-submenu {
      margin-left: 0px;
  }

  .nav-bar {
      text-align: center;
  }

  .sub-menu .menu-item-has-children::after {
      right: 15px;
  } */

    .post-type-archive-product .site-main {
        padding-top: 60px;
    }

    .product-badge {
        width: 50px;
        height: 50px;
        font-size: 12px;
        line-height: 15.4px;
    }

    .product-list .product .image-wrapper {
        min-height: auto;
    }

    .page-template-page-equipment .page-content,
    .custom-products .products {
        padding-top: 100px;
    }

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

    .woocommerce-checkout > .row {
        flex-direction: column-reverse;
    }

    .value-compatibility-list .item {
        padding: 30px 23px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .about-product {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 12px;
        padding-top: 20px;
    }

    .about-product .item {
        width: 33.33333%;
        padding-bottom: 20px;
    }

    .about-product .item + .item {
        border-left: none;
    }

    .product-list .product {
        width: 33%;
    }
}

/*-------------------------------------------------*/
/* =  767px
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
    h1,
    .post h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2,
    .article h2,
    .banner h2,
    .single-services .form-block .title,
    .left-right-blocks.dark h2,
    .left-right-blocks.dark h3,
    .tech-support-section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .nav-bar {
        display: none;
    }

    .left-right-blocks .item {
        padding: 0px;
    }

    .left-right-blocks .item .col-6,
    .left-right-blocks .item .col-6 {
        width: 100%;
    }

    .left-right-blocks.dark .content {
        padding: 40px 15px;
    }

    .left-right-blocks p {
        max-width: 100%;
    }

    .left-right-blocks {
        padding-top: 30px;
    }

    .what-is-marzocco .gallery,
    .what-is-marzocco .content-wrapper {
        flex-direction: column;
    }

    .what-is-marzocco .row {
        display: flex;
        flex-direction: column;
    }

    .products {
        padding: 100px 0px 18px;
    }

    .product-list .product {
        width: 50%;
    }

    .hero .wrapper.text-center {
        width: 100%;
        margin-left: 0px;
    }

    .hero {
        background-size: cover;
        background-position: 45% center;
    }

    .home .hero h1 {
        font-size: 40px;
    }

    .hero .wrapper.text-center p {
        padding: 0px;
    }

    .left-right-blocks .item + .item {
        margin-top: 60px;
    }

    .left-right-blocks .item,
    .left-right-blocks .item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .locations .tab-item .col-9 {
        padding-left: 0px;
        width: 50%;
    }

    .locations .tab-item .col-3 {
        width: 50%;
    }

    .tab-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-list li {
        padding: 2px 5px 10px 5px;
    }

    footer .text,
    footer .links,
    footer .logo-wrapper {
        padding-left: 0px;
    }

    footer .spacer {
        padding-left: 0px;
    }

    footer .btn {
        font-size: 13px;
    }

    .individual-footer,
    .business-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .logo {
        margin: 0 auto;
    }

    footer .btn-wrapper,
    footer .soc-links {
        justify-content: center;
    }

    .locations .tab-list li span {
        font-size: 14px;
        padding: 0px 0px 8px;
    }

    .left-right-blocks .item:nth-child(even) .img {
        margin-right: 0px;
    }

    .header .logo {
        width: 82px;
        height: 72px;
    }

    .left-right-blocks,
    .locations {
        padding-bottom: 30px;
    }

    .award-block .container > .row {
        display: block;
    }

    .award-block .text,
    .award-block .image {
        width: 100%;
    }

    .card .col-6 {
        width: 100%;
    }

    .card .text {
        padding-top: 30px;
    }

    .our-journey-block .col-6,
    .featured-block .col-6,
    .icon-block .col-4 {
        width: 100%;
    }

    .featured-block .col-6 + .col-6,
    .icon-block .col-4 + .col-4 {
        padding-top: 30px;
    }

    .our-journey-block iframe {
        width: 100%;
    }

    .featured-bg-block .item {
        padding: 29px 20px 10px 20px;
    }

    .featured-bg-block .info {
        flex-direction: column;
    }

    .featured-bg-block .info p {
        margin: 15px 0px 0px;
    }

    .review-list .col-3 {
        /*       width: 100%; */
    }

    .simple-content-block .col-6,
    .article .col-6 {
        width: 100%;
    }

    .simple-content-block .row,
    .article .row {
        flex-direction: column-reverse;
    }

    .business-footer .col-3 {
        width: 100%;
    }

    .article .image {
        padding-left: 15px;
    }

    .articles img {
        width: 100%;
    }

    .article {
        padding: 18px 20px 18px 20px;
    }

    .article .image .featured-image {
        margin-bottom: 30px;
    }

    .article .date {
        margin-bottom: 15px;
    }

    .share {
        flex-direction: column;
    }

    .form-block .col-6 {
        width: 100%;
    }

    .form-block .col-6 + .col-6 {
        padding-top: 30px;
    }

    .form-block form,
    .service-type-content p,
    .service-type-content h2,
    .left-right-blocks.dark h2 {
        max-width: 100%;
    }

    .form-block h5 {
        margin-bottom: 30px;
    }

    .team .member {
        width: 50%;
    }

    .team .row {
        padding: 0px;
    }

    .team .filter-item {
        min-width: auto;
        width: 33.333333%;
        font-size: 14px;
        margin: 0 10px;
    }

    .service-type-content .item .row {
        flex-direction: column;
    }

    .service-type-content .item .col-6 {
        width: 100%;
    }

    .service-type-content .item .col-6 + .col-6 {
        padding-top: 30px;
    }

    .single-services .form-block .box {
        margin-top: 60px;
    }

    .card-list .title {
        max-width: 100%;
    }

    .single-product-wrapper {
        flex-direction: column;
    }

    .single-product-wrapper .col-6 {
        width: 100%;
    }

    .woocommerce .woocommerce-breadcrumb,
    .single-equipment .woocommerce-breadcrumb {
        padding-top: 0px;
    }

    .single-equipment .product_title {
        max-width: 100%;
    }

    .single-equipment .action-list {
        padding-right: 0px;
    }

    .single-equipment .action-list .btn {
        width: 100%;
        padding: 0px 15px;
    }

    .product-summary {
        padding-top: 30px;
    }

    .promotion-banner .wrapper .col-6 {
        width: 100%;
    }

    .promotion-banner .wrapper img {
        display: block;
        margin: 60px auto 0px;
    }

    .promotion-banner p,
    .promotion-banner h2 {
        max-width: 100%;
    }

    .btn,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
    input[type="submit"] {
        padding: 0px 15px;
    }

    #map {
        margin-top: 30px;
    }

    .product-select-filter {
        flex-direction: column;
    }

    .product-select-filter .product-select,
    .product-select-filter .orderby {
        width: 100%;
        margin: 10px 0px;
    }

    .promotion-banner {
        padding: 30px 0px;
    }

    .featured-bg-block .info p {
        text-align: center;
    }

    .partner-list .item {
        width: 50%;
        padding: 10px 10px 9px;
    }

    .partner-list .item img {
        margin: 0 auto;
    }

    .section-title span::before,
    .section-title span::after {
        display: none;
    }

    .featured-block .item {
        min-height: auto;
    }

    .product-info {
        padding: 22px 0px 30px;
    }

    .product-text-tabs .tablinks {
        font-size: 14px;
        margin-right: 15px;
    }

    .single_variation_wrap .single_add_to_cart_button,
    .single-add-wrapper .single_add_to_cart_button {
        font-size: 15px !important;
        padding: 0px 15px !important;
    }

    .option-list .form-check {
        margin-bottom: 15px;
    }

    .single .page-content {
        padding-top: 30px;
    }

    .our-journey-block {
        padding: 60px 0px 60px;
    }

    .our-journey-block .text {
        padding-bottom: 30px;
    }

    .hero .wrapper p {
        opacity: 1;
    }

    .icon-block h3 {
        min-height: auto;
    }

    .simple-content-block .text {
        max-width: 100%;
    }

    .single-services .form-block form {
        padding-top: 30px;
    }

    .service-type-content {
        padding: 26px 0px 0px;
    }

    .award-block {
        padding-top: 60px;
    }

    .award-block .text {
        padding-right: 15px;
    }

    .product-select-filter {
        padding-bottom: 30px;
    }

    .error-page .error-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .error-page .error-text h1 {
        font-size: 7.25em;
    }

    .woocommerce-message {
        padding: 15px 15px 15px 55px;
    }

    .woocommerce-message .button {
        font-size: 14px !important;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        left: -70px;
        padding: 20px;
        z-index: 1;
        border-radius: 16px;
    }

    .woocommerce-account .woocommerce-info {
        margin-top: 30px;
        border-top-color: #bf6a48;
    }

    .rent-content-list .item .wrapper {
        flex-direction: column;
    }

    .rent-content-list .item .wrapper .col-6 {
        width: 100%;
    }

    .rent-content-list,
    .faq-section {
        padding: 50px 0 40px;
    }

    .rent-content-list .item {
        padding: 15px 20px 15px 20px;
    }

    .offices-service .content {
        height: 575px;
        margin-top: 50px;
    }

    .offices-service .description-one {
        top: -5%;
    }

    .offices-service .description-two {
        bottom: -10%;
        text-align: end;
    }
    .offices-service .content img {
        width: 100%;
    }

    .offices-service p {
        max-width: 100%;
    }

    .faq-section h2 {
        padding-left: 15px;
        font-size: 30px;
        line-height: 36px;
    }

    .faq-section .block-header {
        padding: 0 15px;
    }

    .faq-section .block-content {
        padding: 0 15px;
    }

    .bg-colored-icon-block {
        padding: 40px 0 50px;
    }

    .bg-colored-icon-block .wrapper {
        flex-direction: column;
    }

    .bg-colored-icon-block .item {
        max-width: 100%;
        width: 100%;
    }

    .bg-colored-icon-block h2 {
        max-width: 100%;
        padding-left: 15px;
        font-size: 30px;
        line-height: 36px;
    }

    .rent-content-list .item h2,
    .offices-service h2,
    .full-width-banner h2,
    .blog-banner h2,
    .popular-models h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .service-type-content.new-service-type-content .btn {
        margin-left: 0;
    }

    .contact-form-content .text-wrapper {
        display: none;
    }

    .contact-form-content .form-wrapper {
        padding-top: 30px;
        width: 100%;
    }

    .contact-form-wrapper {
        width: 95%;
    }

    .contact-label,
    .contact-form-wrapper {
        top: auto;
        bottom: 80px;
    }

    .whatsapp-label {
        top: auto;
        bottom: 140px;
    }

    .contact-form-wrapper .close-form {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .close-form svg {
        width: 30px;
        height: 30px;
    }

    .btn,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
    input[type="submit"],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
        padding: 0px 15px;
    }

    .actions .coupon {
        display: block;
    }

    .actions .coupon .input-text,
    .actions .coupon .button,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }

    .actions .coupon .input-text {
        margin-bottom: 15px !important;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        float: none !important;
    }

    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        padding: 0px !important;
    }

    #add_payment_method #payment div.form-row,
    .woocommerce-cart #payment div.form-row,
    .woocommerce-checkout #payment div.form-row {
        padding: 15px 0px !important;
    }

    .summary-wrapper-ct table.shop_table td {
        padding-right: 0px !important;
    }

    .popular-models .title-wrapper {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }

    .popular-models h2 {
        max-width: 100%;
    }

    .popular-models .content-wrapper {
        padding: 0;
    }

    .popular-models {
        padding: 35px 0 32px;
    }

    .value-compatibility-list {
        padding-top: 0;
    }

    .value-compatibility-list .content-wrapper {
        flex-direction: column;
    }

    .value-compatibility-list .item {
        width: 100%;
        max-width: 100%;
    }

    .virsi-coffee .row-one .title span {
        font-size: 48px;
        line-height: 50.4px;
    }

    .virsi-coffee .row-one,
    .virsi-coffee .row-two .col-6 {
        width: 100%;
    }

    .virsi-coffee .row-two {
        flex-direction: column;
        gap: 40px;
    }

    .virsi-coffee .row-two h2 {
        font-size: 23px;
        line-height: 26px;
    }

    .virsi-coffee .row-two .content-wrapper {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .virsi-coffee .img {
        padding-right: 0px;
    }

    /*  .woocommerce .cart_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }*/
}

/*-------------------------------------------------*/
/* =  600px
/*-------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .about-product {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 12px;
        padding-top: 20px;
    }

    .about-product .item {
        width: 33.33333%;
        padding-bottom: 20px;
    }

    .about-product .item + .item {
        border-left: none;
    }

    .promotion-banner .btn {
        font-size: 13px;
    }
}

/*-------------------------------------------------*/
/* =  480px
/*-------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .award-block .image .col-6 {
        width: 100%;
    }

    .award-block .image .col-6 + .col-6 {
        padding-top: 120px;
    }

    .team .member {
        width: 100%;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
        line-height: 36.8px;
    }

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

    .product-list .product {
        width: 100%;
    }

    .hero .badge img {
        width: 100px;
    }

    .hero .badge {
        bottom: -50px;
    }

    .tech-support-section .item-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

/*-------------------------------------------------*/
/* =  360px
/*-------------------------------------------------*/
@media only screen and (max-width: 360px) {
    .section-title span::before,
    .section-title span::after {
        display: none;
    }

    .mobile-toggle {
        margin-left: 0px;
    }

    .form-block form label .text {
        position: relative;
        top: auto;
        left: auto;
    }

    .account-btn {
        font-size: 12px;
        height: 30px !important;
        line-height: 30px !important;
    }
}
