body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #252B42;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	font-weight: 700;
	color: #252B42;
	line-height: 56px;
	letter-spacing: 0.2px;
	text-align: left;
}

/* default font size */
.fa {
	font-size: 14px;
}

.product-header span {
	font-size: 24px;
}

/* Override the bootstrap defaults */
h1 {
	/*font-size: 40px;*/
	/*width: 56px;*/
	/*height: 56px;*/
	font-family: Inter;
	font-size: 40px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #252B42
}

/*.full-bg h1{*/
/*	margin-bottom: 30px;*/
/*}*/
h2,
.h2 {
	/*font-size: 40px;*/
	margin-bottom: 30px;
	/*height: 56px;*/
	font-family: Inter;
	font-size: 34px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #252B42;
}

h3 {
	/*	font-size: 24px;*/
	/*	margin-bottom: 20px;*/
	/*font-weight: 700;*/
	/*line-height: 32px;*/
	/*letter-spacing: 0.1px;*/
	/*text-align: left;*/
	/*	height: 32px;*/
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.1px;
	text-align: left;
	color: #252B42;
}

h4 {
	font-size: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.2px;
	text-align: left;
	/*	height: 32px;*/
	/*	font-family: Inter;*/
	/*	font-size: 24px;*/
	/*	font-weight: 600;*/
	/*	line-height: 32px;*/
	/*	letter-spacing: 0.2px;*/
	/*	text-align: left;*/
	/*	color: #252B42;*/
}

h5 {
	font-size: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-align: left;
	/*	height: 24px;*/
	/*	font-family: Inter;*/
	/*	font-size: 18px;*/
	/*	font-weight: 600;*/
	/*	line-height: 24px;*/
	/*	letter-spacing: 0.1px;*/
	/*	text-align: left;*/
	/*	color: #252B42;*/
}

h6 {
	font-size: 10.2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	text-align: left;
	/*	height: 24px;*/
	/*	font-family: Inter;*/
	/*	font-size: 14px;*/
	/*	font-weight: 600;*/
	/*	line-height: 24px;*/
	/*	letter-spacing: 0.2px;*/
	/*	text-align: left;*/
	/*	color: #252B42;*/
}

a {
	color: #4E8648;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

legend {
	font-size: 16px;
	padding: 7px 0px
}

label {
	font-size: 14px;
	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: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #E6E6E6;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.list-unstyled {
	margin-bottom: 0;
}

.full-bg {
	background: #FAFAFA;
}

.section {
	padding: 60px 0;
}

.nav-tabs {
	border: none
}

.nav-tabs>li>a {
	margin-right: -1px;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: .3s;
	font-weight: 700;
	font-size: 14px;
	color: #737373;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background: none;
	color: #4E8648;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: #4E8648;
	color: #fff !important;
	border-top-color: transparent;
	border-bottom-color: #4E8648;
}

.tab-content {
	padding: 15px;
	border: 1px solid #ECECEC;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.svg-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: .3s;
}

.svg-icon--arrow {
	width: 10px;
	height: 6px;
}

/* cart */

#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;
}

/* content */
#content {
	min-height: 600px;
}

/* review */
.review-box__item {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ECECEC;
}

.review-box__item:last-child {
	margin-bottom: 0;
}

.review-box__name {
	font-weight: 700;
}

.review-box__info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.review-box__rating {
	margin-right: 10px;
}

.review-box__rating .fa-stack {
	width: 1em;
	height: 1em;
	color: #F8B653;
}

.review-box__text {
	margin-bottom: 0;
}

.review-box__answer {
	position: relative;
	width: 95%;
	padding: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	background: #DCE7DA;
}

.review-box__answer:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #DCE7DA transparent;
}

/* end review */

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 20px 0;
	border: none;
	background: none;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li:first-child {
	padding-left: 0;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: url('/image/icons/arrow.svg') 0 0 no-repeat;
}

.breadcrumb>li:last-child:after {
	display: none;
}

.breadcrumb>li a {
	font-size: 14px;
	color: #252B42;
}

.breadcrumb>li:last-child a {
	color: #737373;
	pointer-events: none;
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	background: none;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
	transition: .3s;
}

.btn.active,
.btn:active {
	box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
	border: 1px solid transparent;
	background-color: #4E8648;
}

.btn:hover {
	color: #4E8648 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active {
	background: none;
	border-color: #4E8648;
	color: #4E8648;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2:active:focus,
.btn-primary2:active:hover,
.btn-primary2.active,
.btn-primary2:active {
	background: none;
	border-color: #B7B7B7 !important;
	color: white !important;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	cursor: pointer;
	padding: 0;
	color: #4E8648;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */

.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;
}

.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 #fff;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* 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;
}

