.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1200px;
  }
}

body {
  background: #F8F7F5;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

html, body {
  font-family: "Manrope", sans-serif;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section-nr {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-nr {
    padding-left: 16px;
    padding-right: 0;
  }
}

.borderRadius {
  border-radius: 0px;
}

.subscription__btn a {
  border-radius: 100px;
  border: 1px solid #2A2A2A;
  padding: 12px 20px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subscription__btn a:hover {
  color: #FFFFFF;
  background-color: #6C935C;
  border-color: #6C935C;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
}

.interior-block {
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 0px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 80px;
    margin-bottom: 80px;
    /*
    gap: $gapContainer;
    */
  }
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-unset {
  -webkit-align-items: unset;
  align-items: unset;
}

.justify-content-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-flow-column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-end {
  -webkit-align-items: flex-end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .heading-hero {
    font-size: 40px;
  }
}

.font-heading-hero {
  font-family: "Manrope", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-hero {
    font-size: 40px;
  }
}

.font-heading-promo {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.font-heading-subhero {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subhero {
    font-size: 24px;
  }
}

.font-heading-block-title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-block-title {
    font-size: 30px;
  }
}

.font-heading-subblock-title {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock-title {
    font-size: 18px;
  }
}

.font-heading-subblock2-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock2-title {
    font-size: 16px;
  }
}

.font-product-card-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-card-text {
    font-size: 16px;
  }
}

.font-product-old-price {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #6C935C;
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #141718;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-button-text {
    font-size: 14px;
  }
}
.font-button-text:hover {
  background-color: #6C935C;
  color: #FFFFFF;
}

.font-menu-item {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-menu-item {
    font-size: 12px;
  }
}

