body {
	font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size:14px; 
	color:#000; 
	overflow-x:hidden;
	line-height: 20px;
	width: 100%;
	height: 100%;
	/*background:#fff url('../image/main-bg.jpg') top center repeat-x;*/
	/*background-color: #dff8ff;*/
	/*background-color: #fec0cd;*/
	background-color: #6ba4dd;
}
/*body > .wrapper {background:url('../image/mainbg.jpg') top center no-repeat;
}*/
h1, h2, h3, h4, h5, h6, {
	color: #009999;	
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-search{
	font-size: 20px;
	color: #ffffff;
}
#kenapa{
	background-color:#25417c;
	color:#fff;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h7 {
	/*font-size: 20px;*/
	font-size: 16px;
	/*color: #ff0000;*/
	color: #f36192;
	font-weight: bold;
}
a {
	color:#a0348d;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	z-index: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	z-index: 0;
}
.input-group-hkm .input-group-addon {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	z-index: 0;
}
.input-group-hkm {
  position: relative;
  display: table;
  padding: 6px;
  border-radius: 8px;
  background: url('../image/search.png') repeat-x;
  border-collapse: separate;
  z-index: 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background:#01ADAF;
	-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
/* top */
#top {
	/*background: url('../image/background-top.png')  top repeat-x transparent;
	border-bottom: 1px solid #e2e2e2;*/
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 110px;
}
#top .container {
	padding: 0 20px;
	margin-bottom: 40px;
	border: none;
	background: transparent;
}
.container {

}
#top #currency a{
	text-align: left;
	color:#787676;
	background:none;
	text-shadow: 0px 0px 5px #260C13;
}
#top #currency .currency-select {
	text-align: left;
	color:#808080;
	background:none;
}
#top #currency .currency-select:hover {
	text-shadow: 0px 0px 5px #260C13;
	color: #ffffff;
	background-color:#575757;
	-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background:#01ADAF;
	-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
#top .btn-link, #top-links li, #top-links a {
	color: #009999;
	padding: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
#top .btn-link:hover, #top-links a:hover {
	color: #29b891;
}
#top .btn-link span {
	color:#747462;
	padding: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #808080;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
	text-shadow: 0px 0px 5px #260C13;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-toggle {/*HKM*/
background:none;
}
/*.header {
    background: url('../image/top-bg.png') center bottom no-repeat;
}
.divider2 {
    background: url('../image/menu-ribbon-2.png')  center top no-repeat transparent; 
	height: 60px;
}*/
/* logo */
#logo {
	margin: -80px 0 0px 0;
}
/* search */
#search {
	margin-bottom: 6px;	
	/*box-shadow: 0px 0px 4px rgb(0,255,255);
    -moz-box-shadow: 0px 0px 4px rgb(0,255,255);
    -webkit-box-shadow: 0px 0px 4px rgb(0,255,255);*/
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	/*background: url('../image/search_bg.jpg') repeat-x;	*/
	border:none;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
	/*background:#28b792;*/
	/*background:#40e0d0;*/
	background:#25417c;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	/*background:#F4AD49;border:none !important;*/
}
/* cart */
#cart {
	margin-bottom: 6px;
	/*box-shadow: 0px 0px 4px rgb(0,255,255);
    -moz-box-shadow: 0px 0px 4px rgb(0,255,255);
    -webkit-box-shadow: 0px 0px 4px rgb(0,255,255);*/
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	/*background:#1eb0ba;*/
	/*background:#40e0d0;*/
	background:#25417c;
	border:none !important;
	border-radius: 2px;
}
#cart > .btn:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	/*background:#96d4d8;*/
	background:#25417c;
	border:none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #ffffff;
	box-shadow: none;
	text-shadow: none;
	-webkit-animation:key-slide-bottom-fixed .2s ease-in-out;
	animation:key-slide-bottom-fixed .2s ease-in-out;
	-webkit-transform-origin:0 0;
	transform-origin:0 0
}
#cart.open > .btn:hover {
	/*color: #444;*/
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/*background:#e3005d;*/
	/*background:#f36193;*/
	background:#25417c;
	min-height: 50px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	/*padding: 16px 15px 16px 15px;*/
	padding: 16px 5px 16px 5px;
	min-height: 15px;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Sniglet', 'Helvetica', 'Arial', sans-serif;
	/*text-transform: uppercase;*/
	font-weight:normal !important; height: auto;
	white-space:nowrap;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #fff;
	background: url('../image/lavaxx.png') center bottom no-repeat;
}
#menu .dropdown-menu {
	padding-bottom: 2px;
    background:#1eb0ba;
	box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.31);
	-webkit-animation:key-slide-bottom-fixed .2s ease-in-out;
	animation:key-slide-bottom-fixed .2s ease-in-out;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;   
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 180px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #ffffff;
	cursor:pointer; 
	white-space:nowrap;
	font-size: 12px;
	background:#1eb0ba url('../image/bkg_nav_li.gif') bottom center no-repeat;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background:#01ADAF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	background: url('../image/bkg_nav_li.gif') bottom center repeat-x;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #fff;
	-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #444739;
	-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
