/*
  Hekimabi Web Design
  Version: 1.0  
  Copyright (c) 2015 Hekimabi.
  http://www.hekimabi.com/  
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #7e7e7e;
	font-size: 12px;
	line-height: 20px;
    background: #141414 url('../image/main-bg-br.png') repeat;
	width: 100%;
	/*background-attachment:fixed;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 20px;
	color: #959595;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #959595;
}
a:hover {
	color: #ff9900;
	-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;
}
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;
}
.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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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: #ff9900;
	-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 {
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 0px 0px 3px 0;
	margin: 0 0 0 0;
	min-height: 140px;
	background: transparent;
}
#top .container {
	padding: 0 20px;
	margin-bottom: 40px;
	border: none;
	background: transparent;
}
.container {
}
.divider {
    background: #000000 url('../image/head-top-bg2.jpg') top center repeat-x;
	border-bottom: 4px solid #bb8411;
}
.divider2 {
    background: url('../image/head-nav-bg.png') top center repeat-x;
}
.header {
    background: url('../image/head-top-bg.png') bottom right no-repeat;
}
#top #currency .currency-select {
	text-align: left;
	color: #818181;
	/*background: #141414 url('../image/trans-1.png') repeat;*/
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ff9900;
	-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: #adadad;
	text-decoration: none;
	font-weight: bold;
	background: #141414 url('../image/barr.png') repeat;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.61);
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff9900;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #909090;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
	background: #ff9900;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 10px;
}
#top .fa {
	color: #757575;
}
#top .fa:hover {
	color: #009999;
	-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;
}
#top-links a + a {
	margin-left: 15px;
	background: #141414;
}
/* logo */
#logo {
	margin: -90px 0 0px 0;
	/*-webkit-transform: rotate(-5deg);*/
}
#logo img{
   height: 100px;
   width: auto;
}
#logo img:hover{
   height: 100px;
   width: auto;
   animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
/* search */
#search {
	margin-bottom: 6px;
	/*margin-left: 10px;*/
    z-index: 9;
    padding: 5px 0px 5px 14px;
    background: url('../image/barr.png') top center repeat-x;
	border: none;
    border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
}
#search .fa-search{
   text-shadow: 0 0px 0 #FFF;
    background: none;
    box-shadow: 0 0 0 #fff;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 10px;
    border-radius: 3px;
	background: #ffffff;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: 0 0px 0 #FFF;
    background: none;
	/*background-color:#ec9732;*/
    box-shadow: 0 0 0 #fff;
    border: none;
    color: #fff;
}
#search .btn-lg:hover {
    color: #333;
	animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
/* cart */
#cart {
	margin-bottom: 6px;
	padding-right: 30px;
	width: 100%;
	border-radius: 4px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
    font-weight: bold;
	background: url('../image/bt-menu.png') top center repeat-x;
    border: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
}
#cart > .btn:hover {
	background: url('../image/cart-but-menu-bg.png') top center repeat-x;
}
#cart.open > .btn {
	background: url('../image/cart-acc-bg.png') top repeat-x;
	color: #ffffff;
	box-shadow: none;
	text-shadow: none;
	
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: #000000 url('../image/barr.png') top center repeat-x;
    border: none;
	min-height: 30px;
	border-bottom: 4px solid #df9b14;
	 box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.80);
}
#menu .nav > li > a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 15px 15px 15px 15px;
	min-height: 15px;
	border: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background-color: transparent;
	background: url('../image/main_nav_bgr_sep.png') right center no-repeat;
}
#menu #home{
   background: url('../image/home-bt-menu.png') left center repeat-x;
    margin-left: -15px;
	min-height: 50px;
	-webkit-border-radius:  4px 0 0 0;
	-moz-border-radius:  4px 0 0 0;
	border-radius:  4px 0 0 0;
}
#menu .fa-home {
  margin-right: auto;
  font-size: 18px;
}
#menu .fa-envelope {
  font-size: 24px;
  color: #ffffff;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