.rating-area {
	overflow: hidden;
	width: 100px;
}

.rating-area label {
	margin-bottom: 0;
}

.rating-area:not(:checked)>input {
	display: none;
}

.rating-area:not(:checked)>label {
	float: right;
	width: 20px;
	padding: 0;
	cursor: pointer;
	font-size: 20px;
	line-height: 14px;
	color: lightgrey;
}

.rating-area:not(:checked)>label:before {
	content: '★';
}

.rating-area>input:checked~label {
	color: #F8B653;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
	color: #F8B653;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: #F8B653;
}

.rate-area>label:active {
	position: relative;
}

.form-review .form-control {
	padding: 10px;
	height: auto;
	font-size: 16px !important;
	box-shadow: none;
	border-color: #D8D8D8;
}

.form-review__rating {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.form-review__text {
	margin-left: 5px;
}

.form-review__comment {
	height: 105px !important;
}

/* slider-js */
.slider-nav__btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transform: translateX(-50%);
	background: #FDFDFD;
	border: 1px solid #ECECEC;
	border-radius: 2px;
	z-index: 1;
	transition: .3s;
}

.slider-nav__btn.slick-disabled {
	opacity: .5;
	cursor: auto;
}

.slider-nav__btn:not(.slick-disabled):hover {
	background: #4E8648;
	border-color: #4E8648;
}

.slider-nav__btn .svg-icon {
	width: 15px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: .3s;
}

.slider-nav__btn:not(.slick-disabled):hover .svg-icon {
	fill: #fff;
}

.slider-nav__btn--next {
	left: auto;
	right: 5px;
	transform: translateX(50%);
}

.slider-nav__btn--next .svg-icon {
	transform: translate(-50%, -50%) rotate(-90deg);
}

/* end slider-js */

.q-link-gray:hover {
	color: #4E8648;
}

.thumbnail {
	border-color: #fff;
}

.thumbnail:hover {
	border-color: #4E8648 !important;
}

a:hover {
	color: #4E8648 !important;
}

.q-pr-th:hover {
	border-color: #4E8648 !important;
}

.q-pr-th {
	border-color: #bbb6b6 !important;
}

.q-pr-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	/*margin-bottom: 0px;*/
}

.q-pr-name2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0px;
}

.q-pr-name a {
	height: 112px !important;
}

.qcat-hd {
	font-size: 20px !important;
}

.q-btn {
	background: none !important;
	border-color: #4E8648 !important;
	color: #4E8648 !important;
}

.q-btn:hover {
	color: #ffffff !important;
	text-shadow: none !important;
	border: 1px solid transparent !important;
	background-color: #4E8648 !important;
}




#livesearch_search_results {
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 40px;
	right: -1px;
	background-color: #000;
	list-style-type: none;
	z-index: 12;
	min-width: 360px;
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	-webkit-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
	border: 1px solid #f0f0f0;
	z-index: 10000;
	max-height: 450px;
	overflow-y: scroll;
	width: 100%;
}

#livesearch_search_results li {
	padding: 5px;
}

#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
	color: #000;
	text-decoration: underline;
}

#livesearch_search_results a:hover {
	color: #666;
	text-decoration: none;
}

#livesearch_search_results img {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.br-theme-fontawesome-stars .br-widget {
	height: 28px;
	white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
	font: normal normal normal 18px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after {
	content: '\f005';
	color: #dddddd;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
	color: #ffdf88;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #ffdf88;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
	display: none;
}

@media print {
	.br-theme-fontawesome-stars .br-widget a:after {
		content: '\f006';
		color: black;
	}

	.br-theme-fontawesome-stars .br-widget a.br-active:after,
	.br-theme-fontawesome-stars .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}
}


.radio_agr,
.checkbox_agr {
	padding-left: 20px;
	position: relative;
	display: block;
	clear: both;
}

.radio_agr input,
.checkbox_agr input {
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -20px;
}

.radio_agr input:checked+label::before,
.checkbox_agr input:checked+label::before {
	border-color: #4E8648;
}

.radio_agr input:checked+label::after,
.checkbox_agr input:checked+label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 2px;
	top: 4px;
	margin-left: -20px;
	border: 1px solid #9575cd;
	border-radius: 50%;
	background-color: #9575cd;
}

.radio_agr label,
.checkbox_agr label {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.radio_agr label::before,
.checkbox_agr label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	border: 1px solid #bebebe;
	border-radius: 50%;
	background-color: #fff;
}

.radio_agr.disabled label,
.checkbox_agr.disabled label {
	color: #ccc;
}

.radio_agr.disabled label::before,
.checkbox_agr.disabled label::before {
	opacity: 0.54;
	border-color: #ccc;
}

.checkbox_agr input:checked+label::before {
	border-color: #4E8648;
	background-color: #4E8648;
}

