/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/* Force your exact 146% ratio in sliders */
.row-slider .product-small .box-image {
    position: relative !important;
    padding-bottom: 146% !important;
    height: 0 !important;
    overflow: hidden !important;
}

.row-slider .product-small .box-image img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
}
/* Remove all underlines globally */
a {
    text-decoration: none !important;
}

/* Keep underlines only in post/page content */
.entry-content a {
    text-decoration: underline;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}