/*
Theme Name: LouvoLite
Author: K2L
Author URI: http://www.k2l.co.uk/
Version: 0.1
Text Domain: louvolite
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* Layouts */
.wrapper{
	width: 100%;
	margin: 0;
	display: block;
}
span.ctcc-left-side{
	line-height: 1.3em;
	font-family: "Nunito",sans-serif;
	font-size: 14px;
	line-height: 22px;
}
span.ctcc-left-side a{
	font-family: "Nunito",sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
}
#catapult-cookie-bar h3{
	font-size: 18px;
	line-height: 18px;
	font-family: "Nunito",sans-serif;
}
#catapult-cookie-bar{
    margin-right: 20px;
}
.container{
	margin: 0 auto;
	display: block;
	padding: 0 16px;
}
.container.full{
	padding: 0;
}
.container.narrow{
	max-width: 1520px;
}
.container.w920{
	max-width: 920px;
}
.container.w1300{
	max-width: 1300px;
}
.container.w1320{
	max-width: 1320px;
}
.container.w790{
	max-width: 790px;
}
.container.copy{
	max-width: 1425px;
}
.content{
	width: 100%;
	margin: 0 auto;
	/*outline: 1px dotted red;*/
}
.pad-t-10{
	padding-top: 10px;
}
.pad-b-20{
	padding-bottom: 20px;
}
.pad-lr-20{
	padding-left: 20px;
	padding-right: 20px;
}
.pad-tb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad-t-25{
	padding-top: 25px;
}
.pad-tb-25{
	padding-top: 25px;
	padding-bottom: 25px;
}
.pad-t-30{
	padding-top: 30px;
}
.pad-b-30{
	padding-bottom: 30px;
}
.pad-2040{
	padding: 20px 40px;
}
.pad-3040{
	padding: 30px 40px;
}
.pad-b-40{
	padding-bottom: 40px;
}
.pad-t-30{
	padding-top: 30px;
}
.pad-tb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad-40{
	padding: 40px;
}
.mar-b-40{
	margin-bottom: 40px;
}
.mar-tb-40{
	margin-top: 40px;
	margin-bottom: 40px;
}
.pad-tb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-lr-40{
	padding-left: 40px;
	padding-right: 40px;
}
.pad-b-50{
	padding-bottom: 50px;
}
.pad-tb-55{
	padding-top: 55px;
	padding-bottom: 55px;
}
.pad-b-55{
	padding-bottom: 55px;
}
.pad-60{
	padding: 60px;
}
.pad-t-60{
	padding-top: 60px;
}
.pad-tb-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-b-60{
	padding-bottom: 60px;
}
.pad-tb-2060{
	padding-top: 20px;
	padding-bottom: 60px;
}
.pad-tb-4060{
	padding-top: 40px;
	padding-bottom: 60px;
}
.pad-tb-4055{
	padding-top: 40px;
	padding-bottom: 55px;
}
.pad-tb-5060{
	padding-top: 50px;
	padding-bottom: 60px;
}
.pad-tb-6090{
	padding-top: 60px;
	padding-bottom: 90px;
}
.pad-tb-4080{
	padding-top: 40px;
	padding-bottom: 80px;
}
.pad-6080{
	padding: 60px 80px;
}
.pad-80{
	padding: 80px;
}
.pad-tb-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-b-80{
	padding-bottom: 80px;
}
.spacer{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ta-l{
	text-align: left;
}
.ta-r{
	text-align: right;
}
.ta-c{
	text-align: center;
}
.col1{
	width: 100%;
}
.col2{
	width: 50%;
}
.col3{
	width: 33%;
	width: calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
}
.col4{
	width: 25%;
}
.col4x3{
	width: 75%;
}
.listings{
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fill{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: auto;
}
.hcenter{
	justify-content: center;
}
.hright{
	justify-content: right;
}
.vcenter{
	align-items: center;
}
.column{
	flex-direction: column;
}
.row{
	flex-direction: row;
}
.wrap{
	flex-wrap: wrap;
}
.space-between{
	justify-content: space-between;
}
.col{
	flex-direction: column;
}
.col-rev{
	flex-direction: column-reverse;
}
.row-rev{
	flex-direction: row-reverse;
}
.h100{
	height: 100%;
}

.footer .content{
	border-top: 1px solid #ffffff;
}
.boxed-4{
	width: 20%;
	display: inline-flex;
	outline: 1px dotted red;
}
.banner-intro{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.features-image,
.range-image{
	width: 61.643835616%;
	background-size: cover;
}
.features-image img,
.range-image img{
	width: 100%;
	height: auto;
	display: block;
}
.content-1533{
	width: 100%;
	max-width: 1533px;
	margin: 0 auto;
}
.fabric-features,
.range-content{
	width: 34.572733202%;
}

/* Range Videos */
.features-video-cntr{
	width: 61.643835616%;
}
.features-video{
	display: block;
	background-size: cover;
	background-position: center;
}
.sub-video-cntr{
	width: 100%;
	background-size: cover;
	background-position: center;
}
.sub-video-cntr{
	margin-top: 10px;
}
.sub-video-cntr .col4{
	width: 24%;
	margin-right: 1.333333333333333%;
}
.sub-video-cntr .col4:nth-of-type(4){
	margin-right: 0;
}
.features-video img,
.sub-video-cntr img{
	width: 100%;
	height: auto;
	display: block;
}
.sub-video-cntr .video{
	display: block;
	background-size: cover;
	background-position: center;
}

.woocommerce ul.products li.product a img{
	margin-bottom: 0;
	height: auto;
	width: 100%;
}
body .woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align: center;
}
.pop-under{
	padding: 40px 0 0;

	width: calc(100vw - (100vw - 1520px));
	width: -moz-calc(100vw - (100vw - 1520px));
	width: -webkit-calc(100vw - (100vw - 1520px));
}
.pop-preview .image{
	background-size: cover;
	max-height: 500px;
	max-width: 720px;
}
.pop-preview img{
	display: block;
	max-height: 500px;
	max-width: 720px;
	height: auto;
	width: 100%;
}
.pop-under .col2{
	width: 48%;
}
.pop-under .col2.pop-preview{
	margin-right: 4%;
}
.pop-details h2{
	color: #c28c82;
}
.pop-details h2 .close-sample{
	float: right;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.2em;
}
.pop-details .cntr{
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.pop-details .cntr p{
	display: inline-block;
	padding: 0 0 5px;
}
.pop-details .cntr p.title{
	font-weight: 400;
	padding-right: 1px;
}
.pop-details a.btn,
.pop-details a.btn:link{
	margin: 0;
}

/* Backgrounds */
.bg-lg{
	background-color: #eee;
}
.bg-mg{
	background-color: #9c9997;
}
.bg-dg{
	background-color: rgba(88,87,88,1);
}
.bg-dg-trans{
	background-color: rgba(88,87,88,0.9);
}
.bg-w-trans{
	background-color: rgba(255,255,255,0.9);
}
.bg-b{
	background-color: rgba(194,140,130,1);
}
.bg-b-trans{
	background-color: rgba(194,140,130,0.9);
}
.bg-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Text */
strong{
	font-weight: 400;
}
em{
	font-style: italic;
}
body{
	font-family: "Nunito",sans-serif;
	color: #585758;
}
.black{
	color: #585758;
}
.brown{
	color: #c28c82;
}
.nunito.bold{
	font-weight: 400;
}
.nunito.light{
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}
h1,h2,h3{
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.2em;
}
h1.accent:before,
h1.accent:after,
h2.accent:before,
h2.accent:after{
	top: 10px;
	content: "";
	width: 10px;
	height: 42px;
	position: relative;
	display: inline-block;
	background-size: 10px 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/louvolite/images/title-accent.png');
}
h1.accent:before,
h2.accent:before{
	margin-right: 2em;
}
h1.accent:after,
h2.accent:after{
	margin-left: 2em;
}
.cselect{
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.themiddleleft{
	border-left: 1px solid #585758;
	border-right: 1px solid #585758;
}
.themiddleright{
	border-right: 1px solid #585758;
}
.cselect a.selected{
	background-color: rgba(88,87,88,0.9);
	display: block;
	margin: 0;
	color: #ffffff;
	padding: 8px 0;
	line-height: 18px;
}
.cselect a.nselected{
	background-color: rgba(255,255,255,0.9);
	display: block;
	margin: 0;
	color: #585758;
	padding: 8px 0;
	line-height: 18px;
}
.cselect a.nselected:hover,
.cselect a.nselected:hover,
.cselect a.nselected:hover{
	background-color: rgba(88,87,88,0.9);
	color: #ffffff;
}
.selected .selection{
	margin: 3px auto;
	clear: both;
	display: block;
	width: 20%;
	border-bottom: 2px solid #c28c82;
}
.nselected .selection{
	margin: 3px auto;
	clear: both;
	display: block;
	width: 20%;
	padding-bottom: 2px;
}
.banner-intro h2{
	font-size: 18px;
	line-height: 24px;
	padding: 2em 0 1em 0;
}
.banner-intro p{
	padding: 0 4em 2em 4em;
	font-size: 14px;
	line-height: 22px;
}
body.page-template-page-child-safe-blinds .cs ul{
	/*list-style-type: disc;
	list-style-position: outside;*/
}
body.page-template-page-child-safe-blinds .cs ul li{
	background-image: url('images/svg/bullet.svg');
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 4px 4px;
	padding: 0 0 0 1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 20px 0;
}
body.page-template-page-child-safe-blinds .cs h2{
	font-size: 24px;
	margin: 2em 0 1em 0;
	/*font-weight: lighter;*/
}
body.page-template-page-child-safe-blinds .cs h1{
	/*font-weight: lighter;*/
	font-size: 24px;
	margin: 0 0 1em 0;
}
body.page-template-page-child-safe-blinds .cs p{
	margin: 0 0 .5em;
}
a,p,li,th,td,address,table,thead,tbody,tfoot{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
a{
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
a,
a:link,
a:visited{
	color: #585758;
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
	color: #c28c82;
	text-decoration: none;
}

.copy p{
	padding-bottom: 20px;
}
.copy p:last-child{
	padding-bottom: 0;
}
.copy ol,
.copy ul{
	padding-left: 30px;
	padding-bottom: 20px;
}
.copy ol li,
.copy ul li{
	list-style: outside;
}
.copy ol li{
	list-style-type: decimal;
}
.copy ul li{
	list-style-type: disc;
}
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6{
	padding: 10px 0 20px;
}
.copy a,
.copy a:link,
.copy a:visited{
	color: #c28c82;
	text-decoration: none;
}
.copy a:hover,
.copy a:focus,
.copy a:active{
	color: #585758;
	text-decoration: none;
}
.copy .attachment-post-thumbnail{
	max-width: 100%;
	margin: 0 0 30px;
	height: auto!important;
}
.copy .meta span{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: block;
}

/* Samples */
.filter-cntr,
.filter-cntr .cntr{
	width: 100%;
	margin: 0 auto;
}
.filter-cntr .left{
	width: 15%;
}
.filter-cntr .center{
	width: 70%;
}
.filter-cntr .center .cntr{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}
.filter-cntr .right{
	width: 15%;
}
.filter-cntr .left,
.filter-cntr .right p{
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.filter-cntr .left p{
	color: #c28c82;
}
.filter-cntr .right p{
	text-align: right;
}
.filter-cntr .col1{
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.filter-cntr button{
	background-color: transparent;
	border: 1px solid #585758;
	color: #585758;
	font-family: "Nunito",sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 22px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	padding: 5px 20px;
}
.filter-cntr button span::after{
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	display: inline-block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right: 1px solid #585758;
	border-bottom: 1px solid #585758;
}
.filter-cntr button.active{
	background-color: #585758;
	color: #fff;
}
.filter-cntr button.active span::after{
	border-color: #fff;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.filter-cntr .widget-container{
	display: none;
	width: 100%;
}
.filter-cntr .widget-title{
	display: none;
}
.filter-cntr ul.berocket_aapf_widget{
	margin: 0;
}
.filter-cntr .xoxo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.filter-cntr .xoxo ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.filter-cntr .xoxo ul li{
	width: 20%;
	padding: 0 0 40px;
}
.filter-cntr ul.berocket_aapf_widget li > span:hover{
	color: #585758;
}
.filter-cntr .xoxo ul li label{
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.filter-cntr .xoxo ul li label::before{
	position: relative;
	top: 2px;
}
.filter-selection{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;	
}
.filter-selection a,
.filter-selection a:link,
.filter-selection p,
.filter-selection li{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 300;
	margin-right: 30px;
}
.filter-selection .options p,
.filter-selection .options a{
	display: inline-block;
}
.filter-selection .options a,
.filter-selection .options a:link,
.filter-selection .options a:visited{
	color: #c28c82;
}
.filter-selection .options a:hover,
.filter-selection .options a:focus,
.filter-selection .options a:active{
	color: #585758;
}

#samples .listings .products{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#samples .listings .product{
	width: 15.83333333333333%;
	margin-bottom: 30px;
	margin-right: 1%;
	height: 100%;
}
#samples .listings .product:nth-of-type(6n+6){
	margin-right: 0;
}
.woocommerce-pagination{
	margin-left: 14.25px;
	margin-bottom: 20px;
}
.woocommerce-pagination,
.woocommerce-pagination span{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.woocommerce-pagination a{
	margin-left: 20px;
}

/* Range */
.return-range{
	border-bottom: 1px solid #c28c82;
	display: inline-block;
}
.return-range a,
.return-range a:link,
.return-range a:visited{
	display: block;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 400;
}
.range-inner-btn{
	margin: 0 auto;
	display: inline-flex;
	text-align: center;
	width: 90%;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	padding: 0 10px;
}
.range-inner-btn a.btn,
.range-inner-btn a:link.btn{
	font-size: 24px;
	line-height: 40px;
	padding: 10px;
	max-width: 300px;
	font-weight: 400;
	border-width: 2px;
}

.bg-mg p,
.bg-mg h1,
.bg-mg h2,
.bg-mg h3,
.bg-mg h4,
.bg-mg h5,
.bg-mg h6,
.bg-dg p,
.bg-dg h1,
.bg-dg h2,
.bg-dg h3,
.bg-dg h4,
.bg-dg h5,
.bg-dg h6,
.bg-image p,
.bg-image h1,
.bg-image h2,
.bg-image h3,
.bg-image h4,
.bg-image h5,
.bg-image h6,
.bg-dg-trans p,
.bg-dg-trans h1,
.bg-dg-trans h2,
.bg-dg-trans h3,
.bg-dg-trans h4,
.bg-dg-trans h5,
.bg-dg-trans h6,
.bg-b-trans p,
.bg-b-trans h1,
.bg-b-trans h2,
.bg-b-trans h3,
.bg-b-trans h4,
.bg-b-trans h5,
.bg-b-trans h6{
	color: #fff;
}

body .woocommerce ul.products li.product .woocommerce-loop-category__title, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h3{
	font-size: 14px;
	line-height: 20px;
}
p.fab-des{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.range-content p{
	font-size: 14px;
	line-height: 22px;
	margin: 1em 0 0 0;
}
.fabric-features ul li{
	background-image: url('images/svg/bullet.svg');
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 4px 4px;
	padding: 0 0 0 1em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 20px 0;
}
.m30tb{
	margin: 30px auto;
}
/* Header & Footer */
header .h100{
	height: 100%;
}
header{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	position: relative;
	z-index: 999;
	height: 70px;
}
header .logo-cntr{
	width: 17.96875%;
}
header .nav-center{
	width: 51.5625%;
}
header .nav-right{
	width: 30.46875%;
}
header .nav-center #mega-menu-wrap-main-menu{
	margin: 0 auto;
}
header .nav-center li,
header .nav-right li{
	display: inline-block;
}
header .logo-cntr img{
	width: 100%;
	max-width: 340px;
	display: block;
}
header .nav-center a,
header .nav-right a,
header .nav-right span{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#flag-dropdown a.country-link{
	padding-right: 10px;
}
#flag-dropdown a.country-link:nth-of-type(4){
	padding-left: 20px;
}
#flag-dropdown a.country-link:nth-of-type(6){
	padding-right: 20px;
}
#flag-dropdown a.country-link:nth-of-type(4),
#flag-dropdown a.country-link:nth-of-type(5){
	border: none;
}
#flag-dropdown a.country-link.active img{
	border-bottom: 3px solid #c28c82;
	padding-bottom: 3px;
	position: relative;
	top: 3px;
}
header .nav-right .mobile-menu-link,
header .nav-right a{
	text-align: center;

	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
header .nav-right .mobile-menu-link{
	display: none;
}
header .nav-right a.search-link{
	border-right: none;
	cursor: pointer;
}
header .basket-link{
	position: relative;
}
header .basket-link .count{
	top: 8px;
	right: 8px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	background-color: #c28c82;
	border-radius: 50px;
	vertical-align: top;
	text-align: center;
	line-height: 19px;
	padding: 5px;
	height: 18px;
	width: 18px;
}
header .flag-link{
	cursor: pointer;
}
header .flag-link::after{
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	display: inline-block;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	border-top: 1px solid #585758;
	border-right: 1px solid #585758;
}
.dropdown-cntr{
	position: absolute;
	width: 100%;
}
#flag-dropdown,
#search-dropdown{
	width: 100%;
	position: relative;
	float: right;
}
#flag-dropdown .flag-cntr,
#search-dropdown .form-cntr{
	width: 35%;
	min-width: 400px;
	float: right;
}
#flag-dropdown .flag-cntr{
	min-width: 700px;
}
#flag-dropdown .flag-cntr::after,
#search-dropdown .form-cntr::after{
	content: "";
	clear: both;
}
#flag-dropdown .flag-cntr .inner{
	background-color: rgba(255,255,255,0.7);
	padding: 13px 22px;
}
#search-dropdown #searchform{
	background-color: rgba(88,87,88,0.90);
}
#search-dropdown #searchform > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#search-dropdown #searchform #s{
	order: 2;
	width: 80%;
	color: #fff;
	padding: 22px 10px;
	background-color: transparent;
}
#search-dropdown #searchform #searchsubmit{
	order: 1;
	width: 20%;
	padding: 22px 0 22px 10px;
	background-color: transparent;
}
#search-dropdown #searchform img{
	width: 22px;
	height: 22px;
	padding: 22px 0 22px 22px;
}

