/* Marketplace Buttons */
.marketplace-button {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.marketplace-button label {
    cursor: pointer !important;
}

.wb-button {
    color: #fff !important;
    font-weight: normal;
    background: #a73afd;
    background: linear-gradient(90deg, #a73afd, #dc3afd) !important;
}

.ozon-button {
    background: rgba(0, 91, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: normal;
}

.yandex-button {
    background: #fce000 !important;
    color: #21201f !important;
    font-weight: normal;
}

.megamarket-button {
    background: #8654cc !important;
    color: #fff !important;
    font-weight: normal;
}