body.site-changes {
	background: #fff;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.site-changes .wrapper {
	width: auto;
}


.filter-toogle.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.filter-toogle {
	position: fixed;
	bottom: 0;
	background: #03391f;
	left: 0;
	right: 0;
	display: block;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
	padding: 18px 0;
	text-align: center;
	z-index: 999;
	cursor: pointer;
}

.filter-toogle span {
	color: #ffc946;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 35px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.filter-toogle span:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 21px;
	margin-top: -10px;
	height: 21px;
	content: "";
	background: url(../images/filter.png) no-repeat 0 0;
}

.top-wrapper {
	padding-top: 192px;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

@keyframes shrink {
	from {
		background-size: 105%;
	}

	to {
		background-size: 100%;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-sizing: border-box;
	height: 192px;
	padding: 35px 0;
	background: url(../images/bg1.jpg) no-repeat 0 0;
	/* background-size: cover; */
	background-size: 100%;
	animation-name: shrink;
	animation-duration: 12s;
}

#logo {
	float: left;
	max-width: calc((100% - 205px) * 0.29);
}

.site-changes .label-place {
	float: right;
	margin: 0;
	background: #017E46;
	border: 2px solid #f2c100;
	border-radius: 9px;
	width: 205px;
	box-sizing: border-box;
	/* transition: all 0.4s ease; */
}

.site-changes .label-place.added {
	background: #b5164a;
	/* transition: all 0.4s ease; */
	animation: 2.5s infinite splash;
	border-radius: 9px;
}


@keyframes splash {
	0% {
		background: #017E46;

	}

	50% {
		background: #ca8e0d;

	}

	100% {
		background: #017E46;

	}
}


.range-wrapper input {
	border-radius: 5px;
	background: #fff;
	height: 34px;
	padding: 0 5px;
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #ccc;
	display: none;
}

.site-changes .jqcart-cart-label .jqcart-title,
.site-changes .jqcart-cart-label span:first-child:hover,
.site-changes .jqcart-cart-label span {
	background: none;
}

.site-changes .jqcart-cart-label .jqcart-title {
	padding: 0;
	border: none;
	color: #f2c100;
	min-width: 1px;
	width: auto;
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.site-changes .jqcart-cart-label .jqcart-total-cnt {
	width: auto;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.site-changes .jqcart-cart-label {
	white-space: normal;
	padding: 32px 25px 32px 90px;
	position: relative;
}

.site-changes .jqcart-cart-label:before {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 52px;
	height: 50px;
	content: "";
	background: url(../images/box.png) no-repeat 0 0;
}

.site-changes .jqcart-layout {
	z-index: 99999;
}

.header-address {
	float: left;
	width: calc((100% - 205px) * 0.4);
	box-sizing: border-box;
	padding-left: calc((100% - 205px) * 0.06);
	/*padding-top: 10px;*/
}

.address-in {
	padding-left: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-top: 5px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.address-in a {
	color: #ffd200;
	font-weight: bold;
}

.address-in a:hover {
	text-decoration: none;
}

.address-in:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite.png) no-repeat -2px 0;
	width: 26px;
	height: 35px;
}

.phone-in {
	padding-left: 40px;
	position: relative;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}

.phone-in:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite.png) no-repeat 0 -55px;
	width: 28px;
	height: 28px;
}

.phone-in a {
	text-decoration: none;
	color: #fff
}

.working-day {
	float: left;
	width: calc((100% - 205px) * 0.31);
	box-sizing: border-box;
	padding-left: calc((100% - 205px) * 0.055);
	line-height: 1;
	padding-top: 15px;
}

.working-day-head {
	font-size: 14px;
	color: #ffd200;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.3;
}

.working-day-info p {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	line-height: 1.5;
}

.working-day-info p strong {
	font-weight: 400;
}

.site-changes .products {
	float: none;
}

.top-wrapper {
	background: url(../images/bg1.jpg) no-repeat 0 0;
	background-size: cover;
	animation-name: shrink;
	animation-duration: 12s;
}

.faster-list {
	padding-top: 10px;
}

.faster-list h2 span {
	color: #fff;
}


.faster-list h2 {
	text-align: center;
	color: #f2c100;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 25px;
}

.faster-row {
	font-size: 0;
	text-align: center;
	padding-bottom: 15px;
}

.faster-item {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1% 20px;
}

.faster-item:nth-child(5n+1) {
	margin-left: 0;
}

.faster-item:nth-child(5n+5) {
	margin-right: 0;
}

.faster-item-image {
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}

.faster-item-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.faster-item-title {
	font-size: 14px;
}

.range-slider {
	position: relative;
	padding: 0 36px;
	box-sizing: border-box;
	width: 255px;
	display: inline-block;
	vertical-align: middle;
}

.range-slider .slider {
	border: none;
	height: 3px;
	background: #03391f;
	position: relative;

}

.range-slider .slider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8.5px;
	height: 17px;
	width: 3px;
	background: #03391f;
}

.range-slider .slider:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5px;
	height: 17px;
	width: 3px;
	background: #03391f;
}

.ui-widget {
	font-size: 0.9em;
}

.range-slider .ui-widget-header {
	background: #03391f;
}

.range-slider #custom-handle,
.range-slider #custom-handle1 {
	background: #03391f;
	width: 20px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}

.range-slider #custom-handle:hover,
.range-slider #custom-handle1:hover {
	background: #013d21;
}

.range-slider #custom-handle span,
.range-slider #custom-handle1 span {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 73px;
	border: 1px solid #c4c4c4;
	border-radius: 20px;
	line-height: 24px;
	color: #313131;
	text-align: center;
	margin-left: -37.5px;
	margin-bottom: 8px;
	background: #fff;
}

.range-slider #custom-handle span em,
.range-slider #custom-handle1 span em {
	font-style: normal;
}

.range-slider #custom-handle:hover span,
.range-slider #custom-handle1:hover span {
	border-color: #a6a6a6;
}

.range-slider #custom-handle:hover span:after,
.range-slider #custom-handle1:hover span:after {
	border-top-color: #a6a6a6;
}

.range-slider #custom-handle span:after,
.range-slider #custom-handle1 span:after {
	content: "";
	position: absolute;
	left: 50%;
	border: 3px solid transparent;
	border-top: 6px solid #c4c4c4;
	margin-left: -3px;
	top: 100%;
}

.range-minus,
.range-plus {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	background: #c4c4c4;
	position: absolute;
	top: 50%;
	margin-top: -13.5px;
	cursor: pointer;
}

.range-minus:hover,
.range-plus:hover {
	background: #a6a6a6;
}

.range-minus:before,
.range-plus:before,
.range-plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 1px;
	background: #fff;
}

.range-plus:after {
	width: 1px;
	height: 11px;
}

.range-minus {
	left: 0;
}

.range-plus {
	right: 0;
}

.min-range,
.max-range {
	position: absolute;
	top: 100%;
	margin-top: 6px;
	font-size: 14px;
	color: #03391f;
}

