body {
   font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #474747;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	background-color: #FCFCFC;
}
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: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
img {
	max-width: 100%;
}
input:focus {
	outline: 0!important;
	box-shadow: none!important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a {
	text-transform: none;
	font-size: 14px;
   padding: 7px 15px;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #FF9434;
	background: none;
}
/* top */
#top {
	background-color: #f5f5f5;
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#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 {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	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 .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;
}
#top i {
	color: #FF7900;
	font-size: 16px;
	margin-right: 5px;
}
#top .phone a{
	font-weight: 600;
	color: #000;
}
#top .address {
	font-weight: 600;
	color: #000;
}
#top {
	font-size: 12px;
	text-shadow: none;
}
#top .list-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	outline: none;
	box-shadow: none;
}
#search .btn-lg:focus, #search .btn-lg:active {
	outline: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	color: #777;
    text-shadow:none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #F5F5F5, #F5F5F5);
    background-repeat: repeat-x;
    border-color: #E1E5EB;
    box-shadow: none;
    border: 1px solid #E1E5EB;
    border-left: 0;
    border-radius: 3px;
}
#search .form-control {
	background-color: #F5F5F5;
	background:#F5F5F5;
	border: 1px solid #E1E5EB;
	border-radius: 3px;
	width: 95%;
   margin-left: 20px;
}
#search i {
	color: #FF7900;
    font-size: 16px;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#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%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#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-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 0px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	background: #474747;
}
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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 15px 0;
	background-color: transparent;
}
.breadcrumb a {
	font-size: 12px;
   color: #D1D1D1;
   font-weight: normal;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #b9b9b9;;
	border-bottom: 1px solid #b9b9b9;
	-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: 4px;
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	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;
	background-color: #da4f49;
	background-image: none
	background-repeat: repeat-x;
	border-color: #da4f49;
}
.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: 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 {
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	overflow: auto;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.product-thumb .image {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.newsblog-category .product-thumb .image img {
	width: 228px;
	height: 228px;
	object-fit: cover;
	padding: 15px 0;
}
.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;
}
.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) {
.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;
	display: none;
}
.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: #444;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 0;
}
.product-thumb .price-new {
	font-weight: 500;
	color: #FF7900;
	font-size: 20px;

}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 0px;
	font-size: 20px;
   font-weight: normal;
   /*line-height: 24px;*/
   color: #D1D1D1;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
	display: none;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.attributes p{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.attributes {
	border-bottom:1px solid #efefef;
	max-height: 115px;
	overflow: auto;
	padding: 10px 0;
}
.attributes p{
	font-size: 12px;
	margin-bottom: 5px;
}
.attributes::-webkit-scrollbar { width: 5px; height: 3px;}
.attributes::-webkit-scrollbar-button {  background-color: #000000;display:none; }
.attributes::-webkit-scrollbar-track {  background-color: #71a416;}
.attributes::-webkit-scrollbar-track-piece { background-color: #000000;}
.attributes::-webkit-scrollbar-thumb { height: 50px; background-color: #ff7900; border-radius: 3px;cursor: pointer;}
.attributes::-webkit-scrollbar-corner { background-color: #666;}
.attributes::-webkit-resizer { background-color: #666;}

.product-sku {
	font-size: 12px;
	color: #aeaeae;
}
.compare {
	background: transparent;
	border: 0;
	border-radius: 0;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 3;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.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: 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: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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%;
    }

	#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;
}
#slideshow0 .owl-pagination {
	top: -27px;
}
#slideshow0 .owl-controls.clickable {
	background-color: #FCFCFC;
}
#slideshow0 .owl-controls .owl-page.active span {
	background: #FF7900;
}
#slideshow0 .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.first-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.info-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.about-company {
	background: #fff;
	padding: 15px;
	margin-bottom: 60px;
}
.about-company .img-block {
	margin-right: 40px;
}
.info-block div {
	text-align: center;
}
.info-block svg {
	width: 50px;
	height: 50px;
}
.info-block .mini-text {
	font-weight: 600;
}
.cat-name {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #474747;
}
.subcategory a {
	color: #474747;
	display: block;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
}
.subcategory a:hover {
	text-decoration: underline;
}
.category-wall-caption {
	background: #fff;
	padding: 10px;
	margin-bottom: 25px;
}
.h3-theme {
	font-size: 30px;
   font-weight: bold;
   position: relative;
   display: inline-block;
   margin-bottom: 80px;
   margin-top: 0px;
}
.h3-theme:after {
	content: '';
	background:#FF7900;
	width: 280px;
	height: 10px;
	position: absolute;
   bottom: -22px;
   left: 30px;
}
.h-theme {
	font-size: 30px;
   font-weight: bold;
   position: relative;
   display: inline-block;
   margin-bottom: 80px;
   margin-top: 0px;
}
.h-theme:after {
	content: '';
	background:#FF7900;
	width: 280px;
	height: 10px;
	position: absolute;
   bottom: -22px;
   left: 30px;
}
.category-wall {
	margin-bottom: 80px;
}
.bestseller-module, .special-module {
	margin-bottom: 80px;
}
.product-layout .product-thumb .readmore {
	font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF7900;
    border-radius: 5px 5px 5px 5px;
    padding: 11px 45px 11px 45px;
    display: inline-block;
}
.caption-button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.product-layout .product-thumb a {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #474747;
}
#button-menu {
	 background-color: #FCFCFC;
    padding: 13px 35px 13px 35px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF7900;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
#button-menu svg {
	margin-right: 10px;
}
.left-header {
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.services {
	margin-bottom: 100px;
}
.services .first-row, .services .second-row {
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.services img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.services .first-row .services-img {
	position: relative;
	width: 33.33333333333%;
}
.services .second-row .services-img {
	position: relative;
	width: 25%;
}
.services span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 3;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .services-img img {

}
.services .services-img a:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background: #000;
}
.services .services-img:hover span {
	bottom: 60px;
}
.services .services-img:hover img {

}
#content {
	margin-bottom: 100px;
}
.news-blog .product-thumb .image{
	padding-top: 0px;
}
.news-blog .product-thumb img{
	width: 100%;
	height: 324px;
	object-fit: cover;
}
.newsblog-button {
	font-size: 14px;
    font-weight: bold;
    fill: #474747;
    color: #474747;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    padding: 11px 36px 11px 36px;
    display: inline-block;
}
.center {
	text-align: center;
}
.desktop {
	display: block;
}
.flex-centred {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: right;
}
#cart-total, header #compare-total {
	font-size: 10px;
	border-radius: 50px;
	background: #FF5151;
	font-weight: 400;
	position: absolute;
	color: #fff;
	width: 16px;
   height: 16px;
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
    top: -7px;
    right: -12px;
}
#cart {
	display: inline-block;
	width: auto;
}
#cart a, .compare-top{
	display: inline-block;
	position: relative;
}
.compare-top {
	margin-right: 30px;
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
}
.compare-top svg {
	width: 25px;
	height: 25px;
}
.menu-services a {
	font-weight: 600;
	color: #474747;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.menu-services i {
	position: absolute;
	right: -11px;
}
.menu-services .dropdown-menu {
	border: 0;
	border-radius: 0px;
	left: -15px;
	top: 35px;
}
.map-footer {
	padding: 0;
	height: 400px;
}
.map-footer iframe {
	width: 100%;
	height: 400px;
}
.flex-footer {
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-left: 70px;
	padding-right: 70px;
}
.logo-footer {
	text-align: center;
}
.powered {
	margin-top: 30px;
}
footer h5 {
	text-transform: uppercase;
	font-size: 16px;
   font-weight: bold;
   margin-bottom: 20px;
}
.top-menu li {
	margin-bottom: 15px;
}
.top-menu a {
	font-size: 14px;
}
.contacts-footer > div {
	margin-bottom: 15px;
}
.contacts-footer a {
	padding-right: 15px;
}
.contacts-page > div {
	margin-bottom: 15px;
}
.contacts-page {
	margin-bottom: 80px;
}
.contacts-page a {
	color: #000;
}
.messengers-contacts {
	font-weight: bold;
	margin-top: 30px;
}
.messengers-contacts a {
	margin-right: 30px;
}
.send-button {
	 font-size: 16px;
	 text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #FF7900;
    padding: 15px 50px 15px 50px;
    display: inline-block;
    border: 0;
}
input[type="text"], input[type="phone"], textarea.form-control {
	background: #F5F5F5;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
input[type="text"] {
	height: 45px;
}
textarea.form-control {
	height: 148px;
   max-height: 148px;
   max-width: 100%;
}

.form-horizontal .control-label {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #474747;
}
.head-form {
	font-size: 18px;
	font-weight: bold;
	border: 0;
}
#contats-form .col-sm-6 {
	padding: 0 0;
}
#contats-form .left-form-contacts {
	padding-right: 15px;
}
#contats-form .right-form-contacts {
	padding-left: 15px;
}
#contats-form {
	padding: 30px 50px;
	background: #fff;
	width: 85%;
	margin: 0 auto;
	border: 1px solid #ececec;
	border-radius: 3px;
}
#contats-form .buttons {
	text-align: right;
}
header {
	box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 8%);
	padding: 20px 0;
}
.messenger a {
	font-weight: bold;
	color: #FF7900!important;
}
.newsblog-article .big-image {
	margin-bottom: 15px;
}
.compare-button a {
	padding: 6px 15px;
	color: #fff;
	background: #ff7900;
	border-radius: 3px;
}
.compare-button a:hover {
		background: #ed7000;
		color: #fff;
		text-decoration: none;
}
.input-group .input-group-addon {
	background: #ff7900;
	color: #fff;
}
.category-grid img {
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}
.category-grid span {
	display: block;
	color: #000;
}
.category-grid li {
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 9px #cdcdcd;
	min-height: 220px;
}
.btn-primary {
	color: #fff;
	background: #ff7900;
	border: 1px solid #ff7900;
	text-shadow: none;
	box-shadow: none;
}
.btn-primary:hover {
	background: #ed7000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ff7900;
}
.btn-primary:focus, .btn-primary:active {
	background: #ed7000;
	color: #fff;
	text-decoration: none;
	outline: none;	
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	color: #fff;
	text-decoration: none;
	outline: none;	
	background: #ed7000;
	box-shadow: none;
	border: 1px solid #ff7900;
}
.search-header {
	margin-bottom: 30px;
	margin-top: 30px;
}
#button-search {
	padding: 10px 64px;
	border-radius: 3px;
}
#input-search {
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
}
#main-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	background: #fff;
	width: 360px;
	z-index: 9999;
   left: -100%;
   transition: left ease 0.3s;
   padding-top: 32px;
   box-shadow: 4px 0px 8px #5a5a5a;
}
#main-menu.show {
    left: 0;
    transition: left ease 0.3s;
}
.fade-bg {
	display: none;
	transition: ease 0.3s;
}
.fade-bg.show {
	display: block;
	transition: ease 0.3s;
}
.fade-bg:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
#main-menu li:hover .children-menu {
	display: block;

}

