.checkout_page_wrap {
  width: 100%;
  background-color: #f4f5f6;
  padding: 32px 0 0;
}
.checkout_page_breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
}
.checkout_page_breadcrumbs li {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.breadcrumbs_step1,
.breadcrumbs_step2,
.breadcrumbs_step3,
.breadcrumbs_step4 {
  margin-right: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
  text-decoration: none;
}
.checkout_page_breadcrumbs a:hover {
  text-decoration: none;
  border-color: transparent;
}
a.checkout_disabled_link {
  border: none;
}
.breadcrumbs_step1 span,
.breadcrumbs_step2 span,
.breadcrumbs_step3 span,
.breadcrumbs_step4 span {
  display: none;
}
.breadcrumbs_step1::after {
  content: "1";
  font-size: 24px;
  font-weight: bold;
  /* margin-right: 16px; */
}
.breadcrumbs_step2::after {
  content: "2";
  font-size: 24px;
  font-weight: bold;
  /* margin-right: 16px; */
}
.breadcrumbs_step3::after {
  content: "3";
  font-size: 24px;
  font-weight: bold;
  /* margin-right: 16px; */
}
.breadcrumbs_step4::after {
  content: "4";
  font-size: 24px;
  font-weight: bold;
  /* margin-right: 16px; */
}
.active_breadcrumb {
  padding: 8px 16px;
  background: #212121;
  border: none;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-family: Arial;
  font-weight: 600;
}
.active_breadcrumb span {
  display: inline-block;
}
.active_breadcrumb::after {
  content: none;
}
.checkout_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
  padding: 32px 0;
}
.checkout_page h1 {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.checkout_form_title.step3,
.checkout_form_bottom.step3 {
  display: none;
}
.checkout_form {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #fff;
}
.cart_page_items_table::after {
  content: "";
  box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 9px -2px rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
.checkout_form form {
  display: block;
  padding-bottom: 1px;
}
.checkout_form form::after {
  content: "";
  box-shadow: 0 4px 9px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 9px -2px rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
.checkout_form ul,
.checkout_form li,
.checkout_form label,
.checkout_form input,
.checkout_form textarea {
  width: 100%;
}
.checkout_form li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
li.checkout_form_type {
  padding-left: 24px;
}
.checkout_customer_info,
.checkout_delivery {
  margin-top: 32px;
}
.checkout_form label {
  display: block;
  margin-bottom: 4px;
  color: #828282;
  font-size: 13px;
  width: 100%;
}
.checkout_form sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  color: #db5957;
  font-size: 16px;
  top: -1px;
}
.checkout_form input,
.checkout_form select,
.checkout_form textarea {
  display: inline-block;
  height: 46px;
  padding: 12px 10px;
  border-radius: 3px;
  box-shadow: 0 4px 10px -7px rgba(0, 0, 0, 0.32) inset;
  font-size: 16px;
}
input.quantity {
  width: 33px;
  height: 42px;
  border-radius: 0;
  font-size: 14px;
}
.checkout_form select {
  background-position: right 16px;
}
.checkout_form textarea {
  height: 70px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.check__box {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0.1em;
  margin-left: -24px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #d0d0d0;
  background: #fff;
  cursor: pointer;
}
/* Checked */
.check__input:checked + .check__box {
  background: #a9db44;
  border-color: #97c23d !important;
}
.check__input:checked + .check__box::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #006b34;
}
/* input:invalid {
  border: 2px solid inherit;
}
input:valid {
  border: 2px solid green;
} */
li.checkout_form_entity,
li.another_recipient {
  display: none;
}
.checkout_delivery {
  display: none;
}
.checkout_input_err {
  width: 100%;
  color: red;
}
.checkout_form_bottom {
  margin-top: 32px;
  margin-bottom: -24px;
  padding: 16px 0 20px;
}
.checkout_form_bottom li {
  display: inline-block;
  position: relative;
  padding: 2px 0 2px 22px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #9c9c9c;
}
.checkout_form_bottom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  background: url(/img/icons/list_green_bullet.svg) no-repeat 50% 50%;
  background-size: auto;
  background-size: 15px;
}
.cart_sidebar {
  width: 100%;
  padding: 16px 16px 32px;
  background-color: #fff;
}
.cart_sidebar_title {
  text-align: center;
}
.cart_sidebar_title span {
  display: inline-block;
  background: #fff;
  padding: 0 19px;
  font-style: italic;
  color: #76b624;
}
.cart_total_price {
  margin: 20px 0 0 0;
  line-height: 24px;
  text-align: center;
  font-size: 36px;
}
.cart_total_profit{
  margin: 20px 0 0 0;
  line-height: 24px;
  text-align: center;
  color: #76b624;
}
.cart_sidebar .btn0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
  white-space: nowrap;
}
.cart_sidebar .btn0:hover {
  text-decoration: none;
}
.checkout_nav {
  display: none;
}

