:root {
	--theme-blue: #345c9d;
	--theme-d-blue: #2e4d7f;
	--theme-d-blue2: #152f59;
	--theme-l-blue: #c6d5ee;
	--theme-red: #BA404A;
	--theme-o-white: #e5e5e5;
	--theme-l-grey: #e5e5e5;
	--theme-d-grey: #020202;
}

/* Vars */
.bg-blue {
	background-color: var(--theme-blue);
}

.bg-d-blue {
	background-color: var(--theme-d-blue);
}

.bg-red {
	background-color: var(--theme-red);
}

.bg-o-white {
	background-color: var(--theme-o-white);
}

.bg-l-grey {
	background-color: var(--theme-l-grey);
}

.bg-d-grey {
	background-color: var(--theme-d-grey);
}

.c-blue {
	color: var(--theme-blue);
}

.c-d-blue {
	color: var(--theme-d-blue);
}

.c-l-blue {
	color: var(--theme-l-blue);
}

.c-red {
	color: var(--theme-red);
}

.c-white {
	color: #fff;
}

.fw-bold {
	font-weight: 700;
}

.bg-cov-cen {
	background-size: cover;
	background-position: center;
}

/* Global */

body {
	min-width: 320px;
}

hr {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

body h4 {
	line-height: 1.3;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
	}
}


/* Mattys Added Styles */

.form-contact form#contact-form .actions-toolbar .primary button[type='submit'] {
	background: var(--theme-blue);
}

.form-contact form#contact-form input[type="text"],
.form-contact form#contact-form input[type="password"],
.form-contact form#contact-form input[type="url"],
.form-contact form#contact-form input[type="tel"],
.form-contact form#contact-form input[type="search"],
.form-contact form#contact-form input[type="number"],
.form-contact form#contact-form input[type="datetime"],
.form-contact form#contact-form input[type="email"],
.form-contact form#contact-form textarea {
	border-bottom: 1px solid #151515;
}

.cms-page-view h3 {
	margin: 3rem 0rem;
}

.google-map.ecg-block {
	margin-bottom: 100px;
}

.form-contact form#contact-form .actions-toolbar .primary {
	text-align: center;
}

.footer-bottom p {
	margin: 0px;
}

.footer-middle h3 {
	margin-bottom: 20px;
}

.block.home_header_with_background {
	background-image: url("img/workshop-bg-img-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 991.98px) {
	.block.home_header_with_background {
		background-attachment: scroll;
		background-position: 50% 50%;
	}
}

.footer {
	margin-top: 55px;
}

.columns .column.main {
	padding-bottom: 0px;
}

.ecg-blog-post .f-social {
	display: none !important;
}

#megamenu .sub-dropdown .sub-inner .main-right {
	padding: 15px;
}

.blog-in-menu .ecg-blog-lastest-news .ecg-item {
	width: 50%;
	float: left;
	clear: none;
}

.ecg-blog-lastest-news.type-3 .post-img {
	max-width: 80px;
}

.footerCallout h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	display: inline-block;
}

.footerCallout img {
	max-width: 80px;
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 10px;
}

.product-image-container {
	border: lightgrey solid 1px;
}

/* Forms */

.boxRadio[type="radio"]:checked,
.boxRadio[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.boxRadio:checked+label,
.boxRadio:not(:checked)+label {
	position: relative;
	display: inline-block;
	padding: 1.5rem;
	width: auto;
	font-size: 1.2em;
	line-height: 1.3;
	letter-spacing: 1px;
	margin: 0 12px 12px 0;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	background-color: var(--theme-d-blue);
	border: 1px solid #fff;

	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.boxRadio:not(:checked)+label {
	border-color: var(--theme-d-blue);
	box-shadow: 0 2px 4px 0 rgba(250, 150, 150, 0.1);
}

.boxRadio:checked+label {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.boxRadio:not(:checked)+label:hover {
	border-color: var(--theme-d-blue2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.boxRadio+label img {
	margin-bottom: 1.5rem;
}



/* ==================== */
/* Header               */
/* ==================== */

#header.type-8,
body.sticky-false #header.type-8.allow-sticky {
	background-color: #fff;
}

.sticky-true #header.type-8,
body.sticky-true #header.type-8.allow-sticky {
	background-color: var(--theme-l-grey);
}

#header.type-8 div.header-content-inner {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 8px solid var(--theme-red);
}

#header #megamenu>ul {
	text-align: right;
	border-right: 1px solid #ccc;
	margin-right: 8px;
}

#header #megamenu>ul>li>a {
	text-transform: uppercase;
	color: var(--theme-blue);
}

