@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900');
html, body {
	overflow-x: hidden;
}
body {
	font-family: 'Poppins';
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	color: #93723a;
}
h1, h2 {
	font-weight: 400;
}
p a,a {
	color: #93723a;
}
#logo a {
    display: inline-block;
}
a:hover {
    color: #bf9650
}
#content a, #content button {
	transition: 0.3s all ease-in-out;
}
#content button:hover {
    transform: translateY(-2px);
}

.alert-success {
  color: #333;
  background-color: #f0f0f0;
  border-color: #d3cdc4;
}
.alert a {color: #93723a;}
label, legend {
	color: #333;
}
legend {
	border: none;
	margin-bottom: 25px;
}
#top {
	padding: 10px 0;
	background: #333;
    color: #fff;
}
header {
	padding: 20px 0;
}
header + .container {
	width: 100%;
	padding: 0;
	background: #bf9650;
}
#top-links ul {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}
#top-links ul li a {
	color: #fff;
}
#top-links ul li a:hover, #top-links ul li a:focus {
	text-decoration: none;
	color: #bf9650;
}
#form-currency button {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
	color: #333;
	border: none;
}
#form-currency button:hover, #form-currency button:focus {
	text-decoration: none;
	color: #93723a;
	background: none;
	transform: none;
	box-shadow: none;
}
#form-currency button strong {
	color: #fff;
	background: #93723a;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	padding: 2px 0 0;
	font-weight: 500;
}
.currency-select {
	border-radius: 0;
}
#logo {
	margin: 2px 0 0;
}
#logo h1 {
	margin: 0;
}
#logo h1 a {
	display: inline-block;
	color: #93723a;
	font-weight: bold;
}
#search {
	margin: 3px 0 0;
}
#search input[type=text] {
	font-weight: 300;
	font-size: 15px;
	border-radius: 50px 0 0 50px;
	box-shadow: none;
	padding: 0 30px;
	transition: 0.5s;
	height: 46px;
}
#search input[type=text]:focus {
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 30px;
	border: none;
}
#search button {
	border-radius: 0 50px 50px 0;
	padding: 10px 20px;
	border: #d6dde1 solid 2px;
	color: #93723a;
	border-left: none;
}
#search button:hover, #search button:focus {
	background: #93723a;
	border-color: #93723a;
    transform: none;
    border: #d6dde1 solid 2px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(214, 221, 225);
    border-left: none;
}
#search button:hover i, #search button:focus i {
	color: #fff;
}
.fa-search::before {
	content: "Search";
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: 800;
	line-height: 1.7;
	vertical-align: top;
	text-transform: uppercase;
}
#menu {
	
	border-radius: 0;
	width: 1170px;
	margin: 0 auto;
}
#menu .collapse {
	padding: 0;
}
.navbar-nav > li > a {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
    
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background: #93723a;
	color: #fff;
}
.navbar-nav .dropdown-toggle:after {
	content: "\0025BE";
	margin-left: 5px;
}
.dropdown-menu {
	top: 100%;
}
@media (min-width: 768px) {
/*.dropdown:hover .dropdown-menu {
  display: block;
}*/
	.navbar-nav > li:hover .dropdown-menu {
    display: block; 
}
}
#form-currency .dropdown-menu, #top-links .dropdown-menu, .nav .dropdown-menu, #cart .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	text-align: left;
	padding: 0;
}
#form-currency .dropdown-menu li button, #top-links .dropdown-menu li a {
	text-align: left;
	padding: 12px 20px;
	margin: 0 !important;
	border-radius: 0 !important;
    color: #333;
}
#form-currency .dropdown-menu li button:hover, #form-currency .dropdown-menu li button:focus, #top-links .dropdown-menu li a:hover, #top-links .dropdown-menu li a:focus {
	background: #93723a;
	color: #fff !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: none;
}
.nav .dropdown-menu .dropdown-inner ul li a, .nav .dropdown-menu .see-all {
	padding: 10px 20px;
	text-transform:inherit;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	color: #333;
    white-space:nowrap;
}
.nav .dropdown-menu .see-all {
    font-size: 12px;
    border-top: 1px solid #f9efe0;
    color: #bf9650;
}
.nav .dropdown-menu .dropdown-inner ul li a:hover, .nav .dropdown-menu .dropdown-inner ul li a:focus, .nav .dropdown-menu .see-all:hover, .nav .dropdown-menu .see-all:focus {
	background: #93723a;
	color: #fff;
	text-decoration: none;
}
.dropdown-inner .list-unstyled {
	margin-bottom: 0;
}

