/*@font-face {
  font-family: 'Ubuntu';
  src: url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Light.woff') format('woff'),
       url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-LightItalic.woff') format('woff'),
       url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Regular.woff') format('woff'),
       url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Medium.woff') format('woff'),
       url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Bold.woff') format('woff'),
       url('catalog/view/theme/default/stylesheet/fonts/Ubuntu-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
*/

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #2b2b2b;
	font-size: 12px;
	font-size:14px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #2b2b2b;
	font-weight:bold;
	text-align:center;
	margin-bottom: 40px;
}
#common-home h3 {
	margin-bottom: 40px;
}

@media (min-width: 520px) {
	.labe-discount {
		background-color: #a94442;
		color: #faf7f3;
		padding: 7px 20px 10px 20px;
		border-radius: 50px;
		/*float: right;*/
		/*margin: 20px 0 0 0;*/
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 519px) {
	.labe-discount span {
		display: none;
	}
	.labe-discount {
		background-color: #a94442;
		color: #faf7f3;
		padding: 7px 20px 10px 20px;
		border-radius: 50px;
		position: absolute;
		top: 0;
		/*right: 2%;*/
	}
	.product-image1 .labe-discount {
		right: 2%;
		width: 80px;
	}
	.homm .labe-discount {
		left: 12%;
		width: 70px;
	}
	#mfilter-content-container .labe-discount {
		left: 14%;
		width: 70px;
	}
	.featurr .labe-discount {
		right: 2%;
		width: 70px;
	}
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {color:#2b2b2b;;}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a {
	color: #2b2b2b;
	transition: ease 0.5s ;
	-webkit-transition: ease 0.5s ;
	-moz-transition: ease 0.5s ;
	-ms-transition: ease 0.5s ;
	cursor:pointer;
	text-shadow:none;
}
a:hover {
	text-decoration: none;
	color:#A1A1A1;
}
*:focus {outline:none!important;}

p,
li  {
	font-size: 14px;
	font-weight: 300;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border:1px solid #ececec;
}
.table-bordered {
	border: 1px solid #ececec;
}
.table-hover>tbody>tr:hover {background:none;}
.btn-primary.active.focus, .btn-primary.focus, .btn-primary: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 {
	background:#f3d449;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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: 13px;
	text-shadow:none;
	box-shadow:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}

select.form-control {
	background: url(/image/catalog/theme/line-down.svg) calc(100% - 12px) 14px no-repeat;
	background-size: 7.29px auto;
}
select.form-control:active,
select.form-control.active,
select.form-control:focus {
	background: url(/image/catalog/theme/line-up.svg) calc(100% - 12px) 14px no-repeat;
	background-size: 7.29px auto;
}
input[type="radio"],
input[type="checkbox"]{
	width: 18px;
	height: 18px;
	background: #fff;
	border:1px solid #cecece;
	appearance: none;
	margin: 2px 5px 0px -25px!important;
	border-radius:50px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	width: 18px;
	height: 18px;
	border:none;
	background: url(/image/catalog/theme/mark-icon.svg) center no-repeat;
	background-size: 100%;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;}

.radio label {
	padding-left: 30px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
	text-shadow:none;
	box-shadow:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #A1A1A1;
}
/* top */
#top {
	padding: 0px;
	margin: 0 0 16px 0;
	min-height: 40px;
	height:0px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	font-size:11px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #A1A1A1;
}
#top .btn-link, #top-links li, #top-links a {
	color: #3E3E3E;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #A1A1A1;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #A1A1A1;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 0px;
	display: table;
	width: 100%;
	padding-top: 8px;
	border-bottom: 1px solid #ececec;
	min-height:40px;
}

/* logo */
#logo {
	margin: 0px;
	display: inline-block;
	width: 118px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
.cart1 {
	width: 134px;}
#cart {
	width: 134px;height: 36px;
}
#cart > .btn {
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	color: #fff!important;
	text-shadow: none;
	box-shadow: none;
	background: #4caf50;
	border: 0px;
	width: 100%;
	display:block;
	text-align:center;
	height: 36px;
	padding: 0px;
	border-radius: 50px;
	margin-bottom: 10px;
	margin-top: -8px;
}
#cart > .btn:hover,
#cart > .btn:focus,
#cart > .btn.active,
#cart > .btn:active {background:#8bc34a}
#cart > .btn #cart-total {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	line-height: 100%;
	display: table;}
#cart > .btn #cart-total span {    text-align: center;
	height: 100%;
	display: table-cell;
	vertical-align: middle;}
#cart > .btn #cart-total span:first-child {width:97px;border-right:1px solid #c6ae46;}
#cart > .btn #cart-total span:last-child {width:calc(100% - 97px);}
/*#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;
}*/
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}
.img-thumbnail {border:0px;}
#cart .dropdown-menu {
	z-index: 1001;margin:0px;padding: 0px;
}
#cart  td {border-top:0px!important;border-bottom:1px solid #ececec;vertical-align:middle;}
#cart  .total-block td {border-top:0px!important;border-bottom:0px solid #ddd;}
#cart  .total-block td:last-child {width:78px;}
#cart .dropdown-menu {
	min-width: 100%;margin-right: -1px;
}
.dropdown-menu {border:0px solid #ececec;}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		width: 290px;
		margin-right: -68px;
	}
}
#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;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
	background: none;
	overflow-x: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {padding-left:0px;}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li+ li:last-child:after {
	display:none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.form-control {border-color:#ececec;}
.btn {
	/*padding: 7.5px 27px;*/
	font-size: 13px;
	color:#2b2b2b!important;
	border: 0px solid #cccccc;
	box-shadow:none;
	border-radius: 50px;
	background:#F7DA58;
	height:35px;
	padding:8px 14px;
	font-weight:bold;
	width: auto;
	font-size: 13px;
}
.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: #303030;
	text-shadow: none;
	background-color: #e7e7e7;
}
.btn-primary {
	color: #303030;
	text-shadow: none;
	background:#F7DA58;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
	background-color: #f3d449;
	color:#303030;
}
.btn-primary.disabled,
.btn-primary[disabled] {background-color:#e8e2c6}
.btn-warning {
	color:#303030;
	text-shadow: none;
	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: none;
}
.btn-danger,
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #ececec;
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.focus,
.btn-danger:focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus {
	box-shadow: none;
	background:#e0e0e0!important;
}

#cart .btn-danger {
	padding: 8px 12px;
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	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: none;
}

.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: none;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #2b2b2b;000;
}
.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 #ececec;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background:transparent;
	border: 1px solid #ececec;
	text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: none;
}
.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 #ddd;*/
	margin-bottom: 40px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	margin-top:20px;
}
.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;
}
.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;
}
.product-thumb .price-new {
	font-weight: bold;
}
.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 #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 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;
	display: none;
}

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

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

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

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

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

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

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

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

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.menu-all-wrap {
	/* background: #2b2b2b;*/
}
.zmenu-h > ul {
	/*display: flex;
	justify-content: space-between;
	width: 100%;*/
}

.zmenu-h ul li {
	position: relative;
	float: left;
	/* z-index: 20; */
	padding: 0;
}

.home1 .zmenu-h > ul > li > a {
	font-size: 18px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 5px;
	padding-right: 5px;
}
.home1 .zmenu-h > ul > li > a span {
	display: block;
	position: relative;
}
#topcontrol img    {filter: grayscale(1) brightness(2.5);width: 30px;
	margin-right: 40px;}

#account-account #content {float: none;margin: 0 auto;}
#account-account #content ul {text-align:left;    display: inline-block;}
#account-account #content ul li {margin-bottom:10px;}
.btn.btn-light.btn-sm {position: absolute;
	right: 20px;
	top: 5px;
	width: 20px;
	height: 20px;
	padding: 0px;
	line-height: 10px;}
.well {
	background-color: transparent;
	border: 1px solid #ececec;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.act-a {text-align:center;margin-top:10px;}
.act-a a {border-bottom:1px dashed #ccc;}
.act-a a:hover,
.act-a a:focus {border-bottom:1px transparent;}


.blog .product-thumb .caption {text-align:left;padding:0px;}
.blog .product-thumb h4 {text-align:left;}
.blog .product-thumb .image {text-align:left;}
.blog .product-thumb .image img {border-radius:12px;}


.blog .btn.btn-info.btn-sm {    position: absolute;
	top: 23px;}
@media (min-width: 1330px) {
	.container {
		width: 1310px;}
}



.zmenu-h {
	background:transparent;
	padding:0px;
	margin:0px;border: 0px;
	min-height:0px;
}
.zmenu-h > ul {min-height:0px;}
.zmenu-h > ul > li > a {
	padding-left:0px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-shadow:none;
	padding:0px 55px 0px 0px;

}
.zmenu-h > ul > li:last-child > a{padding-right:0px;}
.zmenu-h > ul > li > a:hover,
.zmenu-h > ul > li > a:focus {
	background:none;
	color:#A1A1A1;
}

#top-links .top-menu,
#top-links .geo1,
#top-links .lang1,
#top-links .account1 {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	min-width:100px;
	margin: 0px auto;
	font-size:13px;
	text-align: center;
	vertical-align: top;}

#top-links i {
	display:inline-block;}

#top-links .geo1 i {
	width: 16px;
	height: 16px;
	background: url(/image/catalog/theme/geo-icon.svg) top left no-repeat;
	background-size: cover;
	display: inline-block;
	margin: 0px 6px -4px 0px;
}

#top-links .login1 i {
	width: 14px;
	height: 14px;
	background: url(/image/catalog/theme/login-icon.svg) top left no-repeat;
	background-size: cover;
	display: inherit;
	margin: 0px 6px -3px 0px;
	display:inline-block;
}
#top-links .reg1 i {
	width: 14px;
	height: 14px;
	background: url(/image/catalog/theme/reg-icon.svg) top left no-repeat;
	background-size: cover;
	display: inherit;
	margin: 0px 6px -2px 0px;
	display:inline-block;
}
#top-links .account1  {text-align: right;}
#top-links .account1 ul {list-style-type: none;
	padding:0px;
	margin:0px;}
