/** Shopify CDN: Minification failed

Line 1672:0 Unexpected "}"
Line 2274:1 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Life+Savers&family=Shantell+Sans&family=Spectral&family=Tilt+Neon&family=Spectral:wght@700&family=Dancing+Script:wght@700&family=Anton&family=Bree+Serif&family=Caveat:wght@700&family=Cookie&family=Cormorant+Infant:wght@500&family=Fredericka+the+Great&family=Gilda+Display&family=Great+Vibes&family=IM+Fell+English+SC&family=Kaushan+Script&family=Lavishly+Yours&family=Ms+Madi&family=Noto+Sans+Arabic&family=Noto+Sans+HK&family=Noto+Sans+KR:wght@500&family=Noto+Sans+TC&family=Oswald:wght@200&family=Poppins&family=Prata&family=Qahiri&family=Reggae+One&family=Righteous&family=Sacramento&family=UnifrakturMaguntia&family=Vibes&family=Water+Brush&display=swap');
.selector-wrapper{
  display: none
}

a.Click-here{
    display: block;
  }

.loading .custom_iframe svg, .loading #celestial-map canvas, .loading .milkyway-overlay{
  opacity: 0 !important;
  visibility: hidden !important
}

div#reamazejs-container{
  display: none;
}

body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overscroll-behavior: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
}

.bold {
  font-weight: bold;
  font-size: 13px;
}

.app__wrapper {
  background-color: #F0F0F0;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app__wrapper > .app__main {
  width: calc(100% - 420px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
.app__wrapper > .app__main > canvas, #print {
  height: 80vh;
  width: 100%;
  max-width: 620px;
}
.app__wrapper > .app__side {
  min-width: 420px;
  max-width: 420px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.app__wrapper > .app__side .add__to--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  border-top: 1px solid #efefef;
  background-color: #fff;
}
.app__wrapper > .app__side .add__to--cart > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #AFFEBF;
  color: #000;
  padding: 13px 12px;
  border-radius: 3px;
  text-decoration: none;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .23s;
  transition: all .23s;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
}
.app__wrapper > .app__side .add__to--cart > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 3px;
  left: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.app__wrapper > .app__side .add__to--cart > a:hover span {
  left: 5px;
}
.app__wrapper > .app__side .add__to--cart .add__cart--price > a {
  font-size: 18px;
  color: #ffb503;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.app__wrapper > .app__side .add__to--cart .add__cart--price > a:hover {
  opacity: .7;
}
.app__wrapper > .app__side .add__to--cart .add__cart--price p {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.app__wrapper > .app__side .list__settings {
  max-height: calc(100vh - 255px);
  width: 100%;
  overflow-y: auto;
  min-height: calc(100vh - 255px);
}
.app__wrapper > .app__side .list__settings .element__settings {
  border-bottom: 1px solid #e0e0e0;
}
.app__wrapper > .app__side .list__settings .element__settings.active__settings {
  border-bottom-color: transparent;
}
.app__wrapper > .app__side .list__settings .element__settings.visited .head__settings .status__head img {
  opacity: 1;
}
.app__wrapper > .app__side .list__settings .element__settings.active__settings .head__settings > p {
  font-weight: 600;
}
.app__wrapper > .app__side .list__settings .element__settings.active__settings .head__settings .status__head img {
  opacity: 1;
}
.app__wrapper > .app__side .list__settings .element__settings.active__settings .head__settings span img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings {
  padding: 15px 10px;
  background: #dcdbd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings .status__head {
  position: absolute;
  right: 15px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #C0821D;
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings .status__head img {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  opacity: 0;
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings > span img {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.app__wrapper > .app__side .list__settings .element__settings .head__settings p {
  font-weight: 400;
  margin: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings {
  border-top: 1px solid #f1f1f1;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting {
  border-top: 1px solid #f1f1f1;
  background-color: #f9fafb;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -15px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input:nth-child(1) {
  margin-top: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input select {
  width: 100%;
  border: 0px;
  outline: none;
  background-color: transparent;
  padding: 6px 0px;
  font-size: 15px;
  border-bottom: 1px solid #000;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main {
  width: 100%;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .double__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .double__bottom > a {
  color: #c0821d;
  font-size: 13px;
  text-decoration: none;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .double__bottom > label {
  font-size: 13px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main > p {
  font-size: 13px;
  margin: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .coordinates__input {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .coordinates__input:last-child {
  margin-bottom: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main .coordinates__input select {
  min-width: 40px;
  max-width: 40px;
  margin-left: 10px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main > .row__dates {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main > .row__dates > .row__date--element {
  width: 100%;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main > label {
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main input {
  width: 100%;
  border: 0px;
  outline: none;
  background-color: transparent;
  padding: 6px 0px;
  font-size: 15px;
  border-bottom: 1px solid #000;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__input--main textarea {
  font-family: 'Josefin Sans';
  width: 100%;
  border: 0px;
  outline: none;
  background-color: transparent;
  padding: 7px 0px;
  font-size: 15px;
  border-bottom: 1px solid #000;
  height: 40px;
  resize: vertical;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__info {
  min-width: 130px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__info p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input .row__info p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper .text__info {
  margin-bottom: 15px;
  display: block !important;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper .text__info p {
  font-size: 12px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper .text__info .bold {
  font-weight: bold;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper .text__info:last-child {
  margin-bottom: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 8px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker.active__picker.favorite > span {
  background-color: #C0821D;
  color: #fff;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker.active__picker .image__rectangle {
  border-color: #C0821D;
  -webkit-box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker.active__picker .image__circle {
  border-color: #C0821D;
  -webkit-box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker.favorite > span {
  position: absolute;
  top: -5px;
  left: 0;
  text-align: center;
  z-index: 99;
  font-size: 11px;
  background-color: #e9e9e9;
  color: #000;
  padding: 1px 9px;
  border-radius: 15px;
  width: 58px;
  right: 0;
  margin: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.elem__picker.most_popular .label__most_popular {
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffb503; 
    color: #000000; 
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
    z-index: 99;
    transition: all .25s;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker:hover .image__rectangle {
  border-color: #C0821D;
  -webkit-box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker:hover .image__circle {
  border-color: #C0821D;
  -webkit-box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 1px 10px rgba(34, 34, 34, 0.25);
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .info__picker > span {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
  font-weight: bold;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 7px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .info__picker > p {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle {
  background-color: #fff;
  width: 100%;
  height: 100%;
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  border-radius: 250px;
  overflow: hidden;
  border: 2px solid #e9e9e9;
  padding: 10px 12px;
  -webkit-transition: .2s ease border;
  transition: .2s ease border;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle > p {
  font-size: 22px;
  margin: 0px;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle img {
  max-width: 100%;
  width: 100%;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__rectangle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  border: 2px solid #e9e9e9;
  padding: 2px;
  -webkit-transition: .2s ease border;
  transition: .2s ease border;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__rectangle > img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > p {
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
}
.app__wrapper > .app__side .list__settings::-webkit-scrollbar {
  width: 5px;
}
.app__wrapper > .app__side .list__settings::-webkit-scrollbar-track {
  background-color: #fff;
}
.app__wrapper > .app__side .list__settings::-webkit-scrollbar-thumb {
  background-color: #C0821D;
}
.app__wrapper > .app__side .info__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app__wrapper > .app__side .info__small > a {
  background-color: #C0821D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
.app__wrapper > .app__side .info__small > a:hover {
  opacity: .7;
}
.app__wrapper > .app__side .info__small > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
}
.app__wrapper > .app__side .info__small .info__small--desc {
  width: 100%;
  padding: 7px 20px;
}
.app__wrapper > .app__side .info__small .info__small--desc > h6 {
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
}
.app__wrapper > .app__side .info__small .info__small--desc > p {
  font-size: 14px;
  margin: 0px;
}

.app__wrapper > .app__side .add__to--cart > a.next__step {
  display: none;
}

.mobile__menu {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(192, 130, 29, 0.6);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(192, 130, 29, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(192, 130, 29, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
            box-shadow: 0 0 0 10px rgba(192, 130, 29, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
.info__warning {
  border-radius: 0.25em;
  padding: 5px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info__warning .main__warning {
  padding-right: 15px;
}
.info__warning p {
  margin: 0px;
  font-size: 11px;
}
.info__warning.orange__warning {
  background-color: #e6d8c0;
  border: 1px solid #ffeeba;
}
.blink__animation {
  position: relative;
  z-index: 1;
}
.blink__animation::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.6;
  animation: pulse 2s infinite;
  z-index: -1;
}
.info__warning.orange__warning .blink__animation {
  background: #c01d1d;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #C0821D;
          box-shadow: 0 0 0 0 #C0821D;
  margin: 10px;
  height: 8px;
  width: 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.info__warning.orange__warning p {
  color: #000000;
    font-weight: bold;
}
.info__warning.orange__warning p span {
  color: #856404;
}
.info__warning.green__warning {
  background-color: #caead2;
  border: 1px solid #c3e6cb;
}
.info__warning.green__warning .blink__animation {
  background: #2ECC40;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #52c41a;
          box-shadow: 0 0 0 0 #52c41a;
  margin: 10px;
  height: 8px;
  width: 25px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.info__warning.green__warning p {
  color: #000000;
    font-weight: bold;
}
.info__warning.green__warning p span {
  color: #155724;
}

input[type="date"].time__picker {
  display: none;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switcher__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.switcher__wrapper > .disabled__row.row__input--main {
  opacity: .5;
  pointer-events: none;
}
.switcher__wrapper > .row__input--main {
  opacity: 1;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-right: 10px;
}

@media (min-width: 991px) {
  .next__step {
    display: none !important;
  }

  .submit__form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.submit__form[style*="pointer-events: none"] {
    cursor: not-allowed;
}

@media (max-width: 991px) {
  .app__wrapper > .app__side .list__settings .element__settings .content__settings {
    display: block !important;
  }

  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle {
    width: 65px;
  height: 65px;
  }

  .content__settings {
    display: block;
  }

  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle > p {
    font-size: 28px;
  }

  .app__wrapper > .app__side {
    position: relative;
    overflow: visible;
  }

  .app__wrapper > .app__main {
    padding-bottom: 80px;
  }

  .mobile__menu {
    background-color: #f8f9fa;
    border: 1px solid #dadada;
    border-left: 0px;
    border-right: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
    position: absolute;
    left: 0px;
    top: -75px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 75px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .mobile__menu ul li.active__mobile a p {
    color: #c0821d;
    font-weight: bold;
  }
  .mobile__menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
  .mobile__menu ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 30px;
    margin-bottom: 2px;
  }
  .mobile__menu ul li a p {
    font-size: 12px;
    margin: 0px;
    color: #000000;
  }

  .app__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app__wrapper > .app__main {
    width: 100%;
    min-height: 100vh;
  }

  .app__wrapper > .app__side .info__small {
    display: none;
  }

  .app__wrapper > .app__side .list__settings .element__settings .head__settings {
    display: none;
  }

  .app__wrapper > .app__side .list__settings .element__settings {
    display: none;
  }

  .app__wrapper > .app__side .list__settings .element__settings.active__settings {
    display: block;
  }

  .app__wrapper > .app__side .list__settings {
    max-height: 20000px;
    min-height: 0px;
  }

  .app__wrapper > .app__side {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle > p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .row__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info__warning .main__warning {
    padding-right: 0px;
  }

  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker .elem__picker .image__circle > p {
    font-size: 18px;
  }

  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker {
    grid-template-columns: repeat(5, 1fr);
  }

  .app__wrapper > .app__side .add__to--cart > a {
    font-size: 16px;
    line-height: 18px;
  }
  .app__wrapper > .app__side .add__to--cart > a span img {
    max-width: 18px;
  }
}
@media (max-width: 400px) {
  .app__wrapper > .app__side .list__settings .element__settings .content__settings > .column__setting .picker__wrapper > .grid__picker {
    grid-template-columns: repeat(5, 1fr);
  }
}


/* Time picker css */

