/* Usage:
 * 1. create sprite images for pixel ratio 1 screens and put them in the folder.
 * 2. create sprite images for pixel ratio 2 screens and put them in the folder,
 *    use the same filenames with a '2x' suffix.
 * 3. use the sprite-image in your Scss using: '@include use-sprite(<icon-name>)'
 *    for example: @include use-sprite("ic-download")
 */
/* line 93, ../../resources/assets/stylesheets/_base.scss */
.pb-4 {
  padding-bottom: 1rem;
}

/* line 97, ../../resources/assets/stylesheets/_base.scss */
.pt-4 {
  padding-top: 1rem;
}

/* line 101, ../../resources/assets/stylesheets/_base.scss */
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

/* line 106, ../../resources/assets/stylesheets/_base.scss */
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* line 111, ../../resources/assets/stylesheets/_base.scss */
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

/* line 7, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay {
  visibility: hidden;
  background-color: transparent;
  transition: opacity .3s;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 7, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay {
    -ms-flex-align: center;
        align-items: center;
  }
}
/* line 20, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-container {
  height: 0;
  width: 0;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 20, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-container {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 150px);
  }
}
@media (min-width: 992px) {
  /* line 20, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-container {
    max-height: calc(100vh - 100px);
    -ms-flex-direction: row;
        flex-direction: row;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.15);
  }
}
/* line 41, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  /* line 41, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 41, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-wrapper {
    text-align: left;
  }
}
/* line 56, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-wrapper .media-item-link {
  opacity: 1;
  background: #2D3748;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 60px;
  position: absolute;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  border: 2px solid #fff;
  transition: opacity ease-in-out .1s;
}
@media (min-width: 992px) {
  /* line 56, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-wrapper .media-item-link {
    opacity: 0;
  }
}
/* line 76, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-wrapper .media-item-link.show {
  opacity: 1;
}
/* line 82, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-wrapper:hover .media-item-link {
  opacity: 1;
}
/* line 88, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image, #sw-lightbox-overlay #sw-video, #sw-lightbox-overlay #sw-youtube-video {
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity .3s;
  vertical-align: middle;
  border: 0;
}
@media (min-width: 768px) {
  /* line 88, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image, #sw-lightbox-overlay #sw-video, #sw-lightbox-overlay #sw-youtube-video {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 300px);
  }
}
@media (min-width: 992px) {
  /* line 88, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image, #sw-lightbox-overlay #sw-video, #sw-lightbox-overlay #sw-youtube-video {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 400px);
  }
}
@media (min-width: 1200px) {
  /* line 88, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image, #sw-lightbox-overlay #sw-video, #sw-lightbox-overlay #sw-youtube-video {
    max-width: calc(100vw - 500px);
  }
}
/* line 111, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-close-light {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1000;
  display: none;
}
/* line 127, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-details {
  float: right;
  background-color: #fff;
  padding: 20px;
  display: none;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 992px) {
  /* line 127, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-details {
    max-width: 30vw;
    min-width: 300px;
    min-height: 100%;
  }
}
/* line 142, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share {
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #718096;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 153, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-facebook {
  background: url("../png/lightbox_share.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  transition: none;
  text-indent: -9999px;
}
/* line 162, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-facebook:hover {
  background-position: 0 -20px;
}
/* line 167, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-twitter {
  background: url("../png/lightbox_share.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: -20px 0;
  margin-right: 10px;
  transition: none;
  text-indent: -9999px;
}
/* line 177, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-twitter:hover {
  background-position: -20px -20px;
}
/* line 182, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-pinterest {
  background: url("../png/lightbox_share.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: -40px 0;
  margin-right: 10px;
  transition: none;
  text-indent: -9999px;
}
/* line 192, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-pinterest:hover {
  background-position: -40px -20px;
}
/* line 197, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-email {
  background: url("../png/lightbox_share.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: -60px 0;
  margin-right: 10px;
  transition: none;
  text-indent: -9999px;
}
/* line 207, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-share-email:hover {
  background-position: -60px -20px;
}
/* line 212, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-caption {
  display: none;
  font-size: 18px;
  color: #1A202C;
  font-weight: 400;
  line-height: 1.53em;
}
@media (min-width: 992px) {
  /* line 212, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-caption {
    display: block;
  }
}
/* line 223, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-caption .sw-url-link {
  color: #3182CE;
  text-decoration: none;
}
/* line 229, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-caption-short {
  font-size: 18px;
  color: #1A202C;
  font-weight: 400;
  line-height: 1.53em;
}
@media (min-width: 992px) {
  /* line 229, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay #sw-image-caption-short {
    display: none;
  }
}
/* line 240, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-source {
  font-size: 16px;
  color: #718096;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #EDF2F7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 252, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-source:hover {
  color: #1A202C;
}
/* line 257, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-image-source-text {
  margin-left: 10px;
}
/* line 261, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-profile-picture {
  height: 30px;
  width: 30px;
  border-radius: 30px;
}
/* line 268, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-shoppable-links.with-links {
  border-bottom: 1px solid #EDF2F7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 274, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-shoppable-links .sw-shoppable-link {
  display: block;
  font-size: 18px;
  color: #1A202C;
  font-weight: 700;
  line-height: 1.53em;
  text-decoration: none;
  margin-bottom: 10px;
}
/* line 285, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left {
  left: -40px;
}
/* line 289, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-right {
  right: -40px;
}
/* line 293, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left,
#sw-lightbox-overlay #sw-lightbox-navigation-right {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px;
  display: none;
}
/* line 308, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left .icon-arrow,
#sw-lightbox-overlay #sw-lightbox-navigation-right .icon-arrow {
  width: 20px;
  height: 20px;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  display: inline-block;
}
/* line 321, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left .icon-arrow path,
#sw-lightbox-overlay #sw-lightbox-navigation-right .icon-arrow path {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
  stroke-linecap: square;
  stroke-dasharray: none;
  -ms-transform: scale(0.2);
      transform: scale(0.2);
}
/* line 330, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left .icon-arrow--left,
#sw-lightbox-overlay #sw-lightbox-navigation-right .icon-arrow--left {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
/* line 334, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-navigation-left .icon-arrow--right,
#sw-lightbox-overlay #sw-lightbox-navigation-right .icon-arrow--right {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
/* line 340, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-left,
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-right {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 10px;
  transition: none;
  text-indent: -9999px;
  position: absolute;
  opacity: 0.8;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
/* line 360, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-left.hidden,
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-right.hidden {
  display: none !important;
}
/* line 365, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-left {
  left: 10px;
  background: url("../svg/chevron-circle-left.svg") no-repeat;
}
/* line 370, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay #sw-lightbox-carousel-navigation-right {
  right: 0;
  background: url("../svg/chevron-circle-right.svg") no-repeat;
}
/* line 375, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open {
  visibility: visible;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483001;
  opacity: 1;
  overflow-y: scroll;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 375, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay.open {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 992px) {
  /* line 375, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay.open {
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
/* line 396, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open #sw-image-container {
  height: 100%;
  width: auto;
  display: block !important;
}
@media (min-width: 768px) {
  /* line 396, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay.open #sw-image-container {
    height: auto;
  }
}
@media (min-width: 992px) {
  /* line 396, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay.open #sw-image-container {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* line 410, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open #sw-image, #sw-lightbox-overlay.open #sw-video, #sw-lightbox-overlay.open #sw-youtube-video {
  height: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  max-width: 100%;
}
/* line 417, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open #sw-image.hidden, #sw-lightbox-overlay.open #sw-video.hidden, #sw-lightbox-overlay.open #sw-youtube-video.hidden {
  display: none !important;
}
/* line 422, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open #sw-close-light {
  opacity: 1;
  display: block;
}
/* line 427, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
#sw-lightbox-overlay.open #sw-image-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  /* line 436, ../../resources/assets/stylesheets/snapwidget-lightbox.scss */
  #sw-lightbox-overlay.open #sw-lightbox-navigation-left,
  #sw-lightbox-overlay.open #sw-lightbox-navigation-right {
    display: block;
  }
}
