/* TM CMS */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Roboto:wght@100;300;400;500&display=swap');
@font-face {
    font-family: 'RalewayBold';
    src: url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-bold-webfont.woff2") format("woff2"), 
	url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-bold-webfont.woff") format("woff"), 
	url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-regular-webfont.woff2") format("woff2"), 
	url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-regular-webfont.woff") format("woff"), 
	url("https://s3-us-west-2.amazonaws.com/mti.baths/font/raleway-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
	--clr-black: #0E0C0D;
	--clr-blue: #609191;
	--clr-slate: #596262;
	--clr-white: #ffffff;

	--blue: #609191;   /*#5fb0b8*/
	--text-color: #333333;
	--text-hover-color: #494444;
	--light-grey: #c4c2c2;
	--lightest-grey: #e6e6e6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1, h2, h3 							{  }
p, a, div, input, select, textarea 	{ color: var(--text-color); }

a.cta {
	border: 1px solid var(--clr-blue);
	padding: 5px;
	color: var(--clr-blue);
	border-radius: 5px;
	display: inline-block;
}

a.cta:hover {
	text-decoration: none;
	border: 1px solid var(--clr-blue);
	background-color: var(--clr-blue);
	color: var(--clr-white);
}

a.cta.solid {
	color: var(--clr-white);
	background-color: var(--clr-black);
}

.all-cap {
	text-transform: uppercase;
}

p {
	padding-bottom: 20px;
    margin: 0px;
    line-height: inherit;
    display: block;
}

.no-highlight {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a, a div  	 							{ color: var(--blue); text-decoration: none; }
a:hover 								{ text-decoration: none; color: var(--blue); text-decoration: underline; }
.clear 									{ clear: both; }


body, html 							{ 	margin: 0; padding: 0px; }
body 								{ 	font-family: proxima-nova, sans-serif !important; font-size: 16px; line-height: 24px !important;
										background-color: #c4c2c2; margin: 0; color: var(--text-color); }



div.list-area div.sub-type[data-sub-type="specialtyn"] { display: none; }



/* override bootstrap */
.product-type.col-lg-6 { max-width: 100% !important; }
/*eof override bootstrap */

/* fix old cms */

	div#content-area-center				{ 		position: relative; display: block; width: 80%; margin: 0px auto;}
	#banner-area #product-category-headline h1 		{ font-size: 40px;
		margin: 40px 0 0px 0;
		line-height: 60px;
	}

	body.old main div.row {
		display: table;
	}

	#headline h1 { 
		font-size: 70px;
		line-height: 80px;
	}

	div#app div.main-area div#controls div.inner div#search-area div.zip-area,
	div#app div.main-area div#controls div.inner div#search-area div.address-area,
	div#app div.main-area div#controls div.inner div#search-area div.or,
	div#app div.main-area div.disclaimer,
	div#app div.main-area div.disclaimer h2,
	div#app div.main-area div.disclaimer p
	{
		color: var(--clr-white) !important;
	}

	main#our-culture .container.dark div.row div.collapsable
	{
		padding: 40px 0px 40px 0px;
	}
	main#our-culture .container.dark div.row div.collapsable h4,
	main#our-culture .container.dark div.row div.collapsable h3,
	main#our-culture .container.dark div.row div.collapsable p,
	main#our-culture .container.dark div.row div,
	main#our-culture .container.dark div.row div h2 {
		color: var(--clr-white) !important;
	}

	main#our-culture div.container {
		max-width:  100%;
		width: 100%;
		margin: 0px auto;
		padding: 0px;
		position: relative;
		display: block;
	}

/* eof fix old cms */





div.container 							{ max-width: 1520px; width: 90%; margin: 0px auto; padding: 0px; position: relative; display: block; }
header 									{ background-color: #FFF; width: 100%; position: fixed; z-index: 1000; box-shadow: 0px 5px 30px #888888; }
header a 								{ color: var(--text-color) !important; text-decoration: none; }
header .container a.navbar-brand  	{ z-index: 200; }
header .container a.navbar-brand svg 	{ width: 70px;	height: 70px; }

#search-box .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: var(--clr-white);
	background-color: #646464;
	background-image: none;
	border: 1px solid #252d2d;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#search-box .form-control::placeholder {
	color: #999999;
	opacity: 1;
}
#search-box .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#search-box {
	position: relative;
	width: 180px;
	float: right;
	clear: none;
	display: inline-block;
	margin: 0 6px 0 0;
}
/* line 18, scss/top-footer.scss */
#search-box > div > span > button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 5px 0 5px;
	border: none;
	background-color: transparent;
}
/* line 19, scss/top-footer.scss */
#search-box > div > input {
	height: 32px;
}


header .container #phone-search-field {
	position: absolute;
	top: 0px;
	right: 0px;
}
header .container #phone-search-field div.phone {
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
}
@media screen and (max-width: 1250px) {
	header .container #phone-search-field div.phone {
		padding: 11px 0px;
	}
}
header .container #phone-search-field div.phone a {
	color: var(--clr-black);
}
header .container #phone-search-field div.phone a:hover {
	text-decoration: none;
}
header .container #phone-search-field div.search-area {
	position: relative;
	max-width: 230px;
}
header .container #phone-search-field div.search-area input#search-input {
	padding: 4px 8px;
	background-color: #e9eaeb;
	border-radius: 15px;
}
header .container #phone-search-field div.search-area a#search-icon {
	position: absolute;
	top: 5px;
	right: 28px;
	padding: 0px;
}
@media (max-width: 1199.98px) {
	header .container #phone-search-field {
		display: flex;
		right: 67px;
	}
	header .container #phone-search-field div.search-area input#search-input {
		margin-top: 7px;
	}
	header .container #phone-search-field div.search-area a#search-icon {
		top: 10px;
	}
}
header .find {
	padding: 20px 0 0 0;
}
header .find .phone {
	font-size: 20px;
	font-weight: 500px;
	margin: 3px 10px 0 0;
	font-family: "Raleway", sans-serif;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}