.form-select {
  flex-basis: 45%;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  /* border-radius: 0.4rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #C0821D;
  border-color: #C0821D;
  border-bottom: none;
}

label.btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  border-bottom: 1px solid #888; 
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.075rem 0.75rem;
  font-size: 1rem;
  width: 90%;
  margin: 5px auto;
  border-radius: 0.4rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #bce1d6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(120, 194, 173, 0.25);
}
.form-select:disabled {
  background-color: #f7f7f9;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

div#timePicker{
  width: 100%;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* STAR MAP CSS */

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.my-1 {
  margin-top: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.text-center {
  text-align: center !important;
}

.mobile__menu img, .row__info p span img {
  width: 24px;
  height: 24px;
}

.list__settings input[type=radio] {
  display: none !important;
}

#celestial-map {
  width: 95%!important;
  height: auto!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

#celestial-map canvas {
  width: 95%!important;
}

.shopify-section.shopify-section-group-footer-group.shopify-section-footer, .shopify-section.shopify-section-group-overlay-group.shopify-section-mobile-dock{
  display: none
}

/* Hide the actual star map content when in magical mode */
.custom_iframe.magical-mode svg {
    opacity: 0;
}

/* But make sure the calculating overlay can still show */
.custom_iframe.magical-mode.calculating svg {
    opacity: 0;
}

.custom_iframe.magical-mode.calculating:before {
    content: "CALCULATING...";
    position: absolute;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    color: #ffb503; /* Gold/yellow color for visibility against dark backgrounds */
    top: 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    /* Remove the background property entirely or set it to transparent */
    background: transparent;
    /* Add a text shadow for better readability against varied backgrounds */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.custom_iframe {
  position: absolute;
  z-index: 3;
  padding-top: 0;
  width: 95%;
  left: 10px;
}

@media (max-width: 768px) {
  .milkyway-overlay {
    left: 16px;
  }
  
  .custom_iframe {
    left: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .custom_iframe {
    left: 12px;
  }
}

.custom-textarea.mt-6v{
  margin-top: 6vh !important;
}

.custom-textarea {
  text-align: center;
  width: 94%;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 8.6pt !important;
  letter-spacing: 0.0384em;
  margin-top: -2px;
  resize: none;
  border: 0;
  overflow: hidden;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  font-weight: bold;
  color: inherit;
  font-family: inherit;
}

.custom-address {
  font-size: 7.75pt;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  font-family: inherit;
  color: inherit;
}

.custom-address *, .frame-container{
  color: inherit;
  font-family: inherit;
}

div#qrcode {
  position: absolute;
  bottom: 0px;
  right: 8px;
  width: 50px;
  height: 50px;
}

div#qrcode img{
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

div#qrcode canvas{
  display: none;
}

.custom-frame {
  color: #fff;
}

.bg-new {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
}

#print {
  position: relative !important;
  left: 0% !important;
}

