/* Base template code */
/*	Predefined colors	*/
.storelocator-widget {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff; }
  .storelocator-widget img {
    display: block;
    height: auto; }

.storelocator-widget .button:hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
  color: #fff;
  box-shadow: none; }

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; }

.storelocator-widget .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.storelocator-widget .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.storelocator-widget .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

.storelocator-widget .container:hover input ~ .checkmark {
  background-color: #ccc; }

.storelocator-widget .container input:checked ~ .checkmark {
  background-color: #2196F3; }

.storelocator-widget .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.storelocator-widget .container input:checked ~ .checkmark:after {
  display: block; }

.storelocator-widget .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.stlc-storelocator-filter-label {
  color: #333;
  font-size: 14px;
  font-weight: 600; }

.storelocator-widget .stlc_color_blue {
  color: blue;
  text-decoration: underline; }

.storelocator-widget a, .storelocator-widget a:hover, .storelocator-widget a:active {
  transition: opacity .5s;
  text-decoration: none;
  outline: none;
  border: 0;
  cursor: pointer; }

.push_promo {
  z-index: 20;
  position: relative;
  background: #1c213f;
  height: 50px;
  margin: 0 auto;
  overflow: hidden; }

.push_promo.open {
  height: auto; }

.push_promo .btn_filtrage-promo {
  display: block;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

.push_promo a {
  text-decoration: none; }

.push_promo a {
  color: #fff; }

.push_promo .btn_filtrage-promo::after {
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 5px;
  margin: 0 0 0 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  vertical-align: middle;
  width: 5px; }

.push_promo.open .btn_filtrage-promo::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.push_promo .ctn_liste-promo {
  background: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///ycsSP///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==) left top repeat-x;
  padding: 43px 20px 43px; }

.push_promo .ctn_liste-promo ul {
  font-size: 0;
  margin: 0 auto;
  max-width: 1030px; }

ol, ul {
  list-style: none; }

@media screen and (min-width: 961px) {
  .push_promo .ctn_liste-promo li:nth-of-type(4n + 1) {
    margin-left: 0; } }

@media screen and (min-width: 961px) {
  .push_promo .ctn_liste-promo li {
    width: calc((100% - 90px) / 4); } }

.push_promo .ctn_liste-promo li {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 11px 30px;
  vertical-align: text-top; }

.push_promo .ctn_liste-promo a {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: white; }

.push_promo .ctn_liste-promo a::before {
  background: #333853;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 11px; }

.push_promo-selected {
  background: #fff;
  height: auto;
  padding: 15px 3px 3px;
  position: relative;
  width: 100%; }

.push_promo-selected .t_titre {
  color: #1c231f;
  display: block;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 200;
  margin-bottom: 25px; }

.push_promo-selected img {
  height: 100%;
  width: 100%; }

.push_promo-selected .btn_close {
  position: absolute;
  right: 15px;
  top: 15px; }

.push_promo-selected a {
  display: inline-block;
  max-width: 100%; }

.btn_close, .btn.close, .obj_popin .b_close {
  background: none;
  border: none;
  display: block;
  height: 20px;
  padding: 0;
  position: relative;
  text-indent: -10000px;
  width: 20px; }

.btn_close::before, .btn.close::before, .obj_popin .b_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn_close::before, .btn_close::after, .btn.close::before, .btn.close::after, .obj_popin .b_close::before, .obj_popin .b_close::after {
  background: #1c213f;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px; }

.push_promo-selected a {
  display: inline-block;
  max-width: 100%; }

.ctn_promo_banner {
  height: 100px; }

.ctn_promo {
  width: 100%;
  text-align: center;
  background-color: #1c213f;
  color: white; }

.btn_close::before, .btn_close::after, .btn.close::before, .btn.close::after, .obj_popin .b_close::before, .obj_popin .b_close::after {
  background: #1c213f;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px; }

.btn_close::after, .btn.close::after, .obj_popin .b_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.push_promo .ctn_liste-promo a.active::before {
  background: #fff; }

.storelocator-widget .obj_push a {
  color: #ffffff; }

/* Default button style */
.storelocator-widget .location-btn {
  background-color: #333;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  box-shadow: inset 0 0 0 0 #31302b;
  width: 100%;
  height: 44px; }
  .storelocator-widget .location-btn:hover {
    background-color: #0d6bb3; }

.stlc__pagination {
  background-color: gray;
  border: none;
  color: white;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }

.stlc__getDirection {
  color: blue;
  font-weight: 600;
  cursor: pointer; }

.stlc_getdirection {
  color: blue;
  text-decoration: underline;
  cursor: pointer; }

.stlc__pagination__outline {
  margin-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .stlc__pagination__outline .page-number {
    padding: 7px 0; }

.stlc__pagination__disable {
  background-color: #9d9b9b;
  cursor: not-allowed; }

.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #499d3a;
    position: absolute;
    border-radius: 50%; }

.pulse {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2; }
  .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-shadow: 0 0 1px 2px #fff;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }

.loader-new {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: width 0s 1.4s ease;
  background-color: #c5bcbcad; }
  .loader-new .loader-new__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity .5s ease; }
  .loader-new .loader-new__tile {
    position: absolute;
    left: 0;
    width: 0;
    height: 20%;
    background-color: #bac1b945;
    transition: width .7s ease; }
    .loader-new .loader-new__tile:nth-child(0) {
      top: calc(-1 * 20%);
      transition-delay: -0.2s; }
    .loader-new .loader-new__tile:nth-child(1) {
      top: calc(0 * 20%);
      transition-delay: 0s; }
    .loader-new .loader-new__tile:nth-child(2) {
      top: calc(1 * 20%);
      transition-delay: 0.2s; }
    .loader-new .loader-new__tile:nth-child(3) {
      top: calc(2 * 20%);
      transition-delay: 0.4s; }
    .loader-new .loader-new__tile:nth-child(4) {
      top: calc(3 * 20%);
      transition-delay: 0.6s; }
    .loader-new .loader-new__tile:nth-child(5) {
      top: calc(4 * 20%);
      transition-delay: 0.8s; }
  .loader-new--active {
    width: 100%;
    transition-delay: 0s; }
    .loader-new--active .loader-new__icon {
      opacity: 1;
      transition: opacity .5s .8s ease; }
    .loader-new--active .loader-new__tile {
      width: 100%; }
      .loader-new--active .loader-new__tile:nth-child(0) {
        transition-delay: -0.2s; }
      .loader-new--active .loader-new__tile:nth-child(1) {
        transition-delay: 0s; }
      .loader-new--active .loader-new__tile:nth-child(2) {
        transition-delay: 0.2s; }
      .loader-new--active .loader-new__tile:nth-child(3) {
        transition-delay: 0.4s; }
      .loader-new--active .loader-new__tile:nth-child(4) {
        transition-delay: 0.6s; }
      .loader-new--active .loader-new__tile:nth-child(5) {
        transition-delay: 0.8s; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg); }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); } }

@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg); }
  60% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg); }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg); }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); } }

