/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.no-scroll {
  overflow: hidden;
}

img {
  box-sizing: content-box;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100%;
}

body {
  font-family: "BarlowSemiCondensed", sans-serif;
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

@media (min-width: 576px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1248px;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../fonts/BarlowSemiCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../fonts/BarlowSemiCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../fonts/BarlowSemiCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../fonts/BarlowSemiCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
}

h1 {
  font-size: 2.125rem;
  color: #eab94c;
  padding-left: 20px;
  line-height: 50px;
  margin-top: 5px;
  margin-bottom: 18px;
  font-weight: 800;
}
@media only screen and (max-width: 992px) {
  h1 {
    padding-left: 10px;
    padding-top: 9px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 1.7rem;
    line-height: 2rem;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.0625rem;
  line-height: 28px;
}

p {
  font-family: "Barlow";
  font-size: 1.0625rem;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 25px;
}

a[href^=tel],
a[href^=mailto] {
  padding-left: 38px;
  background-repeat: no-repeat !important;
  background-position-y: bottom !important;
  color: #fff;
  font-size: 1.0625rem;
}

a[href^=tel] {
  background: url(../img/telefon.svg);
  text-decoration: none;
  font-weight: 700;
  background-size: 20px 20px !important;
}

a[href^=mailto] {
  background: url(../img/email.svg);
  background-size: 20px 14px !important;
}
a[href^=mailto]:hover {
  color: #eab94c;
}

strong {
  font-weight: 700;
}

.h2-profil {
  margin-bottom: -2px;
  margin-top: 4px;
}

form a {
  color: #F8C700;
}

input {
  padding-left: 15px;
}

.input-search {
  padding: 0 15px;
  margin: 0 10px;
  background: url(../img/icon-zoom.svg) no-repeat center right 13px;
  background-size: 12px;
  background-color: #353537;
  border-radius: 6px;
  width: calc(100% - 20px);
  height: 40px;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: 1px solid #353537;
  color: white;
  letter-spacing: -0.55px;
  transition: all 0.4s;
}
.input-search::placeholder {
  font-family: "Barlow";
}
@media (max-width: 576px) {
  .input-search {
    width: 100%;
    margin: 0;
  }
}
.input-search:focus {
  border: 1px solid #eab94c;
}

.input-search--dark {
  background-color: #0f131a;
  border: 2px solid #0f131a;
}

label, input, select {
  font-family: "Barlow";
}

input:focus, button:focus {
  outline: none;
}

/* Always */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

input.custom-radio {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
input.custom-radio:checked ~ .checkmark-radio .checkmark-radio__checkbox:after {
  background-color: #eab94c;
}

.checkmark-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Barlow";
}
.checkmark-radio .checkmark-radio__checkbox {
  position: relative;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #404040;
  margin-right: 22px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .checkmark-radio .checkmark-radio__checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .checkmark-radio .checkmark-radio__checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.checkmark-radio .checkmark-radio__checkbox:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.checkmark-radio .checkmark-radio__content {
  display: flex;
  flex-direction: column;
  color: #a4a7ad;
  margin-left: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .checkmark-radio .checkmark-radio__content {
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 576px) {
  .checkmark-radio .checkmark-radio__content {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1rem;
  }
}
.checkmark-radio .checkmark-radio__content__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 576px) {
  .checkmark-radio .checkmark-radio__content__title {
    font-size: 15px;
  }
}

#form--typplatby {
  display: flex;
  flex-wrap: wrap;
}
#form--typplatby input.custom-radio {
  opacity: 0;
  width: 0;
  height: 0;
}
#form--typplatby input.custom-radio:checked ~ .checkmark-radio {
  background-color: #F8C700;
}
@media (max-width: 768px) {
  #form--typplatby label {
    width: 50%;
  }
}
#form--typplatby .checkmark-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F8C700;
  margin-right: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.0625rem;
  width: 200px;
  padding: 9px 0 12px 0;
  text-align: center;
  transition: all 0.4s;
}
#form--typplatby .checkmark-radio:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  #form--typplatby .checkmark-radio {
    width: 98%;
    margin: 0 1%;
  }
}
@media (max-width: 576px) {
  #form--typplatby .checkmark-radio {
    font-size: 15px;
    width: 96%;
    margin: 0 2%;
    padding: 6px 0 7px 0;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
}

input, select {
  height: 40px;
  width: 100%;
  background-color: #333333;
  color: #fff;
  border: 0;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 5px;
}
@media (max-width: 576px) {
  input, select {
    height: 30px;
  }
}

select {
  appearance: none;
  position: relative;
  background: url(../img/icon_select_down.svg) no-repeat right 20px center;
  background-size: 9px;
  background-color: #333333;
  padding-left: 10px;
  margin-top: 10px;
}
select:focus {
  outline: none;
}

.containerCheckbox {
  position: relative;
}

.containerCheckbox input:checked ~ .checkmark:after {
  background-color: #eab94c;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0px;
  height: 23px;
  width: 23px;
  background-color: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
}
.checkmark:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

#form--datum-vyzvednuti {
  font-size: 0.9375rem;
  margin-top: 21px;
}
@media (max-width: 576px) {
  #form--datum-vyzvednuti {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  #form--datum-vyzvednuti .form-group {
    margin-top: 10px;
  }
}

.datum-vyzvednuti-dovest-domu {
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .datum-vyzvednuti-dovest-domu {
    padding-bottom: 20px;
  }
}
.datum-vyzvednuti-dovest-domu h2 {
  margin-top: 23px !important;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .datum-vyzvednuti-dovest-domu h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .datum-vyzvednuti-dovest-domu h2 {
    margin-bottom: 8px;
    margin-top: 10px !important;
  }
}

#form--dorucit-na-adresu label,
#form--objednavatel label {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 0.9375rem;
}
#form--dorucit-na-adresu input,
#form--objednavatel input {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 19px;
}
@media (max-width: 576px) {
  #form--dorucit-na-adresu input,
  #form--objednavatel input {
    margin-bottom: 0px;
  }
}