header .find .phone a {
	color: var(--clr-black);
}
header .navbar {
	padding: 32px 0 0 0 !important;
}
header nav {
	padding: 60px 0px 0px 10px;
	float: left;
}
header nav div.button-area {
	position: relative;
	display: inline-block;
}
@media (max-width: 1199.98px) {
	header nav div.button-area > a {
		border-top: solid 5px #E1E1E1;
		font-size: 17px;
		font-weight: 700;
		padding: 14px 25px 0 25px;
		text-transform: uppercase;
	}
	header nav div.button-area.dealer-locator > a {
		border-top: none;
	}
	header nav div.button-area:first-child > a {
		border-top: none;
	}
}
header nav div.button-area:hover a:hover {
	/*color: #FFF !important;
    background-color: #394242 !important;*/
}
header nav div.button-area:hover div.sub-navigation {
	/*color: #FFF !important;
    background-color: #394242 !important;*/
}
header nav a {
	padding: 10px 25px;
	display: inline-block;
}
header nav a {
	display: block;
	padding: 12px 25px;
	color: var(--text-color);
	font-family: proxima-nova, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none !important;
	font-weight: bold;
}
header nav div.button-area div.sub-navigation {
	display: none;
	text-align: left;
	background-color: var(--light-grey);
	position: absolute;
	top: 48px;
}
@media screen and (max-width: 1380px) {
	header nav a {
		padding: 12px 20px;
	}
}
@media screen and (max-width: 1310px) {
	header nav a {
		padding: 12px 15px;
	}
}
@media screen and (max-width: 1250px) {
	header nav a { padding: 12px 10px; }
}
@media (max-width: 1199.98px) {
	.navbar-nav {
		overflow-x: hidden;
		overflow-y: scroll;
		height: 99vh;
		width: 102%;
	}
	header nav div.button-area div.sub-navigation {
		display: flex;
		position: unset;
	}
}
@media (max-width: 575.98px) {
	.navbar-nav {
		width: 104%;
	}
}
header nav div.button-area:hover {
	background-color: var(--light-grey);
}
header nav div.button-area:hover a {
	color: var(--text-color);
}
header nav div.button-area:hover a:hover {
	color: var(--text-hover-color);
}
header nav div.button-area:hover div.sub-navigation {
	display: inline-block;
	background-color: #c4c2c2;
	z-index: 99;
}
header nav div.sub-navigation {
	left: 0px;
	padding: 20px;
	width: 400px;
	line-height: normal;
}
header nav div.sub-navigation div.product-type {
	padding: 0px 0px 10px 0px;
	line-height: normal;
}
header nav div.sub-navigation div.product-type:last-child {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #8b8a8a;
}
header nav div.sub-navigation div.product-type a {
	padding: 3px 5px;
	font-size: 14px;
}
header nav div.sub-navigation div.product-type a.type-heading {
	font-size: 16px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
}
@media (max-width: 1199.98px) {
	header nav div.button-area:hover div.sub-navigation {
		display: flex;
	}
	header nav div.sub-navigation {
		padding: 10px 40px;
		width: 100%;
	}
	header nav div.sub-navigation div.product-type:last-child {
		padding: 0;
		border-top: none;
	}
	header nav div.sub-navigation div.product-type a {
		padding: 2px 0;
	}
	header nav div.sub-navigation div.product-type a.type-heading {
		font-size: 15px;
		padding: 10px 0 0 0;
		font-weight: 700;
		text-transform: uppercase;
	}
}
header nav div.sub-navigation div.product-type div.product-image {
	float: left;
	width: 40%;
	padding: 10px 0px 0px 0px;
}
header nav div.sub-navigation div.product-type div.product-image img {
	display: block;
	width: 75%;
	height: auto;
}
header nav div.sub-navigation div.product-type div.product-sub-types {
	float: left;
	width: 60%;
}
header nav div.sub-navigation div.product-type div.product-sub-types a {
	display: block;
	font-weight: normal;
}
header nav div.sub-navigation a:hover {}
header nav div#contact div.sub-navigation {
	left: auto;
	right: 0px;
	padding: 20px 0px 20px 0px;
	width: 320px;
}
header nav div#contact div.sub-navigation div:hover {
	background-color: #679696;
}
header nav div#contact div.sub-navigation div:hover a:hover {
	color: var(--clr-white);
}
header nav div#contact div.sub-navigation a {
	display: block;
	text-align: left;
	padding: 10px 25px 10px 65px;
}

header .navbar-brand #logo {
    width: 70px;
	height: 70px;
}

@media (max-width: 1199.98px) {
	header nav div.button-area div.sub-navigation {
		/*display: flex;
		flex-direction: column;*/
	}
	header .navbar-brand #logo {
		width: 50px;
		margin: 0 0 0 10px !important;
	}
	header .find {
		padding: 5px 0 0 0;
	}
	header .navbar {
		padding: 0 0 0 16px !important;
	}
	.navbar #navbarSupportedContent {
		left: 0px;
		top: 80px;
		position: fixed;
		background: #c4c2c2;
		z-index: 10;
		width: 100%;
	}
	.dealer-locator .filler {
		height: 150px;
		display: block
	}
}
main {
	padding: 98px 0 0 0;
	background-color: var(--clr-white);
}
@media (max-width: 1199.98px) {
	main {
		padding: 82px 0 0 0;
	}
}

/*main { opacity: 0; }*/

