/*****************************************
Klangone Stylesheet by CMNice Solutions. *
*****************************************/

/*** Reset Documents ***/
/*@import url('reset.css?v=20220623-1436');*/

/******** Fonts ********/
@import url('fonts.css?v=20220628-1202');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

/* 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: url('../images/bg-header.png') bottom center no-repeat;
    background-size: cover;
}
/*.brown-contact::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ec1e83;
    background: -moz-linear-gradient(left,  #ec1e83 0%, #f26e21 100%);
    background: -webkit-linear-gradient(left,  #ec1e83 0%,#f26e21 100%);
    background: linear-gradient(to right,  #ec1e83 0%,#f26e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1e83', endColorstr='#f26e21',GradientType=1 );
    content: "";
}*/
.brown-contact p {
    position: relative;
    margin: 0;
    font: 17px/1 'Poppins', sans-serif;
    color: #fff;
}
.brown-contact p > a {
    color: #fff;
    margin: 0 10px;
}

.top-bg {
    position: relative;
    z-index: 10;
    background-color: #b2b4a6;
    z-index: 50;
}
.top-contact {
    position: relative;
    z-index: 100;
    background-color: #f2f4f6;
}
.top-contact p {
    font: 12px/1 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #969696;
}
.top-contact p a,
.top-contact a {
    color: #969696;
    text-decoration: none;
}

.top-contact i.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    background: #4f720b;
    color: #fff;
}

.gr-hr {
    width: 100%;
    height: 10px;
    background: #ec1e83;
    background: -moz-linear-gradient(left,  #ec1e83 0%, #f26e21 100%);
    background: -webkit-linear-gradient(left,  #ec1e83 0%,#f26e21 100%);
    background: linear-gradient(to right,  #ec1e83 0%,#f26e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1e83', endColorstr='#f26e21',GradientType=1 );
}

.product-cat {
    position: relative;
}

.product-cat-display {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.product-cat-display p {
    font: 14px/1 'Poppins', sans-serif;
    font-weight: 300;
}

.blog-display {
    position: relative;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
}
.blog-display h1 {
    font-size: 16px;
}
.blog-display h6 {
    font-size: 13px;
    font-weight: 200;
    color: #e8645a;
}
.blog-display h5 {
    font-size: 13px;
    font-weight: 200;
    color: #999;
}
.blog-display p {
    font-size: 15.43px;
    font-weight: 400;
    line-height: 1.3;
    color: #49494b;
}

.carousel-items {
    width: 40%;
}
.carousel-items-review {
    width: 30%;
}
.carousel-product {
    width: 19%;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Noto Sans SC', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #f26e21;
    color: #fff;
}

/* Signup Tag */
.sign-up-tag {
    position: relative;
}
.sign-up-tag h1 {
    font: 16px/1 'Poppins', sans-serif;
}
.sign-up-tag h1 span {
    color: #f85637;
}
.sign-up-tag button {
    font: 14.4px/1 'Poppins', sans-serif;
    font-weight: 300;
}

/* Blog Detail */
.blog-content {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #49494b;
}
.blog-content h1 {
    font: 15px/1 'Poppins', sans-serif;
    font-weight: 500;
    color: #49494b;
}
.blog-content h2 {
    font: 13px/1 'Poppins', sans-serif;
    font-weight: 200;
    color: #e8645a;
}
.blog-content p {
    font: 14px/1.4 'Poppins', sans-serif;
    font-weight: 300;
    color: #49494b;
}

/* Tags */
.tags-content {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #49494b;
}
.tags-content h1 {
    font: 15px/1 'Poppins', sans-serif;
    font-weight: 500;
    color: #49494b;
}
.tags-content a {
    text-decoration: none !important;
}

/* 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 */
#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: rgba(255, 255, 255, .8);
    border-width: 1px 1px 0;
    margin: 0 1em;
    z-index: 50;
}

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

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

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

#menu,
#toggle-menu {
    /*background-color: #fff;*/
    background-color: transparent;
    z-index: 50;
}

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

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

#menu a:hover {
    background-color: transparent;
    color: #ff9900;
}

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

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

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

#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: 1em;
    height: 1em;
    text-align: center;
    background-color: rgb(255, 153, 0, .3);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
    vertical-align: top;
}

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

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

.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: 24px/1 psl-akkhaneeregular;
    color: #000;
}
.nav-list li ul li:hover a{
    color: #fff;
}

/* Action Menu */
.slide-menu__toggle i {
    color: #00f;
}

