.menu-top-selected {color: #4bc5f1 !important;}
.form-product-list {
	display: flex;
	flex-direction: column;

}
.product-box__link .to-cart {
	/*background: #fff;*/
	background: #a5cf65;
	color: #000 !important;
}
.product-box__link .to-cart:hover {
	background: #8dc23e !important;
	color: #000 !important;
}
.product-box__link input[type="submit"] {
	cursor: pointer;
}
.catalog-page .catalog-page__page .product__item .product-box__link .favorites, .product__item .product-box .product-box__link .favorites {
	color: #a5cf65;
	background: #fff;
	border: 1px solid #a5cf65;
}
.catalog-page .catalog-page__page .product__item .product-box__link .favorites:hover, .product__item .product-box .product-box__link .favorites:hover {
	color: #a5cf65;
	background: #f4f4f4;
	border: 1px solid #a5cf65;
}
.bx_ui_slider_handle div {
		position: absolute;
		width: 20px;
		margin: 0 auto;
		height: 20px;
		border: 3px solid #fff;
		background: #A5CF65 !important;
		z-index: 999 !important;
		border-radius: 50px;
}
.filter-btn {
	margin: 10px 0;
}
.filter-bx-btn {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	gap: 20px;
}
.bx_filter .bx_filter_search_reset {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	padding: 14px;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #898989;
	cursor: pointer;
	border: 1px solid #898989;
	border-radius: 90px;
	background: #fff;
	transition: all 0.3s ease;
}

.bx_filter .bx_filter_search_reset:hover {
	color: #555;
	border: 1px solid #555;
}

.bx_filter .bx_filter_search_button {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	padding: 14px;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	border: 1px solid #a5cf65 !important;
	border-radius: 90px;
	background: #a5cf65;
	transition: all 0.3s ease !important;
}

.bx_filter .bx_filter_search_button:hover {
	color: #f5f5f5;
	background: #8cc851;
}
.fb-check input[type="checkbox"]:checked + label span {color: #000 !important;}
.fb-check input[type="checkbox"]:checked + label span:hover {color: #000 !important;}

@media (max-width: 920px) {
	.cat-fix-page {
		margin-bottom: 0;
	}
	.full-content .fix-top-title {
		margin-top: 0px;
	}
	.product-top-mark {
		margin-top: -20px;
    	margin-bottom: 40px;
	}
}

@media (max-width: 720px) {
	.full-content .fix-top-title {
		margin-top: 0;
	}
	.cat-fix-page {
		padding-bottom: 90px;
	}
}
.breadcrumbs {
    flex-wrap: wrap;
    row-gap: 10px;
}
.add-cart-btn-to-cart__btn {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	padding: 15px 40px 15px 55px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.009em;
	color: #fff;
	background: #8cc851;
	border-radius: 90px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.add-cart-btn-to-cart__btn:hover {
	background: #70ba3c;
}
@media (max-width: 580px) {
	.add-cart-btn-to-cart__btn {
		width: 100%;
	}
}
.detail-center a .fa-search-plus {margin: auto !important; top: 25%; text-shadow: #f3f3f3 1px 1px 2px;}

.product-top-property {
	height: 206px;
}
.to-cart__btn {position: relative;}
.to-cart__btn svg {
	position: absolute;
	left: 25px;
}




.detail-center .photo {
	height: 455px;
}

.detail-center .photo img {
	max-height: 300px;
}

.detail-wrap {
	height: 130px;
}

.detail-wrap img  {
	max-height: 90px;
}

.blog-add-comment a {
	padding: 0 20px 10px 20px!important;
	border-radius: 90px !important;
}

.blog-add-comment a b {
	font-weight: normal !important;
}

.tab_content img {
    max-width: 180px !important;
}
.pr-icon a.active i {color: #a5cf65 !important}

.product__item .product-box .product-box__link a.active {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	color: #000;
}

.product__item .product-box .product-box__link a.active:hover {
	background: #cfcfcf;
	border: 1px solid #cfcfcf;
	color: #000;
}
.catalog-page .catalog-page__page .product-wrap-catalog .product-box__link a.active {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	color: #000;
}
.catalog-page .catalog-page__page .product-wrap-catalog .product-box__link a.active:hover {
	background: #cfcfcf;
	border: 1px solid #cfcfcf;
	color: #000;
}

.top_head_favor_bl {position: fixed; right: 15px; bottom: 15px;z-index: 999;}
.top_head_favor {display: flex; justify-content: center; align-items: center; position: relative; width: 60px; height: 60px; 
background: #a5cf65;transition: all 0.3s ease;border: 3px solid #fff;border-radius: 90px;}
.top_head_favor:hover {background: #8dc23e;}
.top_head_favor i {color: #fff; font-size: 30px;}
.top_head_favor span {color: #000; position: absolute; margin: 0 auto; width: 100%; margin-top: 8px; text-align: center; left: 0; font-size: 13px;}

@media(max-width: 920px) {
	.product-fullbox .product-fullbox__left .pfb-mob .product-fullbox__info .product-box__top-info {gap: 10px !important;}
}

.date-dv {
width: 100%;
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #555;
}
.date-dv .fa {
margin-right: 8px;
color: #8cc851;
}
.wrap-ddv {
display: flex;
width: 100%;
justify-content: space-between;
}
#tab3 {padding: 10px 5px !important;}
@media(max-width: 680px) {
	#tab3 {padding: 10px 0 10px 0 !important;}
	.tabs-box {margin: 10px 0 5px 0;}
	.detail-wrap {padding: 20px;}
}
@media(max-width: 580px) {
	.detail-center .photo {height: 340px;margin: 0;}
	.bt-bt .top-title {margin-top: 30px;}

}
@media(max-width: 460px) {
	.bt-bt {margin-top: 0;}
	.detail-center .photo {height: 260px;margin: 5px 0;}
	.detail-center .photo img {max-height: 240px;}
	.detail-center a .fa-search-plus{top: 38%;}
	.product-fullbox .product-fullbox__left .pfb-mob .product-fullbox__info {
		flex-direction: column;
	}
	.product-fullbox .product-fullbox__left .pfb-mob .rr-article {
		margin-top: 10px;
		margin-bottom: -10px;
	}
.bt-bt .top-title {margin-top: 20px;}
}
@media(max-width: 920px) {
	.product-top-property {height: auto;}
}

div.blog-comment-field-author input, div.blog-comment-field-email input, div.blog-comment-field-captcha input {padding: 0 5px; height: 32px !important; margin: 5px 0;border: 1px solid #ccc; border-radius: 90px;}
.bx_soc_comments_div.bx_important.bx_green .bx_bt_button {margin-top: 10px;}
div.blog-post-edit-form, div.blog-comment-fields {background: #fff;}
.bxhtmled-toolbar-cnt {background-image: none; border: none; background-color: transparent;}
.feed-add-post-edit-form .bx-html-editor .bxhtmled-toolbar-cnt {border-radius: 90px;background-color: rgba(140, 203, 94, 0.9);}
.bxhtmled-iframe-cnt {border: none; border-top: none; overflow: hidden !important;}
.feed-add-post-text {
    color: #bfbfbf;
   	margin-top: 10px;
    padding: 0;
    width: calc(100% - 10px);
}
.bx-editor-iframe {margin-top: 10px; background: #f8f8f8;}

div.blog-comment-buttons input {
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.5px;
padding: 6px 40px !important;
text-align: center;
color: #fff;
cursor: pointer;
background: #a5cf65;
border-radius: 90px;
transition: all 0.4s ease;
}
div.blog-comment-buttons input:hover {background: #8dc23e;}

.basket-checkout-section-inner {
flex-direction: column;
}
div.bx-green .btn.btn-default {
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
padding: 10px 30px;
text-align: center;
color: #fff;
cursor: pointer;
background: #a5cf65;
border-radius: 90px;
transition: all 0.3s ease;
}
div.bx-green .btn.btn-default:hover {
background: #8dc23e !important;
}
.basket-coupon-block-field input[type="text"] {
	padding: 8px 10px;
	border: 1px solid #cccc;
	border-radius: 90px;
	margin: 5px 0;
width: 100%;
}

.basket-coupon-block-total-price-difference {
  display: inline-block;
  padding: 5px 6px 6px;
  background: #fff;
  color: #555;
	border: 1px solid #ccc;
  text-align: center;
  font: 400 13px/12px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container {background-color: #fff !important;}
.basket-items-list-item-removed-block a {
color: #a5cf65 !important;
text-decoration: underline;
}
.basket-items-list-item-removed-block a:hover {
text-decoration: none;
}
.basket-item-image {height: 90px; width: auto;}
.basket-item-block-info .basket-item-actions-remove {display: none;}
.basket-item-block-actions {opacity: 1 !important;}
.basket-items-list-item-container td {
vertical-align: middle;
}
.basket-coupon-block-total-price-difference {display: none;}
.basket-checkout-section-inner {
flex-direction: row;
}
.basket-coupon-block-total-price-current {
  margin-bottom: 7px;
  color: #2f3435;
  text-align: right;
  white-space: nowrap;
  font: 400 24px/24px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  transition: 180ms text-shadow ease,180ms color ease;
margin-top: 8px;
}
.basket-checkout-block-total-title {margin-top: 8px;}
@media(max-width: 1200px) {
	.basket-checkout-container {margin-bottom: 120px;}
}
@media(max-width: 1020px) {
	.basket-checkout-container {margin-bottom: 30px;}
}
/********/
div#bx-soa-total-mobile {
    display: none;
}
.bx-soa-section.bx-selected {
    border: none !important;
}
div#bx-soa-orderSave {
    display: none;
}

.order-bl .bx-soa-section {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}
.order-bl #bx-soa-basket {display: none !important;}

.order-bl #bx-soa-region .bx-soa-section-title-container {display:none;}

.bx_soa_location .form-group {
display: flex !important;
flex-direction: row  !important;
justify-content: flex-start !important;
}

@media(max-width: 560px) {
	.bx_soa_location .form-group {
		flex-direction: column  !important;
	}
}

.radio-inline {
margin-bottom: 20px;
}

.bx_soa_location .radio-inline input[type="radio"]:checked,
.bx_soa_location .radio-inline input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.bx_soa_location .radio-inline input[type="radio"]:checked > label {color: red !important;}

.bx_soa_location .radio-inline label {
  font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 400 !important;
color: #555  !important;
font-size: 16px !important;
cursor: pointer;
margin-right: 20px;
width: 240px;
display: block;
padding: 12px 5px !important;
line-height: 19px !important;
text-align: center !important;
background: #EFEFEF !important;
border-radius: 3px !important;
transition: all 0.3s ease !important;
}
.bx_soa_location .radio-inline label:hover {
background: #ccc !important;
}


.bx_soa_location .radio-inline label.active {
  font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 400 !important;
color: #fff  !important;
font-size: 16px !important;
cursor: pointer;
margin-right: 20px;
padding: 12px 5px !important;
line-height: 19px !important;
text-align: center !important;
background: #A5CF65 !important;
border-radius: 3px !important;
transition: all 0.3s ease !important;
}
.bx_soa_location .radio-inline label.active:hover {
background: #8dc23e !important;
}

@media(max-width: 560px) {
	.bx_soa_location .radio-inline label {
		width: 100%;
	}
	.radio-inline {
		margin-bottom: -5px;
	}
}

/*
.bx_soa_location .bx-sls div, .bx_soa_location .bx-sls {min-width: 100%;}
.bx_soa_location .bx-sls input[type="text"] {min-width: 100%;}*/
/*
.bx_soa_location .bx-sls input[type="text"] {min-width: 100% !important; border: 1px solid #000}*/

.bx-soa .bx-soa-location-input-container {
display: flex !important;
flex-direction: column !important;
}
.bx-soa .bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
	margin-top: 30px;
    padding: 5px 32px;
	border-radius: 3px;
}
.bx-soa .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {height: 24px;}
.order-bl input[type=checkbox].bx-soa-pp-company-checkbox {position: relative !important;}
.order-bl .bx-soa-pp-company-graf-container {padding: 0 !important; height: 35px; }
.order-bl .bx-soa-section-content {padding: 0;}

.order-bl .bx-soa-pp .bx-soa-pp-company {padding: 0 !important;}

.order-bl .bx-soa-pp-company-smalltitle {
    padding-top: 5px;
    position: absolute;
    color: #000 !important;
cursor:pointer;
    font-family: 'Gilroy';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 17px;
    /* padding-bottom: 5px; */
    margin-top: -32px;
    margin-left: 34px;
}

@media(max-width: 560px) {
	.order-bl .bx-soa-pp-company-smalltitle {
		font-size: 14px;
	}
}


.order-bl  input[type="checkbox"]:checked,
.order-bl  input[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;

}

.order-bl  input[type="checkbox"]:checked + .bx-soa-pp-company-image:before,
.order-bl  input[type="checkbox"]:not(:checked) + .bx-soa-pp-company-image::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 50px !important;
}

.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:checked + .bx-soa-pp-company-image:before,
.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:not(:checked) + .bx-soa-pp-company-image:before {
	border-radius: 0;
}

.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:checked + .bx-soa-pp-company-image:after,
.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:not(:checked) + .bx-soa-pp-company-image:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:checked + .bx-soa-pp-company-image:after,
.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:not(:checked) + .bx-soa-pp-company-image:after {
	left: 8px;
	top: 8px;
	width: 9px;
	height: 9px;
	background-color: #A5CF65;
	border: none;
	border-radius: 90px;
}

.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:not(:checked) + .bx-soa-pp-company-image:after {
	opacity: 0;
}

.order-bl .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container input[type="checkbox"]:checked + .bx-soa-pp-company-image:after {
	opacity: 1;
}
.order-bl .bx-soa-pp-company-graf-container input[type="checkbox"] + .bx-soa-pp-company-image {
background-image: none !important;
top: 3px;
    right: 5px;
    bottom: 5px;
    left: 0px;
border: none;
}
.order-bl .bx-soa-pp-delivery-cost {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    color: #A5CF65;
    padding: 2px 4px;
    right: 50%;
    bottom: 0px;
    border-radius: 1px;
    top: 28%;
    background: #fff;
}
@media(max-width: 920px) {
	.order-bl .bx-soa-pp-delivery-cost {
		right: 0;
	}
}

@media(max-width: 560px) {
	.order-bl .bx-soa-pp-delivery-cost {
		font-size: 9px;
	}
}

.order-bl .bx-soa-pp-company-graf-container {border: none;}
.order-bl .bx-soa-section-title-count {display: none;}

.order-bl .bx-soa-section-title {
    border-radius: 0px;
    margin: 0;
    color: #000;
    line-height: 15px;
    min-height: auto;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 0px;

font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 600 !important;
color: #222  !important;
font-size: 18px !important;
border-bottom: none;
padding-bottom: 5px;
margin-bottom: 5px;
}
.order-bl .bx-soa-section-title-container {
    overflow: hidden;
    background: #fff;
    padding: 0;
	margin-top: 10px;
}
/**********************************************************************/
.order-bl .bx-soa-pp-desc-container {display: none;}
/*********************************************************************/
.order-bl .bx-soa-pp {margin-bottom: 20px;}

.order-bl .bx_soa_location .bx-soa-custom-label {display: none;}

.order-bl .bx-soa-customer-field input[type="text"], .order-bl .bx-soa-customer-field textarea {
font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 400 !important;
color: #444  !important;
font-size: 15px !important;
padding: 10px;
width: 50%;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
margin-bottom: 10px;
}

@media(max-width: 920px) {
	.order-bl .bx-soa-customer-field input[type="text"], .order-bl .bx-soa-customer-field textarea {
		width: 100%;
	}
}
.order-bl .bx-soa-customer-field textarea {outline: none !important;outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}
.order-bl .bx-soa-customer-field textarea:focus {outline: none !important;outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}
.order-bl .bx-soa-customer-field .bx-soa-custom-label, .last-label-box label {
margin-top: 6px;
	margin-bottom: 3px;
display: block;
font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 400 !important;
color: #333  !important;
font-size: 14px !important;
}

.order-bl .last-label-box {
display: flex;
flex-direction: column;
}

textarea:active, textarea:focus {
  outline: none;
}
textarea::-moz-focus-inner {
  border: 0;
}
.order-bl #bx-soa-total {
	margin-bottom: 60px;
}

.order-bl .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {background-color: #f8f8f8 !important;}
.order-bl .bx-soa-cart-total-button-container {text-align: right !important; margin-bottom: 15px;}
.order-bl #bx-soa-total .bx-soa-cart-total {padding: 0px; border: none;}
.order-bl .bx-soa-cart-t {
font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 500 !important;
color: #333  !important;
font-size: 16px !important;
}
.order-bl .bx-soa-cart-d {
font-family: 'Gilroy' !important;
font-style: normal !important;
font-weight: 500 !important;
color: #555  !important;
font-size: 16px !important;
}
.order-bl .bx-soa-cart-total .bx-soa-cart-total-line-total {padding-top: 5px;}
.order-bl .bx-soa-cart-total .bx-soa-cart-total-line {border: none;}
.order-bl .bx-soa-cart-total .bx-soa-cart-total-line:first-child {background-color: #f8f8f8}
.order-bl .bx-soa-tooltip .tooltip-inner {max-width: 100%;}
.order-bl .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	border: none;
	background: none;
	font-size: 13px;
	color: ff0000;
	margin-bottom: 5px;
}
.order-bl .alert-danger {display: none;}
.fix-order-bl {margin-bottom: 50px;}
.fix-order-bl table a {color: #8cc851; text-decoration: underline;}
.fix-order-bl table a:hover {text-decoration: none;}

.auth_field, .bx-auth-wr-bl-rg input[type="text"], .bx-auth-wr-bl-rg input[type="password"] {
    width: 168px;
    border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 5px;
	width: 190px;
}
.bx-auth-wr-bl form button, .bx-auth-wr-bl form input[type="submit"], .bx-auth-wr-bl-rg form input[type="submit"] {
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 13px;
padding: 4px 8px;
text-align: center;
color: #fff;
cursor: pointer;
background: #a5cf65;
border-radius: 90px;
}
.bx-auth-wr-bl form button:hover, .bx-auth-wr-bl form input[type="submit"]:hover, .bx-auth-wr-bl-rg form input[type="submit"]:hover {
background: #8dc23e;
}

.bx-auth-wr-bl-rg table {
display: flex;
flex-direction: column;
width: 50%;
margin-bottom: 20px;
}
@media (max-width: 920px) {
	.bx-auth-wr-bl-rg {margin-top: 120px;}
	.bx-auth-wr-bl-rg table {
		width: 100%;
	}
}

.bx-auth-wr-bl-rg p {
	color:#959595;
	padding: 5px 0;
	font-size: 14px;
}
.bx-auth-wr-bl-rg table tr {
	display: flex;
	width: 100%;
}

.bx-auth-wr-bl-rg table td {
	display: flex;
	width: 50%;
	align-items: center;
	padding: 3px 0;
	color: #959595;
    font-weight: 700;

	/*border: 1px solid #000 !important;*/
}

.auth_form_link {
	font-size: 16px;
	color: #959595;
}
.auth_form_link a {color: #a5cf65; text-decoration: underline;}
.auth_form_link a:hover {text-decoration: none;}
@media (max-width: 580px) {
		.bx-auth-wr-bl-rg table td {
		width: 100%;
	}
	.bx-auth-wr-bl-rg table tr {
		flex-direction: column;
	}
}
.bx-auth-wr-bl-rg table td:nth-child(2n) {
	/*width: 65%;*/
}	


.bx-auth-wr-bl-rg table td:last-child{
justify-content: flex-end;
}
.bx-auth-wr-bl-rg input[type="password"], .bx-auth-wr-bl-rg input[type="text"] {
	min-width: 100%;
}

.bx-auth-wr-bl-rg form input[type="text"] {
	/*margin-bottom: 6px;*/
}

.bx-auth-wr-bl-rg {margin-bottom: 50px;}

@media (max-width: 480px) {
	.bx-auth-wr-bl form button, .bx-auth-wr-bl form input[type="submit"] {margin-top: 10px;}
}
@media (max-width: 920px) {
	.bx-auth-wr-bl {margin-top: 120px !important;}
}


/* searh */
.search-page {
margin-top: -20px;
padding-top: 0;
}
@media (max-width: 1200px) {
	.search-page {
margin-bottom: 70px;
}

}
.search-page-box-page hr {
	height: 1px !important;
	background: #f4f4f4 !important;
	margin: 10px 0;
}
.search-page-box-page {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #444;
}
.search-page-box-page a {
	color:#8dc23e;
	text-decoration: underline;
}
.search-page-box-page a:hover {
	text-decoration: none;
}
.search-page-box-page hr + a {
	font-size: 18px;
	font-weight: 500;
}
.search-page-box-page .paginav-cat a {
	color: #000;
	text-decoration: none;
}
.search-page-box-page .paginav-cat a:hover {
	color: #fff;
}
.search-page-box-page .paginav-cat {
	margin: 40px 0 10px 0;
}
/* end search */

.top-catalog__item .fix-bg:hover {
	background: rgba(255, 215, 0, 0.95) !important;
}
@media (max-width: 1200px) {
	.fix-nwr {
		margin-bottom: 70px;
	}
}
@media (max-width: 920px) {
	.logo .social-top {
		gap: 10px;
		margin-right: 10px;
	}
.logo .social-top svg {
  width: 32px !important;
  height: 32px !important;
}
  @media (max-width: 470px)
.logo .social-top svg {
  width: 32px !important;
  height: 32px !important;
}
@media (max-width: 380px)
.logo .social-top svg {
  width: 32px !important;
  height: 32px !important;
}
.product__item .product-box .product-box__link .to-cart {
	color: #000 !important;
}

.product__item .product-box .product-box__link a.active:hover {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  color: #000;
}