/************************************************
Celebrity Cloth 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: #cecece;/* #ef5a7f */
}
.top-contact {
    position: relative;
    z-index: 100;
    text-align: right;
}
.top-contact p {
    font: 17px/1 'Kanit', sans-serif;
    color: #fff;
    margin-bottom: 0;
}
.top-contact p a {
    color: #fff;
    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 */
/* Main Menu */
#menu ul {
    margin: 0;
    padding: 0;
    z-index: 50;
}

#menu .main-menu {
    display: none;
}

#tm:checked+.main-menu {
    display: block;
    z-index: 50;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    z-index: 50;
}

#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #000;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu .sub-menu li a {
    color: #fff;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    font: 14.5px/1 'Kanit', sans-serif;
	color: #fff;
    text-decoration: none;
    font-weight: 400;
}

#menu,
#toggle-menu {
    background-color: #000;
    z-index: 1;
}

#toggle-menu,
#menu a {
    padding: .5em 0.7em;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: #000;
    color: #fff;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked+.sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #fff;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: .5em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    background-color: rgb(255, 255, 255, .3);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
    vertical-align: top;
    line-height: 1.2;
}

#menu .drop-icon {
    line-height: 1;
}

.dropdown-item {
    color: #000 !important;
}

.nav-list {
	width: 100%;
    height: auto;
	position: relative;
    margin-bottom: 0;
    z-index: 99;
}
.nav-list li {
	display:inline-block;
	height: 100%;
    margin-right: 2px;
    box-sizing: border-box;
    position: relative;
	text-align:center;
	vertical-align:top;
}
.nav-list li#active {
    /*background: #000;*/
}
.nav-list li#active a {
    /*color: #fff;*/
}
.nav-list li a {
    font: 15.72px/1 'Kanit', sans-serif;
    font-weight: 400;
	color: #000;
    text-decoration: none;
}

.nav-menu {
	display:none;
}

/* Sub nav */
.nav-list li ul {
	width: 120%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:999;
    padding-top: 5px;
}
.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: 16px/1 'Kanit', sans-serif;
    color: #000;
}
.nav-list li ul li:hover a{
    color: #fff;
}

/* Cart Box */
.cart-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.cart-box p {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-align: right;
    color: #fff;
}
.cart-box p a {
    color: #fff;
    text-decoration: none;
}

/* Slider */
.slider-container {
    width: 100%;
    height: auto;
    position: relative;
}

/* Welcome */
.welcome-text-content {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
}
.welcome-text-content h1 {
    font: 40px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #161f28;
    margin-bottom: 25px;
}
.welcome-text-content h2 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #161f28;
    margin-bottom: 25px;
}
.welcome-text-content h3 {
    font: 30px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #c50157;
}
.welcome-text-content h4 {
    font: 26px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #161f28;
    margin-bottom: 25px;
}
.welcome-text-content p {
    font: 17px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #161f28;
}
.welcome-text-content p strong {
    font-size: 22px;
}
.welcome-text-content ul {
    list-style: disc;
    list-style-position: inside;
}
.welcome-text-content ul li {
    font: 17px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #161f28;
    margin-bottom: 10px;
}

/* Card Box */
.card-body {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.card-body h1 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}
.card-body p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
}
.card-body label {
    font: 16px 'Kanit', sans-serif;
    font-weight: 700;
    color: #000;
}

.card-body a {
    font: 14px 'Kanit', sans-serif;
    color: #000;
}

.yg-button {
    font: 20px/1 'Kanit', sans-serif;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    border: none;
}

