/* baru */
.kuning {
	/* color: #D01F1F; */
	color: #427AB5;
	font-size: 16px !important;
}

.text-dark {
	color: #000 !important;
}

.text-dark:hover {
	/* color: #d01f1f !important; */
	color: #427AB5 !important;
}


.header--right {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/*float: right;*/
}

header {
	background-color: #FFF;
	padding: 15px 0px 0px 0px !important;
	position: fixed;
	width: 100%;
	margin-top: 10px;
	z-index: 9;
}

.logo {
	/*transform: translateY(15%);*/
	width: 100%;
	height: auto;
}

.header--right>a {
	/*padding-right: 20px;*/
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 12px;
	color: white;
	font-family: 'Roboto', sans-serif;
}


.header--right>a>span {
	margin-left: 5px;
}

.header--right>a>.fa-shopping-cart {
	color: #a7d267;
	font-size: 16px;
}

.header--right>a>.fa-user {
	color: #09f;
	font-size: 16px;
}

.select_category {
	height: 40px;
}

select.tablet--hide.select_category {
	width: 137px;
	font-size: 13px;
	padding-left: 10px;
	font-family: inherit;
}

input.search {
	box-shadow: none !important;
	margin-left: 30px;
	width: 95% !important;
	border-radius: 0px !important;
}

.category_detail>span {
	color: #626779;
	font-size: 12px;
	margin-left: 10px;
	/*font-family: 'Fira Sans Condensed', sans-serif;*/
}

.category_detail>a {
	color: white;
	font-size: 12px;
	margin-left: 10px;
	/*font-family: 'Fira Sans Condensed', sans-serif;*/
}


.category_detail {
	margin-top: 10px;
}

.category_detail>a:hover {
	color: orange;
}

.header--right>a:hover {
	color: orange;
}

.dropdown-category {
	padding-top: 5px;
	/* margin-top: 20; */
	background-color: #e8e8e8;
	width: 225px !important;
	height: 39.5px !important;
	/* color: black; */
	line-height: 2.5 !important;
}

.dropdown-menu.dropdownhover-bottom {
	min-width: 150% !important;
}

.dropdown>a {
	color: #4e4444;
	font-size: 13px !important;
}

.dropdown>a:hover {
	color: black !important;
}

.dropdown>a>i {
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}

.input-group-addon {
	background-color: #427AB5 !important;
	border-color: #427AB5;
	/* background-color: #d01f1f !important;
	border-color: #d01f1f; */
}

.input-group-addon:hover {
	color: white !important;
	/* background-color: #fc411d !important;
	border-color: #fc411d; */
	background-color: #3B5998 !important;
	border-color: #3B5998;
}

.input-group-right .p25 {
	border-radius: 0px !important;
}

/*-------------------------------------*/

.dropbtn {
	background-color: transparent;
	color: white;
	padding-left: 7px;
	font-size: 16px;
	border: none;
}

.dropdown {
	position: relative;
	/*display: inline-block;*/
}

.dropdown.account {
	margin-top: 10px;
}


.dropdown.account>a>i {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #09f;
}

.dropdown.account>a>span {
	color: white;
}

.mobile--hide:hover {
	/* color: #D01F1F; */
	color: #427AB5;
}


.dropdown-content {
	width: 240px;
	margin-left: -150px;
	margin-top: 5px;
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border: solid 1px #d2c8c8;
}

.dropdown-content a {
	font-size: 12px;
	color: gray;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Roboto', sans-serif;
}

.dropdown-content a:hover {
	/*background-color: #ddd;*/
	color: black;
}

.dropdown-content>a>i {
	font-size: 20px;
	margin-right: 10px;
}

/*.dropdown:hover .dropdown-content {display: block;}*/

/*.dropdown:hover .dropbtn {background-color: transparent;}*/

header .toggle {
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	top: 20px;
	z-index: 9980;
	width: 35px;
	min-height: 24px;
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	float: left;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 20px;
	padding-left: 0px !important;
	line-height: normal;
	margin-top: 5px !important;
}

.radius_25 {
	border-radius: 25px !important;
}

@media only screen and (max-width: 720px) {
	.radius_25 {
		border-radius: 15px !important;
	}

	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}

}

