/*
@font-face {
	font-family: 'Tw Cen MT';
	src: url('/catalog/view/fonts/tw_cen_mt/TCM.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCM.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCM.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCM.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCM.svg#1878b262c5cfb0b4122a43b080ba8e19') format('svg'); 
	font-style:   normal;
	font-weight:  400;
}
@font-face {
	font-family: 'Tw Cen MT';
	src: url('/catalog/view/fonts/tw_cen_mt/TCMI.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCMI.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCMI.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCMI.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCMI.svg#a3cd684301491d4213e0bffef5b3787e') format('svg'); 
	font-style:   italic;
	font-weight:  400;
}
@font-face {
	font-family: 'Tw Cen MT';
	src: url('/catalog/view/fonts/tw_cen_mt/TCB.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCB.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCB.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCB.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCB.svg#36606a772c9825163f205ffacdfb1112') format('svg'); 
	font-style:   normal;
	font-weight:  700;
}
@font-face {
	font-family: 'Tw Cen MT';
	src: url('/catalog/view/fonts/tw_cen_mt/TCBI.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCBI.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCBI.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCBI.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCBI.svg#2799bed8612f83240e400495c9a318e5') format('svg'); 
	font-style:   italic;
	font-weight:  700;
}
@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('/catalog/view/fonts/tw_cen_mt/TCCB.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCCB.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCB.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCB.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCB.svg#1f12d53e83e112c65ecda1fce088ca84') format('svg'); 
	font-style:   normal;
	font-weight:  700;
}
@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('/catalog/view/fonts/tw_cen_mt/TCCEB.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCCEB.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCEB.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCEB.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCEB.svg#81cf2a578b7d43c7c9be18a3cf8c79b7') format('svg'); 
	font-style:   normal;
	font-weight:  800;
}

@font-face {
	font-family: 'Tw Cen MT Condensed';
	src: url('/catalog/view/fonts/tw_cen_mt/TCCM.eot'); 
	src: url('/catalog/view/fonts/tw_cen_mt/TCCM.eot?#iefix') format('embedded-opentype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCM.woff') format('woff'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCM.ttf')  format('truetype'), 
			 url('/catalog/view/fonts/tw_cen_mt/TCCM.svg#7ea43cd6d8e71deaba06ca858338c6a9') format('svg'); 
	font-style:   normal;
	font-weight:  400;
}
*/

body.pre-init .overlay, body.pre-init .modal, body.pre-init .modal-overlay {
	display: none;
}

/* sticky footer*/
#canvas-container {
	min-height: 100%;
}
#footer-wrapper {
	position: sticky;
	top: 100vh;
}

/* Global site styles */
:focus {
	outline-color: transparent;
	outline-style: none;
}
textarea, input[type="text"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 6px 6px 6px 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus {
	border-color: #66afe9;
}
.center {
	text-align: center;
}
.no-padding {
	padding: 0!important;
}

.help-icon {
	background: transparent url("/image/icons/info-icon-20.png") no-repeat scroll 50% 0%;
	width: 27px;
	height: 16px;
	cursor: help;
	display: inline-block;
	background-size: contain;
	opacity: 0.8;
	margin-bottom: -1px;
}
.ui-tooltip a {
	font-weight: bold;
	color: #8b0000;
 }
 .help-hover a:hover {
	color: #be0000;
}

html.wait, html.wait * {
	cursor: wait !important;
}
button::-moz-focus-inner {
		padding: 0;
		border: 0
}

input.button {
	-webkit-appearance: none;
}
h1 {
	padding-top: 0;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
a, img {
	box-sizing: border-box;
}
input[type*="radio"], input[type*="checkbox"] { top: -0.5px; }
.button, .no-select {
	-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Chrome/Safari/Opera */
		 -khtml-user-select: none; /* Konqueror */
			 -moz-user-select: none; /* Firefox */
				-ms-user-select: none; /* Internet Explorer/Edge */
						user-select: none; /* Non-prefixed version, currently
																	not supported by any browser */
}
.help {
	color: #818a91;
}
#topcontrol {
	z-index: 2;
}
#canvas-container {
	background-color: #f3f3f3;
}
#column-left, #column-right {
	width: 25%;
	padding-left: 4px;
	box-sizing: border-box;
	background: #fff;
}
#column-left + #content {
	width: auto;
	margin-left: 25%;
	float: none;
}
#content {
	background-color: #fff;
}
.white-wrapper {
	background: #fff;
	overflow: auto;
	padding-bottom: 40px;
}
.wrapper .padded-box {
	padding: 0 15px;
}
.wrapper .box {
	padding: 10px;
}
.wrapper, .jcarousel {
	max-width: 1296px;
	width: 94%;
	margin: 0 auto;
}
td > label .radio-help {
		background: url('/image/help.png') no-repeat scroll 100% 0%;
		background-size: contain;
		display: inline-block;
		width: 16px;
		height: 16px;
		cursor: help;
		vertical-align: middle;
		margin: 0 4px;
}
.buttons, .buttons .button {
	position: relative;
}
.product-info .cart .button:disabled, .product-info .cart .button:hover:disabled, .product-info .cart .btn:disabled, .product-info .cart .btn:hover:disabled {
	border: 2px solid #ccc;
	color: #fff;
	background: #ccc;
	cursor: not-allowed;
}
/*
.buttons.loading:before {
	content:url('/catalog/view/theme/default/image/loading.gif');
		position: absolute;
		left: -24px;
}
*/
body .btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	filter: none;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: normal;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}
body .btn-danger, body .btn-danger:hover:disabled {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
}
body .btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a;
}
body .btn-warning, body .btn-warning:hover:disabled, body a.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
body .btn-warning:hover, body a.btn-warning:hover {
		color: #fff;
		background-color: #ec971f;
		border-color: #eb9316;
}
body .btn-info, body .btn-info:hover:disabled {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
}
body .btn-info:hover {
		color: #fff;
		background-color: #31b0d5;
		border-color: #2aabd2;
}
body .btn-success, body .btn-success:hover:disabled {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}
body .btn-success:hover {
		color: #fff;
		background-color: #449d44;
		border-color: #419641;
}
body .btn-primary, body .btn-primary:hover:disabled {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}
body .btn-primary:hover {
		color: #fff;
		background-color: #025aa5;
		border-color: #01549b;
}

body .btn-default, body .btn-default:hover:disabled {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
body .btn-default:hover {
		color: #fff;
		background-color: #888;
		border-color: #888;
}
body .btn-disabled, body .btn-disabled:hover {
	color: #FFF;
	background-color: #ccc!important;
	border-color: #ccc!important;
	cursor: not-allowed;
}
body .btn-small {
	padding: 0px 5px;
	margin: 1px 5px;
	font-size: 0.8em;
}
body .btn-xs {
	padding: 0px 4px;
	margin: 1px 5px;
	font-size: 0.7em;
}
body .btn.hidden {
	display: none;
}
body a, body .text-primary {
	color: #007bff;
}
body a:hover, body a.text-primary:hover {
	color: #0062cc;
}
#container .remove {
	background-image: url('/catalog/view/theme/default/image/remove.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 11px;
	vertical-align: middle;
	opacity: 0.9;
}

#notification-fixed .success,
#notification-fixed .warning,
#notification-fixed .attention,
#notification-fixed .information {
	top: calc(50% - 194px);
	margin: 0;
}

/* bootstrap stuff */

.alert {
	padding: 12px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 1.1em;
}

.white-wrapper > .alert {
		max-width: 1296px;
		width: 94%;
		margin: 10px auto;
}

