@charset "UTF-8";
*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.custom-control {
    min-height: 0;
    width: 100%;
}
.custom-control.custom-radio .custom-control-input {
    z-index: 2;
    height: 25px;
    cursor: pointer;
    width: 25px;
}
.custom-control.custom-radio
    .custom-control-input:checked
    ~ .custom-control-label:after {
    border: 1px solid #5aa8c5;
    border-top: none;
    border-right: none;
    background-image: none;
}
.custom-control.custom-radio .custom-control-label {
    vertical-align: middle;
    line-height: 26px;
    margin-left: 10px;
    cursor: pointer;
}
.custom-control.custom-radio .custom-control-label:before {
    border-radius: 0;
    width: 25px;
    height: 25px;
    top: 0;
    left: -35px;
    border: 1px solid #5aa8c5;
    background-color: #ffffff !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5aa8c5 !important;
}
.custom-control.custom-radio .custom-control-label:after {
    top: 6px;
    left: -29px;
    width: 13px;
    height: 8px;
    transform: rotate(-45deg);
}

body {
    background-color: #d2d2d2;
}
body #storelocator {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    background-color: #ffffff;
    max-height: calc(100vh - 30px);
    overflow: hidden;
}
body #storelocator a {
    text-decoration: none !important;
}
@media only screen and (min-width: 1024px) {
    body #storelocator {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 767px) {
    body #storelocator {
        height: calc(100vh - 30px);
    }
}
body #storelocator #search {
    position: relative;
    padding: 0 10px 10px;
}
@media only screen and (min-width: 768px) {
    body #storelocator #search {
        border-left: none;
        border-top: none;
    }
}
body #storelocator #search .input-wrapper {
    position: relative;
}
body #storelocator #search .input-wrapper .pin {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 11px;
    font-size: 1.25em;
}
body #storelocator #search .input-wrapper input {
    width: 100%;
    border: 1px solid #7f7f7f;
    padding: 0 40px;
    height: 40px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 1em;
}
body #storelocator #search .input-wrapper #useCurrentLcation {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 14px;
    font-size: 0.875em;
    line-height: 1;
    color: #707070;
}
body #storelocator #storelist {
    position: relative;
    height: calc(100vh - 122px);
    padding: 10px;
    overflow: auto;
}
@media only screen and (min-width: 768px) {
    body #storelocator #storelist {
        max-height: 500px;
        height: calc(100% - 61px);
    }
}
body #storelocator #storelist .store {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #7f7f7f;
    padding: 15px;
    display: block;
}
body #storelocator #storelist .store:not(:last-child) {
    margin-bottom: 10px;
}
body #storelocator #storelist .store .title,
#map .title {
    font-size: 1em;
    color: #5aa8c5;
    text-transform: uppercase;
    font-weight: bold;
}
body #storelocator #storelist .store .title:before {
    content: none;
}
body #storelocator #storelist .store .address-1,
body #storelocator #storelist .store .address-2 {
    font-size: 0.75em;
    color: #7f7f7f;
    margin: 0;
    line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
    body #storelocator #storelist .store .address-1,
    body #storelocator #storelist .store .address-2 {
        font-size: 0.875em;
    }
}
body #storelocator #storelist .store .col-3 {
    padding: 10px 15px;
}
body #storelocator #storelist .store .col-3 .icon {
    display: block;
    margin: 0 auto;
    color: #5aa8c5 !important;
    font-size: 24px;
    width: auto;
    height: auto;
    line-height: 1;
}
body #storelocator #storelist .store .col-3 .distance {
    color: #7f7f7f;
    font-size: 0.75em;
    line-height: 1;
    display: block;
    margin-top: 5px;
}
body #storelocator #action-menu {
    height: 61px;
    background-color: white;
    padding: 0 15px;
}
body #storelocator #action-menu .col .item {
    line-height: 30px;
    display: block;
    padding: 15px;
    font-weight: 500;
    color: #5aa8c5;
}
body #storelocator #action-menu .col .item:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    float: right;
}
body #storelocator #action-menu .col .item.disabled {
    color: #d2d2d2;
    font-weight: 300;
}
body #storelocator #action-menu .col:not(:last-child) .item {
    border-right: 1px solid #7f7f7f;
}
body #storelocator #action-menu .actions {
    position: absolute;
    display: none;
    right: 15px;
    top: 61px;
    z-index: 10;
    width: calc(100% - 15px);
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #7f7f7f;
    z-index: 2;
}
body #storelocator #filters {
    position: absolute;
    display: none;
    right: 15px;
    top: 61px;
    z-index: 10;
    width: calc(100% - 15px);
    background-color: rgba(247, 246, 245, 0.84);
    padding: 15px;
    z-index: 1;
}
body #storelocator #filters .input-wrapper {
    position: relative;
}
body #storelocator #filters .input-wrapper input {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #ffffff;
    color: #7f7f7f;
    padding: 0 30px 0 10px;
    font-weight: 200;
    font-size: 0.75em;
}
body #storelocator #filters .input-wrapper .clear {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    color: #7f7f7f;
    font-size: 0.75em;
}
body #storelocator #filters .btn-cancel {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #7e7e7e;
    line-height: 40px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 0.75em;
}
@media only screen and (min-width: 1024px) {
    body #storelocator #filters .input-wrapper input {
        font-size: 0.875em;
        padding: 0 35px 0 10px;
    }
    body #storelocator #filters .input-wrapper .clear {
        font-size: 1em;
    }
    body #storelocator #filters .btn-cancel {
        font-size: 1em;
    }
}
body #storelocator #filtersMobile {
    width: 100%;
    max-height: calc(100vh - 122px - 30px);
    padding: 0 15px;
    position: absolute;
    top: 122px;
    left: 0;
    background-color: #ffffff;
    z-index: 3;
    display: none;
    overflow: auto;
}
body #storelocator #filtersMobile .item {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid #7f7f7f;
    outline: none !important;
}
body #storelocator #filtersMobile .item[data-toggle="collapse"]:after {
    content: "+";
    float: right;
    font-weight: 200;
}
body
    #storelocator
    #filtersMobile
    .item[data-toggle="collapse"][aria-expanded="true"] {
    background-color: #f7f6f5;
    font-weight: 500;
}
body
    #storelocator
    #filtersMobile
    .item[data-toggle="collapse"][aria-expanded="true"]:after {
    content: "-";
}
body #storelocator #filtersMobile .item#filterReset {
    background-color: #f7f6f5;
    font-weight: 500;
}
body #storelocator #filtersMobile .item .custom-control.custom-radio {
    padding-left: 0;
}
body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label {
    margin-left: 0;
    width: 100%;
}
body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label:before {
    right: 0;
    left: unset;
}
body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label:after {
    right: 6px;
    left: unset;
}
body #storelocator #filtersMobile .accordion .collapse .item,
body #storelocator #filtersMobile .accordion .collapsing .item {
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
body #storelocator #mobile-menu {
    border: 1px solid #7f7f7f;
    border-left: none;
    border-right: none;
}
body #storelocator #mobile-menu .col-sm-5 {
    border-left: 1px solid #7f7f7f;
}
body #storelocator #mobile-menu .item {
    padding: 0 15px;
    line-height: 60px;
    display: block;
    color: #5aa8c5;
}

