/*
Theme Name: Evan Spencer
Theme URI: http://www.evan-spencer.com
Author: Ann Oyama
Author URI: http://www.superann.com
Description: Custom theme.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html

Design and graphics are copyright 2021 by Vanderbyl Design.
All other components of this theme are copyright 2021 by Ann Oyama.
*/
/*
@font-face {
font-family: "Helvetica Neue";
src: url('webFonts/HelveticaNeue-Bold.otf') format('opentype');
font-weight:700;
font-style:normal;
}
@font-face {
font-family: "Helvetica Neue";
src: url('webFonts/HelveticaNeue-BoldItalic.otf') format('opentype');
font-weight:700;
font-style:italic;
}
*/
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{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}[hidden]{display:none}
html,body,header,footer,main{
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
body{
	color:#404041;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:16px;
	letter-spacing:0.03em;
	line-height:1.87;
	position:relative;
	display: flex;
	flex-direction: column;
}
input, textarea, select, option {
	font:inherit;
	letter-spacing:inherit;
    border:0;
    background-color:#E3E3E3;
    padding:5px 0 5px 8px;
	box-sizing:border-box;
}
.wrapper{
	flex:1 0 auto;
	background:#FFFFFF;
    width: 100%;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 100px;
}
h1,h2,h3,h4,h5{
	font-weight:700;
}
a{
	color:#404041;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:hover, .alt{
	color:#808184;
}
a.alt:hover{
	color:#404041;
}
.content a, a[download]{
	text-decoration:underline;
}
.content ul{
    margin-left:20px;
    list-style-type:disc;
}
main p,
.content ul,
.content h1,
.content h2{
	margin-bottom:1.32em;
}
.content h3{
	font-size: 1.1em;
    margin-bottom:0.7em;
}
.content h1:not(:first-child),h2:not(:first-child){
    margin-top:2em;
}
.content li{
	margin-bottom:8px;
}
/* HEADER */
header{
	width:100%;
	position:fixed;
	z-index:999;
}
header:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:white;
    z-index:0;
    opacity:0.75;
	transition: opacity 1250ms ease-in-out;
}
header.menu-open:after,
header.scroll:after{
	opacity:1;
}
header .container{
	position:relative;
	max-width:100%;
	z-index:1;
	text-align:right;
	height:83px;
	padding:25px 35px;
	height:120px;
	padding:40px 40px;	
}
#logo {
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;	
    background: no-repeat center / contain;
    background-image: url(images/logo.svg),linear-gradient(transparent,transparent);
    letter-spacing: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
	width: 289px;
    height: 32px;
	width: 386px;
	height: 40px;
}
#logo:focus:not(:focus-visible),#menu-toggle:focus:not(:focus-visible){
	outline:0;
}
#logo:focus-visible,#menu-toggle:focus-visible{
	outline:2px dotted red;
}
#menu-toggle{
	display:inline-block;
	background:none;
	border:0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	*/
	cursor: pointer;
	margin:0;
	padding:10px 0 0 0;

    position:absolute;
    top:19px;
    left:35px;
	top:27px;
	left:40px;
	padding-top:15px;
}
#menu-toggle span{
	display: block;
	position: relative;
	opacity: 1;
	background: rgb(128,128,128);
	z-index: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out; 
	*/
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	height: 1px;
	width: 45px;
	margin-bottom: 11px;
	width:50px;
	margin-bottom:15px;
}