/*background: #a90329;*/ /* Old browsers */
/*background: #fec0cd; /* Old browsers */
background: #6ba4dd; /* Old browsers */
/*background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); 
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	/*border-color: #cc0000;*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	/*color: #ffffff;*/
/*background: #a90329;*/ /* Old browsers */
/*background: #fec0cd;; /* Old browsers */
background: #6ba4dd;; /* Old browsers */
/*background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); 
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); */
}
/******/
#menu #home{
    margin: auto;
	min-height: 50px;
	width: 50px;
}

/******/
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background:none;
}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	 #menu #home{
		display: none;
}
#menu .fa-home {
display: none;
  }
.header {
    background:none;
}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 22px;
	color: #ffffff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	/*background-color: #1eb0ba;
	border-top: 2px dashed #0099cc;*/
	/*background-color: #f36192;*/
	background-color: #25417c;
	border-top: 2px dashed #ce527b;
}
footer hr {
	border-top: none;
	/*border-bottom:1px dashed #5c5c5c;*/
}
footer a {
	color: #ffffff;
    text-shadow: 0px 0px 1px #006600;
}
footer a:hover {
	/*color: #ff9900;*/
	/*color: #40e0d0;*/
	/*color: #25417c;*/
	color: #000;
}
footer h5 {
	/*font-family: 'Gochi Hand', sans-serif;*/
	color: #ffffff;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Sniglet', 'Helvetica', 'Arial', sans-serif;
	text-shadow: 0px 0px 1px #006600;
	font-size: 16px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin-top: -20px;
	padding: 8px 0;
	border-radius:none;
}
.breadcrumb i {
	font-size: 12px;
	color: #3394b8;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 16px;
	height: 20px;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/*border: 1px solid #cccccc;*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	/*background: none;*/
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
    /*background: #40e0d0 ;*/
    background:#25417c ;
    border:none !important;
}
.btn-default2 {
	color: #fff;
    /*background:#40e0d0 ;border:none !important;*/
    background:#25417c ;border:none !important;
}
.btn-default2:hover {
	color: #fff;
    /*background:#40e0d0 ;border:none !important;*/
    background:#25417c ;border:none !important;
}
.btn-default:hover {
	color: #fff;
    /*background:#40e0d0 ;border:none !important;*/
    background:#25417c ;border:none !important;
}
.btn-primary {
	color: #fff;
    /*background:#ff9900;*/
    /*background:#40e0d0;*/
    background:#25417c;
    border:none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
/*background:#29b891;*/
/*background:#40e0d0;*/
background:#25417c;
border:none !important;
-webkit-transition-property:background-color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:background-color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:background-color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {	
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: none;
	color:#a0348d;
	border-top:1px dashed #c0c0c0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background:#e9e9e9;
	color: #29b891;
    border-bottom:1px dashed #c0c0c0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	/*border-right:1px dashed #d9d9d0;*/
}
.product-thumb .image {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 4px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	color: #ec0089;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;/*180*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #996600;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color:#ff0000;
	font-weight: bold;
	/*font-size: 18px;*/
	font-size: 13px;
}
.product-thumb .price-new {
	color:#ff0000;
	font-weight: bold;
	font-size: 18px;
}
.product-thumb .price-old {
	color: #484848;
	text-decoration: line-through;
	margin-left: 0px;
	font-size: 11px;
	font-weight: none;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 11px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
    background:#29b891;border:none !important;
    height: 30px;
    width: 30px;
    color: #FFF;
    border-radius: 20%;
    margin: 0px 10px 0px auto;
    display: inline-block;
    border: none;
    box-shadow: none;
    float:none;
    position: relative;
	 -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-thumb .button-group button:hover {
    background:#ff9900;border:none !important;
	 -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-thumb .button-group button + button { width:30px; border:none; }

.product-thumb .button-group button:last-of-type {margin:0;}

.product-thumb .button-group {
    overflow: auto;
    text-align: center;
    padding-bottom: 10px;
}
.product-layout.product-list .product-thumb .button-group {
    text-align:left;
}
.product-list .product-thumb .button-group {border:none;}

.product-thumb .button-group button span.hidden-xs.hidden-sm.hidden-md {
    display: none;
}
.product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    overflow: auto;
}
.product-thumb .button-group .btn-bx {
	color: #fff;
    border: none;
	background:#bebebe;border:none !important;
	line-height: 30px;
	/*border-bottom: 3px solid #51bf87;*/
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		 height: 30px;
        width: 30px;
        border-radius: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		 height: 30px;
        width: 30px;
        border-radius: 50%;
	}
}
.thumbnail {
	padding: 0;
	margin: 8px;
	border: none;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header {
    background: none;
}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	z-index: 1;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.row {
    padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	margin-top: -20px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.row2 {
    padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	/*background: #ffffff url('../image/col-bg.gif')top right no-repeat;*/
	margin-top: -20px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.best-price{
position:absolute;
left: 0%;
top: 1%;
width: 38px;
height: 39px;
padding-left: 6px;
padding-top: 10px;
padding-right: 0;
font-weight:none;
z-index: 999;
color: #fff; 
background: url('../image/sale.png');
}
.best-price-futur{
position:absolute;
right: 10%;
top: 0%;
width: 38px;
height: 39px;
padding-left: 4px;
padding-top: 10px;
padding-right: 4px;
font-weight:none;
z-index: 999;
color: #fff; 
background: url('../image/sale.png');
}
.banner-shadow {
	margin: -22px 0 10px 0;
	padding: 4px 0;
	height: 30px;
	width:1140px;
    margin-left: auto;
	margin-right: auto;
	z-index: 999;
    background:url('../image/shadow-menu-alt.png') top center no-repeat;
}
.banner-shadow2 {
	margin: -50px 0 10px 0;
	padding: 4px 0;
	height: 30px;
	z-index: 999;
    background: url('../image/shadow-menu-alt.png') top center no-repeat transparent;
}
.paper {
	margin: -22px 0 10px 0;
	padding: 4px 0;
	height: 64px;
	width:1140px;
    margin-left: auto;
	margin-right: auto;
	z-index: 999;
    background:url('../image/paper.png') transparent top center repeat-x;
}
.footer-paper {
	margin: -40px 0 0 0;
	padding: 4px 0;
	/*height: 217px;*/
	height: 57px;
    margin-left: auto;
	margin-right: auto;
	z-index: 999;
    /*background:url('../image/footer-grn.png') transparent top center repeat-x;*/
    /*background:url('../image/main-bg.jpg') transparent top center repeat-x;*/
}
.col-sm-9 {
background: url('../image/dikey.png') left top no-repeat;
}
/*#payment_logos {
	text-align: right;
	padding-top: 3px;
}*/
#powered-hekimabi {
	float: right;
	margin-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	font-size: 11px;
	color: #7a828b;
}
#powered a{
	font-size: 11px;
}
#powered-hekimabi a{
	font-size: 11px;
	color: #7a828b;
}
/* Bestseller */
	.bestseller{
	position:relative;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	}
	.bestseller .image{
	margin-top: 10px;
	}
	.bestseller .image img{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	.bestseller .products ul.slides li{
	width:auto;
	}
	.bestseller .flex-control-nav{
	position:relative;
	bottom:0;
	border:1px solid #ccc;
	border-bottom:0;
	background: url('../image/menu-bgx.png') center repeat-x;
	margin-top:15px;
	width:auto;
	left:0;
	border-radius: 4px;
	}
	.bestseller .flex-control-paging li,.thumbs .flex-control-paging li{
	margin:0 4px;
	vertical-align:middle;
	padding:0px 0;
	}
	.bestseller .flex-control-paging li a,.thumbs .flex-control-paging li a,.related .flex-control-nav li a{
	width:12px;
	height:12px;
	background:#ccc;
	box-shadow:none
	}
	.bestseller .product-wrapper .direction .slideBtn{
	text-indent:-9999px;
	overflow:hidden;
	}
	.bestseller .flex-control-paging li a:hover,.thumbs .flex-control-paging li a:hover,.related .flex-control-nav li a:hover{
	background:#bbb;
	}
	.bestseller .flex-control-paging li a.flex-active,.thumbs .flex-control-paging li a.flex-active,.related .flex-control-nav li a.flex-active{
	background:#29b891;
	}
	.bestseller i{
	vertical-align:middle;
	padding:0 3px;
	font-size:14px;
	}
   .fa-arrow-right,.fa-arrow-left{
   color:#996600;
   font-weight:bold;
   }
   .btnNext.slideBtn,.bestseller .flex-control-paging li a.btnNext.slideBtn,.featured_categories .direction li a.btnNext.slideBtn{
   background-position:top right !important;padding:0;
   }
   .product-wrapper .direction li a:hover,.featured_categories .direction li a:hover{opacity:0.8;
   }
   .fa-chevron-right,.fa-chevron-left{
   color:#ffffff;
   font-weight:bold;
   }
   .fa-chevron-right:hover,.fa-chevron-left:hover{
   color:#ffffff;
   font-weight:bold;
   }
/**/
#heading-titles{
background: url('../image/heading-titles2.png') top left no-repeat;
height:50px;
padding: 14px 6px 10px 6px;
	 color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
  font-style: normal;
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
	 font-size:18px;
}
#heading-titles2{
background: url('../image/heading-titles31.png') top left no-repeat;
height:50px;
padding: 14px 6px 10px 6px;
	 color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
  font-style: normal;
  text-shadow: 0px 0px 5px #260C13;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
	 font-size:18px;
}
#heading-titles3{
background: url('../image/heading-titles32.png') top left no-repeat;
height:50px;
padding: 14px 6px 10px 6px;
	 color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
  font-style: normal;
  text-shadow: 0px 0px 5px #260C13;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
	 font-size:18px;
}
/* CSS3 EFFECTS */

