.cart-container {
	margin-top: 30px;
	position: relative;
}
.cart-container>.summary>.cart-content {
	margin-bottom: 30px;
}

.cart-container>.summary>.cart-content h1 {
    margin: 50px 0 30px 0;
}
.cart-container>.summary>.cart-content>.items {
	margin-top: 50px;
	padding: 0 30px 0 0;
}

.cart-container>.summary>.cart-content>.items>.item.itemheader {
	color: #979797;
	font-size: 12px;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 20px;
}
.cart-container>.summary>.cart-content>.items>.item {
	position: relative;
}

.cart-container>.summary>.cart-content>.items>.item>div {
	padding: 5px 5px;
}

.cart-container>.summary>.cart-content>.items>.item>div.img {
	text-align: center;
}

.cart-container>.summary>.cart-content>.items>.item>div.title>.title {
	color: #000;
	font-weight: 600;
}

.cart-container>.summary>.cart-content>.items>.item>div.title>.option>span {
	display: inline-block;
	margin-right: 20px;
}

.cart-container>.summary>.cart-content>.items>.item>div.title>.option>span:last-child {
	margin-right: 0;
}

.cart-container>.summary>.cart-content>.items>.item>div.title>.option>span:last-child>span {
	color:#002528;
}

.cart-container>.summary>.cart-content>.items>.item>div.price {
	text-align: right;
	padding-right: 20px;
}

.cart-container>.summary>.cart-content>.items>.item>div.price>div {
	font-weight: 900;
	color: #000;
	font-size: 16px;
}
.cart-container>.summary>.cart-content>.items>.item>div.price>div>span {
	display: block;
}
.cart-container>.summary>.cart-content>.items>.item>div.price>div>span.old {
	color: #979797;
	text-decoration: line-through;
	font-weight: normal;
}

.cart-container>.summary>.cart-content>.items>.item>div.price.last {
	max-width: 100px;
}

.cart-container>.summary>.cart-content>.items>.item .price.priceold>span {
	font-size: 14px;
}

.cart-container>.summary>.cart-content>.items>.item>div.qty {
	text-align: center;
}

.cart-container>.summary>.cart-content>.items>.item>div.qty>label.pps {
	max-width: 80px;
	display: block;
	margin: 0 auto;
}

.cart-container>.summary>.cart-content>.items>.item>.remove {
	position: absolute;
	right: 0;
}

.cart-container>.summary>.cart-content>.items>.item>.remove>a {
	font-weight: 600;
	color: #ec1c24;
	text-decoration: none;
}



.cart-container>.summary>.cart-content>.items .btn-wrapper {
	position: relative;
	padding-right: 30px;
	padding-left: 20px;
}
.cart-container>.summary>.cart-content>.items .btn-wrapper .btn {
	position: relative;
}
.cart-container>.summary>.cart-content>.items .btn-wrapper .btn .pps_input  input {
	height: 35px;
	padding-left: 10px;
	padding-right: 40px;
}
.cart-container>.summary>.cart-content>.items .btn-wrapper .btn .pps_button.promo {
	position: absolute;
	top: 0;
	right:0;
}
.cart-container>.summary>.cart-content>.items .btn-wrapper .btn .pps_button.promo input {
	border: 0;
	color: #ec1c24;
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.cart-container>.summary>.cart-content form#addOrderForm {
	max-width: 570px;
	min-height: 600px;
}
.cart-container>.summary>.cart-content form#addOrderForm input[type="text"],
.cart-container>.summary>.cart-content form#addOrderForm textarea {
	background: #f9f9f9;
}
.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span {
	display: block;
	padding: 30px 25px 10px 25px;
	min-height: 150px;
	height: 100%;
	background: #fff;
	outline: 1px solid #00464d;
	cursor: pointer;
}
.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span>span.title {
	font-weight: 900;
	font-size: 16px;
	color: #00464d;
	display: block;
	margin-bottom: 15px;
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span>span.price {
	color: #333333;
	display: block;
}
.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span>span.price.sale {
	color: #ec1c24;
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span>span.descr,
.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span>span.descr p {
	color: #979797;
	font-size: 12px;
	display: block;
	margin: 0;
}


.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]+span:before {
	display: none;
	content: '';
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]:checked+span {
	background: #00464d;
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]:checked+span>span.title {
	color: #fff;
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio input[type="radio"]:checked+span>span.price {
	color: #fff;
}

.cart-container>.summary>.cart-content form#addOrderForm label.pps.pps_radio img {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	height: 20px;
}

.cart-container>.summary>.cart-content form#addOrderForm p.notice {
	font-size: 12px;
	color: #000;
	opacity: 0.5;
}
.cart-container>.summary>.cart-content form#addOrderForm div.note {
	margin-bottom: 15px;
	background: #fefbda;
	border: 1px solid #d1d1d1;
	padding: 10px 20px;
}
.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth div.BudoAuth {
	background-color: #000;
	max-width: 370px;
	min-height: 50px;
	border-radius: 5px;
}
.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth>div.pps_flex>div {
	margin: 0 10px 0 0;
}
.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth div.BudoAuth a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth div.BudoAuth>a>span {
	margin-left: 20px;
}
.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth div.BudoAuth>a>img {
	height: 32px;
	width: auto;
}