#menu-toggle.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);  
	top: -4px;
	left: 7px;
	top:-2px;
	left:7px;
}
#menu-toggle.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
	left: 7px;
}
/* NAV */
#menu{
	overflow:auto;
}
#menu-bar{
    position:fixed;
    top: 0;
    left: 0;
    margin-left: -300px;
    width: 300px;
    height: 100%;
    line-height: 1.6;
    display:block;
    z-index:5;
	transition: all 100ms ease-in-out;
}
#menu-bar.open{
	margin-left:0;
}
#menu-bar:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:98;
    background:white;
    opacity:0.9;
}
#menu-bar #menu{
	font-size:1.25em;
    font-weight:700;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    padding:120px 40px 35px 40px;
	padding-top:157px;
}
.admin-bar #menu-bar #menu{
	padding-top:152px;
	padding-top:189px;
}
/*
#menu li:not(:last-child){
	margin-bottom:2px;
}
*/
#menu .sub-menu{
	margin-left:20px;
}
#menu a{
	display:inline-block;
	padding:4px 0;
}
#menu .current-menu-item:not(.menu-item-type-custom) a{
	color:#808184;
}
/* GLIDE JS THEME */
.glide__arrow {
	position: absolute;
	display: block;
	top: 50%;
	z-index: 2;
	color: white;
	height: 50px;
	width: 50px;
	opacity: 1;
	cursor: pointer;
	border: 0;
	outline: 0;
	transform: translateY(-50%);
	background: no-repeat center / contain;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1;
}

.glide__arrow:focus {
	outline: none;
}

.glide__arrow:hover {
	border-color: white;
}

.glide__arrow--left {
	background-image: url(images/left-arrow-dark.svg);
	left: 2em;
}

.glide__arrow--left.background--dark {
	background-image: url(images/left-arrow-light.svg);
}

.glide__arrow--right {
	background-image: url(images/right-arrow-dark.svg);
	right: 2em;
}

.glide__arrow--right.background--dark {
	background-image: url(images/right-arrow-light.svg);
}

.glide__arrow--disabled {
	opacity: 0.33;
}

.glide__bullets {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 50%;
	display: inline-flex;
	list-style: none;
	transform: translateX(-50%);
}

.glide__bullet {
	background-color: rgba(255, 255, 255, 0.5);
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	line-height: 0;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
	margin: 0 0.25em;
}

.glide__bullet:focus {
	outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
	background-color: white;
}

