
@media screen and (max-width: 1200px) {
  body > header .header-top {
    height: 80px;
  }
}

@media screen and (max-width: 1200px) {
  body > header .header-top .quality-service {
    width: fit-content;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  body > header .header-bottom_menu .custom-logo-link {
    max-width: 120px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .menu {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .water-delivery-in-regions__list-region {
    column-count: 3;
  }
}

@media screen and (max-width: 1200px) {
  .post-type-archive-product .site-main .sidebar-with-content .catalog-content .specials-slider__contols {
    top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .tax-product_cat .sidebar-with-content .catalog-content {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .tax-product_cat .sidebar-with-content .catalog-content .yith-wcan-active-filters {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .tax-product_cat .sidebar-with-content .catalog-content .catalog-title-wrap {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  #woocommerce-addresses .default_address ul li span,
#woocommerce-addresses .other_addresses ul li span {
    flex: 1 1 55%;
  }
}

@media screen and (max-width: 1200px) {
  .single-product .product .product_info-wrap .summary .price-info .cart {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .single-product .product .product_info-wrap .summary .price-info .cart .product-quantity .quantity input {
    font-size: 24px;
    line-height: 30px;
  }
}