#main-menu .navigation-menu .children-menu {
	background: #fff;
	width: 100%;
	box-shadow: 4px 0px 8px #5a5a5a;
	padding: 10px 0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
}
#main-menu .navigation-menu li:nth-child(3) .children-menu {
	top: -100%;	
}
#main-menu .navigation-menu li:nth-child(6) .children-menu {
	top: -300%;
}
#main-menu .navigation-menu li:nth-child(7) .children-menu {
	top: -642%;
}
#main-menu .navigation-menu li:nth-child(8) .children-menu {
	top: -494%;
}
#main-menu .navigation-menu .children-menu a {
	border-bottom: none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
}
#main-menu .navigation-menu .children-menu a:hover {
	text-decoration: underline;
}
#main-menu .navigation-menu li {
	position: relative;
}
#main-menu .close-menu {
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
   top: 8px;
   right: 6px;
	z-index: 9999;
}
#main-menu .close-menu:hover {
	opacity: 1;
}
#main-menu .close-menu:before, .close-menu:after {
	position: absolute;
	left: 9px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #E30613;
}
#main-menu .close-menu:before {
	transform: rotate(45deg);
}
#main-menu .close-menu:after {
	transform: rotate(-45deg);
}
#main-menu .navigation-menu a {
	padding:10px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #474747;
	font-weight: bold;
	font-size: 14px;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