.storelocator-widget a {
  color: #757575;
  outline: 0; }
  .storelocator-widget a:active {
    outline: 0; }
  .storelocator-widget a:hover {
    text-decoration: none; }

.storelocator-widget .link {
  color: #325485;
  border-bottom: 1px solid #325485; }
  .storelocator-widget .link:hover {
    text-decoration: none; }
  .storelocator-widget .link:active {
    outline: none;
    border: 0; }

.storelocator select {
  background: #fff;
  border: none;
  margin-left: 4px;
  padding-bottom: 2px;
  border: 1px solid #a9a9a9;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  width: 100%; }

.storelocator select::-ms-expand {
  /* for IE 11 */
  display: none; }

.storelocator option {
  padding: 5px;
  background: #fff; }

.input--text {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  font-size: 14px;
  color: #325485;
  border-radius: 0;
  box-sizing: border-box;
  margin: 5px 0; }

/*storelocator-textbox*/
.storelocator-widget .storelocater-container-fluid {
  background-color: #f6f6f6;
  margin: 0px 15px 30px; }
  @media (min-width: 993px) {
    .storelocator-widget .storelocater-container-fluid .store-result {
      min-height: 20px; } }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .storelocator--background {
      height: auto; } }
  .storelocator-widget .storelocater-container-fluid .storelocator--background .current-location-button-text {
    display: block;
    vertical-align: middle;
    float: none;
    padding: 0; }
  .storelocator-widget .storelocater-container-fluid .legal-banner {
    position: relative;
    background-color: #f6f6f6;
    margin: 0px 10px 20px; }
    @media screen and (min-width: 767px) {
      .storelocator-widget .storelocater-container-fluid .legal-banner {
        margin: -20px 10px 20px; } }
  .storelocator-widget .storelocater-container-fluid .storelocator__location {
    margin-top: 39px; }
    @media screen and (max-width: 767px) {
      .storelocator-widget .storelocater-container-fluid .storelocator__location {
        margin-top: 0; } }
    .storelocator-widget .storelocater-container-fluid .storelocator__location .location-btn {
      font-family: "Nexa Bold",Helvetica,sans-serif; }
      .storelocator-widget .storelocater-container-fluid .storelocator__location .location-btn span {
        text-transform: capitalize;
        vertical-align: middle;
        margin-left: 15px;
        position: relative; }
      .storelocator-widget .storelocater-container-fluid .storelocator__location .location-btn img {
        padding-top: 0px;
        display: inline-block;
        max-width: 32px;
        float: left;
        max-height: 20px;
        height: -webkit-max-content;
        height: max-content; }
  .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 {
    min-height: 100px; }
    @media (min-width: 768px) {
      .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 {
        min-height: 120px; } }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 .storelocator__input {
      border: 1px solid #a9a9a9;
      height: 44px !important;
      margin-top: 10px; }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 input::-webkit-input-placeholder {
      font-family: "Nexa Bold",Helvetica,sans-serif; }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 input:-ms-input-placeholder {
      font-family: "Nexa Bold",Helvetica,sans-serif; }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 input::placeholder {
      font-family: "Nexa Bold",Helvetica,sans-serif; }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 .field-error {
      font-family: "Nexa Bold",Helvetica,sans-serif; }
    .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 .location-btn {
      width: 100%;
      margin-top: 35px; }
      @media (max-width: 766px) {
        .storelocator-widget .storelocater-container-fluid .locationsearch .col-sm-6 .location-btn {
          width: 200px; } }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn {
      float: right; } }
  .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .location-btn {
    height: 44px;
    width: 100%;
    margin: 5px 0;
    background-color: white;
    color: black;
    border: 1px solid grey;
    text-transform: capitalize; }
    @media (max-width: 766px) {
      .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .location-btn {
        margin: auto;
        text-align: center; } }
    .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .location-btn:hover {
      background: #7f7f7f;
      border-color: #7f7f7f;
      color: #fff;
      box-shadow: none; }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn {
      float: right; } }
  .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .store-btn {
    height: 44px;
    width: 100%;
    margin: 5px 0;
    background-color: white;
    color: black;
    border: 1px solid grey;
    text-transform: capitalize; }
    @media (max-width: 766px) {
      .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .store-btn {
        margin: auto;
        text-align: center; } }
    .storelocator-widget .storelocater-container-fluid .locationsearch .store-btn .store-btn:hover {
      background: #7f7f7f;
      border-color: #7f7f7f;
      color: #fff;
      box-shadow: none; }
  .storelocator-widget .storelocater-container-fluid .locationsearch select.storelocater------select {
    border: 1px solid #a9a9a9;
    border-style: solid;
    background: white;
    margin-left: 0px;
    height: 42px;
    padding: 10px 10px 10px 10px; }
  .storelocator-widget .storelocater-container-fluid .locationsearch .locationsearch-label {
    font-family: "Nexa Bold",Helvetica,sans-serif; }
  .storelocator-widget .storelocater-container-fluid .salonstore-list {
    padding-left: 0; }
    @media (min-width: 993px) {
      .storelocator-widget .storelocater-container-fluid .salonstore-list .salonstore__details {
        display: inline-block;
        width: 65%;
        word-break: break-word; } }
    .storelocator-widget .storelocater-container-fluid .salonstore-list .salonstore__count {
      float: left; }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .storesmap {
      width: 86%; } }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .storesmap {
      width: 225px !important;
      word-break: break-all; } }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .storesmap .salonstore__details.col-md-4 {
      float: left; } }
  @media (max-width: 766px) {
    .storelocator-widget .storelocater-container-fluid .storesmap .salonstore__details.col-md-4 {
      width: 74%;
      float: left; } }
  @media (min-width: 993px) {
    .storelocator-widget .storelocater-container-fluid .storesmap .storesdistance {
      width: 35%;
      padding: 0;
      margin-left: -10px;
      word-break: break-word; } }
  @media (min-width: 768px) {
    .storelocator-widget .storelocater-container-fluid .storesmap .storesdistance {
      margin-left: 42px; } }
  @media (max-width: 766px) {
    .storelocator-widget .storelocater-container-fluid .storesmap .storesdistance {
      width: 400px;
      word-break: break-word; } }

