.head-cart {
	position: relative;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom-style: dotted;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.02);
}
.head-cart #back-to-buy {
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	font-weight: normal;
	color: #212121;
}

#in-cart {
	min-height: 470px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-top: 0;
}
#in-cart .head-cart,
#in-cart .item {
	position: relative;
	width: 100%;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
#in-cart .mobile {
  display: none;
}
#in-cart .blank-cart {
	padding: 30px 15px;
	width: 100%;
	font-family: tahoma, ms sans serif;
	font-size: 20px;
	text-align: center;
}
#in-cart .item {
	padding: 15px;
}
#in-cart .item img {
	display: inline;
	width: 75px;
	height: 75px;
	margin-right: 15px
}
#in-cart .item .product-name {
	position: absolute;
	top: 10px;
	left: 105px;
  	margin-right: 15px;
  	height: 40px;
	font-size: 18px;
	color: #212121;
	line-height: 20px;
	vertical-align: top;
  	overflow: hidden;
}
#in-cart .item .product-remark {
	position: absolute;
	top: 33px;
	left: 105px;
	margin-right: 15px;
	border-bottom: 1px solid #aaa;
}
#in-cart .item .product-remark input {
	border: none;
	font-family: 'Noto Sans Thai', tahoma, ms sans serif;
	font-size: 15px;
	padding: 0 5px;
}
#in-cart .item .product-name span {
	font-family: tahoma, ms sans serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #757575;
}
#in-cart .item .price,
#in-cart .item .qty {
	position: absolute;
	font-size: 18px;
}
#in-cart .item .price {
	bottom: 12px;
	right: 15px;
	font-weight: bold;
}
#in-cart .item .qty {
	width: 100px;
	height: 30px;
	bottom: 12px;
	right: 90px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
#in-cart .item .qty:hover {
	border: 1px solid rgba(0, 0, 0, 0.54);
}
#in-cart .item .qty input[type="text"] {
	position: absolute;
	top: 2px;
	left: 31px;
	width: 38px;
	height: 24px;
	border: 0px;
	font-family: tahoma, ms sans serif;
	font-size: 16px;
	text-align: center;
	background-color: transparent;
}
#in-cart .item .qty .plus,
#in-cart .item .qty .minus {
	position: absolute;
	top: 6px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.12);
	cursor: pointer;
}
#in-cart .item .qty .plus:hover,
#in-cart .item .qty .minus:hover {
	color: rgba(0, 0, 0, 0.54);
}
#in-cart .item .qty .plus {
	right: 3px;
}
#in-cart .item .qty .minus {
	left: 4px;
}
#in-cart .item .qty .plus::after,
#in-cart .item .qty .minus::after {
	content: '';
	position: absolute;
	top: -2px;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.12);
}
#in-cart .item .qty .plus:hover::after,
#in-cart .item .qty .minus:hover::after {
	background-color: rgba(0, 0, 0, 0.54);
}
#in-cart .item .qty .plus::after {
	left: -4px;
}
#in-cart .item .qty .minus::after {
	right: -4px;
}
#in-cart .item .qty span {
	position: absolute;
	top: -18px;
	right: 0px;
	font-family: tahoma, ms sans serif;
	font-size: 11px;
	color: #ef5350;
}
#in-cart .delete {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
#in-cart .delete:hover {
	background-color: rgba(0, 0, 0, 0.12);
}
#in-cart .delete::before,
#in-cart .delete::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.54);;
	right: 3px;
	top: 10px;
}
#in-cart .delete::before {
	-ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Safari */
  transform: rotate(135deg);
}
#in-cart .delete::after {
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
}
#in-cart .undo {
	display: block;
	font-family: tahoma, ms sans serif;
	font-size: 12px;
	color: #ef5350;
}
#in-cart .undo > span {
	cursor: pointer;
}

@media screen and (max-width:550px) {
  #back-to-top {
  	bottom: 80px;
  }
  #in-cart .mobile {
  	display: block;
  }
}
