/* line 264, ../../../WebContent/src/_shared/sass/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 640px)";
  width: 640px;
}

/* line 269, ../../../WebContent/src/_shared/sass/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width: 1024px)";
  width: 1024px;
}

/* line 274, ../../../WebContent/src/_shared/sass/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width: 1390px)";
  width: 1390px;
}

@keyframes slideIn {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    transform: translateX(-60px);
    opacity: 0.6;
  }
  100% {
    transform: translateX(-200px);
    opacity: 1;
  }
}
/* line 27, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider {
  *zoom: 1;
  margin: 20px 0;
  padding-top: 1em;
  position: relative;
  text-align: center;
}
/* line 121, ../../../WebContent/src/_shared/sass/foundation/components/_global.scss */
.range-slider:before, .range-slider:after {
  content: " ";
  display: table;
}
/* line 122, ../../../WebContent/src/_shared/sass/foundation/components/_global.scss */
.range-slider:after {
  clear: both;
}
@media print, screen and (min-width: 640px) {
  /* line 27, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider {
    padding-top: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 27, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider {
    padding-top: 1em;
  }
}
/* line 45, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider .track {
  bottom: 20px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}
@media print, screen and (min-width: 640px) {
  /* line 45, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider .track {
    bottom: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 45, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider .track {
    bottom: 10px;
  }
}
/* line 64, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider .track--full {
  background: #D8D9D5;
  width: 100%;
}
/* line 69, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider .track--included {
  background: #D8D9D5;
  border-radius: 3px;
}
/* line 75, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider .slider-thumb {
  background: #C9192E;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 75, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider .slider-thumb {
    display: block;
  }
}
@media print, screen and (min-width: 640px) {
  /* line 75, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider .slider-thumb {
    height: 30px;
    width: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 75, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider .slider-thumb {
    height: 20px;
    width: 20px;
  }
}
/* line 104, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}
@media print, screen and (min-width: 640px) {
  /* line 104, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range] {
    height: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 104, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range] {
    height: 20px;
  }
}
/* line 126, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]:focus {
  outline: none;
}
/* line 130, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}
/* line 134, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -40px;
}
@media print, screen and (min-width: 640px) {
  /* line 134, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 134, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]:first-of-type {
    margin-bottom: -20px;
  }
}
/* line 149, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}
/* line 162, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
/* line 169, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}
/* line 174, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}
/* line 179, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
/* line 188, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
/* line 193, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
/* line 198, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
/* line 209, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #C9192E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin-top: -17px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 40px;
  z-index: 100;
}
@media print, screen and (min-width: 640px) {
  /* line 209, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 209, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-webkit-slider-thumb {
    height: 20px;
    margin-top: -7px;
    width: 20px;
  }
}
/* line 238, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-ms-thumb {
  background: #C9192E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 40px;
  z-index: 100;
}
@media print, screen and (min-width: 640px) {
  /* line 238, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 238, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
  }
}
/* line 263, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #C9192E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin-top: -17px;
  pointer-events: all;
  position: relative;
  width: 40px;
  z-index: 100;
}
@media print, screen and (min-width: 640px) {
  /* line 263, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-moz-range-thumb {
    height: 30px;
    margin-top: -12px;
    width: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  /* line 263, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
  .range-slider [type=range]::-moz-range-thumb {
    height: 20px;
    margin-top: -7px;
    width: 20px;
  }
}
/* line 292, ../../../WebContent/src/_shared/sass/global/_range-slider.scss */
.range-slider .output,
.range-slider output {
  background: #F1F2ED;
  border: 0px;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  height: 0.5em;
  left: 50%;
  line-height: 0.5em;
  padding: 0 -0.25em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
}

/* line 9, ../../../WebContent/src/_shared/sass/loyalty/_slider.scss */
.age-range-slider {
  display: block;
  margin: 10px 0;
}
/* line 13, ../../../WebContent/src/_shared/sass/loyalty/_slider.scss */
.age-range-slider input[type=range]:first-of-type.valid {
  background: transparent;
}
/* line 17, ../../../WebContent/src/_shared/sass/loyalty/_slider.scss */
.age-range-slider output {
  font-weight: bold;
}
/* line 21, ../../../WebContent/src/_shared/sass/loyalty/_slider.scss */
.age-range-slider .track {
  height: 3px;
  margin-bottom: -2px;
}
/* line 26, ../../../WebContent/src/_shared/sass/loyalty/_slider.scss */
.age-range-slider .track--included {
  background: black;
  border-radius: 0;
  height: 5px;
  margin-bottom: -3px;
}

/* line 164, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-container {
  background: #FFF;
}

/* line 168, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header {
  height: auto;
  padding: 0;
  background: #FFF;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow Bold", Arial, sans-serif;
  font-size: 1em;
}
/* line 64, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .top-row {
  height: 80px;
  width: 100%;
  float: left;
  padding: 0 25px;
  border-bottom: 1px solid #f7f7f7;
}
/* line 72, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .bottom-row {
  height: 45px;
  width: 100%;
  float: left;
  overflow-x: scroll;
  overflow-y: hidden;
  border-top: 1px solid #f7f7f7;
}
/* line 81, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .logo {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 87, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .logo img {
  width: 90px;
  height: auto;
}
/* line 93, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .user-info {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
}
/* line 100, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .user-info .welcome-msg {
  font-weight: bold;
  margin-top: 0;
}
/* line 105, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .user-info .user-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 5px;
}
/* line 111, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .user-info .user-points {
  color: #C9192E;
}
/* line 116, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  width: auto;
  white-space: nowrap;
}
/* line 126, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links li {
  display: inline-block;
  min-width: 75px;
  float: none;
  margin-right: -3px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
/* line 134, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links li a {
  width: 100%;
  float: left;
  color: #000;
  font-weight: bold;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
}
/* line 145, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links li a.active {
  color: #C9192E;
}
/* line 148, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links li a.active:hover {
  color: #C9192E;
}
/* line 153, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
.loyalty-dashboard-header .header-links li a:hover {
  color: #666666;
}
@media only screen and (min-width: 1024px) {
  /* line 168, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
  .loyalty-dashboard-header {
    height: 100px;
  }
  /* line 31, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
  .loyalty-dashboard-header .top-row,
  .loyalty-dashboard-header .bottom-row {
    height: 100%;
    width: auto;
  }
  /* line 38, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
  .loyalty-dashboard-header .user-info .welcome-msg {
    margin-top: 5px;
  }
  /* line 44, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
  .loyalty-dashboard-header .header-links li {
    float: left;
    margin: 0;
    line-height: 100px;
  }
  /* line 49, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard-header.scss */
  .loyalty-dashboard-header .header-links li a {
    padding: 42px 20px;
  }
}

