* {
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:before,
*:after {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 1rem;
}
body.overflow {
	overflow: hidden;
}

main {
	display: block;
	padding-top: 82px;
}


/* grid */

.container {
	margin: auto;
	padding: 0;
	padding-top: 36px;
	position: relative;
	width: 100%;
	max-width: 1248px;
}

[class*="_col"] {
	cursor: default;
	display: inline-block;
	padding: 0 1rem;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

._col12 {
	width: 100%;
}

._col9 {
	width: 75%;
}

._col8 {
	width: 66.666%;
}

._col6 {
	width: 50%;
}

._col4 {
	width: 33.333%;
}

._col3 {
	width: 25%;
}

._col2 {
	width: 16.666%;
}

@media (max-width:1264px) {
	._col12L {
		width: 100%;
	}
	._col9L {
		width: 75%;
	}
	._col8L {
		width: 66.666%;
	}
	._col6L {
		width: 50%;
	}
	._col4L {
		width: 33.333%;
	}
	._col3L {
		width: 25%;
	}
}

@media (max-width:992px) {
	._col12M {
		width: 100%;
	}
	._col9M {
		width: 75%;
	}
	._col8M {
		width: 66.666%;
	}
	._col6M {
		width: 50%;
	}
	._col4M {
		width: 33.333%;
	}
	._col3M {
		width: 25%;
	}
	._col2M {
		width: 16.6666%;
	}
}

@media (max-width:720px) {
	[class*="_col"] {
		width: 100%;
	}
	._col6S {
		width: 50%;
	}
	.nav_logo {
		width: 75%;
	}
	.nav_search {
		width: 25%;
	}
}

#tag-line {
	font-size: 12px;
	line-height: 0;
}

/* /grid */

.m-y-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.m-b-2 {
  margin-bottom: 2rem !important;
}
.m-b-4 {
  margin-bottom: 4rem !important;
}
.p-4 {
	padding: 4rem;
}

/* align */

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.align_justify {
	text-align: justify;
}

.align_top {
	vertical-align: top;
}

.align_middle {
	vertical-align: middle;
}

.align_bottom {
	vertical-align: bottom;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


/* /align */


/* images */

img {
	max-width: 100%;
}


/* /images */


/* text */

p {
	margin-bottom: 18px;
}

h1,
h2,
h3, 
.font_size_200 {
	/*font-family: 'Muli', sans-serif;*/
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
}

h2, 
.font_size_200 {
	font-size: 31px;
}

h3, 
.font_size_150 {
	font-size: 22px;
}

b,
strong {
	font-weight: 700;
}

a {
	border: 0;
	color: #245ebc;
	cursor: pointer;
	text-decoration: none;
	vertical-align: baseline;
}

a:hover {
	color: inherit;
}

ul,
ol {
	margin-bottom: 18px;
	padding: 0 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

.font_white {
  color: #fff;
}
/* /text */

	/* breqadcrumb */
#breadcrumbs {
	margin-bottom: 0;
	padding: 0;
}
#breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	margin-right: 1rem;
}
#breadcrumbs li:after {
	content:'\203A';
	margin-left: 1rem;
}
#breadcrumbs li:last-of-type:after {
	content: none;
	margin: 0;
}
/* /breadcrumb */

/* table */

table {
	border-collapse: collapse;
	color: inherit;
	margin-bottom: 18px;
	width: 100%;
}

td {
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 8px 1rem;
}

th {
	background: #245ebc;
	border: 1px solid #245ebc;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 8px 1rem;
}

th:last-of-type {
	border-right: 1px solid #245ebc;
}

tr:last-of-type td {
	border-bottom: 0;
}

table.table_boxed {
	border: 1px solid #ddd;
}

table.table_boxed td,
table.table_boxed th {
	border-left: 1px solid #ddd;
}

table.table_striped tr:nth-of-type(2n+2) {
	background-color: #f7f7f7;
}

table.table_no_gutter th,
table.table_no_gutter td {
	padding: 8px 0;
}
/* /table */


/* forms */

form {
	text-align: left;
}

input,
textarea {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 18px;
	font-size: 1rem;
	padding: 8px 1rem;
	width: 100%;
}

input {
	height: 47px;
}

input[type='checkbox'] {
	height: auto;
	width: auto;
	margin: 0;
	/*margin-right: 1rem;*/
}

.button {
	background-color: #245ebc;
	border: 2px solid #245ebc;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 8px 24px;
	text-transform: uppercase;
	width: auto;
}

.button:hover {
	background-color: #144a8c;
	border-color: #144a8c;
	color: #fff;
	cursor: pointer;
}

.button_alt {
	background-color: #bf1e53;
	border: 2px solid #bf1e53;
}

.button_alt:hover {
	background-color: #1abc9c;
	border: 2px solid #1abc9c;
}