#top-links .account1 ul li {padding:0px;margin:0px;
	display:inline-block;}
#top-links .account1 ul li a {padding:0px;margin:0px;display:inline-block;}

#top-links .account1 ul li.reg1 {    margin-left: 32px;}
#top #form-language .language-select:first-child {padding:0px 12px 0px 0px;position:relative;}
#top #form-language .language-select:first-child:before{
	content: '';
	display: block;
	position: absolute;
	right: 3px;
	top: 5px;
	width: 2px;
	height: 2px;
	background: #F7DA58;
	border-radius: 5px;
}

.language-wrap.ru-ru .lang-ru {color:#A1A1A1;}
.language-wrap.uk-ua .lang-ua {color:#A1A1A1;}
.language-wrap.uk-ua .lang-ru {cursor:pointer;}
.language-wrap.ru-ru .lang-ua {cursor:pointer;}

#top .geo1 {padding-right:10px;position:relative;min-width: 131px;
}
#top .geo1:after {
	content: '';
	display: inline-block;
	margin: 0px 0px 0.7px 6px;
	width: 7.29px;
	height: 4.6px;
	background: url(/image/catalog/theme/line-down.svg) top left no-repeat;
	background-size: cover;}

/*header-central*/

header .central-block {
	display: inline-block;
	width: calc(100% - 122px);
}
header .central-block .central-top,
header .central-block .central-bottom  {
	display: table;
	width: 100%;
}
header .central-block .central-bottom  {height: 56px;}
header .slogan1,
header .recall1,
header .phone1,
header .main-menu,
header .cart1 {
	display:table-cell;
	vertical-align: bottom;
}
header .main-menu  {
	padding-bottom: 18px;}


header .slogan1 {
	font-size:15px;
	font-style:italic;
	color:#2b2b2b;;
}



i.phone {
	width: 16px;
	height: 16px;
	background: url(/image/catalog/theme/phone-icon.svg) top left no-repeat;
	background-size: cover;
	display: inline-block;
	margin: 0px 6px -4px 0px;
}
.phone1 {    padding-right: 10px;
	position: relative;
	width: 165px;
	font-size:15px;}
.phone1 a {font-weight:500;color:#333;}
.phone1 a + span {
	display: inline-block;
	margin: 2px 0px -7px 0px;
	width: 24px;
	height: 24px;
	background: url(/image/catalog/theme/line-down.svg) center no-repeat;
	background-size: 7.29px auto;
	cursor: pointer;
}

.recall1 {width: 112px;}
@media (min-width:630px) {
	html[lang="uk"] .recall1 {width: 124px;}
}

#recall {
	font-size: 15px;
	border-left: 1px solid #ececec;
	width: 100%;
	text-align: right;
	display: inline-block;
	line-height: 100%;
	font-weight: 500;
}

#cart .fa-shopping-cart {display:none;}

.central-bottom .zmenu-h > ul > li {border-right:1px solid #dedede;padding:0px 30px;line-height: 100%;}
.central-bottom .zmenu-h > ul > li:first-child {padding-left:0px;}
.central-bottom .zmenu-h > ul > li:last-child {border-right:none;padding-right:0px;}
.central-bottom .zmenu-h > ul > li > a {
	font-size:18px;
	font-weight: 500;
	padding-right:0px;

}

.slider-home {
	margin-top: -6px;
}
.slider-home .swiper-viewport {
	border:0px!important;
	box-shadow:none!important;
	overflow: hidden;
	margin-bottom:15px;
}

.slider-home #slideshow0 {
	width: 1310px;
	max-width: 100%;
	padding: 11px 15px;
	overflow: visible;
	text-align: center;
}

.slider-home #slideshow0  .swiper-slide-prev,
.slider-home #slideshow0  .swiper-slide-next {
	filter: blur(5px);
	opacity:0.4;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
}

.product-image1 {
	width: 600px;
	padding: 0px 15px;
	display: inline-block;
	float: left;
	position: relative;
}

.product-opis1 {
	width: calc(100% - 600px);
	display: inline-block;
}

.product-opis .btn-group {display:none;}

.product-opis h1 {
	text-align: left;
	font-size: 28px;
	margin-bottom: 20px;}

.product-opis .autocalc-product-price {}

#button-cart {
	background: #F7DA58;
	width: auto;
	font-size: 13px;
	padding: 10px 27px;
}
#button-cart:hover,
#button-cart:active,
#button-cart:focus,
#button-cart.active {background:#f3d449}

#product label[for="input-quantity"],
#product input#input-quantity {display:none;}





.footer-text-wrap,
.footer-text-wrap1 {
	padding-bottom: 45px;
}
.footer-text-wrap,
.dd-fb-wrap,
.footer-text-wrap1,
.dd-fb-wrap1 {
	background: #fff;
}
.footer-text-wrap,
.footer-text-wrap1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer-text,
.footer-text1 {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}

.footer-text:before,
.footer-text1:before {
	content: "";
	display: block;
	height: 60px;
	position: absolute;
	top: unset;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
	bottom: -10px;
	width: 100%;
	z-index: 1;
}
.footer-text-button,
.footer-text-button1 {
	display: inline-block;
	margin: auto;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 29px;
	cursor: pointer;
}



.dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
	left: -10px;
	right: auto;
	top: 23px;
	padding: 3px 11px 8px;
	border: 0px;
}
.dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right>li>a {
	display: inline-block;
	padding: 4px 0px;
	clear: both;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right>li>a:hover {
	background:#fff;
}


/*Footer*/
footer {
	margin-top: 47px;
	padding-top: 30px;
	background-color: #4caf50;
}

footer h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 27px;
	text-align:left;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #e0c657;
	margin-top: 39px;
}

footer hr + p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;}

/*col1*/
footer  img.footer-logo {
	width: 190px;
	margin-top: -7px;
}

footer .telegram1,
footer .instagram1,
footer .facebook1 {
	width:24px;
	height:24px;
	display:inline-block;
	border-radius:50px;}

footer .telegram1 {background:url('/image/catalog/theme/telegram-icon.svg') center no-repeat;background-size:100% auto;}
footer .instagram1 {background:url('/image/catalog/theme/instagram-icon.svg') center no-repeat;background-size:100% auto;}
footer .facebook1 {background:url('/image/catalog/theme/facebook-icon.svg') center no-repeat;background-size:100% auto;}
footer .social1 {    width: 182px;
	margin-top: 25px;
	text-align: center;}
footer .social1 a {margin: 0px 11px;}


/*col2*/
footer .zmenu-h > ul {width: 226px;}
footer .zmenu-h > ul li {width: 100px;
	width: 113px;
	padding-left: 10px;
	line-height: 100%;
	margin-bottom: 28px;}
footer .zmenu-h > ul li:before {
	content: '';
	display: inline-block;
	float: left;
	width: 5px;
	height: 8px;
	background: url(/image/catalog/theme/menu-line-icon.svg) center no-repeat;
	background-size: cover;
	margin: 4px 8px 0px -10px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(107%) contrast(101%);
}
footer .zmenu-h > ul li a {
	display: inline-block;
	padding: 0px;
	font-size: 14px;
	line-height: 100%;}


/*col3*/

footer .col3 ul {list-style-type:none;padding-left: 0px;}
footer .col3 ul li,
footer .col3 ul li a {font-size:16px;color:#fff;}
footer .col3 ul li {padding-left:24px;line-height:100%;}
footer .col3 ul li .phone + a {font-weight:500;}
footer i.open {
	content: '';
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	background: url(/image/catalog/theme/open-icon.svg) center no-repeat;
	background-size: 100% auto;
	margin:3px 11px 0px -25px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(107%) contrast(101%);
}
footer i.phone {
	content: '';
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	background: url(/image/catalog/theme/phone-black-icon.svg) center no-repeat;
	background-size: 100% auto;
	margin: 3px 11px 0px -25px;
}


/*col4*/

footer .col4 ul {
	list-style-type:none;
	padding-left: 0px;
	margin-bottom
}
footer .col4 ul li,
footer .col4 ul li a {
	font-size:16px;
	font-weight: 300;
	color:#2b2b2b;;
}
footer .col4 ul li {
	padding-left: 10px;
	line-height: 100%;
	margin-bottom: 12px;
}

footer .col4 ul li:before {
	content: '';
	display: inline-block;
	float: left;
	width: 5px;
	height: 8px;
	background: url(/image/catalog/theme/menu-line-icon.svg) center no-repeat;
	background-size: cover;
	margin: 6px 8px 0px -10px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(107%) contrast(101%);
}
footer .col4 ul + h5 {margin-top:35px;}
footer .footer-payment {
	margin-top: -4px;}


/*banner-home*/

.swiper-viewport.mod89 {
	border: 0px;
	box-shadow:none;
	margin-bottom: 40px;
}
.swiper-viewport.mod89 .swiper-wrapper {
	border-radius:12px;    overflow: hidden;
}


.owl-carousel .owl-buttons div.next-prod i:before {
	background:url('/image/catalog/theme/right-icon.svg') center no-repeat;
	background-size:100%;
	width:25px;
	height:25px;
	display:block;
	content:'';
}
.owl-carousel .owl-buttons div.prev-prod i:before {
	background:url('/image/catalog/theme/left-icon.svg') center no-repeat;
	background-size:100%;
	width:25px;
	height:25px;
	display:block;
	content:'';
}
.owl-theme .owl-controls .owl-buttons div {
	opacity:1!important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	filter:brightness(97%);
}
.alltabs .owl-carousel {

	padding: 0px 50px;
}
.alltabs .owl-theme .owl-controls .owl-buttons div {margin:0px 5px}



.product-thumb .caption {text-align:center;}
.product-thumb .caption h4 {margin-bottom:8px;}
.product-thumb .caption  span {
	font-size:14px;
	font-weight:300;
}

.product-layout .product-thumb .caption  span {text-transform:lowercase;}

.alltabs .thumb-footer {text-align:Center;}

.product-thumb .btn {margin-top:15px;}

.alltabs .owl-wrapper {margin-left:-1px;}

/*.alltabs .owl-item {margin:0px 4px 0px 0px;}*/
.alltabs .owl-item:after {
	position: absolute;
	top: 40px;
	left: -1px;
	display: block;
	height: 117px;
	width: 1px;
	content: '';
	background: #e4e4e4;
}
.alltabs .product-thumb .image {
	transition: 150ms ease-out 0s;
	-webkit-transition: 150ms ease-out 0s;
	-moz-transition: 150ms ease-out 0s;
	-ms-transition: 150ms ease-out 0s;
}
.alltabs .product-thumb .image:hover {
	margin-top:3px;
	margin-bottom:-3px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.mod79 h1 {font-size: 18px;    margin: 30px 0 20px;}
.mod79 h2 {font-size: 17px;    margin: 30px 0 20px;}
.mod79 h3 {font-size: 16px;    margin: 30px 0 20px!important;}
.mod79 h4 {font-size: 15px;    margin: 30px 0 20px;}

.thumbnail {border:0px;padding:0px;}

#product input[type="checkbox"] {display:none;}

#product .img-thumbnail {
	border:0px;
	background:transparent;
	padding:0px;
	width:94px;height:94px;margin-top: -52px;    margin-bottom: -5px;}

#product-product .product-opis {
	width: calc(100% - 600px);
	display: inline-block;
	padding-left: 40px;
}
#product .checkbox {     display: inline-block;
	float: left;
	border: 1px solid #e6e6e6;
	border-radius: 22px;
	margin-right: 12px;
	text-align: center;
	width: 119px;
	height: 136px;
	margin-bottom: 40px;}