#cart {
	background: none;
	border-radius: 7px;
	margin: 5px 0 0;
}
#cart button {
	background: none;
	border-radius: 0;
	color: #bf9650;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	padding: 10px 0;
	position: relative;
	border: none;
}
#cart button:hover, #cart button:focus {
	box-shadow: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.btn-info {
  color: #fff;
  background-color: #bf9650;
  border-color: #bf9650;
}
.btn-info:hover {
  color: #fff;
  background-color: #93723a;
  border-color: #93723a;
}
#cart .fa-shopping-cart {
	display: none;
}
#cart > button > #cart-total {
	display: inline-block;
	position: relative;
}
#cart > button > #cart-total:before {
	content: "";
	background: url(cart.svg) no-repeat 0 0 / 100%;
	width: 35px;
	height: 38px;
	display: block;
	position: absolute;
	left: -45px;
	top: -10px;
}
#cart > button:hover > #cart-total:before {
	background: url(cart2.svg) no-repeat 0 0 / 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}
#cart .table {
	font-size: 13px;
}
#cart .table a {
	color: #bf9650;
}
#cart .dropdown-menu {
	min-width: 100%;
	padding: 10px;
}
@media (min-width: 1200px) {
#cart .dropdown-menu {
	min-width: 285.5%;
}
}
@media (min-width: 768px) {
#cart .dropdown-menu {
	min-width: 285.5%;
}

}
@media (min-width: 478px) {
	#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .table .btn-danger, #cart .table .btn-danger:hover, #cart .table .btn-danger:focus {
	border: none;
	box-shadow: none;
	padding: 0;
	color: #93723a;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px #CCC solid;;
}
.table-bordered > tbody > tr > td:nth-child(1) {
    
}
#cart div p a {
	background: #bf9650;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
#cart div p a:hover, #cart div p a:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
	background: #bf9650;
}

.swiper-viewport {
	box-shadow: none !important;
	margin-bottom: 100px !important;
}
.swiper-button-prev:before {
	content: "" !important;
	background: url(prev.svg) no-repeat 0 0 / 100%;
	width: 30px !important;
	height: 57px !important;
	display: block;
}
.swiper-button-next:before {
	content: "" !important;
	background: url(next.svg) no-repeat 0 0 / 100%;
	width: 30px !important;
	height: 57px !important;
	display: block;
}
.swiper-pagination-bullet {
	background: #93723a !important;
	box-shadow: none !important;
	width: 13px !important;
	height: 13px !important;
}
.swiper-pagination-bullet-active {
	background: #bf9650 !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 5px -2px 5px !important;
}
#common-home #content {
	padding: 0;
}
#common-home #content h2, #common-home #content h3 {
	font-size: 28px;
	
	margin-bottom: 10px;
	font-weight: 400;
    margin-top: 40px;
}
#common-home #content h3 {
	margin-bottom: 10px;
}
#content > h3 {
	display: block;
}

