.address_list, .product_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.payment_methods .methods_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.checkout_page {
  padding: 70px 0;
}
.checkout_page.checkout_v2 form .form_block:first-child {
  padding-bottom: 0;
}
.checkout_page.checkout_v2 form .form_block:first-child:after {
  display: none;
}
.checkout_page.checkout_v2 form .form_block:nth-child(2) {
  padding-bottom: 40px;
}
.checkout_page.checkout_v2 .address_list {
  margin: 0 -20px;
}
.checkout_page.checkout_v2 .address_list li {
  padding: 10px 20px 0;
}
@media (max-width: 991px) {
  .checkout_page.checkout_v2 .addresses_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout_page.checkout_v2 .field_block {
    max-width: none;
  }
  .checkout_page.checkout_v2 .account_button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .checkout_page.checkout_v2 .address_list {
    margin: 0;
  }
  .checkout_page.checkout_v2 .address_list li {
    padding: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .checkout_page.checkout_v2 .address_list {
    margin: 0 -10px;
  }
  .checkout_page.checkout_v2 .address_list li {
    padding: 10px 10px 0;
  }
}
@media (max-width: 524px) {
  .checkout_page.checkout_v2 .address_list {
    margin: 0;
  }
  .checkout_page.checkout_v2 .address_list li {
    padding: 20px 0 0;
  }
}

.checkout_row {
  margin: 0 -10px;
  display: flex;
  align-items: flex-start;
}

.checkout_info {
  padding: 0 10px;
}

.info_inner {
  background: #ffffff;
  padding: 20px 20px 30px;
  border-radius: 6px;
}

.form_block {
  padding: 20px 0;
  position: relative;
}
.form_block:after {
  content: "";
  background: #D8D8D8;
  height: 1px;
  position: absolute;
  left: 0;
  right: -20px;
  bottom: 0;
}

.form_title {
  padding-top: 0;
}

.field_row {
  max-width: 640px;
  display: flex;
  margin: 0 -20px;
  padding-top: 20px;
}
.field_row:first-child {
  padding-top: 0;
}
.field_row input {
  padding: 12px 15px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-size: 120%;
  line-height: 15px;
  color: #000000;
}

.field_name {
  color: #666666;
  font-size: 120%;
  line-height: 1.25em;
  padding-bottom: 10px;
}

.field_block {
  padding: 0 20px;
  width: 50%;
}

.select_block {
  position: relative;
}
.select_block .btn.dropdown-toggle {
  padding-left: 72px;
}
.select_block > span {
  position: absolute;
  left: 35px;
  bottom: 13px;
  font-size: 120%;
  line-height: 15px;
  color: #C0C0C0;
  z-index: 2;
}

.filter-option-inner-inner {
  font-size: 120%;
  line-height: 15px;
  color: #000000;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .btn {
  padding: 12px 15px;
  border-radius: 5px;
  background: inherit;
  border: 1px solid #D8D8D8;
}
.bootstrap-select .btn-light {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
}
.bootstrap-select .dropdown-menu li a {
  padding: 12px 15px;
  font-size: 120%;
}
.bootstrap-select .dropdown-menu li a.selected {
  background: #87CDAC;
}
.bootstrap-select .dropdown-menu li a.active {
  background: #87CDAC;
}
.bootstrap-select .dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background: inherit;
}

.dropdown.bootstrap-select.sort_select {
  background: #ffffff;
}

.addresses_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
  max-width: 600px;
}
.addresses_row .field_row {
  margin: 0 -5px;
}
.addresses_row .field_block {
  width: auto;
  flex: 1;
  max-width: 84px;
  padding: 0 5px;
}
.addresses_row input {
  padding: 12px 10px;
}

label {
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
}

