@font-face {
	font-family: cgot;
	src: url(fonts/gothic.woff), url(fonts/gothic.eot);
	font-display: swap;
}
@font-face {
	font-family: cgot;
	font-weight: bold;
	src: url(fonts/gothicb.woff), url(fonts/gothicb.eot);
	font-display: swap;
}
@font-face {
	font-family: cgot;
	font-weight: bold;
	font-style: italic;
	src: url(fonts/gothicbi.woff), url(fonts/gothicbi.eot);
	font-display: swap;
}
@font-face {
	font-family: cgot;
	font-style: italic;
	src: url(fonts/gothici.woff), url(fonts/gothici.eot);
	font-display: swap;
}



.cgot {
	font-family: cgot, sans-serif;
	font-size:95%;
}

.pc-header {
	text-align: center;
	font-size: 14px;
	color: #A07A53;
	margin-bottom: 25px;
}

.nav-menu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*** GET SOCIAL ***/
.get-social {list-style-type:none;}
.get-social li {display: inline-block; vertical-align: middle;}
.get-social > span {
	font-size:14px; color:#ddd; margin-right:5px; line-height: 20px;
	text-transform: uppercase;
}
.get-social a {
	display: inline-block;
	width: 26px; height: 26px;
	vertical-align: bottom;
}
.get-social a.fb { background: url(img/logo-fb.png); }
.get-social a.gplus { background: url(img/logo-g-plus.png); }
.get-social a.pin { background: url(img/logo-pinterest.png); }
.get-social a.yt { background: url(img/logo-youtube.png); }
.get-social a.igram { background: url(img/logo-instagram.png); }


#newsletter-top {
	display: block;
	color: #e0c98e;
	width: auto;
	margin-bottom: -22px;
	font-size: 13px;
}
#newsletter-top:hover {
	color: #a07a53;
	text-decoration: none;
}

#mc_embed_signup:focus {
	outline: dotted 1px red;
}


/*** MAIN NAVIGATION ***/

ul.nav-menu {
	background:#e8d7ab;
	text-align: center;
}
.nav-menu li {
	text-transform: uppercase;
}
.nav-menu .sub-menu a {
	text-align: left;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0 0 0;
}


.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	border-top: solid 3px transparent;
}
.nav-menu .sub-menu li a {
	padding: 5px 20px;
	font-size: 14px;
}

.nav-menu li > a {
	cursor: pointer;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #5D412B;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color:rgba(232,215,171,1);
	border-top: 0;
	display: block;
	padding: 0;
	position: absolute;
	left: -2px;
	top: 50px;
	z-index: 99999;
	height:0;
	overflow: hidden;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	height: auto;
}

ul.nav-menu li:hover > ul {
	padding-bottom: 7px;
	opacity: 1;
}
ul.nav-menu li > ul {
	transition: opacity 500ms;
	opacity: 0;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	border-color: #5D412B;
	color: #5D412B;
}

.nav-menu .sub-menu .current_page_item > a{
	border-color: transparent;
}


.foot {
	background: #FFF;
	font-size: 12px;
	padding: 18px;
	color: #C6BABA;
	border-top: solid 2px #E0C98E;
}

/*** SLIDER ***/
.slider {
	margin-top: 1px;
	width: 980px;
	overflow: hidden;
	position: relative;
	outline: none;
}
.slider > .pages {
	font-size: 0;
	position: relative;
	transition: all 800ms ease-out;
	-moz-transition: all 800ms ease-out;
	-webkit-transition: all 800ms ease-out;
	white-space: nowrap;
}
.slider > .pages > img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url(desaturate.svg#desaturate);
	margin-right: 1px;
}
.slider.stopped > .pages > img.selected {
	transition: all 2s;
	filter: none;
	-webkit-filter: none;
}
.slider > .arrow {
	width: 54px;
	height: 109px;
	position: absolute;
	top: 230px;
	cursor: pointer;
	padding: 17px;
	background: no-repeat 17px 17px;
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
	filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
.slider > .left {
	left: 0;
	background-image: url(/static/img/slider/arrow-left.png);
}
.slider > .right {
	right: 0;
	background-image: url(/static/img/slider/arrow-right.png);
}

.slider-footer {
	background: #FFF8DC;
	height: 40px;
	margin-top: 1px;
	text-align: center;
	padding-top: 7px;
	color: #666;
}
.slider-footer .cart {
	background: no-repeat 50% 50% url(/static/img/cart.png);
	width: 34px;
	height: 34px;
	display: inline-block;
	background-size: 65%;
	vertical-align: middle;
}


.col3 {
	float: left; width: 300px;
	margin-top: 24px;
	margin-right: 40px;
	margin-bottom: 24px;
}
.col3.last {
	margin-right: 0;
}

input[type=text], input[type=email], input[type=tel], textarea, textarea:focus {
	width: 100%;
	margin-bottom: 10px;
	border: solid #ccc 1px;
    color: #222;
    padding: 4px 6px;
}

input[type=submit] {
	color: #E17B37;
	border: none;
	background: none;
	font-size: 14px;
	font-weight: bold;
	/*padding: 4px 23px;*/
	padding: 0;
	outline: none;
}

.pc-footer {
	background: #FFF;
	margin-top: 5px;
	padding: 10px 0;
	border-top: solid 1px #E0C98E;
	font-size: 14px;
}
@media (min-width: 550px) {
	.pc-footer {
		padding: 18px 10px;
	}
}
#order .pc-footer {
	margin-top: 0;
}