#form--dorucit-na-adresu h2 {
  margin-top: 24px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  #form--dorucit-na-adresu h2 {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  #form--dorucit-na-adresu h2 {
    margin-top: 10px;
  }
}
#form--dorucit-na-adresu label {
  margin-top: 20px;
}
@media (max-width: 576px) {
  #form--dorucit-na-adresu label {
    margin-top: 6px;
  }
}
#form--dorucit-na-adresu input {
  margin-bottom: 5px;
}

#form--objednavatel .checkmark {
  top: 3px;
}
#form--objednavatel button {
  margin: 47px auto 0 auto;
  background-color: #F8C700;
  border: 0;
  color: #fff;
  font-weight: 800;
  width: 187px;
  height: 40px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background 0.2s ease-in;
}
#form--objednavatel button:hover {
  cursor: pointer;
  background-color: #ffd322;
}
@media (max-width: 992px) {
  #form--objednavatel button {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  #form--objednavatel button {
    margin: 13px auto 0 auto;
    height: 30px;
    font-size: 15px;
  }
}

.label-req {
  position: relative;
}
.label-req:after {
  content: " *";
  position: relative;
  right: 0;
  color: #F8C700;
  font-size: 18px;
}

.label-req--none:after {
  color: transparent;
}

@media (max-width: 576px) {
  #form--pobocka {
    display: flex;
    border-bottom: 1px solid #252525;
    margin-bottom: 12px;
    padding-bottom: 6px;
    justify-content: space-between;
  }
}
#form--pobocka .checkmark-radio {
  padding-bottom: 22px;
  margin-bottom: 18px;
  padding-top: 2px;
  border-bottom: 1px solid #252525;
}
@media (max-width: 576px) {
  #form--pobocka .checkmark-radio {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#form--pobocka .checkmark-radio__content {
  line-height: 21px;
}
@media (max-width: 576px) {
  #form--pobocka .checkmark-radio__content {
    line-height: 18px;
  }
}
#form--pobocka .checkmark-radio__content__title {
  line-height: 26px;
}
#form--pobocka label:last-child .checkmark-radio {
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  #form--pobocka .checkmark-radio__img {
    display: none;
  }
}

.afterminute {
  position: relative;
}
.afterminute:after {
  content: ":";
  position: absolute;
  right: -2px;
  bottom: 13px;
}

.checkmark-radio:hover {
  cursor: pointer;
}

#zpusob-platby {
  display: flex;
}
@media (max-width: 576px) {
  #zpusob-platby label {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  #zpusob-platby label:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #zpusob-platby .checkmark-radio__img {
    width: 32px;
  }
}
@media (max-width: 767px) {
  #zpusob-platby .checkmark-radio__img {
    width: 25px;
  }
  #zpusob-platby .checkmark-radio__img img {
    width: 25px;
    height: 25px;
  }
}

#form--rozcestnik {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 23px;
  border-top: 1px solid #333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #form--rozcestnik {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #form--rozcestnik {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 576px) {
  #form--rozcestnik {
    margin-bottom: 30px;
  }
}
#form--rozcestnik h2 {
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #form--rozcestnik h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #form--rozcestnik h2 {
    margin-bottom: 11px;
  }
}
#form--rozcestnik label {
  margin-bottom: 10px;
}

#form--profil label {
  margin-bottom: 10px;
}
#form--profil .form-group {
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  #form--profil .form-group {
    margin-bottom: 15px;
  }
}
#form--profil h2 {
  margin-bottom: 22px;
  padding-top: 23px;
}
@media only screen and (max-width: 576px) {
  #form--profil h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 0;
  }
}

nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 10;
  transition: top 0.4s;
  background: linear-gradient(to right, black, #0f131a 40%);
}
@media (max-width: 992px) {
  nav {
    top: unset;
    position: fixed;
    bottom: 0;
    height: 80px;
  }
}
@media (max-width: 767px) {
  nav {
    height: 66px;
  }
}

@media (max-width: 992px) {
  .page-index nav:before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    background: url(../img/bg-pattern-tablet.jpg) repeat-x bottom, linear-gradient(top, transparent, #1d232e 80%);
    top: -140px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .page-index nav:before {
    content: "";
    width: 100%;
    height: 120px;
    position: absolute;
    background: url(,,/img/bg-pattern-tablet.jpg) repeat-x bottom, linear-gradient(top, transparent, #1d232e 80%);
    top: -120px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .page-index nav:before {
    display: none;
  }
}
@media (max-width: 576px) {
  .page-index footer {
    padding-top: 30px;
  }
}

.nav {
  padding: 0 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1240px) {
  .nav {
    margin-left: 0px;
  }
}
.nav svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
@media (max-width: 768px) {
  .nav svg {
    width: 20px;
    height: 20px;
  }
}
.nav.menu-on {
  transform: translateX(0);
}

.nav-item {
  display: inline-block;
  padding: 19px 30px 20px 30px;
  border-bottom: 2px solid transparent;
}
.nav-item:hover {
  border-color: #F8C700;
}
@media (max-width: 992px) {
  .nav-item:hover {
    border-color: transparent;
  }
  .nav-item:hover svg {
    fill: #eab94c;
  }
}
@media (max-width: 992px) {
  .nav-item {
    padding: 10px 5px 5px 5px;
  }
}
@media (max-width: 767px) {
  .nav-item {
    padding: 10px 5px 3px 5px;
  }
}

@media (max-width: 992px) {
  .logo {
    width: 125px;
    margin-left: 6px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 110px;
  }
}

.nav-link {
  text-decoration: none;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .nav-link {
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .nav-link {
    line-height: 10px;
    font-size: 0.8rem;
  }
}

.dropdown-menu {
  display: none;
}

.nav-fixed {
  padding: 6px 0;
  transition: top 0.4s;
  position: fixed;
  background-color: #fff;
  animation: animationmenu 0.6s both ease-out;
  border-bottom: 1px solid #F8C700;
}
.nav-fixed .btn--nav {
  background-color: #F8C700;
  color: #fff;
}
.nav-fixed .btn--nav:hover {
  background-color: #ffd322;
}
.nav-fixed .logo {
  height: 65px;
}
@media (min-width: 1140px) {
  .nav-fixed .nav-link {
    color: #000;
  }
  .nav-fixed .nav-link:hover {
    color: #eab94c;
  }
}

@keyframes animationmenu {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
.menu__qty {
  position: relative;
}
.menu__qty:after {
  content: attr(data-qty);
  position: absolute;
  top: 1px;
  right: 3px;
  font-size: 0.625rem;
  font-weight: 800;
  color: white;
  width: 14px;
  height: 14px;
  background-color: #F8C700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home {
  position: relative;
  padding-top: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.11), transparent 350px), url(../img/bg-pattern.png);
  background-repeat: no-repeat, repeat;
  background-position: top center, center;
  background-size: auto, auto;
  color: white;
  min-height: 100vh;
}
@media (max-width: 992px) {
  #home {
    padding-top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.11), transparent 350px), url(../img/bg-pattern.png);
  }
}
@media (max-width: 767px) {
  #home {
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  #home {
    padding-top: 0px;
  }
}