#header #megamenu>ul>li>a {
	text-transform: uppercase;
	color: var(--theme-blue);
}

#header .header-logo .logo img {
	max-width: 48vw;
	padding-left: 10px;
}

@media (max-width: 575.98px) {
	body #header.type-8 .header-menu {
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	#header.type-8 div.header-content-inner {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 8px solid var(--theme-red);
	}
}

@media (min-width: 992px) {
	#header.type-8 .header-menu {
		z-index: 1;
	}

	#header .header-logo .logo img {
		max-width: 100%;
	}

	#header #megamenu>ul>li:first-of-type>a:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 125px;
	}

	.cms-home.sticky-false #header .header-logo .logo img {
		transform: scale(1.25);
		-webkit-transform: scale(1.25);
		-moz-transform: scale(1.25);
		-o-transform: scale(1.25);
		-ms-transform: scale(1.25);

		transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.sticky-true #header .header-logo .logo img {
		max-height: 36px;
		width: auto;
	}

	.sticky-true #megamenu>ul>li>a,
	.sticky-true #header-minicart .minicart-wrapper .action.showcart,
	.sticky-true #ecg-search .block-search-top a {
		line-height: 40px;
		height: 40px;
	}
}


/* Mobile Force Open */
@media (max-width: 991.98px) {
	#megamenu>ul>li.menu-item:first-of-type>.open {
		display: none !important;
	}

	#megamenu>ul>li.menu-item:first-of-type>.ecg-submenu {
		display: block !important;
		text-align: left;
		padding: 0 0 0 10px;
	}
}

/* Confidence Carousel */
.confidenceCarousel {
	font-size: 12px;
}

.confidenceCarousel .owl-carousel .owl-item>div {
	color: #fff;
	line-height: 1.4;
}

.confidenceCarousel .owl-carousel span {
	color: #9bb1d7;
	display: block;
	font-size: 0.8em;
}

@media (max-width: 1199.98px) {
	.confidenceCarousel.container {
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	.confidenceCarousel {
		font-size: 13px;
	}

}

@media (max-width: 767px) {
	.confidenceCarousel {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.confidenceCarousel {
		font-size: 16px;
	}
}



/* ==================== */
/* Footer               */
/* ==================== */

body .footer-middle.type-3,
body .footer-bottom.type-3 {
	background-color: var(--theme-blue);
	color: #fff;
}

body .footer-middle.type-3 {
	padding-top: 0;
	padding-bottom: 0;
}

body .footer-bottom.type-3 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.footer-middle-spacing {
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
}

.footer-divider:after {
	content: "";
	position: absolute;
	top: unset;
	right: 0;
	left: 0;
	bottom: -20px;
	height: 40px;
	background-color: var(--theme-d-blue);
	z-index: 1;
	-webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 50%, 0 100%);
	clip-path: polygon(0% 50%, 100% 0%, 100% 50%, 0 100%);
}

.footerLogoArea {
	text-align: right;
	font-size: 1.4em;
}

.footerLogoArea img {
	width: 65vw;
	margin-left: auto;
}

.footerLogoArea .phoneNum {
	font-size: 1.4em;
}

.footerCallout {
	background-color: #373737;
}

@media (min-width: 576px) {
	.footerLogoArea img {
		width: 45vw;
	}
}

@media (min-width: 992px) {
	.footerLogoArea img {
		width: 20vw;
	}

	.footer-divider:after {
		content: "";
		position: absolute;
		top: 0;
		right: -20px;
		left: unset;
		bottom: 0;
		width: 40px;
		height: unset;
		background-color: var(--theme-d-blue);
		z-index: 1;
		-webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0 100%);
		clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0 100%);
	}
}