.uploadcare--jcrop-holder>div>div, #preview {
  border-radius: 50%;
}

.d-none{
  display: none;
}
/* 
div#qrcode {
  position: absolute;
  bottom: 0px;
  right: 8px;
  width: 35px;
} */

.custom-textarea img, .custom-address img, .custom-textarea.my-1.w-100 svg {
  max-width: 18px;
  max-height: 18px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1386px) {
  .custom-frame {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 986px) {
  .custom-frame {
    max-width: 85%;
    margin: auto;
  }
}


@media (max-width: 991px){
  .app__wrapper > .app__main {
      padding-bottom: 86px;
  }

  .app__wrapper > .app__main {
      width: 100%;
      min-height: 70vh !important;
      padding-left: 10px;
      padding-right: 10px;
  }

  #print {
      height: 65vh !important;
  }
}

/* 
.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
} */


.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
	opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.fade {
	transition: opacity .15s linear;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #000;
}

::selection {
  color: #fff;
  background: #C0821D;
}

.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}

.ant-spin-container {
  position: relative;
  transition: opacity .3s;
}

.ant-spin-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none\9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all .3s;
  content: "";
  pointer-events: none;
}

.popup-send-email button {
  cursor: pointer;
}

.popup-send-email .btn-send-email {
  background-color: #C0821D;
  padding: 10px 12px;
  border: none;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
}

