body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #bfa665;
}
a:hover {
    color: #bfa665;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
    text-shadow: none;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.container {
    padding: 0;
}
.container.full {
    width: 100%;
}
.container.full #column-right {
    width: 100%;
    padding: 0;
}
.container.full .swiper-slide {
    width: 100% !important;
    padding: 0;
}
.container.full .row {
    margin: 0 !important;
}
.swiper-pager {
    display: none !important;
}
.row.last-post {
    margin-top: 23px;
}
.last-post .product-thumb {
    text-align: left;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
	padding-top: 15px;
}
.last-post .name a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    min-height: 62px;
    overflow: auto;
    max-height: 62px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #bfa665 !important;
	outline: none !important;
}

/* top */
.language {
    margin-bottom: 0;
}
.language li {
    list-style-type: none;
    display: inline-block;
}
.language li button {
    text-align: center !important;
    margin-left: 0 !important;
    padding: 0 6px !important;
	text-transform: uppercase;
}
#top {
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
    min-height: 31px;
    font-size: 12px;
    line-height: 11px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover,
#top #form-language .language-select.selected{
	text-shadow: none;
	color: #ffffff;
	background-color: #bfa665;
	background-image: linear-gradient(to bottom, #bfa665, #bfa665);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top-links ul.list-inline {
	margin-bottom: 0;
}
#top-email ul.list-inline {
	float: left !important;
}
#top-email .pull-left button {
    padding: 0;
    margin-top: -7px;
    margin-left: 20px;
}
#top-email ul.dropdown-menu {
    right: 0 !important;
    left: auto;
    padding-top: 4px;
    margin-top: 0;
    padding-bottom: 0;
}
#top-email ul.dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 4px;
}
ul.dropdown-menu button {
    width: 88%;
    margin-left: 10px !important;
}
#top .btn-link:hover, #top-links a:hover {
	color: #bfa665;
}
#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-email, #top-links {
	padding-top: 6px;
    line-height: 7px;
}
#top-links a + a {
	margin-left: 15px;
}
.top_email {
    color: #888;
}
/* logo */
#logo {
    margin-top: -11px !important;
    max-width: 370px;
    margin: 0 auto;
}
/* search */
#search {
    margin-bottom: 10px;
    width: 52%;
    float: left;
    z-index: 1 !important;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	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%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu .not.text-center {
    min-width: 105px !important;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
button.btn-arror {
    background: none;
    border: none;
    width: 0;
    padding: 0;
    left: 0;
    position: absolute;
}
button.btn-arror.first {
    bottom: 16px;
}
button.btn-arror.last {
    bottom: 0;
}
.simplecheckout-cart td.name {
    text-align: center;
    font-size: 13px !important;
}
.simplecheckout-cart td.total, th.total {
    display: none !important;
}
.simplecheckout-cart label.control-label.col-sm-4 {
    width: 95px;
}
#simplecheckout_comment .checkout-heading.panel-heading {
	display: none;
}
a.button.btn-primary.button_oc.btn {
	line-height:30px
}
button.btn-primary.compare {
    background-color: #ddd;
    color: #444;
    margin-left: 20px;
    font-size: 15px;
}
button.btn-primary.compare:hover {
    color: #ffffff;
    background-color: #bfa665;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    margin-top: 20px;
    margin-bottom: 0;
	min-height: 40px;
	border: 0;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-align: center;
}
#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: 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: #ffffff;
	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: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
    background-color: #bfa665;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
	/*border-color: #bba875 #d8bf7d #bfa665;*/
	border: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