.product-thumb {
	transition: 0.5s all ease-in-out;
	padding: 10px 0px 0px 0;
	border-radius: 0;
	margin-bottom: 40px;
	text-align: center;
	border: none;
	background: #fff;
}
.product-thumb .caption h4 {
	max-width: 100%;
}
.caption {min-height: 165px;}
.product-thumb img {
	display: inline-block;
}
.product-thumb h4 {
	font-size: 17px;
	font-weight: 500;
	color: #bf9650;
    min-height: 53px;
}
.product-thumb h4 + p {
	display: block;
    color: #333;
    font-weight: 400;
}
.product-thumb h4 a {
	color: #bf9650;
}
.product-thumb h4 a:hover, .product-thumb h4 a:focus {
	text-decoration: none;
	color: #93723a;
}
.product-thumb p {
	font-weight: 300;
	font-size: 13px;
	color: #bf9650;
}
.price .price-tax {
	display: block;
    font-size: 14px;
  font-weight: normal;
}
.price {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #333 !important;
}
.price-new {
	color: #93723a;
}
.price-old {
	color: #7c7c7c;
	text-decoration: line-through;
	font-weight: 200;
  font-size: 14px;
}
.product-thumb .button-group {
	display: inline-block;
}
.btn-primary, .product-thumb .button-group button:nth-child(1), .big-hero .btn, #checkout-cart .table .btn-primary, #checkout-cart .buttons .btn-primary, .cat-box h2 + a {
	background: #bf9650;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: none;
	margin: 0 7px 7px 0;
	font-weight: 700;
	transition: 0.3s all ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .product-thumb .button-group button:nth-child(1):hover, .product-thumb .button-group button:nth-child(1):focus, .product-thumb .button-group button:nth-child(2):hover, .product-thumb .button-group button:nth-child(2):focus, .big-hero .btn:hover, .big-hero .btn:focus, #checkout-cart .buttons .btn-primary:hover, #checkout-cart .buttons .btn-primary:focus, .cat-box h2 + a:hover, .cat-box h2 + a:focus {
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
	background: #93723a;
	color: #fff;
}
#button-coupon, #button-voucher {
	padding: 14px 20px;
	border-radius: 0 5px 5px 0;
}
.btn-default {
	background: #bf9650;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: #bf9650 solid 2px;
	font-weight: 700;
	transition: 0.3s all ease-in-out;
}
.btn-default:hover, .btn-default:focus {
	background: #93723a;
	color: #fff;
	border: #93723a solid 2px;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
}
.btn-danger {
    margin: 0 7px 7px 0;
    border-radius: 5px;
}
.btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
}
.product-thumb button {
	float: left;
}
.product-thumb .button-group button:nth-child(2), .btn-group button:nth-child(1) {
	color: #93723a;
	padding: 7px 10px;
	border-radius: 5px !important;
	border: #becbd9 solid 1px;
	background: none;
	display: inline-block;
	float: left;
}
.btn-group button:nth-child(2) {
	display: none;
}
.product-thumb .button-group button:nth-child(2):hover, .product-thumb .button-group button:nth-child(2):focus, .btn-group button:nth-child(1):hover, .btn-group button:nth-child(1):focus {
	color: #fff;
	background: #93723a;
	border-color: #93723a;
}
#checkout-cart .table .btn-danger {
	color: #fff;
	background: #93723a;
	border-radius: 5px;
	border: none;
	padding: 8px 15px 7px 15px;
}
.product-thumb .button-group button:nth-child(2) .fa {
	vertical-align: middle;
}
.product-thumb .button-group button:nth-child(3) {
	display: none;
}
#carousel0 {
	margin: 0;
}
#carousel0 img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	display: inline-block;
}

footer {
	padding: 80px 0;
	background: #333;
	border-bottom: #93723a solid 3px;
}
footer .col-sm-3 {
	margin-bottom: 40px;
}
footer h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #bf9650;
	margin-bottom: 20px;
}
footer ul li a {
	line-height: 2;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	transition: 0.5s all ease-in-out;
}
footer ul li a:hover, footer ul li a:focus {
	color: #bf9650;
	text-decoration: none;
}
footer hr {
	border-top: #bf9650 dotted 1px;
}
footer p {
	font-weight: 500;
	font-size: 10px;
	color: #ccc;
	text-transform: uppercase;
}
footer p a {
	color: #93723a;
}
footer p a:hover, footer p a:focus {
	text-decoration: none;
}
.categories {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}