.popup-send-email .input-email {
  padding: 10px;
  border: 1px solid #C0821D;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
}

.popup-send-email .checkbox-policy {
  font-size: 16px;
}

.popup-send-email .checkbox-policy input {
  margin-right: 10px;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mt-3 {
  margin-top: 10px !important;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}


.hanger:after {
	content: " ";
	position: absolute;
	height: 20px;
	width: 104%;
	background: #FAF9F6;
	left: 50%;
	transform: translateX(-50%);
}

  .list__settings input[type=radio]{
    display: none !important;
  }

  [value="Sky Light"]+label{
    display: none !important
  }

  .black-hanger.hanger:after,.black-hanger.hanger:before {
	background: #252525;
  }

    .white-hanger.hanger:after,.white-hanger.hanger:before {
	background: #FAF9F6;
  }

.custom-frame.bg-new.shadow.text-center.p-3.skylight {

	background: url(https://cdn.shopify.com/s/files/1/0278/7010/1602/files/Template_1.jpg?v=1637948231) !important;
	background-size: cover !important;
	padding-top: 0 !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	min-height: 80vh;
    border: none !important;
}

.skylight .pt-2.pb-1.frame-container.pl-0.pr-0 {
	max-width: 65%;
	padding: 65px 0 0 0 !important;
	margin: auto;
}

.hanger:before {
	content: " ";
	position: absolute;
	height: 20px;
	width: 104%;
	background: #FAF9F6;
	left: 50%;
	top: -2.5px;
	transform: translateX(-50%);
}


@media screen and (max-width: 600px) {
	.custom-frame.bg-new.shadow.text-center.p-3.skylight {

		background-size: 115% !important;
		min-height: 70vh;
	}
}
  
	@media screen and (max-width: 378px) and (max-height: 700px) {
		.custom-frame.bg-new.shadow.text-center.p-3.skylight {

			background-size: 105% !important;
			min-height: 70vh;
		}

		.skylight .pt-2.pb-1.frame-container.pl-0.pr-0 {
			max-width: 61%;
			padding: 44px 0 0 0 !important;
		}
	}

	@media screen and (min-width: 992px) {

		.hanger:after,
		.hanger:before {
			max-width: 88.5%;
		}
	}



	.fade {
		transition: none;
	}
}

.btn-modal {
	background-color: #fff;
	border: 1px solid #222;
	color: #222;
	margin: 4px 0;
	border-radius: 0;
	font-size: 14px;
	padding: .5rem 1rem;
    cursor: pointer;
}

.btn-modal.active {
	background-color: #1d4354;
	border: 1px solid #1d4354;
	color: #323232;
}



.btn-group-toggle>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 2rem 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}


