.checkout_page .inner_items ol, .shopping_checkout .btn_list, .shopping_checkout .colors_list ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shopping_checkout .colors_list ol a.selected:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.checkout-container .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.checkout-container .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.forms_page .right_block {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
}

body {
  background: #F5F5F5;
}

.btn_back {
  height: 46px;
  min-width: 210px;
  text-transform: uppercase;
  color: #333333;
  background: transparent;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
  text-align: center;
  border: 1px solid #333333;
  padding: 0 15px;
}

.btn_checkouts {
  padding: 0 15px;
  height: 46px;
  min-width: 210px;
  text-transform: uppercase;
  color: #ffffff;
  background: #FB016F;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
  text-align: center;
  border: none;
}

.back_page {
  font-size: 110%;
  line-height: 14px;
  color: #333333;
  margin-top: 60px;
  display: flex;
  align-items: center;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.back_page:before {
  font-family: "montserrat-medium", "montserratarm-medium";
  padding-right: 8px;
  padding-top: 3px;
}

.inner_cart {
  padding-bottom: 60px;
  background: #ffffff;
  position: relative;
}

.shopping_checkout {
  margin-bottom: 60px;
}
.shopping_checkout .colors_list ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.shopping_checkout .colors_list ol li {
  overflow: inherit;
  margin-bottom: 7px;
}
.shopping_checkout .colors_list ol a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.shopping_checkout .colors_list ol a span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.shopping_checkout .colors_list ol a.selected {
  padding: 3px;
}
.shopping_checkout .colors_list ol a.selected span {
  width: 25px;
  height: 25px;
}
.shopping_checkout .colors_list ol a.selected:before {
  content: "";
  border: 1px solid #666666;
  border-radius: 50%;
}
.shopping_checkout .btn_list {
  margin-top: auto;
  align-self: flex-end;
  width: 363.6363636364%;
  padding: 0 30px 0 76px;
  display: flex;
  align-items: center;
}
.shopping_checkout .btn_list li:first-child button {
  margin-right: 20px;
}
.shopping_checkout .left_block {
  padding: 55px 10px;
  max-width: 72%;
  flex: 0 0 72%;
}
.shopping_checkout .right_block {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 9px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.shopping_checkout .right_block .sub_title {
  padding: 0;
}
.shopping_checkout .right_block .inner_right {
  padding: 57px 20px;
  background-color: #F5F5F5;
  box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.08);
}
.shopping_checkout .right_block table {
  margin-top: 30px;
  width: 100%;
}
.shopping_checkout .right_block table tr td {
  padding-bottom: 15px;
  color: #999999;
  font-size: 140%;
  margin-bottom: 30px;
  line-height: 1.2em;
  flex: 1;
}
.shopping_checkout .right_block table tr td:last-child {
  text-align: right;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  padding-left: 10px;
}
.shopping_checkout .sub_title {
  padding-left: 100px;
  margin-bottom: 40px;
}
.shopping_checkout .product_count {
  display: flex;
  align-items: center;
  max-width: 81px;
  height: 21px;
  margin: 0 auto;
}
.shopping_checkout .product_count label {
  cursor: text;
  width: 57px;
  margin: 0 auto;
  text-align: center;
}
.shopping_checkout .product_count .decrease_btn {
  border-left: none;
}
.shopping_checkout .product_count .increase_btn {
  border-right: none;
}
.shopping_checkout .product_count .increase_btn,
.shopping_checkout .product_count .decrease_btn {
  height: 23px;
  max-width: 23px;
  border-radius: 50%;
  border: 1px solid #666666;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 6px;
}
.shopping_checkout .product_count .increase_btn:before,
.shopping_checkout .product_count .decrease_btn:before {
  display: block;
  width: 9px;
  border-top: 1px solid;
  content: "";
}
.shopping_checkout .product_count .increase_btn.inactive,
.shopping_checkout .product_count .decrease_btn.inactive {
  cursor: default;
}
.shopping_checkout .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  height: 9px;
  left: 10px;
  border-left: 1px solid;
}
.shopping_checkout .product_count input {
  border: none !important;
  background: transparent;
  text-align: center;
  padding: 0 3px;
  width: 47px;
  margin: 0 auto;
}
.shopping_checkout .product_count .count_unit {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  cursor: text;
}
.shopping_checkout .inner_left {
  margin: 0 30px 0 100px;
  margin-bottom: 40px;
}
.shopping_checkout .inner_left .product_options a {
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 160%;
  line-height: 19px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shopping_checkout .inner_left strong {
  margin: 0;
  padding: 0;
}
.shopping_checkout .inner_left dd {
  font-size: 140%;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.shopping_checkout .inner_left dt {
  font-size: 140%;
  line-height: 18px;
  color: #999999;
  float: left;
}
.shopping_checkout .inner_left table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.shopping_checkout .inner_left table tbody {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.shopping_checkout .inner_left table thead tr {
  display: flex;
  align-items: center;
  width: 100%;
}
.shopping_checkout .inner_left table thead tr th:first-child {
  text-align: left;
  flex: 0 0 40%;
  max-width: 40%;
}
.shopping_checkout .inner_left table thead tr th {
  flex: 0 0 16%;
  max-width: 16%;
  text-align: center;
  padding-right: 10px;
  color: #999999;
  font-size: 140%;
  line-height: 18px;
  font-family: "montserrat-light", "montserratarm-light";
}
.shopping_checkout .inner_left table thead tr th:last-child span {
  padding-right: 20px;
}
.shopping_checkout .inner_left table tr {
  display: flex;
  align-items: center;
  width: 100%;
}
.shopping_checkout .inner_left table tr td {
  margin-top: 16px;
  flex: 0 0 16%;
  max-width: 16%;
  text-align: center;
  padding-right: 10px;
}
.shopping_checkout .inner_left table tr td:last-child {
  padding-right: 0;
}
.shopping_checkout .inner_left table tr td:first-child {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
}
.shopping_checkout .actions_bar {
  display: flex;
  align-items: center;
}
.shopping_checkout .actions_bar .icon_edit,
.shopping_checkout .actions_bar .icon_delete {
  font-size: 200%;
  color: #666666;
  padding: 10px;
}
.shopping_checkout .price_cart {
  color: #333333;
  font-size: 140%;
  line-height: 15px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.shopping_checkout .shopping_img {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  position: relative;
  max-width: 95px;
  width: 100%;
}
.shopping_checkout .shopping_img img {
  object-fit: cover;
  display: block;
  max-height: 105px;
  max-width: 95px;
}
@media screen and (max-width: 1199px) {
  .shopping_checkout .btn_list {
    padding: 0 30px 0 0;
  }
  .shopping_checkout .sub_title {
    padding-left: 30px;
  }
  .shopping_checkout .inner_left {
    margin: 0 30px 0 30px;
  }
  .shopping_checkout .inner_left table thead tr th:first-child {
    flex: 0 0 35%;
    text-align: left;
    max-width: 35%;
  }
  .shopping_checkout .inner_left table thead tr th {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .shopping_checkout .inner_left table tr td:first-child {
    flex: 0 0 35%;
    text-align: left;
    max-width: 35%;
  }
  .shopping_checkout .inner_left table tr td {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .shopping_checkout .inner_left .price_cart,
  .shopping_checkout .inner_left dd,
  .shopping_checkout .inner_left dt {
    font-size: 120%;
  }
  .shopping_checkout .inner_left .product_options a {
    font-size: 140%;
  }
}
@media screen and (max-width: 1023px) {
  .shopping_checkout .right_block .inner_right {
    padding: 25px 20px;
  }
  .shopping_checkout .right_block,
  .shopping_checkout .left_block {
    flex: 0 0 100%;
    padding: 0 25px;
    max-width: 100%;
  }
  .shopping_checkout .sub_title,
  .shopping_checkout .inner_left {
    padding: 0;
  }
  .shopping_checkout .inner_left {
    margin: 0;
  }
  .shopping_checkout .btn_list {
    padding: 0;
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
  }
  .shopping_checkout .inner_cart {
    padding-bottom: 20px;
  }
  .shopping_checkout .back_page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .shopping_checkout {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shopping_checkout .sub_title {
    margin-bottom: 8px;
  }
  .shopping_checkout .product_count {
    margin: 0;
  }
  .shopping_checkout .inner_left table thead {
    display: none;
  }
  .shopping_checkout .inner_left table tr {
    flex-wrap: wrap;
  }
  .shopping_checkout .inner_left table tr td:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .shopping_checkout .inner_left table tr td {
    flex: 0 0 28%;
    max-width: 28%;
    text-align: unset;
  }
  .shopping_checkout .inner_left table tr td.colors_list {
    flex: 0 0 28%;
    justify-content: end;
    display: flex;
  }
  .shopping_checkout .inner_left table tr td.colors_list ol {
    flex-wrap: inherit;
  }
  .shopping_checkout .inner_left table tr td.colors_list ol li {
    margin-bottom: 0;
  }
  .shopping_checkout .inner_left table tr td:last-child {
    flex: 0 0 15%;
    max-width: 15%;
    justify-content: flex-end;
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .shopping_checkout .btn_list {
    flex-direction: column;
    margin-top: 15px;
  }
  .shopping_checkout li,
  .shopping_checkout .btn_back,
  .shopping_checkout .btn_checkouts {
    margin: 4px 0;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .shopping_checkout .inner_left table thead {
    display: none;
  }
  .shopping_checkout .inner_left table tr {
    flex-wrap: unset;
    flex-direction: column;
    align-items: unset;
  }
  .shopping_checkout .inner_left table tr td:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: right;
  }
  .shopping_checkout .inner_left table tr td {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: unset;
  }
  .shopping_checkout .inner_left table tr td:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .btn_checkouts {
    min-width: inherit;
  }
}
.forms_page .checkout_page .right_block .inner_right {
  padding: 0;
}
.forms_page .checkout_page .right_block table {
  padding: 17px 20px 25px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 1023px) {
  .forms_page .checkout_page .right_block {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .forms_page .checkout_page .inner_row {
    flex-direction: column;
  }
  .forms_page .checkout_page .inner_left {
    max-width: 100%;
    width: 100%;
  }
  .forms_page .checkout_page .left_block,
  .forms_page .checkout_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0;
    padding: 0 25px;
  }
  .forms_page .checkout_page .right_block {
    position: relative;
    padding: 0;
  }
}

.checkout_page .inner_left {
  max-width: 390px;
}
.checkout_page .inner_cart {
  padding-bottom: 0;
}
.checkout_page .sub_title {
  margin-bottom: 20px;
}
.checkout_page .btn_checkout {
  display: flex;
  align-items: center;
  margin: 40px -20px;
}
.checkout_page .btn_checkout button {
  margin: 0 20px;
}
.checkout_page .cart_block .sub_title {
  padding: 0 20px;
}
.checkout_page .right_block .inner_right {
  padding: 0;
}
.checkout_page .right_block table {
  padding: 17px 20px 60px;
  border-top: 1px solid #e5e5e5;
}
.checkout_page .cart_block {
  padding-top: 38px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #999999 #e5e5e5;
  scrollbar-width: thin;
}
.checkout_page .cart_block::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 0px;
  background: #e5e5e5;
}
.checkout_page .cart_block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999999;
}
.checkout_page .inner_items {
  margin-top: 25px;
  padding: 0 20px;
}
.checkout_page .inner_items ol li {
  margin-bottom: 20px;
}
.checkout_page .inner_items .product_img {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  position: relative;
  max-width: 95px;
  width: 100%;
}
.checkout_page .inner_items .product_img img {
  object-fit: cover;
  display: block;
  max-height: 105px;
  max-width: 95px;
}
.checkout_page .inner_items .product_item {
  display: flex;
}
.checkout_page .inner_items .product_item .sub_total,
.checkout_page .inner_items .product_item .detail_qty {
  margin-bottom: 12px;
}
.checkout_page .inner_items .product_item .sub_total span,
.checkout_page .inner_items .product_item .detail_qty span {
  font-size: 140%;
  line-height: 18px;
  color: #999999;
}
.checkout_page .inner_items .product_item .sub_total span:last-child,
.checkout_page .inner_items .product_item .detail_qty span:last-child {
  color: #333333;
  padding-left: 23px;
}
.checkout_page .inner_items .product_item .inner_details strong {
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 160%;
  line-height: 19px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.checkout_page .actions_bar {
  flex-direction: column;
  margin-bottom: 25px;
}
.checkout_page .actions_bar .validate_button {
  margin-bottom: 25px;
}
.checkout_page .bottom_block {
  font-size: 140%;
  line-height: 18px;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.checkout_page .bottom_block a {
  color: #000000;
  margin-left: 3px;
}
.checkout_page .form_title {
  font-size: 160%;
  line-height: 19px;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 20px;
  margin-top: 25px;
}
.checkout_page .form_title span {
  font-size: 85%;
  line-height: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .checkout_page .left_block {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .checkout_page .right_block {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  .checkout_page .inner_items .product_item .sub_total span:last-child,
  .checkout_page .inner_items .product_item .detail_qty span:last-child {
    padding-left: 5px;
  }
  .checkout_page .inner_items .product_item .inner_details strong {
    font-size: 140%;
  }
  .checkout_page .left_block {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .checkout_page .right_block {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .checkout_page .inner_row {
    flex-direction: column;
  }
  .checkout_page .inner_left {
    max-width: 100%;
  }
  .checkout_page .left_block,
  .checkout_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0;
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .checkout_page .btn_checkout {
    flex-direction: column;
    margin: 15px 0;
  }
  .checkout_page .btn_checkout button {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 399px) {
  .checkout_page .inner_items .product_item .sub_total,
  .checkout_page .inner_items .product_item .detail_qty {
    display: flex;
    flex-direction: column;
  }
  .checkout_page .inner_items .product_item .sub_total span:last-child,
  .checkout_page .inner_items .product_item .detail_qty span:last-child {
    padding: 0;
  }
  .checkout_page .cart_block {
    max-height: 230px;
    padding-top: 23px;
  }
}

.checkout-container .select2-results__options {
  scrollbar-color: #cccccc #e5e5e5;
  scrollbar-width: thin;
}
.checkout-container .select2-results__options::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0px;
  background: #e5e5e5;
}
.checkout-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #cccccc;
}
.checkout-container .select2-container {
  flex: 1;
  min-width: 155px;
}
.checkout-container .select2-container .select2-selection--single {
  height: auto;
}
.checkout-container .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 11px 15px;
}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  font-size: 140%;
  line-height: 19px;
  padding: 0;
}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  bottom: 1px;
  width: 24px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.checkout-container .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 0.8rem;
  display: block;
}
.checkout-container .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout-container .select2-container--default .select2-results__option--selected {
  background: #FB016F !important;
  color: #ffffff !important;
  cursor: default;
}
.checkout-container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #FB016F;
}
.checkout-container .select2-dropdown {
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  font-size: 140%;
  line-height: 19px;
}

.checkout_loged .inner_left {
  max-width: 100%;
}

.list_account {
  padding: 0;
  margin: 15px -10px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.list_account label {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-weight: normal;
  position: relative;
}
.list_account label .radio_btn {
  font-size: 130%;
  line-height: 1.45em;
  color: #666666;
  display: flex;
  height: 100px;
  padding: 13px 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.list_account input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.list_account input:checked + .account_personal {
  border-color: #333333;
  background: #F5F5F5;
  cursor: default;
}
.list_account li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.block_info {
  font-size: 140%;
  line-height: 18px;
  color: #666666;
}

.block_title {
  font-size: 140%;
  line-height: 18px;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 15px;
}

.account_personal {
  padding: 25px;
  border: 1px solid #333333;
  min-height: 150px;
  height: 100%;
  display: flex;
  border-radius: 2px;
  flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .list_account li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .list_account li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.payment_page .inner_left {
  max-width: 100%;
}
.payment_page .inner_left .sub_title {
  padding: 0;
}
.payment_page .inner_left table tbody {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 -5px 10px;
  border: none;
}
.payment_page .inner_left table tr {
  border: 1px solid #666666;
  min-height: 70px;
  border-radius: 2px;
  padding: 14px;
  flex: 0 0 47%;
  max-width: 47%;
  margin: 0 5px 10px;
}
.payment_page .inner_left table tr td:last-child,
.payment_page .inner_left table tr td {
  max-width: 100%;
  display: block;
  flex: 100%;
  margin: 0;
  padding: 0;
  font-size: 140%;
  line-height: 18px;
  color: #333333;
  text-align: left;
}
.payment_page .inner_left table tr td:last-child:first-child,
.payment_page .inner_left table tr td:first-child {
  flex: 0 0 15%;
  max-width: 15%;
  margin-right: 20px;
  display: block;
}
.payment_page .detail_block .sub_title {
  margin-bottom: 10px;
}
.payment_page .detail_payment {
  display: flex;
  align-items: center;
  margin: 17px -10px 0;
}
.payment_page .detail_payment img {
  padding: 0 10px;
  width: 100%;
  max-width: 55px;
  height: auto;
}
.payment_page .detail_description {
  font-size: 140%;
  line-height: 18px;
  color: #999999;
}
.payment_page .method_payment {
  margin-top: 40px;
}
.payment_page .method_payment label {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
  vertical-align: top;
}
.payment_page .method_payment label input {
  position: relative;
}
.payment_page .method_payment label input:checked + .checkbox_label:before {
  content: "";
  display: block;
  padding: 0;
  background: #ffffff;
  border: 1px solid #000000;
}
.payment_page .method_payment label input:checked + .checkbox_label:after {
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
}
.payment_page .method_payment label > span {
  cursor: pointer;
  font-size: 130%;
  line-height: 1.4em;
  color: #333333;
  margin-left: 30px;
}
.payment_page .method_payment label > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.payment_page .block_make {
  margin-top: 40px;
}
.payment_page .block_make .inner_left {
  max-width: 390px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .payment_page .inner_left table tbody {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment_page .inner_left table tr {
    flex-wrap: initial;
  }
  .payment_page .block_make {
    margin-top: 40px;
  }
  .payment_page .block_make .inner_left {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .payment_page .inner_left table tr {
    flex: 0 0 100%;
    align-items: center;
    flex-direction: row;
    max-width: 100%;
  }
}

.web .shopping_checkout .shopping_img, .shopping_checkout .web .shopping_img, .web .payment_page .method_payment label, .payment_page .method_payment .web label {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .back_page, .web .shopping_checkout .inner_left .product_options a, .shopping_checkout .inner_left .product_options .web a, .web .shopping_checkout .actions_bar .icon_edit, .shopping_checkout .actions_bar .web .icon_edit,
.web .shopping_checkout .actions_bar .icon_delete,
.shopping_checkout .actions_bar .web .icon_delete, .web .checkout_page .bottom_block a, .checkout_page .bottom_block .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .btn_checkouts {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .btn_back, .web .shopping_checkout .product_count .increase_btn, .shopping_checkout .product_count .web .increase_btn,
.web .shopping_checkout .product_count .decrease_btn,
.shopping_checkout .product_count .web .decrease_btn, .checkout-container .select2-container--default .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .shopping_checkout .shopping_img, .shopping_checkout .touch .shopping_img, .touch .payment_page .method_payment label, .payment_page .method_payment .touch label {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .back_page, .touch .shopping_checkout .inner_left .product_options a, .shopping_checkout .inner_left .product_options .touch a, .touch .shopping_checkout .actions_bar .icon_edit, .shopping_checkout .actions_bar .touch .icon_edit,
.touch .shopping_checkout .actions_bar .icon_delete,
.shopping_checkout .actions_bar .touch .icon_delete, .touch .checkout_page .bottom_block a, .checkout_page .bottom_block .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .btn_checkouts {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .btn_back, .touch .shopping_checkout .product_count .increase_btn, .shopping_checkout .product_count .touch .increase_btn,
.touch .shopping_checkout .product_count .decrease_btn,
.shopping_checkout .product_count .touch .decrease_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.shopping_checkout .product_count .increase_btn,
.shopping_checkout .product_count .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment_page .method_payment label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .back_page:hover, .web .shopping_checkout .inner_left .product_options a:hover, .shopping_checkout .inner_left .product_options .web a:hover, .web .shopping_checkout .actions_bar .icon_edit:hover, .shopping_checkout .actions_bar .web .icon_edit:hover,
.web .shopping_checkout .actions_bar .icon_delete:hover,
.shopping_checkout .actions_bar .web .icon_delete:hover, .web .checkout_page .bottom_block a:hover, .checkout_page .bottom_block .web a:hover {
  color: #FB016F;
}
.web .btn_checkouts:hover {
  background: rgba(251, 1, 111, 0.7);
}
.web .btn_back:hover, .web .shopping_checkout .product_count .increase_btn:hover, .shopping_checkout .product_count .web .increase_btn:hover,
.web .shopping_checkout .product_count .decrease_btn:hover,
.shopping_checkout .product_count .web .decrease_btn:hover {
  background: #000000;
  color: #ffffff;
}
.web .shopping_checkout .shopping_img:hover, .shopping_checkout .web .shopping_img:hover, .web .payment_page .method_payment label:hover, .payment_page .method_payment .web label:hover {
  opacity: 0.7;
}

.touch .back_page:active, .touch .shopping_checkout .inner_left .product_options a:active, .shopping_checkout .inner_left .product_options .touch a:active, .touch .shopping_checkout .actions_bar .icon_edit:active, .shopping_checkout .actions_bar .touch .icon_edit:active,
.touch .shopping_checkout .actions_bar .icon_delete:active,
.shopping_checkout .actions_bar .touch .icon_delete:active, .touch .checkout_page .bottom_block a:active, .checkout_page .bottom_block .touch a:active {
  color: #FB016F;
}
.touch .btn_checkouts:active {
  background: rgba(251, 1, 111, 0.7);
}
.touch .btn_back:active, .touch .shopping_checkout .product_count .increase_btn:active, .shopping_checkout .product_count .touch .increase_btn:active,
.touch .shopping_checkout .product_count .decrease_btn:active,
.shopping_checkout .product_count .touch .decrease_btn:active {
  background: #000000;
  color: #ffffff;
}
.touch .shopping_checkout .shopping_img:active, .shopping_checkout .touch .shopping_img:active, .touch .payment_page .method_payment label:active, .payment_page .method_payment .touch label:active {
  opacity: 0.7;
}

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