@charset "UTF-8";
.ordered_products, .cart_products, .checkout_steps {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.ordered_products .image_block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart_products .product_count .count_refresh:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.ordered_products .image_block > img {
  object-fit: cover;
}

.ordered_products .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.ordered_products .image_block {
  position: relative;
  overflow: hidden;
}
.ordered_products .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.checkout_steps li:not(:first-child):after {
  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;
}

.home_btn, .sign_popup .validate_button, .checkout_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
}
.inactive.home_btn, .sign_popup .inactive.validate_button, .inactive.checkout_btn {
  background: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.home_btn:hover, .sign_popup .validate_button:hover, .checkout_btn:hover {
  color: #ffffff;
}

.back_btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  border: 2px solid #999999;
  color: inherit;
  padding: 10px;
}
.back_btn:before {
  display: block;
  font-weight: 700;
  margin-right: 5px;
  font-size: 85.7%;
}

.details_info select {
  visibility: hidden;
}
.details_info .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.details_info .bootstrap-select .btn {
  font-size: 140%;
  height: 50px;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 2px solid #c0c0c0 !important;
  padding: 14px 15px;
  background: #ffffff !important;
}
.details_info .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.details_info .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%;
}
.details_info .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #ededed;
}
.details_info .bootstrap-select .dropdown-menu li.dropdown-divider, .details_info .bootstrap-select .dropdown-menu li.dropdown-header {
  display: none;
}
.details_info .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
}
.details_info .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.details_info .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.details_info .bootstrap-select .dropdown-item {
  padding: 7px 15px;
  font-weight: normal;
  color: #000000;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  white-space: normal;
}
.details_info .bootstrap-select .dropdown-item.selected, .details_info .bootstrap-select .dropdown-item.active, .details_info .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.details_info .bootstrap-select .bs-searchbox {
  border: 1px solid #c0c0c0;
  border-top: none;
  padding: 3px 5px;
}
.details_info .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 #ededed;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.details_info .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.details_info .bootstrap-select.has-error .dropdown-toggle::after,
.details_info .bootstrap-select.has-error ~ .placeholder_block {
  color: #b94a48;
}
.details_info .bootstrap-select.filled ~ .placeholder_block {
  font-size: 120%;
  line-height: 16px;
  top: -8px;
}

.sign_popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sign_popup .popup_close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 200%;
  background: #333333;
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
}
.sign_popup .popup_close:before {
  display: block;
}
@media (max-width: 1199px) {
  .sign_popup .popup_close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 160%;
  }
}
@media (max-width: 959px) {
  .sign_popup .popup_close {
    top: 0;
    right: 0;
  }
}

.web .back_btn:hover,
.web .home_btn:hover,
.web .sign_popup .validate_button:hover,
.sign_popup .web .validate_button:hover,
.web .checkout_btn:hover {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.web .details_info .dropdown-menu a:not(.selected):hover {
  background: rgba(0, 0, 0, 0.1);
}
.web .details_info .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #ededed;
}
.web .details_info .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #666666;
}
.web .sign_popup .popup_close:hover {
  background: #666666;
}

.touch .back_btn:active,
.touch .home_btn:active,
.touch .sign_popup .validate_button:active,
.sign_popup .touch .validate_button:active,
.touch .checkout_btn:active {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.touch .home_btn:hover, .touch .sign_popup .validate_button:hover, .sign_popup .touch .validate_button:hover, .touch .checkout_btn:hover {
  color: inherit;
}
.touch .home_btn:hover:active, .touch .sign_popup .validate_button:hover:active, .sign_popup .touch .validate_button:hover:active, .touch .checkout_btn:hover:active {
  color: #ffffff;
}
.touch .details_info .dropdown-menu a:not(.selected):active {
  background: rgba(0, 0, 0, 0.1);
}
.touch .sign_popup .popup_close {
  -o-transition: background 0.15s, opacity 0.3s;
  -ms-transition: background 0.15s, opacity 0.3s;
  -moz-transition: background 0.15s, opacity 0.3s;
  -webkit-transition: background 0.15s, opacity 0.3s;
  transition: background 0.15s, opacity 0.3s;
}
.touch .sign_popup .popup_close:active {
  background: #666666;
}

.empty_cart_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #ededed;
  padding: 30px 0;
}
.empty_cart_block .checkout_btn {
  max-width: 100%;
  width: 230px;
  margin-top: 30px;
}
.empty_cart_block:before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  content: "0";
  width: 50px;
  height: 50px;
  border: 2px solid #999999;
  font-size: 200%;
  font-family: "bold";
  margin-bottom: 20px;
  line-height: 20px;
}