.uploadcare--widget__button {
    background: #C0821D !important;
    color: inherit !important;
    margin: 25px auto 10px auto !important;
}

.switcher__wrapper .uploadcare--widget__button {
    background: #C0821D !important;
    color: inherit !important;
    margin: 0px auto !important;
}


@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.text-center {
	text-align: center !important;
}


.close {
	font-size: 1.5rem !important;
}

.modal-dialog {
	overflow-y: initial !important;
}

.modal-content {
	height: 85vh;
	margin-top: -5vh;
}

.modal-body {
	padding: 0;
}

.list-group-item:first-child {
	border-radius: 0 !important;
	border-top: none;
}

.list-group-item:last-child {
	border-radius: 0 !important;
}

.list-group-item {
	border: 1px solid #e9ecef;
	padding: 1.5rem 1.25rem;
}

.saying-item>p {
	line-height: 1;
    cursor: pointer;
    color: #c0821d;
}

.saying-item>p>small{
  font-size: 14px
}

.modal-header-categories {
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
}

.modal-body {
	height: 50vh;
	overflow-y: auto;
}

input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.btn-gold {
	width: 100%;
	padding: 1em 1em;
	color: #323232;
	background-color: #1d4354;
	border: 1px solid #1d4354;
	float: right;
}


small {
	font-size: 2.5vw;
}


.btn-gold {
    width: 100%;
    padding: 1em;
    color: #fff;
    background-color: #C0821D;
    border: 1px solid #C0821D;
    float: right;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}


.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

h5.modal-title{
    font-size: 1.25rem;
}


#confirmSaying {
    cursor: pointer;
}

.modal-content .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.modal-content .close {
    font-size: 1.5rem!important;
}

.modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
[type=button] {
    -webkit-appearance: button;
}
[type=button] {
    -webkit-appearance: button;
}

.btn-modal {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    margin: 4px 0;
    border-radius: 0;
    font-size: 14px !important;
    padding: 0.5rem 1rem;
  width: auto !important;
    border: 1px solid #000 !important;
    padding: 10px !important;
    border-radius: 0 !important;
    color: #000 !important;
}


