/* ************************************************ */
/* CONTENTS *************************************** */
/* ************************************************ */
/* 01.0 - Blanket Styling and Typography */
/* 01.1 - Blanket Rules and Overwrites */
/* 01.2 - Typography */
/* 02.0 - Header */
/* 02.1 - Header - Black Top Section */
/* 02.2 - Homepage Navigation for Desktop */
/* 02.3 - Mobile Only Telephone Section */
/* 02.4 - Homepage Only Slider */
/* 03.0 - Home Page Content  */
/* 03.1 - Homepage 6 Block Section */
/* 03.2 - Homepage Categories Section */
/* 03.3 - Homepage Carousels Section (Top Sellers etc) */
/* 03.4 - Homepage Fullwidth Trustpilot Widget */
/* 03.5 - Homepage Further Customer Information Section */
/* 03.6 - Homepage "Let Us Find the right door for you" Section */
/* 03.7 - Homepage Garage Door Features Multiple Carousel Section */
/* 03.8 - Homepage Brands Slider */
/* 03.9 - Homepage Quality and Selection + Further Information Section */
/* 03.10 - Homepage Blog Section / Module */
/* 03.11 - Homepage FAQ Section / Module */
/* 04.0 - Content Page CSS  */
/* 05.0 - Category Page CSS */
/* 06.0 - Product Page CSS  /
/* 07.0 - Basket Page CSS  /
/* 08.0 - Checkout Page CSS */
/* 09.0 - .mod.php CSS  */
/* 10.0 - .inc.php CSS  */
/* 11.0 - Footer CSS  */
/* 12.0 - Responsive CSS */
/* 12.1 - Mobile Typography */
/* 12.2 - Mobile Header */
/* 12.2.1 - Mobile Only White Header */
/* 12.2.2 - Mobile Black Top Section */
/* 12.2.3 - Mobile Banner */
/* 12.2.4 - Mobile Offcanvas Menu */
/* 12.3 - Mobile Content Section */
/* 12.3.1 - Mobile White Category Section */
/* 12.3.2 - Mobile Block of 6 Section */
/* 12.3.3 - Mobile Grey Carousels Section */
/* 12.3.4 - Mobile Let us find the right door for you Section */
/* 12.3.5 - Mobile Door Features Section */
/* 12.3.6 - Mobile Brands Section */
/* 12.3.7 - Mobile Grey Further Information Section */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

/* 01.0 - Blanket Styling and Typography */
/* 01.1 - Blanket Rules and Overwrites */
@media print, screen and (min-width: 75em) {
	.hide-for-xlarge {
		display: none !important; }
	.xlarge-1 {
		width: 8.33333%; }
	.xlarge-push-1 {
		position: relative;
		left: 8.33333%; }
	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%; }
	.xlarge-offset-0 {
		margin-left: 0; }
	.xlarge-2 {
		width: 16.66667%; }
	.xlarge-push-2 {
		position: relative;
		left: 16.66667%; }
	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%; }
	.xlarge-offset-1 {
		margin-left: 8.33333%; }
	.xlarge-3 {
		width: 25%; }
	.xlarge-push-3 {
		position: relative;
		left: 25%; }
	.xlarge-pull-3 {
		position: relative;
		left: -25%; }
	.xlarge-offset-2 {
		margin-left: 16.66667%; }
	.xlarge-4 {
		width: 33.33333%; }
	.xlarge-push-4 {
		position: relative;
		left: 33.33333%; }
	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%; }
	.xlarge-offset-3 {
		margin-left: 25%; }
	.xlarge-5 {
		width: 41.66667%; }
	.xlarge-push-5 {
		position: relative;
		left: 41.66667%; }
	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%; }
	.xlarge-offset-4 {
		margin-left: 33.33333%; }
	.xlarge-6 {
		width: 50%; }
	.xlarge-push-6 {
		position: relative;
		left: 50%; }
	.xlarge-pull-6 {
		position: relative;
		left: -50%; }
	.xlarge-offset-5 {
		margin-left: 41.66667%; }
	.xlarge-7 {
		width: 58.33333%; }
	.xlarge-push-7 {
		position: relative;
		left: 58.33333%; }
	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%; }
	.xlarge-offset-6 {
		margin-left: 50%; }
	.xlarge-8 {
		width: 66.66667%; }
	.xlarge-push-8 {
		position: relative;
		left: 66.66667%; }
	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%; }
	.xlarge-offset-7 {
		margin-left: 58.33333%; }
	.xlarge-9 {
		width: 75%; }
	.xlarge-push-9 {
		position: relative;
		left: 75%; }
	.xlarge-pull-9 {
		position: relative;
		left: -75%; }
	.xlarge-offset-8 {
		margin-left: 66.66667%; }
	.xlarge-10 {
		width: 83.33333%; }
	.xlarge-push-10 {
		position: relative;
		left: 83.33333%; }
	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%; }
	.xlarge-offset-9 {
		margin-left: 75%; }
	.xlarge-11 {
		width: 91.66667%; }
	.xlarge-push-11 {
		position: relative;
		left: 91.66667%; }
	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%; }
	.xlarge-offset-10 {
		margin-left: 83.33333%; }
	.xlarge-12 {
		width: 100%; }
	.xlarge-offset-11 {
		margin-left: 91.66667%; }
	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
		float: left;
		width: 100%; }
	.xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both; }
	.xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
		float: left; }
	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
		float: left;
		width: 50%; }
	.xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
		clear: both; }
	.xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
		float: left; }
	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
		float: left;
		width: 33.33333%; }
	.xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both; }
	.xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
		float: left; }
	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
		float: left;
		width: 25%; }
	.xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both; }
	.xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
		float: left; }
	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
		float: left;
		width: 20%; }
	.xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both; }
	.xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
		float: left; }
	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
		float: left;
		width: 16.66667%; }
	.xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both; }
	.xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
		float: left; }
	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
		float: left;
		width: 14.28571%; }
	.xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both; }
	.xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
		float: left; }
	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
		float: left;
		width: 12.5%; }
	.xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none; }
	.xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both; }
	.xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
		float: left; }
	.xlarge-text-center {
		text-align: center; } }

@media screen and (max-width: 74.9375em) {
	.show-for-xlarge {
		display: none !important; } }

body {
	font-family: "Tahoma", sans-serif;
	font-size: 100%;
}

.popup_content {
	margin: 10px;
	padding: 0 10px;
	max-width: 60%;
	border: 2px solid #444;
	background: white;
}

.row {
	max-width: 1600px;
}
/* 01.2 - Typography */
h1 {
	color: #fff;
	font-size: 10px;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	font-family: "Futura PT", sans-serif;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.7rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.5rem;
}
a {
	color: #df0100;
	transition: color .5s ease-in-out;
}
a:hover, a:focus {
	color: #9e0100;
	transition: color .5s ease-in-out;
}

#colorbox.video_popup #cboxPrevious, #colorbox.video_popup #cboxNext, #colorbox.video_popup #cboxCurrent {
	display: none !important;
}

#cc-conf {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0 5px;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	z-index: 999999;
}
#cc-conf .fa {
	font-size: 1.6rem;
}

.button {
	transition: background-color 250ms ease-out, color 250ms ease-out;
}
.button:hover, .button:focus {
	background-color: #fff;
}
.button--grey {
	background-color: #606060;
	border: 1px solid #606060;
}
.button--grey:hover, .button--grey:focus {
	background-color: #fff;
	color: #606060;
}

.button--black {
	background-color: #000;
	border: 1px solid #000;
}
.button--black:hover, .button--black:focus {
	background-color: #fff;
	color: #000;
}

.button--red,
.button--search {
	background-color: #df0100;
	border: 1px solid #df0100;
}
.button--red:hover, .button--red:focus,
.button--search:hover {
	background-color: #fff;
	color: #df0100;
}

