/*
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.   ***************/
.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: #00a5eb;
}
.widget_price_filter .price_slider_amount .button {
    border-radius: 99px;
    background-color: #00a5eb;
    float: left;
    font-size: .85em;}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #00a5eb;}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #00a5eb;}
.uppercase, h6, th, span.widget-title {
    line-height: 1.05;
    letter-spacing: .05em;
	text-transform: none;}
.image-tools .wishlist-button:hover {
    background-color: #00a5eb;
    border-color: #007cb0;
}
.label-promo.menu-item > a:after {
	content: 'PROMOCJA'; 
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #00a5eb; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}
.label-moly.menu-item > a:after {
	content: 'PREZENT'; 
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #cc131b; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}
.badge-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
 strong {
   font-weight: normal;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}