/*
Theme Name: BDS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.searchandfilter li {
    list-style-type: none;
}
.acf-gallery-nav {
	list-style: none;
}
.acf-gallery-nav li{
	margin-left: 4px  !important;
}
.acf-gallery-main {
    width: 100%;
    margin: 0 auto 20px;
}
.acf-gallery-cell {
    width: 100%; /* Điều chỉnh kích thước theo ý muốn */
    margin-right: 10px;
}
.acf-gallery-cell img {
	    width: 100% !important;
    display: block;
    max-width: 100%;
    height: auto;
}
.acf-gallery-nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}
.acf-gallery-thumb {
    width: 80px; /* Điều chỉnh kích thước theo ý muốn */
    margin-right: 10px;
    cursor: pointer;
}
.acf-gallery-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

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


}