/* --------------------- */
/* Search table  		 */
/* --------------------- */
.searchTable {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #eee;
}
.searchTable form > .row {
	margin-left: 0;
	margin-right: 0;
}
.searchTable form > .row > .column {
	padding-left: 0;
	padding-right: 0;
}
.searchTable .headerTitle {
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #E7E7E7;
	color: #6C6C6C;
	font-size: 13px;
	font-weight: bold;
}
.searchTable .inputContainer {
	padding-left: 15px;
	padding-right: 15px;
}
.searchTable input {
	color: #666;
	font-size: 10px;
}
.searchTable select {
	color: #333;
	font-size: 11px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.searchTable .button {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #dc0201;
	color: #fff;
	font-size: 0.9rem;
}

table tbody tr:nth-child(even) {
	background-color: #fff;
}

.mod-pagination{float:right;position:relative;left:-50%;text-align:left;font-size:17px;line-height:18px;}
.mod-pagination ul{list-style:none;position:relative;left:50%;}
.mod-pagination ul li{float:left;position:relative;width:36px;height:36px;display:inline-block;}
.mod-pagination ul li a,.mod-pagination ul li span{width:30px;height:20px;display:block;padding:8px 3px;text-align:center;font-weight:bold;color:#7e7e7e;text-decoration:none;background:transparent url(../images/pagination/pagination_numbers.png) no-repeat 0 0;}

.mod-pagination ul li a.arrows{background:transparent url(../images/pagination/pagination_arrows.png) no-repeat 0 0;text-align:left;text-indent:-9999px;}
.mod-pagination ul li a.first{background-position:0 0;}
.mod-pagination ul li a.last{background-position:-36px 0;}
.mod-pagination ul li a:hover{background-position:0 -36px;color:#2a2a2a;}
.mod-pagination ul li a:hover.last{background-position:-36px -36px ;}
.mod-pagination ul li a.active{background-position:0 -72px;color:#5e0101;}

/* 02.0 - Header */
/* 02.1 - Header - Black Top Section */
header .black-top-header {
	background-color: #000;
	color: #fff;
	padding-bottom: 20px;
}
header .black-top-header .header-contact-details .telephone {
	font-size: 26px;
	line-height: 18px;
	margin-right: 20px;
	padding-right: 20px;
}
header .black-top-header .header-contact-details .email {
	font-size: 14px;
}
header .black-top-header .header-contact-details .telephone a,
header .black-top-header .header-contact-details .email a {
	color: #fff;
}
header .black-top-header .header-contact-details .telephone a:hover,
header .black-top-header .header-contact-details .email a:hover {
    color: #dc0201;
}

header .black-top-header .header-search-form {
	position: relative;
}
header .black-top-header .header-search-form .search-input {
	position: relative;
	border: 0;
	display: block;
	margin: 0 auto;
	max-width: 380px;
}
header .black-top-header .header-search-form .search-input input {
	margin-bottom: 0;
	padding-right: 40px;
}
header .black-top-header .header-search-form button {
	position: absolute;
	top: 6px;
	right: 10px;
	color: #000;
	cursor: pointer;
}
header .black-top-header .header-search-form button .fa {
	font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}
header .black-top-header .header-search-form button .fa:hover {
    color: #df0100;
}
header .black-top-header .header-search-form #search-results-container {
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	background-color: #fff;
	border: none;
	font-size: 11px;
	width: 550px;
	color: black;
    box-shadow: 0px 20px 20px #2228;
}

@media only screen and (max-width: 570px) {
    header .black-top-header {
        padding-top: 82px;
        padding-bottom: 0;
        transition: all 0.3s ease-in-out;
    }
	header .black-top-header .header-search-form #search-results-container {
		width: 100%;
		max-width: 380px;
	}
}



header .black-top-header .basket-container {
	position: relative;
}
header .black-top-header .basket-container .basket-item-count {
	background-color: #df0100;
	border-radius: 100px;
	color: #fff;
	height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10px;
	width: 25px;
	z-index: 1;
}
header .black-top-header .basket-container .basket-icon {
	display: block;
	font-size: 2.5rem;
	line-height: 50px;
	padding-right: 10px;
	position: relative;
	text-align: right;
	z-index: 0;
    color: #fff;
}
header .black-top-header .view-basket-link {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
}
header .black-top-header .view-basket-link:hover {
    color: #df0100;
}
/* 02.2 - Homepage Navigation for Desktop */
header .white-top-navigation {
	background-color: #fff;
	padding: 20px 0;
}
header .white-top-navigation .centered-display img {
	display: block;
	margin: 0 auto;
}
header .white-top-navigation .menu-centered .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: center;
}
header .white-top-navigation .menu-centered .menu li a {
	position: relative;
	color: #000;
	padding: 10px 16px 10px 5px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
header .white-top-navigation .menu-centered .menu li li a {
	padding: 0px;
}
header .white-top-navigation .menu-centered .menu li a:hover {
	color: #9e0100;
	transition: color .3s ease-in-out;
}
header .white-top-navigation .menu-centered > .menu li a:after {
	bottom: 25px;
	content: "\f0d7";
	font-family: "FontAwesome", "Arial", sans-serif;
	font-size: 0.6rem;
	position: absolute;
	right: 5px;
}
header .white-top-navigation .menu-centered > .menu > li:last-child a:after {
	bottom: 11px;
	content: "\f0d7";
	font-family: "FontAwesome", "Arial", sans-serif;
	font-size: 0.6rem;
	position: absolute;
	right: 5px;
}
header .white-top-navigation .menu-centered > .menu > li:last-child ul li ul li a:after {
	content: " ";
}
header .white-top-navigation .menu-centered .menu li ul {
	margin: 0 0 10px;
	background-color: #fff;
	box-shadow: 0 0 12px #c6c6c6;
	font-size: 0.8rem;
	visibility: hidden;
	height: auto;
	list-style-type: none;
	opacity: 0;
	position: absolute;
	top: 70px;
	width: 710px;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	z-index: 100;
}
header .white-top-navigation .menu-centered .menu .desktopFloat ul li {
	position: relative;
}
header .logged-in-user {
	max-width: 200px;
	margin-top: 10px;
	font-size: 0.8rem;
	overflow: hidden;
	text-align: center;
}
.pad-desktop {
	padding: 20px;
}
.toggleMe {
	font-family: "Tahoma", sans-serif;
}
.toggleMe .grey-col {
	/*background-color: #ccc;*/
	height: 100%;
	float: right;
	width: 32%;
}
.toggleMe .pad-desktop, .toggleMe .pad-desktop ul {
	margin-bottom: 10px;
}

.toggleMe .pad-desktop li:first-child:nth-last-child(1) {
	width: 100%;
}

.toggleMe .pad-desktop li:first-child:nth-last-child(2),
.toggleMe .pad-desktop li:first-child:nth-last-child(2) ~ li {
	width: 50%;
}

.toggleMe .pad-desktop li:first-child:nth-last-child(3),
.toggleMe .pad-desktop li:first-child:nth-last-child(3) ~ li {
	/*width: 33.3333%;*/
}

.toggleMe .pad-desktop > li {
	float: left;
}
.toggleMe strong {
	display: block;
	margin-bottom: 5px;
}
.toggleMe .re-drilldown a {
	display: block;
	/*padding-bottom: 15px;*/
}

.menu-alpha .toggleMe .pad-desktop > li:last-child {
	position: relative !important;
	top: 0 !important;
	margin-top: 0 !important;
	width: auto !important;
}

header .white-top-navigation .menu-centered .menu li ul ul {
	box-shadow: none;
	position: relative;
	width: auto;
	top: 0;
}
header .white-top-navigation .menu-centered .menu li:nth-child(1) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(2) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(3) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(4) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(5) ul {
	left: 0;
}
header .white-top-navigation .menu-centered .menu li:nth-child(6) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(7) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(8) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(9) ul,
header .white-top-navigation .menu-centered .menu li:nth-child(10) ul {
	right: 0;
}
header .white-top-navigation .menu-centered .menu li:nth-child(10) .desktopFloat > ul > li:last-child {
	margin-top: 45px;
}
header .white-top-navigation .menu-centered .menu li .toggleMe a {
	font-size: 0.9rem;
	line-height: normal;
}
header .white-top-navigation .menu-centered .menu li > .toggleMe > .columnA > li > a,
header .white-top-navigation .menu-centered .menu li > .toggleMe > .columnB > li > a {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
header .white-top-navigation .menu-centered .menu li .toggleMe a img {
	float: right;
}
header .white-top-navigation .menu-centered .menu li > .toggleMe .heading {
	color: #df0100;
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: bold;
	height: 35px;
}

header .white-top-navigation .menu-centered .menu li .toggleMe li a:before {
	content: "";
	margin-right: 0;
}
header .white-top-navigation .menu-centered .menu li .toggleMe ul ul a:before {
	content: "\f105";
	font-family: "FontAwesome", "Arial", sans-serif;
	position: absolute;
	left: 0;
	top: 2px;
}


header .white-top-navigation .menu-centered .menu li > .toggleMe > .columnA > li ul li a:before,
header .white-top-navigation .menu-centered .menu li > .toggleMe > .columnB > li ul li a:before {
	content: "\f105";
	font-family: "FontAwesome", "Arial", sans-serif;
}
header .white-top-navigation .menu-centered .menu li:hover ul {
	opacity: 1;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	visibility: visible;
}
header .white-top-navigation .menu-centered .menu li:hover ul {
	display: block;
}
header .white-top-navigation .menu-centered .menu li ul li {
	text-align: left;
}
header .white-top-navigation .menu-centered .menu li ul li a {
	font-weight: normal;
	line-height: 10px;
	text-transform: none;
}
header .white-top-navigation .menu-centered .menu li ul li a:after {
	content: " ";
}
header .white-top-navigation .menu-centered .menu li ul li ul li ul li a  {
	display: block;
	padding-left: 10px;
}
/* 02.3 - Mobile Only Telephone Section */
header .white-phone-number-call-to-action {
	font-size: 1.5rem;
	padding: 7px;
}
header .white-phone-number-call-to-action a {
    color: #0a0a0a;
}
header .white-phone-number-call-to-action i {
	margin-right: 7px;
}
/* 02.4 - Homepage Only Slider */
header .banner {
	overflow: hidden;
	position: relative;
}
header .banner #banner .slick-slide {
	position: relative;
}
header .banner #banner .caption-1,
header .banner #banner .caption-2,
header .banner #banner .button {
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
header .banner #banner .caption-1 {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
header .banner #banner .button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	max-width: 210px;
	transition: background .3s ease-in-out;
}
header .banner #banner .button a {
	color: #fff;
}
header .banner #banner .button a:hover {
	color: #000;
}
header .banner #banner .button:hover,
header .banner #banner .button:focus {
	color: #000;
	background-color: #fff;
}
header .banner #banner .slick-next,
header .banner #banner .slick-prev {
	color: #444;
	cursor: pointer;
	text-align: center;
}
header .banner #banner .triangle-right {
	right: 0px;
}
header .banner #banner .triangle-left  {
	left: 0px;
}
header .banner .trustpilot {
	background-color: green;
	bottom: 10px;
	border-radius: 6px;
	color: #444;
	padding: 10px;
	position: absolute;
	right: 5%;
}
header .banner .triangle-left {
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 80px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 25%;
	z-index: 99;
}
header .banner .triangle-right {
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-right: 80px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 25%;
	z-index: 99;
}
header .banner .triangle-left i {
	position: absolute;
	top: -25px;
	left: -70px;
}
header .banner .triangle-right i {
	position: absolute;
	top: -25px;
	right: -70px;
}
/* 03.0 - Home Page Content */
/* 03.1 - Homepage 6 Block Section */
main .grey-6-block-section a {
	height: 60px;
}
main .grey-6-block-section .block {
	position: relative;
	padding-left: 120px;
	max-width: 340px;
	margin: 0 auto;
    transition: all 0.3s;
}
main .grey-6-block-section .block:hover,
main .grey-6-block-section .block:focus {
    border-color: #000;
}
main .grey-6-block-section a .block-title,
main .grey-6-block-section a .block-description {
	display: block;
}
main .grey-6-block-section a .block-title {
	color: #000;
	padding-left: 10px;
	font-size: 22px;
	font-weight: normal;
	font-family: 'futura-pt', 'Tahoma', sans-serif;
}
main .grey-6-block-section .block-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	text-align: center;
}
main .grey-6-block-section .block-image img {
	max-height: 40px;
}
main .grey-6-block-section a .block-description {
	color: #808080;
	font-size: 0.8rem;
	font-family: "Tahoma", sans-serif;
}
.home-cm-text{
	margin:2rem auto;
	padding:0 1rem;
}
.home-cm-text h2{margin-top:0}
/* 03.2 - Homepage Categories Section */
main .white-category-section a {
	color: #000;
}
main .white-category-section .category-container {
	position: relative;
}
main .white-category-section .category-container img {
	width: 100%;
}
main .white-category-section .category-container .price-flag {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-style: normal;
	font-weight: 700;
	left: 0;
	padding: 0 15px;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
}
main .white-category-section .category-container .price-flag .red {
	color: #df0100;
}
main .white-category-section .category-name {
	border-bottom: 1px solid #000;
	display: block;
	height: 70px;
	font-size: 1.2rem;
	margin-bottom: 5px;
	padding: 15px 0;
	text-align: center;
	font-family: "Tahoma", sans-serif;
    transition: color 0.3s;
}
main .white-category-section a:hover .category-name,
main .white-category-section a:focus .category-name {
    color: #df0100;
}
/* 03.3 - Homepage Carousels Section (Top Sellers etc) */
main .grey-carousels-product-section {
	padding: 40px 0;
}
main .grey-carousels-product-section a {
	display: block;
}
main .grey-carousels-product-section .row {
	background-color: #fff;
	max-width: 1568px;
}
main .grey-carousels-product-section .carousel-block {
	height: 100%;
	position: relative;
	padding-bottom: 20px;
}
main .grey-carousels-product-section .carousel-block .block-title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #df0100;
	display: block;
	font-size: 2.5rem;
	line-height: 35px;
	max-width: 305px;
	margin: 25px auto 10px auto;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}
main .grey-carousels-product-section .carousel-block .block-text {
	display: block;
	color: #000;
	font-size: 1.5rem;
	line-height: 22px;
	text-align: center;
}
main .grey-carousels-product-section .carousel-block .button {
	display: block;
	border: 2px solid #fff;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 auto;
	max-width: 155px;
}
main .grey-carousels-product-section #tabs .menu li {
	padding: 0;
}
main .grey-carousels-product-section #tabs .menu .ui-tabs-active a {
	color: #df0100;
	text-decoration: underline;
}
main .grey-carousels-product-section #tabs .menu li a {
	color: #666;
	padding: 20px 0;
	text-align: center;
}
main .grey-carousels-product-section #tabs-2,
main .grey-carousels-product-section #tabs-3,
main .grey-carousels-product-section #tabs-4,
main .grey-carousels-product-section #tabs-5 {
	display: none;
}

main .grey-carousels-product-section .slick-slide > div:first-child  {
	margin-bottom: 40px;
}
main .grey-carousels-product-section .slick-slide > div {
	margin-right: 10px;
	margin-left: 10px;
}
main .grey-carousels-product-section .slick-slide img {
	display: block;
	margin: 0 auto;
}
main .grey-carousels-product-section #controls-anchor {
	color: #c6c6c6;
	font-size: 2rem;
	text-align: right;
	width: 70px;
    position: absolute;
    top: 4px;
    right: 8px;
}
main .grey-carousels-product-section #controls-anchor i {
	cursor: pointer;
	padding: 0 7px;
	font-size: 24px;
}
main .grey-carousels-product-section .product-title {
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 14px;
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
}
main .grey-carousels-product-section .slick-slide p {
	color: #000;
	line-height: 16px;
	font-size: 14px;
}
main .grey-carousels-product-section .product-price {
	color: #df0100;
	display: block;
	font-weight: bold;
}
main .grey-carousels-product-section .summer-offers-nav {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
    padding-right: 70px;
    min-height: 56px;
    height: 72px;
    display: flex;
    justify-content: space-evenly;
    gap: 12px;
}
main .grey-carousels-product-section .padRemove {
	padding: 0;
}
main .grey-carousels-product-section .link-forward {
	display: block;
	padding: 10px;
	margin-top: 7px;
	border: 1px solid #ccc;
	max-width: 1132px;
	font-weight: bold;
}
main .grey-carousels-product-section .link-forward i {
	float: right;
	margin-top: 5px;
}

/* 03.4 - Homepage Fullwidth Trustpilot Widget */
main .trustpilot-homepage {
	background-color: #017f4f;
	margin: 40px 0;
	padding: 15px;
	text-align: center;
	max-height:200px;
}
main .trustpilot-homepage .inner {
	background-color: #fff;
	padding: 15px;
    box-shadow: 0px 3px 10px #2222;
}
main .trustpilot-homepage .tp-logo {
	display: block;
	margin: 0 auto 10px;
}
main .trustpilot-homepage .trustpilot-desc {
	padding: 0 0 20px;
	color: #fff;
	max-height: 160px;
	font-family: "futura-pt", "Arial", sans-serif;
}
main .trustpilot-homepage .trustpilot-desc-title {
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
/* 03.5 - Homepage Further Customer Information Section */
main .customer-information {
	padding: 40px 0;
}
main .customer-information a {
	background-color: #fff;
	color: #000;
	display: block;
	padding: 15px;
}
main .customer-information a:hover,
main .customer-information a:focus {
    color: #df0100;
}
main .customer-information img {
	display: block;
	width: 100%;
}
main .customer-information .section-heading {
	display: block;
	font-size: 20px;
	padding-top: 15px;
	text-align: left;
}
/* 03.6 - Homepage "Let Us Find the right door for you" Section */
main .let-us-find-the-right-door-for-you {
	padding-top: 80px;
	text-align: center;
}
main .let-us-find-the-right-door-for-you .tagline,
main .let-us-find-the-right-door-for-you .overview-guide,
main .let-us-find-the-right-door-for-you p {
	display: block;
}
main .let-us-find-the-right-door-for-you .title {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 2rem;
	padding: 7px 0;
	text-transform: uppercase;
}
main .let-us-find-the-right-door-for-you .tagline {
	color: #df0100;
	font-size: 1.5rem;
	margin: 25px 0;
}
main .let-us-find-the-right-door-for-you .overview-guide {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 1rem;
	margin: 0 auto 25px auto;
	max-width: 585px;
	transition: all .5s ease-in-out;
	width: 100%;
}
main .let-us-find-the-right-door-for-you .overview-guide:hover {
	background-color: #000;
	color: #fff;
	transition: all .5s ease-in-out;
}
/* 03.7 - Homepage Garage Door Features Multiple Carousel Section */
main #door-features {
	display: block;
	margin: 30px auto 0 auto;
	max-width: 1490px;
}
main #door-features ul {
	display: block;
	border-bottom: 1px solid #c6c6c6;
	height: 46px;
	list-style-type: none;
	margin: 0 auto 40px auto;
}
main #door-features ul li a {
	background-color: transparent;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	color: #666;
	font-size: 1.2rem;
	padding: 20px 30px;
    transition: all .5s ease-in-out;
}
main #door-features ul li a:hover,
main #door-features ul li a:focus {
    color: #000;
}
main #door-features ul .ui-state-active a {
	background-color: #df0100;
	border-top: 1px solid #df0100;
	border-left: 1px solid #df0100;
	border-right: 1px solid #df0100;
	color: #fff;
}
main #door-features .slick-next {
	right: -12px;
}
main #door-features .slick-prev {
	left: -12px;
}
main #door-features .slick-next,
main #door-features .slick-prev {
	color: #000;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
    padding: 8px;
}
main #door-features h3 {
	margin-top: 5px;
	min-height: 56px;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 700;
}
main #door-features img {
	display: block;
	margin: 0 auto;
}
main #door-features .slick-slide {
	margin: 0 20px;
	text-align: center;
}
main #door-features .slick-slide a span {
	text-decoration: underline;
}

