body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	background:#c2b66e;
	background: -webkit-linear-gradient(#ded7ba, #ad9345); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ded7ba, #ad9345); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ded7ba, #ad9345); /* For Firefox 3.6 to 15 */
	background:linear-gradient(#ded7ba, #ad9345) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 {
	color: #68672e;
	font-weight:bold;
}
img {
	max-width:100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 21px;
}
.product h1{font-size:26px;}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #68672e;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

#tab-description a {
	color:#b6b654;
}
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:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* 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:after {
	content: '* ';
	color: #828333;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #89884c;

}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #979450;

}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 auto 0;
    width: 156px;
}

#logo img{
width:140px;
}


/* search */
#search.input-group {
    background: url(../image/search-icon.png) no-repeat scroll 5px center #c8ab58;
    border-radius: 0;
    height: 50px;
    padding: 0;
    top: 0;
	float:right;
	text-indent:15px;
    width: 150px;
	transition:all ease 1s;
	display:block;
}
#search.input-group.closed {
	width: 51px;
}

#search .input-lg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 55px;
}

#search  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
	text-transform:uppercase;
	font-weight:bold;
}
#search  ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
   text-transform:uppercase;
	font-weight:bold;
}
#search  ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
   text-transform:uppercase;
	font-weight:bold;
}
#search  :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
   text-transform:uppercase;
	font-weight:bold;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    background: url(../image/cart-icon.png) no-repeat scroll 10px center #b5af68;
    height: 50px;
    right: 0;
	float:left;
    width: 60px;
    top: 0;
}

#cart.open {
    background: url(../image/cart-icon.png) no-repeat scroll 10px center #fff;

}
.headertop {
	height:50px;
	line-height:30px;
}
.headertop {
	padding:10px;
}

#cart #cart-total {
	height:25px;
	width:25px;
	padding-top:3px;
	display:block;
    margin-top: -20px;
    margin-left: 15px;
	background:#f00;
	font-weight:Bold;
	border-radius:50%;
}
#cart .btn-inverse {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    height: 50px;
    text-shadow: none;
}
#tab-description, #tab-description p {
 color:#68672e;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {


	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
.product #button-cart:hover {background-color:#353817}

.product .rating {
    float: right;
    margin-bottom: -62px;
    margin-right: 10%;
    position: relative;
    width: 78%;
    z-index: 999;
}
.nav-tabs > li {
    background: none repeat scroll 0 0 #9b9b5e;
    float: left;
    margin-bottom: -1px;
    width: 25%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width:300px;
		}
		
		#search .input-lg {
			padding: 0 10px 0 40px;
			font-size: 0.9em;
		}
		.row {
    margin-left: -5px;
    margin-right: -5px;
	}
	
footer .logo-payment a {
    float: left;
    display: block;
	text-align: left;
}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    background-repeat: repeat-x;
    margin: 0px auto 0;
    text-align: center;
    width: 690px;
	max-width:100%;
}

.langen #menu {
	width:590px
}

#menu .navbar-nav {
	text-transform:uppercase;
}
#menu .nav > li > a {
	color: #585d1f;
	padding: 3px 15px 3px 14px;
	min-height: 15px;
	line-height:28px;
	font-weight:bold;
	font-size:14px;
	background-color: transparent;
}

#menu .dropdown-menu {
	background-color:#ece5c5;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: 5px 20px;
	clear: both;
	line-height: 15px;
	color: #333333;
	border-bottom: 1px dotted #89884c;
	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 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #979450;

}

.navbar-collapse {
	max-height:10000px;
}
#menu #category {
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #585d1f;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #979450;

	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: #979450;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	a.categoryimagehome {
		width:100%;
	}
	
	div.categoryimagehome {
		width:50%!important;
		border-right:0px!important
	}
	
	.container.main #content {
		width:100%!important;
		float:left!important;
	}
.nav-tabs > li {
    width: 50%;
}

	.product .rating {
		 margin-bottom: -0;
		margin-right: 10%;
		position: relative;
		width: 78%;
		z-index: 999;
		margin: 0 auto;
	}

	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu .nav > li > a {
		background-color: #89884c;
		color:#fff;
		border-bottom:1px solid #ddd;
	}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
		background-color: #585d1f
}
	#menu .dropdown-inner li {
		background:#828433
	}	
	#menu .dropdown-inner li a {
		background:none
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #89884c;
	}
	#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: 725px;
}
/* footer */
footer {
    text-align: left;
    padding-top: 30px;
    background-color: #585d1f;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    padding-left: 60px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	font-size:14px;
	line-height:20px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 -15px 20px -15px;
	padding: 8px 0;
	border: 0px solid #ddd;
	background:#89884c;
	border-radius:0px;
}