/*-----caret segitiga----*/
.dropdown-content {
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-content:before {
	content: '';
	display: block;
	position: absolute;
	left: 165px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #ccc;
}

.dropdown-content:after {
	content: '';
	display: block;
	position: absolute;
	left: 165px;
	top: -17px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #f1f1f1;
}

#result {
	position: absolute;
	width: 100%;
	/* max-width: 870px; */
	cursor: pointer;
	/* overflow-y: auto; */
	max-height: 400px;
	/* box-sizing: border-box; */
	z-index: 1001;
	padding-left: 30px;
	padding-right: 87px;
	border-radius: 20px;
}

.link-class:hover {
	background-color: #f1f1f1;
}

.list-group-item:first-child {
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	background: #3E3E3E !important;
	/* color: #D01F1F !important; */
	color: #427AB5 !important;
}

img.img_search {
	border: 1px solid #fff;
	margin-right: 10px;
}


/*home*/
/*-------------------------------------------*/
.product-item {
	margin-bottom: 0px;
}

.harga {
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.pad {
	padding: 2px;
}

.abu {
	background-color: #e2dfde;
}

.button_product {
	z-index: 100;
	position: absolute;
	display: none;
}

.box-product {
	border: 1px solid #e2dfde;
	border-radius: 2px;
}

.pad_top_1 {
	padding-top: 20px;
}

.desc {
	height: 120px;
}

.label>span.label {
	margin-left: -22px;
	position: absolute;
	margin-top: 0;
	font-size: 10px;
}

.pad_right {
	padding-right: 23px;
}

.sub_judul {
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.pad_right1 {
	padding-right: 29px;
}

.pad_right2 {
	padding-right: 190px;
}

.pad_right_2 {
	padding-right: 20px;
}

.pad_right_1 {
	padding-right: 9px;
}

.pad_right_8 {
	padding-right: 8px;
}

.label1>span.label {
	margin-left: -28px;
	position: absolute;
	margin-top: -20;
	font-size: 10px;
}

.mar_top_1 {
	margin-top: 20px;
}

.mar_top_4 {
	margin-top: 40px;
}

.c_orange {
	/* color: #fc411d; */
	color: #3B5998;
	font-weight: 600;
}

.mar_buttom_1 {
	margin-bottom: 20px;
}

.breadcrumb {
	border-radius: 0px !important;
}

.modal-content {
	border-radius: 20px !important;
	/* border-radius: 0px !important; */
}

#header_menu {
	padding-bottom: 0px;
	margin-right: 5px;
}

.right {
	float: right;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}


@media only screen and (max-width: 720px) {
	.label>span.label {
		/*margin-left: -90px;
        position: absolute;
        font-size: 15px;*/
		font-size: 15px;
		position: static;
		float: left;
	}

	.product-item {
		height: fit-content;
		;
	}

	.desc {
		height: fit-content;
	}

	.label1>span.label {
		margin-left: -90px;
		position: absolute;
		margin-top: -20;
		font-size: 15px;
	}

	/*btn product*/
	.button_product {
		z-index: 100;
		position: static;
		display: block;
	}


	.box {
		padding: 20px 30px 0px 30px;
	}


	header {
		margin-top: 0px;
	}

	.slider.pad_top_1 {
		padding-top: 40px;
	}

	.container-fluid.pad_top_2 {
		padding-top: 0px;
	}

}


/*footer*/
.copyrights {
	padding: 30px;
	background-color: #3e3e3e;
}

p.copy {
	color: #c5c5c5;
	font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
}

h4.h6 {
	font-weight: 400;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	/* color: orange; */
	color: #E8EDF2;
}

.footer p {
	margin-top: 15px;
	color: #c5c5c5;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.footer a {
	color: #c5c5c5;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.footer a:hover {
	color: #6fc5ff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.footer.section {
	background-color: #555;
	padding: 20px 0 0;
	margin-top: 50px;
}

.syarat {
	margin-left: 60px;
	font-weight: 400;
	font-size: 15px !important;
	font-family: 'Roboto', sans-serif !important;
	color: orange !important;
}

a.syarat:hover {
	color: #6fc5ff;
}

.main {
	padding-top: 100px;
}


/*footer sosmed*/
.footer__sm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__sm li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.footer__sm a {
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
}

.footer--facebook {
	background: #3b5998;
}

.footer--twitter {
	background: #00aced;
}

.footer--instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}



