.cart_page .cart_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cart_page {
  margin: 40px 0;
}
.cart_page .cart_title {
  font-size: 240%;
  line-height: 1.33em;
  margin-bottom: 32px;
}
.cart_page .cart_title span {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.4);
}
.cart_page .cart_list li {
  margin-bottom: 20px;
}
.cart_page .cart_list .inner_cart {
  display: flex;
  align-items: center;
}
.cart_page .cart_list .img_block {
  height: 101px;
  width: 101px;
  min-width: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 15px;
  background: #f7f7f7;
  border-radius: 4px;
}
.cart_page .cart_list .img_block img {
  display: block;
  max-width: 100%;
  max-height: 101px;
}
.cart_page .total_price {
  text-align: right;
}
.cart_page .total_price span:nth-child(1) {
  font-size: 180%;
  line-height: 1.33em;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 7px;
}
.cart_page .total_price span:nth-child(2) {
  font-size: 240%;
  line-height: 1.33em;
  color: #000000;
}
.cart_page .left_block {
  display: flex;
  align-items: center;
  flex: 0 0 75%;
  max-width: 75%;
  font-size: 180%;
  line-height: 1.33em;
}
.cart_page .left_block a:nth-child(2) {
  color: #000000;
  padding-right: 20px;
}
.cart_page .right_block {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart_page .product_cost {
  font-size: 180%;
  line-height: 1.33em;
  font-family: "medium";
  padding: 0 15px;
}
.cart_page .remove_btn {
  background: #b3b3b3;
  padding: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  font-size: 140%;
}
.cart_page .checkout_buttons {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cart_page .checkout_btn {
  flex: 1;
  max-width: 204px;
  margin: 0 10px;
  background: #fcd878;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 180%;
  font-family: "medium";
  color: #000000;
  border-radius: 4px;
  line-height: 1.33em;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}
.cart_page .back_btn {
  flex: 1;
  max-width: 204px;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 180%;
  font-family: "medium";
  color: #ffffff;
  border-radius: 4px;
  line-height: 1.33em;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}
.cart_page .cart_btn {
  margin-right: auto;
  font-size: 180%;
  line-height: 1.33px;
  color: inherit;
  display: flex;
  align-items: center;
}
.cart_page .cart_btn:before {
  display: block;
  color: #000000;
  margin-right: 15px;
  font-size: 85%;
}
.cart_page .cart_btn + .back_btn {
  margin-left: 20px;
}
.cart_page .product_count {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  border-radius: 4px;
  align-items: center;
  height: 46px;
  margin: 0 15px;
}
.cart_page .product_count label {
  display: flex;
  font-weight: normal;
  margin: 0;
  flex: 1;
  font-size: 180%;
  line-height: 20px;
  cursor: text;
}
.cart_page .product_count .increase_btn,
.cart_page .product_count .decrease_btn {
  display: flex;
  height: 22px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
  padding: 5px;
}
.cart_page .product_count .increase_btn:before,
.cart_page .product_count .decrease_btn:before {
  display: block;
  width: 13px;
  border-top: 1px solid;
  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: 4px;
  height: 13px;
  left: 11px;
  border-left: 1px solid;
}
.cart_page .product_count input {
  border: none;
  background: transparent;
  text-align: center;
  width: 44px;
}
.cart_page .btn_promo {
  font-size: 180%;
  line-height: 1.33em;
  color: #000000;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cart_page .btn_promo:before {
  margin-right: 5px;
  content: "+";
  font-size: 120%;
}
.cart_page .promo_info {
  color: #f00;
  font-size: 120%;
  line-height: 1.33em;
  margin-top: 20px;
}
.cart_page .cart_block {
  padding-left: 80px;
  padding-right: 80px;
}
.cart_page .promo_code {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.cart_page .promo_code.open_input .input_block {
  opacity: 1;
  z-index: 1;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cart_page .promo_code.open_input .btn_promo {
  opacity: 0;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cart_page .input_block {
  opacity: 0;
  position: absolute;
  top: -10px;
  z-index: -1;
  flex: 1;
  max-width: 180px;
  display: flex;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cart_page .input_block .has-error input,
.cart_page .input_block .has-error textarea {
  border-color: #b94a48;
}
.cart_page .input_block .error_hint {
  text-align: left;
  opacity: 0;
  font-size: 140%;
  line-height: 18px;
  max-height: 18px;
  margin-bottom: -18px;
}
.cart_page .input_block input {
  flex: 1;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 5px 9px;
  color: #000000;
  background: #ffffff;
  border-right: none;
  font-size: 160%;
  line-height: 1.33em;
  height: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cart_page .input_block input::placeholder {
  font-size: 120%;
  line-height: 1.33em;
  color: rgba(0, 0, 0, 0.4);
}
.cart_page .input_block button {
  color: #ffffff;
  background: #000000;
  height: 35px;
  padding: 10px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cart_page .promo_close {
  color: rgba(0, 0, 0, 0.4);
  font-size: 140%;
  margin-top: 11px;
}
@media (max-width: 1440px) {
  .cart_page .cart_block,
.cart_page .promo_code {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .cart_page .left_block {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cart_page .right_block {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .cart_page .promo_code {
    text-align: center;
  }
  .cart_page .input_block {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .cart_page .inner_cart {
    flex-direction: column;
    position: relative;
  }
  .cart_page .cart_list .img_block {
    margin-bottom: 11px;
  }
  .cart_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .cart_page .product_cost {
    margin-top: 11px;
  }
  .cart_page .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .cart_page .left_block a:nth-child(2) {
    padding-right: 0;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 11px;
  }
  .cart_page .remove_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cart_page .checkout_buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .cart_page .cart_btn {
    margin: 0 auto;
  }
  .cart_page .cart_btn + .back_btn {
    margin-left: 0;
    margin: 24px 0;
  }
  .cart_page .checkout_btn,
.cart_page .back_btn {
    flex: auto;
    margin: 0;
    max-width: 300px;
  }
}

.web .cart_page .cart_list .img_block {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .cart_page .cart_list .img_block:hover {
  opacity: 0.5;
}
.web .cart_page .product_count .increase_btn,
.web .cart_page .product_count .decrease_btn,
.web .cart_page .btn_promo,
.web .cart_page .cart_btn,
.web .cart_page .left_block a:nth-child(2) {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .cart_page .product_count .increase_btn:hover,
.web .cart_page .product_count .decrease_btn:hover,
.web .cart_page .btn_promo:hover,
.web .cart_page .cart_btn:hover,
.web .cart_page .left_block a:nth-child(2):hover {
  color: #f9b638;
}
.web .cart_page .checkout_btn,
.web .cart_page .remove_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .cart_page .checkout_btn:hover,
.web .cart_page .remove_btn:hover {
  background: #000000;
  color: #ffffff;
}
.web .cart_page .back_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .cart_page .back_btn:hover {
  background: none;
  color: #000000;
  border: 1px solid #000000;
}
.web .cart_page .input_block button {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .cart_page .input_block button:hover {
  background: #fcd878;
  color: #000000;
}
.web .cart_page .promo_close {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .cart_page .promo_close:hover {
  color: #000000;
}

.touch .cart_page .cart_list .img_block {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .cart_page .cart_list .img_block:active {
  opacity: 0.5;
}
.touch .cart_page .product_count .increase_btn,
.touch .cart_page .product_count .decrease_btn,
.touch .cart_page .btn_promo,
.touch .cart_page .cart_btn,
.touch .cart_page .left_block a:nth-child(2) {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .cart_page .product_count .increase_btn:active,
.touch .cart_page .product_count .decrease_btn:active,
.touch .cart_page .btn_promo:active,
.touch .cart_page .cart_btn:active,
.touch .cart_page .left_block a:nth-child(2):active {
  color: #f9b638;
}
.touch .cart_page .checkout_btn,
.touch .cart_page .remove_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .cart_page .checkout_btn:active,
.touch .cart_page .remove_btn:active {
  background: #000000;
  color: #ffffff;
}
.touch .cart_page .back_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .cart_page .back_btn:active {
  background: none;
  color: #000000;
  border: 1px solid #000000;
}
.touch .cart_page .input_block button {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .cart_page .input_block button:active {
  background: #fcd878;
  color: #000000;
}
.touch .cart_page .promo_close {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .cart_page .promo_close:active {
  color: #000000;
}

.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=shopcart.css.map */
