.map-header-wrapper {
    padding: 15px 60px 60px 60px;
}
.map-header-wrapper h1 {
    margin-bottom: 40px;
    color: #33ada4;
}
.map-header-wrapper p {
    font-size: 1.3125rem;
    color: #434343;
}
.locator-wrapper {
    position: relative;
    height: 600px;
}
.locator-wrapper .map-container {
    width: 100%;
    height: 100%;
    background-color: #e4ebef;
    position: absolute;
}
.locator-wrapper .dealers-container {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}
.locator-wrapper .dealers-wrapper {
    width: 380px;
    height: auto;
    margin-top: 30px;
    margin-left: 60px;
    position: relative;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper {
    background-color: #33ada4;
    min-height: 65px;
    position: relative;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper input,
.locator-wrapper .dealers-wrapper .search-box-wrapper input:focus {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-size: 27px !important;
    padding-left: 25px !important;
    padding-right: 65px !important;
    padding-top: 14px !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.locator-wrapper .dealers-wrapper .search-box-wrapper input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #e8e8e8;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #e8e8e8;
   opacity:  1;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #e8e8e8;
   opacity:  1;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #e8e8e8;
}

@media screen and (max-width: 39.9375em) {
    .locator-wrapper .dealers-wrapper .search-box-wrapper input,
    .locator-wrapper .dealers-wrapper .search-box-wrapper input:focus {
        padding-left: 10px;
    }
}
.locator-wrapper .dealers-wrapper .search-box-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #ffffff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 26px;
    padding-left: 40px;
    padding-right: 65px;
    padding-top: 12px;
    padding-bottom: 21px;
    pointer-events: none;
    transition: top 0.1s ease-out, font-size 0.1s ease-out;
}
@media screen and (max-width: 39.9375em) {
    .locator-wrapper .dealers-wrapper .search-box-wrapper label {
        padding-top: 17px;
        padding-left: 10px;
        font-size: 20px;
    }
}
.locator-wrapper .dealers-wrapper .search-box-wrapper .is-focus label {
    font-size: 13px;
    padding-top: 6px;
    opacity: 0.7;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper .is-focus input {
    padding-top: 28px;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper a {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 2px;
    top: 2px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-mappa-search.png");
}
.locator-wrapper .dealers-wrapper .search-box-wrapper a.loading {
    background-image: url("../images/icon-mappa-loading.svg") !important;
    pointer-events: none;
}
.locator-wrapper .dealers-wrapper .search-box-wrapper a.close {
    background-image: url("../images/icon-mappa-close.png");
}
.locator-wrapper .dealers-wrapper .search-box-wrapper a:hover {
    opacity: 0.8;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper {
    position: relative;
    background-color: #f7f7f7;
    display: none;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper {
    max-height: 435px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 12px;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li {
    padding: 22px 12px 20px 12px;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #d0cfcf;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a {
    position: relative;
    width: 100%;
    display: table;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .num-box {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #33ada4;
    font-weight: bold;
    font-size: 23px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info {
    padding-left: 60px;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info .name {
    font-size: 23px;
    color: #000000;
    line-height: 1.1;
    margin: 0;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info .address {
    font-size: 16px;
    color: #494949;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a:hover {
    opacity: 0.8;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li.active {
    background-color: #FFFFFF;
}
.locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li.active a .num-box {
    background-color: #f9b651;
}
.locator-wrapper .dealers-wrapper .coupon-wrapper {
    padding: 28px 36px 10px;
    display: none;
}
.locator-wrapper .dealers-wrapper .coupon-wrapper p {
    font-size: 21px;
    color: #434343;
    line-height: 1.3;
}
.locator-wrapper .dealers-wrapper a.button.rounded {
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    min-width: 225px;
    padding: 0.7rem 1rem;
}
.locator-wrapper .dealers-wrapper a.button.rounded.send {
    margin-top: 1rem;
    background-color: #59839b;
}
.locator-wrapper .dealers-wrapper a.button.rounded.send:hover {
    background-color: #4d7185;
}
.locator-wrapper .dealers-wrapper a.button.rounded.coupon {
    margin-top: 1rem;
}
.locator-wrapper .dealers-wrapper.show-results .search-results-wrapper {
    display: block;
}
.locator-wrapper .dealers-wrapper.show-results .coupon-wrapper {
    display: block;
}
.dealer-infowindow {
    position: relative;
    width: 400px;
    background-color: #f7f7f7;
    padding: 0px;
    font-family: "Univers LT Std Cn", Helvetica, Roboto, Arial, sans-serif;
    overflow: none;
}
.dealer-infowindow .num-box {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f9b651;
    font-weight: bold;
    font-size: 23px;
    color: #ffffff;
    position: absolute;
    top: 15px;
    left: 15px;
}
.dealer-infowindow .infowindow-primary-info {
    display: table;
    width: 100%;
    background-color: #ffffff;
    min-height: 73px;
    border-bottom: 1px solid #b0c0cd;
}
.dealer-infowindow .infowindow-primary-info .infowindow-head {
    display: table;
    width: 100%;
}
.dealer-infowindow .infowindow-primary-info .name-wrapper,
.dealer-infowindow .infowindow-primary-info .type-wrapper {
    display: inline-block;
    overflow: hidden;
}
.dealer-infowindow .infowindow-primary-info .name-wrapper {
    /*width: 65%;*/
    width: 100%;
    float: left;
}
.dealer-infowindow .infowindow-primary-info .type-wrapper {
    width: 35%;
    float: right;
    text-align: right;
    display: none;
}
.dealer-infowindow .infowindow-primary-info .name {
    font-size: 24px;
    padding-left: 70px;
    padding-top: 0px;
    padding-right: 15px;
    color: #000000;
    line-height: 1.1;
    margin-top: 10px;
}
.dealer-infowindow .infowindow-primary-info .type {
    font-size: 15px;
    color: #494949;
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
}
.dealer-infowindow .infowindow-secondary-info {
    margin: 14px 0 8px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.dealer-infowindow .infowindow-secondary-info .address {
    font-size: 16px;
    color: #494949;
}
.infowindow-box {
    width: 400px !important;
}
.gm-style-iw {
    width: 400px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #f7f7f7;
}
.infowindow-arrow {
    left: 190px !important;
}
.infowindow-arrow-element {
    box-shadow: none;
    z-index: 1;
    background-color: #f7f7f7 !important;
}
.infowindow-bg {
    display: none !important;
}
@media screen and (max-width: 39.9375em) {
    .map-header-wrapper {
        padding: 75px 25px 30px 25px;
    }
    .map-header-wrapper h1 {
        margin-bottom: 10px;
    }
    .map-header-wrapper p {
        font-size: 15px;
    }
    .locator-wrapper {
        height: auto;
    }
    .locator-wrapper .dealers-wrapper {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0 25px;
        /*
            .search-box-wrapper { min-height:65px;

                input, input:focus { font-size:26px; padding-left:40px; padding-right:65px; padding-top:22px; }
                label { font-size:26px; padding-left:40px; padding-right:65px; padding-top:12px; padding-bottom:21px; }

                .is-focus {
                    label { font-size:13px; padding-top:6px; }
                    input { padding-top:28px; }
                }

                &::after {
                    content:''; display:block; width:30px; height:30px; position:absolute; right:16px; top:16px;
                    background-image:url('../images/icon-mappa-search.png'); background-size:30px 30px; background-position:center center; background-repeat:no-repeat;
                }
            }
            */
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper {
        max-height: none;
        overflow: auto;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul {
        margin: 0;
        padding: 0px 10px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li {
        padding: 18px 10px 16px 10px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .num-box {
        width: 36px;
        height: 36px;
        line-height: 42px;
        font-size: 20px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info {
        padding-left: 55px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info .name {
        font-size: 20px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a .info .address {
        font-size: 14px;
    }
    .locator-wrapper .dealers-wrapper .search-results-wrapper .list-wrapper ul li a:hover {
        opacity: 0.8;
    }
    .locator-wrapper .dealers-wrapper .coupon-wrapper {
        padding: 20px 5px 10px;
    }
    .locator-wrapper .dealers-wrapper .coupon-wrapper p {
        font-size: 15px;
    }
    .locator-wrapper .dealers-wrapper a.button.rounded {
        font-size: 14px;
        min-width: 180px;
        padding: 0.7rem 1rem;
    }
    .locator-wrapper .dealers-wrapper a.button.rounded.send {
        margin-top: 1rem;
    }
    .locator-wrapper .dealers-wrapper a.button.rounded.coupon {
        margin-top: 2.5rem;
    }
}