/* ==================== */
/* Homepage             */
/* ==================== */

body .page-main .block.home_spacer_type_selector {
	margin-bottom: 0;
}

.home-select-options {
	position: relative;
}

.home-select-promo {
	position: relative;
	/*padding-top: 20px; padding-bottom: 20px;*/
}

.home-select-promo-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	/*background-image: url("img/SF-Rays-BG-Element.png");*/
	background-position:
		/*left*/
		center;
	background-repeat: no-repeat;
}

.home-select-promo .cms-static-block {
	margin: 0;
}

.block.home_header_with_background {
	background-color: var(--theme-l-blue);
	padding: 20px 0 20px;
}

.heading_background {
	padding-top: 100px;
	padding-bottom: 100px;
}

input#select-reg,
input#select-reg:focus {
	color: #131313;
	background-color: #deb144;
	border: none;
	text-align: center;
	font-size: 1.8em;
	width: auto;
}

input#select-reg {
	font-family: 'UKNumberPlate';
	font-weight: normal;
	text-transform: uppercase;
}

#select-reg::-webkit-input-placeholder {
	color: #936800;
}

#select-reg::-moz-placeholder {
	color: #936800;
}

#select-reg:-ms-input-placeholder {
	color: #936800;
}

#select-reg:-moz-placeholder {
	color: #936800;
}

#select-reg:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

#select-reg:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

#select-reg:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

#select-reg:focus:-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.no-reg {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #95bdff;
	text-align: center;
	font-weight: 600;
}

.home-select-reg {
	padding-top: 10px;
}

.home-select-reg button.line-button-white {
	height: auto;
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: initial;
	font-size: 1.2em;
}

.home-select-reg button.line-button-white:hover {
	background-color: var(--theme-d-blue);
	border: 1px solid #fff;
}

.home-select-reg #select-reg,
.home-select-reg button.line-button-white {
	margin: 0 12px 12px 0;
	z-index: 1;
}

.home-select .boxRadio:checked+label,
.home-select .boxRadio:not(:checked)+label {
	width: 33.33%;
}

body .nav-middle .ecg-owlcarousel .owl-nav .owl-prev,
body .nav-middle .ecg-owlcarousel .owl-nav .owl-next {
	border: 2px solid var(--theme-blue);
	background: #fff;
	color: var(--theme-blue);
}

body .nav-middle .ecg-owlcarousel .owl-nav .owl-prev:hover,
body .nav-middle .ecg-owlcarousel .owl-nav .owl-next:hover {
	color: var(--theme-d-blue2);
	background: var(--theme-l-blue);
}

div.banner-image {
	margin-bottom: 10px;
}

.homeTextCol {
	padding-top: 50px;
	padding-bottom: 20px;
}

.homeTextCol h2 {
	color: var(--theme-d-blue);
	margin-bottom: 20px;
}

.homeTextImg {
	position: relative;
	height: 50vw;
	overflow: hidden;
}

.homeTextImg img {
	margin: 0 -5vw 0 auto;
	height: 62vw;
	max-height: unset;
}

.cms-home .footer {
	margin-top: 0;
}

.owl-item .product-image-wrapper {
	padding-bottom: 100% !important;
}

@media (max-width: 575.9px) {
	#header .header-logo .logo img {
		padding-top: 1.5%;
	}
}

