/* global */
.center-al{
	text-align: center;
}

a.c-black{
	color: black !important;
	text-decoration: none;
}

.mg-t-10{
	margin-top:10px;
}

.mg-t-20{
	margin-top:20px;
}

.mg-t-30{
	margin-top:30px;
}

.mg-t-50{
	margin-top:50px;
}

.mg-t-60{
	margin-top:60px;
}

.pd-t-10{
	padding-top: 10px;
}

.pd-t-20{
	padding-top: 20px;
}

.pd-t-30{
	padding-top: 30px;
}

.pd-t-40{
	padding-top: 40px;
}

.promo-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.promo-text .left-text-promo h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.promo-text .right-text-promo a{
	color: red;
	font-weight: bold;
}

.page-all-category{
    color: #aeaeae;
    font-size: 16px;
}

.category-page{
	width: 100%;
    background-color: transparent;
}

.category-page .category-banner-sale .banner-img{
	width: 100%;
}

.category-text-nav{
    padding: 20px 5%;
    font-size: 20px;
}

.category-text-nav a{
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    color: black;
}

.category-text-nav a+a:before{
    content: ' / ';
    margin-right: 10px;
}

.category-category{
    display: flex;
    padding: 0px 0%;
    justify-content: start;
    border-top: 2px solid #aeaeae;
}

.category-category a{
	width: calc(100% / 5);
	text-align: center;
}

.additional-sub-menu-row{
	display: flex;
	padding: 0px 0%;
	justify-content: start;
	border-bottom: 2px solid #aeaeae;
}

.additional-sub-menu-row a{
	width: calc(100% / 5);
	text-align: center;
}

.additional-sub-menu-row .cat-label.active{
	background-color: #e8e8e8;
}

.additional-sub-menu-row .cat-label{
	letter-spacing: 2px;
	padding: 20px 40px;
	margin: 10px;
	line-height: 18px;
	/*border: 10px solid #e8e8e8 ;*/
    /*border-radius: 5px;*/
}

.additional-sub-menu-row .cat-label:hover{
    background: #e8e8e8;
    color: black;
}

.additional-sub-menu-row .cat-label a{
    text-decoration: none;
    color: black;
}

.additional-sub-menu-row .cat-label:hover a{
    text-decoration: none;
    background: #e8e8e8;
    color: black;
}

.category-category .cat-label.active{
	background-color: #e8e8e8;
}


.category-category .cat-label{
	letter-spacing: 2px;
	padding: 20px 40px;
	margin: 10px;
	line-height: 18px;
	/*border: 10px solid #e8e8e8 ;*/
    /*border-radius: 5px;*/
}

.category-category .cat-label:hover{
    background: #e8e8e8;
    color: black;
}

.category-category .cat-label a{
    text-decoration: none;
    color: black;
}

.category-category .cat-label:hover a{
    text-decoration: none;
    background: #e8e8e8;
    color: black;
}

.category-category .cat-label.active{
	background-color: #e8e8e8;
}

.category-page .category-category .kursi-staff a{
    text-decoration: none;
    color: black;
    font-size: 14px;  
}


.category-page .category-category .kursi-direktur a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.category-page .category-category .kursi-manager a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.category-page .category-category .kursi-hadap a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.category-page .category-category .kursi-tunggu a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.menu-top{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 20px;
	padding-left: 340px;
	padding-right: 5%;
}

.menu-top .menu-harga{
    display: flex;
    justify-content: flex-start;
}

.menu-top .menu-harga span {
   color: #959595;
   font-size: 14px;
}
 
.menu-top .menu-harga .sortOpt{
	border: 0px solid black;
	border-bottom: 1px solid black;
	font-size: 14px;
	padding: 4px;
	outline: none;
	border-radius: 0px;
}

 .menu-page{
     display: flex;
     justify-content: flex-end;
	 margin-left: auto;
	 padding-bottom: 20px;
	 margin-right: 50px;
 }
 .menu-page span{
    color: black;
    font-size: 16px;
 }

 .menu-page span a{
     text-decoration: none;
	 color: black;
     font-size: 16px;
 }
 
 .menu-page span a.active{
	  color: #69b8b2;
 }
 
 .menu-page span a+a::before{
	 content: ","
 }

.right-box{
    display: flex;
    flex-direction: column;
	padding: 10px;
	padding-right: 5%;
	width: 100%;
	height: 100%;
}

.right-box .product-list{
    width: 100%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
}