#menu .navbar-nav {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 1400px;
    max-width: 100%;
}
#menu .navbar-nav>li {
    background-color: rgb(53,53,53);
    text-transform: uppercase;
    font-weight: bold;
    flex-basis: auto;
    flex-grow: 1;
}
#menu .navbar-collapse.collapse {
    padding: 0;
	display: none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.swiper-viewport {
		z-index: 0 !important;
	}
	#cart .dropdown-menu {
		min-width: 100%;
		width: 295px;
		position: absolute;
		left: -250px;
	}
	.container {
		padding: 0 10px;
		width: 90%;
	}
	div#product-product {
		width: 100% !important;
	}
	.form-group.required {
		margin: 0 !important;
	}
	#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;
	}
	.product-thumb h4 {
		text-align: center;
	}
	.product-layout.product-list {
		width: 100%;
	}
	.input-group .form-control {
		z-index: 0;
	}
	h1 {
		font-size: 27px;
	}
	.row label.input-group-addon {
		display: none;
	}
	#logo {
		margin-bottom: 25px;
	}
}
/* content */
#content {
	min-height: 200px;
}
/* footer */
footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #303030;
    border-top: 2px solid #bfa665;
    color: #e2e2e2;
    padding-bottom: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background-color: transparent;
	margin: 20px 0 20px 0;
	padding: 3px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 12px;
	height: 12px;
	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);
}
.breadcrumb .not, .notvis {
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.pagination {
	margin: 0;
}
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #bfa665 !important;
    border-color: #bfa665 !important;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #bfa665;
    border-color: #bfa665;
    color: #fff;
}
/* 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-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #bfa665;/*#229ac8;*/
    background-repeat: repeat-x;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 150px;
    height: 34px;
}

