@font-face {
	font-family: GlacialIndifference;
	src: url(fonts/GlacialIndifference-Regular.otf);
}

@font-face {
	font-family: GlacialIndifferenceBold;
	src: url(fonts/GlacialIndifference-Bold.otf);
}

@font-face {
	font-family: GlacialIndifferenceItalic;
	src: url(fonts/GlacialIndifference-Italic.otf);
}

@font-face {
	font-family: YesevaOne;
	src: url(fonts/YesevaOne-Regular.ttf);
}

@font-face {
	font-family: Calibri;
	src: url(fonts/calibri.ttf);
}

body {
	background-color: #080f2b;
	font-family: Calibri;
}

p {
	/*font-family: Calibri;*/
	/*color: white;*/
}

h1 {
	font-family: YesevaOne;
	color: white;
}

h3 {
	font-family: GlacialIndifferenceBold;
	color: #b19049;
	font-size: 18px;
	letter-spacing: 2px;
}

h3.black {
	font-family: GlacialIndifferenceBold;
	color: black;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h4{
	text-transform: uppercase;
}
h6 {
	font-family: Calibri;
	font-weight: bold;
	color: #b19049;
	letter-spacing: 2px;
}

a {
	color: #b19049;
}

.text-right {
	text-align: right;
}

.divider {
	content: " ";
	border: #b19049 solid 1px;
	width: 150px;
	margin: 10px 0;
}

.divider-white {
	content: " ";
	border: white solid 1px;
	width: 150px;
	margin: 20px 0;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	/* Remove default arrow */
	appearance: none;
	/* Add custom arrow */
	background-image: url('../images/icon/icon-46.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-right: 15px;
}

/*navbar*/

#top-bar {
	text-align: center;
	margin-top: 15px;
	/* margin-bottom: 45px; */
	font-family: GlacialIndifferenceBold;
}

#top-bar .bg-dark {
	background-color: #080f2b !important;
}

#top-bar .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	color: white;
}

#top-bar .navbar-dark .navbar-toggler {
	border-color: white;
}

#top-bar .navbar a {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
}

#top-bar .navbar a:hover {
	text-decoration: underline;
}

#top-bar .navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media only screen and (min-width: 1400px) {
	#top-bar .navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#top-bar .right-menu {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}

#top-bar .right-menu .dropdown-menu .dropdown-item {
	color: black;
	font-weight: normal;
}

#top-bar .second-nav-button {
	cursor: pointer;
	color: white;
	font-size: 0.9em;
	margin-left: 10px;
}

@media only screen and (min-width: 1400px) {
	#top-bar .second-nav-button {
		margin-left: 20px;
	}
}

#top-bar .second-nav-button:hover {
	text-decoration: none;
	color: #ae9155;
}

#top-bar .second-nav-button span.second-nav-img {
	width: 22px;
	height: 22px;
	display: block;
}

#top-bar .second-nav-button span.text {
	margin-left: 5px;
}

#top-bar .second-nav-button .wishlist-img {
	background: url('../images/icon/icon-05.png') no-repeat center;
	background-size: cover;
}

#top-bar .second-nav-button:hover .wishlist-img {
	background-image: url('../images/icon/icon-01.png');
}

#top-bar .second-nav-button .profile-img {
	background: url('../images/icon/icon-09.png') no-repeat center;
	background-size: cover;
}

#top-bar .second-nav-button:hover .profile-img {
	background-image: url('../images/icon/icon-02.png');
}

#top-bar .second-nav-button .cart-img {
	background: url('../images/icon/icon-10.png') no-repeat center;
	background-size: cover;
}

#top-bar .second-nav-button:hover .cart-img {
	background-image: url('../images/icon/icon-03.png');
}

#top-bar .second-nav-button .search-img {
	background: url('../images/icon/icon-12.png') no-repeat center;
	background-size: cover;
}

#top-bar .second-nav-button:hover .search-img {
	background-image: url('../images/icon/icon-04.png');
}

@media only screen and (min-width: 1400px) {
	#top-bar .second-nav-separator {
		height: 24px;
		border-right: 1px solid white;
		margin: 0 0 0 10px;
	}
}


#top-bar .dropdown {
	margin-left: 10px;
}

@media only screen and (min-width: 1400px) {
	#top-bar .dropdown, #top-bar .second-nav-separator {
		margin-left: 20px;
	}
}

#top-bar .dropdown>a {
	color: white;
}

#top-bar .dropdown .dropdown-item img {
	border: 1px solid lightgrey;
}

#primary-menu-logo img {
	max-height: 85px;
	width: auto;
	margin-bottom: 10px;
}

/*footer*/

footer {
	border-top: 1px solid #b19049;
	padding-top: 30px;
}

footer ul {
	padding-left: 0;
}

footer ul li {
	list-style: none;
}