section 			{ padding: 40px 0px; }
section h2			{ font-size: 32px; font-weight: 500; padding: 0px 0px 30px 0px; }
section div.title 	{ text-transform: uppercase; font-size: 30px; text-align: center; padding: 0px 0px 30px 0px; }
section h3 			{ font-size: 24px; line-height: 32px; padding: 0px 0px 20px 0px; }
section h3.pt-3  	{ font-size: 16px; text-transform: uppercase; color: #262226; padding: 10px 0px 15px 0px; padding-top: 10px !important; margin: 0px; line-height: inherit; text-decoration: none; }

div#banner-area {
	width: 100%;
	position: relative;
	display: block;
	background-color: var(--clr-white);
	margin-bottom: 20px;
}
div#banner-area video {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
div#banner-area img.made-in-the-usa {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div#banner-area div.banner-img {
	width: 100%;
	position: relative;
	display: block;
}
div#banner-area div.banner-img img {
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}
div#banner-area div.banner-tag-left {
	color: var(--clr-white);
	position: absolute;
	width: 50%;
	left: 0px;
	top: 60px;
	z-index: 10;
	text-align: center;
}
div#banner-area div.banner-tag-left div.line-one {
	font-size: 28px;
	padding: 0px 0px 20px 0px;
}
div#banner-area div.banner-tag-left div.line-two {
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}
div#banner-area div.banner-tag-left div.line-three {
	font-size: 38px;
}
div#banner-area {
	background: rgb(203, 202, 202);
	background: -moz-linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	background: linear-gradient(0deg, rgba(203, 202, 202, 1) 0%, rgba(229, 228, 228, 1) 30%, rgba(229, 228, 228, 1) 70%, rgba(203, 202, 202, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbcaca", endColorstr="#cbcaca", GradientType=1);
	margin-bottom: 0px;
	display: block;
}
@media (max-width: 1199.98px) {
	div#banner-area {
		/* margin-bottom: 22px; */
	}
}
div#banner-area h1 {
	font-size: 62px;
	color: #040403;
	padding: 55px 0;
	margin: 0;
	display: block;
}
@media screen and (max-width: 1301px) {
	div#banner-area div.banner-tag-left {
		top: 40px;
	}
	div#banner-area div.banner-tag-left div.line-one {
		font-size: 24px;
		padding: 0px 0px 10px 0px;
	}
	div#banner-area div.banner-tag-left div.line-two {
		font-size: 14px;
		padding: 0px 0px 10px 0px;
	}
	div#banner-area div.banner-tag-left div.line-three {
		font-size: 30px;
	}
}
section#highlight-buttons {
	background-color: var(--clr-white);
}
section#highlight-buttons div.button-area {
	width: calc((100% - 40px) / 4);
	float: left;
	text-align: left;
}
section#highlight-buttons div.button-area:first-child {
	margin-right: 40px;
}
section#highlight-buttons div.button-area:nth-child(2) {
	margin-right: 40px;
}
section#highlight-buttons div.button-area:nth-child(3) {
	margin-right: 0px;
	width: calc(50% - 60px);
}
section#highlight-buttons div.button-area:nth-child(4) {
	margin-right: 40px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-child(5) {
	margin-right: 40px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-child(6) {
	margin-right: 0px;
	width: calc((100% - 80px) / 3);
	float: left;
	text-align: left;
	margin-top: 40px;
}
section#highlight-buttons div.button-area:nth-last-child() {
	margin-right: 0px;
}
section#highlight-buttons div.button-area a.button {}
section#highlight-buttons div.button-area a.button div.button-title {
	color: var(--clr-black);
	padding-bottom: 10px;
	text-transform: uppercase;
}
section#highlight-buttons div.button-area a.button img {
	width: 100%;
	box-shadow: 0px 5px 10px #888888;
}
section#highlight-buttons div.button-area a.button:hover img {}
section#highlight-buttons a.button .button-title {
	text-transform: uppercase;
	color: var(--text-color);
	padding: 10px 0px 20px 0px;
	text-decoration: none;
}
section#highlight-buttons a.button:hover {
	text-decoration: none;
}
@media screen and (max-width: 1201px) {}
@media screen and (max-width: 951px) {
	section#highlight-buttons div.button-area {
		width: calc((100% - 60px) / 2);
	}
	section#highlight-buttons div.button-area:first-child {
		margin-right: 40px;
	}
	section#highlight-buttons div.button-area:nth-child(2) {
		margin-right: 0px;
	}
	section#highlight-buttons div.button-area:nth-child(3) {
		margin-right: 40px;
	}
	section#highlight-buttons div.button-area:nth-last-child() {
		margin-right: 0px;
	}
}
@media screen and (max-width: 461px) {
	section#highlight-buttons div.button-area {
		width: 100%;
		padding: 0px 0px 40px 0px;
	}
}
section#collection {
	background-color: #e6e6e6;
	padding: 40px 0px 30px 0px;
}
section#collection div.collection div.cta a{
	
}
/*section#collection div.collection {
	width: calc((100% - 60px) / 3);
	float: left;
	text-align: left;
}
section#collection div.collection:first-child {
	margin-right: 30px;
}
section#collection div.collection:nth-child(2) {
	margin-right: 30px;
}
section#collection div.collection:nth-last-child() {
	margin-right: 0px;
}*/
section#collection div.collection div.collection-title {
	text-transform: uppercase;
	padding: 10px 0px 15px;

}
section#collection div.collection div.description {
	padding: 0px 0px;
}
section#collection div.collection img {
	width: 100%;
}
section#collection div.collection div.cta {
	text-transform: uppercase;
	padding: 0px 0px;
}
section#collection div.collection div.cta {
	border: 0px;
}
section#collection div.collection div.cta a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
	border: 0;
}
section#collection div.collection a.button div.button-title {
	color: var(--clr-black);
	padding-bottom: 10px;
}
section#collection div.collection a.button img {
	box-shadow: 0px 5px 10px #888888;
}
section#collection div.collection a.button:hover img {
	box-shadow: 0px 5px 5px #888888;
}
@media screen and (max-width: 1201px) {}
@media screen and (max-width: 951px) {
	/*section#collection div.collection {
		width: calc(100% / 2);
		padding: 0px 0px 40px 0px;
	}*/
}
@media screen and (max-width: 461px) {
	/*section#collection div.collection {
		width: 100%;
		padding: 0px 0px 40px 0px;
	}*/
}
section#residential-commercial {
	background-color: var(--clr-white);
	padding: 40px 0px 30px 0px;
}
section#residential-commercial div.type {
	/*width: calc((100% - 40px) / 2);
	float: left;*/
	text-align: left;
}
section#residential-commercial div.type:nth-child(1) {
	/*padding: 0px 20px 0px 0px;*/
}
section#residential-commercial div.type:nth-child(2) {
	/*padding: 0px 0px 0px 20px;*/
}
section#residential-commercial div.type div.type-heading {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
}
section#residential-commercial div.type img {
	width: 100%;
}
section#residential-commercial div.type div.collection-title {
		text-transform: uppercase;
		padding: 15px 0px 5px;
		font-weight: bold;
	
}
section#residential-commercial div.type div.collection-title a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
}
@media screen and (max-width: 651px) {
	section#residential-commercial div.type, section#residential-commercial div.type:nth-child(2) {
		/*width: 100%;
		float: none;
		padding: 0px 0px 0px 0px;*/
	}
}
section#awards {
	background-color: #e6e6e6;
}
section#awards .container {
	max-width: 1267px;
}
section#awards a {
	/*width: 85%;
	margin: 0px auto;
	display: block;*/
}
section#awards a img {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 651px) {
	section#awards div.type, section#awards div.type:nth-child(2) {
		width: 100%;
		float: none;
		padding: 0;
	}
}
footer {
	padding: 60px 15px;
	background: #c4c2c2;
}
footer div.container div.link-section {
	font-size: 14px;
	/*width: calc((100% - 200px) / 6);
	float: left;*/
	padding: 0 0px 20px 0;
}
footer div.container div.link-section:nth-child(6) {
	padding: 0;
}
footer div.container div.link-section a.section-heading {
	text-transform: uppercase;
	color: #494444 !important;
	font-weight: 700;
}
footer div.container div.link-section a {
	color: #494444 !important;
}
footer div.container div.link-section div.sub-links {}
footer div.container div.link-section div.sub-links a {
	display: block;
	color: var(--clr-white);
}
@media screen and (max-width: 1201px) {}
footer div.container div#copyright {
	padding: 20px 0px 0px 0px;
	display: block;
}
footer div.container div#copyright p {
	padding: 0px 0px 0px 0px;
	color: #494444;
	font-size: 12px;
}
footer footer #socials {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 210px;
	padding: 0px 0;
}
footer #socials a {
	color: var(--clr-white);
}
footer #newsletter {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 210px;
	padding: 0px 0;
	color: var(--clr-white);
}
footer #newsletter input {
	padding: 5px;
}
.footer-flag img {
	width: 60px !important;
}
@media (max-width: 575.98px) {
	footer div.container div.link-section {
		padding: 0 40px 12px 0;
	}
	.footer-flag img {
		width: 50px !important;
	}
	.footer-flag br {
		display: none !important;
	}
	footer div.container div#copyright p {
		line-height: 15px;
	}
}
@media screen and (max-width: 1201px) {
	#socials {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		width: 210px;
		float: left;
	}
	#newsletter {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		width: 210px;
		float: left;
	}
}
/* RESP FORM */
div#form-content {
	font-size: 12px;
}
div#form-content p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
div#form-content h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