button.btn-arrow.btn-number {
    background: #eee;
    border: none !important;
    height: 17px;
}
button.btn-arrow.btn-number:focus {
    outline: none;
}
span.glyphicon.fa {
    color: #999;
    font-size: 12px;
}
span.input-group-btn {
    position: absolute;
    right: 3px;
    z-index: 2;
/*    top: 8px;*/
}
.fa-times-circle:before {
    content: "\f00d" !important;
}
.input-group-btn:last-child>.btn {
    margin-left: 4px !important;
}
.simplecheckout-cart th.name {
    width: 48% !important;
}
.simplecheckout-cart td.price {
    color: #666 !important;
}
.simplecheckout #total_sub_total {
    display: none;
}
a#simplecheckout_button_confirm {
    line-height: 30px;
}
#product .input-group {
    width: 60px;
}
#product span.input-group-btn {
    position: absolute;
    right: 18px !important; 
    z-index: 2;
    top: auto !important;
}
.price {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.price-old {
	text-decoration: line-through;
	font-size: 16px;
	color: #d2d2d2;
}
.price.spec {
    color: #f84147;
    font-size: 36px;
}
.block_in_price {
    margin-bottom: 20px;
}
#simplecheckout_cart .form-control {
    min-width: 50px;
    width: 50px !important;
}
span.input-group-btn.down {
    bottom: -4px;
}
.features input#category, .product-list input#category{
    min-width: 20px !important;
    width: 50px;
    margin-left: 20px;
}
#product .form-group {
    padding-bottom: 0 !important;
}
#product .form-group.required {
    margin-bottom: 25px !important;
}
#product .form-group select {
    width: 50%;
    margin-left: 0px;
	border: 0;
	box-shadow: none;
	background-color: #f6f6f6;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ddd;	
	color: #444;
	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;
	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: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 50px;
	overflow: auto;
    text-align: center;
    width: 97%;
    margin-left: 5px;
}
.product-thumb:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.product-thumb .image {
    text-align: center;
    position: relative;
    padding: 0;
}
.product-thumb .rating {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.last-post .more a {
    color: #494949;
    font-weight: bold;
    margin: 10px 0;
    float: left;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	min-height: 70px !important;
}
/*.prod-block {
    display: flex;
}*/
.prod-block button.btn.btn-block {
    margin: 0 auto;
    width: 100%;
}
.tel-head a {
    color: #000 !important;
}
.buttons .btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #bfa665;
    background-repeat: repeat-x;
    padding: 0;
    width: 150px;
    line-height: 32px;
    border-color: #fff;
	border-radius: 4px;
}
.buttons .btn-primary:hover {
    background-image: linear-gradient(to bottom, #ddd, #ddd);
    background-color: #ddd;
    color:#444;
}
.btn-primary:focus, .btn-primary:active:hover, .btn.btn-primary.btn-lg.btn-block.disabled{
    color: #000 !important;
    background-color: #ddd !important;
    outline: none !important;
}
.swiper-slide img.img-responsive {
    margin: 0 auto;
    width: 100%;
}
#checkout-cart input.form-control {
    padding: 0 5px;
    text-align: center;
}
.swiper-viewport.slideshow .swiper-pagination {
    bottom: 30px;
}
.swiper-viewport.carousel .swiper-pagination {
    bottom: 0;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	min-height: 50px;
	font-weight: bold;
}
.product-thumb h4 a {
    color: #000;
}
.product-thumb h4 a:hover {
    color: #bfa665;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
/*.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) {
.tel-head-under {
	text-align: center;
	margin-bottom: 25px;
}
#top-links li {
	padding: 0 4px;
    font-size: 11px;
}
#menu .btn-navbar {
    position: fixed;
    top: 0;
    margin: 2px;
    left: 6px;
	padding-top: 6px;
    padding-bottom: 6px;
}
#menu .navbar-collapse {
	top: 43px !important;
	left: -15px !important;
	width: 100% !important;
}
#menu .navbar-collapse.collapse.in {
    width: 80% !important;
    position: fixed;
    z-index: 1;
    display: block;
    top: 43px !important;
    left: 0 !important;
    overflow: hidden;
}
#menu .navbar-nav>li {
    padding-left: 10px;
}
#menu .navbar-nav {
    display: table !important;
    margin: 0;
}
#menu #category {
    display: none !important;
}
#menu {
    min-height: 0 !important;
    margin: 0 !important;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 0;
    width: 84%;
    z-index: 1;
    font-size: 13px;
}
.simplecheckout label {
    width: 120px !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}

.simplecheckout  .row-customer_field21 .checkbox {
    margin-left: 20px;
}

.simplecheckout .radio label {
    width: 100% !important;
    margin-left: 10px;
}
.simplecheckout  td.quantity span.input-group-btn {
    right: 35px;
    top: 0;
}
.product-layout.product-list.col-xs-12 {
    padding: 0;
}
#product {
    margin: 30px 0 !important;
}
.tel-head {
    text-align: center;
    margin-bottom: 10px;
}
.col-sm-12.related .col-xs-6.col-sm-3{
    width: 100%;
}
#product-product .col-sm-12 {
    padding: 0;
    float: left;
    width: 100%;
}
span.input-group-btn {
    z-index: 0;
}
.col-sm-12.features {
	margin-top: 35px;
}
.features .col-xs-6 {
    width: 100%;
}
.features .button-group button {
	width: 100% !important;
    padding: 0 20px;
}

.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
td.quantity button.btn-arror{
	display: block !important;
}
.swiper-viewport.carousel .swiper-pagination {
    bottom: -22px !important;
}
.swiper-viewport.slideshow .swiper-pagination {
    bottom: 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;
}
.row.features {
    /*margin-bottom: 60px;*/
    float: left;
    width: 100%;
}
.product-thumb .price {
    color: #737373;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
}
.product-thumb .rating-block {
    margin-bottom: 30px;
}
.rating-block .fa, .pre-intro .rating-block .fa {
    font-size: 16px;
    width: 14px;
}
.pre-intro .rating-block a.text {
    margin-left: 15px;
}
.product-thumb .price-new {
    color: #f84147;
    font-size: 23px;
    line-height: 15px;
}
.product-thumb .price-old {
/*	color: #999;
	text-decoration: line-through;
*/	margin-left: 10px;
	line-height: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.button-group.date div {
    width: 50%;
    display: unset;
    color: #bbb;
    font-size: 12px;
    margin: 0 5%;
    margin-left: 0;
}
.button-group.date {
    border-bottom: 1px solid #bfa665;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
	.product-list button.btn-primary.btn-lg.btn-block {
		width: 100% !important;
		padding: 0 20px;
		margin-left: 10px;
	}
}
#product-product h1{
    margin-top: 0;
}
#product-product #content h2 {
    color: #000;
    margin-bottom: 25px;
}
.thumbnail {
    border: none !important;
}
.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;
}
.input-group-addon {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0 !important;
    color: #8f8f8f;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 14px;
    z-index: 3;
}
/*.form-control {
    height: 25px !important;
}*/
div#quantity_wanted_p {
    width: 6rem;
    margin-right: 5px;
}
.sht {
    display: inline;
    float: left;
    margin-right: .5rem;
    padding-top: 9px;
    font-size: 15px;
}
.input-group-addon:last-child {
    bottom: 1px;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
}
.form-group.required {
    display: block;
}
.form-group select {
    margin: 0;
}
label.control-label {
    text-transform: uppercase;
}
.simplecheckout-block-content .form-group .col-sm-12 {
	padding: 0 20px !important;
}
#simplecheckout_comment textarea {
    min-height: 68px !important;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
	#content .col-sm-12 {
		padding: 2px;
	}

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