.search-results section{
	border-bottom: 1px solid #cecccb;
}
.search-results section .left{
	width: 75%;
}
.search-results section .right{
	width: 25%;
}
.search-results .inner{
	padding: 20px;
}
.search-results .copy .inner h3{
	padding-top: 0;
}

.footer a,
.footer a:link,
.footer a:visited{
	color: #fff;
	text-decoration: none;
}
.footer a:hover,
.footer a:focus,
.footer a:active{
	color: #ccc;
	text-decoration: none;
}
#footer h2,
#footer p,
#footer a,
#footer a:link,
#footer a:visited{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active{
	color: #585758;
	text-decoration: none;
}
#footer h2{
	font-weight: 400;
	padding-bottom: 15px;
}
#footer #lower-footer .col4 p,
#footer #upper-footer .col4 h2{
	padding-left: 10px;
}
#upper-footer{
	border-bottom: 1px solid #fff;
}
#upper-footer .upper ul{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#upper-footer .lower ul{
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
#upper-footer .logo{
	padding: 20px 0 10px;
}
#upper-footer .logo img{
	max-width: 276px;
	width: 100%;
}
#upper-footer .custom-html-widget a{
	width: 15%;
	display: inline-block;
}
#upper-footer .col4x3 .col2.upper{
	width: 40%;
	margin-right: 5%;
}
#upper-footer .col4x3 .col2.lower{
	width: 55%;
}
#lower-footer ul li{
	display: inline-block;
	margin-right: 30px;
}