.min-range {
	left: 0;
	transform: translate(-50%, 0);
}

.max-range {
	right: 0;
	transform: translate(50%, 0);
}

.filter-bar {
	padding: 35px 0 15px 0;
	background: #f2f2f2;
	width: 100%;
}

.apply-filter {
	background: #c4c4c4;
	padding: 10px 13px 8px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	line-height: 1;
	transition: background 0.35s;
	text-decoration: none;
}

.apply-filter:hover {
	background: #a6a6a6;
}

.range-label {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
	margin-right: 33px;
	font-size: 19px;
}

.site-changes .products {
	display: flex;
	flex-wrap: wrap;
}

.site-changes .product-card {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 31.8%;
	box-sizing: border-box;
	margin: 0 .75%;
	margin-bottom: 15px;
	background: #f4f4f4;
	color: #555555;
	/*min-height: 716px;*/
	/* min-height: 620px; */
}

.site-changes .product-price2 {
	color: #313131;
	width: 40px;
	margin-right: 5px;
	text-align: right;
	vertical-align: bottom;
	display: inline-block !important;
	margin-top: 10px;
}

.site-changes .hidden {
	display: none !important;
}

.site-changes .visible {
	display: inline-block !important;
}

.site-changes .visible[style *="none"] {
	display: none !important;
}

.range-wrapper {
	float: left;
	position: relative;
}

.range-wrapper .mess {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	text-align: center;
	width: 100%;
	background: #03391f;
}

.site-changes #filtercategory {
	margin-top: 0;
	border: 1px solid #03391f;
	background: #fff;
	color: #03391f;
	border-radius: 3px;
	padding: 10px 15px 8px;
	font-size: 14px;
	line-height: 1;
	width: auto;
	transition: background 0.35s;
	/*max-width: 200px;*/
}

.site-changes #filtercategory:hover {
	background: #eee;
}

.products-wrap .products {
	margin: 0 -0.75%;
	border: none;
}

.products-wrap .inner>h2 {
	color: #555555;
	font-size: 21px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 400;
}

.filter-icon {
	display: none;
}

.contact-list {
	margin-bottom: 10px;
	background: url('/images/fon6.jpg') no-repeat center center;
	background-position: fixed;
	background-size: cover;

	padding-bottom: 10px;
	margin-bottom: 0px;

}

.contact-list ul {
	list-style: none;
	max-width: 835px;
	font-size: 0;
}

.contact-list ul li {
	display: inline-block;
	vertical-align: top;
	padding-left: 90px;
	position: relative;
	width: 46.5%;
	padding-right: 10px;
	font-size: 16px;
	box-sizing: border-box;
	margin-left: 7%;
	margin-bottom: 50px;
	color: #333;
}

.contact-list ul li.contac-ico-2 {
	text-transform: uppercase;
}

.contact-list ul li h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
}

.contact-list ul li p {
	font-size: 14px;
	line-height: 1.3;
}

.contact-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.contact-list ul li:before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 60px;
	height: 47px;
}

.contact-list ul li.contac-ico-1:before {
	background: url(../images/icon-1.png) no-repeat 0 0;
}

.contact-list ul li.contac-ico-2:before {
	background: url(../images/icon-2.png) no-repeat 0 0;
}

.contact-list ul li.contac-ico-3:before {
	background: url(../images/icon-3.png) no-repeat 0 0;
}

.contact-list ul li.contac-ico-4:before {
	background: url(../images/icon-4.png) no-repeat 0 0;
}

.contact-list ul li.contac-ico-5:before {
	background: url(../images/icon-5.png) no-repeat 0 0;
}

.contact-list ul li.contac-ico-6:before {
	background: url(../images/icon-6.png) no-repeat 0 0;
}

.map iframe {
	width: 100%;
	height: 390px;
}

.cena {
	display: block !important;
	text-align: center;
}

.product-price2 {
	font-size: 24px;
	font-weight: normal;

}

.product-price2+b {
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
	vertical-align: bottom;
	color: #313131 !important;
}


.back-link {
	background-color: #a18068;
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 7px;
	cursor: pointer;

	margin: 50px 0 50px 0;
	border: 1px solid #fbdf88;
	background-image: linear-gradient(#f0d787, #d6a135, #ce921c);
}

.back-link:hover {
	border: 1px solid #fbdf88;
	background-image: linear-gradient(#ffe895, #e1ab39, #d8981d);
}


.back-link a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.back-link a:hover {
	text-decoration: none;
}

.languages {
	display: inline-block;
	font-size: 15px;
	padding: 0;
	margin-right: 30px;
	font-weight: bold;
	color: #ffd200;
	vertical-align: top;
}

.languages a {
	color: #fff
}

.languages a:visited {
	color: #fff
}

.languages a:hover {
	color: #ffd200
}

.cont {
	display: inline-block;
	font-size: 15px;
	padding: 0;
	margin-right: 30px;
	font-weight: bold;
	color: #ffd200;
	vertical-align: top;
}

.cont a {
	color: #fff
}

.cont a:visited {
	color: #fff
}

.cont a:hover {
	color: #ffd200
}

.apply-filter.mob,
.faster-row-mob {
	display: none;
}

.mob+.mess {
	display: none;
}



.range-minus:before,
.range-plus:before,
.range-plus:after {
	background: #03391f
}

.range-minus,
.range-plus,
.apply-filter {
	background: #fff;
	color: #03391f;
	border: 1px solid #03391f;
}

.range-minus:hover,
.range-plus:hover,
.apply-filter:hover {
	background: #03391f;
	color: #fff;
	border: 1px solid #03391f;
}

.range-minus:hover::before,
.range-plus:hover::before,
.range-plus:hover::after {
	background: #fff
}


.messages .inner:after {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	content: "";
	margin: 0 auto;
	/*transition: width 1s, height 1s;*/
}

.lv-lang .messages .inner:after {
	background: url(../images/vs-banner-lv.jpg) no-repeat 0 0 / contain;
}

.ru-lang .messages .inner:after {
	background: url(../images/vs-banner-ru.jpg) no-repeat 0 0 / contain;
}


.messages.hidden:after {
	display: none;
}

.range-wrapper.show {
	display: inline !important
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
.filter-popup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: opacity 0.5s, visibility 0.5s;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
}

.filter-popup .apply-filter.mob {
	display: block;
}

.filter-popup .apply-filter.desk {
	display: none;
}

.filter-popup .mobile-filter-parent {
	padding-bottom: 1px;
	/* background: url(../images/bg-m1.jpg) no-repeat 0 0 / 100% auto; */
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	/* animation-name: shrink;
		animation-duration: 10s; */
}

.filter-popup .filter-bar {
	width: auto;
	padding: 20px 0 30px 0;
	max-width: 350px;
	border-radius: 10px;
	margin: 0 auto;
	/*background: rgba(242,242,242, 0.7);*/
	background: #c1c1c1;
}

.filter-popup .filter-bar-inner {
	padding-top: 10px;
}

.filter-popup .range-slider {
	width: 100%;
}

.filter-popup .range-slider #custom-handle span,
.filter-popup .range-slider #custom-handle1 span {
	border-color: #fff;
	color: #017E46;
	background: #fff;
}

.filter-popup .range-slider #custom-handle,
.filter-popup .range-slider #custom-handle1 {
	background: #fff;
}

