#catalog ul.flexbox.list {
	flex-wrap: wrap;
}
#catalog ul.flexbox.list li {
	margin-bottom: 52px;
}
#catalog ul.flexbox.list li:not(:nth-child(4n)) {
	margin-right: 1.33%;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list li {
		margin-bottom: 2.857rem;
	}
}
@media only screen and (max-width: 1024px) {
	#catalog ul.flexbox.list li {
		margin-bottom: 5vw;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list {
		justify-content: space-between;
	}
	#catalog ul.flexbox.list li {
		margin-bottom: 12vw;
	}
	#catalog ul.flexbox.list li:not(:nth-child(4n)) {
		margin-right: 0;
	}
}
#catalog ul.flexbox.list.sect.sub {
	grid-column-gap: 3.5%;
}
/*new sub cat*/
#catalog ul.flexbox.list.sect.sub {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 0;
}
/*new sub cat*/
#catalog ul.flexbox.list > li {
	width: 24%;
	position: relative;
	background: #0A2734;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li {
		width: 100%;
		height: 65vw;
	}
}
#catalog ul.flexbox.list.products li {
	background: none;
}
#catalog ul.flexbox.list > li .cat-li-a {
	background: #0A2734;
	display: block;
	position: relative;
}
#catalog ul.flexbox.list > li img {
	height: 207px;
	margin: auto;
	display: block;
	max-width: 100%;
	object-fit: contain;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li img {
		height: 11.375rem;
	}
}
#catalog ul.flexbox.list.sect.sub > li img {
	height: 100%;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li img {
		height: 51vw;
	padding: 3vw;
	}
}

#catalog ul.flexbox.list > li span {
	background: #6FC727;
	display: flex;
	color: #fff;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	padding: 1px 14px;
	min-height: 38px;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span {
		font-size: 1.0989rem;
		line-height: 1.4285rem;
		padding: 0.0549rem 0.7692rem;
		min-height: 2.0879rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span {
		font-size: 2.68vw;
		padding: 1.75vw 0.4vw 1.75vw 2vw;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul.flexbox.list > li span {
		font-size: 3.86vw;
		padding: 1.21vw 4.83vw;
		line-height: 5.2vw;
	}
}
#catalog ul.flexbox.list.sect.sub > li span {
	line-height: 38px;
}
#catalog ul.flexbox.list > li div.top {
	color: #fff;
	padding: 12px;
	position: absolute;
	right: 0;
	font-size: 18px;
	line-height: 23px;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li div.top {
		padding: 0.65rem;
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li div.top {
		font-size: 4vw;
		padding: 3vw;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul.flexbox.list > li div.top {
		font-size: 4vw;
		padding: 3.62vw 1.93vw;
		line-height: 4.35vw;
	}
}
#catalog ul.flexbox.list > li div.bottom {
	color: #0A2734;
	position: absolute;
	right: 0;
	bottom: 44px;
	font-size: 15px;
	line-height: 20px;
	background: #FFFFFF;
	opacity: 0.7;
	border-radius: 27.9727px 0px 0px 27.9727px;
	font-weight: 500;
	padding: 11px 17px;
	text-align: right;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li div.bottom {
		padding: 0.611rem 0.944rem;
		font-size: 0.833rem;
		line-height: 1.111rem;
		bottom: 2.444rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li div.bottom {
		font-size: 4vw;
		padding: 2.5vw 4.17vw;
		bottom: 11vw;
		line-height: 3.2vw;
	}
}

#catalog ul.flexbox.list > li div.bottom:before {}
#catalog ul.flexbox.list > li div.bottom i {
	display: block;
}
#catalog ul.flexbox.list > li div.bottom i.new {
	color: #FF0000;
}
#catalog ul.flexbox.list > li div.bottom i.old {
	text-decoration: line-through;
}
#catalog h2 {
	padding: 0.96rem 0 0.96rem 0;
	font-size: 26px;
	line-height: normal;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 896px) {
	#catalog h2 {
		font-size: 5.4vw;
		padding: 6vw 0 3vw;
	}
}