/* FORM */
#form {
	position: relative;
	text-align: left;
	width: 100%;
}
#form .active-submission-success {
	background: #025796;
	color: var(--clr-white);
	padding: 10px;
	margin-bottom: 10px;
}
#form .active-submission-error {
	background: red;
	color: var(--clr-white);
	padding: 10px;
	margin-bottom: 10px;
}
#form .input-area {
	position: relative;
	padding-bottom: 14px;
}
#form .input_name {
	padding-bottom: 5px;
}
input:not([type=checkbox]):not([type=radio]), textarea {
	padding: 10px 10px;
	width: calc(100% - 22px);
	border: 1px solid #cccccc;
	outline: none !important;
}
#form label {}
#form select {
	padding: 9px 12px 9px 2px;
	width: 100%;
	border: 1px solid #cccccc;
}
#form select.full {
	width: calc(100% - 22px);
}
#form button {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #293038;
	background: #293038;
	color: #eeeeee;
}
#form button:hover {
	background: #3C4651;
	color: var(--clr-white);
	cursor: pointer;
}
@media screen and (max-width: 680px) {
	div#main-banner div#login-panel {
		top: 60px;
		left: 20px;
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 460px) {
	#form button {
		display: block;
		width: 100%;
		padding: 12px 0px;
		text-align: center;
	}
}
/*
#form input[name='mobile[one]'] {
	width: 23px;
	text-align: center;
	margin-right: 10px;
}
#form input[name='mobile[two]'] {
	width: 23px;
	text-align: center;
	margin-right: 10px;
}
#form input[name='mobile[three]'] {
	width: 32px;
	text-align: center;
}
#form input[name='firstname'] {
	width: calc(35% - 27px);
	float: left;
}
#form input[name='lastname'] {
	width: calc(65% - 27px);
	float: right;
}
#form input[name='email'] {}
#form .confirm input[name='password'] {
	width: calc(50% - 27px);
	float: left;
}
#form .confirm input[name='confirm_password'] {
	width: calc(50% - 27px);
	float: right;
}
#form div.required {
	font-size: 10px;
}
#form input.error {
	border: 1px solid red;
}
#form textarea.error {
	border: 1px solid red;
}
.validation-error {
	font-size: 10px;
	color: red;
	position: absolute;
	bottom: -10px;
	left: 0px;
}
*/
/* POP WINDOW */
div#shadowbox-bg {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 20000;
}
div#shadowbox-bg div#shadowbox {
	position: absolute;
	display: none;
	top: 5%;
	left: 0px;
	background-color: var(--clr-white);
	overflow-y: auto;
}
div#shadowbox-bg div#shadowbox div.shadowbox-padding {
	position: relative;
	padding: 40px;
}
div#shadowbox-bg div#shadowbox div.shadowbox-padding.dark {
	position: relative;
	padding: 40px 20px 20px 20px;
	background-color: #000000;
	color: #bfbfbf;
}
div#shadowbox-bg div#shadowbox div.shadowbox-padding.dark a {
	color: var(--clr-white);
}
div#shadowbox-bg div#shadowbox div.shadowbox-padding a#pop-close-shadowBox {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
div#shadowbox-bg div#shadowbox div.shadowbox-padding a#pop-close-shadowBox img {
	width: 20px;
}


div#new-shadowbox-bg {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 20000;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
div#new-shadowbox-bg div#new-shadowbox {
	padding: 5px;
	width: 90%;
    height: 90%;
	margin: 0px;
	overflow-y: auto;
	background-color: #ffffff;
	display: block;
    position: relative;
}
div#new-shadowbox-bg div#new-shadowbox div.new-shadowbox-padding {
	position: relative;
	padding: 40px;
}
div#new-shadowbox-bg div#new-shadowbox div.new-shadowbox-padding.dark {
	position: relative;
	padding: 40px 20px 20px 20px;
	background-color: #000000;
	color: #bfbfbf;
}
div#new-shadowbox-bg div#new-shadowbox div.new-shadowbox-padding.dark a {
	color: var(--clr-white);
}
div#new-shadowbox-bg div#new-shadowbox a#new-pop-close-shadowBox {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
div#new-shadowbox-bg div#new-shadowbox a#new-pop-close-shadowBox svg {
    height: 16px;
}

div#new-shadowbox-bg div#new-shadowbox a#new-pop-close-shadowBox svg rect {
    fill: var(--clr-blue) !important;
}