@media (max-width: 640px) {
    main #door-features .slick-list {
        max-width: 90%;
        margin: 0 auto;
    }
    main #door-features .slick-slide {
        margin: 0;
    }
    main #door-features ul li a {
        border: none;
        padding: 10px;
        display: block;
    }
    main #door-features ul .ui-state-active a {
        border: none;
    }
    .grey-carousels-product-section #slickMe {
        padding-bottom: 40px;
    }
}
/* 03.8 - Homepage Brands Slider */
main .brands-slider-section {
	padding: 40px 0;
	text-align: center;
}
main .brands-slider-section .title a,
main .brands-slider-section .title {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 2rem;
	padding: 7px 0;
	text-transform: uppercase;
}
main .brands-slider-section .tagline {
	color: #df0100;
	font-size: 1.5rem;
	margin: 25px 0;
}
main .brands-slider-section .tagline a {
	text-decoration: underline;
}
main .brands-slider-section .brands-slider {
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 20px 0 10px 0;
}
main .brands-slider-section #brands-slider img {
	margin: 0 auto;
}
main .brands-slider-section #brands-slider .wrap {
	display: flex;
	min-height: 100px;
	align-items: center;
	justify-content: center;
}
main .brands-slider-section #brands-slider .wrap .inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
main .brands-slider-section #brands-slider .name {
	margin-top: 10px;
	color: #000;
	font-size: 1rem;
	font-family: "Tahoma", sans-serif;
}
main .brands-slider-section #brands-slider .slick-next,
main .brands-slider-section #brands-slider .slick-prev {
	color: #000;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
main .brands-slider-section #brands-slider .slick-next {
	right: 0;
}
main .brands-slider-section #brands-slider .slick-prev {
	left: 0;
}
/* 03.9 - Homepage Quality and Selection + Further Information Section */
main .grey-further-information-section {
	background-color: #c6c6c6;
	padding: 40px 0;
}
main .grey-further-information-section .row {
	background-color: #fff;
	max-width: 1568px;
}
main .grey-further-information-section .padTopBottom {
	padding: 20px 0 20px 10px;
}
main .grey-further-information-section .column {
	padding-right: 10px !important;
}
main .grey-further-information-section .column {
    padding-right: 10px !important;
}
main .grey-further-information-section .column.small-12 {
    padding: 20px 10px !important;
}
main .grey-further-information-section p {
	color: #000;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 20px;
}
main .grey-further-information-section img {
	height: auto;
	width: 100%;
    transition: all .3s ease-in-out;
}
main .grey-further-information-section a:hover img {
    filter: brightness(0.8);
}
main .grey-further-information-section .section-title {
	position: relative;
}
main .grey-further-information-section .section-title .text {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	color: #fff;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}
main .grey-further-information-section .block-title {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 2.5rem;
	line-height: 35px;
	padding: 7px 0;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
main .grey-further-information-section .block-text {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	line-height: 22px;
	text-align: center;
}
@media (max-width: 640px) {
    main .grey-further-information-section .slick-list {
        max-width: 90%;
        margin: 0 auto;
        padding: 0 20% !important;
    }
    main .grey-carousels-product-section .summer-offers-nav .slick-list {
        max-width: 90%;
        margin: 0 auto;
    }
    main .grey-carousels-product-section .top-selling-products .slick-list {
        padding: 0 20% !important;
    }
}
/* 03.10 - Homepage Blog Section / Module */
main .blog-section {
	padding: 40px 0;
}
main .blog-section .title a {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	display: block;
	font-size: 2rem;
	max-width: 150px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}
main .blog-section .tagline {
	color: #df0100;
	display: block;
	font-size: 1.5rem;
	margin: 25px 0;
	text-align: center;
}
main .blog-section img {
	display: block;
	margin: 0 auto;
}
main .blog-section #blog-slider .slick-prev,
main .blog-section #blog-slider .slick-next {
	font-size: 2rem;
	position: absolute;
	top: 30%;
	z-index: 99;
}
main .blog-section .relative {
	position: relative;
	min-height: 1px;
}
main .blog-section .rotate {
	position: absolute;
	top: 40%;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
}
main .blog-section .next {
	color: #df0100;
	display: block;
	/*right: -20px;*/
	transform: rotate(90deg);
}
main .blog-section .previous {
	display: block;
	/*left: -20px;*/
	transform: rotate(-90deg);
}
main .blog-section #blog-slider .slick-prev {
	cursor: pointer;
}
main .blog-section #blog-slider .slick-next {
	cursor: pointer;
}
main .blog-section #blog-slider .news-item {
	padding: 0 45px;
}
main .blog-section #blog-slider .news-item a .intro {
	color: #000;
	margin-bottom: 1.5rem;
}
main .blog-section #blog-slider .news-item a .intro:hover {
	color: #444;
}
main .blog-section #blog-slider .news-item .date,
main .blog-section #blog-slider .news-item .date em {
	display: block;
	font-style: normal;
	font-weight: 700;
	padding: 10px 0;
}
main .blog-section #blog-slider .news-item .news-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}
main .blog-section #blog-slider .news-item p {
	color: #000;
	font-weight: normal;
}
main .blog-section #blog-slider .news-item .read-more i {
	padding-left: 7px;
	transition: padding .5s ease-in-out;
}
main .blog-section #blog-slider .news-item:hover .read-more i {
	padding-left: 14px;
	transition: padding .5s ease-in-out;
}
.news-inc .h2like {
	font-size: 2rem;
	display: block;
	font-family: "futura-pt", "Arial", sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: normal;
}
.news-inc .date {
	font-size: 0.8rem;
	float: right;
}
.hr {
	margin: 15px auto;
	height: 0;
	border-top: 1px solid #ccc;
	display: block;
	float: left;
	width: 100%;
	padding: 0 0.9375rem;
	clear: both;
}
.news-inc .title a {
	font-family: "futura-pt", "Arial", sans-serif;
	font-size: 1.5rem;
}
/* 03.11 - Homepage FAQ Section / Module */
main .faq-section .title a {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	display: block;
	font-size: 2rem;
	max-width: 70px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}