/*pagination*/
.pagination {
	margin: 0;
	padding: 0;
	padding: 10px 10px 10px 10px;
	border-radius: 50px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
}

.pagination li {
	display: inline;
	margin: 0;
	padding: 0;
}

.pagination li a {
	background-color: white;
	border: 1px solid #eff0f5;
	color: #000;
	text-decoration: none;
	display: inline-block;
	transition: all .8s ease 0s;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 0 5px;
	padding: 0;
	text-align: center;
	width: 40px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 13px !important;
}

.pagination li a:hover {
	/*background-color: #4CAF50;  hijau*/
	/* background-color: #f57224; */
	background-color: #427AB5;
	color: white;
}

.pagination li a.active {
	/* background-color: #f57224; */
	background-color: #427AB5;
	color: white;
	cursor: pointer;
}

.paging {
	margin-bottom: 20px;
	margin-top: 20px;
}


.isi_page>span {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #8f929c;
	position: absolute;
	top: 20px;
}

.txt_page {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #8f929c;
}

.input_page>input {
	height: 40px;
	text-align: center;
	border: solid 1px #fc411d;
	border-radius: 5px;
	font-size: 18px;
	width: 100px;
	/*color: #9c9590; */
	color: #fc411d;
}

@media only screen and (max-width: 720px) {
	.paging {
		text-align: center;
		margin-top: 40px;
	}

	.isi_page>span {
		position: unset;
	}
}

@media only screen and (max-width: 720px) {

	.footer__sm {
		float: left;
	}

	.main {
		padding-top: 50px;
	}

	#myModal_terima>.modal-md {
		position: absolute;
		top: 40% !important;
		transform: translate(0, -40%) !important;
		-ms-transform: translate(0, -50%) !important;
		-webkit-transform: translate(0, -6%) !important;
		margin: 0;
		width: 100%;
		/* height: 10%; */
	}


	/*search product*/
	.result1 {
		position: absolute;
		width: -webkit-fill-available;
		cursor: pointer;
		z-index: 1001;
	}

	.border-top {
		margin-top: 10px !important;
		border-top: 1px solid #f57224 !important;
	}

	.tampil_search_responsive {
		display: block !important;
	}

	.bt-navbar__badge {
		min-width: 16px;
		background-color: #f57224 !important;
		color: #363637;
		padding: 3px 4px;
		position: absolute;
		top: -6px;
		left: 35px;
		display: inline-block;
		min-width: 10px;
		/*padding: 1px 5px;*/
		/* padding: 2px; */
		font-size: 10px;
		/* font-weight: 700; */
		color: #fff;
		line-height: 1;
		vertical-align: middle;
		/* white-space: nowrap; */
		/* text-align: center; */
		/* background-color: #777; */
		border-radius: 10px;
	}

	.modal-md {
		position: absolute;
		top: 40% !important;
		transform: translate(0, -40%) !important;
		-ms-transform: translate(0, -50%) !important;
		/* -webkit-transform: translate(0, -6%) !important; */
		margin: auto;
		width: 100%;
		/* height: 10%; */
	}



}


/*breadcumb*/
.breadcrumb.category {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	padding-top: 20px;
}

.breadcrumb.category a {
	color: #666;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.judul_cart.new {
	padding-top: 15px !important;
}


/*menu right responsive new*/

.white {
	color: white;
}

.sm-item-useraccount {
	background-color: #1d243e !important;
}

.sm-item-label {
	position: relative;
	transition: background .3s, box-shadow .3s;
	box-shadow: inset 0 0px rgba(0, 0, 0, 0.2) !important;
	display: block;
	font-size: 1.4em;
	line-height: 2em;
	outline: 0;
	padding: .7em 1.8em .7em 1em;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
}


/*search responsive*/
.tampil_search_responsive {
	display: none;
}




