@charset "UTF-8";
.product_content .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1200px) {
  .checkout_page {
    margin: 0 8.33%;
  }
}
.checkout_page .page_title {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout_page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout_page .shopping_cart_inner {
  display: flex;
  margin-top: 35px;
  align-items: flex-start;
}

.inner_page_title {
  padding-top: 70px;
  font-size: 260%;
  line-height: 1.2em;
  color: #000000;
  font-family: "bold";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.continue_shopping {
  margin: 0 8.33%;
  margin-top: 15px;
  padding-bottom: 75px;
}
.continue_shopping a {
  color: #9A9A9A;
  font-size: 140%;
  text-decoration: underline;
}

.cart_products {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 30px;
}
.cart_products ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
.cart_products .item_info {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
.cart_products .delete_btn {
  border: none;
  background: transparent;
  color: #000000;
  padding: 6px;
  margin-right: 4px;
  align-self: center;
  margin-right: 25px;
  width: 15px;
  max-width: 15px;
  display: flex;
  flex: 1;
}
.cart_products .item_price {
  font-size: 160%;
  line-height: 1.2em;
  color: #333333;
  font-family: "bold";
  text-align: right;
  min-width: 40px;
  width: 70px;
}
.cart_products .item_image {
  width: 76px;
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_products .item_image img {
  height: 100%;
  width: 100%;
  box-shadow: 1px 2px 5px 2px #f4f4f4;
}
.cart_products li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  align-items: center;
}
.cart_products li:last-child {
  border: 0;
}
.cart_products .product_info {
  align-self: center;
  max-width: 340px;
  flex: 0 0 40%;
}
.cart_products .product_info a {
  color: #333333;
  font-size: 160%;
  line-height: 1.2em;
  font-family: "bold";
}
.cart_products .count_action {
  flex: 0 0 30%;
  width: 70px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cart_products .count_action input {
  font-size: 160%;
  line-height: 1.2em;
  width: 30px;
}
.cart_products .count_action button {
  font-size: 160%;
  line-height: 1.2em;
}

.checkout_cart_price {
  flex: 0 0 30%;
  max-width: 30%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 45px 25px;
}
.checkout_cart_price table {
  width: 100%;
}
.checkout_cart_price table tr {
  margin-bottom: 20px;
}
.checkout_cart_price table tr:last-child {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout_cart_price table tr:last-child td {
  padding-top: 20px;
  padding-bottom: 0;
}
.checkout_cart_price table tr td {
  padding-bottom: 20px;
}
.checkout_cart_price .price_title {
  flex: 1;
  font-size: 160%;
  line-height: 1.2em;
  color: #333333;
}
.checkout_cart_price .price_num {
  flex: 1;
  text-align: right;
  font-size: 160%;
  line-height: 1.2em;
  color: #333333;
  font-family: "bold";
}
.checkout_cart_price .ckeckout_btn {
  margin-top: 40px;
  border: 0;
  background: #000000;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 130%;
  line-height: 1.3em;
  color: #ffffff;
}

.product_content {
  position: relative;
  overflow: hidden;
}
.product_content .small_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 30px -20px 0;
}
.product_content .small_slider.slick-slider {
  overflow: visible;
}
.product_content .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 0 20px 80px;
}
.product_content .slick-arrow {
  position: absolute;
  right: 15px;
  top: -50px;
  font-size: 0;
  border: none;
  background: inherit;
}
.product_content .slick-arrow:before {
  font-size: 1.6rem;
  font-weight: 900;
}
.product_content .slick-prev {
  right: 120px;
}
.product_content .slick-prev:before {
  content: "";
}
.product_content .slick-next:before {
  content: "";
}

.promo_code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.promo_code .drop_block {
  display: none;
  padding: 0 25px;
}
.promo_code .drop_block:before {
  display: block;
  content: "";
  height: 15px;
}
.promo_code .drop_block:after {
  display: block;
  content: "";
  height: 25px;
}
.promo_code .toggle_btn {
  display: flex;
  font-size: 160%;
  line-height: 20px;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
  position: relative;
  color: inherit;
  font-family: "bold";
}
.promo_code .toggle_btn:before {
  display: block;
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  border-top: 2px solid;
  top: 50%;
  margin-top: -1px;
}
.promo_code .toggle_btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  border-left: 2px solid;
}
.promo_code.opened .toggle_btn:after {
  height: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .cart_products .item_price {
    text-align: left;
  }

  .promo_code .drop_block {
    display: none;
    padding: 0 15px;
  }
  .promo_code .drop_block:before {
    height: 10px;
  }
  .promo_code .drop_block:after {
    height: 20px;
  }
  .promo_code .toggle_btn {
    display: flex;
    font-size: 140%;
    line-height: 20px;
    height: 50px;
    padding: 0 35px;
  }
  .promo_code .toggle_btn:before {
    right: 15px;
  }
  .promo_code .toggle_btn:after {
    right: 20px;
  }

  .product_content .slick-prev {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .inner_page_title {
    font-size: 180%;
  }

  .product_content .slide_block {
    width: 50%;
  }

  .checkout_page .shopping_cart_inner {
    display: block;
  }
  .checkout_page .shopping_cart_inner .cart_products {
    flex: 1;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .checkout_page .shopping_cart_inner .checkout_cart_price {
    flex: 1;
    max-width: 100%;
  }

  .continue_shopping a {
    font-size: 120%;
  }

  .cart_products ul {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
  }
  .cart_products .item_info {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
  }
  .cart_products .item_price {
    text-align: right;
    font-size: 130%;
    max-width: 40px;
  }
  .cart_products .item_image {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .cart_products li {
    padding: 10px 0;
    align-items: center;
    flex-wrap: wrap;
  }
  .cart_products .product_info a {
    font-size: 130%;
  }
  .cart_products .count_action {
    width: 50px;
    flex: 0 0 20%;
  }
  .cart_products .count_action input {
    font-size: 130%;
  }
  .cart_products .count_action button {
    font-size: 130%;
  }

  .checkout_cart_price {
    padding: 25px 15px;
  }
  .checkout_cart_price table tr {
    margin-bottom: 15px;
  }
  .checkout_cart_price table tr:last-child {
    padding-top: 15px;
  }
  .checkout_cart_price table tr:last-child td {
    padding-top: 15px;
  }
  .checkout_cart_price table tr td {
    padding-bottom: 15px;
  }
  .checkout_cart_price .price_title {
    font-size: 130%;
  }
  .checkout_cart_price .price_num {
    font-size: 130%;
  }
  .checkout_cart_price .ckeckout_btn {
    margin-top: 20px;
    font-size: 130%;
  }
}
@media (max-width: 575px) {
  .product_content .slide_block {
    width: 100%;
  }
  .product_content .slick-prev {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .cart_products .item_price {
    min-width: 70px;
    text-align: right;
    margin-top: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cart_products .count_action {
    margin-top: 20px;
    flex: 0 0 50%;
    justify-content: left;
  }
  .cart_products .product_info {
    flex: 0 0 55%;
  }
}
.web .product_block .product_inner:hover {
  z-index: 3;
}
.web .product_block .product_inner:hover .add_button {
  height: 70px;
}
.web .product_block .product_inner:hover .save_percent {
  z-index: 3;
}
.web .product_block .add_button a:hover {
  opacity: 0.7;
  background: rgba(39, 39, 39, 0.7);
}
.web .ckeckout_btn:hover {
  background: rgba(39, 39, 39, 0.7);
}
.web .continue_shopping a:hover {
  opacity: 0.7;
}
.web .product_content .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.5);
}

.touch .ckeckout_btn, .touch .continue_shopping {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .ckeckout_btn:active, .touch .continue_shopping:active {
  color: #999999;
  opacity: 0.7;
}
.touch .product_content .slick-arrow {
  -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 .product_content .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.5);
}

.guest_checkout .billing_address_form {
  margin-top: 40px;
}
.guest_checkout .redirect_register {
  font-size: 140%;
  line-height: 1.7em;
  color: #333333;
}
.guest_checkout .redirect_register a {
  font-family: "bold";
  color: #000000;
}

.checkout_payment {
  display: flex;
  margin-top: 35px;
  align-items: flex-start;
}
.checkout_payment .payment_steps {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 30px;
}
.checkout_payment .payment_steps .choose_method {
  display: block;
  margin: 15px 0 0 0;
}
.checkout_payment .payment_steps .choose_method .next_step {
  border: 0;
  outline: 0;
  background: #000000;
  color: #ffffff;
  padding: 15px 50px;
  font-size: 130%;
  line-height: 1.3em;
  margin-top: 15px;
  margin-left: auto;
}
.checkout_payment .payment_steps .choose_method .method_block {
  padding: 20px 25px;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.checkout_payment .payment_steps .choose_method .method_block .checkbox_label:before {
  border-radius: 50%;
}
.checkout_payment .payment_steps .choose_method .method_block .checkbox_label span:before {
  border-radius: 50%;
}
.checkout_payment .payment_steps .choose_method .method_block .checkbox_label:after {
  border-radius: 50%;
}
.checkout_payment .payment_steps .choose_method .method_block .checkbox_label img {
  margin-right: 20px;
  height: 100%;
  width: 100%;
  min-height: 17px;
}
.checkout_payment .payment_steps .choose_method .method_block .checkbox_label {
  color: #333333;
  font-size: 160%;
  line-height: 1.2em;
}
.checkout_payment .payment_steps .choose_method .method_block .method_price {
  font-family: "bold";
  margin-right: 25px;
  min-width: 40px;
}
.checkout_payment .payment_steps ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout_payment .payment_steps .checkbox_field {
  margin-bottom: 0;
}
.checkout_payment .payment_steps li {
  margin-bottom: 30px;
  cursor: pointer;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout_payment .payment_steps li.opened .checkbox_field {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .checkout_payment .payment_steps li {
    padding: 20px;
  }
}
.checkout_payment .payment_steps li label {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
  vertical-align: top;
}
.checkout_payment .payment_steps li label input {
  position: relative;
}
.checkout_payment .payment_steps li label input:checked + .checkbox_label:before {
  content: "";
  display: block;
  padding: 0;
  background: #ffffff;
  border: 1px solid #000000;
}
.checkout_payment .payment_steps li label input:checked + .checkbox_label:after {
  display: block;
  width: 11px;
  height: 11px;
  text-align: center;
  background: #000000;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
}
.checkout_payment .payment_steps li label > span {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-size: 130%;
  line-height: 1.4em;
  color: #9A9A9A;
  margin-left: 30px;
}
.checkout_payment .payment_steps li label > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #9A9A9A;
}
.checkout_payment .payment_method .method_block {
  background: transparent !important;
  margin: 15px 0;
  padding: 0 !important;
}
.checkout_payment .payment_method.closed {
  border: 0;
  margin-top: -30px;
}
.checkout_payment .payment_method.closed .step_title {
  color: #BDBDBD;
}
.checkout_payment .step_note {
  font-size: 140%;
  line-height: 1.6em;
  margin-top: 15px;
}
.checkout_payment .step_title {
  font-size: 260%;
  line-height: 1.3em;
  color: #333333;
  font-family: "bold";
}
.checkout_payment .step_subtitle {
  margin: 35px 0 20px 0;
  font-size: 160%;
  line-height: 1.2em;
  color: #333333;
  font-family: "bold";
}
.checkout_payment .step_info {
  max-width: 220px;
  font-size: 160%;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 30px;
}
.checkout_payment .checkout_order_block {
  flex: 0 0 30%;
  max-width: 30%;
}
.checkout_payment .checkout_order_block .your_order {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden;
  padding: 0 30px;
}
.checkout_payment .checkout_order_block .your_order .step_title {
  padding-top: 30px;
}
.checkout_payment .checkout_order_block .your_order .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 4px;
  right: 0;
}
.checkout_payment .checkout_order_block .your_order .scroll-y div.scroll-element_track {
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.checkout_payment .checkout_order_block .your_order .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.checkout_payment .checkout_order_block .your_order .scroll-y div.scroll-bar:hover {
  background: rgba(0, 0, 0, 0.8);
}
.checkout_payment .checkout_order_block .your_order .order_title {
  font-size: 140%;
  line-height: 1.3em;
  font-family: "bold";
  color: #333333;
  max-width: 98px;
}
.checkout_payment .checkout_order_block .your_order .order_quantity {
  font-size: 140%;
  line-height: 1.3em;
  color: #333333;
}
.checkout_payment .checkout_order_block .your_order .order_price {
  font-size: 160%;
  line-height: 1.2em;
  font-family: "bold";
}
.checkout_payment .checkout_order_block .your_order .order_image {
  width: 76px;
  min-width: 76px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.checkout_payment .checkout_order_block .your_order .order_image img {
  width: 100%;
  height: 100%;
}
.checkout_payment .checkout_order_block .your_order ul {
  padding-top: 20px;
}
.checkout_payment .checkout_order_block .your_order li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout_payment .checkout_order_block .your_order li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout_payment .checkout_order_block .your_order li.hovered .order_title {
  color: #999999;
}
.checkout_payment .checkout_order_block .your_order li.hovered .order_image {
  opacity: 0.7;
}
.checkout_payment .checkout_cart_price {
  flex: 1;
  max-width: 100%;
}
.checkout_payment .another_address {
  display: none;
}
.checkout_payment .billing_address_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.checkout_payment .billing_address_form select {
  visibility: hidden;
}
.checkout_payment .billing_address_form .show .btn {
  color: #9A9A9A !important;
}
.checkout_payment .billing_address_form .bootstrap-select {
  width: 100% !important;
}
.checkout_payment .billing_address_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.checkout_payment .billing_address_form .bootstrap-select .btn {
  color: #9A9A9A;
  font-size: 140%;
  height: 50px;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #9A9A9A !important;
  padding: 14px 15px;
  background: #ffffff !important;
}
.checkout_payment .billing_address_form .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #9A9A9A;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%;
  top: 3px !important;
  border-top: 1px solid #9A9A9A !important;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #9A9A9A;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li.dropdown-divider, .checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li.dropdown-header {
  display: none;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li a {
  padding: 15px;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu li .selected {
  background: #f4f4f4;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-menu ul {
  border-top: none !important;
}
.checkout_payment .billing_address_form .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.checkout_payment .billing_address_form .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-item {
  padding: 7px 15px;
  font-weight: normal;
  color: #9A9A9A;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  white-space: normal;
}
.checkout_payment .billing_address_form .bootstrap-select .dropdown-item.selected, .checkout_payment .billing_address_form .bootstrap-select .dropdown-item.active, .checkout_payment .billing_address_form .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.checkout_payment .billing_address_form .bootstrap-select .bs-searchbox {
  border: 1px solid #9A9A9A;
  border-top: none;
  padding: 3px 5px;
}
.checkout_payment .billing_address_form .bootstrap-select .form-control {
  display: block;
  width: 100%;
  padding: 3px 10px;
  font-size: 120%;
  line-height: 16px;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #9A9A9A;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.checkout_payment .billing_address_form .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.checkout_payment .billing_address_form .bootstrap-select.has-error .dropdown-toggle::after,
.checkout_payment .billing_address_form .bootstrap-select.has-error ~ .placeholder_block {
  color: #b94a48;
}
.checkout_payment .billing_address_form .bootstrap-select.filled + .placeholder_block {
  font-size: 120%;
  line-height: 16px;
  top: -8px;
}
.checkout_payment .billing_address_form .bootstrap-select:after {
  color: #9A9A9A;
}

@media (max-width: 991px) {
  .checkout_payment {
    display: block;
  }
  .checkout_payment .step_note {
    font-size: 120%;
  }
  .checkout_payment .step_title {
    font-size: 180%;
  }
  .checkout_payment .step_subtitle {
    margin: 25px 0 15px 0;
    font-size: 130%;
  }
  .checkout_payment .step_info {
    max-width: 200px;
    font-size: 130%;
    margin-bottom: 15px;
  }
  .checkout_payment .checkout_order_block {
    max-width: 100%;
  }
  .checkout_payment .checkout_order_block .your_order ul li .order_title, .checkout_payment .checkout_order_block .your_order ul li .order_quantity, .checkout_payment .checkout_order_block .your_order ul li .order_price {
    font-size: 120%;
  }
  .checkout_payment .payment_steps {
    max-width: 100%;
    padding-right: 0;
  }
  .checkout_payment .payment_steps ul {
    border-bottom: 0;
  }
  .checkout_payment .payment_steps .choose_method .method_block .checkbox_label {
    display: block;
    font-size: 140%;
    margin-bottom: 10px;
  }
  .checkout_payment .payment_steps .choose_method .method_block .checkbox_label img {
    max-width: 60px;
    max-height: 30px;
  }
}
.web .guest_checkout .redirect_register a:hover {
  opacity: 0.7;
}
.web .checkout_payment .payment_steps .choose_method .next_step:hover {
  background: rgba(39, 39, 39, 0.7);
}

.touch .guest_checkout .redirect_register a, .touch .checkout_payment .payment_steps .choose_method .next_step {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .guest_checkout .redirect_register a:active, .touch .checkout_payment .payment_steps .choose_method .next_step:active {
  color: #999999;
  opacity: 0.7;
}

.payment_success {
  text-align: center;
}
.payment_success .page_title {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
.payment_success .success_text {
  color: #333333;
  font-size: 260%;
  font-family: "bold";
  line-height: 1.2em;
  margin: 35px 0;
}
.payment_success .success_info {
  max-width: 470px;
  margin: 0 auto;
  font-size: 160%;
  line-height: 1.2em;
  color: #999999;
}
.payment_success .go_home {
  font-size: 130%;
  line-height: 1.3em;
  color: #ffffff;
  background: #000000;
  padding: 15px 50px;
  border: 0;
  outline: 0;
  margin: 30px auto 70px auto;
  display: block;
  width: 206px;
}
.payment_success img {
  text-align: center;
}

.web .go_home:hover {
  background: rgba(39, 39, 39, 0.7);
}

.touch .go_home {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .go_home:active {
  color: #999999;
  opacity: 0.7;
}

.address_register .address_check.opened .step_title {
  margin-bottom: 20px;
}
.address_register .register_info {
  font-size: 140%;
  line-height: 1.7em;
  margin-bottom: 35px;
}
.address_register .register_info .bold_text {
  font-family: "bold";
}

.product_block {
  width: 100%;
  position: relative;
  height: 570px;
}
.product_block .product_inner {
  padding: 15px 15px 25px;
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}
.product_block.hovered .image_link.combo_link {
  opacity: 0.7;
}
.product_block.hovered .product_name.combo_link {
  opacity: 0.7;
}
.product_block .product_image_block {
  height: 423px;
  padding-bottom: 20px;
}
.product_block .image_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 403px;
  max-height: 100%;
}
.product_block .image_link img {
  max-width: 100%;
  max-height: 100%;
}
.product_block .product_description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.product_block .description_content {
  position: relative;
  overflow: hidden;
  height: 44px;
}
.product_block .product_name {
  color: #333333;
  font-family: "bold";
  text-align: center;
  font-size: 180%;
  line-height: 22px;
  display: block;
}
.product_block .product_price {
  color: #333333;
  font-size: 180%;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_block .product_price.sale_price {
  text-decoration: line-through;
}
.product_block .product_price.sale_price span {
  color: #DC1616;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.product_block .add_to_wish {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 240%;
  color: #000000;
  display: block;
  -webkit-text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
}
.product_block .add_to_wish.selected {
  -webkit-text-fill-color: inherit;
}
.product_block .add_button {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  display: flex;
  justify-content: center;
}
.product_block .add_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  max-width: 100%;
  margin-top: 24px;
  color: #ffffff;
  font-size: 130%;
  line-height: 16px;
  padding: 15px;
  border: none;
  background: #272727;
}
.product_block .add_button a:before {
  display: block;
  margin-right: 15px;
  font-size: 120%;
}
.product_block .save_percent {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  color: #333333;
  font-size: 130%;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1440px) {
  .product_block {
    height: 450px;
  }
  .product_block .product_image_block {
    height: 303px;
  }
  .product_block .image_link {
    height: 283px;
  }
  .product_block .product_name {
    font-size: 160%;
  }
  .product_block .product_price {
    font-size: 160%;
  }
}
@media (max-width: 1199px) {
  .product_block .product_name,
.product_block .product_price {
    font-size: 140%;
  }
  .product_block .product_image_block {
    height: 283px;
  }
  .product_block .image_link {
    height: 263px;
  }
}
.web .product_block .product_inner:hover {
  z-index: 3;
}
.web .product_block .product_inner:hover .add_button {
  height: 70px;
}
.web .product_block .product_inner:hover ~ .save_percent {
  z-index: 3;
}
.web .product_block .add_button a:hover {
  background: rgba(39, 39, 39, 0.7);
}

.touch .product_block .add_button a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_block .add_button a:hover {
  background: rgba(39, 39, 39, 0.7);
}
.touch .product_block .add_button {
  height: auto;
}
.touch .save_percent {
  bottom: 80px;
}
@media (max-width: 1440px) {
  .touch .product_block {
    height: auto;
  }
  .touch .product_block .product_image_block {
    height: 303px;
  }
  .touch .product_block .image_link {
    height: 283px;
  }
}
@media (max-width: 768px) {
  .touch .product_block .product_name {
    font-size: 160%;
  }
  .touch .product_block .product_price {
    font-size: 160%;
  }
  .touch .product_block .product_image_block {
    height: 283px;
  }
  .touch .product_block .image_link {
    height: 263px;
  }
}
@media (max-width: 639px) {
  .touch .product_block .product_image_block {
    height: 323px;
  }
  .touch .product_block .image_link {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .touch .product_block .product_image_block {
    height: 423px;
  }
  .touch .product_block .image_link {
    height: 400px;
  }
}
@media (max-width: 399px) {
  .touch .product_block .product_image_block {
    height: 323px;
  }
  .touch .product_block .image_link {
    height: 300px;
  }
  .touch .product_block .add_button a {
    font-size: 120%;
  }
}

.checkout_payment .checkout_order_block .your_order .scroll-y, .checkout_payment .checkout_order_block .your_order .order_image, .product_block .image_link {
  -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 .product_content .slick-arrow, .checkout_payment .checkout_order_block .your_order .order_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkout_payment .checkout_order_block .your_order .scroll-y div.scroll-bar, .checkout_payment .billing_address_form .bootstrap-select .dropdown-item {
  -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;
}

.promo_code .toggle_btn:after, .web .product_block .add_button a, .web .ckeckout_btn, .web .guest_checkout .redirect_register a, .web .checkout_payment .payment_steps .choose_method .next_step, .web .go_home {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout_payment .payment_steps li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkout_payment .payment_steps li label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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