.payment_methods {
  padding-top: 20px;
  max-width: 600px;
}
.payment_methods .methods_list {
  padding-top: 15px;
  margin: 0 -10px;
}
.payment_methods li {
  padding: 0 10px;
}
.payment_methods input:checked + .radio_btn {
  box-shadow: 0 0 5px 0 #4BFEB6;
  border-color: transparent;
  cursor: default;
}
.payment_methods input:checked ~ .radio_bg {
  background: #4BFEB6;
}
.payment_methods .radio_btn {
  display: flex;
  flex-direction: column;
  border: 1px solid #D8D8D8;
  height: 135px;
  border-radius: 6px;
  padding: 30px 15px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.payment_methods .radio_btn img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.payment_methods.has-error .radio_btn {
  border-color: #b94a48;
}
.payment_methods .error_hint {
  text-align: left;
  margin-top: 5px;
}
.payment_methods .radio_title {
  color: #000000;
  font-size: 120%;
  line-height: 1.25em;
  text-align: center;
  display: inline-block;
  margin-top: auto;
}

.radio_bg {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 3px solid #999999;
  background: #D8D8D8;
  position: absolute;
  right: 10px;
  top: 10px;
}

.standard_text {
  color: #999999;
  font-size: 120%;
  line-height: 1.25em;
  padding-top: 5px;
}

.delivery_list {
  list-style-type: none;
  padding: 45px 0 0;
  margin: 0 -10px;
  display: flex;
  max-width: 620px;
}
.delivery_list li {
  padding: 0 10px;
  width: 50%;
}
.delivery_list .item_title {
  color: #000000;
  font-size: 160%;
  line-height: 1.25em;
  padding-bottom: 10px;
}
.delivery_list .item_title span {
  color: #C0C0C0;
  display: inline-block;
}
.delivery_list .list_item {
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.delivery_list .create_text {
  display: block;
  color: #999999;
  font-size: 120%;
  line-height: 1.25em;
  padding-top: 25px;
}
.delivery_list .text_here {
  color: #000000;
  font-size: 140%;
  line-height: 1.25em;
  padding-bottom: 25px;
}
.delivery_list .item_button {
  height: 41px;
  width: 100%;
  border-radius: 5px;
  background: #F1F0ED;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 160%;
  margin-top: 12px;
}
.delivery_list input {
  width: 100%;
  padding: 12px;
  text-align: center;
  border: 1px solid #D8D8D8;
}
.delivery_list label {
  margin-bottom: 20px;
}
.delivery_list label:last-child {
  margin: 0;
}
.delivery_list label input:checked + .radio_btn .radio_info {
  box-shadow: 0 0 5px 0 #4BFEB6;
  border-color: transparent;
  cursor: default;
}
.delivery_list label input:checked + .radio_btn .radio_bg {
  background: #4BFEB6;
}
.delivery_list label input:checked + .radio_btn .radio_text:before {
  color: #4BFEB6;
}
.delivery_list .radio_btn {
  display: flex;
  align-items: center;
}
.delivery_list .radio_text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-size: 120%;
  line-height: 1.25em;
}
.delivery_list .radio_text:before {
  display: block;
  margin-left: 10px;
  font-size: 170%;
}
.delivery_list .radio_bg {
  position: relative;
  left: 0;
  top: 0;
}
.delivery_list .radio_info {
  display: block;
  margin-left: 15px;
  border: 1px solid #D8D8D8;
  flex: 1;
  padding: 10px 15px;
  border-radius: 6px;
}

.checkout_navbar {
  padding: 0 10px;
}

.navbar_inner {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.action_title {
  color: #000000;
  font-family: "bold", "arm-bold";
  font-size: 130%;
  line-height: 1.25em;
  padding: 0 20px 17px;
}

.cart_top {
  padding: 20px 20px 0;
  border-top: 1px solid #D8D8D8;
}

.price_list {
  width: 100%;
  margin-bottom: 20px;
}
.price_list .items_price {
  font-size: 130%;
  line-height: 16px;
  font-family: "medium", "arm-medium";
}
.price_list .items_price .price_size {
  color: #232323;
}
.price_list .delivery_price {
  font-size: 130%;
  line-height: 16px;
  font-family: "medium", "arm-medium";
  color: #666666;
}
.price_list .total_price {
  font-size: 160%;
  line-height: 19px;
  font-family: "bold", "arm-bold";
}
.price_list .total_price .price_type,
.price_list .total_price .price_size {
  padding: 10px 0 0;
}
.price_list .total_price .price_size {
  color: #232323;
}
.price_list .price_type {
  width: 50%;
  padding: 0 0 10px;
}
.price_list .price_size {
  width: 50%;
  padding: 0 0 10px;
  text-align: right;
}

.items_qty {
  color: #000000;
  font-family: "bold", "arm-bold";
  font-size: 130%;
  line-height: 1.25em;
  padding: 10px 0;
  position: relative;
}
.items_qty:before {
  content: "";
  height: 1px;
  position: absolute;
  background: #D8D8D8;
  left: -20px;
  right: -20px;
  top: 0;
}
.items_qty span {
  color: #666666;
  display: inline-block;
}

.checkout_btn {
  width: 200px;
  margin: 20px auto 0;
  border-radius: 30px;
  font-size: 140%;
  line-height: 17px;
  padding: 11px 15px;
  border: none;
  background: #4BFEB6;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_list {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D8D8D8;
  padding: 0 0 0 20px;
}
.product_list .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  width: 6px;
}
.product_list .scroll-y div.scroll-element_track {
  z-index: 2;
  background: transparent;
}
.product_list .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: #C7C7C7;
}
.product_list .scroll-y div.scroll-bar:hover {
  background: #94D09D;
}
.product_list li {
  display: flex;
  padding-top: 20px;
}
.product_list .product_info {
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #232323;
  font-size: 120%;
  line-height: 1.25em;
}
.product_list .image_block {
  display: block;
}
.product_list .product_name {
  color: #000000;
  display: block;
}
.product_list .product_qty {
  color: #000000;
  padding: 5px 0;
}
.product_list .product_qty span {
  display: inline-block;
  color: #232323;
  padding-left: 21px;
  position: relative;
}
.product_list .product_qty span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  background: #D8D8D8;
  width: 1px;
  height: 100%;
}
.product_list img {
  max-width: 102px;
  max-height: 110px;
}

