@font-face {
    font-family: DidotLTStdItalic;
    src: url('../fonts/DidotItalic.ttf');
}

@font-face {
    font-family: OptimaLTStd;
    src: url('../fonts/OptimaLTStd.ttf');
}

@font-face {
    font-family: Mulish;
    src: url('../fonts/mulish/Mulish-Regular.ttf');
}

body{
	font-family: Mulish;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "OptimaLTStd", sans-serif;
	color: #373737;
	line-height: 1.3;
}

section h1{
	font-size: 48px;
	margin: 0.4em 0;
}

section h2{
	font-size: 36px;
}

section h3{
	font-size: 30px;
}

section h4{
	font-size: 24px;
}

section h5{
	font-size: 18px;
}

section h6{
	font-size: 15px;
}

section p{
	font-size: 14px;
}


@media (min-width: 768px) {
	.ten-columns{
		margin: 20px 0;
	}
	.ten-columns > .col-sm-2 {
		width: 20%;		
	}
}

@media (max-width: 767px) {
	.ten-columns{
		margin: 20px 0;
		display: flex;
	}
	.ten-columns > .col-sm-2 {
		width: 20%;        
	}
}


.inputerror{
	border: 1px solid red !important;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 30px;
    border: none;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
	margin-top: 6px;
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

.modal.fade{
	background: rgba(0,0,0,0.3);
}

.modal-dialog{
	margin-top: 15%;
}

.navbar-ultimaii {
    padding-top: 40px;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-ultimaii .navbar-nav > li > a{
	font-family: Mulish;
	font-weight: normal;
}

.navbar-ultimaii .top-nav a {
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 12px;
}

.bg-city{
	background: url('../images/2024/bg-city-banner_rev1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    height: 450px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.best-sellers{
	background: url('../images/2024/bg-cloud-product.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    height: 600px;
}

.main-banner-image-v2{
	background: rgb(231, 222, 207);
}

.icon-floating {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 9999;
}

.icon-floating img{
	width: 50px;
}

/* splide */

.splide__arrow svg {
    display: none;
}

#journal .splide__arrow.splide__arrow--prev{
	display: none;
}

#journal .splide__arrow.splide__arrow--next{
	display: none;
}

.splide__arrow.splide__arrow--prev{
	background: url('../images/2024/arrow-prev.png');
	width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

.splide__arrow.splide__arrow--next{
	background: url('../images/2024/arrow-next.png');
	width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

#featured .splide__arrow.splide__arrow--prev{
	position: absolute;
    top: 40%;
    left: -45px;
}

#featured .splide__arrow.splide__arrow--next{
	position: absolute;
    top: 40%;
    right: -45px;
}

#bestseller .splide__slide {
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0.6; /* Default: Semi-transparent */
  transform: scale(0.95); /* Default: Slightly smaller */
}

#bestseller .splide__slide.is-active {
  opacity: 1; /* Fully visible */
  transform: scale(0.95); /* Return to full size */
}

#bestseller .splide__list li{
	align-self: center;
}

#bestseller .splide__list li .img{
	height: 225px;  
	width: 225px; 
	margin: 0 auto; 
	background-position: center; 
	background-size: cover;
}

#bestseller .splide__list li.is-active .img{
	height: 350px;  
	width: 350px; 
	margin: 0 auto; 
	background-position: center; 
	background-size: cover;
}

@media (max-width: 767px) {
	#bestseller .splide__list li{
	    margin-left: -15px;
	}
	
	#journal .splide__arrow.splide__arrow--prev{
		display: block;
		top: 0;
		left: 77%;
	}

	#journal .splide__arrow.splide__arrow--next{
		display: block;
		top: 0;
		right: 0;
	}
}
/* splide */


.skin-ess img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	color:#fff;
	padding: 0 25px;
}

.overlay h4{
	color: #fff;
}

.overlay.box-pink {
	background: rgba(215,162,164,0.6);
}

.overlay.box-green {
	background: rgba(130,159,144,0.6);
}

.overlay.box-purple {
	background: rgba(180,152,197,0.6);
}

.overlay.box-orange {
	background: rgba(213,152,120,0.6);
}