#common-home {
	width: 100%;
	padding: 0 20px 40px 20px;
}
#common-home > .row {
	margin: 0;
}
#content > .row {
	padding: 10px 0 10px 0;
	margin: -6px 0 0;
}
#content > div + div h2 {
	display: block;
}
.breadcrumb {
	margin: 20px 0;
	padding: 0;
	background: none;
}
.breadcrumb li a {
	font-size: 12px;
	color: #bf9650;
}
.breadcrumb > li + li::before {
	font-size: 10px;
	color: #ced4dc;
}
.list-group {
	background: #bf9650;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}
.list-group-item:last-child {
	border: none;
}
.list-group-item {
	border: none;
	border-bottom: none;
	color: #333;
	background: #f5f5f5;
	padding: 15px 20px;
}
a.list-group-item, button.list-group-item {
	color: #333;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #333;
	background-color: #f2e7d4;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	background: #f2e7d4;
	color: #333;
}
#column-left {
	padding: 0 0px 0 0;
}
#product-category #content > .row:nth-child(3) ul, #product-category #content > .row:nth-child(5) ul {
	padding: 0;
	list-style: none;
}
#product-category #content > .row:nth-child(3) ul li a, #product-category #content > .row:nth-child(5) ul li a {
	background-color: #bf9650;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	min-width: 150px;
	margin-bottom: 5px;
    border-radius: 5px;
    
}
#product-category #content > .row:nth-child(3) ul li a:hover, #product-category #content > .row:nth-child(3) ul li a:focus, #product-category #content > .row:nth-child(5) ul li a:hover, #product-category #content > .row:nth-child(5) ul li a:focus {
	background-color: #93723a;
	text-decoration: none;
    transform: translateY(-2px);
    box-shadow:rgba(0, 0, 0, 0.1) 0 5px 10px
}
#product-category #content > .row:nth-last-child(3) {
	border-bottom: #dee3ea solid 1px;
}
#product-category #content > .row:nth-last-child(3) #list-view, #product-category #content > .row:nth-last-child(3) #grid-view {
	background: none;
	border: none;
	font-size: 18px;
}
#list-view, #grid-view {
	display: none !important;
}
#product-category #content > .row:nth-last-child(3) #list-view.active, #product-category #content > .row:nth-last-child(3) #grid-view.active {
	box-shadow: none;
	color: #93723a;
}
#compare-total {
	text-transform: uppercase;
	font-size: 12px;
	color: #93723a;
	font-weight: 600;
	display: none;
}
label.input-group-addon {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: auto;
}
#input-sort, #input-limit {
	border: #dee3ea solid 2px;
	box-shadow: none;
}
#product-category #content > .row:nth-last-child(1) {
	border-top: #dee3ea solid 1px;
	margin-bottom: 50px;
	padding: 20px 0 0;
}
#product-category #content > h2 {
	padding-left: 15px;
}
.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.thumbnail {
	border: none;
}
.image-additional {
	display: inline-block;
	margin: 0;
}
.nav-tabs {
	border: none;
}
.nav-tabs li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	border-radius: 30px;
	border: none;
	margin: 0 5px 5px 0;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
	background: #f0f2f5;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	color: #93723a;
	background: #f0f2f5;
}
.tab-pane {
	padding: 40px 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
}
#button-cart {
	margin-bottom: 20px;
}
.list-unstyled {
	font-size: 13px;
	margin-bottom: 40px;
	font-weight: 400;
}
.list-unstyled li {
	line-height: 1.5;
}
.list-unstyled li a {
	color: #333;
}
.list-unstyled li h2 {
	color: #333;
}
footer .list-unstyled li a {
	color: #fff;
}
.fa-stack-1x {
	font-size: 22px;
}
.form-horizontal .control-label {
	margin: 0 0 10px 0;
}
#form-review h2 {
	margin: 30px 0 20px 0;
}
.form-control {
	height: auto;
	padding: 5px 15px;
	border-radius: 8px;
	border: #d6dde1 solid 2px;
	box-shadow: none;
	transition: 0.1s all ease-in-out;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: rgba(4, 13, 27, 0.1) 0 5px 20px;
	transform: scale(1.007);
}
.rating {
	margin-bottom: 50px;
}
.date span button, .time span button, .datetime span button {
	border: #d6dde1 solid 2px;
	border-left-width: 1px;
	padding: 10px 15px;
}
#checkout-cart h1 {
	margin-bottom: 40px;
}
#checkout-cart .table thead tr td {
	background: #f5f2eb;
	font-size: 12px;
	text-transform: uppercase;
}
#checkout-cart .table thead tr td:first-child {
	border-radius: 5px 0 0 5px;
}
#checkout-cart .table thead tr td:last-child {
	border-radius: 0 5px 5px 0;
}
#checkout-cart .table .form-control {
	border-radius: 8px !important;
}
#checkout-cart .table .btn-primary, #checkout-cart .table .btn-danger {
	margin: 0 5px;
}
#checkout-cart .table .btn-primary {
	margin-left: 8px;
}
#checkout-cart #content, #product-search #content, #product-manufacturer #content, #information-information #content, #information-contact #content, #information-sitemap #content, #account-voucher #content {
	padding-bottom: 80px;
}
#product-manufacturer #content a {
	color: #005ad7;
	font-size: 16px;
}
.panel-group .panel {
	border-radius: 10px;
	margin-bottom: 10px;
}
.panel-heading {
	padding: 15px 20px;
	border-radius: 10px;
}
.panel-default {
	border: none;
	border-radius: 10px;
}
.panel-default > .panel-heading {
	border: none;
}
.accordion-toggle:hover, .accordion-toggle:focus {
	text-decoration: none;
	color: #bf9650;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.panel {
	box-shadow: none;
}
#checkout-cart #content > .row {
	padding: 0;
	margin: 0 -15px 0 -15px;
}
#error-not-found #content, #checkout-checkout, #account-account, #account-edit, #account-password, #account-address, #account-wishlist, #account-order, #account-download, #account-recurring, #account-reward, #account-return, #account-transaction, #account-newsletter, #common-success, #account-login, #account-register {
	padding-bottom: 80px;
}
#input-password, #collapse-payment-method textarea {
	margin-bottom: 15px;
}
#input-password + a, a.agree, #checkout-cart .table a {
	color: #93723a;
}
.radio, #payment-existing {
	margin-bottom: 15px !important;
}
#column-right .list-group {
	background: none;
	border-radius: 20px;
	border: #e5e5e5 solid 3px;
	padding: 14px 0;
}
#column-right .list-group .list-group-item {
	background: none;
	color: #93723a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
