@font-face {   
	font-family: "MyriadPro-Bold";   
	font-style: normal;  
	font-weight: normal;   
	src: local("MyriadPro-Bold"), url("../font/MyriadPro-Bold.woff") format("woff"); 
}
@font-face {   
	font-family: "Montserrat", sans-serif;   
	font-style: normal;  
	font-weight: normal;   
	src: local("MyriadPro-Regular"), url("../font/MyriadPro-Regular.woff") format("woff"); 
}
body {
background-color: #F6F7F8;
	color: #333333;
	font-family: "Montserrat", sans-serif; 
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.color{background:#FFF;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
.well h2 {
	font-size:16px;
	color:#000000;
	margin-bottom: 5px;
}
#content h1{
color:#73B36E;
margin-bottom:20px;
margin-top:0px;
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #347928;
        font-weight: bold;
    margin-bottom: 15px;
     margin-top: 15px;
}

h3 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	color:#333333;
	margin-bottom: 0px;
	padding:10px 13px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #73B36E;
}
a:hover {
color: #73B36E;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	border:none;
}
label {
	font-size: 12px;
	font-weight:bold;
	margin-right: 15px;
}
.shadow label {
	font-size: 12px;
	font-weight:bold;
	margin-right: 15px;
	color:#fff;
}
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;
	border-radius:0px;
}
.well .form-group a{color:#428bca;}
.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: #c2a26f !important;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
#wrapper {
  transition: all .4s ease 0s;
  height: 100%
}

.sidebar-wrapper {
  margin-left: -150px;
	top:0;
  width: 150px;
  background: #000;
  position: fixed;
	overflow:auto;
  height: 100%;
  z-index: 10000;
  transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#page-content-wrapper {
  width: 100%;
}
#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}
.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
 border-left:3px solid transparent;
}

.sidebar-nav li a:hover {
  border-left: 3px solid #c2a26f;
    color: #ffdfaa;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon{
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 3px 10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}


/* top */
#top {
 background: none repeat scroll 0 0 #000000;
	border-bottom: 1px solid #e2e2e2;
	height: 45px;
}
#top .container {
	padding: 0 20px;
}
#form-currency ul{
	display:inline-block;
}
#form-currency ul li{
	padding:0 0px;
}
#form-currency ul li button {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor:pointer;
	font-family: "Montserrat", sans-serif;
	background:#fff;
	border-radius:0px;
}
#form-currency .btn1 {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	border-radius: 0;
	padding:0;
margin-bottom:5px;padding:0;}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top-links ul {margin-bottom:0px;}
#top-links li:last-child a{border:none;}
#top-links a{
	border-right: 1px solid #556163;
    color: #ffffff;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    padding: 12px 10px;
    text-transform: uppercase;
}
#top-links .open > a{
	background-color:transparent;
}
#top-links .dropdown-menu a{
	float:none !important;
	display:block;
	border:none;
	color:#000;
	padding:5px 10px;
}
#top-links a img {
    float: left;
    margin-right: 10px;
		margin-top:5px;
}
#top .btn-link:hover, #top-links a:hover {
	color:#c2a26f;
	text-decoration:underline;
}
#top-links  li:last-child{
	padding-right:0px;
	border-right:none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
margin:0;
min-height:40px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
padding:50px 0;
	margin: 0 0 10px 0;
	position:relative;
}
/* search */

#search {
	margin-bottom:5px;
	right: 0px;
	position:relative;
	width:auto;
	display:inline-block;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	background: #f3f3f3;
	padding: 0px 60px 0px 10px;
	height: 35px;
	border: 1px solid #73B36E;
	border-radius:5;
	right:0;
	float:right;
	font-family: "Montserrat", sans-serif;
	font-size:13px;
	text-transform:uppercase; 
	text-shadow:none;
	box-shadow:none;
	width: calc(100% - 5px);
}
#form-language .btn-link {
	position: relative;
	text-align: left;
}