.white-wrapper > .wrapper > .alert:first-child {
	margin-top: 10px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert>p,.alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link, .alert-success a {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link, .alert-info a {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #dfcda7; /*#f8e4ba;*/
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link, .alert-warning a {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger b, .alert-danger strong {
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .alert-danger a {
	color: #843534;
}
.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert a {
	text-decoration: underline;
}
.alert b, .alert strong {
	color: inherit;
}

button.close {
		padding: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
		margin-top: -2px;
}
.close {
		float: right;
		font-size: 26px;
		font-family: sans-serif;
		font-weight: bold;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		opacity: .2;
		filter: alpha(opacity=20);
}
.close:hover, .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .5;
		filter: alpha(opacity=50);
}

#header_bottom {
	position: relative;
}
/* ymm select menu */
.box-ymm select {
	width: 100%;
}
div.ymm-submit {
	padding: 9px 4px 4px;
	width: auto;
	display: none;
}
.box-ymm div {
	float: left;
}
.box-ymm {
	overflow: auto;
}
.box-ymm :focus {outline: none;}
.box-ymm select::-moz-focus-inner {border:0;}

.box-ymm select {
	padding: 2px 0;
	color: #444;
	border: 1px solid #444;
	height: 26px;
}

@-moz-document url-prefix() {
	select {
			height: auto!important;
	}
}

.box-ymm .button {
	background-color: #999;
	border-color: #999;
	border-radius: 3px;
	padding: 1px 7px;
	margin: 4px 10px 0 10px;
}
.box-ymm .button:hover {
	background-color: #fff;
}
.box-ymm .select-vehicle .button {
	margin: 4px 10px 0 0;
}
.box-ymm .select-vehicle .no-vehicle {
	margin: 8px 10px 0 0px;
	color: #fff;
	font-size: 16px;
}
.box-ymm div.vehicle {
	color: #aaa;
	font-size: 15px;
	margin: 8px 6px 0;
}
.box-ymm .vehicle > span {
	color: #fff;
	font-size: 16px;
}

.box-ymm .button-search {
	position: absolute; 
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	background: url('/catalog/view/theme/default/image/button-search.png') no-repeat scroll center center transparent;
}

.box-ymm .input-search {
	border-radius: 3px;
	font-size: 14px;
	padding: 0 0 1px 14px;
	height: 20px;
	border: 2px solid #EEE;
	font-family: Verdana,Arial,sans-serif;
	margin-left: 0;
}

.box-ymm {
	float: left;
	overflow: visible!important;
	margin-top: 1px;
	width: auto;
}

body > .ui-selectmenu-menu {
		z-index:10000;
	position: fixed;
	white-space: nowrap;
}
.ui-state-disabled {
		opacity: 0.60;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	font-size: 0.93em;
	line-height: 1.1;
}
.ui-corner-all {
	border-radius: 3px!important;
}
.ui-dialog.ui-corner-all {
	border-radius: 7px!important;
}
.ui-dialog-titlebar {
	display:none;
}
.ui-widget {
	font-size: 1em;
}
.box-ymm > div {
	vertical-align: top;
}
.box-ymm .select-vehicle {
	display: none;
	float: none;
}
.box-ymm #search {
	margin: 4px 12px 0 0;
	position: relative;
}
td .select-vehicle a {
	color: #ff6e00;
	font-weight: bold;
	-webkit-transition: none;
	-moz-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none
	transition: none;
}
td .select-vehicle a:hover {
	color: #e66300;
}

img[title="Remove"] { max-width: none; }
.ui-widget-overlay {
	background-color: black;
	background-image: none;
	opacity: 0.65;
	z-index: 10001;
}
div[aria-describedby="usa_redirect"] .ui-dialog-titlebar { display: none }
div[aria-describedby="usa_redirect"] .ui-dialog-buttonpane { padding-bottom: 0; text-align: center; }
div[aria-describedby="usa_redirect"] .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
div[aria-describedby="usa_redirect"] .ui-dialog-buttonpane button {
	width: 235px;
	height: 30px;
	white-space: nowrap;
}
@media (max-width: 768px) {
	div[aria-describedby="usa_redirect"] .ui-dialog-buttonpane {
		padding-right: .4em;
	}
	div[aria-describedby="usa_redirect"] .ui-dialog-buttonpane button {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	input, select, textarea {
		font-size: 14px;
	}
}
#powered .payment-icons {
	float: right;
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-transition: 300ms -webkit-filter linear;
	-moz-transition: 300ms -moz-filter linear;
	-moz-transition: 300ms filter linear;
	-ms-transition: 300ms -ms-filter linear;
	-o-transition: 300ms -o-filter linear;
	transition: 300ms filter linear;
}
.payment-icons:hover {
	-webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
		filter: grayscale(20%);
}
.payment-icons {
	background: url("/image/data/trust-logos/payment-icons-30.png") no-repeat;
	width: 47px;
	height: 30px;
	-webkit-filter: grayscale(94%); /* Safari 6.0 - 9.0 */
		filter: grayscale(94%);
		opacity: 0.8;
}
.payment-icons.vi {
	background-position: 0px 0px;
}
.payment-icons.mc {
	background-position: -47px 0px;
}
.payment-icons.pp {
	background-position: -94px 0px;
}

.payment-icons-alt {
	background: url("/image/data/trust-logos/paymenticons-30i.png") no-repeat;
	background-color: rgba(255,255,255,.8);
	width: 46px;
	height: 28px;
	/*
	width: 48px;
	height: 30px;
	-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		*/
}
.extra {
	color: #444;
}
.extra span:first-child {
	font-weight: bold;
}
.attribute thead tr td { font-weight: bold; }
.attribute tr td { text-align: left!important; }
.attribute td { background-color: #fff; }
#tab-vehicle td {
	white-space: nowrap;
}
#tab-vehicle td:last-child {
	white-space: normal;
}
#tab-description .accessoriesHeader {
	background-color: #dedfe7;
	border: 1px solid #dddddd;
	font-weight: bold;
	padding: 5px;
	color: #424d63;
	margin-bottom: 5px;
	margin-top: 5px;
}
.tab-content { 
	background: #eee;
	padding: 15px;
}
.tab-content h2 {
	font-weight: bold;
	margin: 0 0 15px;
}
.tab-content .video-wrapper {
	position: relative;
	width: 100%;
}
.tab-content .video-iframe-wrapper {
	height: 0;
	padding-bottom: 75%;
}
.tab-content .video-wrapper + .video-wrapper {
	margin-top: 15px;
}
.tab-content .video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.tab-content .video-wrapper video {
	object-fit: cover;
}

/* YMM MODULE */
#ymm-header {
	max-width: 1296px;
	width: 94%;
	height: auto;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	margin: auto;
}
#ymm-header .ui-front {
		z-index: 10000;
}
#ymm-header .htabs {
	margin-top: 0;
}
#ymm-header .htabs a {
	border-right: none;
	padding: 14px 20px;
	backgound: #ccc;
	color: #555;
}
#ymm-header .htabs a.selected, #ymm-header .htabs a.selected:hover {
	background: #444;
	color: #fff;
}
#ymm-header .htabs a:hover {
	background: #888;
	color: #fff;
}
#ymm-header .tab-content {
	background-color: #444;
	border: none;
	padding: 20px;
	margin-bottom: 0;
}
#ymm-header .tab-content ul {
	padding: 0.5em;
}
#ymm-header #tab-ymm {
	padding: 10px;
}
#ymm-header #tab-ymm .selected-vehicle {
	padding: 5px;
	display: flex;
	align-items: center;
}
#ymm-header #tab-ymm .selected-vehicle a {
	font-size: 0.88em;
	color: #ddd;
	white-space: nowrap;

}
#ymm-header #tab-ymm .selected-vehicle a:hover {
	color: #fff;
}
#ymm-header #tab-ymm .selected-vehicle a + a {
	margin-left: 0.5em;
}
#ymm-header #tab-ymm .selected-vehicle .right {
	flex-grow: 1;
	text-align: right;
	margin-left: 5px;
}
#ymm-header #tab-ymm .selected-vehicle .button {
	margin: 0;
	border-radius: 3px;
}
#ymm-header #tab-search {
	display: flex;
	flex-wrap: nowrap;
}
#ymm-header #tab-search .button {
	margin: 0;
	padding: 6px 1.5em;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#ymm-header #tab-search input {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	flex: 1 1 auto;
}
#ymm-header #tab-search .button, #ymm-header #tab-search input {
	height: 35px;
	box-sizing: border-box;
	border:none;
}

#ymm-header #change-vehicle {
	font-size: 0.88em;
	color: #ddd;
}
#ymm-header #change-vehicle:hover {
	color: #fff;
}

#header_bottom .flexslider + #ymm-header, #header_bottom .fixed-banner + #ymm-header {
	margin-top: -60px;
	position: relative;
}
#ymm-header .vehicle {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 25px;
}
#ymm-header .vehicle, #ymm-header #change-vehicle {
	white-space: nowrap;
	vertical-align: baseline;
}

#ymm-header .intro {
	padding: 2px 7px 7px;
	font-size: 1.22em;
	font-weight: 600;
	color: #eee;
}
#ymm-header .intro span {
	color: #fff;
	font-weight: 700;
}
#ymm-header.ymm-not-set .ymm-content {
	display: flex;
	justify-content: space-between;
}
#ymm-header .ymm-content > div {
	 margin: .4em 0.25em;
}
#ymm-header .ymm-content .ymm-select-wrapper {
	flex: 1;
	width: auto;
}
#ymm-header .ymm-content > div > select {
	width: 100%;
}
#ymm-header .ymm-content .ui-selectmenu-button {
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}
#ymm-header .ymm-content .ui-selectmenu-button span.ui-selectmenu-text {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	padding: 0.55em 2.1em 0.55em 1em;
	font-family: 'Open Sans',sans-serif;
}
#ymm-header .ymm-content .select-vehicle {
	display: none;
}
#ymm-header .ymm-content .ymm-submit-wrapper {
	/*flex: 0;*/
}
#ymm-header .ymm-content .ymm-submit-wrapper .button {
	margin: 0;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 0.933em;
	padding: .39em 1em;
}
#ymm-header .btn-disabled {
	background-color: #fff;
	border-color: #aaa;
	cursor: not-allowed;
	opacity: 0.74;
	color: #777;
}
@media (max-width: 1140px) {
	#ymm-header.ymm-not-set {
			width: auto;
			margin: 7px 20px;
		}
}
@media (max-width: 950px) {
	.box-ymm .select-vehicle .button {
		margin-left: 10px;
	}
	.box-ymm .select-vehicle .no-vehicle {
		margin: 8px 3px 0 10px;
	}
}
@media (max-width: 875px) {
	#ymm-header > .select-vehicle {
		display: block;
	}
	.box-ymm .select-vehicle .no-vehicle {
		display: none;
	}
	#ymm-header.ymm-not-set {
		font-size: 13.5px;
	}
}
@media (max-width: 767px) {
	#ymm-header.ymm-not-set {
		font-size: 12px;
	}
	#ymm-header .ymm-content .ymm-submit-wrapper .button {
		padding: .4em 1em;
	}
}
@media (max-width: 685px) {
	#ymm-header.ymm-not-set {
		font-size: 11px;
	}
}
@media (max-width: 630px) {
	#ymm-header.ymm-not-set .ymm-content {
		display: block;
	}
	#ymm-header.ymm-set {
		font-size: 14px;
	}
}
@media (max-width: 580px) {
	#ymm-header.ymm-set {
		font-size: 13px;
	}
}
@media (max-width: 540px) {
	#ymm-header.ymm-set {
		font-size: 12px;
	}
}
@media (max-width: 360px) {
	#ymm-header .htabs a {
		float: left;

	}
}

