@media only screen and (max-width: 1025px) {
    .qty-text {
        white-space: nowrap;
        font-size: 13px;
        line-height: 5px;
    }
}

.email-info,
.email-info:hover,
.phone-number,
.phone-number:hover,
.textpop a,
.textpop a:hover {
    color: #3d3d3d;
    font-weight: 600;
}

.shr-city {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #333;
}

.showroom {
    padding: 10px 0;
}

.showroom:last-child {
    margin-bottom: 10px;
}

.modal2 {
    z-index: 2147483002;
}

.ca-showroom-modal {
    padding-top: 85px;
}

.modal-content2 {
    width: 90%;
}

@media (min-width: 1025px) {
    .modal-content2 {
        max-width: 742px;
        font-size: 13px;
    }
}

.ca-showroom-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ca-showroom-item {
    min-height: 100px;
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1025px) {
    .ca-showroom-item {
        display: flex;
        border-bottom: none;
    }
}

.modal-content2 > .ca-showroom-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1025px) {
    .modal-content2 > .ca-showroom-header {
        margin: 0 15px;
    }
}

.ca-showroom-header .extra-info {
    font-size: 18px;
}

.modal-header2.ca-showroom-header .close {
    position: absolute;
    top: 24px;
    right: 30px;
}

@media (min-width: 1025px) {
    .modal-header2.ca-showroom-header .close {
        top: 13px;
        right: 35px;
    }
}

.ca-showroom-section {
    display: flex;
}

@media (min-width: 1025px) {
    .ca-showroom-section {
        display: block;
        width: 29%;
    }
}

.ca-showroom-section.--first {
    width: 41%;
}

.ca-showroom-city {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.ca-showroom-availability {
    display: flex;
    align-items: center;
    text-align: left;
}

.ca-showroom-address {
    margin-bottom: 5px;
}

.ca-showroom-unique {
    display: flex;
}

.ca-showroom-section .qty-text {
    display: inline-block;
}

@media (min-width: 1025px) {
    .ca-showroom-section .qty-text {
        display: block;
    }
}

.ca-availability-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 5px 6px 0 0;
    border-radius: 25px;
}

@media (min-width: 1025px) {
    .ca-availability-dot {
        display: block;
    }
}

.ca-showroom-hours {
    padding-top: 10px;
    text-align: left;
}

@media (min-width: 1025px) {
    .ca-showroom-hours.ca-showroom-block {
        padding-top: 30px;
    }
}

.ca-showroom-hours-title {
    font-weight: 600;
}

@media (min-width: 1025px) {
    .ca-showroom-hours > div {
        display: inline-block;
        width: 50%;
    }
}

.cc-showroom-data {
    display: flex;
    flex-wrap: wrap;
}

.ca-showroom-days {
    width: 20%;
}

.ca-showroom-time {
    width: 65%;
}

.ca-showroom-content {
    width: 90%;
}

.ca-showroom-arrow {
    width: 10%;
}

@media (min-width: 1025px) {
    .ca-showroom-block {
        height: 120px;
        padding: 15px 15px 15px 0;
        border-bottom: 1px solid #e0e0e0;
    }
}

.ca-showroom-location {
    color: #3d3d3d;
}

.ca-info {
    font-weight: 600;
}

@media (min-width: 1025px) {
    .ca-info {
        width: 121%;
    }
}