.action-menu {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.action-menu a {
    font: 17.17px/1 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: fixed;
}
.aside-right {
    width: 0%;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 100;
}
.menu-toggle {
    display: none;
}

.menu-toggle:checked~aside .aside-right {
    width: 100%;
    transform: translateX(0%);
}

.menu-toggle:checked~.menu-toggle-label {
    position: fixed;
    top: 25px;
    right: 25px;
}

.menu-toggle:checked~.menu-toggle-label .bar {
    background-color: #f00;
}

.menu-toggle:checked~.menu-toggle-label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
}

.menu-toggle:checked~.menu-toggle-label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

.menu-toggle:checked~.menu-toggle-label .middle {
    width: 0;
}

.middle {
    margin: 0 auto;
}

.menu-toggle-label {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 101;
}

.bar {
    display: block;
    background-color: #0000ff;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
        width 0.4s ease-in;
}

/* Slider */
.slider-container {
    width: 100%;
    height: auto;
    position: relative;
}
/*.rslides_tabs {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin-bottom: 0;
}
.rslides_tabs li {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,.5);
    margin-left: 2px;
    text-align: center;
}
.rslides_tabs li.rslides_here {
    background-color: rgba(255,0,0,.5);
}
.rslides_tabs li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.rslides_tabs li.rslides_here a {
    color: #fff;
    text-decoration: none;
}

.slider-container .prev {
    font: 50px/1 'Quicksand', sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 2px #BFBFBF;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 5;
    margin-top: -50px;
}

.slider-container .next {
    font: 50px/1 'Quicksand', sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 2px #BFBFBF;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    margin-top: -50px;
}*/

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    position: absolute;
    text-align: center;
    padding-left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    z-index: 10;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 15px;
    height: 15px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

