@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap");
.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: #436006;
  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: #436006;
  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%;
  }
}
#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: slideInDown-logo;
  animation-duration: 1s;
}

@keyframes slideInDown-logo {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  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: #ffffff;
}
html body {
  background-color: #ffffff;
}
html body .sea {
  top: 0;
  z-index: 0;
}
html body .Content {
  z-index: 4;
  /*MAIN-HOLDER*/ /*////////////
.MainHolder {

    box-shadow: 0px 10px 0px -6px #000000;
    @include respond(tab-land) {
        border-radius: 10px;
    }
    @include respond(tab-port) {
        border-radius: 10px;
    }
    @include respond(ipad-port) {
        border-radius: 10px;
    }
    @include respond(phone) {
        border-radius: 0;
    }
    @include respond(laptod-screen) {
        border-radius: 10px;
    }
    @include respond(big-desktop) {
        border-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;
}

.ProviderProductActions div {
  margin: 0 0 1rem 0;
}
.ProviderProductActions div a:nth-of-type(1) {
  color: #436006;
  border: 2px solid #436006;
}
.ProviderProductActions div a:nth-of-type(2) {
  color: #f02626;
  border: 2px solid #f02626;
}
.ProviderProductActions div a span {
  font-size: 2em !important;
}

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

.VerifyClient-Button {
  /* input[type='text'] {
      font-size: 16px;
      background-color: #fff;
      &:focus {
          outline: 0;
      }
  } */
}
.VerifyClient-Button button:first-of-type {
  background-color: #436006;
  font-size: 16px;
  border: 0;
  display: block;
}
.VerifyClient-Button button {
  background-color: #1c8407;
  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: #436006;
  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: #1c8407;
  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;
}

/* TOCART-BEHAVIOUR */
#back-to-Cart-btn {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 150px;
  right: 3%;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background: #026618;
  cursor: pointer;
  outline: none;
  border: 3px solid #ffffff;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-Cart-btn:hover {
  background: #049e26;
  color: #fff;
}
#back-to-Cart-btn:focus {
  background: #049e26;
  color: #fff;
}
#back-to-Cart-btn a em {
  font-size: 0.9em;
}
#back-to-Cart-btn a span {
  font-size: 1.5em;
}

/* Animations */
.CartbtnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: CartbtnEntrance;
}

/* ZoomIn 

/* fadeInUp */
@keyframes CartbtnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.CartbtnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: CartbtnExit;
}

/* fadeOutDown */
@keyframes CartbtnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/*--------------------------------------------------------------------------------------------------------------------- */
/* TOTOP-BEHAVIOUR */
#back-to-top-btn {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 90px;
  right: 3%;
  font-size: 40px !important;
  width: 60px;
  height: 60px;
  background: none;
  color: #f37835;
  cursor: pointer;
  border: 0;
  outline: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: color;
  text-align: center;
}

#back-to-top-btn:hover, #back-to-top-btn:focus {
  bcolor: #bd5720;
}

/* Animations */
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}

/* ZoomIn 

/* fadeInUp */
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: btnExit;
}

/* fadeOutDown */
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
#Pay-buttom {
  float: left;
  background: #f2f2f2;
  color: #bfbfbf;
  font-size: 1.3em;
  padding: 11px 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}

.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;
  }
}

.MainHolder form fieldset #setup_ProviderProfile {
  background-color: #ff6701;
  color: #ffffff;
  padding: 1em;
  border-radius: 8px;
  font-size: 0.9em;
}
.MainHolder form fieldset .ui-form #ChangePasswordBtn {
  background-color: #ff6701;
  border: 0 !important;
  color: #ffffff;
  padding: 0.7em 0;
  font-family: helvetica;
  font-weight: bold;
  border-radius: 8px;
  font-size: 0.9em;
  width: 100%;
  justify-content: center;
  margin: 1rem 0 0;
}
.MainHolder form fieldset .ui-form #ChangePasswordBtn:hover {
  background-color: #ffc24d;
}
.MainHolder form fieldset .ui-form #ChangePasswordBtn:focus {
  background-color: #ffc24d;
  box-shadow: 0 0 0 0.3rem rgba(255, 103, 1, 0.08);
}
.MainHolder form fieldset .ui-form label {
  display: flex;
  align-items: center;
  color: #436006;
}
.MainHolder form fieldset .ui-form label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
}
.MainHolder form fieldset .ui-form h4 {
  color: #436006;
}
.MainHolder form fieldset .ui-form h4 span {
  color: #ff6701;
}
.MainHolder form fieldset .ui-form textarea, .MainHolder form fieldset .ui-form input[type=text], .MainHolder form fieldset .ui-form select {
  background: #fbfbfb;
}
.MainHolder form fieldset .ui-form #PublicProfilePicture {
  border: 1px solid #ced4da;
  background: #ffffff;
  margin: 15px auto;
  width: 100px;
  height: 100px;
}

.Fieldset-control #CreateP_Step-1, .Fieldset-control #CreateP_Step-2, .Fieldset-control #CreateP_Step-3 {
  /* efecto grayout */
}
.Fieldset-control #CreateP_Step-1 .Step-holder div, .Fieldset-control #CreateP_Step-2 .Step-holder div, .Fieldset-control #CreateP_Step-3 .Step-holder div {
  width: 45px;
  height: 45px;
  background: #cccccc;
}
.Fieldset-control #CreateP_Step-1 .Step-holder div em, .Fieldset-control #CreateP_Step-2 .Step-holder div em, .Fieldset-control #CreateP_Step-3 .Step-holder div em {
  font-style: normal;
  color: #545454;
}
.Fieldset-control #CreateP_Step-1 .Step-holder div span, .Fieldset-control #CreateP_Step-2 .Step-holder div span, .Fieldset-control #CreateP_Step-3 .Step-holder div span {
  color: white;
}
.Fieldset-control #CreateP_Step-1 .step-disabled, .Fieldset-control #CreateP_Step-2 .step-disabled, .Fieldset-control #CreateP_Step-3 .step-disabled {
  background-color: #f5f5f5;
  opacity: 0.5;
  pointer-events: none;
}
.Fieldset-control #CreateP_Step-1 .step-active, .Fieldset-control #CreateP_Step-2 .step-active, .Fieldset-control #CreateP_Step-3 .step-active {
  background-color: #e0ffe0; /* Fondo verde para pasos completados */
}
.Fieldset-control #CreateP_Step-1 .step-holder-checked em, .Fieldset-control #CreateP_Step-2 .step-holder-checked em, .Fieldset-control #CreateP_Step-3 .step-holder-checked em {
  display: none;
}
.Fieldset-control #CreateP_Step-1 .step-holder-checked:before, .Fieldset-control #CreateP_Step-2 .step-holder-checked:before, .Fieldset-control #CreateP_Step-3 .step-holder-checked:before {
  font-family: "Material Symbols Outlined"; /* Google Material Symbols */
  color: white;
  font-size: 1.5em;
}
.Fieldset-control #CreateP_Step-1 label, .Fieldset-control #CreateP_Step-2 label, .Fieldset-control #CreateP_Step-3 label {
  display: flex;
  align-items: center;
}
.Fieldset-control #CreateP_Step-1 label span, .Fieldset-control #CreateP_Step-2 label span, .Fieldset-control #CreateP_Step-3 label span {
  color: #1c8407;
  font-size: 1.4em;
}
.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;
}

.EditForm {
  background-color: #f5f5f5;
}
.EditForm fieldset {
  /* Asegúrate de que el contenedor no crezca más allá de un tamaño específico */
}
.EditForm fieldset label {
  color: #436006;
}
.EditForm fieldset label span {
  color: #ff6701;
}
.EditForm fieldset .productImagesWrapper {
  max-width: 100%;
  max-height: 400px; /* Ajusta este valor según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que desborde el contenedor */
}
@media (max-width: 75em) {
  .EditForm fieldset .productImagesWrapper {
    max-height: 400px;
  }
}
@media (max-width: 56.25em) {
  .EditForm fieldset .productImagesWrapper {
    max-height: 400px;
  }
}
@media (max-width: 48em) {
  .EditForm fieldset .productImagesWrapper {
    max-height: 400px;
  }
}
@media (max-width: 37.5em) {
  .EditForm fieldset .productImagesWrapper {
    max-height: 800px;
  }
}
@media (min-width: 112.5em) {
  .EditForm fieldset .productImagesWrapper {
    max-height: 400px;
  }
}
.EditForm fieldset .productImagesWrapper img.rounded {
  max-width: 100%;
  max-height: 300px; /* Ajusta este valor según tus necesidades */
  -o-object-fit: contain;
     object-fit: contain; /* Mantiene la proporción de la imagen y la ajusta al contenedor */
  -o-object-position: center;
     object-position: center; /* Centra la imagen dentro del contenedor */
  cursor: pointer;
}
@media (max-width: 75em) {
  .EditForm fieldset .productImagesWrapper img.rounded {
    max-height: 300px;
  }
}
@media (max-width: 56.25em) {
  .EditForm fieldset .productImagesWrapper img.rounded {
    max-height: 300px;
  }
}
@media (max-width: 48em) {
  .EditForm fieldset .productImagesWrapper img.rounded {
    max-height: 300px;
  }
}
@media (max-width: 37.5em) {
  .EditForm fieldset .productImagesWrapper img.rounded {
    max-height: 300px;
  }
}
@media (min-width: 112.5em) {
  .EditForm fieldset .productImagesWrapper img.rounded {
    max-height: 300px;
  }
}
.EditForm fieldset #FB-Holder-Share img {
  cursor: pointer;
}