body #storelocator #mobile-menu .item#expandFiltriMobile.show {
    background-color: #f7f6f5;
}
body #storelocator #mobile-menu .item#expandFiltriMobile.show:after {
    content: "";
}
body #storelocator #mobile-menu .item#showMap span:first-child {
    display: none;
}
body #storelocator #mobile-menu .item#showMap.map span:first-child {
    display: initial;
}
body #storelocator #mobile-menu .item#showMap.map span:last-child {
    display: none;
}
body #storelocator #negoziLegend {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 3;
    background-color: rgba(247, 246, 245, 0.84);
    padding: 5px;
    display: none;
}
@media only screen and (min-width: 768px) {
    body #storelocator #negoziLegend {
        display: block;
    }
}
body #storelocator #negoziLegend ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
body #storelocator #negoziLegend ul li img {
    width: 15px;
}
body #storelocator #negoziLegend ul li span {
    font-size: 0.75em;
    color: #7f7f7f;
    vertical-align: middle;
}
body #storelocator #map {
    display: none;
    height: calc(100vh - 122px);
}
@media only screen and (min-width: 768px) {
    body #storelocator #map {
        height: 500px;
        display: block;
    }
}
body .pac-container {
    margin-top: 21px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
body .pac-container .pac-item {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
body .pac-container .pac-item:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
body .pac-container:after {
    content: none;
}

[v-cloak] {
    display: none;
}

body #storelocator #action-menu {
    height: 61px;
    border: 1px solid #7f7f7f;
    padding: 0 15px;
}

body #storelocator #action-menu .col .item {
    line-height: 30px;
    display: block;
    padding: 15px;
    font-weight: 500;
}