main .faq-section .tagline {
	color: #df0100;
	display: block;
	font-size: 1.5rem;
	margin: 25px 0;
	text-align: center;
}
main .faq-section .question-item .question {
	background-color: #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin-top: 7px;
	padding: 10px 15px;
	transition: all .3s ease-in-out;
}
main .faq-section .question-item.active .question {
	color: #df0100;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
main .faq-section .question-item .question i {
	float: right;
	padding: 5px;
}
main .faq-section .question-item .answer {
	padding: 10px;
}
main .faq-section .question-item .answer a {
	color: #df0100;
}
main .faq-section .read-more {
	border-bottom: 1px solid #df0100;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}
/* 04.0 - Content Page CSS */
main .sidebar {
	font-family: "futura-pt", "Arial", sans-serif;
}
main .sidebar ul {
	list-style-type: none;
	margin-left: 0;
}
main .sidebar ul ul {
	margin-bottom: 20px;
}
main .sidebar .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
main .sidebar li > a {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-size: 1.1rem;
	margin-bottom: 7px;
	padding-bottom: 5px;
	position: relative;
    transition: all .3s ease-in-out;
}
main .sidebar li > a:hover,
main .sidebar li > a:focus {
        color: #9e0100;
}
main .sidebar li > a:after {
	content: " ";
	background-color: #df0100;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 125px;
}
main .sidebar .number {
	float: right;
}
main .sidebar li ul li a {
	border: none;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
main .sidebar li ul li a:after {
	content: " ";
	background-color: transparent;
	height: 0;
}
main .sidebar .sidebar-block {
	position: relative;
	border: 1px solid #c6c6c6;
	font-family: "Tahoma", sans-serif;
	color: #808080;
	display: block;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 0.85rem;
}
main .sidebar .sidebar-block:not(.sidebar-generic) {
	padding-bottom: 60px;
}
main .sidebar .sidebar-block .block-title {
	color: #000;
	display: block;
	font-size: 28px;
}
main .sidebar .sidebar-block:not(.sidebar-generic) .block-image {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	max-height: 55px;
	margin: 0 auto;
	overflow: hidden;
}

main .sidebar li a i,
#filtermenulevel1div,
#filtermenulevel2div,
#filtermenulevel3div,
#filtermenulevel4div,
#filtermenulevel5div,
#filtermenulevel6div {
	float: right;
	color: #df0100;
	margin-top: 6px;
}
main .sidebar .thirdtier {
	margin-left: 15px;
	margin-bottom: 0;
}
.pageLinks .thirdlevel:before {
	content: ">";
	font-family: "FontAwesome", "Arial", sans-serif;
	float: right;
	color: #df0100;
	margin-top: 6px;
}
.pageLinks li li {
	position: relative;
}
.pageLinks li li i {
	color: #df0000;
	cursor: pointer;
}

.shop-filters input {
	font-size:  15px;
	background-color:  white;
	border: none;
    width: 100%;
    text-align: left;
    padding: 8px 4px;
    transition: all 0.3s;
}
.shop-filters input:hover,
.shop-filters input:focus {
    color: #9e0100;
}
.sidebar li {
    position: relative;
}
.shop-filters li div {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.shop-filters input.active {
	padding: 0 0 0 15px;
	color: red;
	font-weight:  bold;
}
.shop-filters .active-filters a {
	font-weight: bold;
	color: red;
}
.shop-filters .active-filters ul li {
	margin-bottom: 2px ;
	padding: 4px 5px;
	background-color: #f0f0f0;
}

main .content-page-heading > div {
	background: center center no-repeat;
	position: relative;
}
main .content-page-heading .content-page-title {
	color: #fff;
	display: block;
	font-size: 4rem;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 56px;
	-webkit-text-stroke: 2px black;
}
main .breadcrumbs-mod.cms {
	border-bottom: 1px solid #000;
}
main .breadcrumbs-mod.product {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
main .breadcrumbs-mod.product ul {
	float: left;
}
main .breadcrumbs-mod.product .backToPage {
	float: right;
	padding: 5px;
}
main .breadcrumbs-mod ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px 0;
}
main .breadcrumbs-mod li {
	display: inline-block;
}

main .breadcrumbs-mod ul li,
main .breadcrumbs-mod ul li a {
	color: #000;
	font-family: "Tahoma", sans-serif;
	font-size: 0.8rem;
	text-transform: none;
}
main .breadcrumbs-mod ul li:not(:last-child) a {
	text-decoration: underline;
}
main .breadcrumbs-mod ul li:not(:last-child):after {
	content: "/";
	color: #000;
	margin: 0 7px;
}
main .content-page-content {
	font-size: 0.9rem;
	font-family: "Tahoma", sans-serif;
}
/* 05.0 - Category Page CSS */
main .sidebar .filters {
	padding-left: 0;
	-webkit-padding-start: 0;
}
main .sidebar .filters > li {
	position: relative;
	margin-bottom: 30px;
}
main .sidebar .filters > li a {
	font-weight: normal;
	text-transform: uppercase;

}
main .sidebar .filters ul li {
	margin-bottom: 0;
}
main .sidebar .filters ul a {
	border-bottom: none;
	font-weight: normal;
	text-transform: none;
}
main .sidebar .filters ul a:after {
	content: none;
}
main .sidebar .filters ul li .active {
	color: #df0100;
}
main .sidebar .filters ul li a i {
	float: right;
}
main .sidebar .filters ul ul {
	display: none;
	margin-left: 35px;
}
main .sidebar .filters ul .active {
	display: block;
}
main .red-block {
	background-color: #df0100;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px;
	text-transform: uppercase;
    transition: all .5s ease-in-out;
}
main .red-block:hover,
main .red-block:focus {
    background-color: #9e0100;
}
main .red-block strong {
	display: block;
	font-size: 1.3rem;
}
main .red-block hr {
	border-bottom: 3px solid #fff;
	margin-top:  7px;
}
main .red-block span {
	display: block;
}
main .package-deals-block,
main .stock-clearance-block,
main .special-offers-block {
	border: 1px solid #c6c6c6;
	padding: 15px 8px;
	margin-bottom: 10px;
    transition: all .5s ease-in-out;
}
main .package-deals-block:hover,
main .stock-clearance-block:hover,
main .special-offers-block:hover {
    border-color: #808080;
}
main .package-deals-block {
	color: #df0100;
}
main .special-offers-block {
	color: #c6c6c6;
}
main .package-deals-block strong,
main .stock-clearance-block strong,
main .special-offers-block strong {
	font-size: 1.3rem;
	text-transform: uppercase;
}
main .package-deals-block p,
main .stock-clearance-block p,
main .special-offers-block p {
	color: #c6c6c6;
	line-height: 15px;
	margin-bottom: 0;
    transition: all .3s ease-in-out;
}
main .package-deals-block hr {
	border-bottom: 3px solid #df0100;
}
main .stock-clearance-block hr {
	border-bottom: 3px solid #000;
}
main .special-offers-block hr {
	border-bottom: 3px solid #c6c6c6;
}
main .package-deals-block:hover p,
main .stock-clearance-block:hover p,
main .special-offers-block:hover p {
    color: #808080;
}
main .category-mod .category-header-image {
	-webkit-background-size: cover;
	background-size: cover;
	background: center center no-repeat;
	color: #fff;
	padding: 75px 50px;
	text-align: center;
	text-transform: uppercase;
}
main .category-mod .category-header-image .category-title {
	font-size: 4rem;
}
main .category-mod select {
	display: inline-block;
}
main .category-mod button {
	margin-top: 24px;
	background-color: #df0100;
	border: 1px solid #df0100;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Futura PT", sans-serif;
	width: 100%;
}
main .category-mod button:hover {
	background-color: #fff;
	color: #df0100;
}
main .category-mod .pagination a {
	background-color: #b6b6b6;
}
main .category-mod .pagination .active,
main .category-mod .pagination a:hover {
	background-color: #000;
	color: #fff;
}

main .category-mod .category-listing .list-item {
	margin-bottom: 40px;
    transition: all .3s ease-in-out;
}
.list-item-image {
	display: block;
	position: relative;
}
.list-item-image:after {
	display: block;
	content: '';
	padding-top: 100%;
}
.list-item-image img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate3d(0, -50%, 0);
	max-height: 100%;
}
main .category-mod .category-listing .product-title {
	display: block;
	height: 45px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.4;
	font-size: 14px;
	height:60px;
	text-overflow: ellipsis;
	overflow: hidden;
    transition: all .3s ease-in-out;
}
main .category-mod .category-listing .list-item:hover .product-title,
main .category-mod .category-listing .list-item:focus .product-title{
    color: #9e0100;
}
.product-range-desc {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	display: block;
	height:60px;
  text-overflow: ellipsis;
  overflow: hidden; 
}

main .category-mod .category-listing .short-description {
	height: 85px;
	color: #000;
	line-height: 1.2;
}
main .category-mod .category-listing .product-description {
	position: relative;
	margin: 0 15px;
	overflow: hidden;
	height: 75px;
}
main .category-mod .category-listing .manufacturer {
	color: #000;
	height:25px;
}
main .category-mod .category-listing .price {
	font-weight: bold;
	margin-top: 12px;
	line-height: 1;
	overflow-wrap: anywhere !important;
	word-wrap: break-word;
	width: 50%;
}
main .category-mod .category-listing .button-wrapper {
	position: relative;
	height: 100%;
}
main .category-mod .category-listing .button {
	margin-bottom: 0;
	width: 75px;
	background-color: #df0100;
	border: 1px solid #df0100;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0px;
}
main .category-mod .category-listing .button:hover {
	background-color: #fff;
	color: #df0100;
}
@media (min-width:640px){
    .category-navigation-controls ul.active-filters {
        display: none;
    }
}

@media only screen and ( max-width :640px) {
    main .grey-carousels-product-section .summer-offers-nav {
        padding-right: 0px;
    }
    .category-navigation-controls {
        text-align: center;
    }
    .category-navigation-controls .pagination li {
        display: inline-block;
    }
    .list-item-image img {
        width: 100% !important;
        height: auto !important;
        margin: auto;
    }
    main .category-mod .category-listing .product-title {
        font-size: 20px;
    }
    main .category-mod .category-header-image {
        padding: 75px 20px;
        text-shadow: 3px 3px 12px #222;
        background-size: cover;
    }
    .category-navigation-controls ul.active-filters,
    .category-navigation-controls ul.active-filters ul {
        margin-left:auto;
        margin-right: auto;
    }
    .category-navigation-controls ul.active-filters li span {
        float: none !important;
    }
}
/* 06.0 - Product Page CSS */
main .product-mod .main-product-image {
	margin-bottom: 10px;
	width: 100%;
}
main .product-mod .alt-product-images {
	padding: 0 45px;
}
main .product-mod .alt-product-images .slick-slide {
	padding: 10px;
}
main .product-mod .alt-product-images .slick-next,
main .product-mod .alt-product-images .slick-prev {
	font-size: 2rem;
	position: absolute;
	top: 40%;
}
main .product-mod .alt-product-images .slick-next {
	right: 0;
}
main .product-mod .alt-product-images .slick-prev {
	left: 0;
}
main .product-mod .product-name {
	font-size: 1.6rem;
}
main .product-mod .product-manufacturer {
	margin-bottom: 20px;
	font-size: 0.9rem;
	font-style: italic;
}
main .product-mod .product-price-inc-vat {
	color: #df0100;
	font-size: 1.6rem;
}
main .product-mod .product-price-ex-vat {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
main .product-mod .product-label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.9rem;
}
main .product-mod .product-description {
	border-top: 1px solid #c6c6c6;
	margin-top: 15px;
	padding: 25px 0;
}
main .product-mod .product-description:not(:last-child) p {
	margin-bottom: 0;
}
main .product-mod .manufacturer-image {
	margin-bottom: 20px;
}
main .product-mod .button {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}
main .product-mod .button:hover {
	background-color: #000;
	color: #fff;
}
main .product-mod .button.red {
	background-color: #df0100;
	border: 1px solid #df0100;
	color: #fff;
}
main .product-mod .button.red:hover {
	background-color: #fff;
	color: #df0100;
}

main .product-related-info .sidebar-heading {
	border-bottom: 1px solid #c6c6c6;
	display: block;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
main .product-related-info img {
	border-bottom: 3px solid #df0100;
}
main .product-related-info .view-more {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
}
main .product-related-info .grey-block {
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 15px 0;
	padding: 20px;
	text-transform: uppercase;
    transition: all .5s ease-in-out;
}
main .product-related-info .grey-block:hover,
main .product-related-info .grey-block:focus {
    color: #2A2A2A;
    border-color: #2A2A2A;
}
main .product-related-info .grey-block strong {
	display: block;
	font-size: 2rem;
}
main .product-related-info .grey-block span {
	display: block;
}
main .product-related-info .related-information ul {
	font-size: 0.8rem;
	list-style-type: none;
	margin-left: 25px;
}
main .product-related-info .related-information a {
	color: #000;
}
main .product-related-info .related-information ul ul {
	margin-left: 0;
}
main .product-related-info .related-information ul li ul li:before {
	content: "\f105";
	font-family: "FontAwesome", "Arial", sans-serif;
	margin-right: 7px;
}
main .product-related-info .sidebar-heading.red {
	border-bottom: 1px solid #df0100;
	color: #df0100;
}
main .product-related-info .alternative-products img {
	width: 100%;
	border-bottom: none;
	margin-bottom: 10px;
}
main .product-related-info .alternative-products .alt-product-name,
main .product-related-info .alternative-products .alt-product-description,
main .product-related-info .alternative-products .alt-product-price {
	color: #000;
	display: block;
	font-size: 0.9rem;
	margin-bottom: 7px;
}

main .product-related-info .alternative-products .alt-product-price {
	color: #df0100;
	font-weight: bold;
	margin-top: 7px;
}

main .product-mod .product-info-column {
	position: relative;
}
main .product-mod .option {
	border-top: 1px solid #c6c6c6;
	margin-top: 15px;
	padding-top: 15px;
}
main .product-mod .option .option-heading {
	font-size: 1.5rem;
}
main .product-mod .option .option-heading .number {
	background-color: #df0100;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	margin-right: 10px;
	padding: 10px 15px;
	text-align: center;
}

main .product-mod .error-notice {
	color: #df0100;
	font-size: 0.7rem;
	font-style: normal;
	position: relative;
}
main .product-mod .error-notice .information-hover-box {
	background-color: #df0100;
	color: #fff;
	display: none;
	font-size: 0.8rem;
	left: 0;
	min-width: 200px;
	padding: 7px;
	position: absolute;
	top: 12px;
}
main .product-mod .error-notice:hover {
	cursor: pointer;
}
main .product-mod .error-notice:hover .information-hover-box {
	display: block;
}
main .product-mod .error-notice:hover .information-hover-box p {
	margin-bottom: 0;
}
main .product-mod label,
main .product-mod select {
	color: #717171;
}
main .product-mod select:hover,
main .product-mod select:focus {
    color: #2A2A2A;
    cursor: pointer;
}
main .product-mod .sub-option-group {
	margin-left: 45px;
}
main .product-mod .total-price-inc-vat {
	color: #df0100;
	font-size: 1.5rem;
}
main .product-mod .total-price-ex-vat {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
main .product-information-tabs ul {
	list-style-type: none;
	margin-left: 0;
}
main .product-information-tabs ul li {
	display: inline-block;
	margin-bottom: 10px;
}
main .product-information-tabs ul li a {
	color: #000;
	display: block;
	font-size: 1.3rem;
	text-align: center;
}
main .product-information-tabs ul li a:hover,
main .product-information-tabs ul li a:focus {
    color: #9e0100;
}
main .ui-tabs-anchor {
    font-size: 16px !important;
}
.product-information-tabs ul .ui-state-active a {
	color: #df0100;
}
main .product-information-tabs .tab {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 10px;
	border: 0.5px solid #c0c0c0;
	background-color: white !important;
	margin-left:-1px;
}
main .product-information-tabs .tab iframe {
    max-width: 100%;
}
main .product-mod .related-products-section {
	margin-top: 40px;
}
main .product-mod .related-products-section img {
	width: 100%;
}
main .product-mod .related-products-section .heading {
	border-bottom: 1px solid #c6c6c6;
	display: block;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
main .product-mod .related-products-section .related-product-title,
main .product-mod .related-products-section .related-product-description {
	color: #000;
	margin: 7px 0;
}
main .product-mod .related-products-section .related-product-price {
	font-weight: bold;
}
main .product-mod .related-products-section .related-product-title,
main .product-mod .related-products-section .related-product-description,
main .product-mod .related-products-section .related-product-price {
	display: block;
	font-size: 0.9rem;
	line-height: 15px;
}
main .product-mod .trustpliot-widget .inner {
	background-color: #017f4f;
	margin: 40px 0;
	padding: 15px;
	text-align: center;
}
main .product-mod .product-gallery img {
	width: 100%;
}
main .product-mod .product-gallery .slick-next,
main .product-mod .product-gallery .slick-prev {
	font-size: 1.5rem;
	color: #ffff;
	position: absolute;
	bottom: 45%;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	z-index: 9998;
}
main .product-mod .product-gallery .slick-next {
	right: 0;
}
main .product-mod .product-gallery .slick-prev {
	left: 0;
}

/* 07.0 - Basket Page CSS */
main .basket-mod {
	margin-bottom: 25px;
}
main .basket-mod .likeh2 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-family: "futura-pt", "Arial", sans-serif;
}
main .basket-mod .product-name {
	margin: 20px 0 10px;
	font-size: 1.2rem;
	font-family: "futura-pt", "Arial", sans-serif;
	display: block;
	font-weight: normal;
}
main .basket-mod .price {
	color: #df0100;
	font-weight: bold;
}
main .basket-mod .availability {
	color: #0f0;
}
main .basket-mod .product-info-label {
	display: block;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
main .basket-mod input[type="number"] {
	margin-left: 7px;
	margin-bottom: 0;
	height: auto;
	display: inline-block;
	max-width: 85px;
	padding: 7px;
	text-align: center;
}
main .basket-mod .button {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	transition: all .3s ease-in-out;
    width: 100%;
}
main .basket-mod .button:hover {
	background-color: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
main .basket-mod .button i {
	margin-right: 7px;
}
main .basket-mod .sub-total {
	text-align: right;
}
main .basket-mod .grey {
	color: #c6c6c6;
	display: block;
}
main .basket-mod #voucher {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: center;
	align-items: center;
}
main .basket-mod #voucher .button,
main .basket-mod #voucher select {
	display: inline-block;
}
main .basket-mod #voucher select {
	max-width: 425px;
}
main .basket-mod #voucher .button {
	margin-left: 10px;
}
main .basket-mod .basket-sidebar {
	margin-bottom: 40px;
}
main .basket-mod .no-margin {
	margin: 0;
}
main .basket-mod .basket-sidebar .button {
	display: block;
}
main .basket-mod .basket-sidebar .checkout {
	background-color: #df0100;
	border: 1px solid #df0100;
	color: #fff;
	transition: all .5s ease-in-out;
}
main .basket-mod .basket-sidebar .checkout:hover {
	background-color: #fff;
	color: #df0100;
	transition: all .5s ease-in-out;
}
main .basket-mod .basket-sidebar .call-to-action .large {
	font-size: 1.5rem;
}
main .basket-mod .basket-sidebar .call-to-action {
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 15px 0;
	padding: 20px;
}
main .basket-mod .basket-sidebar .call-to-action span {
	display: block;
}
main .basket-mod .basket-sidebar .call-to-action hr {
	border-bottom: 3px solid #8c8c8c;
}
main .basket-mod .basket-sidebar .contact-details {
	background-color: #f2f2f2;
	font-size: 0.9rem;
	padding: 20px;
}
main .basket-mod .basket-sidebar .contact-details p {
	line-height: 15px;
}
.cart-quantity span, .cart-quantity input {
	display: inline-block;
}
main .cart-quantity span {}
main .cart-quantity input {
	max-width: 100px;
}

main .addition {
	color: #0e6712;
}
.red-text {
	color: #de0301;
}
main .remove-item {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 7px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
	font-family: "Tahoma", sans-serif;
	transition: all .5s ease-in-out;
	display: inline-block;
	max-width: 250px;
	margin-right: 7px;
}
main .remove-item:hover {
	background-color: #000;
	color: #fff;
	transition: all .5s ease-in-out;
}
main .cart-options {
	font-size: 14px;
}
main .assistance-block {
	border: 1px solid #8a8a8a;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
main .assistance-block {
	color: #8a8a8a;
}
main .assistance-block strong {
	font-size: 1.3rem;
	text-transform: uppercase;
}
main .assistance-block p {
	color: #8a8a8a;
	line-height: 15px;
	margin-bottom: 0;
}
main .assistance-block hr {
	border-bottom: 3px solid #8a8a8a;
}
main .cart-contact-details {
	background-color: #f2f2f2;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 15px
}
main .button.checkout-button {
	background-color: #df0000;
	float: right;
	color: #fff;
	border: 1px solid #df0000;
}
main .button.checkout-button:hover {
	background-color: #fff;
	color: #df0000;
}

/* 08.0 - Checkout Page CSS */
main .checkout-mod .breadcrumbs {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	list-style-type: none;
	margin-left: 0;
	padding: 5px 0;
}
main .checkout-mod .breadcrumbs li a {
	color: #000;
	font-family: "Tahoma", sans-serif;
	font-size: 0.8rem;
	text-transform: none;
}
main .checkout-mod .breadcrumbs li:not(:last-child) a {
	text-decoration: underline;
}
main .checkout-mod .breadcrumbs li:not(:last-child):after {
	content: "/";
	color: #000;
	margin: 0 7px;
}
main .checkout-mod .title,
main .checkout-mod .attention {
	display: block;
}
main .checkout-mod .title {
	font-size: 1.5rem;
}
main .checkout-mod .attention {
	color: #a9a9a9;
	margin-bottom: 10px;
}
main .checkout-mod .attention .red {
	color: #df0100;
	font-style: normal;
}
main .checkout-mod section .section-heading {
	background-color: #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 7px 10px;
	transition: all,.5s ease-in-out;
}
main .checkout-mod section .section-heading.active {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: none;
	color: #df0100;
	display: block;
	font-weight: bold;
}
main .checkout-mod section .section-heading i {
	float: right;
	padding: 7px;
}
main .checkout-mod label {
	color: #a9a9a9;
}
main .checkout-mod label em {
	color: #df0100;
	font-style: normal;
}
main .checkout-mod .payment-method {
	border: 1px solid #c6c6c6;
	color: #000;
	display: block;
	margin-bottom: 10px;
	padding: 30px;
	text-align: center;
	height: 135px;
}
main .checkout-mod .payment-method i {
	font-size: 2.5rem;
}
main .checkout-mod .payment-method strong {
	display: block;
	margin-top: 15px;
}
main .checkout-mod .payment-method.active {
	padding: 29px;
	border: 2px solid #df0100;
}
main .checkout-mod .checkout-side-basket .button {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}
main .checkout-mod .checkout-side-basket .button:hover {
	background-color: #000;
	color: #fff;
}
main .checkout-mod .checkout-side-basket .button.red {
	background-color: #df0100;
	border: 1px solid #df0100;
	color: #fff;
	font-weight: bold;
	float: right;
}
main .checkout-mod .checkout-side-basket .button.red:hover {
	background-color: #fff;
	color: #df0100;
}
main .checkout-mod .checkout-side-basket .button i {
	padding-right: 7px;
}
main .checkout-mod .checkout-side-basket .wrapper {
	border: 1px solid #c6c6c6;
	margin: 0 0 1rem 0;
	padding: 10px;
	display: inline-block;
}
main .checkout-mod .checkout-side-basket .wrapper .checkout-basket-item {
	font-size: 0.9rem;
}
main .checkout-mod .checkout-side-basket .wrapper .checkout-basket-item .item-title {
	font-size: 1.2rem;
}
main .checkout-mod .checkout-side-basket .wrapper .checkout-basket-item .checkout-product-info {}
main .checkout-mod .checkout-side-basket .wrapper .checkout-basket-item .checkout-product-info strong {}
main .checkout-mod .checkout-side-basket .wrapper .checkout-page-totals {
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	margin: 7px 0;
	padding: 7px 0;
}
main .checkout-mod .checkout-side-basket .wrapper .checkout-sub-total {
	color: #df0100;
	font-weight: bold;
}
main .checkout-mod .checkout-side-basket .do-you-need-assistance {
	background-color: #df0100;
	color: #fff;
	padding: 10px;
}
main .checkout-mod .checkout-side-basket .do-you-need-assistance strong {
	font-size: 1.4rem;
	text-transform: uppercase;
}
main .checkout-mod .checkout-side-basket .do-you-need-assistance hr {
	border-top: 3px solid #fff;
}
main .checkout-mod .checkout-side-basket .do-you-need-assistance span {
	display: block;
}
#checkoutPaymentModalBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.8);
	z-index: 999999999999999;
}
#checkoutPaymentModal {
	width: 30%;
	height: 70%;
	margin: auto;
	position: absolute;
	padding: 12px;
	border: 1px solid #aaa;
	border-radius: 12px;
	background: #eee !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.braintree-sheet {
	border-radius: 0px;
}
main .checkout-mod .tandcs input[type="checkbox"] {
    height: 16px;
    width: 16px;
}
/* 09.0 - Modules CSS (e.g. FAQs and FAQ include page) */
/* 09.1 - FAQ Listing Page */
main .inc-faqs .faqs-sidebar ul {
	margin-left: 0;
}
main .content-page-content .faq-section {
	padding: 0;
}
main .content-page-content .faq-section .question-item .question {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
main .content-page-content .faq-section .author-info {
	background-color: #f2f2f2;
	font-size: 0.8rem;
	margin: 0 10px 30px 10px;
	padding: 7px;
}
main .content-page-content .faq-section .author-info span,
main .content-page-content .faq-section .author-info .tags {
	display: inline-block;
}
main .content-page-content .faq-section .tags {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}
main .content-page-content .faq-section .tags li {
	display: inline-block;
}
main .content-page-content .faq-section .tags li:not(:last-child) a:after {
	content: ",";
}
/* 09.1 - FAQ Specific Inside Page */
main .content-page-content .faq-inc .title {
	border-bottom: 1px solid #000;
	color: #df0100;
	display: block;
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding-bottom: 2rem;
	text-align: center;
}
main .content-page-content .faq-inc .author-info {
	background-color: #f2f2f2;
	font-size: 0.8rem;
	margin: 0 10px 30px 10px;
	padding: 7px;
}
main .content-page-content .faq-inc .author-info span,
main .content-page-content .faq-inc .author-info .tags {
	display: inline-block;
}
main .content-page-content .faq-inc .tags {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}
main .content-page-content .faq-inc .tags li {
	display: inline-block;
}
main .content-page-content .faq-inc .tags li:not(:last-child) a:after {
	content: ",";
}
main .content-page-content .faq-inc p {
	font-size: 1.1rem;
}
/* 10.0 - Specific Page CSS (e.g. Brands Page, Contact Us Etc) */
/* 10.1 - Contact Us Page */
main .contact-mod {

}
main .contact-mod i {
	color: red;
	font-size: 2rem;
}
main .contact-mod .contact-heading {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 10px;
}
main .contact-mod .contact-form {
	background-color: #f2f2f2;
	padding: 40px 90px;
	margin-bottom: 20px;
}
main .contact-mod .contact-form .form-heading {
	color: #000;
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-transform: uppercase;
	font-size: 3rem;
	max-width: 495px;
}

/* Gallery */
.galleries-mod {
	font-family: "Futura PT", sans-serif;
}
.galleries-mod ul {
	list-style-type: none;
	margin-left: 0;
}
.galleries-mod .galleryOverlay {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width: 100%;
	padding: 5px;
	color: #fff;
	z-index: 99;
	bottom: 0;
	left: 0;
}
.galleries-mod *[rel="gallery"] {
	position: relative;
	z-index: 98;
	display: block;
	margin-bottom: 15px;
}
.galleries-mod .button,
.galleries-mod .reset-button {
	background-color: #df0100;
	border: 1px solid #df0100;
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Futura PT", sans-serif;
	width: 100%;
}
.galleries-mod .button:hover,
.galleries-mod .reset-button:hover {
	background-color: #fff;
	color: #df0100;
}
.galleries-mod .wrapper {
	position: relative;

}
.galleries-mod .hover {
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity,.5s ease-in-out;
	top:0;
	bottom:0;
	font-family: "Futura PT", sans-serif;
	padding: 25% 15px;
}
.galleries-mod .wrapper:hover .hover {
	opacity: 1;
	transition: opacity,.5s ease-in-out;
}
.galleries-mod .wrapper.category-hub {
	margin-bottom: 15px;
}
.galleries-mod .wrapper.category-hub .inner {
	height: 195px;
	width: 100%;
	background-size: cover;
	background: center center no-repeat;
}
.galleries-mod .wrapper.category-hub .inner span {
	display: block;
	width: 100%;
	color: #fff;
	font-family: "Futura PT", sans-serif;
	background: rgba(0,0,0,0.5);
	padding: 5px;
}
.galleries-mod .gallery-categories-top {
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	display: block;
	width: 100%;
}
.galleries-mod #clickme a i {
	font-size: 1.5rem;
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.galleries-mod #clickme a:hover i {
	transform: rotate(-90deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.galleries-mod select,
.galleries-mod input[type="search"] {
	border: 1px solid #df0100;
	font-size: 0.7rem;
}
#downloads ul {
	list-style-type: none;
	margin-left: 0;
}
#downloads ul li a:before {
	content: "\f054";
	font-family: "FontAwesome", "Arial", sans-serif;
	margin-right: 10px;
}
#downloads [name="drp_manufacture"], #downloads [name="drp_category"] {
	margin-bottom: 0;
}