.glide--swipeable {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.glide--dragging {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
/* HERO */
.hero{
	width:100%;
    height:100vh;
	overflow:hidden;
}
.hero .slide{
    background: no-repeat center / cover;
    height:100%;
}
.hero .glide__track, .hero .glide__slides, .hero .glide__slide{
	width:100%;
    height:100%;
}
.glide__arrows{
	display:none;
	opacity:0;
}
.glide__arrow[disabled]{
	display:none !important;
}

.page-template-page-gallery .slideshow .glide__arrows,
.page-template-page-brochure .slideshow .glide__arrows{
	display:block;
	opacity:1;
}	
.home .glide__slides,
.page-template-default .glide__slides{
	transform: translate3d(0, 0, 0) !important;
}
.home .glide__slide:not(:first-child),
.page-template-default .glide__slide:not(:first-child){
	opacity:0;
	z-index:-1;
}
.home .glide__slide:first-child,
.page-template-default .glide__slide:first-child{
	z-index:1;
}
.home .slideshow .glide__slide,
.page-template-default .slideshow .glide__slide{
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
    transition: opacity 1250ms ease-in-out;
	margin:0 !important;
}
.home .glide__slide.glide__slide--active,
.page-template-default .glide__slide.glide__slide--active{
    position: relative;
    order: 1;
    opacity: 1;
    z-index: 1;
}
.no-js .glide__slide:not(:first-child){
	display:none;
}
.page-template-page-brochure .hero{
    margin-top:120px;
    height:calc(100vh - 120px);
}
.page-template-page-brochure .hero .slide{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page-template-page-brochure .hero .slide img{
    max-width:100%;
    max-height:100%;
}
/* MAIN */
main{
	width:100%;
	overflow:hidden;
}
main.no-hero{
    padding-top:120px;
}
main.no-hero.center{
	min-height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
main.no-hero.center .container{
	align-self:center;
}
main .container{
	padding-top:3.5em;
	padding-bottom:3.5em;
}
/* FOOTER */
footer{
	background:#4F4F50;
	color:white;
}
.page-template-page-brochure footer,
.page-template-page-gallery footer{
	display:none;
}
footer .container{
	padding-top:50px;
	padding-bottom:40px;
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .col{
    flex-direction:column;
}
footer .col.right{
	text-align:right;
}
footer a{
	color:white;
	text-decoration:none;
}
footer a:hover{
	color:white;
	text-decoration:underline;
}
footer .footer-text{
	font-size:0.9em;
}
footer .copyright{
	font-size:0.8em;
}
#social_links{
	margin-top:10px;
}
#social_links a{
	display:inline-block;
}
#social_links a:not(:last-child){
	margin-right:20px;
}
.social-icon{
	height:30px;
}
/* MISC */
.contact{
	margin-top:2.14em;
}
h1,.title{
	font-size:1.5em;
	margin-bottom:1.32em;
}
h2{
	font-size:1.27em;
}
.button{
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	display: inline-block;
	padding:3px 10px;
	width:auto;
    color:#fff;
	text-decoration:none;
	background:#404041;
    text-decoration: none;
	font-size: 0.9em;
	border:0;
	outline:0;
}
.button:hover{
	border:0;
	outline:0;
    background-color:#808184;
    text-decoration:none;
}
.button:focus-visible{
	outline:1px solid #000;
    background-color:#808184;
}
.mobile{
	display:none;
}
.sr-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* PRODUCTS */
main.products .container{
	max-width:1800px;
	padding-top:130px;
}
main.products .container:not(:last-child){
	margin-bottom:-130px;	
}
/*
.page-template-front-page footer .container{
	max-width:1800px;
}
*/
.product{
    margin:3em 0 6em 0;
    text-align:center;
}
.product:first-child{
	margin-top:0;
}
.product img{
    display:inline-block;
    max-width:100%;
}
.product a:hover img{
    opacity:0.5;
}
.product span{
    display:block;
}
/* PRODUCT */
.section{
	margin-bottom:40px;
}
.section:empty{
	display:none;
}
.single-product main .container{
    padding-top:120px;
	max-width:1500px;
}
.single-product footer .container{
	max-width:1500px;
}
#product_image{
    text-align:center;
}
#product_image img{
    display:inline-block;
    max-width:100%;
    max-height:100%;
}
.product-thumbs{
	margin-bottom:100px;
	height:130px;
	overflow:hidden;
}
.no-js .product-thumbs{
	display:none;
}
.splide__pagination__page.is-active{
	background-color:#404041;
	transform:none;
}
.product-thumbs .slide{
    width:auto;
}
.product-thumbs .slide-image{
    height:130px;
	width:auto !important;
}
.product-thumbs .slide-image.selected{
	opacity:0.5;
}
.product-thumbs .slide-image:not(.selected):hover{
	opacity:0.5;
	cursor:pointer;
}
.product-thumbs .glide__slides{
	align-items:center;
}
.single-product section{
	display:flex;
}
.info{
	width:calc(100% - 320px);
	padding-right:60px;
}
.options{
	width:360px;
	padding:50px 30px;
	background:#F9F8F8;
	color:rgb(128,128,128);
}
.option_wrapper{
	margin-bottom:40px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
.option_wrapper.row{
	flex-direction:row;
}
label[for=quantity]{   
    line-height:43px;
	margin-left:10px;
}
#quantity::-webkit-inner-spin-button, 
#quantity::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}
.options input#quantity{
	appearance:none;
	-moz-appearance: textfield;
	-webkit-border-radius:0px;
	width:50px;
	height: 43px;
	text-align:center;
	padding:1px 2px;
    background:none;
    border:2px solid #DDDCDC;
	color:rgb(128,128,128);
}
.options select{
    -webkit-appearance:none;
	-moz-appearance:none;
    appearance:none;
    background:none;
    padding:7px 17px 7px 10px;
	color:rgb(128,128,128);
    background:no-repeat right 17px center / 15px;
	background-image:url(images/down.svg);
}
/*
.options select:not(:invalid) {
    background:none;
}
*/
.options .button_wrapper{
	text-align:right;
	font-size:1.3em;
	width:100%;
	overflow:auto;
}
.price{
	color:#404041;
	margin-bottom:20px;
}
#textile_image{
    margin:0 10px;
}
#textile_image img{
	max-width:300px;
    width:100%;
	margin-top:10px;
	margin-bottom:-10px;
}
.select.option_wrapper{
    border:2px solid #DDDCDC;    
}
#textiles-picker{
    position:relative;
    cursor:pointer;
	margin-bottom:80px;
}
#textiles-picker:before{
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    z-index:1;
}
/* POPUP */
.popup main{
    position:relative;
}
.popup main:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.2);
    z-index:2;
}
.popup-box{
	border-top:1px solid #808080;
    background:#fff;
    position:relative;
	display:block;
    z-index:3;
	display:none;
}
main .popup-box .container{
	padding-top:80px;
}
.popup-box .close{
    position:absolute;
    top:20px;
    right:20px;
}	
.close{
    position:relative;
    appearance:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline:0;
    border:0;
    padding:0;
    margin:0;
    background:transparent;
    width:40px;
    height:40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor:pointer;
}

