/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
.sd_locator {
  padding: 1rem;
  color: #5d5d62;
}
@media (min-width: 768px) {
  .sd_locator {
    padding: 2rem 1.75rem;
  }
}
@media (min-width: 1024px) {
  .sd_locator-left {
    padding-right: 0;
  }
  .sd_locator-right {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .sd_locator {
    padding: 4rem 5.75rem;
  }
}
.sd_locator-container {
  background-color: #f7f7f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .sd_locator-container {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .sd_locator-container {
    padding: 2rem 2rem 6rem;
  }
}
@media (min-width: 1920px) {
  .sd_locator-container {
    padding: 3rem 5rem 7rem;
  }
}
.sd_locator-map {
  margin: 0.25rem 0 0;
  padding: 0;
  height: 18.75rem;
}
@media (min-width: 768px) {
  .sd_locator-map {
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .sd_locator-map {
    height: 100%;
    margin: 0;
  }
}
.sd_locator-store_details {
  background: #fff;
  padding: 1rem 2rem;
  font-size: 0.8438rem;
}
@media (min-width: 768px) {
  .sd_locator-store_details {
    padding: 2rem 4rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .sd_locator-store_details {
    padding: 2rem;
  }
}
.sd_locator-store_direction {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sd_locator-store_direction svg {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.3125rem;
}
@media (min-width: 1024px) {
  .sd_locator-sliders {
    padding-top: 2rem;
  }
}
.sd_locator-slide_item {
  pointer-events: none;
}
@media (min-width: 768px) {
  .sd_locator-slide_item {
    pointer-events: all;
  }
}
.sd_locator-slide_item:focus, .sd_locator-slide_item:active {
  outline: none;
}
.sd_locator-slick {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.sd_locator-slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.sd_locator-assets {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.sd_locator h1,
.sd_locator .h1 {
  font-size: 1.4175rem;
}
@media (min-width: 768px) {
  .sd_locator h1,
.sd_locator .h1 {
    font-size: 1.75rem;
  }
}
.sd_locator h2 {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  color: #000;
}
@media (min-width: 768px) {
  .sd_locator h2 {
    font-size: 1.4rem;
  }
}
.sd_locator p {
  margin-bottom: 0;
}
.sd_locator p + p {
  margin-top: 0.3125rem;
}
.sd_locator table {
  width: 100%;
}
.sd_locator .slick-slide:focus {
  outline: none;
}
.sd_locator .slick-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.375rem;
}
@media (min-width: 768px) {
  .sd_locator .slick-slide img {
    height: 13.5rem;
  }
}
@media (min-width: 1300px) {
  .sd_locator .slick-slide img {
    height: 16rem;
  }
}
@media (min-width: 1920px) {
  .sd_locator .slick-slide img {
    height: 23rem;
  }
}
.sd_locator .slick-track:focus {
  outline: none;
}
.sd_locator .slick-next {
  right: -0.0625rem /*!rtl:ignore*/;
}
.sd_locator .slick-prev {
  left: -0.0625rem /*!rtl:ignore*/;
}
.sd_locator-modal {
  overflow: hidden !important;
}
.sd_locator-modal .modal-dialog {
  max-width: 50rem;
  margin: 1.875rem auto;
}
.sd_locator-modal .modal-body {
  position: relative;
  padding: 0.0625rem;
}
.sd_locator-modal .modal-content {
  border: none;
  border-radius: 0;
  background: none;
}
.sd_locator-modal .close {
  position: absolute;
  top: -3.4375rem;
  z-index: 1;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  width: 1.875rem;
  right: 1.875rem /*!rtl:ignore*/;
}
.sd_locator-modal .close svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 1024px) {
  .sd_locator-modal .close {
    width: 3.75rem;
    top: 0;
    right: -10% /*!rtl:ignore*/;
  }
  .sd_locator-modal .close svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.sd_locator-modal .slick-slide img {
  padding: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50vh;
  background: #000;
}

.store-details {
  color: #34303d;
}
.store-details__about-store {
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}
.store-details__modal-dialog {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 767.98px) {
  .store-details__modal-dialog {
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.store-details__modal-content {
  background-color: #f7f7f5;
}
@media (max-width: 767.98px) {
  .store-details__modal-content {
    height: 100%;
    border-radius: 0;
    border: 0;
  }
}
.store-details__modal-header {
  border: 0;
}
.store-details__modal-title {
  width: 100%;
}
@media (max-width: 767.98px) {
  .store-details__modal-title {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .store-details__modal-body {
    padding: 0;
  }
}
.store-details__modal-close {
  width: 1rem;
  height: 1rem;
  top: 1.25rem;
}
.store-details__modal-close::after {
  width: inherit;
  height: inherit;
}
.store-details__modal-close:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.store-details__distance {
  font-size: 0.875rem;
  color: #b5b5b5;
  margin: 0 0 0.375rem;
}
.store-details__confirmation, .store-details__time, .store-details__store-pick-up {
  position: relative;
  margin-bottom: 1rem;
}
.store-details__confirmation::before, .store-details__time::before, .store-details__store-pick-up::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-position: 0 0.375rem;
  position: absolute;
  left: 0;
  top: 0.375rem;
}
.store-details-map-tools {
  width: 1.75rem;
  border: 0.0625rem solid #b8b7bb;
  background-color: #fff;
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
  z-index: 1;
  border-radius: 0.3125rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .store-details-map-tools {
    right: 1.5625rem;
  }
}
.store-details-map-tools__zoom-btn + .store-details-map-tools__zoom-btn::before {
  content: "";
  position: absolute;
  background: #b8b7bb;
  height: 0.0625rem;
  width: 65%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.store-details__confirmation::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='13' viewBox='0 0 12 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2334303D' fill='none' fill-rule='evenodd'%3E%3Cpath d='m5.97.677 4.843 1.02v3.092c-.002 2.871-1.602 5.049-4.801 6.534L6 11.288l-.01.035C2.892 9.886 1.294 7.8 1.192 5.065l-.004-.276V1.698L5.97.677z'/%3E%3Cpath d='m4.248 5.977 1.21 1.11 2.848-2.899'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.store-details__time::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2334303D' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='6.012' cy='6.012' r='5.339'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5.995 3.564V6.82l1.571-1.57'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.store-details__time table {
  max-width: 100%;
}
.store-details__store-pick-up::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2334303D' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.667 5.667V11c0 .184-.15.333-.334.333H1.667A.333.333 0 0 1 1.333 11V5.667'/%3E%3Cpath d='M9.727.667c.434-.003.816.274.96.68l.03.105.567 2.39a1.778 1.778 0 0 1-.32 1.505c-.294.382-.73.653-1.308.653-.477 0-.909-.209-1.214-.54-.315.352-.757.54-1.243.54A1.63 1.63 0 0 1 6 5.47c-.307.324-.74.524-1.226.524-.425 0-.82-.166-1.142-.472l-.072-.073a1.634 1.634 0 0 1-1.215.545c-.53 0-.964-.24-1.213-.538l-.063-.082a1.752 1.752 0 0 1-.381-1.385l.028-.147.545-2.382c.099-.429.454-.742.88-.788L9.726.667z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 .75v2.6M3.867.75 3.6 3.35M8.133.75l.267 2.6'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
