/*****************************************************
RONG THARN RUANG KAO Stylesheet by CMNice Solutions. *
*****************************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/* WIDTH SETTING */
.wrapper {
	width: 100%;
    height: 100%;
	max-width: 1060px;
	margin: 0 auto;
    position: relative;
}
.nav-hold {
	width:100%;
    height: auto;
	margin:0 auto;
    position: relative;
}

.content-container {
    width: 100%;
    height: auto;
    position: relative;
    background: #000;
}

.brown-contact {
    position: relative;
    background: #4c433c;
}
.brown-contact p {
    position: relative;
    margin: 0;
    font: 16.76px/1 'Open Sans', sans-serif;
    color: #fff;
}
.brown-contact p a {
    color: #fff;
    margin: 0 10px;
}

.top-bg {
    position: relative;
    z-index: 10;
    background-color: #7bc9cb;
}
.top-contact {
    position: relative;
    z-index: 100;
}
.top-contact p {
    font: 22px/1 kittithada_roman_55regular;
    color: #000;
    margin-bottom: 0;
}
.top-contact p a {
    color: #000;
    text-decoration: none;
}

.top-contact i.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    background: #4f720b;
    color: #fff;
}

/* NAVIGATION */
.nav-bar {
	width:100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.logo-active {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    background: #866d2d;
    vertical-align: top;
}
.logo-active::after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 78.5px 0 78.5px;
    border-color: #866d2d transparent transparent transparent;
}
.logo-active img,
.logo-inactive img {
    display: block;
    margin: 15px auto;
}
.logo-inactive {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    vertical-align: top;
}

.nav-logo{
	display: block;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

/* Main Menu */
.nav-list {
	width: 100%;
    height: auto;
	position: relative;
    margin-bottom: 0;
    z-index: 99;
}
.nav-list li {
	display:inline-block;
	height: 100%;
    margin-left: 5px;
    box-sizing: border-box;
    position: relative;
	text-align:center;
	vertical-align:top;
}
/*.nav-list li::after {
    position: absolute;
    bottom: 7px;
    right: -7px;
    font: 28px/1 kittithada_medium_65regular;
	color: #fff;
    content: "/";
}
.nav-list li:last-child::after {
    display: none;
}*/
.nav-list li#active {
    /*background: #000;*/
}
.nav-list li#active a {
    /*color: #fff;*/
}
.nav-list li a {
    font: 22px/1 kittithada_roman_55regular;
	color: #000;
    text-decoration: none;
}

.nav-menu {
	display:none;
}

/* Sub nav */
.nav-list li ul {
	width: 212px;
	display: none;
	position: absolute;
	top: 100%;
	left: -70px;
	z-index:999;
    padding-top: 20px;
}
.nav-list li:hover ul {
	display:block;
}
.nav-list li ul li{
	min-height: 25px;
	width: 100%;
	margin: 0;
    text-align: center;
    background-color: rgba(204, 204, 204, .7);
}
.nav-list li ul li:hover{
    background: #4c433c;
}
.nav-list li ul li:hover a {
    color: #000;
}
.nav-list li ul li::after {
	display: none;
}
.nav-list li ul li:last-child a {
	border: 0;
}
.nav-list li ul li a{
	font: 20px/1 'Kanit', sans-serif;
    color: #000;
}
.nav-list li ul li:hover a{
    color: #fff;
}

/* Slider */
.slider-container {
    width: 100%;
    height: auto;
    position: relative;
}