@media (min-width: 576px) {
	.home-select-reg {
		position: absolute;
		top: calc(100% - 12px);
		left: 0;
		right: 0;
		padding: 0 15px 12px;
		z-index: 1;
		padding-top: 0;
	}

	.home-select-reg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 23px;
		bottom: 0;
		background-color: var(--theme-blue);
	}

	.home-select-reg:after {
		content: "";
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 8px;
		background-color: var(--theme-blue);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	}

	.home-select-promo {
		/*padding-top: 70px;*/
	}

	.home-select-promo-inner {
		padding-top: 120px;
	}

	input#select-reg,
	input#select-reg:focus {
		width: 40%;
	}

	.no-reg {
		text-align: left;
		margin-top: -8px;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.home-select {
		border-top: 12px solid #fff;
	}

	.home-select-reg:before {
		right: 45px;
	}

	.home-select-reg:after {
		right: 37px;
		width: 8px;
	}

	.home-select-options:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 12px;
		height: 12px;
		background-color: var(--theme-d-blue2);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
	}

	.home-select-promo {
		margin-top: -12px;
		margin-bottom: 12px;
		position: relative;
		/*padding-top: 20px;*/
	}

	.home-select-promo:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -12px;
		width: 12px;
		/*background-color: var(--theme-d-blue);*/
		background-color: var(--theme-d-grey);
		-webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
		clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
	}

	.home-select-promo-inner {
		padding-top: 20px;
	}

	.block.home_header_with_background {
		margin-top: -12px;
		padding: 100px 0 20px;
	}

	.homeTextCol {
		padding-bottom: 100px;
	}

	.homeTextImg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
	}

	.homeTextImg img {
		max-width: 60vw;
		height: auto;
		max-height: unset;
		margin: auto 0 0 auto;
	}

	.blog-in-menu .ecg-blog-lastest-news .ecg-item {
		width: 100%;
	}
}


/* ==================== */
/* Product/Catalog      */
/* ==================== */

body div.top-container-title {
	background: var(--theme-blue);
	padding: 40px 0 34px;
}

div.top-container-title .breadcrumbs strong {
	color: var(--theme-l-blue);
}

div.top-container-title .breadcrumbs .items .item:not(:last-child)::after {
	color: var(--theme-d-blue2);
}

div.top-container-title .breadcrumbs .items a,
div.top-container-title .breadcrumbs a:visited {
	color: #fff;
}

body .tab-product-content.type-1 .ecg-product-item .product-image-wrapper::before,
body .ecg-widget-product.type-1 .ecg-product-item .product-image-wrapper::before {
	background: transparent;
	left: 0;
	border: 3px solid transparent;
}

body .tab-product-content.type-1 .ecg-product-item:hover .product-image-wrapper::before,
body .ecg-widget-product.type-1 .ecg-product-item:hover .product-image-wrapper::before {
	border-color: var(--theme-blue);
	display: none;
}

.ecg-owlcarousel .ecg-title h3 {
	text-align: center;
	font-size: 2.2em;
}

.page-products .products-grid .product-items .item.product .ecg-right-block .ecg-item-name a,
.tab-product-content.type-1 .ecg-right-block .ecg-item-name a,
.ecg-widget-product.type-1 .ecg-right-block .ecg-item-name a {
	line-height: 1.3;
	font-size: 1em;
}


.catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
	max-height: 78vw;
}