/* SECOND EFFECTS */

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100% solid rgba(0,0,0,0.7);
}
/* Animate Bg */
.top_stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	overflow: hidden;
	z-index:-1;
}
#cloud-scroll {
width: 100%;
background:url('../image/clouds_retina4.png') 0 40px repeat-x transparent;
z-index:-1
-webkit-animation: backgroundScroll 20s linear infinite;
animation: backgroundScroll 20s linear infinite;
}
 
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -1000px 0;}
}
 
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -1000px 0;}
}
/* Animate Bg */
/* HAKIMABI EFFECTS */
@-webkit-keyframes key-fade {
	0%
	{
		opacity:0
	}
	
	100%
	{
		opacity:1
	}
}

@keyframes key-fade {
	0%
	{
		opacity:0
	}
	
	100%
	{
		opacity:1
	}
}

@-webkit-keyframes key-slide-left {
	0%
	{
		-webkit-transform:translateX(-100%)
	}
	
	100%
	{
		-webkit-transform:translateX(0)
	}
}

@keyframes key-slide-left {
	0%
	{
		transform:translateX(-100%)
	}
	
	100%
	{
		transform:translateX(0)
	}
}

@-webkit-keyframes key-slide-right {
	0%
	{
		-webkit-transform:translateX(100%)
	}
	
	100%
	{
		-webkit-transform:translateX(0)
	}
}