@media screen and (min-width: 380px) {
  li.checkout_form_type {
    justify-content: flex-start;
    padding-left: 24px;
  }
  .checkout_form_type label {
    width: auto;
    padding-right: 48px;
  }
}

@media screen and (min-width: 480px) {
  .cart_sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 64px 16px 56px;
  }
  .cart_sidebar_title {
    width: 100%;
    margin-bottom: -16px;
    text-align: left;
  }
  .cart_sidebar_title span {
    padding-left: 0;
    color: #999;
    font-style: normal;
  }
  .cart_sidebar .btn0 {
    width: 214px;
    margin-top: 10px;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .checkout_page_breadcrumbs {
    justify-content: flex-start;
    padding: 0 24px;
  }
  .breadcrumbs_step1::after,
  .breadcrumbs_step2::after,
  .breadcrumbs_step3::after,
  .breadcrumbs_step4::after {
    content: none;
  }
  .checkout_page_breadcrumbs a span {
    display: inline-block;
  }
  .checkout_form {
    padding: 16px 24px;
  }
  .checkout_page h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .cart_sidebar {
    padding-left: 21%;
    padding-right: 13%;
  }
  .checkout_form_type {
    display: flex;
  }
  .checkout_form li {
    /* flex-wrap: nowrap; */
    justify-content: space-between;
    padding: 0 10% 0 5%;
  }
  .checkout_form_bottom li {
    padding: 0 10% 0 22px;
  }
  li.checkout_form_type {
    justify-content: flex-start;
    margin-bottom: 32px;
    padding: 0;
    padding-left: 24px;
  }
  .checkout_form label {
    display: inline-block;
    width: 24%;
    padding-left: 36px;
    font-size: 14px;
    color: #000;
  }
  .checkout_form_type label {
    padding-left: 0;
  }
  .checkout_form input,
  .checkout_form select,
  .checkout_form textarea {
    width: 76%;
  }
  input.quantity {
    width: 33px;
  }
  .checkout_form_type input,
  .checkout_form_type label,
  .another_recipient_check input {
    width: auto;
  }
  li.confirm_personal_data {
    justify-content: flex-start;
  }
  .confirm_personal_data label,
  .confirm_personal_data input {
    width: auto;
    padding-right: 0;
  }
  .checkout_input_err {
    padding: 0 0 0 24%;
  }
  .confirm_personal_data .checkout_input_err {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1200px) {
  .checkout_page {
    padding: 32px 24px;
  }
  .checkout_form {
    width: calc(72% - 0px);
    max-width: calc(1456px - 400px - 0px);
    padding: 32px 64px 32px 64px;
  }
  .checkout_form label {
    padding-left: 0;
  }
  .checkout_form li {
    padding: 0;
  }
  .checkout_form_bottom li {
    padding: 2px 0 2px 22px;
  }
  li.checkout_form_type {
    padding-left: 24px;
  }
  /* .checkout_form_bottom {
    margin-top: 32px;
    margin-bottom: -24px;
    padding: 16px 0 20px;
  } */

  .cart_sidebar {
    width: calc(28% - 32px);
    max-width: 400px;
    margin-top: 0;
    padding: 32px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    padding: 44px 32px 64px;
  }
  .cart_sidebar_title {
    width: 100%;
    margin-bottom: 24px;
  }
  .cart_total_price {
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
  }
  .cart_total_profit{
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
  }
  .cart_sidebar .btn0 {
    margin-left: 0;
    margin-right: auto;
  }
  .checkout_nav {
    display: flex;
    width: calc(72% - 0px);
    max-width: calc(1456px - 400px - 0px);
    margin-top: 16px;
    padding: 8px 0;
  }
  .checkout_nav a,
  .cart_step4 {
    padding-bottom: 2px;
    background: transparent;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    color: #434343;
    font: 15px/1.55 "PT Sans", arial, helvetica, sans-serif;
    cursor: pointer;
  }
  .checkout_nav a:hover,
  .cart_step4:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }
  .checkout_nav .cart_step2,
  .checkout_nav .cart_step4 {
    display: none;
  }
  .checkout_nav .cart_step3,
  .checkout_nav .cart_step4 {
    margin-left: auto;
  }
}