/* Member Menu */
.mem-menu {
    position: relative;
    background-color: #d7d7d7;
    margin-bottom: 20px;
}
.mem-menu p {
    position: relative;
    margin: 0;
    font: 20px/1 kittithada_roman_55regular;
    color: #333;
    text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.mem-menu p a {
    color: #333;
    text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.mem-menu i {
    color: #333;
}

/* Welcome */
.welcome-text-content {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
}
.welcome-text-content h1 {
    font: 34px/1 kittithada_roman_55regular;
    color: #333;
    margin-bottom: 15px;
}
.welcome-text-content p {
    font: 24px/1.4 kittithada_roman_55regular;
    color: #666;
}
.welcome-text-content img {
    max-width: 100% !important;
    height: auto !important;
}

.service-list p {
    font: 26px/1 kittithada_roman_55regular;
    color: #000;
    margin-bottom: 0;
}
.service-list a {
    font: 22px/1 kittithada_roman_55regular;
    color: #000;
    text-decoration: none;
}
.service-list a:hover {
    color: #000;
    text-decoration: none;
}
.service-list .service-circle {
    width: 148px;
    height: 148px;
    background-color: #7bc8ca;
}
.service-list .service-circle a {
    display: block;
    width: 100%;
    height: 100%;
}

/* How to order */
.how-to {
    position: relative;
    background: url('../images/bg-how-to.jpg') bottom left no-repeat;
    background-size: cover;
}

.how-to-box {
    position: relative;
    border-right: 3px dotted #387200;
}
.how-to-box h1 {
    font: 33.35px/1 kittithada_medium_65regular;
    color: #387200;
}
.how-to-box h1 span,
.how-to-box h1 strong {
    font: 40.35px/1 dsn_sukumwitregular;
    color: #387200;
}
.how-to-box h1 span span,
.how-to-box h1 strong strong {
    color: #ffaa00;
}

/* Headings */
.heading1 {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.heading1 h1 {
    font: 30px/1 psl-akkhaneeregular;
    color: #000;
    margin-bottom: 0;
}
.heading1 span {
    position: relative;
    z-index: 10;
}
.heading1::after {
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 10px;
    left: 0;
    content: "";
}

.heading2 {
    font: 24px/1 psl-akkhaneeregular;
    color: #000;
}

.heading3 {
    font: 32px/1 kittithada_medium_65regular;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.heading3::after {
    width: 45px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.heading4 {
    position: relative;
    text-align: center;
}
.heading4 span {
    background-color: #000;
    border-radius: 15px;
}
.heading4 h1 {
    font: 22px/1 kittithada_roman_55regular;
    color: #fff;
    margin-bottom: 0;
}

.heading5 {
    font: 24px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

/* Contact Box */
.contact-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #432a16;
}
.contact-box h1 {
    font: 34px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.contact-box p {
    font: 18px/1.3 'Kanit', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

/* Product Detail */
.product-detail {
    position: relative;
}
.product-detail p {
    font: 18px/1.3 'Kanit', sans-serif;
    font-weight: 300;
    color: #161f28;
}

.other-product {
    position: relative;
}
.other-product .img a {
    width: 50%;
    position: absolute;
    background-color: #377000;
    font: 18.27px/1 kittithada_roman_55regular;
    color: #fff;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.other-product p {
    font: 20.56px/1 kittithada_bold_75regular;
    color: #000;
}

/* Mix */
.mix-step {
    position: relative;
}
.mix-step p {
    font: 18px/1 dsn_sukumwitregular;
    color: #666;
}
.mix-step label {
    font: 29px/1 kittithada_medium_65regular;
    color: #387200;
}

.green-hr {
    border-top: 3px dotted #387200 !important; 
    background: transparent !important;
}

.yg-button {
    font: 24px/1 kittithada_roman_55regular;
    color: #fff;
    background-color: #4c433c;
    cursor: pointer;
    border: none;
}

.item-circle {
    width: 132px;
    height: 132px;
    position: relative;
    border: 3px solid #ccc;
}
.item-desc p {
    font: 28px/1 dsn_sukumwitregular;
    color: #666;
}

/* Green Box */
.green-box {
    max-width: 550px;
    height: auto;
    background-color: #fff;
    box-shadow: 2.5px 4.3px 5px rgba(1, 2, 2, 0.51);
    font: 20px/1.2 kittithada_roman_55regular;
    position: relative;
    z-index: 10;
}
.green-box .header {
    width: 100%;
    height: auto;
    background-color: #000;
}
.green-box .header h3 {
    font: 43.84px/1 kittithada_medium_65regular;
    color: #fff;
}

.detail-box {
    position: relative;
}
.detail-box p {
    font: 20px/1.2 kittithada_roman_55regular;
    color: #fff;
}

/* cart */
.cart-table {
    position: relative;
}
.cart-table thead th {
    font: 18px/1 kittithada_roman_55regular;
    color: #000;
    border-bottom: 2px dotted #9fb986 !important;
}
.cart-table tbody td,
.cart-table tbody td p {
    font: 20px/1.2 kittithada_medium_65regular;
    color: #000;
}

/* confirm */
.confirm-table {
    position: relative;
    border: 3px solid #ddd7e5;
}
.confirm-table thead th {
    font: 22px/1 kittithada_roman_55regular;
    color: #fff;
    background-color: #1d2b5a;
}
.confirm-table tbody td,
.confirm-table tbody td p {
    font: 22px/1 kittithada_roman_55regular;
    color: #000;
}

/* Receipt */
.receipt {
    width: 900px;
    background: #fff;
}
.receipt h3 {
    font: 24px/1 kittithada_roman_55regular;
    color: #387200;
}
.receipt h4 {
    font: 20px/1 kittithada_roman_55regular;
    color: #000;
}
.receipt h5 {
    font: 20px/1 kittithada_roman_55regular;
    color: #000;
}
.receipt h1 {
    font: 30px/1 kittithada_bold_75regular;
    color: #fff;
}
.receipt h1 span {
    background-color: #000;
}

/* Map Contact */
.map-contact {
    position: relative;
}
.map-contact p {
    font: 17px/1.4 kittithada_medium_65regular;
    color: #666;
}



/* Footer */
.footer-content {
    width: 100%;
    height: auto;
    position: relative;
    background: #7bc8ca;
    color: #fff;
}
.footer-content h1 {
    font: 23px/1 kittithada_medium_65regular;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.footer-content p {
    font: 14px/1 'Kanit', sans-serif;
    color: #383843;
    margin-bottom: 0;
}
.footer-content a {
    font: 14px/1 'Kanit', sans-serif;
    color: #383843;
    text-decoration: none;
}
.footer-content a:hover {
    color: #383843;
    text-decoration: underline;
}

.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #2e2a2b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.footer {
    width: 100%;
    height: auto;
    background: #000;
    position: relative;
}
.footer p {
    font: 14.33px/1 Tahoma;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.footer p a {
    color: #fff;
    text-decoration: none;
}
.footer img {
    display: block;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
}

.clearfix {
    clear: both;
}