/* 6 not cached file */
@import url(http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:400,700);
/*html {
	font-size: 62.5%;
}*/
body {
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background: #ffffff url('') !important;
}
.table {
font-size: 14px;
}
.link-box span {
color: #ACABAB!important;
font-family: 'Open Sans', sans-serif!important;
font-size: 14px!important;
}
.secondary.blockcontact, .secondary.blockcontact span {
		color: black!important;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
{
	color: #555;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 768px) {
	.slicknav_menu {
		display: none;
	}
	#nav-main {
		text-transform: capitalize;
		z-index: 999999;
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
		background-color: #ffffff;
		border-top: 3px solid #d64078;
		-webkit-box-shadow: 0 2px 15px rgba(139, 139, 139, 0.67);
		box-shadow: 0 2px 15px rgba(139, 139, 139, 0.67);
	}
	#nav-main .user-login {
		background-color: #d64078;
		margin-left: 10px;
	}
	#nav-main .user-login a {
		color: #ffffff;
	}
	#nav-main .user-login a i {
		font-size: 20px;
		line-height: 30px;
	}
	#nav-main .user-login .user-menu {
		display: block !important;
		position: relative !important;
	}
	#nav-main .nav {
		float: right;
	}
	#nav-main .nav ul {
		z-index: 9999;
		background-color: #ffffff;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav-main .nav .search-md {
		display: block;
	}
	#nav-main .nav .search-sm {
		display: none;
	}
	#nav-main .nav li {
		float: left;
		position: relative;
	}
	#nav-main .nav li a {
		font-size: 1.4rem !important;
		border: none;
		display: block;
		height: 45px;
		line-height: 45px;
		padding: 0 1.4em;
	}
	#nav-main .nav li a:hover {
		background-color: #E0E0E0;
		text-decoration: none !important;
	}
	#nav-main .nav li ul {
		border: 1px solid #ccc;
		-webkit-box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
		box-shadow: 2px 3px 0 rgba(150, 150, 150, 0.1);
		position: absolute;
		right: 0;
		top: 45px;
		display: none;
		z-index: 999;
		width: 160px;
	}
	#nav-main .nav li ul li {
		border-bottom: 1px solid #ddd;
		width: 100%;
	}
	#nav-main .nav li ul li a {
		height: 2.9em;
		line-height: 2.9em;
		padding: 0 1.4em;
		color: #333333 !important;
		overflow: hidden;
	}
	#nav-main .nav li ul li ul {
		display: none !important;
		top: 0;
		left: 160px;
	}
	#nav-main .nav li ul li:hover ul {
		display: block !important;
	}
	#nav-main .nav li:hover ul {
		display: block;
	}
	.slicknav_menu {
		padding: 0 !important;
	}
}
#header-main {
	background-image: -webkit-linear-gradient(bottom, #eeeeee 0%, #ffffff 27%);
	margin-top: 38px;
	padding: 20px 0;
	background-color: #ffffff;
}
#header-main .logo {
	float: left;
	margin-bottom: 20px;
	max-width: 120px;
	max-height: 120px;
	overflow: hidden;
}
#header-main .logo img {
	width: 100%;
	height: 100%;
}
#header-main .renavbar {
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd !important;
	float: right;
	padding: 0px;
	margin: 0px;
}
#header-main .renavbar .user-login {
	background-color: #E0E0E0;
	display: inline-block;
}
#header-main .renavbar .user-login:hover {
	background-color: #BDBDBD;
}
#header-main .renavbar ul {
	padding: 0;
	margin: 0;
}
#header-main .renavbar li {
	display: inline-block;
	padding: 12px 8px;
}
#header-main .renavbar li a:hover {
	text-decoration: none;
}
#header-main .renavbar li:hover {
	background-color: #E0E0E0;
}
#content-main {
	border-top: 2px solid rgba(139, 139, 139, 0.15);
	min-height: 500px;
	margin-top: 20px;
	padding: 20px 0;
}
#content-main .patner-main {
	margin-bottom: 20px;
}
#content-main .product-list {
	padding: 0 5px;
}
#content-main .product-list figure {
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	position: relative;
	overflow: hidden;
}
#content-main .product-list figure .img {
	overflow-y: hidden;
	position: relative;
	background: white;
	height: 332px;
}
#content-main .product-list figure .img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	position: relative;
}
#content-main .product-list figure figcaption {
	background-color: rgba(255, 255, 255, 0.78);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	padding: 15px;
}
#content-main .product-list figure figcaption .title {
	font-size: 2.1rem;
}
#content-main .product-list figure figcaption .deal,
#content-main .product-list figure figcaption .deal-main {
	font-size: 1.8rem;
	text-decoration: line-through;
	font-weight: 900;
}
#content-main .product-list figure figcaption .price {
	font-size: 1.8rem;
}
#content-main .product-list figure:hover {
	border: 1px solid #d64078 !important;
}
#content-main .product-list figure:hover .img {
	overflow: hidden;
}
#content-main .product-list figure:hover figcaption {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}