.ymmsubmit { display: none; }
.ymmtitle {
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
.ymmfooter { 
	padding: 10px;
	text-align: center;
}
.ui-dialog {
	max-width: 700px;
	min-width: 250px;
	overflow: visible;
}
.ui-dialog-titlebar-close {display: none }
#ymmset {
	list-style-type: none;
	text-align: center;
}
#ymmset select { width: 200px; }
.cbox { max-height: 175px; }
#ymmset .ui-state-disabled {
		opacity: 0.60;
}
#ymmset .ui-selectmenu-button {
	box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.3);
	width: 96%!important;
	
}
#ymmset .ui-selectmenu-button span.ui-selectmenu-text {
		font-size: 1.1em;
		line-height: 1.2;
}
#ymmset .ui-corner-all {
		border-radius: 3px!important;
}
@media (min-width : 768px) {
	#ymmset {
		display:table;
		width: 95%;
		margin: auto;
	}
	#ymmset li { display: table-cell; width: 33.3%; padding: 0 2px;}
}


html > body .header-bottom {
	display: block;
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}
.header-bottom > div {
	display: inline-block!important;
}
.options .required {
	font-size: 1.5em;
	vertical-align: middle;
}
.required {
	color: red;
}

.login_msg {
	max-width: none;
	border: none;
	background-color: #EEE!important;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 12px;
	color: #E44D2E;
	margin-top: 8px;
}
.login_msg a {
	color: #555;
}

.login_msg a:hover {
	text-decoration: underline;
}

.product-info .option strong {
	font-size: 1.2em;
	margin-bottom: 0px;
}
.option table {
	margin-top: 0px!important;
}
.product-info .option-image img {
	border: none;
}
.option .option-image tr td:first-child {
	width:18px!important;
}

.product-info .radio-option-label {
	font-size: 1.2em;
	margin-left: 5px;
}

.product-info .radio-option-label.redline {
	font-size: 1.6em;
	font-weight: bold;
}

iframe[name="google_conversion_frame"] {
	display:block;
	height: 0;
}

/* top bar */
#header, #topbar {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(250,250,250,0.87);
}

#topbar {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #AAA;
	line-height: 1.6;
	overflow: visible;
	background: #fff;
	z-index: 10000;
}
#topbar.low {
	z-index: 100;
}
#topbar, #topbar a, #topbar span {
	font-size: 12px;
	color: rgba(0,0,0,.6);
}
#topbar .social a {
	font-size: 1.4em;
	margin: 1.5px 0 0 6px;
}
#topbar .cell.social {
	padding: 2px 0;
}
#topbar .social a {
	margin: 0 0 0 6px;
	color: #ddd;
}
#topbar .social a:hover {
	color: #fff;
	transition: none;
}
/*
#topbar .social a {
	font-size: 1.4em;
	margin: 1.5px 0 0 6px;
	height: 0.895em;
	width: 0.895em;
	text-align: center;
	overflow: hidden;
	border-radius: 0.15em;
	display: inline-block;
	transition: background 300ms;
}
#topbar .social a i {
	vertical-align: top;
	transition: color 300ms;
}

#topbar .social a:hover {
	transition: background 0ms;
	background: #fff;
}
#topbar .social a:hover i.fa-facebook-square {
	color: #4267B2;
}
#topbar .social a:hover i.fa-twitter-square {
	color: #00ACEE;
}
#topbar .social a:hover i.fa-youtube-square {
	color: #C4302B;
}
#topbar .social a:hover i.fa-linkedin {
	color: #0E768A;
}
*/

#topbar .table {
	display: table;
	height: 26px;
	box-sizing: border-box;
	border-collapse: collapse;
}
#topbar .table > div {
	display: table-cell;
}
#topbar .right {
	text-align: right;
}
#topbar .left {
	text-align: left;
}
#topbar .s_selected {
	text-transform: capitalize;
}
#topbar .cell {
	position: relative;
	height: 26px;
	vertical-align: middle;
	display: inline-block;
	padding: 4px 0;
	box-sizing: border-box;
}
#topbar .cell + .cell {
	margin-left: 8px;
}
#toppanel #logo {
	float: left;
}

#topbar .box-ymm,
#topbar .right > div > a,
#topbar .right > div > span,
#topbar .right form > div > span {
	color: #56585A;
	font-size: 12px;
}
#language_switcher li img {
	width: 18px;
	vertical-align: middle
}
#language_switcher {
	text-align: left;
	margin: 0;
	padding-right: 0;
}
#topbar #account_switcher {
	text-align: left;
	padding-right: 0;
	display: inline-block;
	float: none!important;
}
#topbar #account_switcher .option {
	background: #fff;
	padding: 12px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	min-width: 100px;
	margin-top: 3px;
}
#topbar #account_switcher .option input {
	border-radius: 0;
	border: 1px solid rgb(187, 187, 187);
	padding: 9px 0;
	-webkit-appearance: none;
}
#topbar #account_switcher .option input:focus {
	border-color: #66afe9;
}
#topbar #account_switcher .row {
	font-size: 12px;
}
/*
#topbar a.telephone:before {
	content: "\260e";
	margin-right: 0.3em;
}

#topbar a.contact:before {
	content: "\2709";
	margin-right: 0.2em;
	font-size: 1.7em;
	line-height: 0;
	position: relative;
	bottom: -1px;
}
*/
#topbar img.icon {
	display: inline;
	vertical-align: middle;
	margin: 0px 3px 3px 0;
	width: 14px;
	height: auto;
}
#topbar span img.blk {
	opacity: 0.4;
}
#topbar span:hover img.blk {
	opacity: 0.5;
}
#topbar .switcher span.s_selected:hover, #topbar a:hover {
	color: rgba(0,0,0,.8);
}

#topbar .switcher span.s_selected {
	font-size: inherit;
	color: inherit;
}
#topbar .switcher {
	width: auto;
	background: none;
	white-space:nowrap;
	position:relative;
}
#topbar .switcher .option {
	position: absolute;
	font-size: 13px;
	font-weight: normal;
}
#topbar .fa, #topbar .fas {
	opacity: 0.8;
}

#topbar .fa-search {
	position: absolute;
	left: 6px;
	top: 7px;
	font-size: 11px;
	opacity: 0.4;
}

#topbar input[type="search"] {
	font-size: 1em;
	padding: 1px 6px;
	text-indent: 12.5px;
	border-radius: 20px;
	width: 120px;
	transition-property: width;
	transition-duration: .25s;
	height: 18px;
	vertical-align: top;
}
#topbar input[type="search"]:focus {
	width: 150px;
}

#topbar input[type="search"]:focus + .fa-search {
	color: #66afe9;
	opacity: 0.55;
}

ul.option {
	padding-right: 7px;
	width: auto;
	margin-top: 0!important;
}
#header {
	padding: 0;
	border-bottom: 5px solid #333;
}
#header #cart {
	display: inline-block;
	padding-left: 1em;
	position: relative;
	font-size: 14px;
}
#header #cart td.image {
	width: 45px;
}
#header #cart td.remove {
	width: 22px;
}
#header #cart .heading img, #header #wishlist > img {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: none;
		height: auto;
		opacity: 0.55;
		z-index: 1;
}
#header #cart .heading a::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url('/image/icons/cart-cut-circle-60.png') no-repeat;
	background-size: contain;
	opacity: .45;
	content: "";
	z-index: -1;
}
#header #cart .heading a {
	display: block;
	text-decoration: none;
	font-weight: 800;
	color: #fff;
	position: relative;
	z-index: 2;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: normal;
}
#header #cart .heading a > span {
	padding: 14px 0 0 1px;
	display: block;
	font-size: 15px;
}
#header #cart #cart-total .mid {
		font-size: 0.9em;
		vertical-align: top;
		line-height: 110%;
		padding-right: 0.09em;
}
#header #cart #cart-total .max {
	vertical-align: top;
	line-height: 115%;
	font-size: 0.8em;
	padding-right: 0.09em;
}
#header #cart .heading {
	position: relative;
	padding: 0;
	margin: 0;
}
#header #cart .name span {
	font-size: 13px;
}
ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: table;
	width: 100%;
	font-size: 20px;
}
ul.nav a {
	-webkit-transition: none;
	-moz-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none
	transition: none;
}
ul.nav > li {
	z-index: 20;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.nav li.left {
	text-align: left;
}
ul.nav li:last-child {
	text-align: right;
}
ul.nav li.active {
	background-color: #666;
}
ul.nav li.active a {
	color: #fff;
}
ul.nav li > a {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 900;
	color: #666;
	padding: 2.25em 1em;
	white-space: nowrap;
	display: block;
	line-height: normal;
	white-space: nowrap;
}
ul.nav img {
	vertical-align: middle;
	max-width: 100%;
}
ul.nav #hamburger {
	width: 2.6em;
}
ul.nav #hamburger img {
	cursor: pointer;
	opacity: 0.7;
	width: 1.5em;
}
ul.nav #logo a {
	padding: 0;
	width: 16.5em;
}
ul.nav .nav-link, ul.nav .nav-cart {
	width: 1px;
}
ul.nav .nav-search {
	padding: 1em;
	text-align: right;
	font-size: 15px;
}
ul.nav .nav-search input {
		padding: .8em 2.2em 0.8em 1em;
		border-radius: 4px;
		width: 100%;
		box-sizing: border-box;
		background: rgba(255,255,255,0.85);
		font-size: 1em;
		text-indent: 0;
}