.button.button_thin {
	padding: 2px 24px;
}
.button_full {
	width: 100%;
	text-align: center;
}

select {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 18px;
	background-color: #fff;
	font-size: 1rem;
	padding: 11px 1rem;
	width: 100%;
}

option {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.dropdown {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 18px;
	font-size: 1rem;
	position: relative;
	width: 100%;
}
.dropdown_header {
	cursor: pointer;
	padding: 11px 1rem;
}
.dropdown_header .fa-angle-down {
	float: right;
	padding-top: 5px;
	padding-left: 1rem;
}
.dropdown_options {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: none;
	margin-top: 4px;
	padding: 6px 1rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.dropdown_options label {
	cursor: pointer;
	padding-top: 4px;
}
.dropdown_options label.active {
	color: #245ebc;
	font-weight: 700;
}
.dropdown_options label input {
	display: none;
}
input[type="radio"]:disabled + span {
	color: #ddd;
	cursor: not-allowed;
}

legend,
label {
	display: block;
	margin-bottom: 4px;
}
input.form_input_error,
textarea.form_input_error {
	padding: 5px 13px;
	border: 4px solid #e74c3c;
}


/* /form */


/* alerts */

.alert {
	border-radius: 4px;
	margin-bottom: 18px;
	padding: 8px 1rem;
}

.alert:before {
	content: '\26A0';
	float: left;
	margin-right: 1rem;
}

.alert_close:before {
	content: '\2716';
	float: right;
	margin-left: 1rem;
}

.alert_regular {
	background-color: #e1f0fa;
	border: 2px solid #3498db;
	color: #1A8DBC;
}

.alert_warning {
	background-color: #f5e2df;
	border: 2px solid #e74c3c;
	color: #c0392b;
}

.alert_success {
	background-color: #ddf5f0;
	border: 2px solid #28E1BA;
	color: #1ABC9A;
}

.alert_close {
	cursor: pointer;
}

.alert_flex {
	display: inherit;
}


/* /alerts */


/* breqadcrumb */

#breadcrumb {
	color: #939393;
	margin-bottom: 36px;
	padding: 0;
}

#breadcrumb li {
	display: inline-block;
	font-size: 14px;
	margin-right: 1rem;
}

#breadcrumb li:after {
	content: '\203A';
	margin-left: 1rem;
}

#breadcrumb li:last-of-type:after {
	content: none;
	margin: 0;
}


/* /breadcrumb */

.background_1 {
	background-color: #f8f9fa;
}


/* helpers */

._no_mb {
	margin-bottom: 0;
}

._hide {
	display: none;
}
._show {
	display: inherit;
}

@media (max-width:1264px) {
	._hideL {
		display: none;
	}
	._showL {
		display: inherit;
	}
}

@media (max-width:992px) {
	._hideM {
		display: none;
	}
	._showM {
		display: inherit;
	}
}

@media (max-width:720px) {
	._hideS {
		display: none;
	}
	._showS {
		display: inherit;
	}
}


/*no javascript*/

body.no_js [class*="_col"] {
	/*margin: auto -2px;*/
	width: 100%;
}

body.no_js .modal {
	cursor: not-allowed;
}


/* backgrounds */

.bg_l_grey {
	background-color: #f8f9fa;
	padding: 36px 0;
	margin: 36px 0;
}
.bg_l_grey + .bg_l_grey {
	margin-top: -36px;
	padding-top: 0px;
}
.bg_d_grey {
	background-color: #373646;
	padding: 36px 0;
	margin-top: -36px;
}


/* navbar */

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	max-height: 100vh;
	overflow: auto;
	border-bottom: 1px solid #ddd;
}

nav .container {
	padding-top: 0;
}

.nav_icon {
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	padding: 24px;
	text-align: center;
}

@media (max-width:720px) {
	nav {
		/*padding-top: 24px;*/
		position: relative;
	}
	nav .container>div {
		/*text-align: center;*/
	}
	main {
		padding-top: 0;
	}
}

#slide_down {
	display: none;
}

#nav_categories ul, #nav_subcategories ul {
	padding: 0;
	list-style: none;
}

#nav_categories li, #nav_subcategories li {
	border-bottom: 1px solid #ddd;
	padding: 8px 1rem;
}
#nav_categories li:last-of-type, #nav_subcategories li:last-of-type {
	border-bottom: 0;
}


/* grid view */
.grid_image {
	text-align: center;
}

.grid_image img {
	width: 100%;
}

.grid_text {
	align-items: center;
	/*background-color: #245ebc;*/
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #d0d0d0;
	color: #444;
	font-size: 18px;
	padding: 1rem;
	text-align: center;
	width: 100%;
}
.grid_view {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

@media (max-width:720px) {
	.grid_view>[class*="_col"] {
		display: flex;
		justify-content: center;
	}
	.grid_image {
		padding-top: 0!important;
	}
}

.single_row {
	padding: 8px 0 !important;
}

/* cards */

.card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 4px;
	margin-bottom: 36px;
	width: 100%;
}

