.categories-wrapper ul.search-list li a span:not(:last-of-type) {
	color: #666666;
}

.categories-wrapper ul.search-list li a span:last-of-type {
	color: #222;
}

.categories-wrapper ul.search-list li a span:after {
	content: ">";
	margin: 0 3px;
}

.categories-wrapper ul.search-list li a span:last-of-type::after {
	content: "";
}

.search-list-wrapper.products-wrapper {
	padding: 20px 25px;
}

.search-list-wrapper h3.search-headline {
	font-size: 18px;
	font-weight: 500;
}

.search-list-wrapper.products-wrapper {
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
}

.search-list-wrapper h3.search-headline {
	font-size: 18px;
	font-weight: 500;
}

.waas-search-results ul {
	flex-basis: 100%;
	margin-top: 15px !important;
}

.search-list-wrapper .actions {
	margin-left: auto;
}

.search-list-wrapper .actions a.button {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #666666;
	opacity: 0.5;
	transition: 0.1s all;
	text-decoration: none;
}

.search-list-wrapper .actions a.button:hover {
	opacity: 1;
}

.waas-search-results ul li a {
	padding: 0 !important;
	text-decoration: none;
}

.waas-search-results ul li .product-title {
	font-weight: normal !important;
	transition: 0.1s all;
	opacity: 0.8;
}

.waas-search-results ul li a:hover .product-title {
	opacity: 1;
}

.waas-search-results .amount {
	font-size: 12px !important;
	font-weight: 500;
	color: var(--price-color);
}

.waas-search-results ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

.waas-search-results ul li a:hover {
	background: transparent !important;
}

.waas-search-results ul li .product-title {
	font-weight: normal !important;
	text-decoration: none !important;
	flex-basis: 100%;
}

.waas-search-results ul li img {
	border: none !important;
}

.waas-search-results ul li a .product-text:after,
.waas-search-results .categories-wrapper ul li a:after {
	content: "";
	background: url(../images/arrow-top-right.svg) no-repeat center;
	background-size: contain;
	width: 8px;
	height: 8px;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	transition: 0.1s all;
	opacity: 0.2;
}

.waas-search-results ul li a:hover .product-text:after,
.waas-search-results .categories-wrapper ul li a:hover:after {
	opacity: 1;
}

.waas-search-results ul li a .product-text {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.waas-search-results ul li a .product-text span.price-prefix {
	color: var(--price-color);
}

.waas-search-results .search-price {
	display: flex;
	gap: 3px;
	color: var(--price-color);
}

.waas-search-results ul li a .product-text del {
	color: #b7b7b7;
	order: 2;
	font-weight: 500;
}

.waas-search-results ul li a .product-text ins {
	display: flex;
	margin-right: 5px;
	text-decoration: none;
	color: var(--price-color);
	order: 1;
	font-weight: 500;
}

.search-list-wrapper.categories-wrapper {
	padding: 20px 25px 10px 25px;
}

.waas-search-results .categories-wrapper ul li {
	margin-bottom: 0;
}

.waas-search-results .categories-wrapper ul li a {
	transition: 0.1s all;
	padding: 7px 0px !important;
	border-bottom: solid 1px #eee;
	position: relative;
	opacity: 0.8;
}

.waas-search-results .categories-wrapper ul li a:hover {
	opacity: 1;
}

.waas-search-results .categories-wrapper ul.search-list {
	margin-top: 5px !important;
}

.waas-search-results.loading {
	min-height: 200px;
	background-image: url("../images/loading.gif");
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.waas-search-results {
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 6px 6px;
}

@media (max-width: 767px) {
	.search-list-wrapper.categories-wrapper {
		padding: 20px 15px 10px 15px;
	}

	.search-list-wrapper.products-wrapper {
		padding: 20px 15px 20px 15px;
	}
}
