/*
Theme Name: Natural Pharmaceuticals Incubator Child
Template: incubator
Text Domain: incubator-child
Version: 1.0.7a
*/

tr.hide-border td {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

tr.hide-border + tr td {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.np-top-widget {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background-color: #e9e9e8;
}

.np-top-widget .trustpilot-widget.d-mobile {
    display: none;
}

.np-floated-trustpilot {
    position: fixed;
    bottom: 77px;
    right: 75px;
    width: calc(100% - 100px);
    max-width: 200px;
    height: auto;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #4E4E4E;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.np-floated-trustpilot:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.np-floated-trustpilot.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.np-floated-trustpilot .np-floated-trustpilot-logo {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
}

.np-floated-trustpilot .np-floated-trustpilot-logo img {
    width: auto;
    height: 22px;
}

.np-floated-trustpilot .np-floated-trustpilot-info {
    padding: 10px;
    border: 1px solid #e9e9e8;
    background-color: #fff;
    text-align: center;
}

.np-floated-trustpilot .np-floated-trustpilot-info span {
    display: block;
    width: 100%;
    height: auto;
}

.np-floated-trustpilot .np-floated-trustpilot-info .np-floated-trustpilot-stars {
    margin: 6px 0;
    width: 100%;
    max-width: 140px;
    height: auto;
}

.np-floated-trustpilot-opener {
    position: fixed;
    bottom: 77px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #212121;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.np-floated-trustpilot-opener:hover {
    background-color: #383838;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.np-floated-trustpilot-opener svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
}

@media (min-width: 768px) {
    .np-floated-trustpilot {
        bottom: 87px;
        right: 25px;
        width: calc(100% - 50px);
        visibility: visible;
        opacity: 1;
    }

    .np-floated-trustpilot-opener {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .np-top-widget .trustpilot-widget.d-desktop {
        display: none;
    }

    .np-top-widget .trustpilot-widget.d-mobile {
        display: block;
    }
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}