.scroll-wrapper {
  max-height: 250px;
}

.hovered .product_name {
  color: rgba(0, 0, 0, 0.7);
}
.hovered .image_block {
  opacity: 0.7;
}

.address_list {
  display: flex;
  margin: 0 -10px;
  max-width: 640px;
}
.address_list li {
  padding: 10px 10px 0;
  width: 50%;
}
.address_list li.selected .address_item {
  background: #FBFBFB;
}
.address_list li.selected .address_item > span {
  background: #4BFEB6;
}

.add_button {
  display: block;
  font-size: 420%;
  color: #4BFEB6;
}

.add_text {
  color: #000000;
  font-size: 120%;
  line-height: 1.25em;
  padding-top: 30px;
}

.address_item {
  border: 1px solid #D8D8D8;
  padding: 15px 0 20px;
  border-radius: 6px;
  position: relative;
  min-height: 202px;
}
.address_item.add_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.address_item > span {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 3px solid #999999;
  background: #D8D8D8;
  position: absolute;
  right: 10px;
  top: 10px;
}

.item_inner {
  padding: 15px 15px 0;
  font-size: 120%;
  line-height: 1.25em;
  color: #666666;
}
.item_inner span {
  display: block;
  overflow: hidden;
}
.item_inner div.item_info {
  display: flex;
  margin: 0 -12px;
  overflow: hidden;
}
.item_inner div.item_info span {
  padding: 0 12px;
}
.item_inner .item_info {
  color: #000000;
  padding-top: 5px;
}

.account_button {
  border-radius: 6px;
  background: #4BFEB6;
  border: none;
  font-size: 140%;
  line-height: 1.25em;
  text-align: center;
  padding: 12px 14px;
  min-width: 166px;
  margin: 40px 0 0 auto;
}

