@charset "UTF-8";
.progressBar {
  position: fixed;
  top: 0;
  height: 4px;
  display: block;
  z-index: 9999;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  background-clip: padding-box; /*margin: 0.5rem 0 1rem 0;*/
  overflow: hidden;
}

.progressBar .indeterminate {
  background-color: black;
}

.progressBar .indeterminate:before {
  content: "";
  position: absolute;
  background-color: #7E3E8E;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progressBar .indeterminate:after {
  content: "";
  position: absolute;
  background-color: #7E3E8E;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
#CloudyDay-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
  z-index: 5;
}
#CloudyDay-mobile div {
  margin: auto;
  width: 100%;
  height: 100%;
}
#CloudyDay-mobile div svg {
  width: 100% !important;
  height: 50%;
  margin: 1em 0 0;
}

#Cloud-group_2-Left {
  opacity: 1;
  animation-name: Cloud-group_2-Left-frames;
  animation-duration: 60900ms;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes Cloud-group_2-Left-frames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-150px);
  }
}
#Cloud-group_2-Right {
  opacity: 1;
  animation-name: Cloud-group_2-Right-frames;
  animation-duration: 60900ms;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes Cloud-group_2-Right-frames {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(150px);
  }
}
.Logo-popup {
  opacity: 0;
  animation-name: Logo-popup-frames;
  animation-duration: 900ms;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes Logo-popup-frames {
  to {
    transform: rotate(0) translateY(0) scale(1);
    opacity: 1;
  }
  from {
    transform: rotate(0) translateY(-5%) scale(0);
    opacity: 0;
  }
}
.Milista-logo {
  opacity: 0;
  animation-name: Milista-logo-frames;
  animation-duration: 900ms;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes Milista-logo-frames {
  to {
    transform: rotate(0) translateY(0) scale(1);
    opacity: 1;
  }
  from {
    transform: rotate(0) translateY(-5%) scale(0);
    opacity: 0;
  }
}
#HomePreview-Wrapper {
  opacity: 0;
  animation-name: Preview-Item-frames;
  animation-duration: 900ms;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes Preview-Item-frames {
  to {
    transform: rotate(xx) translateY(0);
    opacity: 1;
    display: block;
  }
  from {
    transform: translateY(-100%);
    opacity: 0;
    display: none;
  }
}
.MessageIcon {
  width: 100%;
  margin: -27px 0 0;
  text-align: center;
  position: absolute;
  opacity: 0;
  animation-name: MessageIcon-frames;
  animation-duration: 900ms;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.MessageIcon svg {
  font-size: 3.5em;
  background: #ffffff;
  color: #e6a62b;
  padding: 3% 5%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 18% !important;
}

@keyframes MessageIcon-frames {
  to {
    transform: rotate(xx) translateY(0);
    opacity: 1;
    display: block;
  }
  from {
    transform: translateY(90%);
    opacity: 0;
    display: none;
  }
}
.HomePreviewItem-Title {
  opacity: 0;
  animation-name: PreviewItem-Title-frames;
  animation-duration: 900ms;
  animation-timing-function: ease;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes PreviewItem-Title-frames {
  to {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
#Check-icon {
  opacity: 0;
  animation-name: popup-Check-icon;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 3.2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes popup-Check-icon {
  to {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
#Circle-Group {
  opacity: 0;
  animation-name: popup-Circle-Group;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes popup-Circle-Group {
  to {
    opacity: 1;
  }
  from {
    opacity: 0;
    transform: scale(1);
  }
}
#Explotion2 {
  opacity: 0;
  animation-name: popup-Explotion2;
  animation-duration: 6.5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes popup-Explotion2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  6%, 100% {
    opacity: 0;
  }
}
#Explotion3 {
  opacity: 0;
  animation-name: popup-Explotion3;
  animation-duration: 7.5s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes popup-Explotion3 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  6%, 100% {
    opacity: 0;
  }
}
@keyframes pulse_animation {
  0%, 100%, 30%, 50%, 60%, 80% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  70% {
    transform: scale(1.05);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 3s;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.slideInDown-logo {
  animation-name: bounceIn;
  animation-duration: 1s;
}

/*  @keyframes slideInDown-logo {
   0% {
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
     visibility: visible;
     opacity: 1;
   }

   50% {
       -webkit-transform: translate3d(0, -50%, 0);
       transform: translate3d(0, -50%, 0);
       visibility: visible;
       opacity:0.5;
     }


   100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 0;
   }
 } 

 .bounceIn {
   -webkit-animation-duration: 0.75s;
   animation-duration: 0.75s;
   -webkit-animation-name: bounceIn;
   animation-name: bounceIn;
 }*/
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.BotFinder {
  animation-name: bounceInLeft;
  animation-duration: 1.3s;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.loader {
  background-image: url("/images/page-loader.gif");
  background-color: rgba(248, 246, 244, 0.8);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

html {
  background-color: #f7d9b0;
}
html body {
  background-color: #ffebd0;
}
html body .sea {
  top: 0;
  z-index: 0;
}
html body .Content {
  z-index: 4;
  /*MAIN-HOLDER*/ /*////////////*/
}
html body .Content .MainHolder {
  box-shadow: 0px 10px 0px -6px #c5b6ab;
}
@media (max-width: 75em) {
  html body .Content .MainHolder {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 56.25em) {
  html body .Content .MainHolder {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 48em) {
  html body .Content .MainHolder {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 37.5em) {
  html body .Content .MainHolder {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 75em) {
  html body .Content .MainHolder {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (min-width: 112.5em) {
  html body .Content .MainHolder {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

#gSignInWrapper {
  width: 100%;
}
#gSignInWrapper #customBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 100%;
  border: 0;
  white-space: nowrap;
  border-radius: 4px;
}
#gSignInWrapper #customBtn:hover {
  cursor: pointer;
}
#gSignInWrapper #customBtn span.label {
  font-family: serif;
  font-weight: normal;
}
#gSignInWrapper #customBtn span.icon {
  background: url("/images/logos/sign-in/g-normal.svg") transparent center no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
#gSignInWrapper #customBtn span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: "Roboto", sans-serif;
}
@media (max-width: 75em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 14px;
  }
}
@media (max-width: 56.25em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 13px;
  }
}
@media (min-width: 75em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  #gSignInWrapper #customBtn span.buttonText {
    font-size: 14px;
  }
}
#gSignInWrapper #customBtn2 {
  display: inline-block;
  background: white;
  color: #444;
  width: 100%;
  border: 0;
  white-space: nowrap;
  border-radius: 4px;
}
#gSignInWrapper #customBtn2:hover {
  cursor: pointer;
}
#gSignInWrapper #customBtn2 span.label {
  font-family: serif;
  font-weight: normal;
}
#gSignInWrapper #customBtn2 span.icon {
  background: url("/images/logos/sign-in/g-normal.svg") transparent center no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
#gSignInWrapper #customBtn2 span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: "Roboto", sans-serif;
}
@media (max-width: 75em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 14px;
  }
}
@media (max-width: 56.25em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 13px;
  }
}
@media (min-width: 75em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  #gSignInWrapper #customBtn2 span.buttonText {
    font-size: 14px;
  }
}

.General-button {
  background: none;
}
.General-button button {
  margin: 0;
  border: 0;
  background: none;
  padding: 1em;
}
.General-button button svg {
  margin: 3px 0 0;
  position: absolute;
  left: 1rem;
  font-size: 1.45em;
  color: #f37732;
}
.General-button button a {
  color: #ffffff;
  font-size: 1.5em;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}
.General-button button a:hover {
  color: #1c75bc;
  font-size: 1.5em;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}

.Form-Actionbutton {
  background: none;
}
.Form-Actionbutton button {
  margin: 0;
  border: 0;
  background: none;
}
.Form-Actionbutton button a {
  color: #ffffff;
  font-size: 1.1em;
  width: 100%;
  background: #f37732;
  padding: 0.3rem;
  border-bottom: 3px solid #d16122;
}
.Form-Actionbutton button a:hover {
  color: #ffd900;
  font-size: 1.1em;
  width: 100%;
  background: #f37732;
  padding: 0.3rem;
  border-bottom: 3px solid #d16122;
}
.Form-Actionbutton button a svg {
  margin: 6px 0 0;
  position: absolute;
  left: 1rem;
  font-size: 1em;
  color: #ffffff;
}

.Promoter-Actionbutton {
  background: none;
}
.Promoter-Actionbutton a:first-of-type {
  color: #f37732;
  border: 2px solid #f37732;
}
.Promoter-Actionbutton a:first-of-type:hover {
  color: #e6a62b;
}
.Promoter-Actionbutton a:first-of-type svg {
  color: #f37732;
}
.Promoter-Actionbutton a {
  margin: 0 0 0.5rem;
  color: #7E3E8E;
  font-size: 1.1em;
  width: 100%;
  padding: 0.3rem;
  border: 2px solid #7E3E8E;
}
.Promoter-Actionbutton a:hover {
  margin: 0 0 0.5rem;
  color: #7E3E8E;
  font-size: 1.1em;
  width: 100%;
  padding: 0.3rem;
  border: 2px solid #7E3E8E;
}
.Promoter-Actionbutton a svg {
  margin: 6px 0 0;
  position: absolute;
  left: 0.5rem;
  font-size: 0.9em;
  color: #7E3E8E;
}

.VerifyClient-Button {
  /* input[type='text'] {
      font-size: 16px;
      background-color: #fff;
      &:focus {
          outline: 0;
      }
  } */
}
.VerifyClient-Button button:first-of-type {
  background-color: #7E3E8E;
  font-size: 16px;
  border: 0;
  display: block;
}
.VerifyClient-Button button {
  background-color: #27990c;
  font-size: 16px;
  border: 0;
  color: #ffffff;
  display: none;
}
.VerifyClient-Button button svg {
  color: #ffffff;
}

.Admin-StyleContainer-buttons {
  float: left;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 5px 0 9px 0;
  background: #ff4c6c;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-family: arial;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.Admin-StyleContainer-buttons:hover {
  float: left;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 5px 0 9px 0;
  background: #b82944;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-family: arial;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.Fieldset-control select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.global-label svg {
  color: #f37732;
}

.global-table-button {
  color: #000;
}
@media (max-width: 75em) {
  .global-table-button {
    color: #000000;
  }
}
@media (max-width: 56.25em) {
  .global-table-button {
    color: #000000;
  }
}
@media (max-width: 37.5em) {
  .global-table-button {
    color: #fff;
  }
}
@media (min-width: 112.5em) {
  .global-table-button {
    color: #000;
  }
}

.validation-Holder-Large-UserName {
  position: relative;
  width: auto;
  margin: 0;
}

.validation-Holder-Large {
  position: relative;
  width: auto;
  margin: 0;
}

.validation-Holder-Medium {
  position: relative;
  width: auto;
  margin: 0 0 0 21.4%;
}

.validation-Holder-Small {
  position: relative;
  width: auto;
  margin: 0 0 0 21.5%;
}

.validation-summary-errors {
  line-height: 15px;
  height: auto;
  margin: 0;
  padding: 1em 0 1em 0.5em;
  background: #874298;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  font-family: arial;
  text-shadow: 1px 1px 1px #000;
  font-size: 1em;
  width: 100%;
  text-align: center;
}

.field-validation-approved {
  background: url("/images/Validation-approve-icon.png") no-repeat scroll 10px 10px #e9f3d2;
  border: 0;
  color: #008000;
  font-size: 1.1em;
  height: 75px;
  margin: 0;
  padding-left: 35px;
  padding-top: 15px;
  width: 230px;
  float: right;
}

.field-validation-error {
  background-color: #f02626;
  background-image: url("/images/svg/Validations/Validation-error-icon.svg");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 16px;
  margin: 0 0 0.3rem;
  padding: 4px 4% 8px 18px;
  border: 0;
  color: #fff;
  float: left;
  width: 100%;
  font-size: 1.1em;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.Topbar {
  top: 0;
  background: #ffffff;
  border-bottom: 0;
  z-index: 999;
  box-shadow: none;
  height: auto;
}
@media (max-width: 75em) {
  .Topbar {
    height: auto;
  }
}
@media (max-width: 56.25em) {
  .Topbar {
    height: auto;
  }
}
@media (max-width: 48em) {
  .Topbar {
    height: 65px;
  }
}
@media (max-width: 37.5em) {
  .Topbar {
    height: 65px;
  }
}
@media (min-width: 112.5em) {
  .Topbar {
    height: auto;
  }
}
.Topbar #Circle-wrap {
  margin: 7px 0 0;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.Topbar #Circle-wrap .circle {
  width: 27px;
  height: 30px;
  position: relative;
}
.Topbar #Circle-wrap .circle.icon.close {
  float: none !important;
  opacity: 1;
}
.Topbar #Circle-wrap .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #545454;
  border-radius: 8px;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.Topbar #Circle-wrap .top {
  top: 18%;
}
.Topbar #Circle-wrap .middle {
  top: 48%;
}
.Topbar #Circle-wrap .bottom {
  top: 78%;
}
.Topbar #Circle-wrap .icon.close .top {
  background: #000000;
  transform: rotate(45deg);
  top: 48%;
}
.Topbar #Circle-wrap .icon.close .middle, .Topbar #Circle-wrap .icon.close .bottom {
  background: #000000;
  transform: rotate(-45deg);
  top: 48%;
}
.Topbar .LogoMobileFix {
  position: relative;
}
@media (max-width: 75em) {
  .Topbar .LogoMobileFix {
    position: relative;
  }
}
@media (max-width: 56.25em) {
  .Topbar .LogoMobileFix {
    position: relative;
  }
}
@media (max-width: 48em) {
  .Topbar .LogoMobileFix {
    position: absolute;
  }
}
@media (max-width: 37.5em) {
  .Topbar .LogoMobileFix {
    position: absolute;
  }
}
@media (min-width: 112.5em) {
  .Topbar .LogoMobileFix {
    position: relative;
  }
}
@media (max-width: 75em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
  }
}
@media (max-width: 56.25em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
  }
}
@media (max-width: 48em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
  }
}
@media (max-width: 37.5em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 75px;
  }
}
@media (min-width: 112.5em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
  }
}
.Topbar .Top_Menu {
  padding: 1rem 0 0;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu {
    padding: 1rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu {
    padding: 1rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu {
    padding: 1rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu {
    padding: 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu {
    padding: 1rem 0 0;
  }
}
.Topbar .Top_Menu .CartShop_view {
  width: 55px;
  display: block;
  margin: 0 3rem 0 0;
  padding-left: 0;
  border: 0;
  background: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 0 2.3rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 4px 3rem 0 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 0 3rem 0 0;
  }
}
.Topbar .Top_Menu .CartShop_view svg {
  color: #7E3E8E;
  font-size: 1em;
}
.Topbar .Top_Menu .CartShop_view .CartShop_view-Products {
  color: #7E3E8E;
  float: left;
  font-size: 12px;
  font-weight: lighter;
  margin-left: 2px;
  margin-top: 10px;
  text-decoration: none;
}
.Topbar .Top_Menu .CartShop_view .CartShop_view-Quantity {
  color: #7E3E8E;
  float: left;
  font-size: 10px;
  margin: 0;
  line-height: 11px;
  padding: 0 0 0 12px;
}
.Topbar .Top_Menu .CartShop_view .CartShop_view-Total {
  width: 100%;
  color: #7E3E8E;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  display: block;
}
.Topbar .Top_Menu .ViewOrder {
  display: block;
  margin: 0 2.5rem 0 0;
  padding-left: 0;
  border: 0;
  background: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 2.5rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 2.5rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 2.5rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 5px 2.5rem 0 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 2.5rem 0 0;
  }
}
.Topbar .Top_Menu .ViewOrder svg {
  font-size: 1.2em;
  color: #1580a6;
}
.Topbar .Top_Menu .ViewOrder a {
  color: #1580a6;
}
.Topbar .Top_Menu .LogonUser-Wrapper {
  right: 0px;
  top: 0;
  display: block;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder {
  margin: 0;
  position: absolute;
  right: 0.3rem;
  background-color: #f5f5f5;
  border-radius: 120px;
  height: 40px;
  width: 40px;
  top: 0.5rem;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots {
  width: 40px;
  height: 20px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  margin: 1em 0.2em;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots:focus {
  outline: none;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:after, .Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:before,
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots span {
  width: 10%;
  height: 20%;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  background: #2c8caf;
  transform: rotate(0deg);
  transition: all 0.4s;
  left: 1%;
  right: 1%;
  margin: 0 auto;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:after, .Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:before {
  content: "";
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:after {
  top: -10%;
  margin-top: 0px;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots:before {
  bottom: -10%;
  margin-bottom: 0px;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots span {
  top: 50%;
  margin-top: -2px;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots.on:after {
  transform: rotate(135deg) translate(9px, -9px);
  width: 73%;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots.on:before {
  transform: rotate(225deg);
  bottom: 43%;
  margin-bottom: -2px;
  width: 66%;
}
.Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder button.dots.dots.on span {
  transform: rotate(135deg);
}
.Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
  display: none;
  width: 100%;
  height: auto;
  margin: 60px 0 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 0;
  /* background: rgb(255,219,198);
  background: linear-gradient(0deg, rgba(255,219,198,1) 0%, rgba(255,255,255,1) 65%); */
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
    height: 100vh;
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder {
  width: auto;
  background: none;
  padding: 0;
  position: absolute;
  right: 0;
  display: block;
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
  float: left;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  padding: 1em;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 4px;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
    margin: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
    margin: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
    margin: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
    margin: 0 0 1% 1%;
    width: 48%;
    border: 1px solid #dfdfdf;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button {
    margin: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
  }
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
  margin: 0;
  left: 3%;
  position: absolute;
  font-size: 1.3em;
  color: #f37732;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
    position: absolute;
    left: 3%;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
    position: absolute;
    left: 3%;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
    position: absolute;
    left: 3%;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
    position: relative;
    left: 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button svg {
    position: absolute;
    left: 3%;
  }
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
  color: #858281;
  font-size: 1.3em;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
    font-size: 1.3em;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
    font-size: 1.3em;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
    font-size: 1.3em;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
    font-size: 1.08em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a {
    font-size: 1.3em;
  }
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
  color: #1c75bc;
  font-size: 1.3em;
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
    font-size: 1.3em;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
    font-size: 1.3em;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
    font-size: 1.3em;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
    font-size: 1.08em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button a:hover {
    font-size: 1.3em;
  }
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder button span {
  margin: 3px 0 0;
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder .CurrentUserInfo {
  float: left;
  width: 100%;
  background: none;
  padding: 1em;
  border-bottom: 2px solid #ffe0d0;
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder .CurrentUserInfo div div a img {
  border: 1px solid #ffceb5;
  padding: 3px;
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder .CurrentUserInfo p {
  color: #9a4718;
  float: left;
  font-size: 1em;
  line-height: 11px;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.Topbar .Top_Menu .LogonUser-Wrapper .LogonUser-holder .CurrentUserInfo em {
  color: #1580a6;
  float: left;
  font-size: 1em;
  margin: 1em 0;
  width: 100%;
  font-weight: bold;
}
.Topbar .Main-menu {
  display: none;
}
.Topbar nav {
  height: 100vh;
  background: none;
  z-index: 3;
}
.Topbar nav ul {
  margin: auto;
  float: none;
  padding: 0;
}
.Topbar nav ul li {
  cursor: pointer;
  list-style: none;
}
@media (max-width: 75em) {
  .Topbar nav ul li {
    margin: 0;
    border-bottom: 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar nav ul li {
    margin: 0;
    border-bottom: 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar nav ul li {
    margin: 1.5em 0;
    border-bottom: 1px solid rgb(212, 212, 212);
  }
}
@media (min-width: 112.5em) {
  .Topbar nav ul li {
    margin: 0;
    border-bottom: 0;
  }
}
.Topbar nav ul li:hover {
  cursor: pointer;
  list-style: none;
}
.Topbar nav ul li img {
  display: block;
  margin: 8px auto 0;
}
.Topbar nav ul li a {
  font-size: 1.2em;
  color: #313131;
  text-transform: capitalize;
}
.Topbar nav ul li a:hover {
  color: #690a69;
  text-transform: capitalize;
}
@media (max-width: 75em) {
  .Topbar nav ul li a:hover {
    font-size: 56.25%;
  }
}
@media (max-width: 56.25em) {
  .Topbar nav ul li a:hover {
    font-size: 50%;
  }
}
@media (max-width: 37.5em) {
  .Topbar nav ul li a:hover {
    font-size: 100%;
  }
}
@media (min-width: 112.5em) {
  .Topbar nav ul li a:hover {
    font-size: 1.5em;
  }
}
@media (max-width: 75em) {
  .Topbar nav ul li a {
    font-size: 56.25%;
  }
}
@media (max-width: 56.25em) {
  .Topbar nav ul li a {
    font-size: 50%;
  }
}
@media (max-width: 37.5em) {
  .Topbar nav ul li a {
    font-size: 100%;
  }
}
@media (min-width: 112.5em) {
  .Topbar nav ul li a {
    font-size: 1.5em;
  }
}
.Topbar nav #Mobile-wrapper {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  display: none !important;
  left: 0;
  margin: 0 auto !important;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.Topbar nav .LogonUserMobile-Wrapper {
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  padding: 0 0 3px 10px;
  display: none;
}
.Topbar nav .LogonUserMobile-holder {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #e9e9e9;
  padding: 3px 9px 3px 10px;
  position: absolute;
  right: 0;
  display: none;
}

header {
  z-index: 2;
  top: 0;
}
header .header-logo .hanging-rope-menu {
  background: url("/images/svg/left-hanging-rope.svg") no-repeat left, url("/images/svg/right-hanging-rope.svg") no-repeat right, url("/images/svg/MainMenu-public-Topdecor.svg") no-repeat bottom;
}
@media (max-width: 75em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 70% !important;
  }
}
@media (max-width: 56.25em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 70% !important;
  }
}
@media (max-width: 48em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 70% !important;
  }
}
@media (max-width: 37.5em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 70% !important;
  }
}
@media (min-width: 112.5em) {
  header .header-logo img {
    margin: 0 0 1.7rem;
    width: 13.62em !important;
  }
}
@media (max-width: 75em) {
  header .header-logo img:last-child {
    width: 100%;
  }
}
@media (max-width: 56.25em) {
  header .header-logo img:last-child {
    width: 100%;
  }
}
@media (max-width: 48em) {
  header .header-logo img:last-child {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  header .header-logo img:last-child {
    width: 100%;
  }
}
@media (min-width: 75em) {
  header .header-logo img:last-child {
    width: 100%;
  }
}
@media (min-width: 112.5em) {
  header .header-logo img:last-child {
    width: 12.62em;
  }
}
header .header-logo .Main-menu-public ul {
  list-style: none;
  background-color: #ffffff;
  border-radius: 8px;
  border-bottom: 2px solid #c5b6ab;
}
@media (max-width: 75em) {
  header .header-logo .Main-menu-public ul {
    padding: 1rem 0;
  }
}
@media (max-width: 56.25em) {
  header .header-logo .Main-menu-public ul {
    padding: 1rem 0;
  }
}
@media (max-width: 48em) {
  header .header-logo .Main-menu-public ul {
    padding: 1rem 0;
  }
}
@media (max-width: 37.5em) {
  header .header-logo .Main-menu-public ul {
    padding: 0.3rem 0;
  }
}
@media (min-width: 75em) {
  header .header-logo .Main-menu-public ul {
    padding: 1rem 0;
  }
}
@media (min-width: 112.5em) {
  header .header-logo .Main-menu-public ul {
    padding: 1rem 0;
  }
}
header .header-logo .Main-menu-public ul li {
  border-right: 1px solid #ccc;
}
header .header-logo .Main-menu-public ul li:last-child {
  border-right: 0;
}
header .header-logo .Main-menu-public ul li a {
  color: #212529;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media (max-width: 37.5em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
@media (max-width: 48em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
@media (max-width: 56.25em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
@media (max-width: 75em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
@media (min-width: 75em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
@media (min-width: 112.5em) {
  header .header-logo .Main-menu-public ul li a {
    font-size: 13px;
  }
}
header .header-logo .Main-menu-public ul li a:hover {
  text-shadow: 1px 1px 8px #0ba0a5;
  color: #1680a6;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
}
header .header-logo .Main-menu-public ul li button {
  border: 0;
  background: none;
  color: #212529;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 13px;
}
header .header-logo .Main-menu-public ul li button:focus {
  color: purple;
  background: none;
  border: 0;
  outline: 0;
}
header .header-logo .Main-menu-public ul li button:active {
  background: none;
  border: 0;
  outline: 0;
}

.HeavenHillTop {
  display: block;
}
@media (max-width: 75em) {
  .HeavenHillTop {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .HeavenHillTop {
    display: block;
  }
}
@media (max-width: 48em) {
  .HeavenHillTop {
    display: block;
  }
}
@media (max-width: 37.5em) {
  .HeavenHillTop {
    display: none;
  }
}
@media (min-width: 75em) {
  .HeavenHillTop {
    display: block;
  }
}
@media (min-width: 112.5em) {
  .HeavenHillTop {
    display: block;
  }
}

.HeavenHillTop-mobile {
  display: none;
}
@media (max-width: 75em) {
  .HeavenHillTop-mobile {
    display: none;
  }
}
@media (max-width: 56.25em) {
  .HeavenHillTop-mobile {
    display: none;
  }
}
@media (max-width: 48em) {
  .HeavenHillTop-mobile {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .HeavenHillTop-mobile {
    display: block;
  }
}
@media (min-width: 75em) {
  .HeavenHillTop-mobile {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .HeavenHillTop-mobile {
    display: none;
  }
}

#BeachHillTopNight {
  display: block;
}
@media (max-width: 75em) {
  #BeachHillTopNight {
    display: block;
  }
}
@media (max-width: 56.25em) {
  #BeachHillTopNight {
    display: block;
  }
}
@media (max-width: 48em) {
  #BeachHillTopNight {
    display: block;
  }
}
@media (max-width: 37.5em) {
  #BeachHillTopNight {
    display: none;
  }
}
@media (min-width: 75em) {
  #BeachHillTopNight {
    display: block;
  }
}
@media (min-width: 112.5em) {
  #BeachHillTopNight {
    display: block;
  }
}

#BeachHillTopNight-mobile {
  display: none;
}
@media (max-width: 75em) {
  #BeachHillTopNight-mobile {
    display: none;
  }
}
@media (max-width: 56.25em) {
  #BeachHillTopNight-mobile {
    display: none;
  }
}
@media (max-width: 48em) {
  #BeachHillTopNight-mobile {
    display: none;
  }
}
@media (max-width: 37.5em) {
  #BeachHillTopNight-mobile {
    display: block;
  }
}
@media (min-width: 75em) {
  #BeachHillTopNight-mobile {
    display: none;
  }
}
@media (min-width: 112.5em) {
  #BeachHillTopNight-mobile {
    display: none;
  }
}

#footer-sandNight {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 75em) {
  #footer-sandNight {
    display: block;
  }
}
@media (max-width: 56.25em) {
  #footer-sandNight {
    display: block;
  }
}
@media (max-width: 48em) {
  #footer-sandNight {
    display: block;
  }
}
@media (max-width: 37.5em) {
  #footer-sandNight {
    display: none;
  }
}
@media (min-width: 75em) {
  #footer-sandNight {
    display: block;
  }
}
@media (min-width: 112.5em) {
  #footer-sandNight {
    display: block;
  }
}

#footer-sandNight-mobile {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 75em) {
  #footer-sandNight-mobile {
    display: none;
  }
}
@media (max-width: 56.25em) {
  #footer-sandNight-mobile {
    display: none;
  }
}
@media (max-width: 48em) {
  #footer-sandNight-mobile {
    display: none;
  }
}
@media (max-width: 37.5em) {
  #footer-sandNight-mobile {
    display: block;
  }
}
@media (min-width: 75em) {
  #footer-sandNight-mobile {
    display: none;
  }
}
@media (min-width: 112.5em) {
  #footer-sandNight-mobile {
    display: none;
  }
}

