/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
#order-items .order-line,
#order-products .order-line,
#shopping-list .order-line {
	font-size: 14px;
}
 
#order-items .col-md-4,
#order-items .col-md-2,
#order-products .col-md-1,
#order-products .col-md-4,
#order-products .col-md-2,
#order-items .col-md-1,
#shopping-list .col-md-5,
#shopping-list .col-md-4,
#shopping-list .col-md-1 {
	padding: 0;
}

#order-items .col-md-1,
#order-products .col-md-1,
#shopping-list .col-md-1 {
	text-align: center;
}

#shopping-list .col-md-5 a {
	padding: 0 5px;
}

/* product & quickview */
body#product .current-price,
body#product .tax-shipping-delivery-label,
.quickview .current-price,
.quickview .tax-shipping-delivery-label {
	display: none;
}

body#product .product-unit-price,
.quickview .product-unit-price {
	color: #158BBB;
	font-size: 1rem;
}

body#product .product-add-to-cart,
.quickview .product-add-to-cart {
	margin-top: 10px;
}

body#product .shopping-list,
.quickview .shopping-list {
	margin-top: 0;
}

/* Slogan */
.slogan {
	padding: 1% 0;
	text-align: center;
}

.slogan img {
	width: 80%;
}

@media (max-width: 1200px) {
	.cart-items li {
		font-size: 14px;
	}
	
	.cart-items .col-md-4,
	.cart-items .col-md-2,
	.cart-items .col-md-1 {
		padding: 0 10px;		
	}
	
	#order-products .order-line,
	#order-items .order-line {
		font-size: 12px;
	}
}

@media (max-width: 990px) {
	.cart-items li {
		font-size: 12px;
	}
	
	.cart-items .col-md-4,
	.cart-items .col-md-2,
	.cart-items .col-md-1 {
		padding: 0 5px;
	}
	
	#order-products .order-line,
	#order-items .order-line {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.cart-items li {
		font-size: 10px;
	}
	
	.cart-items .col-md-4,
	.cart-items .col-md-2,
	.cart-items .col-md-1 {
		padding: 0 2px;
	}
	
	#order-products .order-line,
	#order-items .order-line {
		font-size: 8px;
	}
}