ul.nav .nav-search .fa-search {
	position: absolute;
	margin-left: -1.8em;
	margin-top: .83em;
	opacity: 0.67;
	font-size: 1.1em;
	cursor: pointer;
}

ul.nav .nav-search input:focus::-webkit-input-placeholder  {
	color: #66afe9;
}
ul.nav .nav-search input:focus::-moz-placeholder  {
	color: #66afe9;
}

ul.nav .nav-search input:focus + .fa-search {
	color: #66afe9;
}

ul.nav .nav-search-mobile {
	display: none;
}

ul.nav .nav-logo {
	width: 10px;
	padding-right: 1em;
}
ul.nav .min {
	width: 10px;
}
ul.nav .modal-wrapper {
	background: none;
	position: relative;
	padding: 1em 1em;
}
ul.nav .modal-wrapper .trigger {
	cursor: pointer;
	font-size: 16px;
	white-space: nowrap;
	text-align: left;
}
ul.nav .modal-wrapper .trigger.account .mobile {
	display:none;
	color: #7a7a7a;
	vertical-align: middle;
}
ul.nav .modal-wrapper .trigger strong {
	display: block;
	font-size: 1.1em;
}
ul.nav .modal-wrapper .trigger .light {
	display: block;
	color: #777;
	font-size: 0.86em;
}
ul.nav .modal-wrapper .overlay, ul.nav .modal-wrapper .modal {
	 -webkit-transition: visibility 0s linear 200ms, opacity 200ms;
		-moz-transition: visibility 0s linear 200ms, opacity 200ms;
		-o-transition: visibility 0s linear 200ms, opacity 200ms;
		transition: visibility 0s linear 200ms, opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
ul.nav .modal-wrapper .overlay.active, ul.nav .modal-wrapper .modal.active {
	-webkit-transition: visibility 0s linear 0s, opacity 200ms;
		-moz-transition: visibility 0s linear 0s, opacity 200ms;
		-o-transition: visibility 0s linear 0s, opacity 200ms;
		transition: visibility 0s linear 0s, opacity 200ms;
	visibility: visible;
	opacity: 1;
}

ul.nav .modal-wrapper .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10002;
}
ul.nav .modal-wrapper .modal {
	position: absolute;
	background: #fff;
	padding: 17px 20px;
	font-size: 14px;
	z-index: 10003;
	top: calc(100% - 18px);
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	width: 300px;
	font-family: 'Open Sans';
}
ul.nav .modal-wrapper .modal form {
	margin: 0;
}
ul.nav .modal-wrapper .modal::before {
		content: '';
	border: 10px solid transparent;
		border-bottom-color: transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -20px;
	left: calc(50% + -10px);
}
ul.nav .modal-wrapper .modal .modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #777;
	cursor: pointer;
	z-index: 100;
}
ul.nav .modal-wrapper .modal .modal-close:hover {
	color: #555;
}
ul.nav .modal-wrapper .modal .row + .row {
	margin-top: 10px;
}

ul.nav .modal-wrapper .modal .row + .small {
	margin-top: 4px;
	font-size: 0.8em;
}
ul.nav .modal-wrapper .modal .row {
	position: relative;
}
ul.nav .modal-wrapper .modal .row .heading {
	font-size: 1.25em;
}
ul.nav .modal-wrapper .modal .row.left {
	text-align: left;
}
ul.nav .modal-wrapper .modal .row.right {
	text-align: right;
}
ul.nav .modal-wrapper .modal .row a.button {
	margin-top: 0;
	width: 100%;
}
ul.nav .modal-wrapper .modal .row span {
	text-transform: uppercase;
}
ul.nav .modal-wrapper .modal .row.input-wrapper span {
	position: absolute;
	font-size: 0.72em;
	letter-spacing: 0.7px;
	color: #777;
	top: 0;
	padding: 5px 10px;
}
ul.nav .modal-wrapper .modal .row.input-wrapper input[type="text"], ul.nav .modal-wrapper .modal .row.input-wrapper input[type="password"] {
	width: 100%;
	font-size: 1.12em;
	border-radius: 3px;
	color: #222;
	padding: 25px 10px 5px;
	text-indent: 0;
	box-sizing: border-box;
	max-width: 100%;
}
ul.nav .modal-wrapper .modal .row.input-wrapper span.label {
	left: 0;
	z-index: 100; /* fixes firefox yellow background on autofilled inputs */
}
ul.nav .modal-wrapper .modal .row.input-wrapper span.error{
	right: 0;
	color: #dc3545;
}
ul.nav .modal-wrapper i {
	width: 20px;
}
ul.nav .account-links i {
	font-size: 2.5em;
	color: #aaa;
	margin-bottom: 4px;
	display: block;
	width: auto;
}
ul.nav .account-links a {
	margin-top: 7px;
	display: block;
	color: #666;
}
ul.nav .account-links a:hover {
	color: #222;
}
ul.nav .account-links a:hover i {
	color: #777;
}

/* slideshow */
#header_bottom .flexslider {
	max-width: 1920px;
	width: 100%;
	margin-top: -120px;
}

#header_bottom .flexslider.clear-top {
	margin-top: 0;
}

#header_bottom .flexslider .flex-direction-nav a {
	margin: 20px 0 0 0;
}
#header_bottom .flexslider ul {
	min-width: 1296px;
}

/* fixed banner */
.fixed-banner {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (max-width: 600px) {
	.fixed-banner {
		background-size: 115%;
		background-position-x: center;	
	}
}
@media (max-width: 500px) {
	.fixed-banner {
		background-size: 130%;
	}
}
@media (max-width: 400px) {
	.fixed-banner {
		background-size: 145%;
	}
}
@media (max-width: 360px) {
	.fixed-banner {
		background-size: 160%;
	}
}
/*
#header_bottom .fixed-banner {
	margin-top: -119px;
}
*/
#footer-top .fixed-banner {
	background-size: cover;
}

@media (max-width: 1240px) {
	ul.nav {
		font-size: 19px;
	}
	#header #cart .heading a {
		width: 50px;
		height: 50px;
	}
	#header #cart .heading a > span {
		padding: 11px 0 0 1px;
		font-size: 14px;
	}
}
@media (max-width: 1140px) {
	ul.nav {
		font-size: 18px;
	}
}
@media (max-width: 1100px) {
	ul.nav {
		font-size: 17px;
	}
}
@media (max-width: 1040px) {
	ul.nav {
		font-size: 16px;
	}
	#header_bottom .flexslider {
		margin-top: -130px;
	}
	
	/*
	.fixed-banner {
		margin-top: -96px;
	}
	*/
	#header_bottom .flexslider .flex-direction-nav a {
		margin: 30px 0 0 0;
	}
	#header_bottom .flexslider ul {
		min-width: 140%;
	}
}

