/* FONT */

body,
* {
  font-family: 'GTAmerica-regular', sans-serif;
}

/* PRIMARY COLOR */

.skin-color-primary,
.skin-color-hover-primary:hover {
  color: #000000;
}

::selection,
.skin-bg-primary,
.skin-bg-hover-primary:hover,
.skin-bg-hover-pseudo-primary:hover:after,
.skin-bg-hover-pseudo-primary:hover:before {
  background-color: #ffffff;
}

.skin-border-primary {
  border-color: #2199d8;
}

/* PRIMARY DARK COLOR */

.skin-color-dark,
.wysiwyg h2,
.wysiwyg h1,
.wysiwyg h3,
.skin-color-hover-dark:hover:not(.skin-bg-dark),
.env-dark .skin-bg-hover-dark:hover,
.env-primary .skin-bg-hover-dark:hover,
.skin-color-pseudo-dark:after {
  color: #000000;
}

.skin-bg-dark,
.skin-bg-hover-dark:hover,
.skin-bg-focus-dark:hover,
.skin-bg-pseudo-dark:after,
.skin-bg-pseudo-dark:before,
.skin-bg-hover-pseudo-dark:hover:after,
.skin-bg-hover-pseudo-dark:hover:before,
.env-primary .skin-bg-primary {
  background-color: #c8102e;
}

.skin-border-dark {
  border-color: #c8102e;
}

.chevron path {
  fill: #c8102e;
}

.tooltip--customDataTooltip > .tooltip__data {
  color: #c8102e !important;
}

/* SECONDARY COLOR */

.skin-color-secondary {
  color: #fe0000;
}

.skin-bg-secondary,
.skin-bg-hover-secondary:hover {
  background-color: #fe0000;
}

.skin-border-secondary {
  border-color: #fe0000;
}

/* CUSTOM CSS */

.foo {
  display: flex;
}

.pairing-btn-decline:hover {
  background: #e7e3e3;
}

/*BUTTON BACK TO HOME & BACK TO CART(IN CART PAGE)*/

.button-back-home-top {
  display: none !important;
}

.button-back-home-bottom {
  display: flex;
}

@font-face {
  font-family: GTAmerica-regular;
  src: url('/fonts/GT-America-Standard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: GTAmerica-medium;
  src: url('/fonts/GT-America-Standard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: GTAmerica-bold;
  src: url('/fonts/GT-America-Standard-Bold.woff2') format('woff2');
}

body {
  font-family: GTAmerica-regular, sans-serif;
  font-size: 14px !important;
}

.foo {
  display: flex;
}

.pairing-btn-decline:hover {
  background: #e7e3e3;
}

@media (min-width: 720px) {
html:lang(cs) a.site-logo::after {
    content: 'Potřebuje poradit?\a    Volejte +420 734 647 791' !important;
    color: black;
    width: 200px;
    /* top:15px; */
    position: absolute;
    left: 220px;
    text-align: left;
    white-space: pre-line;
  }
  a.header__link.skin-border-dark {
    visibility: hidden;
    width: 0px;
  }
}

@media (min-width: 720px) {
html:lang(en) a.site-logo::after {
    content: 'Need help?\a    Call +420 734 647 791' !important;
    color: black;
    width: 200px;
    /* top:15px; */
    position: absolute;
    left: 220px;
    text-align: left;
    white-space: pre-line;
  }
  a.header__link.skin-border-dark {
    visibility: hidden;
    width: 0px;
  }
}

.hamburger i {
  background: black !important;
}

.app__footer {
  background-color: black;
}

.app__header {
  background-color: white;
  border-bottom: 1px solid lightgray !important;
}

.header__block {
  color: black;
}

input:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #c8102e;
  -moz-box-shadow: inset 0px 0px 0px 2px #c8102e;
  box-shadow: inset 0px 0px 0px 2px #c8102e;
}

.box,
input,
.button {
  border-radius: 0px !important;
}

.box {
  background-color: #ffffff;
  color: black !important;
}

.button,
.button:hover {
  background-color: #c8102e;
  color: white !important;
}

legend.form__heading {
  text-align: left;
}

.loginContainer .button {
  justify-content: flex-start;
}

a.header__link.skin-border-dark {
    visibility: visible;
    width: 0px;
}

.input__label {
  font-weight: normal !important;
}

.loginContainer .button::after {
  content: '➔';
  text-align: right;
  width: 100%;
}

.header__block--links > :last-child {
  margin: 0;
  border-left: 0 solid black;
}

.toast-message {
  background-color: red;
  color: #fff;
  border-color: #fff;
}

select.selectbox__element.skin-bg-primary.skin-bg-focus-dark {
  background-color: white;
  color: black;
  border: 0px;
  text-align: left;
  width: 100px;
  border-radius: 0px;
}

a {
  text-decoration: none !important;
}

.background {
  border-bottom: 0px !important;
}

#finalfooter {
  height: 100px;
  background: black;
  visibility: hidden;
}