#footer #range-cta p{
	letter-spacing: 0.1em;
	text-transform: none;
}
#footer #range-cta a.btn,
#footer #range-cta a:link.btn{
	font-size: 24px;
	line-height: 40px;
	padding: 10px;
	max-width: 300px;
	font-weight: 400;
	border-width: 2px;
}


/* Misc */
.btn,
.btn:link,
.btn:visited{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 16.5px 10px;
	display: table;
	max-width: 215px;
	width: 90%;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0);
}
.btn:focus,
.btn:hover,
.btn:active{
	background-color: rgba(255,255,255,0.5);
}
.btn.black,
.btn.black:link,
.btn.black:visited{
	color: #fff;
	border: 1px solid rgba(88,87,88,1);
	background-color: rgba(88,87,88,1);
}
.btn.black:focus,
.btn.black:hover,
.btn.black:active{
	border-color: rgba(88,87,88,0.5);
	background-color: rgba(88,87,88,0.5);
}

.trans,
.trans a,
.trans p a,
.trans > a{
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

/* Homepage */
#banner{
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
#banner .container{
	width: 100%;
	position: relative;
}
#banner .lower{
	position: absolute;
	bottom: 0;
}
#banner .image{
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh - 70px);
	height: -moz-calc(100vh - 70px);
	height: -webkit-calc(100vh - 70px);
}
#banner #fade-text-cntr{
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	width: 100%;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height: 100%;
}
#banner #fade-text-cntr .text{
	width: 100%;
	max-width: 1674px;
	padding: 30px;
	margin: 0 auto 150px;
	text-align: center;
}
#banner #fade-text-cntr .text img{
	width: 100%;
}
#banner .lower .col3{
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#banner .lower .col3:nth-of-type(2){
	border-left: 1px solid #585758;
	border-right: 1px solid #585758;
}
#banner .lower .col3 .inner{
	margin: 0 auto;
	max-width: 460px;
	padding: 22px;
	height: 90%;
	height: calc(100% - 44px);
	height: -moz-calc(100% - 44px);
	height: -webkit-calc(100% - 44px);
}
#banner .lower .col3 h3{
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 10px;
}
#banner .lower .col3 p{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: 0 0 14px;
}
#banner .lower .col3 h3,
#banner .lower .col3 p{
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;	
}
#banner .lower .col3 a,
#banner .lower .col3 a:link{
	text-transform: uppercase;
	font-weight: 400;
	color: #c28c82;
}
#banner .lower .col3 a.link::after{
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	display: inline-block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-top: 1px solid #c28c82;
	border-right: 1px solid #c28c82;
}
#banner .lower .col3:hover,
#banner .lower .col3:focus,
#banner .lower .col3:active{
	background: rgba(88,87,88,0.90);
}
#banner .lower .col3:hover h3,
#banner .lower .col3:hover p{
	color: #fff;
}

.banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner.short{
	border-bottom: 1px solid #cecccb;
	margin: 0 0 50px;
}
.bordert-cecccb{
	border-top: 1px solid #cecccb;
}
.borderb-cecccb{
	border-bottom: 1px solid #cecccb;
}
.banner img{
	display: block;
	height: auto;
	width: 100%;
}
.banner .content{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.banner.short .content{
	background-color: #fff;
	max-width: 800px;
}
.banner .content .inner{
	width: 90%;
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
	color: #fff;
}
.banner.short .content .inner{
	max-width: 100%;
	color: #585758;
	padding: 50px 10px;
}
.banner.short .content .inner h1{
	padding-bottom: 30px;
}
.banner h2{
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
}
.banner .content .inner p{
	max-width: 440px;
	margin: 0 auto;
}

#about-us .inner{
	margin: 0 35px;
}
#about-us .inner h4{
	padding: 20px 0;
}

/* Stockists Search */
#stockists h3{
	color: #fff;
}
#stockists p{
	text-transform: none;
	max-width: 700px;
	margin: 0 auto;
}
#stockists .form-cntr{
	width: 100%;
	/*max-width: 1100px;*/
	max-width: 900px;
	margin: 0 auto;
}
#stockists div.gmw-form-wrapper .gmw-address-field-wrapper{
	width: 80%;
}
#stockists .gmw-submit-wrapper{
	width: 20%;
}
#stockists input[type="text"]{
	width: 80%;
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 30px;
	border: none;
	background-color: #fff;
	height: 16px;
}
.page-id-2295 #stockists input[type="text"]{
	background-color: rgba(88,87,88,1);
	color: #fff;
}
#stockists .form-cntr input[type="submit"]{
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 30px;
	margin: 0;
	border: none;
	background-color: #c28c82;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
