@media (max-width: 768px) {
  :root {
    @header-height: 56px;
  }
  
  .content_inner_desc {
    padding: 0;
    background: transparent;
}

  .product_item_ykup.hidden-mobile.show .piechart-container {
    display: none;
  }

  .product_item_ykup.hidden-mobile.show .frating-piechart {
    display: none;
  }
  .header-sub-menu-wrapp {
    position: fixed;
    inset: calc(var(@header-height) + 60px) 0 0;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-behavior: smooth;
  }

  .header-sub-menu-wrapp.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header-sub-menu-wrapp.sub-menu-is-open .header-sub-menu-block-main,
  .header-sub-menu-wrapp.sub-menu-is-open .header-sub-menu-title {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .header-sub-menu-wrapp .container {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: min-height 0.4s, max-height 0.4s;
    -o-transition: min-height 0.4s, max-height 0.4s;
    transition: min-height 0.4s, max-height 0.4s;
    min-height: 0;
  }

  .header-sub-menu-blocks {
    grid-template-columns: 1fr;
  }

  .header-sub-menu-block {
    width: 100%;
    padding: 0;
  }

  .header-sub-menu-block-main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }

  .header-sub-menu-block-catalog .header-sub-menu {
    position: absolute;
    inset: 0 0 auto;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 66;
  }

  .header-sub-menu-block-catalog .header-sub-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header-sub-menu-title {
    min-height: 60px;
    padding: 8px var(@container-padding);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: inherit;
    cursor: pointer;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-weight: 500;
    margin: 0;
    border-bottom: solid 1px #d9d9d9;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }

  .header-sub-menu-title svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .header-sub-menu {
    padding: 6px 0;
  }

  .header-sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px var(@container-padding);
    font-size: 16px;
    color: inherit;
    font-weight: 500;
  }

  .header-sub-menu-products {
    margin-top: auto;
    border-top: solid 1px #d9d9d9;
  }

  .subcategories-slider .swiper-slide a h3 {
    font-weight: 800;
    font-size: 12px;
    text-wrap-mode: wrap;
  }

  .header-sub-menu-product {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 35px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 0;
    border-right: solid 1px #d9d9d9;
  }

  .header-sub-menu-product:last-child {
    border: 0;
  }

  .header-sub-menu-product-img {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 35px;
    width: 156px;
  }

  .header-sub-menu-product-title {
    font-size: 13px;
    padding: 0;
  }

  .header-logo {
    margin-right: auto;
    max-width: 82px;
  }

  .header-links-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .header-links-list a {
    min-width: 0;
    width: 24px;
    height: 24px;
  }

  .header-links-list a svg {
    width: 100%;
    height: 100%;
  }

  .header-cart-title {
    display: none;
  }

  .header-cart-count {
    min-width: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 12px;
  }

  .header-search-body .form-block {
    margin-right: 16px;
  }

  .header-search-submit,
  .header-search-close {
    width: 24px;
    height: 24px;
  }

  .header-search-submit svg,
  .header-search-close svg {
    width: 100%;
    height: 100%;
  }

  .header-search-submit {
    margin-right: 16px;
  }

  .home-promo .container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .product_item_ykup.hidden-mobile {
    display: none;
  }

  .home-promo-cell {
    min-height: min(calc(100vh - var(@header-height)), 608px);
  }

  .home-promo-cell {
    padding: 20px 0;
  }

  .home-promo-cell {
    padding: 20px var(@container-padding);
    min-height: 320px;
  }

  body.archive.tax-product_cat .footer {
    display: block;
    padding-bottom: 100px;
  }

  .footer {
    display: block;
    padding-bottom: 85px;
    padding-top: 25px;
    border: none;
  }

  .home-promo-img {
    width: 100%;
  }

  .footer-cell:nth-child(2) {
    padding-top: 8px;
  }

  .home-promo-content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .home-promo-link {
    width: 100%;
  }

  .home-promo-shop-now {
    padding-right: 20px;
  }

  .home-promo-shop-now-title {
    font-size: 28px;
  }

  .home-promo-collection {
    padding-left: 20px;
  }

  .home-promo-collection-desc {
    font-size: 25px;
    font-weight: 900;
    max-width: 266px;
    text-transform: uppercase;
  }

  .home-promo-collection-title {
    font-size: 12px;
  }

  .home-catalog .container {
    grid-template-columns: 1fr;
    max-width: 1325px;
    margin: 0 auto;
    padding: 0px 12px;
  }

  .home-catalog-item {
    border-right: 0;
    border-bottom: solid 1px #d9d9d9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
  }

  .home-catalog-item-img img {
    max-height: 89% !important;
  }

  .product_chose-helper_img {
    left: 28px !important;
  }

  .home-catalog-item-img {
    margin-bottom: 24px;
  }

  .home-catalog-item-img {
    margin: 0;
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    aspect-ratio: 156/96;
  }

  .home-catalog-item-title {
    font-size: 17px;
  }

  .home-catalog-item-view-all.view-all-link {
    display: flex;
    justify-content: flex-start;
  }

  .home-catalog-item-img img {
    max-height: 100%;
  }

  .home-catalog-item-view-all {
    margin-top: 16px;
  }

  .home-shop .container {
    grid-template-columns: 1fr;
  }

  .home-shop-body {
    min-height: min(calc(100vh - var(@header-height)), 685px);
  }

  .home-shop-body {
    min-height: 286px;
    background-size: 250px auto;
    background-position: right 20px bottom 0;
    padding: 52px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-shop-content {
    max-width: 200px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .home-shop-link {
    margin-bottom: 32px;
  }

  .home-shop-body-img {
    margin-right: -140px;
  }

  .home-shop-body-img {
    width: 130px;
    margin: 0 auto;
  }

  .home-shop-body-img {
    margin: 0 -40px 0 0;
  }

  .home-shop-img {
    height: 262px;
    margin: 0 calc(var(@container-padding) * -1);
  }

  .home-shop-img img {
    width: 50vw;
    -o-object-position: center top;
    object-position: center top;
    max-width: none;
  }

  .section-head {
    padding: 16px 0;
    margin-bottom: 20px;
  }

  .section-head-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
  }

  .content_product_exc h3 {
    font-size: 17px !important;
  }

  .section-head-desc {
    font-size: 12px;
    margin-top: 8px;
    max-width: 200px;
  }

  .products-slider-wrapp {
    margin: 0;
  }

  .products-slider-wrapp > .slider-arrow {
    -webkit-transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    transform: translateY(-33px);
  }

  .products-item-sticker {
    font-size: 10px;
    padding: 4px 8px;
  }

  .products-item-gallery .slider-arrow {
    display: none;
  }

  .products-item-quick-add {
    display: none;
  }

  .products-item-quick-add-sizes {
    padding: 20px;
  }

  .products-item-quick-add-sizes {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
  }

  .products-item-body {
    max-height: 181px;
    max-width: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding: 12px;
    align-content: center;
  }

  .home-best-sellers .products-item-body {
    max-width: 100%;
  }

  div#similar .products-item-body {
    max-width: 100%;
  }

  .products-item-title {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }

  .products-item-title:last-child {
    margin-bottom: 0;
  }

  .catalog-promo {
    min-height: min(calc(100vh - var(@header-height)), 685px);
  }

  .catalog-promo {
    min-height: 440px;
    padding: 40px 0;
  }

  .catalog-promo .container {
    display: block;
  }

  .catalog-promo-title {
    max-width: 500px;
    margin-bottom: 20px;
  }

  .catalog-promo-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .catalog-promo-desc {
    margin: 0;
    font-size: unset;
    max-width: 200px;
  }

  .follow-slider-wrapp {
    margin: 0 calc(var(@container-padding) * -1) 20px;
    padding: 0 42px;
  }

  .footer {
    font-size: 12px;
  }

  .footer .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cell {
    padding: 32px var(@container-padding);
    border: none;
  }

  .section-head {
    margin-bottom: 6px;
  }
  li.menu-item a svg {
    border-radius: 8px;
    background: #ebebeb;
    padding: 3px;
  }
  footer li.menu-item a svg {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .footer-menu li {
    margin-bottom: 20px;
  }

  .products-banner {
    height: 50px;
    margin-top: 0;
  }

  .sidebar_shop {
    display: none;
  }

  .products-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-bottom: 0;
  }

  .products-sidebar-toggle {
    display: none;
  }

  .products-nav {
    padding: 12px var(@container-padding);
    margin: 16px calc(var(@container-padding) * -1) 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    /* border-top: solid 1px #d9d9d9; */
  }

  .products-views {
    display: none;
  }

  .products-filter-and-sort {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .products-sort.sort-select.select {
    width: 100%;
    text-align: left;
  }

  .products-filter-form {
    position: fixed;
    inset: 0;
    z-index: 999;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .products-filter-form-body {
    min-height: 1px;
    overflow: hidden;
    overflow-y: auto;
  }

  .products-filter-is-open {
    overflow: hidden;
  }

  .products-filter-head {
    padding: 12px var(@container-padding);
    height: var(@header-height);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .products-filter-head .products-filter-title {
    font-size: 16px;
  }

  .products-filter-title {
    font-size: 14px;
  }

  .products-filter-close svg {
    width: 24px;
    height: 24px;
  }

  .products-filter-section {
    padding: 20px var(@container-padding);
  }

  .products-filter-foot {
    padding: 20px var(@container-padding);
    margin-top: auto;
  }

  .products-filter-checkboxes {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 8px;
    margin-top: 20px;
  }

  .products-filter-checkbox {
    height: 40px;
  }

  .products-filter-checkbox .checkbox-label-title {
    font-size: 16px;
  }

  .products-filter-checkbox-color {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }

  .products-filter-btns .btn {
    height: 40px;
    border-radius: 6px;
    font-size: 16px;
  }

  .products-sidebar {
    display: none;
  }

  .products-grid {
    margin: 0 calc(var(@container-padding) * -1 - 1px);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid[data-view="4"] .products-item-banner-body {
    padding: 20px;
  }

  .products-grid[data-view="4"] .products-item-banner-body .shop-now-link {
    font-size: 12px;
  }

  .products-grid[data-view="4"] .products-item-banner-title {
    font-size: 24px;
  }

  .products-item-banner-body {
    padding: 20px;
  }

  .products-item-banner-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .products-coming-soon {
    margin: 64px 20px;
  }

  .products-coming-soon-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .products-coming-soon-desc {
    font-size: unset;
    margin-bottom: 20px;
  }

  .form-agreement {
    margin: 12px 0 0;
  }

  .catalog-info {
    padding: 40px 0;
  }

  .catalog-info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .catalog-info-title {
    font-size: 24px;
  }

  .catalog-collections {
    padding: 20px 0;
    grid-gap: 40px 20px;
  }

  .catalog-collections {
    grid-template-columns: 1fr;
  }

  .catalog-collection-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
  }

  .catalog-collection-title {
    font-size: 16px;
  }

  .catalog-about {
    padding: 20px 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .catalog-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .catalog-about-body {
    width: 350px;
  }

  .catalog-about-body {
    width: auto;
    -ms-flex-item-align: unset;
    align-self: unset;
  }

  .breadcrumbs-list {
    font-size: 11px;
  }

  .product .container {
    grid-column-gap: 20px;
  }

  .product .container {
    grid-template-columns: 1fr;
    max-width: 1325px;
    margin: 0 auto;
    padding: 0px 12px;
  }

  .product-slider .product-slide {
    height: 375px;
    max-height: 475px;
    min-height: 475px;
    padding: 40px;
  }

  .product-content {
    padding: 40px 0;
    grid-gap: 24px;
  }

  .product-content {
    padding: 32px var(@container-padding);
    min-height: unset !important;
    position: static !important;
  }

  .product-title {
    font-size: 21px;
  }

  .product-desc {
    margin-top: 16px;
  }

  .product-modal-links {
    row-gap: 20px;
  }

  .modal-right .modal-wrapp {
    padding: 0;
  }

  .modal-right .modal-body {
    width: 100%;
  }

  .modal-right-head {
    padding: 12px 20px;
    min-height: var(@header-height);
  }

  .modal-right-section {
    padding: 20px;
  }

  .modal-product-footer ~ .footer {
    margin-bottom: 60px;
  }

  .modal-product-footer .modal-body .container {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .product-footer-main {
    padding-bottom: 12px;
    max-width: 100%;
    margin-bottom: 16px;
    border-bottom: solid 1px #d9d9d9;
  }

  .product-footer-item-img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }

  .product-footer-form {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .product-footer-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    row-gap: 16px;
  }

  .product-footer-form .product-btn {
    height: 36px;
  }

  .cart .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .cart-body .cart-head {
    padding-right: 20px;
  }

  .cart-head {
    min-height: 48px;
  }

  .cart-title {
    font-size: 16px;
  }

  .cart-table td:nth-child(2) {
    padding-left: 20px;
  }

  .cart-summary {
    padding: 0;
    border-top: solid 1px #d9d9d9;
  }

  .cart-summary .cart-head {
    padding-left: 20px;
  }

  .cart-summary .cart-head {
    background-color: #f1f1f1;
  }

  .cart-summary-count {
    margin: -4px 0;
  }

  .cart-promo-discount input {
    height: 48px;
  }

  .cart-total {
    padding-left: 20px;
  }

  .cart-total {
    padding: 18px var(@container-padding);
    row-gap: 14px;
    font-size: 12px;
  }

  .cart-checkout {
    padding-left: 20px;
  }

  .header-checkout {
    padding: 6px;
  }

  .header-checkout-body .container {
    height: 48px;
  }

  .header-checkout-body .logo {
    max-width: 82px;
  }

  .checkout-step-head {
    padding-right: 20px;
  }

  .checkout-step-head {
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 18px var(@container-padding);
  }

  .checkout-step-title {
    font-size: 13px;
  }

  .checkout-step-value {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column: span 2;
    margin-top: 8px;
    text-align: left;
  }

  .checkout-step-value:empty {
    margin-top: 0;
  }

  .checkout-step-body {
    padding-right: 20px;
  }

  .checkout-inputs {
    padding: 20px 0;
  }

  .checkout-inputs-grid {
    grid-gap: 8px;
  }

  .checkout-inputs-grid {
    grid-template-columns: 1fr;
  }

  .checkout-billing-address-tab {
    margin-top: 16px;
  }

  .checkout-submit-wrapp {
    margin-top: 16px;
  }

  .checkout-step-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .checkout-radio {
    padding: 16px;
    font-size: 13px;
  }

  .checkout-radio-desc {
    font-size: 12px;
  }

  .cart-order-head-title {
    font-size: 13px;
  }

  .cart-summary-links {
    padding-left: 20px;
  }

  .cart-summary-links {
    padding: 16px var(@container-padding);
    background-color: #f1f1f1;
  }

  .thank-body {
    margin-left: 80px;
  }

  .thank-body {
    margin: auto var(@container-padding);
  }

  .thank-body {
    margin: 40px var(@container-padding);
  }

  .thank-title {
    font-size: 28px;
  }

  .thank-desc {
    margin-bottom: 20px;
  }

  .thank-btn {
    width: 100%;
  }

  .thank-decor {
    margin-left: 20px;
  }

  .thank-decor {
    width: 200px;
    top: 0;
  }

  .thank-decor {
    width: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  .thank-footer {
    grid-template-columns: 1fr 1fr;
  }

  .thank-footer-cell {
    min-height: 58px;
    padding: 20px var(@container-padding);
  }

  .thank-footer-cell-desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column: span 2;
    border-top: solid 1px #d9d9d9;
    border-right: 0;
  }

  .thank-footer-desc {
    text-align: left;
    font-size: 13px;
  }

  .tracking-steps {
    padding-right: 20px;
  }

  .tracking-steps {
    grid-template-columns: 1fr;
    position: relative;
    padding-right: calc(var(@container-padding) + 32px);
  }

  .tracking-steps.active .tracking-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tracking-steps.active .tracking-step:not(:first-child) {
    padding-top: 16px;
  }

  .tracking-steps.active .tracking-step:not(:first-child):before {
    display: block;
  }

  .tracking-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
    text-align: left;
    display: none;
  }

  .tracking-step:first-child {
    padding-top: 0;
  }

  .tracking-step:before {
    right: auto;
    height: 16px;
    top: 0;
    left: 19px;
    border-top: 0;
    border-left: dashed 2px #f1f1f1;
  }

  .tracking-step.done:before,
  .tracking-step.active:before {
    border-left-style: solid;
    border-left-color: #2e5642;
  }

  .tracking-step.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }

  .tracking-step.active:before {
    display: none;
  }

  .tracking-step-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 10px 0 0;
  }

  .tracking-step-body {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .tracking-estimated-date {
    padding-left: 20px;
  }

  .tracking-section {
    padding-left: 20px;
  }

  .about-section {
    padding: 20px 0;
  }

  .about-title {
    font-size: 56px;
  }

  .about-title {
    font-size: 48px;
  }

  .about-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .about-title {
    display: block;
    text-align: center;
    font-size: 28px;
  }

  .about-title img {
    width: 76px;
  }

  .about-title img {
    width: 56px;
  }

  .about-title img {
    width: 40px;
    vertical-align: middle;
  }

  .about-promo {
    min-height: min(calc(100vh - var(@header-height)), 640px);
  }

  .about-promo {
    min-height: 258px;
    padding: 20px;
  }

  .about-promo-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about-info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .about-info-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-info-title {
    font-size: 20px;
  }

  .about-info-title {
    max-width: 100%;
    padding-top: 40px;
  }

  .about-info-img-icon {
    width: 240px;
    height: 240px;
    top: 40px;
    left: -120px;
  }

  .about-info-img-icon img {
    width: 120px;
  }

  .about-info-img-icon {
    width: 120px;
    height: 120px;
    left: -10px;
    top: 20px;
    padding: 0;
  }

  .about-info-img-icon img {
    width: 64px;
  }

  .about-info-content {
    padding-right: 0;
  }

  .about-info-content {
    max-width: 100%;
    padding-top: 60px;
  }

  .about-info-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-info-desc-title {
    font-size: 20px;
  }

  .about-positive {
    padding: 60px 0 40px;
  }

  .about-positive-title {
    font-size: 132px;
  }

  .about-positive-title {
    font-size: 120px;
  }

  .about-positive-title {
    font-size: 42px;
  }

  .about-positive-img {
    margin-top: -172px;
  }

  .about-positive-img {
    margin-top: -154px;
  }

  .about-positive-img {
    width: 202px;
    margin-top: -32px;
  }

  .about-positive-desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .page-404 {
    background-size: 160px auto;
    background-position: right -20px top 60px;
  }

  .page-404-body {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 260px;
    margin: 0 auto;
  }

  .page-404-title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .page-404-img {
    bottom: 116px;
  }

  .page-404-img-desktop {
    display: none;
  }

  li.phone_number {
    display: none;
  }

  .products .container {
    max-width: 100%;
    padding: 0;
  }

  .product-atts {
    margin-top: 0;
  }

  .catalog-promo-title.section-title {
    line-height: 40px;
  }

  .product-footer-form .product-sizes {
    max-width: 185px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    flex-direction: column;
    border: none;
    text-align: center !important;
    align-content: center;
    justify-content: center;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: flex;
    border-bottom: 1px solid #ececec;
    align-content: center;
    justify-content: center;
    padding: 28px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }

  .cart-table td:nth-child(2) {
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .cart-table td:last-child {
    width: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    max-width: 150px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }

  td.product-remove {
    position: absolute;
    right: 25px;
    margin-top: -65%;
  }

  .checkout-step-body {
    padding: 0;
  }

  li.wc_payment_method.payment_method_morkva-monopay::marker {
    display: none !important;
  }

  .woocommerce-checkout .container.page_inner_block ul li {
    list-style-type: none;
    min-width: 100%;
  }

  .coupon {
    display: block;
  }

  td.product-remove {
    text-align: right;
    display: flex;
    align-items: flex-start;
  }

  * {
    scrollbar-color: #000 #d5e6f1;
    scrollbar-width: thin;
  }

  *::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #d5e6f1;
    border-radius: 12px;
  }

  *::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 12px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 20px;
  }

  .h5 {
    font-size: 18px;
  }

  .hidden-desktop {
    display: none !important;
  }

  .hidden-mobile {
    /* display: none !important; */
  }

  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    color: #fff;
  }

  .plyr__control--overlaid svg {
    fill: #fff;
    color: #fff;
    stroke: #fff;
  }

  .yorkup_mobile_account {
    height: 33px;
    width: 33px;
    border: 1px solid #9c9c9c;
    opacity: 0.9;
    margin-top: 4px;
    font-size: 18px;
    margin-right: 3px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  #product-results {
    align-self: flex-start;
    -webkit-box-flex: 1;
    max-width: 100%;
    -ms-flex: auto;
    flex: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 1px;
    margin-right: 0;
    position: relative;
    gap: 2px;
    margin: 0;
    margin-bottom: 30px;
  }

  body {
    font-size: 15px;
    line-height: 1.6;
    overflow: hidden;
  }

  .header-nav-opened .header-nav {
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }

  .header-nav-is-open {
    overflow: hidden;
  }

  .header-nav-is-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header > .container {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn {
    height: 48px;
  }

  .hidden-tablet {
    display: none !important;
  }

  .visible-tablet {
    display: none !important;
  }

  .input {
    height: 42px;
  }

  .select-toggle {
    height: 42px;
  }

  .modal-body {
    padding: 40px 20px;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .content-text {
    grid-gap: 12px;
  }

  .header-nav {
    position: fixed;
    top: var(@header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 666;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .yorkup-header-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-instruction {
    margin-top: 27px;
  }

  .yorkup-header-bottom {
    width: 100%;
  }

  .yorkup-menu-toggle {
    width: auto;
    justify-content: space-between;
    display: none;
  }

  .yorkup-vertical-menu {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
  }

  .yorkup-mega-menu {
    width: 100%;
    left: 0;
    flex-direction: column;
  }

  .yorkup-mobile-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #05040f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding-left: 0;
    padding-right: 0;
  }

  .yorkup-mobile-footer a {
    flex: 1;
    text-align: center;
    display: flex;
    gap: 7px;
    padding: 18px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
  }

  .yorkup-header-top,
  .yorkup-header-icons {
    display: flex;
    width: 100%;
    gap: 0px;
    max-width: 100%;
    position: relative;
    flex-direction: row;
  }

  .yorkup-header {
    background: #000000;
  }

  button#voice-search-button {
    height: 2.5rem;
    line-height: 16px;
  }

  .yorkup-search-bar input {
    height: 40px;
  }

  .yorkup-header {
    background: #000000;
    height: 61px;
  }

  button#voice-search-button {
    height: 2.5rem;
  }

  .products-item-prices {
    gap: 31px;
  }

  .yorkup_top_menu {
    display: none;
  }

  .yorkup-header-icons {
    display: none;
  }

  .yorkup-search-bar {
    display: flex;
    width: 66%;
    position: relative;
    min-width: auto;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }

  .yorkup-logo {
    display: flex;
    justify-content: flex-start;
    width: 40px;
    position: relative;
  }

  .header-menu > li {
    border-bottom: solid 1px #d9d9d9;
  }

  .header-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 8px var(@container-padding);
    min-height: 60px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit;
  }

  .header-menu > li > a svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .sticky_row_block {
    margin-bottom: 30px;
    padding-top: 40px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 100%;
    grid-gap: 25px;
  }

  ul.breadcrumbs-list {
    display: flex;
    line-height: 45px;
    overflow-x: scroll;
  }

  align-self: flex-start;
  -webkit-box-flex: 1;
  width: 100%;
  max-width: 100%;
  -ms-flex: auto;
  flex: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 1px;
  margin-right: 0;
  align-items: center;
  justify-items: center;
  justify-content: space-around;
  align-content: space-between;
  box-sizing: border-box;
  .products-item-gallery {
    height: 220px;
  }

  .subcategories-slider .swiper-slide a img {
    height: 56px;
    max-width: 56px;
    width: auto;
  }

  .custom-tabs {
    overflow-y: scroll;
  }

  .content_product_exc {
    padding: 0;
  }

  #tidio-chat-iframe { bottom: 70px !important;}

.back-to-top {
    bottom: 77px;
  }
  
  .archive .back-to-top, .single-product .back-to-top {
    bottom: 127px;
  }
  .awesome-iframe .widget-position-right.bubbleWithLabel .widgetLabel {
    display: none!important;
.archive #tidio-chat-iframe, .single-product #tidio-chat-iframe { 
  bottom: 110px !important;

  .custom-tabs li {
    font-size: 11px;
    min-width: 140px;
  }

  .yorkup-mobile-footer a:first-child {
    background: #191818;
    padding: 15px 11px 15px 21px;
  }

  .custom-orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .custom-orders-table__cell {
    text-align: left;
    padding: 12px 8px;
  }

  .products-main.no-sidebar #product-results {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    width: 100%;
  }

  div#open-telegram-chat {
    margin-top: -15px;
  }

  .cart-head {
    display: flex;
    flex-direction: column;
  }

  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 150px;
    border-right: none;
  }

  .cart-summary .cart-head {
    padding: 7px;
    background-color: #f7f7f7;
    border: none;
  }

  .cart-head .view-all-link {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(even),
  .woocommerce-page table.shop_table_responsive tr:nth-child(even) {
    background-color: #f7f7f7;
  }

  .woocommerce-cart .container.page_inner_block,
  .woocommerce-checkout .container.page_inner_block {
    margin-top: 30px;
  }

  a.prev.page-numbers {
    display: none;
  }

  a.next.page-numbers {
    display: none;
  }

  .yorkup-search-bar button:last-child {
    display: none;
  }

  .woocommerce a.remove {
    font-size: 25px;
  }

  .cart-summary {
    border-top: none;
    border: none;
  }

  .woocommerce table.shop_attributes td {
    text-align: left;
  }

  .cart-head {
    padding-bottom: 30px;
  }

  .products-slide:nth-child(even) {
    border: none;
  }

  .mobile-menu-container {
    display: block;
  }

  .mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu-container.active {
    transform: translateX(0);
  }

  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #121212;
  }

  .back-button {
    display: none;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .current-title {
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
  }

  .mobile-menu-list {
    list-style: none;
    margin: 0;
    overflow-y: auto;
    flex: 1;
    padding: 19px;
    background: #ffffff;
  }

  .mobile-menu-list li.menu-item {
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdbdbba;
  }

  li.menu-item a {
    display: flex;
  }

  button.toggle-submenu {
    line-height: 13px;
    margin-left: 8px;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border-color: transparent;
    padding-inline: unset;
  }

  li.menu-item a {
    gap: 15px;
    font-size: 14px;
  }

  .mobile-submenu {
    display: none;
  }

  button.close-button {
    width: 24px;
    height: 26px;
    display: flex;
    position: relative;
    font-family: auto;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    font-weight: 600;
    background: #fffafa;
    font-size: 19px;
    line-height: 10px;
    border-color: transparent;
    padding-inline: unset;
    color: #000000;
    align-content: center;
  }

  footer.yorkup-mobile-footer span.circle_qty {
    margin-left: 88px;
    width: 20px;
  }

  .yorkup-mobile-footer a:last-child {
    padding: 15px 11px 15px 21px;
  }

  div#product_attribute_filter_widget-2 h4.widget-title {
    display: none;
  }

  a.filter-mobile {
    display: flex;
    border-bottom: 1px solid #232323;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 64px;
    text-transform: uppercase;
    height: 42px;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    background-color: #191818;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 0;
    gap: 10px;
    cursor: pointer;
  }

  .wc-mobile-sidebar {
    position: fixed;
    top: 0;
    left: -90%;
    width: 85%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transition: left 0.3s ease, opacity 0.3s ease;
    z-index: 1001;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
  }

  .wc-mobile-sidebar.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .wc-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  .wc-filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .wc-mobile-sidebar .top-close {
    position: absolute;
    top: 10px;
    display: flex;
    right: 13px;
    font-family: auto;
    text-align: center;
    border: none;
    padding: 2px 7px 4px 7px;
    font-size: 17px;
    cursor: pointer;
    line-height: 18px;
    background: #000000;
    color: #ffffff;
    justify-content: center;
    align-content: center;
  }

  .close-sidebar.bottom-close {
    display: block;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }

  a.filter-mobile span {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-size: 11px;
  }

  .wc-mobile-sidebar {
    display: block;
  }

  .slider-arrow-next,
  .slider-arrow-prev {
    display: none !important;
  }

