body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Arial', arial;
	font-weight: bold;
	}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	/*font-size: 20px;*/
	font-size: 2em;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #444;
}
a:hover {
	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;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #028dd8;
	/*background-image: linear-gradient(to bottom, #0b7000, #1f90bb);*/
	/*background-repeat: repeat-x;*/
}
/* top */
#top {
    /* background-color: #0b7000; */
	background-color:rgba(255,255,255,0.5);
	transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
	backdrop-filter: blur(11px);
    /*background-image: linear-gradient(to bottom, #17ce03, #0f7303);
    height: 100px;
    padding: 4px 0px 3px 0;
    */
    /* background-image: linear-gradient(to bottom, #139c02, #0f7303); */
    background-repeat: repeat-x;
    /* border-color: #17ce03 #17ce03 #0f7303; */
    margin: 0;
    min-height: 70px;
    /* max-height: 70px;*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
#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: #0b7000;
	background-image: linear-gradient(to bottom, #0b7000, #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;
}
/* logo */
#logo {
	/* margin: 0 0 10px 0; */
	margin-left: -25px;
	border-left: none;
}
.navbar-nav>li.vikna {border-left: none;}
/* search */
#search {
/*	margin-bottom: 10px;*/
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	margin-top: 10px;
	/*width: 300px;*/width: 99%;
}
header #search .input-lg {margin-top: 0;}
#search .btn-lg:hover {background-image: linear-gradient(to bottom, #0b7000, #0b7000);}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	/* padding: 10px 35px; */
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#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: #0b7000; */
	/* background-image: linear-gradient(to bottom, #17ce03, #0f7303); */
	background-repeat: repeat-x;
	/* border-color: #17ce03 #17ce03 #0f7303; */
	/* min-height: 65px; */
	margin-bottom:0;
	border: initial;
}
#menu .navbar-collapse.in {
    background-color: #0b7000;
/*    background-image: linear-gradient(to bottom, #17ce03, #0f7303);*/
    background-repeat: repeat-x;
    border-color: #17ce03 #17ce03 #0f7303;
}    
#menu .nav > li > a {
	color: #444;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	padding: 10px 15px;
	min-height: 15px;
	background-color: transparent;
    text-transform: uppercase;
}
/*#menu .nav > li > a:hover, #menu .nav > li.open > a {background-color: #5f5f5f; rgba(0, 0, 0, 0.1);}*/

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#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 #f6f6f6;
	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: #028dd8;