#stockists-map .left{
	width: 35%;
}
#stockists-map .right{
	width: 65%;
}
#stockists-map div.gmw-map-wrapper{
	height: 100%!important;
}
#stockists-map .gmw-results-count span{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0 0 15px;
	display: block;
}
#stockists-map .wppl-h2{
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}
#stockists-map .radius-dis{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-left: 17.5px;
}
#stockists-map .wppl-single-result{
	padding-bottom: 20px;
}
#stockists-map .wppl-single-result:last-child{
	padding-bottom: 0;
}
#location-popup{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.3);
	background-color: #fff;
	padding: 15px 20px 20px;
	width: 400px;
	position: relative;
}
#location-popup .gmw-close-button{
	position: absolute;
	color: #585758;
	right: 20px;
}
#location-popup h3.title{
	padding: 0 0 15px;
}
#location-popup h3.title a,
#location-popup h3.title a:link{
	font-size: 18px;
	line-height: 21px;
}
#location-popup .address{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 0 0 10px;
	display: block;
}
#location-popup .tel{
	padding: 0 0 20px;
}
#location-popup .col2{
	width: 48%;
}
#location-popup .enquiry,
#location-popup .enquiry:link,
#location-popup .gmw-get-directions,
#location-popup .gmw-get-directions:link{
	background-color: #c28c82;
	color: #fff;
	display: table;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 16px;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 98%;
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
}
#location-popup .enquiry:hover,
#location-popup .enquiry:focus,
#location-popup .enquiry:active,
#location-popup .gmw-get-directions:hover,
#location-popup .gmw-get-directions:focus,
#location-popup .gmw-get-directions:active{
	background-color: #585758;
}
.gmnoprint{
	color: #fff;
}

