@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Semibold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestLight1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestRegular1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestMedium1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestBold1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
main {
  background: #3e3831;
}

.woocommerce {
  background-color: #3e3831;
}
.woocommerce .cart-empty {
  margin: 150px auto 100px;
  max-width: 650px;
  width: 100%;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  text-align: center;
  line-height: 110%;
  color: #B7926A;
}
@media (max-width: 1200px) {
  .woocommerce .cart-empty {
    font-size: 58px;
    margin-bottom: 100px;
  }
}
@media (max-width: 950px) {
  .woocommerce .cart-empty {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .woocommerce .cart-empty {
    font-size: 45px;
    margin-top: 100px;
    margin-bottom: 85px;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-empty {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .woocommerce .cart-empty {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.woocommerce .return-to-shop {
  margin: 0 auto 200px;
  width: fit-content;
  width: -moz-fit-content;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: #B7926A;
}
@media (max-width: 400px) {
  .woocommerce .return-to-shop {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

.woocommerce-notices-wrapper {
  display: none !important;
}

.body_card {
  padding: 175px 15px 165px;
}
.body_card .wrapper_active {
  display: none;
  max-width: 1564px;
  width: 100%;
  margin: 0 auto;
}
.body_card .wrapper_active .title_card {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 110%;
  color: #B7926A;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .body_card .wrapper_active .title_card {
    font-size: 58px;
    margin-bottom: 100px;
  }
}
@media (max-width: 950px) {
  .body_card .wrapper_active .title_card {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .body_card .wrapper_active .title_card {
    font-size: 45px;
    margin-bottom: 85px;
  }
}
@media (max-width: 500px) {
  .body_card .wrapper_active .title_card {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .body_card .wrapper_active .title_card {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.body_card .active {
  display: block;
}
.body_card .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .checkout {
  display: none;
}
.body_card .wrapper .checkout_form {
  width: 100%;
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
}
.body_card .wrapper .checkout_form .checkout_form_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  color: #B7926A;
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .body_card .wrapper .checkout_form .checkout_form_title {
    font-size: 58px;
  }
}
@media (max-width: 950px) {
  .body_card .wrapper .checkout_form .checkout_form_title {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
@media (max-width: 700px) {
  .body_card .wrapper .checkout_form .checkout_form_title {
    font-size: 45px;
    margin-bottom: 85px;
  }
}
@media (max-width: 500px) {
  .body_card .wrapper .checkout_form .checkout_form_title {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .body_card .wrapper .checkout_form .checkout_form_title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.body_card .wrapper .checkout_form .your_buy {
  display: none;
  margin-bottom: 26px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #EAE6DE;
}
.body_card .wrapper .checkout_form .card_form {
  max-width: 1246px;
  padding: 32px 32px 44px;
  background: #4F473E;
  border-radius: 48px;
}
.body_card .wrapper .checkout_form .card_form .card_form_top {
  padding: 0 32px 32px;
  max-width: 1246px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(183, 146, 106, 0.2);
}
.body_card .wrapper .checkout_form .card_form .card_form_top .card_form_top_first_content {
  max-width: 580px;
  padding: 9px 0;
  width: 100%;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
}
.body_card .wrapper .checkout_form .card_form .card_form_top .card_form_top_second_content {
  margin-right: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 455px;
  width: 100%;
}
.body_card .wrapper .checkout_form .card_form .card_form_top .card_form_top_second_content .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 138px;
  width: 100%;
  padding: 9px 0;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-right: 20px;
}
@media (max-width: 920px) {
  .body_card .wrapper .checkout_form .card_form .card_form_top {
    display: none;
  }
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item {
  max-width: 1246px;
  padding: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(183, 146, 106, 0.2);
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data {
  max-width: 580px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_image {
  border-radius: 24px;
  width: 110px;
  height: 110px;
  display: block;
  margin-right: 20px;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta {
  max-width: 450px;
  width: 100%;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_metca {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
  margin-bottom: 6px;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_cat {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EAE6DE;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
}
@media (max-width: 1035px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_image {
    width: 95px;
    height: 95px;
    margin-right: 15px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_metca {
    font-size: 12px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_cat {
    font-size: 13px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_title {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    align-items: initial;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_image {
    margin-bottom: 15px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data .product_meta .product_title {
    font-size: 18px;
  }
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices {
  max-width: 455px;
  width: 100%;
  margin-left: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price {
  max-width: 138px;
  width: 100%;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price_through {
  opacity: 0.4;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-decoration-line: line-through;
  color: #B7926A;
  padding: 9px 0;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #B7926A;
  padding: 9px 0;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .select_buy_count {
  width: 138px;
  height: 40px;
  border: 2px solid #B7926A;
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .select_buy_count .knop {
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 8px;
  margin-top: -5px;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .select_buy_count .count_select .input-text {
  border: none;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
  height: 25px;
  max-width: 35px;
  width: fit-content;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price_all {
  max-width: 138px;
  width: 100%;
  padding: 9px 0;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #B7926A;
}
@media (max-width: 1200px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices {
    margin-left: 0;
  }
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .delete {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.body_card .wrapper .checkout_form .card_form .card_body .product_item .delete svg {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 920px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    max-width: 580px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_data {
    margin-bottom: 30px;
    max-width: 455px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices {
    max-width: 300px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price_through {
    font-size: 16px;
    align-items: initial;
    text-align: left;
    justify-content: initial;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price {
    font-size: 16px;
    align-items: initial;
    text-align: left;
    justify-content: initial;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price_all {
    font-size: 16px;
    align-items: initial;
    text-align: right;
    justify-content: end;
  }
}
@media (max-width: 450px) {
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices {
    max-width: 250px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price_through {
    font-size: 14px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price .check_price {
    font-size: 14px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .product_prices .product_price_all {
    font-size: 14px;
  }
  .body_card .wrapper .checkout_form .card_form .card_body .product_item .delete svg {
    width: 20px;
    height: 20px;
  }
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom {
  padding: 37px 0 0 32px;
  max-width: 1246px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result {
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result .card_form_discsum {
  padding: 9px 0;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-right: 40px;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result .card_form_discsum span {
  color: #B7926A;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result .del {
  display: none;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result .card_form_discsum:last-child {
  margin-right: 0;
}
@media (max-width: 565px) {
  .body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .check_out {
  width: 175px;
  height: 40px;
  background: #B7926A;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.body_card .wrapper .checkout_form .card_form .card_form_bottom .active {
  display: none;
}
@media (max-width: 920px) {
  .body_card .wrapper .checkout_form .card_form .card_form_bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .checkout_form .card_form .card_form_bottom {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body_card .wrapper .checkout_form .card_form .card_form_bottom .card_form_result {
    margin-bottom: 20px;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .checkout_form .card_form {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .body_card .wrapper .checkout_form .card_form {
    padding: 15px 15px 20px;
  }
}
.body_card .wrapper .checkout_form .card_form .update_cart {
  margin-top: 25px;
  border: none;
  width: 100%;
  height: 40px;
  background: #B7926A;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.body_card .wrapper .active {
  max-width: 775px;
  width: 100%;
  margin-right: 0;
}
.body_card .wrapper .active .checkout_form_title {
  display: none;
}
.body_card .wrapper .active .your_buy {
  display: block;
}
.body_card .wrapper .active .card_form {
  max-width: 839px;
  padding: 32px;
  border-radius: 24px;
}
.body_card .wrapper .active .card_form .card_form_top {
  display: none;
}
.body_card .wrapper .active .card_form .card_body .product_item {
  max-width: 775px;
  width: 100%;
  padding: 32px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(183, 146, 106, 0.2);
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data {
  max-width: 580px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data .product_image {
  border-radius: 24px;
  width: 110px;
  height: 110px;
  display: block;
  margin-right: 20px;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta {
  max-width: 450px;
  width: 100%;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_metca {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
  margin-bottom: 6px;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_cat {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EAE6DE;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
}
@media (max-width: 1135px) {
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_image {
    width: 95px;
    height: 95px;
    margin-right: 15px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_metca {
    font-size: 12px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_cat {
    font-size: 13px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_title {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .body_card .wrapper .active .card_form .card_body .product_item .product_data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    align-items: initial;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_image {
    margin-bottom: 15px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data .product_meta .product_title {
    font-size: 18px;
  }
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices {
  max-width: 140px;
  margin-left: 25px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price {
  max-width: 138px;
  width: 100%;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price .check_price_through {
  opacity: 0.4;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-decoration-line: line-through;
  color: #B7926A;
  padding: 9px 0;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price .check_price {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #B7926A;
  padding: 9px 0;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .select_buy_count {
  width: 138px;
  height: 40px;
  border: 2px solid #B7926A;
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .select_buy_count .knop {
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 8px;
  margin-top: -5px;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .select_buy_count .count_select {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price_all {
  display: none;
}
@media (max-width: 1200px) {
  .body_card .wrapper .active .card_form .card_body .product_item .product_prices {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price .check_price_through {
    font-size: 16px;
    align-items: initial;
    text-align: left;
    justify-content: initial;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_prices .product_price .check_price {
    font-size: 16px;
    align-items: initial;
    text-align: left;
    justify-content: initial;
  }
}
.body_card .wrapper .active .card_form .card_body .product_item .delete {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: center;
  justify-content: center;
}
.body_card .wrapper .active .card_form .card_body .product_item .delete svg {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 920px) {
  .body_card .wrapper .active .card_form .card_body .product_item {
    padding-left: 10px;
    padding-right: 10px;
    width: initial;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .active .card_form .card_body .product_item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 580px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_data {
    margin-bottom: 20px;
    max-width: 455px;
  }
  .body_card .wrapper .active .card_form .card_body .product_item .product_prices {
    margin-bottom: 20px;
  }
}
.body_card .wrapper .active .card_form .card_body .product_item:first-child {
  padding-top: 0;
}
.body_card .wrapper .active .card_form .card_form_bottom {
  padding: 37px 0 0;
  max-width: 775px;
}
.body_card .wrapper .active .card_form .card_form_bottom .card_form_result {
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body_card .wrapper .active .card_form .card_form_bottom .card_form_result .del {
  display: block;
}
@media (max-width: 565px) {
  .body_card .wrapper .active .card_form .card_form_bottom .card_form_result {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body_card .wrapper .active .card_form .card_form_bottom .check_out {
  display: none;
}
.body_card .wrapper .active .card_form .card_form_bottom .active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 110px;
  margin-top: 65px;
}
@media (max-width: 920px) {
  .body_card .wrapper .active .card_form .card_form_bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .active .card_form .card_form_bottom {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body_card .wrapper .active .card_form .card_form_bottom .card_form_result {
    margin-bottom: 20px;
  }
  .body_card .wrapper .active .card_form .card_form_bottom .active {
    margin-top: 15px;
  }
}
@media (max-width: 885px) {
  .body_card .wrapper .active .card_form {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .body_card .wrapper .active .card_form {
    padding: 15px 15px 20px;
  }
}
.body_card .wrapper .check {
  display: block;
  max-width: 700px;
  width: 100%;
}
.body_card .wrapper .check .check_form {
  margin-bottom: 44px;
}
.body_card .wrapper .check .check_form .check_form_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.body_card .wrapper .check .check_form .check_form_top .check_form_number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #B7926A;
  border-radius: 100px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #EAE6DE;
  margin-right: 20px;
}
.body_card .wrapper .check .check_form .check_form_top .check_form_name {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #EAE6DE;
}
.body_card .wrapper .check .check_form .check_form_input {
  position: relative;
  max-width: 455px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.body_card .wrapper .check .check_form .check_form_input .forms {
  width: 435px;
  height: 20px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 8px;
  padding: 10px 10px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
  border: none;
}
.body_card .wrapper .check .check_form .check_form_input .forms::-webkit-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .forms::-moz-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .forms:-ms-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .forms:focus-visible, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:focus, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:focus-visible, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:focus, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .forms:-webkit-autofill:focus {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
  border-radius: 8px;
  -webkit-text-fill-color: #B7926A;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.body_card .wrapper .check .check_form .check_form_input .forms:focus-within {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input select {
  width: 455px;
  height: 40px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 8px;
  padding: 10px 45px 10px 10px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
  border: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/cart/Shape.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto;
}
.body_card .wrapper .check .check_form .check_form_input select:focus {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input select::-webkit-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input select::-moz-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input select:-ms-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .small {
  position: relative;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small {
  width: 200px;
  height: 20px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 8px;
  padding: 10px 10px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
  border: none;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small::-webkit-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small::-moz-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small:-ms-input-placeholder {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .small .form_small:focus-visible, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:focus, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:focus-visible, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:focus, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:hover, .body_card .wrapper .check .check_form .check_form_input .small .form_small:-webkit-autofill:focus {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
  border-radius: 8px;
  -webkit-text-fill-color: #B7926A;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.body_card .wrapper .check .check_form .check_form_input .small .form_small:focus-within {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .forms_site_items {
  z-index: 3;
  display: none;
  position: absolute;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  background: #6b5f52;
  left: 0;
  top: 50px;
}
.body_card .wrapper .check .check_form .check_form_input .forms_site_items .forms_site_item {
  position: relative;
  z-index: 4;
  padding: 5px 7px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
  cursor: pointer;
}
.body_card .wrapper .check .check_form .check_form_input .forms_site_items .forms_site_item:hover {
  background: #3e3831;
}
.body_card .wrapper .check .check_form .check_form_input .forms_site_items::-webkit-scrollbar {
  width: 4px;
  background-color: #B7926A;
}
.body_card .wrapper .check .check_form .check_form_input .forms_site_items::-webkit-scrollbar-thumb {
  background-color: #3e3831;
  border-radius: 9em;
}
.body_card .wrapper .check .check_form .check_form_input .active {
  display: block;
}
@media (max-width: 470px) {
  .body_card .wrapper .check .check_form .check_form_input {
    max-width: 320px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .body_card .wrapper .check .check_form .check_form_input .forms {
    width: 300px;
  }
  .body_card .wrapper .check .check_form .check_form_input select {
    width: 320px;
  }
  .body_card .wrapper .check .check_form .check_form_input .small {
    position: relative;
  }
  .body_card .wrapper .check .check_form .check_form_input .small .form_small {
    width: 300px;
  }
  .body_card .wrapper .check .check_form .check_form_input .small:first-child {
    margin-bottom: 20px;
  }
}
.body_card .wrapper .check .check_form .forms_site_inp:after {
  background-image: url(../img/cart/Shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  content: "";
  width: 8px;
  height: 6px;
  position: absolute;
  top: 18px;
  right: 15px;
}
.body_card .wrapper .check .check_bottom {
  margin-bottom: 64px;
}
.body_card .wrapper .check .check_bottom .check_form_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.body_card .wrapper .check .check_bottom .check_form_top .check_form_number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #B7926A;
  border-radius: 100px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #EAE6DE;
  margin-right: 20px;
}
.body_card .wrapper .check .check_bottom .check_form_top .check_form_name {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #EAE6DE;
}
.body_card .wrapper .check .check_bottom .check_bottom_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item {
  padding: 20px 10px;
  max-width: 320px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 8px;
  margin-right: 15px;
  cursor: pointer;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item .check_bottom_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #B7926A;
  margin-bottom: 5px;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item .check_bottom_date {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #B7926A;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item .check_bottom_more {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #EAE6DE;
  opacity: 0.7;
  margin-bottom: 6px;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item .check_bottom_small {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #EAE6DE;
  opacity: 0.7;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item:last-child {
  margin-right: 0;
}
.body_card .wrapper .check .check_bottom .check_bottom_content .active {
  background: rgba(183, 146, 106, 0.2);
  border: 1px solid #B7926A;
}
@media (max-width: 1330px) {
  .body_card .wrapper .check .check_bottom .check_bottom_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item {
    margin-right: 0;
  }
  .body_card .wrapper .check .check_bottom .check_bottom_content .check_bottom_item:first-child {
    margin-bottom: 25px;
  }
}
.body_card .wrapper .check .checkbocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
.body_card .wrapper .check .checkbocks .checks {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.body_card .wrapper .check .checkbocks .checks + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #B7926A;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}
.body_card .wrapper .check .checkbocks .checks:checked + label::before {
  background-image: url(../img/cart/Vector.svg);
  background-size: auto;
}
.body_card .wrapper .check .checkbocks .info {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B7926A;
}
.body_card .wrapper .check .checkbocks:last-child {
  margin-bottom: 0;
}
@media (max-width: 1330px) {
  .body_card .wrapper .check {
    max-width: 455px;
    margin-right: 30px;
  }
}
@media (max-width: 1020px) {
  .body_card .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body_card .wrapper .active {
    margin-left: 0;
  }
  .body_card .wrapper .check {
    margin-bottom: 35px;
  }
}

