/* Mobile */
@media only screen and (max-width: 760px) {
    
    html body.storefinder-index #maincontent {
        padding: 0;
    }
    html #lpr-search-form input[type="text"],
    html body.storefinder-index-index #lpr-search-form .form-label,
    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a .sf-search-intro,
    html body.storefinder-index #lpr-search-form .sf-search-intro {
        text-align: center !important;
    }
    
    body.sf-view-location #store-finder-results .store-finder--location-info .ecom-wrapper .ecommerce-actions a:first-of-type {
        margin-bottom:10px;
    }
    
    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a .sf-search-intro {
        padding:10px 0;
    }
    
    html body.storefinder-index #store-finder-results {
        padding:10px;
    }

    html body.storefinder-index #lpr-search-form .form-inputs {
        width: 100%;
        display: block;
    }

    body #lpr-search-form .form-inputs .form-input.search {
        width:100% !important;
    }

    body#html-body #lpr-search-form .form-inputs .auto-detect-action {
        clear:both;
        text-align: center;
    }

    html #html-body.storefinder-index .top-banner {
        margin-bottom: 20px;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content {
        width: 100%;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content h1 {
        font-size: 40px;
        text-align: center;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content p {
        max-width: none;
        text-align: center;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content #lpr-search-form .form-inputs {
        padding-top: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content #lpr-search-form .form-inputs .form-input {
        top: auto;
        flex: 1;
        margin: 0 0 20px;
        flex-basis: 100%;
    }
    html #html-body.storefinder-index .top-banner .wrapper .content #lpr-search-form .form-inputs a {
        margin-left: 7px;
    }
    html #html-body.storefinder-index .top-banner .wrapper .image {
        display: none;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > span {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0;
        text-align: center;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li {
        display: block;
        position: relative;
        padding-left: 0px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-left {
        width: 100%;
        padding: 20px 20px 0;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-left .location-type-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #FFF;
        height: 35px;
        text-align: left;
        padding-left: 20px;
        line-height: 35px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-left .location-type-wrapper span {
        font-size: 20px;
        writing-mode: initial;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right {
        display: flex;
        flex-direction: column;
        padding: 0 20px 20px;
        width: 100%;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-details-wrapper {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-details-wrapper > div:not(.store-finder--location-name):not(.store-finder--location-address):not(.heading-open-times) {
        position: absolute;
        top: 10px;
        right: 20px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-primary-services .service-list li {
        align-items: center;
        background-position: 0 50%;
        background-size: auto 25px;
        box-sizing: border-box;
        display: flex;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 32px;
        padding-right: 0;
        width: 50%;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .store-finder--location-address {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 8px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .store-finder--location-name {
        font-size: 20px;
        line-height: 24px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .heading-open-times {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-show-more {
        text-align: center;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-show-more a {
        padding: 0 0 10px;
        overflow: hidden;
        display: block;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list > ul > li .section-right .location-action-links {
        padding: 0;
        order: 5;
        width: 100%;
        max-width:100%;
    }

    html #html-body.storefinder-index #store-finder-results .action-buttons-top {
        position: static;
        margin-top: 20px;
    }

    html #html-body.storefinder-index #store-finder-results .ecom-wrapper .ecommerce-actions {

    }

    html body.storefinder-index #store-finder-results .ecom-wrapper .ecommerce-actions a {
        width: calc(50% - 5px);
        margin: 0;
        float: left;
        padding: 9px 0;
        border: none;
    }
    html #html-body.storefinder-index #store-finder-results .ecom-wrapper .ecommerce-actions a:first-of-type {
        margin-right:10px;
    }
    html #html-body.storefinder-index #store-finder-results div.sf-root {
        display: flex;
        flex-direction: column-reverse;
    }

    html body.sf-view-list .store-finder-map-column .action-links {
        display:block;
        text-align: center;
    }

    html body.sf-view-list #store-finder-results .store-finder-map-column .action-links .show-map {
        float:none;
    }

    html #html-body.storefinder-index #store-finder-results .store-finder--location-map {
        display:none;
        margin-bottom: 0px;
    }

    html #html-body.storefinder-index #store-finder-results .store-finder--location-map .store-finder--location-map--map {
        margin-top:0;
    }
    #lpr-search-form {
        margin-bottom:0;
    }
    html #html-body.storefinder-index #store-finder-results .store-finder--location-list .footer-actions {
        text-align:center;
    }
    html body.sf-view-location #store-finder-results .store-finder--location-info .ecom-wrapper .ecommerce-actions a {
        width:100% !important;
        padding:9px 0;
        font-size:16px;
    }
    html body #store-finder-results .store-finder--location-list .ecom-wrapper .ecommerce-actions a:last-of-type,
    html body #store-finder-results .store-finder--location-info .ecom-wrapper .ecommerce-actions a:last-of-type {
        margin-top: 0;
        margin-left: 0;
    }

    body.storefinder-index-index .finder-search-2-col .section-b {
        display:none;
    }

    body.storefinder-index-index .finder-search-2-col .section-a {
        width:100%;
        float:none;
    }

    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a,
    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a h2.search-heading {
        text-align:center;
    }

    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a {
        margin:0;
        padding:0;
    }

    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a h2.search-heading {
        margin:0;
    }

    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a h2.search-heading span {
        font-size:40px;
    }

    html body.storefinder-index .finder-search-2-col #lpr-search-form .section-a .form-inputs {
        width:100%;
        display:block;
    }

    body.storefinder-index-index .finder-search-2-col .section-a .sf-search-intro {
        font-size: 16px;
        padding-left: 5px;
        margin-bottom: 20px;
        width:auto;
    }

    body.storefinder-index-index #lpr-search-form .form-inputs {
        padding-top: 0;
        position: relative;
    }
    body.storefinder-index-index #lpr-search-form .form-inputs .form-input {
        margin-bottom: 10px;
    }
    body.storefinder-index-index #lpr-search-form .form-inputs .form-input:nth-last-child(2),
    body.storefinder-index-index #lpr-search-form .form-inputs .form-input:nth-last-child(3),
    body.storefinder-index-index #lpr-search-form .form-inputs .form-input:last-child {
        position: static;
        top: auto;
        width: auto;
    }
    
    body #store-finder-results .store-finder--location-list .brand-logo-wrapper {
        width:100%;
        max-width:100%;
        padding-top:20px;
        padding-bottom: 0;
    }
    
    body #store-finder-results .store-finder--location-list .brand-logo-wrapper span {
        float:left;
        width:calc(50% - 10px);
        margin-top: 0;
    }
    
    body #store-finder-results .store-finder--location-list .brand-logo-wrapper span.primary {
        float:left;
        margin-top: 0;
    }
    
    body #store-finder-results .store-finder--location-list .brand-logo-wrapper span.secondary {
        float:right;
        margin-top: 0;
    }
    
    body #store-finder-results .store-finder--location-list .brand-logo-wrapper .brand-separator {
        display:none;
    }
    
    body #store-finder-results .store-finder--location-list .location-details-wrapper {
        padding-top:0;
    }
    
    html body.storefinder-index #lpr-search-form .btn-primary {
        width: 100%;
    }
}