.woof_redraw_zone .widget-title {
  padding-top: 0 !important;
}

.widget_wc_current_category_widget:empty {
  margin: 0 !important;
}

.current-cat-title {
  margin-bottom: 20px;

  color: #1e293b;
  font-size: 22px !important;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .current-cat-title {
    font-size: 24px !important;
  }
}

.current-cat-list {
}

.current-cat-item .current-cat-item {
  padding-left: 20px;
}

.current-cat-link {
  line-height: 1.5 !important;
  /* transition: opacity 0.15s ease-in-out; */
}

.current-cat-link:hover {
  /* opacity: 0.8; */
}

.current-cat-link[data-d7p-spoiler-trigger] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  padding-right: 2px;

  cursor: pointer;
}

.current-cat-link[data-d7p-spoiler-trigger] > i {
  flex-shrink: 0;
  display: block;

  width: 12px;
  height: 12px;
  padding: 0;
  box-sizing: border-box;

  color: #1e293b;
  font-size: 0 !important;
  line-height: 0 !important;

  background-color: transparent;
  border: 2px solid transparent;
  border-left-color: #1e293b;
  border-bottom-color: #1e293b;

  transform-origin: center;
  transform: rotate(45deg);
  transition: transform 0.15s ease-in-out;
  pointer-events: none;
}

.current-cat-link[data-d7p-spoiler-trigger].active > i {
  transform: rotate(-45deg);
}

.current-cat-link > a {
  display: inline-block;

  width: 100%;
  padding: 4px 8px;

  color: #777777;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.current-cat-link > a:hover {
  color: inherit;
}

@media screen and (min-width: 922px) {
  .current-cat-link > a {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1200px) {
  .current-cat-link > a {
    font-size: 16px !important;
  }
}

.current-cat-link--catalog {
  margin-bottom: 6px;

  background-color: #f5f5f5;
  border-radius: 6px;

  transition: background-color 0.15s ease-in-out;
}

.current-cat-link--root.current-cat-link--catalog > a {
  color: #4eb535;
  font-size: 20px !important;
  font-weight: 600;
}

.current-cat-link--catalog:hover {
  background-color: #f0f0f0;
}

.current-cat-link--catalog:hover > a {
  color: #1e293b;
}

.current-cat-link--root > a {
  color: #71c45d;
  font-size: 18px !important;
}

@media screen and (min-width: 922px) {
  .current-cat-link--root > a {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .current-cat-link--root > a {
    font-size: 18px !important;
  }
}

.current-cat-link--current > a {
  color: #1e293b;
  font-weight: 600;

  background-color: #e5f6e5;
  border-radius: 6px;
}

.current-cat-item [data-d7p-spoiler-content] {
  max-height: 0;
  padding-bottom: 0;
  box-sizing: content-box;

  transition-property: max-height, padding;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  overflow: hidden;
}

[data-css-class='woof_container_product_cat'] {
  display: none;
}

@media screen and (max-width: 922px) {
  .woof_container + .widget-title {
    display: none !important;
  }

  .woof_redraw_zone > .widget-title {
    display: none;
  }

  /*   .widget-woof > .widget-title {
    display: none;
  } */
}

.site-navigation,
.main-navigation {
  height: auto !important;
}

#menu-toggle-close {
  z-index: 1;
}

#ast-mobile-site-navigation .main-navigation {
  border-bottom: none !important;
}

.fixes0325-customer-menu {
  position: relative;

  @media screen and (max-width: 922px) {
    margin-top: -14px;
    padding-bottom: 20px;

    border-bottom: 1px solid #eaeaea;
  }
}

.fixes0325-customer-menu__btn {
  background-color: transparent;
  cursor: pointer;

  @media screen and (max-width: 922px) {
    padding-left: 30px;
  }
}

.fixes0325-customer-menu__btn:hover,
.fixes0325-customer-menu__btn:focus,
.fixes0325-customer-menu__btn:active {
  color: initial;
  background-color: initial;
}

.fixes0325-customer-menu__icon {
  position: relative;

  display: inline-block;

  width: 16px;
  height: 10px;
  margin-right: 8px;

  background: transparent;
  border: none;
}