#product .form-group {
	display: block;
	width: 100%;
	clear: both;
}
#product .dob-name {    display: block;
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 5px;
	padding: 0px 5px;}

#product .form-group .control-label {font-weight: bold;
	font-size: 18px;
	margin: 20px 0 40px;}
#product  .checkbox,
#product  .checkbox+.checkbox,
#product .radio,
#product .radio+.radio {margin-top:20px;}
#product .option_price {
	display: block;margin-bottom:5px;
	font-size: 14px;
	font-weight: bold;}
#product .option_price + .attr_checkbox {display:none;}

#product-product .options_title {margin-bottom:20px;display:block;}
#product-product .opt_title1,
#product-product .opt_title {
	display:inline-block;white-space:nowrap;}

#product-product .opt_title:after,
#product-product .opt_title1:after {
	content:',';
	display:inline-block;
	margin-right: 5px;
	/*margin-left: 5px;*/
}

#product-product .opt_title:last-child:after,
#product-product .opt_title1:last-child:after {
	display:none;
}



#product-product .options_title .opt_title {font-size:14px;}
#product-product .options_title .opt_title .fa.fa-minus {margin:0px 0px -2px 1px;}
#product-product .options_title .opt_title .fa.fa-minus:before {
	display:block;
	content:'';
	background:url('/image/catalog/theme/delete-icon.svg') center no-repeat;
	width:12px;
	height:12px;
	background-size:100%;
	cursor:pointer;
}

#product-product .ingred1 .fa.fa-plus {
	width:18px;
	height:18px;
	background:url('/image/catalog/theme/plus-icon.svg') center no-repeat;
	background-size:100%;
	cursor:pointer;
}
#product-product .ingred1 .fa.fa-plus:hover {
	background:url('/image/catalog/theme/plus2-icon.svg') center no-repeat;
	background-size:100%;}

#product-product .ingred1 .fa.fa-plus {
	margin-bottom: -4px;margin-left: 5px;
}


.fa.fa-check {
	width:18px;
	height:18px;
	background:url('/image/catalog/theme/mark-icon-green.svg') center no-repeat;
	background-size:100%;
}
#product-product .ingred1 .fa.fa-check {
	margin-bottom: -4px; margin-left: 0px;margin-right: -3px;
}


.checkbox span[class^="quant"] {    font-weight: bold;
	color: #72a701;
	font-size: 16px;}

#product-product .ingred1 .fa.fa-check:before,
#product-product .ingred1 .fa.fa-plus:before {
	display:none!important;}

/*ves*/
#product-product .product-opis .radio {
	display:inline-block;
}

#product .ves1 div[id^="input-option"] {
	background: #F8F8F8;
	border-radius: 50px;
	padding: 0px;
	/*width: 392px;*/
	height: 47px;
	display: inline-block;
	position: relative;
}
#product .ves1 div[id^="input-option"] input {
	display:none;
}

#product .ves1 div[id^="input-option"] label {
	color: #303030;
	font-size: 13px;
	font-weight: bold;
	margin: 0 12px 0 0;
	height: 47px;
	/*min-width: 140px;*/
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 13px 10px 3px;
	z-index: 1;
	/*width: 127px;*/
}


/*.podloga {
	border:2px solid #F7DA58;
	height:47px;
	width:148px;
	position:absolute;
	z-index:0;
	top:0px;
	border-radius:50px;
	transition: 0.5s ease;
	    max-width: 100%;
}



html[lang="uk"] .podloga {width:139px;}
html[lang="uk"] #product .ves1 div[id^="input-option"] input:nth-child(3):checked + label + input + label + .podloga {
        left: 140px;
    width: 135px;
}
html[lang="uk"] #product .ves1 div[id^="input-option"] input:nth-child(5):checked + label + .podloga {
        left: 273px;
    width: 124px;
}

#product .ves1 div[id^="input-option"] input:nth-child(1):checked + label + input + label + input + label + .podloga {
	left:0px;
}
#product .ves1 div[id^="input-option"] input:nth-child(3):checked + label + input + label + .podloga {
	left: 148px;
    width: 133px;
}
#product .ves1 div[id^="input-option"] input:nth-child(5):checked + label + .podloga {
	    left: 281px;
    width: 135px;
}*/

.podlogaXXXX {
	border:2px solid #F7DA58;
	height:47px;
	width:130px;
	position:absolute;
	z-index:0;
	top:0px;
	border-radius:50px;
	transition: 0.5s ease;
	max-width: 100%;
}



#product .ves1 div[id^="input-option"] input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

#product .ves1 div[id^="input-option"] label {
	display: inline-block;
	padding: 10px 10px;
	border: 2px solid #F7DA58;
	border-radius: 50px;
	transition: 0.5s ease;
}

#product .ves1 div[id^="input-option"] input[type="radio"]:checked + label {
	border-radius: 50px;
	transition: 0.5s ease;
	max-width: 100%;
	border: 2px solid #F7DA58;
	background-color: #F7DA58;

}


#product .ves1 div[id^="input-option"] input[type="radio"]:focus + label {
	border-radius: 50px;
	transition: 0.5s ease;
	max-width: 100%;
	border: 2px solid #F7DA58;
	background-color: #F7DA58;
}


#product .ves1 div[id^="input-option"] input:nth-child(1):checked  + label + input + label + .podloga {
	left:0px;
}
#product .ves1 div[id^="input-option"] input:nth-child(3):checked  + label + .podloga {
	left: 132px;
	width: 134px;
}

html[lang="uk"] .podloga {width:133px;}
html[lang="uk"] #product .ves1 div[id^="input-option"] input:nth-child(3):checked  + label + .podloga {
	left: 130px;
	width: 126px;
}





#product .form-group.ves1 {
	/*margin-top: 40px;*/
}
/*home-slider*/
.slider-home .swiper-pager {
	width: 1310px;
	position: absolute;
	left: calc((100% - 1310px)/2);

}

.slider-home .swiper-viewport .swiper-button-next,
.slider-home .swiper-viewport:hover .swiper-button-next {
	right:40px;
	width:30px;
	height:30px;
	opacity:1;
	background:url('/image/catalog/theme/right-white-line.svg');
}

.slider-home .swiper-viewport .swiper-button-prev,
.slider-home .swiper-viewport:hover .swiper-button-prev {left:40px;
	width:30px;
	height:30px;
	opacity:1;
	background:url('/image/catalog/theme/left-white-line.svg');
}
.slider-home  .swiper-slide {
	border-radius: 12px;
	overflow: hidden;}

.slider-home .swiper-viewport .swiper-button-prev,
.slider-home .swiper-viewport .swiper-button-next {opacity:0;}

.slider-home .swiper-viewport .swiper-button-next:before,
.slider-home .swiper-viewport .swiper-button-prev:before {display:none;}


/*.slider-home .swiper-button-next,
.slider-home .swiper-button-prev {
	width:30px;
	height:30px;
	display:block;
}

.slider-home .swiper-button-next:before {
	width:30px;
	height:30px;
	content:'';
	display:block;
	background:url('/image/catalog/theme/right-white-icon.svg') center no-repeat;
	background-size:cover;
	right:0px;
}

.slider-home .swiper-button-prev:before {
	width:30px;
	height:30px;
	content:'';
	display:block;
	background:url('/image/catalog/theme/left-white-icon.svg') center no-repeat;
	background-size:cover;
	left:0px;
}*/
/*.footer-text-button,
.footer-text-button1{
	padding-right: 20px;
	position:relative;}*/

.footer-text-button1,
.footer-text-button {
	padding: 0px 17px;
	background: url(/image/catalog/theme/line-down.svg) 100% 8px no-repeat;
	background-size: 7.29px auto;
}

.footer-text-button1.hiddenClick,
.footer-text-button.hiddenClick {
	padding: 0px 17px;
	background: url(/image/catalog/theme/line-up.svg) 100% 8px no-repeat;
	background-size: 7.29px auto;
}