/* Login Area */
.mod-login input {
	max-width: 250px;
}
.mod-login .button {
	background-color: #df0000;
	color: #fff;
	border: 1px solid #df0000;
	font-weight: bold;
	transition: all .5s ease-in-out;
}
.mod-login .button:hover {
	background-color: #fff;
	color: #df0000;
	transition: all .5s ease-in-out;
}
.mod-login .likeh2 {
	font-size: 2rem;
	font-family: "futura-pt", "Arial", sans-serif;
}
/* Modal */
#extraitem {
	overflow: scroll;
	max-width: 960px;
	border: 0;
}
.ui-dialog {
	max-width: 960px;
	right: 0;
	margin: 0 auto;
	padding: 40px;
	border-radius: 10px;
	border: 5px solid rgba(0,0,0,0.8) !important;
}
/* 11.0 - Footer CSS */
footer {
	padding: 30px 0;
}
footer .contact-span {
	display: block;
	font-size: 1.5rem;
	margin-top: 16px;
}
/* 11.1 - Footer Navigation CSS */
footer .footer-navigation ul {
	list-style-type: none;
	margin-left: 0;
}
footer .footer-navigation ul > li > a {
	font-size: 1.5rem;
}
footer .footer-navigation ul > li > a:before {
	content: " ";
	margin-right: 0;
}
footer .footer-navigation ul li a {
	color: #000;
}
footer .footer-navigation ul li a:hover {
	color: #df0100;
}
footer .footer-navigation ul li li a {
	font-size: 14px;
}
footer .footer-navigation ul li li a:before {
	content: "\f105";
	font-family: "FontAwesome", "Arial", sans-serif;
	margin-right: 5px;
}

