@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*
https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'GT-Walsheim';
    src: url('/fonts/GT-Walsheim-Bold.woff2') format('woff2'),
         url('/fonts/GT-Walsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim';
    src: url('/fonts/GT-Walsheim-Bold-Oblique.woff2') format('woff2'),
         url('/fonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'GT-Walsheim';
    src: url('/fonts/GT-Walsheim-Medium.woff2') format('woff2'),
         url('/fonts/GT-Walsheim-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim';
    src: url('/fonts/GT-Walsheim-Medium-Oblique.woff2') format('woff2'),
         url('/fonts/GT-Walsheim-Medium-Oblique.woff') format('woff');
    font-weight: normal;
    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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  background: white;
}

body {
	line-height: 1;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
  font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
  font-weight: bold;
}


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;
}

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

input, button {
	outline: 0;
}

strong, b {
	font-weight: bold;
  font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
}

body {
	font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	font-weight: 400;
	background: white;
	overflow-x: hidden;
	overflow-y:scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	font-weight: bold;
}

.clear {
	clear: both;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
	text-align: justify;
}

nav#navigation {
	display: none;
	width: 100%;
	height: 100vh;
	background: #008eff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.open-navigation nav#navigation {
	display: block;
/* 	overflow-y: scroll; */
}

.open-navigation {
/* 	overflow: hidden; */
}

nav#navigation .container {
	padding-top: 200px;
	padding-bottom: 200px;
}

nav#navigation .container a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

nav#navigation .container a:hover {
	opacity: 0.5
}

nav#navigation .container ul a {
	line-height: 40px;
	font-size: 25px;
	display: block;
}

nav#navigation .container ul ul {
	display: block;
	width: 250px;

	margin-top: 20px;
	border-top: 3px solid #000;
	padding-top: 20px;

	padding-bottom: 20px;
	border-bottom: 3px solid #000;
	margin-bottom: 20px;

}

header#home {
	width: 100%;
	height: 90vh;
	background: #dcdde2;
}

#logo {
	width: 70px;
	height: 70px;
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -35px;
	background: #008eff;
	z-index: 9999;
	cursor: pointer;
}

#logo img {
	width: 70px;
	height: 70px;
}

.open-navigation #logo {
	background: #000 !important;
}

header#home ul#hero {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	white-space: nowrap;
}

header#home ul#hero li {
	width: 100%;
	height: 90vh;
	display: inline-block;

	background-size: cover;
	background-position: bottom center;
}

header#home #hero-prev, header#home #hero-next, #product-slider-next, #product-slider-prev, #product-slider-counter {
	width: 70px;
	height: 70px;
	background: #008eff;
	position: absolute;
	margin-top: -50vh;
	line-height: 70px;
	text-align: center;
	z-index: 9990;
}

#product-slider-prev.hide, #product-slider-next.hide {
	display: none;
}

#product-scroll-down {
	font-size: 34px;
	color: #008eff;
	cursor: pointer;
	background: none;
	bottom: 12vh;
	position: absolute;
	left: 50%;
	margin-left: -17px;
}

header#home #hero-prev:hover, header#home #hero-next:hover, #product-slider-next:hover, #product-slider-prev:hover, header#home #hero-scroll:hover {
	opacity: 0.9;
}

header#home #hero-prev:active, header#home #hero-next:active, #product-slider-next:active, #product-slider-prev:active, header#home #hero-scroll:active {
	opacity: 0.75;
}

#product-header {
	position: relative;
}

#product-slider-next, #product-slider-prev, #product-slider-counter {
	margin-top: -50vh;
}

#product-slider-counter {
	right: 70px;
	background: none;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	color: #008eff;
	font-size: 18px;
	text-align: center;
}


#product-slider-prev {
	z-index: 9995;
}

header#home #hero-prev, #product-slider-prev {
	font-size: 34px;
	color: #008eff;
	cursor: pointer;
	background: none;
}

header#home #hero-next , #product-slider-next {
	right: 0;
	font-size: 34px;
	color: #008eff;
	cursor: pointer;
	background: none;
}

header#home #hero-scroll {
	width: 70px;
	height: 70px;
	background-color: #008eff;
	margin-top: -30px;
	margin-left: -35px;
	left: 50%;
	position: absolute;
	line-height: 70px;
	text-align: center;
	font-size: 55px;
	color: #fff;
	cursor: pointer;
	background-image: url('img/navigation-icon-down.png');
	background-position: 16px 30px;
	background-repeat: no-repeat;
}