footer a, footer a:hover {
	color: white;
}

/*home*/

.bg-white {
	background-color: white;
}

#home-content {
	padding: 30px 0;
}

.home-cont {
	padding: 30px 20px;
}

.product_list {
	/*padding: 10px;*/
}

/* For 1:1 aspec ratio in home slider */
.aspec-ratio-slider {
	box-sizing: border-box;
	max-width: 100%;
}

.aspec-ratio-slider > div {
	width: 100%;
	padding-bottom: 100%;
}

.product-thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-thumbnail .icon {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.product-thumbnail .icon img {
	padding: 10px;
	width: 70px;
}

.product-thumbnail .icon:hover {
	display: block;
}

.product-thumbnail:hover .icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-1 {
	/*padding: 30px 10px;*/
	padding:0;
}

.other-thumbnail {
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tren-cont {
	padding: 30px 10px 0 10px;
}

.tren-cont h1 {
	color: #080f2b;
}

.hot-cont {
	padding: 30px 10px 0 10px;
}

.hot-cont h1 {
	color: #080f2b;
}

.primary-btn {
	background: #080f2b;
	border: none;
	color: white;
	font-family: GlacialIndifference;
	letter-spacing: 1px;
}

.second-btn {
	background: #b19049;
	border: none;
	color: white;
	font-family: GlacialIndifference;
	letter-spacing: 1px;
}

/*about*/

.about-content .container {
	margin-bottom: 50px;
}

/* left & right modal */

/* https://bootstrap-menu.com/detail-modal.html */

.modal .modal-dialog-aside {
	width: 400px;
	max-width: 80%;
	height: 100%;
	margin: 0;
	transform: translate(0);
	transition: transform .2s;
}

.modal .modal-dialog-aside .modal-content {
	height: inherit;
	border: 0;
	border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
	overflow-y: auto
}

.modal.fixed-left .modal-dialog-aside {
	margin-left: auto;
	transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
	margin-right: auto;
	transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
	transform: translateX(0);
}

#loginModal p, #loginModal h2, #cartModal p, #cartModal h2 {
	color: black;
}

#loginModal h2, #cartModal h2 {
	font-family: YesevaOne;
}

#loginModal>.modal-dialog>.modal-content>.modal-body>.close, #cartModal>.modal-dialog>.modal-content>.modal-body>.close, #shippingModal>.modal-dialog>.modal-content>.modal-body>.close, #newAddressModal>.modal-dialog>.modal-content>.modal-body>.close, #paymentModal>.modal-dialog>.modal-content>.modal-body>.close {
	font-size: 2em;
	position: absolute;
	top: 15px;
	right: 15px;
}

#cartModal .product-name, .cart-page .product-name {
	font-family: GlacialIndifference;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: black;
	font-size: 0.8em;
}

#shippingModal .modal-dialog, #newAddressModal .modal-dialog, #paymentModal .modal-dialog {
	background: #fbfaf5;
}

#shippingModal h5, #newAddressModal h5, #paymentModal h5 {
	text-align: center;
	font-size: 2em;
	color: black;
	font-family: YesevaOne;
}

a.choose-payment-container {
	border: 2px solid black;
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
}

a.choose-payment-container-active {
	border: 2px solid #b19049;
	background: #b19049;
	color: white;
}

a.choose-payment-container p {
	color: black;
}

a.choose-payment-container:hover {
	border: 2px solid #b19049;
	text-decoration: none;
	background-color: #f8f8f8;
}

a.choose-payment-container-active:hover {
	border: 2px solid black;
	background: #b19049;
	color: black;
}

.shipping-address-container {
	border: 2px solid #b19049;
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.shipping-address-container p {
	color: black;
}

.add-new-address-btn {
	font-family: GlacialIndifferenceBold;
	color: black;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.cart-page .product-name, #cartModal .price-tag {
	font-size: 1em;
}

.cart-page .checkout-product-name {
	font-size: 1.2em;
}

#cartModal .price-tag, #cartModal .subtotal-price-tag, .cart-page .subtotal-price-tag {
	font-family: GlacialIndifference;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
}

.cart-page .subtotal-price-tag, .cart-page .price-tag, #paymentModal .subtotal-price-tag {
	font-size: 1em;
	font-family: GlacialIndifference;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#cartModal .subtotal-price-tag, #paymentModal .subtotal-price-tag, .cart-page .subtotal-price-tag {
	font-family: GlacialIndifferenceBold;
}

.cart-page .product-description {
	font-size: 0.9em;
	line-height: 1.2;
}

