/*
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.   ***************/
.variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variation-btn {
  border: 1px solid #ccc;
  padding: 10px 15px;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
}

.variation-btn.active {
  background: black;
  color: white;
}


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


}