#product .btn.btn-primary {
	padding: 10px 27px;
	height:47px;
}

.ingred1 .attr_checkbox {
	display:none;
}
/*div[class^="carousel_module_analogs"] .caption {
	min-height: 100px;
}

div[class^="carousel_module_featured"] .caption {
	min-height: 50px;
}*/

.sortblock .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
	left: auto;
	right: 0px;
	min-width: 93px;
	width: 132px;}

html[lang="uk"] .sortblock .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
	left: auto;
	right: 0px;
	min-width: 63px;
	width: 97px;/*
    padding: 3px 7px 8px;*/
}
.sortblock  .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right li:hover {background:none;}
.sortblock  .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right a {    font-weight: 400;
	line-height: 120%;
	font-size: 16px;border-bottom:2px solid transparent;}
.sortblock  .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right a:hover,
.sortblock  .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right a:focus {border-bottom:2px solid #f7da58;}
.sortblock {z-index: 1;float: right;
	text-align: right;
	padding-right: 0px;
	margin-bottom: -24px;
	margin-bottom:-32px;
	margin-top: 9px;
	width: 127px;
	font-size: 16px;
}
.mfilter-box {
	max-width: calc(100% - 110px);
}



/*filter*/
.mfilter-heading {display:none!important;}
.mfilter-content-opts {border:0px!important;}
.mfilter-scroll-left,
.mfilter-scroll-right,
.mfilter-tb-as-td.mfilter-col-count {display:none!important;}
.mfilter-col-input input[type=checkbox] {margin:3px 4px 2px 0!important;appearance: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;}
.mfilter-content_top.mfilter-light-theme .mfilter-tb .mfilter-tb,
.mfilter-light-theme .mfilter-tb-as-tr:hover {background:none!important;border:none!important;box-shadow:none!important;}
.mfilter-content_top .mfilter-tb, .mfilter-content_top .mfilter-tb .mfilter-tb {padding-right:10px!important;}
.mfilter-content_top .mfilter-tb .mfilter-tb {margin:0px!important;}
.mfilter-filter-item .mfilter-options {
	padding: 0 0px!important;
}

/*.mfilter-light-theme .mfilter-content{    overflow: hidden;}*/
label.mfilter-tb-as-td {font-size: 15px;}
.mfilter-image_list_checkbox .mfilter-tb-as-td img {    margin-bottom: 4px;}

.mfilter-inline-horizontal .mfilter-options-container {
	overflow: visible;
	position: relative;
	width: auto!important;
}

/*header*/
@media (min-width:992px) and (max-width:1199px) {
	#top-links .zmenu-h > ul > li > a {
		padding: 0px 18px 0px 0px;}
	.central-bottom .zmenu-h > ul > li {
		padding: 0px 18px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#top-links .zmenu-h > ul > li > a {
		padding: 0px 10px 0px 0px;
	}
	.central-bottom .zmenu-h > ul > li {
		padding: 0px 5px;
	}
	.central-bottom .zmenu-h > ul > li a {
		font-size:17px;}

	#top-links .account1 ul li.reg1 {
		margin-left: 0px;
	}
	#top-links .account1 {
		width: 103px;
		min-width: 60px;
	}
	.language-wrap {
		min-width: 60px;
		margin: 0 auto;
	}


	#top .geo1,
	#top .lang1 {
		display:block;
	}
	#top .geo1 {
		padding-right: 0px;
		width: 100%;
	}
	#top-links .lang1 {
		width: 100%;
		display: block;
	}
	#top-links {
		min-height: 60px;
	}
	#top-links .top-menu {
		max-width: 147px;
	}
	#top {
		min-height: 65px;
	}
	header .slogan1 br {
		display: block;
	}
	header .slogan1 {
		margin-bottom: -9px;
		display: block;
	}
	.dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
		top: 37px;
	}
}

header .slogan1 br {
	display:none;
}

@media (max-width:767px) {
	#top-links .top-center-block {
		display: inline-block;
		text-align: left
	}
	#top-links .account1 {
		display: inline-block;
		text-align: right
	}
	#top-links .account1 ul li.reg1 {
		margin-left: 10px;
	}
	#top-links .geo1,
	#top-links .lang1 {
		display:inline-block;
	}
	#top-links .geo1 {
		width: auto;
	}
	#top-links .lang1 {
		width: 100px;
		float: right;
		min-width: 78px;
	}
	#top-links .top-menu{
		width: 100%;
		display: block;
		text-align: left;
	}
	.zmenu-h > ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	#top-links .zmenu-h ul li {
	}
	#top-links .zmenu-h > ul > li > a {
	}
	#top-links .top-center-block {
		width: 50%;
		text-align: right;
	}
	#top-links .account1 {
		width:50%;
		text-align:left;
	}
	#top-links {
		min-height: 55px;
		margin: 0 -15px;
		padding-left: 15px;
		padding-right: 5px;
		width: calc(100% + 30px);
	}
	.slogan1 {
		max-width: 288px;
		display: block;
	}
	#top {height:50px;}
}

@media (min-width:630px) and (max-width:767px) {
	#top-links .zmenu-h > ul {
		text-align:Center;
	}
	#top-links .zmenu-h > ul > li {
		display: inline-block;
		float: none;
	}
	#top-links .zmenu-h > ul > li > a {
		padding: 0px 15px 0px 0px;
	}
	#cart > .btn #cart-total span:first-child {
		width: 76px;
	}
	#cart {
		width: 100%;
	}
	.cart1 {
		width: 98px;
	}
	.central-bottom .zmenu-h > ul > li {
		padding: 0px 4px;

	}
	header .central-block {
		display: inline-block;
		width: calc(100% - 109px);
	}
	#cart > .btn #cart-total span:first-child {
		width: 69px;
	}
	.central-bottom .zmenu-h > ul > li {
		padding: 0px 3px;
	}
	header .slogan1 {
		margin-bottom: -16px;
		font-size: 14px;
		margin-top: 5px;
		line-height: 17px;
		display: block;    padding-right: 10px;
	}
	.central-bottom .zmenu-h > ul > li > a {
		font-size: 15px;
	}
	header .logo {
		width: 80px;
	}
	header #logo {
		margin: 0px;
		display: inline-block;
		width: 80px;
		margin-top: -10px;
		margin-bottom: 6px;
	}
	#logo img{
		width: 70px;
	}
	header .central-block {
		width: calc(100% - 85px);
	}
	.central-bottom .zmenu-h > ul > li {
		padding: 0px 4px;
	}
}


#top-links .mobile_nav_btn {display:none;}

@media (max-width:629px) {
	#top-links .top-center-block {
		width:calc(50% - 18px);
		display: inline-block;
		margin-top: 5px;
		width: calc(50% - -14px);
		display: inline-block;
		margin-top: 5px;
	}
	#top-links .account1 {
		margin-top: 5px;    text-align: center;
		width:calc(50% - 18px);
		margin-top: 5px;
		text-align: right;
		padding-right: 15px;
		width: calc(50% - 50px);
	}

	#top-links .top-menu {
		width: 36px;
		float: left;
		display: block;
		text-align: left;
		min-width: 36px;
	}
	.central-bottom .zmenu-h > ul > li > a {
		font-size: 15px;
	}

	#top-links .mobile_nav_btn {
		display: block;
		padding: 9px;
		width: 36px;
		height: 36px;
		background: #ffffff;
		border: 1px solid #ececec;
		border-radius: 50px;
	}
	#top-links .mobile_nav_btn span {
		display: block;
		height: 1px;
		width: 100%;
		background: #2b2b2b;;
		margin-bottom: 4px;
		margin-top: 3px;
	}
	#top .zmenu-h > ul {
		position: absolute;
		position: fixed;
		width: 260px;
		background: #fff;
		height: 100%;
		top: 0px;
		left: -300px;
		z-index: 9999;
		-webkit-transition: .5s;
		-o-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	#top .zmenu-h > ul.show {
		display:block;
		left:0px;
	}
	#top-links .zmenu-h ul li {
		float: none;
		width: 100%;
		height: auto;
		display: block;
		border-bottom: 1px solid #ececec;
	}
	#top-links .zmenu-h > ul > li > a {
		padding: 10px 20px;
		font-size: 16px;
		text-align: left;
		display: block;
	}
	.menu-blush.active {    position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		background: #2b2b2b;
		z-index: 222;
		top: 0px;
		left: 0px;
		-webkit-transition: left .5s;
		-o-transition: left .5s;
		-moz-transition: left .5s;
		transition: left .5s;
	}
	header {/*height:163px;height:117px;    */height: 122px;
		border-bottom: 1px solid #ececec;}
	header #logo {    margin-top: 10px;    position: absolute;}

	header .central-block {
		height: 160px;
		width: 100%;
	}
	header .central-block .central-top  {
		/*display: table;
		margin-left: 104px;
		margin-top: 14px;
		height: 83px;
				width: calc(100% - 250px);*/
		display: table;
		margin-left: 104px;
		margin-top: 11px;
		height: 53px;
		width: calc(100% - 104px);
	}
	header .slogan1 {
		max-width: 100%;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	.central-top .phone1 {
		position: absolute;
		top: 174px;
		left: 119px;
		width: 166px;
		text-align: right;
		margin-top: 8px;
	}
	.central-top .recall1 {
		position: absolute;
		top: 125px;
		top:178px;
		right: auto;
		left: 282px;
		width: 126px;
		/* border: 1px solid red; */
		text-align: left;
		margin-top: 8px;
	}
	#recall {
		text-align: left;
		padding-left: 15px;
	}
	header .central-block .central-bottom {
		position:absolute;
		left: 0px;
		top: 174px;
		top:0px;
		display: block;
	}
	/*header .main-menu {
		display:block;
		width:100%;
	}*/
	#top {
		height: 50px;
		margin-top: 55px;
	}
	header .main-menu {
		display: block;
		width: 100%;
		position: fixed;
		height: 53px;
		padding-top: 11px;
		top: 100px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 102;
		/*-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25);
		box-shadow: 0 2px 4px rgba(0,0,0,.25);*/
		-webkit-transition: transform .2s;
		-moz-transition: transform .2s;
		-ms-transition: transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
		border-bottom: 1px solid #ececec;
	}
	header .central-bottom .menu-all-wrap {
		overflow-x: scroll;
		width: 100%;
		max-width: 100%;
		display: block;
	}
	/* хром, сафари */
	header .central-bottom .menu-all-wrap::-webkit-scrollbar { width: 0; }

	/* ie 10+ */
	header .central-bottom .menu-all-wrap { -ms-overflow-style: none; }

	/* фф (свойство больше не работает, других способов тоже нет)*/
	header .central-bottom .menu-all-wrap { overflow: -moz-scrollbars-none; }

	header .central-bottom .zmenu-h {
		display: block;
		width:580px;
		margin: 0 auto;
		/*poka 3 kategorii*/
		max-width: 100%;
	}
	header .central-bottom .zmenu-h > ul {
		display: block;
		height: 100%;
		/*poka 3 kategorii*/
		text-align:center;
	}
	header .central-bottom .zmenu-h > ul > li {
		padding: 0px 0px;
		border-right: 0px;
		display: inline-block;
		float: none;
	}
	header .central-bottom .zmenu-h > ul > li > a {
		background: #f1f1f1;
		padding:5px 14.5px 7px;
		width: auto;
		border-radius: 50px;
		display: block;
		font-size: 16px;
		line-height: 100%;
		font-weight: 500;
	}
	.cart1 {
		width: 134px;
		position: absolute;
		right: 15px;
		top: -114px;
		display: block;
	}
	header .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
		left: calc(50% - 138px);
		margin-left: calc(50% - 37px);
	}
}