.close:before,.close:after{
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background-color:rgb(128,128,128);
}

.close:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.close:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
/* POPUP: SELECT TEXTILES */
.popup-textiles #textiles-popup{
	display:block;
}
#textiles-popup .grid{
    display:grid;
    grid-template-columns: repeat( auto-fill, 120px );
    justify-content: space-between;
	gap:20px;
}
.picker{
    overflow:hidden;
    vertical-align:top;
	cursor:pointer;
	display:inline-block;
    width:100%;
}
.picker .square{
	width:120px;
	height:120px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:8px;
}
#comcol-picker{
	display:none;
}
.trade #comcol-picker{
	display:inline-block;
}
#comcol-picker .square{
	border:1px solid black;
	text-align:center;
}
.picker img{
	display:block;
	width:100%;
}
.picker:not(.selected):hover img{
	opacity:0.5;
}
.picker.selected{
	cursor:default;
}
.picker.selected img{
	opacity:0.3;
}
.picker.selected span{
	color:#404041;
	opacity:0.3;
}
.picker span{
	display:block;
	line-height:1.3;
}
/* POPUP: PRODUCT CONTACT */
.popup-contact #contact-popup{
	display:block;
}
/* VIDEOS */
main.videos .container{
	padding-top:200px;
	max-width:1600px;
}
.page-template-page-videos footer .container{
	max-width:1600px;
}
.video{
    display:flex;
    margin-bottom:100px;
}
.video-container {
	border:1px solid rgb(128,128,128);
	overflow: hidden;
	position: relative;
    width:65%;
    margin-right:60px;
}
.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-info{
	width:calc(35% - 60px);
}
/* CONTACT FORM */
#contact-form{
    display:flex;
    width:100%;
    padding-bottom:10px;
}
.wpcf7-form-control-wrap{
    display:block;
    margin:0;
    padding:0;
}
#contact-form .left,#contact-form .right{
    flex: 1;
    float:none;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