@media only screen {
	footer .footer-navigation .small-up-1 > li {
		width: 100%;
		float: none;
	}

	.sidebar:not(.shop-filters) {
		display: none;
	}

	
	.shop-filters {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 20px 10px 60px;
		background-color: #fff;
		z-index: 10000;
		transform: translate3d(0, 100%, 0);
		transition: transform 200ms ease-out;
	}

	.shop-filters form {
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
        padding: 0 10px;
	}

	.shop-filters.expand {
		transform: translate3d(0, 0, 0);
	}
    .shop-filters-mobile {
        background-color: #df0100;
        color: #fff;
        line-height: 2.4;
        margin: 10px auto;
    }
	.shop-filters-bar {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		height: 40px;
		background-color: #df0100;
		font-size: 1rem;
		color: #fff;
		text-align: center;
		line-height: 2.4;
		z-index: 10001;
	}
	#productPageBackToCat {
		display: block;
		width: 100%;
		border: 1px solid #c0c0c0;
		padding: 0.5em;
		margin-top: 0.3em;
		color: #0a0a0a;
	}
	#productPageBackToCat span {
		float: right;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1;
		color: #0a0a0a;
		padding-right: .4em
	}
	#productPageBackToCat:hover {
		display: block;
		width: 100%;
		border: 1px solid #c0c0c0;
		padding: 0.5em;
		margin-top: 0.3em;
		color: #ffffff;
		background: #a8a8a8;
	}
	#productPageBackToCat:hover span {
		float: right;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1;
		color: #ffffff;
		padding-right: .4em
	}
}
@media only screen and (min-width: 600px) and (max-width: 50em) {
	#pre_category {
		width: 100%;
	}
	#main_product_image_div {
    width: 100%;
    align-content: center;
    text-align: center;
    padding-left: 18%;
    padding-right: 18%;
    align-items: center;
	}
	.product-info-column {
		width:100%;
	}
	#column-reorder-1 {
		display: none;	
	}
	#column-reorder-2 {
		width: 100%;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 600px) {
    #column-reorder-2 {
        width: 100%;
        margin-left: 0px;
    }
    .top-selling-products .prevArrow,
    .grey-carousels-product-section .prevArrow {
        left: -5%;
    }
    .top-selling-products .nextArrow,
    .grey-carousels-product-section .nextArrow {
        right: -5%;
    }
}
@media only screen and (min-width: 50em) {
	header .logged-in-user {
		text-align: left;
	}

	main .white-category-section .category-name {
		height: auto;
	}

	main .trustpilot-homepage .tp-logo {
		max-width: 300px;
	}

	.shop-filters {
		display: block;
		position: static;
		padding: 0;
		transform: translate3d(0, 0, 0);
	}

	.shop-filters form {
		height: 100%;
		overflow: visible;
	}

	main .grey-6-block-section {
		background-color: #f2f2f2;
		padding: 40px 0;
	}
	main .grey-6-block-section .block {
		position: relative;
		min-height: 170px;
		margin-bottom: 40px;
		padding: 25px 0 60px;
		border: 1px solid #c0c0c0;
		background-color: #fff;
		overflow: hidden;
	}
	main .grey-6-block-section .block-image {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: none;
		width: 100%;
		margin: 0 auto;
	}
	main .grey-6-block-section .block-image img {
		max-height: 55px;
	}
	main .grey-6-block-section a {
		height: 100%;
	}
	main .grey-6-block-section a .block-title {
		font-size: 1.6rem;
		text-align: center;
	}
	main .grey-6-block-section a .block-description {
		text-align: center;
	}

	main .grey-carousels-product-section {
		background-color: #f1f1f1;
	}
	main .grey-carousels-product-section .slick-slide {
		margin: 0 20px 0 10px;
	}
	main .grey-carousels-product-section .carousel-block .button {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 50px;
	}
	footer .footer-navigation .medium-up-4 > li,
	footer .footer-navigation .large-up-4 > li {
		width: 25%;
		float: left;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	footer .footer-navigation .medium-up-4 > li li,
	footer .footer-navigation .large-up-4 > li li {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	footer .extraLinks li a {
		color: #000;
	}

	.sidebar:not(.shop-filters) {
		display: block;
	}

}
/* 11.2 - Footer Contact Details */
footer .footer-contact-details span {
	display: block;
	font-size: 0.7rem;
}
/* 11.3 - Footer Social Media */
footer .footer-social-media {
	list-style-type: none;
	margin-left: 0;
}
footer .footer-social-media li a {
	padding-left: 0;
}
footer .footer-social-media li a:hover {
	color: #df0100;
}
/* 11.4 - Footer SEO Content */
footer .extraLinks {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}
footer .extraLinks li {
	display: inline-block;
}
footer .extraLinks li:not(:last-child) a:after {
	content: "|";
	margin: 0 7px;
}
footer .extraLinks li a {
	display: block;
	font-size: 0.8rem;
}
/* 11.5 - Footer Copyright Notice */
footer .copyright {
	margin-bottom: 20px;
}
footer .copyright,
footer .seo-pages {
	font-size: 0.6rem;
}
footer .extraLinks li a {
	font-size: 0.6rem;
}
footer .copyright a {
	text-decoration: underline;
}
footer .copyright a:hover {
	color: #df0100;
}
/* 12.0 - Responsive CSS */
@media only screen {
	/* 12.1 - Mobile Typography */
	/* 12.2 - Mobile Header */
	/* 12.2.1 - Mobile Only White Header */
	.new-header-links {
		line-height: 1;
		text-align: center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
	}
	header #banner {
		max-height: 750px;
	}
	header #banner img {
		margin: 0 auto;
	}
	header #banner .caption-2 {
		position: relative;
		padding: 10px;
		min-height: 105px;
		background-color: #000;
		display: inline-block;
		vertical-align: middle;
	}
	header #banner .caption-1 {
		position: absolute;
		left: 0;
		right: 0;
	}
	header .banner #banner .button {
		display: none;
	}
	header .white-mobile-only-header {
		padding: 10px 0;
        position: fixed;
        width: 100vw;
        background-color: white;
        z-index: 199;
        border-bottom: 1px solid #666;
	}
    header .white-mobile-only-header > .row {
        display: flex;
        align-items: center;
    }
	header .white-mobile-only-header a {
		color: #000;
	}
	header .white-mobile-only-header a[aria-expanded="true"] {
		color: #df0100;
	}
	header .white-mobile-only-header .fa-bars {
		display: block;
		font-size: 2rem;
		text-align: center;
	}
	header .white-mobile-only-header .mobile-logo {
		display: block;
		margin: 0 auto;
	}
	header .white-mobile-only-header .fa-shopping-cart {
		display: block;
		font-size: 2rem;
		text-align: center;
	}
	/* 12.2.2 - Mobile Black Top Section */
	header .black-top-header {
		padding-top: 82px;
	}
	header .black-top-header .header-contact-details {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding-top: 12px;
	}
	/* 12.2.3 - Mobile Banner */
	header .banner .trustpilot {
		display: none;
	}
	header .banner #banner .caption-2 {
		font-size: 18px;
        padding: 32px 16px;
	}
	header .banner #banner .caption-1 {
		font-size: 24px;
		max-width: 340px;
		top: 0;
	}
	header .banner #banner .button {
		bottom: 30px;
		font-size: 26px;
		padding: 10px;
	}
	header .banner #banner .slick-next,
	header .banner #banner .slick-prev {
		background-color: transparent;
		font-size: 2rem;
	}
	/* 12.2.4 - Mobile Offcanvas Menu */
	.off-canvas {
		background-color: #fff;
		height: 100%;
	}
	.off-canvas .toggleMe .grey-col {
		display: none !important;
	}
	.off-canvas .toggleMe .pad-desktop li {
		width: 100% !important;
	}
	.menu > li > a {
		width: 100%;
		float: left;
		position: relative;
	}
    .hideThis .menu > li > a {
        padding-left: 1.5rem;
    }

	header .white-top-navigation .toggleMe {
		font-size: 0.8rem;
	}

	header .white-top-navigation .toggleMe > li > a {
		color: #df0100;
		font-weight: bold;
	}
	header .white-top-navigation .toggleMe > li > a:before {
		content: " ";
	}
	/* 12.3 - Mobile Content Section */
	/* 12.3.1 - Mobile White Category Section */
	main .white-category-section {
		padding: 20px 0;
	}
	main .white-category-section .category-container .price-flag {
		font-size: 16px;
	}
	/* 12.3.2 - Mobile Block of 6 Section */
	main .grey-6-block-section {
		background-color: #fff;
		padding: 20px 0;
	}
	main .grey-6-block-section a {
		border: none;
		color: #c6c6c6;
		display: block;
		padding-bottom: 0;
		padding-top: 0;
		margin-bottom: 7px;
		background-size: 0;
	}
	/* 12.3.3 - Mobile Grey Carousels Section */
	main .grey-carousels-product-section .slick-slide {
		border-right: none;
		text-align: center;
		margin: 0 10px;
	}
	main .grey-carousels-product-section .slick-next,
	main .grey-carousels-product-section .slick-prev {
		font-size: 2rem;
		position: absolute;
		top: 20%;
		z-index: 99;
        padding: 8px;
	}
	main .grey-carousels-product-section .slick-next {
		right: -8px;
	}
	main .grey-carousels-product-section .slick-prev {
		left: -8px;
	}
	main .grey-carousels-product-section #tabs .menu li a {
		font-size: 20px;
	}
    main .grey-carousels-product-section #tabs .menu li a:hover {
        color: #000;
    }
	/* 12.3.4 - Mobile Let us find the right door for you Section */
	main .let-us-find-the-right-door-for-you .title {
		line-height: 65px;
	}
	main .let-us-find-the-right-door-for-you p {
		height: 50px;
	}
	/* 12.3.5 - Mobile Door Features Section */
	main #door-features ul li {
		display: block;
	}
	main #door-features a {
		color: #000;
	}
	main #door-features .youtube {
		color: #df0000;
	}
	/* 12.3.6 - Mobile Brands Section */
	main .brands-slider-section #brands-slider {
		display: block;
		margin: 0 auto;
		max-width: 1490px;
	}
	main .brands-slider-section #brands-slider .slick-slide {
		padding-right: 0;
	}
	/* 12.3.7 - Mobile Grey Further Information Section */
	main .grey-further-information-section .slick-next,
	main .grey-further-information-section .slick-prev {
		font-size: 2rem;
		position: absolute;
		top: 40%;
		transition: color .3s ease-in-out;
		z-index: 99;
        padding: 8px;
	}
	main .grey-further-information-section .slick-next:active,
	main .grey-further-information-section .slick-prev:active {
		color: #df0100;
		transition: color .3s ease-in-out;
	}
	main .grey-further-information-section .slick-next {
		right: -12px;
	}
	main .grey-further-information-section .slick-prev {
		left: -12px;
	}
	main .blog-section #blog-slider .slick-prev {
		left: 0;
	}
	main .blog-section #blog-slider .slick-next {
		right: 0;
	}
	main .faq-section .question-item .question {
		font-size: 0.9rem;
	}
	main .faq-section .question-item .answer {
		font-size: 0.9rem;
	}
	main .grey-further-information-section .section-title .text {
		font-size: 1rem;
	}
	/* 12.3.8 - Footer Mobile */
	footer {
		background-color: #000;
		color: #fff;
	}
	footer hr {
		border-bottom: 1px solid #fff;
		max-width: 100%;
		width: 100%;
	}
	footer a {
		color: #fff;
	}
	footer .footer-navigation {
		display: none;
	}
	footer .seo-pages {
		display: none;
	}

	.columnA,
	.columnB {
		float: none;
		padding: 0;
		width: 100%;
	}
	.columnC {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.triangle-right,
	.triangle-left {
		display: none !important;
	}
    header #banner {
        background-color: #000;
    }
    header #banner img {
        max-width: 150vw;
        min-height: 200px;
    }
    header .banner #banner .caption-1 {
        top: 10vw;
    }
	#left_banner,#left_banner_link,	#left_banner_div{
		display: block !important;
		visibility: visible !important;
		align-content: center;
        width: 100% !important;
        padding: 0;
	}
}
@media only screen and (min-width: 768px) {
	h1 {
		display: block;
	}
	header #banner {
		max-height: 550px;
	}
	header #banner .caption-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 0 85px;
	}

	header .banner #banner .caption-1 {
		position: relative;
		font-size: 36px;
		max-width: 600px;
	}
	header #banner .caption-2 {
		background: none;
	}
	header .black-top-header .header-contact-details {
		display: block;
	}
	header .black-top-header .header-contact-details .telephone {
		border-right: none;
	}
	header .white-top-navigation .centered-display {
		display: block;
	}
	header .white-top-navigation .menu-centered .menu {
		position: relative;
	}
	header .white-top-navigation .menu-centered .menu li a {
		font-size: 10px;
	}
	header .banner #banner .slick-next,
	header .banner #banner .slick-prev {
		font-size: 3rem;
	}
	header .white-top-navigation .menu-centered > .menu > li:last-child a {
		line-height: 34px;
	}
	header .white-top-navigation .menu-centered > .menu > li:last-child ul li ul li a {
		line-height: normal !important;
	}
	.triangle-right,
	.triangle-left {
		display: block !important;
	}
	main .white-category-section {
		padding: 40px 0;
	}
	main .white-category-section .category-container .price-flag {
		font-size: 26px;
	}
	main .grey-carousels-product-section #tabs .menu li a {
		font-size: 16px;
	}
	main .grey-carousels-product-section .slick-slide {
		text-align: left;
	}
	main .grey-further-information-section .section-title .text {
		font-size: 0.8rem;
	}
	main .brands-slider-section #brands-slider .slick-slide {
		padding-right: 10px;
	}
	main .faq-section .question-item .question {
		font-size: 1.2rem;
	}
	main .faq-section .question-item .answer {
		font-size: 1rem;
	}
	main .blog-section .next {
		right: -85px;
	}
	main .blog-section .previous {
		left: -85px;
	}
	main .blog-section #blog-slider .slick-prev {
		left: -60px;
	}
	main .blog-section #blog-slider .slick-next {
		right: -60px;
	}
	main .blog-section #blog-slider .news-item {
		padding-right: 10px;
	}
	main .customer-information .section-heading {
		min-height: 75px;
	}
	footer {
		background-color: #f2f2f2;
		color: #000;
	}
	footer a {
		color: #000;
	}
	footer hr {
		border-bottom: 1px solid #000;
		max-width: 100%;
		width: 100%;
	}
	footer .footer-navigation {
		display: block;
	}
	footer .seo-pages {
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	header .black-top-header .header-contact-details {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	header .white-top-navigation .menu-centered .menu li a {
		font-size: 14px;
	}
	header .white-top-navigation .large-3,
	header .white-top-navigation .large-9 {
		width: 100%;
	}
	header .banner #banner .caption-1 {
		margin-top: 30px;
		font-size: 3.4rem;
		max-width: 1015px;
		line-height: 50px;
		padding: 15px 0;
		text-shadow: #000 0 3px 12px;
	}
	header .banner #banner .caption-2 {
		font-size: 2rem;
		max-width: 1400px;
		text-shadow: #000 0 3px 12px;
	}
	header .banner #banner .button {
		display: block;
		position: relative;
		bottom: 70px;
		font-size: 24px;
		padding: 15px;
		text-shadow: #000 0 3px 12px;
		box-shadow: #000 0 3px 12px;
	}

	.columnA {
		width: 25%;
		padding: 10px;
	}
	.columnB {
		width: 45%;
		padding: 10px;
	}
	.columnC {
		display: block;
		background-color: #ccc;
		width: 30%;
	}
	.columnC span {
		padding: 10px;
	}
	.columnA,
	.columnB,
	.columnC {
		float: left;
	}

	main .white-category-section .category-container .price-flag {
		font-size: 26px;
	}
	main .let-us-find-the-right-door-for-you .title {
		line-height: 1.5;
	}
	main .blog-section .next {
		right: -70px;
	}
	main .blog-section .previous {
		left: -70px;
	}
}
@media only screen and (min-width: 1200px) {
	.new-header-links {
		text-align: left
	}
	header .white-top-navigation .centered-display {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-content: center;
		align-items: center;
	}
	header .black-top-header .header-contact-details {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	header .black-top-header .header-contact-details .telephone {
		border-right: 1px solid #fff;
	}

	header .white-top-navigation .large-3 {
		width: 25%;
	}
	header .white-top-navigation .large-9 {
		width: 75%;
	}
	header .banner #banner .caption-1 {
		margin-top: 60px;
		font-size: 4rem;
	}
	header .banner #banner .button {
		position: absolute;
		top: 80%;
		left: 0;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
        transition: background .3s ease-in-out;
	}
	header .banner .trustpilot {
		display: block;
		top: 80%;
		right: 90px;
		transform: translateY(-50%);
	}
	main .grey-further-information-section .section-title .text {
		font-size: 1rem;
	}
	main .blog-section .next {
		right: -20px;
	}
	main .blog-section .previous {
		left: -20px;
	}
	main .grey-carousels-product-section #tabs .menu li a {
		font-size: 20px;
	}

	main .grey-6-block-section .block {
		margin-bottom: 0;
	}

	main .basket-mod .product-name {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 2000px) {
	header .banner #banner .caption-1 {
		margin-top: 100px;
	}
}


