/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: proxima-nova, sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden;
}


/* Font Styles */

h1{
	font-size: 54px;
	line-height: 54px;
    font-weight: 800;
    font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	padding-bottom:10px;
	margin:0!important;
	color:#065590;
	position: relative;
	display: inline-block;
	padding-top:30px;
}
@media (max-width:1440px){
	h1{
		font-size: 50px;
		line-height: 50px;
		padding-top:25px;
	}
}
@media (max-width:1280px){
	h1{
		font-size: 45px;
		line-height:45px;
		padding-top:20px;
	}
}
@media (max-width:1024px){
		h1{
			padding-top:15px;
		}
	}
@media (max-width:800px){
	h1{
		font-size: 40px;
		line-height:40px;
	}
}
@media (max-width:440px){
	h1{
		font-size: 36px;
		line-height:36px;
	}
}
@media (max-width:380px){
	h1{
		font-size: 32px;
		line-height:32px;
	}
}
h1:before{
	content:"";
	background-image: url('/wp-content/uploads/2025/01/wt-icon-right.png');
	background-size: contain;
	width: 60px;
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
	max-height: 32px;
	position: absolute;
	max-width: 60px;
	right:100%;
	top:42px;
	margin-right:10px;
}
h1::after {
	content: "";
	background-color: #8196C9;
	height: 1px;
	width: calc(8vw - 70px);
	right: calc(100% + 70px);
	position: absolute;
	top: 57px;
}
@media (max-width:1660px){
	h1::after {
		width: calc(6vw - 60px);
		right: calc(100% + 60px);
		top: 57px;
	}
	h1:before{
		width: 50px;
		max-height: 32px;
		max-width: 50px;
		right:100%;
		top:42px;
		margin-right:10px;
	}
}
@media (max-width:1440px){
	h1::after {
		width: calc(5vw - 50px);
		right: calc(100% + 50px);
		top: 50px;
	}
	h1:before{
		width: 40px;
		max-height: 32px;
		max-width: 40px;
		right:100%;
		top:35px;
		margin-right:10px;
	}
}
@media (max-width:1280px){
	h1::after {
		width: calc(4vw - 40px);
		right: calc(100% + 40px);
		top: 42px;
	}
	h1:before{
		width: 30px;
		max-height: 32px;
		max-width: 30px;
		right:100%;
		top:27px;
		margin-right:10px;
	}
}
@media (max-width:1024px){
	h1::after,
	h1:before{
		display: none;
	}
}
.single-product-main .contentarea h1{
	padding-top:0;
}
.home-hero-slider h1::before,
.home-hero-slider h1::after,
.single-product-main .contentarea h1::before,
.single-product-main .contentarea h1::after{
	display: none;
}
h2{
	font-size: 40px;
	line-height: 40px;
    font-weight: 800;
    font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	color:#1F2C53;
}
@media (max-width:1440px){
	h2{
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 15px;
	}
}
@media (max-width:1024px){
	h2{
		font-size: 32px;
		line-height: 32px;
		padding-bottom: 15px;
	}
}
@media (max-width:800px){
	h2{
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 12px;
	}
}
@media (max-width:440px){
	h2{
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 10px;
	}
}
@media (max-width:380px){
	h2{
		font-size: 26px;
		line-height: 26px;
		padding-bottom: 10px;
	}
}
h3{
	font-size: 32px;
	line-height: 32px;
    font-weight: 800;
    font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	color:#ffffff;
}
@media (max-width:1440px){
	h3{
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width:1280px){
	h3{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width:1024px){
	h3{
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width:440px){
	h3{
		font-size: 24px;
		line-height: 24px;
	}
}
h4{
	font-size: 28px;
	line-height: 32px;
    font-weight: 800;
    font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	color:#ffffff;
}
@media (max-width:1440px){
	h4{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width:1280px){
	h4{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width:800px){
	h4{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width:550px){
	h4{
		font-size: 20px;
		line-height: 24px;
	}
}
h5{
	font-size: 24px;
	line-height: 24px;
    font-weight: 400;
    font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	color:#5975b8;
}
@media (max-width:1280px){
	h5{
		font-size: 22px;
		line-height: 22px;
	}
}
@media (max-width:1024px){
	h5{
		font-size: 20px;
		line-height: 20px;
	}
}
h6{
	font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
	color:#1F2C53;
}
p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	padding-bottom:20px;
    font-family: proxima-nova, sans-serif;
    color: #211F1F;
}
p a{
	font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    font-family: proxima-nova, sans-serif;
	text-decoration: underline;
    color: #1F2C53;
}
p:last-child{
	padding-bottom: 0;
}
a:hover{
	text-decoration:none;
	color: #065590;
}
@media (max-width:1440px){
	p, p a{
		font-size: 16px;
		line-height: 24px;
		padding-bottom:15px
	}
}
small, small a{
	font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
	color: #ffffff;
	display: block;
}
@media (max-width:1500px){
	small, small a{
		font-size: 12px;
		line-height: 15px;
	}
}
strong{
	font-weight: 800;
}


/* Buttons */
.page-form .wpcf7-submit,
.btn{
	background-color: #5975B8;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 18px;
	font-family:proxima-nova-condensed, sans-serif;
	font-weight: 700;
    height: auto;
    padding: 15px 25px;
    line-height: 18px;
    text-align: center;
    box-shadow: none;
    border: 0!important;
	border-radius: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: fit-content;
	white-space: inherit;
}
.page-form .wpcf7-submit:hover,
.btn:hover{
    background-color: #E3E3E3!important;
	color: #1F2C53!important;
}
.btn.blue{
	background-color: #065590;
	color: #fff;
}
.btn i{
	margin-right:10px;
}
@media (max-width:1280px){
	.page-form .wpcf7-submit,
	.btn{
		font-size: 16px;
	}
}



/* Main Blog Page */

.blog-page{
	margin:0 0 35px 0;
}
.blog-page .col-md-3{
	margin-bottom:30px;
}
.blog-page .col-md-3 .inner{
	background-color: #E2E2E2;
	padding:25px;
	display: flex;
  	height: 100%;
}
.blog-page .col-md-3 .inner .content{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.single .related h4,
.blog-page .col-md-3 .inner h4{
	color: #1F2C53;
	font-size: 28px;
  	line-height: 30px;
	padding-bottom: 5px;
}
.single .date,
.blog-page .col-md-3 .inner .date{
	color: #1F2C53;
	font-family: proxima-nova-condensed, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	border: 2px solid #1F2C53;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 50px;
	margin-bottom: 18px;
}
.blog-page .col-md-3 .inner .btn{
	margin-bottom:0;
	margin-top:auto;
}
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 300px;
    margin-bottom:15px;
}
.blog-page .button{
    font-weight:700;
    margin-top:15px;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	padding-bottom: 0;
	justify-content: space-between;
}
.blog-page #nav-below span{
	display: flex;
    justify-content: center;
	justify-content: center;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-right: 10px;
    color: #1F2C53;
	font-size: 40px;
}
.blog-page .nav-previous i{
    margin-left: 10px;
   	color: #1F2C53;
	font-size: 40px;
}

/* Blog Page Responsive */
@media (max-width: 1660px){
	.single .related h4,
	.blog-page .col-md-3 .inner h4{
		font-size: 26px;
		line-height: 28px;
	}
	.blog-page .col-md-3{
		width: 33.333%;
		flex:0 33.333%;
		max-width: 33.333%;
	}
}
@media (max-width: 1280px){
	.single .related h4,
	.blog-page .col-md-3 .inner h4 {
		font-size: 24px;
		line-height: 26px;
	}
}
@media (max-width: 1024px){
	.blog-page .col-md-3{
		width:50%;
		flex: 0 50%;
		max-width:50%;
		margin-bottom:25px;
	}
}
@media (max-width: 800px){
	.single .related h4,
	.blog-page .col-md-3 .inner h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.single .date,
	.blog-page .col-md-3 .inner .date{
		font-size: 14px;
	}
	.blog-page .col-md-3 .inner {
		padding: 20px;
	}
}
@media (max-width: 600px){
	.blog-page .col-md-3{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-bottom:20px;
	}
}
@media (max-width: 550px){
	.blog-page .nav-next i{
		margin-right: 8px;
		font-size: 36px;
	}
	.blog-page .nav-previous i{
		margin-left: 8px;
		font-size: 36px;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}




/* Single Blog Post */
.single-blog{
	padding-top:70px;
	width: 80%;
}
.single-blog h1{
	padding-top:0;
	color: #1F2C53;
}
.single-blog h2{
	padding-top:0;
	color: #5975B8;
	font-weight: 400;
}
.single-blog h3{
	color: #1F2C53;
}
.single-blog h1::before {
	top: 13px;
}
.single-blog h1::after {
	width: calc(8vw - 70px + 40%)!important;
	top: 28px;
}
.single-blog img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.single-blog .top-col{
	padding-bottom:60px;
}
.single-blog .related{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.single-blog .related-title{
	padding-bottom:20px;
	width: 100%;
	color: #5975B8;
	font-weight: 400;
}
.single-blog .related-title strong{
	font-weight: 800;
}
.single-blog .related li{
	width:100%;
	display: flex;
	padding:20px;
	background-color: #E3E3E3;
	width: 49%;
}
.single-blog .related a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:100px;
	width:50%;
}	


/* Single Blog Post Responsive */
@media (max-width: 1440px){
	.single-blog{
		padding-top:60px;
		width: 90%;
	}
	.single-blog h1::before {
		top: 10px;  
	}
	.single-blog h1::after {
		width: calc(5vw - 50px + 30%) !important;
		top: 25px;
		right: calc(100% + 50px);
	}
}
@media (max-width: 1280px){
	.single-blog .related-title {
		padding-bottom: 15px;
	}
	.single-blog .top-col {
		padding-bottom: 50px;
	}
	.single-blog h1::before {
		top: 4px;
		width: 35px;
		max-height: 40px;
		max-width: 35px;
		right: 100%;
		margin-right: 10px;
	}
	.single-blog h1::after {
		width: calc(4vw - 45px + 20%) !important;
		top: 23px;
		right: calc(100% + 45px);
	}
}
@media (max-width: 1024px){
	.single-blog .left-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		padding-right:15px;
	}
	.single-blog .right-col{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-top:40px;
	}
	.single-blog .right-col .row{
		margin:0;
	}
	.single-blog .right-col ul{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
	.single-blog{
		padding-top:40px;
		width: 100%;
	}
	.single-blog .top-col {
		padding-bottom: 40px;
	}
	.single-blog .related-title {
		padding-bottom: 10px;
	}
}
@media (max-width: 800px){
	.single-blog .related li {
		width: 100%;
		margin-bottom:20px;
	}
	.single-blog .related li:last-child {
		width: 100%;
		margin-bottom:0;
	}
}
@media (max-width: 768px){

}
@media (max-width: 414px){
	.single-blog .right-col ul{
		width:100%;
		flex: 0 100%;
		max-width:100%;
	}
}
@media (max-width: 390px){

}
@media (max-width: 360px){

}

.category-intro p{
	width: 75%;
}
.category-intro .download-button p{
	width: initial;
}

.alioth-page-nav .page-title{
	line-height: 150px;
}
.top-filters{
	padding-top:30px;
}
.top-filters .row{
	align-items: center;
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	margin:0;;
}
.filter-section{
	display: flex;
	flex-flow: row wrap;
}
.filter-section:last-child{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.filter-section form select{
	padding:0 40px 0 0;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
}
.filter-section form{
	position: relative;
	height: 44px;
	display: flex;
	align-items: center;
}
.filter-section form#pottype-filter:before {
	content:"\f1de";
	font-family:'Font Awesome 6 Pro';
	margin-right:5px;
}
.filter-section form:after{
	content:"\f078";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 15px;
	top: 5px;
}
.filter-section.sort-col{
	justify-content: flex-end;
	padding-right: 0;
}
.category-post-count{
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
}
.category-post-count p{
	font-weight: 700;
	color:#065590;
	font-size: 16px;
}
.archive .download-button{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-content: flex-end;
	padding-bottom: 10px;
}
.download-button p{
	text-align: right;
}
.download-button p i{
	margin-right: 10px;
}




.product-loop{
	padding-top:25px;
	padding-bottom:0;
}

.product-item{
	margin-bottom: 35px;
}
.product-inner{
	border:3px solid #065590;
	min-height: 165px;
	display: flex;
  	flex-flow: row wrap;
	height: 100%;
	flex-direction: column;
}
.product-inner a{
	display: flex;
  	height: 100%;
}
.product-inner .col-md-4{
	border-right: 3px solid #065590;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}
.product-inner .col-md-8{
	padding:15px 30px;
	display: flex;
	flex-flow: row wrap;
	flex-direction: column;
	background-color: #F6F6F6;
}
.product-inner h3{
	color:#211F1F;
	font-size: 24px;
	line-height: 26px;
	text-transform: inherit;
	font-weight: 800;
	font-family: proxima-nova, sans-serif
}
.product-inner p{
	font-family: proxima-nova-condensed, sans-serif;
	font-size: 17px;
	line-height: 24px;
	padding-bottom:10px;
}
.product-inner p::before{
	content:"Product Code: ";
	display:inline
}
.product-inner .btn{
	margin-top: auto;
	margin-bottom: 0;
	width: max-content;
}

#nav-below{
	padding-bottom:55px;
}
.page-numbers{
	display: flex;
	justify-content: end;
	font-size: 16px;
}
.page-numbers li{
	border:1px solid #A0A0A0;
	width: 44px;
	height: 44px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-flow: row wrap;
	margin-left: 10px;
}

.page-numbers .active-page{
	background-color: #F6F6F6;
	font-weight: 800;
}
.post-type-archive .category-intro .row{
	align-items: flex-end;
}


@media (max-width:1660px){
	.product-inner h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.product-inner .col-md-8 {
		padding: 15px 25px;
	}
	.product-item {
		margin-bottom: 30px;
	}
	.product-loop {
		padding-top: 20px;
		padding-bottom: 0;
	}
}
@media (max-width:1440px){
	.product-inner h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.product-inner p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width:1280px){
	.product-loop .row{
		margin-left:-10px;
		margin-right:-10px;
	}
	.product-item {
		margin-bottom: 20px;
		padding-left:10px;
		padding-right:10px;
	}
	.product-inner .col-md-8 {
		padding: 15px 15px;
	}
	.filter-section form::after {
		right: 12px;
		top: 5px;
	}
	.post-type-archive .download-button {
		display: flex;
		justify-content: flex-end;
		padding-bottom: 8px;
	}
	.download-button .btn {
		padding:13px 20px;
	}
}
@media (max-width:1024px){
	.product-inner h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.product-item {
		width: 50%;
		flex:0 50%;
		max-width: 50%;
	}
	.product-inner p {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 5px;
	}
	.product-inner .col-md-8 {
		padding: 12px 15px;
	}
	.product-inner {
		min-height: 145px;
	}
	.product-loop {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.category-post-count p {
		font-size: 14px;
	}
}
@media (max-width:800px){
	.top-filters {
		padding-top: 20px;
	}
}
@media (max-width:767px){
	.top-filters .row{
		justify-content: space-between;
		flex-flow: row!important;
	}
	.post-type-archive .category-intro .row {
		flex-flow: row!important;
	}
	.archive .download-button p{
		width: 100%;
	}
}
@media (max-width:680px){
	.product-item {
		width: 100%;
		flex:0 100%;
		max-width: 100%;
	}
	.product-item img{
		max-height: 120px;
	}
	.product-inner .col-md-4{
		width: 33.333%;
		flex:0 33.333%;
		max-width: 33.333%;
	}
	.product-inner .col-md-8{
		width: 66.666%;
		flex:0 66.666%;
		max-width: 66.666%;
	}
	.product-inner {
		min-height: 135px;
	}
}
@media (max-width:550px){

}
@media (max-width:440px){

}
@media (max-width:380px){

}







/* Single Product */

.single-product-main{
	border:3px solid #065590;
	margin-bottom: 35px;
	margin-left: 0;
	margin-right: 0;
}
.single-product-main .contentarea{
	background-color:#F6F6F6;
	padding:40px 50px 50px 50px;
	border-left: 3px solid #065590;;
}
.single-product-main .imagebox{
	display: flex;
	flex-flow: row wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	padding-top:50px;
}
.single-product-main .contentarea h1{
	text-transform: inherit;
	font-size:40px;
	padding-bottom: 15px !important;
}
.single-product-main .contentarea .order-box h4{
	background-color:#5975B8;
	padding:9px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;	
	margin-bottom:15px;
}

.single-product-main .contentarea .order-box ul li{
	background-color: #fff;
	padding: 20px 20px 16px 20px;
	margin: 0 0 6px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.single-product-main .contentarea .order-box ul li {
	font-size:17px;
	color:#065590;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.single-product-main .contentarea .order-box ul li strong{
	font-size:21px;
	display: block;
	color:#1F2C53;
	font-weight: 800;
	font-family: proxima-nova-condensed, sans-serif;
}
.single-product-main .contentarea .order-box ul li a{
	flex-grow: 1;
	display: flex;
	flex-flow:row wrap;
}
.single-product-main .contentarea .order-box ul li.delivery::before{
	content:"\f0d1";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: bold;
	font-size: 32px;
	position: relative;
	min-width: 40px;
	margin-right:10px;
	text-align: center;
	bottom: 2px;
}
.single-product-main .contentarea .order-box ul li.question::before{
	content:"\f82d";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: bold;
	font-size: 32px;
	position: relative;
	min-width: 40px;
	margin-right:10px;
	text-align: center;
	bottom: 2px;
}
.single-product-main .contentarea .order-box ul li.stockist::before{
	content:"\f689";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-size: 32px;
	position: relative;
	min-width: 40px;
	margin-right:10px;
	text-align: center;
	bottom: 2px;
}


.single-product-main .contentarea h3{
	font-size:22px;
	color:#211F1F;
	font-weight: 400;
	text-transform: initial;
	font-family: proxima-nova, sans-serif;
}

.single-product-main .contentarea .col-md-7{
	border-right: 1px solid #A0A0A0;
  	padding-right: 50px;
}
.single-product-main .contentarea .col-md-5{
	padding-left: 50px;
}
.single-product-main .contentarea .col-md-7 p{
	font-size: 16px;
	line-height: 20px;
}


/* chimney-table */
.chimney-table{
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.table-title{
	font-size:18px;
	color:#211F1F;
	margin-top:25px;
}
.table-title:first-of-type{
	margin-top:20px;
}
.chimney-table .top{
	background-color: #065590;
	color:#fff;
	text-align: center;
	border-left: 1px solid #065590;
	border-right: 1px solid #065590;
}
.chimney-table .top th{
	border-bottom: inherit;
	padding: 5px 5px;
  	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}
.chimney-table tbody{
	background-color: #F6F6F6;
}
.chimney-table .second{
	background-color: #E3E3E3;
}

.chimney-table .second th{
	border-right: 1px solid #065590;
	border-bottom: 0!important;
	border-top: 1px solid #065590!important;
	text-align: center;
	padding: 5px 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}
.chimney-table .second th:first-child{
	border-left: 1px solid #065590;
}

.chimney-table{
	margin-bottom:10px!important;
}
/* .chimney-table .second  thead th{
	border-bottom: 0;
	border-top: 0;
	border-bottom: inherit;
} */

.chimney-table tbody{
	border-bottom: 1px solid #065590;
	border-left: 1px solid #065590;

}
.chimney-table tbody tr{
	border-top:1px solid #065590;
}
.chimney-table tbody tr:first-child{
	border-top:0;
}
.chimney-table tbody tr td{
	border-top: inherit;
	border-right: 1px solid #065590;
	text-align: center;
	padding: 5px 15px;
  	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.chimney-table tbody tr td:first-child{
	text-align: left;
}
.chimney-table tbody tr td a{
	color: #065590;
	text-decoration: underline;
}
.spec-table{
	width: 100%;
}

.single-product .col-md-4{
	width: 30%;
	flex:0 30%;
	max-width: 30%;
}
.single-product .col-md-8{
	width: 70%;
	flex:0 70%;
	max-width: 70%;
}
.single-product-main sup{
	color: #8196C9;
}
.single-product-main .btn{
	margin-right:10px;
}

.product-downloads{
	padding-top:40px;
	display: flex;
}
.product-downloads .btn{
	margin-right:15px;
}



table th{
	border-top: 1px solid #065590!important;
}


.additional_products .row{
	background: #E3E3E3;
	padding: 55px 65px 20px 65px;
	margin: 0;
}
.additional_products .row.additional_products_loop{
	background: #E3E3E3;
	padding: 0 0 55px 65px;
	margin: 0;
}
.additional_products .title-row h3{
	color: #1F2C53;
}

.additional_products .title-row h4{
	color: #1F2C53;
	font-weight: 400;
	font-size: 32px;
  	line-height: 32px;
}



.additional_products .product-item{
	margin-bottom: 0;
	width: calc(100% - 25px) !important;
}
.additional_products .product-item .product-inner{
	background-color: #fff;
}
.additional_products .product-item .product-inner a{
	flex-grow: 1;
}

.additional_products .slick-next{
	background-color: #065590;
	color:#fff;
	padding: 20px 10px;
	position: absolute;
	right: 0;
	top:    0px; 
	font-size: 24px;
}

.additional_products .title-row .col-md-12{
	padding:0;
}
.additional_products .slick-track{
	display: flex;
  	flex-flow: row wrap;
}
.additional_products .slick-track .slick-slide{
	height: auto;
}
.additional_products .slick-track .slick-slide > div{
	height: 100%;
}
.additional_products .slick-track .slick-slide .product-item{
	height: 100%;
}

/* 
.additional_products .additional_products_loop{
	display: flex;
  	flex-flow: row;
} */

.single .product-loop {
    padding-top: 35px;
    padding-bottom: 35px;
}





.download-button span{
	padding-right: 5px;
}
.tax-pottype .download-button span strong,
.post-type-archive .download-button span strong{
	font-weight: 700;
}

@media (max-width:1660px){
	.single-product-main .contentarea .order-box ul li::before {
		font-size: 30px!important;
		margin-right: 8px!important;
	}
	.single-product-main .contentarea .order-box ul li strong {
		font-size: 20px;
	}
	.single-product-main .contentarea .order-box ul li {
		font-size: 16px;
		line-height: 18px;
	}
	.single-product-main .contentarea .order-box ul li {
		padding: 18px 20px 13px 20px;
	}
	.single-product-main .contentarea .col-md-5 {
		padding-left: 40px;
	}
	.single-product-main .contentarea .col-md-7{
		padding-right:40px;
	}
	.single-product-main .contentarea {
		padding: 30px 40px 40px 40px;
	}
	.additional_products .row {
		padding: 50px 60px 20px 60px;
	}
	.additional_products .row.additional_products_loop {
		padding: 0 0 50px 60px;
	}
}
@media (max-width:1550px){
	.single-product-main .contentarea .order-box ul li::before {
		font-size: 28px!important;
		margin-right: 8px!important;
	}
	.single-product-main .contentarea .order-box ul li strong {
		font-size: 18px;
	}
	.single-product-main .contentarea .order-box ul li {
		padding: 16px 20px 13px 20px;
	}
	.single-product-main .contentarea h3 {
		font-size: 20px;
	}
	.single-product-main .contentarea .order-box h4 {
		padding: 7px 20px;
		font-size: 20px;
		margin-bottom: 12px;
	}
	.single-product .col-md-4 {
		width: 28%;
		flex: 0 28%;
		max-width: 28%;
	}
	.single-product .col-md-8 {
		width: 72%;
		flex: 0 72%;
		max-width: 72%;
	}
}
@media (max-width:1440px){
	.single-product .col-md-4 {
		width: 25%;
		flex: 0 25%;
		max-width: 25%;
	}
	.single-product .col-md-8 {
		width: 75%;
		flex: 0 75%;
		max-width: 75%;
	}
	.single-product-main .contentarea .order-box ul li::before {
		font-size: 25px!important;
		margin-right: 5px!important;
		min-width: 35px!important;
	}
	.single-product-main .contentarea .order-box ul li {
		padding: 14px 15px 11px 15px;
	}
	.single-product-main .contentarea .col-md-5{
		width: 35%;
		flex: 0 35%;
		max-width: 35%;
	}
	.single-product-main .contentarea .col-md-7{
		width: 65%;
		flex: 0 65%;
		max-width: 65%;
	}
	.single-product-main .contentarea .col-md-5 {
		padding-left: 30px;
	}
	.single-product-main .contentarea .col-md-7{
		padding-right:30px;
	}
	.single-product-main .contentarea {
		padding: 30px 40px 40px 40px;
	}
	.single-product-main .contentarea .order-box ul li {
		font-size: 14px;
		line-height: 16px;
	}
	.single-product-main .contentarea h3 {
		font-size: 18px;
	}
	.single-product-main .contentarea .order-box h4 {
		padding: 5px 20px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.single-product-main .contentarea {
		padding: 30px 30px 30px 30px;
	}
	.single-product-main {
		margin-bottom: 30px;
	}
	.single .product-loop {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.additional_products .row {
		padding: 40px 50px 15px 50px;
	}
	.additional_products .row.additional_products_loop {
		padding: 0 0 40px 50px;
	}
	.additional_products .title-row h3,
	.additional_products .title-row h4 {
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width:1280px){
	.single-product-main .contentarea .order-box ul li strong {
		font-size: 16px;
	}
	.single-product-main .contentarea .order-box ul li::before {
		font-size: 22px !important;
		margin-right: 5px !important;
		min-width: 30px !important;
	}
	.single-product-main .contentarea .order-box ul li {
		padding: 12px 12px 9px 12px;
	}
	.product-downloads .btn{
		padding:13px 20px;
	}
	.single-product-main .contentarea h1 {
		font-size: 36px;
		line-height: 38px;
	}
	.table-title:first-of-type {
		margin-top: 15px;
	}
	.product-downloads {
		padding-top: 30px;
	}
	.additional_products .product-item {
		width: 100%!important;
		max-width: 100%;
	}
	.additional_products .row.additional_products_loop .slick-list{
		margin-left:-10px;
	}
}
@media (max-width:1199px){
	.single-product-main .contentarea .order-box ul li::before{
		bottom: 0;
		top: 5px;
		font-size: 18px !important;
		margin-right: 5px !important;
		min-width: 25px !important;
	}
	.single-product-main .contentarea .col-md-5{
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
	}
	.single-product-main .contentarea .col-md-7{
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
	}
	.single-product-main .contentarea .col-md-7{
		padding:0 0 20px 0;
		border-bottom: 1px solid #A0A0A0;
		border-right: 0;
		margin-bottom:20px;
	}
	.single-product-main .contentarea .row{
		margin:0;
	}
	.single-product-main .contentarea .col-md-12{
		padding:0;
	}
	.single-product-main .contentarea .col-md-5{
		padding:0 0 20px 0;
		margin-bottom:20px;
		border-bottom: 1px solid #A0A0A0;
	}
	.single-product-main .contentarea .col-md-5 ul{
		display: flex;
		justify-content: space-between;
	}
	.single-product-main .contentarea .col-md-5 ul li{
		width: 32%;
	}
	.single-product-main .contentarea {
		padding: 25px 30px 30px 30px;
	}
	.product-downloads {
		padding-top: 0;
	}
	.single-product-main .contentarea .order-box ul li{
		align-items: flex-start;
	}
	.single-product-main .contentarea .order-box ul li {
		font-size: 14px;
		line-height: 15px;
	}
	.single-product-main .contentarea h1 {
		font-size: 34px;
		padding-bottom: 10px !important;
		line-height: 36px;
	}
	.tax-pottype .download-button span strong,
	.post-type-archive .download-button span strong{
		display: none;
	}
}
@media (max-width:1100px){
	.additional_products .row {
		padding: 30px 30px 15px 30px;
	}
	.additional_products .row.additional_products_loop {
		padding: 0 0 30px 30px;
	}
	.additional_products .title-row h3,
	.additional_products .title-row h4 {
		font-size: 26px;
		line-height: 26px;
	}
}
@media (max-width:1024px){
	.single-product .col-md-4 {
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
		padding:30px!important;
	}
	.single-product .col-md-8 {
		width: 100%;
		flex: 0 100%;
		max-width: 100%;
	}
	.single-product-main .contentarea {
		border-left: 0;
		border-top: 3px solid #065590;
	}
	.single-product .col-md-4 img{
		height: 300px;
		width: auto;
	}
	.single-product-main {
		margin-bottom: 20px;
	}
	.single .product-loop {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:800px){
	.additional_products .title-row h3, .additional_products .title-row h4 {
		font-size: 24px;
		line-height: 24px;
	}
	.additional_products .row {
		padding: 25px 30px 10px 30px;
	}
	.single .product-inner .btn {
		width: 100%!important;
		justify-content: center;
	}
}
@media (max-width:600px){
	.single-product .col-md-4 img{
		height: 250px;
	}
	.single-product .col-md-4 {
		padding:20px!important;
	}
	.single-product-main .contentarea {
		padding: 20px 20px 20px 20px;
	}
	.single-product-main .contentarea h1 {
		font-size: 30px;
		line-height: 32px;
	}
	.single-product-main .contentarea .col-md-5 ul{
		flex-direction: column;
	}
	.single-product-main .contentarea .col-md-5 ul li{
		width: 100%;
	}
	.single-product-main .contentarea .order-box ul li {
		align-items: center;
	}
	.single-product-main .contentarea .order-box ul li::before {
		bottom: auto!important;
		top: auto!important;
	}
	.single-product-main .contentarea .order-box ul li strong{
		margin-right: 5px;
	}
	.table-title {
		font-size: 16px;
		color: #211F1F;
		margin-top: 20px;
	}
	.single-product-main .contentarea .col-md-7 {
		padding: 0 0 15px 0;
		margin-bottom: 15px;
	}
	.single-product-main .contentarea .col-md-5 {
		padding: 0 0 15px 0;
		margin-bottom: 15px;
	}
	.single-product-main .contentarea .order-box ul li {
		padding: 14px 15px 12px 15px;
	}
	.product-downloads .btn{
		width: 100%;
		margin-right:0;
		margin-bottom:12px;
	}
	.product-downloads{
		display: flex;
		flex-direction: column;
	}
	.product-downloads .btn:last-child{
		margin-bottom: 0;
	}
	.single-product-main .contentarea .order-box ul li:last-child {
		margin: 0;
	}
}
@media (max-width:550px){
	.additional_products .product-item {
		width: calc(100% - 35px) !important;
		max-width: calc(100% - 35px);
	}
	.additional_products .slick-next {
		padding: 15px 8px;
		font-size: 22px;
	}
	.additional_products .row {
		padding: 20px 25px 10px 25px;
	}
	.additional_products .row.additional_products_loop {
		padding: 0 0 25px 25px;
	}
}
@media (max-width:440px){
	.single-product .col-md-4 img{
		height: 200px;
	}
	.single-product-main .contentarea h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.single-product-main .contentarea h3 {
		font-size: 16px;
	}
	.chimney-table .top th {
		font-size: 14px;
		line-height: 16px;
	}
	.table-title:first-of-type {
		margin-top: 10px;
	}
	.table-title {
		margin-top: 15px;
	}
	.additional_products .title-row h3, .additional_products .title-row h4 {
		font-size: 22px;
		line-height: 22px;
	}
}
@media (max-width:380px){
	.single-product .col-md-4 img{
		height: 180px;
	}
	.single-product-main .contentarea h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.single-product-main .contentarea {
		padding: 15px;
	}
	.additional_products .title-row h3, .additional_products .title-row h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.additional_products .product-item {
		width: calc(100% - 25px) !important;
		max-width: calc(100% - 25px);
	}
	.additional_products .row {
		padding: 20px 20px 8px 20px;
	}
	.additional_products .row.additional_products_loop {
		padding: 0 0 20px 20px;
	}
	.additional_products .slick-next {
		padding: 12px 6px;
		font-size: 20px;
	}
}

/* Gallery */
.ngg-galleryoverview {
	margin-top: 0!important;
	margin-bottom: 0!important;
}



/* Select Mobile Filter - A-Z + Z-A*/

@media (min-width:768px){
	.top-filters .filter-section #sort-icon{
		display: none;
	}
}

@media (max-width:767px){
	.top-filters .filter-section #order{
		display: none;
	}
	.filter-section form#sort-form::after{
		display: none;
	}

	.filter-section form#sort-form{
		display: flex;
		align-content: center;
		justify-content: center;
		flex-flow: row wrap;
	}


	#sort-icon{
		color:#211F1F;
		font-size: 26px; 
		cursor: pointer;
		font-weight: 300!important;
		padding-right:10px;
	}
	.tax-unit .top-filters .numberitems,
	.tax-pottype .top-filters .numberitems{
		order: 3;
		padding-top:10px;
		width: 100% !important;
		text-align: center;
	}
	.filter-section.filter-col{
		order:1;
		width: 75%!important;
		flex:0 75%!important;
		max-width: 75%!important;
	}
	.top-filters .row{
		flex-flow:row wrap!important;
	}
	.filter-section.sort-col{
		order:2;
		width: 25%!important;
		flex:0 25%!important;
		max-width: 25%!important;
	}
	.numberitems{
		order:3;
		width: 100%!important;
		flex:0 100%!important;
		max-width: 100%!important;
		padding: 0!important;
	}
	.filter-section.sort-col {
		justify-content: flex-end;
		padding: 0!important;
	}
	.category-post-count {
		justify-content: center;
		border-top: 1px solid #E2E2E2;
	}
	.product-inner .col-md-4{
		width: 33.333333%;
		flex: 0 0 33.333333%;
   		max-width: 33.333333%;
	}
}
@media (max-width:550px){
	.post-type-archive .category-intro .row{
		flex-direction: column!important;
	}
	.post-type-archive .category-intro .col-md-4,
	.post-type-archive .category-intro .col-md-8 {
		width: 100%;
		flex: 0 0 100%;
   		max-width: 100%;
	}
	.category-intro .download-button p {
		width: 100%;
	  }
}
@media (max-width:450px){
	.top-filters .numberitems{
		order: 3;
		padding-top:10px;
		width: 100% !important;
		text-align: center;
	}
}

@media (max-width:340px){
	.filter-section form select{
		font-size:14px;
	}
}