.filter-popup .range-slider .ui-widget-header,
.filter-popup .range-slider .slider:before,
.filter-popup .range-slider #custom-handle:hover,
.filter-popup .range-slider #custom-handle1:hover {
	background: #fff
}

.filter-popup .range-slider #custom-handle span:after,
.filter-popup .range-slider #custom-handle:hover span:after {
	border-top-color: #fff;
}

.filter-popup .range-slider #custom-handle1 span:after,
.filter-popup .range-slider #custom-handle1:hover span:after {
	border-top-color: #fff;
}

.filter-popup .min-range,
.filter-popup .max-range {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.filter-popup .range-slider #custom-handle:after,
.filter-popup .range-slider #custom-handle1:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #b9b9b9;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -5px;
}

.site-changes .filter-popup #filtercategory {
	width: 100%;
	background: #fff;
	color: #017E46;
	font-size: 14px;
	padding-right: 18px;
	font-weight: normal;
}

.filter-popup .apply-filter {
	width: calc(36% - 15px);
	float: right;
	box-sizing: border-box;
}

.site-changes .filter-popup #filtercategory:hover {
	background: #fff;
}

.filter-popup .sel-sel {
	width: 64%;
	float: left;
	position: relative;

}

.filter-popup .sel-sel:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -2px;
	border: 6px solid transparent;
	border-top: 6px solid #017E46;
	pointer-events: none;
}

.filter-popup .mob+.mess {
	display: block;
}

.filter-popup .desk+.mess {
	display: none;
}

.filter-popup .range-wrapper input {
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	width: 64%;
	color: #017E46;
	font-size: 14px;
	padding: 0 15px;
	display: none;
}

.open-filter .filter-popup {
	visibility: visible;
	opacity: 1;
	width: auto;
	height: auto;
	z-index: 9999;
}

.filter-popup .range-wrapper {
	float: none;
}

.filter-popup .range-slider {
	padding: 40px 36px;
	float: none;
	width: 100%;
	display: block;
}

.site-changes .filter-popup #filtercategory {
	box-sizing: border-box;
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	background: #fff;
	color: #017E46;
	font-size: 14px;
	padding-right: 18px;
	font-weight: normal;
}

.close-current {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.close-current:before,
.close-current:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-top: -1px;
	margin-left: -15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-current:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-popup .filter-popup-in {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.site-changes .jqcart-checkout {
	max-height: 90%;
	overflow-y: auto;
}

/* @media (max-width: 1920px) { */

.top-wrapper {
	padding-top: 110px;
}

#header {
	height: 190px;
	padding: 10px 0;
}

.inner {
	padding: 0 0%;
}

.working-day {
	display: none;
}

.header-address {
	width: calc((100% - 90px) * 0.71);
	/*padding: 10px 20px 0;*/
	text-align: center;
}

#logo img {
	max-width: 143px;
	margin-bottom: 8px;
}

.phone-in,
.address-in {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
}

.address-in br {
	display: none;
}

.phone-in {
	font-size: 19px;
}

.address-in {
	padding-top: 0;
	line-height: 1.5;
}

.phone-in:before,
.address-in:before {
	background-size: 15px auto;
}

.address-in:before {
	width: 15px;
	background-position: 0 0;
	height: 19px;
}

.phone-in:before {
	width: 15px;
	height: 15px;
	background-position: 0 -29px;
}

.site-changes .jqcart-cart-label .jqcart-title {
	display: none;
}

.site-changes .label-place {
	width: auto;
	margin-top: 10px;
}

.site-changes .jqcart-cart-label {
	padding: 10px 15px 10px 45px;
}

.site-changes .jqcart-cart-label:before {
	width: 25px;
	height: 25px;
	background-size: contain;
	left: 10px;
}

.site-changes .jqcart-cart-label .jqcart-total-cnt {
	width: 25px;
	background: #f2c100;
	color: 333;
	border-radius: 30px;
}

/* } */





