/*
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.   ***************/
.logo a {
    text-transform: none;
    font-weight: bold;
    font-size: 36px;
    padding-top: 10px;
}
.logo-tagline {
    color:#ffffff;
    margin: .5em 0;
}
.nav > li > a, .nav-dropdown > li > a {
    color: #000;
}
.nav-uppercase > li > a {
    font-weight: normal;
}
.is-outline {
    color: #fff;
}
.button.is-outline, input.is-outline[type="submit"], input.is-outline[type="reset"], input.is-outline[type="button"] {
    border: 1px solid currentColor;
}
.html .social-icons {
    font-size: 0.8em;
}
.badge-inner.on-sale {
    background-color: #38a5e0 !important;
}
.badge-inner {
    font-weight: normal;
    font-size: 12px;
}

#product-sidebar{
	display:none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.columna_izquierda{
	display:none;
}

.columna_derecha{
	display:none;
}

}

.hidden{
	display:none !important;
}


