flatsome-child

.absolute-footer {
/* color: rgba(0, 0, 0, .5);
font-size: .9em; */
padding: 0!important;
}
.btn-ft{
background:#fbdf4b;
color: #000;
}

#woocommerce_product_categories-8{
box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

.single-product {
.woocommerce-product-gallery {
.flickity-viewport{
height:529px!important;
}
}

}

/* CSS for horizontal scrolling tables only on mobile devices */
@media (max-width: 768px) {
.overflow-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
width: 100%;
}

.overflow-scroll table {
min-width: 768px; /* Adjust based on your table width to ensure horizontal scroll */
table-layout: fixed; /* Optional: prevents table from shrinking */
}
}