.fixes0325-customer-menu__icon::before,
.fixes0325-customer-menu__icon::after {
  content: '';

  position: absolute;
  bottom: -2px;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: #161616;

  transform-origin: left;
  transform: translateY(-50%);
  transition-property: box-shadow, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

.fixes0325-customer-menu__icon::before {
  top: 1px;
  box-shadow: 0 5px #161616;
}

@media screen and (min-width: 922px) {
  .fixes0325-customer-menu--opened .fixes0325-customer-menu__icon::before,
  .fixes0325-customer-menu--opened .fixes0325-customer-menu__icon::after {
    bottom: -3px;
    width: 17px;
    transform: rotate(-45deg);
  }

  .fixes0325-customer-menu--opened .fixes0325-customer-menu__icon::before {
    top: 0;
    box-shadow: none;
    transform: rotate(45deg);
  }
}

.fixes0325-customer-menu__trigger-title {
  font-family: 'Montserrat', sans-serif;
  color: #161616;
  font-size: 13px;
  font-weight: 400;
}

.fixes0325-customer-menu__content {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0 20px;

  background-color: #ffffff;
  opacity: 0;

  transform: translateX(-100%);
  transition-property: transform, opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;

  @media screen and (min-width: 922px) {
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: 5;

    min-width: 250px;
    height: auto;
    padding: 0;

    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(101, 101, 101, 0.15);

    transform: translate(0, -10px);
    overflow: hidden;
    pointer-events: none;
  }
}

.fixes0325-customer-menu--opened .fixes0325-customer-menu__content {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}

.fixes0325-customer-menu__header {
  position: relative;

  margin: 0 auto;
  padding: 30px 20px;

  border-bottom: 1px solid #eaeaea;

  @media screen and (min-width: 922px) {
    display: none;
  }
}

.fixes0325-customer-menu__back-btn {
  position: absolute;
  top: 50%;
  left: 0;

  width: 30px;
  height: 30px;

  background-color: transparent;

  transform: translateY(-50%);
}

.fixes0325-customer-menu__back-btn:hover,
.fixes0325-customer-menu__back-btn:focus,
.fixes0325-customer-menu__back-btn:active {
  color: initial;
  background-color: initial;
}

.fixes0325-customer-menu__back-btn::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 10px;
  height: 10px;

  border: 2px solid transparent;
  border-left-color: #161616;
  border-bottom-color: #161616;

  transform: translate(-50%, -50%) rotate(45deg);
}

.fixes0325-customer-menu__content-title {
  margin-bottom: 0 !important;

  color: #161616;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.fixes0325-customer-menu__nav {
  padding: 15px 20px;

  @media screen and (min-width: 922px) {
    padding: 15px 0;
  }
}

.fixes0325-customer-menu__nav .menu-link {
  display: block;

  padding: 15px 0;

  font-family: 'Montserrat', sans-serif;
  color: #161616;
  font-size: 14px;
  font-weight: 400;

  background-color: transparent;

  @media screen and (min-width: 922px) {
    padding: 6px 12px;
    font-size: 13px;
    transition-property: color, background-color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}

.fixes0325-customer-menu__nav .menu-link[aria-current='page'] {
  color: #71c45d;
}

@media screen and (min-width: 922px) {
  .fixes0325-customer-menu__nav .menu-link:hover {
    color: #71c45d;
    background-color: #f3f5fa;
  }
}

.fix0325-customer-menu-page #primary {
  border-left: none !important;
}

.fix0325-customer-menu-page #secondary {
  display: inherit !important;
  margin-top: 100px !important;
  border-right: none !important;

  @media screen and (min-width: 922px) {
    margin-top: 4em !important;
  }

  @media screen and (min-width: 1200px) {
    margin-top: 50px !important;
  }
}

.fix0325-customer-menu-page #content {
  @media screen and (max-width: 921px) {
    margin-top: 40px;
  }
}

.fix0325-customer-menu-page .ast-container {
  @media screen and (max-width: 921px) {
    flex-direction: column !important;
  }
}

.fixes0325-customer-menu-sidebar {
}

