body {
	font-size: 14px;	
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
} 
a {
	text-decoration: none;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
a:hover {
	text-decoration: none;
}

.btn-hero
{
	position: absolute;top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-color {
	color: #fff;
	background: #FB371B;
	font-weight: 600;
}
.btn-color:hover {
	color:#FB371B;
	background: #fff;
	border: 1px solid #FB371B;
}
.btn-primary {
	color: #fff;
	background: #FB371B;
	font-weight: 600;
	border: 1px solid #FB371B;
}
.btn-primary:hover {
	color:#FB371B;
	background: #fff;
	border: 1px solid #FB371B;
}

.topbar {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.topbar .list-item-topbar {
	float: left;
	position: relative;
	display: block;	
} 
.topbar .list-item-topbar .link-list-item-topbar{
	line-height: 20px;
	display: block;
	padding: 10px 2px;
	color: #9e9e9e;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.topbar .list-item-topbar a:hover {
	color: #fb371b;
}
.topbar> .list-group-item> .dropdown> .dropdown-menu >li> a:hover {
	color: #fb371b;
	background-color: #fbfbfb;
}
.topbar .dropdown-menu {
	top: 85%;
	left: -45px;
	min-width: 130px;
}

@media (min-width: 768px) {
	.topbar .dropdown-menu {
		left: 0;
		min-width: 150px;
	}
	.topbar .list-item-topbar .link-list-item-topbar{
		padding: 10px 5px;
	}
}
.cart > a, #icon-login, #icon-user, #icon-logout {
	font-size: 19px;
}

#banner {
	min-height: 50px;
}
#banner #banner-left {
	display: none;
}
@media (min-width: 768px) {
	.topbar>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cart > a, #icon-login {
		font-size: 1.9em;
	}

	#banner #banner-right{
		padding-right: 3px;
	} 
	#banner #banner-left {
		padding-left: 3px;
		display: initial;
	}
	#banner #banner-left #img-top {
		margin-bottom: 6px;
	}
}

@media (min-width: 992px) {	
	.cart > a, #icon-login {
		font-size: 1.7em;
	}
}

@media(max-width: 768px) {
	#logo {
		display: none;
	}
}

.navbar-default {
	background:#202020;
	border: 0px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
}
.navbar-default .navbar-nav>li>a {
	color: #eee;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: #FB371B;
}
.navbar-default .navbar-nav>li.active>a, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: #FB371B;
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-nav {
	margin-top: 0px;
}
.menu {
	background: #222222;
}
.dropdown:hover .dropdown-menu  {
	/*display: block;*/
}
.dropdown-menu>li>a {
	text-transform: capitalize;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #fb371b;
	color: #fff;
}