.cart-container>.summary>.cart-content form#addOrderForm #delivery {
	margin-top: 15px;
}
.cart-container>.summary>.cart-content form#addOrderForm .cartOrderFields>.item>.title {
	font-weight: 600;
}
.cart-container>.summary>.cart-actions {
	
}
.cart-container>.summary>.cart-actions>div {
	background: #002528;
	padding: 20px 20px 1px 20px;
	position: sticky;
	top: 80px;
}
.cart-container>.summary>.cart-actions.cartFixed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #002528;
}

.cart-container>.summary>.cart-actions.cartFixed>div {
	position: fixed;
	z-index: 10;
	top: 0;
	background: #002528;
	max-width: 320px;
}

.cart-container>.summary>.cart-actions.cartAbsolute>div {
	position: absolute;
	z-index: 10;
	background: #002528;
	max-width: 320px;
	bottom:0;
}

.cart-container>.summary>.cart-actions>div>.total {
	padding-top: 40px;
	color: #fff;
}

.cart-container>.summary>.cart-actions>div>.total>.title {
	font-weight: 600;
}

.cart-container>.summary>.cart-actions>div>.total>.descr {
	opacity: 0.6;
}

.cart-container>.summary>.cart-actions>div>.price.pricetotal {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin-top: 30px;
}

.cart-container>.summary>.cart-actions>div>.price.old {
	color: #fff;
	opacity: 0.6;
	margin-top: 10px;
	text-decoration: line-through;
}

.cart-container>.summary>.cart-actions>div>.btn-wrapper.btn-wrapper-order {
	margin-top: 30px;
	margin-bottom: 10px;
}

.cart-container>.summary>.cart-actions>div>.descr {
	color: #fff;
	opacity: 0.6;
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 12px;
}

.cart-container>.summary>.cart-actions>div>.descr a {
	color: #fff;
}

.cart-container>.summary.finish {
}

.cart-container>.summary.finish>.cart-content>.descr {
	padding-top: 5px;
}
.cart-container>.summary.finish>.cart-content>.btn {
	padding-top: 20px;
}
.cart-container>.summary.finish>.cart-content>.btn>label.pps.pps_button {
	margin-right: 20px;
}
/******************/

@media screen and (max-width: 1400px) {
	.cart-container>.summary>.cart-actions.cartFixed>div {
		max-width: calc(25% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.cart-container > .summary > .cart-content > .items > .item > div.img > img {
	    max-width: 100%;
	}
	
	.cart-container>.summary>.cart-content>.items>.item>.remove {
		top: 12px;
	}
}

@media screen and (max-width: 480px) {
	.cart-container>.summary>.cart-content form#addOrderForm .note.note-auth>div.pps_flex>div {
		margin: 0 10px 10px 0;
	}
	.cart-container > .summary > .cart-content > .items {
	    padding: 0 0px 0 0;
	}
	.cart-container>.summary>.cart-content>.items>.item>.remove {
		top: inherit;
		bottom: 5px;
		left: 0;
		width: auto;
		width: 80px; 
	}
	.cart-container>.summary>.cart-content>.items .btn-wrapper {
		padding-right: 5px;
		padding-left: 10px;
	}
}