.carousel-control-next, .carousel-control-prev {
	width: 9% !important;
}
.splide__slide img {
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}
.splide__arrow svg {
	width: 2.5em;
	height: 2.5em;
	fill: #55adca;
	transition: fill .2s linear;
	opacity: 0.5;
}
.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #55adca;
	opacity: 0.5;
}
section#highlight-buttons div.button-area a.button div.button-title {
	color: var(--text-color);
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 5px;
}
section#highlight-buttons div.button-area a.button img {
	width: 100%;
	box-shadow: none;
}
section#highlight-buttons div.button-area {
	width: calc((102% - 0px) / 4);
	float: left;
	text-align: left;
}
section#highlight-buttons div.button-area:first-child {
	margin-right: 43px;
}
section#highlight-buttons div.button-area:nth-child(2) {
	margin-right: 43px;
}
section#highlight-buttons div.button-area:nth-child(3) {
	margin-right: 0px;
	width: calc(43% - 0px);
}

section#personalized-options  h3 {
	font-size: 16px;
	font-weight: 700;
	color: #262226;
	margin: 0;
	padding: 15px 0 5px 0;
}
h3.title {
	font-size: 30px;
}
h3 a {
	color: var(--blue);
}

 a h3 {
	color: var(--blue) !important;
}

section#newtubs .cta a, section#newsinks .cta a {
	
	font-weight: 700;
	color: var(--clr-blue);
	text-transform: uppercase;
	padding: 0 0 10px 0;
	display: block;
}
section#newtubs .cta a:hover, section#newsinks .cta a:hover {
	color: #4b8a91;
	text-decoration: none;
}
section#newtubs {
	
}

section#newtubs .kahlo-metro {
	background: #e6e6e6;
}
section#newtubs .kahlo-metro h3 {
	padding: 10px 0;
}
section#newtubs .kahlo-metro h4 {
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 10px 0;
	margin: 0;
}
section#newtubs .kahlo-metro .tname {
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 10px 0;
	margin: 0;
}
section#newsinks {
	
}

.greysep {
	display: flex;
	height: 7px;
	background: #d7d7d7;
	margin-top: 15px;
	margin-bottom: 40px;
}

section#primaryawards .award-logo {
	padding: 10px 0 20px 0;
}
section#primaryawards ul {
	list-style: none;
	
	margin-bottom: 30px;
	padding-left: 0;
}
section#primaryawards li {
	line-height: 35px;
}
section#otherawards h3 {
	font-weight: 600;
	font-size: 30px;
	display: flex;
	background: #d7d7d7;
	padding: 1px 0 1px 8px;
	margin-bottom: 25px;
}
section#otherawards .award-logo {
	min-height: 162px;
}
section#otherawards ul {
	list-style: none;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: left;
}


section#customgallery .card-columns .card {
	margin-bottom: 20px;
}
section#customgallery .card-columns .card p {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: all 0.25s;
	background: rgba(253, 253, 253, 0.75);
}
section#customgallery .card-columns .card:hover p {
	opacity: 1.0;
}
section#customgallery .modal-dialog {
	max-width: 800px !important;
}
section#customgallery .modal-dialog p {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	transition: all 0.25s;
	background: rgba(0, 0, 0, 0.35);
	padding-left: 10px;
	color: #D5D5D5;
}
section#presssocial h2 {
	font-size: 32px;
	color: #0d1417;
	font-weight: 500;
	padding: 0 0 20px 0;
	margin: 0;
}
section#presssocial #printcarousel, section#presssocial #onlinecarousel {
	margin-bottom: 30px;
}
section#presssocial .cover {
	/*background: #CCC;
	height: 275px;*/
}
section#presssocial #Gallery .modal-dialog {
    /*max-width: 80% !important;*/
}

@media (max-width: 767.98px) {
	
	section#presssocial #Gallery .modal-dialog {
		max-width: 100% !important;
	}
	
}

#presssocial .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

#presssocial .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

#presssocial .carousel-control-next, #presssocial .carousel-control-prev {
    opacity: 0.6;
}

#presssocial .carousel-control-next-icon, #presssocial .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}


div#shadowbox-bg {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 20000;
}

div#shadowbox-bg div#shadowbox {
    position: absolute;
    display: none;
    top: 5%;
    left: 0px;
    background-color: var(--clr-white);
    overflow-y: auto;
}

div#shadowbox-bg div#shadowbox div.shadowbox-padding {
    position: relative;
    padding: 10px;
}

div#shadowbox-bg div#shadowbox div.shadowbox-padding.dark {
    position: relative;
    padding: 40px 20px 20px 20px;
    background-color: #000000;
    color: #bfbfbf;
}

div#shadowbox-bg div#shadowbox div.shadowbox-padding.dark a {
    color: var(--clr-white);
}

div#shadowbox-bg div#shadowbox a#pop-close-shadowBox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

div#shadowbox-bg div#shadowbox a#pop-close-shadowBox svg {
    height: 16px;
}

div#shadowbox-bg div#shadowbox a#pop-close-shadowBox svg rect {
    fill: var(--clr-blue) !important;
}

@media (max-width: 1100px){
	#product-category-headline p {
		font-size: 14px;
		line-height: 24px;
		color: var(--clr-white);
	}
}





/* Search Style */
body div#search-results-mobile                      { position: fixed; background: #262d2d; overflow-y: auto; width: calc(100% - 0px); top: 0px; left: 0px; z-index: 1000; padding: 0px; }
body div#search-results-mobile div.search-input-area{ padding: 27px 20px 0px 20px; }
body div#search-results-mobile div.search-input-area input[name="s"]{ background-color: #262d2d; border-bottom: 4px solid #616564; font-size: 30px; text-align: center; padding: 20px !important; }

body div#search-results-mobile div#search-results   { padding: 0px 20px 0px 20px; overflow-y: auto; }
body div#search-results-mobile div#search-results::-webkit-scrollbar          { width: 2px;}
body div#search-results-mobile div#search-results::-webkit-scrollbar-track    { -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); border-radius: 10px; }
body div#search-results-mobile div#search-results::-webkit-scrollbar-thumb    { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }

body div#search-results-mobile div#search-results div.result-container  { color: var(--clr-white); }
body div#search-results-mobile div#search-results div.result-container div.result-group     { padding: 20px 0px 0px 0px; }
body div#search-results-mobile div#search-results div.result-container div.result-group div.result-group-title { color: var(--clr-white); font-weight: bold;padding: 0px 0px 0px 0px; }
body div#search-results-mobile div#search-results div.result-container div.result-group a.result-item   { color: #eeeeee; padding: 5px; display: block; }