//	background-image: linear-gradient(to bottom, #0b7000, #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: #0b7000;
	background-image: linear-gradient(to bottom, #0b7000, #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: #0b7000;
}
.navbar-collapse {
    border: initial;box-shadow: none;min-height: 50px;
}
@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);*/
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu{position:absolute}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		background-color: #028dd8;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		/*background: rgba(0, 0, 0, 0.1);*/
		background-color: #028dd8;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
		background-color: #028dd8;
	}
}
/* content */
.common-home #content {
	/* min-height: 600px; 
	margin-top: 60px;*/
	margin-top: 150px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: white;
	border-top: 1px solid #f6f6f6;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid white;
}
footer p, footer a {
	color: black;
}
footer a {
	/*text-transform: uppercase;*/
	display: block;
}
footer a:hover {
	color: black;
}
footer h5 {
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;

	font-size: 13px;
	font-weight: bold;
	color: black;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
    text-transform: uppercase;
	/*margin: 0 0 20px 0;*/
	padding: 0;
/*	border: 1px solid #F8F8F8;*/
}
.breadcrumb-line {
	background-color: #f5f5f5;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/* text-shadow: 0 1px 0 #FFF; */
	/*	padding: 0 10px;*/
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	/* content: ''; */
	padding: 0;
	color: #444;
}
.breadcrumb > li:after {
	/* content: '/'; 
	display: block;
	/* position: absolute; */
	/* top: -3px; */
	/* right: -5px; */
	/* width: 26px; */
	/* height: 26px; */
	/* border-right: 1px solid #f6f6f6; */
	/* border-bottom: 1px solid #f6f6f6; */
	/* -webkit-transform: rotate(-45deg); */
	/*-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	/* transform: rotate(-45deg); */
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	text-transform: uppercase;
}
.btn {
	padding: 8.5px 12px;
	font-size: 12px;
	border-radius: initial;
/*	border: 1px solid #cccccc;
	border-radius: 4px;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	/* padding: 10px 16px; */
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
	background-repeat: repeat-x;
	border-color: #f5f5f5 #f5f5f5 #f5f5f5;
}
.btn-primary {
	color: #ffffff;
	background-color: #444;
	/*
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #0b7000, #0b7000);
	background-repeat: repeat-x;
	*/
	border-color: #444;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #4989c0;
	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-login,
.btn-danger {
	color: #ffffff;
/*	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #4989c0;
	/* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); */
	background-repeat: repeat-x;
	border-color: initial;
}
.btn-danger:active:focus, .btn-danger:active:hover,
.btn-danger.focus, .btn-danger:focus,
.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);*/
	background-color: #4989c0;
	border-color: #4989c0;
	outline-offset:initial;
	outline:none;
}
.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: #0b7000;
	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: #0b7000;
	background-image: linear-gradient(to bottom, #0b7000, #0b7000);
	background-repeat: repeat-x;
	border-color: #0b7000 #0b7000 #0b7000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #0b7000;
	background-image: linear-gradient(to bottom, #0b7000, #0b7000);
}
/* list group */
.list-group a {
	border: 1px solid #f6f6f6;
	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 #f6f6f6;
	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: 2px solid #f6f6f6;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb:hover {
	border: 2px solid #f5f5f5;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
/*	opacity: 0.8;*/
}
.product-thumb .image a:hover {
	opacity: 1; 
/*	content:'';
	background-color: rgba(68, 68, 68, 0.43);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 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;
	font-family: Arial;
}
#tab-description .caption,
.product-thumb .caption {
	padding: 0 20px;
	min-height: 80px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
 .product-grid .product-thumb .caption {
	min-height: 100px;
	padding: 0 10px;}
}
@media (max-width: 767px) {
 .product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
 }
 .common-home .product-thumb .caption,
 .product-grid .product-thumb .caption {min-height: 0;}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.quantity{
	display:flex;
	flex-wrap:wrap;
}
.vid{
	float: left;
    background-color: #ddd;
	line-height: 23px;
	padding-left:7px;
	font-size:7px;
    color: #111;
	
	padding-top: 12px;
}
.price h2,
h2.price {
	margin: 0;
	color: #0b7000;
}
/*.product-thumb .price {
	font-size: 15px;
	color: #0b7000;
}*/
#tab-description .price,
#cart-total,
#product .price,
.product-thumb .price {
	font-size: 25px;
	color: #222;
	/* width: 45%; */
	float: left;
	/* line-height: 24px; */
/*	font-weight:bold;*/
	background-color: #ddd;
	text-align: left;
	font-family: 'Arial Black', Arial;
	padding: 7px 0px 0;
	border-bottom: 1px solid #f6f6f6;
	padding-right:7px;
}
#menu #cart-total { font-size: 12px}
#tab-description .price{
	/* line-height: 27px;
	padding:0;  */
	text-align: left;
}
#product .price{width:35%; }
#tab-description .price .currency, 
#product .price .currency, 
#cart-total .currency, 
.product-thumb .price .currency{
	font-size: 7px;
	font-family: 'Roboto', sans-serif;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	/* border-top: 1px solid #0b7000; */
	/*	background-color: #0b7000;*/
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #f6f6f6;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	/*	width: 60%;
	line-height: 38px;
	float: left;
*/
	padding: 6.5px 12px;
	border: none;
	display: inline-block;
	float: right;
	background-color: #0b7000;
	color: #888;
	/* font-weight: bold; */
	text-align: center;
	/* text-transform: uppercase; */
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #f6f6f6;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #a6ff9c;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	/* margin-left: 20px; */
	display: block;
	float: left;
}
.thumbnails {
	margin-left: -20px;
}
ul.thumbnails img,
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #f6f6f6;
}
.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;
}
/*#menu .fa-shopping-cart:before {content: url(/image/catalog/myasok/shopping-basket.png);}
#menu .fa-search:before {/* content: url(/image/catalog/myasok/search.png); */}
*/
#top .btn-link, #top-links li, #top-links a,
.product-thumb .button-group button {color:#0b7000;}

/*#logo .img-responsive {height: 50px;}*/
footer li.col-sm-6 {padding-left: 0;}
#search .btn-lg, .btn-group button,
.product-thumb .button-group button {color:white;}

#menu .fa-search:before 
/*,*/
/*#menu .mycart a:before,*/
/*#menu .search a:before */
{
	background: url(/image/catalog/sprites-menu.png) no-repeat;
	background-position: center center;
	content: "";
	background-size: 530px;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-size: 350px;
	width: 55px;height: 65px;
}
#menu .search a:before{background-position: -290px -220px;}
#menu .mycart a:before{background-position: -230px -220px;}


#menu ul.navbar-nav li:nth-child(2) a:before,
#menu ul.navbar-nav li:nth-child(3) a:before,
#menu ul.navbar-nav li:nth-child(4) a:before,
#menu ul.navbar-nav li:nth-child(5) a:before,
#menu ul.navbar-nav li:nth-child(6) a:before,
#menu ul.navbar-nav li:nth-child(7) a:before
{-webkit-mask-size: contain;-webkit-mask-repeat: no-repeat;content:'';width: 100%;height: 40px;display: block;-webkit-mask-position: center;background: #444; transition: .3s}
#menu ul.navbar-nav li:nth-child(2) a:before{-webkit-mask-image: url(/image/catalog/icons_top/door12.svg);}
#menu ul.navbar-nav li:nth-child(3) a:before{-webkit-mask-image: url(/image/catalog/icons_top/balcony12.svg);}
#menu ul.navbar-nav li:nth-child(4) a:before{-webkit-mask-image: url(/image/catalog/icons_top/door-handle2.svg);}
#menu ul.navbar-nav li:nth-child(5) a:before{-webkit-mask-image: url(/image/catalog/icons_top/hand-settings12.svg);}
#menu ul.navbar-nav li:nth-child(6) a:before{-webkit-mask-image: url(/image/catalog/icons_top/4.svg);}
#menu ul.navbar-nav li:nth-child(7) a:before{-webkit-mask-image: url(/image/catalog/icons_top/5.svg);}
#menu ul.navbar-nav li:hover a:before, #menu .nav > li.open > a::before {
	background-color: #028dd8;
}

 #menu .fa-search:before {width: 40px;height: 50px;background-size: 300px;background-position: -250px -190px;}


.fa-home {} 
/*.fa-home:before {content: "";}*/
.breadcrumb > li{/*line-height: 20px;height: 40px;padding-right: 30px;font-size: 2em;*//* float: left; */}
a:focus, a:hover {color: #4989c0;}
.breadcrumb-line {margin-top: 160px;}
#logo .img-responsive { height: 50px; /*max-width: 75%;*/margin: auto;}
.breadcrumb{background-color: #f5f5f5;border-color:#444;.fa-home: before.fa-home: before.fa-home: beforefont-family: A}
.breadcrumb > li:last-child:after{content: initial;}
.breadcrumb a{color: #444;}

#cart-total{
	width: 100%;
	background-color: orange;
	font-weight: normal;
	border-bottom: 1px solid orange;
	text-align: center;
}
#cart-total span{font-size:12px;font-family:'Arial';}
.list-unstyled >li:last-child {/*display: none;*/}
.form-group.qty.quantity {/* padding-left: 3px; height: 38px; border-top: 1px solid; */}
#input-limit,
label.control-label {margin-top: 8px;margin-bottom: 5px;}
.navbar-nav>li>a {line-height: 15px;}
 .navbar-nav>li {
 	float: left;
 	text-align: center;    
 	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
 } 
.nav>li{/*border-left: 1px solid #197b30;*/ border-left: 1px solid #F7F5F6;}
.nav>li:last-child{/* border-right: 1px solid #197b30; */}
.button-group input.input-quantity {width: calc(100% - 56px);/*margin-left: -3px;/* margin-right: -1px; *//* margin-top: -5px; */position: relative;/* top: -4px; */bottom: 0;border-radius: initial;height: 33px;line-height: 36px;border: none;}


.qty a.mines {
    /* background-position: 3px -18px; */
    /* border-width: 1px; */
    /* font-weight: bold; */
    float: left;
}
.qty a {
    /* background: url(/image/catalog/myasok/plus.png) 2px 4px no-repeat #f5f5f5; */
    display: inline-block;
    height: 33px;
    width: 28px;
    position: relative;cursor: pointer;
    /* text-indent: -9999px; */
/*    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    /* border-width: 1px; */
    transition: all .3s ease-in-out;
    outline: 0;
    color: #747474;
    line-height: 30px;
    /* background-size: 80%; */
    font-size: 25px;
    text-align: center;
    color: black;
    background-color: #f5f9f6;
	font-family: Arial; 
}
.qty a, .qty a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.quantityblk{border: 1px solid #f6f6f6;flex-grow: 1;}
input.input-quantity,
input#input-quantity {width: 20%;display: inline-block;box-shadow: none;}
.qtyBtn.plus {display: inline-block;float: right;}
.button-group button:first-child {
    color: black;
    background-color: white;
    border: 2px solid #0b7000;
    font-family: Arial;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: initial;
    border: none;
}
.thumbnail {
    -webkit-transition: border;
    -o-transition: border;
    transition: border;
    border: 2px solid white;
}
a:focus {outline:  inherit;}
.alert-info {
    color: #999;
    background-color:initial;
    border-color: #f6f6f6;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #4989c0;
    border-color: #4989c0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #4989c0;
    border-color: #4989c0;
}
#search {/*width: 96%;/*float: left;*/}
#button-cart, .button-cart {
    color: #444;
    background-color: #f5f5f5;
    border:2px solid #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    background-image: initial;
    font-family: 'Arial', Arial;
	/*text-transform: uppercase;*/
    border-radius: inherit;
    line-height: 31px;
	transition: .3s;
    /* padding: 3px 12px; */
    /* margin-top: -4px; */
}
#button-cart:hover, .button-cart:hover {
	background-color: #028dd8;
	color: #fff;
}
#tab-description h1{font-family:'Arial Black', Arial;;font-weight:normal;}
#compare-total,
label.control-label[for="input-sort"],
/*.alert,*/
#input-sort,
.product-thumb .price-tax{display: none;}
.button-group .form-group {margin-bottom: 0;}
#button-register {width: 100%;}
form.form-inline .control-label, 
.register_block .control-label {width: 20%;float: left;}
form.form-inline input, 
.register_block input{width: 80%;}
form.form-inline #button-login{width: initial;}
.caption h4 a {color: #272727;}
/*#tab-description {width: 68%;margin-top: 1em;}*/
/*#content p img {width: 100% !important;height: auto!important;}*/
.checkout-cart .qty.quantity input {width: 54%;border: none;}
.input-group .form-control{float:inherit}
.checkout-cart .name,
.checkout-cart .price,
.checkout-cart .total {padding: 6px 12px;}
.checkout-cart .name{font-size: 1.5em;color: black;}
.checkout-cart .name a{ color: black;}
.your_order h3 {margin-top: 0;}
/*.fa-home:before{content: "ÐœÑÑÐ¾Ðº";font-family: Arial;font-size: 12px;}*/
#tab-description .button-group{max-width: 320px}
.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: initial;}
 #tab-description #button-cart{width:100%}
.product-thumb .quantityblk {float: left; flex-grow:1}
#terms-id .tocart {text-align: right;padding-right: 10px;}
.dostavka {border: 3px solid #eee;padding: 1em;margin-top: 1em;}
.login-checkout a{min-width: 300px;}
.checkout-cart .table-bordered tr:first-child,
#cart_table tfoot >tr:first-child {display:none}

.searchline #search .input-lg{margin-top:25px;width: 100%;}
.searchline  .search-close-button {float: left;margin-top: 30px;}
#search .btn {margin-top: 9px;margin-left: 1px;}
#share42 {right: 0;}
#social {box-sizing: content-box !important;
 position: fixed !important;
 bottom: calc(10% + 20px);
 right: 20px;
 -webkit-border-radius: 10%;
 -moz-border-radius: 10%;
 border-radius: 10%;
 width: 40px;height: 40px;
  z-index: 99 !important;
}
.social.calc,
.social.search,
.social.insta {
	box-sizing: content-box !important;
    position: fixed !important;
    bottom: calc(10% + 70px);
    right: 20px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    width: 40px;
    height: 40px;
    z-index: 99 !important;
}
.social.insta .social-inst:before{background-image: url(/image/catalog/instagram-c.svg);content:'';background-position: center center;background-size: contain;background-repeat: no-repeat;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}

.social.search .search:before{background-image: url(/image/catalog/search.svg);content:'';background-position: center center;background-size: contain;background-repeat: no-repeat;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.social.search{bottom: calc(10% + 120px);background-color: #444}
.social.calc{bottom: calc(10% + 175px);}

#phone {
  box-sizing: content-box !important;
  position: fixed !important;
  bottom: 10%;
  right: 20px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  width: 40px;
  /* height: 24px; */
  cursor: pointer;
  text-align: center;
  opacity: .9;
  animation: pulsat 3s ease-out;
  animation-iteration-count: infinite;
  z-index: 99 !important; background: rgb(255, 39, 0) !important;
}

#phone-wave {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  position: absolute;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  border-width: 2px;
  border-style: solid;
  outline: 0 !important;
  -webkit-animation: pulsate 2.5s ease-out;
  -moz-animation: pulsate 2.5s ease-out;
  animation: pulsate 2.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0;border-color: rgb(255, 39, 0) !important;
}

#phone-wave2 {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  border-width: 10px;
  border-style: solid;
  outline: 0 !important;
  -webkit-animation: puls 5s ease;
  -moz-animation: puls 5s ease;
  animation: puls 5s ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0; border-color: rgb(255, 39, 0) !important;
}
#phone i {width: 40px;height: 40px;padding:4px;color: white;background-color: rgb(255, 39, 0);border-radius: 15%;position: absolute;top: 0;left: 0;}
#phone i:before{font-size: 34px;}
#social .social-fb{}
#social .social-fb:before{background-image: url(/image/catalog/facebook-c.svg);content:'';background-position: center center;background-size: contain;background-repeat: no-repeat;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
#myasModal .modal-body,
#phonModal .modal-body{max-height: 80vh;min-height: 80vh;}
#phonModal .modal-body {max-height: initial}

#filter{position: fixed;z-index: 100;margin-left: 0px;top: 160px;left:0;}
#filter ul{text-decoration:none;list-style-type: none;margin: 0;padding: 0;}
#filter .push,
#filter a{display: block;width: 50px;height: 50px;margin: 0 0 6px 6px;padding: 0;outline: none;
	/*background-color: #f5f5f5;*/
	background: rgba(255,255,255,0.5);
	text-align:center;display: flex;
    align-items: center;
    justify-content: center;}
#filter .filter:after{background-size: contain;background-repeat: no-repeat;
	content:'';width: 50px;height: 50px;display: block;
	background-position: center;}
