/**
Pravidla
 - radit podle abecedy
 - pouzivat pouze .class selectory
 - neprepisovat vychozi styly
*/
.arrow {
  font-size: 2rem;
  font-weight: bold;
  color: rgba(255, 0, 0, 0.5);
}
.arrow > span {
  transform: scaleY(1.5);
}
.border-list {
  border: 1px solid #eee;
  border-width: 1px 0;
}
.bg-faded {
  background-color: #fbfbfb;
}
.bg-grey {
  background-color: #e4e4e4;
}
.bg-primary {
  background-color: #47ab0f;
}
.bg-secondary {
  background-color: #EE7A22;
}
.bg-white {
  background-color: white;
}
.border-top {
  border-top: 1px solid #ECECEC;
}
.card {
  box-shadow: 0px 3px 12px rgba(0,0,0,.2);
  transition: transform .2s ease-out;
}
.card-active {
  border: 1px solid #3A163B;
}
.card-inactive:not(:hover) {
  /*filter: grayscale(1);*/
  /*box-shadow: 0px 0px 6px rgba(0,0,0,.15);*/
}
.card-title {
  margin-top: -.6em;
}
.card-button {
  display: inline-block;
  background: #F3F3F3 0% 0% no-repeat padding-box;
  color: #3A163B;
  box-shadow: 0px 3px 6px #E1E1E1;
  padding: .75rem 3rem;
  border-radius: 4px;
  min-width: 6rem;
  font-weight: bold;
  transform: translateY(1.3rem);
  cursor: pointer;
}
.card-button:hover {
  background: white;
}
.card-button:active {
  color: #3A163B;
  background: #eee;
}
:root .card-button-active {
  background: #3A163B;
  color: white;
}
.card-active .card-button {
  background: #3A163B url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path style="fill:white" d="M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z"/></svg>') no-repeat center;
  color: transparent;
}
.checkbox-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: center center no-repeat;
}
.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
}
.clickable {
  cursor: pointer;
}
.color-grey {
  color: #666;
}
.color-secondary {
  color: #EE7A22;
}
.color-white {
  color: white;
}
@media (min-width: 52em) {
  .columns-2 {
    column-count: 2;
    column-gap: 2rem;
  }
  .columns > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;  
  }
}
.content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fade-enter-active, .fade-leave-active {
  transition: .2s opacity ease-out;
}
.fade-leave-active {
  transition-timing-function: ease-in;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.f1{font-size:2rem}
.f2{font-size:1.5rem}
.f3{font-size:1.25rem}
.f4{font-size:1rem}
.f5{font-size:.875rem}
.f6{font-size:.75rem}
@media (min-width: 52em) {
  .favorite-margin {
    margin-top: -2.25rem;
  }
}
.flex-1 {
  flex: 1;
}
.font-title {
  font-family: clarendon-text-pro, serif;
}
.gift-image {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
@media (min-width: 52em) {
  .gift-space {
    min-height: 72px;
  }
}
.help-icon {
  cursor: help;
  color: white;
  background: #B4B4B4;
  margin-left: .5rem;
  border: 1px solid;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.hover-light:hover:not(:active) {
  filter: brightness(120%);
  transition: .1s;
}
.hover-light:active {
  filter: brightness(90%);
}
.hover-select:hover > *:not(:hover) {
  opacity: .5;
  filter: grayscale(.9);
}
.input-material {
  position: relative;
  padding-top: .5rem;
}
.input-material > span {
  position: absolute;
  top: 1rem;
  width: 100%;
  color: grey;
  white-space: nowrap;
}
.input-material > input {
  display: block;
  border: none !important;
  border-bottom: 1px solid grey !important;
  padding: .5rem 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: initial !important;
  width: 100%;
}
.input-material > input:focus + span, .input-material-filled > span {
  transform: translateY(-1.25rem) scale(.75);
  transform-origin: left;
}
.input-material > input:focus {
  border-color: #EE7A22 !important;
}
.input-material > input:focus + span {
  color: #EE7A22;
}
.input-text {
  padding: .5rem !important;
  margin: 0 !important;
  border: 1px solid #eee !important;
  height: auto !important;
  line-height: initial !important;
  width: 100%;
}
.max-width-order {
  max-width: 1304px;
}
.no-select {
  user-select: none;
}
.object-contain {
  object-fit: contain !important;
}
.order-sidebar {
  position: sticky;
  top: 117px;
}
.order-sidebar-button {
  display: none;
}
@media (max-width: 63.99em) {
  .order-sidebar-box {
    position: fixed;
    background: white;
    width: 100%;
    bottom: 0;
    transform: translateY(calc(100% - 44px));
    left: 0;
    transition: .2s transform ease-out;
    padding: 0 !important;
  }
  .order-sidebar-box.order-sidebar-open {
    transform: none;
  }
  .order-sidebar {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    margin: 0;
  }
  .order-sidebar-button {
    margin: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background: #3A163B;
    color: white;
    padding: .75rem 3rem;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    cursor: pointer;
    max-width: 20rem;
  }
  .order-sidebar-button::before {
    content: "▲ ";
  }
  .order-sidebar-open .order-sidebar-button::before {
    content: "▼ ";
  }
}
@media (min-width:64em) {
  .order-step-wide {
    width: 154%;
  }
}
.popup-overlay {
  background: #fffe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.popup {
  background: white;
  box-shadow: 0px 3px 12px rgba(0,0,0,.2);
  transition: transform .2s ease-out;
  border: 1px solid #3A163B;
  max-width: 800px;
  max-height: 80vh;
}
@media (min-width: 40em) {
  .sm-f3 {
    font-size: 1.25rem;
  }
  .sm-mx1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.simple-loader {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  animation: .4s simple-loader infinite linear;
}
@keyframes simple-loader {
  to {
    transform: rotate(360deg);
  }
}
.step {
  position: relative;
}
.step:not(:first-child):after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 414px;
  max-width: 100%;
  height: 14px;
  transform: translateX(-50%);
  background: url("/img/order/separator.svg") no-repeat center;
}
.step-dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: background .2s ease-out;
}
.step-dot-line {
  width: 100%;
  height: 1px;
  top: 7px;
  left: -50%;
  transition: background .2s ease-out;
}
@media (max-width: 51.99em) {
  .xsmd-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
