.post-card--layout--list.post-card--size--nl .post-card__name {
    width: 100%;
}

.post-card--layout--list.post-card--size--nl .post-card__content {
    width: 100%;
}

.suggestions__item-categorie {
    margin: 10px 15px;
}

.suggestions__item-categorie > a {
    margin-left: 3px;
    font-weight: 200;
}

.footer-newsletter__social-link--google a {
    background: #fff;
    color: #4285F4 !important;
}

.product-card__features-list.descrizione_breve {
    margin-bottom: -10px !important;
}

.nav-panel, .mobile-header__panel {
    color: #ffffff;
}

.mobile-header__menu-button {
    fill: #ffffff;

}

.megamenu__links--level--0 > .megamenu__item {
    margin-bottom: 15px;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
}

.search__body {
    background-color: #fff;
}

.block-header__arrow_image {
    width: 21px !important;
    height: 22px !important;
}

.owl-carousel {
    position: relative;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev {
    left: 0;
    top: 30px;
}

.owl-next {
    right: 0;
    top: 30px;
}

/*
// .site-header
*/
#logo-desktop {
    max-height: 72px;
}

.site-header__middle {
    background-image: url("/img/sfondo_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.categoria-header__container {
    padding-bottom: 8px;
}

/*
//Modifiche menu categorie
*/
.widget-filters__item {
    border-bottom: none;
    border-top: 2px solid #f0f0f0;
}

.widget-filters__item:first-child {
    border-top: none;
}

.widget-filters {
    padding: 0 20px 0;
}

/*
//Modifiche department menu
*/
.megamenu__links--level--0 > .megamenu__item > span + .megamenu__links {
    padding-top: 10px;
    margin-top: 3px;
    border-top: 1px solid #e5e5e5;
}

.megamenu__links--level--0 > .megamenu__item > span {
    font-weight: 400;
}

/*
Modifiche pagina prodotto
 */
.product__wishlist-compare {
    display: block;
}

.product__wishlist-compare > .cuore {
    display: none;
}

@media (min-width: 992px) {
    .product__wishlist-compare > .cuore {
        display: block;
    }
}

#product-tabs__list {
    border-bottom: 2px solid #f0f0f0;
    background: white;
}

/*
Modifiche pagina prodotto titoli tab
 */
.titolo-pannello {
    border-bottom: 3px solid #f0f0f0;
    /*border-left: 2px solid #0093dd;*/
    padding-left: 5px;
}

@media (min-width: 992px) {
    .titolo-pannello {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.spaziatore {
    height: 60px;
}

/*
Modifiche catalogo
 */
ul.product-card__features-list {
    margin-top: 15px;
}

/*
Badge
 */
.product-card__badge--green {
    background: #11c93f;
    color: #fff;
}

.product-card__badge--orange {
    background: #FF9900;
    color: #fff;
}

.product-card__badge {
    max-width: 170px;
}

.input-radio-color__list {

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Video*/
.typography .video {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1.5rem;
}

.typography .video iframe {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Ricerca in topbar */
.search__border, .search__input {
    z-index: 11000;
}

.search__suggestions.suggestions.suggestions--location--header {
    z-index: 10000;
}