#main-content {
  height: 100%;
}
@media (max-width: 992px) {
  #main-content {
    height: auto;
  }
}

#content {
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #content {
    margin-top: 0px;
  }
}

#rozcestnik {
  height: 100vh;
  background: url(../img/bg-rozcestnik.jpg) no-repeat left top;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #000;
  padding-top: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #rozcestnik .logo-rozcestnik {
    width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  #rozcestnik {
    background: url(../img/bg-rozcestnik-768.jpg) no-repeat left bottom #000;
  }
}
@media only screen and (max-height: 960px) {
  #rozcestnik {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #rozcestnik {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #rozcestnik {
    padding-top: 60px;
  }
}
@media only screen and (max-height: 760px) {
  #rozcestnik {
    padding-top: 30px;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  #rozcestnik #form--typplatby label {
    width: 182px;
    margin: 0 2px;
  }
}
@media only screen and (max-width: 576px) {
  #rozcestnik #form--typplatby {
    justify-content: space-between !important;
  }
  #rozcestnik #form--typplatby label {
    width: 48%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #rozcestnik .checkmark-radio {
    max-width: 182px;
  }
}
@media only screen and (max-width: 576px) {
  #rozcestnik .checkmark-radio {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #rozcestnik .rozcestnik-logo img {
    width: 311px;
  }
}
@media only screen and (max-width: 576px) {
  #rozcestnik .rozcestnik-logo img {
    width: 60%;
  }
}
#rozcestnik label {
  text-align: left;
}
@media only screen and (max-width: 576px) {
  #rozcestnik label {
    margin-top: 6px;
  }
}
#rozcestnik input {
  padding-left: 13px;
}
#rozcestnik h1 {
  text-align: center;
  color: #fff;
  font-size: 2.8125rem;
  padding: 0;
  margin: 28px 0px 7px 0px;
}
@media only screen and (max-width: 768px) {
  #rozcestnik h1 {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 576px) {
  #rozcestnik h1 {
    font-size: 2.5rem;
    margin-top: 15px;
  }
}
#rozcestnik h1 + p {
  color: #eab94c;
  font-size: 0.9375rem;
  margin-bottom: 23px;
}
#rozcestnik h2 {
  color: #fff;
}
#rozcestnik #form--profil label {
  color: #fff;
}
#rozcestnik .menu--headline {
  color: #fff;
}

.page-for-text h1 {
  padding-left: 0;
}
.page-for-text p {
  text-align: left;
}
.page-for-text ul {
  list-style-type: disc;
  margin-left: 20px;
}

footer {
  font-size: 0.875rem;
  padding: 28px 0;
  color: #bfbfbf;
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 56px;
  }
}
@media (max-width: 576px) {
  footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.btn {
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease-in;
  font-weight: 800;
  display: inline-block;
  font-family: "Barlow";
}

button {
  font-family: "Barlow";
}
button:hover {
  cursor: pointer;
}

.btn--sm {
  font-size: 0.9375rem;
  padding: 13px 14px 12px 14px;
}

.btn--md {
  padding: 15px 26px 18px 26px;
  font-size: 1.0625rem;
}

.btn--md-2 {
  padding: 15px 43px 18px 43px;
  font-size: 1.0625rem;
}

.btn--lg {
  padding: 17px 32px 22px 32px;
  font-size: 1.3125rem;
}

.btn--red {
  background-color: #F8C700;
  color: #000;
}
.btn--red:hover {
  background-color: #ffd322;
}

.btn--nav {
  border: 2px solid #F8C700;
  color: #fff;
}
.btn--nav:hover {
  background-color: #F8C700;
}
@media (max-width: 768px) {
  .btn--nav {
    padding: 6px;
    font-size: 12px;
  }
}

.btn--yellow {
  background-color: #eab94c;
  color: #000;
}
.btn--yellow:hover {
  background-color: #eec771;
}

.btn--blue {
  background-color: #41609a;
  color: #fff;
}
.btn--blue:hover {
  background-color: #4f72b5;
}

.btn-app {
  border-radius: 3px;
  margin: 5px;
  height: 39px;
  transition: all 0.2s;
}
.btn-app:hover {
  box-shadow: 0px 0px 11px 5px rgba(234, 185, 76, 0.35);
}

.btn--buy {
  background-color: #eab94c;
  color: #0f131a;
  font-size: 17px;
  padding: 11px 48px 12px 48px;
}
.btn--buy:hover {
  background-color: #eec771;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .btn--buy {
    padding: 11px 30px 12px 30px;
  }
}