@media (max-width:519px) {
	#top-links .top-center-block {
		width: calc(100% - 116px);
		width:calc(100% - 141px);
		display: inline-block;
		margin-top: 7px;
		text-align: center;
	}

	#top-links .account1 {
		margin-top: 0px;
		text-align: right;
		float: right;
		width: 79px;
		min-width: 30px;
		margin-top: 0px;
		text-align: right;
		float: right;
		width: 94px;
		min-width: 30px;
	}

	#top-links .account1 ul li {
		padding: 0px;
		margin: 0px;
		display: inline-block;
		border: 1px solid #ececec;
		position: relative;
		text-align: center;
		width: 36px;
		border-radius: 50px;
		height: 36px;
	}
	#top-links .account1 ul li.reg1 {
		margin-left: 3px;
	}
	#top-links .account1 ul li a {
		padding: 0px;
		margin: 0px;
		display: block;
		position: absolute;
		font-size: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	#top-links .login1 i {
		width: 14px;
		height: 14px;
		background: url(/image/catalog/theme/login-icon.svg) top left no-repeat;
		background-size: cover;
		margin: 10px;
		display: block;
	}
	#top-links .reg1 i {
		width: 14px;
		height: 14px;
		background: url(/image/catalog/theme/reg-icon.svg) top left no-repeat;
		background-size: cover;
		margin: 10px;
		display: block;
	}

}
@media  (max-width:479px) {
	header {
		height:163px;
		height:101px;
	}
	header .central-block .central-top {
		/*width: 100%;
		margin: 0px;*/
		display: table;
		margin-left: 95px;
		margin-top: 11px;
		height: 43px;
		width: calc(100% - 95px);
	}
	header .slogan1 {
		text-align: left;
	}
	header #logo {/*width:100%;text-align: center;margin-top: 76px;left:0px;*/width: 90px;
		left: 0px;
		padding-left: 15px;}
	header #logo img {
		margin:0px auto;
	}
	.central-top .phone1 {
		width: 58%; */
	position: absolute;
		top: 116px;
		top: 167px;
		left: 107px;
		width: 145px;
		text-align: right;
		margin-top: 8px;
	}
	.central-top .phone1 i {display:none;}
	.central-top .recall1 {/*width:42%;*/      position: absolute;
		top: 107px;
		top: 164px;
		right: 15px;
		left: 250px;
		border-radius: 20px;
		/* border: 1px solid #ececec; */
		margin-top: 8px;
		background: url(/image/catalog/theme/phone-icon.svg) center no-repeat;
		background-size: 16px;
		border: 1px solid #ececec;
		text-align: center;
		width: 36px;
		border-radius: 50px;
		height: 36px;
	}
	#recall {
		text-align: left;
		padding-left: 0px;
		font-size: 0px;
		border: 0px;
		display: block;
		height: 100%;
	}
	header .dropdown-menu.dropdown-menu-header.dropdown-menu-header-telephone.dropdown-menu-right {
		left: calc(50% - 117px);
		margin-left: calc(50% - 37px);
		width: 133px;
		min-width: auto;
	}
	header .central-block .central-bottom {
		top: 0px;
	}
	.cart1 {
		top: -49px;
		display: block;
		right: auto;
		left: auto;
		margin: 0 calc(50% - 67px);
	}
}

@media (max-width:419px) {
	#top-links .top-center-block {
		width: calc(100% - 136px);
		display: inline-block;
		margin-top: 0px;
		text-align: center;
	}
	#top-links .geo1,
	#top-links .lang1 {
		width:100%;
		display:block;
		height: 21px;
	}

}




/*Footer*/

@media (min-width:992px) and (max-width:1199px) {
	footer .zmenu-h > ul li {
		width: 100px;
		width: 100px;}
}
@media (min-width:768px) and (max-width:991px) {
	footer .col4 ul li,
	footer .col4 ul li a {
		font-size: 13px;}
	footer .col3 ul li:first-child {
		font-size:13px;
	}
	footer i.open {
		margin: 1px 11px 0px -25px;
	}
	footer .zmenu-h > ul li {
		width: 83px;
	}
	footer img.footer-logo {
		width: 151px;
	}
	footer .social1 {
		width: 100%;
	}
	footer .social1 a {
		margin: 0px 6px;
	}
}

@media (min-width:520px) and (max-width:767px) {
	footer .zmenu-h > ul li {
		text-align: left;	}
	footer .col2 {
		padding-top: 20px;}
	footer .col1,
	footer .col2,
	footer .col3,
	footer .col4 {
		min-height:282px;}
	footer .col3 {
		padding-left: 44px;}
}

@media (max-width:519px) {
	footer .col1,
	footer .col2,
	footer .col3,
	footer .col4 {
		width:100%;}
	footer h5 {text-align:center;}
	footer .col1,
	footer .social1 {text-align:center;margin-left:auto;margin-right:auto;}
	footer .zmenu-h{margin: 0 auto;
		width: 175px;}
	footer .zmenu-h > ul li {text-align:left;}
	footer .menu-all-wrap {width: 200px;
		margin: 0 auto;}
	footer .col3 ul {
		width: 192px;
		margin: 0 auto;
	}
	footer .col4 ul {
		width: 200px;
		margin: 0 auto;
	}
	footer .footer-payment {
		margin: -4px auto 0px;
		display: block;
	}
}

@media (max-width:767px) {

	/*.mfilter-box {
			max-width: 100%;
			text-align: center;
	}
	.mfilter-light-theme .mfilter-content {
			width: 100%;
			text-align: center;
	}*/
	/*.sortblock {
			z-index: 1;
			text-align: right;
			padding-right: 0px;
			margin-bottom: 26px;
			margin-top: 10px;
			width: 106px;
			margin: 0 auto 20px;
	}*/
	.mfilter-options-container > .mfilter-tb {width:330px!important;}

}

@media (max-width:479px) {
	.sortblock {
		margin: 0 auto;
		float: none;}
	.mfilter-box {
		margin-bottom: 20px;
		padding: 0;
		margin: 10px auto 20px;
	}
	.mfilter-light-theme .mfilter-content {
		overflow: visible;
	}
}

@media (max-width:419px) {
	.sortblock {
		margin: 0 auto;
		float: none;}
	.mfilter-box {
		margin-bottom: 20px;
		padding: 0;
		margin: 10px auto 20px;
	}
	.mfilter-light-theme .mfilter-content {
		overflow: visible;
	}
	.mfilter-options-container > .mfilter-tb {
		width: 262px!important;
	}
	.mfilter-box {
		max-width: 262px;
	}
}

#simple_login_header h2 { margin: 0px;}


#information-contact .telegram1,
#information-contact .instagram1,
#information-contact .facebook1,
#information-contact .clock1 {
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	margin: 0px 6px -4px 0px;
}

#information-contact .telegram1 {
	background:url('/image/catalog/theme/telegram2-icon.svg') center no-repeat;
	background-size:100% auto;}

#information-contact .instagram1 {
	background:url('/image/catalog/theme/instagram2-icon.svg') center no-repeat;
	background-size:100% auto;}

#information-contact .facebook1 {
	background:url('/image/catalog/theme/facebook2-icon.svg') center no-repeat;
	background-size:100% auto;}

#information-contact .clock1 {
	background:url('/image/catalog/theme/clock2-icon.svg') center no-repeat;
	background-size:100% auto;}

#information-contact .panel.panel-default	{
	border-color: #ddd;
	max-width: 351px;
	border: 0px;
	box-shadow: none;
	line-height: 170%;
	margin: 0 auto;}



#information-contact  .panel .phone + a {font-weight: 500;    font-size: 15px;}

.mfp-image-holder .mfp-figure:after {
	box-shadow:none;
	background:transparent;
}

.mfp-image-holder  .mfp-bottom-bar {
	display:none;}

.mfp-image-holder .mfp-close {
	top: 30px;}

.modal-body .product-image1 .sticker-left .sticker-rectangle {
	margin-left: 20px;
	margin-top: 20px;}

#product .btn.btn-primary:hover,
#product .btn.btn-primary:focus  {background:#f3d449;}