@media (max-width: 980px) {
	ul.nav {
		font-size: 15px;
	}
	#header #cart .heading a {
		width: 45px;
		height: 45px;
	}
	#header #cart .heading a > span {
		padding: 8px 0 0 1px;
		font-size: 13px;
	}
}
@media (max-width: 930px) {
	ul.nav {
		font-size: 14px;
	}
	#header #cart .heading a {
		width: 40px;
		height: 40px;
	}
	#header #cart .heading a > span {
		padding: 7px 0 0 1px;
		font-size: 12px;
	}
	#header_bottom .flexslider {
		margin-top: -115px;
	}
	/*
	.fixed-banner {
		margin-top: -85px;
	}
	*/
	#header_bottom .flexslider .flex-direction-nav a {
		margin: 20px 0 0 0;
	}
	ul.nav .modal-wrapper .trigger {
		font-size: 15px;
	}
	ul.nav .modal-wrapper .modal {
		width: 265px;
		padding: 15px;
	}
}
@media (max-width: 860px) {
	ul.nav {
		font-size: 13px;
	}
}
@media (max-width: 800px) {
	ul.nav {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	ul.nav .nav-link.active {
		display: none;
	}
	#topbar .table > div.right {
		display: none;
	}
	#topbar .table > div.left {
		text-align: center;
	}
	#header_bottom .flexslider {
		margin-top: -105px;
	}
	/*
	.fixed-banner {
		margin-top: -75px;
	}
	*/
	#header_bottom .flexslider .flex-direction-nav a {
		margin: 18px 0 0 0;
	}
	#header_bottom .flexslider ul {
		min-width: 155%;
	}
}
@media (max-width: 670px) {
	ul.nav .nav-link {
		display: none;
	}
	.short-banner #header_bottom .flexslider ul {
		min-width: 200%;
	}
	ul.nav .modal-wrapper, ul.nav .nav-search {
		padding: 1em .5em;
	}
	#header #cart {
		padding-left: 0.5em;
	}
	ul.nav .modal-wrapper .trigger {
		font-size: 14px;
	}
	ul.nav .modal-wrapper .modal {
		width: 245px;
		padding: 15px;
		font-size: 13px;
	}
}
@media (max-width: 575px) {
	ul.nav .modal-wrapper, ul.nav .nav-search {
		padding: 1em .3em;
	}
	ul.nav .modal-wrapper .trigger {
		font-size: 13px;
	}
	ul.nav .modal-wrapper .modal {
		width: 275px;
		padding: 15px;
		font-size: 14px;
	}
	ul.nav .nav-search-desktop {
		display: none;
	}
	ul.nav .nav-search-mobile {
		display: table-cell;
	}
	ul.nav .modal-wrapper .trigger strong, ul.nav .modal-wrapper .trigger .light {
		display: none;
	}
	ul.nav .modal-wrapper .trigger.account .mobile {
		display: block;
		font-size: 3.077em;
		width: 40px;
	}
	ul.nav .modal-wrapper {
		position: static;
	}
	ul.nav .modal-wrapper .modal::before {
		display: none;
	}
}

@media (max-width:450px) {
	#topbar .hours {
		display: none;
	}
	#header_bottom .flexslider ul {
		min-width: 700px;
	}
	.short-banner #header_bottom .flexslider ul {
		min-width: 280%;
	}
	.hide-mobile {
		display: none;
	}
	#ymm-header .htabs a {
		width: 50%;
	}
	#header #cart {
		font-size: 12px;
	}
	#header #cart td.image, #header #cart .name span {
		display: none;
	}
}
@media (max-width:350px) {
	.short-banner #header_bottom .flexslider ul {
		min-width: 340%;
	}

	ul.nav {
		font-size: 11px;
	}
	#header #cart .heading a {
		width: 35px;
		height: 35px;
	}
	#header #cart .heading a > span {
		padding: 6px 0 0 1px;
		font-size: 11px;
	}
}

/* sidebar */
#container > .overlay {
	z-index: 1000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/* slidebars overlay */
.js-close-any {
	cursor: pointer;
	overflow: hidden;
}
body [off-canvas] {
	/*border-right: 2px solid #fff;*/
	overflow: initial;
}
#slidebar-left {
		z-index: 10002;
		background-color: #fff;
		width: 290px;
}
.slidebar-scroll-container {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}
.modal-overlay {
	opacity: 0;
	transition: 400ms linear;
	-moz-transition: 400ms linear;
	-webkit-transition: 400ms linear;
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
		background-image: none;
	z-index: 10001;
	visibility: hidden;
}
.overlay-show {
		opacity: 0.65;
		visibility:visible;
}
ul.mobile_menu {
	margin: 0;
	list-style-type: none;
}
ul.mobile_menu li {
	position: relative;
	display: block;
}
ul.mobile_menu li.section, ul.mobile_menu li.active {
	border-bottom: 1px solid #ddd;
}

ul.mobile_menu li.section:hover, ul.mobile_menu li.active:hover {
	background-color: #fff;
}
.js-close-any, ul.mobile_menu li a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
ul.mobile_menu .sidebar-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 62px;
	color: rgba(0,0,0, 0.7);
	font-size: 34px;
	font-weight: 300;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	background-color: #d9534f;
}
ul.mobile_menu .sidebar-close:hover {
	background-color: #c9302c;
}
ul.mobile_menu li a.telephone {
	display: block;
	font-weight: normal;
	margin-right: 61px;
	border-right: 1px solid #ddd;
	color: #fff;
	background: #333;
}
ul.mobile_menu li a.telephone span {
	font-size: 17.7px;
}
ul.mobile_menu li a.telephone:hover {
	color: #fff;
	background: #444;
}
ul.mobile_menu li a.telephone span:before {
	content: "\260e";
	margin-right: 0.5em;
}
ul.mobile_menu li a {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 800;
	display: block;
	padding: 10px 0px 10px 1.3em;
	text-transform: uppercase;
	font-family: "Open Sans",sans-serif;
	background-color: #eee;
}
/* style a based on li hover if it is a parent otherwise hovering over caret will lose hover style */
/* for others, only style if anchor is hovered */
ul.mobile_menu li.active a, ul.mobile_menu li a:hover, ul.mobile_menu li.parent:hover a {
	background-color: #fff;
}
ul.mobile_menu li.active a, ul.mobile_menu li a:hover {
	color: rgba(0,0,0,0.7);
}

ul.mobile_menu li.home a {
	color: rgba(0, 128, 0, 1);
}
ul.mobile_menu li.home a:hover {
	color: rgba(0, 128, 0, 0.8);
}
ul.mobile_menu li.info a {
	color: rgba(128, 0, 0, 1);
}
ul.mobile_menu li.info a:hover {
	color: rgba(128, 0, 0, 0.8);
}

ul.mobile_menu > li.parent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}
ul.mobile_menu > li.section + li.parent {
	border-top-width: 0;
}
ul.mobile_menu > li.parent.active {
	border-top-color: #ddd;
}

ul.mobile_menu li .toggle {
	cursor: pointer;
	position: absolute;
	color: rgba(0, 0, 0, 0.8);
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px 15px;
	/*border-left: solid 1px transparent;*/
	/*background-color: #eee;*/
}

ul.mobile_menu li .toggle:hover {
	background-color: #aaa;
	color: #fff;
}

ul.mobile_menu li .toggle::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
}

ul.mobile_menu li .toggle:hover::before {
	content: "\f0d7";
}
ul.mobile_menu li.active .toggle::before {
	content: "\f0d8";
}

ul.mobile_menu li ul.children {
	margin: 0;
	display: none;
}
ul.mobile_menu li ul.children li > * {
	padding: 7px 0px 7px 2.5em;
	font-size: 0.9em;
	transition: none;
	color: rgba(0,0,0,0.6);
}
ul.mobile_menu li ul.children li:hover a {
	color: rgba(0,0,0,0.7);
}


.discount_timer { z-index: 101; }

.breadcrumb {
	background: transparent;
	color: #999;
}
.breadcrumb a, .breadcrumb a:last-child {
	color: #777;
	font-size: 0.9em;
}
.breadcrumb a:hover, .breadcrumb a:last-child:hover {
	color: #333;
}
.product-info h1, .product-info h1 span {
	border: none;
}
.product-info h1 {
	font-size: 24px;
	line-height: normal;
	margin: 0 0 12px 0;
	padding: 0;
}

/* PRODUCT CSS */

.htabs a {
	display: inline;
}
.product-info, .product-info h1 {
	font-family: "Roboto", sans-serif;
}
.product-info > .upper-block-wrapper .left, .product-info > .upper-block-wrapper .right {
	float: left;
}
.product-info > .upper-block-wrapper .left {
	margin: 0 1.6em 1.6em 0;
	max-width: calc(100% - 450px);
}
.product-info > .upper-block-wrapper .left .image-additional, .product-info > .upper-block-wrapper .left .image img {
	max-width: 100%;
	max-height: 750px;
}
.product-info .image {
	padding: 0;
}
.product-info .image-additional {
	padding: 8px 0 0;
	width: 680px;
}
.product-info .image-additional a:nth-child(4n+4) {
	margin-right: 8px;
}
.product-info .image-additional a:nth-child(10n+10) {
	margin-right: 0;
}
.product-info > .upper-block-wrapper .right {
	overflow: auto;
	line-height: normal;
	padding: 1.6em;
}

.product-info > .upper-block-wrapper div.admin-note {
	font-size: 1.2em;
}
.product-info > .upper-block-wrapper .alert {
	border-radius: 0;
	font-size: 1em;
}

/* used by some modules and is a layout position */
.product-info > .upper-block-wrapper .product-middle {
	padding: 0;
}

.product-info > .upper-block-wrapper .right-top:not(.alert) {
	background: #eee;
}

.product-info > .upper-block-wrapper .right, .product-info .cart {
	float: none;
	width: auto;
	text-align: left;
}

.product-info > .upper-block-wrapper .product-middle,
.product-info > .upper-block-wrapper .right-top.alert,
.product-info > .upper-block-wrapper div.fitment-wrapper {
	margin: 1rem 0;
}

