/* Icons */
@font-face {
	font-family: "font-awesome";
	font-weight: normal;
	font-style: normal;

	src: url("../../admin_assets/font-awesome/fonts/fontawesome-webfont.eot");
	src: url("../../admin_assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../../admin_assets/font-awesome/fonts/fontawesome-webfont.woff")
			format("woff"),
		url("../../admin_assets/font-awesome/fonts/fontawesome-webfont.ttf")
			format("truetype"),
		url("../../admin_assets/font-awesome/fonts/fontawesome-webfont.svg#slick")
			format("svg");
}
html,
body {
	height: 100%;
	background-color: #fff;
}

#main {
	min-height: 100%;
	overflow: auto;
	padding-bottom: 100px;
}

.footer {
	position: relative;
	margin-top: -80px;
	height: auto;
	clear: both;
	padding-top: 20px;
	background: #14375e;
	color: #fff;
	box-shadow: 1rem 1.5rem 1rem 2rem rgba(0, 0, 0, 0.25) !important;
	font-size: 14px;
}

.detail .rating > [type="radio"]:not(:checked) + label,
.detail .rating > [type="radio"]:checked + label,
.card.horizontal .card-content .rating > [type="radio"]:not(:checked) + label,
.card.horizontal .card-content .rating > [type="radio"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	transition: 0.28s ease;
	/* webkit (konqueror) browsers */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.rating [type="radio"] + label:before,
.rating [type="radio"] + label:after {
	font-family: FontAwesome;
	content: "\f005";
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: 0.28s ease;
}

/* Unchecked styles */
.rating [type="radio"]:not(:checked) + label:before,
.rating [type="radio"]:not(:checked) + label:after,
.rating [type="radio"]:checked + label:before,
.rating [type="radio"]:checked + label:after {
	border-radius: none;
}

.rating [type="radio"]:not(:checked) + label:before,
.rating [type="radio"]:not(:checked) + label:after {
	border: none;
}
.rating > [type="radio"]:not(:checked) + label:hover {
	color: #f7d106;
}
.rating > [type="radio"]:not(:checked) + label:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Checked styles */
.rating [type="radio"]:checked + label:before {
	border: none;
}

.rating [type="radio"]:checked + label:after {
	border: none;
}

.rating [type="radio"]:checked + label:after {
	background-color: transparent;
}

.rating [type="radio"]:checked + label:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.rating [type="radio"]:checked + label:hover,
.rating [type="radio"]:checked ~ label:hover {
	color: #fce873;
}

.rating {
	border: none;
	float: left;
}

.rating > input {
	display: none;
}

.rating > label::before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > label {
	color: #ddd;
	float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #f7d106;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
	color: #fce873;
}

.star {
	float: left;
	padding-right: 20px;
}

.star span {
	padding: 5px;
	padding-left: 0px;
	font-size: 16px;
}

.on {
	color: #f7d106;
}

.off {
	color: #ddd;
}

.label-rating {
	font-size: 1rem;
}

.review-button {
	margin-top: -30px;
}

.navbar-fixed {
	position: relative;
	height: 56px;
	z-index: 999;
}
nav .input-field input {
	height: 64px;
	font-size: 1.2rem;
	border: none;
	padding-left: 2rem;
}
.input-field input[type="search"] {
	display: block;
	line-height: inherit;
	padding-left: 3rem;
	width: 400px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.input-field input[type="search"] + label {
	left: 1.5rem;
}
.btn-fav {
	border-radius: 50px;
	height: 34px;
	width: 34px;
	padding: 5px 8px;
	font-size: 18px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.product-image .btn-fav {
	border-radius: 50px;
	height: 38px;
	width: 38px;
	padding: 6px 9px;
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 60%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: #000;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
}
.slick-prev:before,
.slick-next:before {
	font-family: "font-awesome";
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: #000;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 10;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
[dir="rtl"] .slick-prev {
	right: -20px;
	left: auto;
}
.slick-prev:before {
	content: "\f0a8";
}
[dir="rtl"] .slick-prev:before {
	content: "\f0a9";
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -20px;
}
.slick-next:before {
	content: "\f0a9";
}
[dir="rtl"] .slick-next:before {
	content: "\f0a8";
}
input.top[type="search"] {
	height: 40px !important;
	padding: 0 10px !important;
}
.myLink {
	font-size: 20px;
}
.card .card-action {
	position: relative;
	background-color: inherit;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 8px 10px;
}
.card.horizontal .card-image {
	max-width: 26%;
	padding: 5px;
}
.card.horizontal .card-image img {
	border-radius: 2px;
}
.card.horizontal .card-content {
	padding: 10px 24px;
	padding-top: 0px;
	border-radius: 0 0 2px 2px;
}
.card.horizontal .card-content h5 {
	padding: 0px;
	font-size: 20px;
	font-weight: 500;
}
.character-counter {
	margin-top: -20px;
}
.card.horizontal .card-content .row {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
.card.horizontal .card-content .row .input-field {
	margin: 0px -10px;
	margin-top: 0.5rem;
}
.card
	.card-action
	.title-item
	a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: #525252;
	margin-right: 24px;
	transition: color 0.3s ease;
	text-transform: none;
}
.title-item {
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #525252;
}
.title-item a:hover {
	text-decoration: underline;
}
.info-display {
	color: #808080;
	font-size: 13px;
	margin-top: -10px;
}
.harga {
	text-align: left;
	width: auto;
	font-size: 18px;
	font-weight: 700;
	color: #545454;
}
.product-image {
	height: 300px;
	width: 300px;
	border: 1px solid #c1c1c1;
	padding: 5px;
	overflow: hidden;
	display: block;
	position: relative;
}
.product-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.product_gallery a {
	display: flex;
	width: 107px;
	height: 107px;
	float: left;
	margin: 0px 5px;
	margin-top: 15px;
	border: 1px solid #d0d0d0;
	align-items: center;
	padding: 5px;
	cursor: pointer;
}
.product_gallery a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.product_gallery a img {
	height: auto;
	width: 100%;
	max-height: 107px;
}
.cart-action .btn {
	font-size: 14px;
	padding: 1px 12px;
}
.cart-action .btn i {
	font-size: 14px;
}
.price {
	border: 2px dashed #b9b9b9;
	padding: 8px;
	margin: 15px auto;
	font-size: 30px;
	color: #e9710d;
	text-align: center;
}
.btn {
	box-shadow: none;
	border-radius: 0px;
	margin: 5px auto;
}
.rights {
	float: right !important;
}
.detail {
	color: #606060;
	font-size: 14px;
}
.detail h4 {
	color: #4f4f4f;
	font-size: 2.28rem;
	line-height: 90%;
	margin: 1rem 0 0.5rem 0;
}
.item-title {
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 15px;
}
.detail hr {
	margin: 5px;
}
.help-text {
	color: #bbbbbb;
	margin-top: 0px;
}
.sub {
	color: #3b3a3a;
	font-size: 16px;
}
.sub-berat {
	margin-top: 0px;
}
.dropdown-content li > a,
.dropdown-content li > span {
	color: #0288d1;
}
.pagination li a {
	color: #0288d1;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 10px;
	line-height: 30px;
}
.pagination li.active a {
	color: #fff;
}
.pagination li.active {
	background-color: #0288d1;
}
.dropdown-content {
	min-width: 200px;
	margin-top: 65px;
}
.clear {
	display: none;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #2196f3;
	box-shadow: 0 1px 0 0 #2196f3;
}
.prefix {
	float: right;
}
.input-field .prefix.active {
	color: #2196f3;
}
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #2196f3;
}

.jenis-kelamin {
	padding: 15px 0px;
}
.collection.with-header .collection-header {
	background-color: #2196f3;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #2196f3;
	padding: 3px 15px;
}
.nav-wrapper {
	margin: auto 3%;
}
.cont {
	margin: 15px 5% 0px 5%;
	color: #656565;
}
.content {
	border-left: 1px dotted #ececec;
}
.item {
	padding: 30px 50px;
}
.btn-success {
	border: none;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0 4rem;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}
.btn-small {
	box-shadow: none;
	border-radius: 0px;
	margin: 2px 2px;
	text-decoration: none;
	color: #fff;
	background-color: #26a69a;
	text-align: center;
	letter-spacing: 0.5px;
	transition: 0.2s ease-out;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 0.5rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}
footer {
	margin-top: 20px;
}
footer.page-footer .footer-copyright {
	color: #f2f2f2;
	background-color: rgba(20, 20, 20, 0.15);
}
.link {
	float: left;
	font-size: 16px;
}
.link a .fa {
	border-radius: 5px;
}
.fa-facebook {
	padding: 5px 9px;
	background: #3b5991;
}
.fa-twitter {
	padding: 5px 6px;
	background: #3bf;
}
.fa-google-plus {
	padding: 5px 3px;
	background: #db3330;
}
.collection-item .btn-flat {
	width: 100%;
	margin-bottom: 5px;
}
.card-action .btn {
	padding: 1.5px 20px;
}
.buy-btn {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 30px;
	padding: 1px 20px;
	height: 30px;
}
.buy-btn i {
	font-size: 13px;
}
.back-top {
	z-index: 999;
	position: fixed;
	bottom: 30px;
	right: 10px;
	display: none;
}
.card.medium .card-image {
	max-height: 80%;
	overflow: hidden;
}
.card.medium {
	height: 330px;
}
.favorites .card.medium {
	height: 310px;
}
.detail-item input[type="number"],
.card-action input[type="number"] {
	background: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	height: 2rem;
	width: 80%;
	font-size: 1rem;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	box-sizing: content-box;
	transition: all 0.3s;
}
.card-action input[type="text"]:focus,
.card-action input[type="number"]:focus:not([readonly]),
.detail-item input[type="text"]:focus,
.detail-item input[type="number"]:focus:not([readonly]) {
	border: 1px solid #9e9e9e;
	box-shadow: none;
}

nav .brand-logo {
	position: relative;
	color: #fff;
	float: left;
	display: inline-block;
	font-size: 2.1rem;
	padding: 0;
	margin-right: 3%;
	white-space: nowrap;
}

.side-nav .input-group input[type="search"] {
	margin: 2% 3% 2% 3%;
	width: 85%;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.side-nav .input-group input[type="search"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group input[type="search"] {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 5px;
	color: #676767;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group input[type="search"]:focus {
	border: 1px solid #e7e7e7;
	box-shadow: none;
}
.img-responsives {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}
.foto-profil {
	width: 222px;
	height: 222px;
	border: 1px solid #eee;
	overflow: hidden;
}
.foto-profil img {
	width: 222px;
	height: auto;
}
.action-modal {
	margin-top: 50px;
}

.description {
	color: #959595;
	font-size: 14px;
}

.detail-penjualan {
	font-size: 16px;
	color: #959595;
	padding-left: 3px;
	margin-bottom: 15px;
	margin-top: -10px;
}

.detail-penjualan i {
	color: #f7d106;
}

.detail-penjualan strong {
	font-weight: 500;
	color: #3b3a3a;
}

.ulasan h6 {
	font-size: 18px;
	font-weight: 700;
}

.foto-pembeli {
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	border-radius: 50px;
	overflow: hidden;
}
.foto-pembeli img {
	width: 70px;
	min-height: 70px;
	height: auto;
}
.review-name {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}
.waktu-review {
	font-size: 14px;
	font-weight: 500;
	color: #838383;
}
.waktu-review i {
	font-size: 6px;
	padding: 0 5px;
}
.review {
	font-size: 14px;
	margin-top: 0px;
	color: #8a8a8a;
}
.reply {
	margin-top: -20px;
	background: #f1f1f1;
	border-radius: 2px;
	padding: 20px 15px !important;
}
.reply-point {
	width: 0px;
	height: 0px;
	position: relative;
	left: 30px;
	top: -20px;
	margin-top: -10px;
	border: 10px solid;
	border-color: transparent transparent #f1f1f1 transparent;
}
.mini-filter {
	display: none;
}

.ulasan h6 {
	margin-bottom: 25px !important;
}
@media only screen and (max-width: 1024px) {
	.hide-on-med-and-down {
		display: none !important;
	}
	nav .brand-logo {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 1200px) {
	.card.medium .card-image {
		max-height: 60%;
		overflow: hidden;
	}
	.title-item {
		font-size: 13px;
	}
	.card.medium {
		height: 310px;
	}
	.card-action .btn {
		padding: 1.5px 10px;
	}
}
@media screen and (max-width: 1192px) {
	.card.medium {
		height: 270px;
	}
	.title-item {
		font-size: 12px;
	}
	.harga {
		font-size: 14px;
		color: #545454;
	}
	.favorites .row .col .card.medium {
		height: 255px;
	}
}

@media screen and (max-width: 1024px) {
	.product-image {
		height: 280px;
		width: 280px;
		overflow: hidden;
	}
	.product-image img {
		display: block;
		border-radius: 2px 2px 0 0;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
	}
	.product_gallery a {
		display: flex;
		width: 75px;
		height: 75px;
		float: left;
		margin: 0px 5px;
		margin-top: 15px;
		border: 1px solid #d0d0d0;
		align-items: center;
		padding: 5px;
		cursor: pointer;
	}
	.product_gallery a img {
		height: auto;
		width: 100%;
		max-height: 75px;
	}
	.harga {
		font-size: 14px;
	}
	.card.medium .card-image {
		max-height: 60%;
		overflow: hidden;
	}
	.card.medium {
		height: 269px;
	}
	.card-action .btn {
		padding: 1.5px 10px;
	}
	.favorites .row .col .card.medium {
		height: 255px;
	}
}
@media screen and (max-width: 992px) {
	.collapsible-header i {
		width: 28px;
		font-size: 12px;
		line-height: 3rem;
		display: block;
		text-align: center;
	}
	.side-nav .collapsible-header,
	.side-nav.fixed .collapsible-header {
		background-color: transparent;
		border: none;
		line-height: inherit;
		height: inherit;
		padding: 0 13px;
	}
	.collapsible-body {
		display: none;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2rem;
		padding-top: 0.5rem;
		padding-right: 2rem;
		padding-bottom: 0.5rem;
		padding-left: 2rem;
	}
	.card.medium {
		height: 360px;
	}
	.title-item {
		font-size: 14px;
	}
	.harga {
		font-size: 18px;
		color: #545454;
	}
	.favorites .row .col .card.medium {
		height: 345px;
	}
}
@media screen and (max-width: 860px) {
	.card.medium {
		height: 330px;
	}
}
@media screen and (max-width: 800px) {
	.ulasan-pembeli {
		margin-top: 30px;
	}
	.filter {
		display: none;
	}
	.mini-filter {
		display: block;
		margin-top: -20px;
	}
	.content {
		border-left: none;
	}
	nav .brand-logo {
		left: 45%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.item {
		padding: 30px 0px;
	}
	.foto-profil {
		width: 170px;
		height: 170px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.favorites .row .col .card .harga {
		text-align: left;
		width: auto;
		font-size: 14px;
		font-weight: 700;
		color: #545454;
	}

	.favorites .row .col .card .card-title {
		font-size: 12px;
		font-weight: 400;
		background: rgba(0, 0, 0, 0.487);
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 20px;
		color: #fff;
		max-width: 100%;
		padding: 8px 5px;
	}

	.product_gallery a {
		height: 225px;
	}

	.product_gallery a img {
		max-height: 220px;
	}
}
@media screen and (max-width: 768px) {
	.foto-profil {
		width: 160px;
		height: 160px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.foto-profil img {
		width: 160px;
		height: auto;
	}

	.product_gallery a {
		width: 214px;
		height: 214px;
	}
	.product_gallery a img {
		height: auto;
		width: 100%;
		max-height: 214px;
	}
}
@media screen and (max-width: 675px) {
	.card.medium {
		height: 300px;
	}
	.favorites .row .col .card.medium {
		height: 285px;
	}
}
@media screen and (max-width: 600px) {
	.ulasan h6 {
		font-size: 18px;
		font-weight: 700;
	}

	.foto-pembeli {
		width: 54px;
		height: 54px;
		border: 1px solid #eee;
		border-radius: 50px;
		overflow: hidden;
	}

	.foto-pembeli img {
		width: 54px;
		min-height: 54px;
		height: auto;
	}

	.review-name {
		font-size: 14px;
		font-weight: 500;
		padding: 0px;
		margin: 0px;
	}

	.waktu-review {
		font-size: 11px;
		font-weight: 500;
		color: #838383;
	}

	.waktu-review i {
		font-size: 6px;
		padding: 0 2px;
	}

	.review {
		font-size: 12px;
		margin-top: 0px;
		color: #8a8a8a;
	}

	.detail-penjualan {
		font-size: 13px;
		color: #959595;
		padding-left: 2px;
		margin-bottom: 5px;
		margin-top: 3px;
	}

	.label-rating {
		font-size: 0.9rem;
	}

	.star span {
		padding: 3px;
		padding-left: 0px;
		font-size: 14px;
	}

	.review-star span {
		padding: 2px;
		font-size: 11px;
	}
	.ulasan-pembeli {
		margin-top: 20px;
	}
	.ulasan-desc {
		font-size: 12px;
	}

	.alert {
		padding: 5px 10px;
		margin-bottom: 20px;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.product-image {
		height: 275px;
		width: 275px;
	}
	.cont {
		top: 45%;
	}
	nav .brand-logo {
		font-size: 20px;
	}
	.product_gallery a img {
		height: auto;
		width: 100%;
		max-height: 68px;
	}
	.title-item {
		height: 30px;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
	}
	.info-display {
		color: #808080;
		font-size: 12px;
	}

	.harga {
		text-align: left;
		width: auto;
		font-size: 18px;
		font-weight: 700;
		color: #545454;
	}
	.card-action .btn {
		padding: 1.5px 20px;
	}
	.product_gallery a {
		display: flex;
		width: 80px;
		height: 89px;
		float: left;
		margin: 0px 3px;
		margin-top: 10px;
	}
	.product_gallery a img {
		max-height: 89px;
	}
	.card.medium .card-image {
		max-height: 70%;
		overflow: hidden;
	}

	.price {
		font-size: 20px;
	}
	h4 {
		font-size: 22px;
	}
	.item {
		padding: 20px 10px;
	}
	.content {
		border-left: none;
	}
	.content .row .col {
		padding: 10px 0px;
	}

	.favorites .row .col {
		padding: 10px 1px;
	}

	.favorites .row .col .card.medium {
		height: 290px;
		margin: 5px;
	}
	.favorites .row .col .card .harga {
		text-align: left;
		width: auto;
		font-size: 14px;
		font-weight: 700;
		color: #545454;
	}
	.card.medium .card-action {
		padding: 5px 5px;
		padding-top: 10px;
		font-size: 12px;
	}
	span.badge {
		min-width: 2rem;
		padding: 0 5px;
		margin-left: 5px;
		text-align: center;
		font-size: 0.8rem;
		line-height: 18px;
		height: 18px;
	}

	.btn i,
	.btn-large i,
	.btn-floating i,
	.btn-large i,
	.btn-flat i {
		font-size: 0.8rem;
		line-height: inherit;
	}
	.card.medium {
		height: 330px;
		margin: 5px;
	}
	.card-action .btn {
		padding: 1px 10px;
	}
	nav .brand-logo {
		position: absolute;
	}
	nav .brand-logo i {
		display: none;
	}
	.btn-floating.btn-large {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.btn-floating.btn-large i {
		line-height: 35px;
		font-size: 14px;
	}

	.page-footer {
		font-size: 12px;
	}
	.page-footer h5 {
		font-size: 16px;
	}

	.link {
		float: left;
		font-size: 12px;
	}

	.fa-facebook {
		padding: 5px 8px;
		background: #3b5991;
	}
	.fa-twitter {
		padding: 5px 5.5px;
		background: #3bf;
	}
	.fa-google-plus {
		padding: 5px 3.5px;
		background: #db3330;
	}
	.collection.with-header .collection-header {
		padding: 2px 15px;
	}
	.collection-header h5 {
		font-size: 16px;
	}
	.collection .collection-item {
		background-color: #fff;
		line-height: 1.5rem;
		padding: 5px 10px;
		padding-left: 10px;
		margin: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.collection.with-header .collection-item {
		padding-left: 10px;
	}
	h4 {
		margin-top: 5px;
	}
	.detail {
		margin-top: 10px;
	}
	.detail h4 {
		font-size: 16px;
		font-weight: 500;
	}
	.item-title {
		margin-bottom: 2px;
	}
	.tags {
		font-size: 13px;
	}
	.description {
		margin-top: 2px;
		font-size: 13px;
	}
	.sub {
		font-size: 13px;
		font-weight: 500;
	}
	.sub-berat {
		display: inline;
	}
	.clear {
		display: block;
		padding: 2px;
	}
	.left strong {
		font-size: 13px;
		font-weight: 500;
		color: #3b3a3a;
	}
	.detail-item input[type="number"] {
		width: 92%;
	}
	.detail-item .btn {
		width: 100%;
	}
	.table-detail-cart th,
	.table-detail-cart td {
		font-size: 12px;
		padding: 6px 2px;
	}

	.table-detail-cart .btn-floating {
		display: inline-block;
		color: #fff;
		position: relative;
		overflow: hidden;
		z-index: 1;
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0;
		background-color: #26a69a;
		border-radius: 50%;
		transition: 0.3s;
		cursor: pointer;
		vertical-align: middle;
	}

	.rights {
		float: none !important;
	}
	.cart-action a,
	.cart-action button,
	#button-action-review button {
		width: 100%;
	}

	.checkout-form .row,
	.form-password .row,
	.user-profile .row,
	.form-register .row {
		margin-bottom: 0px;
	}
	.checkout-form .row .col select {
		margin-bottom: 10px;
	}
	.checkout-form .row button,
	.form-password .row button,
	.user-profile .row button,
	.form-register .row button {
		width: 100%;
	}
	.btn {
		border: none;
		border-radius: 2px;
		display: inline-block;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		padding: 0 2rem;
		text-transform: uppercase;
		vertical-align: middle;
		-webkit-tap-highlight-color: transparent;
	}
	.side-nav li {
		float: none;
		line-height: 38px;
	}
	.side-nav li > a > i,
	.side-nav li > a > [class^="mdi-"],
	.side-nav li > a > [class*="mdi-"],
	.side-nav li > a > i.material-icons {
		float: left;
		height: 38px;
		line-height: 38px;
		margin: 0 14px 0 0;
		width: 24px;
		color: rgba(0, 0, 0, 0.54);
	}
	.side-nav a {
		color: rgba(0, 0, 0, 0.87);
		display: block;
		font-size: 12px;
		font-weight: 500;
		height: 38px;
		line-height: 38px;
		padding: 0 18px;
	}
	.collapsible-header i {
		width: 28px;
		font-size: 12px;
		line-height: 3rem;
		display: block;
		text-align: center;
	}
	.side-nav .collapsible-header,
	.side-nav.fixed .collapsible-header {
		background-color: transparent;
		border: none;
		line-height: inherit;
		height: inherit;
		padding: 0 13px;
	}
	.collapsible-body {
		display: none;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2rem;
		padding-top: 0.5rem;
		padding-right: 2rem;
		padding-bottom: 0.5rem;
		padding-left: 2rem;
	}
	input[type="search"] {
		height: 34px !important;
		padding: 0 10px !important;
	}
	.content h4 {
		font-size: 16px;
		font-weight: 500;
	}
	.content h5 {
		font-size: 14px;
		font-weight: 300;
	}
	.detail-rows {
		font-size: 12px;
	}
	.page-header h4,
	.header-page {
		font-size: 18px;
	}
	.file-field .btn {
		padding: 1px 5px;
		height: 28px;
		line-height: 28px;
	}
	.form-upload .row {
		margin-bottom: 0px;
	}
	.form-upload button {
		width: 100%;
	}
	.help-text {
		font-size: 10px;
	}
	.fav-not-found {
		font-size: 14px;
		text-align: center;
		line-height: 18px;
	}
	.myLink {
		font-size: 14px;
	}
	.alert-warning h5 {
		font-size: 16px;
		font-weight: 500;
		margin-top: 0px;
	}
	.alert-warning p,
	.alert-success p,
	.alert-success {
		font-size: 12px;
	}
	.jenis-kelamin {
		padding-bottom: 30px;
	}

	.action-modal {
		margin-top: 50px;
	}

	.action-modal .btn,
	.action-modal .btn-flat {
		width: 100%;
		text-align: center;
		padding: 2px;
		margin: 3px;
	}
	.btn-small {
		box-shadow: none;
		border-radius: 0px;
		margin: 5px auto;
		text-decoration: none;
		color: #fff;
		background-color: #26a69a;
		text-align: center;
		letter-spacing: 0.5px;
		transition: 0.2s ease-out;
		cursor: pointer;
		border: none;
		border-radius: 2px;
		display: block;
		height: 24px;
		width: 100%;
		line-height: 26px;
		font-size: 12px;
		padding: 0 0.5rem;
		text-transform: uppercase;
		vertical-align: middle;
		-webkit-tap-highlight-color: transparent;
	}
	.card.horizontal {
		margin-left: -10px;
		margin-right: -10px;
	}
	.card.horizontal .card-image {
		max-width: 30%;
		padding: 5px;
	}
	.card.horizontal .card-image img {
		border-radius: 2px;
	}
	.card.horizontal .card-content {
		padding: 0px 5px;
		padding-top: 0px;
		border-radius: 0 0 2px 2px;
	}
	.card.horizontal .card-content h5 {
		padding: 0px;
		font-size: 14px;
	}
	.character-counter {
		margin-top: -20px;
	}
	.card.horizontal .card-content .row {
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.card.horizontal .card-content .row .input-field {
		margin: 0px -10px;
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 440px) {
	nav .brand-logo {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.favorites .row .col .card .harga {
		text-align: left;
		width: auto;
		font-size: 12px;
		font-weight: 700;
		color: #545454;
	}
	.favorites .row .col .card.medium {
		height: 254px;
		margin: 5px;
	}
	.card.medium {
		height: 290px;
		margin: 5px;
	}
	.foto-profil {
		width: 248px;
		height: 248px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.foto-profil img {
		width: 248px;
		height: auto;
	}
	.product_gallery a {
		height: 105px;
	}
	.product_gallery a img {
		max-height: 100px;
	}
	.favorites .row .col .card.medium {
		height: 265px;
	}
}

@media screen and (max-width: 375px) {
	nav .brand-logo {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.favorites .row .col .card .harga {
		text-align: left;
		width: auto;
		font-size: 12px;
		font-weight: 700;
		color: #545454;
	}

	.favorites .row .col .card.medium {
		height: 250px;
	}
	.favorites .row .col .title-item {
		height: 25px;
		font-size: 13px;
		font-weight: 400;
		text-align: left;
	}
	.card.medium {
		height: 274px;
		margin: 5px;
	}
	.harga {
		font-size: 14px;
	}
	.foto-profil {
		width: 220px;
		height: 220px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.foto-profil img {
		width: 220px;
		height: auto;
	}
	.product_gallery a {
		height: 93px;
	}
}
@media screen and (max-width: 360px) {
	.product_gallery a {
		height: 89px;
	}
	.foto-profil {
		width: 210px;
		height: 210px;
		border: 1px solid #eee;
		overflow: hidden;
	}
	.foto-profil img {
		width: 210px;
		height: auto;
	}
	.card.medium {
		height: 264px;
		margin: 5px;
	}
	.table-detail-cart th {
		font-size: 12px;
		font-weight: normal;
		padding: 6px 2px;
	}
	.table-detail-cart .thead tr th {
		display: block;
		padding: 0 0px 0 0;
	}
}
