/* CART > TOP */
.cart-top {
	position: relative;
	height: 39px;
	margin-bottom: 20px;
}
.cart-top .continue {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	color: #414042;
}
.cart-top .continue:before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 7px;
	height: 11px;
	margin-right: 7px;
	background: url("../images/sprite.svg") no-repeat 0 -469px;
}
.cart-top .purchase-btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -22px;
	padding: 0 40px;
	line-height: 40px;
}
/* CART > PRODUCTS */
.cart-product-wrapper {
	font-size: 0;
	position: relative;
	height: 162px;
	padding: 40px 20px;
	border-top: 1px solid #f2f2f2;
	text-align: left;
	opacity: 0.85;
	-webkit-box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0);
	box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.62s;
	-moz-transition: all 0.62s;
	-o-transition: all 0.62s;
	transition: all 0.62s;
}
.cart-product-wrapper:hover {
	opacity: 1;
	-webkit-box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 15px -17px rgba(0, 0, 0, 0.5);
}
.cart-product-wrapper:first-child {
	margin-top: 0;
}
.cart-product-wrapper > div {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 12px;
}
.cart-product-wrapper .cart-remove-product {
	position: absolute;
	top: 10px;
	right: 0;
	width: 19px;
	height: 19px;
	background: #fff url("../images/sprite.svg") no-repeat -45px -325px;
}
.cart-product-wrapper .cart-remove-product:hover {
	background: #000 url("../images/sprite.svg") no-repeat 4px -325px;
}
.purchase-btn span:after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	width: 7px;
	height: 12px;
	margin-left: 7px;
	background: url("../images/sprite.svg") no-repeat -99px -204px;
}
/* CART > PRODUCTS > IMAGE */
.cart-image-wrapper {
	border: 1px solid #e6e7e8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cart-image-wrapper a {
	font-size: 0;
	display: block;
	width: 60px;
	height: 80px;
}
/* CART > PRODUCTS > INFO */
.cart-info-wrapper {
	position: relative;
	height: 100%;
	margin-left: 20px;
}
.cart-info .name {
	margin-bottom: 13px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cart-info .name:after {
	content: "";
	position: relative;
	display: block;
	bottom: -7px;
	width: 23px;
	height: 1px;
	background: #000;
}
.cart-info .sku {
	margin-bottom: 3px;
	font-weight: 400;
}
.cart-info .configurable-option {
	position: absolute;
	bottom: 0;
	width: 350px;
	margin-bottom: 0;
}
.cart-info .configurable-option .single-option {
	height: 20px;
	margin-top: 7px;
}
.cart-info .configurable-option .single-option:first-child {
	margin-top: 0;
}
.cart-info .configurable-option .single-option-label {
	display: inline-block;
	vertical-align: middle;
/*	width: 100px;*/
}
.cart-info .configurable-option .single-option-value {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cart-info .configurable-option .single-option-value.color {
	top: 2px;
	width: 54px;
	height: 14px;
	margin-left: 7px;
	padding: 2px 20px;
}
.cart-info .configurable-option .single-option-value.color:after {
	content: "";
	position: absolute;
	display: block;
	top: -3px;
	left: -3px;
	width: 60px;
	height: 20px;
	border: 1px solid #c8c8c8;
}
.cart-info .configurable-option .single-option-value:not(.color) {
/*	min-width: 60px;*/
	margin-left: 4px;
/*	padding: 2px 20px 3px;*/
/*	border: 1px solid #e6e7e8;*/
	background: #fff;
	font-weight: 400;
	text-align: center;
}
/* CART > PRODUCTS > QTY & PRICE */
.cart-product-wrapper .qty {
	position: relative;
	float: right;
	top: 50%;
	right: 20px;
	width: 60px;
	height: 30px;
	margin-top: -15px;
	line-height: 28px;
	border: 1px solid #e6e7e8;
	background: #fff;
	text-align: center;
	font-size: 13px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cart-product-wrapper .cart-price-wrapper {
	position: relative;
	float: right;
	top: 50%;
	width: 90px;
	height: 36px;
	margin-top: -18px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}
.cart-product-wrapper .cart-price-wrapper .price:not(.promo-price) {
	line-height: 36px;
}
.cart-product-wrapper .cart-price-wrapper .price.promo-price {
	display: block;
	color: #bd1e2d;
}
.cart-product-wrapper .cart-price-wrapper .old-price {
	color: #6d6e71;
	font-weight: 400;
	text-decoration: line-through;
}
/* CART > TOTALS */
.cart-totals-wrapper {
	position: relative;
	margin: 20px 0;
	text-align: right;
}
.cart-totals {
	display: inline-block;
	border-spacing: 0;
}
.cart-totals td {
	border-top: 1px solid #d2d4d3;
}
.cart-totals tr:first-child td,
.cart-totals tr:last-child td {
	border-top: 0 none;
}
.cart-totals .total-row td {
	border-top-width: 2px;
	color: #000;
	font-weight: 700;
}
.cart-totals .info {
	padding: 15px 42px;
}
.cart-totals .price {
	padding-right: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
/* CART > TOTALS > PURCHASE BUTTON */
.cart-totals tr:last-child td {
	text-align: right;
}
.cart-totals .purchase-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 0 40px;
	line-height: 40px;
}
/* CART > PROMO CODE */
.cart-promo-code {
	position: absolute;
	top: 10px;
	left: 0;
	width: 350px;
	padding: 20px;
	background: #f2f2f2;
	border: 1px solid #E2E1E1;
	text-align: left;
}
.cart-promo-code-title {
	margin-bottom: 27px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cart-promo-code-title:after {
	content: "";
	position: relative;
	display: block;
	bottom: -7px;
	width: 23px;
	height: 1px;
	background: #000;
}
.cart-promo-code-form {
	font-size: 0;
	letter-spacing: 0;
}
.cart-promo-code .input-promo-code,
.cart-promo-code .btn-promo-code {
	display: inline-block;
	vertical-align: middle;
}
.cart-promo-code .input-promo-code {
	width: 63%;
	margin-right: 2%;
}
.cart-promo-code .input-promo-code[readonly] {
	opacity: 0.5;
}
.cart-promo-code .btn-promo-code {
	width: 35%;
	padding: 0 14px;
}
/* CART > BOTTOM */
.cart-bottom-wrapper {
	display: none;
	margin-top: 33px;
	width: 810px;
	text-align: left;
}
.cart-bottom-links {
	float: left;
	height: 23px;
	line-height: 23px;
}
.cart-bottom-links a {
	position: relative;
	margin-left: 30px;
}
.cart-bottom-links a:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	left: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: background 0.26s;
	-moz-transition: background 0.26s;
	-o-transition: background 0.26s;
	transition: background 0.26s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cart-bottom-links a:hover:before {
	background: #808285;
}
.cart-bottom-links a:first-child {
	margin-left: 0;
}
.cart-bank-cards {
	float: right;
	width: 211px;
	height: 23px;
	background: url("../images/sprite.svg") no-repeat 0 -292px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}