#quickViewModal .fa-close {
	cursor: pointer;
	right: 0px!important;
	top: -33px!important;}

#quickViewModal .fa-close:before {
	content:'';
	background:url('/image/catalog/theme/close-icon.png');
	background-size:cover;
	width:26px;
	height:26px;
	display:block;
}

.mfp-image-holder .mfp-clos {
	cursor:pointer;
}

.mfp-image-holder .mfp-close {
	content:'';
	background:url('/image/catalog/theme/close-icon.png');
	background-size:cover;
	width:26px!important;
	height:26px;
	display:block;
	cursor:pointer;
	font-size:0px;
}

.mfp-image-holder .mfp-close:active {
	top:30px;
}

@media (max-width:1199px) {
	.product-image1 {
		width:55%;
	}
	#product-product .product-opis {
		width:45%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.product-image1 {
		width:39%;
	}
	#product-product .product-opis {
		width:61%;
	}
	.product-image1 .sticker-product {
		top: 0px!important;
	}
	.product-image1 .sticker-left .sticker-rectangle {
		margin-left: 10px!important;
	}
}

@media  (max-width:767px) {
	.product-image1 {
		width: 100%;
		display: block;
		float: none;
	}
	#product-product .product-opis {
		width: 396px;
		margin: 30px auto 40px;
		display: block;
		padding: 0px;
	}
	.product-opis h1 {
		text-align:center;
	}
	#product .autocalc-product-price {
		margin:0 auto;
	}
	#product .btn.btn-primary {
		margin: 0 auto;
	}
}

@media (max-width:426px) {
	#product-product .product-opis {
		padding: 15px;
		width:100%;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.alltabs .sticker-catalog.sticker-left {
		left: 0px!important;
	}
}

@media (min-width:320px) and (max-width:767px) {
	.alltabs .sticker-catalog.sticker-left {
		left: 5px!important;
	}

}

@media (max-width:991px) {
	.alltabs .owl-carousel .owl-wrapper-outer {
		width: 98%;}
}

@media (min-width:992px) {
	.alltabs .owl-carousel .owl-wrapper-outer {
		width: 99%;}
}



/**/
@media (min-width: 768px) {
	.slider-home #slideshow0 {
		width: 750px;}
}
@media (min-width: 992px) {
	.slider-home #slideshow0 {
		width: 970px;}
}

@media (min-width: 1200px) {
	.slider-home #slideshow0 {
		width: 1170px;}
}

@media (min-width: 1330px) {
	.slider-home #slideshow0 {
		width: 1310px;}
}



@media (max-width:422px) {
	/*#product .checkbox {
    width: 113px;
	}*/
	#product .checkbox {
		width: calc(33.3% - 12px);
	}
	#product .checkbox:nth-child(3n) {
		width: calc(33.3% - 9px);
		margin-right:0px;
	}
	/*#product .ves1 div[id^="input-option"] label {padding: 13px 13.5px 0px;}*/
}

.mfilter-inline-horizontal .mfilter-options-container > .mfilter-tb {
	position: relative;
	margin-left: 0px!important;
}




#quickViewModal  .modal-dialog  #product-product.container {
	width:100%!important;
}


@media (max-width:767px) {

	#quickViewModal  .modal-dialog {
		/*width: calc(100% - 20px)!important;*/
		width:100%!important;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-opis {
		margin: 0px 15px 40px;
		width:calc(100% - 30px);  position: relative;/*
        z-index:999999999;*/
	}
	/*#quickViewModal  .modal-dialog  #product-product.container .thumbnail {
			z-index:0;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-opis h1 {
			z-index:99999999999;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-image1 {
					z-index: -2;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-image1 .thumbnails {
					z-index: -2;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-image1 .thumbnails li {
					z-index: -2;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-image1 .thumbnails li a {
					z-index: -2;
	}
	#quickViewModal  .modal-dialog  #product-product.container .product-image1 .thumbnails li a img {
					z-index: -2;
	}*/
	#quickViewModal  .modal-dialog #product .checkbox {
		width: 113px;
	}
	#quickViewModal .fa-close {
		cursor: pointer;
		right: 8vw!important;
		float: right!important;
		top: 8vw!important;
		z-index: 9999999;
		padding: 10px;
		background: #fff;
		background: #97bb4b;
		width: 40px;
		height: 40px;
		box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
		border-radius: 50%;
		position: sticky!important;
		position: -webkit-sticky!important;/*
	    transform: translate3d(0px, 0px, 0px);*/
	}
	#quickViewModal #product .form-group.ves1 {
		margin-top: 15px;
		text-align: center;
	}
	#quickViewModal .product-opis h1 {
		text-align: center;
		margin-top: 0px;
	}
	#quickViewModal .fa-close::before {
		content: '';
		display: block;
		width: 2px;
		height: 20px;
		background: #2b2b2b;
		background: #ffffff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 10px;
		left: 19px;
		position: absolute;
	}
	#quickViewModal .fa-close::after {
		content: '';
		display: block;
		width: 2px;
		height: 20px;
		background: #2b2b2b;
		background: #ffffff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		/*top: 12px;
		right: 14px;*/
		top: 10px;
		right: 19px;
		position: absolute;
	}
}

@media (max-width:426px) {
	#quickViewModal  .modal-dialog  #product-product.container .product-opis {
		margin: 30px 15px 40px;
		width:calc(100% - 30px);
	}
	#quickViewModal  .modal-dialog #product-product .product-opis {
		padding: 0px;}
	/*#quickViewModal  .modal-dialog #product .checkbox {
		width: 110px;
	}*/
	#quickViewModal #product .btn.btn-primary {
		padding: 10px 20px;
	}
	/*#quickViewModal #product .ves1 div[id^="input-option"] label {
		padding: 13px 15.5px 0px;
}

html[lang="uk"] #quickViewModal .podloga {
			width: 131px;
}
html[lang="uk"] #quickViewModal #product .ves1 div[id^="input-option"] input:nth-child(3):checked + label + .podloga {
		left: 130px;
		width: 126px;
}*/
}


@media (max-width:379px) {
	#quickViewModal  .modal-dialog  #product-product.container .product-opis {
		margin: 30px 10px 40px;
		width:calc(100% - 20px);
	}
	/*#quickViewModal  .modal-dialog #product .checkbox {
		width: 110px;
	}*/
	#quickViewModal #product .btn.btn-primary {
		padding: 10px 20px;
	}
	/*#quickViewModal #product .ves1 div[id^="input-option"] label {
		padding: 13px 10.5px 0px;
}

#quickViewModal .podloga {
			width: 121px;
}
#quickViewModal #product .ves1 div[id^="input-option"] input:nth-child(3):checked + label + .podloga {
		left: 120px;
		width: 125px;
}
html[lang="uk"] #quickViewModal .podloga {
			width: 123px;
}
html[lang="uk"] #quickViewModal #product .ves1 div[id^="input-option"] input:nth-child(3):checked + label + .podloga {
		left: 130px;
		width: 126px;
}*/
	#quickViewModal #product .btn.btn-primary {
		padding: 10px 10px;
	}
}



@media (min-width:768px) and (max-width:991px) {
	#quickViewModal  .modal-dialog {
		width: 720px!important;
	}
	#quickViewModal  .modal-dialog #product-product .product-opis {
		padding-left:20px;padding-right: 20px;}
}

@media (min-width:992px) and (max-width:1199px) {
	#quickViewModal  .modal-dialog {
		width: 940px!important;
	}
	#quickViewModal  .modal-dialog #product-product .product-opis {
		padding-left:20px;}
	#top {min-height:59px;}
	#top-links {min-height: 59px;}
}
@media (min-width:1200px) and (max-width:1329px) {
	#quickViewModal  .modal-dialog {
		width: 1140px!important;
	}
	#top-links .zmenu-h > ul > li > a {
		padding: 0px 43px 0px 0px;
		padding: 0px 35px 0px 0px;
	}

}


@media (min-width:1330px)  {
	#quickViewModal  .modal-dialog {
		width: 1310px!important;
	}
}

.bootstrap-datetimepicker-widget {width:auto!important;}
.bootstrap-datetimepicker-widget .timepicker td {height:34px;width:34px;padding: 0px;
	height: 34px;
	line-height: 34px;text-align:center;}


.bootstrap-datetimepicker-widget .timepicker a {width:34px;height:34px;line-height:100%;}
.bootstrap-datetimepicker-widget .timepicker span {width:100%;height:100%;line-height:100%;font-size:13px;color:#333;text-align:center;}
.bootstrap-datetimepicker-widget .timepicker span:hover {background:transparent;}
.bootstrap-datetimepicker-widget .timepicker .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker .timepicker-minute {height:34px;line-height:34px;}

#cart div[id^="cart"] .owl-item img {max-width:100px}
#cart div[id^="cart"] .owl-item h4 {font-size:14px;}
#cart div[id^="cart"] .owl-item .sostav1  {
	display:none;
}
#cart .dropdown-menu.pull-right >ul {padding-left:0px;}

#prd {max-width: 430px;
	width: calc(100% - 30px);
	margin-left: 15px;}

.simplecheckout-block-content .input-group.time .btn,
.simplecheckout-block-content .input-group.date .btn {    height: 34px;}
.bootstrap-datetimepicker-widget td.active  {background:#F7DA58!important;color:#333!important;}
.bootstrap-datetimepicker-widget td.active:hover {background:#f3d449!important;color:#333!important;}

.bootstrap-datetimepicker-widget.dropdown-menu + .bootstrap-datetimepicker-widget.dropdown-menu.top.picker-open,
.bootstrap-datetimepicker-widget.dropdown-menu + .bootstrap-datetimepicker-widget.dropdown-menu.bottom.picker-open {
	width:120px!important;
}

#cart .alert {margin:15px 12px;}

.alert-danger {color: #000000;
	background-color: #fff1b3;
	border-color: #ffefa6;
}

#cart .total-block td:last-child {
	width: 100px;}

#simplecheckout_cart .alert-promo {
	color: #7faf21;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;}

.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus {
	background:#e8e2c6;
}

#simplecheckout_shipping_address legend {text-align: center;
	font-weight: bold;
	font-size: 16px;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #2b2b2b;;
	background-color: #f7da58;
	border-color: #f7da58;
}