#main-menu .navigation-menu a:hover {
	color: #ff7900;
}
#main-menu .navigation-menu i {
	position: absolute;
	right: 15px;
}
#main-menu .navigation-menu span {
	width: 200px;
}

.product-content {
	background: #fff;
	padding: 15px;
}
.product-content .thumbnail {
	border: none;
}
.instruction-block {
	padding: 15px;
	background-color: #FFFCE6;
	width: 80%;
	display: none;
}
.instruction-block span {
	font-weight: bold;
	color: #ff4a4a;
}
.instruction-block h5 {
	font-size: 16px;
	font-weight: 700;
	color: #474747;
	text-transform: uppercase;	
	margin-top: 0px;
	margin-bottom: 15px;
}
.instruction-block p.first-text {
	width: 100%;
}
.instruction-block p {
    color: #474747;
	font-size: 14px;
   font-weight: normal;
   line-height: 18px;
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.price-block {
	display: inline-block;
	background-color: #FFFCE6;
	padding: 15px;
}
.price-block li {
	display: inline-block;

}
.new-price {
	color: #FF7900;
	font-size: 30px;
	font-weight: 500;
}
.old-price {
	color: #D1D1D1;
	font-size: 20px;
	font-weight: 500;
	padding-right: 30px;
}
.product-content h1 {
	 font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.product-content {
	padding-bottom: 40px;
}
#button-cart {
	width: 305px;
}
#product .form-group {
	   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#product .btn.btn-default {
	background: none;
	border: none;
	box-shadow: none;
}
#product .btn.btn-default:focus {
	outline: none;
}
.input-group .form-control[name^=quantity] {
	width: 60px;
}
#product .number-spinner {
	margin-right: 30px;
}
.product-content .product-sku {
	font-size: 14px;
}
.text-strong {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}
.product-info li {
	margin-bottom: 10px;
}
#product,  .product-description, .product-attributes, .price-block  {
	margin-bottom: 20px;
}
.price-block .price {
	color: #FF7900;
    font-size: 30px;
    font-weight: 500;
}
.compare-product-page {
		background: transparent;
	border: 0;
	border-radius: 0;
	margin-left: 30px;
}
#fastorder-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#fastorder-form input {
	height: 40px;
	padding: 5px 10px;
	margin-right:30px;
	margin-bottom: 10px;
}
#fastorder-form input::placeholder {
	color: #c9c9c9;
}
#fastorder-form .fastorder-button {
    background: transparent;
    color: #4CAE51;
    border: 1px solid #4CAE51;
    border-radius: 5px;
    padding: 10px 16px;
    transition: ease 0.3s;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
