:root {
--font: 'Roboto Condensed', Arial;;


--base-color: #004C83;


--base-text-color: #fff;


--footer-color: #004C83;


--footer-text-color: #fff;


--button-color: #004C83;


--button-hover-color: #BDD4E8;


--button-text-color: #fff;



--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Custom General CSS Start */

body {
	background-color: #fff;
	font-family: Roboto Condensed, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-style: normal;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: #cacaca;
}

h1 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h3 {
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h4 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h5 {
	font-size: 1.0625rem;
	color: #005692;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h6 {
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.promotion-price.price {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.header-wrapper .row.header .logo-container .header-logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 100px;
	margin: 0;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Custom Product Card CSS Start */

.ccs-ds-cloud-gallery .ccs-ds-cloud-main-image img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
}

.ccs-ds-cloud-main-image.ccs-slick-initialized.ccs-slick-slider,
.ccs-slick-slider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-card .product-information {
	margin-bottom: 20px;
}

.small-product-list-image img {
	border: 1px solid #fff;
	z-index: -1;
	position: relative;
}

.product-card-image img {
	border: 1px solid #fff;
	position: relative;
}

.product-card .product-card-price .price .price-text {
	font-size: 2rem;
	font-weight: 600;
	color: #004276;
}

.ag-breadcrumbs ul li a:hover {
	color: #585858;
	text-decoration: underline;
}

.ag-breadcrumbs {
	margin: 0;
	padding: 0 0 20px;
}

.product-card-tabs .accordion-title {
	padding: 10px 16px;
	border: 0;
	background-color: #f5f5f5;
	font-weight: 600;
}

.ccs-ds-mainSpec-area table td,
.ccs-ds-extendedSpec-body table td {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
}

.ccs-ds-extendedSpec-header {
	border-bottom: 1px solid #cccccc;
	color: #21363f;
	font-weight: bold;
	padding: 8px 0 5px 5px;
}

.promotion-item-image {
	padding: 20px 0;
}

.product__stock {
	line-height: 24px;
	font-size: 14px;
}

.product-card-information-label {
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
	font-size: 14px;
	line-height: normal;
}

.product-card h1 {
	font-weight: bold;
	font-size: 28px;
}

.price-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-right: 18px;
	padding-top: 25px;
}

.product-card-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 70px;
}

.ccs-slick-track {
	padding-bottom: 50px;
}

.product-card-tabs .accordion-content {
	padding: 0;
	border: 0;
	margin: 0;
}

.small-product-list-item {
	padding: 25px 8px;
	border-bottom: 1px solid #f5f5f5;
}

.small-product-list-prices .small-product-list-price .product-price {
	font-size: 15px;
	font-weight: 600;
	color: #004276;
}

.ccs-ds-cloud-gallery .ccs-ds-cloud-thumbs .ccs-slick-arrow {
	position: absolute;
	top: 0;
	background-color: rgba(175, 23, 23, 0);
	border: 0;
	padding: 0;
	outline: 0;
	height: 50%;
	width: 30px;
	color: #004275;
}

.small-product-list-label {
	color: #000;
	display: inline-block;
	line-height: 1.2;
	padding-top: 5px;
	font-family: Roboto Condensed, Helvetica;
	font-weight: 600;
	font-size: 14px;
}

.small-product-list-prices {
	font-size: 15px;
	font-weight: 600;
}

.product-card-tabs {
	margin-top: 60px;
}

/* Frontpage CSS Start */

.first-page-content .banners {
	max-width: 2400px;
	margin-bottom: 50px;
}

/* Promo Section CSS Start */

.section.small-12.js-section-product_promo,
.section.small-12.js-section-product_promo_2,
.section.small-12.js-section-two_column_promo {
	margin: 50px 0;
	padding: 60px 0;
	background-color: #eee;
}

.section.small-12.js-section-product_promo_2 {
	background-color: #bdd4e8;
}

.section.small-12.js-section-product_promo_2 .h2 {
	color: #fff;
}

.section.small-12.js-section-product_promo .promotion-item,
.section.small-12.js-section-product_promo_2 .promotion-item,
.section.small-12.js-section-two_column_promo .promotion-item,
.section.small-12.js-section-campaign_banners {
	box-shadow: 3px 4px 9px 0 #ddd;
}

.promotion-item {
	border: 1px solid #fff;
	background-color: #fff;
	margin: 7px;
	padding: 8px 8px 0 8px;
	border-radius: 4px;
	height: 100%;
	position: relative;
	contain: content;
}

.promotion-item:hover {
	box-shadow: none;
}

.promotion-item:not(.document) h5 {
	color: #005692;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Basket CSS Start */

.basket .basket-product-image a img {
	border: 0 solid #fff;
	max-height: 100px;
}

.basket .basket-product-label a {
	color: #000;
	font-weight: 600;
}

.basket .basket-item {
	padding: 10px 0 20px 0;
	border-bottom: 0 solid #f5f5f5;
}

/* Basket CSS End */