.sipka:after {
  content: "";
  width: 90px;
  height: 100px;
  position: absolute;
  background: url(../img/sipka-white.svg) no-repeat;
  transform: rotate(-95deg);
  top: -84px;
  right: -47px;
  z-index: 10000;
  animation: sipka;
  animation-duration: 1s;
  animation-delay: 7.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes sipka {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn--rozcestnik {
  width: 405px;
  height: 60px;
  font-size: 1.375rem;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .btn--rozcestnik {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .btn--rozcestnik {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .btn--rozcestnik {
    width: 80%;
    height: 50px;
    font-size: 1.2rem;
  }
}

.btn--nahrat-foto {
  width: 178px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .btn--nahrat-foto {
    width: 150px;
  }
}

.btn--facebook {
  background: url(../img/facebook-btn.svg) no-repeat center right 35px #41609a;
  background-size: 10px;
}

.open-time {
  margin-top: 45px;
  min-width: 280px;
}
.open-time caption {
  color: #F8C700;
  font-weight: 800;
  font-size: 1.5625rem;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 16px;
}
.open-time td {
  color: #c4c4c4;
  font-size: 1.0625rem;
  padding: 5px 0 6px 0;
}
.open-time tr.actual-day td {
  color: #eab94c;
  font-weight: 700;
}
@media (max-width: 768px) {
  .open-time {
    white-space: nowrap;
  }
}

.cart__table {
  background-color: #000;
  border-radius: 10px;
  padding: 0 50px 0 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cart__table {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 1025px) {
  .cart__table {
    padding: 0 10px 0 0px;
  }
}
@media (max-width: 767px) {
  .cart__table {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .cart__table {
    padding: 0 10px;
  }
}
.cart__table tr {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #252525;
}
@media (max-width: 992px) {
  .cart__table tr {
    min-height: 94px;
  }
}
@media (max-width: 767px) {
  .cart__table tr {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .cart__table tr {
    display: inline-table;
    min-height: 78px;
    margin-top: 10px;
    width: 100%;
    vertical-align: top;
  }
}
.cart__table tr:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cart__table .cart__quantity {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .cart__table .cart__quantity {
    width: 110px;
  }
}
.cart__table span.quantity {
  width: 230px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 65px;
}
@media (max-width: 1200px) {
  .cart__table span.quantity {
    margin-right: 10px;
    width: 200px;
  }
}
@media (max-width: 1160px) {
  .cart__table span.quantity {
    width: 160px;
  }
}
@media (max-width: 1000px) {
  .cart__table span.quantity {
    width: 110px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .cart__table span.quantity {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .cart__table span.quantity {
    margin-right: 0;
    width: 110px;
  }
}
.cart__table span.quantity input {
  width: 180px;
  height: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  background-color: #0f131a;
  color: white;
  font-weight: 800;
  font-size: 15px;
}
@media (max-width: 1160px) {
  .cart__table span.quantity input {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cart__table span.quantity input {
    width: 100%;
  }
}
.cart__table span.quantity .cart__quantity__add, .cart__table span.quantity .cart__quantity__remove {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  color: white;
  width: 40px;
  height: 100%;
  background-color: #F8C700;
  transition: 0.3s;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 992px) {
  .cart__table span.quantity .cart__quantity__add, .cart__table span.quantity .cart__quantity__remove {
    width: 30px;
  }
}
.cart__table span.quantity .cart__quantity__add {
  right: 0px;
}
.cart__table span.quantity .cart__quantity__remove {
  left: 0;
}
.cart__table .cart__image {
  width: 185px;
}
.cart__table .cart__image img {
  max-height: 114px;
}
@media (max-width: 1200px) {
  .cart__table .cart__image {
    width: 140px;
  }
}
@media (max-width: 1000px) {
  .cart__table .cart__image {
    width: 100px;
  }
}
@media (max-width: 800px) {
  .cart__table .cart__image {
    width: 0px;
  }
}
@media (max-width: 767px) {
  .cart__table .cart__image {
    display: none;
  }
}
.cart__table .cart__name {
  width: 257px;
  margin-right: 84px;
}
@media (max-width: 1260px) {
  .cart__table .cart__name {
    margin-right: 20px;
  }
}
@media (max-width: 1160px) {
  .cart__table .cart__name {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .cart__table .cart__name {
    width: 50%;
    margin: 10px 0 10px 0;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .cart__table .cart__name {
    text-align: left;
    width: 67%;
  }
}
.cart__table .cart__name a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cart__table .cart__name a {
    font-size: 1rem;
  }
}
.cart__table .cart__name input {
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #262626;
  color: #fff;
  transition: all 0.4s;
  padding-bottom: 6px;
  margin-top: 10px;
  font-size: 15px;
  border-radius: 0;
}
.cart__table .cart__name input:focus {
  border-color: #F8C700;
}
@media (max-width: 767px) {
  .cart__table .cart__name input {
    text-align: center;
    width: 50%;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .cart__table .cart__name input {
    width: 94%;
    text-align: left;
  }
}
.cart__table .cart__total {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cart__table .cart__total {
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  .cart__table .cart__total {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    width: 110px;
  }
}
.cart__table .cart__total__price {
  color: #eab94c;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -1px;
  margin-right: 10px;
  white-space: nowrap;
}
.cart__table .remove-item {
  background: url(../img/krizek_app.svg) no-repeat;
  background-color: transparent;
  border: 0;
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cart__table .remove-item {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .cart__table .remove-item {
    margin-left: 0px;
    width: 14px;
    height: 14px;
    margin-right: 1px;
  }
}

.center {
  text-align: center;
}

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

.right {
  text-align: right;
}

.no-border {
  border: none !important;
}

.text-upper {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: 700;
}

.lh-21 {
  line-height: 21px;
}

.w-100 {
  width: 100%;
}

.border-top {
  border-top: 1px solid #333;
}

.border-bottom {
  position: relative;
}
.border-bottom:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #252525;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 17px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.bg-1e1e1e {
  background-color: #1e1e1e;
}

.color-c4c4c4 {
  color: #c4c4c4;
}

.color-red {
  color: #F8C700;
}

.color-yellow {
  color: #eab94c;
}

.color-white {
  color: #fff !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-1 {
  padding-bottom: 20px;
}

.h-100 {
  height: 100%;
}

@media (max-width: 768px) {
  .rwd-md-pb-15 {
    padding-bottom: 15px !important;
  }
  .rwd-md-pt-15 {
    padding-top: 15px !important;
  }
  .rwd-md-ml-10 {
    margin-left: 10px !important;
  }
  .rwd-md-pb-20 {
    padding-bottom: 20px !important;
  }
  .rwd-md-pt-20 {
    padding-top: 20px !important;
  }
  .rwd-md-mt-10 {
    margin-top: 10px !important;
  }
  .rwd-md-pt-14 {
    padding-top: 14px !important;
  }
  .rwd-md-mt-20 {
    margin-top: 20px !important;
  }
  .rwd-md-pr-0 {
    padding-right: 0 !important;
  }
  .rwd-md-pt-15 {
    padding-top: 15px !important;
  }
  .rwd-md-pl-20 {
    padding-left: 20px !important;
  }
  .rwd-md-mb-10 {
    margin-bottom: 10px !important;
  }
  .rwd-md-mt-mobil {
    margin-top: 20px !important;
  }
  .rwd-md-mb-mobil {
    margin-bottom: 20px !important;
  }
  .rwd-md-pt-mobil {
    padding-bottom: 20px !important;
  }
  .rwd-md-pb-mobil {
    padding-bottom: 20px !important;
  }
  .rwd-md-pb-30 {
    padding-bottom: 30px !important;
  }
  .rwd-md-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .rwd-sm-pt-10 {
    padding-top: 10px !important;
  }
  .rwd-sm-pt-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  .flex-1024-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media print {
  * {
    font-family: sans-serif !important;
    color: #000000 !important;
    background: #ffffff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    max-width: none !important;
    position: relative !important;
    min-height: 1px !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
  body {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.4 !important;
    word-spacing: 1.1pt !important;
    letter-spacing: 0.2pt !important;
    font-family: sans-serif !important;
    color: #000000 !important;
    background: none !important;
    font-size: 12pt !important;
  }
  h1, h2, h3, h4 {
    clear: both !important;
    margin: 10px 0 !important;
  }
  h1 {
    font-size: 19pt !important;
  }
  h2 {
    font-size: 17pt !important;
  }
  h3 {
    font-size: 15pt !important;
  }
  h4 {
    font-size: 12pt !important;
  }
  img {
    margin: 1em 1.5em 1.5em 0em !important;
  }
  ul, ol {
    padding-left: 20px !important;
    list-style-type: inherit !important;
  }
  li {
    padding: inherit !important;
    padding-left: 10px !important;
  }
  a img {
    border: none !important;
  }
  a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none !important;
    color: #000000 !important;
  }
  table {
    margin: 1px !important;
    text-align: left !important;
  }
  th {
    border-bottom: 1px solid #000000 !important;
    font-weight: bold !important;
  }
  td {
    border-bottom: 1px solid #000000 !important;
  }
  th, td {
    padding: 4px 10px 4px 0px !important;
  }
  tr {
    page-break-inside: avoid !important;
  }
  .no, object, .noprint, nav, .nav, iframe, form, .form, button, .btn, .icon {
    display: none !important;
  }
  .row {
    display: block !important;
    margin: 0 !important;
  }
}
.product {
  position: relative;
  margin-top: 10px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.product.adding .product__overlay {
  display: flex;
}

.product__overlay {
  position: absolute;
  background-color: #F8C700;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 1;
}
.product__overlay .circle {
  border-radius: 50%;
  background-color: #eab94c;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__overlay .circle span {
  width: 23px;
  height: 16px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  display: block;
  transform: rotate(-45deg);
  border-radius: 1px;
  margin-bottom: 10px;
}

.product__img {
  height: 142px;
  overflow: hidden;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__description-modal-button {
  display: block;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}

.info-icon {
  background: url(../img/info.svg) no-repeat;
  background-color: transparent;
  border: 0;
  width: 26px;
  height: 26px;
  margin-left: 20px;
}

.product__title {
  margin-top: 20px;
  margin-bottom: 17px;
  padding: 0 20px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  min-height: 36px;
  display: flex;
  align-items: flex-end;
}

.product__description {
  height: 1.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
  margin-bottom: 0.2em;
}

.product__likes-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.product__likes-price svg {
  width: 15px;
  height: 14px;
  fill: #a5a8ae;
}
.product__likes-price .btn--like-up, .product__likes-price .btn--like-down {
  margin-right: 7px;
}
.product__likes-price .btn--like-up:hover, .product__likes-price .btn--like-down:hover {
  cursor: pointer;
}
.product__likes-price .btn--like--yellow svg {
  fill: #eab94c;
}
.product__likes-price .btn--like--red svg {
  fill: #F8C700;
}
.product__likes-price .btn--like-down svg {
  transform: rotate(180deg);
}

.product__price {
  color: #eab94c;
  font-size: 1.25rem;
  font-weight: 700;
}

.product__btn {
  font-family: "Barlow";
  margin-top: 6px;
  padding: 10px;
}
.product__btn.active .product_btn__btn {
  display: none;
}
.product__btn.active .product__btn__qty {
  display: flex;
}
.product__btn .product_btn__btn {
  width: 100%;
  display: block;
  background-color: #F8C700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 11px 0 12px 0;
  font-size: 17px;
  font-weight: 800;
  transition: all 0.4s;
}
.product__btn .product_btn__btn:hover {
  cursor: pointer;
  background-color: #ffd322;
}
.product__btn .product__btn__qty {
  display: none;
}

.product__btn__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #0f131a;
  border-radius: 5px;
}
.product__btn__qty span {
  font-size: 0.9375rem;
}
.product__btn__qty a {
  background-color: #F8C700;
  color: #fff;
  border-radius: 5px;
  height: 100%;
  text-decoration: none;
  width: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 40px;
  transition: all 0.4s;
}
.product__btn__qty a:hover {
  background-color: #ffd322;
}

#menu {
  background: linear-gradient(bottom, transparent 70%, black), url(../img/madrunner.svg) no-repeat left 20px bottom 20px;
  background-size: 84%;
  background-color: #0f131a;
  height: 100%;
  border-radius: 10px;
  padding: 10px 10px 25px 10px;
  min-height: calc(100vh - 260px);
}
@media (max-width: 992px) {
  #menu {
    min-height: auto;
    border-radius: 0;
    padding: 0 0 3px 0;
    margin: 0 -10px;
    background: linear-gradient(left, black 40%, #0f131a 50%);
  }
}
#menu .menu--headline {
  padding: 11px 10px 13px 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  #menu .menu--headline {
    display: none;
  }
}
#menu ul {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
#menu ul svg {
  width: 24px;
  height: 24px;
  stroke: #eab94c;
  filter: drop-shadow(0 0 4px red);
}
@media (max-width: 992px) {
  #menu ul svg {
    width: 26px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #menu ul svg {
    width: 26px;
    height: 20px;
  }
}
#menu ul li {
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #24272c;
  display: flex;
  align-items: center;
  height: 49px;
}
@media (max-width: 992px) {
  #menu ul li {
    min-width: 150px;
    border-bottom: 0;
    padding-top: 10px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #menu ul li {
    border-bottom: 0;
    padding-top: 12px;
  }
}
#menu ul li:nth-child(1) {
  border-top: 1px solid #24272c;
}
@media (max-width: 992px) {
  #menu ul li:nth-child(1) {
    border-top: 0;
    padding-left: 40px;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  #menu ul li:nth-child(1) {
    border-top: 0;
    padding-left: 10px;
    min-width: 140px;
  }
  #menu ul li:nth-child(1) svg {
    height: 20px;
  }
}
#menu ul li:hover:after {
  transform: translateX(0);
  transition: all 0.3s;
}
#menu ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #F8C700;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media (max-width: 992px) {
  #menu ul li:after {
    display: none;
  }
}
#menu ul li img {
  width: 25px;
}
#menu ul a {
  color: #a5a8ae;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 22px;
  padding-bottom: 4px;
}
@media (max-width: 992px) {
  #menu ul a {
    padding-bottom: 0;
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  #menu ul a {
    line-height: 16px;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  #menu ul {
    display: flex;
    overflow-x: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  #menu ul li {
    flex-direction: column;
  }
}
#menu .menu--profil {
  padding: 6px 12px 16px 10px;
}
#menu.menu--profil {
  min-height: 500px;
}
@media (max-width: 992px) {
  #menu.menu--profil {
    min-height: auto;
  }
}