#product-detail-main .product-detail {
	margin-bottom: 20px;
	padding-bottom: 1px solid #f0f0f0;
}
#product-detail-main .testimonial-item div {
	padding: 10px;
	background-color: rgba(204, 204, 204, 0.4);
}
#product-detail-main .nav-tabs li a {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#product-detail-main h3 {
	margin-top: 20px;
}
.detail-caption .detail-information,
.detail-caption .detail-choose,
.detail-caption .detail-atribute,
.detail-caption .detail-stock {
	padding: 15px;
	border: 1px solid rgba(96, 96, 96, 0.3) !important;
	margin-bottom: 20px;
}
.detail-caption .detail-atribute .box {
padding: 10px 0;
border-bottom: 1px dotted #cccccc;
}
.detail-caption .detail-atribute .title {
float: left;
width: 120px;
font-size: 14px;
font-weight: bold;
margin: 0;
}
.detail-caption .detail-atribute .value {
margin-left: 120px;
}
.detail-caption .price-info {
		margin-bottom: 10px;
}
.detail-caption .price-info .current {
		font-size: 24px;
		line-height: 22px;
		margin-right:10px;

}
.detail-caption .price-info .ori {
		opacity: 0.7;
}

.detail-caption .product-buy .block-title {
display: none;
}
.detail-caption .product-buy .buy-option {
	padding: 15px;
	border: 1px solid rgba(96, 96, 96, 0.3) !important;
	margin-bottom: 20px;
}
.detail-caption .product-buy .buy-button {
	margin-bottom: 20px;
}
.detail-caption .product-buy .buy-button .btn-primary {
	padding:10px 10px;
}
.product-detail .detail-img {
z-index: 0;
}

.modal-dialog.modal-buy {
		margin-top: 80px;
		width: 500px;
}
.modal-dialog.modal-buy .order-loading,
.modal-dialog.modal-buy .order-options {
		text-align: center;
}
.modal-dialog.modal-buy .modal-content {
		padding: 28px 15px 32px;
}
.modal-dialog.modal-buy .loader {
		margin-bottom: 18px;
}
.modal-dialog.modal-buy .loader i {
		font-size: 30px;
		color: #555555;
}
.modal-dialog.modal-buy .loader p {
		margin: 0;
}
.account-bar-show .modal-dialog.modal-buy {
		margin-top: 100px;
}


.page-header {
margin-top:-15px!important;
}


/**
 * Member Area
 **/
#member-container .nav>.active>a {
		background-color: #c24444;
}
#member-container .nav>.active>a:hover {
		background-color: #c24444;
}


/**
 * Cart
 **/
#order-step {
		margin-bottom: 28px;
}
#order-step .title {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		color: #ffffff;
		background-color: #424242;
		padding: 0 12px;
		position: relative;
		z-index: 110;
		margin-bottom: 8px;
}
#order-step .title:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 19px solid transparent;
		position: absolute;
		border-left-color: #424242;
		top: 0;
		right: -38px;
}
#order-step .step {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		background-color: #eeeeee;
		padding: 0 12px 0 28px;
		position: relative;
		margin: 0 0 8px -8px;
		z-index: 100;
}
#order-step .step:first-child {
		margin-left: 3px;
}
#order-step .step:nth-child(1) {
		z-index: 105;
}
#order-step .step:nth-child(3) {
		z-index: 104;
}
#order-step .step:nth-child(5) {
		z-index: 103;
}
#order-step .step.active {
		color: #ffffff;
		background-color: #c44444;
}
#order-step .step:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 19px solid transparent;
		position: absolute;
		border-left-color: #eeeeee;
		top: 0;
		right: -38px;
}
#order-step .step.active:after {
		border-left-color: #c44444;
}
#order-step .step:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 19px solid transparent;
		position: absolute;
		border-left-color: #ffffff;
		top: 0;
		left: 0;
}

