.slick-dots {
  text-align: center;
}

button {
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}

.slick-dots li {
  display: inline-block;

  padding: 1px;

  background: #d4d4d4;

  margin: 0 10px;

  width: 80px;

  height: 4px;

  cursor: pointer;

  transition: background-color 0.2s;

  border-radius: 4px;
}



.slick-dots button {
  display: none;
}

.rlx-footer {
  background-color: white !important;
}

.rlx-media {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}

.item img {
  height: 550px;

  width: auto !important;

  max-width: inherit !important;
}

.rlx-gallery__media,
.carousel-inner > .active {
  position: relative;

  flex: 0 0 100%;

  width: 100%;

  max-height: 550px;

  overflow: hidden;

  -webkit-backface-visibility: hidden;
}

.rlx-gallery__wrapper {
  height: 550px;

  width: auto !important;

  max-width: auto !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  max-width: inherit;

  height: 100%;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;

  /* max-width: 100%; */

  height: 100%;
}

.rlx-btn--primary {
  color: #fff;

  border-color: #127749;

  background-color: #127749;
}

.rlx-btn,
.rlx-filter__toggle {
  display: inline-block;

  margin-bottom: 0;

  text-decoration: none;

  font-size: 16px;

  line-height: 18px;

  font-weight: 400;

  text-align: center;

  letter-spacing: 0;

  vertical-align: middle;

  touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  padding: 10px 30px;

  border-radius: 20px;

  white-space: nowrap;

  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.rlx-btn--with-icon .rlx-hide-sm,
.rlx-btn--with-icon .rlx-hide-xs {
  margin-left: 10px;
}
.rlx-location__detail .rlx-location__actions > .rlx-btn,
.rlx-location__detail .rlx-location__actions > .rlx-filter__toggle {
  margin: 0 0 10px;
  text-align: left;
}

.rlx-location__detail .rlx-location__actions > .rlx-btn,
.rlx-location__actions > .rlx-filter__toggle {
  margin: 0 10px;
}

.rlx-btn--primary:focus,
.rlx-btn--primary:hover,
a:focus .rlx-btn--primary,
a:hover .rlx-btn--primary,
button:focus .rlx-btn--primary,
button:hover .rlx-btn--primary {
  color: #127749;

  border-color: #127749;

  background-color: #fff;
}
@media (min-width: 1025px) {
  .rlx-location__detail .rlx-location__actions > .rlx-btn,
  .rlx-location__detail .rlx-location__actions > .rlx-filter__toggle {
    margin: 0 0 10px;
    text-align: left;
  }
}
.rlx-btn--text:focus,
.rlx-btn--text:hover,
a:focus .rlx-btn--text,
a:hover .rlx-btn--text,
button:focus .rlx-btn--text,
button:hover .rlx-btn--text {
  color: #127749;
  border-color: transparent;
  background-color: transparent;
}
.rlx-btn--default:focus,
.rlx-btn--default:hover,
a:focus .rlx-btn--default,
a:hover .rlx-btn--default,
button:focus .rlx-btn--default,
button:hover .rlx-btn--default {
  color: #fff;
  border-color: #127749;
  background-color: #127749;
}
.rlx-btn.focus,
.rlx-btn:focus,
.rlx-btn:hover,
.rlx-filter__toggle:focus,
.rlx-filter__toggle:hover,
.focus.rlx-filter__toggle {
  outline: 0;

  text-decoration: none;
}

.rlx-location__detail {
  text-align: center;
}

#map-canvas {
  height: 300px;

  overflow: hidden;

  padding-bottom: auto;

  /* padding-top: 30px; */

  position: relative;
}

.rlx-media__map-container {
  height: 300px;
}

#map_container {
  height: 300px;

  position: relative;
}

.rlx-opening-hours {
  text-align: center;
}

@media (min-width: 641px) {
    .slick-dots li {
        
        width: 45px;
       
    }
  .rlx-media__inner {
    width: 100%;

    padding: 60px;
  }

  .rlx-media__inner {
    width: 100%;

    padding: 60px;
  }

  .rlx-carousel__title--md,
  .rlx-feature__title,
  .rlx-form__title,
  .rlx-media__title,
  .rlx-product__title,
  .rlx-section--img-left .rlx-section__title,
  .rlx-section--img-right .rlx-section__title,
  .rlx-section__title--md,
  .rlx-typo-h2 {
    font-size: 28px;
  }
}

@media (min-width: 1025px) {
    
    .slick-dots li {
        
        width: 45px;
       
    }
  .rlx-location__detail {
    text-align: left;
  }

  .rlx-media__column {
    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;
  }

  .rlx-media__inner {
    padding: 60px 0;

    width: 60%;

    align-self: center;
  }

  .rlx-opening-hours {
    text-align: left;
  }

  .rlx-location__detail .rlx-location__actions {
    flex-direction: column;

    justify-content: flex-start;
  }

  .rlx-media {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }

  .rlx-media--reverse {
    flex-direction: row-reverse;
  }

  .rlx-media__column {
    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;
  }

  .rlx-media__inner {
    padding: 60px 0;

    width: 60%;

    align-self: center;
  }

  .rlx-media__map {
    height: 100%;
  }

  #map-canvas {
    height: 100%;

    overflow: hidden;

    padding-bottom: 100%;

    /*padding-top: 30px;*/

    position: relative;
  }

  .rlx-media__map-container {
    height: 100%;
  }

  #map_container {
    height: 100%;

    position: relative;
  }
}