#account-login #content #col-sm-6 {float:right;}

@media (max-width:768px) {
	.simplecheckout .simplecheckout-button-block.buttons#buttons,
	.simplecheckout .simplecheckout-button-block.buttons#buttons .simplecheckout-button-right {display:block;width:100%;text-align:center;}
	.simplecheckout .simplecheckout-button-block.buttons#buttons .simplecheckout-button-right  #agreement_checkbox {
		float: none;
		margin-bottom: 20px;
		display: block;
	}
}

@media (min-width:520px) and (max-width:991px) {
	#product-category #content .product-grid .product-thumb .image + div {
		min-height:160px;/*
		border:1px solid red;*/

	}
}

@media (max-width:519px) {
	#product-category #content .product-layout  {
		width:100%;
	}
	#product-category #content .product-thumb,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb {
		display:table;
	}
	#product-category #content .product-thumb .image,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .image {
		display:table-cell;/*
		border: 1px solid red;*/
		width: 118px;
		float: left;
	}
	#product-category #content .product-thumb .image + div,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .image + div {
		display:table-cell;
		vertical-align:top;
		text-align:left;
		padding-left: 10px;
	}
	#product-category #content .product-thumb .image + div .sticker-catalog.sticker-left,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .image + div .sticker-catalog.sticker-left {
		left: 0px!important;
	}
	#product-category #content .product-thumb .image + div .sticker-left .sticker-rectangle,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .image + div .sticker-left .sticker-rectangle {
		margin-left: 10px;
		width: 20px;
		height: 20px;
	}

	#product-category #content .product-thumb .caption,
	#common-home #content .tab-content>.tab-pane .owl-carousel  .product-thumb .caption{
		text-align:left;
		line-height: 17px;
		padding: 0 10px;
	}
	#product-category #content .product-thumb .caption span,
	#common-home #content .tab-content>.tab-pane .owl-carousel .caption span {
		font-size:13px;
	}
	#product-category #content .product-thumb h4,
	#common-home #content .tab-content>.tab-pane .owl-carousel  .product-thumb h4 {
		margin-top:0px;
		text-align:left;
	}
	#product-category #content .product-thumb .thumb-footer,
	#common-home #content .tab-content>.tab-pane .owl-carousel .thumb-footer {
		text-align:left;
		padding-left: 10px;
	}
}

@media (max-width:519px) {
	.alltabs .owl-item:after {display:none;}
	#common-home #content .tab-content>.tab-pane,
	#common-home #content .tab-content>.tab-pane .owl-carousel {display:block;padding:0px;}
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-layout  {
		padding: 0px 15px;
		position:relative;
	}
	#common-home #content .tab-content>.tab-pane .owl-carousel .owl-item {width:100%!important;display:block;}
}

@media (max-width:359px) {
	#product-category #content .product-thumb .image,
	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .image {
		width:90px;
	}
}
/*@media (max-width:426px) {
	 #product .checkbox {
    	width: calc(50% - 6px);
	}
	#product .checkbox:nth-child(2n) {
		margin-right:0px;
	}
}*/

/*@media (max-width:443px) {
	#quickViewModal .modal-dialog #product .checkbox {
    	width: calc(50% - 6px);
	}
	#quickViewModal .modal-dialog #product .checkbox:nth-child(2n) {
		margin-right:0px;
	}
}*/
@media (max-width:443px) {
	#quickViewModal .modal-dialog #product .checkbox {
		width: calc(33.3% - 9px);
	}
	#quickViewModal .modal-dialog #product .checkbox:nth-child(3n) {
		margin-right: 0px;
	}
}



#cart .dropdown-menu .owl-item .product-thumb {margin-bottom:0px;}

@media (max-width:629px) {
	.cart1 {
		bottom: 16px;
		float: right;
		top: auto;
		right: 16px;
		z-index: 9999;
		left: auto;
		position: fixed!important;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
		width: 56px;
		background: #f7da58;
		height: 56px;
		border-radius: 42px;
		margin:0px;
	}
	#cart {
		width: 56px;
		height: 56px;
	}
	#cart > .btn {
		width:100%;
		height:100%;
		margin-top:0px;
	}
	#cart > .btn #cart-total {
		position:relative;
		display:block;
		background: url(/image/catalog/theme/mini-cart22.svg) 13px 20px no-repeat;
		background-size: 27px;
	}
	#cart > .btn #cart-total span:first-child {
		display:none;
	}
	#cart > .btn #cart-total span:last-child {
		width: 21px;
		height: 21px;
		line-height: 18px;
		font-size: 12px;
		border-radius: 20px;
		background-color: #ffeb3b;
    color: #f44336;
    font-weight: 800;
		display: block;
		right: -1px;
		top: -1px;
		position: absolute;
		float: right;
	}
	#cart .dropdown-menu {
		bottom: 67px;top:auto;
		right: 0px;margin-right:0px;
	}

}
.podarok {
	background: #7faf21;
	color: #fff;
	padding: 0px 5px;
	border-radius: 3px;
	display: flex;
	margin-top: 3px;
	line-height: 16px;
	font-size: 12px;
	width: 60px;
}
html[lang="uk"] .podarok {
	width:72px;
}
@media (max-width:767px) {
	.form-group.buy-block {
		bottom: 20px!important;
		top: auto;
		z-index: 999999;
		position: sticky!important;
		position: -webkit-sticky!important;
	}
	.modal-body#quickview {
		position:static;
	}
}

@media (min-width:768px) {
	header .container:after {
		content: '';
		display: block;
		border-bottom: 1px solid #ececec;
		margin-top: 11px;
	}
}
@media (max-width:767px) {
	header {
		border-bottom: 1px solid #ececec;
		padding-bottom: 4px;
	}
}
@media (max-width:767px) {
	.blog .product-thumb .caption {
		max-height: 175px;
		overflow: hidden;
	}
}

.footer-text-wrap h2,
.footer-text-wrap1 h2 {
	margin-bottom:20px!important;
}

@media (max-width:767px) {
	#product-category h1 {
		margin: 10px auto 10px!important;
	}
	.breadcrumb {
		margin:0px 0px;
		padding:0px;
	}
	.mfilter-box {
		margin-bottom:0px!important;
	}
}
#prd {
	display:none;
}
#product-product.quickview .options_title {
	margin-top: 20px;
}

#noty_layout__centerRight {
	cursor:pointer;
}

aside#left-categories {
	background: #fff !important;
	top: 155px !important;
	border-right: 1px solid #ececec !important;
}
#left-categories #menu {
	background: transparent;
	border: 0;
}

aside#left-categories .navbar-collapse {
	padding: 0;
}

aside#left-categories #menu .nav > li > a {
	padding-left: 10px;
	background: #fff;
	color: #777 !important;
}

aside#left-categories #menu .nav > li > a > img.cat-icon {
	margin-right: 10px;
	margin-left: 7px !important;
}

aside#left-categories #menu .nav > li > a span {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

aside#left-categories:hover #menu .nav > li > a span {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}

@media (min-width: 576px) {
	header {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 9999;
		background: #fff;
		border-bottom: 1px solid #ececec;
	}
}

#top, .header-inner {
	padding: 0 30px;
}

header .container:after {
	display: none;
}

#menu-mob-new {
	display: none;
}

.menu-footer-fixed {
	display: none;
}

.header-inner {
	position: relative;
}

.header-inner-centered {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.header-inner-centered .chose-city a, .descr1 a {
	text-decoration: underline!important;
	color: #0C5290!important;
}
.header-inner-centered .chose-city a:hover, .descr1 a:hover {
	text-decoration: none!important;
}
.header-inner-centered .cittt a {
	text-decoration: none!important;
}
.header-inner-centered .cittt a:hover {
	text-decoration: none!important;
	cursor: auto;
	color: #2b2b2b!important;
}

#left-categories .nav > li {
	position: static;
	display: block;
	float: none
}

aside#left-categories #menu .nav > li > a > img.cat-icon {
	width: 40px;
	text-align: center;
	margin-left: 13px;
	transition: all .4s ease
}

aside#left-categories #menu .nav > li:hover > a > img.cat-icon {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

aside#left-categories #menu .nav > li:hover > a {
	color: #fff
}

#menu .nav > li > a {
	padding: 10px 30px 10px 0;
	min-height: 15px;
	background-color: transparent;
	font-size: 18px;
	text-transform: initial;
	font-weight: 400;
	background: #3b3b39;
	color: #e6e6e6
}

#menu .nav > li > a > span {
	margin-left: 15px;
	opacity: 0;
	width: 145px;
	display: inline-block;
	vertical-align: middle
}

aside#left-categories:hover {
	width: 250px
}

aside#left-categories:hover #menu .nav > li > a > span {
	opacity: 1
}

.navi .link:last-child {
	border-right: 1px solid #dddddd42
}

.header-lang a {
	display: block;
	position: relative;
	padding-top: 4px
}

@media (min-width: 768px) {
	.content-slide .pos-1 {
		display: block
	}

	.content-slide .pos-1 {
		display: none
	}
}