@media (max-width: 1023px) {



	.categories-row {
		font-size: 0;
		text-align: center;
		padding: 5px 0 25px 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}


	.inner {
		padding: 0 3%;
	}

	.site-changes .product-card>a.gal[data-fancybox]:first-child {
		height: 0;
		display: block;
		position: relative;
		padding-bottom: 120%;
	}

	.site-changes .product-card a.gal[data-fancybox]:first-child img {
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.site-changes .product-card {
		padding: 20px;
		min-height: 755px;
	}

	.site-changes .jqcart-checkout {
		max-height: 80%;
		overflow-y: auto;
	}

	.site-changes .jqcart-table-wrapper {
		overflow-y: hidden;
		max-height: initial;
	}
}

@media (min-width: 901px) {
	.filter-bar {
		display: block !important;
	}
}

@media (max-width: 900px) {
	.site-changes .product-card {
		min-height: 658px;
	}

	.filter-bar {
		max-width: 100%;
		padding: 0px 0 20px;
	}

	.range-slider {
		padding: 40px 36px;
	}

	.range-label {
		display: block;
	}

	.apply-filter {
		margin-left: 0;
	}

	.site-changes #filtercategory {
		box-sizing: border-box;
		margin: 54px 0 0 0;
		width: 200px;
	}

	.filter-icon {
		position: relative;
		width: 20px;
		height: 15px;
		display: none;
		margin-left: 4%;
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	.filter-icon span {
		position: absolute;
		left: 0;
		height: 2px;
		background: #000;
		top: 0;
		width: 20px;
	}

	.filter-icon:before {
		content: "";
		position: absolute;
		left: 50%;
		height: 2px;
		background: #000;
		top: 50%;
		width: 13px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.filter-icon:after {
		content: "";
		position: absolute;
		left: 50%;
		height: 2px;
		background: #000;
		bottom: 0;
		width: 5px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (max-width: 767px) {

	.filter-popup .filter-bar {
		margin: 0 20px;
		width: auto;
		background: #ccc;
	}

	.languages,
	.cont {
		display: inline-block;
	}

	.languages {
		margin-right: 15px;
	}

	.cont {
		margin-right: 0px;
	}

	.contact-list {
		padding-top: 10px;
	}

	.contact-list ul li {
		width: auto;
		display: block;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.contact-list ul li h3 {
		font-size: 22px;
	}

	.site-changes .product-card {
		width: 48.5%;
	}

	.site-changes .lenta-text,
	.site-changes .comm-text {
		width: 100%;
	}

	.jqcart-manage-order,
	.jqcart-manage-order>div,
	.jqcart-manage-order>div>div {
		display: block;
	}

	.jqcart-manage-order>div.jqcart-thead {
		display: none;
	}

	.jqcart-manage-order .jqcart-small-td {
		width: auto;
	}

	.jqcart-manage-order>div {
		padding: 20px 0;
	}

	.jqcart-manage-order>div>div {
		border: none;
		text-align: left;
		padding-left: 53%;
		position: relative;
	}

	.jqcart-tr {
		border-bottom: 1px solid #ccc;
	}

	.jqcart-manage-order>div>div:before {
		content: attr(data-title);
		font-size: 16px;
		width: 40%;
		font-weight: bold;
		left: 0;
		position: absolute;
		top: 0;
	}
}

@media (max-width: 767px) {
	.range-wrapper input {
		margin-left: 0;
		margin-bottom: 3px;
		text-align: left;
	}

	.apply-filter.desk {
		margin-bottom: 3px;
	}

	.products-wrap .inner>h2 {
		font-size: 16px;
		line-height: 1.2
	}

	.cont {
		margin-right: 10px;
	}

	.range-wrapper {
		float: none;
		margin-bottom: 20px;
	}

	.filter-bar {
		margin-bottom: 0px;
	}

	.range-slider {
		width: 100%;
		display: block;
	}

	.apply-filter {
		display: block;
	}

	#header {
		height: 90px;
	}

	.site-changes #filtercategory {
		float: none;
		display: block;
		width: 100%;
		margin-top: 0;
	}

	.top-wrapper {
		padding-top: 90px;
	}

	#logo {
		max-width: 130px;
	}

	#logo img {
		max-width: 100%;
	}

	.header-address {
		width: calc(100% - 94px - 140px);
		padding-top: 25px;
	}

	.phone-in {
		font-size: 25px;
		padding-left: 35px;
	}

	.phone-in:before {
		width: 25px;
		height: 25px;
		background-position: 0 -49px;
		background-size: 25px auto;
	}

	.address-in {
		display: none;
	}

	.site-changes .label-place {
		margin-top: 12px;
	}



}

@media (max-width: 600px) {

	.languages,
	.cont {
		font-size: 12px;
	}

	.faster-list {
		/*display:none;*/
		line-height: 1;
	}

	.faster-item-title {
		font-size: 11px;
	}

	.faster-item-image {
		height: 34px;
	}

	.faster-list h2 {
		font-size: 14px;
	}

	.messages {
		display: none;
	}

	.range-slider {
		width: 50%;
		display: inline-block;
	}

	.apply-filter {
		width: 40%;
		display: inline-block;
		text-align: center;
	}

	.range-wrapper {
		margin-bottom: 0
	}



	.range-wrapper .mess {
		position: relative;
		margin-top: 0px;
		margin-bottom: 10px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background: #c4c4c4;
	}

	.top-wrapper {
		background: none;
	}

	.faster-list h2 {
		color: #555555;
	}

	.faster-list h2 span {
		color: #555555;
		font-weight: bold
	}

	.faster-item {
		color: #555555;
	}

	.faster-item {
		width: 30%
	}

	.faster-row {

		padding-bottom: 0;
	}

	.header-address {
		padding-top: 5px;
	}

	.languages {
		margin-bottom: 10px;
		/*margin-right: 0;
		display: block;*/
	}
}

@media (max-width: 500px) {


	.jqcart-orderform input[type="text"],
	.jqcart-orderform textarea {
		width: 260px !important;
	}

	.jqcart-orderform input[type="submit"],
	.jqcart-orderform input[type="reset"] {
		font-size: 12px !important;
		;
	}


	.cont {
		margin-right: 0px;
	}

	.site-changes .jqcart-orderform label {
		max-width: 100%;
	}

	.site-changes .product-card {
		width: 100%;
		min-height: 1px;
		margin-left: 0;
		margin-right: 0;
	}

	.site-changes .product-card>a[data-fancybox] {
		height: auto;
		padding-bottom: 0;
	}

	.site-changes .product-card a[data-fancybox] img {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 767px) {
	/*485*/

	.categories-list {
		background: #03391fd2;
	}


	.mob+.mess {
		display: block;
	}

	.desk+.mess {
		display: none;
	}

	.range-wrapper input {
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
		width: 64%;
		color: #017E46;
		font-size: 14px;
		padding: 0 15px;
		display: none;
	}

	.top-wrapper {
		padding-top: 55px;
	}

	#logo {
		max-width: 90px;
	}



	.site-changes .label-place.added {
		background: none;
		transition: all 0.4s ease;
		animation: none;
		border-radius: 9px;
	}



	@keyframes splash-mobile {
		0% {
			background: #fff;

		}

		50% {
			background: #f2c100;

		}

		100% {
			background: #fff;

		}
	}


	.site-changes .label-place.added .jqcart-cart-label .jqcart-total-cnt {
		transition: all 0.4s ease;
		animation: 2.5s infinite splash-mobile;
	}

	.site-changes .label-place {
		margin-top: 1px;
	}

	.site-changes .jqcart-cart-label .jqcart-total-cnt {
		width: 19px;
		font-size: 12px;
		z-index: 1000;
		position: absolute;
	}

	.site-changes .jqcart-cart-label {
		padding: 10px 10px 10px 40px;
	}

	/*new style for mobile*/
	#header {
		height: 55px;
		/* background: #097340; */
		background: #03391f;
		padding: 0;

	}

	#header:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 45px;
		background: #03391f;
	}

	#logo {
		width: 18%;
		position: relative;
		height: 55px;
		margin-left: -3.5%;
		box-sizing: border-box;
		background: #03391f;
	}

	#logo img {
		max-width: 75px;
		position: absolute;
		left: 40px;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.phone-in {
		display: none !important;
	}

	.faster-row-mob .phone-in {
		display: block !important;
		text-align: center;
		font-size: 25px;
		padding-left: 35px;
		width: 142px;
		margin: 0 auto;
	}

	.cont {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
	}

	.cont a,
	.cont a:visited {
		text-decoration: none;
		font-size: 12px;
		padding-top: 2px;
		display: inline-block;
	}

	.site-changes .label-place {
		margin-top: 15px;
		border: none;
		background: none;
		border-radius: 0;
		position: relative;
		z-index: 99;
	}

	.site-changes .jqcart-cart-label {
		padding: 0;
		width: 28px;
		height: 27px;
	}

	.site-changes .jqcart-cart-label:before {
		width: 28px;
		height: 27px;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		/*background: url(../images/bag-1.png) no-repeat 0 0 ;*/
	}

	.header-address {
		width: 75%;
		padding: 18px 0 0 0;
	}

	.languages {
		font-size: 14px;
		font-weight: normal;

	}

	.apply-filter.mob {
		display: block;
	}

	.apply-filter.desk {
		display: none;
	}

	.mobile-filter-parent {
		padding-bottom: 1px;
		/* background: #640f2b url(../images/bg-m1.jpg) no-repeat 0 0 / 100% auto; */
		background: url(../images/bg1.jpg) no-repeat center center;
		background-size: cover;
		/* animation-name: shrink;
		animation-duration: 10s; */
	}

	.faster-list {
		display: none;
	}

	.faster-row-mob {
		display: block;
		padding: 90px 0 30px 10px;
	}

	.faster-row-mob .faster-row {
		text-align: left;
	}

	.faster-row-mob .faster-item {
		display: block;
		width: auto;
		margin-bottom: 25px;
		color: #fff;
		overflow: hidden;
	}

	.faster-row-mob .faster-item-image {
		width: 55px;
		float: left;
		height: 55px;
	}

	.faster-row-mob .faster-item-title {
		margin-left: 80px;
		font-size: 16px;
		font-weight: 500;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	}

	.filter-bar {
		width: auto;
		border-radius: 10px;
		margin: 10px 10px 25px;
		background: #ffffffbd;
		/*rgba(242,242,242, 0.7);*/
	}

	.filter-bar-inner {
		padding-top: 10px;
	}

	.range-slider {
		width: 100%;
	}

	.range-slider #custom-handle span,
	.range-slider #custom-handle1 span {
		border-color: #fff;
		color: #03391f;
		background: #fff;
	}

	.range-slider #custom-handle,
	.range-slider #custom-handle1 {
		background: #fff;
	}

	.range-slider .ui-widget-header,
	.range-slider .slider:before,
	.range-slider #custom-handle:hover,
	.range-slider #custom-handle1:hover {
		background: #fff
	}

	.range-slider #custom-handle span:after,
	.range-slider #custom-handle:hover span:after {
		border-top-color: #fff;
	}

	.range-slider #custom-handle1 span:after,
	.range-slider #custom-handle1:hover span:after {
		border-top-color: #fff;
	}

	.min-range,
	.max-range {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		margin-top: 10px;
	}

	.range-slider #custom-handle:after,
	.range-slider #custom-handle1:after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #b9b9b9;
		left: 50%;
		top: 50%;
		margin-top: -5px;
		margin-left: -5px;
	}

	.site-changes #filtercategory {
		width: 100%;
		background: #fff;
		color: #03391f;
		font-size: 14px;
		padding-right: 18px;
		font-weight: normal;
	}

	.apply-filter {
		width: 32%;
		float: right;
		box-sizing: border-box;
	}

	.site-changes #filtercategory:hover {
		background: #fff;
	}

	.sel-sel {
		width: 64%;
		float: left;
		position: relative;

	}

	.sel-sel:after {
		content: "";
		position: absolute;
		right: 7px;
		top: 50%;
		margin-top: -2px;
		border: 6px solid transparent;
		border-top: 6px solid #03391f;
		pointer-events: none;
	}
}

