slider-product-view .tabs .tabs-header {
    display: none !important;
}

.title-wrapper {
    z-index: 3 !important;
    background: none !important;
}

product-view .market-features {
    display: block !important;
}

.download-btn {
    background-color: #1f3566 !important;
}

.upload-btn {
    background-color: #1f3566 !important;
}

.document-slot-header .slot-name {
    color: #1f3566 !important;
}

.attachment-actions {
    color: #1f3566 !important;
}

.icon-button {
    background-color: #1f3566 !important;
}

.disabled {
    background-color: var(--disabled) !important;
}

.tgl-ios:checked+.tgl-btn {
    background-color: var(--accent-10) !important;
}

.lds-rolling {
    stroke: #1f3566 !important;
}

.loader-offer .loader-offer::after {
    border-top: 5px solid var(--primary) !important;
    border-right: 5px solid var(--primary) !important;
    border-left: 5px solid var(--primary) !important;
}

.loader-fade {
    color: var(--primary) !important;
}

.button {
    font-family: 'Roboto' !important;
}

h3 {
    font-family: 'Roboto' !important;
}

.uni-label {
    font-family: 'Roboto' !important;
}

.uni-asee-option {
    font-family: 'Roboto' !important;
}

.uni-asee-selected {
    font-family: 'Roboto' !important;
}

@media screen and (max-width: 768px) {
    .left-action-button {
        order: 0 !important;
    }
}