.block-ca-shop-shopmap {
  background: #FAF2EB;
  padding-top: 130px;
}
.block-ca-shop-shopmap h2 {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .block-ca-shop-shopmap h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-ca-shop-shopmap > .separator {
  position: relative;
}
.block-ca-shop-shopmap > .separator:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  bottom: -1px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_shop/../../images/hero-header/shape_left.svg#svgView(preserveAspectRatio(none))");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  z-index: 1;
  height: 29px;
}
.block-ca-shop-shopmap > .separator:after {
  content: "";
  position: absolute;
  left: 48%;
  right: 0;
  bottom: -1px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_shop/../../images/hero-header/shape_right.svg#svgView(preserveAspectRatio(none))");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  z-index: 1;
  height: 29px;
  content: "";
  position: absolute;
  left: 48%;
  right: 0%;
  bottom: -1px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_shop/../../images/hero-header/shape_left.svg#svgView(preserveAspectRatio(none))");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  z-index: 1;
  height: 29px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#ca_shop_map_input {
  margin: 0 auto;
  padding-bottom: 130px;
}
@media (max-width: 575px) {
  #ca_shop_map_input {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  #ca_shop_map_input {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #ca_shop_map_input {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  #ca_shop_map_input {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  #ca_shop_map_input {
    max-width: 1200px;
  }
}
@media (min-width: 576px) {
  #ca_shop_map_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#ca_shop_map_input form {
  position: relative;
}
#ca_shop_map_input input {
  padding: 17px 16px;
  border: none;
  border-radius: 10px;
  color: #512851;
  width: calc(100% - 32px);
  outline: transparent;
}
@media (min-width: 576px) {
  #ca_shop_map_input input {
    min-width: 500px;
  }
}
#ca_shop_map_input .autocomplete-result-list {
  background: white;
  border-top: 1px solid #FAF2EB;
  z-index: 120 !important;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
#ca_shop_map_input .autocomplete-result-list .autocomplete-result {
  margin: 0;
  padding: 8px 17px;
  color: #512851;
  cursor: pointer;
}
#ca_shop_map_input .autocomplete-result-list .autocomplete-result:hover, #ca_shop_map_input .autocomplete-result-list .autocomplete-result[aria-selected=true] {
  background-color: #FAF2EB;
}
#ca_shop_map_input[data-expanded=true][data-position=below] input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#ca_shop_map_input[data-expanded=true][data-position=below] .autocomplete-result-list {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#ca_shop_map_input[data-expanded=true][data-position=above] input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#ca_shop_map_input[data-expanded=true][data-position=above] .autocomplete-result-list {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/*# sourceMappingURL=autocomplete.css.map */
