@charset "UTF-8";
body.page-boutiques-locations .region-content {
  background-color: #eff2f4;
  padding: 60px 30px;
  margin-bottom: 14px;
}
body.page-boutiques-locations #block-views-exp-boutiques-locations-page {
  padding-top: 0;
  padding-left: 0;
}
body.page-boutiques-locations .view-boutiques-locations .col-container {
  padding: 60px 0 0;
}

#block-views-exp-boutiques-locations-page {
  background-color: #eff2f4;
  padding-left: 30px;
  padding-top: 60px;
}
#block-views-exp-boutiques-locations-page #edit-search-wrapper {
  width: 170px;
  float: left;
  display: inline;
}
#block-views-exp-boutiques-locations-page #edit-search-wrapper label {
  display: none;
}
#block-views-exp-boutiques-locations-page .form-item-search-origin input {
  float: left;
  border: none;
  border-radius: 0;
  display: inline;
}
#block-views-exp-boutiques-locations-page .geofield-proximity-field-wrapper .form-item {
  margin: 0;
}
#block-views-exp-boutiques-locations-page .views-exposed-widget {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}
#block-views-exp-boutiques-locations-page #edit-submit-boutiques-locations {
  float: left;
  display: inline;
  color: #231F20;
  padding: 6px 20px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background-color: #dcdcdc;
}

