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

/*************** ADD CUSTOM CSS HERE.   ***************/

.term_description pre, #term_description2 pre{
    background-color: #fff;
    border:none;
    padding:20px 0px;
    font-size: 120%;
}
.variations .variable-items-wrapper .variable-item.image-variable-item.disabled {
	display:none;
}

.woocommerce-variation.single_variation .woocommerce-variation-description{
	display:none;
}


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


}