/*
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.   ***************/
/* Global */
.star-rating span:before {
    color: #000000;
}


/* Header */
.flex-col.show-for-medium.flex-grow {
    text-align: center;
}
li.html.custom.html_topbar_left {
    color: #012d0c;
}

/* Home */
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #000000;
}
.flickity-page-dots {
    bottom: -20px;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #d1d1d1;
}

/* Product Detailed Page */
.ux-quantity.quantity.buttons_added {
    display: none;
}


/* ? */


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.nav-small.nav>li.html {
		font-size: .75em !important;
	}

}