.fixes0325-customer-menu-sidebar__btn {
  padding: 10px 0;
  background-color: transparent;
  cursor: pointer;

  @media screen and (min-width: 922px) {
    display: none;
  }
}

.fixes0325-customer-menu-sidebar__btn:hover,
.fixes0325-customer-menu-sidebar__btn:focus,
.fixes0325-customer-menu-sidebar__btn:active {
  color: initial;
  background-color: initial;
}

.fixes0325-customer-menu-sidebar__icon {
  position: relative;

  display: inline-block;

  width: 16px;
  height: 10px;
  margin-right: 8px;

  background: transparent;
  border: none;
}

.fixes0325-customer-menu-sidebar__icon::before,
.fixes0325-customer-menu-sidebar__icon::after {
  content: '';

  position: absolute;
  bottom: -2px;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: #71c45d;

  transform-origin: left;
  transform: translateY(-50%);
  transition-property: box-shadow, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

.fixes0325-customer-menu-sidebar__icon::before {
  top: 1px;
  box-shadow: 0 5px #71c45d;
}

.fixes0325-customer-menu-sidebar__trigger-title {
  font-family: 'Montserrat', sans-serif;
  color: #71c45d;
  font-size: 14px;
  font-weight: 400;
}

.fixes0325-customer-menu-sidebar__content {
  @media screen and (max-width: 921px) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0 20px;

    background-color: #ffffff;
    opacity: 0;

    transform: translateX(-100%);
    transition-property: transform, opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
  }
}

.fixes0325-customer-menu-sidebar--opened
  .fixes0325-customer-menu-sidebar__content {
  @media screen and (max-width: 921px) {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}

.fixes0325-customer-menu-sidebar__header {
  position: relative;

  margin: 0 auto;
  padding: 50px 20px 30px;

  border-bottom: 1px solid #eaeaea;

  @media screen and (min-width: 922px) {
    display: none;
  }
}

.fixes0325-customer-menu-sidebar__back-btn {
  position: absolute;
  top: 48%;
  left: 0;

  width: 30px;
  height: 30px;

  background-color: transparent;
}

.fixes0325-customer-menu-sidebar__back-btn:hover,
.fixes0325-customer-menu-sidebar__back-btn:focus,
.fixes0325-customer-menu-sidebar__back-btn:active {
  color: initial;
  background-color: initial;
}

.fixes0325-customer-menu-sidebar__back-btn::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 14px;
  height: 14px;

  border: 2px solid transparent;
  border-left-color: #161616;
  border-bottom-color: #161616;

  transform: translate(-50%, -50%) rotate(45deg);
}

.fixes0325-customer-menu-sidebar__content-title {
  margin-bottom: 0 !important;

  color: #161616;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.fixes0325-customer-menu-sidebar__close-btn {
  position: absolute;
  top: 48%;
  right: 0;

  width: 30px;
  height: 30px;

  background-color: transparent;
}

.fixes0325-customer-menu-sidebar__close-btn:hover,
.fixes0325-customer-menu-sidebar__close-btn:focus,
.fixes0325-customer-menu-sidebar__close-btn:active {
  color: inherit;
  background-color: transparent;
}

.fixes0325-customer-menu-sidebar__close-btn::before,
.fixes0325-customer-menu-sidebar__close-btn::after {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 50%;
  height: 2px;

  background-color: #161616;
  border-radius: 8px;

  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixes0325-customer-menu-sidebar__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fixes0325-customer-menu-sidebar__nav {
  @media screen and (max-width: 921px) {
    padding: 15px 20px;
  }
}

.fixes0325-customer-menu-sidebar__nav .menu-link {
  display: block;

  padding: 15px 0;

  font-family: 'Montserrat', sans-serif;
  color: #161616;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;

  @media screen and (min-width: 922px) {
    padding: 0;
  }
}

.fixes0325-customer-menu-sidebar__nav .menu-link:not(:first-child) {
  @media screen and (min-width: 922px) {
    margin-top: 20px;
  }
}

.fixes0325-customer-menu-sidebar__nav .menu-link[aria-current='page'] {
  color: #71c45d;
}

body.archive.tax-product_cat .sidebar-main .ast-filter-wrap #custom_html-9 {
  display: none;
}