.ActionMessage {
  position: absolute;
  right: 2%;
  top: 10px;
}
.ActionMessage h4 {
  width: auto;
  padding: 8px;
  color: #fff;
  float: left;
  background: #31990c;
  border-radius: 8px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}

.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 0.5rem;
  background: #ff003b;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-family: arial;
  font-size: 1em;
  width: 100%;
  text-align: center;
}

.field-validation-approved {
  background: #31990c;
  border-radius: 8px;
}

.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;
  width: 100%;
  font-size: 1.1em;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-register-wrapper {
  background-color: #ccdde7;
}
.form-register-wrapper .form-group label span {
  color: #ff4c6c;
  font-size: 0.9rem;
}
.form-register-wrapper .form-group .BirthDay-wrapper input[type=text] {
  z-index: 2;
  background: none !important;
}

.Topbar {
  top: 0;
  background: white;
  border-bottom: 0;
  z-index: 999;
  box-shadow: none;
  height: auto;
  padding: 0 !important;
}
@media (max-width: 75em) {
  .Topbar {
    height: auto;
  }
}
@media (max-width: 56.25em) {
  .Topbar {
    height: auto;
  }
}
@media (max-width: 48em) {
  .Topbar {
    height: auto;
  }
}
@media (max-width: 37.5em) {
  .Topbar {
    height: auto;
  }
}
@media (min-width: 112.5em) {
  .Topbar {
    height: auto;
  }
}
.Topbar #Circle-wrap {
  margin: 4px 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: #436006;
  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: #744dff;
  transform: rotate(45deg);
  top: 48%;
}
.Topbar #Circle-wrap .icon.close .middle, .Topbar #Circle-wrap .icon.close .bottom {
  background: #744dff;
  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;
    top: 7px;
    z-index: 5;
  }
}
@media (min-width: 112.5em) {
  .Topbar .LogoMobileFix {
    position: relative;
  }
}
.Topbar .LogoMobileFix .Topbar-LogoHolder {
  height: auto;
  z-index: 2;
}
@media (max-width: 75em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
    margin: 0.3rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
    margin: 0.3rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
    margin: 0.3rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
    margin: 0 0 0 0.8rem;
  }
}
@media (min-width: 112.5em) {
  .Topbar .LogoMobileFix .Topbar-LogoHolder {
    width: 90px;
    margin: 0.3rem 0 0;
  }
}
.Topbar .LogoMobileFix .LogOnUserAccount .HandlerBtn {
  color: #436006;
  font-weight: bold;
}
.Topbar .LogonUserControl {
  position: relative;
  z-index: 1;
}
.Topbar .Search_Holder {
  z-index: 6;
  top: 0;
}
.Topbar .Top_Menu {
  float: right;
  margin: auto;
  padding: 0 !important;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu {
    padding: 0.5rem 0 !important;
    margin: auto;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu {
    padding: 0.5rem 0 !important;
    margin: auto;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu {
    padding: 0.5rem 0 !important;
    margin: auto;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu {
    padding: 10px 0 !important;
    margin: auto;
    height: 75px;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu {
    padding: 0.5rem 0 !important;
    margin: auto;
  }
}
.Topbar .Top_Menu .CartShop_view {
  float: left;
  width: 55px;
  display: block;
  margin: 0 2rem 0 0;
  padding-left: 0;
  border: 0;
  background: none;
  outline: 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: 0 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .CartShop_view {
    margin: 0 3rem 0 0;
  }
}
.Topbar .Top_Menu .CartShop_view i {
  color: #436006;
  font-size: 1em;
}
.Topbar .Top_Menu .CartShop_view svg {
  color: #436006;
  font-size: 1em;
}
.Topbar .Top_Menu .CartShop_view .CartShop_view-Products {
  color: #436006;
  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: #436006;
  width: 100%;
  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: #ff6701;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  display: block;
}
.Topbar .Top_Menu .ViewOrder {
  display: block;
  margin: 0 3rem 0 0;
  padding-left: 0;
  border: 0;
  background: none;
  opacity: 0.8;
  text-shadow: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 3.5rem 0 0;
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .ViewOrder {
    margin: 0 3rem 0 0;
  }
}
.Topbar .Top_Menu .ViewOrder i {
  font-size: 1.2em;
  color: #1580a6;
}
.Topbar .Top_Menu .ViewOrder span {
  font-size: 1.8em;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .ViewOrder span {
    font-size: 1.2em;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .ViewOrder span {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .ViewOrder span {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .ViewOrder span {
    font-size: 1.8em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .ViewOrder span {
    font-size: 1.2em;
  }
}
.Topbar .Top_Menu .ViewOrder svg {
  font-size: 1.2em;
  color: #436006;
}
.Topbar .Top_Menu .ViewOrder a {
  margin: -5px 0 0;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .ViewOrder a {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .ViewOrder a {
    display: block;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .ViewOrder a {
    display: block;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .ViewOrder a {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .ViewOrder a {
    display: block;
  }
}
.Topbar .Top_Menu .ViewOrder:hover {
  border: 0;
  background: none;
  opacity: 1;
}
.Topbar .Top_Menu .ViewOrder:active {
  border: 0;
  background: none;
}
.Topbar .Top_Menu .ViewOrder:focus {
  border: 0;
  background: none;
  outline: 0;
}
.Topbar .Top_Menu .ViewOrder:focus-visible {
  border: 0;
  background: none;
  outline: 0;
}
.Topbar .Top_Menu .Finance {
  display: block;
  margin: 0 3rem 0 0;
  padding-left: 0;
  border: 0;
  background: none;
  opacity: 0.8;
  text-shadow: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Finance {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Finance {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Finance {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Finance {
    margin: 0 3.5rem 0 0;
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Finance {
    margin: 0 3rem 0 0;
  }
}
.Topbar .Top_Menu .Finance i {
  font-size: 1.2em;
  color: #1580a6;
}
.Topbar .Top_Menu .Finance span {
  font-size: 1.8em;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Finance span {
    font-size: 1.2em;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Finance span {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Finance span {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Finance span {
    font-size: 1.8em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Finance span {
    font-size: 1.2em;
  }
}
.Topbar .Top_Menu .Finance svg {
  font-size: 1.2em;
  color: #436006;
}
.Topbar .Top_Menu .Finance a {
  margin: -5px 0 0;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Finance a {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Finance a {
    display: block;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Finance a {
    display: block;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Finance a {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Finance a {
    display: block;
  }
}
.Topbar .Top_Menu .Finance:hover {
  border: 0;
  background: none;
  opacity: 1;
}
.Topbar .Top_Menu .Finance:active {
  border: 0;
  background: none;
}
.Topbar .Top_Menu .Finance:focus {
  border: 0;
  background: none;
  outline: 0;
}
.Topbar .Top_Menu .Finance:focus-visible {
  border: 0;
  background: none;
  outline: 0;
}
.Topbar .Top_Menu .Login {
  display: block;
  margin: 0;
  padding-left: 0;
  border: 0;
  background: none;
  opacity: 0.8;
  text-shadow: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Login {
    margin: 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Login {
    margin: 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Login {
    margin: 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Login {
    margin: 0 0.7rem 0 0;
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Login {
    margin: 0;
  }
}
.Topbar .Top_Menu .Login i {
  font-size: 1.2em;
  color: #1580a6;
}
.Topbar .Top_Menu .Login span {
  font-size: 1.8em;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Login span {
    font-size: 1.2em;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Login span {
    font-size: 1.2em;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Login span {
    font-size: 1.2em;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Login span {
    font-size: 1.8em;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Login span {
    font-size: 1.2em;
  }
}
.Topbar .Top_Menu .Login svg {
  font-size: 1.2em;
  color: #436006;
}
.Topbar .Top_Menu .Login a {
  margin: -5px 0 0;
  color: #436006;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .Login a {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .Login a {
    display: block;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .Login a {
    display: block;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .Login a {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .Login a {
    display: block;
  }
}
.Topbar .Top_Menu .Login:hover {
  border: 0;
  background: none;
  opacity: 1;
}
.Topbar .Top_Menu .Login:active {
  border: 0;
  background: none;
}
.Topbar .Top_Menu .Login:focus {
  border: 0;
  background: none;
  outline: 0;
}
.Topbar .Top_Menu .Login:focus-visible {
  border: 0;
  background: none;
  outline: 0;
}
.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: none;
  border-radius: 120px;
  height: 35px;
  width: 35px;
  top: 0;
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .LogonUser-Wrapper .SandwichButton-Holder {
    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: 15%;
  height: 20%;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  background: #ff6600;
  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 .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 .Top_Menu .UtilityAction {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: right;
  margin: 0 0.5em 0 0;
  font-size: 1em;
  border: 1px solid #436006;
  background: #ffffff;
  width: 40px;
  height: 40px;
  color: #436006;
  outline: 0;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .UtilityAction {
    margin: -10px 0.5em 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .UtilityAction {
    margin: -10px 0.5em 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .UtilityAction {
    margin: -10px 0.5em 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .UtilityAction {
    margin: 0 0.5em 0 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .UtilityAction {
    margin: -10px 0.5em 0 0;
  }
}
.Topbar .Top_Menu .UtilityAction span {
  font-size: 1.8em;
}
.Topbar .Top_Menu .UtilityAction:hover {
  border: 0;
  background: #436006;
  color: white;
  outline: 0;
}
.Topbar .Top_Menu .UtilityAction:active {
  border: 0;
  background: #436006;
  color: white;
  outline: 0;
}
.Topbar .Top_Menu .UtilityAction:focus {
  border: 0;
  background: #436006;
  color: white;
  outline: 0;
}
.Topbar .Top_Menu .UtilityAction:focus-visible {
  border: 0;
  background: #436006;
  color: white;
  outline: 0;
}
.Topbar .Top_Menu .UtilityBar {
  background: none;
  border-bottom-left-radius: 14px;
  padding: 0;
  position: absolute;
  z-index: 4;
  width: 30%;
  top: 56px;
  right: 4px;
  display: none;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .UtilityBar {
    width: 30%;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .UtilityBar {
    width: 50%;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .UtilityBar {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .UtilityBar {
    width: 80%;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .UtilityBar {
    width: 30%;
  }
}
.Topbar .Top_Menu .UtilityBar .UtilityTriangle {
  float: right;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  margin: 0 0.4rem 0 0;
}
@media (max-width: 75em) {
  .Topbar .Top_Menu .UtilityBar .UtilityTriangle {
    margin: -13px 0.4rem 0 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar .Top_Menu .UtilityBar .UtilityTriangle {
    margin: -13px 0.4rem 0 0;
  }
}
@media (max-width: 48em) {
  .Topbar .Top_Menu .UtilityBar .UtilityTriangle {
    margin: -13px 0.4rem 0 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar .Top_Menu .UtilityBar .UtilityTriangle {
    margin: 4px 0.4rem 0 0;
  }
}
@media (min-width: 112.5em) {
  .Topbar .Top_Menu .UtilityBar .UtilityTriangle {
    margin: -13px 0.4rem 0 0;
  }
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder {
  background: #ffffff;
  width: 100%;
  float: left;
  border: 2px solid #eceaea;
  box-shadow: 0 16px 16px -12px #686767;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .CurrentUserInfo {
  float: left;
  width: 100%;
  background: none;
  padding: 0.4em;
  border-bottom: 1px solid #eceaea;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .CurrentUserInfo div {
  width: 65px;
  float: left;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .CurrentUserInfo div a img {
  padding: 3px;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .CurrentUserInfo p {
  color: #744dff;
  font-size: 1em;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .CurrentUserInfo em {
  color: #436006;
  font-size: 1em;
  margin: 1em 0;
  width: 100%;
  font-weight: bold;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .UtilityOption {
  float: left;
  width: 100%;
  padding: 0.4em 0.7em;
  border: 0;
  border-bottom: 1px solid #eceaea;
  background: none;
  color: #436006;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .UtilityOption a {
  margin: 0 0 0 0.9em;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .UtilityOption span {
  position: absolute;
  right: 0;
}
.Topbar .Top_Menu .UtilityBar .UtilityBarOptionHolder .UtilityOption span:first-child {
  position: relative;
  left: 0;
}
.Topbar #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 #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 56.25em) {
  .Topbar #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 48em) {
  .Topbar #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
@media (max-width: 37.5em) {
  .Topbar #SandwichMenu {
    height: 100vh;
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 112.5em) {
  .Topbar #SandwichMenu {
    height: auto;
    padding: 0;
    border-top: 0;
  }
}
.Topbar .Main-menu {
  display: none;
}
.Topbar nav {
  height: 100vh;
  z-index: 3;
  background-color: rgba(44, 36, 112, 0.9);
}
.Topbar nav ul {
  margin: auto;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  width: 35%;
  height: 100vh;
  top: 0px;
}
@media (max-width: 75em) {
  .Topbar nav ul {
    width: 45%;
  }
}
@media (max-width: 56.25em) {
  .Topbar nav ul {
    width: 45%;
  }
}
@media (max-width: 48em) {
  .Topbar nav ul {
    width: 45%;
  }
}
@media (max-width: 37.5em) {
  .Topbar nav ul {
    width: 88%;
  }
}
@media (min-width: 112.5em) {
  .Topbar nav ul {
    width: 32%;
  }
}
.Topbar nav ul li {
  cursor: pointer;
  list-style: none;
  background: #fff;
  margin: 0.8em 0;
}
@media (max-width: 37.5em) {
  .Topbar nav ul li {
    margin: 0;
    border-bottom: 1px solid rgb(212, 212, 212);
  }
}
.Topbar nav ul li:hover {
  cursor: pointer;
  list-style: none;
}
.Topbar nav ul li img {
  position: relative;
  width: 30px;
  display: block;
  float: left;
  margin: 0 1em 0 0;
}
.Topbar nav ul li a {
  font-size: 1.2em !important;
  color: #436006;
  text-transform: inherit;
  position: relative;
  padding: 0.9rem 0;
  width: 100%;
}
.Topbar nav ul li a:hover {
  color: #744dff;
  text-transform: inherit;
}
@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 ul .Topbar-MobileMenuLogoHolder {
  display: block;
  width: 45%;
  margin: 1em auto;
}
.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;
  padding: 0.5rem 0 1rem;
  background-color: #ffffff;
  border-bottom: 3px solid #ff6701;
}
@media (max-width: 75em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 67% !important;
  }
}
@media (max-width: 56.25em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 67% !important;
  }
}
@media (max-width: 48em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 67% !important;
  }
}
@media (max-width: 37.5em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 70% !important;
  }
}
@media (min-width: 75em) {
  header .header-logo img {
    margin: 0 0 1.5rem;
    width: 67% !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 .ShoppingCart-public-button button {
  position: absolute;
  top: 0;
  right: 1rem;
  border: 0;
  background: none;
  z-index: 2;
}
header .header-logo .Main-menu-public .ShoppingCart-public-button button:hover {
  border: 0;
  background: none;
  color: #446107;
}
header .header-logo .Main-menu-public .ShoppingCart-public-button button:active {
  border: 0;
  background: none;
  color: #446107;
}
@media (max-width: 75em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: 1rem;
  }
}
@media (max-width: 56.25em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: 1rem;
  }
}
@media (max-width: 48em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: 1rem;
  }
}
@media (max-width: 37.5em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: -10px;
  }
}
@media (min-width: 75em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: 1rem;
  }
}
@media (min-width: 112.5em) {
  header .header-logo .Main-menu-public .ShoppingCart-public-button button {
    top: 1rem;
  }
}
header .header-logo .Main-menu-public .ShoppingCart-public-button button svg {
  color: #ff6701;
}
header .header-logo .Main-menu-public .ShoppingCart-public-button button p {
  margin: 0;
  font-size: 0.7em;
}
header .header-logo .Main-menu-public ul {
  list-style: none;
  background: none;
}
@media (max-width: 75em) {
  header .header-logo .Main-menu-public ul {
    padding: 0.6rem 0;
  }
}
@media (max-width: 56.25em) {
  header .header-logo .Main-menu-public ul {
    padding: 0.6rem 0;
  }
}
@media (max-width: 48em) {
  header .header-logo .Main-menu-public ul {
    padding: 0.6rem 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: 0.6rem 0;
  }
}
@media (min-width: 112.5em) {
  header .header-logo .Main-menu-public ul {
    padding: 0.6rem 0;
  }
}
header .header-logo .Main-menu-public ul li {
  border-right: 1px solid #cfcbd8;
}
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: #321d7d;
  /* transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease; */
}

.navStickyMenu {
  position: relative !important;
  display: block;
  background: #ffffff;
}
@media (max-width: 75em) {
  .navStickyMenu {
    position: relative !important;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu {
    position: relative !important;
  }
}
@media (max-width: 48em) {
  .navStickyMenu {
    position: fixed !important;
    bottom: 0;
    z-index: 4;
    border-top: 1px solid #cccccc;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu {
    position: fixed !important;
    bottom: -1px;
    z-index: 4;
    border-top: 1px solid #cccccc;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu {
    position: relative !important;
  }
}
.navStickyMenu .navContent {
  position: relative;
}
@media (max-width: 75em) {
  .navStickyMenu .navContent .navfixedContent .header-logo {
    display: block;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent .navfixedContent .header-logo {
    display: block;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent .navfixedContent .header-logo {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent .navfixedContent .header-logo {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent .navfixedContent .header-logo {
    display: block;
  }
}
.navStickyMenu .navContent ul {
  list-style: none;
  padding: 0.43rem 0 0;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul {
    padding: 0.43rem 0 0 1.4rem;
  }
}
.navStickyMenu .navContent ul li {
  margin: 0 0 1rem;
  /* Tooltip Base Styles */
  /* Tooltip Visible State */
  /* Pointer (SVG) Styles */
  /* Tooltip Bouncing Animation */
}
@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 {
  display: flex;
  color: #436006;
  font-weight: bold;
}
@media (max-width: 75em) {
  .navStickyMenu .navContent ul li a {
    text-align: left;
    display: flex;
  }
}
@media (max-width: 56.25em) {
  .navStickyMenu .navContent ul li a {
    text-align: left;
    display: flex;
  }
}
@media (max-width: 48em) {
  .navStickyMenu .navContent ul li a {
    text-align: center;
    display: block;
  }
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul li a {
    text-align: center;
    display: block;
  }
}
@media (min-width: 112.5em) {
  .navStickyMenu .navContent ul li a {
    text-align: left;
    display: flex;
  }
}
.navStickyMenu .navContent ul li a:hover {
  color: #ff6701;
}
.navStickyMenu .navContent ul li a:hover span {
  color: #ff6701;
  opacity: 0.4;
}
.navStickyMenu .navContent ul li a .navLabel {
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul li a .navLabel {
    width: 100%;
    margin: 0 0 0.4rem !important;
    font-size: 0.8em;
  }
}
.navStickyMenu .navContent ul li a span {
  color: #446107;
  margin: 0 1rem 0 0;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul li a span {
    margin: 0;
  }
}
.navStickyMenu .navContent ul li .tooltip {
  position: absolute;
  left: 50%; /* Centrado horizontalmente respecto al botón */
  bottom: 100%; /* Aparece encima del botón */
  transform: translateX(-50%);
  background: #2196f3;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 3s ease;
  z-index: 10;
}
.navStickyMenu .navContent ul li .tooltip.show {
  opacity: 1;
  visibility: visible;
  animation: tooltip-bounce 1s infinite; /* Aplicar bouncing al tooltip */
}
.navStickyMenu .navContent ul li .tooltip-pointer {
  position: absolute;
  top: 100%; /* Coloca la punta justo encima del tooltip */
  left: 40%;
  transform: rotateX(180deg);
  width: 30px; /* Tamaño del SVG */
  height: 10px;
}
@keyframes tooltip-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.navStickyMenu .navContent ul .navLogo {
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul .navLogo {
    display: block;
  }
}
.navStickyMenu .navContent ul .CreateProductBtn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent ul .CreateProductBtn-wrapper {
    padding: 0.43rem 0 0;
    display: block;
  }
}
.navStickyMenu .navContent ul .CreateProductBtn-wrapper .CreateProductBtn {
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.navStickyMenu .navContent ul .CreateProductBtn-wrapper .CreateProductBtn span {
  font-size: 40px;
  color: #ff4900;
}
.navStickyMenu .navContent .CreateProductBtn-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
@media (max-width: 37.5em) {
  .navStickyMenu .navContent .CreateProductBtn-desktop {
    padding: 0.43rem 0 0;
    display: none;
  }
}
.navStickyMenu .navContent .CreateProductBtn-desktop .CreateProductButton {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  padding: 0;
}
.navStickyMenu .navContent .CreateProductBtn-desktop .CreateProductButton span {
  font-size: 25px;
  color: #ff4900;
}
.navStickyMenu .navContent .CreateProductBtn-desktop .CreateProductButton p {
  color: #436006;
  margin: 0;
}

/*NAV-WIZARD*/ /*////////////*/
.Nav-Wizard {
  background: #fafafa;
  border-bottom: 1px solid #dee2e6;
  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: none;
  padding: 0.7rem 0;
  /*border-top-right-radius:10px;
  border-top-left-radius:10px;

  @include respond(tab-land) {
      border-bottom: 3px solid #e8e8e8 !important;
  }
  @include respond(tab-port) {
      border-bottom: 3px solid #e8e8e8 !important;
  }
  @include respond(ipad-port) {
      border-bottom: 3px solid #e8e8e8 !important;
  }
  @include respond(phone) {
      border-bottom: 2px solid #e8e8e8 !important;
  }
  @include respond(laptod-screen) {
      border-bottom: 3px solid #e8e8e8 !important;
  }
  @include respond(big-desktop) {
      border-bottom: 3px solid #e8e8e8 !important;
  }*/
}
.Nav-Wizard .Nav-Wizard-TagName div .arrowBack a {
  color: #ff6701;
}
.Nav-Wizard .Nav-Wizard-TagName div .arrowBack a span {
  font-size: 1.4em;
}
.Nav-Wizard .Nav-Wizard-TagName a {
  font-size: 1em;
  color: #446107;
  text-decoration: none;
}
.Nav-Wizard .Nav-Wizard-TagName a:hover {
  color: #999c65;
}
.Nav-Wizard .Nav-Wizard-TagName a svg {
  font-size: 1.3em;
}
.Nav-Wizard .Nav-Wizard-TagName h3 {
  color: #ff6701;
  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;
  font-size: 1em;
}
.Nav-Wizard .Nav-Wizard-TagName label {
  color: #ff6701;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
.Nav-Wizard .Nav-Wizard-TagName label a {
  margin: 0 0 0 2% !important;
  font-weight: 200;
  font-size: 1em;
}
.Nav-Wizard .Nav-Wizard-TagName label a:first-child {
  margin: 0 !important;
  font-weight: 200;
  font-size: 1em;
}

footer {
  background-color: #fafafa;
  padding-bottom: 35px;
}
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: #4d4d4d;
}
footer .footer-holder ul li a p svg {
  color: #ff6701;
}
footer .footer-holder .social-holder a {
  color: #4d4d4d;
}
footer .footer-holder .social-holder a svg {
  color: #ff6701;
}
footer .footer-holder .social-holder a span {
  line-height: 12px;
}
footer .footer-holder p {
  border-top-color: #c9b294 !important;
  color: #4d4d4d;
  font-size: 0.9em;
}
footer .footer-holder p span {
  color: #ff6701;
}
@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: #dcb488;
  }
}
@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: #436006;
  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;
}

.Admin-holder {
  background: #f7f7f7;
}
@media (max-width: 75em) {
  .Admin-holder .SideBar {
    padding: 0 0.9em;
  }
}
@media (max-width: 56.25em) {
  .Admin-holder .SideBar {
    padding: 0 0.9em;
  }
}
@media (max-width: 48em) {
  .Admin-holder .SideBar {
    padding: 0 0.9em;
  }
}
@media (max-width: 37.5em) {
  .Admin-holder .SideBar {
    padding: 0 !important;
  }
}
@media (min-width: 75em) {
  .Admin-holder .SideBar {
    padding: 0 0.9em;
  }
}
@media (min-width: 112.5em) {
  .Admin-holder .SideBar {
    padding: 0 0.9em;
  }
}
.Admin-holder .SideBar button {
  background: none;
  border: 0;
}
.Admin-holder .SideBar button:hover {
  border: 0;
  background: none;
  outline: 0;
}
.Admin-holder .SideBar button:active {
  border: 0;
  background: none;
  outline: 0;
}
.Admin-holder .SideBar button:focus {
  border: 0;
  background: none;
  outline: 0;
}
.Admin-holder .SideBar button:focus-visible {
  border: 0;
  background: none;
  outline: 0;
}
.Admin-holder .SideBar ul {
  background: #f7f7f7;
}
@media (max-width: 75em) {
  .Admin-holder .SideBar ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 0 0 0 !important;
    box-shadow: none;
  }
}
@media (max-width: 56.25em) {
  .Admin-holder .SideBar ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 0 0 0 !important;
    box-shadow: none;
  }
}
@media (max-width: 48em) {
  .Admin-holder .SideBar ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 0 0 0 !important;
    box-shadow: none;
  }
}
@media (max-width: 37.5em) {
  .Admin-holder .SideBar ul {
    position: absolute;
    z-index: 2;
    display: none;
    padding: 0 !important;
    box-shadow: 0 16px 16px -12px #686767;
  }
}
@media (min-width: 75em) {
  .Admin-holder .SideBar ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 0 0 0 !important;
    box-shadow: none;
  }
}
@media (min-width: 112.5em) {
  .Admin-holder .SideBar ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 0 0 0 !important;
    box-shadow: none;
  }
}
.Admin-holder .SideBar ul li h4 {
  color: #436006;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.Admin-holder .SideBar ul li h4 span {
  color: #1c8407;
  margin: 0 0.4rem 0 0;
}
.Admin-holder .SideBar ul li ul {
  position: relative;
  padding: 0 !important;
  box-shadow: none;
  display: block;
}
.Admin-holder .SideBar ul li ul li a span {
  margin: 0 0.4rem 0 0;
}
.Admin-holder .SideBar ul li ul li a:hover {
  background: none !important;
}
.Admin-holder .SideBar ul li ul .list-group-item:hover {
  background-color: #f7f7f7;
}
.Admin-holder .SideBar ul li ul .list-group-item:hover .list-group-item-action span {
  color: #5f9ed5;
}
.Admin-holder .SideBar ul .actived {
  background: #1c8407 !important;
}
.Admin-holder .SideBar ul .actived a {
  color: #ffffff;
  font-weight: bold;
}
.Admin-holder .SideBar ul .actived a:hover {
  background: none !important;
}
.Admin-holder .SideBarContent {
  position: relative;
  z-index: 1;
  background: none;
}
.Admin-holder .SideBarContent .file-input-container {
  position: relative;
  display: inline-block;
}
.Admin-holder .SideBarContent .file-input-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.Admin-holder .SideBarContent .file-input-container p {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: pointer;
  z-index: 1;
}
.Admin-holder input[type=checkbox] {
  float: left;
  margin: 0 0.1rem 0 0.5rem;
  text-align: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.Admin-holder input[type=checkbox]:after {
  content: " ";
  background-color: #ec923d;
  width: 100%;
  color: #fff;
  display: inline-block;
  visibility: visible;
}
.Admin-holder input[type=checkbox]:checked:after {
  content: "✔";
}

.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;
  /* &:hover {
      transform: translateY(-5px);
  } */
}
.Ticket-shopping-cart img {
  width: 100%;
}
.Ticket-shopping-cart h3 {
  font-weight: bold;
  font-size: 1.2em;
  color: black;
}
@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 h3 span {
  color: #446107;
}
.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%;
  border: 0;
}
.TemplateItems-Container header span {
  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: 3px solid #446107;
}
.TemplateItems-Container header aside p {
  margin: 0;
}
.TemplateItems-Container header aside em {
  margin: 0;
  background: #ff6701;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 0 0.3rem;
}
.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: #436006;
  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 {
  width: 98%;
  display: block;
  margin: auto;
  padding: 0.5em 0.5em 1em 0.5em;
  background-color: #f1f1f1;
  opacity: 1;
  background-size: 10px 10px;
}
.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: #1c8407;
  font-size: 0.9em;
  margin: 0;
}
.Widget-Shopping #update-message {
  font-family: helvetica;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.3rem 0;
}
.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 #1c8407;
  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: #436006;
}

.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: #436006;
  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: #08d794;
  color: #fff;
}
#ReservationAreaButtonContainer button {
  border: 0;
  padding: 0.4rem 0;
  box-shadow: 1px 19px 1px -13px #0a9f6e;
}

#ReservationAreaModal .modal-header label {
  font-size: 1.3em;
  margin: 0;
}
#ReservationAreaModal .modal-header span {
  color: #436006;
}
#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: #436006;
}

.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: #436006;
}

.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;
  width: 70px;
  height: 70px;
  background: #ffffff;
  color: #ffffff;
  outline: none;
  border: 3px solid #fbcb00;
}
#LeaderBoardbutton img {
  width: 32px;
  height: 32px;
}
#LeaderBoardbutton span {
  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 ol li {
  float: left;
  position: relative;
  width: 100%;
  margin: 0.5rem 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  /*  &:nth-of-type(1) {float:left;list-style:none;width:33%;padding: 0;margin: 0 0 0 0.3rem;border:0;}
   &:nth-of-type(2) {float:left;list-style:none;width:33%;padding: 0;margin: 0;border:0;}
   &:nth-of-type(3) {float:left;list-style:none;width:33%;padding: 0;margin: 0;border:0;} */
}
#LeaderBoardModal .modal-dialog .modal-content .modal-body .LeaderBoardMembers ol li .MemberPromoterRanking {
  float: left;
  width: 5%;
}
#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;
}

.Promotion-Product {
  margin: 0 0 1rem;
}
.Promotion-Product .PromotionProduct_Provider {
  margin: 0 0 0.8em;
}
.Promotion-Product .PromotionProduct_Provider .Product_ProviderInfo .Product_ProviderProfile img {
  border-radius: 50%;
}
.Promotion-Product .PromotionProduct_Provider .Product_ProviderInfo .Product_ProviderProfile h4 {
  margin: 0 0 0 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #436006;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Promotion-Product .PromotionProduct_Provider .Product_ProviderInfo .Product_ProviderHistory {
  display: flex;
  align-items: center;
  justify-content: start;
}
.Promotion-Product .PromotionProduct_Provider .Product_ProviderInfo .Product_ProviderHistory span {
  font-size: 0.9em;
}
.Promotion-Product .PromotionProduct_Provider .Product_ProviderInfo .Product_ProviderHistory span:first-child {
  color: #2ba311;
}
.Promotion-Product .PromotionProduct_content img:hover {
  opacity: 0.8;
}
.Promotion-Product .PromotionProduct_content h3 {
  margin: 0;
}
.Promotion-Product .PromotionProduct_content h3 a {
  font-size: 1em;
  color: #000000 !important;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  font-size: 0.68em;
  height: 50px;
}
.Promotion-Product .PromotionProduct_content p {
  padding: 0;
  color: #545454;
  font-size: 1.3em;
}
.Promotion-Product .PromotionProduct_content p em {
  font-style: normal;
  color: #2ba311;
  font-size: 0.7em;
}

/* General styling for carousel items */
.carousel-item {
  display: flex;
  flex-wrap: nowrap;
}

/* Styling for products */
.Promotion-Product {
  flex: 0 0 25%; /* Default to 4 products per slide */
}

/* Adjustments for different screen sizes */
@media (max-width: 767px) {
  .Promotion-Product.mobile {
    flex: 0 0 50%; /* 2 products per slide on mobile */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Promotion-Product.tablet {
    flex: 0 0 33.33%; /* 3 products per slide on tablets */
  }
}
@media (min-width: 992px) {
  .Promotion-Product.desktop {
    flex: 0 0 25%; /* 4 products per slide on desktop */
  }
}
/* Asegura que los botones de control sean visibles y ajusta su padding */
.carousel-control-prev,
.carousel-control-next {
  width: 5% !important; /* Aumenta la zona clicable */
  padding: 10px !important; /* Agrega padding para separar de los productos */
  opacity: 1 !important;
}

/* Ajuste adicional para mejorar la visibilidad */
.carousel-control-prev {
  left: 2% !important; /* Ajusta según el padding que desees */
}
.carousel-control-prev span {
  background-color: #2ba311;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0.2em;
  font-size: 18px;
  color: white;
}

.carousel-control-next {
  right: 2% !important; /* Ajusta según el padding que desees */
}
.carousel-control-next span {
  background-color: #2ba311;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0.2em;
  font-size: 18px;
  color: white;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  padding: 0 1em;
}

.Form-wrapper {
  padding: 1em 1em 0;
  margin: 2.5em auto;
  width: 100%;
}
.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;
  font-family: "Bangers", cursive;
}
.Form-wrapper ul li a {
  float: left;
  color: #ffffff !important;
  padding: 0.4rem 0;
  background: #436006;
  border-radius: 8px;
}
.Form-wrapper ul li a:hover {
  color: #fdb221 !important;
  background: #436006;
  border-radius: 8px;
}
.Form-wrapper ul li a:active {
  color: #ffffff !important;
  background: #436006;
  border-radius: 8px;
}
@media (max-width: 75em) {
  .Form-wrapper ul li a {
    padding: 0.4rem 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li a {
    padding: 0.4rem 0;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul li a {
    padding: 0.4rem 0;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul li a {
    padding: 0.3rem 0;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul li a {
    padding: 0.4rem 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li a {
    padding: 0.4rem 0;
  }
}
.Form-wrapper ul li button {
  float: left;
  color: #d3d3d3 !important;
  padding: 0.4rem 0;
  width: 60px;
  height: 60px;
  border: 2px solid #d3d3d3 !important;
  background: none;
  border-radius: 35px;
}
.Form-wrapper ul li button:hover {
  color: #343434 !important;
  background: #ffffff;
  border-radius: 35px;
  border: 0 !important;
}
.Form-wrapper ul li button:active {
  color: #343434 !important;
  background: #ffffff;
  border-radius: 35px;
  border: 0 !important;
}
@media (max-width: 75em) {
  .Form-wrapper ul li button {
    padding: 0.4rem 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li button {
    padding: 0.4rem 0;
  }
}
@media (max-width: 48em) {
  .Form-wrapper ul li button {
    padding: 0.4rem 0;
  }
}
@media (max-width: 37.5em) {
  .Form-wrapper ul li button {
    padding: 0.3rem 0;
  }
}
@media (min-width: 75em) {
  .Form-wrapper ul li button {
    padding: 0.4rem 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li button {
    padding: 0.4rem 0;
  }
}
.Form-wrapper ul li p {
  margin: 0;
  color: #000000;
  background: #ffffff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 75em) {
  .Form-wrapper ul li p {
    padding: 0.4em 0;
  }
}
@media (max-width: 56.25em) {
  .Form-wrapper ul li p {
    padding: 0.4em 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.4em 0;
  }
}
@media (min-width: 112.5em) {
  .Form-wrapper ul li p {
    padding: 0.4em 0;
  }
}
.Form-wrapper small p {
  font-size: 16px;
}

#HomeOrder-button {
  background: #1c8407;
}
#HomeOrder-button:hover {
  background-color: #ffffff;
}

#Form-Holder {
  background: #ffffff;
  padding: 1em 2em;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 9px 9px -5px #ccc;
}
@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: #1c8407;
  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: #436006;
  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;
  }
}

#RegionEvent-Selector label {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  color: #ffffff;
}
@media (max-width: 75em) {
  #RegionEvent-Selector label {
    font-size: 1.4em;
  }
}
@media (max-width: 56.25em) {
  #RegionEvent-Selector label {
    font-size: 1.4em;
  }
}
@media (max-width: 48em) {
  #RegionEvent-Selector label {
    font-size: 1.4em;
  }
}
@media (max-width: 37.5em) {
  #RegionEvent-Selector label {
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  #RegionEvent-Selector label {
    font-size: 1.3em;
  }
}
@media (min-width: 112.5em) {
  #RegionEvent-Selector label {
    font-size: 1.3em;
  }
}

.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;
}
.HomePreviewEvent .HomePreviewEvent-Title a:hover {
  color: #000000;
  font-size: 1.4em;
  margin: 0 0 10px;
  padding: 0;
}
.HomePreviewEvent .HomePreviewEvent-Title a h3 {
  color: #3E3E3E;
  font-size: 1.1em;
  margin: 0 0 10px;
  padding: 0 0.5rem;
  text-transform: initial;
}
.HomePreviewEvent .HomePreviewEvent-Title h5 {
  color: #1c8407;
  font-size: 16px;
  line-height: 20px;
}
.HomePreviewEvent .HomePreviewEvent-Title h5 p {
  color: #545454;
  font-weight: 100;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-Calendar {
  background-color: #436006;
  border-top: 2px solid #26136a;
  border-bottom: 2px solid #22940b;
  padding: 0 0 0.5rem;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-Calendar time h4, .HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-Calendar time h2, .HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-Calendar time h5 {
  font-size: 1em;
}
.HomePreviewEvent .HomePreviewEvent-Content .HomePreviewEvent-button a {
  font-size: 1.5em;
  color: #ffffff;
  background-color: #1c8407;
  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: #ffc24d;
  background-color: #22940b;
  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;
}

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

.HomeProviderControls .ProviderControl {
  border-radius: 8px;
}
.HomeProviderControls .ProviderControl:nth-of-type(1) {
  background-color: #9C27B0;
  border-bottom: 5px solid #510b5d;
}
.HomeProviderControls .ProviderControl:nth-of-type(1) a {
  color: #ffffff;
  font-weight: bold;
}
.HomeProviderControls .ProviderControl:nth-of-type(1) a span {
  color: #ffffff;
}
.HomeProviderControls .ProviderControl:nth-of-type(2) {
  background-color: #f37732;
  border-bottom: 5px solid #bf4b0b;
}
.HomeProviderControls .ProviderControl:nth-of-type(2) a {
  color: #ffffff;
  font-weight: bold;
}
.HomeProviderControls .ProviderControl:nth-of-type(2) a span {
  color: #ffffff;
}
.HomeProviderControls .ProviderControl:nth-of-type(3) {
  background-color: #1c8407;
  border-bottom: 5px solid #115703;
}
.HomeProviderControls .ProviderControl:nth-of-type(3) a {
  color: #ffffff;
  font-weight: bold;
}
.HomeProviderControls .ProviderControl:nth-of-type(3) a span {
  color: #ffffff;
}

.HomeRules-Wrapper .HomeRule {
  margin: 0 0 2.5rem;
}
.HomeRules-Wrapper .HomeRule label {
  margin: 0 0 0.5rem;
  color: #1c8407;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.HomeRules-Wrapper .HomeRule label span {
  color: #1c8407;
  margin: 0;
  font-size: 4em;
  width: 100%;
}
.HomeRules-Wrapper .HomeRule p {
  margin: 0;
  text-align: center;
}

.HomeHelp-Wrapper .FAQ-Wrapper {
  margin: 0 0 2.5rem;
}
.HomeHelp-Wrapper .FAQ-Wrapper label {
  margin: 0 0 2rem;
  color: #1c8407;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
}
.HomeHelp-Wrapper .FAQ-Wrapper label span {
  color: #ff6701;
  margin: 0;
  font-size: 1.5em;
}
.HomeHelp-Wrapper .FAQ-Wrapper ul {
  list-style: none;
  padding: 0;
}
.HomeHelp-Wrapper .FAQ-Wrapper ul li {
  margin: 0 0 1rem;
}
.HomeHelp-Wrapper .FAQ-Wrapper ul li a {
  color: #545454;
  font-weight: bold;
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.3em;
}
.HomeHelp-Wrapper .FAQ-Wrapper ul li a span {
  color: #ff6701;
  margin: 0 0.5em 0 0;
  font-size: 1.2em;
}

.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: none;
  border: 2px solid #446107;
  margin: 0.4rem 0 0.4rem !important;
}
.EventTicket-Holder .EventTicket p {
  color: #ffffff;
  background: #446107;
  padding: 0.8rem 0.3rem;
  margin-bottom: 0;
  border-right: 2px solid #72a30b;
  border-left: 3px dotted #ffffff;
  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: #000000;
}
.EventTicket-Holder .EventTicket strong span {
  color: #ff6701;
}
.EventTicket-Holder .EventTicket .AddTicket {
  width: 70px;
  background-color: #446107;
  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: #436006;
}
@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: #436006;
  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;
}

.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: #1c8407;
}

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

.CreateOrderResult-paymentBridge iframe {
  border: 0;
  height: 100vh;
}
@media (max-width: 75em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 83vh;
  }
}
@media (max-width: 56.25em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 83vh;
  }
}
@media (max-width: 48em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 83vh;
  }
}
@media (max-width: 37.5em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 68vh;
  }
}
@media (min-width: 75em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 83vh;
  }
}
@media (min-width: 112.5em) {
  .CreateOrderResult-paymentBridge iframe {
    height: 83vh;
  }
}
.CreateOrderResult-paymentBridge iframe html {
  overflow: hidden !important;
}

/*SHOPPING-CART*/ /*////////////*/
.ShoppingCartReview .ContainerButton h5 {
  color: #436006;
  margin: 0.5rem 0;
}
.ShoppingCartReview .ContainerButton h5 span {
  margin: 0 0.5rem 0 0;
  color: #ff6701;
}
.ShoppingCartReview .ContainerButton .Checkout-toggleControl {
  display: none;
}
@media (max-width: 75em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: none;
  }
}
@media (max-width: 56.25em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: none;
  }
}
@media (max-width: 48em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: flex;
  }
}
@media (min-width: 75em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: none;
  }
}
@media (min-width: 112.5em) {
  .ShoppingCartReview .ContainerButton .Checkout-toggleControl {
    display: none;
  }
}
.ShoppingCartReview .ContainerButton .Checkout-toggleControl button {
  outline: none;
  background: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ShoppingCartReview .ContainerButton .Checkout-toggleControl button span {
  font-size: 1.8em;
  color: #436006;
}
@media (max-width: 37.5em) {
  .ShoppingCartReview .Checkout-detail {
    display: none;
  }
}
.ShoppingCartReview .ConditionSelected {
  background-color: rgb(211, 234, 247);
  border: 2px solid #0075ff !important;
  font-weight: bold;
}
@media (max-width: 75em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 56.25em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (max-width: 37.5em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
@media (min-width: 112.5em) {
  .ShoppingCartReview .ShoppingCart-disclaimer p {
    font-size: 1em;
  }
}
.ShoppingCartReview .ShoppingCart-disclaimer p a {
  color: #436006;
}
.ShoppingCartReview .ShoppingCart-disclaimer p a:hover {
  color: #f37732;
}
.ShoppingCartReview .Checkout-zones label {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin: 0.5rem 0;
  padding: 0.5rem;
}
@media (max-width: 75em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 1em;
  }
}
@media (max-width: 56.25em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 1em;
  }
}
@media (max-width: 37.5em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 0.8em;
  }
}
@media (min-width: 75em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 1em;
  }
}
@media (min-width: 112.5em) {
  .ShoppingCartReview .Checkout-zones label {
    font-size: 1em;
  }
}
.ShoppingCartReview .Checkout-zones p {
  font-size: 1.1em;
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0;
}
.ShoppingCartReview .Checkout-zones p span {
  color: #ff6701;
}

.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;
}

.ShoppingCart-links a {
  color: #436006;
  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 .coverPhoto {
  background: #436006;
  height: 312px;
  border-bottom: 3px solid #ff6701;
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .coverPhoto {
    height: 360px;
  }
}
.profileByUsernamePublic fieldset header .coverPhoto .edit-cover-photo-btn {
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.8em;
  z-index: 10;
  display: flex;
  align-items: center;
}
.profileByUsernamePublic fieldset header .coverPhoto .edit-cover-photo-btn em {
  font-style: normal;
  margin: 0 0 0 0.5rem;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .coverPhoto .edit-cover-photo-btn em {
    display: none;
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .coverPhoto .edit-cover-photo-btn em {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .coverPhoto .edit-cover-photo-btn em {
    display: none;
  }
}
.profileByUsernamePublic fieldset header .ProfilePicture {
  margin: 0;
  position: absolute;
  top: -10px;
  border: 1px solid #dee2e6 !important;
  border-radius: 120px;
  left: 1.8em;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .ProfilePicture {
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .ProfilePicture {
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .ProfilePicture {
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.profileByUsernamePublic fieldset header .ProfilePicture img {
  width: 100px;
  height: 100px;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .ProfilePicture img {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .ProfilePicture img {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .ProfilePicture img {
    width: 145px;
    height: 145px;
  }
}
.profileByUsernamePublic fieldset header .profileName h4 {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .profileName h4 {
    justify-content: center;
    margin: 1rem 0 0.2rem;
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .profileName h4 {
    justify-content: center;
    margin: 1rem 0 0.2rem;
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .profileName h4 {
    justify-content: center;
    margin: 1rem 0 0.2rem;
  }
}
.profileByUsernamePublic fieldset header .profileName h4 span {
  color: #ff6701;
  font-size: 0.8em;
}
.profileByUsernamePublic fieldset header .profileName p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #436006;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .profileName p {
    text-align: center;
    margin: 0 0 0.8rem;
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .profileName p {
    text-align: center;
    margin: 0 0 0.8rem;
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .profileName p {
    text-align: center;
    margin: 0 0 0.8rem;
  }
}
.profileByUsernamePublic fieldset header .profileDetails-content {
  padding: 1rem 0 0;
}
@media (max-width: 56.25em) {
  .profileByUsernamePublic fieldset header .profileDetails-content {
    padding: 0.5rem 0;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 48em) {
  .profileByUsernamePublic fieldset header .profileDetails-content {
    padding: 0.5rem 0;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 37.5em) {
  .profileByUsernamePublic fieldset header .profileDetails-content {
    padding: 0.5rem 0;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
}
.profileByUsernamePublic fieldset header .profileDetails-content button {
  background: none;
  border: 0;
  font-weight: bold;
}
.profileByUsernamePublic fieldset header .profileDetails-content button span {
  color: #ff6701;
}
.profileByUsernamePublic fieldset header .profileDetails-content button p {
  color: #436006;
}
.profileByUsernamePublic fieldset header .profileDetails-content button:hover span {
  color: #436006;
}
.profileByUsernamePublic fieldset header .profileDetails-content button:hover p {
  color: #ff6701;
}
.profileByUsernamePublic fieldset header .profileMoreDetailsShowButton {
  background: none;
  border: 0;
  color: #436006;
}
.profileByUsernamePublic fieldset header .profileMoreDetailsShowButton span {
  color: #ff6701;
}
.profileByUsernamePublic fieldset header .profileMoreDetailsShowButton:hover {
  color: #ff6701;
}
.profileByUsernamePublic fieldset header .profileMoreDetailsShowButton:hover span {
  color: #436006;
}
.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: #1e7e06;
  font-size: 0.9rem;
}
.profileByUsernamePublic fieldset header .profileMoreDetails div div label span {
  color: #ff6701;
  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 ul li a {
  color: #436006 !important;
  font-weight: bold;
}
.profileByUsernamePublic fieldset div .profileDetails ul li a span {
  color: #ff6701;
}
.profileByUsernamePublic fieldset div .profileDetails ul li a:hover {
  color: #ff6701 !important;
}
.profileByUsernamePublic fieldset div .profileDetails ul li a:hover span {
  color: #436006;
}
.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;
}

.ReportUser {
  background-color: #fff;
}
.ReportUser h4 span {
  color: #446107;
}
.ReportUser aside {
  background-color: #446107;
}
@media (max-width: 37.5em) {
  .ReportUser aside {
    display: none;
  }
}
.ReportUser small {
  display: none;
  color: #446107;
}
@media (max-width: 37.5em) {
  .ReportUser small {
    display: block;
    margin: 0 0 0.5em;
  }
}
.ReportUser .ReportDate {
  border-right: 1px solid #dee2e6 !important;
  height: 100%;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
@media (max-width: 37.5em) {
  .ReportUser .ReportDate {
    padding-bottom: 0 !important;
    border-right: 0 !important;
  }
}
@media (max-width: 37.5em) {
  .ReportUser .ReportDate p {
    background-color: #fff7e1;
    border: 1px solid #ebe0c3;
    padding: 0.5rem;
    border-radius: 30px;
    margin: 0 0 0.8em !important;
  }
}
.ReportUser .ReportUserName {
  border-right: 1px solid #dee2e6 !important;
  height: 100%;
}
@media (max-width: 37.5em) {
  .ReportUser .ReportUserName {
    border-right: 0 !important;
  }
}
.ReportUser .ReportUserName .overflow-tooltip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
}
.ReportUser .ReportType {
  border-right: 1px solid #dee2e6 !important;
  height: 100%;
}
@media (max-width: 37.5em) {
  .ReportUser .ReportType {
    border-right: 0 !important;
  }
}
@media (max-width: 37.5em) {
  .ReportUser .ReportDescription {
    padding-bottom: 1.5em !important;
  }
}

.ProductDetails-holder .pTitle-container span {
  color: #1c8407;
}
.ProductDetails-holder .pTitle-container h2 {
  font-family: helvetica;
}
.ProductDetails-holder .pTitle-container aside .adminButtons {
  margin: 0 0.5rem;
  border: 1px solid #ff4900;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductDetails-holder .pTitle-container aside .adminButtons span {
  color: #ff4900;
}
.ProductDetails-holder .pContent-container .pContentProductArea {
  background: #fafafa;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 2em 0 0;
}
@media (max-width: 75em) {
  .ProductDetails-holder .pContent-container .pContentProductArea {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
}
@media (max-width: 56.25em) {
  .ProductDetails-holder .pContent-container .pContentProductArea {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
}
@media (max-width: 48em) {
  .ProductDetails-holder .pContent-container .pContentProductArea {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
}
@media (max-width: 37.5em) {
  .ProductDetails-holder .pContent-container .pContentProductArea {
    border-bottom: 0;
    border-right: 0;
  }
}
@media (min-width: 112.5em) {
  .ProductDetails-holder .pContent-container .pContentProductArea {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentImg-holder .DetailsImgContainer {
  display: flex;
  justify-content: center;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentImg-holder .DetailsImgGroup-Container .DetailsImgGroup {
  margin: 0 0 1em;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder h3 {
  font-family: helvetica;
  color: #ffffff;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .pContentProviderAddtoCart a {
  background-color: #ff6701;
  border: 0 !important;
  cursor: pointer;
  color: #ffffff;
  padding: 0.7em 0;
  font-family: helvetica;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .pContentProviderAddtoCart a:hover {
  background-color: #1c8407;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #StickyShoppingQty {
  display: none;
  background-color: #1c8407;
  border-top: 3px dotted #4eed2d;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #StickyShoppingQty p {
  color: #ffffff;
  font-size: 1.3em;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #StickyShoppingQty p em {
  color: #ffc24d;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #StickyShoppingQty button {
  display: flex;
  align-items: center;
  background-color: #ffc24d;
  color: #436006;
  font-size: 1.2em;
  font-weight: bold;
  border: 0;
  border-radius: 14px;
  padding: 0.4rem 0.8rem;
  margin: 0 0 0 0.3rem;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #StickyShoppingQty button:focus {
  outline: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Quantity_Product-Preview {
  margin: 2em 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Quantity_Product-Preview label {
  width: 100%;
  color: #436006;
  margin: 0;
  padding: 0 0 1em;
  font-size: 1em;
  font-weight: bold;
  font-family: helvetica;
  border-bottom: 1px solid #dee2e6 !important;
  display: flex;
  align-items: center;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Quantity_Product-Preview label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
  font-size: 1.1em;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Quantity_Product-Preview p {
  color: #343434;
  margin: 0;
  width: 50%;
  font-family: helvetica;
  text-align: center;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Details-Content-label label {
  width: 100%;
  color: #436006;
  margin: 0;
  padding: 0 0 1em;
  font-size: 1em;
  font-weight: bold;
  font-family: helvetica;
  border-bottom: 1px solid #dee2e6 !important;
  display: flex;
  align-items: center;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Details-Content-label label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
  font-size: 1.1em;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Details-ContentProvider p {
  font-size: 1rem;
  font-family: helvetica;
  text-align: justify;
  line-height: 1.9rem;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder #Details-Wrapper-SocialMedia {
  margin: 1.3em 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area {
  margin: 0;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #ffffff;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area label {
  margin: 0 0 0.4rem;
  color: #436006;
  font-weight: bold;
  font-size: 0.9em;
  font-family: helvetica;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo {
  margin: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo a {
  margin: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo a img {
  margin: 0;
  border-radius: 50%;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo h4 {
  margin: 0 0 0.8rem;
  font-family: helvetica;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo em {
  margin: 0;
  color: #343434;
  font-family: helvetica;
  font-style: normal;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo em:nth-of-type(1) {
  margin: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo em:nth-of-type(2) {
  margin: 0;
}
.ProductDetails-holder .pContent-container .pContentProductArea .pContentProvider-holder .Provider-Area .Provider-Area-logo p {
  margin: 0;
  text-align: justify;
  font-family: helvetica;
}
.ProductDetails-holder .pContent-container .pContentShoppingArea {
  padding: 1em 0 0;
}

.FinanceWrapper #myTab li a {
  color: #436006;
  font-weight: bold;
}
.FinanceWrapper #myTab li a span {
  color: #ff6701;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green {
  padding: 0.6rem;
  border-radius: 8px;
  margin: 0.6rem 0;
  border: 2px solid #ffede1;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange label, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light label, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green label {
  margin: 0 0 0.6rem;
  font-weight: bold;
  font-size: 1em;
  color: #436006;
  display: flex;
  align-items: center;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange label span, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light label span, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange output, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light output, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green output {
  color: #1c8407;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange output em, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light output em, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green output em {
  font-style: normal;
  font-size: 1em;
}
.FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-orange output span, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-light output span, .FinanceWrapper #FinanceStoreView .FinanceTotal_Holder .total-green output span {
  font-weight: bold;
  font-size: 1.6em;
}
.FinanceWrapper #FinanceGetFund_Btn {
  border: 0;
  border-radius: 8px;
  background: #436006;
  color: white;
  outline: none;
  margin: 0 0 0.8rem;
  font-weight: bold;
  text-align: center;
}
.FinanceWrapper #FinanceGetFund_Btn:hover {
  background: #1c8407;
  color: white;
}
.FinanceWrapper #FinanceGetFund_Btn:active {
  background: #1c8407;
  color: white;
}
.FinanceWrapper .FinanceNotification-Holder {
  background-color: #fafafa;
}
.FinanceWrapper .FinanceNotification-Holder label {
  color: #436006;
  margin: 0.2rem 0 0.5rem 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.FinanceWrapper .FinanceNotification-Holder label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
}
.FinanceWrapper .FinanceNotification-Holder ul li .FinanceNotificationFlag span {
  font-size: 40px;
  color: #1c8407;
}
.FinanceWrapper .FinanceNotification-Holder ul li label {
  color: #436006;
  margin: 0 0 0.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FinanceWrapper .FinanceNotification-Holder ul li label span {
  color: #ff6701;
  font-weight: bold;
  margin: 0 0.5rem 0 0;
}
.FinanceWrapper .FinanceNotification-Holder ul li p {
  margin: 0;
  text-align: center;
}
.FinanceWrapper .FinanceNotification-Holder ul li p em {
  margin: 0;
  color: #ff6701;
}
.FinanceWrapper .FinanceNotification-Holder ul li p small {
  margin: 0;
}

.Finance-StyleContainer fieldset #CreateTransferMethod {
  border: 0;
  border-radius: 8px;
  background: #ff6701;
  color: white;
  outline: none;
  margin: 0 0 0.8rem;
}
.Finance-StyleContainer fieldset #CreateTransferMethod:hover {
  background: #ffc24d;
  color: white;
}
.Finance-StyleContainer fieldset #CreateTransferMethod:active {
  background: #ffc24d;
  color: white;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferMethod label {
  color: #436006;
  margin: 0.2rem 0 0.5rem 0;
  font-weight: bold;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferMethod input[type=radio] {
  accent-color: #1c8407;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferMethod input[type=radio]:focus {
  box-shadow: 0 0 0 1.6rem rgba(230, 230, 230, 0.25);
  border-color: #e8e8e8;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField label {
  color: #436006;
  margin: 0.2rem 0 0.5rem 0;
  font-weight: bold;
  display: flex;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField label span {
  color: #ff6701;
  margin: 0 0.5rem 0 0;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField input[type=text] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  margin: 0.2rem 0 0.5rem 0;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField input[type=text]:focus {
  border: 1px solid #f5dfd0;
  box-shadow: 0 0 0 0.3rem rgba(255, 103, 1, 0.08);
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField input[type=number] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  margin: 0.2rem 0 0.5rem 0;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField input[type=number]:focus {
  border: 1px solid #f5dfd0;
  box-shadow: 0 0 0 0.3rem rgba(255, 103, 1, 0.08);
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField select {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  margin: 0.2rem 0 0.5rem 0;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField select:focus {
  border: 1px solid #f5dfd0;
  box-shadow: 0 0 0 0.3rem rgba(255, 103, 1, 0.08);
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField select:-moz-read-only {
  background-color: #ffffff;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField select:read-only {
  background-color: #ffffff;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
  border: 0;
  border-radius: 8px;
  background: #436006;
  color: white;
  outline: none;
  margin: 1.8rem 0.8rem 0.8rem 0.8rem;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField button:hover {
  background: #1c8407;
  color: white;
}
.Finance-StyleContainer fieldset #Transfer-Holder .TransferField button:active {
  background: #1c8407;
  color: white;
}
@media (max-width: 75em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
}
@media (max-width: 56.25em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
}
@media (max-width: 48em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
}
@media (max-width: 37.5em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 0 0.8rem 1.8rem 0.8rem;
  }
}
@media (min-width: 75em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
}
@media (min-width: 112.5em) {
  .Finance-StyleContainer fieldset #Transfer-Holder .TransferField button {
    margin: 1.8rem 0.8rem 0.8rem 0.8rem;
  }
}
.Finance-StyleContainer fieldset ul li {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem 0;
}
.Finance-StyleContainer fieldset ul li h5 {
  margin: 0 0 0.6rem;
  font-weight: bold;
}
.Finance-StyleContainer fieldset ul li h6 {
  margin: 0 0 0.4rem;
  font-weight: bold;
  display: flex;
  color: #1c8407;
}
.Finance-StyleContainer fieldset ul li h6 span {
  color: #ff6701;
}
.Finance-StyleContainer fieldset ul li p {
  color: #545454;
  margin: 0;
}
.Finance-StyleContainer fieldset ul li p small {
  color: #545454;
}
.Finance-StyleContainer fieldset ul li input[type=radio] {
  accent-color: #1c8407;
}
.Finance-StyleContainer fieldset ul li input[type=radio]:focus {
  box-shadow: 0 0 0 1rem rgba(230, 230, 230, 0.25);
  border-color: #e8e8e8;
}
.Finance-StyleContainer fieldset ul li button {
  width: 40px;
  height: 40px;
  border-color: #c25f1d;
  border-style: solid;
  background-color: #ff6701;
}
.Finance-StyleContainer fieldset ul li button span {
  color: white;
}/*# sourceMappingURL=main.css.map */