@charset "UTF-8";
/*
Theme Name: Wescle Child
Theme URI: https://wescle.com/changelog/
Author: wescle.com
Author URI: https://wescle.com
Description: Powerful, Responsive, SEO Optimized WordPress Template Suitable for Any Type of Website from <a href="https://wescle.com">Wescle.com</a> | Contact email: <a href="mailto:info@wescle.com">info@wescle.com</a>
Template: wescle
Version: 1.0.8
Requires at least: 5.4
Requires PHP: 7.3
Text Domain:  wescle_child
Domain Path: /languages
*/
/* BELOW YOU CAN WRITE YOUR CODE */
#billing_country_field, .woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block, #shipping_method li:nth-child(1) { /* , #shipping_method li:nth-child(2) */
	display:none !important;
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.wc-block-grid__products .wc-block-grid__product-image {
  display: block;
  position: relative;
  text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
  border: 0;
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}

.wc-block-grid__product-price {
  display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0.5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
  white-space: normal;
  word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.5em 1em;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
  opacity: 0.25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
  content: "î€—";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
  animation: spin 2s linear infinite;
  content: "î€±";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
  content: "";
  margin: 0;
}

.wc-block-grid__product-rating {
  display: block;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  left: auto;
  padding: 0.25em 0.75em;
  position: absolute;
  right: 4px;
  text-align: center;
  text-transform: uppercase;
  top: 4px;
  width: auto;
  z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
  display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
  color: #cd2653;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: 0.9em;
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: 0.5;
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
  text-decoration: none;
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
  font-size: 0.7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
  position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
  position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
  font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: 0.75em;
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 0.75em;
  padding: 0.5em;
}

@media only screen and (min-width: 768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
  display: block;
  margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
  max-width: var(--wp--style--global--wide-size);
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
  padding-right: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: 0.6;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
}

.wc-block-components-notice-banner > svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 2px;
}

.wc-block-components-notice-banner > .wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: 0.6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
  margin: 0 !important;
}