.right-box .product-list .product-item{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.right-box .product-list .product-item a{
    text-decoration: none;
}

.right-box .product-list .product-item .product-wrapper{
    text-align: center;
	width: 100%;
	padding-top: 100%;
	overflow:hidden;
	position: relative;
	margin-bottom: 0px;
}

.right-box .product-list .product-item .product-wrapper .product-certifed{
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 2;
}

.right-box .product-list .product-item .product-wrapper .product-certifed img{
	width: 70px;
}

.right-box .product-list .product-item .product-wrapper .price-cut{
    position: absolute;
	color: white;
	background: rgb(175, 29, 47);
	height: 20px;
    min-width: 20px;
    padding: 0px 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    cursor: default;
    display: inline-block;
    user-select: none;
    border-radius: 3px;
	z-index: 2;
	top: 0px;
	left: 0px; 
}
.right-box .product-list .product-item .product-wrapper > img{
    position: absolute;
	width: 100%;
	height: auto;
	transition: all 0.2s linear;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.right-box .product-list .product-item .product-wrapper:hover > img{
    width: 110%;
	left: -10px;
	top: -10px;
}


.right-box .product-list .product-item .product-item-text .promo-khusus {
	color: #fff;
    font-size: 14px;
    background: #177ec2;
    border-radius: 0px 0px 60px 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
    height: 29px;
}

.right-box .product-list .product-item .product-item-text .filler{
	height: 25px;
	width: 100%;
	margin-bottom: 7px;
}

.right-box .product-list .product-item .product-item-text h3{
    font-size: 16px;
    color: black;
    font-weight: bold;
	margin-bottom: 5px;
	line-height: 18px;
	max-height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-box .product-list .product-item:hover .product-item-text h3{
	text-decoration: underline;
}

.right-box .product-list .product-item .product-item-text h4{
    font-size: 14px;
	color: #919191;
	margin-bottom: 2px;
	max-height: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-box .product-list .product-item .product-item-text h2 {
    font-size: 18px;
    color: red;
	margin-bottom: 0px;
}

.product-item .product-item-text .product-price-sale{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 5px;
}

.product-item .product-item-text .product-price-sale .product-strike{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 5px;
}

.product-item .product-item-text .product-price-sale .product-strike .publish_price{
	font-size: 14px;
    color: #919191;
    display: flex;
    justify-content: space-between;
    min-height: 17px;
    text-decoration: line-through;
    width: 60%;
	margin-bottom: 0px;
}

.right-box .product-list .product-item .product-item-text h5 {
	font-size: 14px;
    color: #919191;
    display: flex;
    justify-content: space-between;
    min-height: 17px;
    text-decoration: line-through;
    width: 60%;
	margin-bottom: 0px;
}

.right-box .product-list .product-item .product-item-text span {
    color: red;
    font-size: 14px;
}

.right-box .product-list .product-item .product-item-text .product-rate-sale {
	display: flex;
    min-height: 17px;
    width: 40%;
    justify-content: flex-end;
}

.right-box .product-list .product-item .product-item-text .product-rate-sale i{
	color: yellow;
	margin-right: 5px;
}

.right-box .product-list .product-item .product-item-text .product-rate-sale .rate{
	color: #959595;
	margin-right: 78px;
}

.right-box .product-list .product-item .product-item-text .product-rate-sale .sale{
	color: #959595;
}

.right-box .product-list .product-item .product-item-text .add-to-cart{
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #69b8b2;
    color: white;
}

.right-box .product-list .product-item .product-item-text .add-to-cart:hover{
    background-color: #f1ae25;
	color: black;
}

.box{
    display: flex;
	justify-content: space-between;
}

.left-box{
    flex-direction: column;
    padding: 10px;
    background-color: transparent;
	padding-left: 3%;
	width: 400px;
	margin-right: 50px;
	border-right: 1px solid #aeaeae;
}

.left-box .left-menu{
    position: relative;
    margin-bottom: 10px;
}

.left-box .left-menu span{
    color: black;
    font-size: 16px;
    font-weight: 100;
    line-height: 50px;
}

.left-box .left-menu .main-menu{
	border: 1px solid #69b8b2;
	position:relative;
	margin-bottom: 10px;
}

.left-box .left-menu .main-menu a{
	text-decoration: none;
    color: #000000;
    line-height: 40px;
    font-size: 17px;
    padding-left: 15px;
}

.left-box .left-menu .main-menu:hover{
    background: #ececec;
	border: 1px solid #ececec;
}

.left-box .menu-box .drop-toggle{
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
}

.left-box .menu-box .drop-toggle .active-state{
	display:none;
}

.left-box .menu-box .drop-toggle.active .inactive-state{
	display:none;
}

.left-box .menu-box .drop-toggle .inactive-state{
	display:block;
}

.left-box .menu-box .drop-toggle.active .active-state{
	display:block;
}

.left-box .menu-box .add-on-menu{
	display: none;
	flex-direction: column;
    line-height: 30px;
}

.left-box .left-menu .add-on-menu .add-on-list{
    margin-left: 25px;
    color: black;
    font-size: 12px;
	cursor: pointer;
}

.left-box .left-menu .add-on-menu .add-on-list:hover{
    background: #ececec;
}

.left-box .left-menu .add-on-menu .add-on-list a{
    text-decoration: none;
    color: black;
}

.right-box.sale-box{
    display: flex;
    padding: 10px;
	width: 100%;
	flex-wrap: wrap;
}

/* group page */

.group-banner .maximize{
	width: 100%;
	height: auto;
}

.group-cat-banner-container .title-group{
	font-size: 24px;
}

.group-cat-banner-container .limited{
	display: flex;
	justify-content: space-between;
}

.group-cat-banner-container .limited .cat-item{
	margin: 0px 15px;
}

.group-cat-banner-container .limited .cat-item img{
	width: 120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.group-cat-banner-container .cat-item a{
	color: black !important;
	text-decoration: none;
}

.group-cat-banner-container .cat-item .cat-title{
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

.recommendation-per-categories .owl-stage{
	display: flex;
	flex-wrap: wrap;
}

.recommendation-per-categories .product-item{
    padding: 20px;
	width: 280px;
}

.recommendation-per-categories .product-item.to-cat{
    padding: 20px;
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 100%;
	background: #e5e5e5;
	border-radius: 15px;
}

.recommendation-per-categories .product-item.to-cat .text{
	color: red;
	text-decoration: underline;
}


.recommendation-per-categories .recommendation-title{
	font-size: 20px;
}

.recommendation-per-categories .product-item a{
	text-decoration: none;
}

.recommendation-per-categories .product-item .product-wrapper{
	text-align: center;
	width: 100%;
	padding-top: 100%;
	overflow:hidden;
	position: relative;
	margin-bottom: 10px;
}

.recommendation-per-categories .product-item .product-item-text .promo-khusus{
	color: black;
    font-size: 11px;
    background: #f1ae25;
    border-radius: 0px 0px 60px 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
	height: 25;
}

.recommendation-per-categories .product-item .product-item-text .filler{
	height: 25px;
	width: 100%;
	margin-bottom: 7px;
}

.recommendation-per-categories .product-item .product-wrapper .product-certifed{
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 2;
}

.recommendation-per-categories .product-item .product-wrapper .product-certifed img{
	width: 70px;
}

.recommendation-per-categories .product-item .product-wrapper .price-cut{
	position: absolute;
	color: white;
	background: rgb(175, 29, 47);
	height: 20px;
    min-width: 20px;
    padding: 0px 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    cursor: default;
    display: inline-block;
    user-select: none;
    border-radius: 3px;
	z-index: 2;
	top: 0px;
	left: 0px; 
}

.recommendation-per-categories .product-item .product-wrapper > img{
    position: absolute;
	width: 100%;
	height: auto;
	transition: all 0.2s linear;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.recommendation-per-categories .product-item .product-wrapper:hover > img{
	width: 110%;
	left: -10px;
	top: -10px;
}

.recommendation-per-categories .product-item .product-item-text h3{
    font-size: 16px;
    color: black;
    font-weight: bold;
	margin-bottom: 5px;
	line-height: 18px;
	max-height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation-per-categories .product-item .product-item-text h4{
    font-size: 14px;
    color: black;
	margin-bottom: 2px;
	max-height: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendation-per-categories .product-item .product-item-text h2 {
    font-size: 18px;
    color: red;
	margin-bottom: 0px;
}

.recommendation-per-categories .product-item .product-item-text h5 {
    font-size: 14px;
    /*color: #959595;*/
    color: black;
	margin-top: 5px;
	text-decoration:line-through;
    display: flex;
    justify-content: space-between;
	min-height: 17px;
	margin-bottom: 5px;
}

.recommendation-per-categories .product-item .product-item-text span {
    color: red;
    font-size: 14px;
}

.recommendation-per-categories .product-item .product-item-text .product-rate-sale {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.recommendation-per-categories .product-item .product-item-text .product-rate-sale i{
	color: yellow;
	margin-right: 5px;
}

.recommendation-per-categories .product-item .product-item-text .product-rate-sale .rate{
	color: #959595;
	margin-right: 90px;
}

.recommendation-per-categories .product-item .product-item-text .product-rate-sale .sale{
	color: #959595;
}

.recommendation-per-categories .product-item .product-item-text .add-to-cart{
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #69b8b2;
    color: white;
}

.recommendation-per-categories .product-item .product-item-text .add-to-cart:hover{
    background-color: #f1ae25;
	color: black;   
} 


@media only screen and (max-width: 1400px){
	.group-cat-banner-container .title-group{
		padding-left: 20px;
	}
	
	.recommendation-per-categories .recommendation-title{
		padding-left: 20px;
	}

}


/* additional promo page style */
.right-box.sale-box .message-box{
	margin-top: 20px;
	margin-bottom: 30px;
}

.right-box.sale-box .message-box .main-message{
	color: white;
    background: #f88376;
    font-size: 2.1rem;
    padding: 40px 5%;
    line-height: 2.3rem;
    border-radius: 20px 20px 20px 0px;
	font-weight:bold;
	text-align: center;
}

.right-box.sale-box .message-box .tail-message{
    border-top: 0px solid #ef7a8a;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #ef7a8a;
    border-right: 0px solid transparent;
	width: 0px;
	height: 0px;
}

.right-box.sale-box .main-promo-section{
	position:relative;
	width: 100%;
}

.right-box.sale-box .promo-section{
	position:relative;
	width: 100%;
}

.right-box.sale-box .hot-sale-nav{
	position: absolute;
    top: calc(50% - 36px);
	display: flex;
	flex-wrap: wrap;
	left:-20px;
	right:-20px;
	justify-content: space-between;
	font-size: 3rem;
}

.right-box.sale-box .hot-sale-nav i{
	cursor:pointer;
}

.right-box.sale-box .product-item{
    padding: 20px;
}

.right-box.sale-box .product-item a{
	text-decoration: none;
}

.right-box.sale-box .product-item .product-wrapper{
	text-align: center;
	width: 100%;
	padding-top: 100%;
	overflow:hidden;
	position: relative;
	margin-bottom: 10px;
}

.right-box.sale-box .product-item .product-wrapper .product-cover-acc{
	position: absolute;
	bottom: 10px;
    right: 10px;
	z-index: 3;
}

.right-box.sale-box .product-item .product-wrapper .product-cover-acc img{
	width: 80px;
	height: auto;
}

.right-box.sale-box .product-item .product-wrapper .product-certifed{
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 2;
}

.right-box.sale-box .product-item .product-wrapper .product-certifed img{
	width: 60px;
}

.right-box.sale-box .product-item .product-wrapper .hotsale-logo{
	display: flex;
    background-color: #fbb84a;
	border-radius: 0px 0px 60px 0px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.right-box.sale-box .product-item .product-wrapper .hotsale-logo .small-text{
	font-size: 14px;
	margin-top: auto;
	margin-bottom: auto;
}

.right-box.sale-box .product-item .product-wrapper .price-cut{
	width: 40px;
    position: absolute;
    color: #FF1400;
    background: #f1ae25;
    height: 35px;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    cursor: default;
    display: flex;
    user-select: none;
    border-radius: 3px;
    z-index: 2;
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 50px;
    justify-content: center;
    align-items: center;
}

.right-box.sale-box .product-item .product-wrapper > img{
    position: absolute;
	width: 100%;
	height: auto;
	transition: all 0.2s linear;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.right-box.sale-box .product-item .product-wrapper:hover > img{
	width: 110%;
	left: -10px;
	top: -10px;
}

.right-box.sale-box .product-item .product-item-text h3{
    font-size: 16px;
    color: black;
    font-weight: bold;
	margin-bottom: 5px;
	line-height: 18px;
	max-height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-box.sale-box .product-item .product-item-text h4{
    font-size: 14px;
    color: black;
	margin-bottom: 2px;
	max-height: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-box.sale-box .product-item .product-item-text h2 {
    font-size: 18px;
    color: red;
	margin-bottom: 0px;
}

.right-box.sale-box .product-item .product-item-text h5 {
    font-size: 14px;
    /*color: #959595;*/
    color: black;
	margin-top: 5px;
	text-decoration:line-through;
    display: flex;
    justify-content: space-between;
	min-height: 17px;
	margin-bottom: 5px;
}

.right-box.sale-box .product-item .product-item-text span {
    color: red;
    font-size: 14px;
}

.right-box.sale-box .product-item .product-item-text .product-rate-sale {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.right-box.sale-box .product-item .product-item-text .product-rate-sale i{
	color: yellow;
	margin-right: 5px;
}

.right-box.sale-box .product-item .product-item-text .product-rate-sale .rate{
	color: #959595;
	margin-right: 90px;
}

.right-box.sale-box .product-item .product-item-text .product-rate-sale .sale{
	color: #959595;
}

.right-box.sale-box .product-item .product-item-text .add-to-cart{
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #FF0000;
    color: #fff;
}

.right-box.sale-box .product-item .product-item-text .add-to-cart:hover{
    background-color: #3e8d88;
	color: white;   
} 


.right-box.sale-box .pre-product-text{
	display: flex;
    flex-wrap: wrap;
    color: white;
    background: #3e8d88;
    font-size: 19px;
    padding: 10px 2%;
    line-height: 1.8rem;
    border-radius: 0px 20px 0px 0px;
    width: fit-content;
    margin-top: 30px;
    font-weight: bold;
}