.rfp-storelocator-rtl {
  float: right !important; }

.vld-shown {
  overflow: hidden; }

.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 9999; }

.vld-overlay.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vld-overlay.is-full-page {
  z-index: 9999;
  position: fixed; }

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #d6c8c8;
  opacity: 0.5; }

.vld-overlay .vld-icon, .vld-parent {
  position: relative; }

.locationsearch-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto;
  padding: 5px 0;
  text-transform: uppercase; }

.storelocator--background {
  background-color: #f6f6f6;
  padding: 30px 0;
  position: relative;
  height: auto;
  display: table;
  width: 100%; }
  .storelocator--background .rfp-storelocator-tcell {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    @media screen and (max-width: 767px) {
      .storelocator--background .rfp-storelocator-tcell {
        display: block; } }
  @media (max-width: 767px) {
    .storelocator--background {
      height: auto; } }
  .storelocator--background h4, .storelocator--background a {
    color: #fff; }
  .storelocator--background h4 {
    margin: 0 0 10px; }
  .storelocator--background .field-error {
    color: red;
    font-size: 12px;
    display: block; }
  .storelocator--background p {
    margin: 0; }
    .storelocator--background p a {
      border-bottom: 1px solid; }
      .storelocator--background p a:hover {
        text-decoration: none; }

/* Google Map Style */
.google-map-result {
  background: #f6f6f6;
  min-height: 700px;
  margin: 20px 0;
  clear: both; }
  .google-map-result #map {
    height: 700px;
    width: 100%; }
  .google-map-result .iw_container {
    line-height: 20px; }
  .google-map-result h4 {
    margin: 1em 0; }

.iw_link {
  display: inline-block; }

.iw_img {
  width: 100px; }

/* Stores locator Search results */
.storelocator--results {
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
  padding-left: 0; }
  @media (max-width: 991px) {
    .storelocator--results {
      padding-left: 20px; } }
  .storelocator--results span {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block; }

.storelocator--pdp {
  margin: 20px 0 0;
  padding: 10px 0; }
  .storelocator--pdp h3 {
    display: inline-block;
    padding-left: 20px;
    margin: 10px 0; }
  .storelocator--pdp div.storelocator__location {
    margin-top: 5px; }

.gm-style-iw div[style*='overflow: auto;'] {
  overflow: initial !important; }

.stlc_icon_list_container {
  margin: 10px 0;
  display: contents; }
  .stlc_icon_list_container a, .stlc_icon_list_container span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    word-break: break-word;
    max-width: 100%; }
    .stlc_icon_list_container a span, .stlc_icon_list_container span span {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      color: #000; }
  .stlc_icon_list_container .stlc_break_line {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 0; }
  .stlc_icon_list_container .stlc_popup_icon_item {
    max-width: 120px; }
  .stlc_icon_list_container .stlc_popup_icon_item img {
    max-height: 34px;
    max-width: 34px; }
  .stlc_icon_list_container .stlc_list_icon_item img {
    max-height: 24px;
    max-width: 24px; }

.rfp_store_attrs, .rfp_social_links {
  margin: 1em 0;
  display: -ms-grid;
  display: grid; }
  @media (min-width: 280px) {
    .rfp_store_attrs, .rfp_social_links {
      -ms-grid-columns: 50% 50%;
          grid-template-columns: 50% 50%; } }
  @media (min-width: 480px) {
    .rfp_store_attrs, .rfp_social_links {
      -ms-grid-columns: 33.33% 33.33% 33.33%;
          grid-template-columns: 33.33% 33.33% 33.33%; } }
  @media (min-width: 768px) {
    .rfp_store_attrs, .rfp_social_links {
      -ms-grid-columns: 25% 25% 25% 25%;
          grid-template-columns: 25% 25% 25% 25%; } }
  .rfp_store_attrs a, .rfp_store_attrs span, .rfp_social_links a, .rfp_social_links span {
    display: block;
    text-align: center; }
    .rfp_store_attrs a img, .rfp_store_attrs span img, .rfp_social_links a img, .rfp_social_links span img {
      margin-left: auto;
      margin-right: auto; }

.rfp_social_links .stlc_icon_list_container img {
  max-width: 30px;
  max-height: 30px; }

.stlc_social_networks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 2px; }

