.authoriz-form .notetext {
    color: white;
}

.js-list-color img {
    cursor: pointer;
}

[data-error="Y"] {
    border: 1px solid red;
    border-radius: 10px;
}

.accordion-body a.link-text {
    cursor: pointer;
}

.js-mobile {
    display: none!important;
}

.header-phone-mobile {
    /*border-radius: 50%;*/
    /*background-color: #cf8353;*/
    width: 40px;
    height: 24px;

    display: flex;
    flex-shrink: 0;
    padding: 8px;
    align-items: center;
    justify-content: space-around;
}
.header-phone-mobile svg {
    fill: transparent;
    color: white !important;
}
@media (max-width: 767px) {

    .js-phone {
        display: none!important;
    }
    .js-mobile {
        display: block!important;
    }

    .svg-phone {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 1400px) {
    .stores-table__row .cell-address .cell-row span.store-name {
        white-space: normal;
    }
}
.header.active .header-phone-mobile svg path {
    fill: var(--text-black) !important;
}
.page-wrapper.page-wrapper--white .header svg path {
    fill: var(--text-black) !important;
}
@media (max-width: 767px) {
    .header.header--special:not(.active):hover .header-phone-mobile svg path {
        fill: var(--text-black) !important;
    }
}