#fastorder-form .fastorder-button:hover {
	background: #4CAE51;
    color: #fff;
}
#fastorder-form {
	margin-bottom: 30px;
}
.fastorder-phone i {
	padding-right: 7px;
	color: #ff7900;
	font-size: 16px;
}
.fastorder-messenger a {
	font-weight: bold;
	padding-right: 10px;
}
.fastorder-messenger {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fastorder-messenger a.viber {
	color: #BB54BB;
   padding-left: 10px;
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fastorder-messenger a.telegram {
	color: #6CADEE;
   padding-left: 10px;
   display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fastorder-messenger .viber path {
	fill: #BB54BB;
}
.fastorder-messenger .telegram path {
	fill: #6CADEE;
}
.fastorder-messenger svg {
	padding-right: 5px;
	width: 20px;
	height: 20px;
}
.description-category {
	margin-top: 30px;
}
.xdstickers_wrapper {
	text-transform: none!important;
	font-size: 12px!important;
	font-weight: normal!important;
}
.xdstickers {
	border-radius: 2px;
}
.block-slide {
	position: absolute;
    top: 100px;
    left: 19%;
}
.title-slide {
	color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 25px;
}
.description-slide {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    width: 40%;
    min-height: 20px;
    margin-bottom: 30px;
}
.block-slide a {
	background-color: #ff7900;
    border-color: #ff7900;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px;
    display: block;
    width: 195px;
}
.block-slide a:hover {
	background-color: #ed7000;
	border-color: #ff7900;
}
.mobile {
	display: none;
}
.attributes p b {
	flex: 0 27%;
}
.messenger.mobile {
	display: none;
}
.simple-content input[type=email], .simple-content input[type=tel] {
    background: #F5F5F5;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 45px;
}
.simplecheckout label, .simpleregister label {
	font-size: 16px!important;
	font-weight: normal!important;
	padding-top: 15px!important;
}
.simplecheckout-button-block {
	background: none repeat scroll 0 0 #fcfcfc!important;
}
.simplecheckout-cart .quantity input {
	height: 34px;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
	text-align: center;
}
.category-grid li span {
    height: 35px;
}


@media (min-width: 992px) and (max-width: 1400px) {
.flex-footer {
  	padding-top: 40px;
   padding-left: 20px;
   padding-right: 20px;
}
.logo-footer img{
	width: 120px;
}
.contacts-footer a:first-child {
	margin-bottom: 10px;
}
.contacts-footer a {
	margin-bottom: 0px;
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}
}
@media (max-width: 1400px) {
.title-slide {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 25px;
}
.description-slide {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    width: 50%;
    margin-bottom: 25px;
}
.block-slide {
	top: 75px;	
}
}
@media (max-width: 1200px) {
#button-menu {
	padding: 13px 13px 13px 13px;
}
.title-slide {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}
.description-slide {
	color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    width: 60%;
    margin-bottom: 15px;
}
.block-slide {
	top: 50px;	
}
#top .list-flex {
		display: block;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
	width: 50px!important;
   min-width: 50px!important;
   max-width: 50px!important;
}
}
@media (max-width: 991px){
.services .first-row .services-img, .services .second-row .services-img {
    width: 100%;
}
.mfilter-free-container [id^="mfilter-free-container-"] {
	padding-top: 8px!important;
}
#slideshow0 {
	display: none!important;
}
.first-block {
	display: block;
}
.info-block {
	display: block;
}
header .flex-centred {
	display: block;
}
footer .flex-footer {
	display: block;
	padding: 30px;
}
.services .first-row, .services .second-row {
	display: block;
}
#main-menu {
	width: 320px;
}

