@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #425363;
}
ol, ul {
	list-style: none;
	margin:0 0 20px 0;
}
img {
	max-width:100%;
}
p {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:24px;
}
.small-text {
	font-size:12px;
	line-height:16px;
}
.very-small-text {
	font-size:11px!important;
	line-height:14px;
}
.bold{
	font-weight: 700;
}

/* HEADINGS */
h1 {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
	font-size:36px;
	color:#425363;
}
h2 {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:24px;
	font-weight: 500;
}
h3 {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:18px;
	font-weight: 700;
}
h4 {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:16px;
	font-weight: 500;
}
.h1-styles{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
	font-size:36px;
	color:#425363;

	line-height: 1.1;
}
.h2-styles{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:24px;
	font-weight: 500;

	line-height: 1.1;
}
.h3-styles{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:18px;
	font-weight: 700;

	line-height: 1.1;
}
.h4-styles{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:16px;
	font-weight: 500;

	line-height: 1.1;
}

@media(max-width: 767px){
	h1{
		font-size: 28px;
	}
}

/* USEFUL */
.hidden, .no-display{
	display: none;
}
.no-margin{
	margin: 0 !important;
}
.no-margin-bottom{
	margin-bottom: 0 !important;
}
.text-center{
	text-align:center;
}

/* CLEARFIXES */
.clearfix:before, .clearfix:after {content:" "; display:table}
.clearfix:after {clear:both}
.clearfix { *zoom:1;}