.category .breadcrumb {
	margin: 0 0 0px 0;
}

.category .headinfo .row .cat_description {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #a89b5f;
	width:100%;
	font-size:15px;
	margin-top:8px;
}

.headinfo .categoryselects {
    float: right;
    margin-right: 10px;
	padding-bottom:5px;
}
.categoryselects a {
	margin-top: 5px;
}
.categoryselects label,
.categoryselects select,
.categoryselects a {
	float:left;
	margin-left:10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	color:#fff;
}
.breadcrumb > li a{
	color:#fff;
	text-transform:lowercase;
}
.breadcrumb > li a:first-letter{

	color:red;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
    top: 2px;
    right: -1px;
    width: 13px;
    height: 13px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #979450;
    border-color: #585d1f;
    font-weight: bold;
    padding: 9px 15px;
    font-size: 13px;
}

.input-group-btn .btn-primary { 
    padding: 7.5px 12px;
    font-size: 12px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #585d1f;
	background-position: 0 -15px;
}
.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 {
	border:0;
    border-bottom: 2px solid #dddddd;
    color: #585d1f;
    padding: 8px 12px;
	font-weight:bold;
	
}
.list-group-item {
	background:#ece5c5
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: none repeat scroll 0 0 #89884c;
    border: 1px solid #dddddd;
    color: #fff;
    text-shadow: none;
}
/* 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: 0px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.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 {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
    margin: 0;
    height: 35px;
    overflow: hidden;
}


.product-thumb .caption {
	padding: 0 0px;
	word-wrap: break-word;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #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: #68672e;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
}

.category .product-thumb .price {

    text-align: center;
    width: 30%;
}
.product .product-thumb .price {

    text-align: left;
    width: 100%;
}


.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
    text-decoration: line-through;
    margin-top: -22px;
    display: block;
    color: red;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
	
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 40%;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #68672e;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button.addtocart {
	background:#979450;
	color:#fff;
}
.product-thumb .button-group button + button {
	width: 15%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #bdab5d;
	text-decoration: none;
	cursor: pointer;
}
@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;
}
.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: 104px;
}
.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%;
    }
}


.img-responsive {
	margin: 0 auto;
}
.container.main {
	background:none;
}


.container.main #content{
	background:#fff;

	padding-top:20px;
}
.container.main #column-left{
	padding-top:20px;
}

.mainbanner {
    background: #828433;
    line-height: 40px;
    padding: 9px 0;
}
.mainbanner > div {
    width: 766px;
    margin: 0px auto;
    max-width: 100%;
    font-weight: bold;
    color: #ece5c5;
    font-size: 20px;
	float:none;
}

.mainbanner a{
	color:#fff;
}
nav#top {
	display:none;
}
.container.header {
    background: none repeat scroll 0 0 #585d1f;
	
    width: 100%;
	min-height:50px;
}
.navbar {
	min-height:33px;
}
.common-home .container.header {
	border-bottom:0 solid #fff;
}

.header #search .input-group-btn {
	display:none;
}
.sticky-footer {
    background: none repeat scroll 0 0 #585d1f;
    bottom: 0;
    display: block;
    height: 30px;
    padding-right: 100px;
    position: fixed;
    text-align: right;
    width: 100%;
    z-index: 9999;
}

.common-home #content h3,
.common-home #content h2 {
	display:none;
}
.common-home .htmlbanner {
	margin-bottom:20px;
	text-align:Center;
}

#column-left.col-sm-3 {
    width: 20%;
}

#column-right.col-sm-3 {
    width: 20%;
}

.account #content,
.information #content {
	background:#fff;
	font-size:15px;
	line-height:17px;
}

.headinfo .subcategories {display:none;}
h3.subcategories {
    font-size: 15px;
    margin: 0 0 10px;
}
ul.subcategories {
	padding:0;
}
ul.subcategories li {
    display: inline-block;
    list-style: outside none none;
    padding: 7px 10px;
    background: #89884c;
    border-radius: 3px;
    margin-top: 7px;
}
ul.subcategories li:hover,
ul.subcategories li.active {
	background:#585d1f
}
ul.subcategories li a {
	color:#fff;
	font-size:15px;
	line-height:1.2;
}
div.subcategories {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.description p {
	margin:0;
}
.category .clearfix {
	background:white;margin-bottom:20px;
}

.product-layout.product-grid {
    border-right: 1px dotted #ccc;
    padding: 20px 15px 0;
}
#content .product-layout:nth-child(3n+3) {
	border-right:0;
}
.headinfo {
    background: #fff;
    padding: 0 0px 10px;
    border-bottom: 1px dotted #a89b5f;
}

.headinfo div, .headinfo h3 {
	margin:0;
}

.headinfo .form-control {
	border-radius:0;
	height:26px;
	padding: 1px 4px;
	width:auto;
}
.headinfo .breadcrumb {
	border-radius: 0;
	border:0;
}
.headinfo label {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    display: block;
    margin-top: 5px;
}

.pagination > li > a, .pagination > li > span {
color:#68672e
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color:#68672e;
	border-color:#68672e;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
	border-radius:0;
}

#content .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    margin-right: 2px;
    text-align: center;
}

.container.category,
.container.product,
.container.contact,
.container.blogcontainer {
    border-top: 0;
    padding: 0;
}
.container.blogcontainer #column-left h2,
.container.contact #column-left h2,
.container.contact #column-right h2,
.container.blogcontainer #column-right h2 {
	display:none;
}

.container.blogcontainer #content {
	background:#fff;
}

.container.blogcontainer #content .row{
	padding-left:15px;
	padding-right:15px;
}
#column-left .list-group-item:first-child {
	-webkit-border-radius:0;
	border-radius:0;
}

#column-right h2 {
	display:none;
}

.product #content .row {
	background:#fff;
}
.product #content > h3 {
    background: none repeat scroll 0 0 #96853b;
    color: #fff;
    font-weight: bold;
    margin: 20px -15px 0;
    padding: 10px 0 10px 40px;
}

.product .thumbnail {
	border:0;
	border-bottom:1px solid #68672e;
}

.product .image-additional .thumbnail  {
	border: 0px solid #ccc;
}

.product .image-additional .thumbnail:hover {
	border: 1px solid #68672e;
}

.product-thumb .button-group {
	margin-top:15px;
}
.tab-pane {
	padding-bottom:15px
}


*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
h2.prodprice {
    float: left;
    margin: 0 20px 10px 0;

}

.productpricelist li {
    display: inline-block;
}

#input-quantity {
    max-width: 80px;
}


 .product #button-cart  {
    background: none repeat scroll 0 0 #585d1f;
}


.product .form-group .btn-primary:hover {
background: none repeat scroll 0 0 #d0bb7e
}
.form-group .btn-primary {
    background: none repeat scroll 0 0 #ddc88b;
    border: 1px solid #76732f;
    display: block;
    float: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-shadow: none;
    width: 80%;
}
.form-group .btn-primary.button-subscribe {
	width:100%;
	font-size:12px;
}


.nav-tabs > li  a {
	font-weight:bold;
}
.nav-tabs > li + li {
    background: none repeat scroll 0 0 #b6b654;
}

.nav-tabs > li + li +li {
    background: none repeat scroll 0 0 #c3c338;
}
.nav-tabs > li:hover a,
.nav-tabs > li:focus a,
.nav-tabs > li.active  a{
background:none!important;
	border-width:0 0 1px;
	border-color: #9b9b5e;
		outline:0;
}


.nav-tabs > li.active {
    background: none repeat scroll 0 0 #9b9b5e;
	border-width:0px;
	border-color: #9b9b5e;
	outline:0;

}

.nav-tabs > li:hover,
.nav-tabs > li:focus,
.nav-tabs > li.active:hover {
    background: none repeat scroll 0 0 #72724e;
	border-width:0px;
	border-color: #72724e;
	outline:0;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    background-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff;
    cursor: default;
    background: none;
}

.nav-tabs > li > a:hover {
	border-width:0 0 1px;
	border-color:#9b9b5e;
	background:none;
	outline:0;
	color:#fff;
}

.product .related h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 0;
    height: 61px;
    overflow: hidden;
}

.easy-blog .article-intro h2 {
	font-size:13px;
	font-weight:normal;
	margin-bottom:0;
	line-height:1.3;
	color:#666;
}
.easy-blog .article-intro h2 a {
	color:#666;
}
.easy-blog .article-intro h2 a:hover {
	color:#68672e;
}
#content .easy-blog .article-intro h2 a {
	font-size:17px;
	font-weight:bold;
	margin-bottom:0;
	line-height:1.3;
	color:#68672e;
}
.easy-blog  h3{
    font-size: 19px;
    margin-bottom: 0;
}

#content  .easy-blog {
    font-size: 14px;
    background: white;
    padding: 5px 10px;
}

.product-thumb.related .image{
	margin-bottom:15px;
}

div.categoryimagehome {
    float: left;
    padding: 10px 2% 20px;
    width: 33%;
    border-bottom: 1px dotted #a89b5f;
    border-right: 1px dotted #a89b5f;
}

a.categoryimagehome {
    display: block;
    float: left;
    text-align: left;
    background: #585d1f;
	color:#fff;
	text-indent:15px;
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
}
a.categoryimagehome span{
	padding-left:15px;
}

.categoryimagehome img {
display:block;
width:100%;
margin-bottom:5px;
}

#carousel0 {
    float: left;
    margin-top: 40px;
    margin-bottom: 0;
}

#search .input-lg:focus::-moz-placeholder{
    opacity: 0;
}
#search .input-lg:focus:-moz-placeholder{
    opacity: 0;
}
#search .input-lg:focus:-ms-placeholder{
    opacity: 0;
}

#search .input-lg:focus::-webkit-input-placeholder{
    opacity: 0;
}

.childitem  {
	line-height:1.2em;
}

.list-group a.grand_children  {
    padding: 1px 12px;
    font-size: 11px;
    font-weight: normal;
    display: list-item;
    list-style-position: inside;
    padding-left: 20px;
}

.product-thumb.related .button-group {
	display:none;
}


.form-horizontal .control-label {
	text-align:left;
	text-transform: uppercase;
}
footer .container {
	padding-bottom:15px;
}
.contact fieldset {width:80%; margin:0 auto;}
.contact .addressbox {
	margin-bottom:30px;
color: #68672e;
font-size:120%;
}

.contact form .buttons {
    width: 80%;
    margin: -110px 80px 30px 0;
    float: right;
}

.toplang {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.toplang a {
    color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.toplang a:hover {
	color:#b5af68
}
.toplang a.en {
	padding-left:4px;
}
.toplang a.el{
	border-right:2px solid #fff;
	padding-right:2px;
}
@media (min-width: 768px) {
.navbar-nav {
    
}

#content.col-sm-6 {
    width: 60%;
}

}

#column-left h2 {margin:0;}


.account .col-sm-10 textarea  {
	width:60%;
}
.account .col-sm-10 input[type="text"] {
	width:40%;
}

.account .col-sm-10 input[name="amount"]:last-child {
	width:80px;
	text-align:center;
}

#content .owl-carousel img {
	margin:0 5px;
}


.searchrow .product-layout.product-grid  { 
    border-top: 1px dotted #68672e;
	background:#fff;
}

.container.mainmenu {
	background:#fff;
}

.slideshow .owl-item .item {
	height:380px;
	background-position:center;
	background-size: auto 100%;
    background-repeat: no-repeat;
}

/*
@media only screen  and (min-width : 500px) {
.slideshow .owl-item .item {
	height:99px;
}
}


@media only screen  and (min-width : 700px) {
.slideshow .owl-item .item {
	height:140px;
}
}

@media only screen  and (min-width : 1100px) {
.slideshow .owl-item .item {
	height:215px;
}
}
*/
/* Desktops and laptops ----------- */
/*
@media only screen  and (min-width : 1400px) {
.slideshow .owl-item .item {
	height:274px;
}
}
*/
/* Large screens ----------- */
/*
@media only screen  and (min-width : 1824px) {
   .slideshow .owl-item .item {
	height:380px;
}
}



.slideshow .owl-item .item  a {
	display:block;
	width:100%;
	height:380px;
}
*/
.firstchild.list-group-item {
	background:url(../image/icon-closed.png) 155px 8px no-repeat #ece5c5;
}