.shopcart .tdtitle {
		width: 360px;
}
.shopcart-main .tdtitle {
		width: 300px;
}
.shopcart .qty {
		width: 50px;
}
.shopcart>tfoot>tr>td {
		background-color: #e9e9e9;
		border-top: 1px solid #cccccc;
}
.shopcart>tfoot>tr:last-child>td {
		border-bottom: 1px solid #cccccc;
}

#content-cart-login .form-horizontal {
		margin-top: 32px;
}

#shoppingcart-wrap .button-wrap {
		margin-top: 36px;
}

/**
 * Cart
 **/
.coupon {
		padding: 8px;
		background-color: #f9f9f9;
		border-top: 2px solid #e3e3e3;
		border-bottom: 2px solid #e3e3e3;
}
.coupon .form-control {
		width: 240px;
		display: inline-block;
		margin-left: 10px;
}
.coupon-used>.alert>i {
		float: left;
		vertical-align: middle;
		line-height: 20px;
		font-size: 20px;
		margin-right: 8px;
		opacity: 0.8;
}
.coupon-used .coupon-info {
		float: left;
}
.coupon-used a {
		float: right;
}

/** Cart Mobile **/
#shoppingcart-mobile {
		display: none;
}
#shoppingcart-mobile .cart-item {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #f9f9f9;
}
#shoppingcart-mobile .cart-title {
		float: left;
		width: 170px;
		padding: 10px 8px;
		background-color: #f3f3f3;
		margin-bottom: 5px;
}
#shoppingcart-mobile .cart-value {
		margin-left: 180px;
}
#shoppingcart-mobile.scart-mobile-main .cart-item-row:first-child {
		margin-right: 70px;
}
#shoppingcart-mobile .cart-item-delete {
		position: absolute;
		top: 0;
		right: 0;
}
.cart-item-total {
		margin-bottom: 10px;
}

/**
 * Cart: Shipping
 */
#shippingform input[type="radio"],
#shippingform input[type="checkbox"] {
		margin-right: 5px;
}
#shippingform .address-list {
		border-top: 2px solid #e9e9e9;
		background-color: #fafafa;
		border-bottom: 2px solid #e9e9e9;
		padding: 0 8px;
		margin: 20px 0;
}
#shippingform .address-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
#shippingform .address-list li {
		padding: 10px 0;
		border-bottom: 1px dotted #dddddd;
}
#shippingform .new-address {
		margin: 10px 0;
}
#price-info .meta-label {
		width: 210px;
}
#price-info .meta-value {
		margin-left: 210px;
}

#pembayaran ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
#pembayaran li {
		padding: 10px 0;
		border-bottom: 1px solid #e9e9e9;
}

.address-form {
		margin-bottom: 24px;
}
#same-address-check {
		margin: 20px 0;
		padding: 4px 8px;
		background-color: #e9e9e9;
}
#same-address-check label {
		margin: 0;
}
#billing-address {
		padding-bottom: 5px;
		border-bottom: 2px solid #e9e9e9;
}


#product-detail-main .product-desc h4,
#product-detail-main .spec h4 {
	background-color: #E0E0E0;
	padding: 10px;
}
#footer-main a {
	color: #ACABAB;
}
#footer-main a:hover {
	text-decoration: underline;
}
#footer-main p,
#footer-main span,
#footer-main a,
#footer-main h4,
#footer-main .btn-jej {
	color: #ACABAB;
}
#footer-main .btn-jej {
	text-decoration: none !important;
}
#footer-main .menu-bottom {
	background-color: #403F41;
	padding: 20px 0;
	border-top: 4px solid #d64078;
	border-bottom: 1px solid #272627 ;
}