.navbar-default .dropdown-menu  {
	background: #fff;
	color: #222222;
}
.navbar-default .dropdown-menu li a:hover {
	background-color: #FB371B;
	color: #fff;
	border: none
}
.content {
	margin-top: 1em;
	font-family: 'Roboto', sans-serif;
}
.content .infobox {
	background: #0f6cb2;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.content .infobox .infobox-item {
	padding: 20px 25px;
}
.content .infobox .infobox-item .infobox-title {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.content-box {
	background: #fff;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.content .box .box-header {
	display: block;
	padding: 15px;
	position: relative;
	color: #444;
	line-height: 1;
	border-bottom: 1px solid #f4f4f4;
}
}
.content .box .box-header .box-title {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
.content .box .box-header .box-title h2 {
	font-size: 26px;
}
.content .box .box-header .box-tools {
	position: absolute;
	right: 15px;
	top: 10px;

}
.content .box .box-header .box-tools .owl-prev {
	display: inline-block;
	margin-right: 5px;

}
.content .box .box-header .box-tools .owl-next {
	display: inline-block;
}
.content .box .box-body {
	padding: 15px;
}
.content .box .box-body hr {
	max-width: 100px;
	border-width: 3px;
	border-color:#FB371B;
}
.content .box .box-body .text-center {
	/*width: 200px*/
}
.content .image-product {
	overflow: hidden;
}
.content .image-product img {
	transition: all .2s ease-in-out;
}
.content .image-product img:hover {
	transform: scale(1.1);
}
.content .title-product {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .price-product {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #FB371B;
	font-weight: 600;
}
.content .blog-image {
	overflow: hidden;
	margin-bottom: 20px;
	height: 200px;
} 
.content .blog-image img {
	transition: all .2s ease-in-out;
	height: -webkit-fill-available;
}
.content .blog-image img:hover {
	transform: scale(1.1);
}
.content .blog-title; {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content .blog-content {
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.content .panel-color {
	border: 0px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.content .panel-color .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent;
	font-family: 'Roboto', sans-serif;
}
.content .testimoni-background {
	background: transparent;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content .testimoni-image {
	background: transparent;
	margin: 0px auto;
	width: 100px;
}
.content .testimoni-image img {
	border-radius: 50%;
}
.content .testimoni-title {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
}
.content .testimoni-content {
	padding-top: 20px;
	font-style: italic;
	color: #222222;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 90px; 
	border-bottom: 1px solid #eee;
}
.content .desc-product-title {
	font-size: 30px;
}
.content .desc-product-price {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	font-size: 25px;
	color: #ff7878;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: block;
	font-weight: 600;
}
.content .desc-product-info {
	color: #666;
	line-height: 20x;
}
.contect .desc-img {
	margin-bottom: 20px;
}
.content .img-member {
	margin-top: 20px;
	width: 160px;
	margin-bottom: 20px;
}
.content .nota-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.head-blue {
	background: #0f6cb2;
	color: #fff;
}
.head-blue th {
	border: 1px solid #0f6cb2 !important;
}

/*HALAMAN PROFIL*/
.profil .img-frame {
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 3px;
	padding: 5px;
	background: #fff;
}
.profil img {
	width: 250px;
}
.user-info {
	padding-top: 10px;
}
.user-info ul {
	list-style-type: none;
}
.user-info li {
	padding-top: 10px;
	font-size: 14px;
}

/*HALAMAN UBAH PROFILE*/
.ganti-foto {
	padding-top: 10px;
	padding-bottom: 20px;
}
.ganti-foto button {
	width: 250px;
}
.footer-top {
	padding: 50px 0px;
	color: #f8f8f8;
	background: #202020;
}
.footer-top .footer-title {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #898989;
}
.footer-top ul li {
	margin-bottom: 10px;
}
.footer-top ul li a {
	color: #666;
}
.footer-top p {
	color: #666;
}
.footer-top ul li {
	color: #666;
}
.footer-bottom {
	padding: 20px 0px;
	background: #121212;
	color: #898989;	
	text-align: center;
}

.content .list-group {
	border: 0px;
}
.mt-05{
	margin-top: 0.5em;
}
.mt-2 {
	margin-top: 2em;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.fz-16 {
	font-size: 16px;
}
.fz-14 {
	font-size: 14px;
}
.fz-12 {
	font-size: 12px;
}
.fz-10 {
	font-size: 10px;
}
.pr-1 {
	padding-right: 0.5em;
}
@media (min-width: 768px) {
	.pr-1{
		padding-right: 1em;
	}
}


@media (min-width: 560px) {
	.mt-1 {
		margin-top: 1.5em;
	}
	.mb-4 {
		margin-bottom: 4em;
	}
}

@media (min-width: 768px) {
	.mt-1 {
		margin-top: 1.5em;
	}
	.mb-4 {
		margin-bottom: 4em;
	}
}


@media (max-width: 768px) {
	.mt-xs-1 {
		margin-top: 1em;
	}
	.mb-4 {
		margin-bottom: 4em;
	}
}

/*buku member*/
.product-grid3{
	font-family:Roboto,sans-serif;
	text-align:center;
	position:relative;
	z-index:1;
	width: 100%;
	max-width: 157px;
	/*min-height: 300px;*/
	/*max-height: 420px;*/
	overflow: hidden;
}
.product-grid3 .product-image3 {
	position:relative;
	border-radius: 2px;
	border: 1px solid #e8eaf6; 
}
.product-grid3 .product-image3 a {
	display:block
}
.product-grid3 .product-image3 img {
/*	width:100%;
height:auto*/
width: 152px;
height: 228px;
-o-object-position: center;
object-position: center;
}
.product-grid3 .product-discount-label,
.product-grid3 .product-new-label {
	color:#fff;
	font-size:17px;
	padding:2px 10px;
	position:absolute;
	right:10px;
	top:10px;
	transition:all .3s
}
.approve {
	background-color: #4cae4c;
}
.on-process {
	background-color: #46b8da;
}
.deny {
	background-color:#FB371B;
}
.product-grid3 .product-content{
	z-index:-1;
	padding:15px 0;
	/*text-align:left*/
}

/*<!-- 23/1/19 -->*/
.product-grid3 .title{
	color:#414141;
	font-size:14px;
	text-transform:capitalize;
	margin:0 0 7px;
	transition:all .3s ease 0s;
	height: 30px;
}
.product-grid3 .price{
	color:#fb371b;
	font-size:16px;
	letter-spacing:1px;
	font-weight:600;
	margin-right:2px;
	display:inline-block
}
.sale .table {
	margin-bottom: unset;
}
@media only screen and (max-width:990px) {
	.product-grid3 {
		margin-bottom:30px
	}
}
.text-gray-1 {
	color: #8c8c8c;
}
.text-gray-light {
	color: #9e9e9e;
}
.text-black {
	color: #202020;
}
.text-orange{
	color: #fb371b !important;
}
.text-gray-dark {
	color: #666;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.label-confirm {
	color: #999;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 10px;
}
.table-confirm .table {
	margin-bottom: unset;
}
.no-border-top {
	border-top: none !important;
}
.stok {
	padding-top: 7px;
	margin-left: inherit;
	margin-bottom: 0;
}
.order .btn{
	height: 48px;
	padding: 0 .75rem;
	min-width: 11.25rem;
	font-weight: 400;
	/*margin-right: 15px;*/
	border-radius: 2px;
} 
.btn-orange2 {
	background-color: #fff;
	color: #fb371b;
	border-color: #fb371b;
}
.btn-orange2:hover{
	background-color: #fb371b;
	color: #fff;
}

/*review*/
.review-block{
	margin: 0 30px 0;
}
.review-block-name{
	font-size: 14px;
	padding: 0 10px;
	color: #5c5c5c;
}
.review-block-date{
	font-size:13px;
	color: rgba(0,0,0,.38);
}
.review-block-rate{
	margin : 15px 0;
}
.review-block-rate .fa {
	font-size: initial;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	padding-left: 10px;
}
.review-block-description p {
	line-height: 26px;
	font-size : 13px;
	color: rgba(0,0,0,.54);
	clear: both;
}
.page-review > .pagination>.active>a {
	background-color: #fb371b;
	border-color: #ef3f25;
}

/*kategori samping*/

.category-side .list-group-item {
	border:none;
	padding: 0;
}
.category-side .list-group-item > a {
	padding: 15px;
	display: block;
	color: #8c8c8c;
	font-size: 15px;
}
.category-side .list-group-item > a:hover {
	color: #fb371b;
	background-color: #fbfbfb;
}
.navbar-category {
	margin-bottom: 10px !important;
}
.navbar-category .navbar-collapse {
	padding-left: 0;
}
.navbar-category .navbar-brand {
	padding: 15px 15px 5px;
	line-height: 30px;
	color: #202020;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
}
.navbar-category .navbar-header {
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 10px;
}
.navbar-category .navbar-toggle {
	margin-left: 15px;
	color: #202020;
	font-weight: 600;
	font-size: 17px;
}

@media (min-width: 768px) {
	.navbar-category .navbar-toggle {
		/*display: block !important; */
	}
	.navbar-category .navbar-header {
		float: none !important;
	}
}

.notice-buku {
	padding: 15px;
}

.sosmed {
	padding-left: 0px;
	list-style: none;
}
.sosmed li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.sub-footer {
	padding-left: 0px;
	list-style: none;
}
.sub-footer li {
	text-transform: capitalize;
}

.sub-footer li a:hover {
	color: #9e9e9e;
}
.input-search .input-group-lg>.form-control ,  
.input-search .input-group-lg>.input-group-btn>.btn{
	height: 40px;
	line-height: 1;
	border-radius: 2px;
} 
.cart .badge{ 
	position: absolute;
	top: -2px;
}

.navbar {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.cart .badge{
		left: 19px;
	}	
}

@media (min-width: 992px) {
	.cart .badge{
		left: 25px;
	}
	.content {
		margin-top: 1.5em;
	}	
}
.cart .badge {
	padding: 3px 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fb371b;
	background-color: transparent; 
	border-radius: 10px;
	border: 1px solid #fb371b;
}
.morecontent span {
	display: none;
}
.morelink {
	display: inline;
}
.no-border {
	border: none;
}
.line {
	max-width: 100% !important;
	border-width: 2px !important;

}