#column-right .list-group .list-group-item:hover, #column-right .list-group .list-group-item:focus {
	background: #f5f5f5;
	color: #333;
}
#account-login #content > .row {
	padding: 5px 0 0;
}
.well {
	background: none;
	border-radius: 20px;
	border: #e5e5e5 solid 3px;
	padding: 20px;
	box-shadow: none;
}
#account-account #content .list-unstyled li {
	line-height: 1.8;
}
#account-account #content .list-unstyled li a {
	position: relative;
	padding-left: 10px;
	color: #93723a;
	font-size: 15px;
	font-weight: 400;
}
#account-account #content .list-unstyled li a:hover, #account-account #content .list-unstyled li a:focus {
	color: #333;
	text-decoration: none;
}
#account-account #content .list-unstyled li a:before {
	background: url(arrow-right.svg) no-repeat 0 0 / 100%;
	width: 12px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	content: "";
	transition: 0.3s all ease-in-out;
}
#account-account #content .list-unstyled li a:hover:before {
	transform: translateX(5px);
}
#account-register #content .form-horizontal .buttons .btn.btn-primary {
	margin-top: 4px;
}
.category-bar {
	margin: 0;
	max-width: 100%;
	text-align: center;
}
.category-bar a {
	display: inline-block;
}
.category-bar h2 {
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 30px 0 20px 0;
	color: #fff;
}
.category-bar h2 a {
	color: #fff;
}
.category-bar h2 a:hover, .category-bar h2 a:focus {
	color: #fff;
	text-decoration: none;
}
.cat-box {
	width: 33.33%;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: 480px;
}
.cat-box img {
	width: 100%;
	height: auto;
	transition: 0.5s all ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cat-box a:hover img {
	transform: scale(1.1);
}
.cat-box h2 {
	display: inherit !important;
}
.cat-box h2, .cat-box h2 + a {
	position: relative;
	z-index: 2;
}

#button-search {
	margin-top: 10px;
}
.checkbox-inline {
	margin: 13px 0 0;
}
#input-search, #list-view {
	margin-left: -15px;
}
#product-search > .row > #content > .row, #product-manufacturer > .row > #content > .row {
	padding-top: 15px;
}
#product-category #content > hr + .row {
	padding-top: 10px;
}