@media (min-width: 1100px) {
  :root {
    @container-padding: 40px;
  }
  .product_payment-methods_list {
    display: flex;
    justify-content: flex-start;
  }

  .product_item_ykup .fakerating-piechart-canvas {
    left: 160px;
  }

  .fakerating-piechart-canvas {
    right: auto;
    left: 220px;
    margin-top: -55px;
  }

  .header-submenu-back-link {
    display: none;
  }

  .yorkup_mobile_account {
    display: none;
  }

  .header-sub-menu-wrapp {
    position: absolute;
    inset: 100% 0 auto 0;
    background-color: #fff;
    z-index: 66;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5);
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5);
  }

  .header-sub-menu-wrapp .container {
    padding: 0;
    display: grid;
    grid-template-columns: 3fr 4fr;
  }

  .header-sub-menu-title svg {
    display: none;
  }

  .header-sub-menu {
    pointer-events: none;
  }

  .header-sub-menu:hover a {
    opacity: 0.5;
  }

  .header-sub-menu li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .header-sub-menu a {
    font-size: 14px;
    font-weight: 500;
    margin: -4px;
    padding: 4px;
    color: inherit;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: auto;
  }

  .header-sub-menu a:hover {
    opacity: 1;
  }

  .header-sub-menu-product .products-item-prices {
    display: none;
  }

  .home-promo-shop-now {
    padding-right: 40px;
  }

  .home-promo-collection {
    padding-left: 40px;
  }

  .home-catalog-item-title {
    text-align: center;
  }

  .home-shop-desc {
    font-size: 18px;
    color: #000;
  }

  .products-slider-wrapp {
    padding: 0 52px;
  }

  div#similar .products-slider-wrapp,
  .home-best-sellers .products-slider-wrapp,
  .follow-slider-wrapp.slider-wrapp {
    margin: 0 calc(var(@container-padding) * -1 - 52px);
  }

  .catalog-promo-img img {
    -o-object-position: center top;
    object-position: center top;
  }

  .footer {
    padding: 60px 0;
  }

  .copyright {
    margin-top: auto;
  }

  .site-developer {
    margin-top: auto;
  }

  .products-menu-mobile {
    display: none;
  }

  .products-back-link {
    display: none;
  }

  .products-filter {
    position: relative;
  }

  .catalog-about-body {
    margin: 0 auto;
  }

  .catalog-about-body .section-title {
    font-size: 38px;
  }

  .product-main {
    grid-row: span 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .modal-product-details .modal-body {
    width: 280px;
  }

  .modal-product-footer {
    display: block;
  }

  .modal-product-footer {
    top: auto;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }

  .modal-product-footer .modal-body {
    height: 82px;
    padding: 7px 20px 7px 7px;
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .modal-product-footer .modal-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }

  .modal-product-footer .modal-wrapp {
    padding: 0;
    display: block;
    overflow: visible;
    background: none;
  }

  .product-footer-main .modal-close-btn {
    display: none;
  }

  .product-footer-form .product-btn {
    width: 280px;
  }

  .cart .container {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    padding: 0;
    flex: auto;
    display: grid;
    grid-template-columns: 1000fr 492fr;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
  }

  .cart-body {
    /* border-right: solid 1px #d9d9d9; */ /* min-width: 1px; */ /* padding-bottom: 12px; */
  }

  .cart-table td:last-child {
    padding-right: 40px;
  }

  .page-thank .modal-cart-item {
    padding: 16px 20px;
  }

  .page-thank .modal-cart-item-img {
    width: 120px;
    height: 120px;
  }

  .page-thank .cart .container {
    grid-template-columns: 1fr 360px;
  }

  .thank-footer-desc {
    padding: 0 20px;
  }

  .tracking-steps-toggle {
    display: none;
  }

  .tracking-step.done:before,
  .tracking-step.active:before {
    border-top-style: solid;
    border-top-color: #2e5642;
  }

  .page-404-img-mobile {
    display: none;
  }

  .visible-mobile {
    display: none !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -48px;
    pointer-events: none;
  }

  .header-mobile-menu {
    display: none;
  }

  .header-nav-toggle {
    display: none;
  }

  .header-menu:hover > li > a {
    color: rgba(0, 0, 0, 0.5);
  }

  .header-menu > li {
    pointer-events: auto;
  }

  .header-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 26px;
    height: var(@header-height);
    font-size: 13px;
    color: inherit;
    font-weight: 500;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
  }

  .header-menu > li > a i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 4px;
    width: 16px;
    height: 16px;
    position: relative;
    display: none;
  }

  .header-menu > li > a i:before,
  .header-menu > li > a i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -6px;
    background-color: currentColor;
  }

  .header-menu > li > a i:after {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header-menu > li > a svg {
    display: none;
  }

  .header-menu > li:hover > a {
    color: #000;
  }

  .header-menu > li.menu-item-has-children > a i {
    display: block;
  }

  .header-menu > li.menu-item-has-children:hover > .header-sub-menu-wrapp {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header-menu > li.menu-item-has-children:hover > a i:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  a.filter-mobile {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 15%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 85%;
  }

  a.filter-mobile {
    display: none;
  }

  .wc-mobile-sidebar {
    display: none;
  }
  .subcategories-slider .swiper-slide a h3 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

.btn-category-metabox a {
  font-weight: 500 !important;
}

.btn-category-metabox b {
  color: #000000;
}

.btn-category-metabox {
  border-bottom: 1px solid #3e9e41;
}


@media (max-width: 768px) {
  .breadcrumbs-list {
    font-size: 11px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent; 
  }

  .homepage-container {
    max-width: 1325px;
    margin: 0 auto;
    padding: 0px 12px;
}

  .breadcrumbs-list::-webkit-scrollbar {
    height: 8px;
  }

  .breadcrumbs-list::-webkit-scrollbar-track {
    background: transparent;
  }
    margin-top: 4px;
  }
  
  .yorkup_mainslider {
    max-width: 1325px;
    margin: 0 auto;
    padding: 0px 12px;
}

  .breadcrumbs-list::-webkit-scrollbar-thumb {
    background-color: #7c7c7c; 
    border-radius: 4px;
  }


}