body:not(.admin-bar) #page header.site-header {
  top: 0 !important;
}

.woocommerce-order-received #primary {
  margin-top: 0 !important;

  @media screen and (min-width: 922px) {
    margin-top: 50px !important;
  }

  @media screen and (min-width: 1350px) {
    margin-top: 30px !important;
  }
}

.thankyou-back-to-shop {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  color: #626262;
}

.thankyou-back-to-shop span {
  font-size: 15px;
  font-weight: 400;

  transition: color 0.1s ease-in-out;
}

.thankyou-back-to-shop span {
  transition: color 0.1s ease-in-out;
}

.thankyou-back-to-shop:hover {
  color: #71c45d;
}

.woocommerce-order-received header.entry-header {
  position: absolute;
  left: -10000px;
  top: auto;

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  white-space: nowrap;

  border: 0;

  clip-path: inset(100%);
  clip: rect(0 0 0 0);

  overflow: hidden;
}

.thank-you-title-fix0325 {
  margin-top: 40px;

  color: #161616;
  font-size: 24px !important;
  font-weight: 600;
}

.woocommerce-order__descr-text {
  max-width: 630px;
  margin-top: 30px;

  color: #727272;
}

.delivery_type_block_title--dark {
  color: #161616 !important;
}

.woocommerce-order__short-info {
  margin: 40px 0;
}

.woocommerce-order__short-info b {
  color: #71c45d;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-table--order-details--fix0325 {
  color: #161616;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .woocommerce-table--order-details--fix0325 td {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 4px;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-table--order-details--fix0325 td a {
    text-align: right;
  }
}

.woocommerce-table--order-details--fix0325 th {
  font-weight: 600 !important;
  text-align: center;
}

.woocommerce-order__totals {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-top: 20px;
}

.woocommerce-order__total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;

  color: #161616;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.woocommerce-order__total b {
  font-weight: 600;
}

.woocommerce-order__total span {
  text-align: right;
}

/* Правки 22.04.2025 */

@media (max-width: 921px) {
  .ast-woo-shop-archive.ast-woocommerce-shop-page-modern-style
    div#content.site-content {
    margin-top: 120px;
  }

  .ast-woo-shop-archive .woocommerce-js nav.woocommerce-breadcrumb {
    margin-bottom: 0.5em;
  }

  .ast-woo-shop-archive
    .woocommerce-products-header
    h1.woocommerce-products-header__title {
    margin-bottom: 0.5em;
    font-size: 30px;
  }

  .woocommerce.ast-woo-shop-archive .ast-shop-toolbar-container {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 544px) {
  .ast-woo-shop-archive
    .woocommerce-products-header
    h1.woocommerce-products-header__title {
    margin-bottom: 0;

    font-size: 22px;
    line-height: 1.2em;
  }

  .ast-woo-shop-archive.ast-header-break-point.ast-woocommerce-shop-page-modern-style
    ul.products {
    margin-top: 1em;
  }
}

.ast-woo-shop-archive .astra-shop-thumbnail-wrap,
.woocommerce .astra-shop-thumbnail-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
}

@media (max-width: 370px) {
  .ast-woo-shop-archive .astra-shop-thumbnail-wrap,
  .woocommerce .astra-shop-thumbnail-wrap {
    max-height: 307px;
  }
}

.ast-woo-shop-archive ul.products li .astra-shop-thumbnail-wrap .shipping-types,
.woocommerce ul.products li .astra-shop-thumbnail-wrap .shipping-types {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;

  display: flex;
  gap: 14px;

  padding: 10px;

  border-radius: 10px;
}

.ast-woo-shop-archive
  ul.products
  li.sale
  .astra-shop-thumbnail-wrap
  .shipping-types,
.woocommerce ul.products li.sale .astra-shop-thumbnail-wrap .shipping-types {
  /* left: 50%;
  transform: translateX(-50%); */

}

@media (max-width: 834px) {
  .ast-woo-shop-archive
    ul.products
    li.sale
    .astra-shop-thumbnail-wrap
    .shipping-types,
  .woocommerce ul.products li.sale .astra-shop-thumbnail-wrap .shipping-types {
    /* left: auto;
    right: 0;

    transform: translateX(0); */
  }
}