#filter .filter-0:after{background-image: url(/image/catalog/filters/0.svg);}
#filter .filter-1:after{background-image: url(/image/catalog/filters/1.svg);}
#filter .filter-2:after{background-image: url(/image/catalog/filters/2.svg);}
#filter .filter-3:after{background-image: url(/image/catalog/filters/3.svg);}
#filter .filter-4:after{background-image: url(/image/catalog/filters/4.svg);}
#filter .filter-5:after{background-image: url(/image/catalog/filters/5.svg);}
#filter .filter-6:after{background-image: url(/image/catalog/filters/6.svg);}
#filter .filter-7:after{background-image: url(/image/catalog/filters/7.svg);}
#filter .filter-8:after{background-image: url(/image/catalog/filters/8.svg);}
#filter .filter-9:after{background-image: url(/image/catalog/filters/9.svg);}
#filter .filter-10:after{background-image: url(/image/catalog/filters/10.svg);}
#filter .filter-11:after{background-image: url(/image/catalog/filters/11.svg);}
#filter .filter-12:after{background-image: url(/image/catalog/filters/12.svg);}
#filter .filter-13:after{background-image: url(/image/catalog/filters/13.svg);}
#filter .filter-14:after{background-image: url(/image/catalog/filters/14.svg);}
#filter .filter-15:after{background-image: url(/image/catalog/filters/15.svg);}
#filter .filter-16:after{background-image: url(/image/catalog/filters/16.svg);}
#filter .filter-17:after{background-image: url(/image/catalog/filters/17.svg);}
#filter .filter-18:after{background-image: url(/image/catalog/filters/18.svg);}
#filter .filter-19:after{background-image: url(/image/catalog/filters/19.svg);}
#filter .filter-20:after{background-image: url(/image/catalog/filters/20.svg);}
#filter .filter-21:after{background-image: url(/image/catalog/filters/21.svg);}
#filter .filter-22:after{background-image: url(/image/catalog/filters/22.svg);}
#filter .filter-23:after{background-image: url(/image/catalog/filters/23.svg);}
#filter .filter-24:after{background-image: url(/image/catalog/filters/24.svg);}
#filter .filter-25:after{background-image: url(/image/catalog/filters/25.svg);}
#filter .filter-26:after{background-image: url(/image/catalog/filters/26.svg);}
#filter .filter-27:after{background-image: url(/image/catalog/filters/27.svg);}
#filter .filter-28:after{background-image: url(/image/catalog/filters/28.svg);}
#filter .filter-29:after{background-image: url(/image/catalog/filters/29.svg);}
#filter .filter-30:after{background-image: url(/image/catalog/filters/30.svg);}
#filter .filter-31:after{background-image: url(/image/catalog/filters/31.svg);}
#filter .filter-56:after{background-image: url(/image/catalog/filters/56.svg);}
#filter .filter-57:after{background-image: url(/image/catalog/filters/57.svg);}
#filter .filter-58:after{background-image: url(/image/catalog/filters/58.svg);}
#filter .filter-59:after{background-image: url(/image/catalog/filters/59.svg);}
#filter .filter-60:after{background-image: url(/image/catalog/filters/60.svg);}
#filter .filter-61:after{background-image: url(/image/catalog/filters/61.svg);}
#filter .filter-62:after{background-image: url(/image/catalog/filters/62.svg);}
#filter .filter-63:after{background-image: url(/image/catalog/filters/63.svg);}
#filter .include {/* width: 20em; */position: relative;}
#filter .more{position: absolute;top: 0;left: 30px;width: 20em;}
#filter .push,
#filter .more li a{float:left;}
#filter .push{padding-top: 5px;color: white;}
.panel-body img {background-color: #f6f6f6;}

@-webkit-keyframes pulsate {
  0% {transform: scale(0.9, 0.9);opacity: 0;}
  25% {transform: scale(1.5, 1.5);opacity: 0.5;}
  50% {transform: scale(1.35, 1.35);opacity: 0.7;}
  100% {transform: scale(1.7, 1.7);opacity: 0;}
}

@keyframes pulsate {
  0% {transform: scale(0.9, 0.9);opacity: 0;}
  25% {transform: scale(1.5, 1.5);opacity: 0.5;}
  50% {transform: scale(1.35, 1.35);opacity: 0.7;}
  100% {transform: scale(1.7, 1.7);opacity: 0;}
}

@-webkit-keyframes puls {
  0% {transform: scale(0.9, 0.9);opacity: 0;}
  50% {transform: scale(1, 1);opacity: .3;}
  75% {transform: scale(0.75, 0.75);opacity: .4;}
  100% {transform: scale(1.3, 1.3);opacity: 0;}
}

@keyframes puls {
  0% {transform: scale(0.9, 0.9);opacity: 0;}
  50% {transform: scale(1, 1);opacity: .3;}
  75% {transform: scale(0.75, 0.75);opacity: .4;}
  100% {transform: scale(1.3, 1.3);opacity: 0;}
}

@-webkit-keyframes pulsat {
  0% {transform: scale(1, 1);}
  25% {transform: scale(0.999, 0.999);}
  50% {transform: scale(0.995, 0.995);}
  75% {transform: scale(0.999, 0.999);}
  100% {transform: scale(1, 1);}
}

@keyframes pulsat {
  0% {transform: scale(1, 1);}
  25% {transform: scale(0.999, 0.999);}
  50% {transform: scale(0.995, 0.995);}
  75% {transform: scale(0.999, 0.999);}
  100% {transform: scale(1, 1);}
}
.checkout_form .payment-method h3,
.shipping-method strong,
.checkout_form .shipping-method h3{display: none;}
.modal-content{border: none; border-radius: 0; }
.modal-header{border-bottom: initial;}
.modal-header #search .fa{font-size: 1.5em;}
.modal-header .close{font-size: 4em;opacity: 1;}
.modal-body #search .btn{background-color: white;background-image: inherit;border: none;color: gray;}
.modal-body #search{border:2px solid #f6f6f6}
.modal-body #search input{border: initial;border-color: initial;box-shadow: initial;}
 #myasModal .modal-body{margin-top: 3%;}
.form-control {border-radius: inherit;border-color: #f5f5f5;box-shadow: initial;-webkit-box-shadow:initial;}
@media screen and  (max-width: 1200px) and (min-width: 1024px)  {
 .quantityblk .qtyBtn.plus { float: right; }
// .button-group input.input-quantity {width:50% }
}

@media screen and (min-width: 1024px) {
 header .row .col-sm-5, header .row .col-sm-3{padding-top: 2.5em;}
 #menu .navbar-nav>li>a{padding: 10px 15px;/*max-width: 70px*/}
 /*#menu .navbar-nav>.polufabrikaty>a{max-width: 120px}*/
 #menu .navbar-nav>#logo>a {max-width: initial;}
 .breadcrumb {/* margin-top: 30px; */}
 .fa-home {margin-top: -10px;} 
 .navbar-nav>li{width: 30%;}
 .navbar-nav>li:first-child{width: 20%;}
 #menu .navbar-nav>li>a{/*height: 85px;*/}
 #phone, #phone-wave, #phone-wave2, #phone i,
 .social.calc,
 .social.insta,
 .social.search,
 #social {width: 50px;height: 50px;}
 #social {bottom: calc(10% + 60px);}
 #phone i:before{font-size: 50px;}
 .social.insta {bottom: calc(10% + 120px);}
 .social.search{bottom: calc(10% + 180px);}
 .social.calc{bottom: calc(10% + 245px);}

}
@media screen and (max-width: 1024px) {
 input.input-quantity, input#input-quantity, 
// .button-group input.input-quantity{width:54px;}
 .navbar-nav>li{width: 20%;}
 #menu .navbar-nav>li.search,
 #menu .navbar-nav>li.mycart{width: 20%;}
 #menu .navbar-nav>li.drone{border-left:none;}
 #menu .navbar-collapse {padding-left:0; padding-right:0;padding-top:3px;} 
 #menu .navbar-nav{margin:1px 0 0; }
 #menu .searchline {/*width: 66%!important;*/} 
 .searchline .btn {padding-top:0}
 .searchline  .search-close-button{margin-top:15px;}
 #menu .searchline #search .input-lg{margin-top:10px;}
 .navbar-nav>li:last-child{float: right;}
 .product-thumb .price {width:45%;float: left;}
 #myasModal .modal-body #search{/*margin: 45% auto;*/}
}
@media screen and (max-width: 1000px) {
 #menu .navbar-nav>li>a:before{height:45px}
 .common-home .product-thumb .image,
 .product-grid .product-thumb .image {float: left;}
 .product-thumb .image img {width: 100px;height: auto;margin-right:1em;}
 #button-cart,.product-thumb .button-group button, .product-thumb .button-group button + button {width: 38%;nt; */margin-top: 0;margin-top: 0;float: right;}
 .product-thumb .quantityblk {width: 37%;}
.product-thumb .price{width:25%;/* padding: 3px 0 4px; */line-height: 20px;}
// .button-group input.input-quantity{width:60px;}
 .product-thumb {margin-bottom: 0;}
 .product-thumb .image{ min-height: 100px; }
/* #tab-description {width: 60%;}*/
 .thumbnails>li:first-child {width: 100%;}
 .thumbnails {margin-left: 0px;}
 .navbar-nav>li>a {line-height: 1em;}
 label.control-label{display: none;}
 #menu .navbar-nav>li>a{/* min-height: 65px; */}
}
@media screen and  (max-width: 1000px) and (min-width: 960px)  {
// .button-group input.input-quantity {width:50% }
 .product-thumb .price{width:45%}
 .product-thumb .quantityblk{width: 55%;}
 .product-thumb #button-cart{width: 100%;}
}
@media screen and  (max-width: 990px) and (min-width: 767px)  {
 .checkout-cart .qty.quantity  {width: 150px;}
 .checkout-cart .qty.quantity input{width: 60%;}
 .input-group {margin-left: -15px;}
 #menu .search a:before{background-position: -290px -230px;}
 #menu .mycart a:before{background-position: -230px -230px;/* height: 45px; */}

}
@media screen and  (max-width: 768px) {
 #logo {/*display: none;*/ margin-left: 0;}
 .login-checkout .btn {white-space: normal;}
 .breadcrumb > li{/* line-height: 40px; *//* height: 50px; *//*padding-right: 40px;font-size: 1em;*/float: left;}
 .breadcrumb > li:after {height: 39px;width: 39px;right: 10px;}    
 .breadcrumb > li:last-child{float: none;} 
 #menu .navbar-nav>li>a:before {/*width: 75%;/* height: 45px; */}
 #menu .navbar-nav>li>a{width: 90%;}
 /*.breadcrumb-line {margin-top: 70px;}
 #logo {margin-top: -20px;} */
 .thumbnail {margin-bottom: 0}
 .thumbnail>img{max-width: inherit;width: 100%;}
 /*#menu .search a:before{background-position: -290px -230px;}
 #menu .mycart a:before{background-position: -230px -230px;}
 #menu ul.navbar-nav li:nth-child(2) a:before, 
 #menu ul.navbar-nav li:nth-child(3) a:before, 
 #menu ul.navbar-nav li:nth-child(4) a:before {
    height: 45px;
    margin-top: 0;
	}*/
  #menu.navbar ul.navbar-nav>li>a:before{height: 40px;} 

}
@media screen and  (max-width: 770px) and (min-width: 450px)  {
 .quantityblk .qtyBtn.plus { float: right; }
 .button-group input.input-quantity {margin-left: 0;top: 0;bottom: 0;}
}
@media screen and (max-width: 767px) {
 .modal-dialog{margin:0;} 
 .common-home .product-thumb .caption p,
 .product-grid .product-thumb .caption p{display: none;}
 .product-thumb .button-group button, 
 .product-thumb .button-group button + button {width: 45%;}
 .product-thumb .price{width: 25%;}
 /*.button-group input.input-quantity{width: 67%;}*/
 .product-thumb .image{ min-height: 100px; }
}
/*@media screen and (max-width: 732px) {
 .button-group input.input-quantity{width: 21.4%;}
}
*/
@media screen and (max-width: 666px){

 .visible-xs {display: block!important;}
 #top{height: initial;/*max-height: 77px;*/min-height: 57px;}
/* .breadcrumb-line{margin-top: 57px;}*/
/* #menu .navbar-nav>li>a:before{content:initial;}*/
 /*.breadcrumb-line{margin-top: 60px;}*/
/* #menu .nav > li > div,
 #menu .nav > li > a {padding: 0;display: inline-block;float: left;/* width: 90px; */overflow:hidden;}
*/
 #menu .nav > li  {text-align: center;}
 /*#search .input-lg{width: 200px;}*/
/* .input-group-btn {float:left;width: 60px;}*/
 .breadcrumb > li{ font-size: 0.9rem;}
 .navbar-nav {margin: 3px 0 0;}
 .navbar-header {display: none;} 
 /*#menu .nav > li > a,*/
 /*#menu .navbar-nav>li>a:before {margin-left: -10px;margin-top: -5px;}*/
 .cat-img img {display: none;}
 .cat-img h1 {text-align: left;font-size: 2em;margin: 15px 0 15px 15px;background: #028dd8;display: table;padding: 0 5px;    font-family: 'Arial Black', sans-serif; color: #fff;}
 /*#menu .navbar-nav>li>a {width: 75%; }*/
 /*#menu .navbar-nav>li>a:before {background-size: 350px;  }*/
 /*#menu .search a:before{background-position: -280px -220px;}*/
 /*#menu .mycart a:before{background-position: -220px -220px;}*/
}
@media screen and (min-width: 667px) {
 .visible-xs {display: none!important;}
 .navbar-header {float: left;}
 .navbar-toggle {display: none;}
 .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
 }
 .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
	box-shadow: none;
	padding-top:0px !important;
 }
 .navbar-nav {float: left;margin: 0;width: 100%;height: 70px; margin: 0!important;}
/* .navbar-nav>li {
 	float: left;
 	text-align: center;    
 	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
 } */
 #menu .navbar-nav>li>a{padding: 5px;width: 100%;height: 100%}
 #menu .navbar-nav>li>a span{line-height: 20px; color: #444;}
 #menu .navbar-nav>li:first-child>a{padding: 0;}
 #menu .navbar-nav>li:first-child>a:hover{background-color: initial;}
 li #cart span {display: none;}
 #cart .dropdown-menu {min-width: 300%;} 
 header .search {/*width: 500px;float: right;*/} 
/* #search {height: 70px;}*/

}
@media screen and (max-width: 667px){
 #menu {margin:0 -20px;}
/* .button-group input.input-quantity{width: 20%;}*/
}
@media screen and (max-width: 650px) {
// .button-group input.input-quantity {width: 60.5%;top: 0;}
 #tab-description .price,
 .product-thumb .price{width: 25%;}
 .product-thumb .button-group button, 
 .product-thumb .button-group button + button {width: 42%;padding: 0 12px;}
  #cart-total {font-size: 1em;/* line-height: 0.3em; *//*text-align: right;*/padding-top: 3px;} 
 #menu .navbar-nav>li>a {width: 100%; }
 #menu .navbar-nav>li>a:before {background-size: 350px;width: 60px;}
 #menu .search a:before{background-position: -280px -220px;}
 #menu .mycart a:before{background-position: -225px -220px;}
}
@media screen and (max-width: 640px) {
 #button-cart{width: 38%;}
}
@media screen and (max-width: 600px) and (min-width: 500px) {
 #tab-description .price,
 .product-thumb .price{width: 25%;}
 #menu .navbar-nav>li>a {width: 100%; }
 #menu .navbar-nav>li>a:before {background-size: 350px; }
 #menu .search a:before{background-position: -280px -220px;}
 #menu .mycart a:before{background-position: -225px -220px;}
}
@media (max-width: 568px){
 #menu {margin:0 -20px;}
 #menu .nav > li > a,
 #menu .navbar-nav>li>a:before {/* width: 80%; */}
 #menu .navbar-nav>li>a:before {/* height: 52px; */}
 
 .product-thumb .button-group button, 
 .product-thumb .button-group button + button {width: 40%;}
 .thumbnails>li:first-child {width:100%;}
 #menu .navbar-nav>li>a:before {background-size: 300px;}
 #menu .search a:before{background-position: -245px -190px;}
 #menu .mycart a:before{background-position: -190px -190px;}
}
@media screen and  (max-width: 550px) and (min-width: 450px)  {
 .product-thumb .price{width: 40%;}
 .product-thumb .quantityblk {width: 60%;/* float: none; */}
  #button-cart,
 .thumbnails,
 #tab-description{width: 100%;}
}
@media screen and (max-width: 450px) {
 .qtyBtn.plus {float: right;}
 .product-thumb .button-group button, 
 .product-thumb .button-group button + button {width: 100%;}
 #product .price{width:33%} 
 #tab-description .price,
 .product-thumb .price{width: 40%;}
 .product-thumb .quantityblk {width: 50%;/* float: none; */}
  #button-cart,
 .thumbnails,
 #tab-description{width: 100%;}
}
@media screen and (max-width: 440px){
 .breadcrumb > li{/*font-family: Arial;font-size: 12px;*/}
 #menu .nav > li > a {padding: 0;}
 #menu .nav > li > a,
 #menu .navbar-nav>li>#cart {width: 100%;padding: 0;}
 #menu .navbar-nav>li>a:before{
 /* margin-bottom: -10px; */
 margin-left: 0;
 /* height: 55px; */
 }
 #menu .navbar-nav>li>a:before {background-size: 300px;width: 85%;}
 .breadcrumb {margin: 0 -10px;}
 #menu .fa-search:before{
    background-position: -245px -195px;
    background-size: 300px;
    width: 50px;
    height: 50px;
    }
 /*#search .btn-lg{padding:0;} */
 #input-limit,
 label.control-label[for="input-limit"] {display: none;}
 .cat-img h1{margin-bottom:0;}
