.cart_items .image_block a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page_inner {
  padding: 40px 0;
}
.page_inner .empty_info {
  font-size: 140%;
  line-height: 20px;
  margin-top: 20px;
}

.cart_items {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
  border: solid #e5e5e5;
  border-width: 0 1px;
}
.cart_items li {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 25px 20px;
}
.cart_items li.hovered .image_block a:before {
  opacity: 0.2;
}
.cart_items li.hovered .item_name {
  color: #0e578b;
}
.cart_items .image_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_items .image_block a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}
.cart_items .image_block a:before {
  background: #ffffff;
  pointer-events: none;
  content: "";
  opacity: 0;
}
.cart_items .image_block img {
  display: block;
  max-width: 100%;
  max-height: 80px;
}
.cart_items .info_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cart_items .count_price {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
}
.cart_items .count_price > *:not(:first-child) {
  padding-left: 20px;
}
.cart_items .item_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 80%;
  color: #333333;
  font-size: 140%;
  line-height: 18px;
  margin-right: 20px;
}
.cart_items .item_remove {
  display: block;
  padding: 4px;
  margin-right: -4px;
  color: #df280a;
}
.cart_items .item_remove:before {
  display: block;
  font-weight: 900;
}
.cart_items .action_block {
  flex: 1;
}
.cart_items .action_label {
  font-size: 120%;
  color: #999999;
  line-height: 15px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.cart_items .count_update {
  display: flex;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 26px;
  width: 30px;
  color: #11b400;
  font-size: 120%;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.cart_items .count_update:before {
  display: block;
}
.cart_items .price_block,
.cart_items .sum_block {
  flex: 1;
  font-size: 140%;
  line-height: 18px;
  padding: 4px 0;
  text-align: right;
  white-space: nowrap;
}
.cart_items .sum_block {
  font-family: "bold", "bold2";
}
@media (max-width: 767px) {
  .cart_items li {
    padding: 20px 10px;
  }
}
@media (max-width: 575px) {
  .cart_items li {
    padding: 10px 5px;
  }
  .cart_items .count_price {
    flex-wrap: wrap;
  }
  .cart_items .action_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cart_items .action_block:first-child {
    max-width: 100px;
  }
  .cart_items .price_block,
.cart_items .sum_block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 0 !important;
  }
  .cart_items .price_block {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .cart_items .image_block {
    padding-left: 5px;
    padding-right: 0;
  }
}

.cart_total {
  padding: 25px 30px;
  border: 1px solid transparent;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_total:before {
  display: block;
  border: 1px solid;
  color: #0e578b;
  font-size: 240%;
  border-radius: 50%;
  padding: 14px;
}
.cart_total .total_info {
  font-size: 160%;
  line-height: 22px;
  font-family: "bold", "bold2";
  text-align: right;
}
.cart_total .total_info td {
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .cart_total {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cart_total {
    padding: 15px;
  }
  .cart_total:before {
    font-size: 200%;
    padding: 12px;
  }
}
@media (max-width: 479px) {
  .cart_total .total_info td {
    display: block;
  }
}

.next_step_btn {
  margin: 25px 0 45px auto;
  font-size: 120%;
  line-height: 16px;
  color: #ffffff;
  border: none;
  background: #0d5182;
  min-width: 160px;
  padding: 15px;
}

.web .empty_info a:hover {
  color: rgba(14, 87, 139, 0.7);
}
.web .item_remove:hover {
  background: #f0e2e2;
}
.web .count_update:hover {
  background: #e5e5e5;
}
.web .next_step_btn:hover {
  background: #0b466f;
}

.touch .empty_info a:active {
  color: rgba(14, 87, 139, 0.7);
}
.touch .item_remove:active {
  background: #f0e2e2;
}
.touch .count_update:active {
  background: #e5e5e5;
}
.touch .next_step_btn:active {
  background: #0b466f;
}

.cart_items .image_block a:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cart_items .item_name, .web .empty_info a {
  -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 .item_remove, .web .count_update, .web .next_step_btn {
  -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;
}

.touch .empty_info a {
  -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 .item_remove, .touch .count_update, .touch .next_step_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;
}

/*# sourceMappingURL=shopCart.css.map */
