﻿/*@ffBase: 'Montserrat', sans-serif;*/
/*@colorGrigioRestyling2020: #f1f1f2;
@colorGrigietto: @colorGrigioRestyling2020;
@colorLogoRestyling2020: #4b4e51;*/
/*@heightHeader: 120px;
@heightFooter: 120px;*/
:-moz-placeholder {
  color: white !important;
  -webkit-text-fill-color: white !important;
  opacity: 0.5 !important;
}
::-moz-placeholder {
  color: white !important;
  -webkit-text-fill-color: white !important;
  opacity: 0.5 !important;
}
:-ms-input-placeholder {
  color: white !important;
  -webkit-text-fill-color: white !important;
  opacity: 0.5 !important;
}
::-webkit-input-placeholder {
  color: white !important;
  -webkit-text-fill-color: white !important;
  opacity: 0.5 !important;
}
#StoreLocator {
  -webkit-transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
}
#StoreLocator #SearchContainer {
  position: relative;
  width: 40%;
  min-width: 250px;
  margin: auto;
  height: 44px;
}
#StoreLocator #SearchContainer input[type="text"] {
  padding-right: 36px;
  height: 36px;
}
#StoreLocator #SearchContainer .button-1 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 36px;
  padding: 11px;
}
#StoreLocator #SearchContainer .button-1 img {
  display: block;
}
#StoreLocator #MapContainer {
  -webkit-transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
}
#StoreLocator #MapContainer ng-map .gm-svpc {
  display: none !important;
}
#StoreLocator #MapContainer ng-map .gmnoprint:last-of-type {
  display: none !important;
}
#StoreLocator #MapContainer #StoresBox #StoresList .store {
  margin-top: 3rem;
}
#StoreLocator #MapContainer #StoresBox #StoresList .store span {
  font-weight: 700;
}
#StoreLocator #MapContainer #StoresBox #StoresList .store:hover {
  /*text-decoration: line-through;*/
  font-weight: bolder !important;
}
#StoreLocator #MapContainer #StoresBox #StoresList .store:first-child {
  margin-top: 0;
}
#StoreLocator #MapContainer #StoresBox #StoresDetails .button-1 {
  margin-top: 3rem;
}
#StoreLocator #MapContainer .vertical-track {
  width: 1px;
}
#StoreLocator #MapContainer .vertical-handle {
  width: 1px;
}
#StoreLocator #MapContainer .vertical-handle .top {
  width: 1px;
  height: 17px;
  background-color: #000000;
}
#StoreLocator #MapContainer .vertical-handle .bottom {
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #000000;
}
#StoreLocator.initial {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70vh;
  /*background: url('../images/maps/storelocator-bg.jpg') no-repeat center;*/
  /*background: url('../images/restyling2020/storelocator-bg.jpg') no-repeat center;*/
  /*background: url('../images/autunno2020/storelocator-bg.jpg') no-repeat center;*/
  /*background: url('../images/2021-02/Salce197-NEGOZI.jpg') no-repeat center;*/
  /*background: url('../images/2021-09/NEGOZI.jpg') no-repeat center;*/
  /*background: url('../images/2022-02/NEGOZI.webp') no-repeat center;*/
  /*background: url('../images/2022-09/NEGOZI.jpg') no-repeat center;*/
  /*background: url('../images/SS23/NEGOZI.jpg') no-repeat center;*/
  /*background: url('../images/FW23/NEGOZI.jpg') no-repeat center;*/
  background: url('../images/SS24/NEGOZI.webp') no-repeat center;
  background-size: cover;
}
#StoreLocator.initial #SearchContainer {
  width: auto;
  min-width: 0;
}
#StoreLocator.initial #SearchContainer input[type="text"] {
  width: 206px;
  height: auto;
  margin-right: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: fade(@colorLogoRestyling2020, 85%);*/
  color: white;
  -webkit-text-fill-color: white;
  border-bottom: none;
  text-align: center;
}
#StoreLocator.initial #SearchContainer input[type="text"]::-webkit-input-placeholder {
  color: white;
  -webkit-text-fill-color: white;
  opacity: 0.5;
}
#StoreLocator.initial #SearchContainer .button-1 {
  opacity: 0;
}
#StoreLocator.initial #MapContainer {
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  #StoreLocator {
    height: 100%;
  }
  #StoreLocator:not(.initial) {
    position: relative;
    overflow: hidden;
    left: 250px;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 0;
    width: calc(100vw - 250px - 100px);
  }
  #StoreLocator #SearchContainer {
    height: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  #StoreLocator #MapContainer {
    height: calc(100% - 44px);
  }
  #StoreLocator #MapContainer ng-map {
    height: 100%;
  }
  #StoreLocator.initial {
    height: 100%;
  }
  #StoreLocator.initial #SearchContainer input[type="text"] {
    width: 360px;
    font-size: 18px;
  }
  #StoreLocator.initial #MapContainer #StoresBox {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #StoreLocator.shoulder-left #MapContainer ng-map {
    width: 60%;
    float: right;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox {
    width: 40% !important;
    float: left;
    height: 100%;
    position: relative;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox #StoresList {
    /*overflow-x: hidden;
                        overflow-y: scroll;*/
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 10px;
    background: transparent;
    margin: 0;
    height: 16px;
    width: 16px;
    cursor: pointer;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim:before,
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim:after {
    background: #000000;
    backface-visibility: hidden;
    content: "";
    height: 1px;
    left: 0;
    transition: 0.75s;
    width: 16px;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim:before {
    box-shadow: #000000 0 5px 0 0;
    position: absolute;
    top: 0;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim:after {
    position: absolute;
    top: 10px;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim.open {
    top: 10px;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim.open:before {
    box-shadow: transparent 0 0 0 0;
    top: 50%;
    transform: rotate(225deg);
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox .toggle.hamburger-slim.open:after {
    top: 50%;
    transform: rotate(315deg);
  }
  #StoreLocator.shoulder-left #MapContainer .enscroll-track {
    -webkit-transition: opacity 500ms ease 500ms;
    -moz-transition: opacity 500ms ease 500ms;
    -o-transition: opacity 500ms ease 500ms;
    transition: opacity 500ms ease 500ms;
  }
  #StoreLocator.shoulder-left #MapContainer.hide-shoulder ng-map {
    width: calc(100% - 35px);
  }
  #StoreLocator.shoulder-left #MapContainer.hide-shoulder #StoresBox {
    margin-left: calc(-40% + 35px);
  }
  #StoreLocator.shoulder-left #MapContainer.hide-shoulder .enscroll-track {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media all and (min-width: 1367px) {
  #StoreLocator #SearchContainer {
    width: 30%;
  }
  #StoreLocator.shoulder-left #MapContainer ng-map {
    width: 70%;
  }
  #StoreLocator.shoulder-left #MapContainer #StoresBox {
    width: 30% !important;
  }
  #StoreLocator.shoulder-left #MapContainer.hide-shoulder #StoresBox {
    margin-left: calc(-30% + 35px);
  }
}
/*.button {
    &.input-size {
        border: 1px solid @colorBorder;
        padding: 7px;
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        text-align: center;

        img {
            vertical-align: middle;
        }
    }

    &:hover {
        border-color: white;
    }
}

ul.pager {
    margin: 30px -2px;

    li {
        margin: 2px;

        &.previous-page {
            margin-right: -1px;
        }

        &.next-page {
            margin-left: -1px;
        }

        a {
            border: 1px solid @colorBorder;
            background-color: white;
        }
    }
}

#StoresListBox {
    margin-bottom: 90px;
    overflow: hidden;

    #StoresList {
        width: 30%;

        .search {
            margin-bottom: 30px;
        }

        .store {
            margin: 10px auto;

            a {
            }
        }
    }

    #StoresDetails {
        width: 30%;

        h2 {
            margin-bottom: 30px;
        }

        p {
            margin: 10px auto;
        }

        .button {
            margin-top: 30px;
        }
    }

    #map-container {
        width: 70%;
        height: 600px;
        position: relative;

        ng-map {
            width: 100%;
            height: 100%;
            position: absolute;
        }
    }
}

#MapContainer {
    position: relative;

    ng-map {

        .gm-svpc {
            display: none !important;
        }

        .gm-style-cc {
        }

        .gmnoprint {
            &:last-of-type {
                display: none !important;
            }
        }
    }

    .search {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 60px;
        margin-top: 50px;
        padding: 0;
        background: transparent;

        input[type="text"] {
            border-bottom: 1px solid #ccc;
        }

        .input-size {
            background-color: white;
            margin-left: -4px;
            border: none;
            border-bottom: 1px solid #ccc;
            vertical-align: middle;
            cursor: pointer;

            &:hover {
                border: none;
                border-bottom: 1px solid #ccc;
            }
        }
    }

    .icon-restrict {
        position: absolute;
        top: 0;
        z-index: 2;

        @media (max-width: 767px) {
            display: none;
        }

        .fa {
            position: relative;
            height: 40px;
            width: 40px;
            color: @colorBase;
            cursor: pointer;

            &:before {
                content: '';
                display: block;
                position: absolute;
                top: 14px;
                right: 14px;
                height: 10px;
                width: 10px;
                border-left: 1px solid;
                border-bottom: 1px solid;
                -webkit-transform: rotate(45deg) translateZ(0);
                transform: rotate(45deg) translateZ(0);
            }

            &.fa-chevron-right {

                &:before {
                    right: 21px;
                    -webkit-transform: rotate(225deg) translateZ(0);
                    transform: rotate(225deg) translateZ(0);
                }
            }
        }

        &.close {
            left: 290px;
        }

        &.open {
            left: 0;
            margin-left: -330px;
        }
    }

    .vertical-track {
        width: @scrollWidth;
        background: #e4e6e3;
        border-right: 1px solid #dfdfdd;
    }

    .vertical-handle {
        width: @scrollWidth;

        .top {
            width: @scrollWidth;
            height: 17px;
            background-color: @colorBase;
        }

        .bottom {
            width: @scrollWidth;
            height: 100%;
            position: absolute;
            bottom: 0;
            background-color: @colorBase;
        }
    }

    #StoresListBox {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(252, 252, 252, 0.92);
        height: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 330px !important;

        @media (max-width: 991px) {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 40px;
            padding-bottom: 40px;
        }

        @media (max-width: 767px) {
            width: 100% !important;
            height: auto !important;
            position: relative;
            overflow-y: scroll;
        }

        #StoresList {
            width: 100%;

            .store {
                padding: 10px;

                &:hover {
                    background-color: @bg-color-gray;
                }

                span {
                    font-weight: bold;
                    text-transform: uppercase;
                }

                p.address {
                    margin-top: 5px;
                }
            }
        }

        #StoresDetails {
            width: 100%;

            .store-email,
            .store-phone {

                span {
                    margin-left: 5px;
                }
            }
        }
    }


    @media only screen and (min-width: 1024px) {

        #StoresListBox {
            #StoresList {
                float: left;
            }

            #StoresDetails {
                float: left;
            }

            #map-container {
                float: right;
            }
        }
    }
}*/
@media only screen and (min-width: 1025px) {
  .html-stores-page #MainScrollable,
  .html-stores-page #ShoulderSX,
  .html-stores-page #ShoulderDX,
  .html-stores-page #Footer {
    /*background-color: @colorGrigioRestyling2020 !important;*/
    background-color: transparent !important;
  }
  .html-stores-page #FixedWindow #ShoulderSX .header-logo {
    position: relative;
    z-index: 1;
    background-color: white;
    height: 40px;
    /*                    a {
                        top: 20px;
                        position: relative;
                    }*/
  }
  .html-stores-page #FixedWindow #ShoulderSX .header-menu {
    position: relative;
    z-index: 0;
    padding-bottom: 60px;
  }
  .html-stores-page #FixedWindow #ShoulderDX {
    bottom: 60px;
    padding-bottom: 60px;
    top: 60px;
  }
}