/* Fitment Wrapper */
.product-info > .upper-block-wrapper div.fitment-wrapper {
	padding: 1.2em 1.6em 1.6em;
}
div.fitment-wrapper div.fitment > i + div {
	display: inline;
	margin-left: 6px;
}
div.fitment-wrapper div.fitment > i.fa-car {
	font-size: 1.15em;
}
.product-info > .upper-block-wrapper div.fitment-wrapper.fits {
	background: rgba(130,255,130, 0.7);
	border: 1px solid rgb(120,245,120);
}
.product-info > .upper-block-wrapper div.fitment-wrapper.no-fit {
	background: rgba(255,180,170, 0.7);
	border: 1px solid rgb(245,170,160);
}
.product-info > .upper-block-wrapper div.fitment-wrapper.none-selected {
	background: rgba(255,255,80,.7);
	border: 1px solid rgb(240, 240, 70);
}
.product-info .option.checkbox div {
	clear:both;
}
.product-info .multi.has-description .required {
	margin-bottom: 0;
}
.product-info .multi.has-description .option-description {
	margin-bottom: 6px;
}

.product-info .cart > div:first-child {
	border: none;
}
.product-info h1, .product-info h1 span {
	border: none;
}

.product-info h1 {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 24px 0;
	padding: 0;
}
.product-info h1 .ymm-name {
	font-size: .75em;
	color: maroon;
	display: inline;
}
.product-info .cart > div > a.button, .product-info .cart > div > input.button {
	text-align: center;
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
	font-size: 2em;
	font-weight: 800;
	padding: 0.8em;
	/*width: 320px;*/
	max-width: 100%;
}

.product-info .cart > div > a.button:hover, .product-info .cart > div > input.button:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a;
}
.product-info .cart {
	margin: 10px 0 7px;
}
#button-cart {
	text-align: center;
	font-size: 2em;
	font-weight: 800;
	padding: 0.8em;
	width: 300px;
	max-width: 100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	text-indent: 0px;
	border: none;
	max-width: calc(100% - 100px);

}
.cart input[name="quantity"] {
	width: 55px;
	text-align: center;
	text-indent: 0;
	padding: 24px 0;
	font-size: 1.75em;
	font-weight: bold;
	border-color: #ccc;
}
.product-info .alert {
	margin: 10px 0 15px;
}
.product-info div.cart {
	overflow: auto;
}
.product-info div.cart > div > * {
	float: left;
}
.product-info div.cart .controls {
	margin: 0 4px;
}
.product-info div.cart .glyphicon {
	top: auto;
	padding: 10px 0px;
	display: block;
	width: 35px;
	text-align: center;
	height: 36.5px;
	box-sizing: border-box;
}
.product-info div.cart .glyphicon + .glyphicon {
	margin-top: 4px;
}
.product-info .price {
	color: #4d4d4d;
	font-size: 2.6em;
	font-weight: 800;
	line-height: normal;
}
.product-info .price .uom {
	color: #666;
	font-size: 0.55em;
}
.product-info .description, .product-info .info, .product-info .review, .product-info .contact, .product-info .fitment, .product-info .stock {
	font-family: "Oswald", sans-serif;
	font-size: 1.5em;
}
.product-info .description, .product-info .review, .product-info .review a, .product-info .stock {
	color: #777;
	padding: 0;
}
.product-info .review {
	overflow: hidden;
}
.product-info .review > div {
	font-size: 0.9em;
}
.product-info .review > div:first-child {
	margin-left: -20px;
}
.product-info .review > div + div {
	margin-top: 5px;
}
.product-info .description span + span, .product-info .review span {
	border-left: 2px solid #aaa;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 100%;
	display: inline-block;
}
.product-info .stock {
	overflow: hidden;
}
.product-info .stock .container {
	margin: 7px 0 14px -20px;
	line-height: 140%;
}
.product-info .stock .container:empty {
	margin:0;
}
.product-info .stock .stock-info {
	font-size: 0.9em;
	margin-left: 10px;
	border-left: 2px solid #aaa;
	padding-left: 10px;
	line-height: 100%;
	display: inline-block;
}
.product-info .stock .stock-info.text-danger {
	color: #AD0A0A;
}
.product-info .stock .stock-info.text-success {
	color: green;
}
.product-info .stock .stock-info.text-warning {
	color: #FF7900
}
.product-info > .upper-block-wrapper .action-icons {
	font-family: "Oswald", sans-serif;
	font-size: 1.1em;
	padding: 1.6em 0em;
	color: #777;
	display: flex;
	justify-content: space-around;
	overflow: visible;
}
.product-info .action-icons > div {
	cursor: default;
	margin-left: 15px;
}
.product-info .action-icons img {
	opacity: 0.55;
}
.product-info .action-icons img, .product-info .action-icons #product-tawkto-status img {
	height: 32px;
	width: auto;
	vertical-align: top;
	margin: 0 7px 7px 0;
}
.product-info .action-icons span {
		vertical-align: top;
		line-height: 125%;
		display: inline-block;
		cursor: inherit;
		white-space: normal;
		margin-top: -2px;
}
.product-info .action-icons a {
	cursor: pointer;
	color: #777;
}
.product-info .action-icons span:hover, .product-info .action-icons a:hover {
	color: #555;
}
#product-tawkto-status {
	display: none;
}
#product-tawkto-status.on, #product-tawkto-status.off {
	display: inline-block;
}
#product-tawkto-status img {
 height: 18px;
 margin: 0 5px 0 15px;
}
#product-tawkto-status.off a {
	opacity: 0.4;
	cursor: not-allowed
}
#product-tawkto-status.off img {
	opacity: 0.5;
}
.product-info .review a:hover {
	color: #555;
}
.product-info .right .review, .product-info .right .info {
	border: none;
}
.product-info .right .info {
	text-align: justify;
}
.product-info .right .info, .product-info .contact, .product-info .contact a {
	color: #555;
}
.product-info .fitment {
	line-height: 130%;
}
.product-info .fitment a {
	color: #670606;
}
.product-info .fitment a:hover {
	color: #AD0A0A;
}
.product-info .contact a {
	font-weight: bold;
}
.product-info .htabs {
	clear: both;
}

.carpet-mats-comparison { 
	background-color: #fff;
	margin: 30px 15px 15px;
	padding: 15px;
}
.carpet-mats-comparison h2 {
	text-align: center;
	font-size: 2.2em;
	font-weight: 300;
	padding: 15px;
	border-radius: 2px;
	color: #fff;
	background-color: #5bc0de;
}
.table-wrapper {
	border-radius: 2px;
	overflow: hidden;
}
table.table-comparison {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.1em;
}
table.table-comparison .button {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	border-radius: 2px;
	font-family: "Roboto", sans-serif;
}
table.table-comparison td, table.table-comparison th {
	padding: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
table.table-comparison td:last-child, table.table-comparison th:last-child {
	border-right: none;
}
table.table-comparison tr:last-child td, table.table-comparison tr:last-child th {
	border-bottom: none;
}
table.table-comparison .headings td, table.table-comparison .headings th {
	padding: 0;
	border-bottom: none;
}
table.table-comparison .headings td div:first-child {
	padding: 10px 0;
}
table.table-comparison th.label {
	color: #fff;
	background: rgb(110, 110, 112);
	font-weight: 400;
	border-right: none;
}
table.table-comparison td.info {
	font-family: "Oswald", sans-serif;
	font-size: 1.4em;
	text-align: center;
}
table.table-comparison td.cell.product, table.table-comparison .headings th {
	background: #eee;
}

table.attribute {
	margin-bottom: 0;
}
table.attribute + table.attribute {
	margin-top: 15px;
}
.attribute tr td:first-child {
	font-weight: bold;
}
#tab-review .cell-wrapper {
	display: none;
}
.tab-content .cell-wrapper {
	overflow: hidden;
}
.tab-content .cell-wrapper .button {
	width: 250px;
	text-align: center;
}
.tab-content .cell-wrapper .cell {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.tab-content .cell-wrapper .cell + .cell {
	padding-left: 20px;
}
.tab-content .cell-wrapper .cell > div + div {
	margin-top: 12px;
}
.tab-content .cell-wrapper .cell div strong {
	display: block;
}
.tab-content .cell-wrapper .cell div input {
	width: 100%;
	box-sizing: border-box;
}
.tab-content .cell-wrapper .cell div textarea {
	width: 100%;
	max-width: none;
	resize: none;
	height: 97px;
	box-sizing: border-box;
	padding: 6px;
}
.tab-content .cell-wrapper .cell div .button {
	margin: 0;
	width: 302px;
	text-align: center;
	max-width: 100%;
}
#tab-review #review {
	clear: both;
	padding-bottom: 10px;
}
#tab-review #review .pagination {
	display: none;
}
#tab-pquestion h2 {
	margin: 0;
}
#tab-pquestion .product-name {
	margin: 2px 0 15px;
	font-size: 1.2em;
}
#tab-vehicle .info-box {
	color: green;
	margin: 14px 0;
	display: block;
	padding: 10px 15px;
	border: 1px solid orange;
	background-color: #fafaec;
}
@media (max-width: 1240px) {
	.product-info .description, .product-info .info, .product-info .review, .product-info .contact, .product-info .fitment, .product-info .stock {
		font-size: 1.4em;
	}
	.product-info .cart > div > a.button, .product-info .cart > div > input.button {
		font-size: 1.8em;
	}
	#button-cart {
		font-size: 1.5em;
		max-width: calc(100% - 84px);
	}
	.product-info .cart {
		margin: 7px 0 5px;
	}
	.product-info div.cart .glyphicon {
		padding: 6px 0px;
		width: 30px;
		height: 27px;
		font-size: 0.8em;
	}
	.cart input[name="quantity"] {
		padding: 17px 0;
		font-size: 1.5em;
		width: 43px;
	}
}