.overlay.box-yellow {
	background: rgba(174,156,96,0.6);
}


.skin-ess:hover img {
	opacity: 0.3;
}

.skin-ess:hover .overlay {
	opacity: 1;
}

@media (max-width: 767px) {
	.skin-ess .overlay h4{
	    font-size: 10px;
	}
}



.row-sec1 {
    background-color: #f2eae2;
}

.sec-1-hero {
    position: absolute;
    width: 200px !important;
    bottom: 0;
    left: 85%;
}

.sec1-col1 img {
    width: 100%;
}

.sec1-col2 {
    padding: 10px;
    text-align: center;
}

.sec1-col2 h1 {
    padding-top: 30px;
    font-size: 36px;
    font-style: italic;
    color: #6f4a2a;
}

.sec1-col2 p {
    padding: 0px 50px 10px 50px;
    color: #6f4a2a;
    font-size: 16px;
}

.sec2 {
    background-color: #ac8a69;
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.sec2 h1 {
    margin: 0px;
    padding: 20px;
    font-size: 32px;
    color: white;
}

.sec3-colcard img {
    width: 100%;
}

.row-sec4 {
    background-color: #ac8a69;
}

.sec4-col1 img {
    width: 100%;
    padding: 40px 40px 40px 40px;
}

.sec4-col2 {
    padding: 10px;
    text-align: center;
}

.sec4-col2 h1 {
    padding-top: 60px;
    font-size: 36px;
    color: white;
}

.sec4-col2 p {
    padding: 0px 50px 10px 0px;
    color: #6f4a2a;
    font-size: 16px;
    color: white;
}

.sec4-col2 .p2 {
    padding: 0px 50px 10px 50px;
    color: #6f4a2a;
    font-size: 14px;
    color: white;
}

.sec5 {
    background-color: white;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.sec5 .h1-1 {
    color: #6f4a2a;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    font-size: 36px;
    padding-bottom: 40px;
}

.sec5 .h1-2 {
    color: #6f4a2a;
    margin: 0px;
    padding: 20px 20px 12px 20px;
    font-size: 26px;
}

.sec5-colcard img {
    width: 90%;
    padding: 0px 10px 0px 10px;
}

.row-sec6 {
    background-color: #ac8a69;
}

.sec6-col1 img {
    width: 100%;
}

.sec6-col2 {
    padding: 10px;
    text-align: center;
}

.sec6-col2 a {
    margin-bottom: 30px;
}

.sec6-col2 h1 {
    padding-top: 100px;
    font-size: 36px;
    color: white;
}

.sec6-col2 p {
    padding: 0px 50px 10px 50px;
    color: #6f4a2a;
    font-size: 16px;
    color: white;
}

.sec6-col2 .p2 {
    padding: 0px 50px 10px 50px;
    color: #6f4a2a;
    font-size: 14px;
    color: white;
}

.row-sec7 {
    background-color: #f8f6f4;
}

.row-sec7 .sec7-col1-hero img {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.sec7-col2 {
    text-align: center;
    margin-left: -8rem;
}

.sec7-col2 img {
    width: 100%;
    padding: 140px 75px 0 20px;
}

.sec7-col2 a {
    margin-top: 45px;
    margin-right: 110px;
}

.sec8 {
    background-color: #f0ede9;
    text-align: center;
    padding: 30px;
}

.sec8 .h1-1 {
    margin: 0px;
    font-size: 36px;
    color: white;
    color: #6f4a2a;
}

.sec8 .h1-2 {
    margin: 0px;
    padding: 20px 0px 40px 0px;
    font-size: 32px;
    color: white;
    color: #6f4a2a;
}


.sec8 a {
    margin-top: 20px;
}

.col-form-label {
    color: #6f4a2a;
}

.col-form-label {
    text-align: right;
}

.modal-header{
	padding: 0;
}

.modal-header .close {
    margin-top: -20px;
}

.modal-body{
	margin-top: 20px;
}

.modal-content {    
    padding: 25px;
}

.modal-content h1 {
    font-size: 24px;
}


.modal-content img {
    width: 200px;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {

    .sec4-col2 p {
        padding: 0px !important;
    }

    .sec7-col2 img {
        padding: 20px 15px 15px 15px !important;
    }

    .sec7-col2 a {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .sec-1-hero {
        display: none;
    }

    .sec6-col2 h1 {
        padding-top: 10px;
        font-size: 28px;
    }

    .col-form-label {
        text-align: left;
    }

    .sec1-col2 h1 {
        font-size: 30px;
        padding-top: 10px;
    }

    .sec1-col2 {
        padding: 20px;
    }

    .sec4-col2 h1 {
        padding-top: 10px;
    }

    .sec4-col2 {
        padding: 5px 10px 50px 10px;
    }

    .sec4-col1 img {
        width: 100%;
        padding: 15px;
    }

    .sec7-col2 {
        margin-left: 0;
        margin-bottom: 40px 40px 0px 40px;
    }
	
	.footer a{
		font-size: 11px !important;
	}
}



/* < skincheck / > */

/* CSS Document */

.error {
    font-size: 10px;
    color: #ff0000;
}

marquee {
    margin-top: 5px;
    width: 100%;
}

.runtext-container {
    background-color: #E7DECF;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 6px;
    position: absolute;
    top: 0;
    z-index: 9999;
    position: fixed;
	color: #000;
	width: 100%;
}

.main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display: inline;
}

.runtext-container .holder .text-container {
    display: inline;
}

.runtext-container .holder a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
}

.runtext-container .holder a:hover {
    text-decoration: none;
    color: black;
}


sup {
    color: #ff0000;
    margin-right: 4px;
    top: -6px;
}

.btn-skincheck {
    font-size: 10px;
    padding: 4px;
}

/* .select2-results__option{
      margin-left:20px !important;
  } */

/*.select2-results__option{
      margin-left:20px !important;
  }
  
  .select2-results__option:nth-child(1){
      
      margin-left:0 !important;
  }
  
  .select2-results__option:nth-child(2){
      
      margin-left:0 !important;
  }*/

li[id*="select2-location-result"] {
    margin-left: 20px !important;
    font-weight: normal !important;
}

li[id*="TASIKMALAYA"] {
    margin-bottom: 15px !important;
}



.active-pallete {
    width: 100%;
    border: 1px solid #000;
    height: 40px;
    display: block;
    padding: 7px 0 0 7px;

}

/* Style The Dropdown Button */
.p-dropbtn {
    background-color: #fff;
    color: #000;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    text-align: left;
    height: 42px;
}

.txt-dropdown {
    margin-top: 4px;
    margin-left: 35px;
    font-size: 14px;
}

.color-pallete {
    margin-bottom: 5px;
}

.btn-makeover {
    height: 42px;
    width: 100%;
}

.txt-makeover {
    margin-top: 6px;
    font-size: 12.5px;
}

.icon-down {
    float: right;
}

.icon-down.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* The container <div> - needed to position the dropdown content */
.p-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.p-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;

}

.p-dropdown .dropdown-icon {
    height: 25px;
    border-radius: 50%;
    display: block;
    width: 25px;
    float: left;
    margin-right: 10px;
}

/* Links inside the dropdown */
.p-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
}

/* Change color of dropdown links on hover */
/*.p-dropdown-content a:active {background-color: #f1f1f1}*/

/* Show the dropdown menu on hover */
/*.p-dropdown:active .p-dropdown-content {
    display: block;
  }*/

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.p-dropdown:active .p-dropbtn {
    background-color: #f2f2f2;
  }*/

.text-gold {
    color: #b5864e !important;
}

.product-price sup {
    color: #000;
}

.acctitle-active {
    color: #b5864e !important;
}

.text-discover {
    margin-top: 20px;
}

.comments {
    margin-bottom: 10px;
}

.comments ul {
    padding-left: 15px;
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
    margin-top: 0;
}

.toggle .togglet {
    font-size: 14px;
}

.toggle .togglet i {
    left: auto;
    right: 0;
    position: static;
    display: inline-block;
    margin-left: 5px;
}

.toggle .toggleta i.toggle-open {
    display: inline-block;
}

.counter-active {
    color: #b38c2d !important;
}

.houii-btn {
    margin: 5px;
}

.online-order li,
.online-order-socmed li {
    list-style-type: none;
    margin: 10px auto;
}

.online-order li a {
    width: 35%;
    font-weight: bold;
    margin-top: 10px;
}

.online-order-socmed a {
    color: #000;
    font-size: 30px;
}

.fixed_box {
    position: fixed;
    top: 120px;
    max-width: 535px;
}

.d--flex {
    display: flex;
}

.align-items-flex-end {
    align-items: flex-end;
}

.product__box {
    width: 100%;
}

.product-slide-preview img,
.product-nav-preview img {
    max-width: 85%;
}

.product-slide-preview .slick-prev {
    left: -10px;
    top: 50%;
    z-index: 10;
}

.product-slide-preview .slick-next {
    right: -10px;
    top: 50%;
    z-index: 10;
}

/* VTO */

.vto-box {
    min-height: 65vh;
}

.vto-loader {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25vh;
    position: absolute;
}

#reco .nav-pills>li {
    width: 100px;
    margin-right: 10px;
}

