
@media screen and (max-width: 1024px) {
  body > header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-border {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 25px 50px 30px;
    background: #0A3F27;
    overflow: hidden;
    overflow-y: auto;
    z-index: 20;
  }
  body > header .header-top.active {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_close {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_menu-mob {
    display: block;
    order: -2;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .phones {
    padding: 0 15px 0 25px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .phones::before {
    left: 6px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .phones::after {
    content: url("../icons/phone-green.svg");
    position: absolute;
    bottom: -4px;
    left: 6px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .phones--wrap a + a {
    padding-left: 0;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .phones--wrap a {
    color: #ffffff;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top_info .working-hours {
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top .filling-basket {
    display: flex;
    flex-direction: row-reverse;
  }
  body > header .header-top .filling-basket .filling-basket__info {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top .quality-service {
    margin: 30px 0 15px;
    width: 100%;
    max-width: 210px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top .repeat-order {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-top .header-top_account-lin-mob,
body > header .header-top .header-top_cart-mob {
    display: flex;
    align-items: center;
  }
  body > header .header-top .header-top_account-lin-mob span,
body > header .header-top .header-top_cart-mob span {
    padding-left: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_menu .custom-logo-link {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_menu .menu-holovne-meniu-container {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_mob-logo {
    display: block;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_burger {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_cart {
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_cart .woocommerce-mini-cart .mini_cart {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_cart .woocommerce-mini-cart .mini_cart::before {
    transform: translate(-50%, -50%) scale(1.4);
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom_cart .woocommerce-mini-cart .mini_cart::after {
    top: -5px;
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom .filling-basket {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-bottom .account-link {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body > header .header-mob-btn {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px 10px 0;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li.menu-item-has-children > a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li.menu-item-has-children > a::after {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li > a {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li .sub-menu {
    position: relative;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0px -1px 0px rgba(76, 190, 79, 0.5);
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .menu > li .sub-menu > li > a {
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__left {
    margin: 0 auto 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__left .custom-logo-link {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__left .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer .menu-meniu-v-pidvali-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer .menu-meniu-v-pidvali-container ul.menu {
    margin-right: 0;
    margin-bottom: 10px;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer .menu-meniu-v-pidvali-container ul.menu li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .quality-service {
    order: -1;
    margin: 0 auto 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__info {
    justify-content: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__info > a {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__info .working-hours {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__info .phones {
    padding: 0 15px 0 25px;
    max-width: 155px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__info .phones::before {
    left: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .product .product__prompt .product__prompt--icn.active {
    filter: drop-shadow(0px 2px 4px #28883A) drop-shadow(0px 4px 15px #7CD877);
  }
  .product .product__prompt .product__prompt--icn.active + .product__prompt--info {
    display: flex !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1024px) {
  .product .product__prompt .product__prompt--info {
    top: calc(100% + 10px);
    right: -5px;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .pop-ups--region__wrap {
    columns: 3;
  }
}

@media screen and (max-width: 1024px) {
  .mini_cart_list .woocommerce-mini-cart__info .product__prompt .product__prompt--icn.active {
    filter: drop-shadow(0px 2px 4px #28883A) drop-shadow(0px 4px 15px #7CD877);
  }
  .mini_cart_list .woocommerce-mini-cart__info .product__prompt .product__prompt--icn.active + .product__prompt--info {
    display: flex !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1024px) {
  .mini_cart_list .woocommerce-mini-cart__info .product__prompt .product__prompt--info {
    top: calc(100% + 10px);
    right: -5px;
    width: 100%;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .water-delivery-in-regions {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-info {
    flex: 0 1 auto;
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-info .cart-collaterals .cart_totals .filling-cart .filling-cart__info .product__prompt .product__prompt--icn.active {
    filter: drop-shadow(0px 2px 4px #28883A) drop-shadow(0px 4px 15px #7CD877);
  }
  .woocommerce-cart .woocommerce .cart-info .cart-collaterals .cart_totals .filling-cart .filling-cart__info .product__prompt .product__prompt--icn.active + .product__prompt--info {
    display: flex !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cart-info .cart-collaterals .cart_totals .filling-cart .filling-cart__info .product__prompt .product__prompt--info {
    top: calc(100% + 10px);
    right: -5px;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cross-sells {
    flex: 0 1 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cross-sells .products {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cross-sells .products .product .img-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce .cross-sells .products .product .product__info .add-cart-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-with-content .catalog-sidebar {
    display: none;
  }
  .sidebar-with-content .catalog-sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    background-color: transparent;
  }
  .sidebar-with-content .catalog-sidebar::-webkit-scrollbar-thumb {
    background: #4CBE4F;
    border-radius: 2px;
  }
  .sidebar-with-content .catalog-sidebar.active {
    position: fixed;
    bottom: 0;
    left: 0;
    flex: 0 1 auto;
    display: block;
    max-width: 100%;
    height: calc(100vh - 125px);
    margin-right: 0;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 35;
  }
  .sidebar-with-content .catalog-sidebar .mob-close {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-with-content .catalog-sidebar .mob-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    border-top: 2px solid #4CBE4F;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-with-content .catalog-sidebar .mob-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 16px;
    border-top: 2px solid #4CBE4F;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .woocommerce-products-header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .woocommerce-products-header .woocommerce-products-header__title {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .woocommerce-products-header .woocommerce-product-search {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .sidebar-with-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .sidebar-with-content .catalog-content {
    max-width: 100%;
    flex: 2 1 100%;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .sidebar-with-content .catalog-content .catalog-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-product .site-main .sidebar-with-content .catalog-content .catalog-title-wrap .woocommerce-view__list {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tax-product_cat .woocommerce-products-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .tax-product_cat .woocommerce-products-header__title {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .tax-product_cat .woocommerce-products-header .woocommerce-product-search {
    max-width: 100%;
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 1024px) {
  .tax-product_cat .sidebar-with-content .catalog-content .catalog-title-wrap .woocommerce-ordering {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout_coupon {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout_coupon .form-row-last {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .col2-set {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout .checkout-right-col {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-order__img-wrap {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout:not(.logged-in) .woocommerce > .login-forms {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout:not(.logged-in) .woocommerce .order-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout:not(.logged-in) .woocommerce .login-message {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: 1 1 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 58px;
    background: #ffffff;
    box-shadow: 0px -5px 20px rgba(122, 133, 153, 0.25);
    border-radius: 10px 10px 0px 0px;
    z-index: 35;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.active {
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active {
    order: -1;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    border-radius: 10px 10px 0px 0px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a::after {
    content: url("../icons/icn-btn-open-white.svg");
    width: 32px;
    height: 32px;
    margin-left: auto;
    transition: 0.3s;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a.active::after {
    transform: rotate(180deg);
    transition: 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .remains-bottles {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .remains-bottles__addresses {
    flex: 1 1;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .remains-bottles__info {
    flex: 1 1;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap_gallery {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap_gallery .woocommerce-product-gallery img {
    max-height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap_gallery .woocommerce-product-gallery a img {
    max-height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap .summary {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap .summary .price-info {
    position: sticky;
    bottom: 0;
    order: 4;
    z-index: 10;
  }
  .single-product .product .product_info-wrap .summary .price-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100vw;
    height: 100%;
    background: #E1F3E0;
    z-index: -1;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap .summary .price-info .stock-wrap > .stock.availability-notify-popup, .single-product .product .product_info-wrap .summary .price-info .stock-wrap > .stock.availability-notify-logged {
    max-width: 247px !important;
    width: 100% !important;
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .product .product_info-wrap .summary .price-info .cart {
    flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .blog .blog-wrap,
body.category .blog-wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .blog .blog-wrap .blog-list,
body.category .blog-wrap .blog-list {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .blog .blog-wrap .blog-aside,
body.category .blog-wrap .blog-aside {
    flex: 0 1 auto;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .blog .blog-wrap .blog-aside .tg-card a,
body.category .blog-wrap .blog-aside .tg-card a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .single .article--wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .single .article--content {
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .single .blog-aside {
    flex: 0 1 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .single .blog-aside .tg-card a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .single .more-articles h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .single .more-articles__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-product-search {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .search-results .woocommerce-products-header__title {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .search-results .woocommerce-products-header .woocommerce-product-search {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .search-no-results .woocommerce-products-header__title {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .search-no-results .woocommerce-products-header .woocommerce-product-search {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .about-us h1 {
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .about-us h2.sub-title {
    font-size: 30px;
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about-us .last-info__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .about-us__benefits .benefits-card {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .water-delivery__info-msg {
    display: none;
  }
}