﻿.ps-widget .ps-embedded {
    margin: 0 auto;
    max-width: 980px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ps-widget > .ps-container {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-widget > .ps-container > .ps-wtb {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }

        .ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content {
            position: relative;
            float: left;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

@media screen and (max-width: 1024px) {
    .ps-widget {
        height: auto;
    }
}

.ps-wtb > input[type="radio"] {
    display: none;
}

.ps-wtb.ps-embedded > .ps-wtb-content > label {
    display: none;
    font-family: 'Arial';
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

.ps-wtb.ps-embedded > .ps-wtb-content > .ps-online-tab {
    float: left;
    width: 0px;
    padding: 10px 0;
}

.ps-wtb > .ps-wtb-content > .ps-online-tab > label {
    display: none;
}

.ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab {
    float: left;
    width: 980px;
    right: 0;
}

.ps-wtb > .ps-wtb-content > .ps-local-tab > label {
    display: none;
}

@media screen and (min-width: 1025px) {
    .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab {
        border-radius: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab {
        display: none;
        position: relative;
        float: left;
        top: auto;
        padding: 0 0 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .ps-wtb.ps-embedded > .ps-wtb-content > .ps-online-tab, .ps-wtb.ps-embedded > .ps-wtb-content .ps-local-tab {
        width: 100%;
        display: none;
    }

    .ps-wtb.ps-embedded input[type="radio"].ps-online-tab-button:checked ~ div.ps-wtb-content > div.ps-online-tab, .ps-wtb.ps-embedded input[type="radio"].ps-local-tab-button:checked ~ div.ps-wtb-content > div.ps-local-tab {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .ps-online-tab > .ps-online-sellers, .ps-local-tab > .ps-local > .ps-local-sellers {
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .ps-local-tab > .ps-local {
        position: relative;
        top: auto;
    }
}

svg.ps-animating {
    display: none;
}

.updating > span > svg.ps-animating {
    display: inline-block;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ps-embedded .ps-ribbon {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    z-index: 2;
    background-color: #bababa;
    background: linear-gradient(top, #535353 0%, #7e7e7e 100%);
    background: -o-linear-gradient(top, #535353 0%, #7e7e7e 100%);
    background: -ms-linear-gradient(top, #535353 0%, #7e7e7e 100%);
    background: -moz-linear-gradient(top, #535353 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top, #535353 0%, #7e7e7e 100%);
    box-shadow: 0 3px 8px rgba(2, 4, 5, 0.5);
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-embedded .ps-ribbon > div > label {
        position: relative;
        margin: 0 0 0 0;
        height: 60px;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 20px;
        line-height: 60px;
        font-weight: 700;
        color: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .ps-embedded .ps-ribbon > div > label > span {
            background-color: transparent;
            border-bottom-color: transparent;
            border-bottom-style: solid;
            border-bottom-width: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .ps-embedded .ps-ribbon > div > label > span > svg {
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                margin: 0 auto;
                display: none;
            }

                .ps-embedded .ps-ribbon > div > label > span > svg > path {
                    fill: #FF0000;
                }

        .ps-embedded .ps-ribbon > div > label.ps-online-tab-label {
            width: 0px;
        }

        .ps-embedded .ps-ribbon > div > label.ps-local-tab-label {
            width: 400px;
        }

    .ps-embedded .ps-ribbon.ps-desktop-left {
        text-align: left;
    }

        .ps-embedded .ps-ribbon.ps-desktop-left > div > label {
            float: left;
            padding: 0 20px;
        }

    .ps-embedded .ps-ribbon.ps-desktop-center {
        text-align: center;
    }

        .ps-embedded .ps-ribbon.ps-desktop-center > div > label {
            display: inline-block;
            padding: 0 20px;
        }

@media screen and (max-width: 1024px) {
    .ps-embedded .ps-ribbon.ps-tablet-left {
        text-align: left;
    }

        .ps-embedded .ps-ribbon.ps-tablet-left > div > label {
            float: left;
            width: auto;
            padding: 0 0 0 0;
        }
}

@media screen and (max-width: 1024px) {
    .ps-embedded .ps-ribbon.ps-tablet-center {
        text-align: center;
    }

        .ps-embedded .ps-ribbon.ps-tablet-center > div > label {
            width: auto;
            display: inline-block;
            float: none;
            padding: 0 0 0 0;
        }

            .ps-embedded .ps-ribbon.ps-tablet-center > div > label:last-of-type {
                margin: 0 0 0 20px;
            }
}

@media screen and (max-width: 767px) {
    .ps-embedded .ps-ribbon.ps-mobile-left {
        text-align: left;
    }

    .ps-embedded .ps-ribbon.ps-mobile-center > div > label {
        float: left;
        width: auto;
        padding: 0 0 0 0;
    }

        .ps-embedded .ps-ribbon.ps-mobile-center > div > label:last-of-type {
            margin: 0 0 0 20px;
        }
}

@media screen and (max-width: 767px) {
    .ps-embedded .ps-ribbon.ps-mobile-center {
        text-align: center;
    }

        .ps-embedded .ps-ribbon.ps-mobile-center > div > label {
            width: 50%;
            display: inline-block;
            float: none;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

            .ps-embedded .ps-ribbon.ps-mobile-center > div > label:last-of-type {
                margin: 0 0 0 0;
            }
}

@media screen and (max-width: 1025px) {
    .ps-embedded .ps-ribbon {
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
    }
}

@media screen and (max-width: 1024px) {
    .ps-embedded .ps-ribbon {
        height: 60px;
        padding: 0 20px;
        background-color: #bababa;
    }

        .ps-embedded .ps-ribbon > div > label {
            height: 60px;
            padding: 0 0 0 0;
            font-size: 20px;
            line-height: 60px;
            font-weight: 700;
            color: #fff;
            background-color: transparent;
        }

            .ps-embedded .ps-ribbon > div > label > span > svg > path {
                fill: #FF0000;
            }
}

@media screen and (max-width: 767px) {
    .ps-embedded .ps-ribbon {
        height: auto;
        padding: 0 0 0 0;
    }

        .ps-embedded .ps-ribbon > div > label {
            height: 60px;
            padding: 0 0 0 0;
            font-family: 'Arial';
            font-size: 20px;
            line-height: 60px;
            font-weight: 700;
            color: #fff;
            background-color: transparent;
        }

            .ps-embedded .ps-ribbon > div > label > span > svg > path {
                fill: #FF0000;
            }
}

@media screen and (max-width: 1024px) {
    .ps-embedded input[type="radio"].ps-online-tab-button:checked + input + div > div > label.ps-online-tab-label, .ps-embedded input[type="radio"].ps-local-tab-button:checked + div > div > label.ps-local-tab-label {
        background-color: transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 0;
        color: #fff;
        cursor: default;
    }
}

.ps-country-selector-holder {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
    height: 38px;
}

    .ps-country-selector-holder > div {
        position: relative;
        float: right;
    }

        .ps-country-selector-holder > div > label {
            float: left;
            width: 100%;
            margin: 0 0 2px 0;
            font-family: 'Arial';
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
            color: #FFF;
            text-align: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: none;
        }

        .ps-country-selector-holder > div > span {
            position: relative;
            float: left;
            background-color: #ffffff;
            border: 1px black solid;
            padding: 0 24px 0 8px;
            width: 125px;
            line-height: 38.5px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            cursor: pointer;
        }

            .ps-country-selector-holder > div > span > small {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
                color: #666;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                pointer-events: none;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

            .ps-country-selector-holder > div > span > img, .ps-country-selector-holder > div > span > svg {
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto 0;
            }

            .ps-country-selector-holder > div > span > img {
                width: 24px;
                height: 24px;
                left: 8px;
            }

                .ps-country-selector-holder > div > span > img + small {
                    padding: 0 0 0 32px;
                }

            .ps-country-selector-holder > div > span > svg {
                width: 10px;
                height: 7px;
                right: 8px;
                transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -webkit-transition-duration: 0.2s;
            }

                .ps-country-selector-holder > div > span > svg > path {
                    fill: #FF0000;
                }

            .ps-country-selector-holder > div > span.open > svg {
                transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
            }

            .ps-country-selector-holder > div > span.open + div {
                display: block;
                z-index: 3;
            }

        .ps-country-selector-holder > div > div {
            position: absolute;
            top: 102%;
            width: 100%;
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
            display: none;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .ps-country-selector-holder > div > div > span {
                position: relative;
                float: left;
                width: 100%;
                padding: 0 0 0 8px;
                line-height: 40px;
                background-color: #ffffff;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -webkit-transition-duration: 0.2s;
                cursor: pointer;
            }

                .ps-country-selector-holder > div > div > span > small {
                    font-family: 'Arial';
                    font-size: 14px;
                    line-height: 12px;
                    font-weight: 400;
                    color: #666;
                }

                .ps-country-selector-holder > div > div > span > img {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto 0;
                    width: 24px;
                    height: 24px;
                    left: 8px;
                }

                    .ps-country-selector-holder > div > div > span > img + small {
                        padding: 0 0 0 32px;
                    }

                .ps-country-selector-holder > div > div > span:hover {
                    background-color: #669ACC;
                }

        .ps-country-selector-holder > div > img {
            position: absolute;
            bottom: 8px;
            margin: auto 0;
            width: 24px;
            height: 24px;
            left: 8px;
            display: none;
            z-index: 2;
        }

            .ps-country-selector-holder > div > img + select {
                padding: 0 0 0 32px;
            }

        .ps-country-selector-holder > div > select {
            display: none;
            position: relative;
            float: left;
            background-color: #ffffff;
            padding: 0 24px 0 8px;
            width: 200px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

@media screen and (max-width: 767px) {
    .ps-country-selector-holder {
        display: table;
    }

        .ps-country-selector-holder > div {
            width: 100%;
            margin: 20px 0 0;
        }

            .ps-country-selector-holder > div > select {
                width: 100%;
                display: none;
            }
}

.ps-location {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    background-color: transparent;
    padding: 0 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-location > small {
        display: inline-block;
        padding: 0 20px 0 0;
        font-family: 'Arial';
        font-size: 12px;
        line-height: 12px;
        font-weight: 700;
        color: #333;
    }

@media screen and (max-width: 1024px) {
    .ps-location > small {
        position: relative;
        text-align: right;
    }
}

.ps-location > div {
    position: relative;
    width: 280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-location > div > input {
        position: relative;
        width: 100%;
        height: 40px;
        padding: 0 40px 0 12px;
        margin: 0 0 0 0;
        background-color: #fff;
        border-radius: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        font-family: 'Arial';
        font-size: 16px;
        line-height: 40px;
        font-weight: 400;
        color: #666;
        outline: none;
        -webkit-appearance: none !important;
        z-index: 1;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
    }

        .ps-location > div > input:-moz-placeholder {
            height: 40px !important;
            font-family: Arial !important;
            font-style: normal !important;
            color: #999999 !important;
            font-size: 16px !important;
            line-height: 40px !important;
        }

        .ps-location > div > input::-moz-placeholder {
            height: 40px !important;
            font-family: Arial !important;
            font-style: normal !important;
            color: #999999 !important;
            font-size: 16px !important;
            line-height: 40px !important;
        }

        .ps-location > div > input:-ms-input-placeholder {
            height: 40px !important;
            font-family: Arial !important;
            font-style: normal !important;
            color: #999999 !important;
            font-size: 16px !important;
            line-height: 40px !important;
        }

        .ps-location > div > input::-webkit-input-placeholder {
            height: 40px !important;
            font-family: Arial !important;
            font-style: normal !important;
            color: #999999 !important;
            font-size: 16px !important;
            line-height: 40px !important;
        }

        .ps-location > div > input.ps-error {
            border-width: 1px;
            border-style: solid;
            border-color: #f02c31;
            padding: 0 76px 0 40px;
        }

            .ps-location > div > input.ps-error + span.ps-error {
                z-index: 1;
                opacity: 1;
            }

@media screen and (min-width: 1025px) {
    .ps-location > div > input:hover {
        background-color: #fff;
        border-color: transparent;
    }
}

.ps-location > div > span {
    position: absolute;
    top: 1px;
    width: 38px;
    height: 38px;
    z-index: 2;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

    .ps-location > div > span.ps-map-location-button {
        right: 1px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #fff;
    }

        .ps-location > div > span.ps-map-location-button > svg > path {
            fill: #FF0000;
        }

@media screen and (min-width: 1025px) {
    .ps-location > div > span.ps-map-location-button:hover {
        background-color: #fff;
    }

        .ps-location > div > span.ps-map-location-button:hover > svg > path {
            fill: #FF0000;
        }
}

.ps-location > div > span.ps-map-geolocation-button {
    left: 1px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}

    .ps-location > div > span.ps-map-geolocation-button > svg > path {
        fill: #FF0000;
    }

@media screen and (min-width: 1025px) {
    .ps-location > div > span.ps-map-geolocation-button:hover {
        background-color: #fff;
    }

        .ps-location > div > span.ps-map-geolocation-button:hover > svg > path {
            fill: #FF0000;
        }
}

.ps-location > div > span.ps-map-geolocation-button + input {
    padding: 0 40px;
}

    .ps-location > div > span.ps-map-geolocation-button + input.ps-error {
        padding: 0 76px 0 40px;
    }

.ps-location > div > span.ps-error {
    right: 39px;
    z-index: 0;
    opacity: 0;
}

    .ps-location > div > span.ps-error > svg {
        width: 19px;
        height: 17px;
    }

.ps-location > div > span > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 13px;
}

    .ps-location > div > span > svg > path {
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
    }

@media screen and (min-width: 1025px) {
    .ps-location > div > span {
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px) {
    .ps-location > div {
        width: 280px;
        background-color: transparent;
    }

        .ps-location > div > input {
            background-color: #fff;
            border-radius: 2px;
            border-width: 1px;
            border-style: solid;
            border-color: transparent;
        }

        .ps-location > div > span.ps-map-location-button {
            background-color: #fff;
        }

        .ps-location > div > span.ps-map-geolocation-button {
            background-color: #fff;
        }
}

@media screen and (max-width: 1024px) {
    .ps-location {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .ps-location {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
        right: auto;
        padding: 20px 20px 0 20px;
        background-color: transparent;
    }

        .ps-location > div {
            width: 100%;
        }

            .ps-location > div > input {
                background-color: #fff;
                border-radius: 2px;
                border-width: 1px;
                border-style: solid;
                border-color: transparent;
            }

            .ps-location > div > span.ps-map-location-button {
                background-color: #fff;
            }

            .ps-location > div > span.ps-map-geolocation-button {
                background-color: #fff;
            }
}

.ps-embedded .ps-map-pushpin-select {
    padding: 0 10px;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-embedded .ps-map-pushpin-select > div {
        position: relative;
        display: table;
        table-layout: fixed;
        padding: 20px;
        width: 100%;
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        border-color: transparent;
        border-style: solid;
        border-width: 0;
        background-color: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

@media screen and (min-width: 1025px) {
    .ps-embedded .ps-map-pushpin-select > div:hover {
        background-color: #fff;
    }
}

.ps-embedded .ps-map-pushpin-select > div > div {
    display: table-row;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .ps-embedded .ps-map-pushpin-select {
        padding: 0 10px;
    }

        .ps-embedded .ps-map-pushpin-select > div > div {
            float: none;
            width: auto;
            display: table-cell;
            vertical-align: top;
            text-align: center;
        }
}

.ps-map-pushpin-select > div > div > .ps-seller {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 33%;
    text-align: center;
    float: none;
    padding-bottom: 20px;
}

    .ps-map-pushpin-select > div > div > .ps-seller > div {
        position: relative;
        float: left;
        display: table;
    }

        .ps-map-pushpin-select > div > div > .ps-seller > div > span {
            display: table-cell;
            vertical-align: top;
            text-align: left;
            padding: 0 8px 0 0;
        }

            .ps-map-pushpin-select > div > div > .ps-seller > div > span > img.ps-logo {
                width: 95px;
                vertical-align: top;
            }

                .ps-map-pushpin-select > div > div > .ps-seller > div > span > img.ps-logo.ps-local-seller-button {
                    cursor: pointer;
                }

                .ps-map-pushpin-select > div > div > .ps-seller > div > span > img.ps-logo + small {
                    display: none;
                }

                .ps-map-pushpin-select > div > div > .ps-seller > div > span > img.ps-logo.ps-error {
                    display: none;
                }

                    .ps-map-pushpin-select > div > div > .ps-seller > div > span > img.ps-logo.ps-error + small {
                        display: inline-block;
                    }

            .ps-map-pushpin-select > div > div > .ps-seller > div > span > small {
                color: #333;
                font-family: 'Montserrat', Arial,sans-serif;
                font-size: 16px;
                line-height: 20px;
                font-weight: 700;
            }

@media screen and (max-width: 1024px) {
    .ps-map-pushpin-select > div > div > .ps-seller {
        display: table-cell;
        float: none;
        padding: 0;
    }

        .ps-map-pushpin-select > div > div > .ps-seller > div {
            height: auto;
            min-width: 168px;
            text-align: left;
        }

            .ps-map-pushpin-select > div > div > .ps-seller > div > span {
                width: 100%;
            }
}

@media screen and (max-width: 767px) {
    .ps-map-pushpin-select > div > div > .ps-seller {
        float: left;
    }
}

.ps-embedded .ps-map-pushpin-select > div > div > .ps-seller > div > div {
    vertical-align: top;
    padding: 0 20px 0 0;
    display: table-cell;
}

.ps-map-pushpin-select > div > div > .ps-seller > div > div > img {
    width: 22px;
    max-width: none;
}

    .ps-map-pushpin-select > div > div > .ps-seller > div > div > img.ps-pushpin {
        display: none;
    }

.ps-map-pushpin-select > div > div > .ps-address {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 33%;
    text-align: center;
    float: none;
    padding-bottom: 20px;
    max-width: 220px;
}

    .ps-map-pushpin-select > div > div > .ps-address > div {
        font-family: 'Arial';
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #333;
        text-align: left;
    }

        .ps-map-pushpin-select > div > div > .ps-address > div > b {
            position: relative;
            float: left;
            font-family: 'Arial';
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            color: #333;
        }

            .ps-map-pushpin-select > div > div > .ps-address > div > b > svg {
                display: inline-block;
                margin: 0 6px 0 0;
                width: 12px;
                height: 12px;
            }

                .ps-map-pushpin-select > div > div > .ps-address > div > b > svg > path {
                    fill: #333;
                }

@media screen and (max-width: 1024px) {
    .ps-map-pushpin-select > div > div > .ps-address {
        display: table-cell;
        float: none;
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .ps-map-pushpin-select > div > div > .ps-address {
        float: left;
        clear: both;
        width: auto;
        padding: 20px 0 0 0;
    }

        .ps-map-pushpin-select > div > div > .ps-address > div > b {
            display: none;
        }
}

@media screen and (max-width: 420px) {
    .ps-map-pushpin-select > div > div > .ps-address {
        max-width: 186px;
    }
}

.ps-map-pushpin-select > div > div > .ps-distance {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 33%;
    text-align: center;
    float: none;
    padding-bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .ps-map-pushpin-select > div > div > .ps-distance {
        position: relative;
        display: table-cell;
        vertical-align: top;
        text-align: center;
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .ps-map-pushpin-select > div > div > .ps-distance {
        margin: 0 0 0 0;
    }
}

span.ps-distance-stock > b {
    float: right;
    clear: both;
    width: auto;
    white-space: nowrap;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #666;
}

span.ps-distance-stock > span {
    float: right;
    clear: both;
    width: auto;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999;
    line-height: 14px;
    padding: 15px 0 0 0;
}

    span.ps-distance-stock > span.available {
        font-family: 'Arial';
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #00b826;
    }

    span.ps-distance-stock > span > svg {
        position: relative;
        top: -2px;
        margin: 0 4px 0 0;
        vertical-align: middle;
        width: 13px;
        height: 12px;
        float: none;
    }

        span.ps-distance-stock > span > svg > path {
            fill: #00b826;
        }

.ps-seller > span.ps-distance-stock {
    position: relative;
    float: left;
    clear: both;
    line-height: 28px;
    display: none;
}

    .ps-seller > span.ps-distance-stock > b {
        padding: 15px 0 0 0;
    }

.ps-badge {
    position: relative;
    float: right;
    clear: both;
    padding: 5px 0;
}

    .ps-badge span {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 16px;
    }

@media screen and (max-width:1024px) {
    .ps-badge {
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    .ps-seller > span.ps-distance-stock {
        display: block;
    }

    .ps-distance > span.ps-distance-stock, span.ps-link {
        display: none;
    }

    span.ps-distance-stock > b, span.ps-distance-stock > span {
        float: left;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    span.ps-distance-stock > b, span.ps-distance-stock > span {
        float: left;
    }
}

span.ps-link {
    vertical-align: bottom;
    text-align: left;
    display: table-cell;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    span.ps-link > span > a {
        display: inline-block;
        vertical-align: middle;
    }

        span.ps-link > span > a > span {
            float: left;
            transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -webkit-transition-duration: 0.2s;
        }

            span.ps-link > span > a > span.ps-mobile {
                display: none;
            }

        span.ps-link > span > a > svg {
            float: left;
            margin: 0 6px 0 0;
        }

            span.ps-link > span > a > svg > path {
                transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -webkit-transition-duration: 0.2s;
            }

        span.ps-link > span > a.ps-get-directions-button > span {
            font-family: 'Arial';
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            color: #e3001b;
        }

        span.ps-link > span > a.ps-get-directions-button > svg {
            width: 12px;
            height: 12px;
        }

            span.ps-link > span > a.ps-get-directions-button > svg > path {
                fill: #e3001b;
            }

        span.ps-link > span > a.ps-local-seller-button > span {
            font-family: 'Arial';
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            color: #e3001b;
        }

        span.ps-link > span > a.ps-local-seller-button > svg {
            width: 12px;
            height: 12px;
        }

            span.ps-link > span > a.ps-local-seller-button > svg > path {
                fill: #e3001b;
            }

        span.ps-link > span > a[href] {
            text-decoration: none;
            cursor: default;
        }

            span.ps-link > span > a[href] > span {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                color: #333;
            }

            span.ps-link > span > a[href] > svg {
                width: 12px;
                height: 12px;
            }

                span.ps-link > span > a[href] > svg > path {
                    fill: #333;
                }

@media screen and (min-width: 1025px) {
    span.ps-link > span > a {
        cursor: pointer;
    }

    span.ps-link > span:hover > a.ps-get-directions-button > span {
        color: #FF0000;
    }

    span.ps-link > span:hover > a.ps-get-directions-button > span {
        text-decoration: underline;
    }

    span.ps-link > span:hover > a.ps-get-directions-button > svg {
        width: 12px;
        height: 12px;
    }

        span.ps-link > span:hover > a.ps-get-directions-button > svg > path {
            fill: #FF0000;
        }

    span.ps-link > span:hover > a.ps-local-seller-button > span {
        color: #FF0000;
    }

    span.ps-link > span:hover > a.ps-local-seller-button > span {
        text-decoration: underline;
    }

    span.ps-link > span:hover > a.ps-local-seller-button > svg {
        width: 12px;
        height: 12px;
    }

        span.ps-link > span:hover > a.ps-local-seller-button > svg > path {
            fill: #FF0000;
        }
}

span.ps-link.ps-call {
    display: none;
}

@media screen and (max-width: 1024px) {
    span.ps-link {
        display: table-cell;
        float: right;
        width: auto;
        clear: both;
        text-align: center;
    }

        span.ps-link > span {
            display: inline-block;
            float: none;
            margin: 0 0 20px 0;
            width: 130px;
            background-color: #FF0000;
            border-radius: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 1px;
            line-height: 40px;
        }

            span.ps-link > span > a.ps-get-directions-button {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
            }

                span.ps-link > span > a.ps-get-directions-button > span {
                    color: #fff;
                }

                span.ps-link > span > a.ps-get-directions-button > svg {
                    width: 12px;
                    height: 12px;
                }

                    span.ps-link > span > a.ps-get-directions-button > svg > path {
                        fill: #fff;
                    }

            span.ps-link > span > a.ps-local-seller-button {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
            }

                span.ps-link > span > a.ps-local-seller-button > span {
                    color: #fff;
                }

                span.ps-link > span > a.ps-local-seller-button > svg {
                    width: 12px;
                    height: 12px;
                }

                    span.ps-link > span > a.ps-local-seller-button > svg > path {
                        fill: #fff;
                    }

        span.ps-link:last-of-type > span {
            margin: 0 0 0 0;
        }
}

@media screen and (max-width: 767px) {
    span.ps-link {
        display: table;
        width: auto;
        min-width: 72px;
        height: 60px;
        margin: 0 0 15px 0;
        padding: 0 2px;
    }

        span.ps-link:last-of-type {
            margin: 0 0 0 0;
        }

        span.ps-link.ps-call {
            display: table;
        }

        span.ps-link.ps-disabled {
            display: none;
        }

        span.ps-link > span {
            display: table-cell;
            vertical-align: middle;
            line-height: inherit;
            width: auto;
            background-color: #FF0000;
            border-color: transparent;
            border-style: solid;
            border-width: 1px;
            border-radius: 0;
        }

            span.ps-link > span > a > svg {
                float: none;
                margin: 0 0 0 0;
            }

            span.ps-link > span > a > span {
                display: none;
            }

                span.ps-link > span > a > span.ps-mobile {
                    display: block;
                    float: none;
                }

            span.ps-link > span > a.ps-get-directions-button > span.ps-mobile {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
                color: #fff;
            }

            span.ps-link > span > a.ps-get-directions-button > svg {
                width: 20px;
                height: 20px;
            }

                span.ps-link > span > a.ps-get-directions-button > svg > path {
                    fill: #fff;
                }

            span.ps-link > span > a.ps-local-seller-button > span.ps-mobile {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 14px;
                font-weight: 400;
                color: #fff;
            }

            span.ps-link > span > a.ps-local-seller-button > svg {
                width: 20px;
                height: 20px;
            }

                span.ps-link > span > a.ps-local-seller-button > svg > path {
                    fill: #fff;
                }

            span.ps-link > span > a[href] > span.ps-mobile {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                color: #fff;
            }

            span.ps-link > span > a[href] > svg {
                width: 20px;
                height: 20px;
            }

                span.ps-link > span > a[href] > svg > path {
                    fill: #fff;
                }
}

.leaflet-control-zoom {
    display: none !important;
}

.leaflet-tile-container img {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
}

.leaflet-popup-close-button, .ps-infobox-template, .leaflet-popup-tip {
    display: none !important;
}

.leaflet-popup, .leaflet-popup-content-wrapper, .leaflet-popup-content {
    position: initial;
    float: none;
    display: inline-block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 0 !important;
    width: auto !important;
}

.ps-embedded .ps-map-holder {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

    .ps-embedded .ps-map-holder > .ps-map {
        position: relative;
        float: left;
        border-color: transparent;
        border-style: solid;
        border-width: 0;
        width: 100%;
        height: 100%;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .ps-embedded .ps-map-holder > .ps-map * {
            width: auto;
            height: auto;
        }

@media screen and (max-width: 1024px) {
    .ps-embedded .ps-map-holder {
        height: 200px;
        padding: 10px;
    }

        .ps-embedded .ps-map-holder > .ps-map {
            height: 100%;
        }
}

@media screen and (max-width: 767px) {
    .ps-embedded .ps-map-holder {
        height: 200px;
    }
}

.ps-embedded .leaflet-marker-icon {
    width: 24px !important;
    height: 34px !important;
    margin: -34px 0 0 -12px !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

.ps-embedded .ps-infobox {
    position: relative;
    float: left;
    display: table;
    width: 280px !important;
    height: 54px !important;
    padding: 0 54px 0 0;
    margin: 0 auto 46px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.1);
    border-radius: 0;
    z-index: 1;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ps-infobox > div {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    height: 54px !important;
}

    .ps-infobox > div > b {
        position: relative;
        float: left;
        width: 100% !important;
        padding: 0 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-family: 'Montserrat', Arial,sans-serif;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        color: #333;
    }

    .ps-infobox > div > span {
        position: relative;
        float: left;
        width: 100% !important;
        padding: 0 16px;
        font-family: 'Arial';
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: #666;
    }

    .ps-infobox > div.ps-infobox-directions {
        position: absolute;
        top: 0;
        right: 0;
        width: 54px !important;
        height: 54px !important;
        border-left: 1px solid #dadada;
    }

        .ps-infobox > div.ps-infobox-directions > span {
            position: relative;
            float: left;
            width: 54px !important;
            height: 54px !important;
        }

            .ps-infobox > div.ps-infobox-directions > span > a {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 40px !important;
                height: 40px !important;
                background-color: #FF0000;
                box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.1);
                border-color: #FF0000;
                border-style: solid;
                border-width: 1px;
                border-radius: 2px;
                cursor: pointer;
                transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                -webkit-transition-duration: 0.2s;
            }

                .ps-infobox > div.ps-infobox-directions > span > a > svg {
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    width: 19px !important;
                    height: 18px !important;
                }

                    .ps-infobox > div.ps-infobox-directions > span > a > svg > path {
                        transition-duration: 0.2s;
                        -moz-transition-duration: 0.2s;
                        -webkit-transition-duration: 0.2s;
                        fill: #fff;
                    }

@media screen and (min-width: 1025px) {
    .ps-infobox > div.ps-infobox-directions > span > a:hover {
        background-color: #FF0000;
        box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.1);
        border-color: #FF0000;
    }

        .ps-infobox > div.ps-infobox-directions > span > a:hover > svg > path {
            fill: #fff;
        }
}

.ps-infobox > span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

    .ps-infobox > span:last-of-type {
        top: auto;
        bottom: -6px;
        margin: 0 auto;
        width: 13px !important;
        height: 13px !important;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.1);
        z-index: -2;
    }

@media screen and (max-width: 1024px) {
    .ps-infobox {
        display: none;
    }
}

div.ps-hours {
    position: relative;
    float: right;
    width: auto;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    div.ps-hours {
        position: relative;
        display: table-cell;
        right: auto;
        bottom: auto;
        float: none;
        padding: 0 0 0 30px;
    }

        div.ps-hours > span, div.ps-hours > div {
            position: relative;
            float: left;
            width: auto;
            clear: both;
        }
}

@media screen and (max-width: 767px) {
    div.ps-hours {
        display: none;
    }
}

div.ps-hours > label {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    color: #666;
    white-space: nowrap;
    clear: both;
    width: auto;
}

    div.ps-hours > label + div {
        display: none;
    }

div.ps-hours > span > label {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    color: #666;
    white-space: nowrap;
    clear: both;
    float: right;
    width: auto;
    padding: 0 0 4px;
}

div.ps-hours > span > span {
    font-family: 'Arial';
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #e3001b;
    white-space: nowrap;
    clear: both;
    float: right;
    width: auto;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

div.ps-hours > div {
    position: absolute;
    right: 100%;
    bottom: -6px;
    padding: 12px;
    margin: 0 6px 0 0;
    width: auto;
    background: rgba(35, 35, 35, 0.9);
    display: inline-block;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}

    div.ps-hours > div > div {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0px 6px 8px;
        border-color: transparent transparent transparent rgba(35, 35, 35, 0.9);
    }

    div.ps-hours > div > span {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        width: auto;
        white-space: nowrap;
        font-family: 'Arial';
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
        text-align: left;
    }

        div.ps-hours > div > span > b {
            float: none;
            width: auto;
            font-family: 'Arial';
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            color: #ffffff;
        }

.ps-address > div.ps-hours {
    display: none;
    position: relative;
}

@media screen and (min-width: 1025px) {
    div.ps-hours {
        cursor: pointer;
    }

        div.ps-hours:hover > span + div {
            opacity: 1;
            z-index: 1;
        }

        div.ps-hours:hover > div {
            cursor: pointer;
        }

            div.ps-hours:hover > div:hover {
                opacity: 1;
                z-index: 1;
            }

        div.ps-hours > span {
            cursor: pointer;
        }

            div.ps-hours > span > label, div.ps-hours > span > span {
                cursor: pointer;
            }

            div.ps-hours > span:hover > span {
                text-decoration: underline;
                color: #FF0000;
            }
}

@media screen and (max-width: 1024px) {
    div.ps-address > div.ps-hours {
        display: none;
    }

    div.ps-hours > label {
        font-family: 'Arial';
        font-size: 14px;
        line-height: 13px;
        font-weight: 700;
        color: #666;
        text-align: left;
        float: left;
    }

    div.ps-hours > span > label {
        font-family: 'Arial';
        font-size: 14px;
        line-height: 13px;
        font-weight: 700;
        color: #666;
        text-align: left;
        float: left;
    }

    div.ps-hours > span > span {
        display: none;
    }

    div.ps-hours > div {
        opacity: 1;
        z-index: 1;
        position: relative;
        right: auto;
        bottom: auto;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        background: none;
    }

        div.ps-hours > div > span {
            clear: both;
            font-family: 'Arial';
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            color: #666;
        }

            div.ps-hours > div > span > b {
                clear: both;
                font-family: 'Arial';
                font-size: 14px;
                line-height: 18px;
                font-weight: 700;
                color: #666;
            }

        div.ps-hours > div > div {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    div.ps-address > div.ps-hours {
        display: inline-block;
        float: left;
        padding: 20px 0 0 0;
    }

        div.ps-address > div.ps-hours > label {
            font-family: 'Arial';
            font-size: 14px;
            line-height: 13px;
            font-weight: 700;
            color: #666;
        }

        div.ps-address > div.ps-hours > span > label {
            font-family: 'Arial';
            font-size: 14px;
            line-height: 13px;
            font-weight: 700;
            color: #666;
        }

        div.ps-address > div.ps-hours > div > span {
            font-family: 'Arial';
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            color: #666;
        }

            div.ps-address > div.ps-hours > div > span > b {
                font-family: 'Arial';
                font-size: 14px;
                line-height: 18px;
                font-weight: 700;
                color: #666;
            }
}

.ps-wtb.ps-embedded .ps-local-tab {
    background-color: #f7f7f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .ps-wtb.ps-embedded .ps-local-tab {
        background-color: #f7f7f7;
    }
}

@media screen and (max-width: 767px) {
    .ps-wtb.ps-embedded .ps-local-tab {
        background-color: #f7f7f7;
    }
}

.ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content > label.ps-local-label {
    float: left;
    padding: 20px 0 20px 10px;
    font-family: 'Montserrat', Arial,sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
}

.ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab > .ps-local {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab > .ps-local[data-item] {
        height: 100%;
    }

    .ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab > .ps-local > .ps-local-sellers {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 10px 0 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
    }

@media screen and (max-width: 1024px) {
    .ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-wtb-content > .ps-local-tab > .ps-local {
        height: auto;
    }
}

.ps-no-results {
    position: relative;
    float: left;
    width: 100%;
    padding: 48px 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-no-results > span {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 200px;
    }

        .ps-no-results > span > b {
            white-space: nowrap;
        }

    .ps-no-results .ps-spinner {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 100px auto;
        display: none;
    }

    .ps-no-results .ps-double-bounce1, .ps-no-results .ps-double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ccc;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }

    .ps-no-results .ps-double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.ps-online-tab .ps-no-results > span {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}

    .ps-online-tab .ps-no-results > span > b {
        font-family: 'Arial';
        font-size: 24px;
        line-height: 48px;
        font-weight: 700;
        color: #FF0000;
    }

.ps-local-tab .ps-no-results > span {
    font-family: 'Arial';
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}

    .ps-local-tab .ps-no-results > span > b {
        font-family: 'Arial';
        font-size: 24px;
        line-height: 48px;
        font-weight: 700;
        color: #FF0000;
    }

.ps-wtb.ps-embedded .ps-footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px;
    height: 54px;
    background: #bababa;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    line-height: 54px;
    text-align: left;
    vertical-align: middle;
    z-index: 3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ps-wtb.ps-embedded .ps-footer > small {
        float: none;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #333;
    }

        .ps-wtb.ps-embedded .ps-footer > small > a {
            float: none;
            text-decoration: none;
            font-family: Arial, sans-serif;
            font-size: 12px;
            font-weight: 400;
            color: #333;
        }

    .ps-wtb.ps-embedded .ps-footer > span {
        float: right;
        width: auto;
    }

        .ps-wtb.ps-embedded .ps-footer > span > a {
            float: none;
            display: inline-block;
        }

            .ps-wtb.ps-embedded .ps-footer > span > a > svg {
                position: relative;
                top: 4px;
            }

                .ps-wtb.ps-embedded .ps-footer > span > a > svg > path {
                    transition-duration: 0.2s;
                    -moz-transition-duration: 0.2s;
                    -webkit-transition-duration: 0.2s;
                    fill: #21619F;
                }

@media screen and (min-width: 1025px) {
    .ps-wtb.ps-embedded .ps-footer {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        .ps-wtb.ps-embedded .ps-footer > small > a:hover {
            text-decoration: underline;
        }

        .ps-wtb.ps-embedded .ps-footer > span > a:hover > svg > path {
            fill: #21619F;
        }
}

@media screen and (max-width: 1024px) {
    .ps-wtb.ps-embedded .ps-footer {
        position: relative;
        float: left;
        bottom: auto;
    }
}

@media screen and (max-width: 767px) {
    .ps-wtb.ps-embedded .ps-footer {
        padding: 24px 0;
        line-height: 16px;
        height: auto;
        text-align: center;
    }

        .ps-wtb.ps-embedded .ps-footer > small {
            float: none;
            display: inline-block;
            text-align: center;
            width: 100%;
            padding: 20px 0 0;
        }

    .ps-widget > .ps-container > .ps-wtb.ps-embedded > .ps-footer > small {
        font-size: 12px;
        -webkit-text-size-adjust: none;
    }

    .ps-wtb.ps-embedded .ps-footer > span {
        width: 100%;
        padding: 20px 0 0;
    }

        .ps-wtb.ps-embedded .ps-footer > span > a {
            text-align: center;
        }

            .ps-wtb.ps-embedded .ps-footer > span > a > svg {
                display: inline-block;
            }
}

@media screen and (max-width: 420px) {
    .ps-wtb.ps-embedded .ps-footer > small {
        width: 190px;
    }
}

.ps-infobox {
    margin: 0 !important;
}

.mapboxgl-popup-content {
    padding: 0 !important;
}

.ps-infobox-directions span {
    padding: 0px !important;
}

@media screen and (max-width: 759px) {
    .mapboxgl-popup {
        display: none !important;
    }
}

.mapboxgl-popup {
    max-width: initial !important;
}

@media only screen and (min-width:720px) {
    .x-modal .x-modal-header {
        font-size: 18px
    }
}

.x-modal .x-modal-body {
    padding: 20px;
    font-size: 16px;
    line-height: 22px
}

.x-modal .x-modal-footer {
    padding: 2px 16px;
    color: #fff
}
