.basket_main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.basket_main *:before, .basket_main *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.basket_main {
	min-width: 230px;
	width: 100%;
	margin: 0 auto 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.basket_head {
	width: 100%;
	background: #ddd;
	border-radius: 4px 4px 0 0;
	text-align: center;
	padding: 30px 0 20px 0;
	font-size: 12px;
	color: #888;
	position: relative;
}
.basket_progress {
	width: 100%;
}

.basket_progress span {
	height: 4px;
	display: block;
	float: right;
	background: #af291d;
	width: 100%
}

.basket_body {
	background: #222;
	padding: 18px 0 4px 0;
}

.basket_body div {
	padding: 0 28px 11px;
	color: #888;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.basket_body div span:nth-of-type(1) {
	width: 8px;
	height: 8px;
    background: #d95e01;
	display: inline-block;
	vertical-align: top;
	border-radius: 99px;
	margin: 8px;
	vertical-align: top;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.basket_is {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 28px 15px 0;
	display: block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}
.basket_mark {
	width: 8px;
	height: 25px;
	position: relative; 
	background: #222;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	transition: .2s;
}

.basket_mark:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 4px solid #d1d5d8;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.basket_mark:hover {
	height: 30px;
	transition: .2s;
}
.basket {
	width: 110px;
	height: 20px;
	position: relative; 
	font-size:14px;
	display: block;
	position: absolute;
	top: 5px;
	right: 35px;
	display: block;
	font-size: 26px;
	color: #222;
}
.basket_footer {
text-align: center;
	background: #222;
	border-radius: 0 0 4px 4px;
	padding: 12px 0;
}



.item-trash-ic {
  background-image: url('../images/remove.svg');
}
.cart-list {
  list-style-type: none;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-list-item {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1.25em;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cart-list-item .cart-item-img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cart-list-item .cart-item {
  width: 100%;
  height: 5em;
  display: table;
}
.cart-list-item .cart-item > div {
text-align: right;
padding: 10px;
  position: relative;
  display: table-cell;
}
.cart-list-item .cart-item .cart-item-description > span {
  position: absolute;
  padding: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cart-list-item .cart-item .cart-item-description .cart-item-label {
  line-height: 1.3em;
  max-height: 2.6em;
  font-size: .875em;
  overflow: hidden;
  color: #262626;
}
.cart-list-item .cart-item .cart-item-description .cart-item-price {
  font-size: .75em;
  color: #a8a8b2;
  margin-top: 0.125em;
}
.cart-list-item .cart-item .cart-item-quantity {
  width: 6em;
  top:15%;
}
.cart-list-item .cart-item .cart-item-trash {
  width: 2em;
}
.cart-list-item .cart-item .cart-item-quantity > span,
.cart-list-item .cart-item .cart-item-trash > span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-list-item .cart-item .cart-item-trash {
  width: 4em;
}
.cart-list-item .cart-item .item-heart-ic {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  cursor: pointer;
}
.cart-list-item .cart-item .item-heart-ic:hover {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.cart-list-item .cart-item .item-trash-ic {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  cursor: pointer;
}
.cart-list-item .cart-item .item-trash-ic:hover {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
@media screen and (min-width: 22.5em) {
  .cart-list-item .cart-item .cart-item-description .cart-item-label {
    font-size: 1em;
  }
  .cart-list-item .cart-item .cart-item-description .cart-item-price {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 26.25em) {
  .cart-wrapper {
    padding-left: 4em;
  }
  .cart-list-item {
    height: 5em;
    margin-bottom: .125em;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .cart-list-item > div {
    display: table-cell;
  }
  .cart-list-item .cart-item-img {
    width: 5em;
    padding: 0;
  }
}