#reco .nav-pills>li.active {
    background: #F1E6E2;
}

#reco .nav-pills>li.active>a {
    background: none;
    border: 0;
}

#reco .nav-pills>li>a {
    color: #b27256;
    border-top: 1px solid #F1E6E2;
    border-left: 1px solid #F1E6E2;
    border-right: 1px solid #F1E6E2;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
}

#reco .tab-content {
    color: #b27256;
    background: #F1E6E2;
    padding: 5px 15px;
    margin-top: -1px;
}

#reco .slick-initialized .slick-slide {
    padding: 0 !important;
}

#reco .slider-vto {
    margin-top: 10px;
    padding: 0 20px;
}

#reco .slick-prev:before,
#reco .slick-next:before {
    height: 20px;
}

#reco .slick-prev {
    left: -15px;
}

#reco .slick-next {
    right: -15px;
}

#reco .result-product {
    margin: 10px;
}

#reco .result-productdesc {
    font-size: 12px;
    margin: 0 auto;
    width: 90%;
}

#reco .result-productdesc span {
    font-size: 11px;
}

#reco .img-result {
    width: 90%;
    min-height: 150px;
    background-size: cover;
    background-position: bottom center;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #cecece;
}

#reco .overlay {
    background-color: rgba(181, 134, 78, 0.7);
    width: 100%;
    height: 148px;
    display: block;
    opacity: 0;
    transition: .5s ease;
}