#search .btn-lg {
  left: 0px;
	width: 40px;
	height:35px;
	cursor: pointer;
	font-size: 15px;
	line-height: 1px;
	padding: 10px;
	text-shadow:none;
	border-radius:0;
		float:left;
		background: #f3f3f3;
		margin-left:-35px;
		border: 1px solid #e6e9e8;
		border-right:none;
		
}
.serach-default {
	border-radius:0;
	left: 0px;
	width: 28px;
	height: 37px;
	border-right: 1px solid #e6e9e8;
	cursor: pointer;
	padding:0 10px;
}
#form-currency {margin-bottom:10px;}
/* cart */
.cart{padding:0px;}
#cart {
	top:0;
	z-index:9;
	position:relative;
	margin-bottom:5px;
}
#cart > .btn {
	font-size: 12px;
	color: #FFF;
	position:relative;
	font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	background:#C2A26F;
	line-height:29px;
	border:none;
	border-radius:0px;
	z-index:1;
	right:0px;
	/*float:right;
	width:auto;*/
}
#cart > .btn.active{box-shadow:none;}
#cart .c-img img{
	background:#000;
	padding:15px 17px;
	float:left;
	right:0;
	margin-left:-52px;
	}
#cart  .carett {
	background:url('../image/arrow-down.png') right no-repeat;
	padding-right:13px;
	}
#cart.open > .btn {
	background-image: none;
	background-color:#C2A26F;
	border: none;
	color: #FFF;
	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;
}

 .welcome li h5 {
	right: 0;
	font-family: "Montserrat", sans-serif;
  font-size: 13px;
	z-index: 5;
	text-align: right;
	color: #000;
	margin-top:0px;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
 .welcome a{
	color:#C2A26F;
}
.welcome a:hover{
	color:#C2A26F;
}
ul{margin-bottom:0px;}


form{margin:0;padding:0;}

/* menu */
#menu {
border-top: 1px solid #EAE9E9;
	border-bottom: 1px solid #EAE9E9;
	min-height: 50px;
	margin-bottom: 28px;
}
#menu .nav > li > a {
	border-right: 1px solid #eae9e9;
    color: #000;
    display: block;
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 6;
}
#menu .navbar-collapse,.nav{min-height:50px;}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
color:#C2A26F;
background:none;
outline:none;
}
#menu .nav > ul ,.nav > li {margin:0;padding:10px 0px;}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	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;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #c2a26f;
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
	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-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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 (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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 30px;
    padding: 40px 25px;
    background-color: #73B36E;
    border-top: 1px solid #ddd;
}
.footer-top{	
padding: 42px 25px;
	border-top: 1px solid #ddd;background-color: #000;}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer  a {
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size:12px;
}
footer a:hover {
	text-decoration: underline;
	color:#FFF;
}
footer h5 {
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	margin-top: 0px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 8px;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
	color:#000;
}
#powered  p  a {
	color: #38B0E3;
	text-decoration: none;
	cursor: pointer;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin-bottom:20px;
	padding: 8px 10px;
	background:#FFF;
}
.breadcrumb a{
	color: #000000;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow:none;
	padding: 0 20px;
	position: relative;
}

.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 0px solid #DDD;
	border-bottom: 0px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
.breadcrumb > li:last-child:after{
content: '';
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.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;
}
.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: #333333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff);
	background-repeat: repeat-x;
	border-color: #fff;
	text-transform:uppercase;
	border-radius:0px;
	line-height:12px;
	font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: none !important;
	background-color: #73B36E !important;
	background-repeat: repeat-x;
	border-color: #73B36E;
	text-transform:uppercase;
	border-radius:5px;
	line-height:18px;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
		padding:7px 18px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #C0EBA6;
	background-position: 0 -15px;
	outline:none;
	border-color:#C0EBA6;
}
.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;
	border-radius: 0;
	position: absolute;
	font-family: "Montserrat", sans-serif;
	right: 0px;