.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
.flex .grey-6-block-section,
.flex .white-category-section {
	flex: 1 100%;
}

@media only screen {
	.flex {
		flex: 2 0;
	}
	.flex .grey-6-block-section {
		order: 2;
	}
	.flex .white-category-section {
		order: 1;
	}
	.flex #column-reorder-1 {
		order: 2;
	}
	.flex #column-reorder-2 {
		order: 1;
	}
}
@media only screen and (min-width: 40em) {
	.flex {
		flex: 2 0;
	}
	.flex .white-category-section {
		order: 2;
	}
	.flex #column-reorder-1 {
		order: 1;
	}
	.flex #column-reorder-2 {
		order: 2;
	}
}

.ss-result-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 7px;
	padding-left: 0;
	padding-right: 0;
}
.ss-result-item a {
	color: #000;
}
.search-result-title {
	font-family: "Futura PT", sans-serif;
	color: #000;
	font-size: 14pt;
	display: block;
	margin-bottom: 7px;
}
a.go {
	font-family: "Futura PT", sans-serif;
	background-color: #df0000;
	padding:5px;
	color: #fff !important;
	clear:both;
}
#ss-gdo {
	margin-bottom: 40px;
}
.ss-results a {
	color: #000;
}
.ss-results .button {
	background-color: #df0000;
	font-weight: bold;
	text-transform: lowercase;
}
.ss-results .product-title {
	display: block;
	margin-top: 10px;
}
#search-results-container a {
	color: #000;
}
#search-results-container .h3like {
	display: block;
	border-bottom:1px solid #ccc;
	font-size: 1.8rem;
	font-family: "futura-pt", "Arial", sans-serif;
	margin-bottom: 10px;
}
#search-results-container .h3like .inner {
	display:inline-block;
	border-bottom:solid 2px #df0100;
	padding-right:10px;
}
#search-results-container .h3like .search-toggle,
#search-results-container .h3like-down .search-toggle {
	float: right;
}

#search-results-container .h3like-down .search-toggle a ,
#search-results-container .h3like .search-toggle a {
	color: #df0100;
	font-size: 19px;
	font-weight: bold;
}
#search-results-container .h3like-down {
	display: block;
	border-top:1px solid #ccc;
	font-size: 1.8rem;
	font-family: "futura-pt", "Arial", sans-serif;
	margin-bottom: 10px;
}
#search-results-container .h3like-down .inner {
	display:inline-block;
	border-top:solid 2px #df0100;
	padding-right:10px;
}

#search-results-container .search-results__read-more {
	display: block;
	border-top: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px 0;
	color: #df0000;
}
#search-results-container .pagination a {
	background-color: #b6b6b6;
}
#search-results-container .pagination a:hover {
	color: #fff;
	background-color: #000;
}
#search-results-container .pagination-fix {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
/* ***** MATT 14/1117 ***** */

#search-results-container .title {
	color: #086539;
	text-transform: uppercase;
	text-align: right;
	margin-right: 5px;
	position: absolute;
	right: 0;
	font-size: 12px;
    font-weight: bold;
}
#search-results-container .search_categories {
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0;
	position: relative;
}
#search-results-container .search_products {
	padding-top: 5px;
	position: relative;
}
#search-results-container a {
	color: inherit;
}
#search-results-container a:hover {
    color: #9e0100;
}
#search-results-container ul li {
	list-style-type: none;
	margin: 0 5px;
	text-align: left;
}
.sr-image-title {
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:red;
	font-size:15px;
	font-family: "Calibri", "Arial", sans-serif;
}
.table-wrap-quote-form {
	border: 1px solid #cacaca;
}
.table-wrap-quote-form .row .column:last-child {
	float: left !important;
}
.table-wrap-quote-form .color-heading {
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: center;
}
.table-wrap-quote-form .color-image img {
	display: block;
	margin: 0 auto;
}
.table-wrap-quote-form .color-input input {
	display: block;
	margin: 7px auto;
}
.getquote-button {
	margin-top: 24px;
	background-color: #df0100;
	border: 1px solid #df0100;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Futura PT", sans-serif;
	/*width: 100%;*/
	/*max-width: 175px;*/
	min-width: 150px;
	color: #fff;
}
.grey-bg-color {
	background-color: #cacaca;
	padding: 5px;
	display: block;
}
.select-w-h {
	border: 1px solid #cacaca;
	margin-top: 10px;
	margin-bottom: 10px;
}
.select-w-h .large-6 {
	padding: 7px 30px;
}
.select-w-h u {
	display: block;
	width: 100%;
	padding: 7px;
	background-color: #f1f1f1;
}
.inc-get-quote select {
	max-width: 350px;
}
.inc-get-quote .ralcolorholder {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 80px;
}


#cboxCurrent {
	font-size: 10px;
}
#cboxTitle {
	position: absolute;
	left: 0;
	text-align: center;
	width: 760px;
	height: 50px;
	display: block;
	margin: 0 auto;
	right: 0;
	font-size: 14px;
}
.cboxdescription {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	color: #fff;
	position: absolute;
	width: 800px;
	text-align: center;
	bottom: 92px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* PR-1991 */
.content-page-heading > div {
	background-size: 100% 100%;
}
.content-page-heading .smallBanner {
	min-height: 140px;
	max-height: 140px;
	padding: 20px 0;
}
.content-page-heading .bigBanner {
	min-height: 280px;
	max-height: 280px;
	padding: 80px 0;
}

.inc-page {
	position: relative;
}
.inc-page table table {
	margin-bottom: 0;
}
.page-options {
	list-style-type: none;
	margin-left: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
.page-options li {
	display: inline-block;
}
.removePadding {
	padding: 0 !important;
}
.removePadding img {
	width: 100%;
}
.newform .button {
	background-color: #df0100;
	border: 1px solid #df0100;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
	margin: 0 auto;
}
.newform .button:hover {
	background-color: #fff;
	color: #df0100;
}
.posrel {
	position: relative;
}
.posabs {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.new-header-links a {
	color: #fff;
	display: inline-block;
	font-size: 0.8rem;
    padding: 10px;
}
.new-header-links a:hover,
.new-header-links a:focus {
    color: #df0000;
}

.active-filter {
	color:#df0000;
	font-weight: bold;
	font-size: 15px;
	background-color: white;
	border:none;
	padding: 0 0 0 15px;
}
.sidebarheading {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding-bottom: 5px;
	position: relative;
}
.sidebarheading:after {
	content: " ";
	background-color: #df0100;
	height: 2px;
	left: 0;
	position: absolute;
	top: 29px;
	width: 125px;
}
.removefilter {
	font-size: 13px;
	color: #df0100;
	cursor: pointer;
}
.special-offer {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
}
.special-offer a {
	margin-bottom: 0;
	color: #000;
}
.special-offer .button {
	background-color: #df0100;
	border: 1px solid #df0100;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
	font-family: 'futura-pt', 'Tahoma', sans-serif;
	max-width: 150px;
	color: #fff;
}
.special-offer .button:hover {
	background-color: #fff;
	color: #df0100;
}

/* Blocks and Strips */
.mod-strip {
	margin: 40px 0;
}
.mod-strip .strip-title {
	margin: 60px auto 20px;
}
.mod-strip .strip-title .h2like {
	display: inline-block;
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 2rem;
	padding: 7px 10px;
	text-transform: uppercase;
	font-family: "futura-pt", "Tahoma", sans-serif;
}
.mod-strip .strip-intro {
	margin-bottom: 15px;
}
.mod-strip .text a {
	color: #000;
}
.mod-strip .text a:hover {
	color: #df0100;
}
.mod-strip--shopping-links-a .h2like {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	display: block;
	font-size: 2rem;
	max-width: 465px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "futura-pt", "Tahoma", sans-serif;
}
.mod-strip--shopping-links-a .h3like {
	font-family: "futura-pt", "Tahoma", sans-serif;
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 5px;
	position: relative;
}
.mod-strip--shopping-links-a .h3like:after {
	content: " ";
	background-color: #df0100;
	height: 2px;
	left: 0;
	position: absolute;
	top: 39px;
	width: 125px;
}
.mod-strip--shopping-links-a .row {
	max-width: 1568px;
}
.mod-strip--shopping-links-a ul {
	list-style-type: none;
	margin-left: 0;
}
.mod-strip--shopping-links-a ul li {
	width: 50%;
	float: left;
}
.mod-strip--shopping-links-a ul li a {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: #000;
	transition: color .5s ease-in-out;
	font-family: "futura-pt", "Tahoma", sans-serif;
}
.mod-strip--shopping-links-a ul li a:hover {
	color: #df0100;
	transition: color .5s ease-in-out;
}
.mod-strip--shopping-links-a ul li a:before {
	position: absolute;
	font-family: "FontAwesome", "Arial", sans-serif;
	content: "\f105";
	left: 0;
	top: 0;
}
.mod-strip--shopping-links-b ul {
	margin-left: 0;
}
.mod-strip--shopping-links-b ul li {
	list-style: none;
}
.mod-strip--location-links {
	background: url('../images/delivery.png') no-repeat center center;
	-webkit-background-size: 0px;
	background-size: 0px;
	background-color:white;
}
.mod-strip--location-links .row {
	background: rgba(255,255,255,0.8);
	padding: 25px;
	max-width: 1568px;
}
.mod-strip--location-links .mod-strip__block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.mod-strip--location-links .h2like {
	font-family: "futura-pt", "Tahoma", sans-serif;
	font-size: 2rem;
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	margin-bottom: 7px;
	padding-bottom: 15px;
	position: relative;
	line-height: 1;
}
.mod-strip--location-links .h2like:after {
	content: " ";
	background-color: #df0100;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 125px;
}
.mod-strip--location-links img {
	width: 100%;
}
.mod-strip--location-links .column {
	padding: 0;
}
@media only screen {
	.mod-strip--location-links .text {
		flex-basis: 100%;
		order: 2;
		padding-left: 0;
	}
	.mod-strip--location-links .img {
		flex-basis: 100%;
		order: 1;
	}
	.mod-strip--location-links .mod-strip__block {
		position: relative;
		padding-bottom: 100px;
	}
	.mod-strip--location-links .additional-text {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.mod-strip--location-links .additional-text span {
		display: inline-block;
		margin-right: 2px;
		font-size: 15px;
	}
}
@media only screen and (min-width: 40em) {
	.mod-strip--location-links .text {
		flex-basis: 75%;
		order: 2;
		padding-left: 20px;
	}
	.mod-strip--location-links .img {
		flex-basis: 25%;
		order: 1;
	}
	.mod-strip--location-links .img img {
		max-width: 320px;
	}
	.mod-strip--location-links .mod-strip__block {
		padding-bottom: 80px;
	}
	.mod-strip--location-links .additional-text {
		left: 26%;
	}

	main #door-features ul li {
		display: inline-block;
	}

	main .product-mod .product-info-column {
		padding-bottom: 140px;
	}
	main .product-mod .option.option-1 {
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 20px;
		height: 120px;
	}
}
@media only screen and (min-width: 84em) {
	.mod-strip--location-links .mod-strip__block {
		padding-bottom: 20px;
	}
	.mod-strip--location-links .additional-text {
		bottom: 0;
	}
}
@media only screen {
	.top-selling-products, #slickMe {
		max-width: 85%;
		display: block;
		margin: 0 auto;
	}
	.top-selling-products .prevArrow,
	.top-selling-products .nextArrow,
	.grey-carousels-product-section .prevArrow,
	.grey-carousels-product-section .nextArrow {
		font-size: 2rem;
		position: absolute;
		top: 35%;
        padding: 4px;
        z-index: 2;
	}
	.top-selling-products .prevArrow,
	.grey-carousels-product-section .prevArrow {
		left: -10%;
	}
	.top-selling-products .nextArrow,
	.grey-carousels-product-section .nextArrow {
		right: -10%;
	}
}
@media only screen and (min-width: 641px) {
	.top-selling-products, #slickMe {
		max-width: 100%;
	}

	.top-selling-products .prevArrow,
	.top-selling-products .nextArrow,
	.grey-carousels-product-section .prevArrow,
	.grey-carousels-product-section .nextArrow {
		position: static;
	}

	.grey-carousels-product-section #slickMe {
		min-height: 630px;
	}
}

.grey-carousels-product-section #slickMe {
	padding-bottom: 80px;
}

