.retailer-widget-container .Loader {
    min-height: 600px;
    min-width: 100%;
}

    .retailer-widget-container .Loader .signal {
        border: 5px solid #fff;
        border-radius: 50px;
        height: 50px;
        left: 50%;
        margin: -15px 0 0 -15px;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 50px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        color: white;
    }

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.dealerLocatorMap {
    height: 55vh;
    width: 100%;
}

.retailer-general-container .retailer-stores {
    width: 100%;
    overflow: auto;
    margin-top: 2%;
}

.retailer-general-container {
    display: block;
}

@media only screen and (max-width: 860px) {
    .retailer-general-container {
        display: block;
    }

    dealerLocatorMap {
        height: 55vh;
        width: 100%;
    }

    .retailer-general-container .retailer-stores {
        width: 100%;
    }
}

.retailer-stores-ol {
    padding: 0;
    width: 100%;
}

    .retailer-stores-ol .retailer-stores-tile {
        box-sizing: border-box;
        font-size: 11px;
        line-height: 1.6;
        color: #636466;
        white-space: normal;
        display: inline-flex;
        padding: 0 0 10px 10px;
        position: relative;
        list-style: none;
        min-width: 220px;
    }

.retailer-stores-actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 100%;
    flex-direction: column;
}

.retailer-store-info {
    padding: 6px 10px;
    min-height: 100px;
    color: white;
    text-align: left;
}

.retailer-store-info.single {
    width: 50%;
}
.retailer-store-info.multi {
    width: 100%;
}


.retailer-hour-social-info {
    width: 50%;
}

.retailer-hour-social-info {
    text-align: left;
    margin-left: 15px;
}

.retailer-store-info strong,
.retailer-store-info span {
    display: block;
    overflow-wrap: break-word;
}

.retailer-info-window {
    color: black;
}

.retailer-stores-actions .retailer-info-window-call,
.retailer-stores-actions .retailer-info-window-direction {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: -1px solid #fff;
    width: 100%;
    font-size: 12px;
    height: 50%;
}

.product-ordered-list {
    flex-wrap: wrap;
    padding-left: 0;
    display: flex;
    width: 100%;
}

.retailer-stores-ol-3 li {
    flex: 0 0 33.333333%;
    width: 33.333333%;
}

.retailer-stores-ol-2 li {
    flex: 0 0 50%;
    width: 50%;
}

.retailer-stores-ol-1 li {
    flex: 0 0 100%;
    width: 100%;
}

.retailer-stores-ol-1 {
    display: block;
}

.retailer-stores-ol-2,
.retailer-stores-ol-3 {
    display: table;
}

.retailer-general-container .retailer-stores::-webkit-scrollbar {
    width: 10px;
}

.retailer-general-container .retailer-stores::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.retailer-general-container .retailer-stores::-webkit-scrollbar-thumb {
    background: #888;
}

    .retailer-general-container .retailer-stores::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.retailer-search-input {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 240px;
    height: 32px;
    padding: 0px 12px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    font-size: 14px;
    outline: none;
    color: black;
}

.retailer-map {
    height: 55vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.retailer-stores-actions-direction,
.retailer-stores-actions-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    width: 100%;
    height: 50%;
}

@media only screen and (max-width:1025px) {
    .retailer-stores-ol-2 li {
        flex: 0 0 48%;
        width: 48%;
    }
}

.retailer-search-container {
    padding: 4%;
}

.retailer-search-input {
    width: 100%;
}

.retailer-stores {
    max-width: 1200px;
    margin: auto;
}

/*.retailer-stores-ol-1 .retailer-stores-tile{
    text-align: center;
  justify-content: center;
}*/

.retailer-info-window {
    width: 120px;
}

.retailer-store-info h4 {
    margin: 0;
    font-weight: bold;
}

.retailer-store-info h6 {
    margin: 0;
    font-weight: bold;
}

.retailer-info-window h4 {
    margin: 0;
    font-weight: bold;
}

.retailer-info-window h6 {
    margin: 0;
    font-weight: bold;
}

.dealerLocatorMap-ratio-1:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.dealerLocatorMap-ratio-2:before {
    content: "";
    display: block;
    padding-top: calc(100% / 2);
}

.dealerLocatorMap-ratio-3:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3);
}

.dealerLocatorMap-ratio-4:before {
    content: "";
    display: block;
    padding-top: calc(100% / 4);
}

.retailer-pagination-container {
    text-align: center;
}

.retailer-hours-section {
    color: white;
}

.retailer-store-info-link,
.retailer-hour-header {
    font-size: 19px;
    line-height: 1.47368;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.retailer-socialmedia-section a i {
    font-size: 2.1em;
    padding-right: 3%;
}

.retailer-grouped-hour {
    display: grid;
}

.retailer-info-window-link {
    color: black !important;
    font-size: 2rem;
}

.retailer-store-socialmedia-link i {
    font-size: 2.1em;
    padding-right: 3%;
}

.retailer-store-name,
.retailer-store-info-link,
.retailer-store-info.multi .retailer-stores-main-info {
    padding-bottom: 1.0em;
    display: block;
}