color: #000;
	text-align:right;
}
.btn-link:hover,.btn-link:focus{text-decoration:none;color:#000;}
.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 {
text-decoration: none;
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size:13px;
	text-transform:uppercase;
	border:none;
	padding: 5px 12px;
	background:#fff;
	background:url(../image/list-style.png)left no-repeat;
	}
.list-group a:hover{border:none;
	text-shadow:none;
	outline:none;background: #fff;color: #333;
	background:url(../image/list-style.png)left no-repeat;
	}
.list-group a.active, .list-group a.active:hover {
	color: #347928;
	background: #fff;
	border:none;
	text-shadow:none;
	outline:none;
	font-weight:bold;
	background:url(../image/list-style.png)left no-repeat;
}
.login  ul li a,.login  ul li a:hover{
background:none;
border:none;
padding:0;
outline:none;
color:#73B36E;
text-decoration: none;
	font-family: "Arial";
	font-size:13px;
	text-transform:none;
	font-weight:normal;
}

/* 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;
}
.pro .color{padding:30px !important;}
.pro .breadcrumb{
	margin:0;
}
.pro h1{
 color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
		font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);

}
.pro .price-new {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
		font-weight: bold;
}
.pro .price-old {
    color: #838181;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-decoration: line-through;
		font-weight: bold;
}
.pro .price-tax {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.pro .form-control{
    font-size: 13px;
}
.pro .form1{
width:auto;
background: #e8e9ea none repeat scroll 0 0;
    border: medium none;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
		height:50px;
		border:none;
		box-shadow:none;
}
.image-additional a{
    border: 3px solid #dcdcdc;
}
.image-additional a:hover{
border:3px solid #000;
}
.thumbnail{border-radius:0px;}
.rel .product-thumb{
border: 1px solid #EEEEEE;
}
.rel .compare  button {
	width:auto;
	border: none;
	display: inline-block;
	background-color: #f8827b;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	font-weight:normal;
	font-family: Arial;
	padding:0px 5px;
}
.rel .product-thumb .caption{padding:0px;}
.rel  .name h4 a{color:#000;}
.rel .compare {float:right;}
.rel .compare button + button {margin-right:10px;}
.rel .compare1{margin-left:10px;}
.rel .product-thumb div  button{
	background: #000 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
		display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
}
.pro .btn-p{
width:auto;
font-size: 18px;
    height: 53px;
    margin-top: 10px;
    padding: 7px 30px;
		background: #000;
    color: #ffffff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    line-height: 12px;
    text-transform: uppercase;
}

.pro .descp{color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;}
		
		
.pro .tab-content {
    font-family: "Montserrat", sans-serif;
   	background: #FAF7F0 none repeat scroll 0 0;
   	font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 15px;
    z-index: 2;
		border:none;
		margin-top:-1px;
}
.pro .des-tabs ul{margin-bottom:0px;}
.pro .nav-tabs{min-height:34px;border:none;}
.pro .nav-tabs > li {padding:0px;}
.pro .nav-tabs > li > a{
background: #ffffff none repeat scroll 0 0;
    color: #73B36E;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    margin-right: 2px;
        font-weight: bold;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
		border-radius:0px;
		border:none;
}
.pro .nav-tabs > li.active > a,.pro .nav-tabs > li.active > a:hover,.pro .nav-tabs > li.active > a:focus{
background: #FAF7F0 none repeat scroll 0 0;
    font-weight: bold;
    padding-bottom: 7px;
		border-radius:0px;
		border:none;
}
.pro .rel .price-new{
color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 13px !important;
		font-weight: bold;
    margin-right: 10px;
}
/* product list */

.product-thumb h4 {
	font-weight:normal;
	padding:10px 0 0 0px;
}
 .product-grid  .product-thumb h4 a{
color: #000;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	font-size:13px;
	    text-align: center;
	display: block;
	margin-left:0px;
}
.product-thumb .caption {
	padding: 0 20px;
} 
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	font-weight:bold;
	    text-align: center;
	overflow: auto;
	min-height: 400px;
}
.pspecial .product-list .product-thumb,.psearch .product-list .product-thumb {
	overflow: auto;
	background:#F6F7F8;
	border-top: 1px solid #E7E7E7;
	border-left:none;
	border-bottom:none;
	border-right:none;
	vertical-align: top;
	margin-bottom: 15px;
	padding-top:10px;
}
.pspecial .product-list:first-child,.psearch .product-list:first-child{border:none;}
.product-list .product-thumb {
	overflow: auto;
	background:#FFF;
	border-top: 1px solid #E7E7E7;
	border-left:none;
	border-bottom:none;
	border-right:none;
	vertical-align: top;
}
.product-thumb .image {
	text-align: center;
}
.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 img {
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #ccc;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-grid .product-thumb .caption {
	padding: 0 20px;
	
}
.product-list .product-thumb .caption {
	margin-left: 0px;
	float:right;
	right:0;
}
@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-grid  .product-thumb .price {
	color: #000;
	padding-left:15px;
	font-size: 15px;
	margin-bottom: 20px;
	right:0;
}
.product-grid .product-thumb .price-new {
	font-weight:bold;
}
.product-thumb .price-old {
	color: #928f8f;
	text-decoration: line-through;
	margin-left:0px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.pspecial .product-list  .product-thumb .button-group,.pspecial .product-grid  .product-thumb .button-group {background:none;} 
.product-grid  .product-thumb .button-group {
	border-top:none;
	background-color: #fff;
	overflow:hidden;
	padding:5px 10px;
	display:block;
}
.product-grid  .product-thumb:hover .button-group button{background:#347928 !important} 
.product-grid  .product-thumb:hover .compare button{background:#347928 !important} 
.product-grid  .product-thumb .compare button{padding-left:5px !important;padding-right:5px !important;}
.product-grid .product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #fff;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
	font-family:"Montserrat", sans-serif;
}
.product-grid .product-thumb .button-group button:hover {
	background-position: 0px -24px;
	background-color:#000;
	color:#fff;
	display:block;
}
.wishlist{margin-left:20px;}

.product-thumb div  button{
	border: none;
	display: inline-block;
	float: left;
	background-color:#fff;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-grid .product-thumb .button-group .compare button:hover{
background-color:#c2a26f;
background-position: 0px -24px;
color:#fff;
display:block;
}
.product-grid .product-thumb .button-group .compare {float:right;}
.product-grid .product-thumb .button-group .compare button + button {margin-right:2px;}

.product-list .product-thumb .name{margin-top:0px;}
/*.row  .product-list  div {border-top:1px solid #eee;}*/
.product-thumb .button-group button + button {
	margin-left:5px;
	/*border-left: 1px solid #ddd;width: 10%;*/
}

@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%;*/
	}
}
.product-list  .product-thumb .price {
	color: #000;
	padding-left:15px;
	margin-top:-30px;
	right:0;
	float:right;
	font-family: "Montserrat", sans-serif; 
font-size:13px;
font-weight:bold;
}
.product-list .product-grid .product-thumb .price-new {
	font-weight:bold;
	font-family: "Montserrat", sans-serif; 
font-size:13px;
color:#000;
}
.product-list .product-thumb .price-old {
	color: #928f8f;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-list .product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-thumb .button-group {
	border-top:none;
	background-color: #fff;
	padding:5px 0px 15px;
	padding-left:20px;
	display:block;
	right:0;
	overflow: hidden;
	float: right;
}
.product-list .product-thumb .name a{color:#000;}
.product-list .product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: right;
	background-color: #000;
	color: #fff;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	width:auto;
	right:0;
	font-family:Montserrat;
}
.product-list.product-thumb .button-group button:hover {
	background-position: 0px -24px;
	background-color:#000;
	color:#fff;
	display:block;
}
.product-list  .wishlist{margin-left:20px;}
.product-list .compare{margin-left:20px;}
.product-list .product-thumb .compare  button{
	border: none;
	display: inline-block;
	float: left;
	background-color:#c2a26f;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
margin-top:10px;
}
.product-list .product-thumb .compare  button + button{margin-left:30px;}
.product-list .product-thumb .button-group .compare button:hover{
background-color:#c2a26f;
background-position: 0px -24px;
color:#fff;
display:block;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.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;
}