/**
* Footer > Info
**/
#footer-main .info {
	border-top: 1px solid #555555;
	background-color: #403F41;
	border-bottom: 4px solid #242424;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.testimonial.col-md-3.col-sm-6.col-xs-6.sub-info,
	.contact.col-md-3.col-sm-6.col-xs-6.sub-info,
	.follow.solmed.col-md-3.col-sm-6.col-xs-6sub-info,
	.newletter.col-md-3.col-sm-6.col-xs-6.sub-info {
		width: 100%!important;
	}
	.testimonial_text_inner h4,
	.contact div.block-contactus h4,
	.follow.solmed.col-md-3.col-sm-6.col-xs-6sub-info h4,
	.newletter.col-md-3.col-sm-6.col-xs-6.sub-info div.block-newsletter h4 {
		margin: 10px 0;
	}
	input#newsletter_email {
		margin-bottom: 5px;
	}
	.follow.solmed.col-md-3.col-sm-6.col-xs-6sub-info a {
		margin: 0 5px 5px 0;
	}
}





#footer-main .author {
	padding: 15px 0;
	background-color: #2B2B2B;
	text-align: center;
}
#container {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-primary {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #d64078;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #ffffff;
	background-color: #ac2f5e;
}

.btn-jej {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #ffffff;
	background-color: #000;
	border-color: #000;
	border-bottom: 3px solid #0000;
}
.btn-jej:hover,
.btn-jej:focus,
.btn-jej:active {
	background-color: #2B2B2B;
}
.btn {
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.alert {
	padding: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}
.form-control,
input[type="text"] {
	height: 30px;
}
.form-control,
input[type="text"],
textarea {
	display: block;
	width: 100%;
	padding: 0px 12px;
	font-size: 1.4rem;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.form-control:focus,
input[type="text"]:focus,
textarea:focus {
	border-color: #3498db;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.2);
}
.form-search {
	position: relative;
	margin-top: 8px;
}
.form-search input {
	position: relative;
	top: 0;
	bottom: 0;
	background-color: #ffffff !important;
	color: #333333 !important;
}
.form-search .submit {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #535368;
	background-image: none;
	border-color: transparent;
	color: #e6e6e6;
	text-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.alert-payment {
	margin-top: 20px;
}
.nav-tabs a {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
#modal-text {
	z-index: 9999999 !important;
}
.mini-login {
	width: 300px !important;
}
.mini-login a {
	color: #d64078 !important;
}
.mini-login a:hover {
	text-decoration: underline !important;
	color: #ac2f5e !important;
}
.mini-login .login-box {
	padding: 15px !important;
}
.mini-login .login-box form {
	padding: 15px !important;
}
.mini-login .login-box form a {
	border: none  !important;
	height: 2.9em  !important;
	display: inline  !important;
	line-height: 1.8rem !important;
	padding: 0 !important;
}
.mini-login .login-box form a:hover {
	background-color: #ffffff !important;
	text-decoration: underline !important;
}
.small-user-login .dropuser {
	display: none !important;
	background-color: #d64078;
}
.small-user-login:hover .dropuser {
	display: block !important;
}
.active-display {
	display: block !important;
}
.solmed .fb,
.solmed .tw,
.solmed .gp {
	display: inline-block;
}
.margin-top {
	margin-top: 20px !important;
}
.margin-bottom {
	margin-bottom: 20px !important;
}
.caption-slider {
	max-width: 500px;
	max-height: 360px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(58, 58, 58, 0.68);
	padding: 10px;
}
.caption-slider h2 {
	color: #ffffff;
}
.flex-active-slide .caption-slider {
	-webkit-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}
.review-tab {
	margin-bottom: 20px;
}
.langkah {
	background-color: #DDDDDD;
}
.langkah div {
	padding: 10px 12px;
}
.langkah .active-nav {
	background-color: #333333;
	color: #ffffff;
}
.langkah .active-nav strong {
	color: #ffffff;
}
.nostyle {
	list-style-type: none !important;
}
.sidebar-main {
	border: 1px solid #e3e3e3;
	padding: 20px 15px;
}
.sidebar-main a:hover {
	background-color: #9D9D9D;
	color: #d64078;
}
.errorMsg {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.title-product-list {
	padding: 15px;
	background-color: rgba(201, 201, 201, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.title-product-list h3 {
	text-transform: capitalize;
}
.small-item {
	border: 1px solid #e3e3e3;
	padding: 10px;
	height: 254px;
}
.small-item .name-small {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.small-item .img-small {
	height: 170px;
	position: relative;
	overflow: hidden;
}
.small-item .img-small img {
	width: 100%;
}
.product-opt {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-opt .sort a,
.product-opt .number a {
	padding: 8px 10px;
}
.product-opt .active {
	background-color: #d64078;
	color: #ffffff;
}
.product-opt .active:hover {
	text-decoration: none;
	background-color: #ac2f5e;
}
.sidebar-main .active {
	background-color: #403F41;
}
.nopadding {
	padding-right: 0;
	padding-left: 0;
}
.block-row {
	left: -5px;
	position: relative;
	right: -5px;
}
.product-fb-comment,
.product-review-main {
	margin-top: 20px;
}
.product-review-main ferror {
	color: #d64078 !important;
}
.list-padding {
	padding-left: 5px;
	padding-right: 5px;
}
.box-fill {
	padding: 15px;
	background-color: #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a {
	color: #333333 ;
}
.alert-danger {
	color: #a94442 !important;
}
.alert-success {
	color: #3c763d !important;
}
.nav li a {
	font-size: 1.4rem !important;
}
.lang {
	display: inline-block !important;
}
.active-link {
	color: #d64078;
}
.active-link:hover {
	color: #c0392b;
}
.text-warning {
	color: #c0392b;
}
.successMsg {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	padding: 15px;
/*  margin-bottom: 20px;*/
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.del {
	border-color: rgba(255, 255, 255, 0) !important;
}
.table-main select {
	width: 25%;
	margin-bottom: 20px;
}
.table-main table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-main table thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
.table-main table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.table-main tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.table-main th {
	background-color: #ddd !important;
}
.table-main td,
.table-main th {
	background-color: #fff;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}
.tab-dashboard {
	padding-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.order-old {
	padding: 15px;
	border: 1px solid #E7E7F6;
}
.dash {
	padding: 15px;
	border: 1px solid #E7E7F6;
}
.grid-6 {
	width: 50% !important;
}
.bayar label {
	margin-right: 20px;
}
.big-search {
	width: 88%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.big-search:before,
.big-search:after {
	content: " ";
	display: table;
}
.big-search:after {
	clear: both;
}
.big-search form:before,
.big-search form:after {
	content: " ";
	display: table;
}
.big-search form:after {
	clear: both;
}
.big-search .form-control {
	width: 90%;
	height: 40px;
	float: left;
}
.big-search .search {
	width: 10%;
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 18px;
	padding-left: 18px;
	background-color: #d64078;
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.big-search .search:hover {
	background-color: #ac2f5e;
}
.sidebar-main {
	margin-bottom: 20px;
}
#harga {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E6E6E6;
}
.pesanan {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #E6E6E6;
}
.pesanan .table-striped > tbody > tr:nth-child(odd) > td,
.pesanan .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #E6E6E6;
}
.tanggal_pembayaran {
	display: inline-block !important;
}
.list-group-item {
	background-color: rgba(255, 255, 255, 0) !important;
}
.product-desc {
	overflow: hidden;
}
.img {
	width: 100%;
}
.img img {
	width: 100%;
}
.flex-direction-nav{
	display: none;
}
.logo span{
	font-size: 2.1rem;
	color: rgb(214, 64, 120);
}

@media(max-width: 768px) {
#content-main .product-list figure figcaption {
-webkit-transform: translateY(-100%) !important;
transform: translateY(-100%)!important;
opacity: 1!important;
height:150px !important;
}
#content-main .product-list figure figcaption .title {
font-size: 12px !important;
}
.re-btn-primary {
padding: 3px 6px !important;
}
}

#dmsmenu,
#dmsmenu ul,
#dmsmenu ul li,
#dmsmenu ul li a,
#dmsmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dmsmenu:after,
#dmsmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#dmsmenu #menu-button {
	display: none;
}
#dmsmenu {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top:0;
position:fixed;
z-index: 99999999999;
float: right;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
}
#dmsmenu > ul > li {
	float: left;
}
#dmsmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#dmsmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#dmsmenu.align-center ul ul {
	text-align: left;
}
#dmsmenu.align-right > ul > li {
	float: right;
}
#dmsmenu.align-right ul ul {
	text-align: right;
}
#dmsmenu > ul > li > a {
	padding: 20px;
	font-size: 1.4rem !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}
#dmsmenu > ul > li:hover > a,
#dmsmenu > ul > li.active > a {
	color: #009ae1;
}
#dmsmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#dmsmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";

}
#dmsmenu > ul > li.has-sub:hover > a::after {
	border-color: #009ae1;
}
#dmsmenu ul ul {
	position: absolute;
	left: -9999px;
}
#dmsmenu li:hover > ul {
	left: auto;
}
#dmsmenu.align-right li:hover > ul {
	right: 0;
}
#dmsmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#dmsmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#dmsmenu ul ul li {
	height: 0;
	border: 1px solid #ddd;
}

