/* Advanced Category Listing CSS */
.acle-slider .acle-layout-img {
    margin: 0 8px !important;
}
.acle-slider .acle-layout-img img {
    display: block;
    width: 100%;
    height: 354px;
}
.acle-slider .acle-layout-img{
    position: relative;
}
.acle-slider .acle-layout-img .acle-img-overlay::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    cursor: pointer;
}
.acle-slider .acle-layout-img .acle-img-overlay:hover:after {
    opacity: 0.4;
}
.acle-slider .acle-img {
    position: relative;
}
.acle-slider .acle-img::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
}
.acle-slider {
    position: relative;
}
.acle-slider .acle-layout-categories {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.acle-slider .acle-layout-categories {
    font-size: 22px;
    color: #ffffff;
    z-index: 9;
}
@media screen and (max-width: 425px) {
    .acle-slider .acle-layout-img {
        margin: 0!important;
    }
}
/* Slider CSS */
.acle-product-carousel .slick-dots {
	position: absolute;
	bottom: -15px !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.acle-product-carousel .slick-dots [type="button"]:focus-visible, .acle-product-carousel .slick-dots [type="reset"]:focus-visible, .acle-product-carousel .slick-dots [type="submit"]:focus-visible, .acle-product-carousel .slick-dots button:focus-visible,
    [type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0 !important;
}
.acle-product-carousel .slick-dots [type="button"]:focus, .acle-product-carousel .slick-dots [type="button"]:hover, .acle-product-carousel .slick-dots [type="submit"]:focus, .acle-product-carousel .slick-dots [type="submit"]:hover, .acle-product-carousel .slick-dots button:focus, .acle-product-carousel .slick-dots button:hover {
	color: #ffff !important;
	background: none !important;
	text-decoration: none;
}
.acle-product-carousel .slick-prev:before, .acle-product-carousel .slick-next:before {
    font-size: 0 !important;
    color: transparent !important;
}
.acle-product-carousel [type=button], .acle-product-carousel [type=submit], .acle-product-carousel button {
    color: #000 !important;
    background-color: transparent;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.acle-product-carousel [type=button]:focus, .acle-product-carousel [type=button]:hover, .acle-product-carousel [type=submit]:focus, .acle-product-carousel [type=submit]:hover, .acle-product-carousel button:focus, .acle-product-carousel button:hover {
	background: none !important;
	text-decoration: none;
}
.acle-product-carousel .slick-prev, .acle-product-carousel .slick-next {
    top: 45% !important;
    z-index: 9;
}
.acle-product-carousel .slick-prev {
    left: 2% !important;
}
.acle-product-carousel .slick-next {
    right: 2% !important;
}