/* 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%;
    }
}
#feature{
	padding: 54px 20px 30px;
	background:#FFF;
}
#feature  .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #eae9e9;
}
#feature h3{
font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: bold;
	    text-align: center;
	color: #347928;
	text-transform:uppercase;
	padding-bottom: 25px;
	background:#fff;
}
.row-padding{padding-left:15px;}
#feature .product-thumb {
	overflow: auto;
	display: inline-block;
	vertical-align: top;
	border:7px solid #FFF;
	margin-bottom: 20px;
}
#feature .product-thumb:hover {border:7px solid #eae9e9}
#feature .product-thumb:hover button{background:#000;}
#feature .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-bottom:1px solid #eae9e9;
}
#feature .product-thumb h4 {
	font-weight:normal;
	padding:10px 0 0 0px;
}
#feature .product-thumb h4 a{
color: #000;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	font-size:13px;
	display: block;
}
#feature .product-thumb .caption {
    padding: 0;
    min-height: 85px;
}
#feature .product-thumb .button-group {
	border-top:none;
	background-color: #fff;
	overflow: auto;
	padding:5px 0 15px 15px;
	min-height: 60px;
}

#feature .product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #fff;
	font-size:12px !important;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif; 
	padding:7px 15px;
	font-weight:normal;
	}
#feature .product-thumb:hover .button-group button {
background-position: 0px -24px;
	background-color:#000;
	color:#fff;
}
#feature  .product-thumb .price-new {
font-family: "Montserrat", sans-serif; 
font-size:13px;
color:#000;
font-weight:bold;
}


#special h3{
background:#000;
    font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	padding-left:15px;
	text-align:center;
}
#special .product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	width:99%;
}
#special .product-thumb h4 {
	font-weight:normal;
}
#special .product-thumb h4 a{
color: #000;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	font-size:13px;
	display: block;
}
#special .product-thumb .caption {
	padding: 0 17px;
}
#special .product-thumb .button-group {
	border-top:none;
	background-color: #fff;
	overflow: auto;
	padding:5px 25px 15px 15px;
}

#special .product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: left;
	background-color: #000;
	color: #fff;
	line-height: 12px;
	font-weight:normal;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	padding:7px 18px;
}
#special  .product-thumb .price-new {
font-family: "Montserrat", sans-serif; 
font-size:13px;
color:#000;
font-weight:bold;
}
#special .product-thumb .button-group button:hover {
	background-color:#000;
	color:#fff;
}
.shadow{
border-bottom: 1px solid #EEEEEE;
	padding: 9px 18px;
	overflow: auto;
	background:#73B36E;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.shadow p{font-weight:bold;margin-top:7px;}
.sort-col{margin-top:5px;padding-right:0px;padding-left:20px;}
.sort-col2{padding-left:0px;}
.show-col{padding-right:0px;padding-left:0px;}
#common-home #banner0 .swiper-slide{
	display:inline-block;
	width:32.7% !important;
	transform:none !important;
	opacity:1 !important;
	margin-right:15px;
}
#common-home #banner0{
	padding:15px;
}
@media only screen and (max-width:1024px ) {

.pspecial .product-grid .name{margin:10px;}
.pspecial .product-grid .price,.psearch .product-grid .price {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size:13px;
	color: #000;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
}
.pspecial .product-grid  .des,.psearch .product-grid  .des{display:none;}

.pspecial .product-grid .price-old,.psearch .product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
	margin:0px;
}
.pspecial .product-grid .price-new,.psearch .product-grid .price-new {
	font-weight: bold;
}
.pspecial .product-grid .price .price-tax,.psearch .product-grid .price .price-tax {
	display: none;
}
.pspecial .product-list .name a,.psearch .product-list .name a {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size:13px;
	text-decoration: none;
}
.pspecial .product-list .description,.psearch .product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.pspecial .product-list .rating,.psearch .product-list .rating {
	color: #7B7B7B;
}
.pspecial .product-list .price,.psearch .product-list .price {
	height: 50px;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 13px;
	margin-top:0px;
	padding-left:0px;
	float:left;
}
.psearch .product-list  .name h4{margin:0px;padding:0px;}
.psearch .product-list .price {width:100%;}
.psearch .product-list .price .des{float:left;}
.pspecial .product-list .price-old,.psearch .product-list .price-old {
	color: #F00;
	text-decoration: line-through;
	margin-left:0px;
	font-weight:normal;
}
.pspecial .product-list .price-new,.psearch .product-list .price-new {
	font-weight: bold;
}
.pspecial .product-list .price-tax,.psearch  .product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.pspecial .product-list .caption,.psearch .product-list .caption{padding:0px;float:left;}
.pspecial .product-list .product-thumb .button-group,.psearch .product-list .product-thumb .button-group {
	border-top:none;
	background-color:#f6f7f8;
	overflow:hidden;
	padding:5px 0px 15px;
	padding-left:20px;
	display:block;
	float:right;
	right:0;
}
.pspecial .product-grid .product-thumb .button-group button,.psearch .product-grid .product-thumb .button-group button{
	border: none;
	display: inline-block;
	float: left;
	background-color: #000;
	color: #fff;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding-left:10px;
	padding-right:10px;
	font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.pspecial .product-grid .product-thumb .button-group .compare button,.psearch .product-grid .product-thumb .button-group .compare button {
background:#c2a26f;
}
.pspecial .product-grid  .product-thumb .button-group ,.psearch .product-grid  .product-thumb .button-group{
	border-top:none;
	background-color: #f6f7f8;
	overflow:hidden;
	padding:5px;
	display:block;
}

.f-contact h2{
color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
font-family: Arial,Helvetica,sans-serif;
font-weight:bold;
text-transform:capitalize;
}
.manufact h2{background: #f8f8f8 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;margin-top:5px;}
.manufact a:hover{color: #38b0e3;
    cursor: pointer;text-decoration:none;}
#content .content {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 10px;
}
.well{
background:none;
border: 1px solid #eeeeee;
border-radius:0px;
box-shadow:none;
}
.buttons{
background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
}
.psearch p a{font-weight:bold;}
.pspecial .btn1,.cate-gory  .btn1,.psearch .btn1{background:none;border:none;}
.pspecial .text-col,.cate-gory .text-col,.psearch .text-col{color: #ffffff;
    font-weight: bold;
}
.cate-gory  .product-grid  .product-thumb .button-group {
	border-top:none;
	background-color: #fff;
	padding-left:0px;
	padding-right:0px;
	display:block;
}
.cate-gory .name{margin:10px 15px;}
.cate-gory  .product-grid .product-thumb .price{padding-left:6px;}
.cate-gory  .product-grid .des{display:none;}
.cate-gory  .product-list .product-thumb .name a{color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-decoration: none;}
.cate-gory .product-list  .product-thumb .price {
	color: #000;
	padding-left:15px;
	margin-top:0px;
	margin-right:32%;
	float:right;
	font-family: "Montserrat", sans-serif; 
font-size:13px;
font-weight:bold;
}


.cate-gory h1{
color: #000000 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.cate-gory{padding:36px 33px;}
.cate-bread  .breadcrumb {padding-left:24px;}
.cate-gory h3{margin-top:0px;}
@media only screen and (max-width:683px )and (min-width:320px ){
#top .pull-right,header .pull-right,header .nav .pull-right{float:none !important;text-align:center;}
#top-links li{padding:0px;}
#top-links a{padding:12px 3px;font-size:10px;}
#top-links a img {margin-right: 5px !important;}
#logo {padding:10px 0;}
.product-thumb h4 {padding:10px 20px;}
#cart{padding-left:50px;}
#search .btn-lg{margin-left:0px;}
.product-thumb h4{padding:10px 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}
}
.swiper-wrapper { 
	height: auto;
}
.swiper-slide {
	height: auto;
}
@media only screen and (max-width:980px )and (min-width:768px ){
#search .btn-lg{margin-left:-40px;}
}

@media (max-width:767px) {
#wrapper.active {
  margin-left: 66%;
  width: 100%;
}
#wrapper.active .sidebar-wrapper {
    left: 150px;
    width: 70%;
    transition: all .4s ease 0s;
}
#wrapper.active .sidebar-wrapper {
    left: 150px;
}
.cart {
    padding: 15px;
}
#search .input-lg { 
	width: calc(100% - 40px);
}

}