#dmsmenu ul li:hover > ul > li {
	height: 44px;
}
#dmsmenu ul ul li a {
	padding: 15px 20px;
	width: 160px;
		font-size: 1.4rem !important;
	background: #fff;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #ddd;
}
#dmsmenu ul ul li:hover > a,
#dmsmenu ul ul li a:hover {
	color: #333333;
	background-color: #E0E0E0;

}
#dmsmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
}
#dmsmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#dmsmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#dmsmenu {
		width: 100%;
	}
	#dmsmenu ul {
		width: 100%;
		display: none;
	}
	#dmsmenu.align-center > ul,
	#dmsmenu.align-right ul ul {
		text-align: left;
	}
	#dmsmenu ul li,
	#dmsmenu ul ul li,
	#dmsmenu ul li:hover > ul > li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}
	#dmsmenu ul li a,
	#dmsmenu ul ul li a {
		width: 100%;
	}
	#dmsmenu > ul > li,
	#dmsmenu.align-center > ul > li,
	#dmsmenu.align-right > ul > li {
		float: none;
		display: block;
	}
	#dmsmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 1.4rem !important;
		color: #000000;
		background: none;
	}
	#dmsmenu ul ul li:hover > a,
	#dmsmenu ul ul li a:hover {
		color: #000000;
	}
	#dmsmenu ul ul ul li a {
		padding-left: 40px;
	}
	#dmsmenu ul ul,
	#dmsmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}
	#dmsmenu > ul > li.has-sub > a::after,
	#dmsmenu ul ul li.has-sub > a::after {
		display: none;
	}
	#menu-line {
		display: none;
	}
	#dmsmenu #menu-button {
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}
	#dmsmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}
	#dmsmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
	#dmsmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}
	#dmsmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #000000;
		z-index: 99;
	}
	#dmsmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #000000;
		z-index: 99;
	}
	#dmsmenu .submenu-button.submenu-opened:after {
		display: none;
	}
}
@media only screen and (max-width: 1366px) {
#dmsmenu {
right:350px;
}
}
@media only screen and (min-width: 1369px) {
#dmsmenu {
right:450px;
}
}
@media only screen and (min-width: 1500px) {
#dmsmenu {
right:625px;
}
}
.btn-default {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #d64078;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	color: #ffffff;
}
.btn-default:hover,
.btn-default:focus {
	color: #ffffff;
	background-color: #ac2f5e;
}
.btn {
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.block-search #btn-submit-search {
display: none;
}
.block-search .form-inline {
margin-top: 8px;
}
.block-search .form-inline input#input-keryword {
width: 155px;
}
#dmsmenu .category-nav > li > a.active,
#dmsmenu .category-nav > li > a:hover {
		color: red;
}
input#captcha {
width: 100px;
}
.customers {
		text-align: center;
		border:1px solid #dadada;
		padding:15px;
	margin-bottom: 20px;
}
.block-polling {
border: 1px solid #dadada;
padding: 15px;
}

.coribbon {
    float: left;
    position: absolute;
    top: 5%;
    text-align: center;
    left: 3%;
}
.sale,
.disc,
.oos {
    float: left;
    margin: 0.2em .2em .2em;
    border-radius: 3px;
    display: inline;
    padding: 0.6em .6em .6em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.disc {
    background-color: rgba(20, 191, 243, 0.95);
}
.sale{
    background-color: rgb(242, 64, 126);
}
.oos {
    background-color: rgba(244, 56, 63,  0.95);
}

.last-update {
    background-color: #242424;
    padding-bottom: 5px;
}
.last-update span {
    font-style: italic;
}
.fixed-height {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
}

a.chat-whatsapp {
    position: fixed;
    z-index: 99;
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
}
.chat-whatsapp span {
    z-index: -1;
    color: #fff;
    background: #57bb63;
    padding: 17px;
    position: absolute;
    top: 0;
    width: 132px;
    right: 26px;
    border-radius: 40px 0 0 40px;
    line-height: normal;
    word-spacing: normal;
    font-size: 13px;
    font-weight: normal;
    font-family:Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
