@charset "UTF-8";
/* Colors */
/* Fonts */
a {
  color: #1D1D1D;
  outline: none;
  display: block;
}

a:hover {
  color: #000;
  outline: none;
}

a:active {
  outline: none;
}

a:visited {
  color: #1D1D1D;
  outline: none;
}

a:focus {
  outline: none;
}

.post, .page {
  margin: 0 auto;
}

.custom-art {
  padding: 80px 0;
}

p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

table {
  margin: 0;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #333333;
  font-size: 15px;
  line-height: 1;
}

.site-main {
  padding: 70px 0 0;
}

.widget-area, .entry-header, .entry-title {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.page-content, .entry-content, .entry-summary {
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 0;
}

.site-description {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E1DED9;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 5px;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  height: 70px;
}

.site-logo {
  width: 100%;
  max-width: 144px;
  padding: 12px 0;
  margin-right: 20px;
  height: auto;
  z-index: 9999;
  outline: none;
}

.page-title-section.without-breadcrumbs {
  margin: 80px 0 0;
}

.page-title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.page-title-section .entry-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 32px;
  font-weight: 600;
}
.page-title-section .entry-title::before, .page-title-section .entry-title::after {
  content: "";
  flex: 1 1 0;
  height: 2px;
  background-color: #E1DED9;
  min-width: 16px;
}
.page-title-section .entry-title.is-left::before {
  display: none;
}
.page-title-section .entry-title.is-right::after {
  display: none;
}
.page-title-section .entry-title.is-center { /* обе линии по умолчанию включены */ }

.breadcrumbs {
  display: flex;
  margin-top: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  gap: 3px;
  color: #757575;
  font-weight: 300;
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: 600;
  color: #333333;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #757575;
  font-weight: 300;
}

.woocommerce-breadcrumb a {
  display: flex;
  text-wrap: wrap;
  text-decoration: none;
  font-weight: 600;
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  padding-top: 20px;
}

.menu__center {
  height: 100%;
}

.menu__center ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  height: 100%;
  margin: 0;
}

.menu__center ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 10px;
}

.menu__center ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0px;
  height: 100%;
  border-top: 3px solid transparent;
  text-decoration: none;
  color: #1D1D1D;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-wrap: nowrap;
}

.menu__center ul li a:hover {
  border-top: 3px solid #1D1D1D;
  color: #000;
}

.menu__center .current_page_item a {
  border-top: 3px solid #1D1D1D;
  color: #1D1D1D;
}

/* Menu */
ul, ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

.menu__center {
  display: flex;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #1D1D1D;
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
  width: 30px;
  margin-top: 5px;
  transition: all 140ms linear;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
  transition: all 140ms linear;
}

.menu-icon:hover .menu-icon__line-left {
  width: 30px;
}

.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-repeat: repeat;
  background: #fff;
  border-bottom-left-radius: 0;
  z-index: -2;
  transition: all 0s linear, border-radius linear 0s;
  transform: translateX(0) translateY(-100%);
  transition-delay: 0s;
}

.nav__content {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  min-height: 100vh;
  transform: translate(0);
  width: 100%;
  text-align: center;
}

.nav-center ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
  color: #757575;
}

.nav-center.nav {
  position: relative;
}

.nav-center .menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition-delay: 0s;
  opacity: 0;
  text-align: center;
  color: #333333;
  overflow: visible;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.5px;
  transform: none;
  opacity: 1;
  transition: none;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-center .menu-item a {
  display: flex;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  overflow: visible;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0ms linear;
}

.nav-center .sub-menu .nav a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.5px;
  padding: 2px 2px;
  transition: all 0s ease-out;
}

.nav-center .menu-item a:hover {
  color: #1D1D1D;
}

.nav-center .menu-item a.active-nav a {
  color: #1D1D1D;
}

.nav-center .menu-item a.active-nav a:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.nav-center.nav .sub-menu {
  position: absolute;
  overflow-y: hidden;
  max-height: 500px;
  left: 0;
  padding-right: 10px;
  margin-top: 0px;
  text-align: left;
}

.nav-center li.menu-item-has-children.active > .sub-menu {
  overflow-y: scroll;
}

.nav-center .sub-menu.menu-item a {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.nav-center.nav .sub-menu a {
  position: relative;
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 8px;
  margin: 0;
}

.nav-center .sub-menu {
  top: 50px;
  background-color: #F8F8F8;
  padding: 10px;
}

.nav-center.nav .sub-menu a:before {
  content: "";
  margin-right: 0px;
}

li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative; /* Чтобы можно было корректно расположить стрелку */
  text-align: left;
}

.menu-item-wrapper {
  display: flex;
  align-items: center;
  /* flex-grow: 1;*/ /* Заставляет текст занимать доступное пространство */
}

/* Скрываем подменю по умолчанию */
.sub-menu {
  display: none;
  border-radius: 7px;
  text-align: left;
  align-items: flex-start;
}

li.menu-item-has-children.active > .sub-menu {
  display: flex;
  text-align: left;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

/*Center menu end*/
/* dropdown */
.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__list {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 17px 24px;
  transition: all 0s ease-out;
  outline: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  border-bottom: 2px solid #E1DED9;
}

.nav a:hover {
  color: #000;
  border-bottom: 2px solid #1D1D1D;
}

.nav__list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 17px 24px;
  transition: all 0s ease-out;
  outline: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  border-bottom: 2px solid #E1DED9;
}

.nav__list ul li:hover a {
  color: #000;
  border-bottom: 2px solid #1D1D1D;
}

.nav-footer {
  position: fixed;
  bottom: 80px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 21px;
  color: #757575;
  margin: 40px auto 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  z-index: 9999;
}

.nav .current_page_item a {
  color: #F04000;
  border-bottom: 2px solid #F04000;
}

.nav .sub-menu {
  display: none;
  padding-left: 10px;
}