@media (max-width: 1199px) {
	#menu {
		width: 970px;
	}
	.cat-box {
		min-height: 388px;
	}
}
@media (max-width: 991px) {
	#search {
		padding-right: 20px;
	}
	#menu {
		width: 750px;
	}
	#carousel0 {
		margin: 0 60px;
	}
	.big-hero-txt {
		top: 0;
		padding: 40px 0 0;
	}
	.cat-box {
		min-height: 310px;
	}
}
@media (max-width: 767px) {
	#logo {
		text-align: center;
		margin-bottom: 20px;
	}
	#search {
		margin-bottom: 25px;
		padding: 0;
	}
	#cart {
		margin-bottom: 10px;
	}
	#cart button {
		text-align: center;
	}
	#cart .dropdown-menu.pull-right {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#menu {
		width: 100%;
	}
	span#category {
		float: left;
		color: #333;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 20px;
	}
	.navbar-toggle {
		font-size: 32px;
		color: #333;
		margin: 0;
		padding: 7px 15px 0;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		color: #333;
	}
	.navbar-collapse {
		border: none;
		box-shadow: none;
		background: #bf9650;
		overflow-x: hidden;
		border-radius: 0 0 10px 10px;
		padding: unset;
	}
	.navbar-nav {
		margin: 10px 0;
	}
	.navbar-nav > li > a {
		padding: 12px 20px;
        color: #fff;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.product-thumb {
		text-align: center;
		border: none;
	}
	.product-thumb img {
		display: inline-block;
	}
	#slideshow0 .swiper-slide {
		padding: 0 0px;
	}
	.big-hero-txt {
		top: 10%;
		left: 40%;
	}
	.big-hero-txt h1 {
		font-size: 42px;
	}
	.big-hero {
		min-height: 380px;
	}
	#content > div + div {
		padding: 0;
	}
	.form-group {
		display: inline;
	}
	.form-group label {
		padding-left: 15px !important;
	}
	.cat-box {
		min-height: 240px;
	}
	#input-search {
		margin-bottom: 15px;
		margin-left: 0;
	}
	#product-search > .row > #content .row {
		margin-left: -15px;
	}
    footer {text-align: center;}
}
#slideshow0 .swiper-slide .img-responsive {
	width: 100%;
}
@media (max-width: 575px) {
	.swiper-button-prev:before, .swiper-button-next:before {
		width: 20px !important;
		height: 38px !important;
	}
	.cat-box {
		width: 100%;
	}
	.big-hero {
		min-height: 230px;
	}
	.big-hero-txt {
		top: 0;
		padding: 30px 0 0;
	}
	.big-hero-txt h1 {
		font-size: 30px;
	}
	.big-hero-txt h2 {
		font-size: 16px;
	}
	#content > div + div, #content > .row {
		width: 100%;
	}
	.cat-box {
		min-height: 400px;
	}
}
@media (max-width: 480px) {
	.big-hero {
		min-height: 200px;
	}
	.big-hero-txt {
		left: 40%;
		padding: 10px 0 0;
		width: 60%;
	}
	.big-hero-txt h1 {
		font-size: 24px;
	}
	.big-hero-txt h2 {
		font-size: 13px;
		letter-spacing: 3px;
	}
}
@media (max-width: 767px) {
	#column-left {
		display: none !important;
	}
	#column-right {
		display: block !important;
	}
}
.img-thumbnail {
    border-radius:0;
    border:none;
    margin-bottom:10px;
    padding: 0;
}
#tab-description img {
    width: 100% !important;
    height: auto;
}