@media (min-width:992px) {
  .overlay-layer.full.full {
    top: 0
  }
}
.instore-overlay {
  margin-left: auto;
  margin-right: 0;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  width: 100%;
  position: fixed;
  bottom: 0;
  right: -100%;
  background-color: #f9f9f6;
  overflow-x: hidden;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  z-index:99999;
  overflow-y: auto;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px
}
.instore-overlay .mobile {
  display: block
}
@media (min-width:992px) {
  .instore-overlay .mobile {
    display: none
  }
}
.instore-overlay .desktop {
  display: none
}
@media (min-width:992px) {
  .instore-overlay .desktop {
    display: flex
  }
}
@media (min-width:992px) {
  .instore-overlay {
    width: 92%;
    height: 100%;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f9fafb;
    overflow: hidden
  }
}
.instore-overlay form {
  display: block;
  width: 100%;
  height: 100%
}
.instore-overlay__back {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 22px;
  color: #7345b3;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  border-bottom: 1px solid #e8ebed;
  min-height: 57px;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  width: 100%
}
@media (min-width:992px) {
  .instore-overlay__back {
    position: relative;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    font-size: 16px;
    border-bottom: none;
    min-height: unset;
    padding: 20px 0 0 42px;
    text-align: inherit
  }
}
.instore-overlay__back span {
  margin-right: 12px
}
.instore-overlay__inner {
  display: block;
  width: 100%;
  height: 100%
}
@media (min-width:992px) {
  .instore-overlay__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
.instore-overlay__carousel {
  position: relative;
  width: 100%;
  height: 211px
}
@media (min-width:992px) {
  .instore-overlay__carousel {
    width: 38%;
    height: 100%
  }
}
.instore-overlay__carousel__wrapper {
  width: 100%;
  height: 100%
}
.instore-overlay__carousel .slick-list,
.instore-overlay__carousel .slick-track {
  height: 100%
}
.instore-overlay__carousel .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.instore-overlay__carousel .slick-next:before,
.instore-overlay__carousel .slick-prev:before {
  font-family: beautiful-homes!important
}
.instore-overlay__carousel .slick-prev {
  left: 15px;
  z-index: 1
}
@media (min-width:768px) {
  .instore-overlay__carousel .slick-prev {
    left: 25px
  }
}
.instore-overlay__carousel .slick-prev:before {
  content: 'C'
}
.instore-overlay__carousel .slick-next {
  right: 15px
}
@media (min-width:768px) {
  .instore-overlay__carousel .slick-next {
    right: 25px
  }
}
.instore-overlay__carousel .slick-next:before {
  content: 'i'
}
.instore-overlay__carousel--item {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden
}
.instore-overlay__carousel--item img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}
.instore-overlay__carousel--content {
  position: relative;
  padding: 40px;
  text-align: center;
  width: 100%;
  color: #fff
}
@media (min-width:992px) {
  .instore-overlay__carousel--content {
    padding: 40px 40px 144px;
    text-align: left
  }
}
.instore-overlay__carousel--content h3 {
  font-size: 18px;
  margin-bottom: 2px
}
@media (min-width:992px) {
  .instore-overlay__carousel--content h3 {
    font-size: 24px;
    margin-bottom: 12px
  }
}
.instore-overlay__carousel--content .desc {
  font-size: 14px;
  line-height: 1.25
}
@media (min-width:992px) {
  .instore-overlay__carousel--content .desc {
    font-size: 16px
  }
}
.instore-overlay__carousel .owl-carousel .owl-stage-outer {
  height: 100%
}
.instore-overlay__carousel .owl-carousel .owl-stage {
  height: 100%
}
.instore-overlay__carousel .owl-carousel .owl-item {
  height: 100%
}
.instore-overlay__carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none
}
@media (min-width:992px) {
  .instore-overlay__carousel .owl-carousel .owl-nav {
    padding: 0 50px
  }
}
.instore-overlay__carousel .owl-carousel .owl-nav button {
  pointer-events: auto;
  color: #fff;
  font-family: beautiful-homes!important;
  font-size: 18px;
  font-weight: 400
}
@media (min-width:992px) {
  .instore-overlay__carousel .owl-carousel .owl-nav button {
    font-size: 30px
  }
}
.instore-overlay__carousel .owl-carousel .owl-nav button.disabled {
  opacity: .3
}
.instore-overlay__carousel .owl-carousel .owl-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (min-width:992px) {
  .instore-overlay__carousel .owl-carousel .owl-dots {
    bottom: 110px;
    left: 34px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
}
.instore-overlay__carousel .owl-carousel .owl-dots button {
  padding: 6px!important
}
.instore-overlay__carousel .owl-carousel .owl-dots button span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fdfeff;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s
}
.instore-overlay__carousel .owl-carousel .owl-dots button.active span {
  width: 32px;
  background: #ab8fd1
}
.instore-overlay__content {
  width: 100%;
  padding-bottom: 160px
}
@media (min-width:768px) {
  .instore-overlay__content {
    padding-bottom: 0
  }
}
@media (min-width:992px) {
  .instore-overlay__content {
    overflow-y: auto;
    width: 62%
  }
}
.instore-overlay__people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:768px) {
  .instore-overlay__people {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.instore-overlay__people--thumb {
  width: 104px;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  border-radius: 61px;
  overflow: hidden
}
@media (min-width:768px) {
  .instore-overlay__people--thumb {
    display: none;
    width: 122px
  }
}
.instore-overlay__people--text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center
}
@media (min-width:768px) {
  .instore-overlay__people--text {
    /* width: -webkit-calc(100% - 147px); */
    width: -moz-calc(100% - 147px);
    /* width: calc(100% - 147px); */
    margin-left: 25px;
    margin-top: 0;
    text-align: left
  }
}
.instore-overlay__people--text h3 {
  font-size: 16px;
  margin-bottom: 3px
}
.instore-overlay__step--container {
  padding: 24px 70px;
  max-width: 628px;
}
@media (min-width:768px) {
  .instore-overlay__step--container {
    padding: 20px 44px;

  }
}
@media (max-width:768px) {
  .instore-overlay__step--container {
    width:100%;
    
  }
}
.instore-overlay__form {
  margin-top: 13px
}
.instore-overlay .frm__row {
  display: block
}
@media (min-width:768px) {
  .instore-overlay .frm__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (min-width:768px) {
  .instore-overlay .frm__row > .frm__group:first-child {
    margin-right: 19px
  }
}
.instore-overlay .frm__group {
  min-width: 192px;
  margin-bottom: 3px;
  position: relative
}
.instore-overlay .frm__group input[type=tel],
.instore-overlay .frm__group input[type=text] {
  width: 100%;
  border: 1px solid #9ea4aa;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #26282b
}

.instore-overlay .frm__group input[type=tel] {
  padding: 15px 14px 15px 45px
}
.instore-overlay .frm__group .ccode {
  position: absolute;
  z-index: 10;
  margin-top: 15px;
  margin-left: 14px;
  font-size: 14px;
  line-height: 22px;
  color: #26282b
}
.instore-overlay .frm__group.date .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400
}
.instore-overlay .frm__group.buttons {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px 20px 10px;
  background: #f4f2ed;
  z-index: 9999;
  -webkit-transition: bottom .5s;
  -o-transition: bottom .5s;
  -moz-transition: bottom .5s;
  transition: bottom .5s;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0
}
@media (min-width:768px) {
  .instore-overlay .frm__group.buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    bottom: auto;
    padding: 0;
    background: 0 0
  }
}
.instore-overlay .frm__group.buttons.show {
  bottom: 0
}
.instore-overlay .frm__group.buttons > * {
  width: 100%;
  margin-bottom: 12px
}
@media (min-width:768px) {
  .instore-overlay .frm__group.buttons > * {
    margin-bottom: 0;
    margin-right: 16px;
    width: auto;
    min-width: 225px
  }
}
.instore-overlay .frm__label {
  color: #000;
  font-size: 18px;
  font-weight: 700
}
.instore-overlay .select2-container--default .select2-selection--single {
  border: 1px solid #9ea4aa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.instore-overlay .frm__group.store .select2-container--default .select2-selection--single:after {
  content: '\e913';
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: beautiful-homes!important;
  font-size: 24px;
  color: #7345b2
}
.instore-overlay .select2-selection--single .select2-selection__arrow b {
  border: solid #7345b2;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-top: -6px;
  margin-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.instore-overlay .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: solid #7345b2;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-top: -3px;
  margin-left: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.instore-overlay .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px
}
@media (min-width:576px) {
  .instore-overlay .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px
  }
}
.instore-overlay .select2-container--default .select2-selection--single .select2-selection__rendered .address {
  font-size: 12px
}
@media (min-width:576px) {
  .instore-overlay .select2-container--default .select2-selection--single .select2-selection__rendered .address {
    font-size: 18px
  }
}
.instore-overlay .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 700
}
.instore-overlay .select2-container .select2-selection--single .select2-selection__rendered .address {
  margin-top: 4px;
  font-weight: 400;
  display: block;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  white-space: normal
}
.instore-overlay .hide {
  display: none
}
.instore-overlay__step2--form {
  margin-top: 24px
}
.instore-overlay__step3 {
  width: 100%;
  height: -webkit-calc(100% - 52px);
  height: -moz-calc(100% - 52px);
  height: calc(100% - 52px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.instore-overlay__step4 h4,
.instore-overlay__step5 h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700
}
@media (min-width:576px) {
  .instore-overlay__step4 h4,
  .instore-overlay__step5 h4 {
    font-size: 18px
  }
}
.instore-overlay__step4 .frm__group.buttons,
.instore-overlay__step5 .frm__group.buttons {
  margin-top: 32px
}
.instore-overlay__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center
}
@media (min-width:576px) {
  .instore-overlay__title {
    font-size: 30px;
    text-align: left
  }
}
.instore-overlay__subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700
}
@media (min-width:576px) {
  .instore-overlay__subtitle {
    font-size: 24px
  }
}
.instore-overlay__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  
}