#reco .overlay:hover {
    opacity: 0.7;
}

#reco .img-result.active {
    border: 3px solid #b38c2d;
}

#reco .palette {
    margin-left: 40px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    width: 90%;
}

#reco .color-pallete {
    margin-bottom: 10px;
}

#reco .color-pallete>.color-pallete-list {
    margin-top: 0;
    margin: 5px 5px 5px 0;
}

#reco .color-pallete-circle .color-pallete-list>span {
    margin: 0;
    width: 30px;
    height: 30px;
}

.btn-vto {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 11px;
    margin-top: 20px;
}

.btn-vto:hover,
.btn-vto:active,
.btn-vto:focus {
    background-color: #fff;
    color: #000;
}

.footer {
    background-color: #E7DECF;
	font-family: Mulish !important;
}

.footer h5{
	font-family: Mulish !important;
	font-size: 12px;
}

.footer li{
	margin-bottom: 10px;
}

.footer a{
	font-size: 12px;
}

.footer .generic-title{
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 5px;
}

.footer-button {
    height: 35px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    background: #fff;
    color: #b27256;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #b27256;
    margin-bottom: 10px;
}

.footer-button:hover {
    color: #916C52;
    background-color: #F1E6E2;
    text-decoration: none;
}

.copyright{
	border-top: none;
}

.copyright .location {
    text-align: left;
    margin-left: 15px;
}

.ptop {
    padding-top: 15px;
}

.slick-initialized .slick-slide {
    padding: 0;
}

.slider-banner .slick-prev,
.slider-banner .slick-next {
    top: 50%;
    z-index: 1;
}

.slider-banner .slick-prev {
    left: 0;
}

.slider-banner .slick-next {
    right: 0;
}

.slider-caption h1, .main-title {
	font-size: 32px !important;
	text-transform: uppercase;
}