#menu .fa-envelope:hover {
  font-size: 24px;
  color: #ffcc00;
-webkit-transition-property:color,text;
-webkit-transition-duration:300ms,300ms;
-webkit-transition-timing-function:linear,ease-in;
-moz-transition-property:color,text;
-moz-transition-duration:300ms;-moz-transition-timing-function:linear,ease-in;
-o-transition-property:color,text;
-o-transition-duration:300ms;
-o-transition-timing-function:linear,ease-in;
}
#menu .nav > li + li{
  /*  border-left: 1px solid #ff3300;*/
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
	-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-menu {
	padding-bottom: 0;
	background: #000000 url('../image/trans-1.png') repeat;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
	-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;
	border-bottom: 4px solid #df9b14;
}
#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;
	font-weight: none;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	color: #FFFFFF;
	border-top: 1px solid #414141;
	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;
	background: #3e3e3e url('../image/barr.png') center repeat-x;
	-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;
	border-top: 1px solid #3e3e3e;
	background: #030303 url('../image/barr.png') left top repeat-x;
	-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: #efc5ca;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmM1Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyNGI1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2JhMjczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2JhMjczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JhMjczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMThlOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover,  hsla(353,57%,85%,1) 0%, hsla(353,60%,56%,1) 0%, hsla(353,65%,44%,1) 63%, hsla(353,65%,44%,1) 63%, hsla(353,65%,44%,1) 99%, hsla(353,78%,75%,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsla(353,57%,85%,1)), color-stop(0%,hsla(353,60%,56%,1)), color-stop(63%,hsla(353,65%,44%,1)), color-stop(63%,hsla(353,65%,44%,1)), color-stop(99%,hsla(353,65%,44%,1)), color-stop(100%,hsla(353,78%,75%,1)));