@media (max-width: 959px) {
  .field_row {
    margin: 0 -10px;
  }

  .field_block {
    padding: 0 10px;
  }
  .field_block > span {
    left: 25px;
  }

  .delivery_list .item_title {
    font-size: 140%;
  }
  .delivery_list .text_here {
    font-size: 130%;
  }
  .delivery_list .list_item {
    padding: 20px 10px;
  }

  .payment_methods .methods_list {
    margin: 0 -5px;
  }
  .payment_methods li {
    padding: 0 5px;
  }
  .payment_methods .radio_btn {
    height: 125px;
    padding: 25px 15px 15px;
  }

  .cart_top {
    padding: 20px 10px 0;
  }

  .action_title {
    padding: 0 10px 17px;
  }

  .items_qty:before {
    left: -10px;
    right: -10px;
  }

  .product_list {
    padding: 0 0 0 10px;
  }
  .product_list .product_info {
    padding: 5px 10px;
  }
  .product_list img {
    max-width: 70px;
  }

  .price_list .total_price {
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .address_list {
    margin: 0;
    flex-direction: column;
  }
  .address_list li {
    padding: 20px 0 0;
    width: 100%;
  }

  .field_row {
    flex-direction: column;
    margin: 0;
  }

  .field_block {
    padding: 0 0 20px;
    width: 100%;
  }
  .field_block:last-child {
    padding: 0;
  }
  .field_block > span {
    left: 15px;
    bottom: 33px;
  }

  .addresses_row {
    padding-top: 10px;
  }
  .addresses_row .field_row {
    flex-direction: unset;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .addresses_row .field_block {
    width: 33.3%;
    flex: none;
    max-width: none;
    padding: 10px 10px 0;
  }

  .payment_methods .methods_list {
    padding-top: 5px;
    margin: 0 -10px;
  }
  .payment_methods li {
    padding: 10px;
  }
  .payment_methods .radio_btn {
    height: 125px;
    padding: 20px 15px 20px;
  }

  .delivery_list {
    padding: 20px 0 0;
    flex-direction: column;
    margin: 0;
  }
  .delivery_list li {
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .address_list {
    margin: 0 -10px;
    flex-direction: unset;
  }
  .address_list li {
    padding: 10px 10px 0;
    width: 50%;
  }

  .field_row {
    flex-direction: unset;
    margin: 0 -10px;
  }

  .field_block {
    padding: 0 10px;
    width: 50%;
  }
  .field_block:last-child {
    padding: 0 10px;
  }
  .field_block > span {
    left: 25px;
    bottom: 13px;
  }

  .addresses_row {
    padding-top: 10px;
  }
  .addresses_row .field_row {
    flex-direction: unset;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .addresses_row .field_block {
    width: 33.3%;
    flex: none;
    max-width: none;
    padding: 10px 10px 0;
  }

  .payment_methods .methods_list {
    padding-top: 5px;
    margin: 0 -10px;
  }
  .payment_methods li {
    padding: 10px;
  }
  .payment_methods .radio_btn {
    height: 135px;
    padding: 30px 15px 20px;
  }

  .delivery_list {
    padding: 30px 0 0;
    flex-direction: unset;
    margin: 0 -10px;
  }
  .delivery_list li {
    width: 50%;
    padding: 0 10px;
  }

  .product_list {
    padding: 0 0 0 20px;
  }
  .product_list .product_info {
    padding: 5px 20px;
  }
  .product_list img {
    max-width: 100px;
  }

  .checkout_row {
    flex-direction: column;
    align-items: unset;
    margin: 0;
  }

  .checkout_info {
    padding: 0;
  }

  .checkout_navbar {
    padding: 30px 0 0;
  }

  .action_title {
    padding: 0 20px 17px;
  }

  .cart_top {
    padding: 20px 20px 0;
  }

  .items_qty:before {
    left: -20px;
    right: -20px;
  }

  .checkout_btn {
    max-width: 250px;
  }
}
@media (max-width: 524px) {
  .address_list {
    margin: 0;
    flex-direction: column;
  }
  .address_list li {
    padding: 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .field_row {
    flex-direction: column;
    margin: 0;
  }

  .field_block {
    padding: 0 0 20px;
    width: 100%;
  }
  .field_block:last-child {
    padding: 0;
  }
  .field_block > span {
    left: 15px;
    bottom: 33px;
  }

  .delivery_list {
    padding: 20px 0 0;
    flex-direction: column;
    margin: 0;
  }
  .delivery_list li {
    width: 100%;
    padding: 10px 0;
  }

  .addresses_row .field_block:last-child {
    padding: 10px 10px 0;
  }
}
@media (max-width: 399px) {
  .addresses_row .field_block {
    width: 50%;
  }

  .account_button {
    width: 100%;
  }
}
.product_list .image_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product_list .product_name {
  -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 .checkout_btn, .product_list .scroll-y div.scroll-bar {
  -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;
}

.payment_methods .radio_btn {
  -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 .checkout_btn {
  -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;
}

.payment_methods .radio_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_methods input, .delivery_list label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .checkout_btn:hover {
  background: #94D09D;
}
.touch .checkout_btn:active {
  background: #94D09D;
}

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