.font-label-item {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #141718;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-label-item {
    font-size: 8px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.breadcrumbs .breadcrumbs_content {
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .breadcrumbs_content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #9d9d9d;
}

.top {
  margin-bottom: 40px;
}
.top .wrapper .title {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
.top .wrapper .control_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top .wrapper .control_items .control_item {
  padding: 8px 0;
  border-bottom: 1px solid #F8F7F5;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: rgba(20, 23, 24, 0.7);
  margin-right: 24px;
}
.top .wrapper .control_items .control_item:last-of-type {
  margin-right: 0;
}
.top .wrapper .control_items .active {
  color: rgb(20, 23, 24);
  border-bottom: 1px solid #141718;
}

.cart {
  padding-bottom: 90px;
}
.cart .wrapper .cart_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cart .wrapper .cart_body .products_body {
  max-width: 800px;
  width: 67%;
  margin-right: 15px;
  background: #FFF;
  box-sizing: border-box;
  padding: 32px;
}
.cart .wrapper .cart_body .products_body .products_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 32px;
}
.cart .wrapper .cart_body .products_body .products_top span {
  color: #404040;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.cart .wrapper .cart_body .products_body .products_top a {
  display: block;
  color: #404040;
  margin-left: auto;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 16.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.cart .wrapper .cart_body .products_body .cart_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart .wrapper .cart_body .products_body .cart_item .product-thumbnail {
  position: relative;
  max-width: 120px;
  width: 100%;
  max-height: 120px;
  height: auto;
}
.cart .wrapper .cart_body .products_body .cart_item .product-thumbnail a {
  display: block;
  max-width: 120px;
  width: 100%;
  max-height: 120px;
  height: auto;
}
.cart .wrapper .cart_body .products_body .cart_item .product-thumbnail a img {
  display: block;
  max-width: 120px;
  width: 100%;
  max-height: 120px;
  height: auto;
}
.cart .wrapper .cart_body .products_body .cart_item .product-thumbnail .badge {
  position: absolute;
  z-index: 5;
  left: 12px;
  top: 12px;
  width: 100%;
  padding: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  width: fit-content;
  width: -moz-fit-content;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #F5F3F1;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: #6C935C;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body {
  padding-left: 32px;
  max-width: 570px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_body_first {
  max-width: 216px;
  width: 100%;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_body_first .product-name {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 6px;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_body_first .sd {
  color: rgba(20, 23, 24, 0.4);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_count_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
  background: rgba(217, 210, 200, 0.5);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_count_content .product_count_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #423727;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_count_content .product_count_button svg {
  display: block;
  width: 24px;
  height: 24px;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_count_content .quantity {
  color: #141718;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_price {
  margin-left: 5px;
  max-width: 120px;
  width: 100%;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_price .price--sale, .cart .wrapper .cart_body .products_body .cart_item .product_body .product_price .price--normal {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.cart .wrapper .cart_body .products_body .cart_item .product_body .product_price .font-product-old-price {
  color: rgba(20, 23, 24, 0.4);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration-line: line-through;
}
@media (max-width: 745px) {
  .cart .wrapper .cart_body .products_body .cart_item {
    -webkit-justify-content: unset;
    justify-content: unset;
    width: 100%;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-thumbnail {
    max-width: 80px;
    max-height: 80px;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-thumbnail a {
    max-width: 80px;
    max-height: 80px;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-thumbnail a img {
    max-width: 80px;
    max-height: 80px;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product_body {
    padding-left: 20px;
    max-width: 150px;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product_body .product_body_first {
    margin-bottom: 20px;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product_body .product_count_content {
    margin-bottom: 20px;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-remove {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: block;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-remove a {
    display: block;
  }
  .cart .wrapper .cart_body .products_body .cart_item .product-remove a svg {
    display: block;
    width: 24px;
    height: 24px;
  }
}
.cart .wrapper .cart_body .products_body .return {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-align-items: center;
  align-items: center;
}
.cart .wrapper .cart_body .products_body .return svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.cart .wrapper .cart_body .products_body .return span {
  color: #404040;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.cart .wrapper .cart_body .cart_right {
  max-width: 370px;
  width: 32%;
}
.cart .wrapper .cart_body .cart_right .basket_all {
  background: #FFF;
  box-sizing: border-box;
  padding: 32px;
  height: fit-content;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_all_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  margin-bottom: 24px;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_all_title span {
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_all_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  margin-bottom: 20px;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_all_item span:first-of-type {
  font-family: "Manrope", sans-serif;
  color: #141718;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_all_item span, .cart .wrapper .cart_body .cart_right .basket_all .basket_all_item bdi, .cart .wrapper .cart_body .cart_right .basket_all .basket_all_item .cwoocommerce-Price-currencySymbol {
  font-family: "Manrope", sans-serif;
  color: #141718;
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  margin-bottom: 32px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #000;
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_total span:first-of-type {
  font-family: "Manrope", sans-serif;
  color: #141718;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.cart .wrapper .cart_body .cart_right .basket_all .basket_total .total-value {
  font-family: "Manrope", sans-serif;
  color: #141718;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
}
.cart .wrapper .cart_body .cart_right .basket_all .send {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*
  gap: $gapContainer;
  */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  text-decoration: none;
  background: #423727;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.cart .wrapper .cart_body .cart_right .hidden_info {
  margin-top: 24px;
  background: #FFF;
  box-sizing: border-box;
  padding: 32px;
  display: none;
  height: fit-content;
}
.cart .wrapper .cart_body .cart_right .hidden_info span {
  display: block;
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 8px;
}
.cart .wrapper .cart_body .cart_right .hidden_info a {
  display: block;
  color: #141718;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 985px) {
  .cart .wrapper .cart_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart .wrapper .cart_body .products_body {
    max-width: 985px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cart .wrapper .cart_body .cart_right {
    max-width: 985px;
    width: 100%;
  }
  .cart .wrapper .cart_body .cart_right .hidden_info {
    display: block;
  }
}
@media (max-width: 985px) {
  .cart {
    padding-bottom: 65px;
  }
}

/*# sourceMappingURL=cart.css.map */


