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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Tùy chỉnh thêm cho theme Flatsome */
/* Bao container hình */
.custom-product-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Ảnh chính */
.custom-product-images .custom-main-image {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
}
.custom-image-item img {
	width: 100% !important;
}
/* Ảnh trong gallery */
.custom-product-images .custom-gallery-image {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.btn-lightbox-home-tea {
		width: 100% !important;
}

}