.salonstore-list {
  margin-top: 70px;
  min-height: 650px;
  max-height: 650px;
  overflow: auto;
  padding-left: 20px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 991px) {
    .salonstore-list {
      padding-left: 0;
      min-height: inherit;
      max-height: inherit;
      height: auto;
      margin-top: 0; } }
  @media (max-width: 766px) {
    .salonstore-list {
      padding-left: 15px; } }
  .salonstore-list li {
    padding-bottom: 20px; }
  .salonstore-list .salonstore__details {
    display: inline-block;
    width: 80%; }
    @media (max-width: 991px) {
      .salonstore-list .salonstore__details {
        width: 80%; } }
    .salonstore-list .salonstore__details h4 {
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 15px; }
    .salonstore-list .salonstore__details p {
      margin: 2px 0;
      font-size: 14px;
      font-weight: lighter; }
    .salonstore-list .salonstore__details a {
      display: inline-block; }
    .salonstore-list .salonstore__details img {
      width: 100px; }
    .salonstore-list .salonstore__details .rfp-address {
      font-style: normal; }
      .salonstore-list .salonstore__details .rfp-address span {
        display: block; }
  .salonstore-list .salonstore__count {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .salonstore-list .salonstore__count {
        width: 45px;
        font-size: 14px;
        padding: 2px 8px; } }
    .salonstore-list .salonstore__count span {
      background: #998675;
      padding: 3px 8px;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      position: relative;
      min-width: 25px;
      text-align: center; }
    .salonstore-list .salonstore__count ::after {
      position: absolute;
      left: 8px;
      top: 24px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #998675;
      clear: both; }

