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

body{background:#000;};

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav>li>a {
	padding:30px 0;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
	    max-width: 1820px!important;
}
#mega-menu-wrap-primary {
    width: 100%;
}
.wpml-ls-legacy-dropdown a {
	background-color: unset!important;
	border:unset!important;
}
.off-canvas .sidebar-inner {
	padding-top: 140px;
}
.off-canvas .sidebar-menu {
	padding-top: 120px;
}
.woocommerce-shipping-destination, .shipping-calculator-button{
display:none;
}
div#comments {
    display: none;
}
.css-stivtw {
	display: none !important;
}
.irs--flat .irs-bar,
.irs--flat .irs-handle>i:first-child {
	background-color: #ffcc00!important;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
	background-color: #555!important;
}
.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
	    border-top-color: #555;
}
.bapf_sfilter .bapf_body ul li ul {
	margin-top: 0;
  margin-bottom: 0;
}
.yith-wcbr-brands {
	display:inline-block;
	margin-right:20px;
	margin-top: 0;
}
.yith-wcbr-brands-logo {
	display:inline-block;
	margin-top: 0;
}


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


}