/*
Theme Name: Flatsome Child
Description: Child theme for the flatsome WooCommerce Responsive Theme
Template: flatsome
Version: 1.0.0
*/

body {color: #000;}
.nav-dropdown-simple .nav-column li > a:hover, .nav-dropdown.nav-dropdown-simple > li > a:hover {color: #009CDE;}
.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown, .no-js li.has-dropdown:hover > .nav-dropdown, li.current-dropdown > .nav-dropdown {display: block; max-height: 450px; overflow-y: auto;}
h1, h2, h3, h4, h5, h6 {color: #000;}
.amount {color: #000 !important;}
.is-outline {color: #000 !important;}
footer .is-outline, .page-title-inner .next-prev-thumbs .is-outline {color: var(--wp--preset--color--white) !important;}
span.widget-title {font-size: 0.9em;}
.slider-style-focus .flickity-slider > :not(.is-selected) {transform: scale(.7);}
@media screen and (min-width: 850px) {
  .footer-widgets > .large-columns-4 > #block_widget-2 {
    flex-basis: 45%;
    max-width: 45%;
  }
}