// .button-group input.input-quantity { width: 48%; }
 /*.breadcrumb-line{margin-top: 55px;}*/
 #menu .searchline #search .input-lg{margin-top:5px;width: 85%;}
 /*.input-group-btn {float:left;width: 50px;}*/
 #menu .search a:before{background-position: -240px -190px;}
 #menu .mycart a:before{background-position: -190px -190px;}
  
}
@media screen and (max-width: 375px){
 .breadcrumb > li{/*font-size: 1.1em; padding: 0 10px;*/}
 #menu .nav > li > #cart,
 #menu .nav > li > a,
 #menu .navbar-nav>li .fa:before, 
 #menu ul.navbar-nav>li>a:before {margin-top: 0;}
 #menu .nav > li > a{height: 67px;}
 /*.breadcrumb-line{margin-top: 50px;}*/
 /*.button-group input.input-quantity {width: 58%;}*/
 #menu .navbar-nav>li>a:before {background-size: 280px;}

 .input-group-btn{/*width:50px;*/padding:0;}
/* #search .btn-lg{padding:0;}*/
 #menu .fa-search:before{background-position: -225px -180px;background-size: 280px;}
 #menu .searchline #search .input-lg{width: 80%;}
 #menu.navbar ul.navbar-nav>li>a:before{/*height: 40px;*/width: 45px;margin: 0 auto;} 
 /*#menu .search a:before{background-position: -225px -166px;}*/
 /*#menu .mycart a:before{background-position: -177px -166px;}*/
}
@media screen and  (max-width: 375px) and (min-width: 320px)  {
// .button-group input.input-quantity {width: 48%;}
 /*#menu .mycart a:before{background-position: -180px -166px;}*/
}
@media screen and (max-width: 320px) {
 /*header{margin-top:110px}*/
 #menu .nav > li > #cart,
 #menu .nav > li > a,
 #menu .navbar-nav>li>a:before {/*width: 100%;*/}
// .button-group input.input-quantity{width: 42px;padding:4px;}
 .product-thumb .price{width: 40%;}
 #button-cart{width:100%}
 #menu .navbar-nav>li>a:before {background-size: 280px;}
 /*#search .input-lg{width: 160px;}*/
 #menu .fa-search:before{background-position: -200px -160px;background-size: 250px;}
 /*#menu .search a:before{background-position: -225px -166px;}
 #menu .mycart a:before{background-position: -180px -166px;}
 #menu ul.navbar-nav li:nth-child(2) a:before, 
 #menu ul.navbar-nav li:nth-child(3) a:before, 
 #menu ul.navbar-nav li:nth-child(4) a:before {
 	height: 45px;
    margin-top: 0;
 }*/
  #menu.navbar ul.navbar-nav>li>a:before{width: 45px;} 

}
/*.searchline {width: 48%!important;}*/
#tab-description p {color: rgb(51, 51, 51); font-size: 14px;}
#button-payment-method {display: none;}
.shipping-method input,
textarea.form-control{border-color: #f5f5f5;}
.tocart .editcart.btn {width:100%}
.warningmessage {
    background-color: red;
    color:  white;
    margin-top: 20px;
}
.warningmessage h2{font-size:1.5em;color:  white;}
.operator-icon svg {
    margin-bottom: -10px;
}
#personal-id input {
    width: 30px;
    font-size: 2em;
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    transform: scale(1.8);
    padding: 10px;
}
.checkout_form #button-register {pointer-events: none;text-transform: uppercase;}
#cart_table thead {
    display: none;
}
#menu .nav.navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  width:100%;
}