.view-boutiques-locations .col-container {
  background-color: #eff2f4;
  padding: 60px 30px 0;
  width: 100%;
  display: table;
  vertical-align: top;
}
.view-boutiques-locations .view-display-id-map {
  width: 100%;
}
.view-boutiques-locations .legend {
  width: 100%;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
  padding: 10px 0;
}
.view-boutiques-locations .legend h2 {
  position: absolute;
  top: -1000px;
}
.view-boutiques-locations .legend .legend-categories {
  width: 100%;
  font-size: 13px;
  list-style: none;
  display: inline-flex;
  justify-content: space-evenly;
  margin-left: 5%;
}
.view-boutiques-locations .legend .legend-categories .legend-category {
  height: 24px;
  line-height: 24px;
  text-indent: 8px;
  margin-right: 24px;
}
.view-boutiques-locations .legend .legend-categories .legend-category:before {
  content: "";
  position: absolute;
  background-size: 24px auto;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-left: -27px;
  margin-top: -1px;
}
.view-boutiques-locations .legend .legend-categories .legend-category.boutique:before {
  background-image: url("../images/markers/boutique@2x.png");
}
.view-boutiques-locations .legend .legend-categories .legend-category.shopinshop:before {
  background-image: url("../images/markers/shopinshop@2x.png");
}
.view-boutiques-locations .legend .legend-categories .legend-category.retailer:before {
  background-image: url("../images/markers/retail@2x.png");
}
.view-boutiques-locations .legend .legend-categories .legend-category.corner:before {
  background-image: url("../images/markers/corner@2x.png");
}
.view-boutiques-locations .legend .legend-products-types {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.view-boutiques-locations .legend .legend-products-types ul {
  list-style: none;
  display: inline-flex;
}
.view-boutiques-locations .legend .legend-products-types ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 8px;
}
.view-boutiques-locations .legend .legend-products-types ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 7px;
  height: 14px;
  width: 14px;
}
.view-boutiques-locations .legend .legend-products-types ul li.gold-jewels:before {
  background-color: #D3D076;
}
.view-boutiques-locations .legend .legend-products-types ul li.silver:before {
  background-color: #A6A6A6;
}
.view-boutiques-locations .store {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 11px;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
.view-boutiques-locations .store .category {
  background-position: center right;
  background-size: 24px;
  background-repeat: no-repeat;
  height: 24px;
  text-indent: -999px;
  margin-bottom: 10px;
  width: 50%;
  float: left;
  overflow: hidden;
}
.view-boutiques-locations .store .products-types {
  height: 24px;
  width: 46%;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 0;
}
.view-boutiques-locations .store .products-types span {
  border-radius: 50%;
  background-color: #D3D076;
  height: 14px;
  width: 14px;
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  overflow: hidden;
  text-indent: 100%;
  padding: 0;
  position: relative;
}
.view-boutiques-locations .store .products-types .silver {
  background-color: #959595;
}
.view-boutiques-locations .store .products-types .gold-jewels-silver:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 7px;
  background-color: #959595;
}
.view-boutiques-locations .store .title {
  display: block;
  clear: both;
}
.view-boutiques-locations .store .phonenum:before {
  background-image: url("../images/phone-black.png");
  background-size: 24px 24px;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin-left: -30px;
  margin-right: 6px;
}
.view-boutiques-locations .store .details,
.view-boutiques-locations .store .request-appointment {
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 1em auto 0;
  background-color: #dcdcdc;
  font-size: 11px;
}
.view-boutiques-locations .store .request-appointment {
  margin-top: 3em;
  margin-bottom: 3em;
}
.view-boutiques-locations .store .field-name-field-boutique-opening-hours {
  margin: 1em 0 0.5em;
}
.view-boutiques-locations .store .field-name-field-boutique-opening-hours:before {
  border-top: 2px solid #dcdcdc;
  content: "";
  display: block;
  width: 110px;
  height: 0;
  margin: 0 auto 1em;
}
.view-boutiques-locations .store .send-email {
  text-transform: uppercase;
  font-size: 11px;
  padding: 0.75em 0;
}
.view-boutiques-locations .store .widget-share .toggle {
  text-indent: -15px;
  border-top: 1px solid #dcdcdc;
  font-size: 11px;
}
.view-boutiques-locations .infoBox:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 11px;
  left: 50%;
  margin-left: -16px;
  background: transparent url(../images/arrow-infobox.png) 0 0/100% no-repeat;
  bottom: -11px;
}
.view-boutiques-locations .infoBox .store {
  float: none;
  font-family: "Nobel", sans-serif;
}
.view-boutiques-locations .infoBox .store br {
  display: none;
}
.view-boutiques-locations .boutiques-col-sx {
  display: table-cell;
  vertical-align: middle;
  height: 640px;
}
.view-boutiques-locations .boutiques-col-sx .view-content {
  width: 415px;
  height: 580px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-bottom: 2px solid #dcdcdc;
}
.view-boutiques-locations .boutiques-col-dx {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-left: 4%;
}
.view-boutiques-locations.node .store .category-types {
  text-align: center;
}
.view-boutiques-locations.node .store .category {
  width: 25px;
  float: none;
  display: inline-block;
}
.view-boutiques-locations.node .store .products-types {
  text-indent: 100%;
  white-space: nowrap;
  width: 25px;
  float: none;
  overflow: hidden;
}
.view-boutiques-locations.node .boutiques-col-sx {
  position: relative;
}
.view-boutiques-locations.node .boutiques-col-sx .legend {
  position: absolute;
  top: 0;
}
.view-boutiques-locations.node .boutiques-col-sx .view-content {
  height: auto;
  overflow: visible;
  border-bottom: 0;
}
.view-boutiques-locations.node .field-name-field-boutique-picture {
  margin-bottom: 48px;
}
.view-boutiques-locations.node .field-name-field-boutique-picture img {
  margin: 0 auto;
}
.view-boutiques-locations.node .boutique-events-title {
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.view-boutiques-locations.node .view-home-blocks .top,
.view-boutiques-locations.node .view-home-blocks .bottom {
  width: 50%;
  margin: 0 auto;
}

a.boutique-back-link {
  position: absolute;
  font-size: 20px;
  top: 31px;
  font-family: "buccellatiregular";
  padding-left: 16px;
  background: url(../images/prev@2x.png) 0 0 no-repeat;
  background-size: 10px 62px;
  color: rgba(0, 0, 0, 0.25);
}
a.boutique-back-link:hover {
  color: #999;
}

@media only screen and (max-width: 920px) {
  .view-boutiques-locations.node .boutiques-col-sx {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-boutiques-locations .region-content {
    padding: 30px 15px;
  }

  #ip-geoloc-map-of-view-boutiques_locations-map {
    /*questo perché ha lo stile inline dato dal modulo*/
    height: 300px !important;
  }

  .view-boutiques-locations .boutiques-col-sx,
.view-boutiques-locations .boutiques-col-dx {
    display: block;
    width: 100%;
    padding: 0;
  }
  .view-boutiques-locations .boutiques-col-sx {
    margin-bottom: 20px;
    height: auto;
  }
  .view-boutiques-locations .boutiques-col-sx .view-content {
    width: 100%;
  }
  .view-boutiques-locations .boutiques-col-dx {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
  }

  #block-views-exp-boutiques-locations-page .views-exposed-widgets {
    margin: 0;
  }
  #block-views-exp-boutiques-locations-page .views-exposed-widgets .form-control {
    height: 32px;
  }
  #block-views-exp-boutiques-locations-page #edit-search-wrapper {
    width: 144px;
  }

  .view-boutiques-locations.node .boutiques-col-sx {
    padding-top: 0;
  }
  .view-boutiques-locations.node .boutiques-col-sx .view-content {
    width: auto;
  }
  .view-boutiques-locations.node .boutiques-col-sx .legend {
    position: relative;
  }
  .view-boutiques-locations.node .view-home-blocks .top,
.view-boutiques-locations.node .view-home-blocks .bottom {
    width: 100%;
  }
}

/*# sourceMappingURL=boutiques.css.map */