#catalog h2.cat-before-01, #catalog h2.cat-before-02, #catalog h2.cat-before-03, #catalog h2.cat-before-04, #catalog h2.cat-before-05, #catalog h2.cat-before-06, #catalog h2.cat-before-07 {
	padding-left: 72px;
}
@media only screen and (max-width: 896px) {
	#catalog h2.cat-before-01, #catalog h2.cat-before-02, #catalog h2.cat-before-03, #catalog h2.cat-before-04, #catalog h2.cat-before-05, #catalog h2.cat-before-06, #catalog h2.cat-before-07 {
		padding-left: 12vw;
	}
}

#catalog h2.cat-before-01:before, #catalog h2.cat-before-02:before, #catalog h2.cat-before-03:before, #catalog h2.cat-before-04:before, #catalog h2.cat-before-05:before, #catalog h2.cat-before-06:before, #catalog h2.cat-before-07:before {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
#catalog h2:before {
	height: 44px;
	width: 44px;
	margin-left: -72px;
}
@media only screen and (max-width: 896px) {
	#catalog h2:before {
		height: 9vw;
		width: 9vw;
		margin-left: -12vw;
	}
}
#catalog h2.cat-before-01:before {
	background-image: url("../images/cat-before-01.svg");
}
#catalog h2.cat-before-02:before {
	background-image: url("../images/cat-before-02.svg");
}
#catalog h2.cat-before-03:before {
	background-image: url("../images/cat-before-03.svg");
}
#catalog h2.cat-before-04:before {
	background-image: url("../images/cat-before-04.svg");
}
#catalog h2.cat-before-05:before {
	background-image: url("../images/cat-before-05.svg");
}
#catalog h2.cat-before-06:before {
	background-image: url("../images/cat-before-06.svg");
}
#catalog h2.cat-before-07:before {
	background-image: url("../images/cat-before-07.svg");
}
#catalog ul.flexbox.list.sect.sub > li {
	width: 31%;
	height: 231px;
	background: #0A2734;
	position: relative;
	margin-bottom: 0;
}
/*new sub cat*/
#catalog ul.flexbox.list.sect.sub > li {
	width: 100%;
}


/* Авто-режим по умолчанию для 5+ карточек */
.flexbox.list.sect.sub {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* 1 карточка - занимает 1/3 */
.flexbox.list.sect.sub:has(> li:only-child) {
	grid-template-columns: 1fr;
	max-width: 33.333%;
}

/* 2 карточки - занимают 2/3 */
.flexbox.list.sect.sub:has(> li:nth-child(2):last-child) {
	grid-template-columns: 1fr 1fr;
	max-width: 66.666%;
}

/* 3 карточки - 3 в ряд */
.flexbox.list.sect.sub:has(> li:nth-child(3):last-child) {
	grid-template-columns: repeat(3, 1fr);
}

/* 4 карточки - 4 в ряд */
.flexbox.list.sect.sub:has(> li:nth-child(4):last-child) {
	grid-template-columns: repeat(4, 1fr);
}








/*new sub cat*/
#catalog ul.flexbox.list.sect.sub li:not(:nth-child(4n)) {
	margin-right: 0;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list.sect.sub > li {
		height: 12.6925rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list.sect.sub > li {
		height: 16vw;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul.flexbox.list.sect.sub > li {
		width: 100%;
		height: 50vw;
	}
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list.sect.sub > li img {

	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list.sect.sub > li img {

	}
}
@media only screen and (max-width: 414px) {
	#catalog ul.flexbox.list.sect.sub > li img {


	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list.sect.sub > li span {
		font-size: 1.67vw;
		padding: 0 0.4vw 0 1.5vw;
		line-height: 1rem;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul.flexbox.list.sect.sub > li span {
		font-size: 3.86vw;
		padding: 1.21vw 4.83vw;
		line-height: 5.2vw;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list.sect.sub > li div {
		font-size: 1.5vw;
		padding: 1vw;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul.flexbox.list.sect.sub > li div {
		font-size: 3.38vw;
		padding: 3.62vw 1.93vw;
		line-height: 4.35vw;
	}
}
#catalog .seo-text ul {
	list-style: inherit;
	padding-left: 3vw;
}
#catalog ul li {
	font-size: 16px;
	line-height: 21px;
}
@media only screen and (max-width: 1400px) {
	#catalog ul li {
		font-size: 0.96rem;
		line-height: 1.65vw;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul li {
		font-size: 1.45vw;
		line-height: 1.90vw;
	}
}
@media only screen and (max-width: 600px) {
	#catalog ul li {
		font-size: 3.38vw;
		
	}
}
#catalog .sub-slide {
	height: 24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 30%;
	margin-bottom: 4.92rem;
	position: relative;
}
@media only screen and (max-width: 896px) {
	#catalog .sub-slide {
		height: 40.18vw;
		background-position: 50% 30%;
	}
}
@media only screen and (max-width: 414px) {
	#catalog .sub-slide {
		height: 45.17vw;
		background-position: 0% 100%;
		display: block!important;
	}
}