.nav .sub-menu a {
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
}

.nav .sub-menu a:before {
  display: block;
  content: "―";
  margin-right: 8px;
}

/* end dropdown */
body.nav-active .nav__content {
  visibility: visible;
}

body.nav-active .menu-icon__line {
  background-color: #1D1D1D;
  transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left {
  width: 15px;
}

body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
  transition-delay: 0s;
}

body.nav-active .menu-item {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0s ease, transform 0s ease, color 0s ease;
}

.contact-form {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

fieldset {
  padding: 0;
  border: none;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* расстояние между колонками/рядами */
}

/* Общие стили для половинных инпутов */
.wpcf7-form .first-input,
.wpcf7-form .second-input {
  flex: 1 1 calc(50% - 20px); /* два в ряд */
  min-width: 280px; /* чтобы не были слишком узкие */
}

/* Для текстовой области во всю ширину */
.wpcf7-form .full-input {
  flex: 1 1 100%;
}

/* Убираем лишние отступы у p */
.wpcf7-form .first-input p,
.wpcf7-form .second-input p,
.wpcf7-form .full-input p {
  margin: 0;
}

.required-label {
  color: #F04000;
  margin-left: 3px;
}

.wcf-label {
  font-size: 15px;
  color: #1D1D1D;
  font-weight: 500;
  display: flex;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  color: #757575;
  border: 1px solid #E1DED9;
  border-radius: 3px;
  padding: 15px;
  height: 56px;
  outline: none;
  width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
  border: 1px solid #1D1D1D;
  outline: none;
}

input[type=text]:active, input[type=email]:active, input[type=password]:active, input[type=search]:active, input[type=number]:active, input[type=tel]:active, input[type=range]:active, input[type=date]:active, input[type=month]:active, input[type=week]:active, input[type=time]:active, input[type=datetime]:active, input[type=datetime-local]:active, input[type=color]:active, textarea:active {
  border: 1px solid #1D1D1D;
}

textarea {
  height: 120px;
}

.title-description {
  font-size: 18px;
  line-height: 27px;
  color: #757575;
  margin: 20px auto 40px;
  width: 100%;
  max-width: 460px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  color: #FF0000;
  margin-top: 7px;
}

/* Неактивная */
.wpcf7-form input[type=submit]:disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  height: 56px;
  background-color: transparent;
  border: 2px solid #757575;
  color: #757575;
  text-transform: uppercase;
  font-size: 16px;
  cursor: not-allowed;
  pointer-events: none;
  transition: all 0.25s ease;
}

.wpcf7-form .first-input p, .wpcf7-form .second-input p, .wpcf7-form .full-input p {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Активная */
.wpcf7-form input[type=submit]:not(:disabled) {
  background-color: transparent;
  color: #1D1D1D;
  padding: 18px 30px;
  height: 56px;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #1D1D1D;
  cursor: pointer;
  pointer-events: auto;
}

/* Hover только у активной */
.wpcf7-form input[type=submit]:not(:disabled):hover {
  background-color: #1D1D1D;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
  padding: 18px 30px;
  height: 56px;
}

.cf-footer-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.wpcf7-form .cf-form-button p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  margin: 0;
}

.wpcf7-spinner {
  display: flex;
  padding: 0;
  margin: 0 24px;
}

.wpcf7-list-item {
  display: flex;
  margin: 0;
}

.wpcf7 form .wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* Скрываем нативный чекбокс */
.wpcf7 form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

/* Рисуем наш квадрат слева от текста */
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px; /* место под квадрат */
  line-height: 20px;
  display: flex;
  color: #757575;
}

.wpcf7-list-item-label a {
  display: flex;
  padding-left: 5px;
  color: #757575;
}

.wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #E1DED9; /* цвет рамки (изменяемый) */
  border-radius: 4px;
  background: #E1DED9; /* цвет фона в неактивном состоянии */
  transition: background-color 0.2s, border-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px; /* размер иконки */
}

.wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label:hover.wpcf7-list-item-label::before {
  border: 1px solid #1D1D1D;
  background: #E1DED9;
}

/* Активное состояние: цвет и иконка */
.wpcf7 form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #E1DED9; /* твой цвет при активном состоянии */
  border-color: #E1DED9;
  background-image: url("http://localhost:8087/wp-content/uploads/2025/08/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* Фокус для доступности (по желанию) */
.wpcf7 form .wpcf7-acceptance input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 1px solid #1D1D1D;
  outline-offset: 1px;
}

/* End Menu */
/**** FOOTER ****/
footer {
  background-color: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  gap: 60px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.footer a {
  display: flex;
}
.footer__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.footer__title--logo {
  font-size: 40px;
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
  color: #1D1D1D;
}
.footer__title--border {
  width: 100%;
  height: 3px;
  background-color: #1D1D1D;
}
.footer__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__col {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 19px;
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col ul li {
  display: flex;
  gap: 4px;
}
.footer__col p {
  font-size: 18px;
  line-height: 24px;
  max-width: 200px;
  padding: 0;
  margin: 0;
  color: #1D1D1D;
}
.footer__col a {
  color: #1D1D1D;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: linear 0.2s;
}
.footer__col a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #1D1D1D;
}

.under-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  padding: 12px 0px;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  margin: 0 auto;
}
.under-footer p {
  font-size: 13px;
  line-height: 15px;
  color: #757575;
  display: flex;
  gap: 3px;
}
.under-footer__left a {
  color: #757575;
  display: contents;
}
.under-footer__right {
  display: flex;
  gap: 3px;
}
.under-footer__right a {
  color: #757575;
}
.under-footer__right a:hover {
  color: #1D1D1D;
}