.firstchild.list-group-item:hover {
background:url(../image/icon-hover.png) 155px 8px no-repeat #89884c;

}

.firstchild.list-group-item.active,
.firstchild.list-group-item.active:hover {
		background:url(../image/icon-open.png) 145px 10px no-repeat #89884c;
}



.firstchild.list-group-item.cat92,
.firstchild.list-group-item.cat92:hover,
.firstchild.list-group-item.cat92.active {
	background-image:none!important;	
}

#carousel0 .owl-item .item {
    padding: 0 6px;
    background: #fff;
}


.openday {
	display:inline-block;
	width:70px;
	margin-right:30px;
}
.navbar-header .toplang {display:none;}
@media (max-width: 600px) {
	.toplang  {display:none;}
	.navbar-header .toplang {display:block;float:right!important}
	
.navbar-header .toplang a.el {
    border-right: 2px solid #585d1f;
    padding-right: 2px;
}
.navbar-header .toplang a {
    color: #585d1f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.container.header .col-xs-6 {
    width: 100%;
    position: absolute;
    left: 0;
    border-bottom: 2px solid #c8ab58;
    padding-bottom: 2px;
}

.container.header .col-xs-3 {
    width: 50%;
    margin-top: 60px;
    /* border: 1px solid #fff; */
	padding:0 10px 10px;
}

#search.input-group.closed,
#search.input-group {
	width:100%;
}
#cart {
	width:100%;
	background:url(../image/cart-icon.png) no-repeat scroll center center #b5af68;
}


