/* Reset style */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

b, strong {
	font-weight: normal;
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

ol, ul {
	list-style: none;
}

li {
	display: list-item;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}

sub, sup, small {
	font-size: 75%;
}

sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	overflow: hidden;
	position: absolute;
	top: -9999px;
}

strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*! Flickity v2.0.5 */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:20%;height:100%;border:none;border-radius:40%;opacity: 0;cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:0}.flickity-prev-next-button.previous{left:0px}.flickity-prev-next-button.next{right:0px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* Layout */


@font-face {
    font-family: 'venezia-bold';
    src: url('font/venezia-bold.woff2') format('woff2'),
         url('font/venezia-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  height: 100%;
}
body{
	position: relative;
	padding-bottom: 60px;
	min-height: calc(100% - 60px);
}
body, h1, h2, h3, h4, h5, h6, input, select, div{
	font-family:  'venezia-bold';
	color: black;
	font-size: 15px;
	letter-spacing: 0.0rem;
	line-height: 1.2em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.big{
	font-size: 30px;
}
.huge{
	font-size: 60px;
	line-height: 1em;
}
a{
	color: black;
	text-decoration: none;
	border-bottom: 1px #666 solid;
}
a.no-border{
	border-bottom: 0px #666 solid;
}
.wrapper{
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.hidden{
	display: none;
}
.blur{
    *-webkit-filter: blur(20px); /* Safari 6.0 - 9.0 */
    *filter: blur(20px);
    *opacity: 0.3;
}
/* header */
header{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px #666 solid;
	justify-content: space-between;
}
header span{
	display: flex;
	flex-wrap: wrap;	
}
header a{

}
header a:hover{
	text-decoration: underline;
}
.cart-qty{
	display: inline-block !important;
	padding: 0 3px;
}
/* homepage */
.logo img{
	width: calc(100% - 20px);
	padding: 10px;
	user-drag: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
}
.slide{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.slide img{
	width: 50%;
	align-self: center;
}
.slide a .caption{
	padding: 10px;
}
.mobile{
	display: none;
}
.ifmobile{
		display: inline-block !important;
		width: auto !important;
		padding-right: 5px;
}
body.page-id-6, .page-id-6 #content{
	padding-bottom: 0px !important;
}

/* footer */
#content{
	padding-bottom: 30px;
}
footer{
	margin-top: 60px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #666 solid;
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	
}
footer div{
	width: calc(100% / 3);
}
footer .email{
	width: calc(100% - 100px);
	margin-right: 10px !important;	
}

.columns{
    column-count: 3;
	display: block;
}
/* pages */
.columns p{
	padding-bottom: 1em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
span.title{
	display: block;
}
.big p{
	padding-bottom: 1em;
}
/* cart & forms */
.button, input[type="text"], input[type="email"], select{
	border: 0px white solid;
	padding: 0;
	margin: 0;
	border-bottom: 1px #666 solid;
	background: transparent;
	padding: 0;
	margin: 0;
	-webkit-appearance:none;
	border-radius: unset;
}
input[name=discount], input[name=discountvalue]{
	width: calc(25% - 5px) !important;
	margin-right: 0 !important; 
}
input[name=discountvalue]{

}
input[type=submit]{
	cursor: pointer;
}
.radioInput {
    display: inline-block;
    width: 25%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioInput input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radioBtn{
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px #666 solid;
    border-radius: 50%;
}
.radioInput input:checked ~ .radioBtn {
	background: #333;
	color: white;
	border-color: #333;
}


.shipping{
	width: calc(50% - 10px) !important;
	display: inline-block;
	border-bottom: 1px #666 solid;
	margin-left: 20px;
}
select.countries{
	padding-bottom: 10px;
	margin-right: 5px;
	border-bottom: 0px;
	min-width: 50%;
	cursor: pointer;
}
.shippingrate{
}
input{
    border-radius: 0;
    -webkit-appearance: none;
}
.cart .wrapper{
	display: block !important;
}
.cart .wrapper div{
}
.cart-content{
	margin-bottom: 60px;
}
.cart-item{
	display: flex;
	border-bottom: 1px #666 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	flex-wrap: nowrap;	
}
.cart-item div{
	width: 25%;
}
.cart-item div:nth-child(3){
	padding-left: 20px;
	width: calc(25% - 20px):
}
.cart-item div:nth-child(4){
	width: calc(25% - 20px);
}
.cart-item div:nth-child(5){
	width: 20px;
	cursor: pointer;
}
.printInvoice{
	margin-left: 20px
}
.orders-item{
	display: flex;
	border-bottom: 1px #666 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;	
}
.orders-item:last-child{
	border-bottom: 0px #666 solid !important;
}
.orders-item .big{
	width: calc(33% - 30px);
	cursor: pointer;
}
.orders-item div.big:nth-child(4){
	width: 10px;
	text-align: right;
	display: block;
}
.order-content div.big:nth-child(4){
	width: 100% !important;
	text-align: left;
	display: flex;
}
.order-content{
	display: none;
	width: 100%;
}
.order-content div, .clientForm{
	width: 100% !important;
	display: flex;
	border-top: 1px #666 solid;
	padding-top: 10px;
	margin-top: 10px;	
}
.order-content div label{
	display: inline-block;
	width: calc(33% - 5px);
}
.all_orders{
	padding-top: 50px;
}
.new_order{
	border-bottom: 1px #666 solid;
	padding-bottom: 30px;
}
.wholesale{
	padding-top: 50px;
	display: block !important;
	width: 100% !important;	
}
.wholesale .big{
	width: 100% !important;
	display: flex;
}
.wholesaleLabel{
	border-top: 0px !important;
	padding-top: 0px;
	margin-top: 0px !important;
}
.wholeseleLabel{
	padding-top: 50px;
	display: block;
}
form.order{

}
.order-label{
	padding-top: 0px !important;
	margin-top: 0px !important; 
	border-top: 0px !important;
}
.wholesale div span{
	width: 20%;
}
.wholesale div span:nth-child(6){
	width: 20px !important;
}
.wholesale select.big{
	padding-bottom: 10px;
	width: calc(100% - 20px) !important;
}
.addRow{

}
.wholesale input, .wholesale select{
	width: 50%;
}
.clientForm{
 flex-wrap: wrap;
}
.clientForm input{
	width: calc(50% - 10px);
}

.cart-section{
	padding-top: 60px;
	padding-bottom: 20px;
}
input::placeholder {
  color: black;
}
.tracking{
	display: inline-block !important;
	width: auto !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input[type="text"], select.countries-list{
	width: calc(50% - 10px);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
input[type="text"]:nth-child(odd){
	margin-right: 20px;
}
.warning, input.mce_inline_error{
	border-color: red !important;
	color: red;
}
.warning::placeholder, input.mce_inline_error::placeholder{
	color: red;
}
.message{
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	padding: 0 20%;
	display: flex;
	text-align: center;
	align-items: center;
  	justify-content: center;
  	background: rgba(255, 255, 255, .95);
  	cursor: pointer;
}
.overlay{
	overflow: hidden;
}

/* Search */
.search, .cart{
	height: 100%;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
  	background: rgba(255, 255, 255, .95);
  	overflow: scroll;
}
.close{
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.close:before{
	content: '×';
	cursor: pointer;
}
.results{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 40px;
}
ul.results li{
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.results li:nth-child(4n){
	margin-right: 0px;
}
ul.results li img{
	width: 100%;
	align-self: center;
}
/* Product page */
.select-size, .price{
	margin-top: 30px;
	width: 50%;
	margin-bottom: 1em;
}
.sizeUnselect{
	border: 1px #d2d2d2 solid !important;
	color: #d2d2d2 !important;
}
.sizeSelect.selected{
	background: #333;
	color: white;
	border-color: #333;
}
.size-value{
	cursor: pointer;
}
.product-title{
	width: 40%;
}
.product-description{
	width: 60%;
}
.select-size ul{
	display: flex;
}
.select-size ul li{
	border-radius: 50px 50px;
	border: 1px #666 solid;
	text-transform: uppercase;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	display: flex;
	align-items: center;
  	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.gallery div{
	display: flex;
	flex-wrap: nowrap;
	
}
.gallery div img{
	width: 50%;
	align-self: center;
}
div.other-colors{
	margin-top: 3em;
}
ul.other-colors{
	display: flex;
	flex-wrap: nowrap;
}
ul.other-colors li img{ 
	width: 100%;
	align-self: center;
	display: block;
}
.caption{
	padding-top: 10px;
	display: block;
	display: flex;
	flex-wrap: nowrap;
}
span.caption span{
	display: block;
	width: 50%;
}
ul.other-colors li:first-child .caption{
	padding-left: 10px;
}
.keywords ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.keywords ul li{
	width: 50%;
}
.keywords ul li:nth-child(odd){
	padding-left: 20px;
	width: calc(50% - 20px);
}
.addLeft .caption span:first-child, .addLeft .keywords-single{
	padding-left: 20px;	
}
/* Wall */
.wall{
	width: 100%;
    columns:2;
    column-gap: 60px;

}
.wall-item{
    display:inline-block;
	width: 100%;
	margin-bottom: 60px;
}
.wall-item img{
	width: 100%;
	align-self: center;
}
div.L20{
	width: 70%;
	padding-right: 30%;
}
div.R20{
	width: 70%;
	padding-left: 30%;
}
div.W100{
	width: 100%;
}
#subscribe-banner{
	width: 1000px;
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);	
	transform:translateX(100%);
	-moz-animation: banner 35s linear infinite;
	-webkit-animation: banner 35s linear infinite;
	animation: banner 35s linear infinite;
}
@-moz-keyframes banner {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes banner {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes banner {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
.banner-wrapper{
	width: 100vw;
	overflow: hidden;
}
/* Archive Wall */
.archive-wall{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.archive-item{
	width: calc(33% - 20px);
	padding-bottom: 80px;
}

.archive-item .caption{
	display: block;
	text-align: center;
}

.archive-item .caption span{
	width: 100%;
}

.archive-item img{
	width: 90%;
	padding: 30px 5%;
}
strike{
	margin-right: 10px;
}
.other-colors{
	display: none !important;
}
.archive-timer{
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	left: 10px;
	top: 0px;
	width: calc(100vw - 20px);
}
.archive-timer span{
	width: 50%;
	display: block;
}

@media only screen and (max-width: 900px) {
	.archive-item{
		width: calc(50% - 20px);
	}
}

/* Mobile */
@media only screen and (max-width: 600px) {
	body, h1, h2, h3, h4, h5, h6, input, select, div{
		font-size: 15px;
	}
	.huge, .menu a{
		font-size: 30px;
	}
	.big{
		font-size: 20px;
	}
	.slide img{
		display: none;
	}
	.mobile{
		display: block !important;
		width: 100% !important;
	}
	.ifmobile{
		display: none !important;
	}
	.wall{
		columns: 1;
	}
	div.L20, div.R20, div.W100{
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.addLeft, .addLeft .caption span:first-child, .addLeft .keywords-single{
		padding-left: 0px;
	}
	.keywords{
	
	}
	.keywords ul li {
		width: calc(100% - 10px);
		padding-left: 10px;
	}
	.keywords ul li:nth-child(odd){
		padding-left: 10px;
		width: calc(100% - 10px);
	}
	.columns{
    	column-count: 1 !important;
		display: block;
	}
	.wall-item{
		margin-bottom: 30px;
	}
	.product-title, .product-description {
		width: 100%;
	}
	.product-title{
		margin-bottom: 1em;
	}
	.select-size ul li{
		height: 30px;
		width: 30px;
	}
	.gallery div {
		display: block;
	}
	.gallery div img {
		width: 100%;
		margin-bottom: 10px;
	}
	.keywords ul{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	div.other-colors{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div.other-colors .product-title{
		width: 33%;
		display: inline-block;
		margin-bottom: 0px;
	}
	div.other-colors .product-description{
		width: 66%;
		display: inline-block;
		margin-bottom: 0px;
	}
	.post-type-archive-products article{
		padding-bottom: 40px;
	}
	input[type="text"], select.countries-list, input[type="text"]:nth-child(odd){
		width: 100%;
		margin-right: 0px;
	}
	.radioInput{
		width: 40%;
	}
	input[name=discount], input[name=discountvalue]{
		width: calc(50%) !important;
	}
	.shipping{
		width: calc(100%) !important;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.cart-item div:nth-child(3){
		padding-left: 0px;
	}
	.cart-item div:nth-child(2){
		text-align: center;
	}
	.mobile-menu{
		display: flex !important;
		width: auto !important;
		flex-wrap: wrap;
		cursor: pointer;
	}
	.menu{
		display: none;
		position: absolute;
		top: 45px;
  		background: rgba(255, 255, 255, .95);
		width: 100%;
		height: 100%;
	}
	.open-menu{
		display: block;
	}
	footer div{
		width: calc(100% / 2);
		padding-bottom: 15px;
	}
	footer div:nth-child(3){
		width: calc(100%);
		padding-bottom: 0px;
	}
	#content{
		padding-bottom: 80px;
	}
	ul.results li{
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	ul.results li:nth-child(even){
		margin-right: 0px;
	}	
	.post-type-archive-products article{
		padding-bottom: 20px;
	}
	.archive-item{
		width: calc(100%);
		padding-bottom: 80px;
	}
}
