/* Стили для кнопки демо на странице товара */
.stdp-demo-button-wrapper {
    margin-top: 10px;
    clear: both;
}

.stdp-demo-button {
    margin-left: 10px !important;
    display: inline-block !important;
    z-index: 999 !important;
}

@media screen and (max-width: 768px) {
    .stdp-demo-button {
        margin-left: 0 !important;
        margin-top: 10px !important;
        width: 100% !important;
    }
}