#catalog .sub-slide span.title {
	font-size: 45px;
	line-height: 58px;
	background: #442C22;
	color: #6FC727;
	margin: 12rem 5rem 0rem 2rem;
	position: absolute;
	padding: 0.6rem;
	font-weight: 500;
}
@media only screen and (max-width: 896px) {
	#catalog .sub-slide span.title {
		font-size: 2.90vw;
		line-height: 3.91vw;
		margin-top: 21vw;
	}
}
@media only screen and (max-width: 414px) {
	#catalog .sub-slide span.title {
		font-size: 5.2vw;
		line-height: 3.91vw;
		margin-top: 20vw;
		width: 43.6vw;
		padding: 3vw 1vw 2vw 2vw;
	}
}
#catalog .sub-slide span.sub-title {
	font-size: 28px;
	line-height: 37px;
	background: #6FC727;
	color: #442C22;
	margin: 18rem 5rem 0rem 2rem;
	position: absolute;
	padding: 0.6rem 1.2rem;
	font-weight: 500;
}
@media only screen and (max-width: 896px) {
	#catalog .sub-slide span.sub-title {
		font-size: 2.90vw;
		line-height: 3.91vw;
		margin-top: 30vw;
	}
}
@media only screen and (max-width: 414px) {
	#catalog .sub-slide span.sub-title {
		font-size: 3vw;
		line-height: 4.35vw;
		margin-top: 30vw;
		width: 43.6vw;
	}
}

#catalog ul.flexbox.list > li span.info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
	padding: 0 5px;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info {
		height: 2rem;
		padding: 0 0.278rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info {
		padding: 0.67vw 1.17vw;
		height: 9vw;
	}
}

#catalog ul.flexbox.list > li span.info .left {
	display: flex;
	align-items: center;
}
#catalog ul.flexbox.list > li span.info .name {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info .name {
		font-size: 0.833rem;
		line-height: normal;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info .name {
		font-size: 4.0001vw;
	}
}

#catalog ul.flexbox.list > li span.info img {
	width: 20px;
	height: 20px;
	margin-left: 7px;
	object-fit: contain;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info img {
		width: 1.099rem;
		height: 1.099rem;
		margin-left: 0.3rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info img {
		width: 4vw;
		height: 4vw;
		margin-left: 1vw;
	}
}

#catalog ul.flexbox.list > li span.info .tooltip-ico {
	font-size: 16px;
	line-height: 23px;
	background: #0A2734;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	min-width: 24px;
	text-align: center;
	font-weight: 500;
	margin-right: 7px;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info .tooltip-ico {
		font-size: 0.88rem;
		line-height: 1.5rem;
		width: 1.32rem;
		height: 1.32rem;
		min-width: 1.32rem;
		margin-right: 0.3rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info .tooltip-ico {
		width: 5vw;
		height: 5vw;
		font-size: 4vw;
		line-height: 5.5vw;
		margin-right: 1vw;
	}
}