.finalfooter hr {
  border-bottom: 1px solid #505050;
  border-top: 0px;
}

.shop__hours p {
  /* line-height: 11px; */
}

.col.shop__hours {
  padding-top: 5px;
  margin-left: 50px;
}

.col.shop__contact.col--66 {
  width: auto !important;
}

.shop-list {
  font-size: 14px;
}

.footer__copyright {
  visibility: collapse;
}

div#footerlogo img {
  width: 40px;
}

div#footerlogo {
  float: none;
  line-height: 34px;
  margin-top: 10px;
  text-align: center;
}

div#podminky {
  float: right;
  margin-top: 20px;
}

div#podminky {
  color: white;
}

.skin-bg-dark,
.skin-bg-hover-dark:hover,
.skin-bg-focus-dark:hover,
.skin-bg-pseudo-dark:after,
.skin-bg-pseudo-dark:before,
.skin-bg-hover-pseudo-dark:hover:after,
.skin-bg-hover-pseudo-dark:hover:before,
.env-primary .skin-bg-primary {
  background-color: #c8102e;
}

.col--66 {
  width: 100% !important;
}

@media (max-width: 720px) {
  .site-logo__image {
    height: 40px !important;
  }
  .site-logo {
    width: 121px !important;
  }
  input,
  textarea {
    padding: 0.5em 0em 0.5em 0em !important;
    text-indent: 4px;
  }
  .header__block--nav {
    width: inherit !important;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
  div#podminky {
    float: inherit;
    margin: 0;
  }
  div#podminky {
    flex: revert;
    text-align: center;
  }
}

.notification {
  border-radius: 0 !important;
}

.form__errors,
.form__info {
  font-weight: normal !important;
}

li.nav__list__item.skin-border-dark.skin-bg-hover-dark {
  color: black;
  border-bottom: 1px solid #dadada;
  margin: 0px 10px 0px 10px;
}

nav.nav.nav--toggle {
  margin-top: 20px;
  max-width: 990px;
  /* text-align: center; */
  /* align-content: center; */
  /* padding: unset; */
  margin: auto;
  padding-top: 20px;
}

li.nav__list__item.skin-border-dark.skin-bg-hover-dark.skin-bg-dark {
  background-color: inherit;
  border-bottom: 1px solid #c8102e;
}

.profile-infobox__avatar.skin-bg-primary {
  background-color: #c8102e;
}

.form__input.form__input--submit {
  justify-content: left;
}

strong.user-bar__balance {
  font-weight: normal;
}

.header__block--links > :last-child {
  margin-top: 0.5em;
  margin-bottom: 10px;
}

.header__block--links > * + * {
  margin-bottom: 0px;
  height: 22px;
}

.my-profile-sidebar {
  display: none !important;
}

.header {
  height: 80px;
}

a.header__customer__data {
  color: black;
}

.container.container--center .form__input.form__input--submit {
  /* justify-content: center; */
}

.col.shop__contact h4 {
  white-space: nowrap;
}

select option {
  margin: 40px;
  background: white;
  color: black;
  font-family: sans-serif;
}

h2.skin-color-dark {
  text-align: center;
}

.form__info {
  text-align: left;
}

.container--center {
  margin-left: 0px !important;
}

.col.shop__hours.col--33 {
  text-align: left;
}


.social-links__item__icon:hover {
  fill: #505050 !important;
}

.header__block--links > * + * {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 15px;
}

a.nav__link {
  color: black;
}

.user-bar {
  top: 2px;
}
.header__link__container {
  top: 2px;
  font-size: 15px;
}
.header .selectbox-container {
  margin-left: 20px;
  top: 2px;
}

.header .selectbox__element {
  font-family: 'GTAmerica-regular', sans-serif;
  font-size: 14px;
}
.user-bar .chevron-button {
  margin-left: 0;
}

