/*!
* Design by Avrial Ramdhani
*/

.color{
    color: #932C25;
    color: #DA251E;
    color: #9CBE5D;
    color: #1CA68D;
    color: #3789C1;
    color: #3C55A3;
    color: #201E1E;
    color: #4B4B4D;
	color: #E6E7E8;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 13px;
}
a{
	color: #A4508E;
    cursor: pointer;
    text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,a:focus,a:hover{
	color: #201E1E;
}
i{
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:focus{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:active{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:click{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	text-decoration: none;
}
.assets_page{
	overflow-x: hidden;
	overflow-y: hidden;
}
button:active{
	box-shadow: none!important;
}
button:focus{
	box-shadow: none!important;
}
button:click{
	box-shadow: none!important;
}
/*Model*/

.fade{
	z-index:1200;
	cursor: pointer;
}
.modal{
	z-index:1202;
}
.modal._web{
	top: 0px;
	z-index:1202;
}
.modal.in{
	cursor: pointer;
	background-color: rgba(75, 75, 77, 0.1);
}
.modal button{
	border-radius: 5px;
}
.modal .modal-content{
	border-radius: 10px;
	cursor: default;
}
.modal .modal-footer{
	border-top: 1px solid #E6E7E8;
}
.modal .modal-footer button{
	padding: 5px 10px 5px 10px;
}
.modal .alert{
	border-radius: 10px;
	margin-bottom: 0px;
}
.modal .data-view{
	max-height: 500px;
	overflow-y: auto;
	margin-bottom: 10px;
}
.modal .data-view img{
	width: 100%;
	border-radius: 10px;
}
.modal-body{
	padding: 10px;
}
.modal-body .close{
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 10px 15px;
	background-color: #A4508E;
	color: #FFFFFF;
	opacity: 0.8;
	z-index: 9;
}
.modal-body .close:hover{
	background-color: #A4508E;
	color: #FFFFFF;
	opacity: 1;
}
.model_hd_page{
	border: 1px solid #E6E7E8;
}
.hd_model{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E7E8;
	margin-bottom: 10px;
}
.text_model{
	padding-top: 10px;
}
.modal-body .image_data{
	width: 100%;
	margin-bottom: 10px;
}
.modal-body .image_data img{
	width: 100%;
	border: 1px solid #E6E7E8;
}

.title_model_hd_page{
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 10px;
}
.label_model_hd_page.v1{
	margin-top: 5px;
}
.label_model_hd_page{
	padding: 2px 5px;
	font-size: 12px;
	color: rgb(105, 105, 105);
}
.txt_bold_model_hd_page{
	padding: 2px 5px;
	font-size: 16px;
	font-weight: 600;
	color: #f96d01;
}
.tab_content_page{
	border: 1px solid #E6E7E8;
	border-top: 0px;
}
.get_data_model_tabs{
	padding: 5px;
	max-height: 200px;
	overflow-y: auto;
}
.bg_form_modal{
	padding: 0px 0px 0px;
}
.lb_form_modal{
	padding: 0px 0px 5px;
	font-size: 14px;
	color: rgb(105, 105, 105);
	font-weight: 600;
}
.form_modal{
	padding: 0px;
	margin-bottom: 5px;
}
.form_modal.form_left{
	padding-right: 5px;
}
.form_modal.form_right{
	padding-left: 5px;
}
.bg_form_modal select {
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
	padding: 7px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
    cursor: pointer;
}
.bg_form_modal input[type=file]{
	display: none;
}
._form_kontak input[type="text"] {
    width: 100%;
    height: 40px;
	font-size: 16px;
    padding: 7px 5px 5px 5px;
    background-color: #FFF;
    border: 1px solid #E6E7E8;
    color: #4B4B4D;
    -moz-appearance: textfield;
    border-radius: 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
._form_kontak textarea {
    width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 200px;
	height: 200px;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	border: 1px solid #E6E7E8;
	color: #4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
}
._form_kontak input:focus,._form_kontak textarea:focus{
	border:1px solid #E6E7E8;
	-moz-appearance: textfield;
	cursor: text;
	text-decoration: none;
	outline: none;
}
.bg_icon_home__ .btn button{
	background-color: #A4508E;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}
._form_kontak .text_kontak__{
	padding-bottom: 5px;
	font-size: 16px;
}
.text_kontak__ span{
	color:red;
}
.icon_home__{
	padding-left: 5px;
	padding-right: 5px;
}

/*Header Website*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background: center;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 5px;
}
.bg_header .navbar-header button{
    margin-top: 13px;
}
.bg_header{
	background-color: #FFFFFF;
}
.bg_header .navbar-default{
	height: 90px;
	background-color: #FFFFFFC2;
	border-bottom: 1px solid #E6E7E8;
}
.bg_header .navbar-brand img{
    margin-top: -13px;
	height: 60px;
}
.bg_header .navbar-nav{
    margin-top: 20px;
    font-size: 15px;
}
.navbar li a, .navbar .navbar-brand { 
    color: #000 !important;
    font-weight: 600;
}
.navbar-nav li a:hover {
    color: #A4508E !important;
}
.navbar-nav li.active a {
    color: #A4508E !important;
	border-bottom: 2px solid #A4508E;
}
.dropdown-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav .dropdown-menu li:hover {
    color: #FFFFFF !important;
    background-color: #A4508E !important;
}
.navbar-nav .dropdown-menu li a:hover {
    color: #FFFFFF !important;
    background-color: #A4508E !important;
	animation: bgcsshdmn 0.5s forwards;
}
@keyframes bgcsshdmn {
  from {background-color: #A4508E;}
  to {background: linear-gradient(95deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);}
}
.dropdown-toggle.active{
    color: #A4508E !important;
	border-bottom: 3px solid #A4508E;
}
.open .dropdown-toggle {
  color: #A4508E;
  background-color: #FFF0 !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    color: #A4508E !important;
	border-bottom: 2px solid #A4508E;
}

.bg_loading{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	z-index: 99999;
}
.data_alert_page{
    max-width: 250px;
	position: fixed;
	right: 5px;
	top: 70px;
	margin-top: 5px;
	padding: 0px;
	z-index: 9;
	opacity: 0.9;
}
.data_alert_page:hover{
	opacity: 1;
}
.data_alert_page .alert{
	margin: 5px 0px;
	padding: 10px;
}
.data_alert_page .close{
	margin-top: -2px;
}

.container_home{
    margin-top: 20px;
}
.container_home.singel{
    margin-top: 180px;
}

.bg_left_home{
    margin-bottom: 15px;
    margin-top: -80px;
}
.bg_right_home{
    background-color: #FFFFFF;
    padding: 0px;
}
.right_home{
    margin-bottom: 10px;
}
.title_hd_home{
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
	margin-top: 0px;
    color: #A4508E !important;
	text-align: center;
}
.title_hd_home a{
	text-decoration: none;
    color: #A4508E !important;
}
.border_bottom{
	width: 20px;
	height: 3px;
	background-color: #A4508E;
}
.title_hd_detail{
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 15px;
    color: #000 !important;
}
.title_detail{
    font-size: 18px;
	margin-top: -5px;
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: rgb(41, 41, 41) !important;
}
.title_detail img{
	width: 90px;
	padding:5px;
	border-radius: 10px;
    background-color: rgb(216, 42, 42);
}
.title_detail_1{
    font-size: 18px;
	margin-top: -5px;
    padding: 0px;
    padding-left: 5px;
    margin-bottom: 15px;
    color: rgb(41, 41, 41) !important;
}
.title_detail_1 img{
	width: 120px;
	border-radius: 10px;
}
.title_detail .bt{
	width: 90px;
	padding:6px;
	border-radius: 10px;
    background-color: #A4508E;
	text-align: center;
	color: #FFFFFF;
	border: none;
}
.title_detail i{
    color: rgb(248, 244, 0);
	padding-left: 5px;
	cursor: pointer;
}
.title_detail i.def{
    color: rgb(41, 41, 41) !important;
	padding-left: 5px;
	cursor: pointer;
}

/* tabs */
.tab {
	margin-top: 20px;
	overflow: hidden;
	border-top: 2px solid #E6E7E8;
	border-bottom: 2px solid #E6E7E8;
}
  
/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
	transition: 0.3s;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 2px solid #FFFFFF;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: transparent;
	border-bottom: 2px solid #A4508E;
	font-weight: 600;
	-webkit-animation: slide 0.1s forwards;
    -webkit-animation-delay: 0.1s;
    animation: slide 0.1s forwards;
    animation-delay: 0.1s;
}

/* Create an active/current tablink class */
.tab button.active {
	border-bottom: 2px solid #A4508E;
	color: #A4508E;
	font-weight: 600;
	-webkit-animation: slide 0.1s forwards;
    -webkit-animation-delay: 0.1s;
    animation: slide 0.1s forwards;
    animation-delay: 0.1s;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 0px;
	border-top: none;
}

.title_hd_price__{
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 12px;
    color: #A4508E !important;
}
.line{
	width: 100px;
	border-bottom: 2px solid #A4508E;
}
.text_center{
	text-align: center;
}

.bg_icon_home{
    padding: 0px;
    margin-top: 10px;
}
.icon_home{
    padding: 0px 10px;
    max-height: 200px;
}
.icon_home a{
    text-decoration: none;
    color: #1a1919;
}

.icon_home a .text_new{
    text-decoration: none;
    color: #FFFFFF;
}
.icon_home img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #E6E7E8;
	-webkit-box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #FFFFFF;
}
.img_lang img{
	width: 22px;
	height: 22px;
	border-radius: 100px;
}
.text_product{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    background-color: #b5b3b361;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}
.img_list_produk{
	width: 100%;
    height: 250px;
}
.icon_produk {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border: 1px solid #E6E7E8;
    -webkit-box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #FFFFFF;
	margin-bottom: 20px;
}
.icon_produk img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.icon_home .img_list_produk img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.price_produk{
	color:#A4508E;
}
.tetx_product label{
	position: relative;
}
.text_product_new{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    background-color: #b5b3b361;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}
.text_new{
    position: absolute;
    top: 10px;
	right: 20px;
    width: 35px;
    height: 35px;
    background-color: #ea2a2a;
    border-radius: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 35px;
}
.body_testimoni{
	margin-top: 100px;
}
.main_testimoni .img_list__ {
  height: 280px;
  background-color: #b5b3b361;
  min-height: 260px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;

}
.main_testimoni .img_list__ img {
	width: 100%;
	object-fit: contain;
	height: auto;
	border: 0px solid #E6E7E8;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
}
.padd_testimoni{
	padding-left: 0;
	padding-right: 0;
}

.txt_name{
    height: 35px;
	line-height: 35px;
	color: #000000;
	font-weight: 600;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: pre-wrap;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
}
.txt_name_new{
    height: 35px;
	line-height: 35px;
	color: #000000;
	font-weight: 600;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: pre-wrap;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
}
.bg_left_home__{
	margin-top: 0px;
    margin-bottom: 0px;
}
.bg_new_home__{
    margin-bottom: 15px;
    margin-top: -75px;
}
.bg_icon_home__{
    padding: 0;
}
.main_icon_home__{
    padding: 0px;
    border: 1px solid #E6E7E8;
    background-color: #FFFFFF;
    border-radius: 10px;
	margin-bottom: 20px;
}
.main_video__ {
    padding: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}
.main_search__ {
    padding: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
	margin-top: 50px;
}
.title_vide__{
	font-size: 24px;
	font-weight: 600;
	padding-left: 5px;
	margin-bottom: 15px;
	color: #1f1f1f !important;
	text-align: center;
}
.title_terkait__{
	font-size: 24px;
	font-weight: 600;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #1f1f1f !important;
}
.main_icon_home__ .img_list__{
	/* height: 263px; */
    background-color: #b5b3b361;
	/* min-height: 260px; */
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.main_icon_home__ .img_list__ img{
    width: 100%;
    /* object-fit: contain; */
	min-height: 250px;
	height: auto;
    border: 0px solid #E6E7E8;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
}
.main_icon_home__ .img_list_detail__ img{
    width: 100%;
	text-align: center;
    object-fit: contain;
    border: 0px solid #E6E7E8;
    background-color: #FFFFFF;
    border-radius: 10px;
	/* margin-bottom: 20px; */
}
.main_icon_home__ .img_list_detail__{
    text-decoration: none;
    color: #1a1919;
}
.main_icon_home__ a{
    text-decoration: none;
    color: #1a1919;
}
.main_icon_home__ .text_product_new__{
    position: relative;
    bottom: 0;
    width: 100%;
	min-height: 40px;
    background-color: #b5b3b361;
    border-radius: 0 0 10px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 7px;
}
.main_icon_home__ .text_product_new__ .text_product_price__{
    font-size: 15px;
	color: #A4508E;
}
.main_icon_home__ .text_new__{
    position: absolute;
    top: 15px;
    background-color: #A4508E;
	color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding:10px 10px;
}
.main_icon_home__ .ratting__{
    position: absolute;
	width: 100%;
    /* top: 20px; */
    background-color: transparent;
	color: #efbe00;
    text-align: center;
    font-weight: 600;
    padding:5px 10px;
	margin-top: -34px;
}
.main_icon_home__ .ratting__ span{
	width: auto;
    background-color: #A4508E;
	color: #efbe00;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding:5px 10px;
	border-radius: 10px 10px 0px 0px;
}
.main_icon_home__ .text_red__{
    position: absolute;
    top: 6px;
	right: 6px;
    background-color: #ea2a2a;
	color: #FFFFFF;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding:5px 10px;
}
.main_icon_home__ .text_promo__{
    position: absolute;
    top: 6px;
	right: 6px;
    background-color: #A4508E;
	color: #FFFFFF;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding:5px 10px;
}
.main_icon_home__ .text_start__{
    position: absolute;
    top: 3px;
	left: 1px;
	color: rgb(248, 244, 0);
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding:5px 6px;
}

/* Whay Home */
.whay_home {
	left: 0px;
	background-color: #ffffff;
	color: #4B4B4D;
	overflow-x: scroll;
	white-space: nowrap;
	z-index: 6;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.whay_home::-webkit-scrollbar {
	display: none;
}
.whay_home {
	-ms-overflow-style: none;  /* IE and Edge */
	overflow-x: auto;
}
div.whay_home .row_whay {
  display: inline-block;
  color: #4B4B4D;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  vertical-align: top;
}
.col_whay{
	float: left;
	background-color: #A4508E;
	background: linear-gradient(163deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);
	border: 1px solid #E6E7E8;
	padding: 16px;
	border-radius: 10px;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 270px;
}
.col_whay:last-child{
	margin-right: 0px;
}
.col_whay .image{
	float: left;
	width: 100px;
}
.col_whay .image img{
	width: 100%;
}
.col_whay .text, .col_whay .text div{
	white-space: normal;
	float: left;
}
.col_whay .text .title{
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF !important;
}
.col_whay .text .desc{
    font-size: 14px;
    padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF !important;
}
.bg_client_view{
	padding: 10px;
}
.client_view{
	padding: 15px;
}
.bg_client_view img{
	width: 100%;
	border-radius: 10px;
}
.btn_cat_home button{
	border: 1px solid #E6E7E8;
	background-color: #A4508E;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	border-color:#E6E7E8;
}
.btn_cat_home button:click{
	border-color:#E6E7E8;
}
.btn_cat_home button:hover{
	border: 1px solid #E6E7E8;
    background-color: #A4508E !important;
	animation: bgcssbtn 0.5s forwards;
	color: #FFFFFF;
}

.bg_cat_home{
	background-color: transparent;
}
.bg_cat_home .bg_cat_home_main {
  display: inline-block;
  color: #4B4B4D;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  vertical-align: top;
}
.cat_home_main{
	width: 100%;
	background-color: #A4508E;
	background: linear-gradient(163deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);
	border: 1px solid #E6E7E8;
	padding: 16px;
	border-radius: 10px;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
.cat_home_main:last-child{
	margin-right: 0px;
}
.cat_home_main a{
	text-decoration: none;
}
.cat_home_main .image{
	float: left;
	width: 100px;
}
.cat_home_main .image img{
	width: 100%;
}
.cat_home_main .text .title{
    font-size: 18px;
	line-height: 40px;
    font-weight: 600;
    padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF !important;
}
.cat_home_main .text .link{
	text-decoration: none;
    font-size: 14px;
    padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #FFFFFF !important;
}



@keyframes bgcssbtn {
  from {background-color: #A4508E;}
  to {background: linear-gradient(95deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);}
}

.box_order{
	/* left: 0px;
	background-color: #ffffff;
	color: #4B4B4D;
	z-index: 6;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px; */
}
.no_padd_order{
	padding: 0;
}
.padd_order{
	padding-left: 10px;
  	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pos_img{
	text-align: left;
	height: 102px;
	line-height: 102px;
}
div.box_order .row_order{
	display: inline-block;
	color: #4B4B4D;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	vertical-align: top;
}
.row_order{
	margin-left: 0;
	margin-right: 0;
}
.box_img img{
	width: 100%;
}
.col_order{
	float: left;
	background: linear-gradient(163deg, rgb(164, 80, 142) 65%, rgba(251,205,63,0.6) 98%);
	border: 1px solid #E6E7E8;
	padding: 5px;
	border-radius: 10px;
	font-size: 16px;
	color: #ffffff;
	/* margin-right: 10px; */
	margin-bottom: 5px;
	/* width: 270px; */
}
.col_order .image {
	float: left;
	width: 90px;
}
.col_order .image img {
	width: 100%;
}
.col_order .text, .col_order .text div {
	white-space: normal;
	/* width: 150px; */
}
.col_order .text .title {
	font-size: 16px;
	font-weight: 600;
	padding: 0px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff !important;
}
.col_order .text .desc {
	font-size: 14px;
	padding: 0px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff !important;
}

.icon_whay__ img{
	width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
	margin: 10px;
}
.title_why__ {
    font-size: 30px;
    font-weight: 600;
    padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #1f1f1f !important;
}
.text_dec a{
    color: #A4508E;
	text-decoration-line: underline;
}

.list_advantage_pad{
	padding-top: 5px;
}
.list_advantage{
	font-size: 16px;
	color: #A4508E;
	padding-left: 0;
	margin-bottom: 10px;
}
.bt_pesan_detail{
	background: linear-gradient(163deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);
}
.btn bt_pesan_detail:hover{
	background: linear-gradient(163deg, rgba(164,80,142,1) 65%, rgba(251,205,63,0.6) 98%);
}
.bg_welcome_home{
    background-color: #b5b3b361;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg_welcome_home .title{
	font-size: 24px;
	font-weight: 600;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.bg_welcome_home .text{
	font-size: 16px;
    color: rgba(0,0,0,0.6);
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.bg_welcome_home .btn button{
	background-color: #A4508E;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
}
.bg_border_bottom{
	margin-top: -7.5px;
}
.border_bottom{
	height: 3px;
}
.border_bottom.wd_100{
	width: 100px;
}
.border_bottom.wd_75{
	width: 75px;
}

.bg_pag{
	margin-top: 20px;
	margin-bottom: 20px;
}
.title_produk_terlaris{
	font-size: 14px;
	font-weight: 600;
}
.bg_produk_terlaris{
	margin-top: 0;
	margin-bottom: 0;
}
.box_produk_terlaris{
	background-color: #ffffff;
	color: #4B4B4D;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	padding: 15px 15px 20px 15px;
}
.produk_terlaris {
	left: 0px;
	overflow-x: scroll;
	white-space: nowrap;
	z-index: 6;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	margin-top: 10px;
}
.pad_price{
	padding-left: 0;
	padding-right: 0;
}
.main_icon_home__ .pad_price button{
	margin-top: -13px;
	font-size: 16px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_rating{
	padding-left: 0;
	padding-right: 0;
	color: #efbe00;
	margin-top: 3px;
}

.bg_kategori_produk{
	margin-top: 10px;
	margin-bottom: 20px;
}
.kategori_produk {
	text-align: center;
	left: 0px;
	background-color: #ffffff;
	color: #4B4B4D;
	overflow-x: scroll;
	white-space: nowrap;
	z-index: 6;
	padding: 15px;
	padding-bottom: 5px;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	padding-left: 25px;
}
.kategori_produk::-webkit-scrollbar {
	display: none;
}
.kategori_produk {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

div.kategori_produk a {
  display: inline-block;
  color: #4B4B4D;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  margin-left: -10px;
  margin-right: 10px;
}

div.kategori_produk a:hover {
  background-color: transparent;
  color: #4B4B4D;
}

div.kategori_produk a.active {
  background-color: #E69023;
  color: #4B4B4D;
}

.bg_kategori_produk:hover .btn_sc{
	display: block;
}

.btn_left_cat{
  display: none;
  margin-top: 18.5px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  border-radius: 50%;
  border: 1px solid #E6E7E8;
  background-color: #ffffff;
  box-shadow: 5px rgba(33,33,33,.2);
  cursor: pointer;
  margin-left: -15px;
}
.btn_right_cat{
  display: none;
  right: 10px;
  margin-top: 18.5px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border-radius: 50%;
  border: 1px solid #E6E7E8;
  background-color: #ffffff;
  box-shadow: 5px rgba(33,33,33,.2);
  cursor: pointer;
}

.btn_left_pro{
	display: none;
	left: 3.5px;
	margin-top: 65px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 13px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
	margin-left: -15px;
}
.btn_right_pro{
	display: none;
	right: -10px;
	margin-top: 65px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
}

.btn_left_pro_detail{
	display: none;
	left: 3.5px;
	margin-top: 220px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 13px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
	margin-left: -15px;
}
.btn_right_pro_detail{
	display: none;
	right: -10px;
	margin-top: 220px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
}

.title_list_kategori{
	padding-left: 25px;
	padding-right: 25px;
}
.box_produk{
	left: 0px;
	overflow-x: scroll;
	white-space: nowrap;
	z-index: 6;
	scrollbar-width: none;
}
.box_produk::-webkit-scrollbar {
	display: none;
}
.produk_out{
	margin-bottom: 5px;
}
.produk_out:hover .btn_sc{
	display: block;
}

.list_kategori{
	float: left;
	background-color: #ffffff;
	border: 1px solid #E6E7E8;
	padding: 10px;
	border-radius: 10px;
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 5px;
}
.list_kategori.active{
	color: #ffffff;
	background-color: #A4508E;
	border: 1px solid #A4508E;
}

.bg_list_galeri{
	padding: 0px 5px;
}
.list_galeri {
	text-align: center;
	left: 0px;
	background-color: #ffffff;
	color: #4B4B4D;
	overflow-x: scroll;
	white-space: nowrap;
	padding: 5px 15px 15px 15px;
	z-index: 6;
	padding-bottom: 5px;
	padding-left: 25px;
}
.list_galeri::-webkit-scrollbar {
	display: none;
}
.list_galeri {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.btn_left_cat_galeri{
	display: none;
	left: 5px;
	margin-top: 20.5px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
}
.btn_right_cat_galeri{
  	display: none;
  	right: 5px;
	margin-top: 20.5px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 2px;
	border-radius: 50%;
	border: 1px solid #E6E7E8;
	background-color: #ffffff;
	box-shadow: 5px rgba(33,33,33,.2);
	cursor: pointer;
}

.bg_list_galeri:hover .btn_sc{
	display: block;
}

div.list_galeri a{
  display: inline-block;
  color: #4B4B4D;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  margin-left: -10px;
  margin-right: 10px;
}

div.list_galeri a:hover {
  background-color: transparent;
  color: #4B4B4D;
}

div.list_galeri a.active {
  background-color: #E69023;
  color: #4B4B4D;
}

.list_img{
	float: left;
	background-color: #ffffff;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 5px;
}
.list_img img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 10px;
}
.list_img img:hover{
	border: 1px solid #A4508E;
}
.list_img img:active{
	border: 1px solid #A4508E;
}
.list_img img.active{
	border: 1px solid #A4508E;
}
.list_img.active{
	color: #ffffff;
	background-color: #A4508E;
	border: 1px solid #A4508E;
}

.bg_about{
    background-color: #A4508E;
	color: #FFFFFF;
	margin-top: 90px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg_about .title{
	font-size: 32px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg_about .text{
	font-size: 21px;
    color: rgba(0,0,0,0.6);
	padding-top: 5px;
	padding-bottom: 5px;
}
.bg_about_text{
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg_about_text .text{
	font-size: 16px;
    color: #333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bg_list_home{
    padding: 0px;
    margin-top: 10px;
}
.list_home{
    padding: 0px 5px;
    margin-bottom: 10px;
}
.list_home a{
    cursor: pointer;
    text-decoration: none;
}
.view_list_home{
    max-height: 340px;
    padding: 0px;
    border: 1px solid #E6E7E8;
	-webkit-box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.view_list_home .img_list{
    max-height: 175px;
	border-bottom: 1px solid #E6E7E8;
}
.view_list_home .img_list img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.view_list_home .title_list{
    padding: 5px;
    padding-bottom: 0px;
    color: #201E1E;
    font-size: 16px;
    font-weight: 600;
}
.view_list_home .date_list{
    padding: 5px;
    padding-top: 0px;
    color: #DA251E;
    font-size: 12px;
}
.view_list_home .desc_list{
    padding: 5px;
    padding-top: 0px;
    color: #201E1E;
    font-size: 12px;
}
.view_list_home:hover .title_list{
    color: #DA251E;
}

.icon_home__.prod_img{
	padding: 10px;
}

.view_singel{
    padding: 0px;
    border: 1px solid #E6E7E8;
	-webkit-box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.view_singel.no_border{
    padding: 0px;
    border: 0px solid #E6E7E8;
	-webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
}
.view_singel .img_list{
    max-height: 100%;
	border-bottom: 1px solid #E6E7E8;
}
.view_singel .img_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view_singel .title_list{
    padding: 10px;
    padding-bottom: 0px;
    color: #201E1E;
    font-size: 20px;
    font-weight: 600;
}
.view_singel .title_list.page{
    padding: 10px;
    color: #201E1E;
    font-size: 20px;
    font-weight: 600;
	border-bottom: 1px solid #E6E7E8;
}
.view_singel .date_list{
    padding: 10px;
    padding-top: 0px;
    color: #DA251E;
    font-size: 12px;
    margin-bottom: 10px;
	border-bottom: 1px solid #E6E7E8;
}
.view_singel .desc_list{
    padding: 10px;
    padding-top: 10px;
    color: #201E1E;
    font-size: 13px;
}

.view_singel .bg_det_ormas{
    padding: 0px;
}
.bg_det_ormas .det_logo{
	margin-top: 10px;
}
.bg_det_ormas .det_logo .img_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	margin-bottom: 10px;
}
.bg_det_ormas .det_text{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bg_det_ormas .det_text .view_text{
	padding: 0px;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #E6E7E8;
}
.bg_det_ormas .det_text .view_text .text_right{
	padding-left: 30px;
	font-weight: 600;
}
.text_right{
	float: right;
}
.text_spek{
	float: left;
	width: 100%;
	font-size: 14px;
	padding:5px 10px;
}
.text_spek_left, .text_spek_right{
	float: left;
	padding: 5px;
}
.text_spek_left span{
	float: right;
}

.no_padd_side{
	padding: 10px 0 10px 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.form_page{
    padding: 15px;
}
.form_input .tag_title{
	padding: 5px 0px;
	font-size: 13px;
	font-weight: 600;
	color: #4B4B4D;
}
.form_input .tag_title span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #ED3237;
}
.form_input .tag_title label{
	margin-bottom: 0px;
}
.form_input button{
	margin-top: 10px;
	border-radius: 5px;
}
.form_input .btn_full{
	margin-top: 0px;
}
.form_input .btn_full button{
	margin-top: 10px;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	border: 1px solid #E6E7E8;
}
.form_input .btn_full.top_20{
    margin-top: 20px;
}
.form_input .btn_200{
	margin-top: 0px;
}
.form_input .btn_200 button{
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #E6E7E8;
	width: 200px;
	height: 40px;
}
.form_input img{
	width: 100%;
	cursor: pointer;
    border: 1px solid #E6E7E8;
    border-radius: 10px;
}
.form_page form{
	width: 100%;
}
.form_page input[type=email],.form_page input[type=text],.form_page input[type=password],.form_page input[type=number] {
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.form_page input[type=email]:disabled,.form_page input[type=text]:disabled,.form_page input[type=password]:disabled,.form_page input[type=number]:disabled,.form_page input[type=checkbox]:disabled {
	background-color: #EEE;
	cursor: not-allowed;
}
.form_page input[type=email]:read-only,.form_page input[type=text]:read-only,.form_page input[type=password]:read-only,.form_page input[type=number]:read-only,.form_page input[type=checkbox]:read-only {
	background-color: #EEE;
	cursor: not-allowed;
}
.form_page input[type=text].pointer{
	cursor: pointer;
}
.form_page input[type=file] {
	display: none;
}
.form_input .input-group input{
	border-radius: 5px 0px 0px 5px;
    
}
.form_input .input-group-btn button{
    margin-top: -0px;
	height: 40px;
}
.form_page select {
	width: 100%;
	height: 40px;
	padding: 7px 5px 5px 5px;
	margin: 0px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
    cursor: pointer;
	border-radius: 5px;
}
.form_page textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 200px;
	height: 200px;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
}
.form_page select:disabled,.form_page textarea:disabled {
	background-color: #EEE;
	cursor: not-allowed;
}

.data_page{
	width: 100%;
	font-size: 14px;
}
.bg_data_page{
    padding: 5px 15px;
}
.table_data{
	overflow-x: auto;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
}
.table_data table {
	width: 100%;
}
.table_data i {
	color:#A63234;
	cursor: pointer;
}
.table_view{
	width: 100%;
}
.table_view p{
	padding: 0px;
	margin: 0px;
}
.table_view a{
	text-decoration: none;
	color: #A63234;
}
.table_view tr th {
	font-size: 12px;
	color: #201E1E;
	padding: 10px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background-color: rgba(230,231,232,0.3);
}
.table_view tr td {
	padding: 5px;
	border: 1px solid #E0E0E0;
	border-bottom: 0px;
	cursor: pointer;
}
.table_view tr td img {
	width: 100%;
}
.table_view span{
	position: absolute;
	background-color: #3789C1;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 10px;
}
.table_view span.def{
	position: relative;
	background-color: #FFFFFF;
	color: #201E1E;
	padding: 0px;
	border-radius: 0px;
	margin-left: 0px;
}
.table_view span i{
	color: #FFFFFF;
}
.table_view label{
	background-color: #3789C1;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 11px;
}
.table_view .dropdown-header{
	font-size: 12px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: 600;
	padding: 5px;
	padding-bottom: 10px;
}
.table_view .dropdown a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.87);
	font-weight: 600;
	padding: 5px;
}
.table_view .dropdown a.disabled{
	color: #6c757d;
	cursor: not-allowed;
}
.table_view .dropdown a:active{
	color: rgba(0,0,0,0.87);
	background-color: #FFFFFF;
}
.table_view .dropdown a:focus{
	color: rgba(0,0,0,0.87);
	background-color: #FFFFFF;
}
.table_view .btn.dropdown-toggle{
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
}
.table_view .btn.dropdown-toggle:hover{
	background-color: #FFFFFF;
}
.table_view .btn.dropdown-toggle:focus{
	background-color: #FFFFFF;
}
.table_view .fa-shopping-bag{
	color: #E0E0E0;
	font-size: 80px;
	cursor: auto;
}

.reg_log{
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #E6E7E8;
	-webkit-box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 7.5px 15px 0 rgba(0,0,0,0.2);
}
.title_reg_log{
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.tag_reg_log{
    text-align: center;
    padding: 0px;
    font-size: 12px;
}
.btn_form_reg_log button{
	margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
	width: 100%;
	border: 1px solid #E6E7E8;
    background-color: #DA251E;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.btn_form_reg_log button:focus, .btn_form_reg_log button:active, .btn_form_reg_log button:hover{
    color: #FFFFFF;
}

.txt_reg_log{
    font-size: 12px;
}
.txt_reg_log.footer{
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}
.img_sosmed{
	float: left;
	padding : 5px;
	margin-right: 10px;
	color: #FFFFFF;
}
.img_sosmed i{
	color: #FFFFFF;
}
.img_sosmed img{
	width: 30px;
	height: 30px;
}

.bg_right_list{
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg_right_list a{
    cursor: pointer;
    text-decoration: none;
}
.bg_right_list .row{
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 10px;
}
.right_list{
    padding: 0px;
    cursor: pointer;
}
.right_list .img_list{
    float: left;
    max-height: 55px;
}
.right_list .img_list img{
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #E6E7E8;
}
.right_list .det_list{
    float: left;
    height: 55px;
    overflow: hidden;
    position: absolute;
    margin-left: 65px;
}
.right_list .det_list.notif{
    float: left;
    height: 55px;
    top: 10px;
    overflow: hidden;
    position: absolute;
    margin-left: 65px;
}
.right_list .title_list{
    color: #201E1E;
    font-size: 12px;
    font-weight: 600;
}
.right_list .date_list{
    color: #DA251E;
    font-size: 10px;
}
.right_list:hover .title_list{
    color: #DA251E;
}
.title_footer{
	font-size: 16px;
	font-weight: 600;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	color: #FFFFFF !important;
}
.text_footer{
	font-size: 14px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #FFFFFF !important;
}
.border_right{
	border-right:1px solid #ACACAC70;
	margin-top:5px;margin-bottom:5px;
}
.container_body.footer{
    background-color: #A4508E;
    padding: 0px;
}

.footer .bg_footer_cop{
    background-color: #A4508E ;
    padding: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}
.img_footer{
	padding: 5px;
	padding-left: 15px;
}
.img_footer:last-child{
	padding: 5px;
	padding-right: 15px;
}
.img_footer img{
	width: 100%;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
}

.form_input.form-group{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_input.form-group label{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #4B4B4D;
}
.form_input.form-group label span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #ED3237;
}
.form_input.form-group .input{
	padding-left: 5px;
	padding-right: 5px;
}
.form_input.form-group .input-group-append{
	position: absolute;
	right: 5px;
	margin-top: 0px;
	margin-right: 5px;
	cursor: pointer;
}
.form_input.form-group .input-group-append .input-group-text{
	height: 40px;
	border-radius: 0px 5px 5px 0px;
	border:1px solid #E6E7E8;
}
.video{
	border-radius:10px;
	width:100%;
	height:415px;
	text-align:center;
}
.text_whay{
	margin-top: 15px;
	padding-bottom: 20px;
}
.bg_input_cari{
    margin-top: 40px;
    color: #FFFFFF;
}

.input_cari input[type=text]{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.input_cari input:focus{
	border:1px solid #E6E7E8;
	-moz-appearance: textfield;
	cursor: text;
	text-decoration: none;
	outline: none;
}
.input_cari button{
    float: right;
    margin-top: -40px;
	height: 40px;
    z-index: 9999;
	background-color: #A4508E;
    color: #FFFFFF;
	border-radius: 0px 5px 5px 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
}
.input_cari button:hover{
	background-color: #A4508E;
    color: #FFFFFF;
}
.input_cari button:focus{
	background-color: #A4508E;
    color: #FFFFFF;
}

.bg_content_singel{
    margin-top: 80px;
}
.bg_content_singel .bg_input_cari{
    margin-top: 10px;
	margin-bottom: 15px;
}
.bg_content_singel .container_home.bg_left_home{
    margin-top: 0px;
}
.bg_welcome_home.singel{
    font-size: 14px;
    padding: 0px;
	margin: 0px;
	padding-left: 30px;
	background-color: transparent;
}
.bg_welcome_home.singel a{
	text-decoration: none;
	margin-right: 5px;
}
.bg_welcome_home.singel i{
	margin-right: 5px;
}
.row_pad{
	margin-left: 0px;
	margin-right: 0px;
}
.bg_cat_active{
	height: 50px;
	position: absolute;
}

.live_chat{
	position: fixed;
	text-align: center;
	width: 230px;
	bottom: 90px;
	right: -230px;
	background-color: #21a332;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 10px 0px 0px 10px;
}
.live_chat .live_desktop{
	display: block;
}
.live_chat .live_mobile{
	display: none;
}
.live_chat .close_live_chat{
	display: none;
	position: absolute;
	right: 0px;
	top: -13px;
	background-color: #ea2a2a;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-left: 6px;
	padding-top: 3.2px;
	border:1px solid #FFFFFF;
}
.live_chat .text{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom:1px solid #E6E7E8;
	color: #FFFFFF;
}
.live_chat .text.default{
	margin-bottom: 0px;
}
.live_chat i{
	float: left;
	font-size: 30px;
}
.live_chat .text div{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.live_chat .close_live_chat i{
	float: left;
	font-size: 20px;
}
.live_chat .text.default{
	position: fixed;
	text-align: center;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: -60px;
	background-color: #21a332;
	border:1px solid #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 50%;
	border-bottom: none;
}
.live_chat .text.default i{
	float: left;
	font-size: 42px;
	margin-top: -6px;
	margin-left: -8.5px;
}

.container_nav{
	margin-top: 10px;
	margin-bottom: 20px;
}
.container_nav .btn_nav{
	border: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0px;
	font-size: 16px;
}
.container_nav .btn_nav button{
	border-radius: 0px;
}
.container_nav .btn_nav.active_page{
	color: #A4508E;
	font-weight: 600;
	border-bottom:2px solid #A4508E;
}
.row_not_data{
	padding: 5px;
	margin-bottom: 10px;
}
.col_not_data{
	text-align: center;
	padding: 20px;
	border:1px solid #E6E7E8;
	border-radius: 10px;
}
.col_not_data .title{
	font-size: 18px;
	font-weight: 600;
}
.col_not_data .ket{
	font-size: 14px;
}
.list_urut {
    float: left;
    background-color: #ffffff;
    border: 1px solid #E6E7E8;
    padding: 7px;
    border-radius: 10px;
    font-size: 13px;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 5px;
	width: 30px;
	text-align: center;
}
#all .list_urut{
	width: 100%;
}
.list_urut.active{
	color: #ffffff;
	background-color: #A4508E;
	border: 1px solid #A4508E;
}

.col-1{
	width: 10%;
	float: left;
	position: relative;
	min-height: 1px;
}
.cols-5{
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.icon_brand__.brand_img {
    padding-right: 5px;
    padding-left: 5px;
}
.brand_out {
    margin-bottom: 10px;
}
.main_icon_brand__ {
    padding: 0px;
    border: 1px solid #E6E7E8;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}
.main_icon_brand__ .img_list__ {
    height: auto;
    overflow: hidden;
}
.menu_sidebar {
	/* margin-top: 10px; */
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #4B4B4D !important;
}
.box_sidebar a {
	text-decoration: none;
}
.menu_sidebar:hover {
	color: #FFFFFF !important;
    background-color: #A4508E !important;
	animation: bgcsshdmn 0.5s forwards;
}
.actived {
	color: #FFFFFF !important;
    background-color: #A4508E !important;
	animation: bgcsshdmn 0.5s forwards;
}
.no_padd_side_box{
	padding-right: 0;
}
.box_sidebar{
	text-align: left;
	left: 0px;
	background-color: #ffffff;
	color: #4B4B4D;
	white-space: nowrap;
	z-index: 6;
	padding: 10px 0 10px 0;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.text_head_sidebar{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	padding-top: 10px;
}
.sub_text_head_sidebar{
	text-align: left;
	font-size: 14px;
	padding: 10px 0 0 30px;
}
.no_padd_list_prod{
	padding-left: 0;
	padding-right: 0;
}
.box_brand {
    left: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    z-index: 6;
    scrollbar-width: none;
}
.main_icon_brand__ a {
    color: #1a1919;
}
.main_icon_brand__ a:hover {
    text-decoration: none;
}
.main_icon_brand__ a:hover {
    text-underline-offset: none;
}
.main_icon_brand__ .text_brand_new__ {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #b5b3b361;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 7px;
}
.txt_name_brand {
    margin-bottom: 4px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main_icon_brand__ .img_list__ img {
    width: 100%;
    /* object-fit: cover; */
	height: auto;
    border: 0px solid #E6E7E8;
    background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bg_head_color{
	background-color: #E6E7E8;
	padding: 5px 0 5px 0;
	border: 0.1px solid #FFFFFF;
}

@media (max-width:1060px){
	._list_data .title_prod{
		width: 70%;
	}
}

@media (max-width:1024px){
    .btnSidebaMenu{
        display: block;
	}
	.sidebar{
        width: 0px;
	}
    .bg_sidebar{
        width: 0px;
	}
	.page_main{
		width: 100%;
		padding: 5px;
		margin-left: auto;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.live_chat .live_desktop{
		display: none;
	}
	.live_chat .live_mobile{
		display: block;
	}
}

@media (max-width: 990px) {
	.bg_kategori_produk{
		padding: 0px 20px;
	}
    .navbar-nav li.active a {
        border-bottom: none;
    }
    .form_input .btn_full.top_20{
        margin-top: 0px;
    }
    .bg_left_home {
        margin-bottom: 15px;
        margin-top: -10px;
    }
    .bg_left_home__ {
        margin-bottom: -13px;
        margin-top: 10px;
    }
	.bg_new_home__ {
        margin-bottom: 15px;
        margin-top: -20px;
		/* border-top: 1px solid #E6E7E8; */
    }
    .bg_icon_home {
        padding: 0px;
        margin-top: -50px;
    }
	.bg_header .navbar-default {
		height: 90px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #E6E7E8;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
		margin-top:20px;
	}
	.bg_header .navbar-nav {
		margin-top: 0px;
		font-size: 15px;
		background-color: #FFFFFF;
	}
	.container_home.singel {
		margin-top: 60px;
	}
	
	.title_detail img{
		width: 70px;
		padding:5px;
		border-radius: 10px;
		background-color: rgb(216, 42, 42);
	}
	.title_detail .bt{
		width: 70px;
		padding:3px;
		border-radius: 10px;
		background-color: #A4508E;
		font-size: 16px;
	}
	.icon_home__{
		padding-right: 0;
		padding-left: 0;
	}
	.icon_home__.prod_img{
		padding-right: 5px;
		padding-left: 5px;
	}
	.icon_whay__{
		text-align: center;
	}
	.text_whay__{
		padding: 0px 10px 10px 10px;
	}
	.video{
		border-radius:10px;
		width:100%;
		height:315px;
		text-align:center;
	}
	.title_terkait__{
		padding-left: 15px;
	}
	.icon_whay__ img{
		width: 150px;
		height: auto;
	}
	.text_whay{
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
	}
	.col-1{
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
	}
}

@media (max-width: 770px) {
    .navbar-nav li.active a {
        border-bottom: none;
    }
    .form_input .btn_full.top_20{
        margin-top: 0px;
    }
    .bg_header .navbar-nav{
        margin-top: 20px;
        font-size: 15px;
        background-color: #FFFFFF;
    }
    .bg_left_home {
        margin-bottom: 15px;
        margin-top: 50px;
    }
	.border_right{
		border-bottom:1px solid #ACACAC70;
		border-right:none;
		margin-top:5px;margin-bottom:5px;
	}
	.bg_header .navbar-default {
		height: 90px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #E6E7E8;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
		margin-top:20px;
	}
	.bg_header .navbar-nav {
		margin-top: 0px;
		font-size: 15px;
		background-color: #FFFFFF;
	}
	.container_home.singel {
		margin-top: 60px;
	}
	
	.title_detail img{
		width: 70px;
		padding:5px;
		border-radius: 10px;
		background-color: rgb(216, 42, 42);
	}
	.title_detail .bt{
		width: 70px;
		padding:3px;
		border-radius: 10px;
		background-color: #A4508E;
		font-size: 16px;
	}
	.icon_home__{
		padding-right: 0;
		padding-left: 0;
	}
	.icon_home__.prod_img{
		padding-right: 5px;
		padding-left: 5px;
	}
	.icon_whay__{
		text-align: center;
	}
	.text_whay__{
		padding: 0px 10px 10px 10px;
	}
	.video{
		border-radius:10px;
		width:100%;
		height:315px;
		text-align:center;
	}
	.title_terkait__{
		padding-left: 15px;
	}
	.icon_whay__ img{
		width: 150px;
		height: auto;
	}
	.text_whay{
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
	}
	.col-1{
		width: 33.33%;
		float: left;
		position: relative;
		min-height: 1px;
	}
}
@media (max-width:575px){
	.bg_header .bg_set_head{
		display: block;
	}
    .bg_header .navbar-nav{
        margin-top: 20px;
        font-size: 15px;
        background-color: #FFFFFF;
    }
    .bg_left_home {
        margin-bottom: 15px;
        margin-top: 50px;
    }
	.border_right{
		border-bottom:1px solid #ACACAC70;
		border-right:none;
		margin-top:5px;margin-bottom:5px;
	}
	.bg_header .navbar-default {
		height: 90px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #E6E7E8;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
		margin-top:20px;
	}
	.bg_header .navbar-nav {
		margin-top: 0px;
		font-size: 15px;
		background-color: #FFFFFF;
	}
	.container_home.singel {
		margin-top: 60px;
	}
	
	.title_detail img{
		width: 70px;
		padding:5px;
		border-radius: 10px;
		background-color: rgb(216, 42, 42);
	}
	.title_detail .bt{
		width: 70px;
		padding:3px;
		border-radius: 10px;
		background-color: #A4508E;
		font-size: 16px;
	}
	.icon_home__{
		padding-right: 0;
		padding-left: 0;
	}
	.icon_home__.prod_img{
		padding-right: 5px;
		padding-left: 5px;
	}
	.icon_whay__{
		text-align: center;
	}
	.text_whay__{
		padding: 0px 10px 10px 10px;
	}
	.video{
		border-radius:10px;
		width:100%;
		height:315px;
		text-align:center;
	}
	.title_terkait__{
		padding-left: 15px;
	}
	.icon_whay__ img{
		width: 150px;
		height: auto;
	}
	.text_whay{
		text-align: center;
		margin-top: 0;
		padding-bottom: 20px;
	}
	.box_padd{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mar_top{
		/* margin-top: 100px; */
	}
	.no_padd_side_box{
		padding-right: 15px;
	}
}

@media (max-width:767px){
    #bg_content_singel, #bg_content_singel .bg_left_home{
        margin-top: 5px;
    }
    .bg_welcome_home.singel{
        display: none;
    }
	#bg_content_singel{
		margin-top: 100px;
	}
	.row_pad{
		margin-left: -15px;
		margin-right: -15px;
	}
	.pos_img {
		text-align: center;
		width: 90px;
	}
	.box_img{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	.no_padd_order{
		text-align: center;
	}
	.col_order{
		height: 284px;
	}
}