#catalog ul.flexbox.list > li span.info .quantity {
	position: relative;
	height: 30px;
	width: 100%;
	min-width: 125px;
	background: #0A2734;
	border-radius: 5px;
	text-align: right;
	padding-right: 11px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	line-height: 0;
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info .quantity {
		min-width: 5.833rem;
		height: 1.667rem;
		padding-right: 0.611rem;
		border-radius: 0.278rem;
		font-size: 0.824rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info .quantity {
		font-size: 4vw;
		width: 28vw;
		line-height: normal;
		height: 8.3vw;
		border-radius: 1.5vw;
		padding-right: 0.89vw;
	}
}
#catalog ul.flexbox.list > li span.info .quantity:before {
	/*background-image: url(../images/bag.svg);*/
	background-image: url(../images/bag-new.svg);
	height: 22px;
	width: 22px;
	margin-left: 4px;
	content: '';
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(57%) sepia(102%) saturate(219%) hue-rotate(50deg) brightness(120%) contrast(139%);
}
@media only screen and (max-width: 1400px) {
	#catalog ul.flexbox.list > li span.info .quantity:before {
		height: 1.1rem;
		width: 1.1rem;
		margin-right: .3rem;
		margin-left: .3rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li span.info .quantity:before {
		height: 6vw;
		width: 6vw;
		margin-left: 1vw;
	}
}

#catalog ul.flexbox.list > li.banner {
	background: #6FC727;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 10.73rem;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner {
		height: 34.1vw;
	}
}

#catalog ul.flexbox.list > li.banner .title {
	font-size: 0.88rem;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner .title {
		font-size: 3.12vw;
		line-height: 4.13vw;
	}
}
#catalog ul.flexbox.list > li.banner ul li {
	color: #fff;
	height: auto;
	width: auto;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 0.56rem;
	line-height: 0.76rem;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner ul li {
		font-size: 2.01vw;
		line-height: 2.57vw;
	}
}
#catalog ul.flexbox.list > li.banner img {
	width: 2.96rem;
	height: 3.24rem;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner img {
		width: 10.38vw;
		height: 11.27vw;
	}
}
#catalog ul.flexbox.list > li.banner p {
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 0.76rem;
	padding: 0 1.04rem;
	text-align: center;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner p {
		font-size: 2.01vw;
		line-height: 2.68vw;

	}
}
#catalog ul.flexbox.list > li.banner div {
	display: flex;
	padding: 1rem;
}
@media only screen and (max-width: 896px) {
	#catalog ul.flexbox.list > li.banner div {
		padding: 3vw;
	}
}
#catalog .filter-block {
	display: flex;
	/*justify-content: space-between;
	align-items: flex-end;*/
	margin-bottom: 2.5rem;
}

#catalog .filter-block {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 12px;
}

#catalog .filter-block:has(#quick-links) {
  grid-template-columns: 1fr 325px 50px;
}
@media only screen and (max-width: 896px) {
	#catalog .filter-block:has(#quick-links) {
  		grid-template-columns: 1fr 9.40vw;
	}
}
#catalog .filter-block img {
	display: block;
	width: 40px;
	height: 40px;
}
@media only screen and (max-width: 1400px) {
	#catalog .filter-block {
		margin-bottom: 3rem;
	}
	#catalog .filter-block h1 {
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	#catalog .filter-block img {
		width: 9.8vw;
        height: 9.8vw;
	}
}
@media only screen and (max-width: 896px) {
	#catalog .filter-block h1 {
		margin-bottom: 0;
	}
	#catalog .filter-block {
		margin-bottom: 2vw;
        gap: 2vw;
		grid-template-columns: 1fr 9.40vw;
		/*align-items: flex-start;*/
	}
}

