@charset "UTF-8";
.drops_list .drop_inner, .drops_list, .cart_page .cart_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.datepicker thead .prev:before,
.datepicker thead .next:before, .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label:before, .payment_steps .select_field .bootstrap-select > .dropdown-toggle:before, .block_inputs .field_block:after, .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label: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;
}

.payment_steps .select_field select {
  padding: 15px;
  background: #F2F3F5;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  border-radius: 5px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.payment_steps .select_field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.payment_steps .select_field .bootstrap-select .btn:focus {
  outline: none !important;
}
.payment_steps .select_field .bootstrap-select > .dropdown-toggle {
  padding: 14px 15px;
  background: #F2F3F5;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  border-radius: 5px;
}
.payment_steps .select_field .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.payment_steps .select_field .bootstrap-select > .dropdown-toggle:before {
  content: "";
  font-size: 40%;
}
.payment_steps .select_field .bootstrap-select > .dropdown-menu {
  font-size: 130%;
  line-height: 1.5em;
  padding: 0;
  color: #666666;
  border: 1px solid #E3E4E6;
  border-radius: 4px;
}
.payment_steps .select_field .bootstrap-select > .dropdown-menu .dropdown-menu {
  font-size: 100%;
}
.payment_steps .select_field .bootstrap-select > .dropdown-menu > .inner {
  max-height: 230px !important;
  overflow-y: auto;
}
.payment_steps .select_field .bootstrap-select > .dropdown-menu > .inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
  border-radius: 3px;
  background: rgba(227, 228, 230, 0.3);
}
.payment_steps .select_field .bootstrap-select > .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E88848;
}
.payment_steps .select_field .dropdown-item {
  padding: 18px 15px;
  color: #666666;
}
.payment_steps .select_field .dropdown-item.selected.active {
  background: transparent;
  color: #E88848;
}
.payment_steps .select_field .dropdown-item:hover {
  color: #666666;
  background: #f2f2f2;
}