div#top-links {
    float: left !important;
	margin-left: 14px;
}
div#cart, div#compare {
    float: right;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    margin-right: 12px;
}
#cart i.fa.fa-shopping-cart {
    font-size: 20px;
    position: absolute;
    display: contents;
    line-height: 23px;
}
#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle, #compare button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: none;
    color: #000000;
    border: none;
}
#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle, #compare button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: none;
    color: #888;
    border: none;
    padding: 0;
    font-size: 13px;
    box-shadow: none;
    width: 40px;
    height: 40px;
}
#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle span#cart-total {
    /*display: none;*/
}
svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.social-footer i.fa:before {
    padding-right: 8px;
    margin-top: 3px;
    float: left;
    font-size: 20px;
}
footer .social-footer li.name {
    font-size: 16px;
	margin-bottom: 10px;
}
footer .social-footer li.tel {
    font-size: 17px;
    margin-top: 8px;
    line-height: 25px;
}
footer .social-footer em.fa.fa-phone {
    padding-right: 7px;
    font-size: 23px;
}
footer .social-footer .name-shop {
    padding-left: 6px;
    font-weight: bold;
}
footer a {
    color: #ccc;
    display: inline-flex;
}
.fa-viber:before {
    width: 16px;
    content: " ";
    background-image: url(/image/viber.png);
    background-size: contain;
    height: 16px;
    padding-right: 10px;
    margin-right: 5px;
}
.fa-viber1:before {
    width: 23px;
    content: " ";
    background-image: url(/image/viber1.png);
    background-size: contain;
    height: 25px;
    padding-right: 10px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
footer ul.list-unstyled.page {
    line-height: 23px;
}
.footer-copy {
    margin-bottom: 20px;
    padding-left: 10px;
}
footer .list-unstyled.social-footer {
    text-align: center;
    margin-top: 14px;
}
footer .social-footer li {
    margin-right: 10px;
    display: inline-block;
    margin-left: 10px;
}
footer .menu .title-block {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
span.cart-count {
    position: absolute;
    top: 0;
    right: -11px;
    background: #ff5f53cc;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    font-size: 11px;
    color: #fff;
}
#search .input-group-btn {
    top: 0;
}
.tel-head {
    font-size: 23px;
    margin-bottom: 2px;
    margin-left: 18px;
}
.tel-head-under {
    margin-left: 18px;
}
.full-text .smart-content{
    max-height: inherit;
    overflow: inherit;
}
.full-text .nav-more i:before{
    content: "\f0d8";
}
.smart-content{
    max-height: 95px;
    overflow: hidden;
}
.small-text .smart-content:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: -o-linear-gradient(top,hsla(0,0%,100%,0),#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    content: "";
	bottom: 30px;
}
.nav-more{
	color: #444;
    font-size: 13px;
    text-align: center;
    margin: 15px 0 5px 0;
    cursor: pointer;
    font-weight: bold;
}
.nav-more:hover{
	color: #bfa665;
}
.nav-more .fa{
    background: #979fa2;
    color: #fff;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
table.table.table-bordered.table-total tr:nth-child(1) {
    display: none;
}
button.btn.btn-danger {
    background: transparent !important;
    border: none !important;
    color: #888 !important;
    padding: 4px 3px !important;
	box-shadow: none !important;
}
button.btn.btn-danger:hover {
background-color: transparent !important;
    color: #ccc !important;
}
#checkout-cart span.input-group-btn {
    top: 0;
}
#checkout-cart .input-group.btn-block {
    max-width: 29px !important;
}
.prod-block.not-col {
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #ff0000;
}
#checkout-cart .btn-block .btn {
    padding: 7.5px 5px !important;
}
#checkout-cart .input-group .form-control[name^=quantity] {
    min-width: 30px;
}