@media (max-width: 768px) {
	.content-slide .pos-0 {
		display: none
	}

	.content-slide .pos-1 {
		display: block
	}
}
.info-shop a {
	padding: 4px 4px 2px;
	border: 1px solid;
	border-radius: 30px;
	margin-left: 10px;
	width: 31px;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

aside#left-categories ul.nav {
	height: calc(100vh - 100px);
	overflow-y: auto;
}
aside#left-categories {
	position: fixed;
	left: 0px;
	top: 67px;
	/*width: 75px;*/
	width: 90px;
	overflow: hidden;
	/* border-right: 1px solid #ddd; */
	z-index: 8;
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	height: 100%;
	/* background: #393937; */
	background: #3b3b39e3;
	/* box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.24); */
	border-bottom: 1px solid #000000;
	border-right: 1px solid #4f4f4f;
}
#menu {min-height: 40px;top: 0px;border-radius: 0;/* background: #f4f7f6; *//* border-top: 1px solid #EEE; */left: -16px;}

.white.fix #menu {
	padding-top: 0px;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 9;
	width: 100%;
	background: #FFF;
	box-shadow: 1px 1px 1px rgba(34,34,34,.1);
	border:0px;
}
#menu .menu_title {
	position: absolute;
	top: 18px;
	line-height: 0;
	left: 50%;
	margin-left: -48px;
}
#menu .menu_title span {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin-left: 4px;
}
#menu .nav > li > a {padding: 15px 30px 15px 0px;min-height: 15px;background-color: transparent;font-size: 10px;text-transform: uppercase;font-weight: 600;background: #f1f1f1;color: #777;}
.nav.navbar-nav {float: none;/* left: -15px; */}
#menu:hover .menu_title {
	display: none;
}
#menu .dropdown-menu {
	padding: 25px 0;
	width: 100%;
	margin-left: 0 !important;
	border: 1px solid #DFDFDF;
	border-left: 0;
	border-right: 0;
}
#menu .dropdown-menu li {
	position:relative;
}
#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: 10px;
	text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #23527c;
}
#menu .see-all {
	display: table;
	padding: 3px 12px;
	font-size: 10px;
	color: #5c5c5c;
	text-transform: uppercase;
	border: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 25px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #333;
	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 (max-width: 576px) {
	header {
		height: auto;
	}

	header .central-block {
		height: 96px;
		width: 100%;
	}

	aside#left-categories .navbar-collapse {
		display: block;
	}

	.navbar-header {
		display: none;
	}

	aside#left-categories {
		border: 0 !important;
		height: calc(100% - 70px) !important;
		width: 100% !important;
		top: auto !important;
		bottom: 70px;
		z-index: 99999 !important;
		overflow-x: auto !important;
	}

	aside#left-categories #menu {
		display: none !important;
		width: auto !important;
	}

	#menu-mob-new {
		display: block;
		position: absolute;
		bottom: 0;
	}

	#menu-mob-new ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	#menu-mob-new ul li {
		text-align: center;
		width: 50%;
	}

	header aside#left-categories {
		display: none;
	}

	footer aside#left-categories {
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
	}

	footer aside#left-categories {
		bottom: auto;
		top: 0 !important;
	}

	aside#left-categories ul {
		padding: 0;
	}

	aside#left-categories ul li {
		list-style: none;
		padding: 10px;
	}

	aside#left-categories ul li span {
		display: block;
		font-size: 14px;
		line-height: 16px;
		float: right;
		text-align: left;
		width: 100px;
		word-wrap: revert;
		padding: 10px 0 0 0;
	}

	aside#left-categories ul li img {
		float: left;
		width: 60px;
		padding: 0 0 0 20px;
	}

	.menu-footer-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		z-index: 99999999;
	}

	.menu-footer-fixed > div {
		padding: 10px 10px 20px 10px;
	}

	.cart1 {
		bottom: 120px;
	}

	.menu-footer-fixed__item_menu .icon {
		transition: all .3s;
	}

	#menu-footer-fixed__item_menu.active .icon {
		transform: rotate(180deg);
		transition: all .3s;
	}

	footer aside#left-categories.active {
		visibility: visible;
		opacity: 1;
		transition: all .3s;
	}

	#top {
		margin-top: 0;
	}

	header .central-block .central-bottom .main-menu {
		display: none;
	}

	#top-links .top-menu {
		display: none;
	}

	header .language-wrap {
		display: none;
	}

	.geo1.prmn-cmngr {
		position: relative;
		top: 7px;
	}

	.header-inner-centered {
		display: none;
	}
}

.modal-open .modal {
	z-index: 99999999;
}

@media (max-width: 1200px) {
	aside#left-categories {
		top: 175px !important;
	}

	.header-inner-centered {
		top: 67%;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 996px) {
	body {
		padding-left: 30px;
	}

	aside#left-categories #menu .nav > li > a > img.cat-icon {
		height: 26px;
		width: 26px;
	}

	aside#left-categories {
		width: 60px;
	}
}

@media (max-width: 390px) {
	aside#left-categories ul li {
		padding: 3px;
	}
	aside#left-categories ul li img {
		float: left;
		width: 50px;
		/*padding: 0 0 0 40px;*/
	}
	aside#left-categories ul li span {
		padding: 8px 0 0 0;
	}
}

@media (max-width: 576px) {
	.central-top .phone1 {
		position: absolute;
		top: 36px;
		left: auto;
		width: 145px;
		text-align: right;
		margin-top: 8px;
		right: 20px;
	}

	header .central-block .central-top {
		position: relative;
	}

	.central-top .recall1 {
		left: auto;
		right: 169px;
		top: 32px;
	}

	#common-home #content .tab-content>.tab-pane .owl-carousel .product-thumb .caption {
		width: 71%;
	}

	#product .ves1 div[id^="input-option"] {
		gap: 7px;
		/*height: auto;*/
		width: 100%;
	}

	#product .ves1 div[id^="input-option"] label {
		/*display: block;*/
		/*width: 100%;*/
	}

	#product .ves1 div[id^="input-option"] label:not(:last-of-type) {
		margin-bottom: 10px;
	}
}

aside#left-categories {
	height: -webkit-fill-available;
	overflow: auto;
}

aside#left-categories ul.nav {
	height: auto;
	overflow-x: hidden;
}

aside#left-categories .container-fluid {
	padding-right: 0;
}

aside#left-categories #menu .nav > li > a {
	display: flex;
	align-items: center;
	width: 234px;
}

aside#left-categories {
	overflow: hidden;
}

aside#left-categories:hover {
	overflow: auto;
	transition: all .3s;
}

.alert-min {
	color: red;
	text-align: justify;
}
.alert-cart-city a {
	color: red!important;
	cursor: auto;
}
.alert-cart .prmn-cmngr__content a {
	color: #000000;
	cursor: auto;
}

.alert-cart .alert-cart-a, .alert-min .add-tea, .alert-min .prmn-cmngr-cities__city-name-2 {
	text-decoration: underline;
	color: #0C5290!important;
}

.alert-cart .alert-cart-a:hover, .alert-min .add-tea:hover, .alert-min .prmn-cmngr-cities__city-name-2:hover {
	text-decoration: none!important;
}

span.benefits-promo-text {
	margin: 0 auto;
	padding: 20px 10%;
	display: block;
	text-align: center;
	font-size: 140%;
	color: red;
	font-weight: bold;
	width: 90%;
}

/*.alert-min a, .alert-cart .alert-cart-a {*/
/*	text-decoration: underline;*/
/*	color: #0C5290!important;*/
/*}*/


.prod-main-info {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 40px;
}

.prod-details-line {
    margin: 10px 0px;
}



.prod-main-info-cat {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.prod-details-line-cat {
    margin: 0px;
}


/* yellow images to green */
i.phone, .phone1 a + span, #top-links .geo1 i, #top-links .login1 i, #top-links .reg1 i, #top .geo1:after, .central-top .recall1, 
.owl-carousel .owl-buttons div.prev-prod i:before,
.owl-carousel .owl-buttons div.next-prod i:before,
input[type="radio"]:checked, input[type="checkbox"]:checked,
select.form-control:active, select.form-control.active, select.form-control:focus, select.form-control {
    
 filter: invert(67%) sepia(93%) saturate(394%) hue-rotate(84deg) brightness(92%) contrast(92%);



}


footer i.phone, footer .facebook1, footer .instagram1, footer .telegram1, footer .footer-payment {
    
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(107%) contrast(101%);
}

footer h5 , footer .col4 ul li, footer .col4 ul li a, footer p{
    color:#fff;
}


.btn-primary {
    color:#fff!important;
    background:#4caf50!important;
}

#product .ves1 div[id^="input-option"] label {
    
    border: 2px solid #4caf50!important;
}

#top #form-language .language-select:first-child:before {
    background:#4caf50;
}

footer hr {

    border-bottom: 1px solid #8bc34a!important;

}

.labe-discount {
    background-color: #ffeb3b;
    color: #f44336;
    font-weight:500;
}
/*
#cart > .btn #cart-total span, #cart > .btn {
        background: #ffeb3b!important;
        color: #f44336;
}
*/

#cart > .btn #cart-total span:first-child {
    width: 97px;
    border-right: 1px solid #8bc34a;
}

#cart > .btn:hover, #cart > .btn:focus, #cart > .btn.active, #cart > .btn:active {
    background: #8bc34a;
}



/* menu footer mobile */
div.menu-footer-fixed > div > a > div.title,
menu-footer-fixed__item a {
    color:#fff!important;
}

div.menu-footer-fixed > div > a > div.icon > img,
#menu-footer-fixed__item_menu > div.icon,
#form-footer-language > div.icon > img {
 filter: invert(100%);
}


.menu-footer-fixed {
    background:#4caf50!important;
    color:#fff!important;
    
}


#product .ves1 div[id^="input-option"] {
    background: #fff!important;
}


div[id^="input-option"] input[type="radio"]:checked + label {
    background-color: #ffeb3b!important;
}




/* city manager */

div.header-inner-centered > span > strong > div > div > a > span.glyphicon.glyphicon-map-marker.fa.fa-map-marker {
     display: none; 
}

.fa-map-marker:before {
    content: "\f041";
    color: #4caf50;
}

.prmn-cmngr__content {
    display: inline-block;
}

input.prmn-cmngr-cities__search.form-control {
    display: none;
}