.site-changes .product-card a.play-youtube {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.site-changes .product-card a.play-youtube svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.adjust-video {
	text-align: center;
	margin-bottom: 5px;
}

.site-changes .product-card a.play-youtube[href=''] {
	display: none;
}

.site-changes .product-card .podkategorija {
	display: inline-block;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 12px;
}

.site-changes .product-card .kategorija {
	line-height: 1;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}



.freedelivery {
	background: url('/images/free-delivery.svg') no-repeat left;
	width: 190px;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: none;
}

.freedelivery.checked {
	display: block;
}





.categories-list {
	/*background:#F0F0F0;*/
	height: 93px;
	clear: both;
}


.categories-row {
	font-size: 0;
	text-align: center;
	padding: 5px 0 5px 0;
}

.categories-item {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 94px;
}

.categories-row a {
	margin: 0 3px;
}

.categories-row a:first-child {
	margin-left: 0
}

.categories-row a:last-child {
	margin-right: 0
}

.categories-item-image {
	position: relative;
	/* 
	border-radius:6px;
	padding:10px;
	float: left;
	*/
	background: #fff;
	padding: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: auto;
}


.categories-item-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	padding: 5px;
	height: 40px;
}

.categories-item-title {
	font-size: 12px;
	padding-top: 5px;
	line-height: 1.2;
}

.categories-list a {
	cursor: pointer;
}

.categories-list .categories-item-image:hover {
	border: 1px solid #2DA76C;
}


.categoryhead {
	margin-top: 125px;
	position: absolute
}

@media (max-width: 1023px) {
	.categoryhead {
		margin-top: 125px;
		position: absolute
	}
}

@media (max-width: 767px) {

	/*485*/
	.categories-list {
		height: 70px;
		/* box-shadow: 0 3px 8px rgba(0,0,0,0.5); */
		border-top: 1px solid #fff3;
	}

	.categoryhead {
		margin-top: 570px;
		position: absolute
	}

	.categories-row {
		font-size: 0;
		text-align: center;
		padding: 5px 0 9px 0;
	}

	.categories-item-image {
		padding: 10px;
		width: 20px;
		float: left;
		height: 20px;
		border-radius: 30px;
		margin-right: 5px;
	}

	.categories-item {
		width: unset;
	}

	.categories-item-title {
		float: left;
		margin-right: 10px;
		text-align: left
	}




	#arrowAnim {
		margin-top: -9px;
		padding-left: 15px;
		width: 90vw;
		/* height: 100vh; */
		display: flex;
		justify-content: right;
		align-items: center;
	}

	.arrow {
		width: 5px;
		height: 5px;
		border: 2px solid #ffd200;
		border-color: #ffd200 transparent transparent #ffd200;
		transform: rotate(135deg);
	}


	.arrowSliding {
		position: absolute;
		-webkit-animation: slide 4s linear infinite;
		animation: slide 4s linear infinite;
	}

	.delay1 {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}

	.delay2 {
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
	}

	.delay3 {
		-webkit-animation-delay: 3s;
		animation-delay: 3s;
	}

	@-webkit-keyframes slide {

		0% {
			opacity: 0;
			transform: translateX(-15px);
		}

		20% {
			opacity: 1;
			transform: translateX(-9px);
		}

		80% {
			opacity: 1;
			transform: translateX(9px);
		}

		100% {
			opacity: 0;
			transform: translateX(15px);
		}
	}

	@keyframes slide {
		0% {
			opacity: 0;
			transform: translateX(-15px);
		}

		20% {
			opacity: 1;
			transform: translateX(-9px);
		}

		80% {
			opacity: 1;
			transform: translateX(9px);
		}

		100% {
			opacity: 0;
			transform: translateX(15px);
		}


	}
}


.faster-list {
	padding-top: 110px;
	background: url(../images/bg1.jpg) no-repeat 0 -110px;
	background-size: 100%;
	animation-name: shrink;
	animation-duration: 12s;
}



/*.add_item.added{
	 transform: translateY(3px); 
}
*/





.added_to_cart {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	transition-property: all;
	transition-duration: 2s;
}

.added_to_cart.visible {
	bottom: 70px;
	opacity: 1;
	visibility: visible;
}

