div.store-box {
	width: 100%;
	height: 60px;
	margin-top: 10px;
	background: white;
	border-radius: 10px;
	margin-bottom: -20px;
	-webkit-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
}

div.store-box > div.box-header {
	background: #4CAF50;
	border-bottom: 3px solid #FFC900;
}
div.store-box h1 {
	font-size: 12pt;
	color: #385833;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	margin-top: 7px;
}
div.line-page-store {
	height: 3px;
	width: 200px;
	background-color: #ffaa00;
}
.sharethis-inline-share-buttons {
	padding-right: 20px;
}
li.cart-store,
li.cart-store a:hover {
	border: 0px !important;
	border-radius: 50px !important;
}
li.cart-store a > span.badge {
	margin-top: -25px;
	margin-left: -10px;
	background: #FFCC01;
	color: #385833;
	font-weight: bold
}
a.cart-store {
	margin-top: 10px;
}
a.cart-store > i.fa {
	font-size: 20pt;
	margin: 0px;
}

/* CONTENTS */
.content-store {
	margin-top: 40px;
}

div.box-content {
	margin-bottom: 20px;
}

div.box-content {
	width: 100%;
}

div.box-content > div.box-header {
	background: white;
}
div.box-content > div.box-header .form-control {
	border-left: 0px !important;
	padding-left: 0px;
}
div.box-content > div.box-header .transparent {
	background: transparent;
	border-right:0px !important;
	cursor: auto !important;
}
div.box-content > div.box-header .btn-search {
	color: white !important
}
div.box-content > div.box-body {
	margin-top: 20px;
}

div.box-content > div.box-body > .col-md-6 {
	margin: 0px !important;
	padding-left: 0px !important;
}

/* DETAIL */
.content-detail-produk h2 {
	margin-top: 0px;
	font-size: 17pt;
}
.content-detail-produk h2.heading {
	padding-bottom: 10px;
}
.content-detail-produk h3.price-store {
	font-weight: bold;
	color: #F44336;
	margin: 0px;
}
.content-detail-produk h3.heading-desc {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0
}
.content-detail-produk {
	background: white;
	padding-top: 20px;
	border-radius: 20px 20px 0px 0px;
	border: 1px solid #EEEEEE;
}

/*  CART */
.modal-cart-contents {
	padding: 0px !important;
}
.green {
	background: #00923F;
	color: white !important
}
a.title-product-cart {
	font-size: 12pt;
	font-weight: bold;
}
a.title-product-cart:hover {
	text-decoration: none;
}
button.delete-cart-item {
	background: transparent;
	font-size: 15pt;
	color: #CBCBCB
}
button.delete-cart-item:hover {
	color: #E40000
}
.content-detail-produk h3.price-store {
	font-weight: bold;
	color: #F44336;
	margin: 0px;
}
span.cart-total-dialog {
	font-weight: bold;
	color: #F44336;
	font-size: 15pt;
}

tr.danger {
	background-color: rgba(193, 66, 66, 0.42)
}

.left3x {
	margin-left: 30px;
}

.categories {
	max-height: 400px !important;
	overflow-y: scroll;
}

    .radio_item {
        display: none !important;
    }

    .label_item {
      opacity: 0.4;
      margin-left: 20px;
      border: solid 2px #CDCDCD;
      border-radius: 5px;     }
    
    .radio_item:checked + label {
      opacity: 1;
      border: solid 2px #FEC477;
      border-radius: 5px; 
      background-color: white;
	-webkit-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
    }
input[name="ongkir"] {
	margin-right: 20px;
}