/*
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
*/
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1344px;
  }
}

body {
  background: #F9F7F2;
  -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: "GeologicaCursive", 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: 12px;
}

.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: #496B50;
  border-color: #496B50;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
}

.interior-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 98px;
  margin-bottom: 98px;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 64px;
    margin-bottom: 64px;
    gap: 24px;
  }
}

.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: "GeologicaCursive", 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: "GeologicaCursive", 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: "GeologicaCursive", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

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

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

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

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

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

.font-product-old-price {
  font-family: "GeologicaCursive", sans-serif;
  color: rgba(54, 50, 48, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: line-through;
  margin-bottom: 6px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "GeologicaCursive", sans-serif;
  color: #2C2921;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
  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: #496B50;
  color: #FFFFFF;
}

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

.font-label-item {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #FBFBFB;
}
@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 {
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #878787;
}

.top {
  padding-bottom: 48px;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
}
.top .wrapper .title {
  width: 100%;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .top .wrapper .title {
    font-size: 58px;
  }
}
@media (max-width: 1000px) {
  .top .wrapper .title {
    font-size: 55px;
  }
}
@media (max-width: 850px) {
  .top .wrapper .title {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  .top .wrapper .title {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  .top .wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .top {
    padding-bottom: 32px;
  }
}

.basket {
  padding-bottom: 90px;
}
.basket .wrapper .basket_top {
  margin-bottom: 48px;
}
.basket .wrapper .basket_top .basket_div {
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.basket .wrapper .basket_top .basket_span {
  color: #878787;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1250px) {
  .basket .wrapper .basket_top .basket_div {
    font-size: 22px;
  }
  .basket .wrapper .basket_top .basket_span {
    font-size: 15px;
  }
}
@media (max-width: 1050px) {
  .basket .wrapper .basket_top .basket_div {
    font-size: 20px;
  }
  .basket .wrapper .basket_top .basket_span {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .basket .wrapper .basket_top .basket_div {
    font-size: 18px;
  }
}
.basket .wrapper .card_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basket .wrapper .card_body .products_body {
  max-width: 790px;
  width: 60%;
  margin-right: 15px;
}
.basket .wrapper .card_body .products_body .products_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 48px;
}
.basket .wrapper .card_body .products_body .products_top span {
  display: block;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  padding-right: 24px;
}
.basket .wrapper .card_body .products_body .products_top a {
  display: block;
  color: #878787;
  font-family: "GeologicaCursive", 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;
}
.basket .wrapper .card_body .products_body .products .subscription_top {
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .basket .wrapper .card_body .products_body .products .subscription_top {
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .basket .wrapper .card_body .products_body .products .subscription_top {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .basket .wrapper .card_body .products_body .products .subscription_top {
    font-size: 21px;
  }
}
@media (max-width: 550px) {
  .basket .wrapper .card_body .products_body .products .subscription_top {
    font-size: 20px;
  }
}
.basket .wrapper .card_body .products_body .products .product, .basket .wrapper .card_body .products_body .products .sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  position: relative;
  max-width: 790px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E4DFD5;
  gap: initial;
}
.basket .wrapper .card_body .products_body .products .product .product_img_body, .basket .wrapper .card_body .products_body .products .sub .product_img_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 9.525px;
  background: #F3EFE6;
  max-width: 128px;
  width: 100%;
  max-height: 144px;
  min-height: 144px;
  height: auto;
  padding: 14px 12px;
  box-sizing: border-box;
  margin-right: 24px;
}
.basket .wrapper .card_body .products_body .products .product .product_img_body img, .basket .wrapper .card_body .products_body .products .sub .product_img_body img {
  display: block;
  max-width: 128px;
  max-height: 116px;
  height: auto;
  width: auto;
  object-fit: cover;
}
.basket .wrapper .card_body .products_body .products .product .product_meta, .basket .wrapper .card_body .products_body .products .sub .product_meta {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: initial;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_title, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_title {
  width: 75%;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .sub_description, .basket .wrapper .card_body .products_body .products .sub .product_meta .sub_description {
  color: #2C2921;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: auto;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-align-items: center;
  align-items: center;
  gap: initial;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price .regular_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price .regular_price {
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-right: 19px;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price .sale_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price .sale_price {
  color: #878787;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: line-through;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  border-radius: 100px;
  border: 1px solid #E4DFD5;
  max-width: 122px;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  gap: initial;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity .but, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity .but {
  cursor: pointer;
  border-radius: 100%;
  min-width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "GeologicaCursive", sans-serif;
  color: #2A2A2A;
  opacity: 0.15;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity .qty, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity .qty {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  width: 38px;
  color: #2A2A2A;
  text-align: center;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity .plus, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity .plus {
  background-color: #F3EFE6;
  opacity: 1;
}
.basket .wrapper .card_body .products_body .products .product .product_remove, .basket .wrapper .card_body .products_body .products .sub .product_remove {
  cursor: pointer;
  position: absolute;
  color: #878787;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  top: 0;
  right: 0;
}
@media (max-width: 1050px) {
  .basket .wrapper .card_body .products_body .products .product, .basket .wrapper .card_body .products_body .products .sub {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_img_body, .basket .wrapper .card_body .products_body .products .sub .product_img_body {
    max-width: 98px;
    max-height: 112px;
    min-height: 112px;
    height: auto;
    padding: 13px 9px;
    margin-right: 16px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_title, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 8px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .sub_description, .basket .wrapper .card_body .products_body .products .sub .product_meta .sub_description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price {
    -webkit-align-items: flex-end;
    align-items: end;
    -webkit-justify-content: flex-end;
    justify-content: end;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price .regular_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price .regular_price {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding-right: 6px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price .regular_price span, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price .regular_price span {
    display: none;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .product_price .sale_price, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .product_price .sale_price {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity {
    max-width: 86px;
    padding: 3px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity .but, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity .but {
    min-width: 24px;
    height: 24px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_meta .product_bottom .quantity .qty, .basket .wrapper .card_body .products_body .products .sub .product_meta .product_bottom .quantity .qty {
    width: 28px;
    font-size: 14px;
  }
  .basket .wrapper .card_body .products_body .products .product .product_remove, .basket .wrapper .card_body .products_body .products .sub .product_remove {
    width: 14px;
    height: 13.754px;
    background-image: url(../image/close.svg);
    background-position: center;
    background-size: cover;
    font-size: 0;
  }
}
.basket .wrapper .card_body .products_body .products .product:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.basket .wrapper .card_body .products_body .subscription {
  margin-bottom: 48px;
}
.basket .wrapper .card_body .products_body .subscription .subscription_span {
  margin-top: 32px;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #E4DFD5;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.basket .wrapper .card_body .products_body .subscription .sub:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.basket .wrapper .card_body .basket_right {
  max-width: 458px;
  width: 35%;
}
.basket .wrapper .card_body .basket_right .basket_r {
  box-sizing: border-box;
  gap: initial;
  padding: 32px;
  border-radius: 12px;
  background: #F3EFE6;
}
.basket .wrapper .card_body .basket_right .basket_all .basket_all_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  margin-bottom: 20px;
}
.basket .wrapper .card_body .basket_right .basket_all .basket_all_title span {
  display: block;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.basket .wrapper .card_body .basket_right .basket_all .basket_all_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: initial;
  margin-bottom: 20px;
}
.basket .wrapper .card_body .basket_right .basket_all .basket_all_item span:first-of-type {
  color: #878787;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.basket .wrapper .card_body .basket_right .basket_all .basket_all_item span:last-of-type {
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.basket .wrapper .card_body .basket_right .basket_all .las {
  /*padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E4DFD5;*/
}
.basket .wrapper .card_body .basket_right .basket_all .las span:last-of-type {
  color: #C55555;
}
.basket .wrapper .card_body .basket_right .basket_all .shipping {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E4DFD5;
}
.basket .wrapper .card_body .basket_right .basket_all .send {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  gap: initial;
  max-width: 394px;
  width: 100%;
  height: 56px;
  text-decoration: none;
  border-radius: 100px;
  background: #2C2921;
}
.basket .wrapper .card_body .basket_right .basket_all .send span {
  color: #FFF;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.basket .wrapper .card_body .basket_right .basket_order {
  margin-top: 20px;
}
.basket .wrapper .card_body .basket_right .basket_order span {
  display: block;
  color: #878787;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 5px;
}
.basket .wrapper .card_body .basket_right .basket_order a {
  display: block;
  text-decoration: none;
  color: #2A2A2A;
  font-family: "GeologicaCursive", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 785px) {
  .basket .wrapper .card_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket .wrapper .card_body .products_body {
    width: 100%;
    margin-right: 0;
    padding-bottom: 65px;
  }
  .basket .wrapper .card_body .basket_right {
    max-width: 785px;
    width: 100%;
  }
}
@media (max-width: 785px) {
  .basket {
    padding-bottom: 65px;
  }
}

.section.thank-you {
  margin-top: 48px;
  margin-bottom: 120px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you {
    margin-top: 32px;
    margin-bottom: 96px;
  }
}
.section.thank-you .thank-you__top {
  max-width: 1036px;
  gap: 34px;
}
.section.thank-you .thank-you__top .font-title, .section.thank-you .thank-you__top .font-text {
  color: #2D3539;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__top .font-title, .section.thank-you .thank-you__top .font-text {
    font-size: 36px;
  }
}
.section.thank-you .thank-you__back-link {
  color: #2C2921;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  gap: 6px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__back-link {
    font-size: 14px;
  }
}
.section.thank-you .thank-you__info {
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section.thank-you .thank-you__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section.thank-you .thank-you__info .thank-you__contact {
  display: flex;
  max-width: 482px;
  padding: 24px;
  justify-content: center;
  border-radius: 12px;
  background: #F3EFE6;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__contact {
    padding: 16px;
  }
}
.section.thank-you .thank-you__info .thank-you__contact .font-text-p {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__contact .font-text-p {
    font-size: 14px;
  }
}
.section.thank-you .thank-you__info .thank-you__contact .font-text-p.mt-2 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__contact .font-text-p.mt-2 {
    font-size: 18px;
  }
}
.section.thank-you .thank-you__info .thank-you__contact .font-text-p .color-muted {
  color: rgba(42, 42, 42, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__contact .font-text-p .color-muted {
    font-size: 18px;
  }
}
.section.thank-you .thank-you__info .thank-you__images {
  gap: 18px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__images {
    gap: 8px;
  }
}
.section.thank-you .thank-you__info .thank-you__images img {
  border-radius: 8.12px;
  background: #F3EFE6;
  display: flex;
  height: 326px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section.thank-you .thank-you__info .thank-you__images img {
    display: flex;
    width: 114px;
    height: 172px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.woocommerce-notices-wrapper {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .woocommerce-notices-wrapper {
    max-width: 1344px;
  }
}
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 5px 0;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  color: #C55555;
  border-radius: 12px;
  padding: 5px 10px;
}
.woocommerce-notices-wrapper .woocommerce-error li:before {
  content: "*";
}

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