.checkbox_agr input:checked+label::after {
	content: "";
	top: 3px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	border-color: transparent;
	background-color: transparent;

	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 42 42' version='1.1' viewBox='0 0 42 42' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath style='fill:%23fff' clip-rule='evenodd' d='M27.704,8.397c-0.394-0.391-1.034-0.391-1.428,0 L11.988,22.59l-6.282-6.193c-0.394-0.391-1.034-0.391-1.428,0c-0.394,0.391-0.394,1.024,0,1.414l6.999,6.899 c0.39,0.386,1.039,0.386,1.429,0L27.704,9.811C28.099,9.421,28.099,8.787,27.704,8.397C27.31,8.006,28.099,8.787,27.704,8.397z' fill='%23121313' fill-rule='evenodd' id='Check'/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
}

.checkbox_agr label::before {
	border-radius: 5px;
}

.clear_auto {
	/*display:flex;*/
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	margin: 15px 0;
	cursor: pointer;
	text-align: center;
}

.clear_auto svg {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.filter_cat_wr .filter_gl--select {
	width: 100%;
	margin-bottom: 15px;
}

.filter_cat_wr {
	background: #FAFAFA;
	padding: 15px;
}

.category_filter_div {
	margin-bottom: 15px;
}

.filter_cat_name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

#column-left .filter_gl--wr2 {
	margin-top: 0px;
}

.nice-select.open .list {
	max-height: 630px;
	overflow-y: scroll !important;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #f8f9f9;
	border: solid 1px #ececec;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 48px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.selectize-control.single .selectize-input:after {
	border-style: none;
	border-width: 0;
	border-color: transparent;
}


.nice-select:after,
.selectize-control.single .selectize-input:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 5px;
}

.nice-select.open:after,
.selectize-control.single .selectize-input.dropdown-active:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	min-width: 100%;
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #f8f9f9;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.2);
	box-sizing: border-box;
	margin-top: 1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	max-height: 0;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 1px solid #ececec;
}

.nice-select .option:last-child {
	border-bottom: none;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f8f9f9;
}

.nice-select .option:hover {
	background-color: #fff;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.filter_gl {
	margin: 50px 0 30px 0;
}

.filter_gl--wr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.filter_gl--wr2 {
	/*            display: flex;*/
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.filter_gl--col {
	flex: 0 1 100%;
}

.filter_gl--select {
	width: 100%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {

	font-size: 14px;
}

.selectize-control.single .selectize-input input::placeholder {
	color: #000;
}

.selectize-control.single .selectize-input {
	box-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #f8f9f9;
	border: solid 1px #ececec;
	border-radius: 0;
	font-family: inherit;
	font-weight: normal;
	height: 50px;
	line-height: 30px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
}




@media (max-width:991px) {
	.filter_gl--wr {
		flex-wrap: wrap;
	}

	.filter_gl--col {
		flex: 0 1 33%;
	}
}

@media (max-width:565px) {
	.filter_gl--col {
		flex: 0 1 50%;
	}
}

@media (max-width:340px) {
	.filter_gl--col {
		flex: 0 1 100%;
	}
}

.category_filter_div>div>div {
	clear: both;
}

@media (min-width: 991px) {
	.product-list .product-category__thumb {
		padding: 1px 10px;
	}
}

@media (max-width: 991px) {

	.product-list .product-category__thumb {
		flex-wrap: wrap;
	}

	.product-list .col_prod {
		width: 100%;
	}
}

.product-list .product-category__rating,
.product-list .product-category__brand,
.product-list .product-category__article span {
	display: none;
}

.product-list .product-category__wishlist {
	display: block;
	position: static;
	line-height: initial;
	margin-left: 10px;
}

.product-list .col_btn {
	display: flex;
	align-items: center;
	/* gap: 10px; */
	/* min-width: 240px; */
}

.product-list .col_last {
	min-width: 240px;
}

.product-list .col_price {
	margin-bottom: 15px;
	text-align: center;
	max-width: 208px;
}

.product-list .col_first {
	display: flex;
	gap: 20px;
	align-items: center;
}

.product-list .product-category__rating-wrap,
.product-list .product-category__name-wrap {
	margin-bottom: 0;
}

.product-list .product-category__name {
	min-height: auto;
}

.product-list p {
	margin-bottom: 0;
}

.dop_foto--col {
	display: none;
	position: absolute;
	top: -1px;
	left: -310px;
	max-width: 310px;
	border: 1px solid #4E8648;
	border-radius: 0px;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}

#product-search .dop_foto--col {
	left: 125px;
}

@media (min-width: 768px) {
	.product-list .product-category__image:hover .dop_foto--col {
		display: block;
	}
}