/*GRID*/
.grid .row div[class*="col-"]{
	margin-bottom: 30px;
}
.section{
	margin-top: 30px;
	margin-bottom: 30px;
}
@media(min-width: 768px){
	.section-40{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/* SAME HEIGHT COLS GRID */
@media(min-width: 992px){
	.row.same-height-cols-md{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row.same-height-cols-md > div[class*="col-"]{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row.same-height-cols-md > div[class*="col-"].va-middle{
		display: flex;
		align-items: center;
	}
}
@media(min-width: 768px){
	.row.same-height-cols-sm{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row.same-height-cols-sm > div[class*="col-"]{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row.same-height-cols-sm > div[class*="col-"].va-middle{
		display: flex;
		align-items: center;
	}
}
.row.same-height-cols{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.same-height-cols > div[class*="col-"]{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

/* CONTAINER */
.container{
	max-width:1330px;
	width:100%;

}
.container-fluid{
	padding: 0;
}

.container.padding-5{
	padding-left: 5px;
	padding-right: 5px;
}

/* PADDING COL 0px */
.row.padding-0{
	margin-right: -0px;
	margin-left: -0px;
}

.row.padding-0 > div[class*="col-"]{
	padding-left: 0px;
	padding-right: 0px;
}

/* PADDING COL 3px */
.row.padding-3{
	margin-right: -3px;
	margin-left: -3px;
}

.row.padding-3 > div[class*="col-"]{
	padding-left: 3px;
	padding-right: 3px;
}

/* PADDING COL 5px */
.row.padding-5{
	margin-right: -5px;
	margin-left: -5px;
}

.row.padding-5 > div[class*="col-"]{
	padding-left: 5px;
	padding-right: 5px;
}

/* PADDING COL 8px */
.row.padding-8{
	margin-right: -8px;
	margin-left: -8px;
}
.row.padding-8 > div[class*="col-"]{
	padding-left: 8px;
	padding-right: 8px;
}

/* PADDING COL 10px */
.row.padding-10{
	margin-right: -10px;
	margin-left: -10px;
}
.row.padding-10 > div[class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}

/* ROW 5 COLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	/*position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;*/
}

.col-xs-5ths {
	width: 20%;
	/*float: left;*/
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		/*float: left;*/
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		/*float: left;*/
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		/*float: left;*/
	}
}

.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
	/*position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;*/
}

.col-xs-8ths {
	width: 12.5%;
	/*float: left;*/
}

@media (min-width: 768px) {
	.col-sm-8ths {
		width: 12.5%;
		/*float: left;*/
	}
}

@media (min-width: 992px) {
	.col-md-8ths {
		width: 12.5%;
		/*float: left;*/
	}
}

@media (min-width: 1200px) {
	.col-lg-8ths {
		width: 12.5%;
		/*float: left;*/
	}
}

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
	/*position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;*/
}

.col-xs-7ths {
	width: 14.285714285714285714285714285714%;
	/*float: left;*/
}

@media (min-width: 768px) {
	.col-sm-7ths {
		width: 14.285714285714285714285714285714%;
		/*float: left;*/
	}
}

@media (min-width: 992px) {
	.col-md-7ths {
		width: 14.285714285714285714285714285714%;
		/*float: left;*/
	}
}

@media (min-width: 1200px) {
	.col-lg-7ths {
		width: 14.285714285714285714285714285714%;
		/*float: left;*/
	}
}

/* ANCHOR */
a:link, a:visited, a:active {
	font-weight:normal;
	text-decoration:underline;
	color:inherit;
	outline: 0;
}
a:hover {text-decoration:underline; color:#f6b333;}
a img:hover {text-decoration:none; opacity:0.9}
a.no-underline{
	text-decoration: none;
}

/* COLOURS */

/* Initial */
.steel			{color:#425563;} /* changed to NEW - old #425363 */
.steel-tint-120	{color:#34434F;}
.steel-tint-80	{color:#687582;}
.steel-tint-60	{color:#8e98a1;}
.steel-tint-40	{color:#b3bac1;}
.steel-tint-20	{color:#d9dde0;}
.steel-tint-10	{color:#eceeef;}

.red					{color:#E50944;} /* changed to NEW (sale red) - old #F8485E */
.pink					{color:#F8485E;} /* changed to NEW (dark pink) - old #ba2872 */
.orange					{color:#FF7F32;} /* changed to NEW - old #e76433 */
.yella					{color:#F1B434;} /* changed to NEW - old #f6b333 */
.green					{color:#BABC16;} /* changed to NEW (light green) - old #a7b739 */
.purple					{color:#582C83;} /* changed to NEW - old #6f7ca5 */
.blue 					{color:#00A3E0;} /* changed to NEW (bright blue) - old #009bc1 */
.ducky-blue				{color:#BBDDE6;}

/* New */
.bright-blue	{color:#00A3E0;}
.dark-blue 		{color: #1B365D;}
.light-blue		{color: #BBDDE6;}
.dark-green		{color: #4C8C2B;}
.light-green	{color: #BABC16;}
.dark-pink		{color: #F8485E;}
.light-pink		{color: #F57EB6;}
.sample-colour	{color: #68749D;}
.uo-sale-red	{color: #E50944;}
.white 			{color: #ffffff;}

/* Initial - BG */
.background-steel			{background-color:#425563;} /* changed to NEW - old #425363 */
.background-steel-tint-120	{background-color:#34434F;}
.background-steel-tint-80	{background-color:#687582;}
.background-steel-tint-60	{background-color:#8e98a1;}
.background-steel-tint-40	{background-color:#b3bac1;}
.background-steel-tint-20	{background-color:#d9dde0;}
.background-steel-tint-10	{background-color:#eceeef;}

.background-red			{background-color:#E50944;} /* changed to NEW (sale red) - old #F8485E */
.background-pink		{background-color:#F8485E;} /* changed to NEW (dark pink) - old #ba2872 */
.background-orange		{background-color:#FF7F32;} /* changed to NEW - old #e76433 */
.background-yella		{background-color:#F1B434;} /* changed to NEW - old #f6b333 */
.background-green		{background-color:#BABC16;} /* changed to NEW (light green) - old #a7b739 */
.background-purple		{background-color:#582C83;} /* changed to NEW - old #6f7ca5 */
.background-blue		{background-color:#00A3E0;} /* changed to NEW - old #009bc1 */
.background-ducky-blue	{background-color:#BBDDE6;}

/* New - BG */
.background-dark-blue 				{background-color: #1B365D;}
.background-light-blue				{background-color: #BBDDE6;}
.background-dark-green				{background-color: #4C8C2B;}
.background-light-green				{background-color: #BABC16;}
.background-dark-pink				{background-color: #F8485E;}
.background-light-pink				{background-color: #F57EB6;}
.background-sample-colour 			{background-color: #68749D;}
.background-uo-sale-red				{background-color: #E50944;}
.background-uo-background-colour 	{background-color: #ECEEEF;}

/* New - Borders */
.uo-border-colour {border-color: #D9DDE0;}

/* Initial - Text */
.text-red{
	color: #e50944;
}
.text-blue{
	color: #009bc1;
}

/* New - Text*/
.uo-text-grey{
	color: #8E98A1;
}

/* BUTTONS */
button, a.button, input[type="submit"] {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
	font-size:13px;
	text-align:center;
	line-height:normal;
	outline:none;
	cursor:pointer;
	position:relative;
	border:none;
	border-radius: 0;
	padding:15px 20px;
	text-align: center;
	transition:background-color 0.2s;

	text-decoration: none;
}

button.steel, a.steel, input[type="submit"].steel {
	background-color:#425363;
	color:#fff;
}
button.steel:hover, a.steel:hover, input[type="submit"].steel:hover {
	background-color:#34434F;
}
button.yella, a.yella, input[type="submit"].yella {
	background-color:#f6b333;
	color:#fff;
}
button.yella:hover, a.yella:hover, input[type="submit"].yella:hover {
	background-color:#DDA12E;
}
button.purple, a.purple, input[type="submit"].purple {
	background-color:#582c83;
	color:#ffffff;
}
button.grey, a.grey, input[type="submit"].grey{
	background-color:#d9dde0;
	color:#425363;
}
button.grey:hover, a.grey:hover, input[type="submit"].grey:hover{
	background-color:#C7CAD3;
}
button.steel-tint-80, a.steel-tint-80 {
	background-color:#687582;
	color:#fff;
}
button.pink, a.pink {
	background-color:#ba2872;
	color:#fff;
}
button.ducky, a.ducky {
	background-color:#BBDDE6;
	color:#425363;
}
button.ducky:hover, a.ducky:hover{
	background-color: #A8C7CF;
}
button.red, a.red {
	background-color:#F8485E;
	color:#fff;
}
button.red:hover, a.red:hover{
	background-color: #DF4155;
}
button.blue, a.blue {
	background-color:#00A3E0;
	color:#fff;
}
button.blue:hover, a.blue:hover{
	background-color: #0093CA;
}
button.sample-colour, a.sample-colour, input[type="submit"].sample-colour {
	background-color:#68749D;
	color:#fff;
}
button.sample-colour:hover, a.sample-colour:hover, input[type="submit"].sample-colour:hover{
	background-color: #68749D;
	color:#fff;
}
button.large, a.button.large, input[type="submit"].large {
	padding-left: 40px;
	padding-right: 40px;
}
button.add-to-favourites{
	background-color: transparent;
	padding: 0;
	font-size: 24px;
}
button.add-to-favourites.small{
	font-size: 16px;
}
button.dark-blue, a.dark-blue {
	background-color:#1B365D;
	color:#fff;
}

/* Auto brightness */
button.auto-hover:hover, a.auto-hover:hover{
	filter: brightness(95%);
}

/*Disabled buttons*/
button.disabled, a.button.disabled, button.disabled:hover, a.button.disabled:hover, input[type="submit"].disabled, input[type="submit"].disabled:hover{
	background-color:#d9dde0;
	color:#425363;
	cursor: auto;
}

/*Outline buttons*/
button.outline-button, a.outline-button {
	background-color:transparent !important;
	border: 2px solid #D9DDE0;
}
button.outline-button:not(.outline-button-disabled):hover, a.outline-button:not(.outline-button-disabled):hover{
	filter: brightness(95%);
}

button.outline-button.outline-button-disabled, a.outline-button.outline-button-disabled {
	color: #D4D6D7;
	border: 2px solid #D4D6D7;
}

.button .button-subline{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

button.outline-button.v4, a.outline-button.v4{
	color: #A1AAB1 !important;
	border: 1px solid #A1AAB1 !important;
	padding:14px 20px;
}


/* FORMS */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea, select {
	border:2px solid #c4c4c4;
	text-align:left;
	padding:9px;
	font-size:14px;
	line-height:30px;
	width:100%;
	color:#444;
}
input[type="checkbox"]{
	width:auto;
}
input[type="submit"]{
	cursor:pointer;
}
textarea{
	min-height:150px;
	width:100%;
}
.disabled{
	color:#8295a8;
}

.tapi-quick-form{
	position: relative;
}
.tapi-quick-form input[type="text"],
.tapi-quick-form input[type="email"]{
	height: 30px;
	width:100%;
	padding: 4px 0;
	background-color: transparent;
	border: none;
	/* border-bottom: 2px solid rgba(217,221,224, 1); /*1px solid #425563;*/
	border-bottom: 1px solid #425563;
	font-size: 14px;
	border-radius: 0;
	font-weight:normal;
}
.tapi-quick-form.white input[type="text"]{
	color: #425563;
}
.tapi-quick-form.white input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #425563;
  opacity: 1;
}
.tapi-quick-form.white input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #425563;
  opacity: 1;
}
.tapi-quick-form.white input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #425563;
  opacity: 1;
}
.tapi-quick-form.white input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #425563;
  opacity: 1;
}
.tapi-quick-form.steel input[type="text"]{
	color: #425363;
	opacity: 1;
}
.tapi-quick-form.steel input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #425363;
  opacity: 1;
}
.tapi-quick-form.steel input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #425363;
  opacity: 1;
}
.tapi-quick-form.steel input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #425363;
  opacity: 1;
}
.tapi-quick-form.steel input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #425363;
  opacity: 1;
}
.tapi-quick-form button[type="submit"]{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	width:30px;
	height:30px;
	padding: 0;

	border: 0;
	border-radius: 0;
	box-shadow: none;

	color:#425363;
	text-align:right;
	background-color: transparent;
}
.tapi-quick-form button[type="submit"]:before,
.tapi-quick-form button[type="submit"]::before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;

	background-repeat: no-repeat;
	background-position: center center;

	width: 20px;
	height: 20px;
}
.tapi-quick-form button[type="submit"]:after,
.tapi-quick-form button[type="submit"]::after{
	position: absolute;
	content: "";
	right: 4px;
	top: 5px;

	background-repeat: no-repeat;
	background-position: center center;

	width: 10px;
	height: 10px;
}
.tapi-quick-form button[type="submit"].search:before,
.tapi-quick-form button[type="submit"].search::before{
	font-family: 'Font Awesome 5 Light';
	font-size: 17px;
	content: "\f002";
}
.tapi-quick-form button[type="submit"].right-arrow-animated:before,
.tapi-quick-form button[type="submit"].right-arrow-animated::before{
	background-image: url('/img/general_icons/icon_circle_yellow.svg');
	-webkit-transition: transform .6s ease;
	-moz-transition: transform .6s ease;
	-ms-transition: transform .6s ease;
	-o-transition: transform .6s ease;
	transition: transform .6s ease;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tapi-quick-form button[type="submit"].right-arrow-animated:hover:before,
.tapi-quick-form button[type="submit"].right-arrow-animated:hover::before{
	-webkit-transform: rotate(450deg);
	-moz-transform: rotate(450deg);
	-ms-transform: rotate(450deg);
	-o-transform: rotate(450deg);
	transform: rotate(450deg);
}
.tapi-quick-form button[type="submit"].right-arrow-animated:after,
.tapi-quick-form button[type="submit"].right-arrow-animated::after{
	background-image: url('/img/general_icons/chevron.svg');
}

.tapi-quick-form button[type="submit"].reskin-chevron:after,
.tapi-quick-form button[type="submit"].reskin-chevron::after{
	background-image: url('/img/general_icons/chevron.svg');
	width: 12px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

form.tapi_form {margin-bottom:40px;}
form.tapi_form label {margin-bottom:15px;}
form.tapi_form input[type="text"],form.tapi_form input[type="number"],
form.tapi_form input[type="email"]{
	background-color:#eceeef;
	border:2px solid #d9dde0;
	width:100%;
	line-height:38px;
	margin-bottom:40px;
}
form.tapi_form select {
	background-color:#eceeef;
	border:2px solid #d9dde0;
	width:100%;
	height:56px;
	margin-bottom:40px;
}
form.tapi_form textarea {
	border:2px solid #d9dde0;
	margin-bottom: 40px;
}
form.tapi_form .g-recaptcha{
	margin-bottom: 40px;
}
form.tapi_form input[type="text"].inputError,
form.tapi_form input[type="email"].inputError,form.tapi_form input[type="number"].inputError,
form.tapi_form select.inputError,
form.tapi_form textarea.inputError {
	border:2px solid #e76433 !important;
}
form.tapi_form button {
	width:100%;
	color:#425363 !important;
	font-weight:bold;
	font-size:18px;
}
form.tapi_form button img {
	height:18px;
}
form.tapi_form .help-text{
	margin-bottom: 10px;
	margin-top: -35px;
	color: #c40017;
}

#form-error {
	display:none;
	color:#e76433;
	margin-bottom:20px;
}

/*v2 forms*/
.tapi-form-v2{
}
.tapi-form-v2 .form-section-title{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 2px solid #F6B333;
	margin-bottom: 20px;
}
.tapi-form-v2 .form-section-content{
	margin-bottom: 40px;
}

.tapi-form-v2 .form-group{
	margin-bottom: 20px;
}

.tapi-form-v2 .form-group label{
	padding-bottom: 10px;
	font-weight: 500;
}

@media(min-width: 992px){
	.tapi-form-v2.form-horizontal .form-group label{
		padding-top: 10px;
	}
}
@media(max-width: 991px){
	.tapi-form-v2.form-horizontal .form-group label{
		padding-top: 0;
	}
}

.tapi-form-v2 input[type="text"],
.tapi-form-v2 input[type="email"],
.tapi-form-v2 input[type="tel"],
.tapi-form-v2 textarea,
.tapi-form-v2 select{
	background-color: #ECEEEF;
	border: 2px solid #D9DDE0;
	border-radius: 0;
	height: 40px;

	font-size: 14px;
	font-weight: 500;
	color: #425363;
	line-height: 1;
	max-width: 100%;
}
.tapi-form-v2 input[type="text"]:focus,
.tapi-form-v2 input[type="email"]:focus,
.tapi-form-v2 input[type="tel"]:focus,
.tapi-form-v2 textarea,
.tapi-form-v2 select:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.tapi-form-v2 input[type="text"].inputError,
.tapi-form-v2 input[type="email"].inputError,
.tapi-form-v2 input[type="tel"].inputError,
.tapi-form-v2 textarea.inputError{
	border:2px solid #e76433;
}

.tapi-form-v2 input[type="submit"]{
	color: #425363;
	font-size: 16px;
	font-weight: 700;
}

.tapi-form-v2 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}
.tapi-form-v2 select option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 9px 9px;
	width: 100%;
}
.tapi-form-v2 .select-wrp{
	position: relative;
	background-color: #ECEEEF;
}
.tapi-form-v2 .select-wrp select,
.tapi-form-v2 .select-wrp input{
	position: relative;
	z-index: 2;
	background-color: transparent;
	cursor: pointer;
}
.tapi-form-v2 .select-wrp:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: 'Font Awesome 5 Solid';
	font-size: 16px;
	z-index: 1;
}
.tapi-form-v2 .select-wrp.caret-down:after{
	content: "\f0d7";
}
.tapi-form-v2 .select-wrp.calendar:after{
	content: "\f073";
}

.tapi-form-v2 .checkbox-general{
	margin-bottom: 10px;
}
.tapi-form-v2 .checkbox-general label{
	font-weight: 500;
	font-size: 16px;
	padding-left: 20px;
}
.tapi-form-v2 .checkbox-general input[type="checkbox"]{
	margin-left: -20px;
}

.tapi-form-v2 .gdpr_text{
	margin-bottom: 10px;
	padding-left: 20px;
}

.tapi-form-v2 #postcode_lookup {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff !important;
}
.tapi-form-v2 #postcode_lookup_failed {
	font-size:14px;
	margin-bottom:0;
	color:#e50944;
	display:none;
}

.tapi-form-v2 .postcode-wrp {
	position: relative;
}
.tapi-form-v2 #postcode {
	width:250px;
	border-right: 0;
}
.tapi-form-v2 #postcode_lookup {
	width: auto;
	height: 40px;
	padding: 0 15px;

	position: absolute;
	top: 0;
	left: 250px;
}

@media(max-width: 767px){
	.tapi-form-v2 #postcode {
		width:50%;
	}
	.tapi-form-v2 #postcode_lookup {
		left: 50%;
		width: 50%;
		padding: 0 5px;
	}
}

/* TITLES */
.page-title{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.page-title-small{
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #c4c4c4;
}

/* MESSAGES */
.error{
	color:#de4949;
}
.error-box{
	color:#de4949;
	margin:5px;
}
.error_box{
	border: 1px solid #c40017;
	padding: 10px;
	margin-bottom: 10px;
	color: #c40017;
}
.success{
	color:#3c763d;
}
.success-box{
	color:#3c763d;
	margin:5px;
}
.success_box{
	border: 1px solid #499f1d;
	padding: 10px;
	margin-bottom: 10px;
	color: #499f1d;
}

/* IFRAME */
iframe{
	max-width:100%;
	width:100%;
}

/* COOKIES BANNER */
#cookie_banner{
	position:fixed;
	color: #fff;
	font-size: 15px;
	bottom:20px;
	right:20px;
	width:100%;
	padding:20px 40px 30px 40px;
	z-index:44499;
	background:rgba(0,0,0,0.9);

	display:none;
}
#cookie_banner p{
	margin:12px 0;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}
#cookie_banner a:link,#cookie_banner a:active,#cookie_banner a:visited{
	text-decoration: underline;
	color: #888;
	font-size: 13px;
}
#cookie_banner a:hover{
	color: #aaa;
}
a:link.cookie_button, a:visited.cookie_button, a:active.cookie_button{
  color: #000 !important;
  text-decoration: none !important;
}
.cookie_button{
  background-color: #fff;
  padding: 2px 20px;
  border-radius: 2px;
}
.cookie_button:hover{
  background-color: #eee;
}
@media(min-width: 768px) {
	#cookie_banner{
		max-width: 470px;
		min-width: 300px;
	}
}
@media(max-width: 767px) {
  #cookie_banner{
	width:100% !important;
	bottom: auto;
	top:0;
	right: 0;
	left: 0;

	padding: 1px 40px 10px;
	position: absolute;
	text-align: center;
  }
  #cookie_banner p{
	margin: 5px 0;
	font-size: 11px;
	/*CLS fix*/
	font-size: 1.44ex;
  }
}
@media(max-width: 300px){
	#cookie_banner{
		padding: 10px 10px;
	}
}

/* Cookiebot */
#CybotCookiebotDialogPoweredbyCybot {
	display:none !important;
}

/* GDPR Modal */
#gdpr_modal .modal-body {
	padding: 25px;
}

#gdpr_modal .modal-body h2 {
	margin-bottom: 25px;
}

#gdpr_modal .modal-body .button-group {
	margin-top: 25px;
}

#gdpr_modal #gdpr-learnmore-panel h4 {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	#gdpr_modal div.modal-dialog {
		width: 80%;
	}
}

/* GDPR */
.gdpr_text {
	font-size:12px!important;
	line-height:16px!important;
}
.gdpr_text a{
	color:inherit !important;
	text-decoration:underline !important;
}
.gdpr_text a:hover{
	color:inherit !important;
	text-decoration:none!important;
}

/* MENU - NAVIGATION */
.nav-container-wrp{
	background-color: #F3F4F5;
}
.nav-container{
	background:transparent;
	font-weight:400;
	margin:0;
}
.nav {
	margin:0;
}
.nav a{
	color:#425563;
	text-decoration:none;
}
.nav > li{
	float:left;
}
.nav > li > a{
	display: block;
	padding:0 20px;
}
.dropdown-wrp{
	position:absolute;
	top:100%;
	left:0;
	background:#ffffff;
	z-index:20;
	padding:27px;
	display:none;
	min-width:234px; /* (1170/5) */
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-bottom: 4px solid #f6b333;
	box-shadow: 1px 3px 2px 2px rgba(50, 50, 50, 0.35);
}
.nav > li:hover{
	/* background-color: #f6b333; */
	border-bottom: 2px solid #f6b333;
	color: #D9DDE0;
}
.nav > li:hover > a{
	/* color: #425363; */
	color: #7A8891;
}
.nav > li:hover i{
	color: #ffffff;
}
.nav > li:hover > .dropdown-wrp,
.nav > li:hover > .mega-dropdown-wrp{
	display:block;
}
.nav .non-mega{
	position:relative;
}
.dropdown-wrp .dropdown-list + .dropdown-list{
	margin-top:15px;
}
.dropdown-wrp.mega-dropdown-wrp .dropdown-list + .dropdown-list{
	margin-top:0;
}
.dropdown-wrp .dropdown-list > li > a{
	display:inline-block;
	margin: 0 0 5px 0;
	color: #425363;
}
.nav .heading{
	color:#425363;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size: 18px;
	font-weight: 500;
}
.mega-dropdown-wrp{
	width: 100%;
	max-width:100%;
	padding:30px 0 0;
	left:0;
	right: 0;
}
.mega-dropdown-wrp.reverse{
	right:0;
}
.mega-dropdown-wrp > .container{
	padding-bottom: 30px;
}
.mega-dropdown-wrp > .container > .dropdown-list {
	float:left;
	padding:0 20px 0 0;
}
.mega-dropdown-wrp:not(.mega-dropdown-wrp-v2) > .container > .dropdown-list {
	width: calc(100% / 8);
}

.mega-bottom-all{
	background-color: #f6b333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #425363;
}
.mega-bottom-all a{
	color: #425363;
}
@media(max-width: 991px){
	.mega-bottom-all{
		display: none;
	}
	.mega-dropdown-wrp > .container{
		padding-bottom: 0;
	}
}

@media(min-width: 992px){
	.nav-container{
		text-align: center;
	}
	.nav{
		height: 45px;
		display: inline-block;
		vertical-align: top;
	}
	.nav:not(.nav-tabs) > li{
		height: 45px;
	}
	.nav:not(.nav-tabs) > li > a{
		line-height: 45px;
		position: relative;
		font-weight: 500;
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.nav:not(.nav-tabs) > li:hover > a:after{
		width: 0;
		height: 0;
	}
	.mega-dropdown-wrp .dropdown-list.bottom-separator {
		border-bottom: 2px solid #d9dde0;
		padding-bottom: 10px;
	}
	.nav .mega-dropdown-wrp .heading{
		min-height: 20px;
	}
}
@media(min-width: 1100px){
	.nav:not(.nav-tabs) > li > a{
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media(min-width: 1200px){
	.nav:not(.nav-tabs) > li > a{
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media(min-width: 1300px){
	.nav:not(.nav-tabs) > li > a{
		padding-left: 25px;
		padding-right: 25px;
	}
}

#offcanvas_menu_close_wrp{
	display:none;
}

@media(max-width:991px){
	/* Tapi Header Bug
	.nav-container{
		position: relative;
	}

	#offcanvas {
		position: absolute;
		top: 0;
		left: -15px;
		right: -15px;
		z-index: 999;
		background: rgba(0, 0, 0, 0.6);
		display:none;
	}
	#offcanvas.offcanvas-show {
		display: block;
	}
	#offcanvas_menu {
		position: absolute;
		top: 0;
		z-index: 1000;
		background: #fff;
		right:100%;
		width: 100%;
		border-top: 1px solid #F1B434;
	}
	#offcanvas_menu:before{
		position: absolute;
		content: "";
		top: -21px;
		left: 11px;
		border-left: 17.5px solid transparent;
		border-right: 17.5px solid transparent;
		border-bottom: 20px solid #F1B434;
		z-index: 1000;
	}
	*/

	.nav-container {
        position: static;
    }

    #offcanvas {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: white;
        display: none;
        overflow-y: auto;
		margin-top: 78px;
    }

    #offcanvas_menu {
        position: relative;
        top: 0;
        right:100%;
        width: 100%;
        background: #fff;
        /* border-top: 1px solid #F1B434; */
        height: auto;
        min-height: 100vh;
        padding-bottom: 0;
		
    }

    #offcanvas.offcanvas-show {
        display: block;
        z-index: 1000;
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

	.sticky-header-tapi.sticky{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999999999;
		background: #fff;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	}

	.sticky-header-tapi.sticky .header-tapi-head{
		position: relative;
		z-index: 1001;
	}

	.sticky-header-tapi.opened .header-tapi-head{
		border-bottom: 4px solid #F1B434;
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}

	.sticky-header-tapi.opened .header-tapi-head:before{
		content: "";
		position: absolute;
		bottom: -4px;
		left: 11px;
		border-left: 17.5px solid transparent;
		border-right: 17.5px solid transparent;
		border-bottom: 20px solid #F1B434;
		z-index: 1002;
		width: 34px;
		height: 20px;
	}

	#tapi_menu_close_button_mobile{
		cursor: pointer;
	}

	/* Tapi Header Bug - end */

	#offcanvas_menu .nav {
	  padding:0;
	  display:block;
	}

	.nav-container #offcanvas_menu .nav .heading {
		margin: 0;
	}
	.nav-container #offcanvas_menu .nav li {
	  position: relative;
	  width:100%;
	}
	.nav-container #offcanvas_menu .nav li.active {
	  color: #f05f20;
	}
	.nav-container #offcanvas_menu .dropdown-list,
	.nav-container #offcanvas_menu .dropdown-wrp{
		min-width:0;
	}
	.nav-container #offcanvas_menu .nav-image-elem{
		display:none;
	}
	.nav-container #offcanvas.offcanvas-show .nav li{
		margin:0 0 0 0;
		border-bottom: 2px solid #d9dde0;
	}
	.nav-container #offcanvas.offcanvas-show .nav li:hover{
		background-color: transparent;
		color: #fff;
	}
	.nav-container #offcanvas.offcanvas-show .nav li > a{
		padding:0;
		line-height:18px;
		padding: 15px 30px 15px 15px;
		color:#425363;
		font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		position: relative;
	}
	.nav-container #offcanvas.offcanvas-show .nav li > .heading{
		padding: 15px 30px 15px 15px;
	}
	.nav-container #offcanvas.offcanvas-show .nav a:hover{
		color:#425363;
	}
	.nav-container #offcanvas.offcanvas-show .nav li:hover > .dropdown-wrp,
	.nav-container #offcanvas.offcanvas-show .nav li:hover > .mega-dropdown-wrp {
		display: none;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp {
		box-shadow:none;
		position:static;
		padding:0;
		border: 0;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp .container{
		padding-left: 0;
		padding-right: 0;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp  .dropdown-list {
		width:100%;
		padding:0;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp .dropdown-list > li{
		border-bottom: 0;
		border-top: 2px solid #d9dde0;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp .dropdown-list > li > a{
		padding-left: 45px;
		margin: 0;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp .dropdown-list > li > .heading{
		padding-left: 45px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-transform: uppercase;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp > .dropdown-list > li > a{
		text-transform:none;
		margin:0;
		font-weight:normal;
	}
	.nav-container #offcanvas.offcanvas-show .dropdown-wrp .dropdown-list + .dropdown-list{
		margin-top: 0;
	}
	.nav-container #offcanvas.offcanvas-show .nav li.icon > a{
		padding-left: 60px;
	}
	.nav-container #offcanvas.offcanvas-show .nav li.icon > a:before{
		content: "";
		font-size: 16px;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 9px;
		left: 15px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	#offcanvas.offcanvas-show .nav li.icon.icon-tapi > a:before{
		background-image: url('/img/general_icons/icon_tapi_yellow.svg');
	}
	#offcanvas.offcanvas-show .nav li.icon.icon-storepin > a:before{
		background-image: url('/img/general_icons/icon_storepin_yellow.svg');
	}
	#offcanvas.offcanvas-show .nav li.icon.icon-homevisit > a:before{
		background-image: url('/img/general_icons/icon_home_visit_yellow.svg');
	}
	#offcanvas.offcanvas-show .nav li.icon.icon-smartersearch > a:before{
		background-image: url('/img/general_icons/icon_smartersearch_white.svg');
	}
	#offcanvas.offcanvas-show .nav li.pink > a{
		color: #fff;
		background-color: #ba2872;
	}
	#offcanvas.offcanvas-show .nav li.pink:hover > a{
		color: #fff;
		background-color: #ba2872;
	}
	#offcanvas.offcanvas-show .nav li.pink > a:after{
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.ducky-blue > a{
		background-color: #BBDDE6;
	}
	#offcanvas.offcanvas-show .nav li.ducky-blue:hover > a{
		background-color: #A8C7CF;
	}
	#offcanvas.offcanvas-show .nav li.blue > a{
		background-color: #00A3E0;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.blue:hover > a{
		background-color: #0093CA;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.blue > a:after{
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.green > a{
		background-color: #a7b739;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.green:hover > a{
		background-color: #a7b739;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.green > a:after{
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.yella > a{
		background-color: #f6b333;
	}
	#offcanvas.offcanvas-show .nav li.yella:hover > a{
		background-color: #f6b333;
	}
	#offcanvas.offcanvas-show .nav li.steel-tint-80 > a{
		background-color: #687582;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.steel-tint-80:hover > a{
		background-color: #687582;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.steel-tint-80 > a:after{
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.red > a{
		background-color: #F8485E;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.red:hover > a{
		background-color: #DF4155;
		color: #fff;
	}
	#offcanvas.offcanvas-show .nav li.close-button > a{
		text-align: center;
		font-size: 18px;
	}
	#offcanvas.offcanvas-show .nav li.close-button:hover i{
		color: #425363;
	}
	#offcanvas.offcanvas-show .nav li.close-button > a:after{
		content: "";
	}
	#offcanvas_menu_close_wrp{
		display:block;
		color: #fff;
	}
	#offcanvas_menu_close{
		padding:10px;
		float:right;
		cursor:pointer;
	}
}

/* MEGA MENU V2 - topNavV2 */

.nav-container-v2{
	background:transparent;
	font-weight:400;
	margin:0;
}
.mega-dropdown-wrp-v2{
	text-align: left;
}
.nav .mega-dropdown-wrp-v2 .heading{
	margin: 0 0 10px;
	min-height: 0px;
}
.nav-container-v2 .nav .heading{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #425363;
}
.nav .mega-dropdown-wrp-v2 .heading a{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #425363;
}
.nav .mega-dropdown-wrp-v2 .heading a .yella i{
	color: #F1B434 !important;
	font-size: 14px;
}
.nav .mega-dropdown-wrp-v2 .heading.no-first-of-block{
	margin-top: 20px;
}

.dropdown-wrp.mega-dropdown-wrp-v2 .dropdown-list > li > a{
	font-size: 14px;
	line-height: 16px;
}

.nav-container-v2 .dropdown-list > li.nav-colour,
.nav-container-v2 .dropdown-list > li.nav-design,
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy{
	float: left;
	margin-bottom: 15px;
	max-width: 162px;
	min-height: 46px;
}

.nav-container-v2 .dropdown-list > li.nav-image{
	max-width: 400px;
}

.nav-container-v2 .dropdown-list > li.nav-image img.no-link-image{
	margin-bottom: 15px;
}

.nav-container-v2 .dropdown-list > li.nav-colour > a,
.nav-container-v2 .dropdown-list > li.nav-design > a{
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}
.nav-container-v2 .dropdown-list > li.nav-colour > a{
	margin-bottom: 0;
}
.nav-container-v2 .dropdown-list > li.nav-design > a,
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy > a{
	margin-bottom: 5px;
}

.nav-container-v2 .dropdown-list > li.nav-image > a,
.nav-container-v2 .dropdown-list > li.nav-colour > a,
.nav-container-v2 .dropdown-list > li.nav-design > a,
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy > a{
	display: block;
}

.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy .small-banner{
	max-width: 162px;
	height: 258px;
	position: relative;
}
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy .small-banner:after{
	content: "";
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy .small-banner .title{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
	text-shadow: 2px 2px 10px #000000CC;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px;
	line-height: 24px;
	font-weight: 700;
	z-index: 2;
}

.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy .small-banner:hover img{
	opacity: 0.9;
}

@media(min-width: 992px) and (max-width:1199px){
	.mega-dropdown-wrp.mega-dropdown-wrp-v2 > .container > .dropdown-list {
		padding-right: 10px;
	}
	.nav-container-v2 .dropdown-list > li.nav-colour,
	.nav-container-v2 .dropdown-list > li.nav-design,
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy{
		padding-right: 10px;
	}
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy .small-banner{
		height: 246px;
	}
}

@media(min-width: 992px){
	.nav-container-v2{
		text-align: center;
	}
	.nav-container-v2 .nav .heading.empty-heading{
		display: none;
	}
	.nav-container-v2 .dropdown-list > li.nav-colour{
		padding-right: 15px;
	}
	.nav-container-v2 .dropdown-list > li.nav-design:nth-child(odd),
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy:nth-child(odd){
		padding-right: 0;
		padding-left: 7px;
	}
	.nav-container-v2 .dropdown-list > li.nav-design:nth-child(even),
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy:nth-child(even){
		padding-right: 7px;
	}
}
@media(max-width:991px){
	.nav-container-v2{
		position: relative;
	}

	.nav-container-v2 #offcanvas_menu {
		/* Tapi Header Bug - remove */
		/* border-top: 4px solid #F1B434; */
		box-shadow: 1px 3px 2px 2px rgba(50, 50, 50, 0.35);
	}

	.nav-container-v2 #offcanvas.offcanvas-show .nav > li{
		margin:0 0 0 0;
		border-bottom: 2px solid #d9dde0;
		position: relative;
		width:100%;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li:hover{
		background-color: transparent;
		color: #fff;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.has-dropdown > a:before{
		position: absolute;
		content: "\f078";
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #F1B434;
		font-family: "Font Awesome 5 Regular";
		font-size: 18px;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.has-dropdown.opened > a:before{
		color: #425363;
		content: "\f077";
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li > a:after{
		position: absolute;
		content: "";
		top: 100%;
		left: 15px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #F1B434;
		z-index: 1000;
		opacity: 0;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.opened{
		background-color: #F6B333;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.opened > a:after{
		opacity: 1;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li:nth-last-child(2){
		border-bottom: 0;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.close-button,
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li.close-button:hover{
		border-bottom: 0;
		background-color: #f6b333;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li > a{
		line-height:18px;
		padding: 20px 30px 20px 15px;
		color:#425363;
		font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		position: relative;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li:hover > .dropdown-wrp,
	.nav-container-v2 #offcanvas.offcanvas-show .nav > li:hover > .mega-dropdown-wrp {
		display: none;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .dropdown-wrp {
		box-shadow:none;
		position:static;
		padding:0;
		border: 0;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .dropdown-wrp .container{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.nav-container-v2 #offcanvas.offcanvas-show .dropdown-wrp  .dropdown-list {
		width: 100% !important;
		padding:0;
	}

	.nav-container-v2 #offcanvas.offcanvas-show .dropdown-wrp .dropdown-list > li:not(.nav-colour):not(.nav-design) > a{
		margin-bottom: 15px;
	}

	.nav-container-v2 .dropdown-list > li.nav-colour,
	.nav-container-v2 .dropdown-list > li.nav-design,
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy{
		padding-right: 15px;
	}

	.nav-container-v2 #offcanvas.offcanvas-show .nav .heading{
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #D9DDE0;
		padding-top: 30px;
		margin-bottom: 15px;
	}

	.nav-container-v2 #offcanvas.offcanvas-show .nav .heading.empty-heading{
		padding-top: 15px;
	}

	.nav-container-v2 #offcanvas.offcanvas-show .nav .heading.auto-added-mobile{
		border-top: 0;
		margin-bottom: 30px;
		padding-top: 0;
		margin-top: 10px;
	}
}

.nav-container-v2 .dropdown-list > li.nav-design,
.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy{
	width: 50%;
}
@media(min-width: 576px){
	.nav-container-v2 .dropdown-list > li.nav-colour{
		width: 33.33333%;
	}
}
@media(max-width: 575px){
	.nav-container-v2 .dropdown-list > li.nav-colour{
		width: 50%;
	}
}
@media(max-width: 369px){
	.nav-container-v2 .dropdown-list > li.nav-colour:nth-child(odd),
	.nav-container-v2 .dropdown-list > li.nav-design:nth-child(odd),
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy:nth-child(odd){
		padding-left: 7px;
		padding-right: 0;
	}
	.nav-container-v2 .dropdown-list > li.nav-colour:nth-child(even),
	.nav-container-v2 .dropdown-list > li.nav-design:nth-child(even),
	.nav-container-v2 .dropdown-list > li.nav-newin-bestbuy:nth-child(even){
		padding-right: 7px;
	}
}

/* LISTS */
.list-inline li a.button{
	display: block;
}
.list-right{
	text-align: right;
	margin-left: 0;
	margin-right: -5px;
}
.list-center{
	text-align: center;
	margin-left: 0;
	margin-right: 0px;
}
.list-inline.s0{
	margin-left: -0px;
}
.list-inline.s0 > li{
	padding-left: 0px;
	padding-right: 0px;
}
.list-right.s0{
	margin-right: -0px;
}
.list-inline.s10{
	margin-left: -10px;
}
.list-inline.s10 > li{
	padding-left: 10px;
	padding-right: 10px;
}
.list-right.s10{
	margin-right: -10px;
}
.list-inline.s20{
	margin-left: -20px;
}
.list-inline.s20 > li{
	padding-left: 20px;
	padding-right: 20px;
}
.list-right.s20{
	margin-right: -20px;
}
.tapi-icon-list li{
	padding-left: 30px;
	position: relative;
}
.tapi-icon-list li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url('/img/general_icons/icon_tapi_yellow.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* MODAL */
.modal a.btn{
	text-decoration: none;
}
.modal a.btn.grey:hover{
	color: #425363;
}
.modal a.btn.steel:hover{
	color: #fff;
}

/* HEADER TOP - FOOTER BOTTOM */
.tapi-yellow-bar{
	background-color: #f6b333;
	color: #425363;
	font-weight: 500;
}

.tapi-yellow-bar a:link, .tapi-yellow-bar a:visited, .tapi-yellow-bar a:active {
	text-decoration:none;
	font-weight: 500;
}
.tapi-yellow-bar a:hover {text-decoration:underline; color:#425363;}
.tapi-yellow-bar ul{
	padding: 3px 0;
	margin-bottom: 0;
}
.tapi-yellow-bar.padding-10{
	padding: 15px 0;
}
.tapi-yellow-bar:not(.yellow-top-bar) .list-inline{
	line-height: 24px !important;
}
@media(max-width: 991px){
	.tapi-yellow-bar:not(.yellow-top-bar) .list-inline{
		text-align: center;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.tapi-yellow-bar .list-inline{
		line-height: 24px;
	}
}
@media(max-width: 349px){
	.tapi-yellow-bar .col-xxs-12{
		width: 100%;
	}
}

#favouritesTotalItems, #samplesTotalItems{
	padding: 2px 5px;

	background-color: #F8485E;
	border-radius: 50%;

	color:#ffffff;
	font-size:11px;
}

/* HEADER */
.header-tapi{
	background-color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 500;

}
.header-tapi p{
	font-size: 14px;
	font-weight: 300;
}
.header-tapi a{
	text-decoration: none;
}
.header-tapi .header-logo{
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0;
	height: 65px;
}
.header-tapi .header-logo img{
	max-height: 60px;
	max-width: 121px;
}
.header-tapi .header-link-boxes{
	padding-top: 20px;
	padding-bottom: 0;
}
.header-tapi .header-link-boxes .link-box{
	text-align: center;
}
.header-tapi .header-link-boxes .link-box p{
	color: #425563;
	line-height: 1;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}
.header-tapi .header-link-boxes .link-box .link-box-img{
	width: 50px;
	height: 30px;
	margin: 0 auto 5px auto;
	position: relative;
}
.header-tapi .header-link-boxes .link-box .link-box-img i{
	color: #425563;
	font-size: 26px;
}
.header-tapi .header-link-boxes .link-box .link-box-img p{
	color:#425563;
	font-size:11px;
	text-align:center;
	line-height: 30px;
}
.header-tapi .header-link-boxes .link-box .link-box-img p span{
	position: absolute;
	top: -4px;
	right: 0;
	color:#FFFFFF;
	height: 18px;
	width: 18px;
	background-color: #3AC577;
	border-radius: 50%;
	display: inline-block;

	line-height: 18px;
}
.header-tapi .header-link-boxes .link-box img{
	/* width: 50px; */
	height: 25px;
}
.header-tapi .header-search{
	width: 100%;
	position: relative;
	height: 95px;
}
.header-tapi .header-search .tapi-quick-form{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
}

/*Mobile header v2*/
.header-tapi .mobile-header-v2{
	display: none;
}

@media(min-width: 992px){
	.header-search-mobile{
		display: none !important;
	}
}
@media(max-width: 991px){
	/*Mobile header v2 - start*/
	.header-tapi .mobile-header-v2{
		display: block;
	}
	.header-tapi .mobile-header-v2 .left-list,
	.header-tapi .mobile-header-v2 .right-list{
		margin-bottom: 0;
		color: #425363;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.header-tapi .mobile-header-v2 .right-list a:hover { color:#425363; }
	.header-tapi .mobile-header-v2 .left-list a:hover { color:#425363; }

	.header-tapi .mobile-header-v2 .right-list img{
		margin-bottom:15px;
	}
	.header-tapi .mobile-header-v2 .left-list{
		left: 0;
		margin-left: -10px;
		font-size: 0;
	}
	.header-tapi .mobile-header-v2 .right-list{
		right: 0;
		margin-left: 0;
		margin-right: -7px;
		font-size: 0;
	}
	.header-tapi .mobile-header-v2 .left-list li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-tapi .mobile-header-v2 .right-list li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-tapi .mobile-header-v2 i{
		font-size: 26px;
	}
	.header-tapi .mobile-header-v2 i.fa-bars,
	.header-tapi .mobile-header-v2 i.fa-times{
		font-size: 30px;
		width: 26px;
	}
	.header-tapi .mobile-header-v2 .icon-group{
		position: relative;
		padding-top: 20px;
	}
	.header-tapi .mobile-header-v2 .icon-group .tiny-text{
		font-size: 10px !important;
		font-weight: 400;
		text-align: center;
		margin-bottom: 0;
		margin-top: 5px;
		line-height: 10px !important;
		color: #fff;
	}
	.header-tapi .mobile-header-v2 .icon-group .roundel{
		position: absolute;
		top: 13px;
		right: calc(50% - 30px);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

		height: 18px;
		width: 18px;
		background-color: #3AC577;
		color: #fff;
		border-radius: 50%;
		display: inline-block;

		font-size: 12px;
		line-height: 18px;
		z-index: 2;
		margin-bottom: 0;
	}
	.header-tapi .header-logo{
		padding-top: 0;
		margin-bottom: 15px;
		margin-top: 18px;
		position: relative;
		height: 45px;
	}
	.header-tapi .header-logo img{
		max-width: 85px;
		max-height: 45px;
	}

	.header-search-mobile{
		padding: 0 15px 15px;
		/*background-color: #425363;*/
	}
	.header-search-mobile.closed{
		display: none;
	}
	.header-search-mobile .search-mobile-wrapper{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
}

/* FOOTER */
.footer{
	padding: 50px 0 0px 0;
	background-color: #FFFFFF;
	border-top:1px solid #D9DDE0;
}
.footer p{
	color: #212B32; font-size: 14px; line-height: 20px
}
.footer a { color: #212B32; font-size:14px }
.footer a:hover { color:#7A8891; }

.footer h2, .footer h4, .footer .h2-styles, .footer .h4-styles{
	color: #212B32;
	margin-bottom: 20px;
}
.footer h2, .footer .h2-styles{
	margin-bottom: 10px;
}
.footer h4, .footer .h4-styles{
	margin-bottom: 10px; font-size: 16px; color: #425563; line-height: 20px; font-weight: 500; text-transform: uppercase;
}
.footer ul li{
	color: #fff;
}
.footer-menu-links ul{
	margin-bottom: 40px;
}

.tapi-footer-bar{
	border-top: 1px solid #D9DDE0;
	background-color: #FFFFFF;
	color: #425363;
	font-weight: 500;
	padding: 15px 0;
	line-height: 24px !important;
}

.tapi-footer-bar a { text-decoration:none; }
.tapi-footer-bar a:hover { color: #7A8891; }
.tapi-footer-bar .footer-social-media { text-align:right; }

@media(max-width: 992px){

	.footer { padding: 50px 0px 50px 0px; }

	.footer-menu-links{
		text-align: center;
	}

	.tapi-footer-bar { text-align:center; }
	.tapi-footer-bar .footer-social-media { text-align:center; }
	.tapi-footer-bar a { line-height:30px; }

}

/* LINK ROTATE */
.link-rotate{
	cursor: pointer;
	font-weight:500;
	position:relative;
	display:inline-block;
	padding-right:40px;
}
h2.link-rotate{
	margin: 80px 0;
}
a.link-rotate{
	font-weight: 700;
	text-decoration: none;
}
.link-rotate a{
	text-decoration: none;
}
.link-rotate:hover{
	color: #f6b333;
}
.link-rotate:before {
	content:'';
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
	-webkit-transition:transform .6s ease;
	-moz-transition:transform .6s ease;
	-o-transition:transform .6s ease;
	transition:transform .6s ease;
	background:url('/img/general_icons/icon_circle_yellow.svg') no-repeat center center;
}
.link-rotate:after {
	content:'';
	width:10px;
	height:13px;
	position:absolute;
	top: 6.5px;
	right: 7px;
	background:url('/img/general_icons/chevron.svg') no-repeat center center;
}
.link-rotate:hover:before {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
.link-rotate.white:before {
	background:url('/img/general_icons/icon_circle_white.svg') no-repeat center center;
}
.link-rotate.white:after {
	background:url('/img/general_icons/icon_arrow_white.svg') no-repeat center center;
}
.link-rotate.down:before,.link-rotate.down:after {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.link-rotate.down:after {
	top: 7px;
	right: 8px;
}
.link-rotate.down:hover:before {
	-webkit-transform:rotate(450deg);
	-moz-transform:rotate(450deg);
	-o-transform:rotate(450deg);
	transform:rotate(450deg);
}
/*mobile*/
@media(max-width: 767px){
	.link-rotate.down:hover:before {
		-webkit-transform:translateX(-50%) rotate(450deg);
		-moz-transform:translateX(-50%) rotate(450deg);
		-o-transform:translateX(-50%) rotate(450deg);
		transform:translateX(-50%) rotate(450deg);
	}
}

/* STORE VISIT BOXES */
.store-visit-boxes{
	background-color: #eceeef;
	padding: 80px 0;
	margin-top: 120px;
	margin-bottom: 40px;
}
.store-visit-boxes .box{
	background-color: #fff;
	position: relative;
}
.store-visit-boxes .box .box-top{
	position: absolute;
	height: 160px;
	width: 50%;
	top: -160px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #425363;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 80px 30px 20px 30px;
	text-align: center;
	z-index:2;
}
.store-visit-boxes .box .box-top:after{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
}
.store-visit-boxes .box .box-top:before{
	position: absolute;
	top: 100%;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 35px;
	height: 35px;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid #425363;
}
.store-visit-boxes .box .box-top.store:after{
	background-image: url('/img/general_icons/icon_storepin_yellow.svg');
}
.store-visit-boxes .box .box-top.visit:after{
	background-image: url('/img/general_icons/icon_home_visit_yellow.svg');
}
.store-visit-boxes .box .box-img{
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.store-visit-boxes .box .box-img.top-position{
	background-position: center top;
}
.store-visit-boxes .box .box-img.bottom-position{
	background-position: center bottom;
}
.store-visit-boxes .box .box-content{
	padding: 40px;
}
.store-visit-boxes .box .box-content .text{
	margin-bottom: 30px;
}
.store-visit-boxes .box .box-content p{
	font-size: 18px;
}

@media(max-width: 1199px){
	.store-visit-boxes .box .box-top{
		padding-left: 20px;
		padding-right: 20px;
	}
}
.store-visit-boxes.product-page{
	padding: 40px 0;
}
.store-visit-boxes.product-page .box .box-top{
	width: 62%;
}
.store-visit-boxes.product-page .box .box-img{
	height: 300px;
}
@media(max-width: 991px){
	.store-visit-boxes.product-page{
		background-color: #fff;
		margin-top: 0;
		padding: 0;
	}
}

/*TESTIMONIALS*/
.testimonial-box{
	background-color: #eceeef;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
	position: relative;
}
.testimonial-box:before{
	position: absolute;
	content: "";
	bottom: 100%;
	left: 20px;
	width: 40px;
	height: 40px;
	background-image: url('/img/general_icons/icon_quote_start_grey.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.testimonial-box:after{
	position: absolute;
	content: "";
	top: 100%;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url('/img/general_icons/icon_quote_end_grey.svg');
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial-box .testimonial-text{
	font-size: 20px;
	margin-bottom: 15px;
}
.testimonial-box .testimonial-name{
	font-weight: 700;
}

/* MAP */
.map_store_info {
	line-height:1.5em;
}

/* SEARCH FOR */
.search_for {
	background-color:#eceeef;
	border-left:4px solid #425363;
	padding:12px 20px;
	font-size:16px;
	line-height: 24px;
	font-weight: 500;
}
.search_for a {
	text-decoration:underline;
	font-size:12px;
}
.search_for a:hover {
	text-decoration:underline;
}

/* PAGE INTRO */
.page-intro{
	padding: 30px 0;
}
.page-intro a{
	text-decoration: none;
	font-weight: 700;
}
/*desktop*/
@media(min-width: 992px){
	.page-intro{
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		font-size:18px;
		line-height: 26px;
	}
}
/*tablet*/
@media(min-width: 768px) and (max-width: 991px){
	.page-intro{
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
}
/*mobile*/
@media(max-width: 767px){
	.page-intro{
		text-align: center;
	}
}

/* SEARCH SUGGESTIONS */
#suggestions {
	background-color: #ffffff;
	color: #FFFFFF;
	box-shadow: 0 0 8px #425363;
	display: none;
	z-index: 2001;
	max-height: 580px;
	position: absolute;
	top: 100%;
	top: -moz-calc(100% - 20px);
	top: -webkit-calc(100% - 20px);
	top: -o-calc(100% - 20px);
	top: calc(100% - 20px);
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.search-mobile-wrapper{
	position: relative;
}
#suggestions_mobile {
	background-color: #ffffff;
	color: #FFFFFF;
	box-shadow: 0 0 8px #425363;
	display: none;
	z-index: 2001;
	max-height: 580px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#suggestions_mobile a{
	text-decoration: none;
}

.suggestions-search{
	max-height: 540px;
	overflow-y: auto;
	z-index:1002;
}
.search-dropdown{
	padding: 10px 5px;
	border-bottom: 1px dotted #d9dde0;
	text-decoration: none;
	font-size: 14px;
	color: #425363;
	font-weight: 400;
	text-align: center;
	overflow-x: hidden;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 700;
}
.search-dropdown:hover{
	background-color: #eceeef;
}
.search-dropdown .row{
	display: table;
}
.search-dropdown div[class*="col-"]{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.search-dropdown .image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.search-close{
	background-color: #f6b333;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	color: #425363;
	font-weight: 600;
	cursor: pointer;
	height: 40px;
}

/* PHONE TEXT */
.phone-in-text:link,
.phone-in-text:visited,
.phone-in-text:active{
	font-weight: 600;
	text-decoration: none;
}
.phone-in-text:link:hover{
	text-decoration: underline;
	color: #425363;
}

/* FAQS */
.faq-question{
	background-color: #eceeef;
	padding: 10px 50px 10px 20px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.faq-question:after{
	content: "\f067";
	font-family: "Font Awesome 5 Regular";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq-question.active:after{
	content: "\f068";
}
.faq-answer{
	padding: 0 10px 40px;
	display: none;
}

/* IMAGES */
img.img-object-fit, img.img-object-fit-cover{
	height:100%;
	object-fit:cover;
	width:100%;
}

img.img-object-fit-contain{
	height:100%;
	object-fit:contain;
	width:100%;
}

/* a simple box to output messages (e.g. bank holiday closing, etc) */
.tapi_box {
	background:#F8485E;
	padding:10px 15px;
	margin-bottom:10px;
	color:#ffffff;
	font-weight:500;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom:30px;
}

/* SECTION BOXES - not only on home page (keep on common.css) */
.home-section-box{
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.home-section-box.double{
	height: 630px;
}
.home-section-box .title{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size: 36px;
}
@media(max-width: 991px){
	.home-section-box.double{
		height: 300px;
	}
}

/* NEW COMMON CSS - August 2019 */

/* Quick Links (mobile only) */
.mobile-quick-links{
	padding-top: 20px;
}
.mobile-quick-links .box-link{
	color: #fff;
}
.mobile-quick-links .box-link img{
	margin-bottom: 5px;
}
.mobile-quick-links .box-link i{
	margin-bottom: 5px;
	display: block;
	font-size: 30px;
	height: 30px;
}
.mobile-quick-links .box-link .box-text{
	font-size: 12px;
	line-height: 14px;
}
.mobile-quick-links .row div[class*='col-']{
	margin-bottom: 20px;
}
.mobile-quick-links .row div[class*='col-']:not(:last-child){
	border-right: 1px solid #fff;
}
@media(min-width: 992px){
	.mobile-quick-links{
		display: none;
	}
}

.nav-container-v2 .mobile-quick-links .box-link{
	color: #425363;
}
.nav-container-v2 .mobile-quick-links .row div[class*='col-']:not(:last-child){
	border-right: 1px solid rgba(0,0,0,0.2);
}

/* Quick Links (desktop only) */
.desktop-quick-links{
	background-color: #FFFFFF;
	padding: 10px 0 8px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);

}

.desktop-quick-links a:hover { color:#7A8891; }

.desktop-quick-links i{
	font-size: 13px;
}
.desktop-quick-links .fa-chevron-right {
	color: #F6B333;
}
.desktop-quick-links .row div[class*='col-']:not(:last-child){
	border-right: 1px solid #C3C7CB;
}
@media(max-width: 991px){
	.desktop-quick-links{
		display: none;
	}
}

/* New Top banner */
.tapi-top-banner-wrp a{
	text-decoration: none;
}
.tapi-top-banner-wrp a:hover{
	color: inherit;
}

.tapi-top-banner{
	padding: 0 35px;
	position: relative;
}
.tapi-top-banner:hover{
	filter: brightness(95%);
}
.countdown-top-banner{
	text-align: center;
	padding: 15px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}
.countdown-top-banner .t-cUnits{
	font-weight: 400;
}
@media(max-width: 991px){
	.countdown-top-banner{
		padding: 10px 0;
		font-size: 15px;
		line-height: 18px;
	}
	.countdown-top-banner ul li:first-child{
		margin-bottom: 5px;
		display: block;
	}
}

.tapi-top-banner .info-text{
	text-align: center;
	padding: 10px 0px 5px 0px;
}
.tapi-top-banner .info-text *{
	margin: 0;
}
.tapi-top-banner .info-text a:hover{
	color: inherit;
}

/*CLS fix*/
.tapi-top-banner .info-text p{
	font-size: 1.60ex;
	line-height: 2.8ex;

}


/*EXTRA STYING FOR CORONAVIRUS MESSAGE - start*/
.tapi-top-banner.tapi-top-banner-info-v2 .info-text{
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
}
.tapi-top-banner.tapi-top-banner-info-v2 .info-text *{
	margin-bottom: 7px;
}

.tapi-top-banner.tapi-top-banner-info-v2 .info-text ul {
	padding-left: 30px;
	margin: 20px 0;
}
.tapi-top-banner.tapi-top-banner-info-v2 .info-text ul li {
	position: relative;
}
.tapi-top-banner.tapi-top-banner-info-v2 .info-text ul li:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: -30px;
	top: 1px;
	background-image: url('/img/general_icons/icon_tapi_dark_yellow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(min-width: 992px){
	.tapi-top-banner.tapi-top-banner-info-v2 .info-text ul{
		margin-left: 20px;
	}
}

/*EXTRA STYING FOR CORONAVIRUS MESSAGE - end*/

.tapi-top-banner .promo-text{
	text-align: center;
	padding: 12px 0;

	font-weight: 700;
	font-size: 20px;

	margin-bottom: 0;
}

.tapi-top-banner .close-icon{
	position: absolute;
	top: 0;
	right: 8px;

	width: 0;
	height: 0;
}

.tapi-top-banner .close-icon .close{
	padding: 8px 0;
	margin: 0 !important;

	opacity: 1;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	text-transform: none;

	cursor: pointer;

	color:#ffffff;
	text-shadow: 0 1px 0 #ffffff;
}
.tapi-top-banner .close-icon .close:hover{
	opacity: 0.9;
}

@media(max-width: 767px){
	.tapi-top-banner{
		padding: 0 25px;
	}
	.tapi-top-banner .promo-text{
		font-size: 18px;
		padding: 20px 0;
	}
}
@media(max-width: 575px){
	.tapi-top-banner .close-icon .close{
		font-size: 30px;
	}
}

/* New Nav (mobile only) */
.slick-nav-wrp{
	background-color: #F3F4F5;
	color: 425563;
	position: relative;

	height: 45px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.slick-nav-wrp:after{
	content: "";
	position: absolute;
	width: 45px;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('/img/common_v2/gradient_fade_out_new.png');
}

.slick-nav-item{
	float:left;
}
.slick-nav-item a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 45px;
	height: 45px;
	display: block;
	padding: 0 25px;
}

.slick-nav-item a:hover{
	color: #7A8891;
}

@media(min-width: 992px){
	.slick-nav-wrp{
		display: none;
	}
}
@media(max-width: 767px){
	.slick-nav-item a{
		padding: 0 15px;
	}
}

/* Benefits boxes */
.benefits-boxes{
	margin-top: 50px;
	margin-bottom: 50px;
}

.benefits-boxes a{
	text-decoration: none;
}

.benefits-boxes .benefit-box{
	padding: 50px 30px;
	text-align: center;
	height: 100%;
}

.benefits-boxes .benefit-box img{
	margin-bottom: 20px;
	max-height: 60px;
	text-align: center;
	height: 60px;
}
@media(max-width: 400px){
	.benefits-boxes .benefit-box img{
		height: 40px;
		max-height: 40px,
	}
}

.benefits-boxes .benefit-box p{
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

/*HOME BENEFITS BOXES*/
.v2-benefits-boxes .benefits-boxes{
	margin-bottom: 60px;
	margin-top: 20px;
}
.v2-benefits-boxes .benefits-boxes .benefit-box{
	padding-top: 20px;
	padding-bottom: 20px;
}
.v2-benefits-boxes .benefits-boxes .benefit-box p{
	color: #1B365D;
}

@media(max-width: 1320px){
	.v2-benefits-boxes .benefits-boxes .benefit-box{
		padding: 20px;
	}
}
@media(max-width: 1200px){
	.v2-benefits-boxes .benefits-boxes .benefit-box{
		padding: 20px 10px;
	}
}
@media(max-width: 1100px){
	.v2-benefits-boxes .benefits-boxes .benefit-box p{
		font-size: 16px;
		line-height: 20px;
	}
}
@media(max-width: 991px){
	.v2-benefits-boxes .benefits-boxes .benefit-box{
		padding: 20px;
	}
}
@media(max-width: 767px){
	.v2-benefits-boxes .benefits-boxes .benefit-box p{
		font-size: 14px;
		line-height: 18px;
	}
}


/*MODALS*/
body.modal-open{
	padding-right: 0px !important;
}
.custom-tapi-modal .modal-dialog{
	margin-top: 70px;
}
.custom-tapi-modal .modal-content{
	border-radius: 0;
}
.custom-tapi-modal .modal-header{
	padding-bottom: 0;
	border-bottom: 0;
}
.custom-tapi-modal .close{
	color: #445364;
	font-size: 30px;
	opacity: 1;
}
.custom-tapi-modal .modal-body{
	padding: 0;
}
.custom-tapi-modal .modal-body .title{
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	color: #445364;
}
.custom-tapi-modal .modal-body .subtitle{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

.custom-tapi-modal .message{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.custom-tapi-modal .buttons{
	margin: 0 auto 40px;
	padding: 0 15px;
}
.custom-tapi-modal .buttons .button{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}
.custom-tapi-modal .buttons .button.yella{
	color: #425363;
}

.custom-tapi-modal.close-button-on-body .close{
	color: #445364;
	text-shadow: 0 1px 0 #445364;
	font-size: 30px;
	opacity: 1;
	background-color: #F6B333;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1051;
	width: 50px;
	height: 50px;
}

.custom-tapi-modal .slick-prev::before,
.custom-tapi-modal .slick-next::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 40px;
	opacity: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #00000080;
}
.custom-tapi-modal .slick-prev{
	left: 0;
}
.custom-tapi-modal .slick-next{
	right: 0;
}
.custom-tapi-modal .slick-prev::before{
	content: "\f053";
}
.custom-tapi-modal .slick-next::before{
	content: "\f054";
}
.custom-tapi-modal .slick-prev,
.custom-tapi-modal .slick-next{
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	width: 45px;
	z-index: 3;
}

/* NEW STYLING FOR CLOSE BUTTON */
.custom-tapi-modal .modal-close-out{
	position: absolute;
	top: -40px;
	right: 0;
	width: 30px;
	height: 40px;
}
.custom-tapi-modal .modal-close-out:before{
	position: absolute;
	width: 19px;
	height: 19px;
	top:0;
	right: 0;

	font-family: 'Font Awesome 5 Light';
	content: "\f00d";
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.custom-tapi-modal .modal-close-out .close{
	width: 30px;
	height: 40px;
}

@media(min-width: 457px){
	.custom-tapi-modal .buttons{
		width: 332px;
	}
	.custom-tapi-modal .message{
		padding-left: 40px;
		padding-right: 40px;
	}
}

.custom-tapi-modal .modal-body-close-out{
	padding-top: 30px;
}

/*ifc-calculator-modal*/
.custom-tapi-modal.ifc-calculator-modal .modal-content{
	padding: 40px;
}

/*appointments-modal*/
.custom-tapi-modal.appointments-modal .modal-dialog{
	width: 900px;
	max-width: 95%;
}
.custom-tapi-modal.appointments-modal .modal-body{
	padding: 40px;
}
.custom-tapi-modal.appointments-modal .appointment-buttons .button{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	padding: 20px;
}
.custom-tapi-modal.appointments-modal .appointment-buttons .button.yella{
	color: #425363;
}
.custom-tapi-modal.appointments-modal .modal-body .title{
	margin-bottom: 20px;
}
.custom-tapi-modal.appointments-modal .modal-body .message{
	margin-bottom: 40px;
	font-weight: 400;
	padding: 0;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .row {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px;
	flex: 0 0 auto;
	width: 25%;
	display: flex;
	flex-direction: column;
}
.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
	flex: 0 0 auto;
	width: 33.33333%;
	display: flex;
	flex-direction: column;
}
.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
	flex: 0 0 auto;
	width: 50%;
	display: flex;
	flex-direction: column;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3 .ac-content,
.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4 .ac-content,
.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6 .ac-content {
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header {
	background: #425363;
	width: 100%;
	padding: 20px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.custom-tapi-modal.appointments-modal .appointment-buttons a {
	text-decoration: none;
}
.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header p {
	color: #FFFFFF;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header i {
	color: #F6B333;
	margin-bottom: 5px;
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header p i {
	display: inline;
	font-size: 0.9em;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-status {
	color: #ffffff;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 3px 0;
}

.appointment-buttons .appointment-button-status.status-lime {
	background: #BABC16;
}

.appointment-buttons .appointment-button-status.status-orange {
	background: #FF7F32;
}

.appointment-buttons .appointment-button-status.status-blue {
	background: #00A3E0;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content {
	background: #ffffff;
	padding: 20px;
	height: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.description {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.price {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content ul {
	margin-top: 30px;
	margin-left: 1.5em;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content ul li {
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.available {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 12px;
	line-height: 18px;
}

.custom-tapi-modal.appointments-modal .appointment-buttons .ac-toggle-button {
	display: none;
	padding: 12px 0;
	text-align: center;
	background: #425363;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #ffffff;
	cursor: pointer;

	font-size: 14px;
}

.custom-tapi-modal.appointments-modal .modal-content {
	background: #ECEEEF;
}

.appointments-modal .appointment-buttons .col-lg-3 .ac-content a.button,
.appointments-modal .appointment-buttons .col-lg-4 .ac-content a.button,
.appointments-modal .appointment-buttons .col-lg-6 .ac-content a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media(min-width: 992px){
	.custom-tapi-modal.appointments-modal .modal-dialog{
		width: 900px;
		max-width: 95%;
	}
}
@media(max-width: 991px){
	.custom-tapi-modal.appointments-modal .modal-body{
		padding: 40px 20px;
	}
	.custom-tapi-modal.appointments-modal .modal-body{
		padding-bottom: 20px;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .button{
		margin-bottom: 20px;
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.custom-tapi-modal.appointments-modal .modal-body .message{
		margin-bottom: 20px;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6 {
		padding-bottom: 20px;
	}
}
@media(min-width: 1200px){
	.custom-tapi-modal.appointments-modal .modal-dialog{
		width: 1150px;
		max-width: 95%;
	}
}

@media(min-width: 1355px){
	.custom-tapi-modal.appointments-modal .modal-dialog{
		width: 1300px;
		max-width: 95%;
	}
}

@media(max-width: 1199px){
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header {
		background: #F6B333;
		font-size: 18px;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header.grey {
		background: #C7CAD3;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3 .ac-content,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4 .ac-content,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6 .ac-content {
		display: none;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .ac-toggle-button {
		display: block;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header i {
		color: #425363;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-header p {
		color: #425363;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .row {
		flex-direction: column;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4,
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6{
		width: 100%;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-3:not(:last-of-type),
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-4:not(:last-of-type),
	.custom-tapi-modal.appointments-modal .appointment-buttons .col-lg-6:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.custom-tapi-modal.appointments-modal .modal-content {
		background: #FFFFFF;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content {
		background: #ECEEEF;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-status {
		background: #425363 !important;
		font-weight: 700;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.available {
		text-align: center;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.description {
		margin-bottom: 18px;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content p.price {
		margin-bottom: 14px;
	}
	.custom-tapi-modal.appointments-modal .appointment-buttons .appointment-button-content ul {
		margin-top: 15px;
	}
}

/*ecommerce tapi modal*/
@media(min-width: 768px){
	.custom-tapi-modal.ecommerce-tapi-modal .modal-dialog{
		width: 650px;
	}
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .titles{
	padding: 20px 30px;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .titles.small .title{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: left;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .titles.large .title{
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .content{
	padding: 30px;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .subtitle{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

.custom-tapi-modal.ecommerce-tapi-modal .modal-body .content h3{
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .content h3.border-blue{
	border-bottom: 2px solid #00A3E0;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .content h3.border-orange{
	border-bottom: 2px solid #FF7F32;
}
.custom-tapi-modal.ecommerce-tapi-modal .modal-body .content h3.border-yella{
	border-bottom: 2px solid #F6B333;
}

/*PDP v4 styles for modals*/
.custom-tapi-modal.v4 .modal-body .title{
	font-size: 26px !important;
	line-height: 30px;
	font-weight: 500 !important;
	margin-bottom: 5px;
	color: #425363;
	text-transform: uppercase;
}
.custom-tapi-modal.v4 .modal-body .subtitle{
	font-size: 16px;
	line-height: 23px;
	font-size: 400;
	color: #212B32;
	margin-bottom: 20px;
}
.custom-tapi-modal.v4 .message{
	margin-top: 30px;
	margin-bottom: 40px;
}

/*MODAL XL*/
@media (min-width: 1130px){
	.modal-xl {
		width: 100%;
		max-width: 1100px;
	}

	.modal-xl .modal-body {
		padding: 20px 10% 25px 10%;
	}
}

@media (max-width: 1129px){
	.modal-xl {
		width: calc(100% - 20px);
	}

	.modal-xl .modal-body {
		padding: 30px;
	}
}

/*ecommerce fa-icon left on paragraphs*/
p.fa-icon-left{
	padding-left: 25px;
	position: relative;
}
p.fa-icon-left i{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

/*newsletter*/
#newsletter_modal .title {
	padding: 0 50px;
	margin-bottom: 30px;
}
#newsletter_modal button[type="submit"] {
	margin-top:20px;
}


/* Testimonials */
.testimonials-v2{
	background-color: #F4F4F4;
}
.testimonial-box-v2{
	margin: 20px 100px 20px;
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.testimonial-box-v2:before{
	position: absolute;
	content: "";
	top: -20px;
	left: -100px;
	width: 100px;
	height: 100px;
	background-image: url('/img/general_icons_v2/icon_quote_open.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.testimonial-box-v2:after{
	position: absolute;
	content: "";
	bottom: -20px;
	right: -80px;
	width: 100px;
	height: 100px;
	background-image: url('/img/general_icons_v2/icon_quote_close.svg');
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial-box-v2 h1, .testimonial-box-v2 h3.h3-styles{
	color: #1B365D;
	margin-bottom: 20px;
}
.testimonial-box-v2 .testimonial-text{
	font-size: 30px;
	line-height: 40px;
	color: #1B365D;
	margin-bottom: 30px;
	font-weight: 500;
}
.testimonial-box-v2 .testimonial-name{
	color: #1B365D;
}

@media(max-width: 991px){
	.testimonial-box-v2{
		margin: 60px 10px 80px;
	}
	.testimonial-box-v2:before{
		top: -50px;
		left: 0;

		width: 50px;
		height: 50px;
	}
	.testimonial-box-v2:after{
		bottom: -50px;
		right: 0;

		width: 50px;
		height: 50px;
	}

	.testimonial-box-v2 .testimonial-text{
		font-size: 20px;
		line-height: 26px;
	}

	.testimonials-v2 .section{
		margin-bottom: 0;
	}
}

/* Code Reveal*/
.code-reveal{
	background-color: #1B365D;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 50px;
}

.code-reveal .code-reveal-inner{
	border: 1px dashed rgba(255,255,255,0.5);
	padding: 20px;
	text-align: center;
	color: #fff;
	position: relative;
}

.code-reveal .code-reveal-inner .title{
	color: #F6B333;
	font-size: 28px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.code-reveal .code-reveal-inner .subtitle{
	margin-bottom: 20px;
	font-size: 14px;
}

.code-reveal .code-reveal-inner .success-subtitle{
	font-size: 18px;
}

.code-reveal .code-reveal-inner .checkbox{
	text-align: center;
}

.code-reveal .code-reveal-inner input{
	border: none;
}
.code-reveal .code-reveal-inner input[type="email"]{
	line-height: 25px;
	max-width: 800px;
}

.code-reveal .code-reveal-inner button:not(.close){
	padding-left: 60px;
	padding-right: 60px;
	color: #1B365D;
	font-weight: 700;
	font-size: 16px;
	margin: 5px 0 0 0 !important;
}

.code-reveal .code-reveal-inner .close-icon{
	position: absolute;
	top: 0;
	right: 8px;

	width: 0;
	height: 0;
}

.code-reveal .code-reveal-inner .close-icon .close{
	padding: 0;
	margin: 0 !important;

	opacity: 1;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	text-transform: none;

	cursor: pointer;
}

@media(min-width: 992px){
	.code-reveal-wrp{
		margin-top: 60px;
		margin-bottom: 0;
	}
}

@media(max-width: 991px){
	
	.code-reveal-hp{
		margin-top: 15px;
	}
	
	.code-reveal{
		margin-top: 0;
		margin-bottom: 0;
	}
	.code-reveal .code-reveal-inner input{
		text-align: center;
	}
}

@media(max-width: 767px){
	.code-reveal .code-reveal-inner .checkbox .small-text{
		font-size: 10px;
	}
	.code-reveal .code-reveal-inner .checkbox label{
		line-height: 14px;
	}
}

@media(max-width: 575px){
	.code-reveal .code-reveal-inner{
		padding: 30px 20px;
	}
	.code-reveal .code-reveal-inner button:not(.close){
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Code Reveal Popup*/
#codeRevealPopup .modal-dialog, #codeRevealPopupTandC .modal-dialog{
	padding: 10px;
	margin-top: 280px;
}

#codeRevealPopup .close, #codeRevealPopupTandC .close{
	position: absolute; 
	top: -3px;
	right: 1px;
}

#codeRevealPopup .code-reveal-inner, #codeRevealPopupTandC .code-reveal-inner{
	border: 1px dashed rgba(255,255,255,0.5);
	padding: 20px;
	text-align: center;
	color: #fff;
	position: relative;
	box-shadow: none;
}

#codeRevealPopup input[type="email"]{
	width: 65%;
}

#codeRevealPopup .title{
	margin-top:5px;
	margin-bottom:5px;
}

#codeRevealPopup .subtitle{
	margin-bottom:20px;
}

#codeRevealPopup #submitButton{
	margin-top:10px;
	width: 150px;
}

#codeRevealPopupTandC .title{
	margin-top:5px;
	margin-bottom:15px;
}

#codeRevealPopupTandC .buttons{
	margin-top:0px;
	margin-bottom:0px;
}

@media (max-width: 768px){
	#codeRevealPopup #codeRevealFormDiv {
	  padding: 0px 0px;
	}
	
	#codeRevealPopup .code-reveal-inner, #codeRevealPopupTandC .code-reveal-inner{
		padding: 15px;
	}
	
	#codeRevealPopup input[type="email"]{
		width: 100%;
	}
	
	#codeRevealPopup .title{
		margin-bottom:20px;
	}
	
	#codeRevealPopup .modal-dialog, #codeRevealPopupTandC .modal-dialog{
		margin-top: 175px;
	}
}

@media (min-width: 768px){
	#codeRevealPopup .modal-dialog {
		width: 800px;
	}
}

/*Store Celebration*/
.store-celebration{
	position: relative;
	margin-top: 15px;

	margin-bottom: 55px;
}
@media(max-width: 767px){
	.store-celebration{
		margin-bottom: 40px;
	}
}
.store-celebration .top-title{
	position: absolute;

	background-color: #1B365D;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	height: 36px;
	padding: 0 20px;

	min-width: 250px;
	text-align: center;

	font-weight: 700;
	font-size: 16px;

	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.store-celebration .top-title:before{
	position: absolute;
	content: "";
	background-image: url('/img/offers-page-v2/arrow_left.svg');
	background-repeat: no-repeat;

	width: 30px;
	height: 36px;

	top: 0;
	left: -26px;
}
.store-celebration .top-title:after{
	position: absolute;
	content: "";
	background-image: url('/img/offers-page-v2/arrow_right.svg');
	background-repeat: no-repeat;

	width: 30px;
	height: 36px;

	top: 0;
	right: -30px;
}
.store-celebration .content{
	padding: 38px 15px 20px;
	text-align: center;
}
.store-celebration .content .details{
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 10px;
}
.store-celebration .content .details a{
	font-weight: 500;
}
.store-celebration .content .title{
	color: #1B365D;
	font-size: 26px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 10px;
}
.store-celebration .content .subtitle{
	color: #1B365D;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
}
.store-celebration .cta-anchor{
	text-decoration: none;
}
.store-celebration .cta-button{
	padding: 12px 15px;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
}
@media(max-width: 991px){
	.store-celebration .cta-button{
		font-size: 18px;
	}
}

@media(max-width: 767px){
	.store-celebration .top-title{
		font-size: 14px;
		min-width: 220px;
		text-align: center;
	}
	.store-celebration .content .details{
		font-size: 14px;
	}
	.store-celebration .content .title{
		font-size: 22px;
	}
	.store-celebration .content .subtitle{
		font-size: 14px;
	}
	.store-celebration .cta-button{
		font-size: 18px;
	}
}

/*Store messages*/
.store-message{
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 25px;
}
.store-message.info-message{
	background-color: #00A3E0;
}
.store-message.alert-message{
	background-color: #F8485E;
}

/*EXTRA STYING FOR CORONAVIRUS MESSAGE - start*/
.store-message .icon {
	text-align: center;
}
.store-message ul {
	padding-left: 30px;
	margin: 20px 0;
}
.store-message ul li {
	position: relative;
	margin-bottom:7px;
}
.store-message ul li:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: -30px;
	top: 1px;
	background-image: url('/img/general_icons/icon_tapi_white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(min-width: 992px){
	.store-message ul{
		margin-left: 20px;
	}
}
/*EXTRA STYING FOR CORONAVIRUS MESSAGE - end*/

.store-message a{
	font-weight: 500!important;
}
.store-message a:hover{
	color: #fff !important;
	/*text-decoration: none!important;*/
}

/* NEW STORE SYSTEM PAGES */

/*sitewide search box*/
.nearest-store-seach-box{
	border: 2px solid #D9DDE0;
	background: #ECEEEF;
	padding: 30px;
	margin-bottom: 30px;
}
.nearest-store-seach-box h1{
	margin-bottom: 20px;
}

.nearest-store-seach-box .title{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.nearest-store-seach-box .intro *{
	font-size: 14px;
	line-height: 24px;
}
.nearest-store-seach-box .intro *:last-child{
	margin-bottom: 0;
}

.nearest-store-seach-box form{
	margin-top: 0;
	margin-bottom: 0;
}

.nearest-store-seach-box:not(.store-search-widget) form{
	margin-bottom: 30px;
}

.nearest-store-seach-box form input[type="text"]{
	height: 50px;
	background-color: #fff;
	margin-bottom: 20px;
}

.nearest-store-seach-box.store-search-widget form input[type="text"]{
	border: none;
}

.nearest-store-seach-box form button{
	min-height: 50px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

.nearest-store-seach-box form .checkbox{
	margin-top: 0;
	margin-bottom: 20px;
}

.nearest-store-seach-box form .checkbox label{
	font-size: 14px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}



@media(max-width: 991px){
	.nearest-store-seach-box.store-search-widget form{
		margin-top: 30px;
	}
}

@media(min-width: 768px){
	.nearest-store-seach-box.store-search-widget .search-wrp {
		position: relative;
	}
	.nearest-store-seach-box.store-search-widget #search {
		width: calc(100% - 200px);
		border-right: 0;
	}
	.nearest-store-seach-box.store-search-widget #search_submit {
		width: 200px;
		height: 40px;
		padding: 0 15px;

		position: absolute;
		top: 0;
		left: calc(100% - 200px);
	}
}

@media(max-width: 767px){
	.nearest-store-seach-box h1{
		margin-bottom: 12px;
	}
	.nearest-store-seach-box .title{
		font-size: 22px;
	}
	.nearest-store-seach-box.store-search-widget form{
		margin-top: 20px;
	}
}

/* Tapi Fluid Slider */

.tapi-fluid-slider{
	padding: 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.tapi-fluid-slider .title{
	color: #1B365D;
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
	padding: 0;
	font-weight: 500;
	padding: 0 16px;
	margin-bottom: 5px;
}

.tapi-fluid-slider a{
	text-decoration: none;
}

.tapi-fluid-slider .slick-slide .slide-info{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
}

.tapi-fluid-slider .slick-slide .slide-info .info-name{
	color: #1B365D;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.tapi-fluid-slider .slick-slide .slide-info .info-price{
	color: #1B365D;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}

.tapi-fluid-slider .slick-slide .slide-info .info-was-price{
	text-decoration: line-through;
	font-size: 14px;
}

.tapi-fluid-slider .slick-slide .slide-info .info-now-price{
	color: #F8485E;
}

.tapi-fluid-slider .slick-slide .slide-title{
	color: #1B365D;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 500;
	text-align: center;
}

@media(min-width: 568px){
	.tapi-fluid-slider .slick-slide .slide-title{
		font-size: 17px;
	}
}
@media(min-width: 992px){
	.tapi-fluid-slider .slick-slide .slide-title{
		font-size: 9px;
	}
}
@media(min-width: 1100px){
	.tapi-fluid-slider .slick-slide .slide-title{
		font-size: 10px;
	}
}
@media(min-width: 1200px){
	.tapi-fluid-slider .slick-slide .slide-title{
		font-size: 11px;
	}
}
@media(min-width: 1300px){
	.tapi-fluid-slider .slick-slide .slide-title{
		font-size: 12px;
	}
}

.tapi-fluid-slider .social{
	padding-bottom: 20px;
	text-align: center;
}

.tapi-fluid-slider .social ul{
	margin-bottom: 0;
	color: #1B365D;
	font-size: 18px;
}

.tapi-fluid-slider .slick-prev,
.tapi-fluid-slider .slick-next{
	width: 50px;
	height: 50px;
	z-index: 5;
	background: #1B365D;

	/* below depend on
	.tapi-fluid-slider .slick-slide .slide .slide-img
	.tapi-fluid-slider .slick-slide
	*/
	top: 83px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.tapi-fluid-slider .slick-prev:hover,
.tapi-fluid-slider .slick-prev:focus,
.tapi-fluid-slider .slick-next:hover,
.tapi-fluid-slider .slick-next:focus{
	background: #1B365D;
}

.tapi-fluid-slider .slick-prev:before,
.tapi-fluid-slider .slick-next:before
{
	font-family: "Font Awesome 5 Regular";
	opacity: 1;
	color: #fff;
	font-size: 20px;
}

.tapi-fluid-slider .slick-prev:before{
	content: "\f053";
}

.tapi-fluid-slider .slick-next:before{
	content: "\f054";
}

.tapi-fluid-slider .slick-slide{
	padding: 8px;
}

.tapi-fluid-slider .slick-slide .slide .slide-img,
.tapi-fluid-slider .slick-slide .slide .slide-img img{
	height: 200px;
}

.tapi-fluid-slider .slick-prev{
	left: 0;
}

.tapi-fluid-slider .slick-next{
	right: 0;
}

.slick-home-trendingproducts-prices-slider .slick-slide{
	padding: 0;
}

@media(min-width: 992px){
	.tapi-fluid-slider .slick-slider{
		padding: 0 8px;
	}
}

@media(min-width: 992px) and (max-width: 1250px){
	.tapi-fluid-slider .slick-slide .slide .slide-img,
	.tapi-fluid-slider .slick-slide .slide .slide-img img{
		height: 150px;
	}
	.tapi-fluid-slider .slick-prev,
	.tapi-fluid-slider .slick-next{
		/* below depend on
		.tapi-fluid-slider .slick-slide .slide .slide-img
		.tapi-fluid-slider .slick-slide
		*/
		top: 63px;
	}
}
@media(max-width: 567px){
	.tapi-fluid-slider .slick-slide .slide .slide-img,
	.tapi-fluid-slider .slick-slide .slide .slide-img img{
		height: 300px;
	}
	.tapi-fluid-slider .slick-prev,
	.tapi-fluid-slider .slick-next{
		/* below depend on
		.tapi-fluid-slider .slick-slide .slide .slide-img
		.tapi-fluid-slider .slick-slide
		*/
		top: 140px;
	}
}

@media(max-width: 991px){
	.tapi-fluid-slider .title{
		text-align: center;
	}
}
@media(max-width: 567px){
	.tapi-fluid-slider{
		margin-left: -15px;
		margin-right: -15px;
	}
	.tapi-fluid-slider .slick-slide{
		padding: 0;
	}
	.tapi-fluid-slider .slick-home-trendingproducts-slider .slick-slide,
	.tapi-fluid-slider .slick-home-transformations-slider .slick-slide{
		margin-bottom: 15px;
		margin-top: 15px;
	}
}

/* Tapi Slider V2 */
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info{
	text-align: left;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-name{
	font-size: 18px;
	line-height: normal;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-price{
	font-weight: 400;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-was-price{
	margin-bottom: 5px;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-now-price{
	font-weight: 700;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-description{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-read-more{
	font-size: 14px;
	font-weight: 500;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-read-more i{
	color: #F6B333;
}

.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info.slide-article .info-name{
	margin-bottom: 20px;
	color: #425363;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info.slide-article .info-description{
	margin-bottom: 36px;
	font-size:12px;
	line-height:16px;
}

.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info.slide-article{
	position: relative;
}
.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info.slide-article .info-read-more{
	position: absolute;
	bottom: 12px;
}

@media(max-width: 991px){
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide .slide-img,
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide .slide-img img{
		height: 150px;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-prev,
	.tapi-fluid-slider.tapi-slider-v2 .slick-next{
		/* below depend on
		.tapi-fluid-slider .slick-slide .slide .slide-img
		.tapi-fluid-slider .slick-slide
		*/
		top: 64px;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-prev,
	.tapi-fluid-slider.tapi-slider-v2 .slick-next{
		width: 40px;
		height: 40px;
	}
}
@media(max-width: 567px){
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide .slide-img,
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide .slide-img img{
		height: 100px;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-prev,
	.tapi-fluid-slider.tapi-slider-v2 .slick-next{
		/* below depend on
		.tapi-fluid-slider .slick-slide .slide .slide-img
		.tapi-fluid-slider .slick-slide
		*/
		top: 40px;
	}
	.tapi-fluid-slider.tapi-slider-v2{
		margin-left: 0;
		margin-right: 0;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide{
		padding: 8px;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-name{
		font-size: 16px;
		line-height: normal;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-price{
		font-size: 16px;
		line-height: normal;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-was-price{
		font-size: 12px;
		line-height: normal;
	}
	.tapi-fluid-slider.tapi-slider-v2 .slick-slide .slide-info .info-now-price{
		font-size: 16px;
		line-height: normal;
	}
}

@media(max-width: 767px){
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-slide .slide .slide-img,
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-slide .slide .slide-img img{
		height: 200px;
	}
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-prev,
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-next{
		/* below depend on
		.tapi-fluid-slider .slick-slide .slide .slide-img
		.tapi-fluid-slider .slick-slide
		*/
		top: 90px;
	}

}

/*simply header*/
.container.simply-header {
	display: flex;
	justify-content: space-between;
}
.simply-header-back {
	/* float:left; */
	/* text-align:center; */
	padding-top:30px;
	width: 100px;
}
.simply-header-back a span {
	color:#425363;
	margin-left: 5px;
}
.simply-header-back a img {
	display:block;
	margin:auto;
	margin-bottom:5px;
	margin-left: 0;
}
@media(max-width: 545px){
	.simply-header-back {padding-top:40px}
	.simply-header-back a span {display:none;}
}
.simply-header-logo {
	padding-top:20px !important;
	padding-bottom:20px !important;
	width:108px;
	margin:auto;
}
.simply-header-logo img{
	max-height: 75px;
	max-width: 130px;
}
@media(max-width: 991px){
	.simply-header-back a img {
		margin-bottom: 5px;
	}
	.simply-header-logo img{
		max-width: 85px;
	}
}

.simply-header-help {
	color: white;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
}

.simply-header-help i.fal {
	color: #F6B333;
	font-size: 20px;
}

.simply-header-help .simply-header-help-text {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #425363;
}

.simply-header-help .simply-header-help-subtext {
	font-size: 12px;
	font-weight: 200;
	color: #425363;
}

/*Top second banner*/
.tapi-top-second-banner{
	background-color: #fff;
	height: 50px;
	border-bottom: 1px solid #D9DDE0;


}
.tapi-top-second-banner .orderline{
	color: #425363;
	font-size: 14px;
	line-height: 50px;
	text-align: right;
}
.tapi-top-second-banner .orderline .fa-chevron-right{
	color: #f6b333;
}

@media(min-width: 992px){
	.tapi-top-second-banner .orderline a{
		text-decoration: none;
	}
}
@media(max-width: 991px){
	.tapi-top-second-banner .container{
		padding-left: 0;
		padding-right: 0;
	}
	.tapi-top-second-banner .container .row{
		margin-left: 0;
		margin-right: 0;
	}
	.tapi-top-second-banner .container .row div[class*='col-']{
		padding-left: 0;
		padding-right: 0;
	}
	.tapi-top-second-banner .orderline{
		text-align: center;
		border-bottom: 1px solid #D9DDE0;
	}
}

.tapi-top-second-banner .personalised{
	display: inline-block;
	position: relative;
}
.tapi-top-second-banner .personalised.active{
	background-color: #F3F4F5;
}
.tapi-top-second-banner .personalised .content,
.tapi-top-second-banner .personalised .cta{
	color: #425363;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	line-height: 50px;
}
.tapi-top-second-banner .personalised .content{
	display: inline;
	padding-left: 10px;
	padding-right: 20px;
}
.tapi-top-second-banner .personalised .content a:link,
.tapi-top-second-banner .personalised .content a:visited,
.tapi-top-second-banner .personalised .content a:active{
	font-weight: 500;
	text-decoration: none;
}
.tapi-top-second-banner .personalised .content a:hover{
	color: #425363;
}
.tapi-top-second-banner .personalised.active .content a{
	color: #425363;
}
.tapi-top-second-banner .personalised.active .content .extra-text{
	color: #425363;
}

.tapi-top-second-banner .personalised.active .content .chevron-down{
	display: none;
}
.tapi-top-second-banner .personalised .cta{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ECEEEF;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 11;
}
.tapi-top-second-banner .personalised.active .cta{
	background-color: #425563;
	color: #fff;
}
@media(min-width: 992px){
	.tapi-top-second-banner .personalised:not(.active) .cta{
		display: none;
	}
	.tapi-top-second-banner .personalised .content a:hover{
		text-decoration: underline;
	}
}
@media(max-width: 991px){
	.tapi-top-second-banner .personalised{
		display: block;
		width: 100%;
		height: 50px;
	}
	.tapi-top-second-banner .personalised.store-on{
		background-color: #FFFFFF;
		border-bottom: 1px solid #D9DDE0;
	}
	.tapi-top-second-banner .personalised .content{
		padding-left:10px;
	}
	.tapi-top-second-banner .personalised.store-on .content a{
		color: #425363;
	}
	.tapi-top-second-banner .personalised.store-on:not(.active) .content i{
		color: #425363;
	}
	.tapi-top-second-banner .personalised.store-on .content .extra-text{
		color: #425363;
	}
	.tapi-top-second-banner .personalised.store-on:not(.active) .cta{
		background-color: #425363;
		color: #fff;
	}
	.tapi-top-second-banner .personalised .content{
		display: block;
		position: relative;
		cursor: pointer;
	}
	.tapi-top-second-banner .personalised .cta{
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 52px;
		height: 50px;
	}
	.tapi-top-second-banner .personalised .content .chevron-down{
		display: none;

	}
}

.tapi-top-second-banner .personalised .dropdown{
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 20;

	padding: 30px;

	background-color: #fff;
	border-top: 2px solid #F3F4F5;
	border-bottom: 4px solid #F1B434;
	box-shadow: 0px 6px 6px #00000029;

	display: none;
}

.tapi-top-second-banner .personalised .dropdown .title{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tapi-top-second-banner .personalised .dropdown .subtitle{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.tapi-top-second-banner .personalised .dropdown .store-data-details,
.tapi-top-second-banner .personalised .dropdown .store-data-details p,
.tapi-top-second-banner .personalised .dropdown .store-data-details a:not(.button){
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details a:not(.button){
	text-decoration: underline;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details a.reset-store{
	font-weight: 500;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details a:hover{
	color:  #425363;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details .opening-hours{
	margin-bottom: 24px;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details .button{
	color: #425363;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tapi-top-second-banner .personalised .dropdown .store-data-details .button.steel{
	color: #fff !important;
}

.tapi-top-second-banner .personalised .dropdown .ss-form-control{
	position: relative;
}
.tapi-top-second-banner .personalised .dropdown .ss-form-control input{
	border: 0;
	background: #ECEEEF;
	height: 50px;
	padding-right: 59px;
	padding-left: 20px;
	border-radius: 0;
}
.tapi-top-second-banner .personalised .dropdown .ss-form-control button{
	color: #fff;
	font-size: 16px;
	line-height: 50px;

	height: 50px;
	width: 50px;
	padding: 0;
	box-shadow: none;
	background-color: #425563;

	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-radius: 0;
}
.tapi-top-second-banner .personalised .dropdown .ss-form-control button.spinner:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background-image: url('/img/spinner.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;

	background-color: #1B365D;
}

.tapi-top-second-banner .personalised .dropdown .personalised-ss-results{
	display: none;
	padding-top: 20px;
}
.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results div[class*="col-"]{
	margin-bottom: 10px;
}
.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results a{
	text-decoration: none;
}
.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results a:hover{
	color: #425363;
	text-decoration: underline;
}


.personalised-ss-results .personalised-ss-store-name:after{
	content: "";
	display: block;
}

.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results .personalised-ss-store-link{
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 3px;
	padding: 5px 5px;
	color: #425363;
	background-color: #F6B333;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results .personalised-ss-store-link:hover{
	text-decoration: none;
}

@media(min-width: 992px){
	.tapi-top-second-banner .personalised .dropdown .store-data{
		width: 768px;
	}
	.tapi-top-second-banner .personalised .dropdown .store-search{
		width: 420px;
	}
}
@media(max-width: 991px){
	.tapi-top-second-banner .personalised .dropdown{
		width: 100%;
	}
	.tapi-top-second-banner .personalised .dropdown .store-data{
		width: 100%;
	}
	.tapi-top-second-banner .personalised .dropdown .store-search{
		width: 100%;
	}
	.tapi-top-second-banner .personalised .dropdown .personalised-ss-results .results a:not(:last-child){
		margin-bottom: 15px;
	}
}

.appointments-available-text{
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
}

/*sticky-footer*/
.tapi-sticky-footer{
	background-color:#fff;
	position:fixed;
	bottom:0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:50;
	width:100%;
	box-shadow: -3px -3px 10px #00000029;
	height: 65px;
}
.tapi-sticky-footer .row div[class*='col-']:not(:last-child) .sticky-button{
	border-right: 1px solid #D9DDE0;
}
.tapi-sticky-footer a{
	color: inherit;
}
.tapi-sticky-footer .sticky-button{
	padding: 12px 5px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	height: 65px;
}
.tapi-sticky-footer img{
	display: block;
	margin: 0 auto 5px;
}
.tapi-sticky-footer i{
	display: block;
	margin: 0 auto 5px;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}
@media(min-width: 992px){
	.tapi-sticky-footer{
		max-width: 768px;
		margin: 0 auto;
	}
	.tapi-sticky-footer a:hover .sticky-button{
		background-color: #1B365D;
		color: #fff;
	}
	.tapi-sticky-footer a:hover i{
		color: #F1B434;
	}
}

/*SAMPLES MODAL*/
#samplesModal_swatches{

}

#samplesModal_swatches .product-samples-modal-slick-slider .slick-track,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-track,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-track,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-track{
	height: 400px;
	max-height: 40vh;
}

#samplesModal_swatches .product-samples-modal-slick-slider .slick-prev::before,
#samplesModal_swatches .product-samples-modal-slick-slider .slick-next::before,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev::before,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next::before,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-prev::before,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-next::before,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev::before,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 40px;
	color: #425363;
	opacity: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #00000080;
}
#samplesModal_swatches .product-samples-modal-slick-slider .slick-prev,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-prev,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev{
	left: 0;
}
#samplesModal_swatches .product-samples-modal-slick-slider .slick-next,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-next,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next{
	right: 0;
}
#samplesModal_swatches .product-samples-modal-slick-slider .slick-prev::before,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev::before,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-prev::before,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev::before{
	content: "\f053";
}
#samplesModal_swatches .product-samples-modal-slick-slider .slick-next::before,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next::before,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-next::before,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next::before{
	content: "\f054";
}
#samplesModal_swatches .product-samples-modal-slick-slider .slick-prev,
#samplesModal_swatches .product-samples-modal-slick-slider .slick-next,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev,
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-prev,
#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-next,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-prev,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-next{
	box-shadow: none;
	border-radius: 0;
	height: 80px;
	width: 80px;
	z-index: 3;
}

#samplesModal_swatches .slide-data,
#plp_samplesModal_swatches .slide-data{
	text-align: center;
	padding: 30px 15px;
}
#samplesModal_swatches .slide-data .button,
#plp_samplesModal_swatches .slide-data .button{
	/*display: inline-block;*/
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}
#samplesModal_swatches .slide-data .name,
#plp_samplesModal_swatches .slide-data .name{
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
#samplesModal_swatches .slide-data .help-text,
#plp_samplesModal_swatches .slide-data .help-text{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

#plp_samplesModal_swatches .slide-data .button{
	width: 220px;
	display: inline-block;
}

@media(max-width: 767px){
	#plp_samplesModal_swatches .modal-dialog {
		margin-top: 130px;
	}
}

/*new overwtite for v3*/
#samplesModal_swatches_v3 .subtitle,
#plp_samplesModal_swatches_v3 .subtitle{
	font-weight: 400 !important;
}
#samplesModal_swatches_v3 .slide-data,
#plp_samplesModal_swatches_v3 .slide-data{
	text-align: center;
	padding: 20px 30px 30px;
}
#samplesModal_swatches_v3 .slide-data .name,
#plp_samplesModal_swatches_v3 .slide-data .name{
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
#samplesModal_swatches_v3 .mini-samples-error-box,
#plp_samplesModal_swatches_v3 .mini-samples-error-box,
#samplesModal_swatches_v3 .mini-samples-success-box,
#plp_samplesModal_swatches_v3 .mini-samples-success-box{
	margin-top: 20px;
}
#samplesModal_swatches_v3 .slide-data .button,
#plp_samplesModal_swatches_v3 .slide-data .button{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #425363;
}
#samplesModal_swatches_v3 .modal-body-close-out,
#plp_samplesModal_swatches_v3 .modal-body-close-out{
	padding-top: 20px;
}
#samplesModal_swatches_v3 .modal-body .subtitle,
#plp_samplesModal_swatches_v3 .modal-body .subtitle{
	margin-bottom: 20px;
}
#samplesModal_swatches_v3 .slide-data .name,
#plp_samplesModal_swatches_v3 .slide-data .name{
	margin-bottom: 15px;
}
#samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-track,
#plp_samplesModal_swatches_v3 .product-samples-modal-slick-slider .slick-track {
	height: 300px;
	max-height: 30vh;
}
#samplesModal_swatches_v3 .modal-dialog,
#plp_samplesModal_swatches_v3 .modal-dialog {
	margin-top: 60px;
}
@media(max-width: 767px){
	#samplesModal_swatches_v3 .modal-body .title,
	#plp_samplesModal_swatches_v3 .modal-body .title {
		font-size: 20px;
		line-height: 24px;
	}
}

/*PDP V2*/
#samplesModal_swatches .slide-data .button,
#plp_samplesModal_swatches .slide-data .button{
	margin-bottom: 10px;
}
#samplesModal_swatches .slide-data.pdp-v2 .button,
#plp_samplesModal_swatches .slide-data.pdp-v2 .button,
#samplesModal_swatches .slide-data.pdp-v2 .button.button-select-colour{
	font-size: 14px;
	line-height: 18px;
	min-height: 70px;
}
#plp_samplesModal_swatches .slide-data.pdp-v2 .button{
	width: 100%;
}
#samplesModal_swatches .slide-data.pdp-v2 .button.button-select-colour{
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}

@media(max-width: 767px){
	#samplesModal_swatches .product-samples-modal-slick-slider .slick-track,
	#plp_samplesModal_swatches .product-samples-modal-slick-slider .slick-track{
		height: 320px;
	}
}

@media(min-width: 457px){
	#samplesModal_swatches .slide-data .button,
	#plp_samplesModal_swatches .slide-data .button{
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*PDP V4*/
#samplesModal_swatches.v4 .slide-data.pdp-v4 .button,
#samplesModal_actions.v4 .button,
#compareModal_actions.v4 .button,
#samplesModal_full.v4 .button,
#compareModal_full.v4 .button,
#removeFromBothBasketsModal.v4 .button{
	font-size: 12px;
	line-height: 16px;
	color: #212B31;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	min-height: 40px;
	margin-bottom: 15px;
}
#samplesModal_swatches.v4 .slide-data.pdp-v4 .button.outline-button,
#samplesModal_actions.v4 .button.outline-button,
#compareModal_actions.v4 .button.outline-button,
#samplesModal_full.v4 .button.outline-button,
#compareModal_full.v4 .button.outline-button{
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}
#samplesModal_swatches.v4 .slide-data.pdp-v4 .button.button-select-colour,
#samplesModal_actions.v4 .button.button-select-colour,
#compareModal_actions.v4 .button.button-select-colour,
#samplesModal_full.v4 .button.button-select-colour,
#compareModal_full.v4 .button.button-select-colour{
	font-size: 13px;
	line-height: 19px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	min-height: 19px;
	background: transparent;
	text-decoration: underline;
}

/*common or-bar*/
.common-or-bar,
.common-no-or-bar{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
}
.common-or-bar:before,
.common-or-bar:after{
	height: 2px;
	background-color: #D9DDE0;
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
}
.common-or-bar:before{
	left: 0;
}
.common-or-bar:after{
	right: 0;
}

/*swirl list/difference list globally set*/
.difference-list, .swirl-list, .careers_wysiwyg ul {
	padding-left: 30px;
}
.difference-list li, .swirl-list li, .careers_wysiwyg li {
	margin-bottom: 10px;
	position: relative;
}
.difference-list li:after, .swirl-list li:after, .careers_wysiwyg li:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: -30px;
	top: 1px;
	background-image: url('/img/general_icons/icon_tapi_yellow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(min-width: 992px){
	.difference-list:not(.no-margin-left), .swirl-list:not(.no-margin-left), .careers_wysiwyg ul:not(.no-margin-left){
		margin-left: 100px;
	}
}
.page-intro .difference-list, .page-intro .swirl-list{
	padding-left: 42px;
	margin-bottom: 48px;
}
.page-intro .difference-list li, .page-intro .swirl-list li{
	font-size: 16px;
	line-height: 24px;
}
.page-intro .difference-list li:after, .page-intro .swirl-list li:after{
	left: -42px;
}
@media(min-width: 992px){
	.page-intro .difference-list, .page-intro .swirl-list{
		margin-left: 22px;
	}
}

/*FAQS Widget*/
.faqs-widget{

}
.faqs-widget .faqs-box{
	padding: 24px 20px 24px 64px;
	position: relative;
	border: 1px solid #D9DDE0;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}
.faqs-widget .faqs-box .icon{
	position: absolute;
	left: 20px;
	top: 24px;
	font-size: 24px;
}
.faqs-widget .more-faqs{
	background-color: #ECEEEF;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	cursor: pointer;
	font-weight: 500;
}

/*ifc calc*/
.ifc-calc{
	font-size: 14px;
	line-height: 18px;
}
.ifc-calc .calc-line{
	padding: 12px 20px;
	background-color: #ECEEEF;
	margin-bottom: 2px;
}
.ifc-calc .calc-line .name, .ifc-calc .calc-line .value{
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.ifc-calc .calc-line .name{
	font-weight: bold;
}
.ifc-calc .calc-line .value{
	font-size: 12px;
	font-weight: 500;
}

.ifc-calc input{
	height: 40px;
	margin-bottom: 0;
	border: 2px solid #D9DDE0;
	font-size: 14px;
	line-height: 40px;
	padding-left: 43px;
}
.ifc-calc input[disabled="disabled"]{
	background-color: #fff;
}
.ifc-calc .input-wrp{
	position: relative;
}
.ifc-calc .input-wrp:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	z-index: 2;
	background-color: #425363;
	color: #fff;
	content: "\00A3";
}

/*select inputs wrps*/
.select-wrp{
	position: relative;
	background-color: #fff;
}
.select-wrp select{
	position: relative;
	z-index: 2;
	background-color: transparent;
	cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;

	height: 40px;
	margin-bottom: 0;
	border: 2px solid #D9DDE0;
	font-size: 14px;
	line-height: inherit;
	padding-right: 40px;
}
.select-wrp select option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 9px 9px;
	width: 100%;
}
.select-wrp:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: 'Font Awesome 5 Solid';
	font-size: 16px;
	z-index: 1;
}
.select-wrp.caret-down:after{
	content: "\f0d7";
}

/*footer links*/
.common-footer-links{
	margin-bottom: 30px;
}
.common-footer-links.clp-flinks{
	margin-top: 80px;
 	margin-bottom: 10px;
}
.common-footer-links h2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.common-footer-links a{
	text-decoration: none !important;
	color: inherit;
}
.common-footer-links .box-flink{
	margin-bottom: 20px;
	padding: 15px 30px 15px 15px;
	position: relative;
	border: 1px solid #D9DDE0;
	background-color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	display: table;
	width: 100%;
}
.common-footer-links .box-flink:hover{
	background-color: #ECEEEF;
}
.common-footer-links .box-flink .content{
	display: table-cell;
	vertical-align: middle;
}
.common-footer-links .box-flink:after{
	position: absolute;
	font-family: "Font Awesome 5 Regular";
	font-weight: 400;
	content: '\f054';
	color: #425363;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width: 767px){
	.common-footer-links.clp-flinks{
		margin-top: 10px;
	}
	.common-footer-links .box-flink{
		margin-bottom: 10px;
	}
}




/* Missions partial */
.missions-wrapper {
	margin: 0 0 60px 0;
}
.missions-column {
	background-color: #ECEEEF;
	font-size: 20px;
	margin:0;
	padding:0;
}

.missions-column-1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00A3E0;
	padding: 33px 0 33px 0;
	text-align:center;
	border-radius: 50px 0 0 50px;
}

.missions-column-2 {
	color: #425363;
	padding: 35px 0 34px 0;
	font-weight: 500;
	font-size: 18px;
	text-align:center;
}

.missions-column-3 {
	padding: 31px 0 30px 0;
	border-radius: 0 50px 50px 0;
	overflow-x: hidden;

}


.missions-select {
	display: block;
	font-size: 16px;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: normal;
	color: #00A3E0;
	line-height: 16px;
	width: calc(100% - 40px);
	max-width: 100%;
	background-color: #ECEEEF;
	border: none;
	border-bottom: 1px solid #00A3E0;
	box-sizing: border-box;
	margin: 0;
	border-bottom: 1px solid #00A3E0;
	box-shadow: none;
	padding:8px 10px;
	appearance:none !important;
	-moz-appearance:none !important;
	-webkit-appearance: none !important;
	background: transparent url('/img/chevron-down.png') right center no-repeat !important;
	background-position: calc(100% - 5px) center !important;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	border-radius: 0;
}

.missions-select option {
	font: -moz-pull-down-menu;
	font-size: 16px;
}

.missions-select::-ms-expand {
	display: none;
}

.missions-select option {
	font-weight:normal;
}

@media(max-width: 1250px) and (min-width: 1100px){
	.missions-column  {
		font-size: 18px;
		/*padding: 40px 0 40px 20px;*/
	}

	.missions-column-1 {
		padding: 30px 0;
	}

	.missions-column-2 {
		font-size:16px;
		padding: 32px 0 31px 0;
	}

	.missions-column-3 {
		padding:26px 0 26px 0;
	}

	.missions-select {
		width: calc(100% - 40px);
	}
}

@media(max-width: 1099px) and (min-width: 992px){
	.missions-column  {
		font-size: 16px;
	}

	.missions-column-1 {
		padding: 35px 0 35px 0;
	}

	.missions-column-2 {
		font-size:15px;
		padding: 36px 0 36px 0;
	}

	.missions-column-3 {
		padding:30px 0 30px 0;
	}

	.missions-select {
		width: calc(100% - 20px);
	}
}

@media(max-width: 991px){
	.missions-column {

	}

	.missions-column-1 {
		border-radius: 30px 30px 0 0;
		text-align:center;
		padding: 10px 0;
		font-size: 20px;
	}

	.missions-column-2 {
		text-align:center;
		padding: 20px 0 15px 0;
		font-size:18px;
		font-weight: 500;
	}

	.missions-column-3 {
		border-radius: 0 0 30px 30px;
		padding: 0 0 30px 0;
		text-align: center;

	}
	.missions-select {
		width: 90%;
		margin: 0 auto;
	}
}


.rated-best {
	margin-top: 60px;
}

/*ecommerce - mini baskets*/
.ecommerce-modal-buttons .button{
	min-height: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #425363;
	font-weight: 700;
}
@media(max-width: 767px){
	.ecommerce-modal-buttons .button{
		margin-bottom: 20px;
	}
}

.your-baskets-buttons .link-box{
	text-align: center;
	background-color: #fff;
	border: 2px solid #D9DDE0;
	padding: 30px;
	margin-bottom: 30px;
}
.your-baskets-buttons .link-box p{
	color: #425363;
	font-size: 14px;
	line-height: 13px;
	font-weight: 700;
}
.your-baskets-buttons .link-box .link-box-img{
	width: 50px;
	height: 40px;
	margin: 0 auto 0;
	position: relative;
}
.your-baskets-buttons .link-box .link-box-img i{
	color: #F1B434;
	font-size: 30px;
}
.your-baskets-buttons .link-box .link-box-img p{
	color:#ffffff;
	font-size:11px;
	text-align:center;
	line-height: 30px;
}
.your-baskets-buttons .link-box .link-box-img p span{
	position: absolute;
	top: -4px;
	right: 0;

	height: 18px;
	width: 18px;
	background-color: #3AC577;
	border-radius: 50%;
	display: inline-block;

	line-height: 18px;
}
.your-baskets-buttons .link-box img{
	width: 50px;
	height: 40px;
}
@media(max-width: 767px){
	.your-baskets-buttons .row{
		margin-right: -10px;
		margin-left: -10px;
	}

	.your-baskets-buttons .row > div[class*="col-"]{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*ecommerce modals - select a store*/
/*PDP VEcommerce + Basket*/
.select-store{
	margin-bottom: 20px;
}
.select-store .ss-form-control{
	position: relative;
}
.select-store .ss-form-control input{
	border: 0;
	background: #ECEEEF;
	height: 50px;
	padding-right: 59px;
	padding-left: 20px;
	border-radius: 0;
}
.select-store .ss-form-control button{
	color: #fff;
	font-size: 16px;
	line-height: 50px;

	height: 50px;
	width: 50px;
	padding: 0;
	box-shadow: none;
	background-color: #1B365D;

	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-radius: 0;
}
.select-store .ss-form-control button.spinner:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background-image: url('/img/spinner.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;

	background-color: #1B365D;
}
.select-store-ss-results{
	display: none;
	padding-top: 20px;
}
.select-store-ss-results .results .results-box{
	border-top: 1px solid #D9DDE0;
	padding: 10px 0;
}
.select-store-ss-results .results .results-box:last-child{
	border-bottom: 1px solid #D9DDE0;
}
.select-store-ss-results .results .results-data{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.select-store-ss-results .results .results-box .name{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.select-store-ss-results .results .results-box .distance{
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.select-store-ss-results .results .results-box .button{
	color: #425363;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*New Samples Basket V3*/
/*pulse + buttons*/
@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.8); }
  to { transform: scale(1); }
}

.fe-pulse {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}


/*New Samples Basket V3 - common mini basket for PLP and PDP*/
#pdp_sm_samples_items{
	height: 90px;
}
.mini-samples-error-box{
	background-color: #FEEDEF;
	border:	1px solid #FDC8CF;
	color: #F8485E;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
}
.mini-samples-success-box{
	background-color: #edf4ea;
	border:	1px solid #c9ddbf;
	color: #4c8c2b;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
}
.mini-samples-items {
	max-width: 250px;
	margin: 0 auto 30px;
	display: none;
}
#samplesModal_swatches_v3 .mini-samples-items,
#plp_samplesModal_swatches_v3 .mini-samples-items {
	margin: 15px auto 20px;
}
.mini-samples-items > .row{
	margin-right: -10px;
	margin-left: -10px;
}
.mini-samples-items > .row > .col{
	padding-left: 10px;
	padding-right: 10px;
	width: 90px;
	float: left;
}

.mini-samples-items .sample_placeholder {
	text-align:center;
	cursor:pointer;
	width: 70px;
	height: 70px;
}
.mini-samples-items .sample-placeholder-loading{
	padding: 19px;
}

.mini-samples-items .sample_product {
	position: relative;
}
.mini-samples-items .sample_product_image {
	width: 100%;
	position: relative;
}
.mini-samples-items .sample_product_image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mini-samples-items .sample_product_image img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.mini-samples-items .sample_product_remove{
	position: absolute;
	top: -5px;
	right: -5px;
}

.mini-samples-items .sample_product_remove button{
	padding: 0;
	background-color: transparent;
}

.mini-samples-items .sample_product_info{
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.custom-tooltip.tooltip.in{
	opacity: 1;
}
.custom-tooltip .tooltip-inner{
	padding: 10px 15px;
	background-color: #425363;
	border-radius: 5px;
	color: #fff;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
.custom-tooltip.top .tooltip-arrow{
	border-top-color: #425363;
}

/*CLS fix */
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom:property) {
	[style*="--aspect-ratio"] {
		position: relative;
	}
	[style*="--aspect-ratio"]::before {
		content: "";
		display: block;
		padding-bottom: calc(100% / (var(--aspect-ratio)));
	}
	[style*="--aspect-ratio"] > :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}

/*special for mobile+desktop*/
@media(max-width: 991px){
	.xs-aspect-ratio-1{
		--aspect-ratio: 1;
		position: relative;
	}
	.xs-aspect-ratio-1 > :first-child {
	  width: 100%;
	}
	.xs-aspect-ratio-1 > img {
	  height: auto;
	}
	.xs-aspect-ratio-1::before {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.xs-aspect-ratio-1 > :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}

/*************************/
/* Help Choosing - START */
/*************************/
.help-choosing,
a.help-choosing-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0px 10px 0px 0px;
	-webkit-box-shadow: 0px -2px 5px #0000001A;
	        box-shadow: 0px -2px 5px #0000001A;
	padding: 22px 20px 20px 20px;
	margin-bottom: -2px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	background-color: #425563;
	color: #FFFFFF;
	z-index: 10;
	cursor: pointer;
}
.help-choosing i,
a.help-choosing-sticky i {
	margin-left: 5px;
	color: #F1B434;
}
a.help-choosing-sticky {
	text-decoration: none;
}
a.help-choosing-sticky:hover{
	transform: translateY(-1px);
}

/* Help Choosing Modal */
#help-choosing-modal h1 {
	margin-bottom: 50px;
	margin-top: 30px;
	font-size: 37px;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: -0.74px;
	text-transform: uppercase;
	color: #425563;
}
#help-choosing-modal h3 {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.42px;
	font-weight: 500;
	color: #425563;
	margin: 0 0 10px 0;
	padding: 0;
}
#help-choosing-modal .section {
	display: inline-block;
	margin: 0 0 60px 0;
	width: 100%;
}
#clp-v2-see-details-modal h2 {
	margin-top: 30px;
}
#clp-v2-see-details-modal,
#help-choosing-modal {
	padding-right: 0 !important;
}
.equal-height-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.equal-height-cols > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media(min-width: 1200px){
	.equal-height-lg-cols {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display:         flex;
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	}
	.equal-height-lg-cols > [class*='col-'] {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  text-align: left;
	  -webkit-box-align: left;
	      -ms-flex-align: left;
	          align-items: left;
	}
}
#help-choosing-modal h2 {
	margin-bottom: 20px;
}
.info-panel img {
	max-width: 40px;
	width: 100%;
	height: 100%;
	max-height: 40px;
}
@media (max-width: 991px){
	.info-panel img {
		max-height: 30px;
		max-width: 30px;
	}
}
.info-panel {
	background-color: #F3F4F5;
	padding: 20px;
	margin-bottom: 10px;
}
.info-panel-yellow {
	border-left: 2px solid #F1B434;
}
.info-panel i {
	text-align: right;
}
.info-panel p {
	margin: 0;
}
.info-panel .second-column {
	text-align: left;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.info-panel .third-column {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.info-panels-wrapper a {
	text-decoration: none;
}
.info-panels-wrapper a:hover {
	text-decoration: none;
}
@media (max-width: 991px){
	#help-choosing-modal h1 {
		margin: 15px 0 35px 0;
		font-size: 23px;
		line-height: 25px;
	}
	#help-choosing-modal h3 {
		margin-bottom: 20px;
	}
	#help-choosing-modal .flooring-finder-banner-wrapper {
		padding: 20px;
	}
	#help-choosing-modal .section {
		margin-bottom: 40px;
	}
	#help-choosing-modal .modal-body {
		padding-bottom: 0;
	}
}
/* Flooring Finder Banner */
.flooring-finder-banner-wrapper {
	position: relative;
	color: #212b32;
	padding: 30px;
	background-color: #f1b434;
	border-radius: 5px;
}
.flooring-finder-banner-wrapper::after {
    content: '';
    background-image: URL(/img/clp-v2/flooring_finder_swirl.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.05;
    z-index: 1;
}
.flooring-finder-banner-wrapper .flooring-finder-banner-title {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-right: 20px;
}
.flooring-finder-banner-wrapper .flooring-finder-banner-text {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	padding-right: 20px;
}
.flooring-finder-banner-chevron {
	position:absolute;
	right: 30px;
	top:50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding-left: 20px;
}
.flooring-finder-banner-wrapper i {
	color: #212b32;
	font-size: 20px;
	line-height: 20px;
}
/* New feature heading */
.new-feature::before {
	content: "New Feature";
	font-size: 11px;
	line-height: 15px;
	color:#fff;
	padding: 5px 10px;
	display: block;
	position: absolute;
	right: 10px;
	top: -12px;
	background-color: #425563;
	border-radius: 3px;
    z-index: 2;
}
/*************************/
/* Help Choosing - END   */
/*************************/

.red-box{
	background-color: #FEEDEF;
	border:	1px solid #FDC8CF;
	color: #F8485E;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.red-box p{
	margin-bottom: 0;
}

/* Section filters (dyn nav) VJL */
@media(max-width: 991px){
	body.no-scroll{
		left: 0;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

/* Tapi Header Bug */
/* sticky header */
/* @media(max-width: 767.99px){
	.sticky-header-tapi.sticky:not(.sticky-ignore) {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999999999;
		background: #fff;
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	}
} */


/* Use my current location */
/* Header -- find your nearest store */
.header-store-search-use-my-location{
	margin-top: 7px;
}

.header-store-search-use-my-location a{
	text-decoration: none;
}

.header-store-search-use-my-location a:hover{
	color: #7A8891;
}

/* Home page -- body --  find your nearest store */
.product-nearest-store-search-use-my-location{
	margin-top: 7px;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
}

.product-nearest-store-search-use-my-location a{
	text-decoration: none;
	cursor: pointer;
	color: #00729D;
}

.product-nearest-store-search-use-my-location a:hover{
	color: #fff;
}

/* Page -- find your nearest store */
.search-page-store-search-form-use-my-location-block{
	margin-top: -14px;
	margin-bottom: 18px;
}

.search-page-store-search-form-use-my-location-block a{
	cursor: pointer;
	color: #425363;
	text-decoration: none;
}

.search-page-store-search-form-use-my-location-block a:hover{
	color: #00729D;
}

.book-appointment-page-find-store-form-use-my-location-block{
	font-size: 14px;
	margin-top: 4px;
}

.book-appointment-page-find-store-form-use-my-location-block a {
	cursor: pointer;
	color: #425363;
	text-decoration: none;
}

@media (max-width: 991px){
	.cols-grid--sm{
		display: inline-grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
		width: 100%;
		margin: 0 auto !important;
	}
	.cols-grid--sm::before, .cols-grid--sm::after{
		content: none;
	}

	.cols-grid--sm .col-xs-4{
		float: none;
		width: auto;
	}
}

/*compare sticky button*/
.sticky-compare-button,.sticky-compare-add-button{
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0px 10px 0px 0px;
	-webkit-box-shadow: 0px -2px 5px #0000001A;
	        box-shadow: 0px -2px 5px #0000001A;
	padding: 22px 20px 20px 20px;
	margin-bottom: -2px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	background-color: #425563;
	color: #FFFFFF;
	z-index: 11;
	cursor: pointer;
}

.compare-modal-slick-slider{
	padding: 0;
}
.compare-sticky-modal .product-data{
	text-align: left;
	width: 150px;
	margin: 0 10px;
}
.compare-sticky-modal .option-image{
	margin-bottom: 20px;
	position: relative;
}
.compare-sticky-modal .option-image img{
	border-radius: 5px;
}
.compare-sticky-modal .product-name{
	font-size: 25px;
	line-height: 29px;
	font-weight: 500;
	color: #425563;
	margin-bottom: 5px;
}
.compare-sticky-modal .product-name a{
	text-decoration: none;
}
.compare-sticky-modal .option-name{
	font-size: 16px;
	line-height: 23px;
	color: #212B32;
}
.compare-sticky-modal .product-price-from{
	color: #8E98A1;
	font-weight: 500;
	margin-top: 15px;
	color: #8E98A1;
	font-size: 13px;
	line-height: 15px;
}
.compare-sticky-modal .product-price-wrp{
	position: relative;
	display: inline-block;
}
.compare-sticky-modal .product-price-wrp .info{
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.compare-sticky-modal .price{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	font-weight: 500;
	margin-bottom: 15px;
}

.compare-sticky-modal .product-price-sale-percentage{
	color: #E50944;
	font-weight: 400;
	margin-top: 15px;
	font-size: 12px;
	line-height: 15px;
}
.compare-sticky-modal .sale-price{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #E50944;
}
.compare-sticky-modal .rrp-price{
	text-decoration: line-through;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}

.compare-sticky-modal .compare-modal-buttons{
	padding: 15px 10px 30px;
}
.compare-sticky-modal .compare-modal-buttons .button{
	font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.compare-sticky-modal .compare-modal-buttons .yella{
	color: #425363;
}

.plp-unavailable{
	width:90%;
	margin:auto;
	margin-bottom:5px;
}

@media(max-width: 767.99px){
	.compare-sticky-modal .compare-modal-buttons{
		padding-bottom: 10px;
	}
}

@media(min-width: 768px){
	.sticky-compare-button, .sticky-compare-add-button{
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
		text-align: center;
		border-radius: 10px 10px 0px 0px;
		font-size: 16px;
	}
}

.tapi-spinner {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="30 25 25 25"><path fill="%23f6b333" d="M 44.799 43.796 C 41.327 43.802 38.509 40.988 38.509 37.516 C 38.509 34.51 40.943 32.072 43.949 32.066 C 46.574 32.072 48.699 34.201 48.699 36.826 C 48.699 39.125 46.838 40.991 44.539 40.996 C 42.52 40.985 40.889 39.345 40.889 37.326 C 40.932 35.596 42.391 34.241 44.119 34.326 C 44.75 34.326 45.145 35.01 44.829 35.556 C 44.683 35.81 44.412 35.966 44.119 35.966 C 43.292 35.873 42.556 36.495 42.509 37.326 C 42.509 38.431 43.405 39.326 44.509 39.326 C 45.907 39.326 47.039 38.193 47.039 36.796 C 47.039 35.073 45.642 33.676 43.919 33.676 C 41.819 33.682 40.119 35.386 40.119 37.486 C 40.114 40.043 42.182 42.121 44.739 42.126 C 47.828 42.121 50.329 39.615 50.329 36.526 C 50.303 32.864 47.27 29.94 43.609 30.046 C 39.179 30.046 36.239 33.416 36.239 37.856 C 36.239 38.487 35.556 38.882 35.009 38.566 C 34.756 38.42 34.599 38.149 34.599 37.856 C 34.599 32.516 38.279 28.406 43.599 28.406 C 48.164 28.3 51.928 31.96 51.949 36.526 C 51.949 40.517 48.72 43.755 44.729 43.766"/></svg>') no-repeat center center;
	background-size: contain;
	animation: tapi-spin 2s linear infinite;
	transform-origin: 53% 47.4%;
}
@keyframes tapi-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
