.section {
  padding: 1.5rem;
}
.tabbed-body-cell {
  width: 100%;
}
.tabbed-title-holder {
  background: black;
}
.tabbed-title {
  margin: 0 20px;
}
.tabbed-title-cell {
  padding: 20px 2px;
}
.tabbed-title-cell > span {
  padding: 4px 6px;
  transition: all 200ms ease;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0.7em;
}
.tabbed-title-cell.is-nav-selected > span {
  background: white;
  color: black;
}
.modal {
  z-index: 2000;
}
.tabbed-body .flickity-viewport {
  /* min-height: 60vh; */
}
.is-fit {
  object-fit: contain;
}

.euro-icon{
  position: absolute;
  top: 13px;
    left: 15px;
}
.euro-icon img{
  width: 84px;
}

html.scrolled #top-scroller {
  opacity: 1;
  visibility: visible;
}

.filter-group-scroll {
  overflow: auto;
  margin-bottom: 20px;
}
.filter-button-group {
  margin: 10px 0;
  white-space: nowrap;
  width: 100%;
}
.filter-button-group > span {
  padding: 3px 6px;
  margin: 0 2px;
  transition: all 200ms ease;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0.7em;
  cursor: pointer;
}
.filter-button-group > span.is-active {
  background: black;
  color: white;
}

.variations {
  display: flex;
  margin: -4px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.variations > li {
  margin: 4px;
}

.variations .is-rounded {
  border: 2px solid white;
  box-shadow: 0px 0px 0px 2px #eee;
height:100%;
}
.variations .is-rounded.is-active {
  box-shadow: 0px 0px 0px 2px black;
}

#top-scroller {
  opacity: 0;
  display: none;
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: all 400ms ease;
  z-index: 1000;
}

#logo {
  width: 70px;
}

header {
  z-index: 2;
  background: black;
  color: white;
}
header > .container {
  /* margin: 1rem auto; */
}
header > .container > .columns {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

.cart-icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.cart-icon .fas {
  transition: all 400ms ease;
}
.cart-icon.scroll-to-fixed-fixed .fa-circle {
  color: black !important;
}
.cart-icon.scroll-to-fixed-fixed .fa-shopping-cart {
  color: white !important;
}
.cart-icon .count {
  position: absolute;
  bottom: 100%;
  left: 100%;
  transform: translate(-100%, 125%);
  background: crimson;
  width: 16px;
  height: 16px;
  font-size: 0.6em;
  vertical-align: middle;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
}

.container .modal-card {
  margin: 0;
}

.is-fixed {
  position: fixed !important;
}

.cart-item,
.delivery-method {
  padding: 10px 0;
  margin: 0 !important;
}
.delivery-method.is-disabled {
  opacity: 0.5;
}
.delivey * > .cart-item:not(:last-child),
* > .delivery-method:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-card-body .content h4:not(:first-child) {
  margin-top: 1.5rem;
}

.level-left,
.level-left .level-item {
  flex-shrink: 1;
}
.level-right,
.level-right .level-item {
  flex-shrink: 1;
}

.input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.information {
  text-align: center;
  background: white;
  color: black;
  font-size: 0.7em;
  padding: 6px 8px;
}

.is-absolute div {
  position: relative;
}

.flag {
  position: absolute !important;
  top: 20px;
  right: 20px;
}
.flag > img {
  width: 20px;
}

#promotion {
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 800ms all ease;
  background: black;
}
#promotion.is-enabled {
  opacity: 1;
  visibility: visible;
}
#promotion > .button {
  position: absolute;
  top: 0;
  right: 0;
}
#promotion > .caption {
  position: absolute;
  top: 10%;
  left: 20px;
  right: 20px;
  text-align: center;
}
#promotion > .caption > * {
  color: white;
}
#promotion > .caption > h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.2em 0;
}
#promotion > .logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
}
#promotion > .valid {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: black;
  font-size: 0.8em;
}
#promotion > .watch {
  position: absolute;
  bottom: 10%;
  height: 60%;
  z-index: 1;
  right: 0;
  transform: translateX(20%);
}
#promotion > .ipadmini {
  position: absolute;
  bottom: 10%;
  height: 60%;
  left: 50%;
  z-index: 1;
  max-width: none;
  transform: translateX(-50%);
}
#promotion > .airpodspro {
  position: absolute;
  bottom: 10%;
  height: 60%;
  left: 50%;
  z-index: 1;
  max-width: none;
  transform: translateX(-50%);
}
#promotion > .iphone {
  position: absolute;
  bottom: 100px;
  left: 50%;
  height: 55%;
  z-index: 1;
  right: 0;
  transform: translateX(-50%);
}
#promotion > .ipad {
  position: absolute;
  bottom: 100px;
  left: 50%;
  height: 55%;
  max-width: none;
  z-index: 1;
  right: 0;
  transform: translateX(-50%);
}
#promotion > .iphone11promax {
  position: absolute;
  bottom: 100px;
  left: 50%;
  height: 55%;
  max-width: none;
  z-index: 1;
  right: 0;
  transform: translateX(-50%);
}
#promotion > .iphone12pro {
  position: absolute;
  bottom: 100px;
  left: 50%;
  height: 55%;
  max-width: none;
  z-index: 1;
  right: 0;
  transform: translateX(-50%);
}
#promotion > .watchse {
  position: absolute;
  bottom: 10%;
  height: 60%;
  left: 50%;
  z-index: 1;
  max-width: none;
  transform: translateX(-50%);
}
#promotion > .white-rectangle {
  width: 300%;
  height: 40%;
  left: -25%;
  background: white;
  position: absolute;
  transform: rotate(-18deg);
  bottom: 0;
}

.abs-information {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  text-align: center;
  padding: 9px 6px;
}
.abs-information > small {
  font-size: 0.7em;
}

.abs-notification {
  z-index: 100;
  bottom: 20px;
  left: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease;
}

.abs-notification.is-active {
  visibility: visible;
  opacity: 1;
}

#loader {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: 800ms all 600ms ease;
  background: black;
}
#loader.is-disabled {
  opacity: 0;
  visibility: hidden;
}
#loader .logo {
  max-width: 80px;
  margin-bottom: 50px;
}

.vertical-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search {
  width: 100%;
  border-radius: 0;
  background: white;
  outline: none;
  border: none;
  color: black;
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.discount {
  position: absolute;
  top: 20px;
  left: 20px;
  transform: rotate(-30deg);
  background: crimson;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.discount > span:first-child {
  font-weight: bold;
}
.discount > span {
  font-size: 0.7em;
  line-height: 1em;
  display: block;
}

@media only screen and (max-width: 600px) {
  #logo {
    width: 48px;
  }
  .cart-icon {
    position: absolute;
    top: 0;
    right: 10px;
  }
  #loader .logo {
    max-width: 70px;
    margin-bottom: 30px;
  }
  #top-scroller {
    display: block;
  }
  #promotion > .ipad {
    transform: translateX(-70%);
  }
}

.highlight {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.highlight > span {
  font-size: 0.6em;
  text-transform: uppercase;
  padding: 4px 12px;
  display: inline-block;
  font-weight: bold;
}
.highlight > span.bestseller {
  background: gold;
  color: black;
}
.highlight > span.trending {
  background: crimson;
  color: white;
}
.highlight > span.outofstock {
  background: black;
  color: white;
}

.has-cursor {
  cursor: pointer !important;
}

html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#app {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}