.my-cart-subtitle {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cart-page .border-bold {
	border-width: 2px !important;
}

.cart-page .voucher-dropdown, .cart-page .shipping-dropdown {
	border: 2px solid #b19049;
	background: none;
	color: #b19049;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}

.cart-page .voucher-dropdown.dropdown-toggle::after, .cart-page .shipping-dropdown.dropdown-toggle::after {
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	vertical-align: .1em;
	right: 10px;
	position: absolute;
	top: 1.5em;
}

.shipping-dropdown-menu {
	background: #fbfaf5;
}

.shipping-dropdown-menu a {
	border-bottom: 1px solid #dee2e6;
}

.shipping-dropdown-menu a:last-of-type {
	border-bottom: none;
}

.cart-page .shipping-dropdown.dropdown-toggle::after {
	top: 1.1em !important;
}

.cart-page .checkout-subtotal {
	font-size: 1.1em;
}

.cart-page .checkout-subtotal-bold {
	font-family: GlacialIndifferenceBold;
}

h4.shipping {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

/*form*/

.form-label {
	font-family: GlacialIndifference;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.form-control {
	border: 1px solid black;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.form-control::placeholder {
	color: #b19049;
	font-style: italic;
}

.btn {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 0.8em;
}

.btn-black {
	color: white;
	background-color: black;
}

.btn-black:hover {
	color: #b19049;
}

.btn-gold {
	color: white;
	background-color: #b19049;
}

.btn-gold:hover {
	color: black;
}

.link {
	cursor: pointer;
}

.container-page {
	background: #fbfaf5;
	padding: 30px 50px;
	margin: 50px 0;
	color: black;
}

.container-page h1, .container-page p {
	color: black
}

/*news*/

.content-wrap {
	position: relative;
	/* padding: 80px 0; */
	padding: 40px 40px;
	margin: 40px auto;
	background-color: white;
}

.content-wrap p {
	color: black;
}

.entry {
	position: relative;
	padding-bottom: 40px;
	margin: 0 0 40px;
	border-bottom: #b19049 solid 2px;
}

.entry:last-child {
	border-bottom: none;
}

.entry-meta li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-family: 'Crete Round', serif;
	font-style: italic;
}

.entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}

.product-menu-container .arrow::before, .product-menu-container .arrow::after, .search-menu-container .arrow::before, .search-menu-container .arrow::after {
	border-bottom-color: #b19049;
}

.product-menu-container .popover-body, .search-menu-container .popover-body {
	background: #b19049;
	color: white;
	font-family: GlacialIndifference;
	padding: 15px;
}

@media only screen and (min-width: 1200px) {
	.product-menu-container .popover-body {
		width: 600px;
	}
}

.product-menu-container .popover-body ul {
	list-style: none;
	padding-left: 0;
}

.product-menu-container .popover-body a {
	color: white;
}

.product-menu-container hr {
	border-bottom: 1px solid white;
	margin: 0;
}

.product-menu-container .product-menu-title {
	font-family: GlacialIndifferenceBold;
	letter-spacing: 2px;
}

.sort-by span {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 15px;
}

.sort-by .btn-sort-by {
	font-family: GlacialIndifferenceBold;
	letter-spacing: 2px;
	color: #b19049;
	border: 2px solid #b19049;
	background: none;
	border-radius: 0;
}

.sort-by .btn-sort-by.dropdown-toggle::after {
	vertical-align: middle;
}

.accordion-category h2 a {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #b19049;
	border-bottom: 1px solid #b19049;
	border-radius: 0;
	padding-left: 0;
	font-size: 1.1rem;
}

.accordion-category h2.with_child a::after {
	content: "\002D";
	position: absolute;
	right: 15px;
	font-size: 1.5em;
	line-height: 0.8em;
}

.accordion-category h2.with_child a.collapsed::after {
	content: "\002B";
}

.accordion-category div {
	padding-top: 5px;
}

.product-card {
	margin-bottom: 40px;
}

.product-card .product-name {
	font-size: 0.9em;
	font-family: GlacialIndifference;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
}

.product-card .product-name a {
	color: black;
}

.product-card .product-description {
	font-size: 0.8em;
}

.product-card .product-divider {
	content: " ";
	border-bottom: #b19049 solid 1px;
	width: 50px;
	margin: 5px 0;
}

.btn-page-black {
	background-color: black;
	color: white;
	padding: 5px;
	line-height: 0;
}

.btn-page-black:hover {
	background-color: #313131;
	color: white;
}

div.btn-paging {
	display: inline;
	margin-right: 5px;
}

div.btn-paging a {
	background-color: black;
	color: white;
	padding: 5px;
	line-height: 0;
}

div.btn-paging a:hover {
	background-color: #313131;
	color: white;
	text-decoration: none;
}

.input-page {
	border: 1px solid black;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 30px;
	text-align: center;
}

a.add-to-wishlist-button {
	cursor: pointer;
}

a.add-to-wishlist-button .wishlist-img {
	background: url('../images/icon/icon-39.png') no-repeat center;
	background-size: cover;
	width: 22px;
	height: 22px;
	display: block;
}

a.add-to-wishlist-button .wishlist-img.active {
	background: url('../images/icon/icon-40.png') no-repeat center;
	background-size: cover;
	width: 22px;
	height: 22px;
	display: block;
}

a.add-to-wishlist-button .text {
	font-family: GlacialIndifference;
	color: black;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 5px;
}

hr.hr-gold {
	border: solid 1px #b19049;
	margin: 10px 0;
}

ul.account-menu {
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 0;
	font-family: GlacialIndifferenceBold;
	letter-spacing: 2px;
}

ul.account-menu li {
	border-bottom: 1px solid #b19049;
}

ul.account-menu li:last-child {
	border-bottom: 0;
}

ul.account-menu li a {
	display: block;
	padding: 7px 0;
}

ul.account-menu li a:hover, ul.account-menu li a.active {
	color: black;
	text-decoration: none;
}

h3.account-h3, .transaction-product-title {
	font-family: GlacialIndifference;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: black;
	margin-bottom: 0;
}

h3.account-h3 span {
	vertical-align: middle;
}

.account-label {
	color: #b19049;
	font-style: italic;
}

.transaction-gold {
	color: #b19049;
	font-weight: bold;
	line-height: 1;
}

.product-image-container {
	position: relative;
}

.product-image-container a.add-to-cart-product {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	background-color: #080f2b;
	display: block;
	line-height: 1;
	padding: 5px 10px;
	color: white;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}

.product-image-container:hover a.add-to-cart-product {
	text-decoration: none;
	visibility: visible;
	opacity: 1;
}

.product-image-container a.wishlist-product {
	position: absolute;
	top: 5px;
	right: 5px;
}

/*other page*/

.other-content {
	background: white;
	margin: 30px auto;
	padding: 20px;
}

.other-content h1 {
	color: #080f2b;
}

.checkout-address p {
	margin-bottom: 0.5rem;
}

.badge-gold {
	background-color: #b19049;
	color: white;
	border: 0;
	border-radius: 0;
}

.news-list {
	border-bottom: solid 2px #b19049;
}

.news-list:last-child {
	border-bottom: none;
}

.news-title {
	font-family: YesevaOne;
	color: black;
	font-size: 35px;
}

.news-title a {
	color: black;
}

.news-subtitle {
	font-family: GlacialIndifferenceBold;
	color: #b19049;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.text-transform-uppercase {
	text-transform: uppercase;
}

.recipe-subtitle a {
	font-family: GlacialIndifferenceBold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	color: black;
}

.recipe-desc-p ul, .recipe-desc-p ol {
	padding-left: 1rem !important;
}

.row-smaller {
	margin-left: -5px;
	margin-right: -5px;
}

.row-smaller>div[class^="col"] {
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail_btn, .remove_in_cart, .remove_in_cart_page, .edit_address_btn, .add-new-address-btn {
	cursor: pointer;
}

#delete_cart_items_page {
	color: #b19049;
	cursor: pointer;
}

.button-not-active {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
	opacity: .65 !important;
}

/* slideshow home */

#home_slideshow-track .slide-image {
	height: 150px;
}

@media only screen and (min-width: 600px) {
	#home_slideshow-track .slide-image {
		height: 200px;
	}
}

@media only screen and (min-width: 1200px) {
	#home_slideshow-track .slide-image {
		height: 550px;
	}
}

