/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 22:54:29 */
/* Swiper */

.awb-swiper-button {
    border: 1px solid black;
	opacity: 1 !important;
	cursor: pointer !important;
    pointer-events: auto !important;
}

.awb-swiper-button-next {
    right: auto!important;
    left: calc(var(--awb-arrow-position-horizontal) + 40px);
}

.home .awb-swiper-button-next, .home .awb-swiper-button-prev {
	top: 37%;
}

.awb-swiper-slider .awb-swiper-button {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 65px;
    border-radius: 10px;
}

.swiper-pagination {
	bottom: 50px !important;
}

.swiper-content {
	max-height: 120px;
	overflow:hidden;
	margin-bottom: 20px!important;
}