body {
	font-family:'Karla', sans-serif;;
	font-size:16px;
	line-height:24px;
	background-color:#fff;
	overflow-x:hidden;
}	

.container-fluid {
	max-width: 1600px;
}

.col-0 {
	display: none;
}

.content {
	margin-top: 15px;
}

.mobile-nav {
	display: none;
}

@media (min-width: 1280px) {

	.container-fluid {
		padding-left:30px;
		padding-right:30px;
	}
}

.text-warning {
	color:#cb6900;
}	

@media (min-width: 1280px) {
	.container {
		width:1230px;
	  	padding-right: 15px;
	  	padding-left: 15px;
	  	margin-right: auto;
	  	margin-left: auto;
	}
}	

.header {
	background-color:#fff;
	color:#222;
	padding:0px;
	height: 80px;
	border-bottom: solid 1px #eee;
	box-shadow: 0px 5px 8px #f6f6f6;
}	

.header a {
	color:#343333;
}	

#example a {
	color: #000;
}

#example a:hover {
	text-decoration: none;
	color: #555;
}

.logo {
	width: 145px;
	margin-top: 15px;
}

.category-title {
	 margin-top: 0px; 
	 padding: 10px 0px;
}

.category-header{
	padding-top: 25px;
	text-align: center;
}

.category-header span{
	padding: 6px 0px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

.category-header a{
	color: #000;
}

.category-header span a:hover{
	color: #000;
	text-decoration: none;
}

.category-header span:hover{
	border-bottom: solid 2px #000;
}



.nav-icon-wrapper {
	padding-top: 17px;
	padding-right: 5px;
	font-size: 20px;
	text-align: right;
	color: #000d7f;
}

.nav-icon-wrapper a:hover,
.nav-icon-wrapper:hover {
	text-decoration: none;
	color: #222;
}

.nav-icon {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

.nav-icon i{
	color: #222;
}

.cart-counter {
	position: absolute;
	bottom: 3px;
	display: inline-block;
	min-width: 17px;
	height: 17px;
	padding: 0px 4px;
	background-color: #ef144a;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
}

.btn-blue {
	background-color: #000d7f;
	color: #fff;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background-color: #091048;
	color: #fff;
}

.btn-blue-outline,
.btn-blue-outline a {
	border: solid 2px #000d7f;
	font-weight: bold;
	color: ##000d7f!important
}

.btn-blue-outline:hover,
.btn-blue-outline:focus,
.btn-blue-outline:active {
	background-color: #091048;
	color: #fff!important
}

.alert-danger {
	background-color: #ef144a;
	color: #fff;
}

.alert-cart {
	margin-bottom: 10px;
}

#addCartModal {
	margin-top: 120px;
}

.container-content {
	padding-top: 10px;
}

@media (max-width: 1200px) {
	.logo {
		margin-top: 15px;
	}

	.category-header span{
		margin-left: 8px;
		margin-right: 8px;
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.logo {
		margin-top: 20px;
		width: 100%;
	}
	.category-header span{
		font-size: 14px;
	}

	.hidden-sm {
		display: none;
	}

	.nav-icon {
		margin-left: 25px;
		font-size: 18px;
	}

	.container-content {
		padding-top: 0px;
	}
}



@media (min-width: 1200px) {
	.col-lg-0{
		display: none;
	}
}

@media (max-width: 1200px) {
	.col-md-0 {
		display: none;
	}
}

@media (max-width: 992px) {
	.col-sm-0 {
		display: none;
	}
}

@media (max-width: 768px) {
	.col-xs-0 {
		display: none;
	}
}
@media (min-width: 768px) {
	.show-xs {
		display: none;
	}
}


img {
	max-width:100%;
	height:auto;
}	


.top-nav {
	background-color:#f5f5f5;
	color:#000;
	font-size:14px;
	padding:12px 0px;
}

.top-nav-menu {
	display:inline-block;
	padding:8px 12px;
	margin:0;
}

.top-nav .hide-on-mobile {
	padding:0px;
}	

.top-nav i {
	margin-right:5px;
}	

.top-nav a{
	color:#343333;
}


.top-nav-wrapper {
	padding:0px 20px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h4 {
	font-size:15px;
	line-height: 21px;
	margin: 0;
}

.cart-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
}

.cart-item a{
	color: #000;
}
	
.btn-whatsapp {
	background:#60ca45;
	border-color:#25a017;
	color:#fff;
	font-size:17px;
}
	
.btn-whatsapp:hover {
	background:#25a017;
	color:#fff;
}	

.btn-call {
	background:#009be9;
	border-color:#0086c9;
	color:#fff;
	font-size:17px;
}
	
.btn-call:hover {
	background:#0086c9;
	color:#fff;
}

.btn-rounded {
	padding:8px 25px;
	border-radius:50px;
}	

.contact-button-wrapper {
	padding:20px 0px 50px 0px;
}

.search-wrapper {
	margin-top:15px;
	padding:6px;
	border-radius: 30px;
	background-color: #f5f5f5;
}	

.search-input {
	background-color: #f5f5f5;
	border: none;
	box-shadow:none;
}

.search-input:focus {
	outline: none;
	border: none;
	box-shadow:none;
}

.search-wrapper:has(input:focus) {
  border: solid 1px #00367c;
  box-shadow: inset 0 1px 1px rgba(0, 54, 124, 0.075), 0 0 8px rgba(0, 54, 124, 0.6);
}

.btn-search {
	background-color: none;
	background: none;
	border: none;
}


.btn-dark {
	background-color:#222;
	color:#fff;
}	

.nav-mobile-title {
	display:none;
}	

.dropdown-trigger {
	height: 88px;
	padding: 23px 10px 0px 0px;
	z-index: 1001;
	width: 100%;
	display: block;
	position: absolute;
	text-align: right;
}

.category-nav {
	padding: 3px 12px;
	color: #777;
	border-radius: 3px;
	width: 100px;
	float: right;
	text-align: center;
	cursor: pointer;
}

.dropdown-container {
	padding-top: 25px;
}

.mega-dropdown-menu {
  	position: absolute;
    padding: 0px 0px 40px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1000;
    background: #fff;
    display: none;
    border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;
		line-height: 25px;
		font-size: 13px;
}

.mega-dropdown-menu a {
		color:#555;
}
.mega-dropdown-menu a:hover {
		color:#0488e0;
		text-decoration:none;
}	

.sort-wrapper {
	margin-top:-5px;
}	

.sort-wrapper .form-control {
	border-radius:0;
	font-size:13px;
}	

img {
	max-width:100%;
	height:auto;
}	


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='item-box'] {
  flex-grow: 1;
  align-self: flex-start;
  flex-basis: 100%;

}

.item-box {
    height: 100%;
    width:100%;
		margin-bottom: 30px;
		border: none;
}


.item-box-feature {
	border:solid 1px #ddd;
	background-color:#fff;
}

.item-box-feature:hover {	
	border:solid 1px #222;
}		


.item-title a {
	color:#000;
}

.item-title a:hover {
	color:#006699;
	text-decoration:none;
}

.item-price {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}		

.item-image img {
	width:100%;
}	

.item-disc {
	height:16px;
	font-size:13px;
	text-decoration:line-through;
	color:#777;
}

.item-box .item-title {
	margin-bottom:5px;
	line-height:23px;
	max-height: 45px;
	overflow: hidden;
	font-size: 18px;
}

.item-box .item-image {
	margin-bottom:10px;
	overflow:hidden;
}

.discount-badge {
	position:absolute;
	float:left;
	top:18px;
	padding:2px 5px;
	left:20px;
	width:55px;
	height:28px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color:#e00000;
	border-radius:3px;
}	

@media (max-width: 1280px) {
	
	.item-box .item-title {
		max-height:47px;
		line-height: 22px;
	}

}

@media (max-width: 1200px) {
	
	.item-box .item-title {
		max-height:43px;
		font-size: 15px;
	}
}

@media (max-width: 992px) {

	.item-box .item-title {
		max-height:40px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	
	.nav-mobile-title {
		display:inline-block;
		padding-top:12px;
		padding-left:15px;
		font-weight:bold;
	}	
	
	.center-xs {
		text-align:center;
	}	
	
	.search-wrapper {
		padding-top:10px;
	}
}

.no-padding-margin {
	margin:0;
	padding:0;
}	


@media (max-width: 768px) {
	.custom-breadcrumb {
		margin-top:5px;
		margin-left:5px;
	}
}

	

img {
	max-width:100%;
	height:auto;
}	

.footer {
	margin-top:100px;
	padding:20px 0px;
	background-color:#eee;
	color:#444;
	font-size:13px;
}


.footer a{
	color:#000;
}

.footer a:hover{
	color:#444;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5{
	color:#333;
	margin-bottom:10px;
	padding:0;
}

.footer h3 {
	font-size:20px;
	font-weight:bold;
}	

.box-info {
	margin-top:25px;
}	

.gallery-list {
	margin-bottom:30px;
}

.gallery-list h4 {
	margin-bottom:0;
	padding-bottom:0;
}	

.copyright {
	padding:15px 0px;
	font-size:14px;
	background-color:#ddd;
}

.copyright a{
	color:#000
}

.btn-social {
	font-size:26px;
	padding:0;
	color:#fff;
	margin-left:5px;
}	

.clear-bg {
	height:200px;
	width:50px;
	background:none!important
}	

.list-group-item-green {
	background-color:#00367c;
	color:#fff!important
}

.list-group-item-green:hover {
	background-color:#00367c!important
}

.page-header {
	margin:0px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:15px 0px;
	background-color:#f3f3f3;
}

.page-header h1 {
	font-size:24px;
	border-bottom:solid 3px #00367c;
	display:inline-block;
	padding-bottom:10px;
}	

@media (max-width: 640px) {
	.page-header {
		padding:5px 0px;
	}
}



.no-padding {
	padding:0;
}

.no-margin {
	margin:0;
}	

h3 {
	margin-top:0;
}

.input-info {
	padding-top:5px;
}

label {
	font-weight:normal;
}		


.text-bold { 
	font-weight:bold;
}

.text-blue {
	color:#1f5192;
}	

.btn-highlight {	
	border-radius:0;
	padding:10px 30px;
}	

.filter_tree {
	margin-right:15px;
	padding-top:5px;
}	

.filter_tree a {
	color:#000;
}	

.filter_tree h2 {
	color:#cb6900;
	font-weight:bold;
}	



@media (max-width: 992px) {
	.filter_tree {
		padding:10px 20px;
		border-radius:2px;
		background-color:#fff;
		margin-right:2px;
		margin-top:20px;
		border:solid 1px #ddd;
	}	
}


@media (max-width: 768px) {
	
	.center-on-mobile {
		text-align:center;
	}
	
	.mobile-margin-bottom {
		margin-bottom:20px;
	}
}

.img-highlight {	
	margin-bottom:10px;
}

.highlight-subcontent {
	padding-top:30px;
	padding-bottom:30px;
}		

.btn-wina-blue {
	border:solid 2px #00367c;
	color:#fff;
	padding:5px 25px;
	background-color:#00367c;
	font-size:18px;
}

.btn-wina-blue:hover {
	background-color:#012759;
	color:#fff;
}	

.page-nav-wrapper {
	padding-right:10px;
}

.page-nav-wrapper a{
	display:block;
	padding:10px;
	border-bottom:solid 1px #ddd;
	font-size:14px;
}	

.icon-right {
	float:right;
	display:inline-block;
	margin-top:6px;
}	

.page-nav{
	color:#555;
}

.page-nav-active {
	background-color:#00367c;
	color:#fff;
}	

.embed-map {
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}	

.sidebar-wrapper {
	padding:25px 15px;
	border:solid 1px #bbb;
	border-radius:2px;
}
	
.sidebar {
	font-size:15px;
	border-bottom:solid 1px #ccc;
	padding:8px 0px;
}	
	
.sidebar1 a,.sidebar2 a, .sidebar3 a {
	color:#222;
}	

.sidebar0{
	font-size:16px;
}

.sidebar0 a{
	color:#c12026;
}
	
.sidebar2{
	padding-left:15px;
}

.child-list h2 {
	font-size:18px;
	margin-bottom:5px;
	padding:8px 0px;
	text-align:center;
}	

.child-list img {
	border:solid 1px #ccc;
}	

.child-list h2 a{
	color:#c12026;
}

.child2-list {
	padding:8px 0px;
	font-size:14px;
	border-bottom:dashed 1px #ccc;
}

.type-list {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #ccc;
}

.product-detail h1 {
	margin-top:0;
	margin-bottom: 20px;
	padding-top:0;
	font-size:30px;
	font-weight: bold;
	line-height:40px;
	color: #000;
}	

.product-detail .discount {
	font-size:13px;
	text-decoration:line-through;
	color:#777;
}

.product-detail .price {
	font-size:27px;
	color:#000;
}	

.product-detail .disc-badge {
	padding:3px 8px;
	font-size:18px;
	height:28px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color:#e00000;
	border-radius:3px;
	display:inline;
}

.product-detail .description {
	padding:15px 0px;
	margin: 15px 0px;
	line-height:24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.number-input {
	display: inline-block;
	border: solid 1px #ccc;
	float: left;
	width: 60px;
	height: 33px;
	text-align: center;
}

.incrementer {
	display: inline-block;
	border: solid 1px #ccc;
	border-left: none;
	float: left;
	width: 30px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 0;
	cursor: pointer;
	background-color: #ddd;
}

.decrementer {
	display: inline-block;
	border: solid 1px #ccc;
	border-right: none;
	float: left;
	width: 30px;
	height: 33px;
	line-height: 33px;
	text-align: center;	
	cursor: pointer;
	background-color: #ddd;
}

.breadcrumb-wrapper {
	background-color:none;
}

.breadcrumb {
	font-size:12px;
	background:none;
	padding-left:0;
	margin-bottom:10px;
	color: #111;
}	

.breadcrumb > li + li:before {
    color: #555;
    font-family: 'FontAwesome';
    content: "\f0da";
    padding: 0 5px;
}

.tree-active {
	font-weight:bold;
}	

.tree-active a{
	color:#010e7f;
	font-weight:bold;
}	

.tree-lv1 {
	padding:2px 0px;
	font-size: 16px;
	line-height: 28px;
}	

.tree-lv1 a{
	color: #222;
}
.tree-lv1 a:hover{
	color: #000;
	text-decoration: none;
}

.tree-lv2 {
	padding:2px 0px 2px 20px;
	font-size: 16px;
	line-height: 24px;
}
.tree-lv2 a{
	color: #444;
}
.tree-lv2 a:hover{
	color: #000;
	text-decoration: none;
}

.tree-lv3 {
	padding:2px 0px 2px 40px;
}	

.tree-lv3 a{
	color:#666;
}

.tree-lv3.tree-active a{
	color:#000;
}

.rotate {
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-180deg); /* Firefox */
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg); /* Standard syntax */
}



.product-list .panel {
	box-shadow: none;
	margin-bottom: 0;
}

.product-list-arrow {
	display: inline-block;
	padding: 0px 5px;
	cursor: pointer;
	font-size: 17px;
}

.sku-box {
	border: solid 1px #eee;
	background-color: #f6f6f6;
	padding: 15px;
	border-radius: 5px;
	margin-top:25px;
	margin-bottom: 25px;
}

.sku-box .alert {
	margin-bottom: 0;
}

#attribute_2_wrapper,
#attribute_3_wrapper,
#quantity_wrapper_multi {
	display: none;
}

