
/**
 * 'Secured By' in Summary
 */

h2.cart-secured-title 	{
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2.cart-secured-title + .sage  	{
    margin: 0 auto;
	display: block;
}


/**
 * Promotion CTA
 */

.cart-cta 	{
	background: #662483;
	border: 1px solid #662483;
	margin-top: 40px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 30px;

}

.cart-cta__aside 	{
	height: 183px;
	background: #fff url('../images/cart-free-product-small.jpg') center center no-repeat;
	background-size: cover;
}

.cart-cta__detail 	{
	padding: 20px 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.cart-cta__detail .action.primary 	{
	background-color: #97c354;
	border: 1px solid #97c354;
	color: #fff;
	width: 180px;
	display: inline-block;
	padding: 5px;
	border-radius: 150px;
	transition: all 0.2s;
}

.cart-cta__detail .action.primary:hover 	{
	color: #97c354;
	background: #fff;
}

.cart-cta__detail p:last-child 	{
	margin-bottom: 0;
}

@media (min-width: 280px) {

	header.hdr .btm .basket .basket-info .text.hidden-xs,
	header.hdr .btm .basket .basket-info .counter-label 	{
		display: none !important;
	}

	header.hdr .btm .basket .basket-trigger.minicart-wrapper 	{
		width: 50px;
		float: right;
	}

}

@media (min-width: 568px) {

	.cart-cta 	{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0;
		border: 1px solid #662483;
		max-width: 605px;
		width: 100%;
	}

	.cart-cta__aside 	{
		height: auto;
	}

}

@media (min-width: 1400px) {

	.cart-cta__aside 	{
		background-size: auto;
	}

	.cart-cta__detail 	{
		padding: 45px 50px;
		color: #fff;
		font-size: 16px;
		text-align: left;
	}

}