/* ERROR 404 */
.error-404 {
  width: 100%;
  max-width: 1140px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
}
.error-404 .page-title {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333333;
}
.error-404 h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333333;
}
.error-404 p {
  margin-bottom: 30px;
  color: #757575;
}
.error-404 a.main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  background-color: transparent;
  border: 2px solid #1D1D1D;
  border-radius: 3px;
  transition: linear 0.2s;
  font-size: 16px;
  height: 52px;
  width: 140px;
  text-decoration: none;
}
.error-404 a.main-button:hover {
  color: #fff;
  background-color: #1D1D1D;
  border: 2px solid #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}

/****************/
/*** WooCommerce ***/
.woocommerce-ordering, .woocommerce-result-count {
  display: none;
}

.woocommerce ul.products li.product .price {
  font-weight: 600;
  font-size: 16px;
  color: #757575;
  text-align: center;
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  color: #1D1D1D;
  text-align: center;
  font-weight: 500;
  padding: 0 0 12px;
}

.woocommerce ul.products li.product .button {
  display: none;
}

/* Cart */
.header-cart {
  display: flex;
  z-index: 999;
}

.cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.cart-icon svg {
  width: 24px;
  height: 24px;
}

.cart-icon svg path {
  stroke: #1D1D1D !important;
  transition: 0.3s;
}

.cart-icon:hover svg path {
  stroke: #F04000 !important;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #1D1D1D;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 2px;
  border-radius: 100%;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asnp-esb-badge-1 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
}

.woocommerce nav.woocommerce-pagination ul li span {
  color: #1D1D1D;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #1D1D1D;
  border: 1px solid #1D1D1D;
  color: #fff;
  border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #1D1D1D;
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #757575;
  border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #1D1D1D;
  background: transparent;
  border: 1px solid #1D1D1D;
}

.woocommerce nav.woocommerce-pagination ul li a:active {
  color: #1D1D1D;
  background: transparent;
  border: 1px solid #1D1D1D;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: none;
  margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  background: #fff;
  border-radius: 3px;
  padding-bottom: 20px;
}

/*******************/
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 2em;
  -webkit-mask-image: url(http://localhost:8087/wp-content/uploads/2025/08/Vector.png);
          mask-image: url(http://localhost:8087/wp-content/uploads/2025/08/Vector.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5em;
          mask-size: 5em;
  width: 5em;
}

.cart-empty-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #F8F8F8;
  padding-bottom: 80px;
  min-height: 70vh;
}

.empty-cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-empty.woocommerce-info {
  border: none;
  border-top-color: transparent;
  background-color: transparent;
  padding: 0;
  font-size: 36px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #1D1D1D;
  margin: 0 0 40px;
}

.cart-empty.woocommerce-info::before {
  display: none;
}

.return-to-shop a.button {
  background-color: transparent;
  color: #1D1D1D;
  width: 190px;
  height: 58px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1D1D1D;
  transition: 0.3s;
  cursor: pointer;
}

.return-to-shop a.button:hover {
  background-color: #1D1D1D;
  color: #fff;
  border: 1px solid #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}

/* Single Product */
/* Контейнер */
.product-page.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Сетка */
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.product-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

/* Галерея */
.product-gallery {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.product-gallery .flex-viewport {
  max-height: 700px;
}

.woocommerce-product-gallery__wrapper {
  max-height: 700px;
}

.product-gallery img {
  width: 100%;
  border-radius: 3px;
}

.product-gallery ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  width: 100%;
  max-width: 560px;
}

.product-gallery ol li {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  cursor: pointer;
}

.navigation.post-navigation {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/* Summary (правая часть) */
.product-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}

.product-title {
  font-size: 38px;
  line-height: 40px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 10px;
}

.price {
  font-size: 24px;
  font-weight: 500;
  color: #757575;
}

.woocommerce-product-details__short-description p {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.single-product-info p {
  color: #757575;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  max-width: 358px;
  margin-top: 24px;
}

.single-product-info a {
  color: #757575;
  font-size: 14px;
  line-height: 21px;
}

.single-product-info a:hover {
  color: #1D1D1D;
}

.product_meta {
  display: none;
}

/* Атрибуты (цвета, размеры) */
.variations_form table {
  width: 100%;
  border: none;
}

.variations td.label {
  font-weight: bold;
}

.variations select {
  padding: 8px 12px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

.variations tr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
}

.variations label, .woocommerce-variation-availability .stock, .in-stock, .out-of-stock {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  line-height: 24px;
}

.out-of-stock {
  margin-top: 24px;
}

.variations label, .woocommerce-variation-availability .stock, .in-stock {
  margin: 34px 0;
}

.custom-variation-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.variation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background-color: transparent;
  color: #333333;
  border: 1px solid #333333;
  cursor: pointer;
  transition: 0.3s;
}

.variation-btn:hover {
  color: #000;
  border: 1px solid #000;
}

.variation-btn.selected, .variation-btn:active {
  color: #fff;
  background-color: #1D1D1D;
  border: 1px solid #000;
}

/* Tabs */
.woocommerce-tabs {
  margin-top: 60px;
}

.woocommerce-Tabs-panel {
  width: 100%;
  max-width: 600px;
  margin: 20px 20px 40px;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #E1DED9;
}

.woocommerce-tabs ul.tabs li {
  margin: 0;
}

.woocommerce-tabs ul.tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  text-decoration: none;
  color: #757575;
  padding: 0 24px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul.tabs li a:hover {
  border-bottom: 2px solid #E1DED9;
  color: #333333;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #1D1D1D;
  border-bottom: 2px solid #1D1D1D;
}

.woocommerce-Tabs-panel {
  margin-bottom: 60px;
}

.woocommerce-Tabs-panel p {
  color: #333333;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.custom-quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  height: 48px;
  border-radius: 4px;
}

.cart-collaterals .cart_totals table.shop_table .fee td, .cart-collaterals .cart_totals table.shop_table .tax-total td {
  text-align: right;
  padding-right: 0;
}

.cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals.shipping td {
  padding-right: 0;
}

.qty-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 48px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 0 2px;
}

.qty-btn.minus {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #E1DED9;
  border-top: 1px solid #E1DED9;
  border-bottom: 1px solid #E1DED9;
}

.qty-btn.plus {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #E1DED9;
  border-top: 1px solid #E1DED9;
  border-bottom: 1px solid #E1DED9;
}

.custom-quantity input.qty {
  width: 40px;
  text-align: center;
  border: none;
  height: 48px;
  margin: 0;
  border-top: 1px solid #E1DED9;
  border-bottom: 1px solid #E1DED9;
  border-radius: 0;
}

.custom-quantity input {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
}

/* Chrome, Safari, Edge, Opera */
.custom-quantity input.qty::-webkit-outer-spin-button,
.custom-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custom-quantity input.qty[type=number] {
  -moz-appearance: textfield;
}

/* Прячем родные селекты, но оставляем их в DOM (важно для логики WooCommerce) */
.variations select.hidden-variation-select {
  display: none !important;
}

/* Кнопки атрибутов */
.custom-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.custom-variation-buttons .variation-btn {
  padding: 8px 14px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.custom-variation-buttons .variation-btn:hover {
  border-color: #333;
}

.custom-variation-buttons .variation-btn.selected {
  background: #000;
  color: #fff;
  border-color: #000;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 16px;
  margin: 10px 0;
}

.woocommerce-notices-wrapper {
  color: #1D1D1D;
  background-color: #F8F8F8;
}

.woocommerce-message {
  border-top-color: #1D1D1D;
}

.woocommerce-message {
  border-top-color: #1D1D1D;
  display: flex;
  flex: 1 1 100%;
  height: 70px;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-notices-wrapper:focus, .woocommerce-message:focus {
  outline: 1px solid #1D1D1D;
  outline-offset: 1px;
  box-shadow: none !important;
}

.woocommerce-message::after {
  display: none;
}

.woocommerce-message::before {
  color: #1D1D1D;
}

.woocommerce-message::before {
  top: 27px;
}

.woocommerce .woocommerce-message .button {
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 500;
  border-radius: 3px;
  color: #fff;
  background-color: #1D1D1D;
  border: 0;
}

.woocommerce .woocommerce-message .button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1D;
  color: #fff;
  height: 48px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}

.related-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  gap: 64px;
}

.related-header h2 {
  min-width: 200px;
  text-wrap: nowrap;
}

.related h2 {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 38px;
}

.related h2.woocommerce-loop-product__title {
  font-size: 16px;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}

.woocommerce .related ul.products li.product a img {
  margin: 0 0 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disable {
  background-color: #E1DED9;
  color: #757575;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #E1DED9;
  color: #757575;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.9) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  text-wrap: nowrap;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #757575;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  font-weight: 600;
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
  color: #000;
}

.navigation.post-navigation {
  display: none;
}

.product-summary .cart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

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

.woocommerce-product-details__short-description .border-title {
  margin: 5px 0 30px !important;
}

/* Cart */
.cart-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin: 40px auto 0px;
}

.woocommerce-cart-form {
  display: flex;
  flex: 1 1 calc(70% - 16px);
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(30% - 16px);
  background-color: #fff;
  border-radius: 3px;
  padding: 32px;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.2);
  margin: 0 auto 120px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
}