.ast-woo-shop-archive .product .shipping-types .shipping-type-block,
.woocommerce .product .shipping-types .shipping-type-block {
  margin: 0;
}

.ast-woo-shop-archive
  ul.products
  li.product
  .astra-shop-thumbnail-wrap
  .shipping-types
  .shipping-type-block:first-child,
.woocommerce
  ul.products
  li.product
  .astra-shop-thumbnail-wrap
  .shipping-types
  .shipping-type-block:first-child {
  margin-bottom: 0;
}

.ast-woo-shop-archive .product .shipping-types .shipping-type-_text-block,
.woocommerce .product .shipping-types .shipping-type-_text-block {
  position: absolute;
  left: 0;
  bottom: -24px;

  display: flex;

  margin: 0;
  padding: 6px 8px;

  white-space: nowrap;

  background-color: #f2f2f2;
  border-radius: 10px;
  opacity: 0;

  pointer-events: none;
  transform: translateY(-10px);
  transition-property: opacity, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

@media (min-width: 320px) and (max-width: 445px) {
  .ast-woo-shop-archive .product .shipping-types .shipping-type-_text-block,
  .woocommerce .product .shipping-types .shipping-type-_text-block {
    bottom: -34px;
    flex-wrap: wrap;
  }
}

@media (min-width: 545px) and (max-width: 645px) {
  .ast-woo-shop-archive .product .shipping-types .shipping-type-_text-block,
  .woocommerce .product .shipping-types .shipping-type-_text-block {
    bottom: -34px;
    flex-wrap: wrap;
  }
}

.ast-woo-shop-archive .product.sale .shipping-types .shipping-type-_text-block,
.woocommerce .product.sale .shipping-types .shipping-type-_text-block {
  left: 50%;
  transform: translate(-50%, -10px);
}

@media (max-width: 834px) {
  .ast-woo-shop-archive
    .product.sale
    .shipping-types
    .shipping-type-_text-block,
  .woocommerce .product.sale .shipping-types .shipping-type-_text-block {
    left: auto;
    right: 0;

    transform: translate(0, -10px);
  }
}

.ast-woo-shop-archive
  .product
  .shipping-types
  .shipping-type-_text-block
  > span,
.woocommerce .product .shipping-types .shipping-type-_text-block > span {
  margin-left: 4px;
}

.ast-woo-shop-archive
  ul.products
  li.product
  .astra-shop-thumbnail-wrap
  .shipping-types
  .shipping-type-block
  .shipping-type-_text-block,
.woocommerce
  ul.products
  li.product
  .astra-shop-thumbnail-wrap
  .shipping-types
  .shipping-type-block
  .shipping-type-_text-block {
  margin-left: 0;
}

@media (max-width: 921px) {
  .ast-woo-shop-archive
    .product
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block,
  .woocommerce
    .product
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block {
    opacity: 1;

    transform: translateY(0);
    pointer-events: all;
  }

  .ast-woo-shop-archive
    .product.sale
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block,
  .woocommerce
    .product.sale
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block {
    transform: translate(-50%, 0);
  }
}

@media (max-width: 834px) {
  .ast-woo-shop-archive
    .product.sale
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block,
  .woocommerce
    .product.sale
    .shipping-types
    .shipping-icon--active
    + .shipping-type-_text-block {
    transform: translate(0);
  }
}

@media (min-width: 922px) {
  .ast-woo-shop-archive
    .product
    .shipping-types
    .shipping-icon:hover
    + .shipping-type-_text-block,
  .woocommerce
    .product
    .shipping-types
    .shipping-icon:hover
    + .shipping-type-_text-block {
    opacity: 1;

    transform: translateY(0);
    pointer-events: all;
  }

  .ast-woo-shop-archive
    .product.sale
    .shipping-types
    .shipping-icon:hover
    + .shipping-type-_text-block,
  .woocommerce
    .product.sale
    .shipping-types
    .shipping-icon:hover
    + .shipping-type-_text-block {
    transform: translate(-50%, 0);
  }
}

.ast-woo-shop-archive #primary ul.products li .astra-shop-product-details-title,
.woocommerce #primary ul.products li .astra-shop-product-details-title {
  flex-grow: 1;
  display: flex;
  align-items: center;

  margin-top: 0.4em;
}

