@media (max-width: 767px) {
	.yith-wcan-filters .yith-wcan-filter,
	.yith-wcan-filters-opentable .yith-wcan-filter,
	.yith-wcan-filter {
		padding: 0.85rem 0;
		border-bottom: 1px solid #e8ddd6;
	}

	.yith-wcan-filters .yith-wcan-filter:last-child,
	.yith-wcan-filters-opentable .yith-wcan-filter:last-child,
	.yith-wcan-filter:last-child {
		border-bottom: 0;
	}

	.yith-wcan-filters .yith-wcan-filter .suf-filter-toggle,
	.yith-wcan-filters-opentable .yith-wcan-filter .suf-filter-toggle,
	.yith-wcan-filter .suf-filter-toggle {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 0 1.5rem 0 0;
		cursor: pointer;
	}

	.yith-wcan-filters .yith-wcan-filter .suf-filter-toggle::after,
	.yith-wcan-filters-opentable .yith-wcan-filter .suf-filter-toggle::after,
	.yith-wcan-filter .suf-filter-toggle::after {
		content: "";
		position: absolute;
		right: 0.1rem;
		top: 50%;
		width: 0.55rem;
		height: 0.55rem;
		border-right: 2px solid #c34e18;
		border-bottom: 2px solid #c34e18;
		transform: translateY(-65%) rotate(45deg);
		transition: transform 0.2s ease;
	}

	.yith-wcan-filters .yith-wcan-filter:not(.is-collapsed) .suf-filter-toggle::after,
	.yith-wcan-filters-opentable .yith-wcan-filter:not(.is-collapsed) .suf-filter-toggle::after,
	.yith-wcan-filter:not(.is-collapsed) .suf-filter-toggle::after {
		transform: translateY(-35%) rotate(-135deg);
	}

	.yith-wcan-filters .yith-wcan-filter .suf-filter-body,
	.yith-wcan-filters-opentable .yith-wcan-filter .suf-filter-body,
	.yith-wcan-filter .suf-filter-body {
		overflow: hidden;
	}

	.yith-wcan-filters .yith-wcan-filter.is-collapsed .suf-filter-body,
	.yith-wcan-filters-opentable .yith-wcan-filter.is-collapsed .suf-filter-body,
	.yith-wcan-filter.is-collapsed .suf-filter-body {
		display: none;
	}
}

.elementor-nav-menu .elementor-item.has-submenu > .sub-arrow + .sub-arrow,
.elementor-nav-menu .elementor-sub-item.has-submenu > .sub-arrow + .sub-arrow {
	display: none !important;
}

.eael-product-wrap > a.button + .screen-reader-text + a.button,
.eael-product-wrap > a.button + .screen-reader-text + a.button + .screen-reader-text,
.woocommerce ul.products li.product .eael-product-wrap > a.button + a.button {
	display: none !important;
}
