.trustpilot-carousel {
    background: #e5e5e5;
    padding: 20px;
    margin-bottom: 70px;
}

.trustpilot-carousel-shortcode {
    background: #e5e5e5;
    padding: 0;
    margin-bottom: 70px;
}

.trustpilot-carousel-shortcode:before {
    background: #e5e5e5;
    content: '';
    display: block;
    height: 170px;
    position: absolute;
    width: 200vw;
    left: -100vw;
}

.trustpilot-widget {
    margin: 50px 0;
    padding: 20px 0;
}

.trustpilot-microcombo-shortcode .trustpilot-widget {
    margin: 0;
    padding: 0;
}

.trustpilot-microcombo .trustpilot-widget {
    margin: 15px 0;
    padding: 0;
}

.bottom-text + .press {
    margin-bottom: 0;
    margin-top: 55px;
}

.trustpilot-microcombo-img-shortcode a.trustpilot-link:after {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trustpilot-microcombo-img-shortcode a.trustpilot-link .trustpilot-star {
    margin: 0 10px 0 0;
}

.trustpilot-microcombo-img-shortcode a.trustpilot-link .trustpilot-text span {
    font-weight: bold;
}

.trustpilot-microcombo-img-shortcode a.trustpilot-link .trustpilot-logo {
    margin: 0;
}

@media screen and (max-width: 1259px) {
    /*
        .trustpilot-microcombo-shortcode {
            display: none;
        }

        #top-header .top-header-content > * {
            flex: none;
        }

        #top-header .top-header-content li:first-of-type {
            display: none;
        }
        */
    #top-header .top-header-content > li .hide-mobile {
        display: none;
    }

    #top-header .top-header-content > li .faq-link {
        margin-left: 0 !important;
        border-left: none !important;
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 1260px) {
    .trustpilot-microcombo {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    #top-header .top-header-content {
        padding: 10px 20px !important;
    }
    #top-header .top-header-content > li .hide-mobile {
        display: none;
    }

    .trustpilot-microcombo-img-shortcode a.trustpilot-link .trustpilot-star {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #top-header .top-header-content {
        padding: 10px 20px !important;
    }

}


@media screen and (max-width: 767px) {
    #top-header .top-header-content>li:nth-of-type(3) .menu-top-header-menu-container {
        display: none;
    }
    #top-header .top-header-content > li .faq-link {
        display: none !important;
    }

    #top-header .top-header-content .widget_nav_menu {
        flex-direction: row;
    }

    #top-header .top-header-content > li.shop .faq-link {
        display: block !important;
    }

    #top-header .top-header-content .widget-1.shop {
        order: 2;
    }
    #top-header .top-header-content .widget-2.shop {
        order: 1;
    }

    #top-header .top-header-content .widget-2.shop .trustpilot-microcombo-img-shortcode {
       display:none;
    }

    #top-header .top-header-content .widget-3.shop {
        order: 3;
    }
}

@media screen and (max-width: 576px) {
    .trustpilot-carousel .trustpilot-widget iframe,
    .trustpilot-carousel-shortcode .trustpilot-widget iframe
    {
        height: 300px !important;
    }
    .trustpilot-carousel:before,
    .trustpilot-carousel-shortcode:before
    {
        height: 340px;
    }

    #top-header .top-header-content .widget_nav_menu #ssf_shortcode {
        margin: 0 13px;
    }

    #top-header .top-header-content .widget_nav_menu #ssf_shortcode .site-language a span.flag-icon {
        margin: 0 5px 0 0;
    }

    #top-header .top-header-content .widget_nav_menu #ssf_shortcode .site-language a span.active-language {
        display: none;
    }

    #ssf_shortcode .ssf_list .active-language + i {
        margin-left: 0 !important;
    }
}

.trustability-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustability-link img {
    width: auto;
    height: 25px;
}

.top-header-content li {
    display: flex;
    align-items: center;
}


.top-header-content li.widget-2 {
    justify-content: center;
}