/* line 60, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-master-container {
  background: url("//images.vans.com/is/image/VansBrand/vans-paper-beige?wid=400&qlt=80");
}

/* line 64, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-title {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

/* line 33, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-stellar > h2:first-of-type {
  position: absolute;
  font-size: 1.3em;
  left: 0;
  line-height: 40px;
  top: -58px;
  background: url("//images.vans.com/is/image/VansBrand/vans-paper-beige?wid=400&qlt=80");
  padding: 0 20px;
}
/* line 43, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-stellar .basecomponent {
  display: block;
}
/* line 46, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-stellar .basecomponent-title {
  padding: 40px 0;
}
/* line 51, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-stellar .garnish-wrapper {
  background-color: #FFF;
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  /* line 24, ../../../WebContent/src/_shared/sass/loyalty/_loyalty-dashboard.scss */
  .loyalty-dashboard-stellar > h2:first-of-type {
    left: auto;
    font-size: 2em;
  }
}

/* line 4, ../sass/loyalty/_loyalty-dashboard.scss */
.loyalty-dashboard-title {
  height: 36px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #000 25%, transparent 25%), linear-gradient(-45deg, #000 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #000 75%), linear-gradient(-45deg, transparent 75%, #000 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, 12px 0;
}

/* line 136, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
.loyalty-enrollment-master-container {
  background: url("//images.vans.com/is/image/VansBrand/vans-paper-white?wid=400&qlt=80");
}

/* line 140, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-container {
  padding: 50px 0;
}

/* line 144, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment,
.loyalty-program-enrollment-modal {
  margin: 2em 0 1em;
}
/* line 95, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .form-logo,
.loyalty-program-enrollment-modal .form-logo {
  margin: 0px auto 0.5em;
}
/* line 99, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment button,
.loyalty-program-enrollment-modal button {
  margin-top: 1em;
}
/* line 104, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .error label,
.loyalty-program-enrollment-modal .error label {
  color: #ED1B2A;
}
/* line 108, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .error small.error,
.loyalty-program-enrollment-modal .error small.error {
  background: transparent;
  color: #ED1B2A;
}
/* line 113, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .error input,
#loyalty-program-enrollment .error textarea,
#loyalty-program-enrollment .error select,
.loyalty-program-enrollment-modal .error input,
.loyalty-program-enrollment-modal .error textarea,
.loyalty-program-enrollment-modal .error select {
  background: #f1b5bd;
  border-color: #ED1B2A;
  box-shadow: 1px 2px 1px 1px #ff9dae inset;
  margin: 0;
}
/* line 123, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment div.error,
#loyalty-program-enrollment span.error,
.loyalty-program-enrollment-modal div.error,
.loyalty-program-enrollment-modal span.error {
  display: block;
}
/* line 128, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .pagination,
.loyalty-program-enrollment-modal .pagination {
  display: inline-block;
  margin: 0px auto 0.5em;
}
/* line 38, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .pagination .marker,
.loyalty-program-enrollment-modal .pagination .marker {
  width: 10px;
  height: 10px;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 5px;
  border: 2px solid #cbcbcb;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -900px;
}
/* line 50, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .pagination .marker.active,
.loyalty-program-enrollment-modal .pagination .marker.active {
  background-color: #484848;
  border: 1px solid #484848;
}
/* line 55, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment .pagination .marker:hover:not(.active),
.loyalty-program-enrollment-modal .pagination .marker:hover:not(.active) {
  background-color: #cbcbcb;
}
/* line 63, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-landing .enrollment_landing_tabs,
.loyalty-program-enrollment-modal #loyalty-landing .enrollment_landing_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 68, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-landing .enrollment_landing_tabs .tab-title,
.loyalty-program-enrollment-modal #loyalty-landing .enrollment_landing_tabs .tab-title {
  float: left;
  opacity: 0.7;
  display: inline-block;
  width: 50%;
}
/* line 74, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-landing .enrollment_landing_tabs .tab-title.active,
.loyalty-program-enrollment-modal #loyalty-landing .enrollment_landing_tabs .tab-title.active {
  opacity: 1;
}
/* line 81, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-landing .enrollment_landing_content_wrapper .enrollment_landing_content,
.loyalty-program-enrollment-modal #loyalty-landing .enrollment_landing_content_wrapper .enrollment_landing_content {
  display: none;
}
/* line 84, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-landing .enrollment_landing_content_wrapper .enrollment_landing_content.active,
.loyalty-program-enrollment-modal #loyalty-landing .enrollment_landing_content_wrapper .enrollment_landing_content.active {
  display: block;
}
/* line 155, ../../../WebContent/src/_shared/sass/loyalty/_enrollment-form.scss */
#loyalty-program-enrollment #loyalty-login-form .input-set-wrap.error,
#loyalty-program-enrollment #loyalty-login-form-modal .input-set-wrap.error,
.loyalty-program-enrollment-modal #loyalty-login-form .input-set-wrap.error,
.loyalty-program-enrollment-modal #loyalty-login-form-modal .input-set-wrap.error {
  margin: 0 0 1em 0;
}

/* line 107, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
/* line 45, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option {
  position: relative;
  border: 1px solid #000;
  opacity: 0.6;
  overflow: hidden;
  cursor: pointer;
}
/* line 52, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-wrapper {
  padding-bottom: 10px;
}
/* line 56, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-wrapper.active .option {
  opacity: 1;
  border-color: #00B680;
}
/* line 60, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-wrapper.active .option-icon {
  color: #00B680;
}
/* line 64, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-wrapper.active .option-label {
  background: #00B680;
  color: #FFF;
}
/* line 72, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option img {
  width: 100%;
  height: auto;
}
/* line 77, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  font-size: 1em;
  line-height: 1em;
}
/* line 86, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option-label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.75em;
  color: #64686B;
  text-align: left;
  font-weight: 500;
  padding: 8px 5px;
}
/* line 99, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
.multi-image-selector .option:hover {
  opacity: 1;
}
@media only screen and (min-width: 640px) {
  /* line 107, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
  .multi-image-selector {
    padding-top: 20px;
  }
  /* line 33, ../../../WebContent/src/_shared/sass/loyalty/_multi-image-selector.scss */
  .multi-image-selector .option-wrapper {
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=loyalty.css.map */