.cart_item .product-quantity .quantity {
  display: flex;
}

.cart_item {
  background-color: #fff;
  border-bottom: 10px solid #F8F8F8;
}

/* Общий контейнер корзины */
.cart-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Левая часть */
.cart-items {
  flex: 1;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #E1DED9;
  background-color: #fff;
  border: none;
}

.cart-item-label {
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0;
  margin: 0;
}

.cart-item-label .cart-thumb {
  height: 62px;
}

.cart-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #757575;
  font-weight: 500;
}

.cart-item-label .cart-thumb-empty {
  width: 110px;
}

.product-thumbnail {
  flex: 0 0 80px;
  padding: 20px 0;
}
.product-thumbnail a {
  width: 80px;
  height: 110px;
}
.product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce-cart table.cart img {
  width: 80px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.woocommerce-cart table.cart .product-thumbnail {
  padding: 20px 0;
}

.cart-remove {
  flex: 0 0 30px;
  text-align: center;
  width: 30px;
  padding: 18px;
}

.cart-thumb {
  flex: 0 0 80px;
}

.cart-name {
  flex: 1;
  font-weight: 500;
  max-width: 344px;
}

.cart-price {
  flex: 0 0 100px;
  text-align: center;
}

.cart-qty {
  flex: 0 0 120px;
  text-align: center;
  margin: 0 auto;
}

.cart-subtotal {
  flex: 0 0 100px;
  text-align: center;
  font-weight: 600;
}

.cart-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* Правая колонка */
.cart-summary {
  flex: 0 0 300px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Корзина в виде блока */
.woocommerce-cart-form table.shop_table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

/* Глобально для всех input qty */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.qty {
  -moz-appearance: textfield; /* Firefox */
}

.cart-qty .quantity {
  display: flex;
  align-items: center;
  height: 48px;
}

.woocommerce .quantity .qty {
  width: 40px;
  text-align: center;
  height: 48px;
  border: none;
  border-top: 1px solid #E1DED9;
  border-bottom: 1px solid #E1DED9;
  color: #1D1D1D;
}

.cart-thumb {
  width: 80px;
  height: 110px;
  overflow: hidden;
  border-radius: 3px;
}
.cart-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.product-name {
  width: 100%;
}

.product-name a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #1D1D1D;
  text-decoration: none;
  padding: 0 10px 0 0;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table td {
  border-top: none;
}

.woocommerce table.shop_table th {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #757575;
  font-weight: 500;
  font-weight: normal;
  padding: 9px 12px;
  line-height: 1.5em;
}

.woocommerce table.shop_table th {
  text-align: center;
}

.woocommerce-Price-amount .amount {
  font-size: 16px;
  color: #1D1D1D;
  font-weight: 500;
}

.woocommerce .product-remove a.remove {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 14px;
  width: 14px;
  padding: 4px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  color: #333333 !important;
  text-decoration: none;
  font-weight: 300;
  border: 0;
}

.woocommerce .product-remove a:hover.remove {
  color: #FF0000 !important;
  background-color: transparent;
}

.coupon .input-text {
  height: 44px;
  width: 130px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 130px;
}

.woocommerce button.button {
  font-size: 16px;
  cursor: pointer;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 3px;
  left: auto;
  color: #333333;
  background-color: transparent;
  border: 1px solid #333333;
  height: 44px;
  float: right;
  transition: linear 0.3s;
}

.woocommerce button.button:hover {
  color: #fff !important;
  background-color: #1D1D1D !important;
  border: 1px solid #1D1D1D !important;
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
  gap: 14px;
}

.woocommerce table.cart td.actions {
  padding: 32px 0 120px;
  border: none;
}

.woocommerce table.shop_table td {
  font-weight: 500;
  padding: 10px 22px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 12px 28px;
  background-color: #1D1D1D;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 48px;
  border-radius: 3px;
  cursor: pointer;
  transition: linear 0.3s;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}

.cart_totals h2 {
  margin: 0;
}

.cart-collaterals .cart_totals .cart-subtotal th, .cart-collaterals .cart_totals .order-total th {
  text-align: left;
}

.cart-collaterals .cart_totals .cart-subtotal td, .cart-collaterals .cart_totals .order-total td {
  text-align: right;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  text-align: left;
}

.cart-collaterals .cart_totals table.shop_table tbody th, .cart-collaterals .cart_totals table.shop_table tbody td {
  font-weight: 400;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 24px;
}

.product-remove {
  padding-left: 16px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  vertical-align: middle;
}

.woocommerce table.shop_table tbody th {
  font-weight: 400;
  padding-left: 0;
}

.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=password], .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=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
  background-color: #fff !important;
  border: 1px solid #E1DED9 !important;
  border-radius: 3px !important;
  color: #333333;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  height: 56px !important;
  line-height: 26px !important;
  min-height: 56px !important;
  padding: 15px !important;
  width: 100%;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: #fff !important;
  border: 1px solid #E1DED9 !important;
  border-radius: 3px !important;
  color: #333333 !important;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  height: 100%;
  min-height: 56px;
  padding: 15px;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  color: #333333;
  cursor: text;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  left: 15px !important;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 26px;
  margin: 0;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 27px !important;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: all 0.2s ease;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  color: #333333;
  font-size: 15px !important;
  font-style: inherit;
  font-weight: inherit;
  left: 15px !important;
  line-height: 26px !important;
  margin: 0;
  top: 2px;
}

