#quiqqer-trusted-shop {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(229, 229, 229);
    box-shadow: rgb(0 0 0 / 10%) 0 2px 9px 4px;
    display: none;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

#quiqqer-trusted-shop ._fwmaac {
    border: none !important;
}

.quiqqer-trusted-shop--custom {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}

.quiqqer-trusted-shop--custom_reviews {
    border-radius: 8px;
}

.quiqqer-trusted-shop--topLeft {
    left: 40px;
    top: 40px;
}

.quiqqer-trusted-shop--topRight {
    right: 40px;
    top: 40px;
}

.quiqqer-trusted-shop--bottomLeft {
    bottom: 40px;
    left: 40px;
}

.quiqqer-trusted-shop--bottomRight {
    bottom: 40px;
    right: 40px;
}

@media screen and (max-width: 768px) {
    #quiqqer-trusted-shop {
        display: none !important;
    }
}