.tocart, .payment {
    padding: 0 1.25rem;
}
.tocart .editcart.btn, .payment .btn {
    height: 48px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #444;
	border-color: #444;
	text-transform:normal;
}
.your_order a {color: #444;}
img {max-width: 100%;}
#menu ul.navbar-nav  .dropdown .dropdown-menu  a:before  {content:inherit}
div#tab-description .description {
    margin-top: 1.5em;
}
.header-top {
	display: flex;
    justify-content: space-between;
	padding: 10px 0 0;
    transition: 0.3s;
}
.header-top h2 {
	margin: 0;
	text-align: center;
	font-size:16px;
	display: flex;
	flex-direction: column;
}
.header-top h3 {
	margin-top: 10px;
	margin-bottom: 0;
}
.header-top h2 span, .header-top h3 span {
	font-family: 'Arial Black', sans-serif;
	text-align: center;
	display: block;
}
.header-top h3 span {
	opacity: 0.3;
    font-size: 12px;
}
.alert-success {
    color: #fff;
    background-color: #028dd8;
    border-color: #028dd8;
	z-index: 101;
    position: relative;
}
@media (max-width: 666px) {
/*	.header-top {
		display: none;
	}*/
	.breadcrumb-line, .common-home #content {
		margin-top: 150px;
	}
	#filter {
		top: 140px;
	}
}
#content.category-113 .button-group,
body.product-category-113 .button-group {
    display: none;
}
.footer-logo {
	width:200px;
}
.contact-info {
	max-width: 400px;
}
.get-call {
	color: #fff;
	background: #028dd8;
	text-transform: uppercase;
	font-size: 24px;
    padding: 12px;
	cursor: pointer;
}
.get-call:hover {
	border-color: #028dd8;
	background: #fff;
	color: #028dd8;
}
.get-call-modal {
	font-weight: 400;
	padding: 15px;
	max-width: 640px;
    margin: auto;
	display: none;
}
.get-call-modal h2 {
    font-size: 24px;
    line-height: 28px;
    color: #212121;
    font-weight: 400;
    margin-top: 10px;
}
.callback-form {
    display: flex;
    align-items: center;
    width: 100%;
}
.form .timer {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.callback-form .order-form__field {
    width: 100%;
	position: relative;
    margin-right: 20px;
	max-width: 185px;
}
.order-form__field textarea, .order-form__field input {
    resize: none;
    background-color: transparent;
    border-color: #e8e8e8;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #212121;
    padding-bottom: 5px;
    padding-top: 20px; }
    .order-form__field textarea:focus, .order-form__field input:focus {
      outline: 0; }
      .order-form__field textarea:focus ~ span, .order-form__field input:focus ~ span {
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        width: 100%; }
		
    .order-form__field textarea:focus ~ label,
    .order-form__field textarea:valid ~ label, .order-form__field input:focus ~ label,
    .order-form__field input:valid ~ label {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      color: #919191;
      font-size: 14px;
      top: 7px; }
    .order-form__field textarea:invalid, .order-form__field input:invalid {
      box-shadow: none; }
    .order-form__field textarea ~ span, .order-form__field input ~ span {
      position: absolute;
      bottom: 4px;
      left: 0;
      height: 2px;
      width: 0;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      background: #00acc1;
      display: block; }
  .order-form__field textarea {
    height: 110px; }
  .order-form__field input {
    padding-top: 30px; }
    .order-form__field input ~ span {
      bottom: 1px; }
  .order-form__field label {
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #919191;
    pointer-events: none;
    font-weight: 400;
    font-size: 16px; }
  .order-form__field.error input[type="email"]:invalid ~ label {
    color: #808080;
    font-size: 14px;
    top: 7px; }
  .order-form__field.error input, .order-form__field.error textarea {
    border-bottom: 1px solid #d32f2f; }
  .order-form__field.error .has-error {
    position: relative;
    color: #d32f2f;
    font-size: 14px;
    font-family: "Roboto";
    width: 100%;
    background: none;
    white-space: nowrap;
    border-top: 2px solid #d32f2f;
    z-index: 2; }
  .order-form__field__btn {
    margin-top: 18px;
    margin-bottom: 25px; }
    .order-form__field__btn:hover {
      border: 1px solid #212121;
      color: #212121; }
  .order-form__field.textarea {
    display: flex; }
    .order-form__field.textarea textarea {
      padding-bottom: 0; }
      .order-form__field.textarea textarea ~ span {
        bottom: 0; }

.order-form__btn__button {
  font-size: 14px;
  color: #00acc1;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.26);
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center; }
  .order-form__btn__button.btn-large {
    height: 46px;
    line-height: 46px; }
  .order-form__btn__button:hover {
    text-decoration: none;
    color: #ff5722; }
	.order-form__btn__button {
    width: 100%;
}
.manager-msg {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.get-call-modal .response {
    font-size: 20px;
    text-align: center;
}
body.product-category-69 h1 {
    word-spacing: -6px;
}

#reviewModal h2 {
    font-size: 24px;
    line-height: 28px;
    color: #212121;
    font-weight: 400;
    margin-top: 10px;
}

#reviewModal .order-form__field {
    width: 100%;
	position: relative;
}
.review-form {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 1em;
}
.review-form .field50 {flex-basis: 48%;}
.review-form .field100 {flex-basis: 100%;}
@media (max-width: 768px) {
 .header-top h2 {font-size: 14px;}
 .header-top {padding-bottom: 10px;}
 .header-top.fixed-header {margin-top: -73px;}
}
.social.calc a {
    color: #028dd8;
}