.ast-woo-shop-archive
  #primary
  ul.products
  li
  .astra-shop-product-details-title
  h2.woocommerce-loop-product__title,
.woocommerce
  #primary
  ul.products
  li
  .astra-shop-product-details-title
  h2.woocommerce-loop-product__title {
  display: -webkit-box;

  padding: 0 16px;

  text-wrap: pretty;

  transition: color 0.15s ease-in-out;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ast-woo-shop-archive
  #primary
  ul.products
  li:hover
  .astra-shop-product-details-title
  h2.woocommerce-loop-product__title,
.woocommerce
  #primary
  ul.products
  li:hover
  .astra-shop-product-details-title
  h2.woocommerce-loop-product__title {
  color: var(--ast-global-color-0);
}

.ast-woo-shop-archive ul.products li .product-stock-status,
.woocommerce ul.products li .product-stock-status {
  margin: 0 0 0.8em;

  color: var(--ast-global-color-0);
  font-size: 14px;
  text-align: center;
}

.ast-woo-shop-archive
  ul.products
  li
  a.button.add_to_cart_button.ajax_add_to_cart.custom_add_to_cart_button,
.woocommerce
  ul.products
  li
  a.button.add_to_cart_button.ajax_add_to_cart.custom_add_to_cart_button {
  z-index: 1;

  font-size: 0.8rem;
  white-space: nowrap;
}

@media (max-width: 834px) {
  .ast-woo-shop-archive
    #primary
    ul.products
    li
    .astra-shop-summary-wrap
    a.custom_add_to_cart_button,
  .woocommerce
    #primary
    ul.products
    li
    .astra-shop-summary-wrap
    a.custom_add_to_cart_button {
    margin: 10px 1.2em 0;
    padding: 12px;
  }
}

.fix325-loop-product-link {
  position: absolute;
  inset: 0;

  opacity: 0;
}

.ast-woo-shop-archive.woocommerce
  ul.products
  li.product
  .astra-shop-summary-wrap,
.woocommerce-page.woocommerce ul.products li.product .astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;

  padding: 0;
}

@media (max-width: 370px) {
  .ast-woo-shop-archive.woocommerce
    ul.products
    li.product
    .astra-shop-summary-wrap,
  .woocommerce-page.woocommerce
    ul.products
    li.product
    .astra-shop-summary-wrap {
    flex: 1;
  }
}

.ast-woo-shop-archive
  #primary
  ul.products
  li
  .astra-shop-summary-wrap
  span.price,
.woocommerce #primary ul.products li .astra-shop-summary-wrap span.price {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;

  margin-bottom: 0;

  transition: color 0.15s ease-in-out;
}

.ast-woo-shop-archive
  #primary
  ul.products
  li
  .astra-shop-summary-wrap
  span.price
  del,
.woocommerce #primary ul.products li .astra-shop-summary-wrap span.price del {
  font-size: 14px;
}

.ast-woo-shop-archive
  #primary
  ul.products
  li
  .astra-shop-thumbnail-wrap
  .ast-quick-view-trigger:hover,
.woocommerce
  #primary
  ul.products
  li
  .astra-shop-thumbnail-wrap
  .ast-quick-view-trigger:hover {
  z-index: 7;
}

/* Правки 14-05-2025 */

@media (max-width: 600px) {
  .woocommerce-js nav.woocommerce-breadcrumb {
    font-size: 0.75em;
  }

  .woocommerce-js .woocommerce-result-count {
    font-size: 11px;
  }
}

.fixes0525-ai-menu-btn {
  justify-content: center;
  align-items: center;
}

#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-btn.fixes0525-ai-menu-btn {
  max-width: 170px;
  min-width: auto;
  margin: 20px 0;
  padding: 14px 10px;

  color: var(--ast-global-color-5);

  background-color: #71c45d;
  border-radius: 40px;
}

.fixes0525-ai-menu-btn .fixes0325-customer-menu__icon {
}

