@charset "UTF-8";
body.woocommerce-cart .parfen-error li {
  font-size: 12px;
  line-height: normal;
  padding-bottom: 12px;
  color: #D30004;
  font-weight: 500;
}
body.woocommerce-cart .loyalty-discount-bar .progress-bar {
  padding: 8px 18px 4px;
}
body.woocommerce-cart .container-big {
  max-width: 532px;
  width: 100%;
}
body.woocommerce-cart .woocommerce-message {
  display: none;
}
body.woocommerce-cart h2.brief-hidden-mobile {
  display: none;
}
body.woocommerce-cart h2.brief-hidden-mobile + .loyalty-discount-bar {
  display: none;
}
body.woocommerce-cart .woocommerce-breadcrumb {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  align-items: center;
}
body.woocommerce-cart .woocommerce-breadcrumb > a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #1C1C1A;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-breadcrumb > a p {
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-breadcrumb > a p:hover {
  color: #EF776A;
}
body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb a, body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb span {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb a:hover, body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb span:hover {
  color: #1C1C1A;
}
body.woocommerce-cart h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 32px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper {
  display: flex;
  gap: 35px;
  flex-wrap: nowrap;
  padding-bottom: 66px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form {
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table {
  width: 100%;
  max-width: 761px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item {
  border-radius: 24px;
  background: #FFFBF8;
  max-width: 761px;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 8px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
  width: 104px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity {
  padding-left: 24px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 350px;
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 320px;
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity p b {
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div {
  display: flex;
  position: relative;
  width: 72px;
  max-width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity input {
  pointer-events: none;
  width: 100%;
  max-width: 72px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #1C1C1A;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 6px;
  z-index: 6;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-down {
  left: 8px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-down svg path {
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-down.inactive svg path {
  stroke: #8E8E8E;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .black svg path {
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .black svg:hover path {
  stroke: #EF776A;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-up {
  right: 8px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-up svg path {
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-up svg:hover path {
  stroke: #EF776A;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-up.inactive svg path {
  stroke: #8E8E8E;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
  margin-left: auto;
  width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .price-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  padding-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .price-block .subtotal-sale {
  color: #E25F2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .price-block .subtotal-regular {
  text-decoration: none;
  color: #8E8E8E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove {
  width: 24px;
  height: 24px;
  border-radius: 60px;
  background: #D7E6B7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: all 0.3s;
  cursor: pointer;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove:hover {
  background: #EF776A !important;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove a {
  transition: all 0.3s;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove a:hover {
  background: #EF776A;
  border-radius: 16px;
  border-radius: 16px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove a svg {
  transition: all 0.3s;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove a svg:hover {
  background: #EF776A;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount {
  padding-top: 8px;
  padding-bottom: 32px;
  position: relative;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon input {
  height: 42px;
  border-radius: 34px;
  border: 1px solid #ADADA6;
  padding: 11px 16px;
  max-width: 624px;
  width: 100%;
  transition: all 0.3s;
  color: #1C1C1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding-top: 11px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon input:focus {
  border: 1px solid var(--Parfen-dark-gray, #8E8E8E);
  outline-width: 0;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon input:hover {
  border: 1px solid var(--Parfen-dark-gray, #8E8E8E);
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .button {
  display: flex;
  height: 42px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  border: 2px solid #EF776A;
  background: #EF776A;
  color: var(--Parfen-white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.3s;
  min-width: 129px;
  max-width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .button:hover {
  background: transparent;
  border: 2px solid var(--Parfen-light-orange, #EF776A);
  color: var(--Parfen-light-orange, #EF776A);
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .button[disabled] {
  cursor: not-allowed !important;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .button[disabled]:hover {
  border: 2px solid #EF776A;
  background: #EF776A;
  color: var(--Parfen-white, #FFF);
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon-accepted {
  background: transparent !important;
  border: 2px solid var(--Parfen-light-orange, #EF776A) !important;
  color: var(--Parfen-light-orange, #EF776A) !important;
  max-width: 270px !important;
  width: 100% !important;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon-message {
  position: absolute;
  font-size: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #90C223;
  bottom: 15px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon-alert-error {
  color: red;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon-alert-success {
  color: #90C223;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon-alert-duplicate {
  color: #E25F2B;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table tr:last-child {
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table tr:last-child p {
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
  cursor: pointer;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table tr:last-child p:hover {
  color: var(--Parfen-light-orange, #EF776A);
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals {
  width: 100%;
  max-width: 532px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  border-radius: 32px;
  background: #FFFBF8;
  position: relative;
  top: -60px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 16px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table {
  border-radius: 24px;
  background: var(--Parfen-white, #FFF);
  width: 100%;
  padding: 12px;
  margin-bottom: 24px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .coupon-discount td {
  display: flex;
  height: 50px;
  align-items: flex-end;
  justify-content: flex-end;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .coupon-discount th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .coupon-discount td {
  padding-bottom: 8px !important;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .coupon-discount th a p {
  color: var(--Parfen-light-orange, #EF776A);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal td, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount td, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
  padding-bottom: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals th {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal td, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount td, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
  text-align: right;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .order-total {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .order-total th {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .order-total td {
  text-align: right;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .order-total td strong {
  font-weight: inherit;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .checkout {
  border-radius: 42px;
  border: 2px solid var(--Parfen-light-orange, #EF776A);
  background: var(--Parfen-light-orange, #EF776A);
  color: var(--Parfen-white, #FFF);
  display: flex;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 484px !important;
  width: 100% !important;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .checkout:hover {
  background: #FFF;
  border: 2px solid var(--Parfen-light-orange, #EF776A);
  color: var(--Parfen-light-orange, #EF776A);
}
body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .fixed {
  position: fixed;
  left: 16px;
  top: auto !important;
  bottom: 80px;
  width: auto;
  z-index: 6;
  right: 16px;
  max-width: inherit;
  opacity: 1;
  transform: translate(0);
}
body.woocommerce-cart .wp-block-group {
  min-height: 50vh;
}
body.woocommerce-cart .wc-empty-cart-message {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  padding-top: 100px;
  font-weight: 500;
}
body.woocommerce-cart .return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
body.woocommerce-cart .return-to-shop .button {
  border-radius: 42px;
  border: 1px solid var(--Parfen-light-orange, #EF776A);
  background: var(--Parfen-light-orange, #EF776A);
  color: var(--Parfen-white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 32px;
  transition: all ease-in-out 0.3s;
}
body.woocommerce-cart .return-to-shop .button:hover {
  background: transparent;
  border: 1px solid var(--Parfen-light-orange, #EF776A);
  color: var(--Parfen-light-orange, #EF776A);
}
body.woocommerce-cart .related-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.woocommerce-cart .related-wrapper .slider__wrapper {
  overflow-x: hidden;
}
body.woocommerce-cart .related-wrapper .slider__wrapper .slick-list {
  margin: 0 -16px;
}
body.woocommerce-cart .related-wrapper .slider__wrapper .product__item {
  margin: 0 16px;
}
body.woocommerce-cart .related-wrapper .slider__wrapper .product__item .text__wrapper .top .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
body.woocommerce-cart .related-wrapper h2 {
  color: var(--Parfen-black, #1C1C1A);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 32px;
}
body.woocommerce-cart .related-wrapper .products {
  display: block;
}
body.woocommerce-cart .newsletter_section h3 {
  font-weight: 600;
}
body.woocommerce-cart .newsletter_section .section__body .right .wpcf7-form label {
  max-width: 415px;
  width: 100%;
}
body.woocommerce-cart .newsletter_section .section__body .right .wpcf7-form input[type=email],
body.woocommerce-cart .newsletter_section .section__body .right .wpcf7-form input[type=tel],
body.woocommerce-cart .newsletter_section .section__body .right .wpcf7-form input[type=text] {
  padding-top: 6px;
}
body.woocommerce-cart .newsletter_section .section__body .right .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 18px;
}

.slider__nav {
  display: none;
  float: right;
}

.slick-dots {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 11px;
  padding: 0;
  margin: 0;
}

.slick-dots li button {
  background-color: var(--Parfen-soft-grey, #F3F3F3);
  border-radius: 200px;
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background-color 0.5s, transform 0.5s;
}

.slick-dots li.slick-active button {
  background-color: #1C1C1A;
  transform: scale(1.2);
  width: 32px;
  height: 8px;
}

.quantity-button.minus svg path {
  stroke: #ADADA6;
}

.quantity-button.minus.black svg path {
  stroke: #1C1C1A;
}

/* Убираем стрелки в Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Убираем стрелки в Firefox */
.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input:focus {
  outline: none;
}

@media (max-width: 1023px) {
  body.woocommerce-cart .slider__nav {
    display: flex;
  }
  body.woocommerce-cart .slick-dots {
    opacity: 1;
  }
  body.woocommerce-cart .related-wrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .cart_totals .loyalty-discount-bar {
    display: none;
  }
  body.woocommerce-cart h2.brief-hidden-mobile {
    display: block;
  }
  body.woocommerce-cart h2.brief-hidden-mobile + .loyalty-discount-bar {
    display: block;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals h2 {
    display: none;
  }
  body.woocommerce-cart .container-big {
    max-width: 100%;
  }
  body.woocommerce-cart .container-big::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFFBF8;
    height: var(--before-height, 229px);
    z-index: -1;
  }
  body.woocommerce-cart h2.brief-hidden-mobile {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
  body.woocommerce-cart h1 {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  body.woocommerce-cart .woocommerce-breadcrumb {
    padding-bottom: 16px;
    padding-top: 0;
    gap: 16px;
  }
  body.woocommerce-cart .woocommerce-breadcrumb > a p {
    display: none;
  }
  body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb {
    gap: 4px;
  }
  body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb a, body.woocommerce-cart .woocommerce-breadcrumb .breadcrumb span {
    font-weight: 400;
  }
  body.woocommerce-cart .woocommerce-breadcrumb svg {
    width: 16px;
    height: 16px;
  }
  body.woocommerce-cart .checkout.fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  body.woocommerce-cart .related-wrapper {
    padding-top: 0;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper {
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 24px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals {
    padding: 24px 0;
    border-radius: 0;
    max-width: 100%;
    position: static;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal td, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .cart-discount td {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 8px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals th, body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 4px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .cart-collaterals .cart_totals .checkout {
    width: auto !important;
    max-width: inherit !important;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table tr:last-child p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item {
    align-items: flex-start;
    padding: 0;
    height: 98px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    width: 98px;
    height: 98px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
    height: 98px;
    width: 98px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity p {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 5px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div {
    margin-top: auto;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity-button {
    top: 5px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity div .quantity input {
    height: 22px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    padding: 8px;
    max-width: 80px;
    width: 100%;
    height: 100%;
    display: grid;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .product-remove {
    width: 22px;
    height: 22px;
    margin-top: auto;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .price-block {
    font-size: 14px;
    line-height: 21px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal .price-block .subtotal-sale {
    font-size: 14px;
    line-height: 21px;
  }
}
.checkout.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.checkout-placeholder {
  height: 0;
}

@media (max-width: 573px) {
  body.woocommerce-cart .related-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  body.woocommerce-cart .slick-dots {
    bottom: 0;
  }
  body.woocommerce-cart .wc-empty-cart-message {
    font-size: 18px;
    line-height: 24px;
  }
  body.woocommerce-cart .return-to-shop {
    padding-top: 16px;
  }
  body.woocommerce-cart .return-to-shop .button {
    font-size: 14px;
  }
  body.woocommerce-cart .related-wrapper .slider__wrapper .product__item {
    margin: 0 8px;
  }
  body.woocommerce-cart .related-wrapper .slider__wrapper .slick-list {
    margin: 0 -8px;
  }
}
@media (max-width: 425px) {
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity {
    width: 50%;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon {
    gap: 12px;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .button {
    font-size: 14px;
    line-height: 21px;
    padding: 0 16px;
    width: auto;
  }
  body.woocommerce-cart .woocommerce-cart-form-wrapper .woocommerce-cart-form .shop_table .discount .coupon .coupon-accepted {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=cart.css.map */