/*NAV-WIZARD*/ /*////////////*/
.Nav-Wizard {
  background: none;
  border: 0;
  margin: auto;
}
@media (max-width: 75em) {
  .Nav-Wizard {
    padding: 0 0 0 10px !important;
  }
}
@media (max-width: 56.25em) {
  .Nav-Wizard {
    padding: 0 0 0 10px !important;
  }
}
@media (max-width: 48em) {
  .Nav-Wizard {
    padding: 0 0 0 10px !important;
  }
}
@media (max-width: 37.5em) {
  .Nav-Wizard {
    padding: 0 !important;
  }
}
@media (min-width: 75em) {
  .Nav-Wizard {
    padding: 0 0 0 10px !important;
  }
}
@media (min-width: 112.5em) {
  .Nav-Wizard {
    padding: 0 0 0 10px !important;
  }
}
.Nav-Wizard .Nav-Wizard-TagName {
  margin: 0;
  background: #fafafa;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 75em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 3px solid #e8e8e8 !important;
  }
}
@media (max-width: 56.25em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 3px solid #e8e8e8 !important;
  }
}
@media (max-width: 48em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 3px solid #e8e8e8 !important;
  }
}
@media (max-width: 37.5em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 2px solid #e8e8e8 !important;
  }
}
@media (min-width: 75em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 3px solid #e8e8e8 !important;
  }
}
@media (min-width: 112.5em) {
  .Nav-Wizard .Nav-Wizard-TagName {
    border-bottom: 3px solid #e8e8e8 !important;
  }
}
.Nav-Wizard .Nav-Wizard-TagName a {
  float: left;
  font-size: 1em;
  color: #007476;
  text-decoration: none;
}
.Nav-Wizard .Nav-Wizard-TagName a:hover {
  color: #37abd5;
  text-decoration: none;
}
.Nav-Wizard .Nav-Wizard-TagName a:first-child {
  margin: 1em 0 0 0.5em;
}
.Nav-Wizard .Nav-Wizard-TagName a svg {
  font-size: 1.3em;
}
.Nav-Wizard .Nav-Wizard-TagName h3 {
  color: #ff8a75;
  padding: 1rem 0 0;
  font-size: 1.3em;
  font-family: "Anton", sans-serif;
}
.Nav-Wizard .Nav-Wizard-TagName h3 a {
  margin: 0 0 0 2% !important;
}
.Nav-Wizard .Nav-Wizard-TagName label {
  color: #ff8a75;
  padding: 1rem 0 0;
  font-size: 1.3em;
  font-family: "Anton", sans-serif;
}
.Nav-Wizard .Nav-Wizard-TagName label a {
  margin: 0 0 0 2% !important;
}