body #storelocator #action-menu .col .item:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    float: right;
}

body #storelocator #action-menu .col .item.disabled {
    color: #d2d2d2;
    font-weight: 300;
}

body #storelocator #action-menu .col:not(:last-child) .item {
    border-right: 1px solid #7f7f7f;
}

body #storelocator #action-menu .actions {
    position: absolute;
    display: none;
    right: 15px;
    top: 61px;
    z-index: 10;
    width: calc(100% - 15px);
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #7f7f7f;
    z-index: 2;
}

body #storelocator #mobile-menu {
    border: 1px solid #7f7f7f;
    border-left: none;
    border-right: none;
}

body #storelocator #mobile-menu .col-sm-5 {
    border-left: 1px solid #7f7f7f;
}

body #storelocator #mobile-menu .item {
    padding: 0 15px;
    line-height: 60px;
    display: block;
}

body #storelocator #mobile-menu .item#expandFiltriMobile:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}

body #storelocator #mobile-menu .item#expandFiltriMobile.show {
    background-color: #f7f6f5;
}

body #storelocator #mobile-menu .item#expandFiltriMobile.show:after {
    content: "\f0d8";
}

body #storelocator #mobile-menu .item#showMap span:first-child {
    display: none;
}

body #storelocator #mobile-menu .item#showMap.map span:first-child {
    display: initial;
}

body #storelocator #mobile-menu .item#showMap.map span:last-child {
    display: none;
}

body #storelocator #filtersMobile {
    width: 100%;
    max-height: calc(100vh - 122px - 30px);
    padding: 0 15px;
    position: absolute;
    top: 122px;
    left: 0;
    background-color: #ffffff;
    z-index: 3;
    display: none;
    overflow: auto;
}

body #storelocator #filtersMobile .item {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid #7f7f7f;
    outline: none !important;
}

body #storelocator #filtersMobile .item[data-toggle="collapse"]:after {
    content: "+";
    float: right;
    font-weight: 200;
}

body
    #storelocator
    #filtersMobile
    .item[data-toggle="collapse"][aria-expanded="true"] {
    background-color: #f7f6f5;
    font-weight: 500;
}

body
    #storelocator
    #filtersMobile
    .item[data-toggle="collapse"][aria-expanded="true"]:after {
    content: "-";
}

body #storelocator #filtersMobile .item#filterReset {
    background-color: #f7f6f5;
    font-weight: 500;
}

body #storelocator #filtersMobile .item .custom-control.custom-radio {
    padding-left: 0;
}

body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label {
    margin-left: 0;
    width: 100%;
}

body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label:before {
    right: 0;
    left: unset;
}

body
    #storelocator
    #filtersMobile
    .item
    .custom-control.custom-radio
    .custom-control-label:after {
    right: 6px;
    left: unset;
}

body #storelocator #filtersMobile .accordion .collapse .item,
body #storelocator #filtersMobile .accordion .collapsing .item {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}