select .wc-blocks-components-select__select {
  padding: 15px !important;
  padding: 28px 15px;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 28px 15px !important;
}

.wc-block-components-form .wc-block-components-text-input.is-active label {
  top: 0px !important;
  color: #757575 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  height: 56px !important;
  position: relative;
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 18px;
  height: 56px;
  text-align: left;
}

.select2-container .select2-selection {
  background-color: #fff;
  border: 1px solid #E1DED9;
  border-radius: 3px;
}

.woocommerce form .form-row .input-text {
  padding: 18px;
  background-color: #fff;
  border: 1px solid #E1DED9;
  border-radius: 3px;
  height: 56px;
}

.wc-block-components-order-summary .price {
  font-size: 18px;
}

.wc-block-formatted-money-amount .wc-block-components-formatted-money-amount .wc-block-components-product-price__value .wc-block-components-order-summary-item__individual-price {
  font-size: 18px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  display: none;
}

.wc-block-components-button:not(.is-link) {
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.1s linear;
  background-color: #757575 !important;
  border: 1px solid #757575;
  color: #fff !important;
}

.wc-block-components-button .is-link {
  background: #1D1D1D;
  border: 1px solid #757575;
  color: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #1D1D1D;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #1D1D1D;
  outline: 3px solid transparent;
}

/* Order received */
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.woocommerce-customer-details address {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 1.5em;
  gap: 40px;
  display: flex;
  align-items: center;
}

.woocommerce .woocommerce-order ul.order_details {
  margin: 24px 0;
  list-style: none;
}

section.woocommerce-order-details table.shop_table th {
  text-align: left;
}

.woocommerce .woocommerce-order {
  width: 100%;
  max-width: 680px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin: 40px auto 120px;
}

body.woocommerce-order-received, body.woocommerce-checkout {
  background-color: #F8F8F8 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
  border-radius: 3px;
  background-color: #fff;
  padding: 32px 30px;
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.2) !important;
}

.wc-block-checkout__sidebar.is-sticky {
  top: 120px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}

.wc-block-components-sidebar .wc-block-components-panel, .wc-block-components-sidebar .wc-block-components-totals-coupon, .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wc-block-components-sidebar .wc-block-components-totals-item {
  border-top: none !important;
  border-bottom: 1px solid #E1DED9;
  padding-bottom: 20px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  padding-bottom: 20px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #1D1D1D !important;
  border: none !important;
  box-shadow: 0 0 0 0px #757575 !important;
  color: #fff !important;
}

.wc-block-components-totals-wrapper {
  border-top: none !important;
}

