body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.banner-wrapper a img {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner-wrapper a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

a:hover {
  text-decoration: underline;
}

header a:hover {
  text-decoration: none;
}

body.cart-page header button:not(#menu-button) {
  display: none;
}

.btn,
a.btn {
  display: inline-block;
  padding: 13px 26px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn.btn-primary,
a.btn.btn-primary {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.btn.btn-secondary,
a.btn.btn-secondary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

#products .btn.btn-primary,
#products a.btn.btn-primary {
  border-width: 2px;
  padding: 3px;
  width: 50px;
  min-width: 100px;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  color: #fff;
  background-color: #000;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  color: #000;
  background-color: #fff;
}

.btn:disabled,
a.btn:disabled {
  color: #000 !important;
  border-color: #e6e6e6 !important;
  background-color: #e6e6e6 !important;
}

.hidden-controls .btn,
.hidden-controls a.btn {
  padding: 8px 14px;
  font-size: 12px;
}

div.cart-overview a {
  display: block;
}
.increase, .decrease {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.icon {
  position: relative;
  padding-left: 25px;
}

.icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs span.icon:first-child {
  padding-left: 0;
}

.breadcrumbs .icon {
  padding-right: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  min-height: 38px;
  display: block;
}

.breadcrumbs .icon svg {
  top: 54%;
}

.conditions {
  text-align: justify;
}
.conditions h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 19px 0;
}
.conditions p {
  margin-bottom: 10px;
}
.conditions ul {
  list-style: disc;
  margin: 16px 0;
  padding-left: 40px;
}
.conditions a {
  text-decoration: underline;
}
.conditions a:hover {
  text-decoration: none;
}

#input-quantity {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#input-quantity::-webkit-inner-spin-button,
#input-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.slick-slide img {
  margin: 0 auto;
}

.slider-home .slick-slide img {
  width: 100%;
}

.slider-thumbs .slick-slide.slick-current img {
  border: 1px solid #000;
}

.cart-page .cart-item{
  padding-top: 13px;
  padding-bottom: 13px;
}

.cart-page .cart-item + .cart-item {
  border-top: 1px #000 solid;
}
@media (min-width: 1024px) {
  .cart-page .cart-item{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cart-page .cart-item + .cart-item {
    border-color: #e6e6e6;
  }
}

.shipping-payment-table > div + div {
  border-top: 1px solid #e6e6e6;
}

.radio-wrapper.active {
  background-color: #fafafa;
}

#img-editor .konvajs-content {
  box-sizing: content-box;
  border: 1px solid black;
  margin: 0 auto;
  background-color: #fff;
}

#zoom-out:hover > svg,
#zoom-in:hover > svg {
  stroke: #000;
}

.zoom-controls #selectZoom {
  text-align: center;
}

#selectFrameColor {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 30px;
}

#resolution-alert {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 38px);
  max-width: 1202px;
  text-align: center;
  background-color: #ffe61e;
  padding: 15px 22px;
  border: 1px solid #000;
}
#resolution-alert p {
  text-transform: uppercase;
  font-weight: 600;
}
#resolution-alert span {
  position: absolute;
  line-height: 30px;
  font-size: 35px;
  width: 30px;
  right: 0;
  top: calc(50% + 4px);
  transform: rotate(180deg) translateY(50%);
  cursor: pointer;
}
@media (min-width: 1280px) {
  #resolution-alert {
    width: 100%;
  }
}

body.loading {
  position: relative;
}

body > .loader-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 600ms;
}

body.loading > .loader-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 100;
  background-color: #fff;
  visibility: visible;
  opacity: 1;
}

body.loading > .loader-wrapper > .loader-spin {
  position: relative;
  width: 40px;
  height: 40px;
  background-clip: padding-box;
}

body.loading > .loader-wrapper > .loader-spin > div:first-child {
  position: relative;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-width: 5px;
  border-color: #000 #000 transparent transparent;
  border-radius: 50%;
  animation: loadSpin 3s ease-in-out infinite alternate;
  z-index: 10;
  background-clip: padding-box;
}
body.loading > .loader-wrapper > .loader-spin > div:last-child {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-width: 5px;
  border-color: #000 transparent transparent #000;
  border-radius: 50%;
  animation: loadSpin 1.5s ease-in-out infinite alternate-reverse;
  top: 0;
  z-index: 5;
  background-clip: padding-box;
}

body.modal-open {
  position: relative;
  overflow: hidden;
}
body.modal-open::after {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


@keyframes loadSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input[readonly] {
  background-color: lightgray;
}