@media (max-width: 1140px) {
	.carpet-mats-comparison {
		font-size: 10px;
	}
	table.table-comparison td {
		padding: 10px;
	}
	table.table-comparison {
		font-size: 1.2em;
	}
}
@media (max-width: 1023px) {
	/* pamper firefox since it interprets media queries wrong */
	#button-cart {
		font-size: 2em;
		max-width: 100%;
	}
	.product-info .cart {
		margin: 10px 0 7px;
	}
	.product-info div.cart .glyphicon {
		padding: 10px 0px;
		width: 35px;
		height: 36.5px;
		font-size: 1em;
	}
	.cart input[name="quantity"] {
		padding: 24px 0;
		font-size: 1.75em;
		width: 55px;
	}

	.product-info .htabs { display: table; width: 100%;}
	.product-info .htabs a { display: table-cell; float: none; }

	.product-info > .upper-block-wrapper {
		display: flex;
		flex-direction: column;
	}

	.product-info > .upper-block-wrapper .product-middle,
	.product-info > .upper-block-wrapper .right-top.alert,
	.product-info > .upper-block-wrapper div.fitment-wrapper {
		margin: .5rem 0;
	}
	.product-info > .upper-block-wrapper .left, .product-info > .upper-block-wrapper .right {
		float: none;
	}
	.product-info > .upper-block-wrapper .right:not(.alert) {
		background: transparent;
	}
	.product-info > .upper-block-wrapper div.fitment-wrapper {
		padding: 1.6em;
		margin: 0 0 1.6em;
	}
	.product-info > .upper-block-wrapper .right-top {
		order: 1;
	}
	.product-info > .upper-block-wrapper .right-top:not(.alert) {
		padding: 0 0 .5em;
	}
	.product-info > .upper-block-wrapper .left {
		order: 2;
		max-width: none;
		margin-right: 0;
		min-height: 0!important;
	}
	.product-info > .upper-block-wrapper .right-bottom {
		order: 3;
		padding: 0;
	}
	.product-info > .upper-block-wrapper > div + div:not(.alert) {
		border: none;
		padding: 1.6em 0 0;
	}
	.product-info > .upper-block-wrapper .action-icons {
		order: 1;
		justify-content: flex-start;
		margin-bottom: 15px;
	}
	.product-info > .upper-block-wrapper .action-icons > div:first-child {
		margin-left: 0;
	}
}
@media (max-width: 980px) {
	.carpet-mats-comparison {
		display: none;
	}
	.htabs a {
		font-size: 1em;
		padding: 14px 10px;
	}
}
@media (max-width: 700px) {
	.product-info .htabs a {
		margin: 0;
		float: none;
		display: block !important;
		border: 1px solid #fff;
		font-size: 14px;
	}
}
@media (max-width: 650px) {
	.product-info > .upper-block-wrapper .right-bottom {
		font-size: 0.9em;
	}
}
@media (max-width: 768px) {
	.product-info .image img, .product-info .image-additional {
		max-width: 100%;
	}
	.product-info .image-additional a {
		display: inline-block;
	}
	#tab-pquestion .cell, #tab-review .cell {
		float: none;
		width: 100%;
	}
	#tab-pquestion .cell + .cell, #tab-review .cell + .cell {
		padding-left: 0;
	}
	#tab-vehicle .info-box {
		padding: 5px 8px;
		line-height: 140%;
	}
	#tab-vehicle table.attribute {
		font-size: 12px;
	}
	.cart-info table td.stock, .cart-info table td.ship_type {
		display: none;
	}
	.cart-info table td.quantity input:first-child {
		display: block;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.cart-info table td.model, .cart-info table td.image, .cart-info table td.price, .cart-info table td.stock, .cart-info table td.ship_type {
		display: none;
	}
}
@media (max-width: 450px) {
	.product-info .description, .product-info .info, .product-info .review, .product-info .contact, .product-info .fitment, .product-info .stock {
		font-size: 1.4em;
	}
	#button-cart {
		font-size: 1.5em;
		max-width: calc(100% - 84px);
	}
	.product-info .cart > div > a.button, .product-info .cart > div > input.button {
		font-size: 1.4em;
	}
	.product-info .cart {
		margin: 7px 0 5px;
	}
	.product-info div.cart .glyphicon {
		padding: 6px 0px;
		width: 30px;
		height: 27px;
		font-size: 0.8em;
	}
	.cart input[name="quantity"] {
		padding: 17px 0;
		font-size: 1.5em;
		width: 43px;
	}
	#tab-vehicle td {
		padding: 5px;
		white-space: normal;
		line-height: 140%;
	}
	#tab-vehicle .fitment-make, #tab-vehicle .fitment-model, #tab-vehicle .fitment-submodel, #tab-vehicle .fitment-years {
		display: block;
		border-bottom: none;
	}
	#tab-vehicle .fitment-model, #tab-vehicle .fitment-submodel, #tab-vehicle .fitment-years {
		padding: 0 5px;
	}
	#tab-vehicle .fitment-make {
		width: auto;
		padding: 5px 5px 1px;
	}
	#tab-vehicle .fitment-notes {
		padding: 5px;
	}
	#tab-vehicle .fitment-years {
		padding: 1px 5px 5px;
	}
	#tab-vehicle tr {
		border-bottom: 3px solid #aaa;
	}
}

@media (max-width: 380px) {
	.captcha {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		transform: scale(0.9);
	}
}
@media (max-width: 350px) {
	.captcha {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		transform: scale(0.8);
	}
}
@media (max-width: 320px) {
	#button-cart {
		font-size: 1.25em;
		max-width: calc(100% - 75px);
	}
	.product-info .cart > div > a.button, .product-info .cart > div > input.button {
		font-size: 1.25em;
	}
	.product-info div.cart .glyphicon {
		padding: 4px 0px;
		width: 24px;
		height: 22.5px;
	}
	.cart input[name="quantity"] {
		padding: 12.5px 0;
		font-size: 1.5em;
		width: 40px;
	}
}

/* lt slideshow caption styles */
ul.slides > li {
	position: relative;
}
ul.slides > li div.lts-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
}
ul.slides > li div.lts-wrapper > * {
	box-sizing: border-box;
}

ul.slides > li div.lts-wrapper .lts-content {
	padding: 0 0 0 7%;
	line-height: normal;
	width: 67%;
	max-width: 1040px;
}

#header_bottom ul.slides > li div.lts-wrapper {
	margin-top: 120px;
	height: calc(100% - 120px);
}
body.ymm-hb #header_bottom ul.slides > li div.lts-wrapper {
	padding-bottom: 39px;
}

ul.slides > li div.lts-wrapper .lts-white {
	color: #fff;
}
ul.slides > li div.lts-wrapper .lts-content .lts-title {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}
ul.slides > li div.lts-wrapper .lts-content .lts-caption {
	font-size: 25px;
}
ul.slides > li div.lts-wrapper .lts-mobile {
	display: none;
}
@media (max-width: 1439px) {
	ul.slides > li div.lts-wrapper .lts-content {
		width: 80%;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 45px;
		margin-bottom: 10px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 22px;
	}
}
@media (max-width: 1024px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 40px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 20px;
	}
	ul.slides > li div.lts-wrapper .lts-desktop {
		display: none;
	}
	ul.slides > li div.lts-wrapper .lts-mobile {
		display: initial;
	}
}
@media (max-width: 1040px) {
	#header_bottom ul.slides > li div.lts-wrapper {
		margin-top: 130px;
		height: calc(100% - 130px);
	}
}
@media (max-width: 930px) {
	#header_bottom ul.slides > li div.lts-wrapper {
		margin-top: 115px;
		height: calc(100% - 115px);
	}
}
@media (max-width: 768px) {
	#header_bottom ul.slides > li div.lts-wrapper {
		margin-top: 105px;
		height: calc(100% - 105px);
	}
	ul.slides > li div.lts-wrapper .lts-content {
		margin: 0 auto;
		padding: 0;
		width: 85%;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 18.5px;
	}
	ul.slides > li div.lts-wrapper .x768 {
		display: none;
	}
}
@media (max-width: 700px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 35px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 18px;
	}
}
@media (max-width: 650px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 34px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 17px;
	}
}
@media (max-width: 625px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 33px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 28.5px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 15px;
	}
}
@media (max-width: 550px) {
	ul.slides > li div.lts-wrapper .lts-content .lts-title {
		font-size: 26px;
	}
	ul.slides > li div.lts-wrapper .lts-content .lts-caption {
		font-size: 14px;
	}
}
@media (max-width: 530px) {
	ul.slides > li div.lts-wrapper {
		display: none;
	}
}

