ul.filters-list li.with-icon {
	 list-style: none;
	 position: relative;
}
 ul.filters-list li.with-icon i {
	 position: absolute;
	 margin-left: -20px;
}
 .price-block {
	 margin-top: 1rem;
}
 .price-block .product-badge.product-available {
	 top: 0;
}
 .price-block .terms_wrp {
	 border: 2px solid #e9e9e9;
	 border-radius: 3em;
	 height: 48px;
	 display: grid;
	 grid-auto-flow: column;
	 column-width: 1fr;
	 grid-auto-columns: minmax(0, 1fr);
}
 .price-block .terms_wrp .term_block {
	 text-align: center;
}
 .price-block .terms_wrp .term_block .term {
	 text-align: center;
	 height: 46px;
	 width: 46px;
	 line-height: 46px;
	 font-size: 18px;
	 margin: 0 auto;
	 cursor: pointer;
}
 .price-block .terms_wrp .term_block .term .info-text {
	 display: none;
	 text-transform: uppercase;
	 font-size: 16px;
}
 .price-block .terms_wrp .term_block .term.selected {
	 background: #fff;
	 border-radius: 50%;
	 margin-top: -6px;
	 height: 56px;
	 width: 56px;
	 line-height: 56px;
	 font-size: 26px;
	 box-shadow: 0 0 8px rgba(0, 0, 0, .175);
}
 .price-block .terms_wrp .term_block .term.selected .text {
	 line-height: 21px;
	 padding-top: 10px;
}
 .price-block .terms_wrp .term_block .term.selected .text .info-text {
	 display: block;
	 font-size: 12px;
}
 .price-block .terms_wrp .term_block .term:not(.selected):hover {
	 font-weight: 500;
}
 