.navStickyMenu {
  position: relative !important;
  display: block;
}
@media (max-width: 75em) {
  .navStickyMenu {
    position: relative !important;
    background: none;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu {
    position: relative !important;
    background: none;
  }
}
@media (max-width: 48em) {
  .navStickyMenu {
    position: fixed !important;
    bottom: 0;
    z-index: 4;
    background: #fafafa;
    border-top: 1px solid #cccccc;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu {
    position: fixed !important;
    bottom: 0;
    z-index: 4;
    background: #fafafa;
    border-top: 1px solid #cccccc;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu {
    position: relative !important;
    background: none;
  }
}
@media (max-width: 75em) {
  .navStickyMenu .navContent {
    position: relative;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent {
    position: relative;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent {
    position: fixed;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent {
    position: fixed;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent {
    position: relative;
  }
}
@media (max-width: 75em) {
  .navStickyMenu .navContent .header-logo {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent .header-logo {
    display: block;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent .header-logo {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent .header-logo {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent .header-logo {
    display: block;
  }
}
.navStickyMenu .navContent ul {
  list-style: none;
}
.navStickyMenu .navContent ul li {
  margin: 0 0 1rem;
}
@media (max-width: 75em) {
  .navStickyMenu .navContent ul li {
    margin: 0 0 1rem;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent ul li {
    margin: 0 0 1rem;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent ul li {
    margin: 0;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul li {
    margin: 0;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent ul li {
    margin: 0 0 1rem;
  }
}
.navStickyMenu .navContent ul li a {
  color: black;
}
@media (max-width: 75em) {
  .navStickyMenu .navContent ul li a {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent ul li a {
    display: block;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent ul li a {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul li a {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent ul li a {
    display: block;
  }
}
.navStickyMenu .navContent ul li span {
  color: #874298;
}

footer .footer-gradient {
  background: rgb(5, 26, 51);
  background: linear-gradient(180deg, rgb(5, 26, 51) 24%, rgb(220, 180, 135) 57%, rgb(255, 255, 255) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#051a33",endColorstr="#ffffff",GradientType=1);
}
footer .footer-holder label {
  text-transform: uppercase;
  color: #666666;
}
footer .footer-holder ul {
  list-style: none;
  border-bottom-color: #d5b891 !important;
  color: #666666;
  padding: 0;
}
footer .footer-holder ul li {
  padding: 0;
}
footer .footer-holder ul li a {
  color: #ffffff;
}
footer .footer-holder ul li a p svg {
  color: #666666;
}
footer .footer-holder .social-holder label {
  text-transform: uppercase;
  color: #666666;
}
footer .footer-holder .social-holder a {
  color: #666666;
}
footer .footer-holder .social-holder a svg {
  color: #666666;
}
footer .footer-holder .social-holder a span {
  line-height: 12px;
}
footer .footer-holder p {
  border-top-color: #bba88e !important;
  color: #343434;
  font-size: 0.9em;
}
footer .footer-holder p span {
  color: 666666;
}
@media (max-width: 75em) {
  footer .footer-holder img {
    width: 85px;
    height: 40px;
  }
}
@media (max-width: 56.25em) {
  footer .footer-holder img {
    width: 85px;
    height: 40px;
  }
}
@media (max-width: 48em) {
  footer .footer-holder img {
    width: 85px;
    height: 40px;
  }
}
@media (max-width: 37.5em) {
  footer .footer-holder img {
    width: 60px;
    height: 38px;
  }
}
@media (min-width: 75em) {
  footer .footer-holder img {
    width: 85px;
    height: 40px;
  }
}
@media (min-width: 112.5em) {
  footer .footer-holder img {
    width: 85px;
    height: 40px;
  }
}
footer .footer-holder .footer-customerService {
  background: #dcb488;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 75em) {
  footer .footer-holder .footer-customerService {
    background: none;
  }
}
@media (max-width: 56.25em) {
  footer .footer-holder .footer-customerService {
    background: none;
  }
}
@media (max-width: 48em) {
  footer .footer-holder .footer-customerService {
    background: none;
  }
}
@media (max-width: 37.5em) {
  footer .footer-holder .footer-customerService {
    background: #f2cfa8;
  }
}
@media (min-width: 75em) {
  footer .footer-holder .footer-customerService {
    background: none;
  }
}
@media (min-width: 112.5em) {
  footer .footer-holder .footer-customerService {
    background: none;
  }
}

.Admin-OrderMonitor > table {
  display: block;
}

.Admin-OrderMonitor > table thead {
  display: block;
}

.Admin-OrderMonitor > table tbody {
  display: block;
}

.Admin-OrderMonitor > table th {
  display: block;
}

.Admin-OrderMonitor > table td {
  display: block;
}

.Admin-OrderMonitor > table tr {
  display: block;
}

.Admin-OrderMonitor > table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.Admin-OrderMonitor > table tr {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 0;
}

.Admin-OrderMonitor > table tr:nth-child(even) {
  background: #ffffff !important;
  color: #000000 !important;
}

.Admin-OrderMonitor > table tr:nth-child(odd) {
  background: #ececea !important;
  color: #000000 !important;
}

.Admin-OrderMonitor > table td { /* Behave  like a "row" */
  border: none;
  border-bottom: 0 !important;
  position: relative;
  padding-left: 50%;
}

.Admin-OrderMonitor > table td:before { /* Now like a table header */
  position: absolute; /* Top/left values mimic padding */
  border-bottom: 0 !important;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
}

/*Label the data*/
.Admin-OrderMonitor > table td:nth-of-type(1):before {
  content: "Detalle";
  text-align: left;
  color: #7E3E8E;
  font-size: 1em;
  font-weight: bold;
  border: 0;
  padding: 10px 0 0;
}

.Admin-OrderMonitor > table td:nth-of-type(2):before {
  content: "Perfil";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(3):before {
  content: "Nombre";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(4):before {
  content: "Dirección";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(5):before {
  content: "Fecha";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(6):before {
  content: "Estatus";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(7):before {
  content: "Forma de pago";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(8):before {
  content: "Total de la orden";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(9):before {
  content: "Tipo de orden";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(10):before {
  content: "Método de Pago";
  color: #000000;
  font-size: 0.9em;
  font-weight: bold;
  border: 0;
}

.Admin-OrderMonitor > table td:nth-of-type(11):before {
  content: "Detalle";
  text-align: left;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  border: 0;
}

.Card-Event {
  transition: transform 1s;
  padding: 1rem;
  margin: 0 0 1rem;
}
.Card-Event:hover {
  transform: translateY(-5px);
}
@media (max-width: 75em) {
  .Card-Event time img {
    width: 187px;
    height: 20px;
  }
}
@media (max-width: 56.25em) {
  .Card-Event time img {
    width: 187px;
    height: 20px;
  }
}
@media (max-width: 48em) {
  .Card-Event time img {
    width: 187px;
    height: 20px;
  }
}
@media (max-width: 37.5em) {
  .Card-Event time img {
    width: 294px;
    height: 32px;
  }
}
@media (min-width: 75em) {
  .Card-Event time img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 112.5em) {
  .Card-Event time img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 75em) {
  .Card-Event img {
    width: 187px;
    height: 221px;
  }
}
@media (max-width: 56.25em) {
  .Card-Event img {
    width: 187px;
    height: 221px;
  }
}
@media (max-width: 48em) {
  .Card-Event img {
    width: 187px;
    height: 221px;
  }
}
@media (max-width: 37.5em) {
  .Card-Event img {
    width: 294px;
    height: 348px;
  }
}
@media (min-width: 75em) {
  .Card-Event img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 112.5em) {
  .Card-Event img {
    width: 100%;
    height: auto;
  }
}
.Card-Event h3 {
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 75em) {
  .Card-Event h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 56.25em) {
  .Card-Event h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .Card-Event h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .Card-Event h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 75em) {
  .Card-Event h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  .Card-Event h3 {
    font-size: 1.5em;
  }
}
.Card-Event .Info {
  padding: 1rem;
  position: relative;
}
.Card-Event p {
  margin-top: 1rem;
  word-break: break-all;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.2em;
}
@media (max-width: 75em) {
  .Card-Event p {
    font-size: 14px;
  }
}
@media (max-width: 56.25em) {
  .Card-Event p {
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  .Card-Event p {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  .Card-Event p {
    font-size: 1.2em;
  }
}
@media (min-width: 75em) {
  .Card-Event p {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  .Card-Event p {
    font-size: 14px;
  }
}

.Ticket-shopping-cart {
  transition: transform 1s;
}
.Ticket-shopping-cart:hover {
  transform: translateY(-5px);
}
.Ticket-shopping-cart img {
  width: 100%;
}
.Ticket-shopping-cart h3 {
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 75em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 56.25em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 75em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  .Ticket-shopping-cart h3 {
    font-size: 1.5em;
  }
}
.Ticket-shopping-cart .Info {
  padding: 0.3em 0 0;
  position: relative;
}
.Ticket-shopping-cart p {
  margin-top: 1rem;
  word-break: break-all;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.2em;
}
@media (max-width: 75em) {
  .Ticket-shopping-cart p {
    font-size: 14px;
  }
}
@media (max-width: 56.25em) {
  .Ticket-shopping-cart p {
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  .Ticket-shopping-cart p {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  .Ticket-shopping-cart p {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .Ticket-shopping-cart p {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  .Ticket-shopping-cart p {
    font-size: 14px;
  }
}

.TemplateItems-Container {
  margin: 1em 0;
  padding: 1em 0;
}
.TemplateItems-Container header {
  width: 100%;
}
.TemplateItems-Container header svg {
  float: left;
  font-size: 1.3em;
  color: #f37732;
}
@media (max-width: 75em) {
  .TemplateItems-Container header h3 {
    font-size: 1.8em;
    padding-left: 1rem;
  }
}
@media (max-width: 56.25em) {
  .TemplateItems-Container header h3 {
    font-size: 1.8em;
    padding-left: 1rem;
  }
}
@media (max-width: 48em) {
  .TemplateItems-Container header h3 {
    font-size: 1.8em;
    padding-left: 1rem;
  }
}
@media (max-width: 37.5em) {
  .TemplateItems-Container header h3 {
    font-size: 1.5em;
    padding-left: 0.8rem;
  }
}
@media (min-width: 75em) {
  .TemplateItems-Container header h3 {
    font-size: 1.8em;
    padding-left: 1rem;
  }
}
@media (min-width: 112.5em) {
  .TemplateItems-Container header h3 {
    font-size: 2em;
    padding-left: 1rem;
  }
}
.TemplateItems-Container header aside {
  border-top: 1px dashed #fcddcc;
}
.TemplateItems-Container header aside p {
  margin: 0;
}
.TemplateItems-Container header aside em {
  margin: 0;
  background: #fcddcc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.TemplateItems-Container .Template-Item-content {
  text-align: justify;
  margin: 1rem 0 0;
}
@media (max-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1.2em;
  }
}
@media (max-width: 56.25em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1.2em;
  }
}
@media (min-width: 112.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper p {
    font-size: 1.2em;
  }
}
.TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
  float: left;
}
@media (max-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 30%;
  }
}
@media (max-width: 56.25em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 30%;
  }
}
@media (max-width: 48em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 30%;
  }
}
@media (max-width: 37.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 30%;
  }
}
@media (min-width: 112.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper .img-medium {
    width: 30%;
  }
}
.TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
  float: left;
  font-size: 1.1em;
  color: #7E3E8E;
  font-weight: 500;
}
@media (max-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 2.5rem;
  }
}
@media (max-width: 56.25em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 2.5rem;
  }
}
@media (max-width: 48em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 2.5rem;
  }
}
@media (max-width: 37.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 1.5rem;
  }
}
@media (min-width: 75em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 2.5rem;
  }
}
@media (min-width: 112.5em) {
  .TemplateItems-Container .Template-Item-content .CKE-ItemWrapper ol {
    padding-left: 2.5rem;
  }
}

.Widget-Shopping {
  display: block;
  margin: auto;
  padding: 0.5em 0.5em 1em 0.5em;
  background-color: #fafafa;
  opacity: 0.8;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #E5E5F7 0, #E5E5F7 1px, #fafafa 0, #fafafa 50%);
}
.Widget-Shopping h5 {
  font-family: roboto;
  color: #545454;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding: 0 0.5rem 0.2em 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.Widget-Shopping h5 span {
  color: #27990c;
  font-size: 0.9em;
  margin: 0;
}
.Widget-Shopping #update-message {
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.3rem 0;
  margin: 0;
  text-shadow: 1px 0px 3px #209abc;
}
.Widget-Shopping .update-message {
  margin: 0 0 0.4rem;
}
.Widget-Shopping .Widget-Shopping-ProductItem {
  margin: 0 0 0.3rem 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.5rem 0;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.Widget-Shopping .Widget-Shopping-ProductItem h4 {
  margin: 0;
  font-size: 18px;
}
.Widget-Shopping .Widget-Shopping-ProductItem span {
  margin: 0;
  font-size: 16px;
}
.Widget-Shopping .Widget-Shopping-ProductItem input::-webkit-outer-spin-button,
.Widget-Shopping .Widget-Shopping-ProductItem input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Widget-Shopping .Widget-Shopping-ProductItem input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
  border: 1px solid #dee2e6 !important;
}
.Widget-Shopping .Widget-Shopping-ProductItem button {
  border: 0;
  background: none;
}
.Widget-Shopping .Widget-Shopping-ProductItem button i {
  margin: 0;
  background: #ff3547;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px;
}
.Widget-Shopping .Widget-Shopping-ProductItem button p {
  margin: 0;
}
.Widget-Shopping .Widget-Shopping-ProductItem .Widget-Shopping-ProductItem-typeIcon {
  color: #ffa500;
  font-size: 22px;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod {
  list-style: none;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div:hover {
  border: 1px solid #f37732;
  background-color: #fafafa;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div:active {
  border: 1px solid #27990c;
  background-color: rgb(206, 245, 255);
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div div {
  border: 0 !important;
  background: none !important;
  cursor: pointer;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div div label {
  cursor: pointer;
}
.Widget-Shopping .Widget-Shopping-PaymentMethod li div div img {
  width: 100% !important;
}
.Widget-Shopping table {
  display: block;
}
.Widget-Shopping table thead {
  display: block;
}
.Widget-Shopping table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.Widget-Shopping table tbody {
  display: block;
}
.Widget-Shopping table th {
  display: block;
}
.Widget-Shopping table td {
  display: block;
}
.Widget-Shopping table tr {
  display: block;
  border: 0;
}
.Widget-Shopping table tr:nth-child(even) {
  background: #fafafa;
  color: #000000;
  border: 1px solid #dddddd;
}
.Widget-Shopping table tr:nth-child(odd) {
  background: #ffffff;
  color: #545454;
  margin: 0 0 0.6em;
  border: 1px solid #dddddd;
}
.Widget-Shopping table td {
  border: none;
  border-bottom: 0;
  position: relative;
  padding-left: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  /*Label the data*/
}
.Widget-Shopping table td input[type=number]::-webkit-inner-spin-button,
.Widget-Shopping table td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Widget-Shopping table td input[type=number] {
  -moz-appearance: textfield;
}
.Widget-Shopping table td:before {
  position: absolute;
  border-bottom: 0;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
}
.Widget-Shopping table td:nth-of-type(2):before {
  content: "Producto:";
  color: #000000;
  border: 0;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  text-align: left;
}
.Widget-Shopping table td:nth-of-type(3):before {
  content: "Precio:";
  color: #000000;
  border: 0;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  text-align: left;
}
.Widget-Shopping table td:nth-of-type(4):before {
  content: "Cantidad:";
  color: #000000;
  border: 0;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  text-align: left;
}

#PromoterCode-tooltip {
  display: none;
}
#PromoterCode-tooltip img {
  margin-bottom: -11px;
}

.Widget-Shopping-code-ToolTip {
  background-color: #7E3E8E;
}

.PromoterCode-tooltip-action button {
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 10px;
  text-align: center;
  padding: 1px;
  font-size: 11px;
  font-weight: bold;
  background: #ffc24d;
  color: #a76c18;
  border: 3px solid #782e89;
}

.PromoterCode-tooltip-action button:hover {
  background: white;
  color: #7E3E8E;
  border: 3px solid #ffc24d;
}

.PromoterCode-tooltip-caption small {
  color: white;
}

.Widget-Shopping-empty {
  margin: 0.5em auto;
  padding: 1rem 0;
  width: 50%;
  text-align: center;
}
.Widget-Shopping-empty span {
  font-size: 4em;
  color: #989898;
}
.Widget-Shopping-empty p {
  width: 100%;
  margin: 0.5em 0 0;
  font-size: 0.8em;
  color: #545454;
}

.Widget-Shopping-Price-Holder {
  margin: auto;
  padding: 0 0 0.5em !important;
}
.Widget-Shopping-Price-Holder ul {
  padding: 0;
  margin: 0.2rem 0 0;
  border: 0;
}
.Widget-Shopping-Price-Holder ul ul {
  background: none;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  list-style-type: none;
}

#ReservationAreaButtonContainer {
  background: #14a9b0;
  color: #fff;
}
#ReservationAreaButtonContainer button {
  border: 0;
  padding: 0.4rem 0;
  box-shadow: 1px 19px 1px -13px #0b797e;
}

#ReservationAreaModal .modal-header label {
  font-size: 1.3em;
  margin: 0;
}
#ReservationAreaModal .modal-header span {
  color: #7E3E8E;
}
#ReservationAreaModal .modal-footer a {
  font-size: 1.3em;
  margin: 0;
}
#ReservationAreaModal .modal-body .SeatSelectLabel em {
  font-style: normal;
  font-size: 1em;
  background: #63d598;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  float: left;
}
#ReservationAreaModal .BackToCart {
  background: #dbdbdb;
  padding: 0.5em;
  font-size: 1.2em;
}

.movie-container {
  margin: 0;
}
.movie-container label em {
  font-style: normal;
  font-size: 1em;
  background: #63d598;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  float: left;
}
.movie-container select {
  background-color: #ff9200;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.seat {
  fill: #ffffff;
  background-color: #ffffff;
  border: 1px solid #545454;
  height: 15px;
  width: 15px;
  margin: 3px;
  border-radius: 25px;
  stroke: #212121;
}

.seat.selected {
  fill: #ffff00;
  background-color: #ffff00;
  stroke: #ffffff;
}
.seat.selected circle {
  fill: #ffff00;
}
.seat.selected text {
  stroke: #ffffff;
}

.seat.occupied {
  fill: #f23a3a;
  background-color: #f23a3a;
  stroke: #ffffff !important;
}
.seat.occupied circle {
  fill: #f23a3a;
}
.seat.occupied text {
  stroke: #ffffff !important;
}

.seat:not(.occupied):hover {
  cursor: pointer;
  fill: #ffff00;
  stroke: #ffffff;
}

.showcase {
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
  color: #777;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.5em;
}
.showcase li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.showcase .seat-option {
  background-color: #ffffff;
  border: 1px solid #545454;
  height: 15px;
  width: 15px;
  margin: 3px;
  border-radius: 25px;
}
.showcase .seat-option.seat-selected {
  fill: #ffff00;
  background-color: #ffff00;
  stroke: #ffffff;
}
.showcase .seat-option.seat-occupied {
  fill: #f23a3a;
  background-color: #f23a3a;
  stroke: #ffffff !important;
}
.showcase .seat-option:not(.seat-occupied):hover {
  cursor: default;
  fill: #f23a3a;
}
.showcase small {
  margin-left: 10px;
}

.screen {
  fill: #2b76ef;
  stroke: #000000;
  margin: 15px 0;
  transform: rotateX(-45deg);
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.75);
}

.containerArea {
  margin-bottom: 1em;
}
.containerArea svg {
  background: #fff9ea;
  padding: 0.3rem;
  border-top: 1px solid #dfd3b7;
  border-bottom: 1px solid #dfd3b7;
}
.containerArea svg .seatArea-Group g text {
  font: normal 24px sans-serif;
  pointer-events: none;
}
.containerArea svg .seatArea-LabelGroup text {
  font: normal 24px sans-serif;
  stroke: rgb(21, 21, 21);
}

.text {
  margin: 5px 0;
}
.text span {
  color: #058d17;
  font-weight: bold;
}
.text em {
  color: #058d17;
  font-size: 0.8em;
}

.seatArea-TopFloor {
  fill: #63d598;
  stroke: #c9ba96;
  stroke-miterlimit: 10;
}

.seatArea-LowLevel {
  fill: #ff9200;
  stroke: #c9ba96;
  stroke-miterlimit: 10;
}

.st1 {
  fill: #309d62;
}

#StoreProductBilling .modal-body {
  /* .ribbon-wrapper-green {
      width: 85px;
      height: 88px;
      overflow: hidden;
      position: absolute;
      top: -3px;
      right: -3px;
    }

    .ribbon-green {
      font: bold 15px Sans-Serif;
      color: #333;
      text-align: center;
      text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform:    rotate(45deg);
      -ms-transform:     rotate(45deg);
      -o-transform:      rotate(45deg);
      transform:      rotate(45deg);
      position: relative;
      padding: 7px 0;
      left: -5px;
      top: 15px;
      width: 120px;
      background-color: #BFDC7A;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
      background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
      background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
      background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
      background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
      color: #6a6340;
      -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
      -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
      box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    }

    .ribbon-green:before, .ribbon-green:after {
      content: "";
      border-top:   3px solid #6e8900;   
      border-left:  3px solid transparent;
      border-right: 3px solid transparent;
      position:absolute;
      bottom: -3px;
    }

    .ribbon-green:before {
      left: 0;
    }
    .ribbon-green:after {
      right: 0;
    }​ */
}
#StoreProductBilling .modal-body small {
  color: #00b700;
}
#StoreProductBilling .modal-body .SessionCountDown-holder {
  border: 1px solid #00b700;
}
#StoreProductBilling .modal-body .SessionCountDown-holder .userProfile-holder {
  background-color: #f0be61;
  color: #fff;
  padding: 0.6rem 0.4rem;
}
#StoreProductBilling .modal-body .SessionCountDown-holder .userProfile-holder .imageProfile {
  width: 42px;
  height: 42px;
  background: #fff;
}

.accordionMenu {
  list-style: none;
}

.accordionMenu li:last-child .dropdown {
  border-bottom: 0;
}

.accordionMenu li .dropdown.active {
  color: #64d13a;
  overflow: hidden;
}

.accordionMenu li .dropdown.active .arrow_circle-ico {
  transform: rotate(180deg);
}

.dropdown {
  display: block;
  font-size: 18px;
  transition: all 0.4s ease-out;
  background-color: #ffffff;
  border: 2px solid #dee2e6 !important;
  outline: none;
}

.dropdown:hover {
  background-color: #fafafa;
  outline: none;
}

.dropdown:focus {
  border: 2px solid #089270 !important;
  outline: none;
}

.dropdown:focus-visible {
  border: 2px solid #e2029f !important;
  outline: none;
}

.dropdown:focus-within {
  border: 2px solid #02e23a !important;
  outline: none;
}

.dropdown:active {
  border: 2px solid #ff6600 !important;
  outline: none;
}

.dropdown span {
  color: #7E3E8E;
}

.dropdown .arrow_circle-ico {
  font-size: 2em;
  transition: transform 0.2s ease-in-out;
}

.submenuItems {
  display: none;
  list-style: none;
  padding: 0.3rem;
  background-color: #fafafa;
  opacity: 0.8;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #E5E5F7 0, #E5E5F7 1px, #fafafa 0, #fafafa 50%);
}

/* .accordionMenu li .dropdown.active .submenuItems {
    display: block;
} */
.submenuItems .ProductListRelated-Item {
  transition: all 0.2s ease-out;
}

.submenuItems .ProductListRelated-Item .row {
  background-color: #7E3E8E;
}

.submenuItems .ProductListRelated-Item .row .productRelatedName {
  top: 0;
  z-index: 2;
  background-color: #2f4750;
  border-right: 2px solid #ab74b2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.submenuItems .ProductListRelated-Item .row .productRelatedName p {
  word-break: break-word;
  border-left: 2px solid #466c80;
}

#LeaderBoardbutton {
  z-index: 9;
  display: block;
  position: fixed;
  bottom: 90px;
  left: 3%;
  /*font-size:26px;color: #ffffff;
  width:90px;*/
  height: 90px;
  background: none;
  outline: none;
  border: 0;
}
#LeaderBoardbutton img {
  width: 90px;
  height: 90px;
}
#LeaderBoardbutton span {
  display: none;
  float: left;
  width: 100%;
  color: #a74522;
  font-size: 0.4em;
  font-weight: bold;
}

#LeaderBoardModal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body h1, #LeaderBoardModal .modal-dialog .modal-content .modal-body h4 {
  font-family: raleway, sans-serif;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body h1 {
  margin: 0 0 0.2em;
  color: #4d4d4d;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body h4 {
  margin: 0 0 2em;
  color: #0ac332;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul {
  z-index: 2;
  list-style: none;
  padding: 0;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li {
  width: 33%;
  padding: 0.5rem 0 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-top: 2px solid #fff;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) {
  margin: 0 0.2rem 0 0;
  border-left: 2px solid #fff;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) p {
  font-size: 21px;
  color: #6a2879;
  width: 100%;
  margin: 0.5rem 0 95px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
  height: 55px;
  margin: 0;
  border-top-left-radius: 10px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition p {
  margin: 0;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #bcdff2;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #fff;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(1) .PodiumPosition {
    background: #fff;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) {
  margin: 0;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) p {
  font-size: 21px;
  color: #6a2879;
  width: 100%;
  margin: 0.5rem 0 105px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
  height: 85px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #90caea;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #fff;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(2) .PodiumPosition {
    background: #fff;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
  margin: 0 0 0 0.2rem;
  border-right: 2px solid #fff;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0 0 0 0.2rem;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0 0 0 0.2rem;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0 0 0 0.2rem;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0 0 0 0.2rem;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) {
    margin: 0 0 0 0.2rem;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) p {
  font-size: 21px;
  color: #6a2879;
  width: 100%;
  margin: 0.5rem 0 95px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
  height: 38px;
  margin: 0;
  border-top-right-radius: 10px;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #fff;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #40a3db;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #fff;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li:nth-of-type(3) .PodiumPosition {
    background: #fff;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li em {
  font-style: normal;
  background: #6a2879;
  color: white;
  padding: 0.3rem;
  border-radius: 8px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumProfileMembers {
  width: 100%;
  padding: 0 0 0.5em;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers {
  width: 100%;
  text-align: center;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
  font-size: 22px;
  color: black;
  font-weight: bold;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 22px;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 22px;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 16px;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 22px;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumNameMembers span {
    font-size: 22px;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumColorGroup {
  position: absolute;
  z-index: 4;
  top: 0;
  margin: 1em 0 0 1em;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ul li .PodiumPosition {
  width: 100%;
  position: absolute;
  font-size: 2em;
  bottom: 0;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li {
  float: left;
  position: relative;
  width: 100%;
  margin: 0.5rem 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li:nth-of-type(1) {
  display: none !important;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li:nth-of-type(2) {
  display: none !important;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li:nth-of-type(3) {
  display: none !important;
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
  float: left;
  width: 5%;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 5%;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 5%;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 5%;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 10%;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 5%;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
    width: 5%;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
  font-size: 2em;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 2em;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 2em;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 2em;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 2em;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking span {
    font-size: 2em;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile {
  width: 10%;
  padding: 0;
  float: left;
  /* &:nth-of-type(1) {float:none;width:100%;padding:0 0 0.5em;}
  &:nth-of-type(2) {float:none;width:100%;padding:0 0 0.5em;}
  &:nth-of-type(3) {float:none;width:100%;padding:0 0 0.5em;} */
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
  width: 75px;
  height: 75px;
  margin: 0 0 0 0.3rem;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterProfile img {
    width: 75px;
    height: 75px;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName {
  width: 75%;
  padding: 0 0 0.5em;
  float: left;
  /* &:nth-of-type(1) {float:none;width:100%;padding:0 0 0.5em;}
  &:nth-of-type(2) {float:none;width:100%;padding:0 0 0.5em;}
  &:nth-of-type(3) {float:none;width:100%;padding:0 0 0.5em;} */
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 22px;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 22px;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 1.1em;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 22px;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterName span {
    font-size: 22px;
  }
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
  font-size: 26px;
  color: #6a2879;
  margin: 0;
}
@media (max-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 26px;
  }
}
@media (max-width: 56.25em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 26px;
  }
}
@media (max-width: 48em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 26px;
  }
}
@media (max-width: 37.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 18px;
  }
}
@media (min-width: 75em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 26px;
  }
}
@media (min-width: 112.5em) {
  #LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li p {
    font-size: 26px;
  }
}

.OrderLogs button {
  margin: 0 0 0.5rem;
  color: #ffffff;
  border: 0;
  border-bottom: 4px solid #5a2b65;
  border-radius: 8px;
  background-color: #7E3E8E;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.OrderLogs button:focus {
  outline: 0 !important;
}
.OrderLogs button:focus-visible {
  outline: 0 !important;
}
.OrderLogs button:active {
  margin: 0.3rem 0 0.5rem;
  border-bottom: 0 solid #5a2b65;
  outline: 0 !important;
}
.OrderLogs button:hover {
  outline: 0 !important;
  background-color: #e6a62b;
  border-bottom: 4px solid #b68321;
  color: #5e420c;
}
.OrderLogs button:hover span {
  color: #5e420c !important;
}
.OrderLogs button span {
  color: #ffffff;
}
.OrderLogs button div {
  right: 1em;
}
.OrderLogs button div span {
  color: #ffffff;
  font-size: 28px;
}
.OrderLogs .OrderLogs-wrapper {
  display: none;
}
.OrderLogs .OrderLogs-wrapper .OrderLogs-Labels label {
  color: #ffffff;
  margin: 0;
  padding: 0.3rem 0;
}
.OrderLogs .OrderLogs-wrapper .OrderLogs-Labels label span {
  font-size: 18px;
  color: #47ec10;
}
.OrderLogs .OrderLogs-wrapper .OrderLogs-Labels div {
  background-color: #3c991d;
}
.OrderLogs .OrderLogs-wrapper .OrderLogs-Labels div:nth-child(2n+1) {
  background-color: #238b00;
}
.OrderLogs .OrderLogs-wrapper main {
  margin: 0.5rem 0;
  padding: 0;
  border: 1px solid #cccccc;
  background-color: #ebebeb;
}
.OrderLogs .OrderLogs-wrapper main:nth-child(2n+1) {
  background-color: #ffffff;
  border: 1px solid #dee2e6 !important;
}
.OrderLogs .OrderLogs-wrapper main div {
  padding: 0 !important;
}
.OrderLogs .OrderLogs-wrapper main div aside {
  margin: 0;
  padding: 0.5rem 0 0 0.5rem;
}
.OrderLogs .OrderLogs-wrapper main div p {
  color: #343434;
  padding: 0 0 0.4rem;
}
.OrderLogs .OrderLogs-wrapper main div label {
  display: flex;
  text-align: center;
  color: #7e3e8e;
}
.OrderLogs .OrderLogs-wrapper main div label span {
  margin-right: 0.5rem;
}
.OrderLogs .OrderLogs-wrapper main div h5 {
  color: #343434;
}
.OrderLogs .OrderLogs-wrapper main div:nth-child(3) {
  border-top: 1px solid #dddbdb;
  margin-top: 1px;
}
.OrderLogs .OrderLogs-wrapper main div:nth-child(4) {
  border-top: 1px solid #dddbdb;
  margin-top: 1px;
}

.Form-wrapper {
  padding: 1em 1em 0;
  margin: auto;
}
@media (max-width: 75em) {
  .Form-wrapper {
    width: 480px;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper {
    width: 480px;
  }
}
@media (max-width: 48em) {
  .Form-wrapper {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .Form-wrapper {
    width: 28em;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper {
    width: 30em;
  }
}
.Form-wrapper ul {
  margin: auto;
  font-size: 1.5em;
}
@media (max-width: 75em) {
  .Form-wrapper ul {
    font-size: 1.4em;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul {
    font-size: 1.4em;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul {
    font-size: 1.3em;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul {
    font-size: 1.2em;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul {
    font-size: 1.4em;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul {
    font-size: 1.4em;
  }
}
.Form-wrapper ul li {
  list-style: none;
}
.Form-wrapper ul li a {
  float: left;
  color: #ffffff !important;
  padding: 0.5em 0;
  text-shadow: 0 2px 2px #075221;
  font-weight: bold;
  background: #2dcd64;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.Form-wrapper ul li a:hover {
  color: #ffffff !important;
  background: #22ac52;
  text-shadow: 1px 1px 13px #023113;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.Form-wrapper ul li a:active {
  color: #ffffff !important;
  background: #22ac52;
  text-shadow: 1px 1px 13px #023113;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 75em) {
  .Form-wrapper ul li a {
    padding: 0.5em 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li a {
    padding: 0.5em 0;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul li a {
    padding: 0.4em 0;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul li a {
    padding: 0.3em 0;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul li a {
    padding: 0.5em 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li a {
    padding: 0.5em 0;
  }
}
.Form-wrapper ul li button {
  float: left;
  color: #ffffff !important;
  text-shadow: 0 2px 2px #95222b;
  font-weight: bold;
  padding: 0.5em 0;
  border: 0 !important;
  background: #ff506c;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.Form-wrapper ul li button:hover {
  color: #ffffff !important;
  background: #e74862;
  text-shadow: none; /*text-shadow: 1px 1px 13px #40020b;*/
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border: 0 !important;
}
.Form-wrapper ul li button:active {
  color: #ffffff !important;
  background: #e74862;
  text-shadow: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border: 0 !important;
}
@media (max-width: 75em) {
  .Form-wrapper ul li button {
    padding: 0.5em 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li button {
    padding: 0.5em 0;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul li button {
    padding: 0.4em 0;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul li button {
    padding: 0.3em 0;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul li button {
    padding: 0.5em 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li button {
    padding: 0.5em 0;
  }
}
.Form-wrapper ul li p {
  margin: 0;
  color: #000000;
  background: #ffffff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 75em) {
  .Form-wrapper ul li p {
    padding: 0.5em 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li p {
    padding: 0.5em 0;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul li p {
    padding: 0.4em 0;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul li p {
    padding: 0.3em 0;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul li p {
    padding: 0.5em 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li p {
    padding: 0.5em 0;
  }
}

#UserActions {
  display: none;
}

#HomeOrder-button {
  background: #00aaa6;
}

#Form-Holder {
  background: #ffffff;
  padding: 1em 2em;
  margin: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 10px 0px -6px #c5b6ab;
}
@media (max-width: 75em) {
  #Form-Holder {
    padding: 1em 3em;
  }
}
@media (max-width: 56.25em) {
  #Form-Holder {
    padding: 1em 3em;
  }
}
@media (max-width: 48em) {
  #Form-Holder {
    padding: 1em 3.5%;
  }
}
@media (max-width: 37.5em) {
  #Form-Holder {
    padding: 1em 3.5%;
  }
}
@media (min-width: 75em) {
  #Form-Holder {
    padding: 1em 2em;
  }
}
@media (min-width: 112.5em) {
  #Form-Holder {
    padding: 1em 3em;
  }
}

#FormInstructions {
  font-size: 1em;
  line-height: 20px;
}

#QuickRegister-Holder label {
  float: left;
  width: 100%;
}

#QuickRegister-Holder-input {
  background-color: #e6a62b;
  color: #393732;
  border: 0;
  border-radius: 5px;
  height: auto !important;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 7px 10%;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

#QuickRegister-Holder-input:hover {
  background-color: #7E3E8E;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  height: auto !important;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 7px 10%;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

#Email-RegisterForm {
  display: none;
}

#Email-RegisterForm-action {
  padding: 0;
  box-shadow: none;
  width: 100%;
  margin: 0;
  text-align: left;
  margin: 0 !important;
}

#Email-RegisterForm-action svg {
  width: 42px;
  vertical-align: middle;
  height: 42px;
  color: #1580a6;
  padding: 0.7rem;
}

#Email-RegisterForm-action span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 75em) {
  #Email-RegisterForm-action span {
    font-size: 14px;
  }
}
@media (max-width: 56.25em) {
  #Email-RegisterForm-action span {
    font-size: 14px;
  }
}
@media (max-width: 48em) {
  #Email-RegisterForm-action span {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  #Email-RegisterForm-action span {
    font-size: 13px;
  }
}
@media (min-width: 75em) {
  #Email-RegisterForm-action span {
    font-size: 14px;
  }
}
@media (min-width: 112.5em) {
  #Email-RegisterForm-action span {
    font-size: 14px;
  }
}

.Logo-FastPass {
  margin: auto;
  width: 200px;
}
@media (max-width: 75em) {
  .Logo-FastPass img {
    width: 200px;
    height: 94px;
  }
}
@media (max-width: 56.25em) {
  .Logo-FastPass img {
    width: 200px;
    height: 94px;
  }
}
@media (max-width: 48em) {
  .Logo-FastPass img {
    width: 200px;
    height: 94px;
  }
}
@media (max-width: 37.5em) {
  .Logo-FastPass img {
    width: 185px;
    height: 79px;
  }
}
@media (min-width: 75em) {
  .Logo-FastPass img {
    width: 200px;
    height: 94px;
  }
}
@media (min-width: 112.5em) {
  .Logo-FastPass img {
    width: 200px;
    height: 94px;
  }
}

@media (max-width: 75em) {
  .HomeEvent-Tabs {
    padding: 0 1.5em !important;
  }
}
@media (max-width: 56.25em) {
  .HomeEvent-Tabs {
    padding: 0 1.5em !important;
  }
}
@media (max-width: 48em) {
  .HomeEvent-Tabs {
    padding: 0 1.5em !important;
  }
}
@media (max-width: 37.5em) {
  .HomeEvent-Tabs {
    padding: 0 !important;
  }
}
@media (min-width: 75em) {
  .HomeEvent-Tabs {
    padding: 0 1.5em !important;
  }
}
@media (min-width: 112.5em) {
  .HomeEvent-Tabs {
    padding: 0 1.5em !important;
  }
}
.HomeEvent-Tabs ul {
  margin: auto;
  font-size: 1.5em;
}
@media (max-width: 75em) {
  .HomeEvent-Tabs ul {
    font-size: 1.4em;
  }
}
@media (max-width: 56.25em) {
  .HomeEvent-Tabs ul {
    font-size: 1.4em;
  }
}
@media (max-width: 48em) {
  .HomeEvent-Tabs ul {
    font-size: 1.3em;
  }
}
@media (max-width: 37.5em) {
  .HomeEvent-Tabs ul {
    font-size: 0.9em;
  }
}
@media (min-width: 75em) {
  .HomeEvent-Tabs ul {
    font-size: 1.4em;
  }
}
@media (min-width: 112.5em) {
  .HomeEvent-Tabs ul {
    font-size: 1.4em;
  }
}
.HomeEvent-Tabs ul li {
  list-style: none;
}
.HomeEvent-Tabs ul li a {
  float: left;
  color: #ffffff !important;
  padding: 0.5em 0;
  text-shadow: 0 2px 2px #075221;
  font-weight: bold;
  background: #21a393;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.HomeEvent-Tabs ul li a:hover {
  color: #21a393 !important;
  background: #ffffff;
  text-shadow: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.HomeEvent-Tabs ul li a:active {
  color: #21a393 !important;
  background: #ffffff;
  text-shadow: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 75em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.5em 0;
  }
}
@media (max-width: 56.25em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.5em 0;
  }
}
@media (max-width: 48em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.4em 0;
  }
}
@media (max-width: 37.5em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.4em 0;
  }
}
@media (min-width: 75em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.5em 0;
  }
}
@media (min-width: 112.5em) {
  .HomeEvent-Tabs ul li a {
    padding: 0.5em 0;
  }
}
.HomeEvent-Tabs ul li p {
  margin: 0;
  color: #000000;
  background: #ffffff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 75em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.5em 0;
  }
}
@media (max-width: 56.25em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.5em 0;
  }
}
@media (max-width: 48em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.4em 0;
  }
}
@media (max-width: 37.5em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.4em 0;
  }
}
@media (min-width: 75em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.5em 0;
  }
}
@media (min-width: 112.5em) {
  .HomeEvent-Tabs ul li p {
    padding: 0.5em 0;
  }
}

.HomePreviewEvent {
  margin: 0;
}
@media (max-width: 75em) {
  .HomePreviewEvent {
    margin: 0;
  }
}
@media (max-width: 56.25em) {
  .HomePreviewEvent {
    margin: 0;
  }
}
@media (max-width: 48em) {
  .HomePreviewEvent {
    margin: 0;
  }
}
@media (max-width: 37.5em) {
  .HomePreviewEvent {
    margin: 1em auto auto;
    padding: 0 1.3em;
  }
}
@media (min-width: 75em) {
  .HomePreviewEvent {
    margin: 0;
  }
}
@media (min-width: 112.5em) {
  .HomePreviewEvent {
    margin: 0;
  }
}
.HomePreviewEvent .HomePreviewEvent-Title a {
  color: #3E3E3E;
  font-size: 1.4em;
  margin: 0 0 10px;
  padding: 0 14px;
  text-transform: uppercase;
}
.HomePreviewEvent .HomePreviewEvent-Title a:hover {
  color: #000000;
  font-size: 1.4em;
  margin: 0 0 10px;
  padding: 0 14px;
  text-transform: uppercase;
}
.HomePreviewEvent .HomePreviewEvent-Title a h3 {
  font-weight: lighter;
  margin: 1%;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-Calendar {
  background-color: #AD000E;
  border-top: 2px solid #db4d58;
  border-bottom: 2px solid #db4d58;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-button a {
  font-size: 1.5em;
  color: #ffffff;
  background-color: #14a9b0;
  padding: 0.5em 0.5em 0.5em 1.2em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-button a:hover {
  color: #ffffff;
  background-color: #09686d;
  padding: 0.5em 0.5em 0.5em 1.2em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-button a:hover span {
  right: 1em;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-button a span {
  width: 24px;
  right: 1.5em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEventImg {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.NoEvent-Holder {
  width: 100%;
}
.NoEvent-Holder svg {
  color: #03aca7;
  font-size: 6em;
  cursor: pointer;
}
.NoEvent-Holder p {
  color: #03aca7;
  font-size: 1.2em !important;
  margin: 2em 0 1.5em !important;
}

.mainEvents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 20rem));
  grid-gap: 1rem;
  justify-content: center;
}

.EventTicket-Holder {
  width: 100%;
  margin: 1rem 0 0;
}
.EventTicket-Holder .EventTicket {
  background: #00494b;
  background: linear-gradient(103deg, #00494b 0%, #52e7ab 90%, #3dcf96 90%);
  margin: 0.4rem 0 0.4rem !important;
}
.EventTicket-Holder .EventTicket p {
  color: #ffffff;
  background: #3fb879;
  padding: 0.8rem 0.3rem;
  margin-bottom: 0;
  border-right: 3px dotted #278353;
  border-left: 3px dotted #278353;
  font-weight: bold;
  font-size: 0.8em;
}
@media (max-width: 75em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
@media (max-width: 56.25em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
@media (max-width: 48em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
@media (max-width: 37.5em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
@media (min-width: 112.5em) {
  .EventTicket-Holder .EventTicket p {
    font-size: 0.8em;
  }
}
.EventTicket-Holder .EventTicket strong {
  color: #fff;
}
.EventTicket-Holder .EventTicket .AddTicket {
  width: 70px;
  background-color: #fff;
  margin: auto;
}
@media (max-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 70px;
  }
}
@media (max-width: 56.25em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 70px;
  }
}
@media (max-width: 48em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 70px;
  }
}
@media (max-width: 37.5em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 40px;
  }
}
@media (min-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 70px;
  }
}
@media (min-width: 112.5em) {
  .EventTicket-Holder .EventTicket .AddTicket {
    width: 70px;
  }
}
.EventTicket-Holder .EventTicket .AddTicket a {
  padding: 0;
  cursor: pointer;
}
@media (max-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
@media (max-width: 56.25em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
@media (max-width: 48em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
@media (max-width: 37.5em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
@media (min-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
@media (min-width: 112.5em) {
  .EventTicket-Holder .EventTicket .AddTicket a {
    padding: 0;
  }
}
.EventTicket-Holder .EventTicket .AddTicket svg {
  margin: 0;
  float: none;
  margin: 0;
  color: #7E3E8E;
}
@media (max-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: none;
  }
}
@media (max-width: 56.25em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: none;
  }
}
@media (max-width: 48em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: right;
  }
}
@media (max-width: 37.5em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: none;
  }
}
@media (min-width: 75em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: none;
  }
}
@media (min-width: 112.5em) {
  .EventTicket-Holder .EventTicket .AddTicket svg {
    float: none;
  }
}

.Info-container span {
  font-size: 1em;
  color: #1aaade;
}

.copyClipboard label {
  font-size: 1.2em;
  font-family: roboto;
}
.copyClipboard span {
  color: #2d8f08;
}
.copyClipboard input {
  height: 32px;
  margin: 0 0.5em 0 0;
  border-radius: 4px;
  background: #efefef;
  border: 0;
  padding: 0.4rem;
}
.copyClipboard button {
  border: 0;
  background: #2d8f08;
  color: #fff;
  border-radius: 4px;
}
.copyClipboard button:hover {
  background-color: #1a4e06;
}

.Filter-Actions {
  margin: 0;
  width: 70%;
  color: #1580a6;
}
@media (max-width: 75em) {
  .Filter-Actions {
    width: 70%;
    border-left: 0;
    border-top: 0;
    padding: 0;
  }
}
@media (max-width: 56.25em) {
  .Filter-Actions {
    width: 70%;
    border-left: 0;
    border-top: 0;
    padding: 0;
  }
}
@media (max-width: 48em) {
  .Filter-Actions {
    width: 70%;
    border-left: 0;
    border-top: 0;
    padding: 0;
  }
}
@media (max-width: 37.5em) {
  .Filter-Actions {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ccc;
    padding: 0.5rem 0 0;
  }
}
@media (min-width: 75em) {
  .Filter-Actions {
    width: 70%;
    border-left: 0;
    border-top: 0;
    padding: 0;
  }
}
@media (min-width: 112.5em) {
  .Filter-Actions {
    width: 70%;
    border-left: 0;
    border-top: 0;
    padding: 0;
  }
}
.Filter-Actions .Filter-Estatus-input {
  margin: auto;
  float: none;
  height: auto;
  box-shadow: none;
  background: none;
  border: 0;
  width: 70%;
}
@media (max-width: 75em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 70%;
  }
}
@media (max-width: 56.25em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 70%;
  }
}
@media (max-width: 48em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 70%;
  }
}
@media (max-width: 37.5em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 32%;
  }
}
@media (min-width: 75em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 70%;
  }
}
@media (min-width: 112.5em) {
  .Filter-Actions .Filter-Estatus-input {
    width: 70%;
  }
}
.Filter-Actions .Filter-Estatus-input input {
  width: 100%;
  margin: 6px 0 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.Filter-Actions .Filter-Estatus-input input:hover {
  width: 100%;
  margin: 6px 0 0;
  transform: rotate(120deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.Filter-Actions .Filter-Estatus-input input:focus {
  outline: none !important;
}
.Filter-Actions p {
  margin: 0 0 0.5em;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  line-height: 18px;
}

.Filter-Estatus-input {
  padding: 3px;
  width: 24%;
  margin: 0 0.5% 0 0;
}
@media (max-width: 75em) {
  .Filter-Estatus-input {
    width: 24%;
  }
}
@media (max-width: 56.25em) {
  .Filter-Estatus-input {
    width: 24%;
  }
}
@media (max-width: 48em) {
  .Filter-Estatus-input {
    width: 24%;
  }
}
@media (max-width: 37.5em) {
  .Filter-Estatus-input {
    width: 32%;
  }
}
@media (min-width: 75em) {
  .Filter-Estatus-input {
    width: 24%;
  }
}
@media (min-width: 112.5em) {
  .Filter-Estatus-input {
    width: 24%;
  }
}
.Filter-Estatus-input p {
  margin: 0;
  color: #000000;
}

.OrderMonitor-button a {
  float: left;
  margin: 0.5rem 0;
  background-color: #7E3E8E;
  color: #ffffff;
  border-bottom: 3px solid #631477;
  box-shadow: 1px 3px 3px -3px #292929;
}
.OrderMonitor-button a:hover {
  color: #ffff00;
  border-bottom: 3px solid #000000;
  box-shadow: none;
}
.OrderMonitor-button a svg {
  font-size: 1em;
}

.OrderPublicMonitor .HowGetQR-Holder label {
  font-size: 22px;
}
.OrderPublicMonitor .HowGetQR-Holder aside span {
  font-size: 3em;
  color: #1b7cd9;
}
.OrderPublicMonitor .HowGetQR-Holder div {
  overflow: hidden;
  height: 400px;
}
.OrderPublicMonitor .HowGetQR-Holder div img {
  margin-top: -388px;
}
@media (max-width: 75em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -388px;
  }
}
@media (max-width: 56.25em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -388px;
  }
}
@media (max-width: 48em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -388px;
  }
}
@media (max-width: 37.5em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -206px;
  }
}
@media (min-width: 75em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -388px;
  }
}
@media (min-width: 112.5em) {
  .OrderPublicMonitor .HowGetQR-Holder div img {
    margin-top: -388px;
  }
}

.OrderResult-Holder {
  padding: 1rem 0.5rem;
}
.OrderResult-Holder label {
  font-size: 1.1em;
  font-weight: bold;
  color: #545454;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
}
.OrderResult-Holder input[type=text] {
  font-size: 1.1em;
  color: #545454;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.OrderResult-Holder span {
  font-size: 1.3em;
  float: left;
  width: 100%;
  text-align: left;
}

.Transaction-ID span, .HolderOrder-Code span {
  color: #1580a6;
}

.OrderResult-Success-Holder {
  margin: 1rem auto 0.5rem;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5rem;
}
.OrderResult-Success-Holder div:first-child {
  width: 60%;
  margin: auto;
}

.OrderResult-paymentMethod button {
  border: 0;
  background: #ec923d;
  margin: auto auto 0.4rem;
  color: #ffffff;
  padding: 5px 0 8px;
  border-radius: 4px;
}

.OrderResult-PayPal {
  margin: 0 0 0.5rem;
  background: #003087;
  height: 35px;
  min-height: 35px;
  max-height: 55px;
  border: 0;
  border-radius: 4px;
  font-style: oblique;
  font-weight: bold;
  color: #fff;
}

.OrderResult-PayPal i {
  margin: 0 0.3rem 0 0;
}

.OrderResult-CreditCard {
  margin: 0 0 0.5rem;
  background: #01921f;
  height: 35px;
  min-height: 35px;
  max-height: 55px;
  border: 0;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}

.OrderResult-CreditCard i {
  margin: 0 0.3rem 0 0;
}

#paymentMethod-Card-Holder {
  float: left;
  display: block;
}

#paymentMethod-PayPal-Holder {
  float: left;
  display: block;
  margin: 1em 0;
  width: 100%;
}

#paymentMethod-Card-Holder label {
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #545454;
  text-align: left;
}

#paymentMethod-Card-Holder select {
  padding: 0 1rem 0 0;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 40px !important;
}

