@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir-regular.woff2") format("woff2");
  /*    src: url('/fonts/avenir-regular.woff') format('woff');
      src: url('/fonts/avenir-regular.eot') format('eot');*/
  font-weight: 400;
}
@font-face {
  font-family: Avenir;
  src: url("/fonts/avenir-demi.woff2") format("woff2");
  /*    src: url('/fonts/avenir-demi.woff') format('woff');
      src: url('/fonts/avenir-demi.eot') format('eot');*/
  font-weight: 800;
}
@font-face {
  font-family: OpenSans;
  src: url("/fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: OpenSans;
  src: url("/fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
}
html {
  font-family: OpenSans;
  min-height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  width: calc(100vw - 17px);
  max-width: calc(100vw - 17px);
  cursor: default;
}

p {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  color: #3e3e3e;
}

.items-count {
  display: none !important;
}

h1 {
  font-size: 36px;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  font-family: Avenir;
  outline: none;
}

h2 {
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  font-family: Avenir;
}

h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  color: #3e3e3e;
  font-family: Avenir;
}

.overflow-none {
  height: 100vh;
  overflow-y: hidden;
}

h4 {
  font-size: 17px;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  font-family: Avenir;
}

h5 {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  font-family: Avenir;
}

.capital {
  text-transform: uppercase;
  font-family: Avenir;
}

.uppercase {
  text-transform: uppercase;
  font-family: Avenir;
}

#app {
  background-image: url("/images/heroxd.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 750px) {
  #app {
    background-image: url("/images/heromobile.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.mainContainer {
  padding: 37px 0 0 0;
}

.mt37 {
  margin-top: 37px;
}

.modal-open {
  overflow: hidden !important;
}

.green-button {
  text-transform: uppercase;
  font-family: Avenir;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(to bottom, #85c943, #5f8f2f);
  transition: background 300ms ease;
  border: none;
  color: white;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-button:disabled {
  background: linear-gradient(to bottom, #9b9b9b, #b9b9b9) !important;
}
.green-button .text {
  display: inline-block;
  margin: auto auto;
  font-weight: 800;
  color: white;
  font-size: 14px;
  font-family: Avenir;
}
.green-button .overlay {
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  position: absolute;
  display: none;
}
.green-button .spinner {
  top: unset;
  left: unset;
  display: none;
}
.green-button.loading {
  cursor: not-allowed;
}
.green-button.loading .overlay, .green-button.loading .spinner {
  display: block !important;
}
.green-button:hover {
  background: linear-gradient(to bottom, #5f8f2f, #5f8f2f);
}

a.black-button {
  text-decoration: none !important;
}

.black-button {
  height: 50px;
  color: white;
  font-family: Avenir;
  width: 100%;
  background-color: #595959;
  background: #595959 linear-gradient(#595959 0, #2d2d2d 50%, #2d2d2d 100%);
  border: none;
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*transition: background-color 300ms ease, background-position 300ms ease, border-color 300ms ease, color 300ms ease;*/
  transition: background 300ms ease;
  text-transform: uppercase;
  font-size: 14px;
}
.black-button:disabled {
  background: none !important;
  background-color: #dcdcdc !important;
  cursor: not-allowed;
}
.black-button .text {
  display: inline-block;
  margin: auto auto;
  font-weight: 800;
  color: white;
  font-size: 14px;
  font-family: Avenir;
}
.black-button .overlay {
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  position: absolute;
  display: none;
}
.black-button .spinner {
  top: unset;
  left: unset;
  display: none;
}
.black-button.loading {
  cursor: not-allowed;
}
.black-button.loading .overlay, .black-button.loading .spinner {
  display: block !important;
}
.black-button:hover:enabled {
  background: #2d2d2d linear-gradient(#2d2d2d 0, #2d2d2d 50%, #2d2d2d 100%);
  color: #fff;
  outline: none;
  text-decoration: none;
}

#eshop-link:hover > #eshop-icon > #basket-icon-container > #basket-icon {
  transform: translateY(-3px);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.875em;
  height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 32px;
  content: "";
  color: #7bbc42;
  border: 0.21875em solid;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-animation-name: sk-rotateplane;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  z-index: 9999;
}

@media only screen and (max-width: 800px) {
  .items-count {
    display: flex !important;
  }

  body {
    width: 100%;
    max-width: 100%;
  }
}
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.white-overlay {
  background-color: white;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.bold {
  font-weight: 800;
}

.popover-box {
  width: 100%;
  margin-bottom: 12px;
  position: absolute;
  transform: translateY(calc(-100% - 13px));
  display: none;
  padding: 12px;
  align-items: center;
  background-color: #fdf7ac;
  z-index: 99999;
  column-gap: 10px;
  transition: opacity 150ms linear 0ms;
}
.popover-box p {
  font-size: 12px;
  font-family: OpenSans;
  line-height: 1.4;
}
.popover-box .container-arrow {
  height: 14px;
  width: 14px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  bottom: -14px;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #fdf7ac;
}
.popover-box.fade-out {
  display: flex !important;
  animation: fade-out 0.2s;
}
.popover-box.fade-in {
  display: flex !important;
  animation: fade-in 0.2s;
}

.add-fade-out {
  display: block !important;
  animation: fade-out 0.2s;
  animation-timing-function: ease;
}

.add-fade-in {
  display: block !important;
  animation: fade-in 0.2s;
  animation-timing-function: ease;
}

.add-fade-out-flex {
  display: flex !important;
  animation: fade-out 0.2s;
  animation-timing-function: ease;
}

.add-fade-in-flex {
  display: flex !important;
  animation: fade-in 0.2s;
  animation-timing-function: ease;
}

.add-roll-up {
  display: block !important;
  animation: roll-up 0.3s;
  animation-timing-function: ease;
}

.add-roll-down {
  display: block !important;
  animation: roll-down 0.3s;
  animation-timing-function: ease;
}

.add-scale-up {
  display: block !important;
  animation: scale-up 0.5s;
  animation-timing-function: ease;
}

.add-scale-down {
  display: block !important;
  animation: scale-down 0.5s;
  animation-timing-function: ease;
}

.add-slide-up {
  display: block !important;
  animation: slide-up 0.2s;
  animation-timing-function: ease;
}

.add-slide-down {
  display: block !important;
  animation: slide-down 0.2s;
  animation-timing-function: ease;
}

.add-slide-up-small {
  display: block !important;
  animation: slide-up-small 0.2s;
  animation-timing-function: ease;
}

.add-slide-down-small {
  display: block !important;
  animation: slide-down-small 0.2s;
  animation-timing-function: ease;
}

.add-animation-delay {
  animation-delay: 0.15s;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll-up {
  0% {
    transform: translateY(100%);
    transform-origin: bottom;
  }
  100% {
    transform: translateY(0);
    transform-origin: bottom;
  }
}
@keyframes roll-down {
  0% {
    transform: translateY(0);
    transform-origin: bottom;
  }
  100% {
    transform: translateY(100%);
    transform-origin: bottom;
  }
}
@keyframes slide-down {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes slide-up {
  0% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@keyframes slide-down-small {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 70px;
  }
}
@keyframes slide-up-small {
  0% {
    max-height: 70px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes scale-up {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scale-down {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.on-top {
  z-index: 9999;
}

/*# sourceMappingURL=app.css.map */