.rlx-media__inner {
  padding: 30px 30px 40px;
}

.rlx-media--map .rlx-banner__header,
.rlx-media--map .rlx-media__header {
  margin-bottom: 10px;

  position: relative;
}

.rlx-banner__header,
.rlx-media__header {
  display: flex;

  flex-direction: column-reverse;

  margin-bottom: 30px;
}

.rlx-media__subtitle,
.rlx-media__title {
  margin: 0;
}

.rlx-banner__title,
.rlx-carousel__title--md,
.rlx-feature__title,
.rlx-form__title,
.rlx-media__title,
.rlx-product__title,
.rlx-promo__subtitle,
.rlx-promo__title,
.rlx-section--img-left .rlx-section__title,
.rlx-section--img-right .rlx-section__title,
.rlx-section__title,
.rlx-section__title--md,
.rlx-typo-h1,
.rlx-typo-h2 {
  font-weight: 400;

  font-size: 24px;
}

.rlx-banner__title,
.rlx-carousel__item__title,
.rlx-carousel__title--md,
.rlx-feature__title,
.rlx-featured-selection__item__title,
.rlx-filter__title {
  letter-spacing: 0.1em;
}

.rlx-media__title {
  font-family: "RolexFont-Regular-WebS";
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;

  /* display: block;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.8px;
    line-height: 35px;
    color: #212121;
    text-transform: uppercase; */
}

.rlx-media__subtitle {
  color: #127749;

  margin: 2em 0px 1.1em;

  letter-spacing: 0.05em;

  line-height: 1.4;

  margin-bottom: 10px;
}

.rlx-media__title {
  margin: 0;
}

.rlx-location__boutique,
.rlx-media__subtitle,
.rlx-typo-subtitle--xs {
  font-size: 9px;
}

.rlx-location__detail .rlx-location__address {
  line-height: 1.6;

  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
}

.rlx-location__address,
.rlx-location__contact,
.rlx-location__phone {
  font-style: normal;

  margin-bottom: 15px;
}

.rlx-location__address {
  flex-grow: 1;
}

.rlx-location__actions {
  display: flex;

  justify-content: center;
}

.rlx-media p:last-child {
  margin-bottom: 0;
}

.rlx-media--map {
  background: #ffffff;

  color: #212121;

  margin-bottom: 5%;

  height: 100%;
}

.rlx-media--map + .rlx-banner__container {
  margin-top: 5%;
}

.rlx-media--map .rlx-banner__header,
.rlx-media--map .rlx-media__header {
  margin-bottom: 10px;

  position: relative;
}

.rlx-opening-hours__item-time {
  width: 50%;

  text-align: right;

  display: inline-block;
}

.rlx-opening-hours__inner {
  min-width: 300px;

  max-width: none;

  width: auto;
}

.rlx-opening-hours__inner {
  display: inline-block;

  position: relative;

  white-space: nowrap;

  margin-bottom: 16px;

  width: 100%;

  max-width: 300px;
}

.rlx-opening-hours__list {
  position: absolute;

  top: 100%;

  left: 0;

  min-width: 100%;

  background: #fff;

  padding: 16px;

  margin: 0;

  list-style: none;

  opacity: 0;

  visibility: hidden;

  transition: opacity 0.2s, visibility 0s 0.2s;
}

.rlx-opening-hours--open .rlx-opening-hours__list {
  opacity: 1;

  visibility: visible;

  transition-delay: 0s;

  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.16);

  transition: all 0.2s, visibility 0s 0.2s;
}

.rlx-opening-hours__btn svg {
  transform: translateY(2px) rotate(0deg);

  transition: all 0.2s, visibility 0s 0.2s;
}

.rlx-opening-hours--open svg {
  transform: translateY(2px) rotate(-92deg);

  transition: all 0.2s, visibility 0s 0.2s;
}

.rlx-opening-hours__list
  .rlx-opening-hours__item
  .rlx-opening-hours__item-name {
  text-align: left;

  display: inline-block;

  width: 50%;
}

.rlx-opening-hours__today {
  color: #452c1e !important;

  font-size: 16px;

  margin-right: 10px;
}

.rlx-location__actions .rlx-btn--icon {
  border-color: #f9f7f4;
}

.rlx-btn--icon {
  padding: 12px;

  width: 40px;

  height: 40px;

  line-height: 14px;
}

.rlx-btn--default {
  color: #127749;

  border-color: #127749;

  background-color: #fff;
}

.rlx-btn,
.rlx-filter__toggle {
  display: inline-block;

  margin-bottom: 0;

  text-decoration: none;

  font-size: 16px;

  line-height: 18px;

  font-weight: 400;

  text-align: center;

  letter-spacing: 0;

  vertical-align: middle;

  touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 20px;

  white-space: nowrap;

  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.rlx-btn--icon svg {
  width: 14px;

  height: 14px;
}

.rlx-btn svg,
.rlx-filter__toggle svg {
  vertical-align: top;

  pointer-events: none;

  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

@media (max-width: 640px) {
  .rlx-hide-xs {
    display: none;
  }
  .slick-dots li {
        
    width: 45px;
   
}
}