/* Product Box */
.product-box {
    width: 100%;
    height: auto;
    position: relative;
}
.product-box .img {
    width: 100%;
    height: 160px;
    position: relative;
    margin-bottom: 20px;
}
.product-box .img-big {
    width: 100%;
    height: 483px;
    position: relative;
    margin-bottom: 20px;
}
.product-box .img a,
.product-box .img-big a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.product-box .detail {
    width: 100%;
    height: auto;
    position: relative;
}
.product-box .detail h1 {
    font: 18px/1.3 'Kanit', sans-serif;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.product-box .detail h2 {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.product-box .detail button {
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    font: 16px/1.3 'Kanit', sans-serif;
    color: #000;
    position: relative;
}

.see-more {
    position: relative;
    background-color: #000;
}
.see-more p {
    font: 20px/1 'Kanit', sans-serif;
    color: #fff;
    margin: 0;
}

/* Blog Item */
.blog-item {
    position: relative;
}
.blog-item .img {
    position: relative;
    width: 100%;
    height: 147px;
}
.blog-item .img a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.blog-item h1 {
    font: 20px/1 'Kanit', sans-serif;
    color: #d6d6d6;
}
.blog-item h2 {
    font: 18px/1 'Kanit', sans-serif;
    color: #a9a9a9;
    position: relative;
    padding-left: 37px;
}
.blog-item h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #ab1500;
    content: "";
}
.blog-item p {
    font: 16px/1.3 'Kanit', sans-serif;
    color: #d6d6d6;
    position: relative;
}
.blog-item p a {
    color: #fff;
    text-decoration: none;
}

/* About */
.about-content {
    position: relative;
}
.about-content p {
    font: 17px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.about-content img{
	height:auto !important;
	max-width:100%;
}
.about-content table{
	display:table;
    font: 17px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

/* Branch */
.branch-box {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #999;
}
.branch-box h1 {
    font: 17px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 700;
}
.branch-box p {
    font: 17px/1.3 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.branch-box button {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 15px;
    background-color: #c50157;
    font: 17px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 700;
}

/* Cat Menu */
.cat-menu {
    position: relative;
}
.cat-menu li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    background-color: #000;
}
.cat-menu li a {
   font: 17px/1 'Kanit', sans-serif;
   font-weight: 500;
   color: #fff;
   text-decoration: none;
}
.cat-menu li ul li {
   margin-bottom: 5px;
   background-color: #fff;
}
.cat-menu li ul li a {
   font: 15px/1 'Kanit', sans-serif;
   font-weight: 300;
   color: #000;
   text-decoration: none;
}

/* Headings */
.heading1 {
    position: relative;
    height: auto;
}
.heading1 h1 {
    font: 28px/1 'Kanit', sans-serif;
    color: #333;
    margin-bottom: 0;
    font-weight: 400;
}

.heading2 {
    font: 27px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #161f28;
}

.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 {
    font: 30px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #432a16;
    margin-bottom: 30px;
}

.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 h3 {
    font: 24px/1 'Kanit', sans-serif;
    color: #232323;
}
.product-detail h2 {
    font: 25px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 700;
}
.product-detail h5 {
    font: 18px/1 'Kanit', sans-serif;
    color: #232323;
}
.product-detail p {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #232323;
}
.product-detail ul{
    list-style: disc;
    list-style-position: inside;
}
.product-detail ol {
    list-style: decimal;
    list-style-position: inside;
}
.product-detail ul li,
.product-detail ol li {
    font: 16px/1.4 'Sarabun', sans-serif;
    font-weight: 300;
    color: #232323;
    margin-bottom: 10px;
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.product-detail label {
    font: 14px/1.3 'Sarabun', sans-serif;
    font-weight: 300;
    color: #232323;
}
.product-detail button {
    font: 24px/1 kittithada_roman_55regular;
    color: #333;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}

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

/* 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: #000;
    color: #fff;
}
.footer-content h1 {
    font: 23px/1 'Kanit', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.footer-content h1::before {
    width: 40px;
    height: 4px;
    background-color: #c50456;
    position: absolute;
    bottom: -7px;
    left: 0;
    content: "";
}
.footer-content h1::after {
    width: 35px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 40px;
    content: "";
}
.footer-content h3 {
    font: 20px/1  'Kanit', sans-serif;
    color: #fff;
    position: relative;
}
.footer-content p {
    font: 23px/1  'Kanit', sans-serif;
    color: #fff;
    text-align: left !important;
}
.footer-content a {
    font: 14px/1  'Kanit', sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.footer-content a:hover {
    color: #fff;
    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: #030303;
    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;
}
/* Gallery */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.clearfix {
    clear: both;
}