.latest h1 {
    text-align: center;
	margin-bottom: 30px;
}
.latest .list-group {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.latest .list-group-item {
    display: inline;
    border: none;
    color: #000;
    font-size: 15px;
}
.latest a.list-group-item:hover, .latest .list-group a.active {
    color: #bfa665 !important;
    text-decoration: underline !important;
    text-shadow: none !important;
    background: none !important;
    border: none !important;
}
.latest .last-post .more a {
    margin-bottom: 15px;
}
#information-contact legend {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
#information-contact p {
    padding-top: 10px;
}
#information-contact legend i {
    color: #bfa665;
}
#information-contact hr {
    border-color: #bfa665;
}
#information-contact ul.list-unstyled {
    display: inline;
}
#information-contact ul.list-unstyled li {
    display: inline;
    padding: 0 10px;
}
#information-contact ul.list-unstyled li .fa {
    font-size: 25px;
    color: #444;
}
#information-contact input.btn.btn-primary {
    background-color: #bfa665 !important;
    background-image: none;
    border-radius: 0;
    font-size: 13px;
}
.swiper-viewport {
    box-shadow: none !important;
    border: 0 !important;
}
.table-about, .table-del {
    border-spacing: 25px 24px;
    border-collapse: separate;
    width: 100%;
	margin-bottom: 0;
}
#information-information-about #content td {
    text-align: left;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding: 20px;
    margin: 10px;
    width: 46%;
	border-top: 0;
}
#information-information-del #content td {
    text-align: left;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding: 20px;
    margin: 10px;
    width: 34%;
	display: table-cell;
}
#information-information-del #content td.zakazi {
	box-shadow: none !important;
    padding: 0 !important;
}
#information-information-del .class-44 ul {
	list-style: none;
}
#information-information-del .class-44 ul li::before {
  content: "\2022";
  color: #bfa665;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#information-information-about #content h1, #information-information-del #content h1 {
	text-align: center;
}
#information-contact h1 {
	text-align: center;
	margin-bottom: 40px;
    margin-top: 0;
}
.col-sm-12.map {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#information-information-about #content div h2, #information-information-del #content div h2 {
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #bfa665;
    padding-bottom: 35px;
    text-align: center;
}
div#information-information-del #content {
    display: table-row;
    border-spacing: 45px 0;
}
.last-post.single .col-lg-8 {
    padding: 0;
}
.last-post.single .more a {
    margin-bottom: 10px;
}
.class-45 {
	padding: 0 !important;
	box-shadow: none !important;
	position: relative;
}
.class-45 p.p-title {
    background: #bfa665;
    color: #fff;
    display: block;
    padding: 20px;
    position: absolute;
    top: 0;
}
.class-45 p.p-desc {
    margin: 20px 0;
    padding-left: 10px;
    position: absolute;
    top: 85px;
    border-left: double 3px #bfa665;
}
.class-46 {
    box-shadow: none !important;
    float: left;
    width: 100% !important;
	margin-top: 30px !important;
}
.class-46 a.btn.btn-primary.gold {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
	background-color: #bfa665;
    line-height: 34px;
    width: 30%;
	border: #bfa665 1px solid;
}
.class-46 a.btn.btn-primary.gold:hover {
	border: #bfa665 1px solid;
	color: #000;
	background: transparent;
}
.prod-block .button button {
    background: none !important;
    border: none !important;
    margin: 0 10px !important;
    padding: 5px 8px !important;
}
.prod-block .button .fa {
    font-size: 18px;
}
.prod-block .button button:hover {
    color: #bfa665;
}
img.img-responsive {
    margin: 0 auto;
}
.col-sm-6.not {
    margin: 0;
    padding: 3px;
}
.rating-block.not {
    height: 32px;
}
button.owl-next {
    right: 0;
    position: absolute;
    top: 100px;
}
button.owl-prev {
    left: 0;
    position: absolute;
    top: 100px;
}
.owl-nav button span {
    font-size: 50px;
}
div#tab-review {
    float: left;
    width: 100%;
}
.class-38 {
    height: 316px;
}
.class-40 {
    height: 456px;
}
.pre-intro .col-sm-6 {
    padding: 0;
}
footer.foot {
    margin: 0;
	border-top: 1px solid #717171;
    color: #717171;
    padding: 6px 0;
}
footer .col-sm-3.menu {
    padding: 0px 30px;
    width: 20%;
}
footer .col-sm-3.help {
    width: 15%;
}
footer.banners {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #bfa665;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
footer.banners img {
    width: 100px;
    background-color: #ffffff42;
    border-radius: 50%;
    margin: 10px 0;
}
footer li.tel {
    position: relative;
    margin-left: 0;
}
footer em.fa.fa-phone {
    position: absolute;
    top: 4px;
    left: 0;
}
footer div.tel {
    margin-left: 15px;
    float: left;
}
.form-control:focus {
    border-color: #bfa665;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #bfa665;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #bfa665;
}
.row-customer_field21 label.control-label.col-sm-4 {
    text-transform: none;
    line-height: 15px;
    padding-left: 41px;
}
.latest-post {
    float: left;
    width: 100%;
}
.last-post {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#form-review .help-block {
    display: none;
}

.swiper-viewport {
    margin: 0 0 10px !important;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

*, *::before, *::after {
	box-sizing: border-box;
}

.honeycomb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	transform: translateY(34.375px);
    margin-bottom: 90px;
}

.honeycomb-cell {
	flex: 0 1 230px;
    max-width: 230px;
    height: 120px;
	margin: 65.47619px 15.5px 25px;
	position: relative;
	padding: 0.5em;
	text-align: center;
	z-index: 1;
}

.bottompart .honeycomb-cell {
    flex: 0 1 150px;
    max-width: 150px;
    height: 80px;
    margin: 35px 10px 13px 1px;
}
.bottompart .honeycomb-cell::after {
    display: none;
}
.bottompart .honeycomb-cell__title {
    display: none;
}

/*.bottompart .honeycomb-cell:nth-child(7n+7) {
	margin-left:4px;
}
.bottompart .honeycomb-cell:nth-child(7n+9), .bottompart .honeycomb-cell:nth-child(7n+7):nth-last-child(2) {
    margin-right: 0;
}*/
.honeycomb-cell__title {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	hyphens: auto;
	/*word-break: break-word;
	text-transform: uppercase;*/
	color: #fff;
	font-weight: 700;
	transition: opacity 350ms;
    font-size: 18px;
    line-height: 25px;
}

.honeycomb-cell__title > small {
	font-weight: 300;
	margin-top: 0.25em;
}

.honeycomb-cell__image {
	object-fit: cover;
	object-position: center;
}

.honeycomb-cell::before, .honeycomb-cell::after {
	content: '';
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	display: block;
	position: absolute;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	z-index: -1;
}

.honeycomb-cell::before {
    background: #efece6;
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #828282;
	opacity: 0.5;
	transition: opacity 350ms;
}

.honeycomb-cell:hover .honeycomb-cell__title {
	opacity: 0;
}

.honeycomb-cell:hover::before {
    background: #bfa665;
}

.honeycomb-cell:hover::after {
	opacity: 0;
}

.honeycomb__placeholder {
	display: none;
	opacity: 0;
	width: 250px;
	margin: 0 12.5px;
}
#error-not-found .text-right {
    font-size: 170px;
    color: #D7AF65;
    margin: 0;
    line-height: 170px;
}
#error-not-found .row.search-error-page {
    text-align: center;
    text-transform: none;
    font-size: 20px;
    line-height: 2.4;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 200px;
    margin-top: 25px;
}
#error-not-found .text-error-page {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1px;
    float: left;
}
.text-error-page-bank {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    background: #eee;
    padding: 20px;
}
header.fix {
    position: fixed;
    z-index: 1;
    top: 0;
    background: #fff;
    width: 100%;
    padding-top: 20px;
}
#common-success .text-right.ok {
	width: 125px;
	height: 125px;
	background-image: url(/image/check.png);
	float: right;
}
#common-success .text-error-page {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 1px;
	float: left;
}
#common-success .row.search-error-page {
    text-align: center;
    text-transform: none;
    font-size: 20px;
    line-height: 2.4;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 200px;
    margin-top: 25px;
}
.foot.menu #menu {
    margin: 0;
}
.foot.menu #menu .navbar-nav {
    display: block;
}
.foot.menu #menu .navbar-nav > li {
    background: transparent;
    text-transform: none;
    font-weight: normal;
	width: 100%;
}
.foot.menu #menu .nav > li > a {
    padding: 0;
    color: #ccc;
    line-height: 24px;
	text-align: left;
}
.foot.menu #menu .nav > li > a:hover {
    background: transparent;
    color: #fff;
}