.legend-text{
	font-size: 24px !important;
}

.product-detail h1{
	font-size: 32px !important;
	font-weight: normal;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #b38c2d;
    opacity: .3;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #b38c2d;
    opacity: 1;
    margin: 1px;
}

.bottomborder {
    padding-bottom: 30px;
    border-bottom: 1px solid black;
}

.video-frame img {
    width: 100%;
    height: auto;
}

.image-frame img {
    height: 350px;
    width: auto;
}

.houii-section-vision-mission .row div {
    background-color: #F0E5E3;
}

.article .card {
    min-height: 400px;
}


/* Rating & Review */

.form-review .icon {
    width: 10px;
    vertical-align: top;
}

.form-review .rating label {
    margin-right: 20px;
}

.form-review .error {
    font-size: 10px;
    color: #ff0000;
}

.list-review {
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.list-review:nth-last-child(1) {
    border-bottom: 0;
}

.my-rating {
    margin-bottom: 5px;
}

.score-review {
    margin-bottom: 30px;
}

.score-review #btnAddNewReview {
    margin-top: 20px;
}

.score-review .big-score {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: -10px;
}

.score-review .star-score {
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
    font-size: 22px;
}

.score-review .star-score i {
    margin: 0 3px;
}

/* wpmc */

.red-bg {
    background-color: #43151E;
    padding-bottom: 70px;
}

.red-bg .container {
    padding: 20px 0px;
}

.fullscreen-banner {
    height: fit-content;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #43151E;
}

.fullscreen-banner img {
    display: block;
    margin: 0 auto;
    align-content: center;
    width: 100%;
}

.fullscreen-banner .grand-final {
    margin: 70px 0px;
}


.fullscreen-banner .desktop {
    display: block !important;
}

.fullscreen-banner .mobile {
    display: none;
}