@keyframes key-slide-right {
	0%
	{
		transform:translateX(100%)
	}
	
	100%
	{
		transform:translateX(0)
	}
}

@-webkit-keyframes key-slide-top-fixed {
	0%
	{
		opacity:0;
		-webkit-transform:translateY(-10px)
	}
	
	100%
	{
		opacity:1;
		-webkit-transform:translateY(0)
	}
}

@keyframes key-slide-top-fixed {
	0%
	{
		opacity:0;
		transform:translateY(-10px)
	}
	
	100%
	{
		opacity:1;
		transform:translateY(0)
	}
}

@-webkit-keyframes key-slide-bottom-fixed {
	0%
	{
		opacity:0;
		-webkit-transform:translateY(10px)
	}
	
	100%
	{
		opacity:1;
		-webkit-transform:translateY(0)
	}
}

@keyframes key-slide-bottom-fixed {
	0%
	{
		opacity:0;
		transform:translateY(10px)
	}
	
	100%
	{
		opacity:1;
		transform:translateY(0)
	}
}		
/* HAKIMABI EFFECTS */
/* CSS Document : contact social : version 1.0.D : author hekimabi  */

footer .container .col-sm-3 {
	width:inherit;
	min-width:190px;
	background-color:none;
}
footer .container .col-sm-3:nth-child(5) {
	border-left: 1px dashed #ffffff;
}
/*.container .col-sm-7 {
	background-color:#ffffff;
	padding:30px;
}
.container .col-sm-8 .thumbnails {
	padding-bottom:20px;	
}*/

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #ff0066;*/
  /*background: #40e0d0;*/
  background: #25417c;
   -webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Underline From Center */