/* fahmi */
.container-logo {
	left: -98;
	top: 2;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-23 {
	margin-top: 23px !important;
}

.mt-22 {
	margin-top: 22px !important;
}

.mt-21 {
	margin-top: 21px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-19 {
	margin-top: 19px !important;
}

.mt-18 {
	margin-top: 18px !important;
}

.mt-17 {
	margin-top: 17px !important;
}

.mt-16 {
	margin-top: 16px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-14 {
	margin-top: 14px !important;
}

.mt-13 {
	margin-top: 13px !important;
}

.mt-12 {
	margin-top: 12px !important;
}

.mt-11 {
	margin-top: 11px !important;
}

.mt-10 {
	margin-top: 10px !important;
}


.dropdown-category a span {
	padding-left: 15px !important;
}










/* css slider */
.container-myslider {
	position: relative;
	margin: 0 auto;
	top: 10px;
	left: 0px;
	width: 1366px;
	height: 250px;
	overflow: hidden;
	visibility: hidden;
}

.container-myslider-loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.container-myslider-loading img {
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px;
}

.myslider {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1366px;
	height: 250px;
	overflow: hidden;
}

.container-product {
	padding-left: 7px !important;
}

.block {
	display: block !important;
}

.none {
	display: none !important;
}


.box-detail {
	margin: 16px auto;
	border: 1px solid #e4dcdc;
	padding: 20px 18px;
}



.pr-modal {
	padding-right: 20px;
}

.color-green {
	color: green;
}

.color-orange {
	color: orange;
}

.color-blue {
	color: #427AB5;
}

.head-alamat {
	font-size: 13px;
	padding-bottom: 10px;
}

.content-alamat {
	font-size: 12px !important;
}

.footer-alamat a {
	font-size: 13px;
	cursor: pointer;
	/* color: orange; */
	color: #427AB5;
}

.vertical-scroll-alamat {
	width: 100%;
	display: block;
	max-height: 250px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}





.check>.fa.fa-check {
	color: green;
	margin-left: 10px;
}

.vertical-scroll-address-modal {
	display: block;
	max-height: 350px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.card-address-in-modal {
	border: 1px solid #c3c3c3;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-radius: 2px;
	padding-left: 10pxl
}

.orange-color {
	/* color: #f57224 !important; */
	color: #3B5998 !important;
	font-weight: 500;
}

span.orange-color {
	font-weight: 700;
	cursor: pointer;
	color: #f57224;
}

span.orange-color:hover {
	color: gold;
}

.orange-button {
	/* background: #f57224 !important; */
	background: #427AB5 !important;
	color: white;
	border-radius: 2px;
}

.orange-button:hover {
	/* background: gold !important; */
	background: #3B5998 !important;
	color: white !important;
}

.mt20 {
	margin-top: 20px;
}

.pr-modal {
	padding-right: 20px;
}

.btn-loading {
	cursor: progress;
}

.button-pengiriman {
	font-size: 12px;
	font-weight: 700;
	color: white !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button-pengiriman img {
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}

.f12 {
	font-size: 11px !important;
	font-weight: 500;
	font-family: inherit;
}

ul.list-pengiriman {
	background: #fff !important;
	color: #000 !important;
	border: none !important;
	margin-left: 15px;
	z-index: 89;
}

ul.list-pengiriman .group {
	font-weight: 700;
	padding-left: 20px;
}

ul.list-pengiriman li a {
	color: #000 !important;
	padding-left: 25px;
	border-bottom: 1px solid #c3c3c3;
	padding-top: 10px;
	padding-bottom: 10px;

}

ul.list-pengiriman li a .service {
	font-weight: 520;
	font-size: 12px;
}

ul.list-pengiriman li a .tariff {
	font-weight: 400;
	float: right;
}

li.select-ongkir a span {
	color: #000 !important;
}

.list-pengiriman-scroll {
	display: none;
	max-height: 200px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.bold {
	font-weight: 600;
}

.subtotal-item-price {
	font-weight: 700;
	/* color: #f57224; */
	color: #3B5998;
	font-size: 18px !important;
}

.detail-pengiriman span {
	font-size: 12px !important;
}

.select2-modal span.select2-selection {
	padding-bottom: 35px;
	padding-top: 8px;
	border-radius: 1px;
	border: 1px solid #ccc;
}

.select2-modal span.select2-selection.has-error {
	border: 1px solid red !important;
	margin: 0 !important;
}

.select2-modal span.select2-selection span.select2-selection__rendered {
	color: #000;
	font-size: 15px;
}

ul.select2-results__options {
	height: 120px;
	border-bottom: 1px solid #ccc
}