.dark-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-right: 16px;
}
.dark-mode a.active svg {
  fill: #eab94c;
}
.dark-mode a:nth-child(1) {
  margin-bottom: 7px;
}
.dark-mode a.moon svg {
  width: 11px;
}
.dark-mode svg {
  width: 13px;
  fill: #a5a8ae;
}

#cart {
  background-color: #0f131a;
  height: 100%;
  border-radius: 10px;
  padding: 12px 10px 25px 10px;
  min-height: calc(100vh - 260px);
}
@media (max-width: 992px) {
  #cart {
    display: none;
  }
  #cart.cart--delivery {
    display: block;
    margin-top: 20px;
    position: fixed;
    height: auto;
    padding-bottom: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cart.cart--delivery {
    width: 210px;
  }
}
@media (max-width: 767px) {
  #cart {
    padding: 12px 10px 10px 10px;
    margin-bottom: 130px;
    min-height: auto;
  }
  #cart.cart--delivery {
    position: relative;
    margin-top: 10px;
    z-index: 1;
  }
  #cart.cart--delivery:before {
    content: "";
    width: calc(100% + 10px);
    height: 100%;
    background-color: #0f131a;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  #cart {
    padding: 6px 10px 10px 10px;
  }
}
#cart .cart__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #272a31;
}
@media (max-width: 576px) {
  #cart .cart__head {
    display: none;
  }
}
#cart .cart__headline {
  padding: 10px 10px 21px 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  #cart .cart__list {
    display: none;
  }
}
#cart .cart__list--count {
  border-bottom: 1px solid #272a31;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 18px 10px;
}
#cart .cart__list--count span:nth-child(1) {
  color: #a4a7ad;
  font-size: 0.9375rem;
  font-family: "Barlow";
  font-weight: 300;
}
#cart .cart__list--count span:nth-child(2) {
  color: #eab94c;
  font-weight: 700;
  font-size: 1.125rem;
}
#cart .cart__list-items__box {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #272a31;
}
#cart .cart__list-items__box .cart__list-items__box__title {
  padding-top: 4px;
  display: flex;
  justify-content: space-between;
}
#cart .cart__list-items__box .cart__list-items__box__title span {
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 800;
  max-width: 150px;
  line-height: 20px;
}
#cart .cart__list-items__box .cart__list-items__box__title a {
  width: 11px;
  height: 11px;
  min-width: 11px;
  display: block;
  position: relative;
}
#cart .cart__list-items__box .cart__list-items__box__title a:before, #cart .cart__list-items__box .cart__list-items__box__title a:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #F8C700;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
#cart .cart__list-items__box .cart__list-items__box__title a:before {
  transform: rotate(-45deg);
}
#cart .cart__list-items__box .cart__list-items__box__title a:after {
  transform: rotate(45deg);
}
#cart .cart__list-items__box .cart__list-items__box__title a:hover {
  cursor: pointer;
}
#cart .cart__list-items__box .cart__list-items__box__qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 10px;
}
#cart .cart__list-items__box .cart__list-items__box__qty .cart__list-items__box__qty__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92px;
  height: 20px;
  background-color: #000;
  border-radius: 5px;
}
#cart .cart__list-items__box .cart__list-items__box__qty .cart__list-items__box__qty__form span {
  font-size: 0.8125rem;
}
#cart .cart__list-items__box .cart__list-items__box__qty .cart__list-items__box__qty__form a {
  background-color: #F8C700;
  color: #fff;
  border-radius: 5px;
  height: 100%;
  text-decoration: none;
  width: 20px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 20px;
  transition: all 0.4s;
}
#cart .cart__list-items__box .cart__list-items__box__qty .cart__list-items__box__qty__form a:hover {
  background-color: #ffd322;
}
#cart .cart__list-items__box .cart__list-items__box__qty .cart__list-items__box__qty__price {
  color: #eab94c;
  font-size: 0.9375rem;
  font-weight: 700;
}
#cart .cart__btn {
  margin-top: 19px;
  width: 100%;
  text-align: center;
  color: #0f131a;
  font-size: 1.0625rem;
  padding: 11px 0 12px 0;
}
@media (max-width: 576px) {
  #cart .cart__btn {
    width: 178px;
    padding: 6px 0 7px 0;
    font-size: 15px;
    display: block;
    margin: 15px auto 0 auto;
  }
}
#cart .cart__qty {
  position: relative;
  margin-right: 10px;
  width: 26px;
  height: 34px;
  margin-bottom: 16px;
  background: url(../img/ucet-white.svg) no-repeat;
}
#cart .cart__qty:after {
  content: attr(data-qty);
  position: absolute;
  top: 2px;
  right: -6px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #000;
  width: 19px;
  height: 19px;
  background-color: #F8C700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart .cart__list--summary {
  padding: 22px 10px 0px 10px;
}
@media (max-width: 767px) {
  #cart .cart__list--summary {
    padding: 15px 24px !important;
    position: fixed;
    bottom: 65px;
    left: 0px;
    background-color: #0f131a;
  }
}
#cart .cart__list--summary .cart__list--summary__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -1px;
}
@media (max-width: 576px) {
  #cart .cart__list--summary .cart__list--summary__title {
    width: 100%;
    display: inline-block;
  }
}
#cart .cart__list--summary .cart__list--summary__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 5px 0;
}
@media (max-width: 576px) {
  #cart .cart__list--summary .cart__list--summary__box {
    width: 47%;
    display: inline-flex;
    padding: 7px 0 0 0;
    margin-left: 3%;
  }
}
@media (max-width: 576px) {
  #cart .cart__list--summary .cart__list--summary__box:nth-child(even) {
    margin-right: 1%;
    margin-left: 0;
  }
}
#cart .cart__list--summary .cart__list--summary__box span {
  color: #a4a7ad;
  font-size: 0.9375rem;
  font-family: "Barlow";
}
#cart .cart__list--summary .cart__list--summary__box span.price {
  color: #eab94c;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "BarlowSemiCondensed";
}