.wc-block-components-notice-banner > .wc-block-components-button:active,
.wc-block-components-notice-banner > .wc-block-components-button:focus,
.wc-block-components-notice-banner > .wc-block-components-button:hover {
  opacity: 1;
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error > svg {
  background-color: #cc1818;
  transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning > svg {
  background-color: #f0b849;
  transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success > svg {
  background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba;
}

.wc-block-components-notice-banner.is-info > svg {
  background-color: #007cba;
}

@font-face {
  font-family: "GillSansCondC";
  src: url("./assets/fonts/GillSansCondC.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  display: swap;
}
:root {
  --ten-ff-title: "GillSansCondC", sans-serif;
  --ten-color-white: #ffffff;
  --ten-color-black: #000000;
  --ten-color-gray: #818181;
  --ten-color: #231f20;
  --ten-color-2: #161616;
  --ten-color-accent: #ff3636;
  --ten-color-accent-hover: #fe0000;
  --ten-color-bg: #f4f9ff;
  --ten-color-red: #ec1103;
  --ten-catalog-btn-width: 240px;
  --ten-border: 1.5px solid #231f20;
  --ten-fs-h1: 44px;
  --ten-fs-h2: 44px;
  --ten-fs-h3: 32px;
  --ten-fs-h4: 28px;
  --ten-fs-h5: 26px;
  --ten-fs-h6: 24px;
}

@media (min-width: 851px) {
  :root {
    --ten-fs-h1: 56px;
  }
}
@media (min-width: 1180px) {
  :root {
    --ten-fs-h1: 56px;
  }
}
body {
  --mainBorderRadius: 0;
  color: var(--ten-color);
}

.btn {
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
  border-width: 1.5px;
}

@media (hover: hover) {
  .btn:hover {
    box-shadow: none;
  }
}
._arrowUpDown {
  flex-shrink: 0;
  flex: initial;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  padding: 0;
}

._arrowUpDown svg {
  display: none;
}

._arrowUpDown:before,
._arrowUpDown:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.15s ease;
}

._arrowUpDown:before {
  opacity: 1;
  background: url("https://tenten.ua/wp-content/uploads/2023/11/arrow-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

._arrowUpDown:after {
  transform: translateY(100%);
  opacity: 0;
  background: url("https://tenten.ua/wp-content/uploads/2023/11/arrow-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (hover: hover) {
  ._arrowUpDown:hover:before {
    transform: translateY(-100%);
    opacity: 0;
  }
  ._arrowUpDown:hover:after {
    transform: translateY(0);
    opacity: 1;
  }
}
.promo .slider-wrapper .slider-buttons,
.slider-buttons {
  gap: 20px;
}

.promo .slider-wrapper .slider-buttons .slider-buttons__item,
.slider-buttons .slider-buttons__item {
  --ten-btn-size: 22px;
  position: relative;
  width: var(--ten-btn-size) !important;
  height: var(--ten-btn-size) !important;
  border: 1.5px solid var(--ten-color-accent);
  background: var(--ten-color-white);
  border-radius: 0 !important;
  margin: 0;
}

.promo .slider-wrapper .slider-buttons .slider-buttons__item svg,
.slider-buttons .slider-buttons__item svg {
  display: none;
}

.promo .slider-wrapper .slider-buttons .slider-buttons__item:before,
.slider-buttons .slider-buttons__item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
}

.promo .slider-wrapper .slider-buttons .slider-buttons__item.slider-buttons__item_prev:before,
.slider-buttons .slider-buttons__item.slider-buttons__item_prev:before {
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/arrow-left-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.promo .slider-wrapper .slider-buttons .slider-buttons__item.slider-buttons__item_next:before,
.slider-buttons .slider-buttons__item.slider-buttons__item_next:before {
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (hover: hover) {
  .promo .slider-wrapper .slider-buttons .slider-buttons__item:hover,
  .slider-buttons .slider-buttons__item:hover {
    background: var(--ten-color-accent);
  }
  .promo .slider-wrapper .slider-buttons .slider-buttons__item:hover:before,
  .slider-buttons .slider-buttons__item:hover:before {
    filter: brightness(0) invert(1);
  }
}
.wescle-categories-item__count,
.slider-buttons__item:hover {
  opacity: 1;
}

.title {
  font-family: var(--ten-ff-title);
}

.title.title_divider {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.title.title_divider:after {
  display: none;
}

h2.title {
  font-size: var(--ten-fs-h2) !important;
  line-height: 1;
}

.call-modals-buttons {
  top: initial;
  bottom: 70px;
}

.scroll-up {
  top: initial;
  bottom: 0;
}

@media (hover: hover) {
  .scroll-up:hover path {
    fill: var(--ten-color-accent-hover) !important;
  }
}
.tags .category,
.category {
  padding: 0 6px;
  background: var(--ten-color-accent);
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  text-transform: initial;
}

@media (hover: hover) {
  .tags .category:hover,
  .category:hover {
    background: var(--ten-color-accent-hover);
  }
}
.tags .tags__col {
  flex: initial;
  width: auto;
}

.tags .category {
  font-weight: 800;
}

.tags .category span {
  font-weight: 800;
}

.section-tags .category {
  width: auto;
}

.top-bar {
  --icon-size: 20px;
  color: var(--ten-color);
}

@media (min-width: 1025px) {
  .top-bar {
    border-bottom: none;
  }
  .top-bar .top-bar__col:last-child {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .top-bar .top-bar__item {
    margin-right: 25px;
  }
  .top-bar .top-bar__item:last-child {
    margin-right: 0;
  }
}
.top-bar .top-bar__link {
  font-size: 12px;
  font-weight: 500;
}

.top-bar .header-top__location {
  max-width: none;
  margin: 0;
}

.top-bar .header-top__location .location__link {
  font-size: 12px;
  font-weight: 700;
}

.top-bar .header-top__location .icon-location {
  flex: initial;
  flex-shrink: 0;
  height: var(--icon-size);
  width: var(--icon-size);
}

.socials-top-bar {
  --icon-size: 20px;
}

.socials-top-bar > * {
  margin-right: 20px;
}

.socials-top-bar > *:last-child {
  margin-right: 0;
}

.socials-top-bar .socials-top-bar__item {
  margin-right: 20px;
}

.socials-top-bar .socials-top-bar__item:last-child {
  margin-right: 0;
}

.socials-top-bar .socials-top-bar__link,
.socials-top-bar .socials-top-bar__btn {
  width: var(--icon-size);
  height: var(--icon-size);
}

.socials-top-bar .socials-top-bar__link path {
  fill: var(--ten-color);
}

@media (hover: hover) {
  .socials-top-bar .socials-top-bar__link:hover path {
    fill: var(--ten-color-accent);
  }
}
.socials-top-bar .socials-top-bar__btn {
  padding: 0;
  background-color: transparent !important;
}

.socials-top-bar .socials-top-bar__btn path {
  fill: var(--ten-color);
}

@media (hover: hover) {
  .socials-top-bar .socials-top-bar__btn:hover path {
    fill: var(--ten-color-accent);
  }
}
.socials-top-bar .socials-top-bar__dropdown-wrapper {
  right: 0;
  width: auto;
  max-width: 160px;
}

.socials-top-bar .socials-top-bar__dropdown-body {
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(var(--icon-size), 1fr));
}

.socials-top-bar .socials-top-bar__dropdown-body .socials-top-bar__item {
  margin-right: 0;
}

.telephone .icon-telephone {
  display: none;
}

.telephone .telephone-operator {
  order: -1;
}

.telephone .telephones__link {
  padding: 5px;
}

@media (hover: hover) {
  .telephone:hover ._arrowUpDown:before {
    transform: translateY(-100%);
    opacity: 0;
  }
  .telephone:hover ._arrowUpDown:after {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  box-shadow: none;
}

.header .header__logo {
  --logo-size: 46px;
  flex: initial;
  max-width: var(--logo-size);
  width: var(--logo-size);
}

@media (max-width: 1999px) {
  .header .header-top__about {
    display: block;
  }
}
@media (min-width: 1025px) {
  .header .header-top__row .header-top__location {
    display: none;
  }
}
.header .header-top__col_left,
.header .header-top__col {
  max-width: none;
  width: auto;
}

.header .header-top__col_left {
  flex: initial;
}

@media (min-width: 1281px) {
  .header .header-top__col_left {
    min-width: var(--ten-catalog-btn-width);
  }
}
.header .header-top__col:last-child {
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  .header .header-top__col:last-child {
    justify-content: flex-end;
  }
}
.header .header-top__col:last-child .navigation__search {
  max-width: none;
  flex: 1;
  margin: 0;
}

.header .header-top__col:last-child .navigation__search .form-search__btn {
  position: relative;
  top: initial;
  right: initial;
  margin-right: 20px;
  background: transparent !important;
  border: none !important;
}

.header .header-top__col:last-child .navigation__search .form-search__btn path {
  fill: var(--ten-color-accent);
}

@media (min-width: 576px) {
  .header .header-top__col:last-child .header-top__telephone {
    margin: 0 10px !important;
  }
}
@media (min-width: 1025px) {
  .header .header-top__col:last-child .header-top__telephone {
    align-self: stretch;
    min-width: 215px !important;
  }
}
@media (min-width: 576px) {
  .header .header-top__col:last-child .header-top__telephone .telephone__content {
    height: 100%;
  }
  .header .header-top__col:last-child .header-top__telephone .telephone__content .telephone__actions {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .header-top__col:last-child .header-top__telephone .telephone__btn {
    width: 24px;
    height: 24px;
    flex: initial;
    flex-shrink: 0;
  }
  .header .header-top__col:last-child .header-top__telephone .telephone__btn .icon-telephone {
    display: flex;
    width: 24px;
    height: 24px;
    flex: initial;
  }
  .header .header-top__col:last-child .header-top__telephone .telephone__btn .icon-telephone path {
    fill: var(--ten-color);
  }
}
@media (max-width: 1024px) {
  .header .header-top__col:last-child .header-top__telephone .telephone__dropdown {
    min-width: 215px;
  }
}
@media (min-width: 1025px) {
  .header .header-top__col:last-child .header-top__btn {
    margin-left: 0 !important;
  }
}
.header .header__bottom {
  border-top: 1.5px solid var(--ten-color);
  border-bottom: 1.5px solid var(--ten-color);
  background: var(--ten-color-bg);
}

@media (min-width: 1281px) {
  .header .header__bottom .navigation__search {
    display: none;
  }
}
@media (min-width: 1281px) {
  .header .header__bottom .navigation-store {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .header .vertical-menu {
    flex: 0 0 var(--ten-catalog-btn-width);
  }
}
@media (max-width: 1024px) {
  .header .vertical-menu {
    margin-right: 7.5px;
  }
}
.header .vertical-menu > button {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 800;
}

@media (min-width: 1280px) {
  .header .vertical-menu > button {
    padding: 12px 18px;
  }
}
.header .vertical-menu > button svg {
  display: none;
}

.header .vertical-menu > button span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.header .vertical-menu > button span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/Menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 1280px) {
  .header .vertical-menu > button span:after {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1280px) {
  .header .vertical-menu .vertical-menu__body {
    min-width: var(--ten-catalog-btn-width);
  }
}
@media (max-width: 1280px) {
  .header .navigation__list {
    padding-left: 18px;
  }
}
@media (max-width: 1024px) {
  .header .navigation__list {
    padding-left: 0;
  }
}
.header .navigation__item {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.header .navigation__link {
  font-weight: 500;
  padding: 12px 0;
}

.header .navigation__link:after {
  display: none;
}

.header .navigation__sublist .navigation__link {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.header .navigation__search select {
  display: none;
}

.header .navigation__search ._voice-trigger {
  display: none;
}

.header .navigation__search .form-search {
  border-width: 1.5px;
}

body.search-v3._voice-search.livesearch .header .navigation__search .form-search .form-search__input {
  padding-left: 25px !important;
  padding-right: 45px !important;
  color: var(--ten-color-accent) !important;
  font-weight: 700;
}

body.search-v3._voice-search.livesearch .header .navigation__search .form-search .form-search__input::-moz-placeholder {
  color: var(--ten-color-accent) !important;
}

body.search-v3._voice-search.livesearch .header .navigation__search .form-search .form-search__input::placeholder {
  color: var(--ten-color-accent) !important;
}

@media (max-width: 1024px) {
  body.search-v3._voice-search.livesearch .header .navigation__search .form-search .form-search__input {
    padding-left: 10px !important;
  }
}
@media (max-width: 1280px) {
  body.search-v3._voice-search.livesearch .header .navigation__search .form-search .livesearch-close,
  body.search-v3._voice-search.livesearch .header .navigation__search .form-search .livesearch-preloader {
    right: 15px !important;
  }
}
.header .navigation__search #wescle-livesearch {
  width: 100%;
}

@media (max-width: 1024px) {
  .header .navigation__search #wescle-livesearch {
    position: absolute;
    top: calc(100% - 1px);
    height: auto;
    border: 1px solid var(--ten-color-accent);
  }
  .header .navigation__search #wescle-livesearch .wescle-livesearch__items {
    max-height: 300px;
  }
}
.header .navigation-store > li > a > span {
  font-weight: 700;
}

.header .navigation-store ._enter:before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/12/Avatar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header .navigation-store ._enter svg {
  display: none;
}

@media (hover: hover) {
  .header .navigation-store ._enter:hover:before {
    background-image: url("https://tenten.ua/wp-content/uploads/2024/01/Avatar-red.svg");
  }
}
@media (max-width: 1024px) {
  .header .header-top__location .location__btn svg {
    display: none;
  }
  .header .header-top__location .location__btn:before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url("https://tenten.ua/wp-content/uploads/2023/11/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.header .menu .menu__title {
  border-bottom: var(--ten-border);
}

body.livesearch.search-v3 .header .menu .form-search {
  top: initial;
}

.header .menu .menu__actions {
  padding-bottom: 0;
}

.header .menu .navigation__list {
  padding-top: 0;
}

.header .menu .icon-location {
  width: 25px;
  height: 25px;
  flex: initial;
  flex-shrink: 0;
}

.header .menu .telephone__actions {
  padding: 0 5px;
}

.header .menu .telephone__link {
  padding: 5px;
}

.header .menu .telephones-wrapper {
  padding: 0 5px;
}

.promo.promo_banner .promo__item {
  min-height: 420px;
  box-shadow: none;
  border: var(--ten-border);
}

.promo.promo_banner .promo__item .item-promo__body {
  padding: 15px;
}

@media (min-width: 576px) {
  .promo.promo_banner .promo__item .item-promo__body {
    padding: 35px;
  }
}
@media (min-width: 1180px) {
  .promo.promo_banner .promo__item .item-promo__body {
    padding: 60px;
  }
}
.promo.promo_banner .promo__item .item-promo__body .item-promo__title .title {
  font-size: var(--ten-fs-h1);
  line-height: 1;
}

.promo.promo_banner .promo__item .item-promo__body .item-promo__text {
  font-size: 16px;
  max-width: 400px;
}

.promo.promo_banner .promo__item .item-promo__body .btn {
  color: var(--ten-color-white);
  background: var(--ten-color-accent);
}

.promo.promo_banner .promo__item + .promo__item {
  opacity: 0;
}

@media (hover: hover) {
  .promo.promo_banner .promo__item:hover .item-promo__body .btn {
    background: var(--ten-color-accent-hover);
  }
}
.promo.promo_banner .slider-wrapper .slider-buttons {
  opacity: 1;
  visibility: visible;
}

.promo.promo_banner .slider-wrapper .slider-buttons .slider-buttons__item {
  transform: scale(1);
}

@media (max-width: 575px) {
  .promo.promo_banner .slider-wrapper .slider-buttons {
    position: absolute;
    display: flex;
    width: calc(100% + 20px);
    height: 100%;
    margin-top: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
  }
}
.wescle-categories .wescle-categories__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.wescle-categories .wescle-categories__link {
  font-size: 14px;
  font-weight: 800;
}

.wescle-categories .wescle-categories__header {
  margin-bottom: 20px;
  gap: 20px;
}

@media (max-width: 768px) {
  .wescle-categories .wescle-categories__header {
    justify-content: space-between;
  }
}
.wescle-categories .wescle-categories__slider {
  margin: -10px;
}

.wescle-categories .wescle-categories__slide {
  padding: 10px;
}

.wescle-categories .wescle-categories-item {
  position: relative;
  padding: 40px 18px 18px;
  color: inherit;
  border: var(--ten-border);
  box-shadow: none;
  gap: 16px;
  min-height: 218px;
}

.wescle-categories .wescle-categories-item:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 55px;
  height: 55px;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.wescle-categories .wescle-categories-item .wescle-categories-item__body {
  gap: 10px;
  flex: 1;
}

.wescle-categories .wescle-categories-item .wescle-categories-item__image {
  max-width: 85px;
  aspect-ratio: 1/1;
  padding-bottom: 0;
  height: auto;
  margin: 0;
}

.wescle-categories .wescle-categories-item .wescle-categories-item__title {
  font-size: 14px;
  font-weight: 800;
}

.wescle-categories .wescle-categories-item .wescle-categories-item__count {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 18px;
  line-height: 1;
  margin: auto 0 0 0;
  border-radius: 0;
  color: var(--ten-color-white);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background: var(--ten-color-accent);
}

@media (hover: hover) {
  .wescle-categories .wescle-categories-item:hover .wescle-categories-item__title {
    color: var(--ten-color-accent);
  }
}
.category-page .content {
  overflow: hidden;
}

.content__body .goods-slider-section {
  overflow: initial;
}

.content__body .goods-slider-section .goods-categories__slider {
  margin-left: -10px;
  margin-right: -10px;
}

.content__body .goods-slider-section .goods-categories__slide {
  padding-left: 10px;
  padding-right: 10px;
}

.content__body .goods-slider-section .goods-categories-item {
  position: relative;
  padding: 40px 18px 18px;
  color: inherit;
  border: 1px solid var(--ten-color);
  box-shadow: none;
  gap: 16px;
  min-height: 218px;
}

.content__body .goods-slider-section .goods-categories-item:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 55px;
  height: 55px;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.content__body .goods-slider-section .goods-categories-item .goods-categories-item__body {
  gap: 10px;
  flex: 1;
}

.content__body .goods-slider-section .goods-categories-item .goods-categories-item__image {
  max-width: 85px;
  aspect-ratio: 1/1;
  padding-bottom: 0;
  height: auto;
  margin: 0;
}

.content__body .goods-slider-section .goods-categories-item .goods-categories-item__image img {
  position: static;
  -o-object-fit: contain;
  object-fit: contain;
}

.content__body .goods-slider-section .goods-categories-item .goods-categories-item__title {
  font-size: 14px;
  font-weight: 800;
}

.content__body .goods-slider-section .goods-categories-item .goods-categories-item__count {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 18px;
  line-height: 1;
  margin: auto 0 0 0;
  border-radius: 0;
  color: var(--ten-color-white);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background: var(--ten-color-accent);
}

@media (hover: hover) {
  .content__body .goods-slider-section .goods-categories-item:hover .goods-categories-item__title {
    color: var(--ten-color-accent);
  }
}
.content__body .goods-slider-section .slider-buttons .slider-buttons__item {
  transform: scale(1) !important;
}

.content__body .goods-slider-section .slider-buttons .slider-buttons__item.slider-buttons__item_prev {
  left: 0;
}

.content__body .goods-slider-section .slider-buttons .slider-buttons__item.slider-buttons__item_next {
  right: 0;
}

@media (min-width: 768px) {
  .content__body .goods-slider-section .slider-buttons .slider-buttons__item.slider-buttons__item_next {
    right: -2px;
  }
}
.goods-slider-section .goods-slider-section__header {
  margin-bottom: 20px;
  gap: 20px;
}

@media (max-width: 768px) {
  .goods-slider-section .goods-slider-section__header {
    justify-content: space-between;
  }
}
.goods-slider-section .goods-slider-section__about {
  max-width: none;
  flex: 1;
}

@media (max-width: 768px) {
  .goods-slider-section .goods-slider-section__about {
    width: 100%;
    flex: initial;
  }
}
.goods-slider-section .goods-slider-section__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.goods-slider-section .goods-slider-section__link {
  font-size: 14px;
  font-weight: 800;
}

@media (hover: hover) {
  .goods-slider-section .goods-slider-section__link:hover {
    color: var(--ten-color-accent);
  }
}
.goods-slider-section._tabs ._tabs-nav {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.goods-slider-section._tabs ._tabs-item {
  margin: 0 12.5px 20px;
  color: var(--ten-color-2);
  font-family: var(--ten-ff-title);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.goods-slider-section._tabs .goods-slider-section__grid._grid-5 {
  margin: 0;
  gap: 20px;
  width: calc(100% + 20px);
}

.goods-slider-section._tabs .goods-slider-section__grid._grid-5 .goods-slider-section__item {
  margin: 0 20px 0 0 !important;
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
}

.goods-slider-section._tabs .goods-slider-section__grid .swiper-container {
  width: 100%;
}

.goods-slider-section._tabs .goods-slider-section__grid .swiper-container .goods-slider-section__item {
  margin: 0 !important;
  flex: initial;
  max-width: initial;
}

.goods-slider-section._tabs-with-slider._tabs .goods-slider-section__grid {
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.goods-slider-section._tabs-with-slider .swiper-slide {
  height: auto;
}

.goods-slider-section._tabs-with-slider .swiper-slide .goods-slider-section__item {
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.goods-slider-section._tabs-with-slider .swiper-slide-visible .goods-slider-section__item {
  opacity: 1;
  pointer-events: initial;
}

.goods-slider-section._tabs-with-slider .slider-buttons {
  display: none;
}

.goods-slider-section._tabs-with-slider .slider-buttons._active {
  display: flex;
}

.goods-slider-section div.product-cart,
.product-cart {
  --padding: 10px;
  color: inherit;
  padding: var(--padding) !important;
  box-shadow: none;
  border: var(--ten-border);
  box-shadow: none !important;
}

@media (min-width: 1025px) {
  .goods-slider-section div.product-cart,
  .product-cart {
    --padding: 20px;
  }
}
.goods-slider-section div.product-cart span.onsale,
.product-cart span.onsale {
  width: 25px;
  height: 25px;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/Price-tag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.goods-slider-section div.product-cart span.onsale svg,
.product-cart span.onsale svg {
  display: none;
}

.goods-slider-section div.product-cart .product-cart__sale,
.product-cart .product-cart__sale {
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background: var(--ten-color-red) !important;
}

.goods-slider-section div.product-cart .product-cart__sale:before,
.product-cart .product-cart__sale:before {
  display: none;
}

@media (min-width: 1025px) {
  body.js-touch:not(.products-by-list) .goods-slider-section div.product-cart .product-cart__grid,
  body.js-touch:not(.products-by-list) .product-cart .product-cart__grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .goods-slider-section div.product-cart .product-cart__grid-inner,
  .product-cart .product-cart__grid-inner {
    flex: 1;
  }
}
body.js-touch:not(.products-by-list) .goods-slider-section div.product-cart .product-cart__grid-inner,
body.js-touch:not(.products-by-list) .product-cart .product-cart__grid-inner {
  flex: 1;
}

.goods-slider-section div.product-cart .product-cart__body,
.product-cart .product-cart__body {
  margin-bottom: 14px;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view,
.product-cart .product-cart__body figure .product-cart__quick-view {
  position: relative;
  top: initial;
  left: initial;
  flex-direction: row;
  padding: 0;
  width: calc(100% + var(--padding) * 2);
  height: auto;
  margin-bottom: 0;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
  gap: 1px;
  background: var(--ten-color-white);
}

@media (max-width: 480px) {
  .goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view,
  .product-cart .product-cart__body figure .product-cart__quick-view {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view,
  .product-cart .product-cart__body figure .product-cart__quick-view {
    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 0;
    pointer-events: none;
  }
}
body.js-touch .goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view,
body.js-touch .product-cart .product-cart__body figure .product-cart__quick-view {
  transform: none;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a,
.product-cart .product-cart__body figure .product-cart__quick-view a {
  flex: 1;
  flex-direction: row;
  padding: 6px;
  gap: 5px;
  color: var(--ten-color-white) !important;
  background: var(--ten-color);
}

@media (max-width: 480px) {
  .goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a,
  .product-cart .product-cart__body figure .product-cart__quick-view a {
    width: 100%;
  }
}
.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a span,
.product-cart .product-cart__body figure .product-cart__quick-view a span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a span:before,
.product-cart .product-cart__body figure .product-cart__quick-view a span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a svg,
.product-cart .product-cart__body figure .product-cart__quick-view a svg {
  display: none;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a:first-child span:before,
.product-cart .product-cart__body figure .product-cart__quick-view a:first-child span:before {
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a.link__quick-view span:before,
.product-cart .product-cart__body figure .product-cart__quick-view a.link__quick-view span:before {
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/look.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__body figure .product-cart__quick-view a:hover,
  .product-cart .product-cart__body figure .product-cart__quick-view a:hover {
    background: var(--ten-color-accent);
  }
}
.goods-slider-section div.product-cart .product-cart__body figure:after,
.product-cart .product-cart__body figure:after {
  display: none;
}

.goods-slider-section div.product-cart .product-cart__categories .category,
.product-cart .product-cart__categories .category {
  font-weight: 500;
  color: inherit;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__categories .category:hover,
  .product-cart .product-cart__categories .category:hover {
    color: var(--ten-color-accent);
    background: transparent;
  }
}
.goods-slider-section div.product-cart .product-cart__name,
.product-cart .product-cart__name {
  margin-bottom: 20px;
  font-weight: 800;
}

.goods-slider-section div.product-cart .product-cart__meta,
.product-cart .product-cart__meta {
  margin: 0;
}

.goods-slider-section div.product-cart .swatchly_price,
.goods-slider-section div.product-cart .product-cart__price,
.product-cart .swatchly_price,
.product-cart .product-cart__price {
  gap: 10px !important;
  align-items: center !important;
  color: var(--ten-color-accent);
  font-size: 18px;
  font-weight: 800;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.goods-slider-section div.product-cart .swatchly_price > *,
.goods-slider-section div.product-cart .product-cart__price > *,
.product-cart .swatchly_price > *,
.product-cart .product-cart__price > * {
  margin: 0;
}

.goods-slider-section div.product-cart .swatchly_price .woocommerce-Price-currencySymbol,
.goods-slider-section div.product-cart .product-cart__price .woocommerce-Price-currencySymbol,
.product-cart .swatchly_price .woocommerce-Price-currencySymbol,
.product-cart .product-cart__price .woocommerce-Price-currencySymbol {
  margin-left: -4px;
}

.goods-slider-section div.product-cart .swatchly_price ins,
.goods-slider-section div.product-cart .product-cart__price ins,
.product-cart .swatchly_price ins,
.product-cart .product-cart__price ins {
  color: var(--ten-color-red);
}

.goods-slider-section div.product-cart .swatchly_price del,
.goods-slider-section div.product-cart .product-cart__price del,
.product-cart .swatchly_price del,
.product-cart .product-cart__price del {
  color: var(--ten-color-gray);
  font-weight: 800;
}

.goods-slider-section div.product-cart .swatchly_price del bdi,
.goods-slider-section div.product-cart .product-cart__price del bdi,
.product-cart .swatchly_price del bdi,
.product-cart .product-cart__price del bdi {
  font-size: 12px;
}

.goods-slider-section div.product-cart .product-cart__group-buttons,
.product-cart .product-cart__group-buttons {
  top: initial;
  bottom: 0;
  justify-content: space-between;
  gap: 10px;
  min-height: 45px;
  padding: 8px var(--padding) !important;
  box-shadow: none !important;
  background: var(--ten-color-bg);
}

@media (max-width: 1024px) {
  .goods-slider-section div.product-cart .product-cart__group-buttons,
  .product-cart .product-cart__group-buttons {
    position: relative;
    bottom: initial;
    width: calc(100% + var(--padding) * 2);
    margin-top: 10px;
    margin-left: calc(var(--padding) * -1);
    margin-right: calc(var(--padding) * -1);
    margin-bottom: calc(var(--padding) * -1);
  }
}
body.js-touch:not(.products-by-list) .goods-slider-section div.product-cart .product-cart__group-buttons,
body.js-touch:not(.products-by-list) .product-cart .product-cart__group-buttons {
  width: calc(100% + var(--padding) * 2);
  margin-top: 10px;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
  margin-bottom: calc(var(--padding) * -1);
  transform: none;
}

@media (max-width: 1024px) {
  body.js-touch:not(.products-by-list) .goods-slider-section div.product-cart .product-cart__group-buttons,
  body.js-touch:not(.products-by-list) .product-cart .product-cart__group-buttons {
    margin-top: 10px;
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons:before,
.product-cart .product-cart__group-buttons:before {
  display: none;
}

.goods-slider-section div.product-cart .product-cart__group-buttons > *,
.product-cart .product-cart__group-buttons > * {
  margin: 0;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare,
.product-cart .product-cart__group-buttons .product-cart__compare {
  flex: initial !important;
  flex-shrink: 0 !important;
  width: 25px !important;
  height: 25px !important;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a,
.product-cart .product-cart__group-buttons .product-cart__compare a {
  padding: 0;
  border: none;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a:hover,
  .product-cart .product-cart__group-buttons .product-cart__compare a:hover {
    background-color: transparent;
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist,
.product-cart .product-cart__group-buttons .product-cart__wishlist {
  flex: initial !important;
  flex-shrink: 0 !important;
  width: 25px !important;
  height: 25px !important;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a,
.product-cart .product-cart__group-buttons .product-cart__wishlist a {
  padding: 0;
  border: none;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a:before,
.product-cart .product-cart__group-buttons .product-cart__wishlist a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a svg,
.product-cart .product-cart__group-buttons .product-cart__wishlist a svg {
  display: none;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a:hover,
  .product-cart .product-cart__group-buttons .product-cart__wishlist a:hover {
    background-color: transparent;
  }
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a:hover:before,
  .product-cart .product-cart__group-buttons .product-cart__wishlist a:hover:before {
    filter: initial;
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons .link_compare,
.goods-slider-section div.product-cart .product-cart__group-buttons .link_wishlist,
.product-cart .product-cart__group-buttons .link_compare,
.product-cart .product-cart__group-buttons .link_wishlist {
  width: 25px;
  height: 25px;
  border: none !important;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a path,
.product-cart .product-cart__group-buttons .product-cart__compare a path {
  fill: var(--ten-color);
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a:hover path,
  .product-cart .product-cart__group-buttons .product-cart__compare a:hover path {
    fill: var(--ten-color-accent);
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a.active,
.product-cart .product-cart__group-buttons .product-cart__compare a.active {
  background-color: transparent;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__compare a.active path,
.product-cart .product-cart__group-buttons .product-cart__compare a.active path {
  fill: var(--ten-color-accent);
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a,
.product-cart .product-cart__group-buttons .product-cart__wishlist a {
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/Heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a:hover,
  .product-cart .product-cart__group-buttons .product-cart__wishlist a:hover {
    background-image: url("https://tenten.ua/wp-content/uploads/2024/01/Heart-red.svg");
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__wishlist a.active,
.product-cart .product-cart__group-buttons .product-cart__wishlist a.active {
  background-color: transparent;
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/Heart-red.svg");
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart,
.product-cart .product-cart__group-buttons .product-cart__add-cart {
  max-width: calc(100% - 70px);
  flex: initial;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a,
.product-cart .product-cart__group-buttons .product-cart__add-cart a {
  width: auto;
  min-height: 28px;
  max-height: none;
  padding: 4px 16px;
  font-weight: 700;
  color: var(--ten-color-white);
  background: var(--ten-color-accent);
  white-space: initial;
}

@media (max-width: 480px) and (min-width: 375px) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a,
  .product-cart .product-cart__group-buttons .product-cart__add-cart a {
    background: transparent;
    border: none;
    padding: 0;
    width: initial;
  }
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a svg,
  .product-cart .product-cart__group-buttons .product-cart__add-cart a svg {
    width: 25px;
    height: 25px;
    display: flex !important;
  }
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a svg circle,
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a svg path,
  .product-cart .product-cart__group-buttons .product-cart__add-cart a svg circle,
  .product-cart .product-cart__group-buttons .product-cart__add-cart a svg path {
    fill: var(--ten-black);
  }
}
@media (max-width: 480px) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart a.wc-forward,
  .product-cart .product-cart__group-buttons .product-cart__add-cart a.wc-forward {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .goods-slider-section div.product-cart .product-cart__group-buttons .product-cart__add-cart,
  .product-cart .product-cart__group-buttons .product-cart__add-cart {
    flex: 1;
  }
}
.goods-slider-section div.product-cart .product-cart__group-buttons .wescle_added_to_wishlist,
.product-cart .product-cart__group-buttons .wescle_added_to_wishlist {
  padding-top: 0;
  border-top: none;
}

.goods-slider-section div.product-cart .product-cart__group-buttons .tooltip,
.product-cart .product-cart__group-buttons .tooltip {
  pointer-events: none;
}

@media (hover: hover) {
  .goods-slider-section div.product-cart:hover .product-cart__body figure .product-cart__quick-view,
  .product-cart:hover .product-cart__body figure .product-cart__quick-view {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.products-by-list .product-cart .product-cart__body figure .product-cart__quick-view {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.products-by-list .product-cart .product-cart__group-buttons .product-cart__add-cart {
  flex: 1;
}

.products-by-list .product-cart .product-cart__group-buttons .product-cart__add-cart a {
  color: var(--ten-color-white);
}

.about .about__col {
  gap: 16px;
}

.about .about__text {
  margin: 0;
}

.about .about__image {
  padding-bottom: 65%;
  border: var(--ten-border);
}

.recommended .recommended__header {
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 20px;
}

.recommended._with-slider .recommended__header {
  flex-direction: row;
}

@media (max-width: 768px) {
  .recommended._with-slider .recommended__header .recommended__text {
    width: 100%;
    flex: initial;
  }
}
.recommended .recommended__link {
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.recommended .recommended__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.recommended.recommended_col4 .recommended__row {
  gap: 20px;
  margin: 0;
  width: calc(100% + 20px);
}

.recommended.recommended_col4 .recommended__col {
  margin: 0;
  padding: 0;
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
}

.recommended .recommended__post {
  --ten-icon-size: 20px;
  border: var(--ten-border);
  box-shadow: none;
  padding: 10px;
  box-shadow: none;
}

.recommended .recommended__post .post__category {
  bottom: 10px;
  top: initial;
  gap: 10px;
}

.recommended .recommended__post .post__category > * {
  margin: 0;
}

.recommended .recommended__post .post__title {
  margin-bottom: 6px;
}

.recommended .recommended__post .title {
  font-family: inherit;
  font-weight: 800;
}

.recommended .recommended__post .post__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.recommended .recommended__post .author {
  font-size: 12px;
  font-weight: 400;
  margin-right: auto;
  color: inherit;
}

.recommended .recommended__post .author .author__photo,
.recommended .recommended__post .author .author__name {
  display: none;
}

@media (hover: hover) {
  .recommended .recommended__post .author:hover .author__post-date {
    opacity: 1;
    color: inherit;
  }
}
.recommended .recommended__post .author__post-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: inherit;
}

.recommended .recommended__post .author__post-date:before {
  content: "";
  display: block;
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  flex-shrink: 0;
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/calendar-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recommended .recommended__post .post__actions {
  margin: 0;
  gap: 15px;
}

.recommended .recommended__post .post__actions > * {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.recommended .recommended__post .actions-post__comments-btn:before {
  content: "";
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/bubble-chat-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.recommended .recommended__post .actions-post__comments-btn svg {
  display: none;
}

.recommended .recommended__post .actions-post__views:before {
  content: "";
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/Look-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.recommended .recommended__post .actions-post__views svg {
  display: none;
}

.recommended .recommended__post .actions-post__count {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--ten-color);
  line-height: 1;
  min-width: auto;
  min-height: auto;
}

.recommended._with-slider .recommended__row {
  width: 100%;
}

.recommended._with-slider .swiper-container {
  min-width: 0;
  width: 100%;
}

.recommended._with-slider .swiper-slide .recommended__post {
  opacity: 0;
  pointer-events: none;
}

.recommended._with-slider .swiper-slide-visible .recommended__post {
  opacity: 1;
  pointer-events: initial;
}

.recommended._with-slider .recommended__col {
  max-width: 100%;
  flex: initial;
}

.seo .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo .btn_expand {
  justify-content: start;
  font-size: 14px;
  font-weight: 800;
}

.seo .btn_expand span {
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  gap: 10px;
}

.seo .btn_expand span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("https://tenten.ua/wp-content/uploads/2024/01/arrow-bottom-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.seo .btn_expand svg {
  display: none;
}

.seo .btn_expand.js-active span:after {
  transform: scale(1, -1);
}

.footer {
  margin-top: 30px;
  border-top: var(--ten-border);
  overflow: hidden;
}

@media (min-width: 1280px) {
  .footer {
    margin-top: 40px;
  }
}
.footer:before,
.footer:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
}

@media (min-width: 1280px) {
  .footer:before,
  .footer:after {
    width: 140px;
    height: 140px;
  }
}
.footer:before {
  top: -4px;
  left: 0;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

@media (min-width: 1280px) {
  .footer:before {
    top: -6px;
  }
}
.footer:after {
  bottom: calc(var(--footer-bottom-height) - 6px);
  right: 0;
  transform: scale(-1);
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.footer .footer__label {
  padding-bottom: 0;
  font-family: var(--ten-ff-title);
  font-size: 36px;
  font-weight: 400;
}

.footer .footer__label:after {
  display: none;
}

.footer .footer-nav {
  display: block !important;
}

@media (max-width: 1024px) {
  .footer .footer__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__body {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1280px) {
  .footer .footer__body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer .footer__contacts-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer .footer__contacts-logo .header__logo {
  max-width: 46px;
}

.footer .footer__contacts-logo .header-top__about {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1999px) {
  .footer .footer__contacts-logo .header-top__about {
    display: block;
  }
}
.footer .footer__contacts {
  --icon-size: 25px;
}

.footer .footer__contacts .footer__contacts-text {
  order: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.footer .footer__contacts .location {
  order: 2;
}

.footer .footer__contacts .location .location__link {
  font-size: 14px;
  font-weight: 500;
}

.footer .footer__contacts .location .location__link img,
.footer .footer__contacts .location .location__link svg {
  width: var(--icon-size);
  height: var(--icon-size);
  flex: initial;
  flex-shrink: 0;
}

@media (hover: hover) {
  .footer .footer__contacts .location .location__link:hover {
    color: var(--ten-color-accent);
  }
}
.footer .footer__contacts .footer__telephone._with-operator {
  order: 3;
  min-width: 215px !important;
}

.footer .footer__contacts .footer__telephone._with-operator .telephone-operator {
  margin-left: 0;
  margin-right: 10px;
}

.footer .footer__contacts .footer__telephone._with-operator .social-telephone {
  display: none;
}

.footer .footer__contacts .footer__telephone._with-operator .telephone__actions {
  margin-bottom: 0;
}

.footer .footer__contacts .footer__telephone._with-operator .telephone__link {
  font-size: 16px !important;
  font-weight: 700;
}

.footer .footer__contacts .email {
  order: 4;
}

.footer .footer__contacts .email .email__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer .footer__contacts .email .email__link svg {
  display: none;
}

.footer .footer__contacts .email .email__link:before {
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url("https://tenten.ua/wp-content/uploads/2023/11/mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (hover: hover) {
  .footer .footer__contacts .email .email__link:hover {
    color: var(--ten-color-accent);
  }
}
.footer .footer__bottom {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--ten-color-white);
}

.footer .footer__bottom-bg {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: var(--footer-bottom-height);
  background: var(--ten-color-black);
  pointer-events: none;
}

.footer .footer__bottom > * {
  position: relative;
  z-index: 2;
}

.footer .footer__bottom .footer__copyright {
  color: inherit;
}

.footer .footer__bottom ._payments-list li:first-child:last-child span {
  padding-bottom: 0;
  height: auto;
  transform: none;
}

.footer .footer__bottom ._payments-list li:first-child:last-child span img,
.footer .footer__bottom ._payments-list li:first-child:last-child span svg {
  position: static;
  height: auto;
}

.footer .footer__socials {
  margin: 0;
}

.footer .footer__socials .socials-top-bar__btn path {
  fill: var(--ten-color-white);
}

@media (hover: hover) {
  .footer .footer__socials .socials-top-bar__btn:hover path {
    fill: var(--ten-color-accent);
  }
}
.footer .footer__socials .socials-top-bar__list .socials-top-bar__link path {
  fill: var(--ten-color-white);
}

@media (hover: hover) {
  .footer .footer__socials .socials-top-bar__list .socials-top-bar__link:hover path {
    fill: var(--ten-color-accent);
  }
}
.footer .socials-top-bar__dropdown-wrapper {
  right: 0;
  top: initial;
  bottom: 100%;
}

.footer .socials-top-bar__dropdown-body {
  margin-bottom: 10px;
  margin-top: 0;
}

.popup_wescle_modal-product .woocommerce-variation-price {
  margin-bottom: 15px;
}

.popup_wescle_modal-product .price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup_wescle_modal-product .price > * {
  margin: 0;
}

.popup_wescle_modal-product .woocommerce-product-gallery__image a img {
  -o-object-fit: contain;
  object-fit: contain;
}

.popup_wescle_modal-product .cart input[type=email],
.popup_wescle_modal-product .cart input[type=number],
.popup_wescle_modal-product .cart input[type=search],
.popup_wescle_modal-product .cart input[type=tel],
.popup_wescle_modal-product .cart input[type=text] {
  height: auto !important;
  color: inherit;
  box-shadow: none;
  border: var(--ten-border);
}

.popup_wescle_modal-product .cart button,
.popup_wescle_modal-product .cart input[type=submit],
.popup_wescle_modal-product .product-cart__wishlist,
.popup_wescle_modal-product .product-cart__compare {
  box-shadow: none;
}

@media (hover: hover) {
  .popup_wescle_modal-product .cart button:hover,
  .popup_wescle_modal-product .cart input[type=submit]:hover,
  .popup_wescle_modal-product .product-cart__wishlist:hover,
  .popup_wescle_modal-product .product-cart__compare:hover {
    color: var(--ten-color-white);
    border-color: var(--ten-color-accent-hover);
    background: var(--ten-color-accent-hover);
    box-shadow: none;
  }
}
.popup_wescle_modal-product .product-cart__compare a,
.popup_wescle_modal-product .product-cart__wishlist a {
  border: var(--ten-border);
}

.popup_wescle_modal-product .product-cart__compare a path,
.popup_wescle_modal-product .product-cart__wishlist a path {
  fill: var(--ten-color) !important;
}

.popup_wescle_modal-product .product-cart__compare a.active,
.popup_wescle_modal-product .product-cart__wishlist a.active {
  border-color: var(--ten-color-accent);
}

.popup_wescle_modal-product .product-cart__compare a.active path,
.popup_wescle_modal-product .product-cart__wishlist a.active path {
  fill: var(--ten-color-white) !important;
}

@media (hover: hover) {
  .popup_wescle_modal-product .product-cart__compare a:hover,
  .popup_wescle_modal-product .product-cart__wishlist a:hover {
    border-color: var(--ten-color-accent);
  }
  .popup_wescle_modal-product .product-cart__compare a:hover path,
  .popup_wescle_modal-product .product-cart__wishlist a:hover path {
    fill: var(--ten-color-white) !important;
  }
}
.popup_wescle_modal-product .product-cart__compare a {
  width: 100%;
  height: 100%;
}

.popup_wescle_modal-product .product-cart__compare a.active:after {
  background-color: transparent;
}

.popup_wescle_modal-product .tooltip {
  pointer-events: none;
}

body._quantity-togglers .product .quantity .wescle-minus,
body._quantity-togglers .product .quantity .wescle-plus,
body._quantity-togglers .woocommerce-cart-form__contents .quantity .wescle-minus,
body._quantity-togglers .woocommerce-cart-form__contents .quantity .wescle-plus {
  box-shadow: none;
}

@media (hover: hover) {
  body._quantity-togglers .product .quantity .wescle-minus:hover,
  body._quantity-togglers .product .quantity .wescle-plus:hover,
  body._quantity-togglers .woocommerce-cart-form__contents .quantity .wescle-minus:hover,
  body._quantity-togglers .woocommerce-cart-form__contents .quantity .wescle-plus:hover {
    color: var(--ten-color-white);
    background: var(--ten-color-accent-hover);
    box-shadow: none;
  }
}
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=email],
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=number],
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=search],
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=tel],
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=text],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=email],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=number],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=search],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=tel],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=text],
.woocommerce div.product form.cart input[type=email],
.woocommerce div.product form.cart input[type=number],
.woocommerce div.product form.cart input[type=search],
.woocommerce div.product form.cart input[type=tel],
.woocommerce div.product form.cart input[type=text],
.aside .wpcf7-form input[type=email],
.aside .wpcf7-form input[type=number],
.aside .wpcf7-form input[type=search],
.aside .wpcf7-form input[type=tel],
.aside .wpcf7-form input[type=text],
.aside .wpcf7-form input[type=url],
.aside .wpcf7-form select,
.aside .wpcf7-form textarea,
.contact-us-form .wpcf7-form input[type=email],
.contact-us-form .wpcf7-form input[type=number],
.contact-us-form .wpcf7-form input[type=search],
.contact-us-form .wpcf7-form input[type=tel],
.contact-us-form .wpcf7-form input[type=text],
.contact-us-form .wpcf7-form input[type=url],
.contact-us-form .wpcf7-form select,
.contact-us-form .wpcf7-form textarea,
.deal-wheel-about .wpcf7-form input[type=email],
.deal-wheel-about .wpcf7-form input[type=number],
.deal-wheel-about .wpcf7-form input[type=search],
.deal-wheel-about .wpcf7-form input[type=tel],
.deal-wheel-about .wpcf7-form input[type=text],
.deal-wheel-about .wpcf7-form input[type=url],
.deal-wheel-about .wpcf7-form select,
.deal-wheel-about .wpcf7-form textarea,
.entry-content .wpcf7-form input[type=email],
.entry-content .wpcf7-form input[type=number],
.entry-content .wpcf7-form input[type=search],
.entry-content .wpcf7-form input[type=tel],
.entry-content .wpcf7-form input[type=text],
.entry-content .wpcf7-form input[type=url],
.entry-content .wpcf7-form select,
.entry-content .wpcf7-form textarea,
.footer__col .wpcf7-form input[type=email],
.footer__col .wpcf7-form input[type=number],
.footer__col .wpcf7-form input[type=search],
.footer__col .wpcf7-form input[type=tel],
.footer__col .wpcf7-form input[type=text],
.footer__col .wpcf7-form input[type=url],
.footer__col .wpcf7-form select,
.footer__col .wpcf7-form textarea,
.popup_wescle .wpcf7-form input[type=email],
.popup_wescle .wpcf7-form input[type=number],
.popup_wescle .wpcf7-form input[type=search],
.popup_wescle .wpcf7-form input[type=tel],
.popup_wescle .wpcf7-form input[type=text],
.popup_wescle .wpcf7-form input[type=url],
.popup_wescle .wpcf7-form select,
.popup_wescle .wpcf7-form textarea,
.time-left .wpcf7-form input[type=email],
.time-left .wpcf7-form input[type=number],
.time-left .wpcf7-form input[type=search],
.time-left .wpcf7-form input[type=tel],
.time-left .wpcf7-form input[type=text],
.time-left .wpcf7-form input[type=url],
.time-left .wpcf7-form select,
.time-left .wpcf7-form textarea {
  color: inherit;
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

@media (hover: hover) {
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=email]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=number]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=search]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=tel]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=text]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=email]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=number]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=search]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=tel]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=text]:hover,
  .woocommerce div.product form.cart input[type=email]:hover,
  .woocommerce div.product form.cart input[type=number]:hover,
  .woocommerce div.product form.cart input[type=search]:hover,
  .woocommerce div.product form.cart input[type=tel]:hover,
  .woocommerce div.product form.cart input[type=text]:hover,
  .aside .wpcf7-form input[type=email]:hover,
  .aside .wpcf7-form input[type=number]:hover,
  .aside .wpcf7-form input[type=search]:hover,
  .aside .wpcf7-form input[type=tel]:hover,
  .aside .wpcf7-form input[type=text]:hover,
  .aside .wpcf7-form input[type=url]:hover,
  .aside .wpcf7-form select:hover,
  .aside .wpcf7-form textarea:hover,
  .contact-us-form .wpcf7-form input[type=email]:hover,
  .contact-us-form .wpcf7-form input[type=number]:hover,
  .contact-us-form .wpcf7-form input[type=search]:hover,
  .contact-us-form .wpcf7-form input[type=tel]:hover,
  .contact-us-form .wpcf7-form input[type=text]:hover,
  .contact-us-form .wpcf7-form input[type=url]:hover,
  .contact-us-form .wpcf7-form select:hover,
  .contact-us-form .wpcf7-form textarea:hover,
  .deal-wheel-about .wpcf7-form input[type=email]:hover,
  .deal-wheel-about .wpcf7-form input[type=number]:hover,
  .deal-wheel-about .wpcf7-form input[type=search]:hover,
  .deal-wheel-about .wpcf7-form input[type=tel]:hover,
  .deal-wheel-about .wpcf7-form input[type=text]:hover,
  .deal-wheel-about .wpcf7-form input[type=url]:hover,
  .deal-wheel-about .wpcf7-form select:hover,
  .deal-wheel-about .wpcf7-form textarea:hover,
  .entry-content .wpcf7-form input[type=email]:hover,
  .entry-content .wpcf7-form input[type=number]:hover,
  .entry-content .wpcf7-form input[type=search]:hover,
  .entry-content .wpcf7-form input[type=tel]:hover,
  .entry-content .wpcf7-form input[type=text]:hover,
  .entry-content .wpcf7-form input[type=url]:hover,
  .entry-content .wpcf7-form select:hover,
  .entry-content .wpcf7-form textarea:hover,
  .footer__col .wpcf7-form input[type=email]:hover,
  .footer__col .wpcf7-form input[type=number]:hover,
  .footer__col .wpcf7-form input[type=search]:hover,
  .footer__col .wpcf7-form input[type=tel]:hover,
  .footer__col .wpcf7-form input[type=text]:hover,
  .footer__col .wpcf7-form input[type=url]:hover,
  .footer__col .wpcf7-form select:hover,
  .footer__col .wpcf7-form textarea:hover,
  .popup_wescle .wpcf7-form input[type=email]:hover,
  .popup_wescle .wpcf7-form input[type=number]:hover,
  .popup_wescle .wpcf7-form input[type=search]:hover,
  .popup_wescle .wpcf7-form input[type=tel]:hover,
  .popup_wescle .wpcf7-form input[type=text]:hover,
  .popup_wescle .wpcf7-form input[type=url]:hover,
  .popup_wescle .wpcf7-form select:hover,
  .popup_wescle .wpcf7-form textarea:hover,
  .time-left .wpcf7-form input[type=email]:hover,
  .time-left .wpcf7-form input[type=number]:hover,
  .time-left .wpcf7-form input[type=search]:hover,
  .time-left .wpcf7-form input[type=tel]:hover,
  .time-left .wpcf7-form input[type=text]:hover,
  .time-left .wpcf7-form input[type=url]:hover,
  .time-left .wpcf7-form select:hover,
  .time-left .wpcf7-form textarea:hover {
    box-shadow: none !important;
  }
}
.goods-filter-modal,
.aside {
  box-shadow: none;
  border: var(--ten-border);
}

.goods-filter-modal .title.title_aside,
.aside .title.title_aside {
  font-size: 21px !important;
  font-weight: 400;
  padding-bottom: 0;
}

.goods-filter-modal .title.title_aside:before,
.aside .title.title_aside:before {
  display: none;
}

.goods-filter-modal .screen-reader-text,
.aside .screen-reader-text {
  display: none;
}

.goods-filter-modal .price_slider_amount button[type=submit],
.aside .price_slider_amount button[type=submit] {
  width: 100%;
  order: 2;
}

.goods-filter-modal .price_slider_amount .clear,
.aside .price_slider_amount .clear {
  display: none;
}

.goods-filter-modal .widget.aside-store-checkboxes ul li a,
.aside .widget.aside-store-checkboxes ul li a {
  color: var(--ten-color);
}

.goods-filter-modal .widget.aside-store-checkboxes ul li a .aside-store-checkboxes__count,
.aside .widget.aside-store-checkboxes ul li a .aside-store-checkboxes__count {
  color: inherit;
  display: none;
}

.goods-filter-modal .aside-order__title,
.aside .aside-order__title {
  font-family: var(--ten-ff-title);
  font-size: 21px;
  font-weight: 400;
}

.goods select {
  box-shadow: none !important;
  color: var(--ten-color);
  border: var(--ten-border);
  font-weight: 800;
}

@media (hover: hover) {
  .goods select:hover {
    border-color: var(--ten-color-accent);
    box-shadow: none !important;
  }
}
.display-mode {
  margin: 0;
  gap: 20px;
}

.display-mode a {
  padding: 10px !important;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: var(--ten-border);
}

.display-mode a.active {
  border-color: var(--ten-color-accent);
}

.display-mode a svg {
  width: 100%;
  height: 100%;
  flex: initial;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  body:not(.products-by-list) .goods-body__row {
    width: calc(100% + 20px);
    gap: 20px;
    margin: 0;
  }
}
@media (max-width: 375px) {
  body:not(.products-by-list) .goods-body__row {
    flex-direction: column;
    margin: 0;
    gap: 20px;
    flex-wrap: initial;
  }
}
@media (min-width: 768px) {
  body:not(.products-by-list) .goods-body__row .goods-body__col {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 375px) {
  body:not(.products-by-list) .goods-body__row .goods-body__col {
    flex: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  body:not(.products-by-list) .goods-body__row.columns-4 .goods-body__col {
    max-width: calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (min-width: 1024px) {
  body:not(.products-by-list) .goods-body__row.columns-4 .goods-body__col {
    max-width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}
.pagination__link {
  width: 46px;
  height: 46px;
  flex: initial;
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none;
}

.goods-header ._goods-filter-wrap .btn {
  height: 46px;
}

.goods-filter-modal__content > *:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  body.products-by-list .product-cart__group-buttons {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  body.products-by-list .goods-body__row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1024px) {
  body.products-by-list .product-cart__meta {
    margin-bottom: 15px;
  }
  body.products-by-list .product-cart__group-buttons {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.product-cart__add-cart a svg {
  display: none !important;
}

.flex-viewport {
  border: var(--ten-border);
}

.product._images-left .flex-control-thumbs li {
  border: var(--ten-border);
  border-right: none;
}

.product._images-left .flex-control-thumbs li + li {
  border-top: none;
}

.product._images-left .flex-viewport {
  flex: 1;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce div.product .summary .product_title {
  margin-bottom: 2rem;
  line-height: 1;
  font-size: var(--ten-fs-h1);
  font-family: var(--ten-ff-title);
}

.woocommerce div.product .summary .price del {
  color: var(--ten-color-gray);
  font-weight: 800;
  text-decoration: none;
}

.woocommerce div.product .summary .price del bdi {
  font-size: 12px;
  text-decoration: line-through;
}

.woocommerce div.product .summary .price ins {
  color: var(--ten-color-red);
}

.woocommerce div.product .summary .product-cart__compare a {
  width: 100%;
  height: 100%;
}

.woocommerce div.product .summary .product-cart__compare a.active:after {
  background-color: transparent;
}

.woocommerce div.product form .woocommerce-variation-add-to-cart button,
.woocommerce div.product form .woocommerce-variation-add-to-cart input[type=submit],
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled button,
.woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=submit],
.woocommerce div.product form.cart button,
.woocommerce div.product form.cart input[type=submit] {
  box-shadow: none !important;
}

@media (hover: hover) {
  .woocommerce div.product form .woocommerce-variation-add-to-cart button:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart input[type=submit]:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled button:hover,
  .woocommerce div.product form .woocommerce-variation-add-to-cart-disabled input[type=submit]:hover,
  .woocommerce div.product form.cart button:hover,
  .woocommerce div.product form.cart input[type=submit]:hover {
    opacity: 1;
    background: var(--ten-color-accent-hover) !important;
    box-shadow: none !important;
  }
}
.woocommerce div.product .summary .product-cart__compare a,
.woocommerce div.product .summary .product-cart__wishlist a {
  border: var(--ten-border);
}

.woocommerce div.product .summary .product-cart__compare a path,
.woocommerce div.product .summary .product-cart__wishlist a path {
  fill: var(--ten-color) !important;
}

.woocommerce div.product .summary .product-cart__compare a.active,
.woocommerce div.product .summary .product-cart__wishlist a.active {
  border-color: var(--ten-color-accent);
}

.woocommerce div.product .summary .product-cart__compare a.active path,
.woocommerce div.product .summary .product-cart__wishlist a.active path {
  fill: var(--ten-color-white) !important;
}

@media (hover: hover) {
  .woocommerce div.product .summary .product-cart__compare a:hover,
  .woocommerce div.product .summary .product-cart__wishlist a:hover {
    border-color: var(--ten-color-accent);
  }
  .woocommerce div.product .summary .product-cart__compare a:hover path,
  .woocommerce div.product .summary .product-cart__wishlist a:hover path {
    fill: var(--ten-color-white) !important;
  }
}
.share .share__title {
  font-weight: 700;
  color: inherit;
}

.share .share__title svg {
  display: none;
}

.share .share__list {
  background: var(--ten-color-bg);
  border-color: var(--ten-color-bg);
}

.share .share__list li {
  padding: 0;
}

.share .share__list li span {
  width: auto;
  height: auto;
  padding: 15px;
}

.share .share__list li span svg {
  flex: initial;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.share .share__list li span svg path {
  fill: var(--ten-color-accent);
}

@media (hover: hover) {
  .share .share__list li:hover {
    background: var(--ten-color-accent-hover);
  }
  .share .share__list li:hover span svg path {
    fill: var(--ten-color-white);
  }
}
.product-additionally-item {
  border: var(--ten-border);
  box-shadow: none;
}

.product-additionally-item__title {
  font-size: var(--ten-fs-h2);
  font-weight: 400;
  font-family: var(--ten-ff-title);
  padding-bottom: 0;
  border-bottom: none;
}

.product-additionally-item__text {
  padding-top: 10px;
}

.product-template-default .main .content__body .breadcrumb {
  padding-bottom: 0 !important;
}

.product-template-default .main .content__body .goods {
  padding-top: 0 !important;
}

.product-template-default .main .content__body > * {
  border-top: none;
}

.product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 !important;
  border: none !important;
}

.product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0 0 0 -1px !important;
  border: var(--ten-border) !important;
  border-bottom: none !important;
  background: var(--ten-color-white) !important;
  opacity: 0.3;
}

.product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs li:first-child {
  margin-left: 0 !important;
}

.product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--ten-color) !important;
}

@media (hover: hover) {
  .product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs li:hover {
    opacity: 1;
  }
}
.product-template-default .main .content__body div.product .woocommerce-tabs ul.wc-tabs li.active {
  opacity: 1;
}

.product-template-default .main .content__body div.product .woocommerce-tabs .panel {
  padding: 20px;
  border: var(--ten-border);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h1,
.product-template-default .main .content__body div.product .woocommerce-tabs h2,
.product-template-default .main .content__body div.product .woocommerce-tabs h3,
.product-template-default .main .content__body div.product .woocommerce-tabs h4,
.product-template-default .main .content__body div.product .woocommerce-tabs h5,
.product-template-default .main .content__body div.product .woocommerce-tabs h6 {
  font-weight: 400;
  font-family: var(--ten-ff-title);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h2 {
  font-size: var(--ten-fs-h2);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h3 {
  font-size: var(--ten-fs-h3);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h4 {
  font-size: var(--ten-fs-h4);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h5 {
  font-size: var(--ten-fs-h5);
}

.product-template-default .main .content__body div.product .woocommerce-tabs h6 {
  font-size: var(--ten-fs-h6);
}

.product-template-default .main .content__body div.product .product-cart__badges-inner {
  margin-top: 1em;
  margin-left: 5px;
}

.product-template-default .main .content__body div.product .added_to_cart.wc-forward {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-width: 1px;
  border-radius: var(--mainBorderRadius);
  background: #fff;
  color: var(--ten-color-accent);
  border: 1px solid var(--ten-color-accent);
}

@media (hover: hover) {
  .product-template-default .main .content__body div.product .added_to_cart.wc-forward:hover {
    background: var(--ten-color-accent);
    color: var(--ten-color-white);
  }
}
.table-of-contents {
  box-shadow: none !important;
  background: var(--ten-color-bg);
}

.table-of-contents .table-of-contents__header {
  color: var(--ten-color-accent);
  font-weight: 700;
}

.table-of-contents .table-of-contents__header span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.table-of-contents .table-of-contents__header span:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/arrow-bottom-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.table-of-contents .table-of-contents__header svg {
  display: none;
}

.table-of-contents ol {
  position: relative;
  padding-top: 10px;
  padding-left: 0;
  margin-bottom: 0;
}

.table-of-contents ol:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: calc(100% + 20px);
  height: 1px;
  background: #ebf2fb;
}

@media (min-width: 769px) {
  .table-of-contents ol:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.table-of-contents ol li {
  margin: 0;
}

.table-of-contents ol li:before {
  color: var(--ten-color) !important;
}

.table-of-contents.open .table-of-contents__header span:after {
  transform: scale(1, -1);
}

.woocommerce-MyAccount-content .wc-block-components-notice-banner,
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  margin: 0 !important;
}

.woocommerce-MyAccount-content .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward,
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  padding: 5px 10px !important;
  color: var(--ten-color-white) !important;
  text-decoration: none !important;
}

@media (hover: hover) {
  .woocommerce-MyAccount-content .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover,
  .woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    background: var(--ten-color-accent-hover) !important;
  }
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  flex-direction: row-reverse;
}

@media (max-width: 575px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .woocommerce-MyAccount-content .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    flex-direction: column;
  }
}
.woocommerce.widget_product_categories ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce.widget_product_categories ul.children {
  padding-left: 35px !important;
}

.woocommerce.widget_product_categories ul li {
  list-style: none !important;
  margin-bottom: 5px !important;
}

.woocommerce.widget_product_categories ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--ten-color) !important;
}

.woocommerce.widget_product_categories ul li a:before {
  content: "";
  position: relative;
  top: initial;
  left: initial;
  width: 20px !important;
  height: 20px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: var(--mainBorderCheckbox);
  border: var(--border);
  background: transparent;
  transform: none !important;
}

.widget.aside-order .btn.btn-main.btn-main_blue {
  color: #fff;
}
@media (hover: hover) {
  .widget.aside-order .btn.btn-main.btn-main_blue:hover {
    opacity: 1;
    background-color: var(--ten-color-accent-hover);
  }
}

.goods-categories-item__count {
  opacity: 1;
}

.woocommerce.widget_product_categories ul li a:after {
  content: "";
  position: absolute;
  display: block !important;
  top: 0px;
  bottom: initial !important;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

@media (hover: hover) {
  .woocommerce.widget_product_categories ul li a:hover:before {
    border-color: var(--ten-color-accent);
  }
  .woocommerce.widget_product_categories ul li a:hover:after {
    transform: scale(1);
  }
}
.woocommerce.widget_product_categories ul .cat-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.woocommerce.widget_product_categories ul .cat-item a {
  flex: 1;
}

.woocommerce.widget_product_categories ul .cat-item .count {
  margin: 0 !important;
  display: none;
}

.woocommerce.widget_product_categories ul .cat-item .children {
  width: 100%;
  flex-shrink: 0;
  margin-top: 5px !important;
}

.woocommerce.widget_product_categories ul .cat-item.current-cat a:before {
  border-color: var(--ten-color-accent);
}

.woocommerce.widget_product_categories ul .cat-item.current-cat a:after {
  transform: scale(1);
}

.entry-content .wc-block-components-product-name {
  font-size: 21px !important;
  line-height: 1 !important;
  color: var(--ten-color);
}

@media (max-width: 480px) {
  .entry-content .wc-block-components-product-name {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
@media (hover: hover) {
  .entry-content .wc-block-components-product-name:hover {
    color: var(--ten-color-accent);
  }
}
.entry-content .price.wc-block-components-product-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  color: var(--ten-color-accent);
  font-size: 18px !important;
  padding: 0 !important;
}

.entry-content .price.wc-block-components-product-price ins {
  margin: 0;
  color: var(--ten-color-red);
}

.entry-content .price.wc-block-components-product-price del {
  order: 1;
  margin: 0;
  color: var(--ten-color-gray);
  font-size: 12px;
}

.entry-content .wc-block-cart-item__remove-link {
  color: var(--ten-color-red) !important;
}

.entry-content .wc-block-components-checkout-place-order-button,
.entry-content .wc-block-cart__submit-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-width: 1px;
  border-radius: var(--mainBorderRadius);
  background: #fff;
  color: var(--ten-color-accent);
  border: 1px solid var(--ten-color-accent);
}

@media (hover: hover) {
  .entry-content .wc-block-components-checkout-place-order-button:hover,
  .entry-content .wc-block-cart__submit-button:hover {
    background: var(--ten-color-accent);
    color: var(--ten-color-white);
  }
}
.entry-content .wc-block-components-totals-coupon__button {
  background: #fff;
  color: var(--ten-color-accent);
  border: 1px solid var(--ten-color-accent);
}

@media (hover: hover) {
  .entry-content .wc-block-components-totals-coupon__button:hover {
    background: var(--ten-color-accent);
    color: var(--ten-color-white);
  }
}
.entry-content .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border: none !important;
  background: var(--ten-color-accent) !important;
  color: var(--ten-color-white) !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  border-radius: 0 !important;
}

.latest.related-articles .latest__title {
  font-size: var(--ten-fs-h2) !important;
}

.latest.related-articles .latest__title + .latest__row {
  margin-top: 20px;
}

.latest.related-articles .latest-post {
  --ten-icon-size: 20px;
  border: var(--ten-border);
  box-shadow: none;
  padding: 10px;
  box-shadow: none;
}

.latest.related-articles .latest-post .post__category {
  bottom: 10px;
  top: initial;
  gap: 10px;
}

.latest.related-articles .latest-post .post__category > * {
  margin: 0;
}

.latest.related-articles .latest-post .title {
  font-family: inherit;
  font-weight: 800;
  margin-bottom: 6px;
}

.latest.related-articles .latest-post .post__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.latest.related-articles .latest-post .author {
  font-size: 12px;
  font-weight: 400;
  margin-right: auto;
  color: inherit;
}

.latest.related-articles .latest-post .author .author__photo,
.latest.related-articles .latest-post .author .author__name {
  display: none;
}

@media (hover: hover) {
  .latest.related-articles .latest-post .author:hover .author__post-date {
    opacity: 1;
    color: inherit;
  }
}
.latest.related-articles .latest-post .author__post-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: inherit;
}

.latest.related-articles .latest-post .author__post-date:before {
  content: "";
  display: block;
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  flex-shrink: 0;
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/calendar-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.latest.related-articles .latest-post .post__actions {
  margin: 0;
  gap: 15px;
}

.latest.related-articles .latest-post .post__actions > * {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.latest.related-articles .latest-post .actions-post__comments-btn:before {
  content: "";
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/bubble-chat-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.latest.related-articles .latest-post .actions-post__comments-btn svg {
  display: none;
}

.latest.related-articles .latest-post .actions-post__views:before {
  content: "";
  width: var(--ten-icon-size);
  height: var(--ten-icon-size);
  background-image: url("https://tenten.ua/wp-content/uploads/2024/01/Look-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.latest.related-articles .latest-post .actions-post__views svg {
  display: none;
}

.latest.related-articles .latest-post .actions-post__count {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--ten-color);
  line-height: 1;
  min-width: auto;
  min-height: auto;
}

body .widget_product_search input[type=email],
body .widget_product_search input[type=number],
body .widget_product_search input[type=search],
body .widget_product_search input[type=tel],
body .widget_product_search input[type=text],
body .widget_search input[type=email],
body .widget_search input[type=number],
body .widget_search input[type=search],
body .widget_search input[type=tel],
body .widget_search input[type=text] {
  border: var(--ten-border);
  box-shadow: none;
}

.form-input {
  box-shadow: none;
  color: inherit;
  border: var(--ten-border);
}

.main-banner .main-banner-item {
  flex-direction: column;
  box-shadow: none;
  border: var(--ten-border);
  padding: 15px;
}

.main-banner .main-banner-item .main-banner-item__img {
  order: -1;
}

.main-banner .main-banner-item .main-banner-item__title {
  font-family: var(--ten-ff-title);
  font-size: var(--ten-fs-h2);
}

.main-banner .slider-buttons {
  left: 15px;
  top: 50%;
  flex-direction: row;
  width: calc(100% - 30px);
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .main-banner .slider-buttons {
    display: flex;
  }
}
.woocommerce-notices-wrapper + .product {
  margin-top: 20px;
}

.content._compare .title + ._table-section {
  margin-top: 30px;
}

.content._compare ._table-section {
  box-shadow: none;
  border: var(--ten-border);
}

.woocommerce div.product form.variations_form table.variations td ul li,
.woocommerce div.product form.variations_form table.variations th ul li {
  box-shadow: none !important;
  border-color: var(--ten-color) !important;
}

@media (hover: hover) {
  .woocommerce div.product form.variations_form table.variations td ul li:hover,
  .woocommerce div.product form.variations_form table.variations th ul li:hover {
    border-color: var(--ten-color-accent) !important;
  }
}
.woocommerce div.product form.variations_form table.variations td ul li.selected,
.woocommerce div.product form.variations_form table.variations th ul li.selected {
  color: var(--ten-color-accent) !important;
  border-color: var(--ten-color-accent) !important;
}

.sku-copy {
  background: transparent !important;
}

.sku-copy svg {
  display: none;
}

.sku-copy:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("https://tenten.ua/wp-content/uploads/2023/12/Vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.woocommerce div.product._images-left .images .flex-control-thumbs li {
  height: 25%;
}

.main-banner {
  overflow: hidden;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-size: 16px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .price.wc-block-components-product-price {
  font-size: 14px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description p {
  font-size: 12px !important;
}

@media (max-width: 850px) {
  .main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 415px) {
  .main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}
.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product {
  padding: 15px !important;
  width: 100%;
  max-width: 100% !important;
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-price {
  background: transparent !important;
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-price del {
  color: var(--ten-color-gray);
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-price ins {
  color: var(--ten-color-red);
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: initial;
  left: initial;
  transform: none;
  padding: 0;
  margin: auto 0 0;
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart:before {
  display: none;
}

.main .section-post__body .wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-add-to-cart .add_to_cart_button {
  margin: 0;
}

body.small-layout .product-cart__price,
body.small-layout .swatchly_price {
  font-size: 18px;
}

.product-cart__price .amount:nth-child(2),
.price .amount:nth-child(2) {
  margin-left: 0;
}

.woocommerce div.product .swatchly_price,
.woocommerce div.product .woocommerce-grouped-product-list-item__price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
  gap: 10px;
}

.woocommerce div.product .summary p.price {
  font-size: 22px;
}

.woocommerce div.product .swatchly_price > *,
.woocommerce div.product .woocommerce-grouped-product-list-item__price > *,
.woocommerce div.product p.price > *,
.woocommerce div.product span.price > * {
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-gallery__image img {
  max-height: 488px;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce select,
.woocommerce textarea {
  color: inherit;
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

.section-post__body .wc-block-components-notice-banner.is-info {
  border: var(--ten-border) !important;
}
.section-post__body .wc-block-components-notice-banner.is-info > svg {
  background-color: var(--ten-color-accent);
}
.section-post__body .wc-block-components-notice-banner.is-info .wc-forward {
  background-color: var(--ten-color-accent) !important;
}
@media (hover: hover) {
  .section-post__body .wc-block-components-notice-banner.is-info .wc-forward:hover {
    opacity: 1;
    background-color: var(--ten-color-accent-hover) !important;
  }
}

body:not(.iOS) .woocommerce-EditAccountForm input[type=file]:before {
  color: inherit;
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

body .select2-container .select2-selection--single {
  box-shadow: none !important;
}

body .select2-container .select2-selection__rendered {
  border: var(--ten-border) !important;
}

.select2-container--open .select2-dropdown {
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

.wrapper .main .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wrapper .main .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wrapper .main .wc-block-components-form .wc-block-components-text-input input[type=email],
.wrapper .main .wc-block-components-form .wc-block-components-text-input input[type=number],
.wrapper .main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wrapper .main .wc-block-components-form .wc-block-components-text-input input[type=text],
.wrapper .main .wc-block-components-form .wc-block-components-text-input input[type=url],
.wrapper .main .wc-block-components-text-input input[type=email],
.wrapper .main .wc-block-components-text-input input[type=number],
.wrapper .main .wc-block-components-text-input input[type=tel],
.wrapper .main .wc-block-components-text-input input[type=text],
.wrapper .main .wc-block-components-text-input input[type=url],
.wrapper .main .wc-block-components-textarea,
.wrapper .main .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wrapper .main .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

.components-button.wc-block-components-shipping-calculator-address__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-width: 1px;
  border-radius: var(--mainBorderRadius);
  background: #fff;
  color: var(--ten-color-accent);
  border: 1px solid var(--ten-color-accent);
}
@media (hover: hover) {
  .components-button.wc-block-components-shipping-calculator-address__button:hover {
    background: var(--ten-color-accent);
    color: var(--ten-color-white);
  }
}

.ui-widget.ui-widget-content {
  border: var(--ten-border) !important;
}

body.woocommerce-checkout .section-post__body #order_review,
body.woocommerce-checkout .section-post__body .woocommerce-checkout-review-order,
body.woocommerce-order-pay .section-post__body #order_review,
body.woocommerce-order-pay .section-post__body .woocommerce-checkout-review-order {
  box-shadow: none !important;
  border: var(--ten-border) !important;
}

.woocommerce-MyAccount-content .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward,
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  background-color: var(--ten-color-accent) !important;
}
@media (hover: hover) {
  .woocommerce-MyAccount-content .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover,
  .woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    background-color: var(--ten-color-accent-hover) !important;
  }
}

.wrapper .main .entry-content .wc-block-grid__products .goods-body__col {
  max-width: none;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input:checked + span:after {
  top: 0;
}

#nova-posta-block .otd input[type=radio] {
  position: relative;
}
#nova-posta-block .otd input[type=radio]:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: var(--ten-border);
  border-radius: 50%;
}
#nova-posta-block .otd input[type=radio]:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background-color: var(--ten-color-accent);
  transform: scale(0);
  transition: 0.2s ease;
}
#nova-posta-block .otd input[type=radio]:checked::before {
  border-color: var(--ten-color-accent);
}
#nova-posta-block .otd input[type=radio]:checked::after {
  transform: scale(1);
}

body .popup_wescle div.product form.variations_form table.variations td ul li,
body .popup_wescle div.product form.variations_form table.variations th ul li,
body .woocommerce div.product form.variations_form table.variations td ul li,
body .woocommerce div.product form.variations_form table.variations th ul li {
  box-shadow: none;
  border: var(--ten-border);
}

.form-call-request .wpcf7-form.sent > * {
  display: none;
}
.form-call-request .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}

.product-cart__name a {
  text-wrap: balance;
  word-break: break-word;
}

.footer-nav__item .span-link.active {
  color: var(--color-accent);
}