.fixes0525-ai-menu-btn .fixes0325-customer-menu__icon:before,
.fixes0525-ai-menu-btn .fixes0325-customer-menu__icon:after {
  height: 2px;
  background-color: #ffffff;
}

.fixes0525-ai-menu-btn .fixes0325-customer-menu__icon:before {
  box-shadow: 0 5px #ffffff;
}

.fixes0525-ai-menu-btn .fixes0325-customer-menu__icon:after {
  bottom: -3px;
}

.fixes0525-ai-menu-btn span {
  font-size: 15px;
  font-weight: 500;
}

#ast-mobile-popup:not(.active) {
  z-index: 7;
}

@media (max-width: 921px) {
  .woocommerce-page.ast-single-post div#content.site-content {
    margin-top: 160px;
  }
  .ast-header-break-point .ast-primary-header-bar {
    display: grid;
  }

  :not(.tax-product_cat) .ast-above-header-wrap .ast-builder-grid-row {
    grid-template-columns: 1fr 54px;
  }

  #ast-mobile-header .site-header-above-section-left {
    justify-content: center;
  }

  #ast-mobile-header .main-header-menu-toggle {
    padding-top: 0.7em;
  }

  #ast-mobile-header [aria-label='Header Widget 1'] {
    padding: 0;
  }

  #ast-mobile-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 10px 0;
  }

  #ast-mobile-header .ast-header-woo-cart {
    align-self: flex-end;
    padding-bottom: 12px;
  }

  #ast-mobile-header .ast-site-header-cart i.astra-icon {
    display: flex;
    font-size: 1.6em;
  }

  #ast-mobile-header .ast-site-header-cart i.astra-icon:after {
    left: -8px;
    right: auto;
  }

  #ast-mobile-header
    [data-section='section-header-mobile-trigger']
    .ast-button-wrap
    .mobile-menu-toggle-icon
    .ast-mobile-svg {
    width: 30px;
    height: 30px;
  }
}

.fixes0525-main-page-promo {
  max-width: 1170px;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .fixes0525-main-page-promo > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 922px) {
  .fixes0525-main-page-promo {
    margin-top: 60px;
  }
}

.fixes0525-main-page-promo .wp-block-heading {
  font-size: 20px;
}

@media (min-width: 922px) {
  .fixes0525-main-page-promo .wp-block-heading {
    font-size: 28px;
  }
}

.fixes0525-main-page-promo :where(p, li) {
  line-height: 1.4;
}

.fixes0525-main-page-promo li:not(:first-of-type) {
  margin-top: 4px;
}

@media (max-width: 921px) {
  .fixes0525-main-page-promo :where(p, li) {
    font-size: 16px;
  }
}

.fixes0525-main-page-promo .wp-block-list {
  margin-left: 30px;
  margin-top: -20px;
}

[data-fixes0525-cat-menu-btn] {
  display: none;
}