.cart__tip a {
  color: #F8C700;
  font-size: 0.9375rem;
}

.cart__delivery-adress,
.cart__delivery-time,
.cart__delivery-billing {
  padding: 15px 0 15px 40px;
  color: #a4a7ad;
  line-height: 21px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #272a31;
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
}
.cart__delivery-adress li,
.cart__delivery-time li,
.cart__delivery-billing li {
  font-family: "Barlow";
}
.cart__delivery-adress li:nth-child(1),
.cart__delivery-time li:nth-child(1),
.cart__delivery-billing li:nth-child(1) {
  color: #fff;
  font-weight: 800;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "BarlowSemiCondensed";
}

.cart__delivery-adress {
  background: url(../img/pobocka.svg);
  background-size: 25px 21px;
}
@media (max-width: 576px) {
  .cart__delivery-adress {
    padding-top: 5px;
  }
}

.cart__delivery-adress-2 {
  background: url(../img/adresa.svg);
  background-size: 25px 21px;
}

@media (max-width: 576px) {
  .cart__delivery-billing, .cart__delivery-time, .cart__delivery-name, .cart__tip {
    width: 48%;
    display: inline-flex;
    flex-direction: column;
  }
}

.cart__delivery-time {
  background: url(../img/time.svg);
  background-size: 22px 23px;
}

