.service-specials{
    margin-top: 70px;
    margin-left: 56px;
    margin-right: 56px;
    margin-bottom: 130px;
}

.service-specials .col{
    padding-right: 22px;
    padding-left: 22px;
}

.service-specials .header{
    text-align: center;
}

@media screen and (max-width: 767px){
    .service-specials{
        margin-left: 24px;
        margin-right: 24px;
    }
}

#service-specials-directions {
    font-family: var(--primary-font);
    font-size: 1.25rem;
}

.location-dropdown {
    width: 374px;
    max-width: 100%;
    position: relative;
}

.dropdown-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #FFF;
    color: var(--black);
}

.location-dropdown-btn {
    border: 1px solid var(--pahoehoe);
    padding-left: 16px;
    padding-right: 8px;
}

.dropdown-btn .chev-down {
    display: flex;
}
.dropdown-btn.active .chev-down {
    display: none;
}
.dropdown-btn .chev-up {
    display: none;
}
.dropdown-btn.active .chev-up {
    display: flex;
}

.dropdown-content {
    display: none;
    width: 100%;
    z-index: 3;
}

.location-dropdown .dropdown-content {
    position: absolute;
    background-color: var(--white);
}

.location-dropdown-content-header {
    background-color: rgba(0, 0, 0, .05);
}

.location-dropdown-item {
    border-bottom: 1px solid var(--pahoehoe);
    border-left: 1px solid var(--pahoehoe);
    border-right: 1px solid var(--pahoehoe);
}

.location-dropdown-item {
    color: inherit;
    text-decoration: none;
}

.location-dropdown-item.active {
    color: var(--pahoehoe);
}

.location-dropdown-item:hover {
    color: inherit;
    background: #C4C4C4;
    opacity: inherit;
}

.service-specials .no-specials{
    text-align: center;
    margin-bottom: 64px;
}

.service-specials .container {
    margin-top: 32px;
}

.service-specials .change-location-div{
    margin-bottom: 25px;
}

.service-specials .change-location{
    border: none;
    background-color: transparent;
    text-transform: none;
    text-decoration: underline;
    color: #3155A6;
    margin-top: 16px;
    margin-bottom: 24px;
}

.service-specials .change-location:hover, .service-specials .learn-more:hover{
    opacity: 0.6;
}

.service-specials .no-specials .btn{
    margin-top: 16px;
}

.service-specials > .container {
    margin-bottom: 96px;
}

@media (max-width:991px) {
    .service-specials .specials-image img {
        margin-bottom: 32px;
    }

    .service-specials .container{
        max-width: 100%;
    }
}

.service-specials-locations-header {
    margin-top: 48px;
    margin-bottom: 16px;
}

.service-specials-other-mobile {
    display:none;    
}

.service-specials-other-mobile {
    margin-top: 32px;
}

@media (max-width:544px) {
    .service-specials-locations-header,
    .service-specials-other-desktop {
        display: none;
    }
    
    .service-specials-other-mobile {
        display: block;    
    }
}

.specials-other-accordion-card {
    padding-right: 12px !important;
    padding-left: 12px !important;
    overflow: visible !important;
}

.btn-link h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .specials-other-accordion-card .card-header {
    padding: 0 24px;
} */

.service-specials-location .store-info {
    padding: 24px;
}

.service-specials-location .store-address {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 16px;
}

.service-specials-box {
    padding: 8px 12px;
}

.service-specials-box .store-address a {
    color:black;
}

.service-specials-box .store-address a:hover {
    color:rgba(0, 0, 0, 0.3);
}

.service-specials-location .store-location-value {
    font-size: 18px;
    font-weight: bold;
}

.specials-set-service {
    width: 100%;
}

.service-specials-location .store-location {
    box-shadow: inset 0 0 1px black;
    width: 295px;
    height: 100%;
}

.service-specials-location .store-location2 {
    outline: 4px solid red;
    width: 295px;
    height: 100%;
}

.service-specials-location .store-location2 button {
    pointer-events: none;
}

.service-specials-location .legal{
    top: -4px;
    padding-bottom: 12px;
    position: relative;
}