@media (max-width: 921px) {
  #ast-mobile-popup-wrapper nav.dropdown-block.active {
    transform: translateX(100%);
  }

  #ast-mobile-popup-wrapper nav.dropdown-block.fixes0525-active-cat-menu {
    transform: translateX(0);
  }

  .go-back_btn {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .go-back_btn > span {
    color: #161616;
    font-size: 18px;
    font-weight: 400;
  }

  .dropdown-block .category-item {
    display: flex;
    margin-right: 20px;
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    nav.dropdown-block
    ul.top-categories-list {
    width: calc(100% + 5px);
  }

  #ai-dropdown-menu
    nav.dropdown-block
    ul.categories-list
    li.category-item
    a.category-link:hover {
    color: #161616;
    background: transparent;
  }

  #ai-dropdown-menu
    nav.dropdown-block
    ul.categories-list
    li.category-item
    a.category-link
    div {
    margin-right: 0;
  }

  @media (max-width: 921px) {
    .fixes0525-active-cat-menu.dropdown-block .category-item {
      justify-content: space-between;
      align-items: center;

      margin-right: 40px;
    }
  }

  [data-fixes0525-cat-menu-btn] {
    position: relative;

    display: block;

    width: 24px;
    height: 24px;
    padding: 0;

    background-color: #71c45d;
    border-radius: 50%;
  }

  [data-fixes0525-cat-menu-btn]::before,
  [data-fixes0525-cat-menu-btn]::after {
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 2px;

    background-color: #ffffff;

    transform-origin: center;
    transform: translate(-50%, -50%);
  }

  [data-fixes0525-cat-menu-btn]::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  [data-fixes0525-cat-menu-btn]:hover {
    background-color: #71c45d;
  }

  [data-fixes0525-cat-menu-btn='0'] {
    display: none;
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    .child-categories-list[data-fixes0525-cat-menu].fixes0525-active-cat-menu,
  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    .grandchild-categories-list[data-fixes0525-cat-menu].fixes0525-active-cat-menu {
    transform: translateX(0);
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    .child-categories-list[data-fixes0525-cat-menu].fixes0525-active-cat-menu-z-index,
  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    .grandchild-categories-list[data-fixes0525-cat-menu].fixes0525-active-cat-menu-z-index {
    z-index: 1;
  }

  #ai-dropdown-menu
    .dropdown-block
    ul.categories-list
    li.category-item.category-item--title
    a.category-link {
    font-size: 18px;
    font-weight: 700;
  }

  #ai-dropdown-menu
    .dropdown-block
    ul.categories-list
    li.category-item
    a.category-link.non-click {
    line-height: 1;
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    .dropdown-block.fixes0525-active-cat-menu
    ul.top-categories-list {
    height: auto;
  }

  #ai-dropdown-menu
    .dropdown-block.fixes0525-active-cat-menu
    ul.categories-list {
    box-shadow: none;
  }
}

/* 2025-07-25 */

@media (max-width: 767px) {
  /* .main-page_slider .sample-slider .swiper-slide img {
    min-height: 150px;
    object-fit: cover;
  } */

  .main-page_slider #slider .sample-slider .swiper-wrapper .swiper-slide .slide-link {
    border-radius: 12px;
    min-height: 75px;
  }
}

.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item {
  padding-top: 1.6em;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove.remove_from_cart_button {
  top: 0.3em;
}

@media (max-width: 921px) {
  .ast-mobile-popup-drawer .ast-mobile-popup-overlay {
    height: 100dvh;
  }

  #ast-mobile-popup-wrapper .ast-mobile-popup-inner {
    height: 100dvh;
    overflow: hidden;
  }

  #ast-mobile-popup-wrapper .ast-mobile-popup-content {
    height: 100dvh;
    overflow-y: auto;
  }

  #ast-mobile-popup-wrapper #ai-dropdown-menu .categories-list {
    overflow-x: hidden;
    overflow-y: auto;
  }

  #ast-mobile-popup-wrapper #ai-dropdown-menu .dropdown-block {
    will-change: transform;
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    nav.dropdown-block
    ul.categories-list {
    position: fixed;
    padding-bottom: 20px;
  }

  #ast-mobile-popup-wrapper
    #ai-dropdown-menu
    nav.dropdown-block.fixes0525-active-cat-menu
    ul.categories-list {
    height: 100dvh;
  }

  #ast-mobile-popup-wrapper .categories-list-header {
    position: sticky;
    top: 0;
    z-index: 1;

    background-color: #fcfcfc;
  }

  .fixes0325-customer-menu__nav {
    height: calc(100dvh - 80px);
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  body.tax-product_cat #page {
    max-width: 100vw;
    overflow-x: hidden;
  }
}


@media (max-width: 512px) {
  .woocommerce-js a.button.added{
    font-size: 12px !important;
      display: flex;
    justify-content: center;
    height: 37.59px;
  }
   .woocommerce-js a.button.added::after{
    content: none !important;
  }
}
@media (max-width: 921px) {
  .woocommerce-page ul.products{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: clip;
  }
}

.woocommerce-notices-wrapper .woocommerce-error li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
  .woocommerce-notices-wrapper .woocommerce-error li .button.wc-forward{
  display: inline-flex;
}

.custom-tooltip{
  position: absolute;
  left: 0;
  width: 200px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 15%);
  padding: 8px 7px;
  border-radius: 6px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  color: #000000;
  text-align: center;
}
.plus.is-disabled:hover .custom-tooltip{
  opacity: 1;
  visibility: visible;
}