.btn-modal.active {
    background-color: #C0821D;
    border: 1px solid #C0821D;
    color: #fff !important;
}

html.js{
  padding: 0 !important;
}

button#add_div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #C0821D;
		color: #000;
		padding: 13px 12px;
		border-radius: 3px;
		text-decoration: none;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: all .23s;
		transition: all .23s;
		font-size: 18px;
		padding-left: 20px;
	}

@media only screen and (max-width: 480px) {
			.add-magnetic {
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
			}
		}

		@media only screen and (max-width: 767px) {
			.add-magnetic {
				margin-top: 40px;
			}
		}

		.add-magnetic {
			align-items: center;
			display: -webkit-flex;
			display: none;
			justify-content: space-between;
			flex-wrap: nowrap;
			margin-bottom: 1.5rem;
			margin-top: 2.125rem;
		}

		@media only screen and (max-width: 480px) {
			.add-magnetic .add-mef-left {
				height: 4.375rem;
				width: 3.625rem;
			}
		}

		.add-magnetic .add-mef-left {
			height: 5.438rem;
			margin-right: 0;
			width: 4.5rem;
		}

		@media only screen and (max-width: 480px) {
			.add-mef-left {
				width: 20%;
			}
		}

		@media only screen and (max-width: 480px) {
			.add-mef-left {
				width: 3.938rem;
			}
		}

		@media only screen and (max-width: 991px) {
			.add-mef-left {
				margin-right: 0;
			}

			.add-mef-left img {
				width: 100%;
			}
		}

		.add-mef-left {
			align-items: center;
			display: -webkit-flex;
			display: flex;
			height: 4.688rem;
			justify-content: center;
			margin-right: .938rem;
			position: relative;
			text-align: center;
			width: 5.938rem;
		}

		@media only screen and (max-width: 480px) {
			.add-magnetic .add-mef-center {
				margin: 0 .5325rem;
				width: auto;
			}
		}

		@media only screen and (max-width: 480px) {
			.add-mef-center {
				margin: 0 .425rem;
				width: 75%;
			}
		}

		.add-mef-center {
			margin: 0 .625rem;
		}

		@media only screen and (max-width: 480px) {
			.add-mef-center {
				width: 63%;
			}
		}

		@media screen and (max-width: 450px) and (orientation: portrait) {
			.add-magnetic .add-mef-center h5 {
				color: #0b1a26;
				font-size: 16px;
				font-weight: 500;
				letter-spacing: .29px;
				line-height: 20px;
			}
		}

		@media only screen and (max-width: 480px) {
			.add-mef-center h5 {
				font-size: 1.1rem;
				line-height: 1.2375rem;
			}
		}

d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
.add-mef-left img {
    max-width: 100%;
}
		.add-mef-center h5 {
			color: #0b1a26;
			font-size: 1.25rem;
			font-weight: 700;
			letter-spacing: .36px;
			line-height: 1.4375rem;
			margin-bottom: 5px;
		}

		.add-mef-center p {
			color: #0b1a26;
			font-size: .75rem;
			font-weight: 400;
			line-height: 1.438rem;
			margin-bottom: 0;
		}

		button#add_div {
			padding: 18px 22px;
			text-align: center;
			width: 100%;
		}

		button#add_div {
			padding: 13px 18px;
		}
	}



@media screen and (min-width:420px) {
	small {
		font-size: 75%;
	}
}

@media (min-width:992px) {
	small {
		font-size: .6vw;
	}
}
    .feature-list {
      padding: 0;
      margin: 0;
    }
    .feature-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .feature-item img {
      width: 45px; /* Adjusted icon size */
      height: 45px; /* Adjusted icon size */
      margin-right: 15px; /* Space between icon and text */
    }
    .feature-item p {
      margin: 0;
      font-size: 16px;
      color: #444;
    }
      .announcement-bar {
        display: none !important;
      }

  .header-wrapper {
    display: none !important;
  }
.logo-container {
  position: absolute;
  top: 25px; /* Padding from the top */
  left: 35px; /* Padding from the left */
  z-index: 9999; /* Keep it on top */
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Initially invisible */
  animation: fadeInLogo 1s ease-in-out forwards; /* Fade-in animation */
  animation-delay: 1s; /* 1 second delay before appearing */
}