#catalog .filter-block .flex {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 896px) {
	#catalog .filter-block .flex {
		flex-direction: column;
		align-items: flex-start;
	}
}
#catalog .filter-block .flex .dowload_pdf_section {
	font-size: 18px;
	color: #FFF;
	height: 45px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6FC727;
	border-radius: 7px;
	font-weight: 500;
	margin-left: 15px;
	border: 2px solid #6FC727;
}
@media only screen and (max-width: 896px) {
	#catalog .filter-block .flex .dowload_pdf_section {
		font-size: 12px;
		border-radius: 7px;
		margin: 10px 0 0 0;
		border: 2px solid #6FC727;
		padding: 2px 10px;
		height: auto;
	}
}


#catalog .filter-block .flex .dowload_pdf_section:before {
	content: '';
	position: relative;
	background-image: url(../images/download-pdf.svg);
	width: 17px;
	height: 22px;
	margin-right: 6px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
#catalog .filter-block .flex .dowload_pdf_section:hover {
	color: #442C22;
	border: 2px solid #442C22;
}
#catalog .filter-block .flex .dowload_pdf_section:hover:before {
	filter: invert(80%) sepia(18%) saturate(1056%) hue-rotate(333deg) brightness(95%) contrast(96%);
}
/*
 * Custom Select jQuery Plugin Base
 */
.custom-select {
	position: relative;
	width: 324px;
}
@media only screen and (max-width: 850px) {
	.custom-select {
		width: 38.12vw;
	}
}
.custom-select__option {
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	cursor: pointer;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.custom-select__option-wrap {
	position: relative;
}

.custom-select__input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-radius: 0;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select__dropdown {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 8px 0px;
}

.custom-select--dropup .custom-select__dropdown {
	top: auto;
	bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */
.custom-select__option {
	position: relative;
	padding: 9px 16px;
	font-size: 18px;
	line-height: 1.5;
	color: #212121;
}

.custom-select__dropdown  .custom-select__option {
	padding: 3px 16px;
	margin-bottom: 3px;
}

.custom-select__dropdown  .custom-select__option:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1400px) {
	.custom-select__option {
		font-size: 16px;
	}
}


.custom-select__option:focus {
	outline: none;
}

.custom-select--active .custom-select__option:hover, .custom-select--active .custom-select__option:focus {
	background-color: #6FC727;
	color: #FFFFFF;
}

.custom-select__option--value {
	padding-right: 1.875rem;
	background-color: #fff;
	border: 2px solid #442C22;
	border-radius: 11px;
}


.custom-select__option--value:after {
	position: absolute;
	box-sizing: border-box;
	width: 18px;
	height: 10px;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	content: "";
	background-image: url("../images/arrow-down.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.custom-select--active .custom-select__option--value:after {
	transform: translateY(-50%) rotate(-180deg);
}



.custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
	background-color: #fff;
	color: #442C22;
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
	/*border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 0.25rem 0.25rem;*/
	border-top-color: unset;
	border-bottom-color: unset;
	border-radius: 11px;
}

.custom-select__option--selected {
	background-color: #6FC727;
	color: white;
}

.custom-select__option[disabled] {
	color: #a1a1a1;
	cursor: default;
}

.custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
	background-color: transparent;
}

.custom-select__option-wrap {
	overflow-y: auto;
	max-height: 11.25rem;
}

.custom-select__option-wrap:-webkit-scrollbar {
	width: 16px;
}

.custom-select__option-wrap:-webkit-scrollbar-thumb {
	background-color: #e6e6e6;
	background-clip: padding-box;
	border-width: 0 4px;
	border-style: solid;
	border-color: transparent;
}

.custom-select__input {
	position: relative;
	z-index: 1;
	height: 2.25rem;
	margin-top: -1px;
	padding: 0 0.75rem;
	border-color: #e6e6e6;
	transform: translateY(1px);
	font-size: 1rem;
	color: #212121;
}

.custom-select__input:focus {
	outline: none;
}