.instore-overlay__icon.shopdirections {
  cursor: pointer;
}
@media (min-width:576px) {
  .instore-overlay__icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.instore-overlay__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7345b2;
  font-size: 14px;
  font-weight: 700
}
.instore-overlay__icon span {
  font-size: 24px;
  font-weight: 400;
  margin-right: 8px
}
.instore-overlay__icon:after {
  content: ' ';
  width: 6px;
  height: 6px;
  display: block;
  margin: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #26282b
}
.instore-overlay__icon:last-child:after {
  display: none
}
.instore-overlay__subcontent {
  margin-top: 36px
}
.instore-overlay__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5
}
.instore-overlay__wishlist {
  margin-top: 24px
}
.instore-overlay__wishlist--title {
  margin-bottom: 19px
}
.instore-overlay__wishlist--browse {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #7345b2;
  width: 100%;
  padding: 16px;
  border: 1px solid #7345b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
@media (min-width:576px) {
  .instore-overlay__wishlist--browse {
    width: auto;
    min-width: 435px;
    font-size: 16px
  }
}
.instore-overlay__wishlist--browse span {
  font-size: 22px;
  font-weight: 400;
  margin-right: 12px
}
.instore-overlay__wishlist--items {
  margin-top: 24px
}
@media (min-width:576px) {
  .instore-overlay__wishlist--items {
    margin-top: 19px
  }
}
.instore-overlay__wishlist--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px
}
@media (min-width:576px) {
  .instore-overlay__wishlist--item {
    margin-top: 19px
  }
}
.instore-overlay__wishlist--item-image {
  min-width: 100px
}
@media (min-width:576px) {
  .instore-overlay__wishlist--item-image {
    min-width: 130px
  }
}
.instore-overlay__wishlist--item-content {
  margin-left: 20px
}
.instore-overlay__wishlist--item-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #fff;
  padding: 4px;
  background: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  margin-bottom: 8px
}
.instore-overlay__wishlist--item-text {
  font-size: 18px;
  line-height: 1.56
}
.instore-overlay__wishlist--item-price {
  margin-top: 12px;
  font-size: 18px
}
@media (min-width:576px) {
  .instore-overlay__wishlist--item-price {
    margin-top: 20px
  }
}
.instore-overlay__wishlist--item-price .newprice {
  font-weight: 700
}
.instore-overlay__wishlist--item-price .oldprice {
  margin-left: 8px;
  text-decoration: line-through
}
.instore-overlay__otp__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 20px
}
.instore-overlay__otp__body {
  text-align: center
}
.instore-overlay__otp__title {
  margin-bottom: 32px;
  text-align: center
}
.instore-overlay__otp__title-separator {
  display: block;
  margin-bottom: 16px
}
.instore-overlay__otp__otp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative
}
@media (min-width:576px) {
  .instore-overlay__otp__otp {
    max-width: 340px
  }
}
.instore-overlay__otp__otp-digits {
  border: 1px solid #9ea4aa;
  -webkit-border-radius: 9.3px;
  -moz-border-radius: 9.3px;
  border-radius: 9.3px;
  color: #7345b2;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  height: 56px;
  padding: 9px 10px;
  text-align: center;
  width: 42px;
  caret-color: transparent
}
@media (min-width:576px) {
  .instore-overlay__otp__otp-digits {
    font-size: 30px;
    line-height: 36px;
    height: 56px;
    padding: 9px 12px;
    width: 47px
  }
}
.instore-overlay__otp__otp-digits:not(:last-child) {
  margin-right: 8px
}
.instore-overlay__otp__otp-digits:not(:-moz-placeholder-shown) {
  border: 2px solid #8f6ac1
}
.instore-overlay__otp__otp-digits:not(:-ms-input-placeholder) {
  border: 2px solid #8f6ac1
}
.instore-overlay__otp__otp-digits:not(:placeholder-shown) {
  border: 2px solid #8f6ac1
}
.instore-overlay__otp__otp-digits:-moz-placeholder-shown:focus {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:-ms-input-placeholder:focus {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:placeholder-shown:focus {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:-moz-placeholder-shown:first-child {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:-ms-input-placeholder:first-child {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:placeholder-shown:first-child {
  text-decoration: underline
}
.instore-overlay__otp__otp-digits:focus {
  border: 2px solid #8f6ac1;
  outline: 0
}
.instore-overlay__otp__otp-digits:first-child {
  border: 2px solid #8f6ac1;
  outline: 0
}
.instore-overlay__otp__otp .icon-loader {
  display: none;
  font-size: 36px;
  line-height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.instore-overlay__otp__otp.loading .dialog__otp-digits {
  opacity: .2
}
.instore-overlay__otp__otp.loading .icon-loader {
  display: inline-block
}
.instore-overlay__otp__otp-separator {
  margin-right: 8px;
  font-size: 28px
}
.instore-overlay__otp__otp-resend {
  display: none;
  font-size: 18px;
  line-height: 28px
}
.instore-overlay__otp__otp-resend span {
  color: #d51123;
  display: block;
  margin-bottom: 25px
}
.instore-overlay__otp__desc {
  margin-bottom: 16px;
  text-align: center
}
.instore-overlay.overlay-open .frm__group.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.select2-container--open .instore-form-dropdown.select2-dropdown--above,
.select2-container--open .instore-form-dropdown.select2-dropdown--below {
  border: 1px solid #9ea4aa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  z-index: 99999;
}
.instore-form-dropdown .select2-results__option {
  position: relative;
  padding-right: 40px
}
@media (min-width:576px) {
  .instore-form-dropdown .select2-results__option {
    padding-right: 55px
  }
}
.instore-form-dropdown .select2-results__option:after {
  content: '\e913';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: beautiful-homes!important;
  font-size: 24px;
  color: #7345b2
}
@media (min-width:576px) {
  .instore-form-dropdown .select2-results__option:after {
    right: 26px
  }
}
.instore-form-dropdown .select2-results__option span {
  color: #454c53;
  font-size: 16px;
  margin-bottom: 4px
}
@media (min-width:576px) {
  .instore-form-dropdown .select2-results__option span {
    font-size: 18px;
    margin-bottom: 8px
  }
}
.instore-form-dropdown .select2-results__option p {
  font-size: 12px;
  line-height: 1.5
}
@media (min-width:576px) {
  .instore-form-dropdown .select2-results__option p {
    font-size: 18px
  }
}
.instore-form-dropdown .select2-results > .select2-results__options {
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px)
}
@media (min-width:576px) {
  .instore-form-dropdown .select2-results > .select2-results__options {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px)
  }
}
.instore-form-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px
}
.instore-form-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-button {
  background: 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px
}
.instore-form-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track-piece {
  background: #e8ebed
}
.instore-form-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #7345b2
}
.instore-form-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  box-shadow: transparent
}
.page-product-selection-instore .select2-container--open .select2-dropdown--above,
.page-product-selection-instore .select2-container--open .select2-dropdown--below {
  border: 1px solid #9ea4aa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  
}
.pure-material-checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: #26282b;
  font-size: 16px;
  line-height: 1.25
}
.pure-material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: rgba(171,143,209,.6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity .3s,-webkit-transform .2s;
  transition: opacity .3s,-webkit-transform .2s;
  -o-transition: opacity .3s,-o-transform .2s;
  -moz-transition: opacity .3s,transform .2s,-moz-transform .2s;
  transition: opacity .3s,transform .2s;
  transition: opacity .3s,transform .2s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s
}
.pure-material-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding-left: 30px
}
.pure-material-checkbox > span::before {
  content: " ";
  position: absolute;
  left: 3px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3px 11px 3px 1px;
  border: solid 2px;
  border-color: #26282b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  -webkit-transition: border-color .2s,background-color .2s;
  -o-transition: border-color .2s,background-color .2s;
  -moz-transition: border-color .2s,background-color .2s;
  transition: border-color .2s,background-color .2s
}
.pure-material-checkbox > span::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 8px;
  height: 4px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  -webkit-transform: translate(3px,4px) rotate(-45deg);
  -moz-transform: translate(3px,4px) rotate(-45deg);
  -ms-transform: translate(3px,4px) rotate(-45deg);
  -o-transform: translate(3px,4px) rotate(-45deg);
  transform: translate(3px,4px) rotate(-45deg)
}
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
  background-color: #fff
}
.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
  border-color: #26282b;
  background-color: #fff
}
.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
  border-color: #472b6f
}
.pure-material-checkbox > input:indeterminate + span::after {
  border-left: none;
  -webkit-transform: translate(4px,3px);
  -moz-transform: translate(4px,3px);
  -ms-transform: translate(4px,3px);
  -o-transform: translate(4px,3px);
  transform: translate(4px,3px)
}
.pure-material-checkbox:hover > input {
  opacity: .04
}
.pure-material-checkbox > input:focus {
  opacity: .12
}
.pure-material-checkbox:hover > input:focus {
  opacity: .16
}
.pure-material-checkbox > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s,-webkit-transform 0s;
  transition: opacity 0s,-webkit-transform 0s;
  -o-transition: opacity 0s,-o-transform 0s;
  -moz-transition: transform 0s,opacity 0s,-moz-transform 0s;
  transition: transform 0s,opacity 0s;
  transition: transform 0s,opacity 0s,-webkit-transform 0s,-moz-transform 0s,-o-transform 0s
}
.pure-material-checkbox > input:active + span::before {
  border-color: #472b6f
}
.pure-material-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: #fff
}
.pure-material-checkbox > input:disabled {
  opacity: 0
}
.pure-material-checkbox > input:disabled + span {
  color: #ab8fd1;
  cursor: initial
}
.pure-material-checkbox > input:disabled + span::before {
  border-color: currentColor
}
.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor
}
.instore-overlay__step2 .frm__group.buttons {
  margin-top: 32px;
}
/*# sourceMappingURL=maps/instore-form.css.map */