div#search-results   { 
    display: none; 
    position: fixed; 
    top: 97px; 
    right: 0px; 
    background: #e6e6e6; 
    padding: 10px;  
    overflow-y: auto; 
    z-index: 10000; 
    width: 380px; 
    max-height: 500px; 
    min-height: 100px; }

@media screen and (max-width: 1200px) {
    div#search-results                      { top: 60px; }
}
@media screen and (max-width: 520px) {
    div#search-results   { 
        width: 100%;
    }
}
div#search-results .result-container   {}
div#search-results .result-container .result-group { padding: 0px 0px 10px 0px; }
div#search-results .result-container .result-group .result-group-title      { padding: 0px 0px; color: #575E64; font-weight: bold; }
div#search-results .result-container .result-group a.result-item            { color: #6C9899; padding: 5px; display: block; }

/* eof Search Style */


.half                                   { position: relative; float: left; width: 50%; }
div.half.padding                        { position: relative; float: left; width: 50%; padding: 0px 0px 0px 10px; }
div.half.padding:nth-of-type(2n+1)      { position: relative; padding: 0px 10px 0px 0px !important; }
@media screen and (max-width: 890px) {
    
	div.half                                { float: none; width: 100% !important; }
    div.half.padding, div.half.padding:nth-of-type(2n+1)
	                        				{ float: none; width: 100% !important; padding: 0px !important; }
    div.half.padding div.half.padding,
    div.half.padding.no-break               { float: left; width: calc(50% - 10px) !important; padding: 0px 0px 0px 0px !important; }
    div.half.padding div.half.padding.mobile-break       { float: none; width: 100% !important; }
}




/* product type hero area */

    section.product-type-hero { 
        padding: 0px 0px;
        position: relative;
    }

    section.product-list-area { 
        padding: 0px 0px;
        position: relative;
    }

    div.product-type-hero-overlay{
        height: 100%;
		width: 100%;
        position: absolute; 
        top: 0px; 
        left: 0px;
    }

    div.product-type-hero-overlay > div.container {
        height: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    div.product-description {
        padding: 20px 0px 20px 60%;
    }

    div.product-description h1 {
        padding: 0px 0px 25px 0px !important;
        margin: 0px;
        font-size: 30px !important;
    }

    div.product-description .cta {
        font-size: 14px;
        text-align: center;
        width: calc(100% / 2 - 4px);
    }

    div.product-description.dark-hero,
    div.product-description.dark-hero h1, 
    div.product-description.dark-hero p,
    div.product-description.dark-hero a:not(.cta)  
    {
        color: #ffffff !important;
    }

    div.product-description.dark-hero a:not(.cta) {
        text-decoration: underline;
    }
    
    div.product-description a.cta {
        text-decoration: none;
    }

    @media (max-width: 1305px) {
        div.product-description h1 {
            padding: 0px 0px 25px 0;
            margin: 0px;
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 1100px){
		
        div#banner-area div.container {
            display: flex;
            flex-direction: column; 
            align-items: stretch;
            width: 100%;
        }
        div#banner-area div.container > img {
            order: 2;
        }
        div.product-type-hero-overlay {
            height: unset;
            position: relative;
            top: unset;
            left: unset;
        }
        div.product-type-hero-overlay div.product-description {
            width: 90%;
    		margin: 0px auto;
            padding: 40px 0px;
            text-align: center;
        }
		div.product-description.dark-hero,
		div.product-description.dark-hero h1, 
		div.product-description.dark-hero p,
		div.product-description.dark-hero a:not(.cta)  
		{
			color: var(--text-color) !important;
		}
    }

/* eof product type hero area */


/* product list and filter area area */

div#filter-item-area { overflow: auto; }

.sticky {
  position: fixed;
  top: 140px;
}

section.product-list-area   { padding: 40px 0px; }

div.list-filter-area    { display: flex; }

div.filter-area         { 
	/* flex: 1; */
	width: 240px;
}
div.list-area           { flex: 1; padding: 0px 0px 0px 40px; }

div.filter-area div.filter-block-area { 
    padding: 10px; 
    border-top: 1px solid #cccccc;
}

div.filter-area div.filter-block-area .filter-title {
    padding: 10px 0px 10px 0px;
    color: #333333;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
}
div.filter-area div.filter-block-area .filter-title:after {
    content: "+";
    position: absolute; 
    right: 0px; 
    top: 10px;
	font-size: 24px;
}
div.filter-area div.filter-block-area.open .filter-title:after {
    content: "-";
    position: absolute; 
    right: 0px; 
    top: 10px;
}
div.filter-area div.filter-block-area div.filter-data       { display: none; transition: all 2s linear; }
div.filter-area div.filter-block-area div.filter-data a div.view-title      { font-size: 14px; }
div.filter-area div.filter-block-area.open div.filter-data  { display: block; transition: all 2s linear; }
div.filter-area div.filter-block-area label 
{ 
    padding: 6px 0px 0px 0px; 
    display: block; 
    font-size: 12px;
}

div.filter-area div#list-view div.filter-data  	{ 
	display: flex; 
	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-justify-content: space-between;
  	justify-content: space-between; 
}

div.filter-area div#list-view div.filter-data a.on svg * { fill: #609199; }
div.filter-area div#list-view div.filter-data a {
	padding: 0px 0px 0px 0px;
	margin: 10px auto; 
	text-align: center; 
}

div.filter-area div#list-view div.filter-data  	{ 
	display: flex; 
	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-justify-content: space-between;
  	justify-content: space-between; 
}


main#new-product-page div.filter-area div#list-view div.view-by { 
	text-align: center;
	color: #609199;
	font-size: 20px;
}
main#new-product-page div.filter-area div#list-view div.filter-data { 
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
main#new-product-page div.filter-area div#list-view div.filter-data svg 			{ width: 60px; height: 60px; }
main#new-product-page div.filter-area div#list-view div.filter-data a.on svg *,
main#new-product-page div.filter-area div#list-view div.filter-data a:hover svg * 	{ fill: #609199; stroke: #609199; }

main#new-product-page div.filter-area div#list-view div.filter-data a div.view-title		{ color: #000000;  }
main#new-product-page div.filter-area div#list-view div.filter-data a.on div.view-title,
main#new-product-page div.filter-area div#list-view div.filter-data a:hover div.view-title 		{ color: #609199; text-decoration: unset !important; }

