/* ARROWS ******************************/
.slick-arrow {
    width: 3rem;
    height: 3rem;
    font-family: "Font Awesome 6 Free";
    background-color: rgba(0, 0, 0, 0.33) !important;
    font-weight: 900;
    line-height: 1;
    z-index: 10;
    border-radius: 0;
    transition: all ease-in-out 0.4s;
}

.slick-arrow:hover {
	transition: all ease-in-out 0.4s;
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.slick-arrow.slick-disabled {
	background: #E9ECEF !important;
	cursor: not-allowed;
}

.slick-arrow.slick-disabled::before {
	color: #6C757D;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}



/* INDICATOR ***************************/
.slick-dots li {
    font-size: 0;
    line-height: 1;
    width: 1.875rem;
    height: 0.25rem;
    background: transparent;
    padding: 1rem 0;
    margin: 0;
}

.slick-dots li button {
    background-color: #CCC;
    border: 0;
    width: 90%;
    height: 4px !important;
    border-radius: 0;
    min-height: 1px;
    padding: 0;
}