.added_to_cart .added_to_cart_caption {
	padding: 10px 20px;
	background: #18834F;
	box-shadow: 0 0 5px #0000002c;
	display: inline-block;
	border-radius: 30px;
}


.added_to_cart_caption .label-place {
	border: 0;
	margin: 0;
	padding: 0px;
	background: none;
	float: none;
	display: inline-block;
}

.site-changes .added_to_cart_caption .label-place.added {
	animation: none;
	background: none;
	border-radius: 0;
}

.added_to_cart_caption .label-place .jqcart-cart-label {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: unset;
}

.added_to_cart_caption .label-place .jqcart-cart-label::before {
	display: none;
}

.site-changes .added_to_cart_caption .label-place .jqcart-cart-label .jqcart-title {
	display: block;
	font-size: unset;
	text-transform: unset;
	text-decoration: underline;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
}

.site-changes .added_to_cart_caption .label-place .jqcart-cart-label .jqcart-total-cnt {
	display: none;
}








.floret {
	text-align: center;
	background: #0D9352;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px;
	margin: 0 auto;
	line-height: 1.2;
	width: fit-content;
}

.floret.green {
	background: #6cb741;
}

.floret.white {
	background: #fff;
	color: #333;
	box-shadow: 0 0 5px #0000002e;
}

@media (max-width: 1023px) {}



.bxwrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.bx-wrapper {
	box-shadow: unset;
	border: unset;
	background: unset;
}

.ru-lang .messages .inner::after,
.lv-lang .messages .inner::after {
	background: none;
	padding: 0
}

.bxslider {
	text-align: center
}

.bxslider img {
	height: 500px;
	display: inline-block;
	margin: 0 7px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(225, 225, 225)
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #03391f;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 998;
}

@media (max-width: 1023px) {
	.faster-row-mob .faster-item-title {
		margin-left: 0px;
		padding-right: 30px;
	}

	.bxslider img {
		max-width: 350px
	}

	.bxslider img {
		height: 350px;
		margin-top: 100px;
	}

	/* .bx-wrapper .bx-prev, .bx-wrapper .bx-next {display: none;} */
}


@media (min-width: 767px) {

	/*485*/
	.mobile-filter-parent .bx-wrapper {
		display: none;
	}
}

@media (max-width: 767px) {

	/*485*/
	.bx-wrapper .bx-controls-direction a {
		margin-top: 25px;
	}

	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		border: 1px solid #ffffffa6;
		border-radius: 30px;
	}

	.bx-wrapper .bx-prev {
		background: url('../images/arrow-left.svg') no-repeat 8px 8px;
		background-size: 10px;
	}

	.bx-wrapper .bx-next {
		background: url('../images/arrow-right.svg') no-repeat 12px 8px;
		background-size: 10px;
	}

	.bx-wrapper .bx-prev:hover,
	.bx-wrapper .bx-prev:focus {
		background: url('../images/arrow-left.svg') no-repeat 8px 8px;
		background-size: 10px;
	}

	.bx-wrapper .bx-next:hover,
	.bx-wrapper .bx-next:focus {
		background: url('../images/arrow-right.svg') no-repeat 12px 8px;
		background-size: 10px;
	}
}


@media (max-width: 350px) {
	.bxslider img {
		height: 290px;
		margin-top: 100px;
	}

	.bxslider img {
		max-width: 300px;
	}
}

/* Гербера, роза, гвоздика, орхидея , лизиантус , хризантема */
.flower_filter,
.flower_filter:visited {
	color: #03391f;
	background: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 3px 7px;
	display: inline-block;
	margin-bottom: 10px;
	border: #03391f;
}

.flower_filter:hover {
	color: #03391f;
	border: 1px solid #03391f;
	cursor: pointer;
}

.flower_filter.selected {
	color: #03391f;
	border: 1px solid #03391f;
}


.confession_filter,
.confession_filter:visited {
	color: #03391f;
	background: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 3px 7px;
	display: inline-block;
	margin-bottom: 10px;
	border: #03391f;
}

.confession_filter:hover {
	color: #03391f;
	border: 1px solid #03391f;
	cursor: pointer;
}

.confession_filter.selected {
	color: #03391f;
	border: 1px solid #03391f;
}

.material_filter,
.material_filter:visited {
	color: #03391f;
	background: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 3px 7px;
	display: inline-block;
	margin-bottom: 10px;
	border: #03391f;
}

.material_filter:hover {
	color: #03391f;
	border: 1px solid #03391f;
	cursor: pointer;
}

.material_filter.selected {
	color: #03391f;
	border: 1px solid #03391f;
}


/* price */
.languages2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ddc897;
	margin-bottom: 0px;
	margin-top: 30px;
	border-top: 1px solid #ffffff30;
	padding: 20px 0 0;
	text-align: center;
}

.lents-edit2 {
	float: left;
	background: rgba(0, 0, 0, 0.2);
	padding: 30px;
	color: white;
	margin: 30px 0 30px 0;
	border-radius: 8px;
}

.lents-edit2 div {
	display: inline-block;
	width: 100px;
	margin-right: 70px;
}

.lents-edit2 div:nth-child(2n) {
	margin: 0 0 10px 0;
	width: 220px;
}

.lents-edit2 input {
	display: inline-block;
}




.companies-list {
	float: left;
	margin: 0 auto;
	margin-top: 30px;
	margin-left: 30px;
	width: 730px;
	color: white;
}

.companies-list label {}

.companies-list .inputfile-6+label span {
	width: 40px;
}

.companies-list .inputfile-6 {
	display: inline-block
}

.companies-list .col {
	width: 150px;
	display: inline-block
}


.companies-list .company {
	text-align: left;
}

.companies-list .onoff.on {
	background: #67c645;
	color: #fff;
	border: 1px solid #67c645;
	border-radius: 5px;
	padding: 6px;
	margin-right: 10px;
	font-size: 12px;
	width: 40px;
}

.companies-list .onoff.off {
	background: #8a8a8a;
	color: #fff;
	border: 1px solid #8a8a8a;
	border-radius: 5px;
	padding: 6px 3px;
	margin-right: 10px;
	font-size: 12px;
	width: 40px;
}

.pass {
	padding: .3em .6em .3em .3em;
}

.companies-list .col.companyname {
	width: 180px;
}

.companies-list .col.companypass {
	width: 120px;
}

.companies-list .col.companyupd {
	width: 40px;
}

.companies-list .col.companyupd input {
	width: 40px;
	background: #ffc300;
	color: #333;
	border: 1px solid #ffc300;
	border-radius: 5px;
	padding: 6px;
	margin-right: 10px;
}

.companies-list .col.companyupd input:hover {
	background: #e6b000;
	border: 1px solid #e6b000;
}

.companies-list .col.companyOptPriceType {
	width: 185px;
	float: right;
}

.companies-list .col.companyOptPriceType .onoff {
	width: auto;
	margin-right: 2px;
}



.companies-list .company {
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.2);
	padding: 12px;
	border-radius: 8px;
}