.cart-extra-info {
  font-size: 13px;
  line-height: 19px;
  color: #757575;
  font-weight: 400;
  margin-bottom: 32px;
}
.cart-extra-info a {
  margin-top: 5px;
  color: #1D1D1D;
  font-weight: 500;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

a.shipping-calculator-button:hover, a.shipping-calculator-button:active, a.shipping-calculator-button:visited, a.shipping-calculator-button:selected, a.shipping-calculator-button:focus {
  color: #F04000;
}

.shipping-calculator-form button.button {
  margin-bottom: 20px;
}

.Label--resting {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}

/****************************/
.hero {
  display: block;
  width: 100%;
}
.hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  background-size: cover;
  margin: 0 auto 0;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.about__info {
  width: 100%;
  max-width: 1140px;
  background-color: #F8F8F8;
  border-radius: 34px;
  color: #1D1D1D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 37px;
  padding: 56px 0;
  text-align: center;
  margin-bottom: 100px;
}
.about__info h1 {
  font-size: 38px;
  line-height: 44px;
  margin: 0;
}
.about__info .text-about {
  font-size: 32px;
  line-height: 36px;
  max-width: 720px;
  font-weight: 600;
  text-transform: none;
}
.about__info .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #757575;
}

.featured-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  width: 100%;
}
.featured-items a.main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  background-color: transparent;
  border: 2px solid #1D1D1D;
  font-size: 16px;
  height: 52px;
  border-radius: 3px;
  transition: linear 0.2s;
  width: 140px;
  text-decoration: none;
}
.featured-items a.main-button:hover {
  color: #fff;
  background-color: #1D1D1D;
  border: 2px solid #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}

.bottom-section {
  display: block;
  width: 100%;
  margin: 120px auto 100px;
}
.bottom-section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-width: 100%;
  background-size: cover;
  margin: 0 auto 0;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
}
.bottom-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seo-block {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 80px;
  gap: 40px;
}

.seo-text-home {
  display: flex;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #757575;
}

.social-media {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 90px auto;
}
.social-media__block {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.social-media__block--item {
  display: flex;
  flex-direction: row;
  flex: 1 1 calc(50% - 60px);
  gap: 20px;
  border-bottom: 2px solid #E1DED9;
  padding: 24px 24px 50px;
}
.social-media__block--item .image-card {
  display: flex;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  border: 2px solid #F04000;
  overflow: hidden;
}
.social-media__block--item .image_profile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-media__block--item .text-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  gap: 16px;
}
.social-media__block--item .text-card .title {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1D;
  margin: 0;
  padding: 0;
}
.social-media__block--item .text-card .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #757575;
}
.social-media__block--item .text-card a.cfs-hyperlink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  border-radius: 3px;
  text-decoration: none;
  height: 36px;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
  background-color: transparent;
}
.social-media__block--item .text-card a.cfs-hyperlink span {
  color: #1D1D1D;
  font-size: 16px;
}
.social-media__block--item .text-card a.cfs-hyperlink:hover {
  color: #fff;
  border: 1px solid #1D1D1D;
  background-color: #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.social-media__block--item .text-card a.cfs-hyperlink:hover span {
  color: #fff;
}

.about-us {
  display: block;
  width: 100%;
  padding: 0 12px;
  margin-top: -32px;
}
.about-us__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0 auto;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__info.about-page {
  gap: 17px;
  margin: 100px auto 120px;
}

.about-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 60px 0 100px;
}
.about-section__title {
  display: flex;
  justify-content: flex-start;
  color: #1D1D1D;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  max-width: 420px;
  flex: 1 1 calc(50% - 40px);
}
.about-section__information {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 calc(50% - 40px);
  max-width: 640px;
}
.about-section__information--text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: 300;
}
.about-section__information--desc {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 12px;
  font-style: italic;
  color: #333333;
}
.about-section__information--buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0 0;
}
.about-section__information--buttons .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  background-color: transparent;
  border: 2px solid #1D1D1D;
  font-size: 16px;
  height: 44px;
  padding: 12px 28px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: linear 0.3s;
}
.about-section__information--buttons .main-button:hover {
  color: #fff;
  background-color: #1D1D1D;
  border: 2px solid #1D1D1D;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.about-section__information--buttons .main-button:hover .cfs-hyperlink {
  color: #fff;
  text-decoration: none;
}
.about-section__information--buttons .main-button:hover .cfs-hyperlink span {
  color: #fff;
}
.about-section__information--buttons .main-button .cfs-hyperlink {
  color: #1D1D1D;
  text-decoration: none;
}
.about-section__information--buttons .main-button .cfs-hyperlink span {
  color: #1D1D1D;
}
.about-section__information--buttons .dark-button {
  color: #fff;
  background-color: #1D1D1D;
  border: 2px solid #1D1D1D;
}
.about-section__information--buttons .dark-button:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
}
.about-section__information--buttons .dark-button:hover .cfs-hyperlink {
  color: #fff;
}
.about-section__information--buttons .dark-button:hover .cfs-hyperlink span {
  color: #fff;
}
.about-section__information--buttons .dark-button .cfs-hyperlink {
  color: #fff;
}
.about-section__information--buttons .dark-button .cfs-hyperlink span {
  color: #fff;
}