.hvr-underline-from-center {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #00cc99;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#f79621;*/
  /*background:#40e0d0;*/
  background:#25417c;
  border:none !important;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  color: white;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.modal-body { max-height: calc(100vh - 210px); overflow-y: auto; }
@media screen and (min-width: 768px) { .modal-dialog { width: 900px !important; } }
.fa-lg {font-size: 26px;}
/* countdown */
.countdown {padding-left:10px;padding-right:110px;font-size:12px;padding-bottom:0px;line-height:15px;background-color:#ff0000;border-radius:0.36em;padding:0px 5px 0px 5px;position: absolute;color:white;margin-right:2px;overflow:hidden;height:15px;}
.countdown-product {padding-left:225px;padding-right:110px;font-size:16px;background-color:#ff0000;top:-20px;right:0px;border-radius:0.16em;padding:4px 5px 4px 4px;position: absolute;color:white;overflow:hidden;height:25px;}
/* countdown */
.ribbon{position:absolute;right:16px;top:0;z-index:0;overflow:hidden;width:80px;height:80px}.ribbon span{font-size:12px;font-weight:700;color:#fff;text-align:center;line-height:22px;transform:rotate(45deg);width:95px;background:#d00000;position:absolute;top:15px;right:-22px}

footer .fa {padding-right: 2px;padding-left:3px;}
footer .fa-lg {font-size: 26px;}
footer .col-sm-6 {padding:10px 0;
	/*background-color:#ce527b;*/
	background-color:#1d3463;
}
footer .col-sm-6 + .col-sm-6{text-align:right;}
footer .col-sm-4 + .col-sm-4{text-align:center;}
footer .col-sm-4 + .col-sm-4 + .col-sm-4{text-align:right;}
@media (max-width: 768px) {
footer .col-sm-6, footer .col-sm-6 + .col-sm-6{text-align:center;}
footer .share42init, footer .col-sm-4 + .col-sm-4, footer .col-sm-4 + .col-sm-4 + .col-sm-4{text-align:center;}
}