<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../../libs/mnavs/a/nav.css";

@font-face {
	font-family: 'suk';
	src: url(/fonts/sukhumvit/SukhumvitSet.woff) format("woff"),
			url(SukhumvitSet.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-l';
	src: url(/fonts/sukhumvit/SukhumvitLight.woff) format("woff"),
			url(SukhumvitLight.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-m';
	src: url(/fonts/sukhumvit/SukhumvitMedium.woff) format("woff"),
			url(SukhumvitMedium.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-b';
	src: url(/fonts/sukhumvit/SukhumvitBold.woff) format("woff"),
			url(SukhumvitBold.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-sb';
	src: url(/fonts/sukhumvit/SukhumvitSemiBold.woff) format("woff"),
			url(SukhumvitSemiBold.ttf) format("truetype");
}

/*
*reset
**/
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;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 15px;
	font-family: "suk";
	min-height:100%;
	line-height: 30px;
	/*color: #333;*/
	color: #777;
	letter-spacing: 0.06em;


	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

/*	-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

b, strong, h1, h2, h3, h4, h5, h6{
	font-family: suk-m;
	font-weight: 100;
}

img{
	/*pointer-events: none;*/
	width: 100%;
	height: auto;
}


fieldset{
	border: 1px solid #ccc;
	padding: 18px 20px;
}

fieldset legend{
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

span.required{
	color: #ff0000;
	font-size: 0.8em;
}

/*
*gobal
*/
html{
	height: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea, select{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-family: suk;
	font-size:14px;
	letter-spacing:1px;
	border:1px solid #d2d2d2;
	resize:none;
	padding:4px 6px 4px 6px;
	height:34px;
	width: 100%;
  	border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{
	border-color: #d2d2d2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
}

input[readonly]{
	background: #f8f8f8 !important;
}

input[type="text"].esdate{
	background: #f8f8f8;
	width: 110px !important;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   /*opacity: 1;*/
}

textarea{
	padding-right: 30px;
	padding:8px 8px 8px 8px;
}

select{
	-webkit-appearance: menulist-button;
}

select:focus{
	/*border:0;
	outline: 0;*/
}

.ui-datepicker{
	z-index: 9999 !important;
}

.fotorama__nav-wrap{
	display: none;
}

input[type="text"].mydatepicker{
	/*background: #fff url(../images/icons/icon-datepicker.png) no-repeat 98%;
	background-size: 20px auto;
	background-position: left 4px center;
	padding-left: 32px;*/
}

input[type="text"].datetime{
	width: 186px !important;
}

a, a:active,
a i, a:active i{
	text-decoration:none;
	color: #777;
}

a:hover, a:hover i{
	text-decoration: none;
	color:#c39958;
}

a.link{
	color: #c39958;
}

a.link:hover{
	color: #ce933b;
}

a.unactive{
	cursor: default;
}

a.unactive img{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


.green_button {
    border: 1px solid rgba(96, 127, 119, 1);
    color: rgba(96, 127, 119, 1);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #929292;
    display:inline-block;
    cursor:pointer;
    font-size:1em;
    padding:2px 14px;
    text-decoration:none;
    font-family: "suk-m";
}

.green_button:hover {
	color: rgba(96, 127, 119, 1);
	text-decoration: none;
    border: 1px solid rgba(96, 127, 119, 1);
}

.button:active {
    position:relative;
    top:1px;
}

.button i{
	margin-right: 4px;
}

/*
*form validation
*/
*:focus {outline: none;}

input:required{
	background: #fff url(../images/icons/red_asterisk.png) no-repeat 98% center;
}

input:focus:invalid{ /* when a field is considered invalid by the browser */
	background: #fff url(../images/icons/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

textarea:focus:invalid{ /* when a field is considered invalid by the browser */
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

input:required:valid{ /* when a field is considered valid by the browser */
	background: #fff url(../images/icons/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

textarea:required:valid{ /* when a field is considered valid by the browser */
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.error-message-hint {
	/*background: #d45252;*/
	font-size: 0.8em;
	color: #ff0000;
	border-radius: 3px 3px 3px 3px;
	/*color: white;*/
	margin-left:8px;
	padding: 4px 8px;
	padding-top: 1px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}

.error-message-hint::before {
	content: "\25b2"; /* left point triangle in escaped unicode */
	/*color:#d45252;*/
	position: absolute;
	top:0px;
	left:-6px;
}

input:focus + .error-message-hint, textarea:focus + .error-message-hint {display: block;}
input:required:valid + .error-message-hint, textarea:required:valid + .error-message-hint {/*background: #28921f;*/ color: #28921f;} /* change form hint color when valid */
input:required:valid + .error-message-hint::before, textarea:required:valid + .error-message-hint::before {color:#28921f;} /* change form*/

/*
* autocomplete search
*/
.autocomplete-suggestions { border: 1px solid #999; color: #3b444f; background: #FFF; overflow: auto; font-size: 0.9em;}
.autocomplete-suggestion { padding: 8px 6px; white-space: nowrap; overflow: hidden; border-bottom: 1px dotted #dce8e6;}
.autocomplete-selected { background: #dce8e6;  cursor: pointer;}
.autocomplete-suggestions strong { font-weight: normal; color: #2b8477; }
.autocomplete-group { padding: 0; }
.autocomplete-group strong { padding: 8px 6; display: block; background: #f0f0f0; color: #333; }


/*
*.fancybox
*/
.fancybox-bg-transparent .fancybox-skin{
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*
*overlay loading
*/
.loading-overlay.loading-theme-light.loading-shown{
	top: 0 !important;
	z-index: 9999 !important;
}

/*
*template
*/

#container{
	min-height: 420px;
	padding-top: 32px;
	padding-bottom: 22px;
}

#container:after, .wrapper:after, .clear:after{
	content: "";
	display: table;
	clear: both;
}

.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 18px;
}

/*
*#main search box
*/
/*@media screen and (max-height: 450px) {
  #main_search_box {overflow-y: auto;}
  #main_search_box a {font-size: 20px}
  #main_search_box .close_search_box_button {
  font-size: 40px;
  top: 10px;
  right: 30px;
  }
}*/
#main_search_box {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
  overflow-y: hidden;
  transition: 0.5s;
}

#main_search_box a {
  padding: 8px;
  text-decoration: none;
  display: block;
  
  cursor: pointer;
}

#main_search_box a.close_search_box_button i{
	color: #a9a9a9;
	font-size: 42px;
	transition: 0.3s;
}

#main_search_box a.close_search_box_button:hover i,
#main_search_box a.close_search_box_button:focus i{
  color: #f1f1f1;
}

#main_search_box .close_search_box_button {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 60px;
}

#search_box{
	display: block;
	width: 340px;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	border-radius: 28px;
	padding: 8px;
}

#search_box input{
	float: left;
	border: 0;
	font-size: 22px;
	background: none;
	width: 260px;
	height: 40px;
	margin-left: 10px;
}

#search_box input:focus{
	border: 0;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0), 0 0 0;
	box-shadow: inset 0 0 0 rgba(0,0,0,.0), 0 0 0;
}

#search_box a.search_button{
	float: left;
	font-size: 28px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
}

#search_box a.search_button i{
	position: relative;
	top: -2px;
	color: #666;
	transition: 0.3s;
}

#search_box a.search_button:hover i{
	color: #777;
}

#search_box a.search_button:active i{
	top: -1px;
	left: -1px;
}
/*
*header
*/
header{
	background: #fff;
	z-index: 100;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #efefef;
}

header .topbar .r1{
	display: block;
	/*border-bottom: 1px solid #efefef;*/
	padding-left: 18px;
	padding-right: 18px;
	height: 14px;
}

header .topbar .r1 .l{
	float: left;
	width: 70%;
	font-size: 0.9em;
	line-height: 14px;
}

header .topbar .r1 .l span{
	display: none;
}

header .topbar .r1 .r{
	display: block;
	text-align: right;
}

header .topbar .r1 .r #main_search_button{
	cursor: pointer;
}

header .topbar .r1 .r select{
	font-family: suk-m;
	font-weight: bold;
	color: #c39958;
	padding: 0;
	width: 54px;
	height: 22px;
	line-height: 22px;
	border: 0;
	appearance: none;
	outline: none;
	text-align: right;
	cursor: pointer;
}

header .topbar .r1 .r select:focus{
	border-color: none;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.0), 0 0 0 #d2d2d2;
	box-shadow: inset 0 0 0 rgba(0,0,0,.0), 0 0 0 #d2d2d2;
}

header .topbar .r2{
	padding-left: 18px;
	padding-right: 18px;
}

header .topbar .r2 .logo{
	float: left;
	width: 160px;
}

header .topbar .r2 .logo a{
	display: block;
	position: relative;
	top: 2px;
}

header .topbar .r2 .nav{
	float: right;
	text-align: right;
	width: 50px;
}

header .topnav_d{
	display: none;
}

footer{
	background: rgb(247,247,247);
	background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(252,252,252,1) 35%, rgba(249,249,249,1) 100%);
	/*border-top: 1px solid #efefef;*/
	font-size: 0.8em;
	line-height: 20px;
}