main#new-product-page div.filter-area div#list-view div.filter-data a.inactive 						{ opacity: 0.4; }
main#new-product-page div.filter-area div#list-view div.filter-data a.inactive:hover 						{ text-decoration: none; }
main#new-product-page div.filter-area div#list-view div.filter-data a.inactive svg *, 		
main#new-product-page div.filter-area div#list-view div.filter-data a.inactive:hover svg * 			{ fill: #000000; stroke: #000000; }
main#new-product-page div.filter-area div#list-view div.filter-data a.inactive:hover div.view-title { color: #000000; text-decoration: unset !important; }


/* main#new-product-page div.filter-area div#list-view div.filter-data a {
	padding: 0px 0px 0px 0px;
	width: 33%;
	margin: 10px auto; 
	text-align: center; 
} */


div.sub-type                { 
	padding: 0px 0px 80px 0px; 
	width: 100%;
}
div.product-list {
    display: -webkit-flex;
  	display: flex;
  	flex-wrap:wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-justify-content: flex-start;
  	justify-content: flex-start;
}

div.product-list div.product-thumb {
	margin: 0;
	padding: 0px 20px 20px 0px;
	width: 20%;
	box-sizing:border-box;
}

div.product-thumb div.image-area    { padding: 0px 0px 0px 0px; width: 100%; text-align: center; }
div.product-thumb div.image-area img{ width: 100%; height: auto; }
div.product-thumb div.link-area     { padding: 10px 0px 0px 0px; width: 100%; text-align: center; }
div.product-thumb div.info-area     { padding: 10px 0px 0px 0px; width: 100%; text-align: center; }

div.product-list.view-photo .product-thumb-header   		  { display: none; }
div.product-list.view-photo .product-thumb div.image-area { display: block; }
div.product-list.view-photo .product-thumb div.link-area { display: block; }
div.product-list.view-photo .product-thumb div.info-area { display: none; }
div.product-list.view-photo .product-thumb .compare  					{ display: block; text-align: center; }

div.product-list.view-detail .product-thumb-header   		  { display: none; }
div.product-list.view-detail .product-thumb div.image-area { display: block; }
div.product-list.view-detail .product-thumb div.link-area  { display: none; }
div.product-list.view-detail .product-thumb div.info-area  { display: block; }
div.product-list.view-detail .product-thumb div.info-area div.detail-item 							{ padding: 5px 0px; width: 100%; }
div.product-list.view-detail .product-thumb .compare  					{ display: block; text-align: center; }
div.product-list.view-detail .product-thumb div.info-area div.detail-item.name  					{  }

div.product-list.view-detail .product-thumb div.info-area div.detail-item div.detail-description 	{ display: inline-block; font-weight: bold; }
div.product-list.view-detail .product-thumb div.info-area div.detail-item div.detail-value 		{ display: inline-block; }

div.product-list.view-series .product-thumb-header   		  { display: none; }
div.product-list.view-series .product-thumb div.image-area { display: block; }
div.product-list.view-series .product-thumb div.link-area  { display: none; }
div.product-list.view-series .product-thumb div.info-area  { display: block; }
div.product-list.view-series .product-thumb div.info-area div.detail-item 							{ padding: 5px 0px; width: 100%; }
div.product-list.view-series .product-thumb .compare  					{ display: block; text-align: center; }
div.product-list.view-series .product-thumb div.info-area div.detail-item.name  					{  }

div.product-list.view-series .product-thumb div.info-area div.detail-item div.detail-description 	{ display: inline-block; font-weight: bold; }
div.product-list.view-series .product-thumb div.info-area div.detail-item div.detail-value 		{ display: inline-block; }
div.product-list.view-series .product-thumb div.info-area div.detail-item.actual_width,
div.product-list.view-series .product-thumb div.info-area div.detail-item.actual_length  					{ display: none; }