.import-price {
	float: left;
	margin: 0 0 30px 0px;
	border-radius: 8px;
}

.import-photo {
	border-radius: 8px;
}

.companies-list a,
.companies-list a:hover,
.companies-list a:visited {
	color: #e6b000;
	font-weight: bold;
}

.companies-list a:hover {
	color: #c69800
}


/* price end*/



.add_item {
	background: #fff;
	border: 1px solid #03391f;
	border-radius: 4px;
	color: #03391f;
	/*#0B6439;*/
	transition: all 0.3s ease;
	padding: 12px 20px;
	text-transform: none;
}

.add_item:hover {
	background: #03391f;
	border: 1px solid #03391f;
	border-radius: 4px;
	color: #fff;
	transition: all 0.3s ease;
	text-transform: none;
}




@keyframes shrink1 {
	from {
		background-size: 105%;
	}

	to {
		background-size: 100%;
	}
}

@keyframes shrink2 {
	from {
		background-size: 130%;
	}

	to {
		background-size: 125%;
	}
}

@keyframes shrink3 {
	from {
		background-size: 160%;
	}

	to {
		background-size: 155%;
	}
}

@keyframes shrink4 {
	from {
		background-size: 260%;
	}

	to {
		background-size: 240%;
	}
}



@media (max-width: 1919px) {

	#header,
	.faster-list,
	.top-wrapper {
		animation-name: shrink1;
		animation-duration: 12s;
	}
}

@media (max-width: 1650px) {

	#header,
	.faster-list,
	.top-wrapper {
		animation-name: shrink2;
		animation-duration: 12s;
		background-size: 125%
	}
}

@media (max-width: 1023px) {

	#header,
	.faster-list,
	.top-wrapper {
		animation-name: shrink3;
		animation-duration: 12s;
		background-size: 155%
	}
}


@media (max-width: 767px) {
	.bxwrapper {
		display: none;
	}

	.mobile-filter-parent {
		background: url(../images/bg-m1.jpg) no-repeat;
		animation-name: shrink2;
		animation-duration: 12s;
		background-size: 125%;
	}
}

@media (max-width: 550px) {
	.bxwrapper {
		/* display: none; */
	}

	.mobile-filter-parent {
		background: url(../images/bg-m1.jpg) no-repeat;
		animation-name: shrink4;
		animation-duration: 7s;
		background-size: 240%;
	}
}



.back-link {
	background: #fff;
	border: 1px solid #03391f;
	border-radius: 4px;
	color: #03391f;
	/*#0B6439;*/
	transition: all 0.3s ease;
	padding: 12px 20px;
	text-transform: none;
}

.back-link:hover {
	background: #03391f;
	border: 1px solid #03391f;
	border-radius: 4px;
	color: #fff;
	transition: all 0.3s ease;
	text-transform: none;
}


.lenta-text,
.comm-text {
	border: 1px solid #03391f;
	display: block;
	margin: 5px auto;
}

.lenta {
	background: #fff;
	color: #03391f;
	border: 1px solid #03391f;
	height: 30px;
}

.lenta-sel {
	position: relative;
}

.lenta-sel::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 11px;
	margin-top: -2px;
	border: 5px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 5px;
	border-top: 5px solid #03391f;
	pointer-events: none;
}

.jqcart-del-item {
	border: 1px solid #03391f;
	background-color: #fff;
	color: #03391f
}

.jqcart-del-item::before {
	content: '✖';
	font-size: 12px;
	margin-top: 2px;
}

.jqcart-del-item:hover {
	color: #023f23;
}

.jqcart-orderform input[type="submit"],
.jqcart-orderform input[type="reset"] {
	background: #fff;
	color: #03391f;
	border: 1px solid #03391f;
}

.jqcart-orderform input[type="submit"]:hover,
.jqcart-orderform input[type="reset"]:hover {
	background: #03391f;
	color: #fff;
	border: 1px solid #03391f;
}

.jqcart-cart-title {
	color: #03391f;
}

.site-changes .jqcart-checkout {
	background: #ffffff url('../images/spruce.jpg') no-repeat top center;
	/* background-size: contain; */
}






/*Reviews*/


.reviews_menu {
	margin-right: 10px;
}

.thank_you_for_review {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	margin-top: 30px;
	padding: 22px;
	display: block;
}

.h3_reviews {
	margin-top: 40px;
	text-align: center
}

.review {
	max-width: 470px;
	margin: 0 auto;
}

.reviews_wrap {
	border-radius: 8px;
	background: #fff;
	box-shadow: 5px 5px 15px #03391f13;
	padding: 20px 30px;
	max-width: 470px;
	margin: 0 auto;
}

.col1 {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	font-size: 16px;
	min-height: 36px;
	padding-top: 7px;
}

.col2 {
	display: inline-block;
	min-width: 280px;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-height: 36px;
	padding-top: 7px;
}

.col1.lbl_textz {
	vertical-align: top;
}

#usmail,
#nick,
#textz,
#keystringz {
	display: inline-block;
	background: #fff;
	color: #03391f;
	border: 1px solid #03391f;
	height: 40px;
	border-radius: 4px;
	padding: 7px;
	font-size: 16px;
}

#keystringz {
	width: 80px;
	vertical-align: top;
}


.kkkaptcha {
	width: 100px;
	display: inline-block;
}

.kkkaptcha span {
	color: #03391f;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.comm_name {
	display: none
}

#textz {
	min-width: 280px;
	height: 80px;
}

#ok {
	margin-top: 0px;
}

#enter,
.reply_btn {
	background: #fff;
	border: 1px solid #03391f;
	border-radius: 4px;
	transition: all 0.3s ease;
	padding: 6px 20px;
	text-transform: none;
	color: #03391f;
	text-decoration: none;
	font-size: 16px;
}

#enter {
	padding: 10px 20px;
	cursor: pointer;
}

#enter:hover,
.reply_btn:hover {
	background: #03391f;
	color: #fff;
	border: 1px solid #03391f;
	transition: all 0.3s ease;
}

.comm_message {
	display: block;
	color: #03391f;
	border-top: 1px solid #03391f;
	margin: 10px 0 20px 0;
	padding: 5px 0 5px 0;
}


.admin_reply {
	background: #FFEBB0;
	border: #E8E8FF 1px solid;
	border-radius: 8px;
	padding: 10px 3px;
	margin-top: 5px;
}

#capt {
	border: 1px solid;
}

.reply_btn {
	float: left;
	display: block;
	width: fit-content;
}

@media (max-width: 1023px) {
	.reply_btn {
		float: none;
	}
}

@media (max-width: 600px) {
	.reviews_wrap {
		margin: auto;
		max-width: 320px;
	}

	#nick,
	#textz {
		min-width: 100%
	}

	#keystringz {
		min-width: 35%
	}

	#enter {
		margin: auto;
	}

	.col1,
	.col2 {
		min-width: 100%;
	}

	.col1 {
		min-height: 10px;
		padding: 0
	}

	.col2 {
		margin-bottom: 10px;
		padding: 0
	}
}