h1.supp-name{
	font-size: 18px;
	line-height: 21px;
	padding: 0 0 20px;
	color: #c28c82;
}
p.supp-addr,
.supp a,
.supp a:link{
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.supp a,
.supp a:link{
	color: #c28c82;
}

/* Our Range */
#our-range .narrow{
	padding: 0 2em;
}
#our-range .cntr{
	height: 435px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-template-page-range-parent #our-range .cntr{
	height: 350px;
}
#our-range p{
	margin: 0;
}
#our-range .upper{
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
}
#our-range .upper h6{
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
#our-range .lower{
	max-height: 0;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#our-range .cntr:hover .lower{
	max-height: 300px;
}
#our-range .lower p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 0 20px 20px;
}
#our-range .lower a,
#our-range .lower a:link{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #c28c82;
	padding: 0 20px 20px;
	display: table;
}
#range-slider{
	max-width: 1410px;
	margin: 0 auto;
	width: 100%;
}
#our-range .cntr{
	width: 92.5%;
	margin: 0 auto;
}

#col2-cntr-overlay .col2{
	height: 100%;
	height: 60vh;
	max-height: 640px;
}
#col2-cntr-overlay .inner{
	padding: 40px;
	max-width: 375px;
	margin: 0 auto;
	width: 100%;
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
}
#col2-cntr-overlay .inner p{
	padding: 30px 0;
}
.page-template-page-range-parent #our-range .col4{
	margin-bottom: 2em;
}

/* Blog */
#secondary.widget-area .widget-container,
#secondary.widget-area .widget-title,
#secondary.widget-area label,
#secondary.widget-area form,
#secondary.widget-area select{
	display: inline-block;
}
#secondary.widget-area .widget-container{
	padding-right: 40px;
}
#secondary.widget-area h3.widget-title{
	color: #c28c82;
	font-size: 14px;
	line-height: 24px;
}
#secondary.widget-area select{
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('/wp-content/themes/louvolite/images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	padding-right: 25px;
	cursor: pointer;
	width: 25px;
}
.blog-cntr article{
	margin-bottom: 70px;
}
.blog-cntr article .image{
	width: 52.96052631578947%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-cntr article .image img{
	display: block;
	width: 100%;
}
.blog-cntr article .info{
	width: 47.03947368421053%;
}
.blog-cntr article .info .inner{
	padding: 34px 56px;
}
.blog-cntr article .info .bt{
	border-top: 1px solid #9c9997;
	margin: 0 auto;
	width: 98%;
}
.blog-cntr article .info .bb{
	border-bottom: 1px solid #9c9997;
	margin: 0 auto;
	width: 98%;
}
.blog-cntr article .info .entry-summary{
	padding: 20px 0 30px;
}
.blog-cntr article .info .entry-summary h3{
	font-size: 90%;
}
.blog-cntr article .info .btn{
	margin: 0;
}
.blog-cntr article .info .btn,
.blog-cntr article .info .btn:link,
.blog-cntr article .info .btn:visited{
	border: 1px solid #585758;
	color: #585758;
	background-color: rgba(88,87,88,0);
}
.blog-cntr article .info .btn:focus,
.blog-cntr article .info .btn:hover,
.blog-cntr article .info .btn:active{
	background-color: rgba(88,87,88,0.5);
}
.blog-cntr article:nth-of-type(odd) .image,
.blog-cntr article:nth-of-type(even) .info{
	order: 1;
}
.blog-cntr article:nth-of-type(even) .image,
.blog-cntr article:nth-of-type(odd) .info{
	order: 2;
}

/* Pagination */
.pagination span,
.pagination a,
.pagination a:link{
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #585758;
	text-transform: uppercase;
}
.pagination a{
	margin-left: 20px;
}

/* Brochures */
#brochures .col4{
	width: 22.5%;
	margin-right: 3.3333%;
	margin-bottom: 2.75em;
}
#brochures .col4:nth-child(4n+4){
	margin-right: 0;
}
#brochures .cntr{
	height: 425px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