#product {
	width: 100%;
	position: relative;
}

#open-product-information {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	background: #008eff;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.show_mobile {
	display: none;
}

#close-product-information {
	float: right;
	width: 45px;
	height: 45px;
	margin-right: -45px;
	margin-top: -45px;
	cursor: pointer;
}

#product-slider {
	width: 100%;
	height: calc(100vh - 75px);
	white-space: nowrap;
	overflow: hidden;
}

#product-slider li {
	width: calc(100% + 100px);
	height: 100vh;
	background-size: cover;
	background-position: bottom center;
	display: inline-block;
}

#product-header {
	position: relative;
}

#nav-list {
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 14px;
	text-align: center;
}

#nav-list ul {
	display: inline-block;
}

#nav-list ul li {
	float: left;
	display: block;
	background: #fff;
	height: 6px;
	width: 6px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 3px;
	text-indent: -9999px;
	cursor: pointer;
}

#nav-list ul li:hover {
	background: #999;
}

#nav-list ul li.active {
	background: #000;
}

#product-information {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	top: 100%;
}

#product-information .product-information-left {
	width: 60%;
	float: left;
}

#product-information .product-information-right {
	width: 35%;
	float: right;
	padding-top: 75px;
}

#product-information .inner {
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	min-height: 50vh;
}

.product-information #product-information {
	display: block;
}

#product-information h1 {
	font-size: 28px;
	line-height: 75px;
	margin: 0;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}

#product-information h2, #related-products h2 {
	font-size: 25px;
	border-bottom: 2px solid #000;
	color: #000;
	line-height: 35px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	text-transform: lowercase;
}

#related-products h2 {
	margin-bottom: 0px;
}

#product-information .product-information-right h2  {
	margin-top: 0;
}

#product-information h3 {
	margin-top: 70px;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}

#product-information hr {
	width: 100px;
	height: 7px;
	border: 0;
	padding: 0;
	margin: 0;
	background: #000;
}

#related-products .product {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeec;
}

#related-products .product img {
	max-width: 90%;
}

.variation-images {
	height: 375px;
	text-align: center;
}

.variation-images .variation-image {
	max-height: 320px;
	max-width: 100%;
	display: none;
}

.variation-images .variation-image.active {
	display: inline-block;
}

#product-information .price {
	font-size: 19px;
	line-height: 30px;
	display: block;
	margin-bottom: 25px;
	text-align: right;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}

#product-information .description p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 25px;
}

#product-information #buy-button {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	line-height: 50px;
	padding-left: 33px;
	padding-right: 33px;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}

#product-information #buy-button:hover {
	background: #000;
	color: #fff;
}

#product-information .outline-image {
	margin-bottom: 40px;
	width: 100%;
}

#product-information .product-color {
	width: 58px;
	height: 58px;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}

.names {
		min-height: 60px;
}

#product-information .product-name {
	font-size: 17px;
	line-height: 60px;
	display: none;
}

#product-information .product-name.active {
	display: block;
}

#product-information .product-color.active {
	content: "x";
	background-image: url(img/active-color.png);
}

#product-information .product-color:last-child {
	margin-right: 0;
}

#home_products .product,
#cat_products .product {
	align-items: center;
	justify-content: center;
	display: flex;
	background: #eee;
}

#cat_products {
  min-height: calc(100vh - 35px);
}

#home_products .inner,
#cat_products .inner {
	width: 100%;
	text-align:center;
/*
	padding-top: 5%;
	padding-bottom: 5%;
*/
}

#home_products .product img,
#cat_products .product img {
	max-width: 100%;
  height: auto;
      width: 500px;
}
.about-content-wrap {
  min-height: calc(100vh - 35px);
  background-color: #fff;
}

#about-content {
  background: #eeeeec;
}


#about-content h2, #text-content h1 {
	font-size: 25px;
	line-height: 80px;
	border-top: 35px solid #fff;
	text-transform: lowercase;
}

#text-content h1 {
	border-top: 0px;
}

#about-content h2 a {
	display: block;
	width: 980px;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
}

#about-content h2 a:hover {
	opacity: 0.5;
}

#about-content .page {
	height: 0;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#about-content .page.open {
	height: auto;
	padding-bottom: 50px;
}

#about-content p {
	font-size: 18px;
  	line-height: 25px;
	margin-bottom: 25px;
}