div.product-list.view-list .product-thumb-header   		  		{ display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; padding: 10px 0px; background-color: #000000; color: #ffffff; }
div.product-list.view-list .product-thumb-header div.detail-item	{ display: flex; flex-direction: column; flex-basis: 100%; flex: 1; text-align: left; padding: 0px 10px;  color: #ffffff; }
div.product-list.view-list .product-thumb-header div.detail-item div.detail-value	{ color: #ffffff; }
div.list-area.tubs.basics div.product-list.view-list .product-thumb-header div.detail-item.name	{ display: none; }
div.product-list.view-list .product-thumb-header div.detail-item a	{ color: #ffffff; }

div.product-list .thumb-list { width: 100%; display: -webkit-flex;
  	display: flex;
  	flex-wrap:wrap;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-webkit-justify-content: flex-start;
  	justify-content: flex-start; }
div.product-list.view-list .product-thumb .compare  					{ display: none; }
div.product-list.view-list .product-thumb 				  { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; padding: 10px 0px; border-bottom: 1px solid #000000; }
div.product-list.view-list .product-thumb div.info-area  { padding: 0px 0px 0px 0px; }
div.product-list.view-list .product-thumb div.image-area { display: none; }
div.product-list.view-list .product-thumb div.link-area  { display: none; }
div.product-list.view-list .product-thumb div.info-area  { display: flex; flex-wrap: wrap; flex-direction: row;  }
div.product-list.view-list .product-thumb div.info-area div.detail-item	  					{ display: flex; flex-direction: column; flex-basis: 100%; flex: 1; text-align: left; padding: 0px 10px; }

div.product-list.view-list .product-thumb div.info-area div.detail-item.detail-item.size_full { flex: 2; }
div.product-list.view-list .product-thumb-header div.detail-item.detail-item.size_full { flex: 2; }

div.product-list.view-list .product-thumb div.info-area div.detail-item.detail-item.back_rest_angle {display: none; }
div.product-list.view-list .product-thumb-header div.detail-item.detail-item.back_rest_angle {display: none; }

div.list-area.tubs.basics div.product-list.view-list .product-thumb div.info-area div.detail-item.name  					{ display: none; }
div.product-list.view-list .product-thumb div.info-area div.detail-item.name  					{ display: block; font-size: 100%; }
div.product-list.view-list .product-thumb div.info-area div.detail-item.compare					{ display: none; }

div.product-list.view-list .product-thumb div.info-area div.detail-item div.detail-description 	{ display: none; }
div.product-list.view-list .product-thumb div.info-area div.detail-item div.detail-value 		{ display: inline-block; }

div.product-list.view-list .product-thumb div.detail-item.no-column-view	{ display: none !important; }

div.product-list.view-detail .product-thumb div.detail-item.column-view, 
div.product-list.view-photo .product-thumb div.detail-item.column-view	{ display: inline-block !important; }

div.product-list.view-detail .product-thumb div.detail-item.no-thumb-view, 
div.product-list.view-photo .product-thumb div.detail-item.no-thumb-view { display: none !important; }

@media only screen and (max-width: 1500px){
	div.product-list div.product-thumb {
		margin: 0;
		padding: 0px 20px 20px 0px;
		width: 25%;
		box-sizing:border-box;
	}
}

@media only screen and (max-width: 1260px){
	div.product-list div.product-thumb {
		margin: 0;
		padding: 0px 20px 20px 0px;
		width: 33%;
		box-sizing:border-box;
	}
}

@media only screen and (max-width: 980px){
	div.product-list div.product-thumb {
		margin: 0;
		padding: 0px 20px 20px 0px;
		width: 50%;
		box-sizing:border-box;
	}
}
@media only screen and (max-width: 640px){
	div.list-filter-area	{}
	div.filter-area 		{ display: none; }
	/* div.filter-area 		{ opacity: 0; width: 0px; } */
	div.list-area 			{ padding: 0px; }
	div.product-list.view-photo .product-thumb .compare { display: none; }
}

div#open-compare    			{ font-size: 26px; }
div#open-compare.open    			{ display: none; }
div#open-compare.closed    			{ position: fixed; bottom: 0px; left: 0px; width: 100%; display: block; color: #F5F5F5; background-color: #609191; padding: 20px 0px 20px 0px;text-align: center; }
div#open-compare.closed:hover    	{ display: block; background-color: #609191; color: #F5F5F5; cursor: pointer; }

div#compare_products                        { position: fixed; left: 0px; height: auto; background-color: #F5F5F5; padding: 50px 10px 10px 10px; }
div#compare_products.open                   { display: block; }
div#compare_products.open div#compare_area  { margin: 0px auto; padding: 10px; display: table; background-color: #ffffff; width: 100%; width: 260px; }
div#compare_products.closed                 { display: none !important; }
div#compare_products.closed div#compare_area { width: 0px; height: 0px; }

div#compare_products.open.banner-in-view     { position: absolute; top: 0px; left: 0px; background-color: #F5F5F5; padding: 30px 10px 10px 10px; }

div#view_compare_products                   { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #F5F5F5; z-index: 10000; }
div#view_compare_products div#view_compare_area
                                            { width: 90%; margin: 5%; height: 90%; }
div#view_compare_products div#view_compare_area div.compare_item
                                            { display: inline-block; width: calc((100% - 160px) / 4); padding: 20px; float: left; margin: 10px 20px; background-color: #ffffff; }
div#view_compare_products div#view_compare_area div.compare_item img { width: 100%; }
div#view_compare_products div#view_compare_area div.compare_item div.compare-item  { display: none; }
div#view_compare_products div#view_compare_area div.compare_item .model_no::before {content: "Model: ";}
div#view_compare_products div#view_compare_area div.compare_item .model_name {display: inline-block;float: none;width: 100%;font-size: 24px;}
div#view_compare_products div#view_compare_area div.compare_item .model_size {display: inline-block;float: none;width: 100%;}
div#view_compare_products div#view_compare_area div.compare_item .model_size::before {content: "Size: ";}
div#view_compare_products div#view_compare_area div.compare_item .model_shape {display: inline-block;float: none;width: 100%;}
div#view_compare_products div#view_compare_area div.compare_item .model_shape::before {content: "Shape: ";}
div#view_compare_products div#view_compare_area div.compare_item .model_drain {display: inline-block;float: none;width: 100%;}
div#view_compare_products div#view_compare_area div.compare_item .model_drain::before {content: "Drain: ";}
div#view_compare_products div#view_compare_area div.compare_item .model_material {display: inline-block;float: none;width: 100%;}
div#view_compare_products div#view_compare_area div.compare_item .model_material::before {content: "Material: ";}
#products-area > .detail-view > .prod-item .prod-info > a > .model_persons {display: inline-block;float: none;width: 100%;}
div#view_compare_products div#view_compare_area div.compare_item .model_persons::before {content: "Persons: ";}
div#view_compare_products div#view_compare_area div.compare_item .threshold::before {content: "Threshold: ";}

div.compares {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	overflow: hidden;
    height: 100%;
    overflow-y: auto;
}

div.compares .product-thumb 									{ width: 25%; padding: 0px 20px 40px 0px; margin: 0; box-sizing: border-box; }
div.compares .product-thumb div.info-area div.detail-item	  	{ padding: 5px 0px; }
div.compares .product-thumb div.info-area div.detail-item div.detail-value 		{ display: inline-block; }
div.compares .product-thumb div.info-area div.detail-item.actual_length,
div.compares .product-thumb div.info-area div.detail-item.actual_width { display: none; }
div.compares .product-thumb div.info-area div.detail-item div.detail-description { display: inline-block; font-weight: bold; }

.compare-tools > h3 {
    float: left;
    padding: 0 0 0 30px;
    margin: 0;
    line-height: 30px;
}
#print-comparison {
    float: left;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    margin-left: 30px;
    background-image: url(images/icon-print.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

#leave-comparison {
  float: left;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  margin-left: 30px;
  background-image: url("images/icon-return-search.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
}

/* eof product list and filter area area */


div.thin-scrollbar                                 { overflow-y: auto; direction: ltr; }
div.thin-scrollbar::-webkit-scrollbar              { width: 4px; height: 4px; }
div.thin-scrollbar::-webkit-scrollbar-button       {  }
div.thin-scrollbar::-webkit-scrollbar-track        { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); border-radius: 10px; }
div.thin-scrollbar::-webkit-scrollbar-track-piece  {  }
div.thin-scrollbar::-webkit-scrollbar-thumb        { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); }
div.thin-scrollbar::-webkit-scrollbar-corner       { width: 0px; height: 0px; }
div.thin-scrollbar::-webkit-resizer                { }


a.product-filter-back-button {
	width: 100%;
    text-align: center;
    margin-bottom: 10px;
}