.is-hide,
.result__nodata {
	display: none;
}
.result__nodata {
	font-size: 16px;
	font-weight: bold;
}
.products__cart_img {
	background: url(../img/products/cart/top/bg.jpg) no-repeat center top / 100% auto #fff;
}
.products__cart_img .container {
	padding-top: 80px;
	padding-bottom: 25px;
}
.products__cart_img p {
	text-align: right;
	padding: 15px 35px 0 0;
}
.products__cart_img p span{
	display: inline-block;
	padding-right: 26px;
}
.products__filter {
	padding: 25px 0 80px;
}
.products__filter h2 {
	color: #00a99d;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.075em;
	text-align: center;
	margin: 0 0 60px;
	position: relative;
}
.products__filter h2::after {
	content: '';
	width: 30px;
	height: 20px;
	background: url(../img/products/cart/top/arrow.png) no-repeat center / cover;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -15px;
}
.products__filter h2 span {
	display: inline-block;
	position: relative;
}
.products__filter h2 span::before {
	content: '';
	width: 100%;
	height: 11px;
	background-color: #fff48c;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
}
.products__filter_box {
	border-radius: 6px;
	background-color: #fff8e7;
	color: #00a99d;
	padding: 50px 40px;
}
.products__filter_box h3 {
	text-align: center;
	border-bottom: 2px solid #00a99d;
	padding: 0 0 20px;
	margin: 0 0 35px;
}
.products__filter_box dl {
	display: flex;
	align-items: flex-start;
	margin: 0 0 25px;
	font-size: 25px;
	position: relative;
}
.products__filter_box dl:last-child {
	margin-bottom: 0;
}
.products__filter_box dl p {
	color: #595757;
	font-size: 10px;
	margin: 15px 0 0;
}
@media screen and (min-width: 1000px) {
	.products__filter_box dl p {
		font-size: 14px;
	}
}
.products__filter_box dl dt div {
	background-color: #fff29c;
	font-weight: bold;
	width: 235px;
	position: relative;
	line-height: 2;
}
.products__filter_box dl dt div::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #fff29c;
	border-right: 0;
	position: absolute;
	right: -20px;
	top: 0;
}
.products__filter_box dl dt div span {
	background: url(../img/products/cart/top/icon.png) no-repeat left 12px center / 30px;
	display: block;
	padding: 0 0 0 50px;
}
.products__filter_box dl dd {
	width: calc(100% - 235px);
	padding: 7px 0 0 40px;
}
.products__filter input[type='checkbox'] {
	display: none;
}
.products__form li span {
	display: block;
	padding: 0 0 0 30px;
	position: relative;
}
.products__form li span::before,
.products__form li span::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 9px;
}
.products__form li span::before {
	background-color: #fff;
	border: 2px solid #00a99d;
}
.products__form li span::after {
	background: url(../img/products/cart/top/check.png) no-repeat center / cover;
	opacity: 0;
	transition: 0.3s;
}
.products__filter input[type='checkbox']:checked + span::after {
	opacity: 1;
}
.products__form ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 25px;
}
.products__form ul.func__list li {
	width: 305px;
}
.products__form ul.func__list li:nth-child(2n) {
	flex: 1;
}
.products__form .button {
	color: #00a99d;
	background-color: #fff29c;
	/* border: 2px solid #00a99d;
	border-bottom-width: 5px;
	border-top-width: 0; */
	box-shadow: 1px 5px 0 #00a99d;
	font-size: 22px;
	font-weight: bold;
	width: 282px;
	height: 44px;
	border-radius: 22px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	cursor: pointer;
}
@media screen and (max-width: 999px) {
	.products__cart_img {
		background: url(../img/products/cart/top/bg_2x.jpg) no-repeat center top / 100% auto #fff;
		padding: 0 4%;
		font-size: 11px;
	}
	.products__cart_img .container {
		padding-top: 55px;
		padding-bottom: 0;
	}
	.products__cart_img p {
		padding: 10px 0 0 0;
	}
	.products__cart_img p span {
    padding-right: 20px;
}
	.products__filter {
		padding: 45px 4%;
	}
	.products__filter h2 {
		font-size: 18px;
		margin: 0 0 45px;
	}
	.products__filter h2::after {
		width: 22px;
		height: 15px;
		background: url(../img/products/cart/top/arrow_2x.png) no-repeat center / cover;
		bottom: -30px;
		margin-left: -11px;
	}
	.products__filter h2 span {
		display: inline-block;
		position: relative;
	}
	.products__filter h2 span::before {
		height: 5px;
		bottom: 3px;
	}
	.products__filter_box {
		padding: 20px 20px 30px;
	}
	.products__filter_box h3 {
		border-bottom-width: 1px;
		padding: 0 0 8px;
		margin: 0 0 20px;
	}
	.products__filter_box dl {
		display: block;
		margin: 0 -20px 20px;
		font-size: 18px;
	}
	.products__filter_box dl:last-child {
		margin-bottom: 0;
	}
	.products__filter_box dl dt div {
		width: 100%;
		text-align: center;
		padding: 2px 0;
	}
	.products__filter_box dl dt div::after {
		display: none;
	}
	.products__filter_box dl dt div span {
		background: url(../img/products/cart/top/icon_2x.png) no-repeat left center / 21px 19px;
		display: inline-block;
		padding: 0 0 0 25px;
		letter-spacing: 0.15em;
	}
	.products__filter_box dl dd {
		width: 100%;
		padding: 10px 25px 0;
	}
	.products__form li span {
		padding: 0 0 0 20px;
	}
	.products__form li span::before,
	.products__form li span::after {
		width: 15px;
		height: 15px;
		top: 6px;
	}
	.products__form li span::before {
		border-width: 1px;
	}
	.products__form ul {
		justify-content: center;
		row-gap: 10px;
		column-gap: 20px;
	}
	.products__form ul.func__list li {
		width: 100%;
	}
	.products__form ul.func__list li:nth-child(2n) {
		flex: 1;
	}
	.products__form .button {
		border-width: 1px;
		border-bottom-width: 4px;
		font-size: 21px;
		width: 225px;
		height: 36px;
		margin: 20px auto 0;
		padding-bottom: 0;
	}
	.products__form ul.cats__list, .products__form ul.price__list {
		justify-content: flex-start;
	}
	.cats__list li, .price__list li {
		width: calc(50% - 10px);
	}
}