.form__input .button:hover {
    background: #c8102e !important;
}

.footer {
    display: flex;
    flex-direction: column;
}

.footer-pages-container {
    order: 1;
}

.footer .social-links {
    order: 2;
}
.react-datepicker-popper {
position: absolute !important;
will-change: transform !important;
top: 0px !important;
left: 0px !important;
transform: translate3d(0px, 71px, 0px) !important;
}

* {
    border-radius: 0px !important;
}
.checkbox__box {
    border-radius: 0.5rem !important;
}
.react-datepicker__input-container {
pointer-events: auto;
}

/* BARVY FILTERU V PROFILU */
.filter--options ul li.chosen, .Selectable .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #f3b8b8 !important;
}

.Selectable .DayPicker-Day.DayPicker-Day--end.DayPicker-Day--first-day-of-week.DayPicker-Day--selected:not(.DayPicker-Day--outside), .Selectable .DayPicker-Day.DayPicker-Day--start.DayPicker-Day--end.DayPicker-Day--selected:not(.DayPicker-Day--outside), .Selectable .DayPicker-Day.DayPicker-Day--start.DayPicker-Day--last-day-of-week.DayPicker-Day--selected:not(.DayPicker-Day--outside), .Selectable .DayPicker-Day.DayPicker-Day--start.DayPicker-Day--selected:not(.DayPicker-Day--outside), .Selectable .DayPicker-Day.DayPicker-Day--end.DayPicker-Day--selected:not(.DayPicker-Day--outside) {
    background-color: #c8102e !important;
}

/* BARVA OZNACENEHO TEXTU */
::selection {
  background-color: #c8102e;
  color: #000000;
}

.ambi--wallet__images {
    grid-gap: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: left !important;
}

.header__block.header__block--links .header__link--wrapper {
    border-bottom: 0px solid #00adef !important;
    padding: 15px 0 !important;
}

.header__customer__data.mobile__view {
    border-bottom: 1px solid #000000 !important;
}

.header__block__drop--down {
    border-bottom: 0px solid #000000 !important;
}
.header__block__drop--down ul li:before {
    border-bottom: 1px solid #000000 !important;
}

.header__block__drop--down .chevron path {
    fill: #000000 !important;
}
.header__link.header__logout {
    color: black !important;
    font-size: 16px !important;
}
.drawer .selectbox-container {
  width: 100%;
  margin-bottom: 1rem !important;
}
@media (max-width: 440px) {
    .ambi--wallet__images img {
        height: 42px !important;
    }
}
.ambi--wallet__images {
    gap: 0.5rem !important;
}
.ambi--wallet__images img {
    height: 40px !important;
}
@media (max-width: 720px) {
    .header__block--nav {
        flex-direction: column;
        height: 100%;
        background-color: white;
    }
}

.MuiPaper-root .social-links .social-links__item__icon {
    fill: #000000 !important;
}

html:lang(cs)
  .registration
  .load-indicator
  form
  fieldset
  .form__input:nth-child(7)
  .input__label::after {
  content: 'ℹ';
  display: inline-block;
  font-size: 18px;
  color: #c8102e;
  margin-left: 8px;
  position: relative;
}

html:lang(cs)
  .registration
  .load-indicator
  form
  fieldset
  .form__input:nth-child(7)
  .input__label:hover::before {
  content: 'Přeskočte, pokud fyzickou kartu nemáte a nechcete. Pokud ji chcete, vyzvedněte si ji kdekoliv v Ambiente a zaregistrujte se s ní.';
  display: block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 74px;
  background: #c8102e;
  color: white;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: normal;
  width: calc(100% - 16px);
  z-index: 1000;
}

html:lang(en)
  .registration
  .load-indicator
  form
  fieldset
  .form__input:nth-child(7)
  .input__label::after {
  content: 'ℹ';
  display: inline-block;
  font-size: 18px;
  color: #c8102e;
  margin-left: 8px;
  position: relative;
}

html:lang(en)
  .registration
  .load-indicator
  form
  fieldset
  .form__input:nth-child(7)
  .input__label:hover::before {
  content: 'If you don’t have or need a physical card, just leave this field empty. Want one? Pick it up at Ambiente and register with it.';
  display: block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 74px;
  background: #c8102e;
  color: white;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: normal;
  width: calc(100% - 16px);
  z-index: 1000;
}