.pc-footer > a {
	display: inline-block;
	width: 300px;

}
.pc-footer > .rbox {
	float:right;
	margin-bottom: 20px;
}

.pc-footer input[type=email] {
	border: solid #CCC 1px;
	color: #222;
	padding: 2px 4px;
}

#paypal-column-block, #payment_paypal_express_checkout {
	display:none;
}

#primary_block .resetimg {
	display:inline;
}


.slider-mobile > .pages {
	font-size: 0;
}
.slider-mobile > .pages img {
	width: 100%;
	height: auto;
	margin: 3px 0 0 0;
}
.slider-mobile .slider-overlay {
	position: absolute;
	display: block;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 14px;
	padding: 15px;
	left:4px; right:4px;
	bottom: 0;
	opacity: 0;
	transition: opacity 500ms;
}
.slider-overlay::after {
	content: url('/static/img/cart-white.png');
	position: absolute;
	top: 7px;
	right: 9px;
}

body.smartphone .mobile-h190 {
	height: 190px;
}


/* Geo location selection */
#geo-pop {
	position: fixed;
    width: 400px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -125px;
    z-index: 1001;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 80px rgba(0,0,0, .1);
    border: solid 9px rgb(222, 197, 150);
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    color: #555;
}
@media (max-width: 550px) {
	#geo-pop { width: 270px; margin-left: -145px; }
}
#geo-pop > span {
	height: 100%;
	width: 1px;
}
#geo-pop > div, #geo-pop > span {
	display: inline-block;
	vertical-align: middle;
}
#geo-pop .button {
	background: #E9D9B0;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
#geo-pop select {
	background: #fff;
    border: solid 1px #bbb;
    color: #555;
    padding: 3px 10px;
    text-align: center;
    width: 230px;
}
#geo-screen {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
}
#page.geo-pop {
	-webkit-filter: blur(1px);
}

div#insta {
	font-size: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 32px;
	background-image: url(/static/img/instagram40.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px
}
div#insta:after {
	content: '';
	display: inline-block;
	width: 100%;
}

#insta > a {
	width: calc((100% - 50px) / 6);
	padding-top: calc((100% - 50px) / 6);
	display: inline-block;
	position: relative;
	margin-top: 10px
}

div#insta > a > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

@media (max-width: 980px) {

}

@media (max-width: 550px) {
	#insta > a {
		width: calc((100% - 20px) / 3);
		padding-top: calc((100% - 20px) / 3);
	}
}

.faq-item {
	margin-bottom: 23px;
	max-height: 2000px;
}
.faq-question {
	cursor: pointer;
	font-size: 16px;
	color:#939393;
	margin-bottom: 8px;
	user-select: none;
}
.faq-question:before {
    content: '+';
    display: inline-block;
    margin-bottom: -2px;
    font-weight: normal;
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 3px;
}
.faq-answer {
	display: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	font-size: 14px;
}


form.pc-contact input[type=text], form.pc-contact input[type=email], form.pc-contact textarea {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ccc;
}
form.pc-contact textarea {
    height: 120px;
}
form.pc-contact input[type=submit] {
    border: none;
    background: #E17B37;
    padding: 5px 12px;
    color: #fff
}