/* span.select2-selection.select2-selection--single {
    margin-bottom: 11px;
} */
.instore-overlay .select2-container--default .select2-selection--single{
  padding: 14px 72px 15px 24px;
}
@media (max-width:991px) {
  .instore-overlay .frm__group.buttons{
    position: relative;
  }
  .instore-overlay__content{
    padding-bottom: 0;
  }
}
@media (min-width:768px) {
  .frm__group.date {
    width: 385px;
}
}
span.select2-dropdown.select2-dropdown--below,.select2-container--open .select2-dropdown--above{
  border: 1px solid #9ea4aa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-top: 8px;
margin-top: 0;
z-index: 99999;
  }
  #instore__store-select span.select2.select2-container.select2-container--default.select2-container--disabled span.select2-selection.select2-selection--single {
    cursor: not-allowed;
}



@media (max-width:576px){
  .instore-overlay .frm__group input[type=tel],
  .instore-overlay .frm__group input[type=text]{
    font-size: 16px;
 }
}

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-search--inline {
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px 18px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  margin: 12px 0;
  font-size: 18px;
  color: #454c53
}
.select2-results__option span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #804ec7;
  margin-bottom: 8px
}
.select2-results__option p {
  font-size: 18px;
  line-height: 28px;
  color: #454c53
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: 8px;
  border: 2px solid #7345b2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 16px 0 8px
}
.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
  border: 2px solid #7345b2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 16px 0 8px
}
.select2-search--dropdown {
  display: block;
  padding: 0 18px;
  margin-bottom: 15px;
  position: relative
}
.select2-search--dropdown .icon-search {
  position: absolute;
  right: 30px;
  top: 13px;
  font-size: 14px
}
.select2-search--dropdown .select2-search__field {
  padding: 10px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #70777f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 47px 15px 24px
}
.select2-container--default.selected .select2-selection--single {
  border-color: #804ec7
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454c53;
  line-height: 22px;
  font-size: 18px
}
.select2-container--default.selected .select2-selection--single .select2-selection__rendered {
  color: #804ec7
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #454c53
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}
/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #70777f transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
} */
.select2-container--default.selected .select2-selection--single .select2-selection__arrow b {
  border-color: #804ec7 transparent transparent transparent
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7345b2 transparent;
  border-width: 0 6.5px 7px 6.5px
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-color: #804ec7
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #804ec7
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e8ebed;
  font-size: 16px;
  line-height: 20px
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: -webkit-calc(80vh - 200px);
  max-height: -moz-calc(80vh - 200px);
  max-height: calc(80vh - 200px);
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9ea4aa;
  color: #fff
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
  background-image: -moz-linear-gradient(top,#fff 50%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #9ea4aa
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
  background-image: -moz-linear-gradient(top,#eee 50%,#ccc 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #9ea4aa
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 6.5px 7px 6.5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
  background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
  background-image: -moz-linear-gradient(top,#fff 0,#eee 50%);
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
  background-image: -moz-linear-gradient(top,#eee 50%,#fff 100%);
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #9ea4aa
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #9ea4aa
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
  border-top: none
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #9ea4aa
}
/*# sourceMappingURL=maps/select2.css.map */
.select2-container--open .select2-dropdown--above{
  border: 1px solid #9ea4aa;
  z-index: 99999;
}
