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


img.banner-image {
    width: 25%;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
#new-breadcrumb {
    margin-top: 20px;
}
.variations .label {
    text-align: right;
}
.variations .label label {
    margin-right: 10px;
}
nav.woocommerce-breadcrumb.breadcrumbs {
    display: none;
}
.back-to-top {
    bottom: 90px!important;
}
.grecaptcha-badge {
    display: none!important;
}
.asistenta_telefonica {
    background: #fff;
    color: #000;
    padding: 5px 0;
    margin: 14px 0 -5px 0;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center
}

.asistenta_telefonica a img {
    vertical-align: middle;
    margin-top: -6px
}

.asistenta_telefonica a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    margin-right: 6px
}
@media screen and (max-width:910px) {
    .asistenta_telefonica .text {
        display: none
    }
    
    .asistenta_telefonica {
        margin: 10px 0 -5px;
        width: 100%;
        position: relative
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}