/* lts slideshow half-overlay */
ul.slides > li div.half-overlay {
	width: 50vw;
	background: rgba(0,0,0,0.6);
}
ul.slides > li div.half-overlay .lts-content {
	width: 77%;
	padding: 0;
	margin: 0 auto;
}
ul.slides > li div.half-overlay .lts-content .lts-title {
	white-space: normal;
	font-size: 38px;
	margin-bottom: 0;
	line-height: 1;
}
ul.slides > li div.half-overlay .lts-content .lts-caption {
	white-space: normal;
	font-size: 20px;
	font-weight: 300;
}
ul.slides > li div.half-overlay .lts-content .lts-action .btn {
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
}
ul.slides > li div.half-overlay .lts-content div + .lts-caption,
ul.slides > li div.half-overlay .lts-content div + .lts-action {
	margin-top: 24px;
}
@media (max-width: 1240px) {
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 35px;
	}
}
@media (max-width: 1040px) {
	ul.slides > li div.half-overlay {
		width: 65vw;
	}
	ul.slides > li div.half-overlay .lts-content {
		width: 85%;
	}
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 34px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 18px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 14px;
		padding: 11px 22px;
	}
}
@media (max-width: 850px) {
	ul.slides > li div.half-overlay {
		width: 65vw;
	}
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 32px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 16px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	body.half-overlay #header_bottom .flexslider ul {
		min-width: 150%;
	}
}

@media (max-width: 768px) {
	ul.slides > li div.half-overlay {
		width: 100vw;
		text-align: center;
	}
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 30px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 16px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 14px;
	}
	ul.slides > li div.half-overlay .lts-content div + .lts-caption,
	ul.slides > li div.half-overlay .lts-content div + .lts-action {
		margin-top: 15px;
	}
	body.half-overlay #header_bottom .flexslider ul {
		min-width: 160%;
	}
}

@media (max-width: 640px) {
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 28px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 15px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 13px;
		padding: 9px 18px;
	}
	ul.slides > li div.half-overlay .lts-content div + .lts-caption,
	ul.slides > li div.half-overlay .lts-content div + .lts-action {
		margin-top: 15px;
	}
	body.half-overlay #header_bottom .flexslider ul {
		min-width: 175%;
	}
}

@media (max-width: 530px) {
	ul.slides > li div.half-overlay {
		display: flex;
	}
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 26px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 14px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 12px;
		padding: 8px 16px;
	}
	ul.slides > li div.half-overlay .lts-content div + .lts-caption,
	ul.slides > li div.half-overlay .lts-content div + .lts-action {
		margin-top: 10px;
	}
	body.half-overlay #header_bottom .flexslider ul {
		min-width: 185%;
	}
}

@media (max-width: 480px) {
	ul.slides > li div.half-overlay .lts-content .lts-title {
		font-size: 22px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		font-size: 12px;
	}
	ul.slides > li div.half-overlay .lts-content .lts-action .btn {
		font-size: 12px;
		padding: 8px 16px;
	}
	ul.slides > li div.half-overlay .lts-content div + .lts-caption,
	ul.slides > li div.half-overlay .lts-content div + .lts-action {
		margin-top: 8px;
	}
	body.half-overlay #header_bottom .flexslider ul {
		min-width: 215%;
	}
}
@media (max-width: 359px) {
	ul.slides > li div.half-overlay .lts-content .lts-caption {
		display: none;
	}
}

.module {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 1.6em;
}

/* old style with rounded div */
/*
.module-heading {
	font-size: 3em;
	margin: 16px 0;
	font-weight: 200;
	color: #7a9239;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	background: #fff;
	line-height: normal;
	border-radius: 74px;
	border: 5px solid #eee;
}
*/
.module-heading {
	font-size: 2.4em;
	margin: 36px 0 16px;
	font-weight: 700;
	padding: 8px 2px 2px;
	line-height: 1.2;
}

.module-grid {
	display: flex;
	margin: 16px auto;
}

.module-grid .module-grid-cell {
	margin: 8px;
	padding: 16px;
	border: 1px solid #eee;
	background: #fff;
	width: calc(25% - 16px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.module-grid .image {
	flex-shrink: 0;
}
.module-grid .image a, .module-grid .image a img {
	display: block;
}
.module-grid .image a {
	position: relative;
}
.module-grid .name {
	margin-top: 12px;
	padding-right: 16px;
	flex: 1 1 auto;
}
.module-grid .name a {
	color: #1F4B6A;
	font-size: 1.33em;
}
.module-grid .name a:hover {
	color: #25597e;
}
.module-grid .extra {
	margin-top: 8px;
	color: #666;
}

.module-grid .price {
	font-size: 1.5em;
	margin-top: 8px;
	color: #6a1f26;
}
.module-grid .cart {
	margin-top: 12px;
}
.module-grid .cart .button {
	margin: 0;
	font-size: 1.16em;
}

/**/
@supports (display: grid) {
	.module-grid {
		display: grid;
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-columns: repeat(5, 1fr);
	}
	.module-grid .module-grid-cell {
		margin: 0;
	}
}
/**/

@media (max-width: 1295px) {
	.module {
		font-size: 11.5px;
	}
	.module-grid .extra {
		font-size: 1.05em;
	}
}
@media (max-width: 1024px) {
	.module-grid {
		grid-template-columns: repeat(2, 1fr);
		flex-wrap: wrap;
	}
	.module {
		font-size: 12.5px;
	}
	.module-heading {
		font-size: 2.2em;
		/*border-width: 4px;*/
	}
	.module-grid .module-grid-cell {
		width: calc(50% - 16px);
	}
}
@media (max-width: 630px) {
	.module {
		font-size: 11.5px;
	}
	.module-grid .extra {
		font-size: 1.05em;
	}
}
@media (max-width: 480px) {
	.module-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.module {
		font-size: 12.5px;
	}
	.module-heading {
		font-size: 2em;
		border-width: 3px;
	}
	.module-grid .module-grid-cell {
		width: calc(100% - 16px);
	}
}
/**/
@supports (display: grid) {
	.module-grid .module-grid-cell {
		width: auto;
	}
}
/**/

/* contact form */
div.flex-row {
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
	flex-wrap: nowrap;
}
div.flex-row > div {
	margin: 0 10px;
}
div.flex-row.flex-equal > div {
	flex: 1 1 0px;
}
div.flex-row > div.contact-form {
	flex: 4 4 0px;
}
div.flex-row > div.googlemap {
	flex: 3 3 0px;
}
div.googlemap iframe {
	max-width: 100%;
	width: 100%;
	height: 500px;
}

.contact-form .module-heading {
	padding-left: 0;
}
.contact-form .module-heading:first-child {
	padding-top: 0;
	margin-top: 0;
}

.contact-form .content + .content.enquiry-form {
	margin-top: 10px;
}

div.flex-row > div {
	flex: 1 1 0;
}

.contact-form .section-label {
	text-transform: uppercase;
	font-size: 0.95em;
	margin: 5px 0 2px;
	font-weight: 900;
	line-height: normal;
	color: #5d5d5d;
}
.contact-form .section-info {
	font-size: 1.3em;
	font-weight: 300;
}
.contact-form .content + .content {
	margin-top: 25px;
}
.contact-form .input-wrapper {
	position: relative;
	margin-top: 7px;
}
.contact-form .input-wrapper + .input-wrapper {
	margin-top: 10px;
}
.contact-form .input-wrapper input[type="text"], .contact-form .input-wrapper textarea {
	width: 100%;
	font-size: 1.25em;
	border-radius: 3px;
	color: #222;
	padding: 25px 10px 5px;
	text-indent: 0;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	z-index: 20;
	position: relative;
	background: transparent!important;
}
.contact-form .input-wrapper input:-webkit-autofill, 
.contact-form .input-wrapper input:-webkit-autofill:hover, 
.contact-form .input-wrapper input:-webkit-autofill:focus, 
.contact-form .input-wrapper textarea:-webkit-autofill, 
.contact-form .input-wrapper textarea:-webkit-autofill:hover, 
.contact-form .input-wrapper textarea:-webkit-autofill:focus, 
.contact-form .input-wrapper select:-webkit-autofill, 
.contact-form .input-wrapper select:-webkit-autofill:hover, 
.contact-form .input-wrapper select:-webkit-autofill:focus, 
.contact-form .input-wrapper input:-internal-autofill-selected {
		z-index: 5;
}
.contact-form .input-wrapper textarea {
	resize: vertical;
	height: 145px;
}
.contact-form .input-wrapper span.label, .contact-form .input-wrapper span.error {;
	font-size: 0.8em;
	color: #777;
	top: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
.contact-form .input-wrapper span.label {
	position: absolute;
	left: 0;
	z-index: 10;
}
.contact-form .input-wrapper span.error {
	position: relative;
	right: 0;
	color: #dc3545;
}
.contact-form .alert {
	font-weight: 300;
}
.contact-form .alert > *:first-child {
	margin-top: 0;
}
.contact-form .alert > *:last-child {
	margin-bottom: 0;
}

.contact-form .message-wrapper {
	padding: 3px;
	color: #777;
	font-weight: 300;
}

.contact-form .button {
	width: 304px;
	margin: 0;
	border-radius: 2px;
}
@media (max-width: 768px) {
	div.flex-row {
		flex-wrap: wrap;
	}
	div.flex-row > div.contact-form, div.flex-row > div.googlemap, div.flex-row > div {
		flex: 1 1 auto;
	}
	div.flex-row div.googlemap {
		margin-bottom: 10px;
	}
}

#tab-review, .htabs a[href="#tab-review"] {
	display: none!important;
}