.text-content-wrap {
  border-style: solid;
  border-color: white;
  border-width: 50px 50px 0 50px;
  background-color: #eeeeec;
}

#text-content {
	padding-top: 90px;
	width: 960px;
  margin: 0 auto;
  min-height: calc(100vh - 125px);
  padding-bottom: 30px;
}

#text-content p:last-of-type {
  margin-bottom: 0;
}

#text-content p {
	font-size: 18px;
  	line-height: 25px;
	margin-bottom: 25px;
}

/*
#text-content h1, #text-content h2 {
  	font-size: 59px;
  	line-height: 91px;
  	margin-bottom: 25px;
}
*/

#text-content h2 {
	margin-top: 50px;
}

.ui-loader, .ui-corner-all, .ui-body-a, .ui-loader-default {

}

.ui-loader {
	display: none;
}

footer {
	text-align: center;
	color: #AAA;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	background: #fff;
}



/*Moduify Woocommerce */
.woocommerce-message {
	display: none;
}
body .woocommerce .woocommerce-error {
	margin-top: 40px !important;
}
.woocommerce .product-thumbnail img {
	width: auto;
	height: auto;
	max-width: 80px;
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
	background-color: white;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	line-height: 50px;
	padding-left: 33px;
	padding-right: 33px;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
	-webkit-appearance: none;
	background-color: white;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	line-height: 22px;
	padding-left: 33px;
	padding-right: 33px;
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	margin-left: 20px;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
	    background-color: #000;
			color: white;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	height: 40px;
	padding: 10px;
	border: solid 1px black;
}
body .woocommerce table.cart td.actions .input-text {
	height: 40px;
	padding: 10px;
	border: solid 1px black;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
body .woocommerce .quantity .qty {
	height: 40px;
	padding: 5px;
	border: solid 1px black;
	box-sizing: border-box;
}
.woocommerce form .form-row select {
	height: 40px;
	padding: 10px;
}
body .woocommerce .woocommerce-error li {
	margin-bottom: 10px !important;
}

body .woocommerce-checkout #payment {
	background: none;
}
body .woocommerce form .form-row .required {
	text-decoration: none;
}
body .woocommerce .woocommerce-info {
	padding: 1em 2em 1em 2em;
	margin-top: 40px !important;
	border-top: 1px solid rgba(0,0,0,.1);
}
body .woocommerce .woocommerce-info:before {
	    display:none;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
	font-size: 28px;
    line-height: 75px;
    margin: 0;
    font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}
body .woocommerce .order_details {
	margin-top: 10px !important;
}
body .woocommerce table.shop_table {
	border: 0;
}
body .woocommerce table.shop_table th {
	font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
	font-weight: bold;
}
body .woocommerce table.shop_table td,
body .woocommerce table.shop_table th.product-total {
	text-align: right;
}
.woocommerce table.shop_table td.product-name {
	text-align: left;
}
.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal {
	text-align: right;
}
.woocommerce table.shop_table.cart td {
	padding: 12px;
}
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message {
	    background-color: transparent;
}
.cart-collaterals {
  margin-bottom: 30px;
}
body .cart_totals  table {
	width: 100%;
	margin-bottom: 30px;
}
body .cart_totals  table th {
	text-align: left;
}
body .cart_totals  table td {
	text-align: right;
	padding: 12px;
}
body .cart_totals  .wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce-shipping-calculator p {
	text-align: right;
}
body .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 5px;
}
body .woocommerce a.remove {
	color: black !important;
}
body .woocommerce .order-total th {
	font-weight: bold;
font-family: 'GT-Walsheim', 'futura`-pt', helvetica, arial, 'sans-serif';
}


.return-to-shop {
	display: none;
}

.cart-contents {
	display: inline-block;
	background-image: url('img/cart.png');
	position: fixed;
	z-index: 9999;
	right: 60px;
  top: 60px;
  background-color: rgba(255,255,255,.4);
  background-position: center;
  width: 50px;
  height: 48px;
  background-repeat: no-repeat;
}
.cart-contents:hover {
	opacity: .7;
}