.catalog-product-view .fotorama__stage .fotorama__stage__frame {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {
	margin: auto;
}

.top-container-title {
	margin-bottom: 50px;
}

.catalog-category-view .top-container-title {
	margin-bottom: 40px;
}

.page-products .products-grid .products.list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-category-view .products-grid .product-items:before {
	display: none;
}

.filter-content .filter-current .block-subtitle {
	margin-bottom: 2px;
}

.sidebar .block.filter .filter-actions {
	margin-bottom: 40px;
}

.item.product .ecg-product-item .product-image-wrapper {
	padding-bottom: 100% !important;
}

body.catalog-product-view .top-container-title {
	padding: 15px 0 15px;
	margin-bottom: 10px;
}

.catalog-product-view .top-container-title .page-title-wrapper h1 {
	display: none;
}

.catalog-product-view .column.main h1.page-title {
	font-size: 1.8em;
}

.catalog-product-view .product-info-main .product-info-stock-sku .stock.available {
	background-color: var(--theme-l-grey);
	display: inline-block;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 1;
	padding: 6px 15px 4px;
	margin-bottom: 5px;
}

.catalog-product-view .product.data.items>.item.title:not(:first-child):after {
	display: none;
}

.catalog-product-view .page-main {
	max-width: 100%;
	width: 100%;
}

.catalog-product-view .page-main>.columns {
	max-width: 100%;
	width: 100%;
}

.catalog-product-view .productTabbedArea .columns .column.main {
	min-height: unset;
}

.catalog-product-view .columns .product-info-main {
	margin-bottom: 50px;
}

.productTabbedArea {
	margin-bottom: 5em
}

.catalog-product-view .product.info.detailed {
	margin-bottom: 0;
}

.catalog-product-view .product.info.detailed .product.data.items>.item.title.active {
	color: var(--theme-blue);
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart {
	z-index: 1;
	background: #5b9d21;
	border: 2px solid #5b9d21;
	font-size: 1.3em;
	height: 54px;
	line-height: 54px;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart:hover {
	background: #6fb730;
	border-color: #5b9d21;
}

.catalog-product-view .block-bundle-summary .box-tocart .action.tocart {
	background: #5b9d21;
	border: 2px solid #5b9d21;
	font-size: 0.9em;
	padding: 0px 18px;
}

.catalog-product-view .block-bundle-summary .box-tocart .action.tocart:hover {
	background: #6fb730;
	border-color: #5b9d21;
}

.attProdIcons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -15px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.attProdIcons img {
	padding-left: 15px;
	padding-right: 6px;
	max-height: 46px;
}

.catalog-product-view .columns .product-info-main .product-social-links {
	display: none;
}

.catalog-product-view .other.widget-product {
	margin-bottom: 0;
}

.ecg-label {
	display: none !important;
}

.ecg-label.sale-label {
	background: var(--theme-blue);
}

.prodEngines {
	margin: 15px 0;
	font-size: 0.8em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #777;
}

.product-info-price .prices-tier {
	margin-top: 15px;
}

.catalog-product-view .product-info-main .price-box.price-final_price {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price {
	padding-top: 10px;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .special-price {
	position: relative;
	padding-top: 0.7em;
	line-height: 1.4;
	font-size: 1.2em;
	min-width: 94px;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .special-price:before {
	content: "Trade Price";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.7em;
	line-height: 1;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .old-price {
	position: relative;
	padding-top: 0.7em;
	color: var(--theme-red);
	line-height: 1;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .old-price:before {
	content: "RRP";
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 0.7em;
	line-height: 1;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .old-price .price-container {
	font-size: 1em;
}

.catalog-product-view.customer-logged-in:not(.customer-group-1) .product-info-main .price-final_price .old-price .price {
	color: inherit;
	font-size: .8em;
	line-height: 1.1;
	text-decoration: none;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-from,
.catalog-product-view .product-info-main .price-box.price-final_price>p.price-to {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-to::before {
	display: none;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-from {
	padding-right: 20px;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-from .old-price,
.catalog-product-view .product-info-main .price-box.price-final_price>p.price-to .old-price {
	margin-top: 6px;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-from .old-price .price,
.catalog-product-view .product-info-main .price-box.price-final_price>p.price-to .old-price .price {
	margin-left: 0;
}

.catalog-product-view .product-info-main .price-box.price-final_price>p.price-from .old-price:before,
.catalog-product-view .product-info-main .price-box.price-final_price>p.price-to .old-price:before {
	left: 0;
}

/* Arran's styles */
.catalog-product-view .product-info-stock-sku {
	padding-left: 0;
}

.catalog-product-view .product-info-stock-sku .stock {
	display: none !important;
}

.catalog-product-view .price-stock-wrapper {
	display: flex;
	flex-direction: row;
	border-top: 1px solid #ddd;
}

.ecg-item-details .stock-wrapper .stock-img,
.catalog-product-view .price-stock-wrapper .stock-img {
	max-width: 100%;
}

.catalog-product-view .price-stock-wrapper .stock-img {
	width: 70px;
}

.ecg-item-details .stock-wrapper .stock-img {
	width: 44px;
}

.catalog-product-view .price-stock-wrapper>.price-wrapper {
	border-right: 1px solid #ddd;
	width: 70%;
}

.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-label {
	/* display: none !important; */
}

.catalog-product-view .product-info-main .price-stock-wrapper>.price-wrapper {
	padding-top: 8px;
}

.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
	font-size: 3.8rem;
	color: var(--theme-blue);
}

.catalog-product-view .price-stock-wrapper .stock-wrapper {
	width: 30%;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.catalog-product-view .price-stock-wrapper .stock-msg.available {
	color: #5b9d21;
	font-weight: 700;
}

.catalog-product-view .product-info-main .product-options-bottom .box-tocart {
	margin-top: 0;
}

.catalog-product-view .box-tocart>.fieldset {
	display: flex;
}

.catalog-product-view .box-tocart>.fieldset .control,
.catalog-product-view .box-tocart>.fieldset .control>input.qty {
	height: 100% !important;
	background-color: white;
}

.catalog-product-view .box-tocart>.fieldset .actions {
	width: 300%;
	margin-left: 10px;
}

.catalog-product-view .product-options-wrapper,
.catalog-product-view .product-options-wrapper .fieldset,
.catalog-product-view .product-options-wrapper .field.configurable.required {
	margin-bottom: 0 !important;
}

.catalog-product-view .product-options-wrapper {
	background-color: var(--theme-blue);
	padding: 30px;
	color: white;
}

.catalog-product-view .product-options-wrapper .label {
	font-weight: 100 !important;
}

.catalog-product-view .product-options-wrapper .control {
	width: 100% !important;
}

.catalog-product-view .product-options-bottom {
	background-color: var(--theme-l-grey);
	padding: 30px;

	.box-tocart div.control {
		background-color: transparent;

		input {
			background-color: white !important;
		}
	}
}

.catalog-product-view .guarantee {
	margin-top: 10px;
	margin-bottom: 20px;
}

.catalog-product-view .guarantee li {
	list-style: none;
}

.catalog-product-view .guarantee li>i {
	color: #1c87ff;
}

.catalog-product-view .special-delivery {
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-product-view .special-delivery .icon {
	width: 40px;
	margin-right: 30px;
}

.catalog-product-view .special-delivery .msg {
	line-height: 1.1;
}

.catalog-product-view .product.attribute.overview {
	border: 1px solid #d4d4d4;
	background-color: whitesmoke;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 4px;
	font-style: italic;
	line-height: 1.5;
}

.catalog-product-view .product.attribute.overview p {
	margin-bottom: 0;
}

.image-split {
	background: url('/pub/media/superforma/products/icons/logo-icon.png') no-repeat top center;
	background-size: contain;
	display: block;
	height: 40px;
	border: 0;
	position: relative;
	margin-top: 10px;
}

.image-split:before,
.image-split:after {
	content: '';
	display: block;
	position: absolute;
	background: #d7d7d7;
	height: 1px;
	top: 20px;
}

.image-split:before {
	left: 0;
	right: 50%;
	margin-right: 30px;
}

.image-split:after {
	right: 0;
	left: 50%;
	margin-left: 30px;
}

.catalog-product-view .confidence-section .row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.catalog-product-view .confidence-section .confidence-title {
	margin-bottom: 28px;
}

.catalog-product-view .confidence-section .confidence-item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.catalog-product-view .confidence-section .confidence-item>i {
	font-size: 28px;
	color: var(--theme-blue);
}

.catalog-product-view .confidence-section .confidence-item>.msg {
	font-size: 14px;
	margin-left: 14px;
}

.productTabbedArea .columns {
	background-color: #f4f4f4;
}

.productTabbedArea .column.main {
	width: 720px;
	max-width: 100%;
	margin-left: auto;
}

.productTabbedArea .extra-stuff {
	background-color: var(--theme-blue);
	color: white;
}

.ecg-product-item .ecg-item-details .ecg-item-name a {
	font-size: 15px !important;
}

.group-price .price-to:before,
.ecg-product-item .price-box.price-final_price span.price {
	font-size: 24px !important;
	color: var(--theme-blue) !important;
}

.tab-product-content.type-1 .ecg-product-item:hover .product-actions {
	opacity: 0;
}

.tab-product-content.type-1 .ecg-product-item:hover .ecg-item-details .group-price {
	opacity: 1;
	visibility: visible;
}

.ecg-product-item .price-stock-item {
	display: flex;
	flex-direction: row;
}

.tab-product-content.type-1 .ecg-right-block .ecg-item-name,
.tab-product-content.type-1 .ecg-right-block .group-price {
	float: unset;
}

/* Configurable Products */
.catalog-product-view .bundle-options-container .product-options-wrapper {
	width: 100%;
}

.catalog-product-view .bundle-options-container .product-options-wrapper,
.catalog-product-view .bundle-options-container .product-options-wrapper .action.back.customization,
.catalog-product-view .bundle-options-container .product-options-wrapper #customizeTitle span {
	color: white;
	font-weight: 100;
}

.catalog-product-view .bundle-options-container .product-details .price-box .price-wrapper>.price {
	color: var(--theme-blue) !important;
}

.catalog-product-view .bundle-options-container .product-details .field.qty,
.catalog-product-view .bundle-options-container .product-details .actions>.action.primary {
	margin-bottom: 0;
	margin-top: 0;
}

.catalog-product-view .bundle-options-container .product-details .actions>.action.primary {
	width: 100%;
}

.catalog-product-view .bundle-options-container .product-details label.label {
	display: none;
}

/* Grouped Product */

.catalog-product-view.page-product-grouped .product-add-form {
	background-color: var(--theme-blue);
	padding: 20px;
}

.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table.grouped thead th {
	background-color: unset;
	color: white;
}

.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table.grouped .product-item-name {
	color: white;
}

.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table.grouped .price-box .price {
	color: #ffffffcf;
}

.catalog-product-view.page-product-grouped .product-info-main .special-delivery {
	background-color: var(--theme-l-grey);
	padding: 30px;
}

.ecg-widget-product.type-1 .ecg-product-item:hover .product-actions {
	opacity: 0;
}

.tab-product-content.type-1 .ecg-product-item:hover .ecg-item-details .group-price,
.ecg-widget-product.type-1 .ecg-product-item:hover .ecg-item-details .group-price {
	opacity: 1;
	visibility: visible;
}

div.swatch-option {
	border: 8px solid #ffffff;
	width: 58px;
	height: 58px;
}

span.swatch-attribute-label,
span.swatch-attribute-selected-option {
	color: white !important;
	font-weight: 100 !important;
}

.page-products .products-grid .product-items .item.product .ecg-product-item:hover .product-actions,
.page-products .products-grid .product-items .item.product .ecg-product-item:hover .product-image-wrapper:before {
	visibility: hidden;
}

.page-products .products-grid .product-items .item.product .ecg-product-item:hover .ecg-item-details .group-price {
	opacity: 1;
	visibility: visible;
}

.page-products .products-grid .product-items .item.product .ecg-right-block .ecg-item-name,
.page-products .products-grid .product-items .item.product .ecg-right-block .group-price {
	float: none !important;
}

.headerLine {
	border-bottom: 2px solid #ddd;
	line-height: 1em;
	padding-bottom: 1em;
	margin-bottom: 2.5em;
}

@media (max-width: 479px) {
	body.page-products .products-grid .product-items .item.product {
		width: 50%;
	}
}

@media (max-width: 639px) {

	.product-info-price .prices-tier,
	.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {

	.top-container-title,
	.catalog-category-view .top-container-title {
		margin-bottom: 20px;
	}

	.page-products .columns {
		padding-top: 10px;
	}
}

@media (min-width: 576px) {
	body div.top-container-title {
		padding: 60px 0 54px;
	}

	body.catalog-product-view .top-container-title {
		margin-bottom: 45px;
	}

	.catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
		max-height: 66vw;
	}

	.page-products .products-grid .product-items .item.product .ecg-right-block .ecg-item-name a,
	.tab-product-content.type-1 .ecg-right-block .ecg-item-name a,
	.ecg-widget-product.type-1 .ecg-right-block .ecg-item-name a {
		font-size: 1.2em;
	}
}

@media (min-width: 768px) {
	.catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
		max-height: 35vw;
	}

	.catalog-product-view .product.data.items>.item.title.active .switch:after {
		background: var(--theme-blue);
	}

	.catalog-product-view .column.main h1.page-title {
		font-size: 2.4em;
	}

	.ecg-owlcarousel .ecg-title h3 {
		font-size: 3em;
	}

	.attProdIcons img {
		padding-left: 45px;
		padding-right: 26px;
		max-height: 46px;
	}

	.catalog-product-view .confidence-section {
		padding: 0 0 30px 0;
	}

}

@media (min-width: 1700px) {
	.catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
		max-height: 26vw;
	}

	.catalog-product-view .box-tocart>.fieldset .actions {
		width: 120%;
	}
}


/* Product Page - Move max widths from .page.main */
.catalog-product-view .page-main {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.catalog-product-view .page-main>.columns,
.catalog-product-view .page-main .productTabbedArea>.columns {
	max-width: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

@media (min-width: 576px) {

	.catalog-product-view .page-main>.columns,
	.catalog-product-view .page-main .productTabbedArea>.columns {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.catalog-product-view .page-main>.columns,
	.catalog-product-view .page-main .productTabbedArea>.columns {
		max-width: 720px;
	}
}

@media (min-width: 1200px) {

	.catalog-product-view .page-main>.columns,
	.catalog-product-view .page-main .productTabbedArea>.columns {
		max-width: 1170px;
		padding-left: 0;
		padding-right: 0;
	}
}



/* ==================== */
/* Cart/Checkout        */
/* ==================== */

.minicart-items .product-image-wrapper img {
	height: auto;
}

/**
 * PCD BUILDER STYLES
 * =========================
 */
.cms-pcd-builder .page-main {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/*Temp*/
.option-container .toggle-custom {
	cursor: pointer;
	margin-bottom: 3px;
	font-weight: 300;
}

.option-container {
	margin-bottom: 15px;
}

.option-container .option__title {
	margin-bottom: 6px;
}

.option-container input,
.option-container select {
	margin-bottom: 3px;
}

/**
 * PCD LANDING PAGES
 * =========================
 */
.info-h-link {
	color: var(--theme-blue) !important;
	text-decoration: underline !important;
}

.info-builder-link {
	background-color: #345c9d;
}

.info-builder-link .inner {
	margin: 8px 42px !important;
	font-size: 17px;
	color: white;
	margin-bottom: 2px;
}

.info-builder-link>.inner:after {
	content: '';
	width: 90%;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%) scale3d(0, 1, 1);
	height: 2px;
	background: white;
	transition: all 0.5s ease;
	transform-origin: left;
	bottom: -4px;
}

.info-builder-link:hover>.inner:after {
	width: 90%;
	transform: translateX(-50%) scale3d(1, 1, 1);
}

.c-block.c-image>img {
	max-height: 400px;
	width: auto !important;
}

@media (min-width: 768px) {
	.info-builder-link .inner {
		margin: 14px 50px !important;
		font-size: 20px;
	}
}

.minicart-items .product .message.notice {
	display: none !important;
}

.checkout-index-index .table-checkout-shipping-method {
	width: 100% !important;
}


.account .block-collapsible-nav-content .nav.item {
	width: 100% !important;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty .input-text.qty {
	height: auto !important;
}

.catalog-product-view .box-tocart .actions .payment-request-button {
	margin-top: 7px !important;
	width: 100% !important;
	margin-right: 0 !important;

	iframe {
		max-width: unset !important;
	}
}