.cart__delivery-billing--card {
  background: url(../img/kartou.svg);
  background-size: 26px 21px;
}

.cart__delivery-billing--cash {
  background: url(../img/hotove.svg);
  background-size: 26px 21px;
}

.cart__delivery-billing--online {
  background: url(../img/online.svg);
  background-size: 26px 26px;
}

.cart__tip {
  border-bottom: 1px solid #272a31;
  padding: 14px 10px 16px 10px;
  line-height: 21px;
  font-size: 0.9375rem;
  letter-spacing: -0.5px;
  color: #a4a7ad;
}
@media (max-width: 576px) {
  .cart__tip {
    padding-bottom: 14px;
    padding-right: 0;
  }
}

.cart__tip__title {
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #fff;
}

.cart__delivery-name {
  padding: 15px 10px 15px 10px;
  color: #a4a7ad;
  font-weight: 300;
  line-height: 21px;
  border-bottom: 1px solid #272a31;
}
@media (max-width: 576px) {
  .cart__delivery-name {
    padding-left: 5px;
    font-size: 15px;
  }
}
.cart__delivery-name li:nth-child(1) {
  color: #fff;
  font-weight: 800;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.cart__delivery-name a[href^=tel] {
  color: #a4a7ad;
  font-weight: 300;
  padding-left: 0;
  background: none;
  text-decoration: none;
}
@media (max-width: 576px) {
  .cart__delivery-name a[href^=tel] {
    font-size: 15px;
  }
}
.cart__delivery-name a[href^=mailto] {
  padding-left: 0;
  background: none;
  color: #F8C700 !important;
}
.cart__delivery-name a[href^=mailto]:hover {
  color: #eab94c;
}
@media (max-width: 576px) {
  .cart__delivery-name a[href^=mailto] {
    font-size: 15px;
  }
}

#tipRange {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #333333;
  outline: none;
  margin-bottom: 14px;
  margin-top: 16px;
}
@media (max-width: 576px) {
  #tipRange {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
#tipRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eab94c;
  background: url(../img/range.png) no-repeat;
  cursor: pointer;
}
#tipRange::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #eab94c;
  background: url(../img/range.png) no-repeat;
  cursor: pointer;
}
#tipRange::-ms-thumb {
  width: 25px;
  height: 25px;
  background: #eab94c;
  background: url(../img/range.png) no-repeat;
  cursor: pointer;
}