.cart-contents-count {
	display: inline-block;
	background: #0059fc;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	top: -1px;
  right: -1px;
	color: #fff;
  font-size: 13px;
}
.hamburger {
	position: fixed;
	background-image: url('img/hamburger.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
  width: 50px;
  height: 48px;
  z-index: 9999;
  top: 60px;
  left: 60px;
  cursor: pointer;
  background-color: rgba(255,255,255,.4);
  background-size: 27px;
  background-position: center;
}
.hamburger:hover {
	opacity: .7;
}
.add-to-cart-label {
	  margin-top: 15px;
}
label.checkbox {
	margin-right: 5px;
}
span.country_to_state.country_select {
	display: none;
	text-indent: -9000px;
}

.social-box {
	display: block;
	width: 250px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.social-box li {
	display: inline-block;
  padding-right: 15px;
	font-size: 25px;
}
.social-box a {
  font-family: FontAwesome;
}

.ms-view {
	height: calc(100vh - 180px) !important;
}
.ms-slide {
	height: calc(100vh - 180px) !important;
}

.ms-parent-id-1 > .master-slider,
.ms-parent-id-3 > .master-slider {
  width: calc(100% - 100px)!important;
  margin: 50px 50px 0!important;
  overflow: hidden;
}
.master-slider-parent {
  background: white;
}
.product-wrap {
    position: relative;
    padding: 50px 50px 0;
    background: white;
}

.related-products-wrap {
    display: -ms-grid;
  	display: grid;
  	-ms-grid-columns: auto auto auto auto auto;
  	grid-template-columns: auto auto auto auto auto;
  	grid-auto-rows: 1fr;
    gap: 20px;
    padding: 20px 0;
}

#cat_products .woocommerce-loop-product__title,
#cat_products .price,
#cat_products .button {
	display: none;
}

#cat_products .products,
.product__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	grid-auto-rows: 1fr;
	gap: 50px;
  padding: 50px 50px 15px 50px;
	background: white;
}

#cat_products .products {
	border-bottom: solid 30px #fff;
}

#cat_products .products::before,
.product__wrap::before,
.related-products-wrap::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
	-ms-grid-row: 1 / 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1 / 1;
  grid-column: 1 / 1;
}

#cat_products .products > *:first-child,
.product__wrap > *:first-child,
.related-products-wrap > *:first-child  {
	-ms-grid-row: 1 / 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1 / 1;
  grid-column: 1 / 1;
}

#cat_products  {
	background: #fff;
}

.lookbook {
  display: flex;
  justify-content: space-between;
}

.lookbook li {
  text-align: center;
}

.lookbook img {
  border: solid 1px #fff;
  margin: 0 20px;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  height: 50px !important;
  width: 50px !important;
  background-position: -81px -22px !important;
  background-color: rgba(255,255,255,.4) !important;
}

.ms-skin-default .ms-nav-next {
  background-position: -79px -98px !important;
}


/* GDPR */
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	border-radius: 0;
	    border: solid 1px white;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	border-radius: 0;
	    border: solid 1px white;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-family: 'futura-pt', helvetica, arial, 'sans-serif' !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
	font-weight: normal;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #000;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
	color: #fff!important;
}

#moove_gdpr_cookie_modal .switch.ui-checkbox-on .slider {
	background-color: green;
}

#moove_gdpr_cookie_modal .switch.ui-checkbox-on .slider:before {
	left: auto;
	right: 1px;
}

#moove_gdpr_cookie_modal .switch.ui-checkbox-on .slider:after {
    content: attr(data-text-enable);
		color: green;
}

#moove_gdpr_strict_cookies {
	display: none;
}

/* /GDPR */


@media screen and (max-width: 1000px) and (min-width: 600px) {
	.container, #text-content {
		width: 100%;
		box-sizing: border-box;
	}

	#product-information .inner {
		width: 100%;
	}

	#product-information .product-information-left {
		width: 45%;
		box-sizing: border-box;
	}

	#product-information .product-information-right {
		width: 45%;
	}

	#product-information .product-color {
		width: 30px;
		height: 30px;
	}

	nav#navigation .container {
		padding-top: 15%;
		padding-bottom: 15%;
	}

	#home_products .inner,
	#cat_products .inner {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	#about-content h2 a, #about-content .page {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		box-sizing: border-box;
	}

	#product-slider {
		height: calc(100vh - 145px);
	}

  .related-products-wrap {
    grid-template-columns: auto auto auto;
  }

}