@media (max-width: 550px) {
	.honeycomb-cell {
		margin: 81.25px 25px;
	}
}

@media (min-width: 550px) and (max-width: 825px) {
	.honeycomb-cell:nth-child(3n) {
		margin-right: calc(50% - 125px);
		margin-left: calc(50% - 125px);
	}

	.honeycomb__placeholder:nth-child(3n + 5) {
		display: block;
	}
}

@media (min-width: 825px) and (max-width: 1100px) {
	.honeycomb-cell:nth-child(5n + 4) {
		margin-left: calc(50% - 275px);
	}

	.honeycomb-cell:nth-child(5n + 5) {
		margin-right: calc(50% - 275px);
	}

	.honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n + 3) {
		display: block;
	}
	.bottompart .honeycomb-cell:nth-child(5n+5) {
		margin-right: 0;
	}
	.bottompart .honeycomb-cell:nth-child(5n + 4) {
		margin-left: 3px;
	}
}

@media (min-width: 1100px) {
	.honeycomb-cell:nth-child(7n + 5) {
		margin-left: calc(50% - 410px);
	}
	.bottompart .honeycomb-cell:nth-child(7n + 5) {
		margin-left: 0;
	}
	.bottompart .honeycomb-cell:nth-child(11n + 7) {
		margin-left: calc(50% - 410px);
	}
	.bottompart .honeycomb-cell:nth-child(18) {
		margin-right: 12px !important;
		margin-left: calc(50% - 410px) !important;
	}
	.honeycomb-cell:nth-child(7n+7):nth-last-child(2) {
		margin-right: 10px;
	}
	.honeycomb-cell:nth-child(7n + 7) {
		margin-right: calc(50% - 416px);
	}
	.bottompart .honeycomb-cell:nth-child(7n + 7), .honeycomb-cell:nth-child(7n + 5):nth-last-child(2), .bottompart .honeycomb-cell:nth-child(18) {
		margin-right: 10px;
	}
	.bottompart .honeycomb-cell:nth-child(11n + 11) {
		margin-right: calc(50% - 400px);
	}
	.bottompart .bottompart .honeycomb-cell:nth-child(7n+7) {
		margin-left: 0;
	}

	.honeycomb__placeholder:nth-child(7n + 7), .honeycomb__placeholder:nth-child(7n + 9), .honeycomb__placeholder:nth-child(7n + 11) {
		display: block;
	}
}