.slideshow .owl-item .item {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.container.header,
.container.header .container{
	padding:0;
}



.dropbuttons {
	height:auto!important;
}

.dropbuttons > div {
	margin-top:5px;
	margin-bottom:5px;
}

.searchoptions {
	margin-left:-6px!important;
	margin-right:-6px!important;
}
}

.headinfo .subcategories.showsub,
.headinfo .subcategories.showsub .subcategories {
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
}

.brandlist:nth-child(even) {
    clear:both;
}

#back-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 80px;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
	right:60px;
}

#back-top:focus {
	outline:none;
}

@media (min-width: 768px) and (max-width: 1199px) {
.toplang {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: 44px;
}

.toplang a {
    color: #68672e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
}
@media (min-width: 601px) and (max-width: 767px) {
.toplang {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    right: 90px;
    top: 50px;
	width:85px;
    z-index: 999;
}

.toplang a {
    color: #68672e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
}



@media (min-width: 311px) and (max-width: 341px) {
	#menu .navbar-header .btn-navbar{
		float: left;
		margin-left: 30px;
		margin-right:0;
	}
	
	.navbar-header .toplang {
    display: block;
    float: right!important;
    margin-right: 39px;
}

.btn-group>.btn:first-child {
	padding:0;
}

.mainbanner > div {
text-align:center!important;
margin-left: -20px;
}
}

.container.product .discount_product {
		font-size: 17pt;
		top: 23px;
}
.container.product .new_product {
		font-size: 17pt;
		top: 23px;
}

.container.category .discount_product{
	    top: 90px;
}

.container.category .new_product{
	    top: 90px;
}

.container.category .outofstock_product {
    bottom: 38%;
    font-size: 16pt;
    left: 55px;
    background-color: rgba(3,3,3,0.6);
    padding: 8px 12px 10px;
}

.container.product .outofstock_product {
    font-size: 16pt;
    left: 34%;
    background-color: rgba(3,3,3,0.6);
    padding: 8px 12px 10px;
    top: -225px;
}

.cat_description > p, .cat_description > a {
	display: inline-block;
	
}


.mybanner{
	position: relative; 
	float: left; 
	width:100%;
	
}

.resp6 {
	position: relative; 
	width: 50%; 
	margin:0 auto; 
	padding-left:100px;
	
}


.resp3 {
	position: relative; 
	float: left; 
	display:inline-block; 
	width:33%;
	color:#ffffff;
	line-height:14px;
	
}


.resp3 h1{
	color:#ffffff;
	font-size:16px;
	line-height: 6px;
	
}


.resp3 h2{
	color:#ffffff;
	font-size:14px;
	font-weight: normal;
	line-height: 6px;
	
}


@media screen and (max-width: 712px) {
	
	.resp6 {
		padding-left:50px;
	
	}
	
	.resp3 h1{
		font-size:14px;
	}
	
	.resp3 h2{
		font-size:12px;
	}
	
}

@media screen and (max-width: 552px) {
	
	.resp6 {
		padding-left:90px;
		width: 100% !important;
		margin:0 auto;
	
	}
	
	.resp3 {
		clear: both;
		margin:0 auto;
		width: 90% !important;
	}
	
	.resp3 h1{
		font-size:18px;
	}
	
	.resp3 h2{
		font-size:14px;
	}
	
}
