.menu-btn,
.mobile-langs,
.mobile-menu-header,
.mobile-tel-email,
.filters-category-btn,
.filters-category .sidebar-close-btn,
.sidebar-close-btn,
.sidebar-mobile-btns,
.sidebar-open-btn,
.frontpage-mobile-cinfo,
.contact-mobile-top,
.cart-hr {
  display: none;
}

@media screen and (max-width: 1279px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mb-responsive {
    margin-bottom: 30px;
  }

  .mb-responsive-half {
    margin-bottom: 15px;
  }

  .pb-responsive {
    padding-bottom: 30px;
  }

  .category-item {
    width: calc(25% - 1.82em);
  }

  .limited-textarea {
    max-width: 80%;
  }

  .contact-global-btn {
    right: 30px;
  }

  /* CONTACT PAGE */
  /* FOOTER */
  .pre-footer-content {
    border-top-left-radius: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .hide-1023 {
    display: none;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
    margin: 0.67em 0;
  }

  h3 {
    font-size: 20px;
  }

  /* CLASSES */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .global-section {
    padding: 70px 0;
  }

  .page-top {
    padding-top: 120px;
  }

  .page-top.for-image {
    padding-top: 70px;
  }

  .custom-btn {
    font-size: 16px;
  }

  .custom-btn:after {
    height: 2.5em;
    width: 2.5em;
  }

  .info-quote {
    font-size: 14px;
  }

  .pswp__button.pswp__button--close,
.pswp__ui .pswp__button.pswp__button--arrow--left,
.pswp__ui .pswp__button.pswp__button--arrow--right {
    font-size: 16px;
    height: 2.5em;
    width: 2.5em;
  }

  .contact-global-btn {
    right: 20px;
    bottom: 20px;
    background-position: center 45%;
  }

  .limited-textarea {
    max-width: none;
  }

  .font-m {
    font-size: 16px;
  }

  .font-l {
    font-size: 22px;
  }

  .modal-scroll-lock {
    overflow: hidden;
  }

  .form_field.checkbox {
    font-size: 20px;
  }

  /* HEADER */
  .header {
    display: flex;
    align-items: flex-start;
    height: 70px;
    padding: 0;
  }

  .header-logo-wrapper {
    background-color: transparent;
    z-index: 1;
  }

  .header-menu-wrapper {
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100vw;
    position: fixed;
  }

  .header-logo img {
    height: 25px;
    max-width: unset;
  }

  .header-top {
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    width: 100vw;
  }

  .header-bottom,
.lang-select {
    display: none;
  }

  .menu-btn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .header.root .menu-btn:not(.icon-close) {
    color: #fff;
  }

  .menu-btn.icon-close {
    color: #fff;
  }

  .menu-btn.icon-close:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(assets/icon-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    flex-shrink: 0;
    transform: rotate(45deg);
  }

  .menu-main {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    transition: visibility 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
    z-index: 1;
    overflow: auto;
  }

  .menu-main:after {
    content: "";
    display: block;
    padding-top: 30px;
  }

  .menu-main:not(.open) {
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }

  .mobile-tel-email {
    display: block;
    text-align: right;
  }

  .mobile-tel-email .menu-subitem {
    font-weight: 600;
    margin: 0.5em 0;
  }

  .menu-subitem a:hover {
    color: #fff;
  }

  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .main-menu li {
    width: 100%;
    margin: 0.5em 0;
    text-align: right;
  }

  .main-menu li:first-child {
    margin-top: 0;
  }

  .main-menu li:last-child {
    margin-bottom: 0;
  }

  .menu-item {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }
  .menu-item.active {
    color: #fff;
  }

  .mobile-langs {
    display: block;
    text-align: right;
    margin-top: 50px;
  }
  .mobile-langs li {
    margin-bottom: 1em;
  }

  .mobile-langs h3 {
    font-size: 20px;
  }

  .mobile-langs a:not(:hover):not(.active) {
    color: #fff;
  }

  .header {
    background-color: transparent !important;
  }
  .header .icon-btn, .header .basic-btn {
    border-radius: 2rem;
    margin-right: 0.9rem;
  }
  .header .icon-btn.icon-cart {
    background-color: #ec2029;
    font-size: 0;
    width: 2.2rem;
    justify-content: center;
  }
  .header .icon-btn.icon-cart:after {
    box-shadow: none;
    background-color: transparent;
    margin-left: 0;
    font-size: 0.89rem;
  }
  .header .basic-btn.icon-menu {
    background-image: url(assets/icon-burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
  }

  .section-with-sidebar {
    flex-direction: column;
  }
  .section-with-sidebar .cart-sidebar-wrapper .checkout-sidebar-inner {
    min-height: auto;
    padding: 80px 0;
  }
  .section-with-sidebar .cart-sidebar-wrapper .checkout-sidebar-footer {
    padding: 40px 0;
  }

  /* FRONT PAGE */
  .home .page-top {
    padding-top: 4.2em;
  }
  .home .shop-landing {
    flex-direction: column-reverse !important;
    height: 100%;
    display: grid;
    grid-template-columns: calc(100vw - 40px);
    grid-template-rows: auto calc(100vw - 40px);
    grid-template-areas: "text" "image";
    order: 1;
  }
  .home .shop-landing .landing-slider {
    margin-bottom: 1em;
  }
  .home .shop-landing-container {
    display: flex;
    padding-bottom: 20px;
  }
  .home .shop-landing .images-wrapper {
    grid-area: image;
    flex: 1 0 50%;
    width: 100%;
    border-radius: 0;
    height: 100%;
    min-height: 30vh;
    border-radius: 0 0 5px 5px;
  }
  .home .shop-landing .content-wrapper {
    grid-area: text;
    flex: 1 0 50%;
    width: 100%;
    border-radius: 0;
    padding: 1.2133333333em;
    border-radius: 5px 5px 0 0;
  }
  .home .sale-products {
    display: block;
  }
  .home .sale-products .slick-slide {
    padding: 10px;
  }
  .home .sale-products .sale-product {
    margin: 0;
  }

  .qk-categories {
    order: 0;
    margin: -1rem -20px 1em -20px;
    padding: 1em 0;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .qk-categories .qk-category {
    padding: 0 1.2133333333em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 0.6rem;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-wrap: balance;
    margin-top: 2em;
  }
  .qk-categories .qk-category .icon-wrapper {
    max-width: 100%;
    width: 4em;
    height: 4em;
  }
  .qk-categories .qk-category .title {
    flex: 1;
  }
  .qk-categories .qk-category.more .icon-wrapper .pri-icon {
    height: 3em;
    margin-top: 0.4em;
  }

  .sales-row.mobile-horizontal-scroll {
    display: flex;
    overflow-x: auto;
    margin: 0 -20px;
  }
  .sales-row.mobile-horizontal-scroll .sale-products {
    display: flex;
    width: auto;
  }
  .sales-row.mobile-horizontal-scroll .sale-products .sale-product {
    flex-grow: 1;
    flex-basis: 0;
    width: calc(50vw - 100px);
    margin-right: 20px;
  }
  .sales-row.mobile-horizontal-scroll .more-products {
    margin: 0;
  }
  .sales-row .mobile-horizontal-scroll-container {
    display: flex;
    padding: 0 20px 0 40px;
  }

  .frontpage-mobile-cinfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    background-color: #fff;
    padding: 0 0.5em;
    border-radius: 30px;
    margin-top: 1em;
  }

  .frontpage-mobile-cinfo .menu-subitem {
    margin: 0.5em;
  }

  .frontpage-mobile-cinfo .menu-subitem a:hover,
.frontpage-mobile-cinfo .menu-subitem a:focus {
    color: #000;
  }

  /* CATEGORY PAGE */
  .category-page-top .cover-image {
    height: calc(100% - 70px);
    width: calc(100% - 20px);
  }

  .category-top-content {
    padding: 20px;
  }

  .category-item {
    width: calc(25% - 20px);
  }

  .category-item .title {
    font-size: 20px;
  }

  /* PRODUCT PAGE */
  .product-item .title {
    padding: 30px 20px;
  }

  .product-item .tag {
    height: 35px;
  }

  .product-sale-view {
    flex-direction: column-reverse;
  }
  .product-sale-view .wtags-wrapper:not(.mobile) {
    display: none;
  }
  .product-sale-view .wtags-wrapper.mobile {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .product-sale-view .wtags-wrapper.mobile .wtag {
    margin: 0 1em 0.5em 0;
  }
  .product-sale-view .info-wrapper {
    margin-bottom: 2em;
  }
  .product-sale-view .info-wrapper .product-amount-select {
    margin-right: auto;
  }
  .product-sale-view .info-wrapper .wtags-wrapper {
    margin-top: 1em;
  }
  .product-sale-view .image-wrapper {
    width: 100%;
  }

  .add-favorite {
    font-size: 16px;
  }

  .add-favorite:before {
    width: 1.875em;
    height: 1.875em;
  }

  .favorite-btn-wrapper .custom-btn {
    display: inline-flex;
  }

  /* REFERENCES */
  .reference-content {
    padding-left: 65px;
  }

  .reference-content-btn {
    margin-top: -20px;
  }

  /* REFERENCE */
  .reference-wrapper.for-preview {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .reference-item.preview {
    width: calc(50% - 20px);
    margin: 50px 0 0;
  }

  .reference-item.preview .subtitle {
    margin: 30px 0 15px;
  }

  /* INFO BLOCKS */
  .info-block {
    flex: none;
    width: 100%;
  }

  .info-block:first-child {
    padding-top: 0;
  }

  .info-block:last-child {
    padding-bottom: 0;
  }

  /* FOOTER */
  .pre-footer {
    flex-direction: column;
    min-height: auto;
  }

  .pre-footer .slider {
    position: relative;
  }

  .pre-footer .slider:before {
    content: "";
    display: block;
    padding-top: calc(100% / 16 * 9);
  }

  .pre-footer-content {
    max-width: 100% !important;
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* SIDEBAR */
  .sidebar-wrapper {
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
    position: fixed !important;
    top: 0;
    left: 0;
    transition: visibility 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
    z-index: 1;
    overflow: auto;
    z-index: 105;
  }
  .sidebar-wrapper .sticky-top-sidebar {
    position: relative;
    top: 0;
    margin: 0;
    padding-bottom: 0;
    height: 100%;
  }
  .sidebar-wrapper .sticky-top-sidebar .account-menu li {
    margin-bottom: 2em;
  }
  .sidebar-wrapper .sticky-top-sidebar .account-menu li a {
    color: #fff;
  }
  .sidebar-wrapper .sticky-top-sidebar .account-menu li a:after {
    background-color: #000;
  }
  .sidebar-wrapper .sticky-top-sidebar .account-menu li.is-active a {
    color: #ec2029;
  }
  .sidebar-wrapper .sticky-top-sidebar .account-menu li.is-active a:after {
    background-color: #ec2029;
  }
  .sidebar-wrapper .sticky-top-sidebar .simplebar-scrollbar:before {
    opacity: 0.2 !important;
  }

  .account .woocommerce-order-details time {
    margin-bottom: 20px !important;
  }
  .account .woocommerce-order-details:nth-child(even) {
    padding: 20px;
    margin: 0 -20px;
  }

  .sidebar-wrapper:not(.open) {
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .section-with-sidebar.for-contact-page .sidebar-wrapper,
.sidebar-title,
.sidebar-back-wrapper {
    display: none;
  }

  .sidebar-mobile-btns {
    z-index: 105;
    display: block;
  }
  .sidebar-mobile-btns.scroll .sidebar-open-btn {
    top: 12px;
    width: calc(100% - 190px);
  }
  .sidebar-mobile-btns .sidebar-open-btn {
    transition: all 0.3s ease;
    top: 75px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    position: fixed;
    display: block;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #EC2029;
    border-radius: 5px;
  }
  .sidebar-mobile-btns .sidebar-back-btn-mobile {
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .sidebar-wrapper .menu-btn {
    margin: 25px 0 35px auto;
  }

  .sidebar-menu .basic-link {
    font-size: 20px;
  }

  .sidebar-menu .basic-link:not(:hover):not(.active) {
    color: #fff;
  }

  .sidebar-wrapper .full-height {
    min-height: auto;
  }

  /* LOOP BLOCKS */
  .loop-block.with-image {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }

  .loop-block.with-image .loop-image {
    width: 100% !important;
    max-width: 320px;
    margin: 0 0 1.875em !important;
  }

  /* CONTACT PAGE */
  .contact-mobile-top {
    display: block;
  }

  .contact-page .section-with-sidebar .page-top {
    padding-top: 70px;
  }
}
.show-767 {
  display: none;
}

@media screen and (max-width: 767px) {
  .global-section.page-top {
    padding-top: 140px;
  }

  .sidebar-scrollable::-webkit-scrollbar, .filters-category-inner::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .sidebar-scrollable::-webkit-scrollbar:vertical, .filters-category-inner::-webkit-scrollbar:vertical {
    width: 0.3rem;
  }
  .sidebar-scrollable::-webkit-scrollbar:horizontal, .filters-category-inner::-webkit-scrollbar:horizontal {
    height: 0.3rem;
  }
  .sidebar-scrollable::-webkit-scrollbar-thumb, .filters-category-inner::-webkit-scrollbar-thumb {
    background-color: rgba(123, 123, 123, 0.76);
    border-radius: 7px;
  }
  .sidebar-scrollable::-webkit-scrollbar-track, .filters-category-inner::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: transparent;
    width: 14px;
  }

  .product-sale-view .add-to-basket {
    display: block;
  }
  .product-sale-view .add-to-basket button.icon-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
  }
  .product-sale-view .add-to-basket .product-amount-select {
    margin-bottom: 1.5rem;
  }

  .pagination {
    justify-content: center;
  }

  .hide-767 {
    display: none;
  }

  .show-767 {
    display: block;
  }

  .content {
    min-height: auto;
  }

  .footer-content {
    margin-top: 0;
  }

  .hide-text-mobile, .hide-text-mobile:focus, .hide-text-mobile:hover {
    color: transparent;
    letter-spacing: -3em;
  }
  .hide-text-mobile:after {
    margin: 0 !important;
  }

  .box {
    display: block;
  }

  .half-width {
    max-width: none;
  }

  .woocommerce .checkout .form_area {
    margin-right: 0;
  }

  .form_field {
    width: 100% !important;
    padding: 0 !important;
  }

  .form_field.toggle.active {
    max-height: 5em;
    opacity: 1;
    margin-bottom: 1em !important;
  }

  /* CLASSES */
  .contact-global-btn {
    width: 40px;
    height: 40px;
    background-size: 180% auto;
  }

  .section-top-image {
    padding-top: 100px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .landing-content-wrapper .custom-btn {
    display: none;
  }

  .landing-fast h2 {
    font-size: 20px;
  }

  .landing-image {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
    margin-left: 20px;
  }

  .edys-gallery-grid-inner {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .edys-gallery-grid-item {
    width: 50% !important;
    padding: 10px !important;
  }

  .gallery-large .edys-gallery-grid-item {
    width: 50% !important;
  }

  .text-center-at-m {
    text-align: center;
  }

  .table-scroll-wrapper {
    width: 100%;
    overflow: auto;
  }

  .table-scroll-wrapper:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(assets/swipe.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1em 0;
  }

  /* CATEGORY PAGE */
  .category-item {
    width: calc(50% - 20px);
  }

  /* PRODUCT PAGE */
  .products-wrapper {
    display: block;
  }
  .products-wrapper .product-item .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 0.82rem;
  }

  .product-item .title {
    font-size: 20px;
    min-height: 140px;
  }

  .product-item .title:before {
    display: none;
  }

  .products-filter {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.82em;
  }
  .products-filter form {
    width: 100%;
  }
  .products-filter .filter-group {
    display: block;
  }
  .products-filter .filter-group .label {
    margin-bottom: 0.455em;
  }
  .products-filter .total-count {
    margin-left: 0;
    margin-top: 1.82em;
  }

  .sale-products.products, .products-wrapper {
    display: block;
    margin: 0;
    width: 100%;
  }
  .sale-products.products .sale-product, .sale-products.products .product-item, .products-wrapper .sale-product, .products-wrapper .product-item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-bottom: 20px;
    overflow: visible;
  }
  .sale-products.products .sale-product.has-tags, .sale-products.products .product-item.has-tags, .products-wrapper .sale-product.has-tags, .products-wrapper .product-item.has-tags {
    margin-top: 2.73em;
  }
  .sale-products.products .sale-product .product-image, .sale-products.products .sale-product .image, .sale-products.products .product-item .product-image, .sale-products.products .product-item .image, .products-wrapper .sale-product .product-image, .products-wrapper .sale-product .image, .products-wrapper .product-item .product-image, .products-wrapper .product-item .image {
    width: 7em;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
  }
  .sale-products.products .sale-product .product-image img, .sale-products.products .sale-product .image img, .sale-products.products .product-item .product-image img, .sale-products.products .product-item .image img, .products-wrapper .sale-product .product-image img, .products-wrapper .sale-product .image img, .products-wrapper .product-item .product-image img, .products-wrapper .product-item .image img {
    border-radius: 5px 0 0 5px;
  }
  .sale-products.products .sale-product .product-image .gtag-wrapper, .sale-products.products .sale-product .image .gtag-wrapper, .sale-products.products .product-item .product-image .gtag-wrapper, .sale-products.products .product-item .image .gtag-wrapper, .products-wrapper .sale-product .product-image .gtag-wrapper, .products-wrapper .sale-product .image .gtag-wrapper, .products-wrapper .product-item .product-image .gtag-wrapper, .products-wrapper .product-item .image .gtag-wrapper {
    bottom: 100%;
    top: auto;
    padding: 0 0.35em;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .sale-products.products .sale-product .product-image .gtag-wrapper .gtag, .sale-products.products .sale-product .image .gtag-wrapper .gtag, .sale-products.products .product-item .product-image .gtag-wrapper .gtag, .sale-products.products .product-item .image .gtag-wrapper .gtag, .products-wrapper .sale-product .product-image .gtag-wrapper .gtag, .products-wrapper .sale-product .image .gtag-wrapper .gtag, .products-wrapper .product-item .product-image .gtag-wrapper .gtag, .products-wrapper .product-item .image .gtag-wrapper .gtag {
    margin: 0 0.35em 0 0;
    border-radius: 13px 13px 0 0;
    padding: 0.35em 1em;
  }
  .sale-products.products .sale-product .product-info, .sale-products.products .product-item .product-info, .products-wrapper .sale-product .product-info, .products-wrapper .product-item .product-info {
    flex: 1;
  }
  .sale-products.products .sale-product .product-info .price-wrapper, .sale-products.products .product-item .product-info .price-wrapper, .products-wrapper .sale-product .product-info .price-wrapper, .products-wrapper .product-item .product-info .price-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-gallery .woocommerce-product-gallery__image {
    margin-bottom: 20px;
  }

  .products-wrapper .product-item .title {
    min-height: auto;
    border-radius: 0 5px 5px 0;
  }

  /* CHECKOUT */
  .checkout-header .title-wrapper {
    align-items: center;
    margin-bottom: 2em;
  }
  .checkout-header .title-wrapper h1 {
    margin-bottom: 0;
  }

  .checkout-steps {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
  }
  .checkout-steps .cstep {
    display: flex;
    align-items: center;
    color: transparent;
    letter-spacing: -3em;
    margin-right: 0.4em;
  }
  .checkout-steps .cstep:last-child {
    margin-right: 0;
  }
  .checkout-steps .cstep a {
    display: flex;
    align-items: center;
  }
  .checkout-steps .cstep a:before {
    letter-spacing: 0;
    content: counter(section);
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.32em;
    height: 2.32em;
    border-radius: 2.43em;
  }
  .checkout-steps .cstep.active {
    letter-spacing: 0;
    margin-right: auto;
  }
  .checkout-steps .cstep.active a:before {
    color: #fff;
    background-color: #ec2029;
    margin-right: 0.8em;
  }
  .checkout-steps .cstep.active ~ .cstep {
    color: transparent;
  }
  .checkout-steps .cstep.active ~ .cstep a:before {
    color: #c8c8c8;
    background-color: #f0f0f0;
  }

  .person-type {
    padding: 1em;
    margin-bottom: 2em;
  }

  /* CART */
  .cart .product-cart-item {
    padding: 15px;
    display: grid;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "img img txt txt txt txt" "pr pr pr pr rem rem" "hr hr hr hr hr hr" "q q q tot tot tot";
    grid-gap: 1em;
  }
  .cart .product-cart-item .image {
    grid-area: img;
    width: 100%;
  }
  .cart .product-cart-item .title {
    grid-area: txt;
  }
  .cart .product-cart-item .price-wrapper {
    grid-area: pr;
    display: flex;
    align-items: baseline;
  }
  .cart .product-cart-item .price-wrapper .amount {
    margin-right: 1em;
  }
  .cart .product-cart-item .product-quantity {
    grid-area: q;
    margin-right: 0;
    justify-content: flex-start;
  }
  .cart .product-cart-item .product-quantity .qty, .cart .product-cart-item .product-quantity .quantity {
    height: 2.4em;
  }
  .cart .product-cart-item .total {
    grid-area: tot;
    margin-right: 0;
    font-size: 22px;
  }
  .cart .product-cart-item .product-remove {
    grid-area: rem;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
  .cart .product-cart-item .cart-hr {
    grid-area: hr;
    display: block;
    font-size: 0.5em;
    height: 0px;
    border: none;
    border-top: 1px solid #D6D6D6;
    width: 100%;
  }

  .review .product-cart-item {
    padding: 15px;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "img txt txt" "pr q tot";
    grid-gap: 1em;
    margin-bottom: 2em;
  }
  .review .product-cart-item .image {
    grid-area: img;
    margin: 0;
    width: 100%;
  }
  .review .product-cart-item .title {
    grid-area: txt;
  }
  .review .product-cart-item .price-wrapper {
    grid-area: pr;
    text-align: left;
  }
  .review .product-cart-item .product-amount {
    grid-area: q;
    text-align: center;
  }
  .review .product-cart-item .total {
    grid-area: tot;
    text-align: right;
    margin: 0;
  }
  .review .product-cart-item .price-wrapper:before, .review .product-cart-item .product-amount:before, .review .product-cart-item .total:before {
    content: attr(data-title);
    display: block;
    font-size: 0.8em;
    color: #c8c8c8;
  }
  .review .review-head {
    display: none;
  }

  /* TRANSPORT */
  .delivery-methods {
    display: block;
  }

  /* PAYMENT */
  .payment-methods {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 5em;
    grid-gap: 1.2em;
  }
  .payment-methods label {
    padding: 1.5em;
  }
  .payment-methods.leases {
    grid-auto-rows: 5em;
  }
  .payment-methods.leases .lease-title {
    padding-left: 0;
  }
  .payment-methods.leases li {
    display: contents;
  }
  .payment-methods.leases li > * {
    width: 100% !important;
  }

  /* REFERENCES */
  .basic-filter {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .basic-filter .filter-btn {
    margin: 0 0 0.9em;
  }

  .basic-filter .filter-btn:last-child {
    margin-bottom: 0;
  }

  .references {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .reference-item {
    width: calc(50% - 20px);
    margin: 50px 0 0;
  }

  .reference-item .image {
    width: 100%;
  }

  .reference-item .info {
    width: 100%;
    padding-left: 0;
  }

  .reference-item .subtitle {
    margin: 30px 0 15px;
  }

  .reference-item .title {
    margin: 0;
  }

  .reference-item .custom-btn {
    margin-top: 15px;
  }

  .grid-content .grid-col {
    width: 100%;
  }

  .grid-content .grid-col:not(:first-child) {
    margin-top: 30px;
  }

  /* CONTACT PAGE */
  .contact-section-description {
    text-align: center;
  }

  .contacts-wrapper {
    justify-content: space-around;
  }

  .contact-item {
    width: 45%;
    max-width: 240px;
    flex-direction: column;
    align-items: center;
  }

  .contact-item .image {
    width: 100%;
    margin: 0 0 30px;
  }

  .contact-item .info {
    text-align: center;
    display: block;
    width: 100%;
  }

  .contact-item-langs {
    justify-content: center;
  }

  /* MARKET */
  .market-categories {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }

  .market-category-item {
    width: calc(50% - 20px);
    margin: 50px 0 0;
  }

  /* FOOTER */
  .testimonials-control {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testimonials-control h2 {
    margin: 0.84em 0 0;
  }

  .footer {
    padding-bottom: 5em;
    background-color: #000;
  }

  .footer-main-contact {
    font-size: 22px;
  }

  .footer-info-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
  }

  .footer-menu {
    text-align: left;
    margin-left: 0;
  }
  .footer-menu li {
    margin-bottom: 0.5em;
  }

  .footer-info-item {
    text-align: left;
    width: 100% !important;
    margin: 35px 0 0;
  }

  .footer-info-item .font-m {
    font-weight: 400;
    margin-bottom: 15px;
  }

  /* MODAL */
  .modal-window {
    transform-origin: 50% 0;
    width: 100%;
  }

  .modal-window.preview.empty {
    width: 100%;
  }

  .modal-fullpage {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .modal-fullpage-container {
    display: block;
  }
  .modal-fullpage-container .modal-fullpage-inner {
    margin: 0;
  }
  .modal-fullpage-container .search-modal-header {
    height: 70px;
    display: flex;
    justify-content: flex-end;
  }
  .modal-fullpage-container .search-modal-header .icon-close {
    display: inline-flex;
    align-items: center;
  }
  .modal-fullpage-container .search-modal-header .icon-close:after {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background-size: 100%;
    background-color: transparent;
  }

  .modal-cart.open {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .modal-cart.open .submenu {
    position: relative;
    display: block;
    top: auto;
    right: auto;
  }
  .modal-cart.open .submenu * {
    text-align: center;
    justify-content: center;
  }

  .contact-modal {
    max-width: none;
  }

  /* FILTER */
  .title-for-filters {
    display: none;
  }

  .filters-category-btn {
    color: #EC2029;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0px 20px;
    background-color: #fff;
    margin-bottom: 30px;
  }

  .filters-category-btn:after {
    content: "";
    margin-left: auto;
    height: 40px;
    width: 40px;
    background-image: url(assets/filter_button.svg);
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .filters-category .tags {
    padding: 10px 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .filters-category .tags .form_field {
    flex-direction: column;
  }

  .filters-category .tags .form_field label {
    margin-right: 0;
  }

  .filters-category {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    transition: visibility 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
  }

  .filters-category:not(.open) {
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
  }

  .filters-category.open .sidebar-close-btn {
    display: flex;
  }

  .filters-category-inner {
    max-height: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: auto;
    width: 100%;
    margin-top: 20px;
  }

  .filter-category-scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* LOOP BLOCKS */
  .loop-block.with-image .loop-image {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 600px) {
  /* GLOBAL */
  .sales-row.mobile-horizontal-scroll .sale-products .sale-product {
    width: calc(100vw - 100px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h1:not(.no-hyphens) {
    hyphens: auto;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
    margin-bottom: 1em;
  }

  .gallery-large .edys-gallery-grid-item {
    width: 100% !important;
  }

  /* FRONT PAGE */
  .frontpage-mobile-cinfo {
    font-size: 12px;
  }

  /* CATEGORY PAGE */
  .category-item {
    width: 100%;
  }

  /* PRODUCT PAGE */
  .product-item {
    width: 100%;
  }

  /* REFERENCES */
  .reference-item,
.reference-item.preview {
    width: 100%;
  }

  /* MARKET */
  .market-category-item {
    width: 100%;
  }

  /* CONTACT PAGE */
  .contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-item {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  /* CLASSES */
  .sidebar-open-btn {
    width: 220px;
  }
}
/* COPY&PASTE FIX */
span[style*=font-size] {
  font-size: inherit !important;
}

/*# sourceMappingURL=mobile.css.map */