option:disabled{
	background: #ccc;
  opacity: 0.6;
}

#total_price {
	margin: -10px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#attribute_2_wrapper {
	display: none;
}

#quantity_wrapper_multi {
	display: none;
}

#total_price_wrapper {
	display: none;
}

#add_cart_wrapper {
	display: none;
}

.remove-item {
	font-size: 16px;
	color: #999;
	cursor: pointer;
}


.whatsapp {
	position:fixed;
	bottom:0px;
	right:30px;
	height:80px;
	width:80px;
	text-align:right;
	z-index:10000000000;
}

.whatsapp a {
	background:#29a71a;
	border-color:#25a017;
	color:#fff;
	font-size:30px;
	padding:10px 15px;
	border-radius:80px;
}


.whatsapp a:hover {
	background:#189609;
	text-decoration:none;
}



@media (max-width: 768px) {
	.whatsapp {
		width:70px;
		bottom:0px;
		right:20px;
	}
	
	.whatsapp a {
		font-size:30px;
	}
	
	.whatsapp .text {
		display:none;
	}
}

.pengiriman_list_option {
	border: solid 1px #ccc;
	padding: 10px;
	border-radius: 10px;
}

option:disabled {
	background: #ddd;
	color: #888;
}

.page-title {
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}




@media (max-width: 768px) {

	.mobile-nav {
		display: block;
		position: fixed;
		width: 100%;
		z-index: 1000;
		top:0;
		background-color: #fff;
		padding:0px;
		color:#fff;
	}

	.desktop-nav {
		display: none;
	}

	.content {
		margin-top: 135px;
	}

	.header {
		height: auto;
		padding-bottom: 10px;
		border-bottom: solid 1px #ddd;
		box-shadow: 0px 2px 5px #eee;
	}	
	
	.logo {
		margin-top: 10px;
		width: 120px;
	}

	.nav-icon {
		margin-left: 5px;
	}

	.nav-icon-wrapper {
		text-align: right;
	}

	.cart-counter {
		position: relative;
	}

	.category-header{
		padding-top: 10px;
	}

	.col-xs-0 {
		display: none;
	}

	.col-0 {
		display: block;
	}

	.sort-wrapper {
	 	margin-top:0;
	}
}