/* Clearance Doors */
.clearance-item {
	float: left;
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 10px;
	display: block;
	margin: 0 0.9375rem;
	max-width: 1170px;
}
.clearance-item img {
	width: 100%;
	margin-bottom: 10px;
}
.clearance-door-details p {
	color: #000;
	margin-bottom: 0;
}
.clearance-item-controls {
	float: left;
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 10px;
	display: block;
	margin: 0 0.9375rem 15px 0.9375rem;
	background-color: #f1f1f1;
	max-width: 1170px;
}

.button--search {
	color: #fff;
	font-family: "futura-pt", "Tahoma", sans-serif;
	font-weight: bold;
}
.clearance-item-controls .button {
	margin: 0 5px;
	color: #fff;
	font-family: "futura-pt", "Tahoma", sans-serif;
	font-weight: bold;
}

.gdo-pagination {
	margin: 10px 0;
}
.gdo-pagination a {
	color: #0a0a0a;
	background-color: #b6b6b6;
	display: inline-block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
}
.gdo-pagination b {
	color: #fff;
	background-color: #df0100;
	display: inline-block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
}
/* OFFCANVAS FIXES */

@media only screen {
	.off-canvas ul {
		list-style-type: none;
		margin-left: 0;
	}
	.off-canvas .close {
		display: block;
		padding: 0.7rem 1rem;
		background-color: #df0100;
		color: #fff;
	}
	.off-canvas .close-button {
		color: #fff;
	}
	.menu-alpha {
		display: none;
	}
	.hideThis {
		display: none;
	}
	.menu-alpha .menu li a {
		font-size: 0.9rem;
		font-family: "futura-pt", "Tahoma", sans-serif;
	}
	.menu-alpha .menu > li,
	.menu.vertical .menu > li {
		width: 100%;
		display: block;
		position: relative;
	}
	#pageLinksToggle i,
	#shopToggle i,
	#brandsToggle i,
	#offersToggle i,
	#prodinfoToggle i,
	#customerToggle i,
	.menu-alpha .menu > li > a > i {
		position: absolute;
		top: 13px;
		right: 5px;
	}
	#pageLinksToggle,
	#shopToggle,
	#brandsToggle,
	#offersToggle,
	#prodinfoToggle,
	#customerToggle {
		position: relative;
		border-bottom: 2px solid #df0100;
	}
	.off-canvas .heading {
		font-size: 1.1rem;
		font-weight: bold;
	}
	.menu-alpha .menu > li > .toggleMe {
		display: none;
	}
	.menu-alpha .menu > li ul ul {
		padding: 0;
	}
	.menu-alpha .desktopFloat > ul {
		min-height: 600px;
	}
	.menu-alpha .menu > li ul ul a {
		display: block;
		padding: 0 1rem;
	}
	.desktopFloat {
		float: none;
		width: 100%;
	}
	.off-canvas .menu .active > a {
		background-color: #df0100;
	}
	.related-products-section .slick-me-only-mobile {
		width: 100%;
		max-width: 280px;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.related-products-section .slick-me-only-mobile .slick-next,
	.related-products-section .slick-me-only-mobile .slick-prev {
		font-size: 1.5rem;
		position: absolute;
		top: 45%;
	}
	.related-products-section .slick-me-only-mobile .slick-next {
		right: -40px;
	}
	.related-products-section .slick-me-only-mobile .slick-prev {
		left: -40px;
	}
	.related-products-section .slick-me-only-mobile .slick-list {
		width: 100%;
	}
	.off-canvas a {
		color: #000;
	}

	main .product-mod .package-contents {
		margin: 0 auto 60px;
		border: 1px solid #efefef;
		border-top: none;
	}
	main .product-mod .package-contents .title {
		padding: 5px;
		border-radius: 5px 5px 0 0;
		background-color: #e20201;
		text-align: center;
		color: #fff;
		line-height: 1;
	}
	main .product-mod .package-contents div:not(.title) {
		display: inline-block;
		width: 33.33%;
	}
	main .product-mod .package-contents div:nth-child(2n+1):not(.title) {
		display: none;
	}
}
@media only screen and (min-width: 800px) {
    .desktopFloat {
        float: left;
        width: 68%;
    }
    .shop-filters-bar {
        display: none;
    }
}
@media only screen and (min-width: 40em) {

	.related-products-section .slick-me-only-mobile {
		max-width: 100%;
	}

	main .product-mod .package-contents div:not(.title) {
		width: 29.03%;
	}
	main .product-mod .package-contents div:nth-child(2n+1):not(.title) {
		display: inline-block;
		width: 6.4%;
		padding: 0 5px;
	}
	main .product-mod .package-contents div:nth-child(4n) {
		clear: both;
	}
}

@media only screen and (min-width: 64em) {
	h1 {
		margin-bottom: 7px;
		margin-top: 7px;
		text-align: left;
	}
	header .black-top-header .header-search-form .search-input {
		margin: 0;
	}
	header .black-top-header .header-search-form #search-results-container {
		margin: 0;
	}
	.flex .grey-6-block-section {
		order: 1;
	}
	.flex {
		flex: 2 0;
	}
	.flex .white-category-section {
		order: 2;
	}
	main .product-mod .package-contents {
		display: inline-block;
	}
	main .product-mod .package-contents div {
		display: block;
		max-width: 150px;
		width: 100%;
		float: right;
		clear: both;
	}
	main .product-mod .package-contents div:not(.title) {
		width: 100%;
	}
	main .product-mod .package-contents div:nth-child(2n+1):not(.title) {
		width: 100%;
	}
	main .product-mod .package-contents div:nth-child(2n+1):not(:first-child) {
		margin: 15px 0;
		text-align: center;
	}
}

@media screen and (min-width: 75em) {
	.new-header-links.margin-top {
		margin-top: 12px;
	}
    header .black-top-header {
        padding-top: 0;
    }
    #pre_sidebar {
        padding-right: 40px;
    }
}

#loadingProduct {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	padding: 25% 50%;
}
#loadingProduct.active {
	display: block;
}
svg path,
svg rect{
	fill: #df0100;
}
.loader{
	height: 100px;
	width: 20%;
	text-align: center;
	padding: 1em;
	margin: 0 auto 1em;
	display: inline-block;
	vertical-align: top;
}

.mod-send-link {
	padding: 10px;
}

.tableWrap {
	clear: both;
}
.tableWrap .column:last-child:not(:first-child) {
	float: left;
}

#manualorders .greysection {
	padding: 5px;
	margin-top: 40px;
	border: 1px solid #f0f0f0;
	background-color: #F7F7F7;
}
#manualorders .greysection .title {
	display: inline-block;
	position: relative;
	top: -20px;
	left: 10px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: #EDEDED;
}
#manualorders .greysection input {
	height: 38px;
	padding: 5px;
}

.ui-dialog-titlebar {
	padding: 5px;
	border: 1px solid #dcdcdc;
	background-color: #EDEDED;
}
.ui-dialog .ui-dialog-titlebar-close {
	float: right;
	line-height: 1.5;
}
.product-information-tabs ul {
	padding:0px !important;
	margin:0px !important;
}
.product-information-tabs li.ui-tabs-tab {
	border-left:0.1px solid #c0c0c0;
	border-right:0.1px solid #c0c0c0;
	padding-left:10px;
	padding-right:10px;
	margin-left: -1px;
	/*! font-size: 11px; */
}

.product-information-tabs li.ui-tabs-tab[aria-selected="true"] {
	border-top: 2px solid #df0100;
	border-bottom: 1px solid white;
	margin-bottom: -2px;
	padding-bottom: 10px;
	margin-right: -0.5px;
	background-color: white;
}
.prdcatimg_special_offer {
	border:1px solid red !important;
}
#header_banner {
    object-fit: cover;
}
@media only screen  and ( min-width :700px) {
	#main_product_image_special {
		position : relative;
		top : -510px;
		left : 0;
		z-index : 3;
	}
	#main_product_image {
		position : relative;
		top : 0;
		left : 0;
		z-index : 1;
	}
	#main_product_image_link {
		display : block;
		width : 500px;
		height : 500px;
	}
	#main_product_image_div {
		min-width : 500px !important ;
	}
}
@media only screen and ( max-width: 1200px ) {
	#main_product_image_special {
		position : relative;
		top : -360px;
		left : 0;
		z-index : 3;
	}
	#main_product_image_ {
		position : relative;
		top : 0;
		left : 0;
		z-index : 1;
	}
	#main_product_image_link {
		display : block;
		width : 350px;
	}
	#main_product_image_div {
		min-width : 350px !important ;
	}
    #fireDrilldown .menu>.menu li>ul.row { display: none;}
    #fireDrilldown .menu-alpha .menu > li ul.gdo2019_menu_main_row,
    #fireDrilldown .menu-alpha .menu > li ul.gdo2019_menu_main_row_large { padding: 0 0 0 2rem; }
    #fireDrilldown a.heading { text-decoration: underline; }
    ul.gdo2019_menu_main_cols li { padding-left: 1rem; }
    .menu-alpha .desktopFloat > ul { min-height:0; margin-bottom:0; }
    a#pageLinksToggle { background-color: #404040; color: white; }
    .home-link { font-weight: bold; border-bottom: 2px solid #df0100; }
    .toggleMe .gdo2019_menu_main_cols_label,
    .toggleMe .gdo2019_menu_main_cols_label_large,
    .toggleMe .gdo2019_menu_main_cols_info,
    .toggleMe .gdo2019_menu_main_cols_info_large{ padding-left: 1rem; }
    .off-canvas .menu .active > a.heading {background-color: transparent; color: black;}
    .menu.hideThis > .menu > li:last-of-type > a { border-bottom: 2px solid #df0100; }
    header .banner #banner .caption-1 { text-shadow: #000 0 3px 12px; }
}
@media only screen and ( max-width: 800px ) {
    #pre_sidebar {
        width: 100%;
    }
	#main_product_image_special {
		position : relative;
		top : -510px;
		left : 0;
		z-index : 3;
	}
	#main_product_image {
		position : relative;
		top : 0;
		left : 0;
		z-index : 1;
	}
	#main_product_image_link {
		display : block;
		width : 100%;
        max-width: 100%;
	}
}
@media only screen and ( max-width :400px){
	#main_product_image_special {
		position : relative;
		top : -360px;
		left : 0;
		z-index : 3;
	}
	#main_product_image_ {
		position : relative;
		top : 0;
		left : 0;
		z-index : 1;
	}
}
@media only screen and ( max-width :640px) {
    #header_banner {
        visibility: hidden;
        display: none;
    }
    .category-navigation-controls {
        text-align: center;
    }
    .category-navigation-controls .pagination li {
        display: inline-block;
    }
    .posabs {
        position: relative;
    }
    .related-information li {
        font-size: 1rem;
        padding: 4px 0;
    }
    main .product-mod .option {
        padding: 32px 0;
    }
    #productPageBackToCat {
        margin-bottom: 24px;
    }
    .option-1-content {
        font-size: 1.5rem;
        text-align: center;
    }
}

/* Page Builder */
.paragraph3 .grid-x,
.paragraph4 .grid-x {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
.paragraph2 .overlay .btn-large {
	height: 100%;
	width: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.paragraph2 .overlay .btn-large:hover {
	background-color: #2222;
}
.paragraph5 .images-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.paragraph5 .images-grid > div {
	background-size: cover;
	background-repeat: no-repeat;
	flex: 1 1 0;
	margin-left: 0;
	margin-right: 0;
}
.paragraph5 .images-grid > div .text-center {
	padding: 8px;
	color: #fff;
}
.paragraph5 .images-grid > div a * {
	transition: all 0.3s;
}
.paragraph5 .images-grid > div a:hover .text {
	text-shadow: 3px 3px 10px #222;
}
.paragraph5 .images-grid > div a:hover p {
	filter: brightness(0.8);
}
.paragraph6 iframe {
	width: 100%;
}
.paragraph8 {
	display: flex;
	flex-wrap: nowrap;
	gap: 32px;
}
.paragraph8 >.cell {
	flex: 1 1 33%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
}
.paragraph8 .text-center {
	padding: 8px;
	color: #fff;
}
.paragraph8 a .text {
	transition: all 0.3s;
}
.paragraph8 a:hover .text {
	text-shadow: 3px 3px 10px #222;
}
.paragraph10 {
	display: flex;
	flex-wrap: nowrap;
	gap: 32px;
	justify-content: space-between;
}
.paragraph10 > a {
	width: 100%;
}
.paragraph10 >.cell {
	flex: 1 1 33%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
}
.paragraph10 >.cell .text-center {
	padding: 8px;
	color: #fff;
}
.paragraph10 >.cell a {
	transition: all 0.3s;
	text-shadow: 3px 3px 10px transparent;
}
.paragraph10 >.cell a:hover {
	text-shadow: 3px 3px 10px #222;
}
.small-12.cell .small-12.columns {
	padding: 0;
}
.grid-container .parent > .grid-container {
	padding: 0;
}

@media only screen and ( max-width: 1200px ) {
	.paragraph5 .images-grid > div {
		flex-basis: 40%;
	}
	.paragraph8 {
		flex-direction: column;
	}
	.paragraph10 {
		flex-direction: column;
	}
}
@media only screen and ( max-width :640px) {
	.paragraph2 .overlay .btn-large {
		font-size: 2rem !important;
	}
	.paragraph3 .grid-x {
		flex-direction: column;
	}
	.paragraph4 .grid-x {
		flex-direction: column-reverse;
	}
	.paragraph4 .cell.end {
		padding: 15px;
	}
	.paragraph5 .images-grid > div {
		flex-basis: 80%;
	}
}
