/*
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.   ***************/

/* Modifikation Größe Text Auswahl Produkt*/
.wapf-swatch-label {
    text-align: center;
    padding: 4px;
    font-size: 75%;
}

/* Modifikation Größe Farbauswahl Produkt */
.wapf-swatch--color .wapf-color {
    width: 80px !important;
    height: 80px !important;
}

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


}