/*
 Theme Name:  Lepakshihandicrafts Child
 Description:  Lepakshihandicrafts Child Theme
 Author:       Tafeel
 Author URI:   
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  lepakshihandicrafts
*/

.random-product-categories-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.random-product-categories-carousel .category-item {
    text-align: center;
    padding: 10px;
}

.random-product-categories-carousel .category-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.random-product-categories-carousel .category-item h3 {
    font-size: 16px;
    margin-top: 10px;
}

.slick-prev, .slick-next {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: 10px; /* Position left arrow */
	font-size: 0;
}

.slick-next {
    right: 10px; /* Position right arrow */
	font-size: 0;
}

.slick-prev img, .slick-next img {
    width: 30px; /* Adjust the size of the arrows */
    height: auto;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

.um_request_name {
	display: none !important;
}