/* Reviews end*/



.products .product-card:nth-child(1n) {
	background: #fff url('../images/spruce7.jpg') no-repeat -50px bottom;
	background-size: 330%;
	border: 1px solid #dbdbdb;
}

.products .product-card:nth-child(2n) {
	background: #fff url('../images/spruce7.jpg') no-repeat -400px bottom;
	background-size: 330%;
	border: 1px solid #dbdbdb;
}

.products .product-card:nth-child(3n) {
	background: #fff url('../images/spruce7.jpg') no-repeat -200px bottom;
	background-size: 270%;
	border: 1px solid #dbdbdb;
}




/* .site-changes .jqcart-cart-label .jqcart-total-cnt {
	width: 26px;
	background: #f2c100;
	border-radius: 30px;
	color: 313131;
  } */


.categories-item-image {
	position: relative;
	border-radius: 6px;
	padding: 10px;
	background: #00000060;
	padding: 10px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: auto;
	/* border: 1px solid #ffffff30; */
	/* filter: hue-rotate(272deg) contrast(230%); */
}

@media (min-width: 1023px) {
	.categories-row {
		background: #00000060;
		border-radius: 8px;
	}
}

.loader {
	background: #fff url('../images/bx_loader.gif') no-repeat center center !important;
	color: #00000000 !important;
}


.gal {
	font-size: 0;
	display: block
}

.gal2-wrap {
	order: 3;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.gal2 {
	display: block;
	order: 3;
	margin-top: 10px;
	font-size: 0;
	width: 40px;
}

.gal2 .product-image {
	max-height: 64px;
	width: auto;
	margin: 4px 2px;
}

.site-changes .product-card {
	font-size: 15px;
}

.site-changes .product-card.krusts {
	display: none;
}











/* changes 280223 */


.site-gallery {
	display: block;
	margin: 50px 0 0 0;
}

.filter-bar {
	background: #e8e8e8;
	margin-bottom: 10px;
}

.category_wrap {
	background: #F0F0F0;
	/* margin: 0 0 50px 0; */
	padding: 30px 0 30px 0;
}

.category_wrap h1 {
	color: #03391f;
	text-align: center;
	font-size: 2rem;
}

.category_wrap p {
	text-align: center;
	color: #03391f;
}

.category_select {
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category_card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	max-width: 190px;
	margin: 0 5px 15px 0;
	cursor: pointer;
	text-align: center;
	transition: all 1s ease;
	text-decoration: none;
	color: #03391f;
	background: #fff;

}


.category_card_caption {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #03391f;
}

.category_card_price {
	font-family: 'Roboto';
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #03391f;
}

.category_card_price span {
	font-size: 18px;
}

.category_card_price.category_card_button {
	background: url('/images/arrow-right2.svg') no-repeat 100px 10px;
}

.category_card_button {
	width: 120px;
	margin: 0 auto;
	/* background: #fff;
	border: 1px solid #03391f;
	border-radius: 3px;*/
	color: #03391f;
	padding: 0px 15px 10px 0;
	transition: all 0.35s ease;
	user-select: none;
	text-decoration: none;
}


.category_card:hover {
	filter: brightness(120%) saturate(110%) contrast(100%);
	transition: all 1s ease;
}

/* .category_card:hover .category_card_button,
.category_card_button:hover {
	background: #03391f;
	color: #fff;
	border: 1px solid #03391f;
	transition: all 0.35s ease;
} */

.categoryhead {
	position: absolute;
	margin: -204px 0 0 0
}

.scroll-to-top {
	position: fixed;
	right: 10px;
	bottom: 80px;
	border-radius: 30px;
	padding: 7px 12px;
	/* box-shadow: 5px 5px 5px #0000001b; */
	cursor: pointer;
	user-select: none;
	background: #017E46;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	transition: all 0.35s ease;
}

.scroll-to-top:hover {
	filter: brightness(110%);
	transition: all 0.35s ease;
}

/* header fixes */
.categories-list {
	display: none;
}

#header {
	height: 100px
}

.faster-list {
	padding-top: 0px;
}

.p_guarantee {
	margin-bottom: 10px;
}

/* header fixes end*/

@media (max-width: 767px) {
	#header {
		height: 55px;
	}

	.category_card {
		max-width: 50%;
	}

	.products-wrap .inner {
		padding-top: 10px;
	}

	.categoryhead {
		position: absolute;
		margin: -124px 0 0 0
	}

	.site-gallery {
		display: block;
		margin: 0px 0 0 0;
	}

	h1 {
		margin-top: 70px;
	}

	.categories-list {
		display: block;
	}

	.category_select {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -15px;
	}

	.category_card {
		width: 45%;
		margin: 5px;
	}

	.scroll-to-top {
		display: none !important;
	}
}






.left-col {
	float: left;
	color: white;
	margin: 0 auto;
	margin-top: 30px;
	width: 240px;
}

.left-col label {}

.left-col .inputfile-6+label span {
	width: 40px;
}

.left-col .gold_btn {
	background: #ffc300;
	color: #333;
	border: 1px solid #ffc300;
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
	font-size: 16px;
}

.left-col .gold_btn:hover {
	background: #e6b000;
	border: 1px solid #e6b000;
}


.add-company {
	background: rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 8px;
}

.change-company-logo {
	margin-top: 30px;
	background: rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 8px;
}

.uploaded_logo {
	width: 150px;
	height: auto;
	margin: 20px 0 0 0
}




.reviews_link {
	margin: 0 auto;
	display: block;
	width: 100%;
	padding: 10px 0px;
	border-radius: 5px;
	font-size: 14px;
	color: #03391f;
	border: 1px solid #03391f;
	text-decoration: none;
	text-align: center;
	background: #fff url('/images/reviews.png') 5px 6px no-repeat;
	background-size: 26px 26px;
	transition: all 0.5s ease;
}

.reviews_link:hover {
	color: #fff;
	border: 1px solid #03391f;
	background: #03391f url('/images/reviews-hover.png') 5px 6px no-repeat;
	background-size: 26px 26px;
	transition: all 0.5s ease;
}

.reviews_link_wrap {
	margin: 10px auto;
	width: 260px;
	height: 150px;
	mix-blend-mode: multiply;
	background: url('/images/reviews.jpg') top center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}





.mainsite h3 {
	color: #03391f;
}

.reviews_wrap {
	margin-top: 20px;
}

@media (max-width: 767px) {

	.reviews_wrap {
		margin-top: 10px;
		padding: 10px 15px;
	}

	.h3_reviews {
		margin-top: 30px;
	}

	.kkkaptcha {
		display: flex;
		align-items: center;
		width: 200px;
	}

	.kkkaptcha span {
		margin-left: 15px;
	}

	.kkkaptcha img {
		max-width: 65px;
	}

	#textz {
		height: 60px;
	}
}