background: -webkit-radial-gradient(center, ellipse cover,  hsla(353,57%,85%,1) 0%,hsla(353,60%,56%,1) 0%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 99%,hsla(353,78%,75%,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  hsla(353,57%,85%,1) 0%,hsla(353,60%,56%,1) 0%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 99%,hsla(353,78%,75%,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  hsla(353,57%,85%,1) 0%,hsla(353,60%,56%,1) 0%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 99%,hsla(353,78%,75%,1) 100%);
background: radial-gradient(ellipse at center,  hsla(353,57%,85%,1) 0%,hsla(353,60%,56%,1) 0%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 63%,hsla(353,65%,44%,1) 99%,hsla(353,78%,75%,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=1 );
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
/**/
@media (max-width: 900px) {
  #menu #home{
		display: none;
}
#menu .fa-envelope {
  display: none;
}
#menu #home2 {
  display: none;
}
.header {
    background: none;
	}
#menu .fa-home {
display: none;
  }
}
/**/
@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 .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.header {
    background: none;
	}
	#cart {
	margin-bottom: 6px;
	width: 100%;
	padding-right: 0;
}
	/*hkm*/
	#menu #home{
		display: none;
}
#menu .fa-envelope {
  display: none;
}
#menu #home2 {
  display: none;
}
#menu .fa-home {
display: none;
}
}
/* content */
#content {
	min-height: 600px;
	padding-top: 10px;
	margin-bottom: 30px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 0px;
	background: #000000 url('../image/3.jpg') repeat;
	border-top: 4px solid #df9b14;
	color: #adadad;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #5c5c5c;
}
footer a {
	color: #adadad;
}
footer .fa-caret-right {
	color: #6c6c6c;
}
footer a:hover {
	color: #ff9900;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #adadad;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.tooltip.top .tooltip-inner {
    background-color: black;
}
.tooltip.top .tooltip-arrow {
      border-top-color: black;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 8px 0;
	 background: #000000 url('../image/heading-title.png') right center repeat-x;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}
.breadcrumb i {
	font-size: 15px;
	color: #ffffff;
}
.breadcrumb > li {
	/*text-shadow: 0 1px 0 #FFF;*/
	padding: 0 20px;
	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: 26px;
	height: 26px;
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb-bot1 {
	margin: -20px 8px 0px 8px;
	padding: 8px 0;
	height: 80px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
    background: url('../image/tente.png') center bottom no-repeat;
}
.breadcrumb-bot {
	margin: -22px 8px 10px 8px;
	padding: 10px 0;
    background: url('../image/breads-bg.png') top center repeat-x;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
 box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}/**/
.breadcrumb-bot2 {
	margin: -22px 6px 10px 6px;
	padding: 8px 0;
	margin-top: 30px;
    background: url('../image/breads-bg.png') top center repeat-x;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.4);
    box-shadow:0 0 8px rgba(0,0,0,0.4);

}
.breadcrumb-bot3 {
	margin: -22px 6px 10px 6px;
	padding: 8px 0;
	margin-top: 30px;
    background: url('../image/breads-bg.png') center repeat-x;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
 box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);

}
.breadcrumb-top-shadow {
	height:19px;
	width: 1130px;
	margin: -22px 6px 10px 6px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0;
    background: url('../image/breads-bg.png') center repeat-x;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
}
.breadcrumb-top-menu {
	height:10px;
    background: url('../image/breads-bg.png') center repeat-x;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.80);
}
.breadcrumb-slide-top {
	height:10px;
    background: url('../image/breads-bg.png') bottom repeat-x;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #252525;
	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;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	background: url('../image/main-bg-br.png') left top repeat;
}
.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: #ffffff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: url('../image/barr.png') left top repeat;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: url('../image/barr.png') center repeat-x;
	border-color: #252525;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: url('../image/bt-menu.png') center repeat-x;
	border-color: #ffcc00;
}
.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: 10px 0 10px 15px;
	margin-bottom: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-weight: none;
	border:1px solid #242424 !important;
	background: url('../image/barr.png') top center repeat-x;
	-webkit-transition: all 0.2s ease;
	-webkit-transition-property: background-color;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background-image: url('../image/tail-hover.png');
	color: #FFF;
}
.list-group a.active {
	color: #fff;
	background: url('../image/list-group-acc.png') center repeat-x;
	border: none;
	text-shadow: rgb(140, 132, 132) 0px 0px 3px;
	-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;
}
.list-group .fa {
	color: #ffffff;
}
.list-group .fa:hover {
	color: #00cc00;
}
/* 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 {
	border:2px solid #242424 !important;
	margin-bottom: 14px;
	overflow: auto;
	background: #ffffff;
	/*border-radius: 20px/60px;*/
  -webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
 box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}
.product-thumb:hover {
	border:2px solid #646464 !important;
	margin-bottom: 14px;
	overflow: auto;
	/*border-radius: 20px/60px;*/
  -webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			 -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
  transition:all .3s linear;
-o-transition:all .3s linear;
-moz-transition:all .3s linear;
-webkit-transition:all .3s linear;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.66);
box-shadow:         0px 1px 4px 0px rgba(0, 0, 0, 0.66);
}
.product-thumb .image {
	text-align: center;
	margin-top: 10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.6;
   box-shadow: 0px 0px 5px #aaa;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
  transition:all .3s linear;
-o-transition:all .3s linear;
-moz-transition:all .3s linear;
-webkit-transition:all .3s linear;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	font-family: 'Open Sans', sans-serif;
}
.products h4 {
	font-family: 'Open Sans', sans-serif;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
	color: #000;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
#column-right .col-sm-6, #column-left .col-sm-6{
  width: 50%;
}
/*****/
#column-right .product-thumb .image , #column-left .product-thumb .image {
	text-align: center;
	float: none;
	margin-top: 0px;
	background: #ffffff;
}
#column-right .product-thumb h4 , #column-left .product-thumb h4 {
	display: none;
}
#column-right #cart > .btn , #column-left #cart > .btn {
	display: none;
}
#column-right .product-thumb .caption , #column-left .product-thumb .caption {
	display: none;
	background: #ffffff;
}
#column-right .product-thumb .button-group .btn-bx , #column-left .product-thumb .button-group .btn-bx {
	/*background: url('../image/cart-menu.png') top center repeat-x;*/
