html,
body {
	margin: 0;
	font-size: 100%;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	letter-spacing: 1px;
	font-weight: 700;
}

p {
	font-size: 0.9em;
	color: #8c9398;
	line-height: 2em;
}

ul {
	margin: 0;
	padding: 0;
}

/* container */
.container {
	width: auto;
	max-width: 950px;
	padding: 0 15px;
}

/* body img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
} */

/* header */
.header {
	padding: 10px 0px 10px 0px;
}

.header .slogan {}

.header .logo {
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: 100px;
}

.header .icon {
	float: right;
}

.header .icon a {
	color: #333333;
}

.header .icon a:hover {
	color: #ba8c40;
}

/* caption */
.caption {
	padding: 20px 0 20px 0;
	text-align: center;
}

/* title */
.bg-title {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}

.bg-title .title {
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 5px;
}

.list-group-item a {

	color: #666666;
}

.list-group-item a:hover {
	color: #ba8c40;
}

/* about */
.about-1 {
	border-top: 1px solid #999999;
	text-align: center;
	padding: 50px 30px 50px 30px;
}

.about-2 {
	border-top: 1px solid #999999;
	text-align: center;
	padding: 50px 30px 50px 30px;
	margin-top: 50px;
}

.about-3 {
	border-top: 1px solid #999999;
	text-align: center;
	padding: 50px 30px 50px 30px;
}

/* product */
.product-title {
	text-align: right;
	text-transform: uppercase;
}

.product-title a {
	color: #333333;
}

.product-price {
	text-align: right;
}

.product-detail {
	/* background-color: #1d1819; */
}

/* footer */
.footer {
	background-color: #ffffff;
}

.footer-top {
	background: #ffffff;
}

.footer-top .follow-us {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #666666;
	margin-bottom: 10px;
}

.footer-top .social-media {
	margin: 10px 5px 10px 5px;
}

.footer-top a {
	color: #333333;
}

.footer-top a:hover {
	color: #ba8c40;
}

.judul p {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.footer-bottom {
	background: #1d1819;
	border-bottom: 5px solid #ba8c40;
	/* margin-bottom: -20px; */
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-bottom .copyright {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}