.cart_page {
  margin-top: 25px;
  margin-bottom: 50px;
}
.cart_page .page_title {
  margin: 25px auto;
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart_page .shopping_cart_section {
  border-top: 1px solid #F2F3F5;
  padding-top: 25px;
}
.cart_page .name_info {
  display: flex;
  flex-direction: column;
}
.cart_page .type_name {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
}
.cart_page .cart_list {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #E3E4E6;
}
.cart_page .cart_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cart_page .cart_list li:not(:first-child) {
  border-top: 1px solid #F2F3F5;
  padding-top: 15px;
}
.cart_page .cart_list li:last-child {
  margin-bottom: 0;
}
.cart_page .delete_btn {
  color: #E88848;
  font-size: 85%;
  display: inline-block;
  padding: 0 10px;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 3px;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.cart_page .item_image {
  height: 107px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
}
.cart_page .item_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}
.cart_page .item_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_page .item_name {
  flex: 1;
  max-width: 250px;
  padding: 5px 0;
  display: inline-block;
  color: #333333;
  font-size: 130%;
  line-height: 19px;
}
.cart_page .item_price {
  width: 100px;
  min-width: 100px;
  white-space: nowrap;
  text-align: right;
  color: #666666;
  font-size: 130%;
  line-height: 19px;
  padding: 0 15px;
}
.cart_page .product_count {
  display: flex;
  align-items: center;
}
.cart_page .product_count input {
  border: none;
  padding: 0;
  text-align: center;
  width: 30px;
  font-size: 130%;
  line-height: 20px;
  color: #333333;
}
.cart_page .product_count .increase_btn,
.cart_page .product_count .decrease_btn {
  display: flex;
  height: 25px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  border: none;
  background: none;
}
.cart_page .product_count .increase_btn:before,
.cart_page .product_count .decrease_btn:before {
  display: block;
  width: 8px;
  border-top: 2px solid #E88848;
  content: "";
}
.cart_page .product_count .increase_btn.inactive,
.cart_page .product_count .decrease_btn.inactive {
  opacity: 0.2;
  cursor: default;
}
.cart_page .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  height: 8px;
  left: 8px;
  border-left: 2px solid #E88848;
}
.cart_page .shipment_inner {
  border-radius: 5px;
  border: 1px solid #E3E4E6;
  padding: 25px;
}
.cart_page .block_title {
  font-size: 160%;
  line-height: 24px;
  color: #333333;
  font-family: "bold", "arm-bold";
  margin-bottom: 25px;
}
.cart_page .total_info {
  width: 100%;
}
.cart_page .end_block {
  display: flex;
  align-items: center;
}
.cart_page .total_price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 15px;
}
.cart_page .total_price:last-child {
  border-top: 1px solid #F2F3F5;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 25px;
}
.cart_page .price_label {
  color: #666666;
  padding-right: 10px;
}
.cart_page .price_size {
  color: #333333;
  padding-left: 10px;
}
.cart_page .continue_btn {
  border-radius: 5px;
  margin: 0 10px;
  box-shadow: 0 4px 9px -2px rgba(196, 115, 61, 0.2);
  font-size: 120%;
  text-transform: uppercase;
  line-height: 1.25em;
  padding: 18px 40px;
  font-family: "bold", "arm-bold";
  background: #E88848;
  color: #ffffff;
  border: none;
  width: 100%;
}
.cart_page .site_link {
  margin-top: 25px;
  display: block;
  font-family: "medium", "arm-medium";
  text-align: center;
  font-size: 120%;
  line-height: 15px;
  color: #E88848;
}
@media (max-width: 991px) {
  .cart_page .shipment_block {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cart_page {
    margin-top: 0;
  }
  .cart_page .page_title {
    margin: 15px auto;
  }
  .cart_page .cart_list {
    padding: 3px;
  }
}
@media (max-width: 575px) {
  .cart_page .cart_list {
    padding: 5px;
  }
  .cart_page .cart_list li {
    align-items: end;
  }
  .cart_page .item_image img {
    padding: 3px;
  }
  .cart_page .product_count {
    margin: 7px 0;
  }
  .cart_page .item_info {
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
  }
  .cart_page .product_count .increase_btn:before,
.cart_page .product_count .decrease_btn:before {
    display: block;
    width: 12px;
    border-top: 2px solid #E88848;
    content: "";
    margin: -2px 0 0 0;
  }
  .cart_page .product_count .increase_btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    height: 12px;
    left: 10px;
    border-left: 2px solid #E88848;
  }
}
@media (max-width: 399px) {
  .cart_page .cart_list li {
    flex-direction: column;
    align-items: center;
  }
  .cart_page .item_info {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cart_page .item_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart_page .cart_list {
    padding: 15px;
  }
  .cart_page .shopping_cart_section {
    padding-top: 10px;
  }
}

.web .delete_btn:hover, .web .site_link:hover {
  color: #2E2E31;
}
.web .cart_page .item_name:hover {
  color: #E88848;
}
.web .cart_page .item_image:hover {
  opacity: 0.7;
}
.web .increase_btn:not(.inactive):hover,
.web .decrease_btn:not(.inactive):hover {
  opacity: 0.5;
}
.web .continue_btn:hover,
.web .continue_btn:active,
.web .continue_btn:focus {
  background: #C7753E;
  border: 0 !important;
}

.touch .delete_btn:active, .touch .site_link:active {
  color: #2E2E31;
}
.touch .cart_page .item_name:active {
  color: #E88848;
}
.touch .cart_page .item_image:active {
  opacity: 0.7;
}
.touch .increase_btn:not(.inactive):active,
.touch .decrease_btn:not(.inactive):active {
  opacity: 0.5;
}
.touch .continue_btn:active {
  background: #C7753E;
}

.checkout_loged .address_item {
  margin-bottom: 15px;
}
.checkout_loged .payment_steps .payemnt_addresses label .item_inner {
  border: 1px solid #F2F3F5;
}
.checkout_loged .added_address_block {
  display: none;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field {
  margin-top: 0;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field label {
  margin: 0;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  vertical-align: top;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label {
  display: flex;
  align-items: flex-start;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label:before {
  margin-top: 3px;
  min-width: 11px;
  height: 11px;
  border: 1px solid #B1B7C4;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-right: 9px;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
.checkout_loged .payment_steps .checkout_step .checkbox_field label input:checked + .checkbox_label:before {
  border-color: #E88848;
  background: #EFAC80;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout_loged .btns_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout_loged .btns_bottom button,
.checkout_loged .btns_bottom a {
  border: none;
  background: none;
  font-size: 130%;
  line-height: 16px;
  color: #E88848;
  font-family: "medium", "arm-medium";
  text-transform: uppercase;
}
.checkout_loged .btns_bottom .delete_address {
  margin-left: 10px;
}
.checkout_loged .btns_bottom .save_address {
  margin-right: 10px;
  position: relative;
}
.checkout_loged .btns_bottom .save_address:after {
  position: absolute;
  content: "";
  right: -11px;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.inner_blocks {
  max-width: 600px;
}
@media (max-width: 767px) {
  .inner_blocks {
    max-width: 100%;
  }
  .inner_blocks .blocks_clock {
    flex-direction: column;
    margin-bottom: 0;
  }
  .inner_blocks .info_calendar {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.block_inputs {
  display: flex;
  margin: 0 -10px;
  max-width: 70%;
  flex: 0 0 70%;
  align-items: center;
}
@media (max-width: 767px) {
  .block_inputs {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block_inputs .info_calendar {
    margin-right: 30px;
  }
  .block_inputs .datepicker {
    left: -7px !important;
  }
}
.block_inputs .field_block {
  position: relative;
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .block_inputs .field_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.block_inputs .field_block:after {
  content: "";
  font-size: 37%;
  color: #2E2E31;
  position: absolute;
  top: 18px;
  right: 20px;
  font-weight: 900;
}
.block_inputs .field_block:last-child:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 240%;
}

.datepicker {
  border: 1px solid #F2F3F5;
  border-radius: 3px;
  font-size: 100%;
  line-height: 20px;
  padding: 5px;
  left: -15px !important;
}
.datepicker table {
  width: 100%;
}
.datepicker table tr td span {
  border-radius: 3px;
}
.datepicker table tr td span:hover {
  background: #F2F3F5;
}
.datepicker table tr td span.focused {
  color: #ffffff;
  background: #E88848 !important;
}
.datepicker thead th,
.datepicker thead td {
  padding: 5px;
  border-radius: 3px;
}
.datepicker thead .prev,
.datepicker thead .datepicker-switch,
.datepicker thead .next {
  font-family: "bold", "arm-bold";
  vertical-align: middle;
}
.datepicker thead .prev:hover,
.datepicker thead .datepicker-switch:hover,
.datepicker thead .next:hover {
  background: #F2F3F5;
}
.datepicker thead .prev,
.datepicker thead .next {
  font-size: 0;
  line-height: 0;
  padding: 5px 10px;
}
.datepicker thead .prev:before,
.datepicker thead .next:before {
  font-size: 1.2rem;
  display: block;
  font-weight: 900;
}
.datepicker thead .prev:before {
  content: "";
}
.datepicker thead .next:before {
  content: "";
}
.datepicker tbody td,
.datepicker tbody th {
  width: 14.285%;
  height: 28px;
  border-radius: 3px;
}
.datepicker tbody td.day:not(.disabled):hover,
.datepicker tbody th.day:not(.disabled):hover {
  background: #f2f2f2;
}
.datepicker tbody td.day.active,
.datepicker tbody th.day.active {
  background: #E88848 !important;
  color: #ffffff;
}

.btn_prev:before,
.btn_next:before {
  font-size: 80%;
}

.btn_calendar {
  font-size: 160%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 25px;
  width: 25px;
  border: 1px solid #E88848;
  border-radius: 4px;
  background-color: #E88848;
  box-shadow: 0 1px 4px 0 rgba(196, 115, 61, 0.4);
}

.info_calendar {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 10px;
  color: #2E2E31;
  font-size: 120%;
  font-family: "medium", "arm-medium";
  line-height: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.info_calendar span {
  font-size: 80%;
  cursor: pointer;
}
.info_calendar button {
  background: none;
  border: none;
}
.info_calendar .day_block {
  padding: 0 19px;
}
.info_calendar input {
  max-width: 110px;
  text-align: center;
  background: none;
  border: none;
  pointer-events: none;
  height: 50px;
}

.blocks_clock {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blocks_clock .payment_step_subtitle {
  margin: 0;
}

.shipping_amount {
  color: #2E2E31;
  font-family: "medium", "arm-medium";
  font-size: 130%;
  line-height: 20px;
  padding-top: 10px;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
  width: 7em;
  font-size: 130%;
  color: #666666;
  line-height: 1.5em;
  border: 1px solid #E3E4E6;
  border-radius: 4px;
  font-family: "medium", "arm-medium";
}
.ui-timepicker-wrapper::-webkit-scrollbar {
  width: 5px;
  height: auto;
  border-radius: 3px;
  background: rgba(227, 228, 230, 0.3);
}
.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E88848;
}
.ui-timepicker-wrapper li {
  padding: 7px 10px;
}
.ui-timepicker-wrapper li.ui-timepicker-selected {
  color: #E88848;
  background: none;
}

.drops_list .drop_block {
  display: none;
}
.drops_list .drop_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #666666;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 20px;
}
.drops_list .drop_btn:before {
  font-size: 45%;
}
.drops_list .drop_inner > li {
  border-top: 1px solid #F2F3F5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.drops_list .drop_inner > li:first-child {
  padding-top: 25px;
}
.drops_list .drop_inner > li:last-child {
  border-bottom: 1px solid #F2F3F5;
  margin-bottom: 25px;
}
.drops_list .product_inner {
  display: flex;
  border-bottom: 1px solid rgba(232, 136, 72, 0.1);
  padding: 15px 0;
}
.drops_list .product_inner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.drops_list .product_inner:first-child {
  padding-top: 0;
}
.drops_list .product_inner .product_img {
  height: 107px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
}
.drops_list .product_inner .product_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}
.drops_list .product_inner .product_info {
  flex: 1;
  padding-left: 10px;
  font-size: 130%;
  line-height: 1.45em;
}
.drops_list .product_inner .product_info .product_tab,
.drops_list .product_inner .product_info .product_qty {
  margin: 10px 0;
  color: #666666;
}
.drops_list .product_inner .product_info .product_name {
  color: #333333;
}
.drops_list .product_inner .product_info .product_price {
  color: #2E2E31;
  font-family: "bold", "arm-bold";
}

.payment_steps > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.payment_steps .checkout_step {
  padding: 25px;
  border: 1px solid #E3E4E6;
  border-radius: 5px;
  margin-bottom: 20px;
}
.payment_steps .checkout_step .checkbox_field {
  margin-top: 25px;
}
.payment_steps .checkout_step .checkbox_field .checkbox_label {
  font-size: 130%;
  line-height: 1.45em;
  color: #666666;
  margin-left: 25px;
}
.payment_steps .payment_step_title {
  font-size: 220%;
  line-height: 1.1em;
  color: #333333;
  font-family: "bold", "arm-bold";
}
.payment_steps .payment_step_subtitle {
  font-size: 130%;
  line-height: 1.45em;
  color: #666666;
  margin-bottom: 25px;
  margin-top: 15px;
}
.payment_steps .field_block {
  margin-bottom: 15px;
}
.payment_steps .field_block input {
  padding: 15px;
}
.payment_steps .time_block .time_picker_to,
.payment_steps .time_block .time_picker_from {
  padding: 9px 15px;
  font-family: "medium", "arm-medium";
}
.payment_steps .address_hint {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
  margin-top: 10px;
}
.payment_steps .payemnt_addresses {
  margin-top: 25px;
}
.payment_steps .payemnt_addresses .item_title {
  font-size: 160%;
  line-height: 1.3em;
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(232, 136, 72, 0.1);
}
.payment_steps .payemnt_addresses .item_text {
  font-size: 130%;
  line-height: 1.45em;
  color: #333333;
}
.payment_steps .payemnt_addresses label {
  width: 100%;
  background: rgba(242, 243, 245, 0.8);
  border-radius: 5px;
  cursor: pointer;
}
.payment_steps .payemnt_addresses label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.payment_steps .payemnt_addresses label .item_inner {
  padding: 20px 25px;
  border-radius: 5px;
}
.payment_steps .payemnt_addresses label input:checked + .item_inner {
  border: 1px solid #B1B7C4;
  cursor: default;
  background: #F2F3F5;
}
.payment_steps .methods_list {
  padding: 0;
  list-style-type: none;
}
.payment_steps .methods_list li {
  border: 0;
  margin-bottom: 20px;
}
.payment_steps .methods_list .payment-method-title label {
  background: rgba(242, 243, 245, 0.8);
  border-radius: 5px;
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
}
.payment_steps .methods_list 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;
}
.payment_steps .methods_list .payment-method-title input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.payment_steps .methods_list input:checked + .radio_btn {
  border: 1px solid #B1B7C4;
  background: #F2F3F5;
  cursor: default;
}
.payment_steps .time_block {
  margin-top: 25px;
}

.web .btn_calendar:hover,
.web .payment_steps .methods_list label .radio_btn:hover,
.web .payment_steps .payemnt_addresses label:hover {
  opacity: 0.7;
}
.web .info_calendar button:hover,
.web .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label:hover,
.web .drops_list .drop_btn:hover {
  color: #E88848;
}
.web .ui-timepicker-list li.ui-timepicker-selected:hover, .web .ui-timepicker-list li:hover:hover, .web .ui-timepicker-list .ui-timepicker-selected:hover {
  color: #000000;
  background: #F2F3F5;
}

.touch .btn_calendar:active,
.touch .payment_steps .methods_list label .radio_btn:active,
.touch .payment_steps .payemnt_addresses label:active {
  opacity: 0.7;
}
.touch .info_calendar button:active,
.touch .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label:active,
.touch .drops_list .drop_btn:active {
  color: #E88848;
}
.touch .ui-timepicker-list li.ui-timepicker-selected:active, .touch .ui-timepicker-list li:hover:active, .touch .ui-timepicker-list .ui-timepicker-selected:active {
  color: #000000;
  background: #F2F3F5;
}

.web .cart_page .item_image, .web .increase_btn,
.web .decrease_btn, .web .btn_calendar,
.web .payment_steps .methods_list label .radio_btn,
.web .payment_steps .payemnt_addresses 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 .delete_btn, .web .site_link, .web .cart_page .item_name, .web .info_calendar button,
.web .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label,
.web .drops_list .drop_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;
}

.datepicker thead .prev,
.datepicker thead .datepicker-switch,
.datepicker thead .next {
  -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 .continue_btn, .datepicker table tr td span, .datepicker tbody td,
.datepicker tbody th, .web .ui-timepicker-list li.ui-timepicker-selected, .web .ui-timepicker-list li:hover, .web .ui-timepicker-list .ui-timepicker-selected {
  -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 .cart_page .item_image, .touch .increase_btn,
.touch .decrease_btn, .touch .btn_calendar,
.touch .payment_steps .methods_list label .radio_btn,
.touch .payment_steps .payemnt_addresses 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 .delete_btn, .touch .site_link, .touch .cart_page .item_name, .touch .info_calendar button,
.touch .checkout_loged .payment_steps .checkout_step .checkbox_field .checkbox_label,
.touch .drops_list .drop_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 .continue_btn, .touch .ui-timepicker-list li.ui-timepicker-selected, .touch .ui-timepicker-list li:hover, .touch .ui-timepicker-list .ui-timepicker-selected {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.cart_page .product_count .increase_btn,
.cart_page .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;
}

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