.abx-mouseover .abx-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	background: rgba(0, 0, 0, 0.65);
	padding: 8px;
	overflow-y: auto;
}

.abx-mouseover:hover .abx-text {
	opacity: 1;
}

.abx-same-height {
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	display: flex;
}

.abx-same-height .abx-loop-item {
	flex-grow: 0;
	flex-shrink: 0;
	display: inline-flex;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.abx-same-height .abx-loop-item .abx-thumb img {
	min-width: 200px;
}

.abx-same-height .abx-loop-item .elementor-widget-image, .abx-same-height .abx-thumb img {
	aspect-ratio: unset;
}

/* Not apply only we need to set text width based on the image width */
.abx-same-height .abx-loop-item > .abx-mouseover .elementor-widget-post-info,
.abx-same-height .abx-loop-item > .abx-caption-below .elementor-widget-post-info {
	width: 0;
	min-width: 100%;
}

.abx-same-height .abx-caption-right .abx-flex-50 {
	flex-basis: unset;
	flex-shrink: 0;
}

[data-abx-lightbox] {
	cursor: pointer;
}




.abx-filter-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
	width: 100%;
}

.abx-fe-filter label {
	display: flex;
	width: 100%;
	cursor: pointer;
	gap: 5px;
	flex-wrap: wrap;
	user-select: none;
}

.abx-labels {
	display: block;
}

.abx-checkbox-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	flex-wrap: nowrap !important;
}

.abx-checkbox-item > input {
	width: 0.9em;
	height: 0.9em;
}

.abx-checkbox-item:last-child {
	margin-bottom: 0;
}

.abx-checkbox-item > span {
	display: block;
	flex-grow: 1;
}

.abx-filter-price {
	display: flex;
	gap: 20px;
}

.abx-filter-form input, .abx-filter-form button {
	outline: none !important;
}

.elementor-widget-abx-items > * {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.abx-custom-grid {
	flex-grow: 1;
}
