/* Notification Bar */
.c-notification {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #2a2b43;
}
.c-notification a {
	// display: block;
	// padding: 10px 20px;
	padding-left: 0.5rem;
	color: #ffffff;
	text-decoration: none;
}
.c-notification a:focus,
.c-notification a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.c-notification p {
	margin: 0;
}

.c-notification.c-notification-banner {
	padding: 0.5rem;
	font-size: 16px;
	font-weight: 600;
}

/* Notify Form */
.c-notify-form {
	width: 100%;
	max-width: 20rem;
	margin: 2rem 0 1rem;
	padding: 0;
}
.c-notify-form__heading {
	font-size: 100%;
	color: inherit;
}
.c-notify-form__inner {
	
}
.c-notify-form__fields {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.c-notify-form__label {
	margin-bottom: 0.5rem;
}
.c-notify-form__input {
	flex-grow: 1;
	margin: 0;
}
.c-notify-form__btn {
	flex: none;
}
.c-notify-form__btn.btn {
	background-color: #2E68A3;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');

body {
	font-family: 'Muli', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Muli', sans-serif;
}

.button {
	background-color: #2E68A3;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0;
	padding: 0;
	width: 160px;
}

header .top-header {
	padding-bottom: 10px;
	padding-top: 10px;
}

header .grid-x {
	align-items: center;
}

header .cart-links i {
	color: #0D426F;
	display: inline-block;
	font-size: 36px;
	margin-right: 10px;
}

header .contact-number {
	align-items: center;
	display: flex;
	justify-content: center;
}

header .contact-number i {
	color: #0D426F;
	font-size: 36px;
	margin-right: 10px;
}

header .tel {
	color: #0D426F;
	font-size: 18px;
	font-weight: 700;
}

header .tel span {
	width:100%;
}
header .tel a {
  display: block;
	white-space: nowrap;
}


@media (max-width: 1024px) {

	header .search-form {
		display: none;
		margin-top: 10px;
	}

}

.header-links {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}

.header-links li {
	line-height: 1.2;
}

.header-links a {
	color: #0D426F;
	font-size: 12px;
	font-weight: 600;
}

.header-links .cart {
	font-weight: bold;
}

@media (max-width: 1024px) {

	header .logo {
		display: table;
		margin: auto;
		max-width: 150px;
	}

}	

/* Mobile Links */

.menu-open {
	color: #0D426F;
	font-size: 20px;
	margin-left: 10px;
}

.mobile-links {
	float: right;
	margin: 0;
}

.mobile-links li {
	display: inline-block;
	margin-right: 10px;
}

.mobile-links a {
	color: #0D426F;
	font-size: 20px;
}

/* Footer */

footer {
	background-color: #262626;
	padding-bottom: 100px;
	padding-top: 100px;
}

footer h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

footer p {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}

footer .address,
footer .contact-info {
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
}

footer .address li,
footer .contact-info li {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
}

/* Cards */

footer .payment-options {
	list-style-type: none;
	margin: 0;
}

footer .payment-options li {
	color: #727272;
	display: inline-block;
	font-size: 25px;
	margin-right: 5px;
}


/* Menus */

footer .menu {
	margin-bottom: 20px;
}

footer .menu li {
	line-height: 21px;
	width: 100%;
}

footer .menu a {
	color: #fff;
	font-size: 12px;
	line-height: inherit;
	padding: 0;
}

footer .menu a:hover {
	text-decoration: underline;
}

/* Social Links */

.social-links {
	margin: 0 0 20px 0;
}

.social-links li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

.social-links a {
	color: #fff;
	font-size: 25px;
}

/* Search Bar */

.search-bar input {
	float: left;
	margin: 0;
}

.search-bar input[type="text"] {
	background-color: #F1F1F1;
	border: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: none;
	color: #7B7B7B;
	font-size: 12px;
	height: 40px;
	padding: 0 0 0 20px;
	width: 75%;
}

.search-bar input[type="submit"] {
	background-color: #0D426F;
    background-image: url(//www.decksupermarket.co.uk/cdn/shop/t/26/assets/search_small.png?v=123265166515722857681543859354);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	height: 40px;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	width: 25%;
}

/* Nav */

.nav-wrap {
	background-color: #2E68A3;
}

header .menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
}


/* Off Canvas */

.js-off-canvas-overlay {
	background-color: rgba(0,0,0,0.5);
}

.off-canvas {
	background-color: #262626;
}

.off-canvas .menu li {
	border-bottom: solid 1px #000;
	width: 100%;
}

.off-canvas .menu a {
	color: #fff;
	padding: 20px;
}


/* Block */

.block {
	padding-bottom: 60px;
	padding-top: 60px;
}

.large-block {
	padding-bottom: 100px;
	padding-top: 100px;
}

.grey-bg {
	background-color: #F1F1F1;
}

/* Hero */

.hero {
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
    background-repeat: no-repeat;
  	background-size: cover;
}

@media (min-width: 1024px) {

	.hero {
		padding-bottom: 100px;
		padding-top: 100px;
		text-align: left;
	}

}

.hero h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.hero p:last-of-type {
	margin-bottom: 20px;
}

/* Section Intro */

.section-intro {
	align-items: center;
	margin-bottom: 30px;
}

.section-intro h2,
.section-intro h3 {
	color: #262626;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
}

.section-intro p {
	margin-bottom: 0;
}

/* Collection Link */

.collection-link {
	box-shadow: 0 0 15px -3px rgba(0,0,0,0.26);
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.collection-link:hover {
	box-shadow: 0 0 15px -2px rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.collection-link__title {
	padding: 20px;
}

.collection-link__title h3 {
	color: #262626;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 0;
}

.collection-link__title i {
	color: #262626;
	float: right;
	line-height: 24px;
}

@media (max-width: 500px) {

	.collection-link__title {
		padding: 15px;
	}	

	.collection-link__title i {
		display: none;
	}

}	

/* Content Spot */

.content-spot h3 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 35px;
}

.content-spot p {
	color: #262626;
	font-size: 14px;
	line-height: 24px;
}

.content-spot p:last-of-type {
	margin-bottom: 0;
}

/* Product */

.product h1 {
	border-bottom: solid 1px #f1f1f1;
	color: #262626;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product .price {
	color: #262626;
	float: left;
	font-weight: 700;
}

.product .reviews {
	color: #2E68A3;
	float: right;
}


/* Post */

.post {
	box-shadow: 0 0 15px -3px rgba(0,0,0,0.26);
	display: block;
}

.post img {
	width: 100%;
}

.post .post-content {
	background-color: #fff;
	padding: 30px;
}

.post .post-content h1 {
	color: #262626;
	font-size: 18px;
	font-weight: 700;
}

.post .post-content p {
	color: #A5A5A5;
	font-size: 14px;
	margin-bottom: 0;
}



/* Override Timber */
.template-index .main-content {
  margin-top: 0;
  padding-bottom: 0;
}
footer a { color: #fff; }
footer a:hover { text-decoration: underline; color: #fff; }
.reviews { margin-bottom: 0; }
.spr-badge { margin-bottom: 0;}
.product .price { margin: 0; }
.product .price .from { float: left; margin-right: 5px;  }
/* Hack to fix collection sort by issue */
.form-horizontal label { display: inline; }
#SortBy { width: 150px; padding-right: 0; }



/* Navigation - December 2019 */
.mobile-navigation-toggle nav {}
.mobile-navigation-toggle .menu {
	position: relative;
	display: none;
}
.mobile-navigation-toggle .menu.show-nav {
	display: block;
}
.mobile-navigation-toggle .menu > li {}
.mobile-navigation-toggle .menu > li.is-active {}
.mobile-navigation-toggle .menu > li.is-active > a > .fas {
	transform: rotate(-90deg);
}
.mobile-navigation-toggle .menu > li > a {}
.mobile-navigation-toggle .menu > li > ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: none;
}
.mobile-navigation-toggle .menu > li > ul.is-visible {
	display: block;
}
.mobile-navigation-toggle .menu > li > ul > li {}
.mobile-navigation-toggle .menu > li > ul > li > a {}
.mobile-navigation-toggle .menu > li > ul > li.is-active > a > .fas {
	transform: rotate(-90deg);
}
.mobile-navigation-toggle .menu > li > ul > li > ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: none;
}
.mobile-navigation-toggle .menu > li > ul > li > ul.is-visible {
	display: block;
}
.mobile-navigation-toggle .menu > li > ul > li > ul > li {}
.mobile-navigation-toggle .menu > li > ul > li > ul > li > a {}

@media only screen and (min-width: 1024px) {
	.mobile-navigation-toggle nav {}
	.mobile-navigation-toggle .menu {
		display: flex;
	}
	.mobile-navigation-toggle .menu.show-nav {
		display: flex;
	}
	.mobile-navigation-toggle .menu > li {
		margin: 0;
	}
	.mobile-navigation-toggle .menu > li > a {
		padding: 15px 12px;
	}
	.mobile-navigation-toggle .menu > li.is-active > a > .fas {
		transform: none;
	}
	.mobile-navigation-toggle .menu > li > ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 10000;
		width: 100%;
		padding: 10px 0 15px;
		background-color: #fff;
		border: 1px solid #0D426F;
		display: none;
	}
	.mobile-navigation-toggle .menu > li:hover > ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mobile-navigation-toggle .menu > li > ul.is-visible {
		display: flex;
	}

	.mobile-navigation-toggle .menu > li > ul > li {
		width: 25%;
		margin: 0;
	}
	.mobile-navigation-toggle .menu > li > ul > li > a {
		font-size: 16px;
		color: #0D426F;
	}
	
	.mobile-navigation-toggle .menu > li > ul > li > a > .fas {
		display: none;
		transform: none;
	}
	.mobile-navigation-toggle .menu > li > ul > li > ul {
		display: block;
		padding: 0;
	}
	.mobile-navigation-toggle .menu > li > ul > li > ul > li {
		margin: 0;
	}
	.mobile-navigation-toggle .menu > li > ul > li > ul > li > a {
		font-weight: 400;
		color: #262626;
	}
}.product-info__title {
    color: #262626;
    font-size: 24px;
}

.ex_vat {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}

.ex_vat span,
.inc_vat span {
    display: inline;
    font-size: 21px;
}

.price-reviews {
  display: flex;
  justify-content: space-between;
}

.add-to-cart {
    display: inline-flex;
    align-items: flex-end;
  margin-top: 10px;
}

.add-to-cart label {
	margin-bottom: 5px;
}

.add-to-cart .btn {
	background-color: #2E68A3;
}

.add-to-cart #Quantity {
    width: 100%;
    max-width: 100px;
  margin-bottom: 0;
  margin-right: 20px;
}

.search-bar {
    display: flex;
}


.accordion .accordion-title {
  	border: none;
  	border-bottom: solid 1px #f1f1f1;
  	color: #666666;
    font-size: 14px;
  	font-weight: bold;
  	padding-left: 0;
}

.accordion .accordion-title:focus,
.accordion .accordion-title:hover {
	background: none;
}

.accordion li {
  	margin: 0;
}


.related-grey {
	background: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.related-grey .h1 {
	font-size: 21px;
  color: #666666;
  margin-bottom: 20px;
}

.template-product .main-content {
	padding-bottom: 0;
}

.short-description {
	margin-top: 10px;
}

.product-description.rte h1, 
.product-description.rte .h1, 
.product-description.rte h2, 
.product-description.rte .h2, 
.product-description.rte h3, 
.product-description.rte .h3, 
.product-description.rte h4, 
.product-description.rte .h4, 
.product-description.rte h5, 
.product-description.rte .h5, 
.product-description.rte h6, 
.product-description.rte .h6 {
    margin-top: 0;
}