/* iPad Pro 12.9" (2021) in landscape */
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .logo-container {
    top: 10px;
    left: 10px;
  }
}
  /* Logo image styling */
  .logo-container img {
    height: 55px; /* Adjust the logo height */
    width: auto; /* Maintain the aspect ratio */
    cursor: pointer; /* Show a pointer when hovering over the logo */
  }

  /* Define the fadeInLogo animation */
  @keyframes fadeInLogo {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    100% {
      visibility: visible;
      opacity: 1;
    }
  }

@media (max-width: 768px) {
    .logo-container img {
      height: 50px; /* Adjust the logo height */
      width: auto; /* Maintain the aspect ratio */
      cursor: pointer; /* Show a pointer when hovering over the logo */
  }
.logo-container {
    position: absolute; /* or fixed, depending on context */
  top: 2%;
  left: 2%;
  transform: translate(-2%, -5%);
  }
}
#rasu-widget {
  display: none;
}
    .review-container {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: inherit;
    }

    .review-logo {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .review-content {
        display: flex;
        flex-direction: column;
    }

    .review-title {
        font-size: 18px;
        font-weight: bold;
    }

    .review-stars {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .review-stars img {
        width: 100px;
    }

    .review-container:hover {
        opacity: 0.8;
    }
.submenu-info-content {
    display: none; /* Ensures it's hidden by default */
    padding: 10px;
}

.accordion.active .submenu-info-content {
    display: block; /* Only opens when active */
}
#shopify-chat {
  display: none;
}
.custom-text {
  font-size: 14px;
}
.payment-messaging {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.accordion-headers {
    display: flex;
}

/* Hide the original accordion titles permanently */
.title__picker.original-title {
    display: none !important;
}

/* Style for header tabs */
.accordion-headers .title__picker {
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    background: #ece1ce;
    margin: 5px;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

/* Style for the active tab - darker grey background */
.accordion-headers .title__picker.active {
    background-color: #c0821d; /* Darker grey background for active tab */
    color: #ffffff;
    border-bottom-color: #555; /* Match the background color */
    font-weight: bold;
}

/* Hover effect for non-active tabs */
.accordion-headers .title__picker:not(.active):hover {
    background-color: #222222;
    color: #ffffff;
}

/* Hide the arrow icon in the tabs */
.accordion-headers .title__picker img {
    display: none;
}

/* Content area styles */
.submenu, .submenu-info-content {
    display: none;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    border-top: none;
}
.accordion-starmap {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 2em 0;
  font-family: inherit;
}

.accordion-section-starmap {
  border-bottom: 1px solid #eaeaea;
}

.accordion-title-starmap {
  cursor: pointer;
  padding: 1em;
  font-weight: bold;
  position: relative;
  background: #fff;
}

.accordion-title-starmap::after {
  content: '+';
  position: absolute;
  right: 1em;
  font-weight: bold;
}

.accordion-title-starmap.active::after {
  content: '-';
}

.accordion-content-starmap {
  display: none;
  padding: 1em;
  background: #f9f9f9;
}

.accordion-content-starmap.open {
  display: block;
}

.feature-list-starmap {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-item-starmap {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}

.feature-item-starmap img {
  width: 36px;
  height: auto;
}
.stars-inline {
  height: 14px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.gift-wrap-overlay {
    mix-blend-mode: normal;
    pointer-events: none;
}

/* Hide gift wrap option for non-framed products visually but keep selectable */
.state_4 .elem__picker {
    opacity: 1;
}

.gift-options-separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 20px 0;
    position: relative;
}

.gift-options-separator::before {
    content: "Gift Options";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.picker__wrapper.gift-options {
    margin-top: 0;
}

/* ==== BASE STYLES (shared switch input) ==== */
.switch input {
  display: none;
}

/* ==== TEXT TOGGLE STYLE ("Show/Hide") ==== */
.switch--text {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}

.switch--text .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  color: white;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  border-radius: 34px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  user-select: none;
}

.switch--text .slider-text {
  z-index: 1;
  pointer-events: none;
}

.switch--text input:checked + .slider {
  background-color: #C0821D;
}

/* ==== CLASSIC KNOB TOGGLE STYLE ==== */
.switch--knob {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch--knob input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch--knob .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.switch--knob .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.switch--knob input:checked + .slider {
  background-color: #C0821D;
}

.switch--knob input:checked + .slider:before {
  transform: translateX(14px);
}

/* Desktop Horizontal Navigation */
@media (min-width: 992px) {
  .mobile__menu {
    display: block !important;
    position: static;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid #dadada;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    padding: 0 15px;
    top: 0;
    margin-bottom: 0;
  }
  
  .mobile__menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  
  .mobile__menu ul li {
    flex: 1;
    text-align: center;
  }
  
  .mobile__menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .mobile__menu ul li a:hover {
    background-color: rgba(192, 130, 29, 0.1);
  }
  
  .mobile__menu ul li.active__mobile a {
    background-color: rgba(192, 130, 29, 0.2);
  }
  
  .mobile__menu ul li.active__mobile a p {
    color: #000000;
    font-weight: bold;
  }
  
  .mobile__menu ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    margin-bottom: 3px;
  }
  
  .mobile__menu ul li a span img {
    max-width: 20px;
    max-height: 20px;
  }
  
  .mobile__menu ul li a p {
    font-size: 11px;
    margin: 0px;
    color: #000000;
    line-height: 1.2;
  }
  
  /* Hide the old vertical headers on desktop */
  .app__wrapper > .app__side .list__settings .element__settings .head__settings {
    display: none;
  }
  
  /* Always show all content sections on desktop, but hide non-active ones */
  .app__wrapper > .app__side .list__settings .element__settings {
    display: none;
  }
  
  .app__wrapper > .app__side .list__settings .element__settings.active__settings {
    display: block;
  }
  
  .app__wrapper > .app__side .list__settings .element__settings .content__settings {
    display: block !important;
  }
}

/* Ensure mobile menu is hidden on mobile as before */
@media (max-width: 991px) {
  .mobile__menu {
    display: block;
    /* Keep existing mobile styles */
  }
  .emoji-picker-btn {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* Add subtle shadows and better spacing */
  .mobile__menu {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-bottom: 2px solid #C0821D;
  }
  
  /* Add step numbers */
  .mobile__menu ul li {
    position: relative;
    counter-increment: step-counter;
  }
  
  .mobile__menu ul li:before {
    content: counter(step-counter);
    position: absolute;
    top: 5px;
    right: 5px;
    background: #C0821D;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  
  .mobile__menu ul {
    counter-reset: step-counter;
  }
  
  /* Completed step indicator */
  .mobile__menu ul li.visited:before {
    content: "✓";
    background: #28a745;
  }
}

/* EMOJI PICKER STYLES - integrates with existing modal system */
.emoji-picker-btn {
  font-family: 'Josefin Sans';
  background: none;
  border: none;
  font-size: 13px;
  color: #c0821d;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.2s;
  z-index: 10;
}

.emoji-picker-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Use your existing modal structure */
.emoji-picker-modal {
  display: none;
}

.emoji-picker-modal.model-open {
  display: block;
}

.emoji-picker-content {
  max-width: 450px;
  width: 100%;
}

.emoji-picker-content h3 {
  margin: 0 0 15px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
}

.emoji-categories {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.emoji-category-btn {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s;
  flex: 1;
  min-width: 0;
}

.emoji-category-btn:hover,
.emoji-category-btn.active {
  background: #C0821D;
  color: white;
  border-color: #C0821D;
}

.emoji-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  background: #fafafa;
}

.emoji-item {
  font-size: 24px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  user-select: none;
  background: white;
  border: 1px solid #eee;
}

.emoji-item:hover {
  background-color: rgba(192, 130, 29, 0.1);
  border-color: #C0821D;
  transform: scale(1.1);
}

.emoji-item:active {
  background-color: rgba(192, 130, 29, 0.2);
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .emoji-picker-content {
    max-width: 95%;
  }
  
  .emoji-grid {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    max-height: 250px;
    gap: 6px;
    padding: 10px;
  }
  
  .emoji-item {
    font-size: 20px;
    padding: 6px;
  }
  
  .emoji-categories {
    gap: 3px;
  }
  
  .emoji-category-btn {
    padding: 6px 8px;
    font-size: 11px;
  }
}