#paymentMethod-Card-Holder input[type=textarea] {
  padding: 0 0.5rem;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  min-height: 60px !important;
}

#paymentMethod-Card-Holder input[type=text] {
  padding: 0 0.5rem;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 40px !important;
}

#paymentMethod-Card-Holder input[type=number] {
  padding: 0 0.5rem;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 40px !important;
}

#paymentMethod-Card-Holder button {
  margin: 0 0 0.5rem;
  background: #01921f;
  height: 35px;
  min-height: 35px;
  max-height: 55px;
  border: 0;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}

#paymentMethod-Card-Holder button i {
  margin: 0 0.3rem 0 0;
}

#USA-States {
  display: none;
}

#USA-ZipCode {
  display: none;
}

#USA-States-shipping {
  display: none;
}

#USA-ZipCode-shipping {
  display: none;
}

.OrderResult-Success-Holder h2 {
  width: 100%;
  text-align: center;
  margin: 1rem auto;
}

.OrderResult-Success-Holder h5 {
  width: 100%;
  text-align: center;
  margin: auto auto 1rem;
}

.OrderResult-Product-Holder {
  margin: 1.2rem 0;
  border-top: 1px solid #ccc;
  padding: 0 !important;
}

.OrderResult-Product-Holder label {
  font-size: 1.3em;
}