.checkout_steps {
  display: flex;
  border: solid #ededed;
  border-width: 2px 0;
  align-items: center;
  height: 100px;
  counter-reset: number;
}
.checkout_steps > *:before {
  counter-increment: number;
  content: counter(number);
}
.checkout_steps li {
  flex: 3;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 140%;
  line-height: 20px;
}
.checkout_steps li.current_step ~ li {
  color: #b4b4b4;
}
.checkout_steps li:before {
  display: block;
  font-size: 200%;
  margin-right: 15px;
}
.checkout_steps li:not(:first-child):not(:last-child) {
  justify-content: center;
}
.checkout_steps li:first-child {
  flex: 2;
}
.checkout_steps li:last-child {
  flex: 2;
  justify-content: flex-end;
}
.checkout_steps li:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  left: -18px;
  font-size: 2.3rem;
}

.cart_products li {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.cart_products .product_image {
  border: 1px solid #ededed;
  width: 120px;
  min-width: 120px;
}
.cart_products .product_info {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
}
.cart_products .name_brand {
  flex: 0 0 45%;
  max-width: 45%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 140%;
  line-height: 18px;
  padding: 0 20px;
}
.cart_products .product_name {
  font-family: "bold";
  max-width: 220px;
}
.cart_products .product_brand {
  color: #006699;
  font-family: "regular";
}
.cart_products .remove_btn {
  display: block;
  color: #b94a48;
  padding: 5px;
  margin: 0 35px;
  margin-left: auto;
}
.cart_products .remove_btn:before {
  font-weight: 700;
  display: block;
}
.cart_products .count_cost_price {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
}
.cart_products .product_count {
  flex: 0 0 33.3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart_products .product_count input {
  width: 48px;
  font-size: 140%;
  line-height: 18px;
  border: 2px solid #c0c0c0;
  font-family: "regular";
  background: transparent;
  margin-right: 5px;
  padding: 4px;
  text-align: center;
}
.cart_products .product_count input:focus {
  border-color: #333333;
}
.cart_products .product_count .count_refresh {
  display: block;
  font-size: 120%;
  color: #4ea84e;
  padding: 4px;
}
.cart_products .product_count .count_refresh:before {
  display: block;
}
.cart_products .product_cost,
.cart_products .price_block {
  white-space: nowrap;
  font-size: 140%;
  line-height: 18px;
  flex: 0 0 33.3%;
  font-family: "bold";
  text-align: right;
}
.cart_products .error_info_block {
  margin-top: 10px;
  color: #b94a48;
  font-family: "bold";
}

.total_price {
  font-size: 160%;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.total_price .price_size {
  font-family: "bold";
  white-space: nowrap;
}

.checkout_buttons {
  margin: 20px -10px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.checkout_btn {
  flex: 1;
  max-width: 230px;
  margin: 0 10px;
}

.back_btn {
  flex: 1;
  max-width: 230px;
  margin: 0 10px;
}

.cart_empty_btn {
  margin-right: auto;
  margin-left: 10px;
  font-size: 120%;
  line-height: 16px;
  color: inherit;
  display: flex;
  align-items: center;
}
.cart_empty_btn:before {
  display: block;
  color: #b94a48;
  margin-right: 5px;
  font-size: 85%;
}
.cart_empty_btn + .back_btn {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .cart_products .remove_btn {
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  .cart_products .remove_btn {
    margin-right: -5px;
  }
  .cart_products .count_cost_price {
    flex: 0 0 50%;
  }

  .checkout_steps {
    height: 80px;
  }
  .checkout_steps li:before {
    font-size: 150%;
    margin-right: 10px;
  }
  .checkout_steps li:not(:first-child):after {
    left: -16px;
    font-size: 150%;
  }

  .total_price .price_info {
    font-size: 87.5%;
  }
}
@media (max-width: 767px) {
  .cart_products li {
    padding: 15px 0;
  }
  .cart_products .remove_btn {
    border: 1px solid #ededed;
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
  }
  .cart_products .product_info {
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
    justify-content: space-between;
    padding-left: 20px;
  }
  .cart_products .name_brand {
    flex: none;
    text-align: left;
    max-width: 280px;
    padding: 0;
    align-items: flex-start;
  }
  .cart_products .product_name {
    max-width: 100%;
    margin-right: 40px;
    font-family: "regular";
  }
  .cart_products .error_info_block {
    margin-top: 5px;
    font-family: "regular";
  }
  .cart_products .count_cost_price {
    margin-top: 10px;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .cart_products .product_count {
    justify-content: flex-start;
  }
  .cart_products .product_count input {
    padding: 0 4px;
    width: 36px;
  }
  .cart_products .product_cost {
    font-family: "regular";
  }

  .checkout_steps {
    height: 80px;
  }
  .checkout_steps li:before {
    font-size: 150%;
    margin-right: 10px;
  }
  .checkout_steps li:not(:first-child):after {
    left: -14px;
    font-size: 128.6%;
  }
}
@media (max-width: 575px) {
  .checkout_steps li {
    flex-direction: column;
    flex: 1;
  }
  .checkout_steps li:before {
    margin-right: 0;
  }
  .checkout_steps li:not(:first-child):after {
    left: -10px;
    font-size: 80%;
  }
  .checkout_steps li:first-child, .checkout_steps li:last-child {
    flex: 1;
  }

  .checkout_buttons {
    position: relative;
    margin-top: 30px;
  }

  .checkout_btn,
.back_btn {
    max-width: 50%;
  }

  .cart_empty_btn {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cart_empty_btn + .back_btn {
    margin-left: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .cart_products .product_image {
    width: 90px;
    min-width: 90px;
    align-self: flex-start;
  }
  .cart_products .product_info {
    min-height: 90px;
    padding-left: 15px;
  }
  .cart_products .product_count {
    flex: 0 0 25%;
  }
  .cart_products .product_cost {
    flex: 0 0 35%;
  }
  .cart_products .price_block {
    flex: 0 0 40%;
  }
}
@media (max-width: 399px) {
  .cart_products .product_image {
    width: 80px;
    min-width: 80px;
  }
  .cart_products .product_info {
    min-height: 80px;
    padding-left: 10px;
  }
  .cart_products .product_count {
    flex: 0 0 26%;
  }
  .cart_products .product_count input {
    margin-right: 3px;
  }
  .cart_products .product_cost {
    flex: 0 0 32%;
  }
  .cart_products .price_block {
    flex: 0 0 42%;
  }

  .checkout_steps li {
    font-size: 120%;
  }
  .checkout_steps li:before {
    margin-right: 0;
  }
  .checkout_steps li:not(:first-child):after {
    left: -8px;
  }
  .checkout_steps li:first-child {
    margin-left: -15px;
  }
  .checkout_steps li:last-child {
    margin-right: -15px;
  }

  .checkout_buttons {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .cart_empty_btn {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
  .cart_empty_btn + .back_btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .back_btn,
.checkout_btn {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width:359px) {
  .cart_products .product_image {
    width: 60px;
    min-width: 60px;
  }
  .cart_products .product_info {
    min-height: 0;
  }
  .cart_products .name_brand {
    min-height: 60px;
  }
  .cart_products .product_count {
    margin-left: -70px;
    margin-right: auto;
  }
  .cart_products .price_block {
    margin-left: 30px;
  }
}
.web .remove_btn:hover {
  color: rgba(185, 74, 72, 0.7);
}
.web .count_refresh:hover {
  color: rgba(78, 168, 78, 0.7);
}
.web .product_brand:hover {
  color: #999999;
}
.web .cart_empty_btn:hover {
  color: #b94a48;
}

.touch .remove_btn:active {
  color: rgba(185, 74, 72, 0.7);
}
.touch .count_refresh:active {
  color: rgba(78, 168, 78, 0.7);
}
.touch .product_brand:active {
  color: #999999;
}
.touch .cart_empty_btn:active {
  color: #b94a48;
}

.details_info {
  padding-top: 40px;
}
.details_info .form_subtitle {
  font-size: 160%;
  line-height: 20px;
  font-family: "bold";
  color: #666666;
  margin-bottom: 20px;
}
.details_info .total_price {
  border-top: 1px solid #c0c0c0;
  padding: 10px 0;
}

.fields_section {
  max-width: 760px;
  margin: 0 auto;
}
.fields_section .popup_btn {
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.fields_section a {
  color: #006699;
  border-bottom: 1px;
}
.fields_section .field_block > input.filled ~ .placeholder_block:before, .fields_section .field_block > input:focus ~ .placeholder_block:before {
  opacity: 1;
}
.fields_section .field_block .placeholder_block {
  margin-left: 15px;
}
.fields_section .field_block .placeholder_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 2px;
  z-index: -1;
  background: #f9f9f9;
  opacity: 0;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.pass_fields,
.delivery_fields {
  display: none;
  margin-bottom: -15px;
}
.pass_fields:before,
.delivery_fields:before {
  display: block;
  content: "";
  flex: 0 0 100%;
  max-width: 100%;
  height: 15px;
}

.cb {
  display: block;
  clear: both;
}

.sign_popup {
  background: #ffffff;
}
.sign_popup .popup_inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  max-width: 400px;
  padding: 0 20px;
  margin: 0 auto;
}
.sign_popup .pass_forget {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.sign_popup .pass_forget a {
  display: inline-block;
  vertical-align: top;
  font-size: 120%;
  line-height: 15px;
  color: #006699;
  border-bottom: 1px dashed;
}
.sign_popup .validate_button {
  width: 100%;
}

.delivery_description {
  font-size: 160%;
  line-height: 22px;
  font-family: "regular";
  color: #666666;
  margin-bottom: 20px;
}

.delivery_conditions {
  padding-top: 20px;
}
.delivery_conditions .form_subtitle {
  margin-bottom: 10px;
}
.delivery_conditions .conditions_info {
  font-size: 140%;
  line-height: 18px;
}

.payment_methods {
  margin-top: 40px;
}
.payment_methods .form_subtitle {
  margin: 0;
}
.payment_methods .methods_list li {
  margin-top: 20px;
}
.payment_methods label {
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
}
.payment_methods input:checked + .radio_btn {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #000000;
  border-color: transparent;
  cursor: default;
}
.payment_methods .radio_btn {
  display: flex;
  border: 2px solid #ededed;
  height: 60px;
  padding: 13px 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 140%;
  line-height: 20px;
  font-family: "bold";
  color: #666666;
}
.payment_methods .radio_btn img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.payment_methods.has-error .radio_btn {
  border-color: #b94a48;
}
.payment_methods .error_hint {
  text-align: left;
  margin-top: 5px;
}

.gift_card_fields {
  padding-top: 35px;
}
.gift_card_fields button {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  line-height: 18px;
  color: inherit;
  background: #ededed;
  text-align: center;
  padding: 0 10px;
  border: none;
  font-family: "bold";
  margin-bottom: 30px;
}

.comment_subscribe {
  position: relative;
  padding-top: 50px;
}
.comment_subscribe:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  border-top: 2px solid #ededed;
  top: 10px;
}
.comment_subscribe textarea {
  resize: none;
  height: 120px;
  vertical-align: top;
}

.order_description {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  margin-top: 20px;
}

.ordered_products {
  font-size: 140%;
  line-height: 17px;
  color: #666666;
  font-family: "regular";
}
.ordered_products li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.ordered_products li:not(:first-child) {
  border-top: 1px dashed #c0c0c0;
}
.ordered_products .image_name {
  display: flex;
  flex: 1;
  align-items: center;
}
.ordered_products .image_block {
  width: 55px;
  min-width: 55px;
  margin-right: 6.67%;
}
.ordered_products .name_block {
  max-width: 320px;
}
.ordered_products .count_price {
  display: flex;
  align-items: center;
  text-align: right;
  white-space: nowrap;
  flex: 1;
}
.ordered_products .count_block {
  flex: 1;
}
.ordered_products .price_block {
  flex: 1;
  font-family: "bold";
}

.price_type {
  display: flex;
  justify-content: space-between;
  font-size: 140%;
  line-height: 18px;
  padding: 10px 0;
  border-top: 1px dashed #c0c0c0;
}
.price_type .price_size {
  font-family: "bold";
}

@media (max-width: 959px) {
  .delivery_description {
    font-size: 140%;
  }
}
@media (max-width: 575px) {
  .ordered_products .image_name,
.ordered_products .price_block {
    flex: 3;
  }
  .ordered_products .count_price {
    flex: 2;
  }
  .ordered_products .image_block {
    margin-right: 10px;
  }

  .details_info .checkout_buttons {
    margin-top: 10px;
  }
}
@media (max-width: 399px) {
  .ordered_products li {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
  .ordered_products .image_name {
    flex: none;
    width: 100%;
    align-items: flex-start;
  }
  .ordered_products .name_block {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ordered_products .count_price {
    flex: none;
    width: 100%;
    padding-left: 65px;
    margin-top: -17px;
  }
  .ordered_products .count_block {
    text-align: left;
  }
}
.web .popup_btn a:hover,
.web .pass_forget a:hover {
  color: #333333;
  border-bottom-style: solid;
}
.web .radio_btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.web .gift_card_fields button:hover {
  background: #333333;
  color: #ffffff;
}

.touch .popup_btn a:active,
.touch .pass_forget a:active {
  color: #333333;
  border-bottom-style: solid;
}
.touch .gift_card_fields button:active {
  background: #333333;
  color: #ffffff;
}

.success_info {
  padding: 50px 0;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.success_title {
  font-size: 180%;
  line-height: 24px;
  font-family: "bold";
}
.success_title:before {
  display: block;
  margin: 0 auto 20px;
  font-size: 200%;
  font-weight: 700;
}
.success_title.icon_success:before {
  color: #4ea84e;
}
.success_title.icon_error:before {
  color: #b94a48;
}

.success_description {
  margin-top: 15px;
  font-size: 160%;
  line-height: 22px;
  color: #999999;
}

.home_btn {
  width: 230px;
  margin: 30px auto 0;
}

@media (max-width: 575px) {
  .success_description {
    font-size: 140%;
    line-height: 20px;
  }
}
.web .remove_btn, .web .count_refresh, .web .product_brand, .web .cart_empty_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.details_info .bootstrap-select .dropdown-item, .web .details_info .dropdown-menu a:not(.selected) {
  -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;
}

.cart_products .product_count input,
.web .checkout_btn, .web .back_btn, .web .sign_popup .popup_close,
.web .sign_popup .validate_button,
.sign_popup .web .validate_button, .payment_methods .radio_btn, .web .popup_btn a,
.web .pass_forget a, .web .gift_card_fields button,
.web .home_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 .remove_btn, .touch .count_refresh, .touch .product_brand, .touch .cart_empty_btn {
  -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 .details_info .dropdown-menu a:not(.selected) {
  -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 .checkout_btn, .touch .back_btn,
.touch .sign_popup .validate_button,
.sign_popup .touch .validate_button, .touch .popup_btn a,
.touch .pass_forget a, .touch .gift_card_fields button,
.touch .home_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;
}

.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 {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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