.card_content {
	border-top: 1px solid #ddd;
	padding: 1rem 1rem 0;
}

.card_header {
  color: #fff;
	background-color: #bf1e53;
	border-top: 1px solid #bf1e53;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 24px;
	font-weight: 700;
	/*font-family: 'Muli', sans-serif;*/
	padding: 8px 1rem;
}

.card_footer {
	background-color: #f7f7f7;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #ddd;
	padding: 8px 1rem;
}

.card_list {
	margin: 0;
	padding: 0;
}

.card_list li {
	border-top: 1px solid #ddd;
	display: block;
	padding: 8px 1rem;
}

.card p,
.card h1,
.card h2,
.card h3 {
	margin-bottom: 1rem;
}
/*
.card .button, .card ul, .card ol {
	margin: 0 0 24px;
}
*/
.card .card_content:first-child {
	border: 0;
}


/* /cards */


/* promos */
#promos {
  //background-color: #b9d4eb;
}
#promos .container {
	overflow: hidden;
}
#promo_scroller {
	position: relative;
	left: 0; /*go up in 100%'s*/
	white-space: nowrap;
}
#promos img {
	max-height: 250px;
}
#promo_pips {
	position: absolute;
	bottom: 0;
	right: 1rem;
	display: inline;
}
.promo_pip {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #bf1e53;
	display: inline-block;
	margin-left: 0.25rem;
	background-color: #fff;
}
.promo_pip.pipped {
	background-color: #bf1e53;
}
/* /promos */


/* footer */

footer, footer .bg_l_grey {
	background-color: #eef2f7;
}

#sales {
	color: #fff;
}
#sales a {
	color: #22aed1;
}
#sales i {
	font-size: 32px;
	color: #22aed1;
}

/* /footer */


/* product buy options*/
.pbo {
	text-decoration: line-through;
	color: #ddd;
}
.pbo.active {
	text-decoration: none;
	color: inherit;
}

#product_thumbnails img:not(.active) {
	cursor: pointer
}

.share_button {
	background-color: #245ebc;
	width: 36px;
	height: 36px;
	padding: 4px;
}

#cookie_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}


pre {
	overflow: hidden;
}


#spotlight_section {
  background-color: #dee7f5;
  padding: 0 1rem;
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .slider_content {
  width: auto;
  white-space: nowrap;
  position: relative;
}
.slider_content > div {
  position: relative;
}
.slider_content .hot::before, .slider_content .new::before, .slider_content .promo::before {
	position: absolute;
	top: 1rem;
	left: 0.25rem;
	content: 'HOT';
	width: 4rem;
	height: 4rem;
	background-color: #bf1e53;
	color: #fff;
  line-height: 4rem;
  text-align: center;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
  z-index: 1;
}
.slider_content .new::before {
	content: 'NEW';
	background-color: #245ebc;
}
.slider_content .promo::before {
	content: 'PROMO';
	background-color: #24BC67;
}




.slider_left, .slider_right {
  position: absolute;
  top: 50%;
	font-size: 2rem;
	line-height: 2rem;
	width: 2rem;
	text-align: center;
  cursor: pointer;
	background-color: #444;
	color: #fff;
	border-radius: 2rem;
}
.slider_left {
  left: 0;
}
.slider_right {
  right: 0;
}
.slider_left span, .slider_right span {
	height: 2rem;
	display: block;
	position: relative;
	top: -0.55rem;
}


.slider .grid_image {
  background-color: #fff;
  aspect-ratio: 1 / 1;
  position: relative;
}
.slider .grid_image img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.slider .grid_text, .slider_section {
  /*color: #fff;*/
}


/*admin*/
.search_span {
	position: relative;
}
.search_span .fa-search {
	position: absolute;
	top: -18px;
	left: -4px;
	font-size: 20px;
	color: #245ebc;
}

#product_main_image {
	position: relative;
}
#preorder {
	background-color: #bf1e53;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 1rem;
	text-align: center;
	padding-top: 1.2rem;
	position: absolute;
	top: 0;
	right: 0;
}

.support_box img {
  width: 5.5rem;
  min-width: 5.5rem;
}
.support_box td {
  vertical-align: top;
}

/*personalisation*/
#personalise {
  background-color: #24BC67;
}
.personalise_text {
	align-items: center;
	color: #444;
	padding: 1rem;
	text-align: center;
	width: 100%;
}
#personalise .grid_image {
  background-color: #24BC67;
}

#call2action {
	background-color: #b9d4eb !important;
	margin-top: 36px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 1rem;
}

#quick_quote_toggle {
	background-color: #24BC67;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	display: block;
	font-weight: 900;
}

.active #demo_toggle {
	background-color: #be1e52;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	display: block;
	font-weight: 900;
}