/* Pagination Style */
.storelocator-pagination {
  margin: 0;
  bottom: -50px;
  position: absolute;
  width: 100%;
  display: none;
  font-size: 13px; }
  @media (max-width: 766px) {
    .storelocator-pagination {
      margin: 30px 0;
      padding: 0 15px; } }
  @media (max-width: 991px) {
    .storelocator-pagination {
      margin-bottom: 15px; } }
  .storelocator-pagination .col-md-6 {
    padding: 0;
    font-weight: lighter; }
    @media (max-width: 766px) {
      .storelocator-pagination .col-md-6 {
        display: inline-block; } }
  .storelocator-pagination .storelocator__prevnext {
    text-align: left; }
    @media (max-width: 766px) {
      .storelocator-pagination .storelocator__prevnext {
        float: right;
        padding-right: 20px; } }
    .storelocator-pagination .storelocator__prevnext span {
      padding: 0 3px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .storelocator-pagination .storelocator__prevnext span {
          padding: 0 6px; } }
    .storelocator-pagination .storelocator__prevnext .disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    .storelocator-pagination .storelocator__prevnext .disabled:hover {
      text-decoration: none;
      font-weight: normal; }

.salonstore-list .testing-unit-test-cases {
  list-style: none; }

.rfp-storelocator-index-design {
  background: #998675;
  padding: 3px 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  min-width: 25px;
  text-align: center; }

.rfp-storelocator-list-header {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px; }

.rfp-stlc-popup .marker-title {
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #1c213f;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0; }

.stlc__getDirection {
  text-align: center;
  padding: 15px;
  border: 1px solid gray;
  margin-bottom: 5px;
  background: #000000;
  color: white;
  border-radius: 10px; }

.storelocator-widget .stlc-marker-pointer .rfp-stlc-getdirection {
  display: block;
  background: #000000;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  line-height: 25px; }

.rfp-stlc-hide-map {
  display: none; }

.storelocator-widget .rfp-stlc-storelist-phonenumber-txt {
  color: blue; }

.stlc-store-list-icons {
  width: 20px; }

.rfp-store-locator-row {
  margin-left: -15px;
  margin-right: -15px; }

.stlc_padding_bottom_15px {
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.stlc_margin_left_right_5px {
  margin: 0px 0px; }

.store-locatores {
  background-color: #325485;
  text-align: center;
  padding: 19px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .store-locatores {
      padding: 19px 0; } }
  .store-locatores .locationsearch-label {
    margin-top: 0; }

.salonstore-list {
  display: none; }

.storelocater-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .storelocater-container:before {
    content: " ";
    display: table; }
  .storelocater-container:after {
    content: " ";
    display: table;
    clear: both; }

.storelocater-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .storelocater-container-fluid:before {
    content: " ";
    display: table; }
  .storelocater-container-fluid:after {
    content: " ";
    display: table;
    clear: both; }

.storelocator-widget .storelocator-widget__header .legal-terms {
  position: relative;
  margin: -15px 10px 20px; }
  @media screen and (min-width: 767px) {
    .storelocator-widget .storelocator-widget__header .legal-terms {
      margin: -45px 10px 20px; } }

.storelocater-row {
  margin-left: -15px;
  margin-right: -15px; }
  .storelocater-row:before {
    content: " ";
    display: table; }
  .storelocater-row:after {
    content: " ";
    display: table;
    clear: both; }

.storelocater-col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 8.33333%; }

.storelocater-col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 16.66667%; }

.storelocater-col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 25%; }

.storelocater-col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 33.33333%; }

.storelocater-col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 41.66667%; }

.storelocater-col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-6 {
  position: relative;
  min-height: 96px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 50%; }

.storelocater-col-sm-6 {
  position: relative;
  min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .storelocater-col-sm-6 {
      min-height: 90px; }
      .storelocater-col-sm-6:last-child {
        min-height: auto; } }

.storelocater-col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 58.33333%; }

.storelocater-col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 66.66667%; }

.storelocater-col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 75%; }

.storelocater-col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 83.33333%; }

.storelocater-col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 91.66667%; }

.storelocater-col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 100%; }

.storelocater-col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.storelocater-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.stlc_padding_0px {
  padding: 0px !important; }

.stlc__store_list_common h5 {
  margin: 1em 0; }

@media (min-width: 768px) {
  .storelocater-pull-right {
    float: right !important; } }