@media (min-width: 1080px){
	#menu .navbar-nav {
	    width: 100%;
	}
}

@media (max-width: 1080px) {
	#search {
		width: 35%;
	}
}

@media (max-width: 950px) {
#menu .nav > li > a {
    padding: 10px 7px;
    font-size: 11px;
	}
}

@media (max-width: 767px) {
	#menu .nav > li > a {
		text-align: left;
	}
	#menu .btn-navbar:focus, #menu .btn-navbar:active {
		outline: none;
	}
	iframe {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: auto;
	}
	footer em.fa.fa-phone {
		left: auto;
	}

}
	
@media (max-width: 710px) {
#information-information-del #content td {
		width: 95%;
		border-top: 0;
		display: block;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.class-45 p.p-title, .class-45 p.p-desc {
		position: relative;
		top: 0;
	}
	footer.foot {
		text-align: center;
	}
}
@media (min-width: 767px) and (max-width: 1038px){
	.tel-head-under {
		font-size: 11px;
		margin-left: 18px;
	}
	.tel-head {
		font-size: 19px;
		margin-bottom: 2px;
		margin-left: 18px;
	}
}
@media (max-width: 560px) {
	#information-information-about #content .table-about, #information-information-about #content .table-del {
		border-spacing: 0;
	}
	#information-information-about #content td {
		width: 95%;
		border-top: 0;
		display: block;
		margin-bottom: 20px;
		margin-top: 0;
	}
	div#top-links {
		float: right !important;
		margin-left: 0px !important;
		text-align: right !important;
		margin-right: 0 !important;
		padding-top: 2px;
	}
	#top .container {
		padding-right: 10px !important;
	}
	#top-links li {
		padding-bottom: 15px;
	}
	#top-links li:last-child {
		padding-bottom: 5px !important;
	}
	.class-38 {
		height: auto;
	}
	.class-40 {
		height: auto;
	}
	.col-xs-6.col-md-4 {
		width: 100%;
	}
	.simplecheckout td.quantity span.input-group-btn {
		position: relative;
		right: 0;
	}
	footer .col-sm-4 {
		margin-bottom: 17px;
		display: block;
		float: left;
	}
	footer.banners .col-sm-2 {
		float: left;
		width: 50%;
	}
	footer .col-sm-3.menu {
		padding: 0 15px;
		text-align: center;
		margin-bottom: 40px;
		width: 100%;
		float: left;
	}
	.foot.menu #menu {
		width: 100%;
		position: relative;
	}
	.foot.menu #menu .navbar-collapse.collapse {
		display: block;
		position: relative;
		width: 100% !important;
		top: auto !important;
		overflow: auto !important;
		z-index: 0 !important;
	}
	.foot.menu #menu .navbar-nav {
		display: block !important;
		position: initial;
		width: 100%;
	}
	.foot.menu #menu .navbar-nav > li {
		padding: 0;
	}
	.foot.menu #menu .nav > li > a {
		font-size: 13px;
		text-align: center;
	}
	.latest .list-group-item {
		display: block;
	}
	.row.features {
		float: none;
		width: auto;
		margin: 0 !important;
	}
	.owl-carousel.owl-drag .owl-item {
		text-align: center;
		float: right;
	}
	.input-group-btn:last-child > .btn {
		margin-left: 49px !important;
		margin-top: -1px;
		padding: 7px 5px !important;
	}
	span.input-group-btn {
		position: absolute;
		right: 47px;
		top: 1px !important;
	}
	.input-group-btn:last-child > .btn.btn-danger {
		margin-left: 0 !important;
	}
	#search {
		width: 55%;
	}
	#search .input-lg {
		padding-right: 50px !important;
	}
	#search .btn-lg {
		padding: 9px 15px;
		border-radius: 0;
	}
	.latest-post {
		margin-top: 40px;
	}
	.product-thumb .caption {
		padding: 0 !important;
	}
	.row.not {
		text-align: center;
	}
	footer div.tel {
		float: none;
	}
	footer a {
		display: inline-flex;
	}
	.product-thumb .image {
		float: left;
	}
	.features .product-thumb .image {
		width: 100%;
	}
	#content {
		padding: 0;
	}
	.owl-carousel .owl-item img {
		width: auto !important;
	}
	.latest-post .product-layout.col-lg-6, .last-post .product-layout.col-lg-6 {
		padding: 0 !important;
	}
	.thumbnails .image-additional {
		max-width: 53px;
		margin-left: 5px !important;
	}
	.buttons .btn-primary {
		width: 145px !important;
	}
	#checkout-cart .input-group-btn {
		right: 23px;
	}
	.row-customer_field2 .col-sm-8 label {
		width: 100% !important;
		margin-top: 10px;
	}
	.row-customer_field21 {
		width: 100%;
		padding: 15px;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-right: 0;
	}
	.row-customer_field21 .control-label.col-sm-4 {
		display: none !important;
	}
	.row-customer_field21 label{
		width: 100% !important;
	}
	#simplecheckout_customer .simplecheckout-block-content {
		padding: 0;
	}
	#simplecheckout_customer .simplecheckout-block-content .col-sm-8 {
		padding: 0;
	}
	#simplecheckout_customer .row-customer_field21 .control-label.col-sm-4 {
		display: none !important;
	}
	.breadcrumb > li {
		white-space: initial;
	}
	#product-product h1 {
		font-size: 25px;
	}
	.last-post .product-thumb .image {
		display: none;
	}
	.row.last-post.single {
		float: left;
		width: 100%;
		margin: 0;
	}
	.row.last-post.single .product-thumb.transition {
		padding: 15px;
	}
	.col-xs-6.col-md-4 {
		width: 100% !important;
	}
	.input-group-btn:last-child > .btn {
		margin-left: 23px !important;
		padding: 10px 5px !important;
	}
	.col-sm-12.map {
		float: left;
		padding: 0 !important;
		margin-top: 40px;
	}
	#information-contact .buttons .pull-left {
		text-align: center;
		width: 100%;
	}
	.class-46 a.btn.btn-primary.gold {
		width: max-content !important;
	}
	.product-thumb .image {
		float: left;
	}
	.breadcrumb > li {
		padding: 0 10px !important;
	}
	.btn-primary {
		font-size: 13px !important;
	}
	#tab-description img {
		max-width: 100%;
		height: auto;
	}
	#error-not-found .text-right {
		text-align: center;
	}
	#error-not-found .row.search-error-page {
		line-height: 25px !important;
		margin-top: 10px;
	}
}