@media all and (max-width: 1024px) {
  .hero__image {
    max-width: 920px;
  }
  .about__info {
    max-width: 920px;
  }
  .about__info .text-about {
    font-size: 28px;
    line-height: 32px;
    max-width: 580px;
  }
  .bottom-section__image {
    min-height: 700px;
  }
  .seo-block {
    max-width: 920px;
  }
  .social-media {
    max-width: 920px;
  }
  .social-media__block--item .image-card {
    min-width: 110px;
    min-height: 110px;
  }
  .about-us__image {
    min-height: 700px;
  }
  .about-section__title {
    font-size: 28px;
    line-height: 34px;
  }
  .footer, .under-footer {
    max-width: 920px;
  }
  .widget-area, .entry-header, .entry-title {
    max-width: 920px;
  }
  .page-content, .entry-content, .entry-summary {
    max-width: 920px;
  }
  .product-title {
    font-size: 32px;
    line-height: 38px;
  }
  .woocommerce-product-details__short-description {
    font-size: 18px;
    line-height: 26px;
  }
  .variations label {
    margin: 14px 0;
  }
  .custom-variation-buttons {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .hero__image {
    background-size: cover;
    min-height: 300px;
  }
  .about__info {
    border-radius: 16px;
    gap: 20px;
    padding: 26px 0;
    margin-bottom: 100px;
  }
  .about__info h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .about__info .text-about {
    font-size: 19px;
    line-height: 26px;
    max-width: 280px;
  }
  .about__info .description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    max-width: 280px;
  }
  .featured-items {
    margin: 70px auto 40px;
  }
  .featured-items a.main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D1D1D;
    background-color: transparent;
    border: 2px solid #1D1D1D;
    font-size: 16px;
    height: 52px;
    width: 140px;
    text-decoration: none;
  }
  .featured-items a.main-button:hover {
    color: #fff;
    background-color: #1D1D1D;
    border: 2px solid #1D1D1D;
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.25);
  }
  .bottom-section {
    display: block;
    width: 100%;
    margin: 80px auto 60px;
  }
  .bottom-section__image {
    min-height: 300px;
  }
  .seo-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 28px;
    margin: 40px auto 80px;
    gap: 32px;
  }
  .seo-text-home {
    flex: 1 1 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }
  .social-media {
    margin: 90px auto;
  }
  .social-media__block {
    gap: 0px;
  }
  .social-media__block--item {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    gap: 32px;
    padding: 36px 0px 50px;
  }
  .social-media__block--item .image-card {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
  }
  .social-media__block--item .text-card {
    max-width: 250px;
    gap: 16px;
  }
  .about-us {
    padding: 10px;
  }
  .about-us__image {
    min-height: 240px;
  }
  .about__info.about-page {
    text-align: left;
    gap: 17px;
    margin: 80px auto 100px;
    padding: 48px 20px;
  }
  .about-section {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    margin: 40px 0 0;
  }
  .about-section__title {
    font-size: 24px;
    line-height: 28px;
    flex: 1 1 100%;
  }
  .about-section__information {
    flex: 1 1 100%;
  }
  .about-section__information--buttons {
    flex-direction: column;
    gap: 16px;
  }
  .cart-empty.woocommerce-info {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 24px;
    text-align: center;
  }
  .widget-area, .entry-header {
    width: 100%;
    padding: 0 28px;
  }
  .footer {
    padding: 40px 28px;
    gap: 40px;
    width: 100%;
  }
  .footer__title {
    flex-direction: row;
    gap: 50px;
  }
  .footer__columns {
    flex-direction: column;
    gap: 30px;
  }
  .under-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 12px 28px;
    gap: 10px;
  }
  .header {
    height: 50px;
    padding: 10px 16px;
    justify-content: space-between;
  }
  .site-logo {
    max-width: 94px;
  }
  .header__menu span.menu-icon {
    display: none;
  }
  .menu__center {
    display: none;
  }
  .menu-icon {
    display: block;
    height: 18px;
    width: 18px;
  }
  .menu-icon__line {
    height: 2px;
    width: 18px;
    margin-bottom: 5px;
  }
  .menu-icon__line-left {
    width: 18px;
    margin-top: 5px;
  }
  .menu-icon__line-right {
    width: 18px;
  }
  .menu-icon:hover .menu-icon__line-left {
    width: 18px;
  }
  .menu-icon:hover .menu-icon__line-right {
    width: 18px;
  }
  body.nav-active .menu-icon__line-left {
    width: 9px;
    transform: translate(1px, 3.5px) rotate(45deg);
  }
  body.nav-active .menu-icon__line-right {
    width: 9px;
    transform: translate(-1px, -3.5px) rotate(45deg);
  }
  body.nav-active .menu-icon:hover .menu-icon__line-left {
    width: 9px;
  }
  body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 9px;
  }
  .page-content, .entry-content, .entry-summary {
    margin: 24px auto 0;
    padding: 0 28px;
  }
  .page-title-section {
    gap: 16px;
    margin: 0;
  }
  .entry-title {
    font-size: 21px;
  }
  .page-title-section .entry-title {
    font-size: 21px;
  }
  .breadcrumbs {
    margin: 20px 0 14px;
    font-size: 12px;
  }
  .header-right {
    margin: 0;
  }
  .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #1D1D1D;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 2px;
    border-radius: 100%;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .asnp-esb-badge-1 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .asnp-esb-inner-span1-1 {
    right: -91.0810810811px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 4px;
  }
  .woocommerce ul.products li.product a img {
    margin: 0 0 10px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 16px;
  }
  .site-main {
    padding: 50px 0 0;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-page.container {
    padding: 0;
  }
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 12px;
    line-height: 16px;
  }
  .product-title {
    font-size: 32px;
    line-height: 36px;
  }
  .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .woocommerce-product-details__short-description {
    margin: 0 0 20px;
  }
  .woocommerce-tabs ul.tabs {
    flex-direction: column;
    font-size: 14px;
  }
  .woocommerce-tabs ul.tabs li a {
    height: 56px;
    padding: 0 24px;
  }
  .woocommerce-Tabs-panel {
    margin: 0 0 40px;
    padding: 0;
  }
  .related-header {
    gap: 16px;
  }
  .related h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .related-header h2 {
    min-width: auto;
    text-wrap: nowrap;
  }
  .product-gallery ol li {
    width: 54px;
    height: 54px;
  }
  .price {
    font-size: 21px;
    margin: 0 0 24px;
  }
  .woocommerce ul.products li.product .price {
    font-size: 15px;
  }
  .custom-variation-buttons {
    gap: 8px;
    margin-top: 0;
  }
  .woocommerce-variation-availability .stock, .in-stock {
    margin: 14px 0;
  }
  .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 23px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 4px;
  }
  .entry-title {
    font-size: 21px;
    min-width: 100px;
  }
  .woocommerce nav.woocommerce-pagination ul {
    justify-content: center;
  }
  .pswp__preloader {
    display: none;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
    padding: 0 0px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: none !important;
    border-radius: 3px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon, .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding-bottom: 36px;
    margin-bottom: 30px;
  }
  .wc-block-components-button:not(.is-link) {
    background: #1D1D1D !important;
    border: 1px solid #1D1D1D;
    color: #fff !important;
  }
  .wc-block-components-totals-item {
    border-bottom: 1px solid #E1DED9;
    padding-bottom: 20px;
  }
  .woocommerce .woocommerce-order table.shop_table th {
    padding: 9px 12px 9px 0 !important;
  }
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  /* Contact form */
  .contact-form {
    padding: 0px;
  }
  .wpcf7-form .first-input,
  .wpcf7-form .second-input {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .cf-footer-form {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label a {
    padding-left: 5px;
  }
  .cf-footer-form {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }
  .cf-form-accept {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wpcf7-form .cf-form-button p {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 100%;
    margin: 24px 0;
  }
  /* Cart */
  .cart-grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin: 40px auto 0px;
  }
  form.woocommerce-cart-form {
    width: 100% !important;
  }
  .woocommerce-cart-form {
    flex: 1 1 100%;
    margin: 0 auto;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    flex-direction: column;
    flex: 1 1 100%;
    background-color: #fff;
    padding: 32px;
    margin: 0 auto 120px;
  }
  .cart_item {
    border-bottom: 10px solid #F8F8F8;
    padding: 20px 16px;
  }
  .cart-item {
    gap: 20px;
    padding: 15px 0;
  }
  .cart-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #757575;
    font-weight: 500;
  }
  .woocommerce-cart table.cart img {
    width: 64px;
    height: auto;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 64px;
  }
  .woocommerce-cart table.cart .product-thumbnail a {
    width: 64px;
    height: auto;
  }
  .woocommerce-cart table.cart .product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
    position: relative;
  }
  .woocommerce table.shop_table_responsive tr .product-remove {
    padding-top: 0px;
    padding-left: 0;
    width: 14px;
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 16px;
    right: 16px;
    left: auto;
  }
  .woocommerce table.shop_table_responsive tr .product-name::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr .product-name {
    text-align: left;
    max-width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr .product-quantity {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    max-width: 130px;
    box-sizing: border-box;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    text-wrap: nowrap;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td.actions, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td.actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .shop_table tbody {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .woocommerce table.cart td.actions .coupon {
    padding: 0 4px 24px;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon .coupon-error-notice {
    position: absolute;
    top: 50px;
    left: 18px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 18px;
    height: 56px;
    text-align: left;
  }
  .select2-container .select2-selection {
    background-color: #fff;
    border: 1px solid #E1DED9;
    border-radius: 3px;
  }
  .woocommerce form .form-row .input-text {
    padding: 18px;
    background-color: #fff;
    border: 1px solid #E1DED9;
    border-radius: 3px;
    height: 56px;
  }
  .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    padding-bottom: 20px;
  }
  .woocommerce table.shop_table_responsive tr .product-name a {
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    color: #757575;
    padding: 0;
  }
  .cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .cart-qty .quantity {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .woocommerce .quantity .qty {
    width: 40px;
    text-align: center;
    height: 48px;
    border: none;
    border-top: 1px solid #E1DED9;
    border-bottom: 1px solid #E1DED9;
    color: #1D1D1D;
  }
  .product-name {
    width: 100%;
  }
  .product-name a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #1D1D1D;
    text-decoration: none;
    padding: 0 10px 0 0;
  }
  .woocommerce table.shop_table th {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #757575;
    font-weight: 500;
    font-weight: normal;
    padding: 9px 12px;
    line-height: 1.5em;
  }
  .woocommerce table.shop_table th {
    text-align: center;
  }
  .woocommerce-Price-amount .amount {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 500;
  }
  .coupon .input-text {
    height: 44px;
    width: 130px;
  }
  .woocommerce-page table.cart td.actions .button {
    width: calc(100% - 32px);
  }
  .woocommerce-message {
    padding: 0 16px 0 40px;
  }
  .woocommerce-message::before {
    left: 16px;
  }
  .woocommerce .woocommerce-message .button {
    font-size: 14px;
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    margin-left: 5px;
  }
  .woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 130px;
  }
  .woocommerce button.button {
    font-size: 16px;
    cursor: pointer;
    padding: 12px 28px;
    font-weight: 500;
    border-radius: 3px;
    left: auto;
    color: #333333;
    background-color: transparent;
    border: 1px solid #333333;
    height: 44px;
    float: right;
  }
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce table.cart td.actions .coupon {
    padding-bottom: 24px;
  }
  .woocommerce table.cart td.actions {
    padding: 16px 0 16px;
    border: none;
  }
  .woocommerce table.shop_table td {
    font-weight: 500;
    padding: 10px 0px;
  }
  .cart-collaterals .cart_totals .cart-subtotal th, .cart-collaterals .cart_totals .order-total th {
    text-align: left;
  }
  .cart-collaterals .cart_totals .cart-subtotal td, .cart-collaterals .cart_totals .order-total td {
    text-align: right;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    text-align: left;
  }
  .cart-collaterals .cart_totals table.shop_table tbody th, .cart-collaterals .cart_totals table.shop_table tbody td {
    font-weight: 400;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .product-remove {
    padding-left: 16px;
  }
  .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    vertical-align: middle;
  }
  .woocommerce table.shop_table tbody th {
    font-weight: 400;
    padding-left: 0;
  }
  .cart-extra-info {
    font-size: 13px;
    line-height: 19px;
    color: #757575;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .cart-extra-info a {
    margin-top: 5px;
    color: #1D1D1D;
    font-weight: 500;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
  }
  /****************************/
}/*# sourceMappingURL=custom-style.css.map */