@media (max-width: 768px) {
  .storeloctor-widget .storelocater-container-fluid {
    padding: 0px !important; }
  .push_promo .ctn_liste-promo ul {
    padding-left: 0px !important; }
  .push_promo .ctn_liste-promo li {
    margin: 0 0 15px 0px !important;
    width: 100% !important; }
  .stlc__store_list_common {
    box-shadow: 0px 5px 5px #b5b5b5;
    padding-bottom: 1px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .store-result {
    font-size: 16px; }
  .stlc_mobile_padding_0 {
    padding: 0px; }
  .storelocater-col-md-1 {
    float: left;
    width: 8.33333%; }
  .storelocater-col-md-2 {
    float: left;
    width: 16.66667%; }
  .storelocater-col-md-4 {
    float: left;
    width: 33.33333%; }
  .storelocater-col-md-5 {
    float: left;
    width: 41.66667%; }
  .storelocater-col-md-6 {
    float: left;
    width: 50%; }
  .storelocater-col-md-7 {
    float: left;
    width: 58.33333%; }
  .storelocater-col-md-8 {
    float: left;
    width: 66.66667%; }
  .storelocater-col-md-9 {
    float: left;
    width: 75%; }
  .storelocater-col-md-10 {
    float: left;
    width: 83.33333%; }
  .storelocater-col-md-11 {
    float: left;
    width: 91.66667%; }
  .storelocater-col-md-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .stlc__height_default {
    display: inline-block;
    padding: 0px; }
  .storelocater-col-md-12 {
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .storelocater-col-md-12 {
    width: 100%; }
  .stlc-marker-pointer {
    min-width: 100px; }
  p {
    margin-top: 5px;
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .salonstore-list-with-promotion {
    margin-top: 10px !important;
    min-height: 535px !important;
    max-height: 535px !important; }
  .storelocater-container {
    width: 750px; }
  .storelocater-col-sm-1 {
    float: left;
    width: 8.33333%; }
  .storelocater-col-sm-2 {
    float: left;
    width: 16.66667%; }
  .storelocater-col-sm-3 {
    float: left;
    width: 25%; }
  .storelocater-col-sm-4 {
    float: left;
    width: 33.33333%; }
  .storelocater-col-sm-5 {
    float: left;
    width: 41.66667%; }
  .storelocater-col-sm-6 {
    float: left;
    width: 50%; }
  .storelocater-col-sm-7 {
    float: left;
    width: 58.33333%; }
  .storelocater-col-sm-8 {
    float: left;
    width: 66.66667%; }
  .storelocater-col-sm-9 {
    float: left;
    width: 75%; }
  .storelocater-col-sm-10 {
    float: left;
    width: 83.33333%; }
  .storelocater-col-sm-11 {
    float: left;
    width: 91.66667%; }
  .storelocater-col-sm-12 {
    float: left;
    width: 100%; }
  .storelocater-col-sm-pull-0 {
    right: auto; }
  .storelocater-col-sm-pull-1 {
    right: 8.33333%; }
  .storelocater-col-sm-pull-2 {
    right: 16.66667%; }
  .storelocater-col-sm-pull-3 {
    right: 25%; }
  .storelocater-col-sm-pull-4 {
    right: 33.33333%; }
  .storelocater-col-sm-pull-5 {
    right: 41.66667%; }
  .storelocater-col-sm-pull-6 {
    right: 50%; }
  .storelocater-col-sm-pull-7 {
    right: 58.33333%; }
  .storelocater-col-sm-pull-8 {
    right: 66.66667%; }
  .storelocater-col-sm-pull-9 {
    right: 75%; }
  .storelocater-col-sm-pull-10 {
    right: 83.33333%; }
  .storelocater-col-sm-pull-11 {
    right: 91.66667%; }
  .storelocater-col-sm-pull-12 {
    right: 100%; }
  .storelocater-col-sm-push-0 {
    left: auto; }
  .storelocater-col-sm-push-1 {
    left: 8.33333%; }
  .storelocater-col-sm-push-2 {
    left: 16.66667%; }
  .storelocater-col-sm-push-3 {
    left: 25%; }
  .storelocater-col-sm-push-4 {
    left: 33.33333%; }
  .storelocater-col-sm-push-5 {
    left: 41.66667%; }
  .storelocater-col-sm-push-6 {
    left: 50%; }
  .storelocater-col-sm-push-7 {
    left: 58.33333%; }
  .storelocater-col-sm-push-8 {
    left: 66.66667%; }
  .storelocater-col-sm-push-9 {
    left: 75%; }
  .storelocater-col-sm-push-10 {
    left: 83.33333%; }
  .storelocater-col-sm-push-11 {
    left: 91.66667%; }
  .storelocater-col-sm-push-12 {
    left: 100%; }
  .storelocater-col-sm-offset-0 {
    margin-left: 0%; }
  .storelocater-col-sm-offset-1 {
    margin-left: 8.33333%; }
  .storelocater-col-sm-offset-2 {
    margin-left: 16.66667%; }
  .storelocater-col-sm-offset-3 {
    margin-left: 25%; }
  .storelocater-col-sm-offset-4 {
    margin-left: 33.33333%; }
  .storelocater-col-sm-offset-5 {
    margin-left: 41.66667%; }
  .storelocater-col-sm-offset-6 {
    margin-left: 50%; }
  .storelocater-col-sm-offset-7 {
    margin-left: 58.33333%; }
  .storelocater-col-sm-offset-8 {
    margin-left: 66.66667%; }
  .storelocater-col-sm-offset-9 {
    margin-left: 75%; }
  .storelocater-col-sm-offset-10 {
    margin-left: 83.33333%; }
  .storelocater-col-sm-offset-11 {
    margin-left: 91.66667%; }
  .storelocater-col-sm-offset-12 {
    margin-left: 100%; }
  .stlc-marker-pointer {
    min-width: 250px; }
  .storelocater-col-md-12 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .storelocater-container {
    width: 970px; }
  .storelocater-col-md-1 {
    float: left;
    width: 8.33333%; }
  .storelocater-col-md-2 {
    float: left;
    width: 16.66667%; }
  .storelocater-col-md-3 {
    float: left;
    width: 25%; }
  .storelocater-col-md-4 {
    float: left;
    width: 33.33333%; }
  .storelocater-col-md-5 {
    float: left;
    width: 41.66667%; }
  .storelocater-col-md-6 {
    float: left;
    width: 50%; }
  .storelocater-col-md-7 {
    float: left;
    width: 58.33333%; }
  .storelocater-col-md-8 {
    float: left;
    width: 66.66667%; }
  .storelocater-col-md-9 {
    float: left;
    width: 75%; }
  .storelocater-col-md-10 {
    float: left;
    width: 83.33333%; }
  .storelocater-col-md-11 {
    float: left;
    width: 91.66667%; }
  .storelocater-col-md-12 {
    float: left;
    width: 100%; }
  .storelocater-col-md-pull-0 {
    right: auto; }
  .storelocater-col-md-pull-1 {
    right: 8.33333%; }
  .storelocater-col-md-pull-2 {
    right: 16.66667%; }
  .storelocater-col-md-pull-3 {
    right: 25%; }
  .storelocater-col-md-pull-4 {
    right: 33.33333%; }
  .storelocater-col-md-pull-5 {
    right: 41.66667%; }
  .storelocater-col-md-pull-6 {
    right: 50%; }
  .storelocater-col-md-pull-7 {
    right: 58.33333%; }
  .storelocater-col-md-pull-8 {
    right: 66.66667%; }
  .storelocater-col-md-pull-9 {
    right: 75%; }
  .storelocater-col-md-pull-10 {
    right: 83.33333%; }
  .storelocater-col-md-pull-11 {
    right: 91.66667%; }
  .storelocater-col-md-pull-12 {
    right: 100%; }
  .storelocater-col-md-push-0 {
    left: auto; }
  .storelocater-col-md-push-1 {
    left: 8.33333%; }
  .storelocater-col-md-push-2 {
    left: 16.66667%; }
  .storelocater-col-md-push-3 {
    left: 25%; }
  .storelocater-col-md-push-4 {
    left: 33.33333%; }
  .storelocater-col-md-push-5 {
    left: 41.66667%; }
  .storelocater-col-md-push-6 {
    left: 50%; }
  .storelocater-col-md-push-7 {
    left: 58.33333%; }
  .storelocater-col-md-push-8 {
    left: 66.66667%; }
  .storelocater-col-md-push-9 {
    left: 75%; }
  .storelocater-col-md-push-10 {
    left: 83.33333%; }
  .storelocater-col-md-push-11 {
    left: 91.66667%; }
  .storelocater-col-md-push-12 {
    left: 100%; }
  .storelocater-col-md-offset-0 {
    margin-left: 0%; }
  .storelocater-col-md-offset-1 {
    margin-left: 8.33333%; }
  .storelocater-col-md-offset-2 {
    margin-left: 16.66667%; }
  .storelocater-col-md-offset-3 {
    margin-left: 25%; }
  .storelocater-col-md-offset-4 {
    margin-left: 33.33333%; }
  .storelocater-col-md-offset-5 {
    margin-left: 41.66667%; }
  .storelocater-col-md-offset-6 {
    margin-left: 50%; }
  .storelocater-col-md-offset-7 {
    margin-left: 58.33333%; }
  .storelocater-col-md-offset-8 {
    margin-left: 66.66667%; }
  .storelocater-col-md-offset-9 {
    margin-left: 75%; }
  .storelocater-col-md-offset-10 {
    margin-left: 83.33333%; }
  .storelocater-col-md-offset-11 {
    margin-left: 91.66667%; }
  .storelocater-col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .storelocater-container {
    width: 1170px; }
  .storelocater-col-lg-1 {
    float: left;
    width: 8.33333%; }
  .storelocater-col-lg-2 {
    float: left;
    width: 16.66667%; }
  .storelocater-col-lg-3 {
    float: left;
    width: 25%; }
  .storelocater-col-lg-4 {
    float: left;
    width: 33.33333%; }
  .storelocater-col-lg-5 {
    float: left;
    width: 41.66667%; }
  .storelocater-col-lg-6 {
    float: left;
    width: 50%; }
  .storelocater-col-lg-7 {
    float: left;
    width: 58.33333%; }
  .storelocater-col-lg-8 {
    float: left;
    width: 66.66667%; }
  .storelocater-col-lg-9 {
    float: left;
    width: 75%; }
  .storelocater-col-lg-10 {
    float: left;
    width: 83.33333%; }
  .storelocater-col-lg-11 {
    float: left;
    width: 91.66667%; }
  .storelocater-col-lg-12 {
    float: left;
    width: 100%; }
  .storelocater-col-lg-pull-0 {
    right: auto; }
  .storelocater-col-lg-pull-1 {
    right: 8.33333%; }
  .storelocater-col-lg-pull-2 {
    right: 16.66667%; }
  .storelocater-col-lg-pull-3 {
    right: 25%; }
  .storelocater-col-lg-pull-4 {
    right: 33.33333%; }
  .storelocater-col-lg-pull-5 {
    right: 41.66667%; }
  .storelocater-col-lg-pull-6 {
    right: 50%; }
  .storelocater-col-lg-pull-7 {
    right: 58.33333%; }
  .storelocater-col-lg-pull-8 {
    right: 66.66667%; }
  .storelocater-col-lg-pull-9 {
    right: 75%; }
  .storelocater-col-lg-pull-10 {
    right: 83.33333%; }
  .storelocater-col-lg-pull-11 {
    right: 91.66667%; }
  .storelocater-col-lg-pull-12 {
    right: 100%; }
  .storelocater-col-lg-push-0 {
    left: auto; }
  .storelocater-col-lg-push-1 {
    left: 8.33333%; }
  .storelocater-col-lg-push-2 {
    left: 16.66667%; }
  .storelocater-col-lg-push-3 {
    left: 25%; }
  .storelocater-col-lg-push-4 {
    left: 33.33333%; }
  .storelocater-col-lg-push-5 {
    left: 41.66667%; }
  .storelocater-col-lg-push-6 {
    left: 50%; }
  .storelocater-col-lg-push-7 {
    left: 58.33333%; }
  .storelocater-col-lg-push-8 {
    left: 66.66667%; }
  .storelocater-col-lg-push-9 {
    left: 75%; }
  .storelocater-col-lg-push-10 {
    left: 83.33333%; }
  .storelocater-col-lg-push-11 {
    left: 91.66667%; }
  .storelocater-col-lg-push-12 {
    left: 100%; }
  .storelocater-col-lg-offset-0 {
    margin-left: 0%; }
  .storelocater-col-lg-offset-1 {
    margin-left: 8.33333%; }
  .storelocater-col-lg-offset-2 {
    margin-left: 16.66667%; }
  .storelocater-col-lg-offset-3 {
    margin-left: 25%; }
  .storelocater-col-lg-offset-4 {
    margin-left: 33.33333%; }
  .storelocater-col-lg-offset-5 {
    margin-left: 41.66667%; }
  .storelocater-col-lg-offset-6 {
    margin-left: 50%; }
  .storelocater-col-lg-offset-7 {
    margin-left: 58.33333%; }
  .storelocater-col-lg-offset-8 {
    margin-left: 66.66667%; }
  .storelocater-col-lg-offset-9 {
    margin-left: 75%; }
  .storelocater-col-lg-offset-10 {
    margin-left: 83.33333%; }
  .storelocater-col-lg-offset-11 {
    margin-left: 91.66667%; }
  .storelocater-col-lg-offset-12 {
    margin-left: 100%; } }

.store-locatores-location-icon {
  width: 18px; }

.current-location-button-text {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 7px; }

.storelocator .storelocator__location,
.storelocator .storelocator__search {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .storelocator .storelocator__location,
    .storelocator .storelocator__search {
      text-align: center; } }

@media (max-width: 991px) {
  .storelocator .storelocator__search {
    float: left; } }

@media (max-width: 766px) {
  .storelocator .storelocator__search {
    width: 100%; } }

.storelocator .locationsearch {
  overflow: auto; }

.storelocator .storelocator__or {
  width: 5%;
  text-align: center;
  font-weight: bold; }
  @media (max-width: 766px) {
    .storelocator .storelocator__or {
      width: 100%;
      padding: 30px 0; } }

.storelocator .storelocator__location a {
  display: inline-block;
  padding: 9px 15px 8px; }
  .storelocator .storelocator__location a img {
    display: inline-block;
    float: left !important;
    padding-right: 10px; }

.storelocator__input#txtZIPCODE {
  display: none; }

div.storelocatorpdp {
  background: #fff;
  margin: 0;
  position: absolute;
  width: 100%;
  top: -22%;
  height: 141px;
  padding-top: 54px;
  left: 0;
  text-align: left; }
  div.storelocatorpdp .storelocator__location {
    text-align: left;
    margin-top: 0;
    padding-left: 0; }

.rfp-storelocator-rtl {
  float: right; }

.rfp-storelocator-rtl-direction {
  direction: rtl; }