#brochures p{
	margin: 0;
}
#brochures .upper{
	padding: 20px;
}
#brochures .lower{
	height: auto;
	overflow: hidden;
	max-height: 0;
	transition: all 0.5s ease-in-out;
}
#brochures .cntr:hover .lower{
	max-height: 100%;
}
#brochures .upper h6{
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
#brochures .lower p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 0 20px 20px;
}
#brochures .lower a,
#brochures .lower a:link{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #c28c82;
	padding: 0 20px 20px;
	display: table;
}

/* Gallery */
#gallery .col4{
	margin-bottom: 2em;
}
#gallery .col4 .cntr{
	position: relative;
	width: 92.5%;
	margin: 0 auto;
}
#gallery .image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#gallery .image img{
	display: block;
	width: 100%;
}
#gallery .overlay{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
}
#gallery .overlay:hover{
	background-color: rgba(88,87,88,0.95);
	opacity: 1;
}
#gallery .overlay img{
	width: 70px;
	height: 70px;
}
#gallery .overlay span{
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
#gallery .overlay span:hover{
	color: #fff;
}
#gallery .pagination{
	margin-left: 14.25px;
}

.col4-spaced-layout .cntr{
	height: 350px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.col4-spaced-layout p{
	margin: 0;
}
.col4-spaced-layout .upper{
	padding: 20px;
}
.col4-spaced-layout .upper h6{
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.col4-spaced-layout .lower{
	max-height: 0;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.col4-spaced-layout .cntr:hover .lower{
	max-height: 300px;
}
.col4-spaced-layout .lower p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 0 20px 20px;
}
.col4-spaced-layout .lower a,
.col4-spaced-layout .lower a:link{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #c28c82;
	padding: 0 20px 20px;
	display: table;
}
.col4-spaced-layout .cntr{
    width: 92.5%;
    margin: 0 auto;
}

/* Forms */
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

span.wpcf7-not-valid-tip{
	position: absolute;
	right: 10px;
	top: 0;
	color: #585758!important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	border: none!important;
}
div.wpcf7-response-output{
	margin: 0!important;
	padding: 0!important;
	color: #585758!important;
	text-align: center;
}

.form-cntr select,
.form-cntr textarea,
.form-cntr input[type="tel"],
.form-cntr input[type="text"],
.form-cntr input[type="email"]{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-family: "Nunito",sans-serif;

	padding: 22px;
	width: 98%;
	width: calc(100% - 44px);
	width: -moz-calc(100% - 44px);
	width: -webkit-calc(100% - 44px);
	border: none;
	background-color: #eee;
}
.form-cntr select{
	width: 100%;
}
.form-cntr input[type="submit"]{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "Nunito",sans-serif;

	padding: 22px;
	width: 100%;
	border: none;
	text-align: center;
	background-color: rgba(194,140,130,1);
	cursor: pointer;
	color: #fff;
}
.form-cntr .col2{
	width: 48%;
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
}
.form-cntr .flex .col2{
	padding-bottom: 20px;
}
.form-cntr .col2.left{
	margin-right: 10px;
}
.form-cntr .col2.right{
	margin-left: 10px;
}
.form-cntr .col2.center{
	width: 48%;
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	margin: 0 auto;
	padding-top: 20px;
}

.address .flag{
	width: 15.69230769230769%;
}
.address .details{
	width: 84.30769230769231%;
}
.address .flag img{
	width: 100%;
	display: block;
}
.address .details h4{
	color: #585758;
	line-height: 22px;
	letter-spacing: 0.2em;
}
.address .details p{
	color: #C28C82;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.address .details a,
.address .details a:link{
	color: #C28C82;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.about-sub-upper .left{
	width: 22.02875823720891%;
	min-width: 22.02875823720891%;
}
.about-sub-upper .right{
	width: 77.97124176279109%;
}
.about-sub-upper .left img{
	display: block;
	width: 100%;
}
.about-sub-upper .bg-dg .right > *{
	color: #c28c82;	
}
.about-sub-upper .right > *{
	font-size: 26px;
	line-height: 34px;
}
.about-sub-upper .copy .inner{
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-page-basket main .container.narrow{
	max-width: 1010px;
}
.page-template-page-basket .cart_item .left{
	width: 27.72277227722772%;
}
.page-template-page-basket .cart_item .right{
	width: 72.27722772277228%;
}
.page-template-page-basket .cart_item .product-thumbnail img{
	width: 100%;
	height: auto;
}
.page-template-page-basket .cart_item .product-name{
	padding-bottom: 10px;
}
.page-template-page-basket .cart_item .product-name a,
.page-template-page-basket .cart_item .product-name a:link{
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.page-template-page-basket .cart_item .product-remove span,
.page-template-page-basket .cart_item .product-remove a,
.page-template-page-basket .cart_item .product-remove a:link{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.page-template-page-basket .cart_item .product-remove span{
	font-size: 30px;
	vertical-align: sub;
}
.page-template-page-basket .woocommerce .cart-collaterals .cart_totals,
.page-template-page-basket .woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}
.page-template-page-basket .cart_totals .shop_table,
.page-template-page-checkout #order_review .shop_table,
.page-template-page-checkout .woocommerce-order-details .shop_table{
	width: 100%;
	max-width: 50%;
	min-width: 200px;
}
.page-template-page-basket .cart_totals .shop_table th,
.page-template-page-checkout #order_review tfoot th,
.page-template-page-checkout #order_review .product-name,
.page-template-page-checkout .woocommerce-order-details .product-name,
.page-template-page-checkout .woocommerce-order-details tfoot th{
	text-align: left;
}
.page-template-page-basket .cart_totals .shop_table td,
.page-template-page-checkout #order_review tfoot td,
.page-template-page-checkout #order_review .product-total,
.page-template-page-checkout .woocommerce-order-details .product-total,
.page-template-page-checkout .woocommerce-order-details tfoot td{
	text-align: right;
}
.page-template-page-basket .cart_totals h2{
	margin-bottom: 15px;
}

.page-template-page-basket .cart_totals h2,
.page-template-page-basket .cart_totals .shop_table{
	display: none;
}

.page-template-page-checkout .woocommerce-checkout h3,
.page-template-page-checkout .woocommerce-order-details h2,
.page-template-page-checkout .woocommerce-customer-details h2{
	margin: 30px 0 15px;
}
.page-template-page-checkout .woocommerce-checkout .woocommerce-billing-fields h3{
	margin-top: 0;
}
a.checkout-button,
a.checkout-button:link,
#place_order{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: "Nunito",sans-serif;
	padding: 22px;
	display: table;
	width: 90%;
	width: calc(100% - 56px);
	width: -moz-calc(100% - 56px);
	width: -webkit-calc(100% - 56px);
	max-width: 50%;
	max-width: calc(50% - 56px);
	max-width: -moz-calc(50% - 56px);
	max-width: -webkit-calc(50% - 56px);
	min-width: 200px;
	margin: 20px auto 0;
	border: none;
	text-align: center;
	background-color: rgba(194,140,130,1);
	cursor: pointer;
	color: #fff;
}
.page-template-page-checkout .woocommerce #payment #place_order,
.page-template-page-checkout .woocommerce-page #payment #place_order{
	float: none;
}
#place_order{
	width: 100%;
	max-width: 50%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last,
.woocommerce-checkout .woocommerce form .form-row-wide,
.woocommerce-checkout .woocommerce-page form .form-row-first,
.woocommerce-checkout .woocommerce-page form .form-row-last,
.woocommerce-checkout .woocommerce-page form .form-row-wide{
	width: 48%;
	float: none;
	clear: none;
	padding: 0 0 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
	padding: 5px;
}
.woocommerce form .form-row #billing_address_2.input-text,
.woocommerce-page form .form-row #billing_address_2.input-text,
.woocommerce form .form-row #shipping_address_2.input-text,
.woocommerce-page form .form-row #shipping_address_2.input-text{
	margin-top: 22px;
}
.page-template-page-checkout .woocommerce .col2-set .col-1,
.page-template-page-checkout .woocommerce-page .col2-set .col-1,
.page-template-page-checkout .woocommerce .col2-set .col-2,
.page-template-page-checkout .woocommerce-page .col2-set .col-2{
	width: 50%;
}
.woocommerce-message,
.woocommerce-error{
	padding-bottom: 30px;
}
.woocommerce-order-overview__total,
.page-template-page-checkout .product-name,
.page-template-page-checkout .product-total,
.page-template-page-checkout tfoot{
	display: none;
}
.page-template-page-checkout tbody .product-name{
	display: block;
}
#newsletter-signup.woocommerce-additional-fields{
	width: 48%;
}
.woocommerce form #newsletter-signup p.form-row,
.woocommerce-page form #newsletter-signup p.form-row{
	letter-spacing: 0.2em;
}
.woocommerce form #newsletter-signup .form-row label,
.woocommerce-page form #newsletter-signup .form-row label{
	padding: 0 0 5px;
	display: block;
}
#newsletter_checkbox_field{
	padding: 20px 0 10px;
}
.woocommerce form #newsletter-signup .form-row input,
.woocommerce-page form #newsletter-signup .form-row input{
	margin: 0 8px 0 0;
}

/* Additional 
header .nav-right a.basket-link, .pop-details a.btn {
	display: none;
}*/

.grecaptcha-badge{
	visibility: hidden !important;
}