.box--black {
  background-color: #000000;
  border-radius: 10px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .box--black {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .box--black {
    padding: 0 10px;
  }
}

.box--pobocka {
  text-align: left;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
}
.box--pobocka .box--pobocka__img {
  margin-right: 20px;
}
.box--pobocka li {
  color: #a4a7ad;
  line-height: 21px;
  font-size: 0.9375rem;
}
.box--pobocka li:nth-child(1) {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 2px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .box--pobocka {
    margin-bottom: 30px;
    padding-bottom: 19px;
  }
}
@media (max-width: 576px) {
  .box--pobocka {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.profil--foto {
  border-radius: 50%;
  width: 130px;
  min-width: 130px;
  height: 130px;
  background-color: #807263;
  overflow: hidden;
  border: 1px solid #807263;
}
.profil--foto img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (min-width: 992px) {
  .login-profile-container {
    position: absolute;
    right: 5%;
  }
}
.login-profile-container .login--foto {
  margin-left: auto;
  margin-right: auto;
}
.login-profile-container .button-login-crossroads {
  margin-top: 0.5em;
}

.login--foto {
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: #807263;
  overflow: hidden;
  border: 1px solid #807263;
}
.login--foto img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.accordion table {
  width: 100%;
}

.accordion-header {
  font-weight: 700;
  font-family: "Barlow";
  font-size: 15px;
  min-height: 73px;
  border-bottom: 1px solid #252525;
  align-items: center;
}
@media (max-width: 768px) {
  .accordion-header {
    min-height: 60px;
    padding: 4px 0;
  }
}
.accordion-header .accordion-item__type {
  color: #a5a8ae;
  font-weight: 400;
}
.accordion-header .accordion-item__price {
  color: #eab94c;
  font-size: 20px;
}

.accordion-collapse {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  max-height: 0;
  overflow: scroll;
  transition: max-height 0.4s ease;
}
.accordion-collapse.show {
  max-height: 999px;
  transition: max-height 0.8s ease;
}
.accordion-collapse .accordion-body {
  background-color: #0f131a;
  padding: 0 0 18px 0;
  width: 100%;
  border-top: 1px solid #0f131a;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .accordion-collapse .accordion-body {
    padding: 2px 0px;
  }
}
.accordion-collapse table {
  font-size: 15px;
  font-family: "Barlow";
}
.accordion-collapse .td--yellow {
  color: #eab94c;
  font-weight: 700;
}

.accordion-item__button {
  text-decoration: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  position: relative;
}
.accordion-item__button:before, .accordion-item__button:after {
  content: "";
  position: absolute;
  background-color: #fff;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.accordion-item__button:before {
  width: 10px;
  height: 2px;
}
.accordion-item__button:after {
  width: 2px;
  height: 10px;
}
.accordion-item__button.active {
  border-color: #F8C700;
}
.accordion-item__button.active:before {
  background-color: #F8C700;
}
.accordion-item__button.active:after {
  display: none;
}

.table-accordion--main tr {
  border-bottom: 1px solid #272a31;
  min-height: 70px;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .table-accordion--main tr {
    min-height: 40px;
  }
}
.table-accordion--main tr td:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-weight: 800;
  padding-left: 40px;
  font-family: "BarlowSemiCondensed", sans-serif;
}
@media (max-width: 768px) {
  .table-accordion--main tr td:nth-child(1) {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .table-accordion--main tr td:nth-child(1) {
    padding-left: 5px;
  }
}
.table-accordion--main tr td:nth-child(3) {
  color: #eab94c;
  font-weight: 700;
}

.table-accordion--summary {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .table-accordion--summary {
    padding: 0 4px 15px 4px;
  }
}
.table-accordion--summary tr {
  line-height: 34px;
}
@media (max-width: 767px) {
  .table-accordion--summary tr {
    line-height: 22px;
    font-size: 14px;
  }
}
.table-accordion--summary tbody tr td:nth-child(1) {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .table-accordion--summary tbody tr td:nth-child(1) {
    padding-left: 6px;
  }
}
.table-accordion--summary td:nth-child(even) {
  font-weight: 700;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(26, 33, 43, 0.85); /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    padding-top: 50px;
  }
}
.modal label {
  margin-bottom: 10px;
  font-family: "Barlow";
}
.modal input {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .modal input {
    margin-bottom: 10px;
  }
}
.modal .btn {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.modal button {
  outline: none;
  border: none;
  margin-top: 26px;
}

/* Modal Content */
.modal-content {
  width: 450px;
  position: relative;
  max-width: 90%;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  margin: auto;
  padding: 27px 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 20px 15px;
  }
}

.modal-content--login {
  width: 400px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.btnCloseModal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  float: right;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  z-index: 11;
}
.btnCloseModal:hover, .btnCloseModal:focus {
  color: #F8C700;
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 22px;
}

.color-red {
  color: #F8C700;
}

#modalLogin p {
  text-align: left;
  font-size: 15px;
  font-family: "Barlow";
  line-height: 22px;
  margin-top: 26px;
}

/*# sourceMappingURL=styles.css.map */
