#wtb-btn {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wtb-btn svg {
    width: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

#wtb-popup {
    width: 70%;
    height: 650px;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
}

#wtb-popup-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    overflow: auto;
    display: none;
    position: fixed;
    z-index: 999;
    align-items: center;
    justify-content: center;
    top: 0;
}

.product-form--atc #wtb-btn {
    margin-top: 15px;
    border-radius: 3px;
}

#detail-location-title svg {
    cursor: pointer;
    fill: #535F77;
    height: 14px;
}

.location-item {
    border-bottom: 0.5px solid #DFE1E5;
    padding: 12px;
    cursor: pointer;
}

.location-item .name {
    display: block;
    font-weight: 500;
}

.location-item .address {
    font-weight: 400;
}

#stockist-locations {
    width: 40%;
    height: 600px;
    overflow-y: auto;
}

#detail-location {
    width: 60%;
    padding: 0 0 12px 12px;
}

#wtb-body {
    display: flex;
}

#store-address-title {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

#oh-title {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

#detail-location-title {
    padding-bottom: 3px;
    border-bottom: 1px solid #DFE1E5;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.info-item .left-icon {
    margin-right: 10px;
    padding-top: 2px;
}

.info-item .right-icon {
    margin-left: 10px;
    padding-top: 2px;
}

.info-item svg {
    width: 15px;
}

#detail-location-wrapper {
    display: flex;
    justify-content: space-between;
    height: 235px;
    padding-bottom: 10px;
}

#info-location {
    width: 50%;
    overflow: auto;
}

#oh-location {
    width: 40%;
    overflow: auto;
}

#stockist-map {
    height: 300px;
}

.scasl-tags {
    background: url(//cdn.roseperl.com/storelocator-prod/images/tag.png) no-repeat scroll 0 1px transparent;
    padding: 2px 10px 0 16px;
    float: left;
    background-position-y: 4px;
}

.align-left-icon {
    padding-left: 25px;
}

#infowindow-wrapper {
    padding-right: 30px;
    padding-bottom: 20px;
    max-width: 350px;
    min-width: 270px;
    font-size: 13px;
    border-bottom-right-radius: 8px;
    max-height: 230px;
    overflow-y: auto;
}

#infowindow {
    background: rgb(255, 255, 255);
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#infowindow-wrapper::-webkit-scrollbar {
    width: 18px;
    height: 12px;
    -webkit-appearance: none;
}

#infowindow-wrapper::-webkit-scrollbar-corner {
    background: transparent;
}

#infowindow-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .12);
    border: 6px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}

#infowindow-wrapper .scasl-info-window {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#store_image img {
    object-fit: cover;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 300px;
}

#store_image {
    margin-bottom: 10px;
}

.medium-image {
    max-width: 45% !important;
}

.small-image {
    max-width: 30% !important;
}

.beside-image {
    width: 50%;
}

.beside-image-wrapper {
    display: flex;
    align-items: center;
}

.multi-input {
    display: block !important;
}

.info-value a {
    text-decoration: none;
}

.beside-icon-field {
    display: inline-block;
}

.info-value a {
    color: #005293;
}

.time-different {
    color: #dd860e;
}

table tr:first-child td:first-child {
    font-weight: bold;
}

table tr td:first-child {
    padding-right: 10px !important;
}

.oh-item {
    padding-bottom: 10px !important;
}

table td {
    border: 0 !important;
    padding: 0 !important;
}

table {
    box-shadow: none !important;
}

#marker-location-container {
    display: flex;
}

.above-marker-store-image {
    text-align: center;
    margin-bottom: 10px;
}

.beside-marker-store-image {
    width: 40%;
}

.beside-marker-location-info {
    width: 55%;
}

.above-marker-container {
    flex-direction: column-reverse;
}

.beside-marker-container {
    justify-content: space-between;
    align-items: center;
}

.info-title {
    display: inline-block;
}

#ab-wtb-wrapper #wtb-btn {
    margin-bottom: 0;
}

#marker-store-image {
    display: flex;
    justify-content: center;
}

#wtb-mobile-wrapper {
    margin-bottom: 20px;
    width: 50%;
}

.wtb-mobile-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #cccccc;
    text-align: center;
}

.selected-wtb-mobile-item {
    color: #fff;
    background: #727272;
}

.wtb-mobile-wrapper-item {
    width: auto !important;
    height: 525px !important;
    overflow-y: auto !important;
}

.wtb-mobile-detail-wrapper {
    display: block !important;
}

.wtb-mobile-detail-item {
    width: auto !important;
}

.wtb-mobile-detail-height {
    height: auto !important;
}

/* .wtb-mobile-infowindow {
    padding-top: 10px !important;
    padding-left: 10px !important;
    left: 2px !important;
} */

.wtb-mobile-infowindow-wrapper {
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    max-width: 200px !important;
    min-width: 200px !important;
}

#wtb-mobile-container {
    display: flex;
    justify-content: space-between;
}

#wtb-mobile-container svg {
    height: 14px;
}

.info-value a {
    word-break: break-all;
}

#wtb-mobile-container{
    display: none;
}
@media only screen and (max-width: 600px) {
    #wtb-popup{
        overflow: auto;
        width: 90%;
    }
    #wtb-body{
        display: block; 
    }  
    #stockist-locations {
        width: 100%;
        height: auto;
        overflow-y: auto;
    }
    #detail-location {
        width: 100%;
        justify-content: normal;
    }
    #stockist-map {
        height: 500px;
        margin-top: 10px;
    }

    #stockist-map {
        height: 526px;
        margin-top: 10px;
    }
    #detail-location-wrapper{
        display: contents;
    }
    #info-location {
        width: 100%;
        border-bottom: 0.5px solid #DFE1E5;
    }

    #oh-location {
        width: 100%;
        margin-top: 10px;
    }

    #wtb-mobile-container{
        display: block;
        float: right;
    }

    #detail-location-title svg{
        display: none;
    }

}