#top-links .phone a {
	font-size: 16px;
}
#top-links .phone {
	margin-bottom: 10px;
}
#top-links .address {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}
.mobile {
	display: block;
}
.desktop {
	display: none!important;
}
.messenger.mobile {
	display: inline-block;
	margin-bottom: 10px;
}
#button-menu span {
	display: none;
}
#button-menu svg {
	margin-right: 0;
}
.dropdown.menu-services {
	display: none;
}
#logo {
	margin: 0;
}
#search .form-control {
	margin-left: 0;
}
#search .form-control {
	width: 100%;
}
.search-block {
	margin: 10px 0;
}
.about-company .img-block {
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}
.info-block div {
	margin-bottom: 15px;
}
.services .services-img {
	width: 100%;
}
.services .services-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news-blog .caption {
	padding-bottom: 20px;
}
.powered {
	margin-top: 15px;
}
.contacts-footer a {
	padding-right: 13px;
}
header {
	margin-bottom: 30px;
}
#main-menu.show {
	overflow: auto;
}
.newsblog-category .product-thumb .image {
	padding: 0;
}
.newsblog-category .product-thumb .image img {
	width: 100%;
	height: 228px;
   object-fit: cover;
   padding: 0;
}
#search .btn-lg {
	padding: 10px 15px;
}
#fastorder-form {
	display: block;
}
.fastorder-action {
	margin-bottom: 15px;
}
.instruction-block, .instruction-block p {
	width: 100%;
}
.compare-product-page {
	display: none;
}
.contacts-page {
	margin-bottom: 40px;
}
#contats-form {
	width: 100%;
	padding: 15px;
}
.form-horizontal .control-label {
	font-size: 16px;
}
#contats-form .left-form-contacts {
	padding-right: 0px;
}
#contats-form .right-form-contacts {
	padding-left: 0px;
}
}
[class^="information-information"] img {
	/*margin-bottom: 15px;*/
}
.top-menu {
	position: relative;
}
.customer-selektor {
	cursor: pointer;
	color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-size: 14px;

}
.customer-selektor ul{
	background: #fff;
   width: 250px;
   z-index: 999;
   padding: 15px 0;
}
.customer-selektor ul li {
	padding: 0px 15px;
	margin-bottom: 15px;
}
.customer-selektor ul li:last-child {
	margin-bottom: 0;
}
.customer-selektor:hover ul {
	display: block;
}
.menu-customer {
	position: absolute;
	display: none;
}
.address-footer {
	font-size: 12px;
}
.pt-30 {
	padding-top: 30px;
}
.cart-button {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF7900;
    border-radius: 5px 5px 5px 5px;
    padding: 11px 45px 11px 45px;
    display: inline-block;
    box-shadow: none;
    outline: none;
    border: 1px solid #FF7900;
}