.custom-select--dropup .custom-select__input {
	border-top-width: 0;
	margin-top: 0;
	transform: translateY(0);
}

.custom-select__dropdown {
	overflow: hidden;
	z-index: 1;
	top: calc(100% + 5px);
	background-color: #fff;
	border: 2px solid #442C22;
	border-radius: 11px;
}

.custom-select--dropup .custom-select__dropdown {
	top: calc(100% + 5px);
	bottom: calc(100% - 1px);
	/*border-width: 1px 1px 0;*/
	border: 2px solid #442C22;
	border-radius: 11px;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	height: fit-content;
}

@media only screen and (max-width: 896px) {
	.custom-select {
		width: 100%;
	}
	.custom-select__option {
		font-size: 4vw;
		padding: 2vw 3vw;
	}
	.custom-select__dropdown  .custom-select__option {
		padding: 0 3vw;
	}
	.custom-select__dropdown {
		border: 1px solid #442C22;
		border-radius: 1vw;
	}
	.custom-select__option--value {
		border: 1px solid #442C22;
		border-radius: 1vw;
	}
	.custom-select__option--value:after {
		width: 4vw;
		height: 2vw;
	}
}

/*# sourceMappingURL=jquery.custom-select.css.map */



/*favorite detail page start*/
.favor-feed {
	width: 180px;
	height: 45px;
	display: flex;
	color: #fff;
	background: #6FC727;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-top: 22px;
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	.favor-feed {
		width: 9.9rem;
		height: 2.47rem;
		font-size: 1.32rem;
		margin-top: 1.29rem;
	}
}
@media only screen and (max-width: 896px) {
	.favor-feed {
		width: 25vw;
		height: 6vw;
		font-size: 3.5vw;
		margin-top: 2vw;
	}
}
@media only screen and (max-width: 600px) {
	.favor-feed {
		width: 29.9vw;
		height: 7.49vw;
		font-size: 3.86vw;
		margin-top: 4.35vw;
		font-weight: 700;
	}
}
.favor-feed:hover {
	background-color: #0A2734;
}
.favor.none {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.favor.none img {
	width: 140px;
	padding-bottom: 52px;
}
@media only screen and (max-width: 1400px) {
	.favor.none img {
		width: 7.7rem;
		padding-bottom: 3rem;
	}
}
@media only screen and (max-width: 600px) {
	.favor.none img {
		width: 23.67vw;
		padding-bottom: 6.76vw;
	}
}
#catalog .favor.none p {
	font-weight: 500;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	color: #0A2734;
	padding-bottom: 43px;
}
@media only screen and (max-width: 1400px) {
	#catalog .favor.none p {
		font-size: 1.98rem;
		line-height: 2.6rem;
		padding-bottom: 2.4rem;
	}
}
@media only screen and (max-width: 600px) {
	#catalog .favor.none p {
		font-size: 4.35vw;
		line-height: 5.80vw;
		padding-bottom: 6.76vw;
	}
}
.favor.none span {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #6FC727;
	padding-bottom: 43px;
}
@media only screen and (max-width: 1400px) {
	.favor.none span {
		font-size: 1.54rem;
		line-height: 2rem;
		padding-bottom: 2.4rem;
	}
}
@media only screen and (max-width: 600px) {
	.favor.none span {
		font-size: 3.86vw;
		line-height: 5.07vw;
		padding-bottom: 6.76vw;
	}
}
.favor.none a {
	background: #0A2734;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	width: 627px;
	height: 64px;
	font-size: 25px;
	line-height: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	.favor.none a {
		width: 34.45rem;
		height: 3.52rem;
		font-size: 1.37rem;
		line-height: 2rem;
	}
}
@media only screen and (max-width: 600px) {
	.favor.none a {
		width: 100%;
		height: 11.59vw;
		font-size: 3.86vw;
		line-height: 5.07vw;
	}
}
.favor.none a:hover {
	background: #6FC727;
}
/*favorite detail page end*/