@media only screen and (min-width: 1400px) {
	#home_slideshow-track .slide-image {
		height: 650px;
	}
}

/* Popup */

#homePopup .modal-dialog {
	max-width: 100%;
}

#homePopup .modal-content {
	background: none;
	border: 0;
}

@media only screen and (min-width: 600px) {
	#homePopup .modal-dialog {
		max-width: 90%;
	}
}

.terms_and_condition_career p {
	color: black;
}

#social-link-bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 15px;
	z-index: 100;
}


.product_menu .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.product_menu .center {
  opacity: 1;
}
.product_menu .card{
	border:none;
}

.outlet_concept table{
	text-align: center;
	margin:10px auto;
}
.outlet_concept table td{
	padding:20px;
}

#navbarNav{
	margin-top: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	#navbarNav{
		margin-top: 30px;
	}
}

.whyesteh-container{
	background-color: #EFF7F3;
	padding-top: 30px;
}
.whyesteh .img-fluid{
	max-width: 100px;
}
.whyesteh{
	padding:50px;
}

.timeline-container{
	margin-top: 30px;
	background-color: #EFF7F3;
	padding-top: 30px;
}
.new-outlet{
	margin:30px 10px 0;
}
#home-content h1{
	font-family: sans-serif;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
}
.garis-tengah{
	border-right: 2px solid #b19049;
}
.outlet-new{
	font-size: 20px;
	font-weight: bold;
}
#franchise-content{
	padding: 20px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}