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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Gallery small thumbnails */
.mf-acf-product-gallery-wrap {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.mf-view-album {
  background: #222;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.mf-acf-product-gallery {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.mf-acf-product-gallery .mf-acf-thumb {

  overflow: hidden;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #eee;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.mf-acf-product-gallery .mf-acf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



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


}