/*
White: #fff;
Black: #343247;
Blue: #1399CC;
*/


/**
 * Header
 */
.white-label-header {
	width: 100%;
	background-color: #1399CC;
	padding: 0;
	border-bottom: 0 none;
	margin-bottom: 30px;
}
.white-label-header > .inner {
	position: relative;
	text-align: center;
	padding: 0;
}
.white-label-header__logo {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.white-label-header__logo a,
.white-label-header__logo img {
	display: block;
	margin: 0;
}

/**
 * Body
 */
body.body--birkett-relay .body-wrap,
body.body--birkett-relay .product-recommended__title h2 {
	background-color: #ffffff;
}
body.body--birkett-relay .main {
}
body.body--birkett-relay .main a {
	color: #343247;
}


/**
 * Footer
 */
body.body--birkett-relay {
	background-color: #1399CC;
}
body.body--birkett-relay .footer {
	border-top: 0 none;
}
body.body--birkett-relay .footer-bottom {
	background-color: #1399CC;
	padding: 0;
	padding: 30px 0;
}
body.body--birkett-relay .footer-bottom .footer-wrap {
	text-align: center;
	color: #fff;
}
body.body--white-label .footer-bottom,
body.body--white-label .footer-bottom a {
	color: #fff !important;
}
body.body--white-label .footer-bottom .footer-copyright {
	float: none;
}


/**
 * Product Loop
 */
body.body--birkett-relay .product-archive-products {
	width: 880px;
}

body.body--birkett-relay .product-loop > .inner {
	border: 2px solid #1399CC;
}
body.body--birkett-relay .product-loop__title {
	background-color: #1399CC;
	color: #fff !important;
	font-weight: 600;
}
body.body--birkett-relay .product-loop__image {
	background-size: contain;
}
body.body--birkett-relay .product-loop__details > .inner {
	background-color: #1399CC;
}
.product-loop .product-main-price,
.product-loop__sizes {
	color: #ffffff;
}
body.body--birkett-relay  .product-loop__banner {
	display: block;
}


/**
 * Single product
 */
body.body--birkett-relay .product-box {
	width: 1060px;
	margin: 30px auto;
	border: 2px solid #1399CC;
	background-color: #ffffff;
}
body.body--birkett-relay .product-title {
	background-color: #1399CC;
}
body.body--birkett-relay .product-title,
body.body--birkett-relay .product-title a {
	color: #fff !important;
	font-weight: 600;
}
body.body--birkett-relay .product-title .product-sku {
	display: none;
}
body.body--birkett-relay .product-main-image img {
	border: 1px solid #1399CC;
}
body.body--birkett-relay .product-main-price,
body.body--birkett-relay .product-size-guide h2,
body.body--birkett-relay .variation-grid-quantity-line-input .price--gross-value {
	color: #1399CC;
}
body.body--birkett-relay .blackout-content {
	border: 5px solid #1399CC;
}
body.body--birkett-relay .product-buy-box {
	border: #1399CC 3px solid;
}
body.body--birkett-relay .variation-grid {
	border: #1399CC 1px solid;
}
body.body--birkett-relay .variation-grid-header {
	background-color: #1399CC;
}
body.body--birkett-relay .product-recommended {
	display: none;
}
