/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#b2bking_vat_number_registration_field_alertDBH {
    border: 1px solid red;
    display: block;
    padding: 10px;
    font-size: 12px;
    line-height: 110%;
    margin-top: 10px;
    color: red;
    border-radius: 5px;
}

/* Fix per l'allineamento del testo nelle slide in tutte le lingue */
.custom-hero-slider .col.center,
.custom-hero-slider .wpb_column.centered-text,
.custom-hero-slider .centered-text .divider-small-border,
.custom-hero-slider .wpb_column.centered-text ul,
.custom-hero-slider .centered-text ul {
    text-align: left !important;
}/* Fix per lo spazio bianco sotto il carosello delle categorie */

.owl-carousel[data-desktop-cols="6"] {
    height: auto !important;
    max-height: 400px !important;
    overflow: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    height: auto !important;
}

/* Fix per dispositivi mobili - carosello categorie */
@media only screen and (max-width: 767px) {
    .owl-carousel[data-desktop-cols="6"] {
        max-height: 300px !important;
    }
}
