.cartbox-table {
	
}
.cartbox-table .cartitem {
	position: relative;
}
.cartbox-table td {
	height: auto;
	padding: 10px 5px;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}
.cartbox-table td:first-child {
	width: auto;
	height: auto;
	padding: 10px 5px;
}

/*REMOVED*/
.cartitem-removed__inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 5px 0;
	border-radius: 2px;
	background-color: #f4f4f4;
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.cartitem-removed__message {
	padding: 0 5px;
	text-align: left;
}
.cartitem-removed__name {
	color: #d2b174;
}
.cartitem-removed__back {
	padding: 0 10px;
	text-align: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.cartitem-removed__back .cartitem-actions__remove {
	margin-left: 10px;
}
.cartitem-removed__back a {
	color: #222228;
}
.cartitem-removed__back a:hover {
	color: #d2b174;
	text-decoration: none;
}

/*DETAIL*/
.cartitem-image {
	width: 160px;
	float: left;
}
.cartitem-image + .cartitem-info {
	margin-left: 170px;
}
.cartitem-info__name {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
}
.cartitem-info__name a {
	color: #30305c;
}
.cartitem-info__name a:hover {
	color: #30305c;
	text-decoration: none;
}
.cartitem-info__properties {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.cartitem-property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #cfcfcf;
}
.cartitem-property__name {

	width: 30%; 
}
.cartitem-property__value {
	color: #30305c;
	max-width: 65%; 
	padding-left: 5px;
}
.cartitem-property__image {
	height: 3em;
	width: 3em; 
}
/*PRICE*/
.cartitem-price {
	width: 180px;
}
.cartitem-price__inner {
	position: relative;
	text-align: right;
}
.cartitem-price__current {
	font-size: 1.1em;
	line-height: 1.4em;
}
.cartitem-price__title {
	font-size: 0.9em;
	line-height: 1.4em;
}
.cartitem-price__difference {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #d2b174;
}
.cartitem-price__difference span {
	white-space: nowrap;
}
.cartitem-price__old {
	color: #d2b174;
	text-decoration:line-through;
}

/*AMOUNT*/
.cartitem-amount {
	width: 190px;
}
.cartitem-amount__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cartitem-amount__plus,
.cartitem-amount__minus {
	display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #222228;
    position: relative;
    flex: 0 0 auto;
	cursor: pointer;
}
.cartitem-amount__plus:hover, 
.cartitem-amount__minus:hover {
	
}
.cartitem-amount__plus:after, 
.cartitem-amount__minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}
.cartitem-amount__plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}
.cartitem-amount__minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}
.cartitem-amount__field {
    border: 1px solid #222228;
    height: 40px;
    width: 90px;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    padding: 5px;
}
.cartitem-amount__measure {
	width: 100%;
    font-size: 0.9em;
    line-height: 1.4em;
	text-align: center;
}

/*ACTIONS*/
.cartitem-actions {
	width: 40px;
}
.cartitem-actions__inner {
	opacity: 0;
	transition: 300ms opacity ease;
}
.bx-touch .cartitem-actions__inner, 
.cartitem:hover .cartitem-actions__inner {
	opacity: 1;
}
.cartitem-actions__remove {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.cartitem-actions__remove:after, 
.cartitem-actions__remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #30305c;
	content: '';
	transition: 300ms background-color ease;
}
.cartitem-actions__remove:before {
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.cartitem-actions__remove:after {
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/*OVERLAY*/
.cartbox-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}
.cartitem-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}



.bx-sbb-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(images/empty_cart.svg) no-repeat center;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx-sbb-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-sbb-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}


.cartbox-total {
	border: 1px solid #e5e5e5;
	padding: 15px 25px;
	color: #222228;

}
.cartbox-total__line {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;	
}
.cartbox-total__message {
	color: red;
}
@media only screen and (max-width: 767px) {
	.cartbox-total__line {
		flex-direction: column;
	}
	.cartbox-total__message {
		margin-bottom: 10px;
	}
}

.cartbox-total__inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}
.cartbox-total__title {
	padding: 7px 0;
	font-size: 2em;
	line-height: 1.4em;
}
.cartbox-total__price {
	margin: 0 30px 0 10px;
}
.cartbox-total__order {
	
}
.cartbox-total__button {
    text-transform: uppercase;
    display: block;
	width: 200px;
    padding: 7px;
	font-size: 1em;
	line-height: 1.4em;
    text-align: center;
    background-color: #30305c;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.cartbox-total__button:hover {
	background: #cfcfcf;
}
.cartbox-price {
	
}
.cartbox-price__current {
	width: 250px;
	color: #30305c;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
}
.cartbox-price__old {
	text-decoration: line-through;
}
.cartbox-price__old,
.cartbox-price__difference {
	width: 250px;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: right;
	color: #d2b174;
}
.cartbox-price__difference {
	font-size: 0.9em;
	line-height: 1.4em;
}

.cartbox-coupon {
	margin: 0 0 1em;
}
.cartbox-coupon__form {
	width: 248px;
	position: relative;
}
.cartbox-coupon__input {
    width: 100%;
    height: 44px;
    padding: 0px 17px 0px 17px;
    background: #f4f4f4;
	font-size: 1.1em;
    line-height: 1.4em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: #222228;
    text-align: center;
}
.cartbox-coupon__btn {
	position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -4px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #222228;
    border-bottom: 2px solid #222228;
    border-radius: 0;
    background-color: transparent;
    content: "";
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cartbox-coupon__list {
	width: 100%;
	font-size: 0.9em;
    line-height: 1.4em;
}
.cartbox-coupon__item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 0.5em;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.cartbox-coupon__item:hover {
	background: #f4f4f4;
}
.cartbox-coupon__delete {
	width: 70px;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	color: #d2b174;
}
.cartbox-coupon__text {
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;	
}
.cartbox-coupon__code {
	position: relative;
	width: 248px;
	color: #d2b174;
}
.cartbox-coupon__item.text-danger .cartbox-coupon__name{
    color: #a94442;
}
.cartbox-coupon__item.text-muted .cartbox-coupon__text {
    color: #222228;
}

.cartbox-coupon__item.text-muted .cartbox-coupon__code:after {
    position: absolute;
    top: 0;
    left: 2px;
    width: 8px;
    height: 14px;
    border-right: 2px solid #e7ac1e;
    border-bottom: 2px solid #e7ac1e;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}