.Product-item-wrapper article:nth-child(even) {
  background: #e7e7e7;
}
.Product-item-wrapper article:nth-child(odd) {
  background: #f1f1f1;
}

.CreditCard-opt-holder span svg {
  color: #e6a62b;
}

.Paypal-opt-holder span svg {
  color: #003087;
}

/*SHOPPING-CART*/ /*////////////*/
.ShoppingCart-List header div {
  border-left: 1px solid #dee2e6 !important;
}
.ShoppingCart-List header div:first-child {
  border-left: 0;
}
.ShoppingCart-List header div p {
  color: #1580a6;
  padding: 0.5rem 0;
}
.ShoppingCart-List div h4 {
  color: #3c7705;
}
.ShoppingCart-List .price-label-mobile {
  border-top: 1px solid #dee2e6 !important;
}

.ShoppingCart-Price-Holder {
  background-color: #f1f1f1;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin: 0.8rem auto !important;
  text-align: right;
}
.ShoppingCart-Price-Holder ul {
  border-left: 1px solid #e4e4e4;
  float: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 16px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 !important;
  text-align: center;
  width: 33%;
}
.ShoppingCart-Price-Holder ul:first-child {
  border-left: 0;
}
.ShoppingCart-Price-Holder ul li {
  float: left;
  width: 50%;
}
@media (max-width: 75em) {
  .ShoppingCart-Price-Holder ul li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 56.25em) {
  .ShoppingCart-Price-Holder ul li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 48em) {
  .ShoppingCart-Price-Holder ul li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 37.5em) {
  .ShoppingCart-Price-Holder ul li {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
@media (min-width: 75em) {
  .ShoppingCart-Price-Holder ul li {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 112.5em) {
  .ShoppingCart-Price-Holder ul li {
    width: 50%;
    margin: 0;
  }
}
.ShoppingCart-Price-Holder ul li:nth-child(odd) {
  color: #545454;
}
.ShoppingCart-Price-Holder ul li:nth-child(even) {
  color: #3c7705;
}

@media (max-width: 75em) {
  .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 56.25em) {
  .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 37.5em) {
  .ShoppingCart-disclaimer p {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (min-width: 112.5em) {
  .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
.ShoppingCart-disclaimer p a {
  color: #7E3E8E;
}
.ShoppingCart-disclaimer p a:hover {
  color: #f37732;
}

.ShoppingCart-links a {
  color: #7E3E8E;
  padding: 1.2em 0;
  margin: 1em 0;
}
.ShoppingCart-links a:hover {
  color: #f37732;
}

.profileByUsernamePublic {
  background-color: #fafafa;
}
.profileByUsernamePublic fieldset header {
  border: 0 !important;
}
.profileByUsernamePublic fieldset header .header-img {
  background: #06cc8f;
  height: 180px;
  border-bottom: 3px solid #a3f999;
}
.profileByUsernamePublic fieldset header .ProfilePicture {
  margin: 0;
  position: absolute;
  top: -50px;
  border: 1px solid #dee2e6 !important;
  border-radius: 120px;
  left: 1.2em;
}
.profileByUsernamePublic fieldset header .ProfilePicture img {
  width: 100px;
  height: 100px;
}
.profileByUsernamePublic fieldset header button {
  outline: 0;
  background: none;
  border: 0;
}
.profileByUsernamePublic fieldset header button span {
  color: #8400a7;
}
.profileByUsernamePublic fieldset header button:hover {
  outline: 0;
}
.profileByUsernamePublic fieldset header button:active {
  outline: 0;
}
.profileByUsernamePublic fieldset header button:focus {
  outline: 0;
}
.profileByUsernamePublic fieldset header button:focus-visible {
  outline: 0;
}
.profileByUsernamePublic fieldset header .message-container {
  display: none;
  background-color: #31cc63;
  padding: 10px;
  margin-top: 10px;
  border: 0;
  transition: opacity 0.5s ease-in-out;
}
.profileByUsernamePublic fieldset header .profileDetails-content div h4 span {
  color: #8400a7;
  font-size: 0.8em;
}
.profileByUsernamePublic fieldset header .profileDetails-content div a {
  color: #8400a7;
  font-size: 0.9em;
}
.profileByUsernamePublic fieldset header .profileDetails-content div a span {
  font-size: 0.8em;
}
.profileByUsernamePublic fieldset header .profileMoreDetails {
  display: none;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div {
  margin: 0 0 0.5em;
  border: 1px solid #dee2e6;
  padding: 0em 0.8em;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div label {
  width: 100%;
  margin: 0.5rem 0 0.3rem;
  border-bottom: 0;
  color: #545454;
  font-size: 0.9rem;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div label span {
  color: #8400a7;
  font-size: 1.1em;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div a {
  color: #000000;
  font-size: 1.1em;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div p {
  max-width: 0 0 0.5rem;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div a {
  color: #ff6701;
  font-size: 0.9em;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div a span {
  font-size: 0.8em;
}
.profileByUsernamePublic fieldset div .profileDetails .nav-item .nav-link {
  color: #495057;
  font-weight: bold;
}
.profileByUsernamePublic fieldset div .profileDetails .nav-item .active {
  color: #8400a7;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview {
  margin: 0 0 1.5em;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview h4 {
  margin: 0 0 0.9em;
  padding: 5px 0 0 8px;
  color: #8b9d65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1em;
  font-weight: bold;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview img {
  margin: 0;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0 4px 0 8px;
  text-align: justify;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview span {
  margin: 0;
  font-size: 1.3em;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview span em {
  font-style: normal;
  font-size: 0.8em;
}
.profileByUsernamePublic fieldset div .profileDetails .tab-content .ProfileProductPreview .ProfileProductLink a {
  font-size: 0.8em;
  background: #ff6701;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
}/*# sourceMappingURL=main.css.map */