.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
    opacity: 1;
    border-radius: 5px;
}

.t-carousel__zoomer__img {
    border-radius: 15px;
}

.tn-elem .t-slds__arrow {
    border-radius: 10px;
}


@media screen and (max-width: 560px) {
    .t750 .t-popup__block-close {
        background: none;
    }
}

.t750 .t-slds__arrow-right {
    border-radius: 7px;
}

.t750 .t-slds__arrow-left {
    border-radius: 7px;
}


.t_datepicker__inner {
    z-index: 7 !important;
    border-radius: 15px !important;
}

.tn-atom .t-form__errorbox-wrapper,
.tn-form__errorbox-popup {
    background: #889686 !important;
    border-radius: 15px !important;
}