.page.cart > .page2 {
}
.page.cart > .page2  h2,
.cart-title {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	letter-spacing: 1px;
}
.page.cart > .page2 .notice {
	background: #f9f9f9;
	padding: var(--step2) var(--step2);
	border-radius: 0px;
}

.page.cart > .page2 .cart-total-item+.notice {
	margin-top: var(--step);
}

.page.cart > .page2 .cart-total-item+.notice .price>span{
	display: inline-block;	
}

.cart-summary {
	position: relative;
}
.cart-summary .cart-block {
	background: #fff;
	padding: var(--step4);
	border: 1px solid var(--color-85);
}
.cart-summary .cart-block .pps_hide {
	display: none;
}
.cart-content .cart-items .item {
	border-bottom: 1px solid #a0a8a9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cart-content .cart-items .item.products-item-nostocks .item-c {
	opacity: 0.5;
}
.cart-content .cart-items .item.products-item-nostocks .controls a {
	color: #FF4004;
} 
.cart-content .cart-items .item:last-child {
	border-bottom: none;
}
.cart-content .cart-items .item:hover {
	background: #f9f9f9;
}
.cart-content .cart-items .item.item-header {
	font-weight: 700;
	line-height: 1.0;
	border-bottom: 1px solid #000;
	background: #fff;
}
.cart-content .cart-items .item>.img img {
	max-width: 100%;
	height: auto;
}
.cart-content .cart-items .offer-img img {
	max-width: 100px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}
.cart-content .cart-items .item-border {
	border-top: 1px solid #a0a8a9;
}
.cart-content .cart-items .brandline {
	font-weight: 700;
}
.cart-content .cart-items .title a {
	color: #000;
	text-decoration: none;
}
.cart-content .cart-items .title a:hover {
	opacity: 0.8;
}
.cart-content .cart-items .article {
	color: #a0a8a9;
}
.cart-content .cart-items .controls>a {
	font-size: 14px;
	color: #a0a8a9; 
	margin-right: 20px;
	display: block;
	max-width: max-content;
}
.cart-content .cart-items .controls>a.active {
	color: #FF4004;
}
.cart-content .cart-items .points {
	text-align: right;
	font-weight: 700;
}
.cart-content .cart-items .qty {
	padding-left: var(--step);
	text-align: right;
	overflow: hidden;
}
.cart-content .cart-items .qty label.pps {
	max-width: 72px;
	margin-left: auto;
}
.cart-content .cart-items .price {
	text-align: right;
}
.cart-content .cart-items .price>span.old {
	color: #a0a8a9;
	text-decoration: line-through;
}
.cart-content .cart-items .advise-buy {
	margin-left: auto;
}

.cart-content .cart-items .offer-title {
	margin-top: 10px;
}
.cart-content .cart-items .cart-order-text .options-gray {
	color: #a0a8a9;
}
.cart-content .btn-finnaly a.btn {
	margin: 20px 0 0 auto;
}
.cart-content .cart-items .cart-order-text .options .itm .btn {
	margin-top: 0;
}

.cart-content .cart-items .cart-order-text .options .itm .betime-wrapper {
	text-align: center;
}
.cart-content .cart-items .cart-order-text .options .itm .betime-wrapper .title3 {
	color: rgba(51,172,194,1);
	max-width: 200px;
	margin: 0 auto;
}
.cart-content .cart-items .cart-order-text .options .itm .betime {
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	background: #f9f9f9;
	max-width: 150px;
	height: 58.8px;
	border-radius: 25px;
	margin: 5px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

a#cart-btn-authnone {
	color: #a0a8a9;
}
.cart-summary .cart-total-block {
	position: sticky;
	top: 102px;
}
.cart-total .cart-total-item {
	line-height: 120%;
	padding: 15px 0;
	border-bottom: 1px solid #a0a8a9;
}
.cart-total .cart-total-points {
	background-color: rgba(170, 193, 180,0.5);
	margin-top: var(--step2);
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px;
	width: calc(100% + 48px);
}
.cart-total .cart-total-item label.pps {
	max-width: 100%;
	width: 110px;
	margin-left: var(--step);
}
.cart-total .cart-total-item label.pps>input {
	text-align: center;
	height: 37px;
}

.cart-total .price:not(.price-old)>span {
	color: #000;
}
.cart-total .cart-total-item .gray,
.cart-total .cart-total-item .gray span {
	color: var(--color-gray-light);
}
.cart-total .weight-1 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cart-total .weight-1.price>span {
	font-weight: 900;
}
.cart-total .cart-total-title>span.promocode-note {
	color: #FF4004;
	display: block;
}

.cart-total div.gifts {
	color: var(--color-keune);
}

.cart-total div.gifts>span {
	font-weight: 600;
	color: var(--color-keune);
	display: block;
}

.cart-total div.gifts a {
	color: var(--color-keune);
}

/***/
.cart-block label.pps.pps_radio input[type="radio"]+span {
	display: block;
	padding: var(--step6) var(--step4) var(--step2) var(--step4);
	min-height: 150px;
	height: 100%;
	background: #fff;
	outline: 1px solid var(--color-green);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.cart-block label.pps.pps_radio input[type="radio"]+span>span.title {
	font-weight: 800;
	font-size: 16px;
	color: #000;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1px;
	
}
.cart-block label.pps.pps_radio input[type="radio"]+span>span.price {
	color: #333333;
	display: block;
}
.cart-block label.pps.pps_radio input[type="radio"]+span>span.price>span {
	color: #333;
}
.cart-block label.pps.pps_radio input[type="radio"]+span>span.price.sale {
	color: #ec1c24;
}

.cart-block label.pps.pps_radio input[type="radio"]+span>span.period,
.cart-block label.pps.pps_radio input[type="radio"]+span>span.period p {
	font-size: 14px;
	color: #A0A8A9;
	display: block;
	margin: 0;
}


.cart-block label.pps.pps_radio input[type="radio"]+span:before {
	display: none;
	content: '';
}

.cart-block label.pps.pps_radio input[type="radio"]:checked+span {
	background: var(--color-green);
}

.cart-block label.pps.pps_radio input[type="radio"]:checked+span>span.title,
.cart-block label.pps.pps_radio input[type="radio"]:checked+span>span.price,
.cart-block label.pps.pps_radio input[type="radio"]:checked+span>span.price>span,
.cart-block label.pps.pps_radio input[type="radio"]:checked+span>span.period {
	color: #fff;
	z-index: 2;
}
.cart-block label.pps.pps_radio input[type="radio"]:disabled+span {
	background: #f9f9f9;
	outline-color: #eaeaea;
}
.cart-block label.pps.pps_radio input[type="radio"]:checked+span>span.title:before {
	content: '\f058   ';
	font-family: 'FontAwesome';
}

.cart-block p.notice {
	font-size: 12px;
	color: #000;
	opacity: 0.5;
}

.cart-block #delivery {
	margin-top: 15px;
}

.cart-block .itm a.btn  {
	width: auto;
}

/***/

@media screen and (max-width: 810px) {
	.price.price-col-1 {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.page.cart > .page2  h1,
	.page.cart > .page2  h2,
	.cart-title {
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	.cart.default .item .params .priceone {
		order: 2;
	}
	.cart.default .item .params .sizes {
		order: 1;
	}
	.cart.default .item .params .qty {
		order: 3;
	}
	.cart.default .item .params .priceall {
		order: 4;
	}
	.cart-summary .cart-block {
	  margin: 0 0px 10px 0px;
	  padding: 10px;
	}
}