#contact-form label:not(:last-child){
    flex:1;
    margin-bottom:12px;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form input[type=tel]{
    width:calc(100% - 10px);
}
#contact-form .right label,
#contact-form .your-message{
    height:100%;
}
#contact-form .your-message{
	margin-left:10px;
    display:flex;
    flex-direction:column;
}
#contact-form textarea{
    width:calc(100% - 10px);
    height:100%;
	flex:1;
}
#contact-form .button-wrapper{
    margin-left:10px;
}
#contact-form{
	margin-top:2.2em;
	margin-bottom:2.2em;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border:0;
    margin:1em 0;
    padding:0;
	color:#dc3232;
}
.wpcf7 form.sent .wpcf7-response-output{
	border:0;
	color:#46b450;
}
.wpcf7-not-valid-tip{
	font-weight:700;
}
/* LOGIN */
.page-template-page-account #content .container{
    background:#F9F8F8;
    max-width:500px;
	margin:0 25px;
	padding: 2.2em 40px;
}
.page-template-page-account .content{
	text-align:left;
}
#menu-login{
	margin-top:20px;
}
#tradelogin a{
	cursor:pointer;
}
#response .success{
	color:green;
}
#response .error{
	color:red;
	font-style:italic;
	text-align:left;
}
#loginform{
    width:100%;
    margin:0 auto;
}
#loginform label{
    display:block;
}
#loginform input[type=text],
#loginform input[type=password]{
    width:100%;
    border:2px solid #DDDCDC;
}
#loginform .button{
	width:100%;
}
/* ADMIN BAR */
.admin-bar .wrapper{
	margin-top:32px;
}
.admin-bar .hero{
	height:calc(100vh - 32px);
}
.admin-bar.page-template-page-brochure .hero{
	height: calc(100vh - 120px - 32px);
}
#wpadminbar{
	background:#404041;
}
/* MOBILE */
@media screen and (max-width: 1000px), screen and (orientation: portrait){
	.container{
		padding:0 40px;
	}
	main .container{
		padding-top:2.2em;
		padding-bottom:2em;
	}
	body.menu-open{
		height:100vh;
		overflow:hidden;
	}
	header{
		background:#FFFFFF;
	}
	header .container{
		height:83px;
		padding:25px 35px;
		padding-right:25px;
	}
	main.no-hero{
		padding-top:83px;
		background-image:none !important;
		display:block;
	}
	#logo{
		width: 289px;
		height: 32px;
	}
	#menu-toggle{
		top:19px;
		left:35px;
		padding-top:10px;
	}
	#menu-toggle span{
		width: 45px;
		margin-bottom: 10px;
	}
	#menu-toggle.open span:nth-child(1){
		top: -5px;
		left: 7px;
	}
	#menu-toggle.open span:nth-child(3) {
		top:5px;
		left:7px;
	}
	#menu-bar{
		width:100%;
		margin-left:-100%;
	}
	#menu-bar:after{
		opacity:1;
	}
	#menu-bar #menu{
		padding-top:120px;
	}
	.admin-bar #menu-bar #menu{
		padding-top:152px;
	}
	.hero, .gallery.mobile{
		margin-top:83px;		
	}
	.hero{
		height:0 !important;
		padding-top: 57.98%;
	}
	.hero .glide__track{
		position:absolute;
		top:0;
		left:0;
	}
	.page-template-page-brochure .hero,
	.page-template-page-gallery .hero{
		display:none;
	}
	main.no-hero .mobile,
	.gallery.mobile{
		display:block;
	}
	main.no-hero .mobile img,
	.gallery.mobile img{
		width:100%;
		display:block;
		margin-bottom:30px;
	}
	.page-template-page-brochure footer,
	.page-template-page-gallery footer{
		display:block;
	}
	h1,.title,.options .button_wrapper{
		font-size:1.2em;
	}
	h2{
		font-size:1.15em;
	}
	#contact-form{
		flex-direction:column;
	}
	#contact-form input[type=text],
	#contact-form input[type=email],
	#contact-form input[type=tel]{
		width:100%;
	}
	#contact-form .your-message{
		margin-left:0;
	}
	#contact-form textarea{
		height:90px;
		width:100%;
		flex:auto;
	}
	#contact-form label{
		margin-bottom:20px !important;
	}
	#contact-form .button-wrapper{
		margin-left:0;
	}
	.products{
		margin-bottom:60px;
	}
	.product{
		margin:2em 0 4em 0;
	}
	main.products .container{
		padding-top:83px;
	}
	main.products .container:not(:last-child){
		margin-bottom:-83px;	
	}
	.single-product main .container{
		padding-top:83px;
	}
	main .popup-box .container{
		padding-top:80px;
	}
	.close{
		width:30px;
	}
	.product-thumbs{
		height:100px;
	}
	.product-thumbs .slide-image{
		height:100px;
	}
	.info{
		padding-right:20px;
		width: calc(100% - 300px);
	}
	.options {
		width:300px;
		padding:40px 20px;
	}
	.options select{
		background-position:right 12px center;
		background-size:12px;
	}
	main.videos .container{
		padding-top:120px;
	}
	.video{
		display:flex;
		flex-direction:column;
		margin-bottom:80px;
	}
	.video-container{
		width:100%;
		margin:0 0 20px 0;
	}
	.video-info{
		width:100%;
	}
}
@media screen and (max-width: 782px){
	.admin-bar .wrapper{
		margin-top:46px;
	}
}
@media screen and (max-width: 750px){
	.container{
		padding:0 25px;
	}
	#menu-bar #menu{
		padding-left:30px;
		padding-right:30px;
	}
	header .container{
		padding-right:20px;
	}
	#logo {
		width: 208px;
		height: 22px;
	}
	#menu-toggle{
        top:26px;
		left:25px;
		padding-top:7px;
	}
	#menu-toggle span{
		width:34px;
		margin-bottom:7px;
	}
	#menu-toggle.open span:nth-child(1){
		top:-3px;
        left:5px;
	}
	#menu-toggle.open span:nth-child(3) {
		left: 5px;
	}
	footer .container {
		flex-direction:column;
		align-items:flex-start;
	}
	footer .col.right{
		text-align:left;
	}
	.social-icon{
		height:23px;
	}
	/*
	h1,.title,.options .button_wrapper{
		font-size:1.1em;
	}
	h2{
		font-size:1.05em;
	}
	*/
	main.products .container{
		margin-bottom:0;
	}
	.products{
		margin-bottom:0;
	}
	.single-product section{
		flex-direction:column;
	}
	.info{
		width:100%;
		padding-right:0;
	}
	.options{
		padding-top:40px;
		padding-bottom:40px;
		text-align:center;
		width:100%;
	}
	#product_image{
		display:none;
	}
	.no-js #product_image{
		display:block;
	}
	.product-thumbs{
		margin-bottom:60px;
		height:auto;
	}
	.product-thumbs,.glide__track,.glide__slides{
		overflow:visible;
	}
	.product-thumbs .glide__slides{
		position:relative;
	}
	.product-thumbs .slide{
        text-align:center;
		display: flex;
		align-items: center;
    }
	.product-thumbs .slide-image{
        display:flex;
		max-width:100%;
        height:auto;
		margin:0 auto;
	}
	.product-thumbs .slide-image.selected,
	.product-thumbs .slide-image:not(.selected):hover{
		opacity:1;
		cursor:auto;
	}
	.splide__pagination{
		bottom:-30px;
	}
	#productForm{
		/* max-width:500px; */
		margin:0 auto;
	}
	#textiles-picker{
		margin-bottom:40px;
	}
	#textile_image img{
		height:100px;
		max-width:100%;
		margin-top:10px;
		margin-bottom:-10px;
		object-fit:cover;
	}
	.close{
		width:30px;
	}
	#textiles-popup .grid{
		grid-template-columns: repeat( auto-fill, 90px );
		gap:20px;
	}
	.picker .square{
		width:90px;
		height:90px;
	}
}
@media screen and (max-width: 600px){
	/* LOGIN */
	.page-template-page-account #content .container{
		background:#ffffff;
		padding:2.2em 25px;
		margin:0;
		max-width:100%;
	}
	.button{
		width:100%;
	}
	.admin-bar .wrapper{
		margin-top:0;
	}
	#wpadminbar {
		display:none;
	}
	.admin-bar #menu-bar #menu{
		padding-top:120px;
	}
}
@media screen and (max-width: 500px){
	#textiles-popup .grid{
		grid-template-columns: repeat( auto-fill, 70px );
		gap:10px;
	}
	.picker .square{
		width:70px;
		height:70px;
	}
	.picker span{
		font-size:0.8em;
	}
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
    border:0 !important;
    background: #404041;
    color:#ffffff !important;
    font:inherit !important;
    margin-bottom:20px;
    padding: 3px 20px;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
    background-color: #808184 !important;
    
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{
    color: #404041 !important;
	font-size:16px !important;
	font-weight:700;
    letter-spacing: 0.03em;
    line-height: 1.87;
}