.store-outer {
    padding: 30px 20px;
}

.store-top-slider img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.store-top-slider a {
    display: block;
}

.find-location .head-wrap a img {
    margin-right: 5px;
}

.find-location .head-wrap h5 {
    font-size: 16px;
}

.find-location .head-wrap a {
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-size: 14px;
    font-weight: var(--font-semibold);
    color: var(--primaryColor);
}

.find-location .search-form {
    border: 1px solid #92B7CF;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.find-location .search-form form {
    width: 100%;
}

.find-location .search-form .parsley-errors-list {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
}

.find-location .search-form .parsley-errors-list li {
    font-size: 12px;
}

.find-location .search-form input {
    border: 0;
    width: calc(100% - 40px);
    font-size: 12px;
    color: #252D34;
    padding: 5px;
}

.find-location .search-form input:focus,
.find-location .search-form input:focus-visible {
    outline: 0;
    box-shadow: none;
}

.find-location .search-form button {
    background: transparent;
    border: 0;
    border-left: 0.5px solid #E0E0E0;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.find-location h2 {
    margin-bottom: 30px;
    text-align: center;
    color: var(--primaryColor);
    font-size: 19px;
}

.location-list ul {
    list-style: none;
    padding: 0;
}

.location-list li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 16px 40px 0px #7090B033;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.location-list li .img-wrap {
    display: block;
    min-height: 120px;
    max-height: 200px;
    overflow: hidden;
}

.location-list li .img-wrap .slick-slide {
    position: relative;
}

.location-list li .img-wrap .slick-slide::after {
    content: '';
    position: absolute;
    /* background: rgb(0 0 0 / 20%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.location-list li .text-box {
    padding: 15px 15px 10px;
}

.store-top-slider .slick-dots li button:before {
    display: none;
}

.store-top-slider .slick-dots li button {
    width: 10px;
    height: 5px;
    border: 0.5px solid #e9733c;
    border-radius: 3px;
    padding: 0;
}

.store-top-slider .slick-dots li {
    width: auto;
    height: auto;
}

.store-top-slider .slick-dots li.slick-active button {
    width: 26px;
    background: #e9733c;
}

.location-list p.total-store {
    font-size: 16px;
    color: #1F1F1F;
    font-weight: var(--font-semibold);
}

.location-list li .text-box h5 {
    color: var(--primaryColor);
    font-size: 18px;
}

.location-list li .text-box p,
a {
    font-size: 14px;
    color: #000;
}

.location-list li .text-box .time-text {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: var(--font-semibold);
}

.location-list li .custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.text-box h5 {
    color: #e9733c !important;
}

.location-list li .text-box a.calltxt {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: var(--font-semibold);
}

.text-box img {
    height: 20px;
    width: 20px;
}

.location-list li .text-box a.calltxt img {
    margin-right: 7px;
}

.location-list ul.free-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #727272;
    font-weight: var(--font-semibold);
    padding: 10px 0 0;
}

.location-list ul.free-item li {
    padding: 0 10px;
    position: relative;
    margin: 0;
}

.location-list ul.free-item li::before {
    content: '';
    position: absolute;
    background: #727272;
    width: 3px;
    height: 3px;
    top: 50%;
    left: 0;
}

.location-list ul.free-item li:first-child::before {
    width: 0;
}

span.store-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FDD4D4;
    font-size: 10px;
    border-radius: 20px;
    padding: 4px 15px;
    letter-spacing: 0.17px;
    z-index: 999;
}

span.store-status.close {
    background: #FDD4D4;
    color: #F64C4C;
}

span.store-status.open {
    color: #46B881;
    background: #D3EEE1;
}

span.store-status.close b {
    display: none;
}

.fixedOnScroll {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4444;
    background: #fff;
    left: 0;
    padding: 20px;
    box-shadow: 0px 16px 40px 0px #7090B033;
    transition: top 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/*  */
nav .right-wrap a.store-no {
    font-size: 14px;
    font-weight: var(--font-semibold);
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    gap: 5px;
}

.fixed-call-wrap {
    bottom: 5rem;
    display: none;
}


div#bookAppointmentModal1 {
    z-index: 9999;
}