.redbox {
    border-radius: 6px;
    background: linear-gradient(205deg, #60091D 32.4%, #84152E 59.71%, #9D3845 88.77%);
    color: white;
    text-align: center;
    width: 35%;
    display: block;
    margin: 0 auto;
}

.redbox-long {
    border-radius: 6px;
    background: linear-gradient(205deg, #60091D 32.4%, #84152E 59.71%, #9D3845 88.77%);
    color: white;
    text-align: center;
    width: 45%;
    display: block;
    margin: 0 auto;
}

.redbox h1, .redbox-long h1 {
    padding: 12px;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 1px 6px 9px rgba(0, 0, 0, 0.70);
    font-style: italic;
}

.text-desc .keuntungan {
    margin-bottom: 20px; height: 60px; margin-left: -40px;
}

.text-desc {
    background-color: #693F43;
    border-radius: 6px;  
}

.text-desc ol {
    margin: 0px 40px;
}

.text-desc ol li {
    padding-left: 10px;
    font-size: 18px;
    color: white;
    padding-bottom: 15px;
}

.text-desc p, .hadiah p {
    font-size: 18px;
    color: white;
    padding: 0px 10px;
    padding-bottom: 0px !important;
    margin: 0px 0px;
    text-align: center;
}

.text-desc h3 {
    color: white;
    font-weight: bold;
    margin-top: 0px !important;
    margin-left: 10px;
}

.hadiah .local-comp-m {
    display: none;
}

.hadiah .local-comp-d {
    width: 100%;
}

.text-desc .keuntungan-icon {
    width: 100% !important;
}

/* end-wpmc */

/* mobileres */

@media (min-width: 768px) {

    .navbar-ultimaii .top-nav .menu-language li:nth-child(3) {
        border-right: 0;
    }

    .navbar-megamenu .dropdown.inside-ultima .menu-list>ul {
        width: 33%;
    }

    .navbar-ultimaii .navbar-nav>li {
        margin: 0 4px;
        font-size: 13px;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }


	/* dropdown-skindiary */
	
    .dropdown-skindiary .btn-gold {
        padding: 5px 10px 7px;
        cursor: pointer;
    }

    .dropdown-skindiary .dropdown-menu {
        left: auto;
        right: auto;
        box-shadow: none;
        background: #b5864e;
    }

    .dropdown-skindiary .dropdown-menu>li>a {
        padding: 5px 10px;
    }

    .dropdown-skindiary .dropdown-menu>li>a:hover {
        font-weight: bold;
    }

    .dropdown-skindiary.open a {
        background: #b5864e !important;
        color: #fff !important;
    }
	
	
	/* dropdown-highlight */
	
	.dropdown-highlight .dropdown-menu {
        left: auto;
        right: auto;
        box-shadow: none;
        background: #b5864e;
		margin-left: 10px;
    }
	
	.dropdown-highlight .dropdown-menu>li>a {
        padding: 5px 10px;
		color: #fff !important;
    }
	
	.dropdown-highlight .dropdown-menu>li>a:hover {
        font-weight: bold;
		background: none;
    }
	




    .panel-hierarchy {
        width: 700px;
        margin: 0 auto;
    }

    .share-button ul>li .btn {
        padding: 12px;
    }

    .share-button ul>li:nth-child(3) .btn {
        border-top: none;
    }

    .journal-slider {
        height: 400px;
        width: 535px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .homebanner-promo {
        height: 500px;
        width: 940px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .homepromo-popup {
        height: 240px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
        margin: 0 auto;
    }

    .reco-thumbnail {
        height: 80px;
        width: 80px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .bestseller-thumbnail {
        height: 180px;
        width: 180px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .slider-default .slider-caption {
        max-width: 80%;
    }

    .main-banner-image .img {
        max-height: 450px !important;
    }

    .btn-gold {
        background: #b5864e;
        color: #fff !important;
        border-radius: 15px;
    }

    .btn-gold:hover, .btn-gold:focus {
        background: #b5864e !important;
        color: #fff !important;
        border-radius: 15px;
    }

    .houii-section-store {
        color: #333;
    }

    .houii-section-ny {
        padding-top: 70px;
        padding-bottom: 70px;
        color: #fff;
        background-size: cover;
    }

    .houii-section-sense {
        padding-top: 70px;
        padding-bottom: 70px;
        color: #333;
        background-size: cover;
    }

    .houii-section-treatment {
        padding-top: 70px;
        padding-bottom: 70px;
        color: #fff;
        background-size: cover;
    }

    .d-table {
        display: table;
        width: 100%;
    }

    .d-tablecell {
        display: table-cell;
        float: unset;
        vertical-align: middle;
    }

    .container-halffull {
        width: 1101px;
    }
}

@media (max-width: 767px) {

    .text-desc ol {
        margin: 0px 30px;
    }

    .hadiah .local-comp-d {
        width: 95% !important;
        display: none;
    }

    .hadiah .local-comp-m {
        width: 95% !important;
        display: block;
    }

    .text-desc .keuntungan {
        margin-bottom: 20px !important; 
        height: 40px !important;
        margin-left: -30px !important;
    }

    .text-desc .keuntungan-icon {
        width: 100% !important;
    }

    .fullscreen-banner .grand-final {
        margin: 15px 0px;
    }

    .redbox, .redbox-long {
        width: 85%;
    }

    .redbox h1, .redbox-long h1 {
        font-size: 24px;
    }
    
    .fullscreen-banner .mobile {
        display: block;
    }

    .fullscreen-banner .desktop {
        display: none !important;
    }

    .text-desc {
        margin: 15px;
    }

    .container .img-responsive {
        width: 90%;
        display: block;
        margin: 0 auto !important;
    }

    #scroller {
        display: none;
    }

    .main-banner {
        padding-bottom: 5px;
    }

    .video-content {
        margin-bottom: 10px;
    }

    .layout-caption .caption-middle {
        text-align: center;
    }

    .bar-float form {
        /*display:none;*/
    }

    .slick-prev,
    .slick-next {
        /*z-index:9999;*/
    }

    .slider-default .slider-image img {
        max-height: 300px;
        height: auto;
        max-width: 90%;
    }

    .main-banner-image-v2 .main-banner-caption {
        /* width: 35%; */
		width: 100%;
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto;
        text-align: center;
        top: 25% !important;
    }

    .main-banner-caption.pos-center-right {
        right: 5%;
    }

    .main-banner-caption.pos-center-left {
        top: 45%;
        left: 5%;
    }

    .main-banner-image-v2 .main-banner-caption .title {
        font-weight: bold;
		font-size: 24px;
    }

    .main-banner-image-v2 .main-banner-caption p {
        /* font-size: 11px; */
		display: none;
    }
	
	.main-banner-image-v2 .img {
        height: 400px !important;
    }

    .featured-image {
        width: 100%;
        max-width: 100% !important;
    }

    .btn-flip {
        margin-bottom: 10px;
    }

    .share-button {
        position: relative;
        margin-top: 30px;
        top: 0;
        right: 0;
        width: auto;
    }

    .share-button ul>li {
        display: inline-block;
    }

    .share-button ul>li:last-child .btn {
        border-top: 1px solid #000;
    }

    .share-button ul>li .btn {
        padding: 12px;
    }

    .slick-initialized .slick-slide {
        padding: 0;
    }

    .panel-hierarchy .panel-hierarchy-inverse .panel-hierarchy-image>img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .panel-hierarchy .panel-hierarchy-image>img {
        margin-left: 0;
        margin-right: 0;
    }

    .panel-hierarchy .year {
        text-align: center;
    }

    .panel-hierarchy .detail-text {
        text-align: center;
    }

    .journal-slider {
        height: 200px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .homebanner-promo {
        height: 180px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .homepromo-popup {
        height: 170px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
        margin: 0 auto;
    }

    .main-banner-image .mb-banner {
        height: 115px;
        width: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .reco-thumbnail {
        height: 80px;
        width: 80px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .bestseller-thumbnail {
        height: 180px;
        width: 180px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin: 0 auto;
    }

    .store-locator #gmap-canvas iframe {
        width: 100%;
    }

    .houii-section-store {
        color: #333;
        padding: 20px;
        margin-top: 0 !important;
    }

    .houii-section-ny {
        background: url('../images/banner/houii-banner-ny-heritage.jpg');
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        background-size: cover;
        background-position: center;
    }

    .houii-section-sense {
        background: url('../images/banner/houii-banner-five-sense.jpg');
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;
        color: #333;
        background-size: cover;
        background-position: center;
    }

    .fixed_box {
        position: static;
        top: auto
    }

    .d--flex {
        display: inherit;
    }

    .align-items-flex-end {
        align-items: inherit;
    }

    /* VTO */
    .vto-box {
        padding: 0 !important;
        min-height: 65vh;
    }

    .vto-product {
        padding-top: 10px;
        width: 100%;
        background: #fff;
    }

    #reco h5 {
        font-size: 10px;
        margin-bottom: 3px;
    }

    #reco .nav-pills>li {
        width: 75px;
        margin-right: 5px;
    }

    #reco .nav>li>a {
        padding: 5px 15px;
    }

    #reco .slider-vto {
        padding: 0;
    }

    #reco .tab-content {
        padding: 5px;
    }

    #reco .palette {
        margin: 0 auto;
        text-align: left;
        border: none;
        width: 90%;
    }

    #reco .palette span {
        font-size: 12px;
    }

    #reco .color-pallete>.color-pallete-list {
        margin-top: 0;
        float: none;
        display: inline-block;
        margin: 2px;
    }

    #reco .img-result {
        min-height: 80px;
    }

    #reco .result-product {
        margin: 0 10px;
    }

    #reco .result-productdesc {
        font-size: 10px;
        width: 100%;
        line-height: 1.2em;
    }

    #reco .result-productdesc span {
        display: none;
    }

    .btn-vto {
        padding: 3px 5px;
        font-size: 10px;
    }

    #reco .overlay {
        display: none;
    }

    .form-review .rating label {
        margin-right: 10px;
    }

    .score-review .big-score {
        font-size: 36px;
    }

    .score-review .star-score {
        margin-left: 10px;
        font-size: 20px;
    }

    .product-share {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .product-share a {
        width: 35px;
        height: 35px;
        line-height: 38px;
    }

    .product-share .fa {
        font-size: 18px;
    }
}

/* Video background */
.fullscreen-bg {
    height: 710px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width: 767px) {
    .fullscreen-bg {
        height: 212px
    }
}