* {
	padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html { height: 100%; }
body { 
	font-family: "OEM", Arial, Helvetica, sans-serif;
	height: 100%; 
	margin: 0; 
	color: #000; 
	background-color: #fff; 
	padding: 0; 
}

::-moz-selection { color: #000; background: #C9ADA0; }
::selection { color: #000; background: #C9ADA0; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #000; }
::-webkit-scrollbar-thumb:hover { background: #555; }

.body-wrapper {/*  padding-top: 125px; */ }
.maxwidth { max-width:1800px; }

.shadow_one { box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65); }
.shadow_two { box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.9); }
.txt_shadow_one { text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65); }
.txt_shadow_two { text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.9); }

.breadcrumbs { padding-bottom: 10px; color: #A09D9D; font-size: 12px; line-height: 17px; }

a { transition: 0.1s; }

.maarquee-general { background: #000; color: #fff; height: 24px; overflow-x: hidden; }
.maarquee-general h4 { color: #fff; padding: 3px 6px; text-transform: uppercase; font-size: 14px; line-height: 18px; }

.marquee-intro-top,
.marquee-intro-bottom { background: #000; color: #fff; height: 40px; overflow-x: hidden; z-index: 10; }

.marquee-intro-top { position: fixed; width: 100%; top: 0; }
.marquee-intro-bottom { position: fixed; width: 100%; bottom: 0; }

.marquee-intro-top h2,
.marquee-intro-bottom h2 { color: #fff; padding: 4px 8px; font-size: 32px; line-height: 32px; color: #E7DAC6; }


#size-guide .title { text-align: center; text-transform: uppercase; font-size: 14px; letter-spacing: .5px; padding-bottom: 60px; }
#size-guide .information p { font-size: 14px; line-height: 18px; color: #6E6E6E; padding-top: 20px; }
#size-guide .information p a { color: #E7DAC6 }

.tabs { width: 100%; }
.tabs h4 { font-size: 14px; line-height: 18px; padding-bottom: 8px; }
.tabs .measures { padding-top: 20px; }
.tabs .measures .measures_title { width: 25%; display: inline-block; float: left; }
.tabs .measures .measures_result { width: 50%; display: inline-block; float: left; }

ul#tabs-nav { list-style: none; margin: 0; overflow: auto; }
ul#tabs-nav li {
  float: left;
  margin-right: -1px;
  padding: 8px 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #6E6E6E;
  font-size: 14px;
  line-height: 22px;
  width: 42px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  height: 42px;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active { background-color: #000; color: #fff; }
#tabs-nav li a { text-decoration: none; color: #000; text-align: center; }
ul#tabs-nav li.active a { color: #fff; }







/* 3D model style */

model-viewer {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}

model-viewer#reveal {
    --poster-color: transparent;
    --progress-bar-color: #000; 
    --progress-bar-height: 2px;
    --progress-mask: transparent;
}

model-viewer#reveal-mobile {
    --poster-color: transparent;
    --progress-bar-color: transparent; 
    --progress-bar-height: 0px;
    --progress-mask: transparent;
}

#reveal-mobile { height: 260px; margin-top: 48px; }

.about-aligner {  
	position: fixed; /* Sit on top of the page content */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events:none;
}

.about-aligner h1 { max-width: 1330px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

.about-aligner-inner { 
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 100%;
}

.about-mobile-txt { padding-top: 20px; }
.about-mobile-txt h1 { padding-bottom: 20px; }
.about-mobile-txt h2 { font-size: 16px; line-height: 26px; text-align: center; text-transform: uppercase; }
.about-mobile-txt h2 a { color: #E7DAC6 }

/* 

	opening + about pages

 */
 
#full-animated-bk h1 { color: #E7DAC6; text-align: center; padding-bottom: 20px; }



.darkside { transition: 0.1s; background: #000 !important; z-index: 30; }
.darskide h2 { color: #000; }

@-webkit-keyframes oem {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}
@-moz-keyframes oem {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}
@keyframes oem {
    0%{background-position:0% 9%}
    50%{background-position:100% 92%}
    100%{background-position:0% 9%}
}













.animate-reveal {
    opacity: 0;
    -webkit-animation: reveal 0.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    -moz-animation: reveal 0.5s ease-in 1 normal forwards;
    -o-animation: reveal 0.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    animation: reveal 0.5s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}
.animate-first {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animate-second {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.animate-third {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


.aligner {  
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


#player-overlay {
  background-color: #000;
  z-index:999;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  position:relative;
} 

.enter-shop { width: 100%; margin: 0 auto; top: 15px; position: absolute; }
.enter-shop h2 { text-align: center;  }
.enter-shop h2 a:hover { color: #fff; }

.enter-shop2 { top: 15px; position: absolute; margin: 0 auto; right: 20px; text-align: center }
.enter-shop h2:after { content: "›"; color: #E7DAC6; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9); padding-left: 8px; transition: 0.2s;  }
.enter-shop2 h2 a:hover { color: #fff; }
.enter-shop2 h2 a { color: #E7DAC6; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9); }


.enter-watch { top: 15px; position: absolute; left: 20px; }
.enter-watch h2 a { color: #E7DAC6; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9); }
.enter-shop h2:hover:after { padding-left: 14px; }

.countdown { bottom: 20px; position: absolute; width: 100%; text-align: center;}
.countdown h2 { color: #E7DAC6; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9); }


/*

.enter-shop h2 a { color: #E7DAC6; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9) }
.enter-shop h2:hover:after { padding-left: 14px; }
*/

#fullvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}



video:hover .enter-shop h2 a { color: #000 !important; }

#player-overlay:hover { cursor: pointer; }

#player-overlay h2 { text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9); color: #E7DAC6; }
#player-overlay .play img { position:absolute; width: 100%; top: 50%; left: 50%;  transform: translate(-50%, -50%); max-width: 20px; transition: 0.2s; }
#player-overlay:hover .play img { max-width: 30px; }

.contacts .email { bottom: 20px; left: 20px; position: absolute; z-index: 20; }

.contacts .email { bottom: 15px; text-align: center; width: 100%; position: absolute; z-index: 20; }
.contacts .instagram {  top: 15px; text-align: center; width: 100%; position: absolute; z-index: 20; }


.close { position: absolute; right: 4px; top: 15px; width: 45px; height: 45px; z-index: 40; }

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  background-color: #E7DAC6;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.9);
  transition: 0.1s;
}

.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }

.close:hover:before,
.close:hover:after { background-color: #fff; }


.contacts, .contacts a, .contacts h3 { font-size: 32px; line-height: 36px; color: #E7DAC6; }
.contacts h2 a:hover { color: #fff; }


footer { width: 100%; padding: 80px 0 12px;  }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { font-size: 14px; line-height: 18px; text-transform: uppercase; }  
footer a { color: #000; text-decoration: none; }
footer a:hover { text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65); }

.justifymenu { display: flex; justify-content: space-between; }


.product  {   max-width: 100%;
  height: 100%;
  width: auto;

  display: block;
 }
 
 .product-gallery-small { padding: 10px 120px 40px; }
 .product-gallery-small img { margin: 0 auto;  }

 .product-desc h1 { text-transform: uppercase; }
 .product-desc p { max-width: 330px; }
 
 .product-desc { 
	 min-height: calc(100vh - 170px); 	
	 display: flex; 
	 align-items: center;
 }
 
 .product-desc-items { margin-bottom: 50px; position: fixed }


.product .soldout img { -webkit-filter: blur(5px); filter: blur(5px); }

.product span.woocommerce-loop-product__title { transition: 0.1s; }
.product:hover span.woocommerce-loop-product__title { text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65);  }
/* .product:hover .product-pic { background-color: rgba(227, 198, 198, 0.9); } */

.product-pic { background-color: #rgba(0,0,0,0); padding: 0px 0px; transition: 0.2s; }

span.price.soldout { color: red !important; }

.product-spec { 
	text-align: left; 
	padding: 5px 0 35px; 
	padding-left: 0; 
}

.product-spec span { font-size: 16px; line-height: 1.25; }
.product-spec span.woocommerce-loop-product__title { display: block; }
.product-spec .price { display: inline-block; }
.product-spec .price.discount { color: #A09D9D; text-decoration: line-through; padding-left: 10px; }


.currency, .bag { transition: 0.1s; }
.currency > a, .bag > a { color: rgba(0,0,0,1); }
.currency a:hover, .bag a:hover { text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65); cursor: pointer; }
.currency button.currency_button{ margin-left: 4px; 
	cursor: pointer; border: 0px; background-color: rgba(0,0,0,0);}
	
	.currency button.currency_button:hover{ text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.65); 
		cursor: pointer; border: 0px; background-color: rgba(0,0,0,0);}	
	
.product-gallery-img, .woocommerce-product-gallery__image{ height: calc(100vh - 170px); display: block; /* background: blue; */ margin-bottom: 150px; margin-top: -40px; }
.product-gallery-img img ,.woocommerce-product-gallery__image img { max-height: 100%; margin: 0 auto; }

/* product page */

.product-price-left {
	text-align: right;
	min-height: calc(100vh - 170px);
	display: flex; 
	align-items: center;
	position: fixed;
	right: 30px;

/*
	position: fixed;
	right: 30px;
*/

}

.product-price-items {  margin-left: auto; margin-bottom: 50px; }
/* .sticky { position: fixed; } */

.product-price-left a:first-of-type { margin-bottom: 5px; }
.product-price-left .price.discount { color: #A09D9D; text-decoration: line-through; padding-left: 10px; }
.product-price-left .buttons { float: right; padding: 10px 0 6px; }
.product-price-left .sizeguide { clear: both; display: block; color: #000; text-transform: uppercase; font-size: 14px; }

select#size { margin-bottom: 5px; text-align: -webkit-center; }

select {
	text-align: -webkit-center;
	text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.btn {
	background-color:#fff;
	border: 1px solid #000;
	cursor:pointer;
	color:#000;
	font-size:14px;
	text-transform: uppercase;
	padding:13px 40px;
	text-decoration:none;
	border-radius: 0px;
	display: block;
	max-width: 200px;
	text-align: center;
	margin: 0;
}

.btn_alt {
	background-color:#000;
	border: 1px solid #000;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	padding:12px 40px;
	text-decoration:none;
	border-radius: 0px;
	display: block;
	/*max-width: 200px;*/
    width: 100%;
	text-align: center;
	margin: 0;
}

.btn:hover, .btn:active, .btn_alt:hover, .btn_alt:active { box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.35); }

nav.woocommerce-breadcrumb{ display: none; }

#player-overlay img { 
	max-width: 70%; 
	vertical-align: middle; 
}


#player-overlay video {  width: 100%    !important;
  height: auto   !important; }

.mid {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}