footer .wrapper{
	padding-top: 28px;
}

footer .logo{
	margin-bottom: 8px;
}

footer .logo a{
	display: block;
	width: 160px;
	height: auto;
}

footer .logo a img{
	width: 100%;
	height: auto;
}

footer ul{
	list-style: none;
}

footer li{
	margin-bottom: 12px;
}

footer h6{
	font-size: 1.2em;
	margin-bottom: 14px;
}

footer .c{
	margin-bottom: 32px;
}

footer .c2 i{
	margin-right: 8px;
}

footer .c2 li{
	padding-left: 20px;
	text-indent: -11px;
}

footer .c3 li{
	float: left;
	width: 50%;
}

footer .c4 li{
	display: inline-block;
	margin-right: 4px;
}

footer .c4 li a{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #777;
	text-align: center;
	transition: all 0.4s linear;
}

footer .c4 li a:hover{
	background:#c39958;
	border: 1px solid #c39958;
}

footer .c4 li i{
	position: relative;
	top: 6px;
	font-size: 0.7em;
	font-size: 17px;
	display: inline-block;
}

footer .c4 li a:hover i{
	color: #fff;
}


footer .coppy_right{
	border-top: 1px solid #bcbcbc;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}

@media only screen and (min-width:600px){
	
}

@media only screen and (min-width:800px){

	header .topbar .l{
		padding-top: 4px;
	}

	header .topbar .r{
		padding-top: 4px;
	}

	header .topbar .r1{
		height: auto;
	}

	header .topbar .r1 .l span{
		display: block;
		position: relative;
		top: 8px;
	}

	header .topbar .r2{
		display: none;
	}

	header .topnav_d{
		display: block;
		/*padding-top: 20px;*/
	}

	header .topnav_d .wrapper{
		padding-left: 0;
		padding-right: 0;
	}

	header .topnav_d .active &gt; a{
		color: #c39958;
	}

	header .topnav_d .l{
		float: left;
		width: calc(50% - 80px);
		text-align: left;
	}

	header .topnav_d .c{
		float: left;
		width: 160px;
	}

	header .topnav_d a{
		display: block;
	}

	header .topnav_d .r{
		float: right;
		width: calc(50% - 80px);
		text-align: right;
	}

	header .lnav:after{
		clear: both;
		content: '';
		display: table;
	}

	header .lnav{
		display: inline-block;
		width: 96%;	
		margin: 0 auto;
		top: 20px;
		position: relative;
	}

	header .lnav &gt; li{
		float: left;
		font-size: 0.9em;
		width: calc(100% / 3);
		list-style: none;
		text-align: center;
	}

	header .lnav{
		position: relative;
	}

	header .lnav .parent{
		position: relative;
	}

	header .lnav .child{
		display: none;
		position: absolute;
		z-index: 99;
		height: 12px;
		width: 100%;
	}

	header .lnav .groups{
		display: flex;
  		flex-flow: row wrap; 
		position: absolute;
		top: 12px;
		z-index: 100;
		background: #fff;
		text-align: left;
		box-shadow: 0 0 2px #ccc;
	}

	header .lnav .groups.nav{
		width: 200px;
	}

	header .lnav .groups.collections{
		left: -194%;
		width: 800px;
	}

	header .lnav .product_cats{
		float: left;
		width: 200px;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}

	header .lnav .groups h5{
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 8px;
		color: #666;
		font-weight: bold;
		border-bottom: 1px solid #efefef;
	}

	header .lnav .groups ul{
		width: 100%;
		list-style: none;
		font-size: 0.9em;
	}

	header .lnav .groups.nav li{
		padding: 4px 14px;
		padding-top: 8px;
		border-bottom: 1px solid #efefef;

	}

	footer .c:nth-child(odd){
		float: left;
		width: 48%;
	}

	footer .c:nth-child(even){
		float: right;
		width: 48%;
	}
}

@media only screen and (min-width:996px){
	header .topnav_d .l{
		width: calc(50% - 100px);
	}

	header .lnav li{
		font-size: 1em;
	}

	header .topnav_d .c{
		width: 200px;
	}

	header .topnav_d .r{
		width: calc(50% - 100px);
	}

	header .lnav .child{
		height: 24px;
	}

	header .lnav .groups{
		top: 24px;
		
	}

	header .lnav .groups.collections{
		left: -120%;
	}

	header .lnav .product_cats{
		padding-left: 28px;
	}

	footer .c{
		float: left !important;
		width: calc((100%/3) - 60px) !important;
		padding-right: 28px;
	}

	footer .c:last-child{
		width: 180px !important;
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width:1100px){
	header .lnav{
		width: 90%;
	}

	header .lnav .groups.collections{
		left: -100%;
	}
}

@media only screen and (min-width:1400px){
	
}

@media only screen and (min-width:1600px){

}</pre></body></html>