@media screen and (max-width: 1024px) {
	#cat_products .products,
	.product__wrap {
		grid-template-columns: auto auto auto;
    gap: 20px;
    padding: 20px 20px 15px 20px;
	}

  .lookbook {
      flex-direction: column;
  }
  .ms-parent-id-1 > .master-slider,
  .ms-parent-id-3 > .master-slider {
    width: calc(100% - 40px)!important;
    margin: 20px 20px 0!important;
    overflow: hidden;
  }

  .text-content-wrap {
    border-width: 20px 20px 0 20px;
  }

  .hamburger {
    top: 30px;
    left: 30px;
  }
  .cart-contents {
    right: 30px;
    top: 30px;
  }
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev {
    display: none;
  }
  .product-wrap {
    padding: 20px 20px 0;
  }
  #product-slider li {
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}

	.show_mobile {
		display: block;
	}

	.variation-images {
		height: auto;
		margin-bottom: 20px;
	}

	.hide_mobile {
		display: none !important;
	}

	body {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#text-content h1, #text-content h2 {
		font-size: 30px;
		line-height: 60px;
	}

	#product-slider {
		height: calc(100vh - 75px);
	}

	#home_products .product:first-child,
	#cat_products .product:first-child {
		padding-top: 40px;
	}

	.container {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
		padding: 10% 0;
	}

	#about-content h2 a, #about-content .page {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		box-sizing: border-box;
	}

	#about-content h2 {
		border-top: 25px solid #fff;
	}


	nav#navigation .container {
		padding-top: 20%;
		padding-bottom: 12%;
	}

	#logo, #open-product-information {
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}

	#open-product-information {
		line-height: 50px;
		font-size: 20px;
	}

	#logo img {
		width: 50px;
		height: 50px;
	}

	header#home {
		height: 100vh;
	}

	header#home ul#hero {
		height: 100vh;
	}

	header#home ul#hero li {
		height: 100vh;
	}

	.product-information #product-slider {
		margin-left: 0;
	}

	#hero-prev, #hero-next {
		display: none;
	}



	header#home #hero-scroll {
		margin-top: -50px;
		width: 50px;
		height: 50px;
		margin-left: -25px;
		background-position: center center;
		background-size: 50%;
	}

	nav#navigation .container ul li a {
		line-height: 45px;
		font-size: 30px;
	}

	#home_products .product,
	#cat_products .product {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: auto;
		min-height: 0;
	}
  #cat_products .product {
		text-align: center;
	}

	#home_products .inner,
	#cat_products .inner {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: auto;
	}

	#home_products .inner,
	#cat_products .inner {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	#home_products .product .border,
	#cat_products .product .border {
		width: 100%;
	}

	#cat_products .product img {
		max-width: 70%;
		height: auto;
	}

	#product-information {;
		display: block !important;
		height: auto;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#product-information .inner {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding-top: 0;
		height: auto;
	}

	#product-information .product-information-left {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#product-information .product-information-right {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding-top: 50px;
	}

	#product-information hr {
		display: none;
	}

	#product-information .colors {
		text-align: left;
	}

	#product-information h3 {
		font-weight: normal;
	}

	#product-information .product-color {
		width: 42px;
		height: 42px;
		display: inline-block;
		float: none;
		margin-right: 8px;
	}

	#text-content {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 10%;
		padding-right: 10%;
	}

	#product-slider-counter {
		display: none;
	}

	#product-information .outline-image {
		margin-bottom: 40px;
	}

	#related-products .product img {
		max-width: 90%;
	}

	#product-information .product-color.active {
		background-size: 100%;
	}

	body .woocommerce form .form-row-first,
	body .woocommerce form .form-row-last,
	body .woocommerce-page form .form-row-first,
	body .woocommerce-page form .form-row-last {
		width: 100%;
	}

	#product-slider-next, #product-slider-prev, #product-slider-counter {
		margin-top: -60vh;
	}

	#nav-list ul li {
		margin-left: 5px;
		margin-right: 5px;
	}

	body .woocommerce #respond input#submit,
	body .woocommerce a.button,
	body .woocommerce button.button,
	body .woocommerce input.button {
		margin-top: 10px;
	}

	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		width: auto !important;
	}

	#cat_products .products,
	.product__wrap {
		grid-template-columns: auto auto;
	}

  .related-products-wrap {
    grid-template-columns: auto auto;
  }
}

@media screen and (orientation:landscape) {
  .ms-view {
     height: calc(100vh - 60px) !important;
  }
  .ms-slide {
    height: calc(100vh - 60px) !important;
  }
  #product-slider {
    height: calc(100vh - 60px);
  }
}