display: none;
}
#column-right .product-thumb .button-group button , #column-left .product-thumb .button-group button {
	display: none;
}
#column-right .product-thumb .best-price , #column-left .product-thumb .best-price {
font-size:12px;
font-weight: none;
position:absolute; 
right: auto;
top: auto;
z-index: 1;
padding-left: 8px;
padding-right: 8px;
top:0px; 
width:45px; 
height:34px; 
background: url('../image/icon_discount-lr.png')no-repeat 0 0; 
line-height:25px;
}
/****/
.fa-search-plus{
    font-size: 22px;
	float: right;
}
#heading-titles{
   background: #000000 url('../image/heading-title.png') right center repeat-x;
	margin-bottom: 10px;
	min-height: 38px;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s;
 box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}
#heading-titles:hover{
   background: #000000 url('../image/barr.png') top center repeat-x;
	margin-bottom: 10px;
	min-height: 38px;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#heading-titles h3{
   color: #fff;
   font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
   padding: 8px 4px 4px 8px;
   margin-bottom: 0;
   text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
   
}
#heading-titles span{
	background: url('../image/head-bgrx.png') right center repeat-x;
	 padding: 6px 20px 10px 10px;
	 min-height: 36px;
	 margin-left: -8px;
	 color: #fff;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
}
#heading-titles-cat{
    background: url('../image/spcl-bg.png') center repeat-x;
	margin-bottom: 10px;
	min-height: 36px;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.4);
    box-shadow:0 0 8px rgba(0,0,0,0.4);
}
#heading-titles-cat:hover{
  background: url('../image/cat-bg-hov.png') top center repeat-x;
	margin-bottom: 10px;
	min-height: 36px;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	-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;
}
#heading-titles-cat h3{
   color: #fff;
   font-size: 18px;
	font-family: 'Open Sans', sans-serif;
   padding: 8px 4px 4px 8px;
   margin-bottom: 0;   
   text-shadow: rgb(140, 132, 132) 0px 0px 3px;
}
#heading-titles-cat span{
	background: url('../image/head-bgrx.png') right center repeat-x;
	 padding: 6px 20px 10px 10px;
	 min-height: 36px;
	 margin-left: -8px;
	 color: #fff;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
}
#heading-titles-login{
	background: url('../image/head_bg_login.png') center repeat-x;
	margin-bottom: 10px;
	min-height: 38px;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.24);
}
#heading-titles-login h3{
   color: #fff;
   font-size: 18px;
	font-family: 'Open Sans', sans-serif;
   padding: 8px 4px 4px 8px;
   margin-bottom: 0;
   text-shadow: rgb(140, 132, 132) 0px 0px 3px;
}
@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: #999;
	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: #373737;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #000;
	text-decoration: line-through;
	margin-left: 4px;
	/*padding:0 10px 0 10px;
	background: url('../image/list-group.png') center repeat-x;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;*/
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.40);
}
.product-thumb .button-group .btn-bx {
	color: #fff;
    border: none;
	background: url('../image/cart-menu.png') left bottom repeat-x;
	/*border-bottom: 3px solid #51bf87;*/
}
.product-list .product-thumb .button-group {
	/*border-left: 1px solid #ddd;*/
}
.product-thumb .price-old2 {
	color: #ff9900;
	text-decoration: line-through;
	margin-left: 4px;
}
.price-new2 {
	color: #fff;
}
.price-tag{
background: url('../image/price-tag.png') left center no-repeat; 
display:inline-block; 
height:20px; 
padding:0 10px 0 26px; 
-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
line-height:20px; 
color:#fff; 
font-size:16px; 
font-weight:normal;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.66);
-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.66);
box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.66);
}
.price-tag-stock{
background: url('../image/stock.png') left top no-repeat; 
display:inline-block; 
height:20px; 
padding:0 10px 0 20px; 
-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
line-height:20px; 
color:#fff; 
font-size:14px; 
font-weight:normal;
}
.price-tag-old{
background: url('../image/price-tag-old.png') left top no-repeat; 
display:inline-block; 
height:20px; 
padding:0 10px 0 16px; 
-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
line-height:20px; 
color:#fff; 
font-size:16px; 
font-weight:normal;
}
.best-price { 
position:absolute; 
right: auto;
top: auto;
z-index: 1;
padding-left: 8px;
padding-right: 8px;
top:0px; 
width:50px; 
height:38px; 
background: url('../image/rebate_badge.png')no-repeat 0 0; 
color:#ffffff; 
font-weight:bold; 
font-size:14px; 
line-height:35px;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background: url('../image/orange.png') center repeat-x;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/*border-bottom: 3px solid #51bf87;*/
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-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;
}
.product-thumb .button-group button + button {
	width: 20%;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	background: url('../image/bg_box_button2-act.png') center top repeat-x;
	text-decoration: none;
	cursor: pointer;
transition:all .3s linear;
-o-transition:all .3s linear;
-moz-transition:all .3s linear;
-webkit-transition:all .3s linear;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border:4px solid #313131 !important;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.thumbnail {
	padding: 0;
	margin: 8px;
	border: none;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 50%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
    background: url('../image/spcl-bg.png');
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 6px;
	margin:0;
	list-style: none;
	/*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);*/
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
    color: #ffffff;
	background: url('../image/bg-rd.png');
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.scrollup{
    width:42px;
    height:42px;
    opacity:0.8;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../image/icon_top.png') no-repeat;
}
#powered-hekimabi {
	float: right;
	margin-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	font-size: 11px;
	color: #7f7f7f;
}
#powered a{
	font-size: 11px;
}
#powered-hekimabi a{
	font-size: 11px;
	color: #7f7f7f;
}
@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  10% {
    transform:  translate(-10px,0px)  ;
  }
  20% {
    transform:  translate(10px,0px)  ;
  }
  30% {
    transform:  translate(-10px,0px)  ;
  }
  40% {
    transform:  translate(10px,0px)  ;
  }
  50% {
    transform:  translate(-10px,0px)  ;
  }
  60% {
    transform:  translate(10px,0px)  ;
  }
  70% {
    transform:  translate(-10px,0px)  ;
  }
  80% {
    transform:  translate(10px,0px)  ;
  }
  90% {
    transform:  translate(-10px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  10% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  20% {
    -moz-transform:  translate(10px,0px)  ;
  }
  30% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  40% {
    -moz-transform:  translate(10px,0px)  ;
  }
  50% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  60% {
    -moz-transform:  translate(10px,0px)  ;
  }
  70% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  80% {
    -moz-transform:  translate(10px,0px)  ;
  }
  90% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  10% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  20% {
    -webkit-transform:  translate(10px,0px)  ;
  }
  30% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  40% {
    -webkit-transform:  translate(10px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  60% {
    -webkit-transform:  translate(10px,0px)  ;
  }
  70% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  80% {
    -webkit-transform:  translate(10px,0px)  ;
  }
  90% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  10% {
    -o-transform:  translate(-10px,0px)  ;
  }
  20% {
    -o-transform:  translate(10px,0px)  ;
  }
  30% {
    -o-transform:  translate(-10px,0px)  ;
  }
  40% {
    -o-transform:  translate(10px,0px)  ;
  }
  50% {
    -o-transform:  translate(-10px,0px)  ;
  }
  60% {
    -o-transform:  translate(10px,0px)  ;
  }
  70% {
    -o-transform:  translate(-10px,0px)  ;
  }
  80% {
    -o-transform:  translate(10px,0px)  ;
  }
  90% {
    -o-transform:  translate(-10px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  10% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  20% {
    -ms-transform:  translate(10px,0px)  ;
  }
  30% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  40% {
    -ms-transform:  translate(10px,0px)  ;
  }
  50% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  60% {
    -ms-transform:  translate(10px,0px)  ;
  }
  70% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  80% {
    -ms-transform:  translate(10px,0px)  ;
  }
  90% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
/* Bestseller */
	.bestseller{
	position:relative;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
   border:2px solid #242424 !important;
-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
 box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
	}
	.bestseller .image{
	margin-top: 10px;
	text-align: center;
	}
	.bestseller .image img{
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #dddddd;
	}
	.bestseller .products ul.slides li{
	width:auto;
	}
	.bestseller .flex-control-nav{
	position:relative;
	bottom:0;
	border:1px solid #ccc;
	border-bottom:0;
	margin-top:15px;
	width:auto;
	left:0;
	}
	.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: #252b32;
	}
	.bestseller i{
	vertical-align:middle;
	padding:0 3px;
	font-size:14px;
	}
   .fa-arrow-right,.fa-arrow-left{
   color:#808080;
   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;
   }
/**/
.thumbs .flex-control-nav{
position:relative;
bottom:auto;
padding-top:10px;
}
.thumbs .flex-control-nav li{
display:inline-block;
padding:0 1px;
}
.thumbs .flex-control-nav li a.slideBtn,.bestseller .flex-control-paging li a.slideBtn{
text-indent:0;
background:none;
font-size:15px;
height:auto;
width:auto;
}
.thumbs .flex-control-nav li a.slideBtn:hover,.bestseller .flex-control-paging li a.slideBtn:hover{opacity:0.8;
}
.bestseller .price-old {
	color: #fff;
	text-decoration: line-through;
	margin-left: 4px;
	padding:0 10px 0 10px;
	background: url('../image/list-group.png') center repeat-x;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
/*loader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: url('../image/page.png') center repeat;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
	.fa-chevron-right,.fa-chevron-left{
   color: #ffcc00;
   font-weight:bold;
   }
 .row1 {
	margin-bottom: 14px;
	margin-top: 6px;
	padding-top: 6px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	background: #000000 url('../image/3.jpg') repeat;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	border:2px solid #242424 !important;
	-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}
   .row2 {
	margin-bottom: 14px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	background: #000000 url('../image/3.jpg') repeat;
	-webkit-border-radius:  4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius:  4px 4px 4px 4px;
	border:2px solid #242424 !important;
	-moz-background-clip: padding;     /* Firefox 3.6 */
			-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
			background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}
.row-sldr {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	border-left: 4px solid #dddddd;
	border-right: 4px solid #dddddd;
	border-top: 4px solid #dddddd;
	border-bottom: 4px solid #dddddd;
}
.row-sldr .image{
	border: 4px solid #dddddd;
}
/* THIRD EFFECTS */

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   /*border:100px 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;
}
.third-effect a.info {
   position:relative;
   top:-10px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   /*border:100px solid rgba(0,0,0,0.7);*/
}
.third-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/* THIRD EFFECTS */
#sidesocial { display: none; position: fixed; top: 250px; right: 0; margin: 0 10px 0 0; width: 32px; z-index: 999; }
#sidesocial a { display: block; position: relative; margin: 0 0 10px; padding: 0; width: 32px; height: 32px; }
#sidesocial a:hover { display: block; position: relative; margin: 0 0 10px; padding: 0; width: 32px; height: 32px; 
-webkit-animation: spin 0.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 0.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#sidesocial a img { width: 32px; height: 32px; }

/* Zoom Effect */
.zoomie {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 90;
	background: #000;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.ie7 .zoomie {
	clear: both;
}
a:hover .zoomie {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.4;
	filter: alpha(opacity = 50);
}
.zoomie .fa-search {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
/* Shadow Radial */
.hvr-shadow-radial {
  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;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 100%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* Shadow Radial */

.animationload {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff;
z-index:999999;
}

.loader {
width:200px;
text-indent:-99999px;
height:200px;
font-size:0;
position:absolute;
left:50%;
top:50%;
background-image:url('../image/loader_8.gif');
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px;
}