/* Tag Icons */
.tag-icons {
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.tag-icons p {
    font-size: calc(.3rem + 1.3vw);
    color: #000;
}

/* Flash Sale */
.flash-contain {
    position: relative;
}
.flash-contain h1 {
    font: bold 30px/1 'MyriadPro-Regular';
    color: #333;
    letter-spacing: 3px;
}
/*.flash-clock-contain {
    border-radius: 5px 5px 0 0;
    background: #fff3c4;
    background: -moz-linear-gradient(top,  #fff3c4 0%, #fff3c4 50%, #fece12 50%, #fece12 100%);
    background: -webkit-linear-gradient(top,  #fff3c4 0%,#fff3c4 50%,#fece12 50%,#fece12 100%);
    background: linear-gradient(to bottom,  #fff3c4 0%,#fff3c4 50%,#fece12 50%,#fece12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3c4', endColorstr='#fece12',GradientType=0 );
}
.flash-item-contain {
    background-color: #fece12;
}*/

/* About Content */
.about-content {
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.about-content h1 {
    font: 33px/1 'Poppins', sans-serif;
    color: #999;
    font-weight: 300;
}
.about-content p {
    font: 22.93px/1.3 'Poppins', sans-serif;
    color: #999;
    font-weight: 300;
}
.about-content button {
    font: 14px/1 'Poppins', sans-serif;
    background-color: #b2b4a6;
}

/* Member Menu */
.mem-menu {
    position: relative;
    background-color: #d7d7d7;
    margin-bottom: 20px;
}
.mem-menu p {
    position: relative;
    margin: 0;
    font: 20px/1 'Poppins', sans-serif;
    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: 24px/1 'Poppins', sans-serif;
    color: #626262;
    font-weight: 400;
}
.welcome-text-content p {
    font: 14px/1.3 'Poppins', sans-serif;
    color: #626262;
    font-weight: 300;
}

/* Type Block */
.type-img {
    width: 100%;
    height: 305px;
    position: relative;
}
.type-img::after {
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(102,102,102,0) 0%, rgba(102,102,102,0.52) 100%);
    background: -webkit-linear-gradient(top,  rgba(102,102,102,0) 0%,rgba(102,102,102,0.52) 100%);
    background: linear-gradient(to bottom,  rgba(102,102,102,0) 0%,rgba(102,102,102,0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#85666666',GradientType=0 );
    z-index: 1;
    content: "";
}
.type-img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.type-img p {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    font: 32px/1 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 5px;
}

/* Product Box */
.p-box {
    position: relative;
    background-color: #fff;
}
.p-box .img {
    position: relative;
}
.p-box .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.p-box .ribbon {
    width: 44px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    background: #fff100;
    z-index: 5;
    font-family: 'Poppins', sans-serif;
    color: #f84e2e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.p-box .ribbon::first-line {
    font-size: 10.13px;
}

/*.p-box .ribbon:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}*/

.p-box .ribbon:before,
.p-box .ribbon:after {
    content: "";
    position: absolute;
}

.p-box .ribbon:after {
    height: 0;
    width: 0;
    bottom: -15px;
    left: 0;
    border-left: 22px solid #fff100;
    border-right: 22px solid #fff100;
    border-bottom: 15px solid transparent;
}
.p-box .ribbon-new {
    position: absolute;
    top: 20px;
    padding: 8px 10px;
    background: #f84e2e;
    z-index: 5;
    border-radius: 0 100px 100px 0;
    font: 14px/1 'Poppins', sans-serif;
    color: #fff;
    font-weight: 200;
}

.ribbon-hot {
    position: absolute;
    top: 20px;
    padding: 8px 10px;
    z-index: 5;
    border-radius: 0 100px 100px 0;
    font: 14px/1 'Poppins', sans-serif;
    color: #fff;
    font-weight: 200;
}

.p-box .ribbon-new:before,
.p-box .ribbon-new:after {
    content: "";
    position: absolute;
}
.p-box h2 {
    font: 13.63px/1 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}
.p-box p {
    font: 12px/1.4 'Poppins', sans-serif;
    color: #000;
}
.p-box h3 {
    font: 13px/1 'Noto Sans SC', sans-serif;
    font-weight: 400;
    color: #ff6600;
}
.p-box h3 span {
    font: 10px 'Noto Sans SC', sans-serif;
    color: #6c757d;
    font-weight: 100;
}
.p-box h4 {
    font: 13px/1 'Noto Sans SC', sans-serif;
    font-weight: 300;
    color: #999;
    text-decoration: line-through !important;
}
.p-box span.rounded {
    font: 13px/1 'Noto Sans SC', sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #ff9900;
}
.p-box .p-badge h6 {
    font: 12px/1 'Poppins', sans-serif;
    margin-bottom: 0;
    padding: 5px 10px;
}
.p-box .rating-xs {
    font-size: 9px !important;
}

/* Coupon */
.coupon {
    position: relative;
    background-color: #FFF3F3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.coupon .tengah h1 {
    font: 20px/1 'Poppins', sans-serif;
    font-weight: 500;
    color: #733434;
}
.coupon .tengah p {
    font: 12px/1 'Poppins', sans-serif;
    font-weight: 300;
    color: #cbaa8d;
}
.coupon .kanan {
    border-left: 1px dashed #DA7492;
    width: 60% !important;
    position:relative;
}
.coupon .kanan h2 {
    font: 16px/1 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
}
.coupon .kanan p {
    font: 14px/1 'Poppins', sans-serif;
    font-weight: 300;
    color: #cbaa8d;
}
.coupon .kanan a {
    font: 12px/1 'Poppins', sans-serif;
    font-weight: 400;
}
.coupon .kanan .info::after, .coupon .kanan .info::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
}
.coupon .kanan .info::before {
    top: -10px;
    left: -10px;
    border: 1px solid #ccc;
    border-top-color:#fff;
    border-left-color:#fff;
    transform: rotate(45deg);
}
.coupon .kanan .info::after {
    bottom: -10px;
    left: -10px;
    border: 1px solid #ccc;
    border-bottom-color:#fff;
    border-right-color:#fff;
    transform: rotate(45deg);
}

.coupon-big {
    position: relative;
    background-color: #FFF3F3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.coupon-big .tengah h1 {
    font: 20px/1 'Poppins', sans-serif;
    font-weight: 500;
    color: #733434;
}
.coupon-big .kanan {
    border-left: 1px dashed #DA7492;
    width: 60% !important;
    position:relative;
}
.coupon-big .kanan h2 {
    font: 16px/1 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
}
.coupon-big .kanan p {
    font: 14px/1 'Poppins', sans-serif;
    font-weight: 300;
    color: #cbaa8d;
}
.coupon-big .kanan a {
    font: 14px/1 'Poppins', sans-serif;
    font-weight: 400;
}
.coupon-big .kanan .info::after, .coupon-big .kanan .info::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
}
.coupon-big .kanan .info::before {
    top: -10px;
    left: -10px;
    border: 1px solid #ccc;
    border-top-color:#fff;
    border-left-color:#fff;
    transform: rotate(45deg);
}
.coupon-big .kanan .info::after {
    bottom: -10px;
    left: -10px;
    border: 1px solid #ccc;
    border-bottom-color:#fff;
    border-right-color:#fff;
    transform: rotate(45deg);
}

/* Top Cat */
.top-cat1 {
    position: relative;
    width: 100%;
    height: 572px;
}
.top-cat2 {
    position: relative;
    width: 100%;
    height: 277px;
}
.top-cat1 a,
.top-cat2 a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

/* Top Brand */
.top-brand {
    position: relative;
}
.top-brand a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

/* Cat Menu */
.cat-menu {
    position: relative;
}
.cat-menu h3 {
    font: 20px/1 'Poppins', sans-serif;
    font-weight: 400;
}
.cat-menu h5 {
    font: 18px/1 'Poppins', sans-serif;
    font-weight: 300;
}
.cat-menu label {
    font: 13px/1 'Poppins', sans-serif;
    font-weight: 300;
}


/* 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;
}
.heading1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f85637;
    content: "";
}
.heading1 h1 {
    font: 20px/1 'Poppins', sans-serif;
    color: #000;
}
.has-bg {
    position: relative;
    z-index: 1;
}
.has-bg::after {
    position: absolute;
    top: 0;
    left: -110px;
    width: 479px;
    height: 132px;
    content: "";
    background: url('../images/bg1.png') center no-repeat;
    background-size: contain;
    z-index: -1;
}

.bt-see-all {
    width: auto;
    height: 27px;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font: 20.45px/1 'Poppins', sans-serif;
    color: #fff;
    letter-spacing: 3px;
    background: #b2b4a6;
}

.heading2 {
    font: 28px/1 'Poppins', sans-serif;
    color: #120b5f;
}

.heading3 {
    font: 17px/1 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
}

.heading4 {
    font: 20px/1 'Poppins', sans-serif;
    font-weight: 700;
}

.heading5 {
    font: 30px/1 'Poppins', sans-serif;
    font-weight: 700;
}

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

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

.card-header {
    background-color: transparent !important;
}
.card-header :is(h1, h2, h3, h4, h5, h6) {
    font: 24px/1 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.nav-item .nav-link {
    font: 14px 'Poppins', sans-serif !important;
    color: #000;
}

.memberMenu li.active {background-color:#fff; color: #0900ff;}
.memberMenu li.active a {color:#0900ff;font-weight:600}

/* Contact Box */
.contact-box {
    position: relative;
    width: 100%;
    height: auto;
    background: url('../images/bg-contact.jpg') center no-repeat;
    background-size: cover;
}
.contact-box h1 {
    font: 43px/1 ThaiSansNeue_Regular;
    color: #fff;
}

/* Product Detail */
.product-detail {
    position: relative;
}
.product-detail h1 {
    font: 32px/1.5 'Poppins', sans-serif;
    color: #000;
}
.product-detail h3 {
    font: 24px/1.5 'Poppins', sans-serif;
    color: #232323;
    margin-bottom: 20px;
}
.product-detail h4 {
    font: 24px/1.5 'Poppins', sans-serif;
    color: #232323;
    margin-bottom: 20px;
    font-weight: 300;
}
.product-detail h2 {
    font: 25px/1.5 'Poppins', sans-serif;
    color: #f21d19;
}
.product-detail h2 strong {
    font: 18px/1 'Poppins', sans-serif;
    color: #6c757d;
    font-weight: 300;
}
.product-detail h5 {
    font: 18px/1 'Poppins', sans-serif;
    color: #232323;
}
.product-detail p {
    font: 20px/1.4 'Poppins', sans-serif;
    font-weight: 200;
    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: 20px/1.4 'Poppins', sans-serif;
    font-weight: 200;
    color: #232323;
    margin-bottom: 10px;
    margin-left: 1.4em;
    text-indent: -1.4em;
}
.product-detail label {
    font: 14px/1.3 'Poppins', sans-serif;
    font-weight: 300;
    color: #232323;
}
.product-detail button {
    font: 24px/1 'Poppins', sans-serif;
    border: 0;
    cursor: pointer;
    outline: none;
}
.product-detail img {
    max-width: 100% !important;
    height: auto !important;
}

.breadcrumb-item a {
    font: 14px/1 'Poppins', sans-serif;
}

.other-product {
    position: relative;
}
.other-product .img a {
    width: 50%;
    position: absolute;
    background-color: #377000;
    font: 18.27px/1 'Poppins', sans-serif;
    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 'Poppins', sans-serif;
    color: #fff;
    background-color: #ff9900;
    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 'Poppins', sans-serif;
    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 'Poppins', sans-serif;
    color: #fff;
}

/* cart */
.cart-table {
    position: relative;
}
.cart-table thead th {
    font: 18px/1 'Poppins', sans-serif;
    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 'Poppins', sans-serif;
    color: #fff;
    background-color: #1d2b5a;
}
.confirm-table tbody td,
.confirm-table tbody td p {
    font: 22px/1 'Poppins', sans-serif;
    color: #000;
}

/* Receipt */
.receipt {
    width: 900px;
    background: #fff;
}
.receipt h3 {
    font: 24px/1 'Poppins', sans-serif;
    color: #387200;
}
.receipt h4 {
    font: 20px/1 'Poppins', sans-serif;
    color: #000;
}
.receipt h5 {
    font: 20px/1 'Poppins', sans-serif;
    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: #b2b4a6;
    color: #fff;
}
.footer-content h1 {
    font: 22px/1 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 400;
}
.footer-content p {
    font: 16px/1 'Poppins', sans-serif;
    color: #fff;
    font-weight: 200;
}
.footer-content p a,
.footer-content a {
    font: 15px/1 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
}
.footer-content p a:hover,
.footer-content a:hover {
    text-decoration: none;
}

.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: #fff;
    position: relative;
}
.footer p {
    font: 12px/1.5 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
.footer p a {
    color: #333;
    text-decoration: none;
}
.footer img {
    display: block;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
}

.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  font-family: 'Yantramanav', sans-serif;
}
.flipper-group label {
  position: absolute;
  font: 13px/1 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #000;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}
.flipper-dark .flipper-delimiter {
  color: #333;
}
.flipper-dark .digit-next {
  background: #333;
}
.flipper-dark .digit-top {
  background: #333;
}
.flipper-dark .digit-top.r {
  background: black;
}
.flipper-dark .digit-top2 {
  background: black;
}
.flipper-dark .digit-top2.r {
  background: #333;
}
.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

/* Flipping Card */
.flip-container,
.flip-box,
.front,
.back {
    width: 600px;
    height: 350px;
}

.flip-container-s,
.flip-box-s,
.front-s,
.back-s {
    width: 100%;
    height: auto;
}

.flip-container,
.flip-container-s,
.flip_box {
    position: relative;
}

.front,
.back,
.front-s,
.back-s {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
}

.flip-container {
    -moz-transform: perspective(1200px);
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.flip_box {
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front,
.front-s {
    background: rgb(252,62,64);
    background: -moz-linear-gradient(top,  rgba(252,62,64,1) 0%, rgba(153,15,120,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3e40', endColorstr='#990f78',GradientType=0 );
}

.f_title {
    font: 50px/1 db_adman_xregular !important;
    color: #fff !important;
}

.f_subline {
    font: 36px/1 db_adman_xregular !important;
    color: #fff !important;
}

.f_headline {
    font: 50px/1 'Louis George Café Light', sans-serif !important;
    color: #fff !important;
}

.f_point {
    font: 100px/.5 db_adman_xregular !important;
    color: #fff !important;
}

.back,
.back-s {
    background: rgb(252,62,64);
    background: -moz-linear-gradient(top,  rgba(252,62,64,1) 0%, rgba(153,15,120,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3e40', endColorstr='#990f78',GradientType=0 );
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.b_headline {
    padding-top: 50px;
}

.b_text {
    font-size: 1.4em;
    line-height: 28px;
    padding-top: 10px;
    opacity: 0.85;
}

.b_button {
    position: absolute;
    left: 36px;
    bottom: 38px;
    width: 150px;
    height: 52px;
    background-color: #C30C3D;
    transition: all 0.3s;
}

.b_button:hover {
    background-color: #E30143;
}

.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.r_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -33px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.r_wrap p {
    font: 24px/1 db_adman_xregular !important;
    color: #fff !important;
    text-align: center;
}

.b_round,
.s_round {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(252,62,64);
    background: -moz-linear-gradient(left,  rgba(252,62,64,1) 0%, rgba(153,15,120,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    background: linear-gradient(to right,  rgba(252,62,64,1) 0%,rgba(153,15,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3e40', endColorstr='#990f78',GradientType=1 );
    transition: all 0.2s linear;
    border: 3px solid #fff;
}

.b_round {
    opacity: 0;
    background-color: #D21849;
}

.b_round_hover {
    transform: scale(1.37);
    opacity: 0.4;
    border: none;
}

.b_round_back_hover {
    background-color: #F60044;
}

.s_round_click {
    transform: scale(1.7);
}

.s_round_back {
    background-color: #C30C3D;
}

.s_arrow {
    width: 52px;
    height: 52px;
    background-image: url('https://img-fotki.yandex.ru/get/194549/29644339.5/0_d6c60_1d7815f0_orig');
    background-color: transparent;
    transition: all 0.35s linear;
}

.s_arrow_rotate {
    transform: rotate(-180deg);
}

.btn-animated {
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(-45deg, #ee3272, #f16431);
    background-size: 600%;
    -webkit-animation: anime 5s linear infinite;
    animation: anime 1s linear infinite;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.clearfix {
    clear: both;
}