/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.container {
  max-width: 100%;
  padding: 0 5px;
}
hr {
  margin: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#body-order-form #emptyCart {
  cursor: pointer;
  margin: 15px 0 -15px 0;
  display: inline-block;
}
#body-order-form h2 {
  margin-bottom: 20px;
}
#body-order-form .header {
  position: relative;
}
#body-order-form .header #product_count {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
#body-order-form #total-cost {
  background: #404040;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-align: right;
  margin: 30px 0;
}
#body-order-form #total-cost span {
  font-weight: 900;
}
#body-order-form .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  padding: 20px;
  text-align: center;
}
#body-order-form .container fieldset {
  border: 1px solid #aaa;
  padding: 20px 30px;
  margin: 5px;
  text-align: left;
  background: #f0f0f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 0 auto;
}
#body-order-form .container fieldset legend {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  background: #404040;
  color: #fff;
}
#body-order-form .container section.sectionClass {
  display: inline-block;
  text-align: left;
  width: 100%;
}
#body-order-form .container section.sectionClass .thumb {
  width: calc(50% - 5px);
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}
#body-order-form .container section.sectionClass .side-form {
  vertical-align: middle;
  display: inline-block;
  width: calc(50% - 5px);
  padding-left: 20px;
}
#body-order-form .container section.sectionClass .form-group {
  display: inline-block;
}
#body-order-form .container section.sectionClass h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #body-order-form .container section.sectionClass {
    text-align: center;
  }
  #body-order-form .container section.sectionClass h3 {
    text-align: center;
  }
  #body-order-form .container section.sectionClass .thumb {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  #body-order-form .container section.sectionClass .side-form {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 994px) {
  #body-order-form .container section.sectionClass .side-form {
    width: 650px;
  }
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.footerFont {
  line-height: 35px;
  padding: 15px;
  padding-bottom: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
}
.footerFont p {
  color: #fff;
  font-size: 16px;
  font-style: initial;
  line-height: 24px;
}
.i {
  margin-top: 15px;
}
.cols {
  max-width: 240px;
  text-align: center;
}
.popover-header {
  color: #000;
}
.center {
  text-align: center;
}
body {
  font-family: "Myriad", sans-serif;
  background-color: white;
  background-image: url("https://flowyorder.blob.core.windows.net/fabas/f05498bd-8598-4e2a-b642-69f72c5aa212");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 88px);
  position: relative;
}
#pinecone {
  position: absolute;
  top: -120px;
  left: -150px;
  transform: rotate(-25deg);
}
#cart {
  position: fixed;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 99999;
}
#cart #emptyCart {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  position: fixed;
  left: 10px;
  top: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #999;
  opacity: 0;
  pointer-events: none;
}
#cart #emptyCart i {
  margin-right: 5px;
}
#cart #emptyCart.visible {
  opacity: 1;
  pointer-events: all;
}
#emptyCart {
  cursor: pointer;
  margin: 15px;
}
#product_count {
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: -10px;
  left: -15px;
  display: block;
  font-size: 16px;
  background: #c9002f;
  width: 35px;
  line-height: 35px;
  border-radius: 40px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 3px 10px #000;
}
button {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px !important;
  position: relative;
  background: black;
  backdrop-filter: blur(3px);
  border: 2px solid black !important;
  padding: 15px 20px !important;
  font-weight: 500 !important;
  transition: all 100ms ease-in-out;
  text-shadow: none;
  font-family: 'Myriad-Black';
  font-size: 20px !important;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
button#submit {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  button#submit {
    width: 58px;
    padding: 11px;
    text-align: center;
    font-size: 24px;
    height: 50px;
    float: right;
  }
  button#submit #submit-text {
    display: none;
  }
}
button#submit2 {
  margin: 20px;
  max-width: 400px;
  /* color: #000; */
  font-size: 30px !important;
  padding: 20px 40px !important;
}
button#backToShopping {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 180px;
  font-size: 16px !important;
}
button:hover {
  transform: translateY(2px);
  box-shadow: 0 0 15px #6da96d34 !important;
  border-color: transparent !important;
}
#top {
  padding: 8vw 1vw;
  background: linear-gradient(180deg, #041401, transparent);
  /*background: #fff;
  background: url(../images/bg_top.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
}
@media (max-width: 1024px) {
  #top {
    padding-top: 100px;
  }
}
#logo {
  display: none;
  padding: 20px;
  text-align: center;
}
#logo img {
  filter: brightness(2);
}
@media (max-width: 767px) {
  #logo {
    margin-top: 60px;
  }
}
h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Myriad-Black";
  letter-spacing: 1px;
}
h1#headLine {
  font-size: 5rem;
  line-height: 5rem;
  text-align: center;
}
@media (max-width: 480px) {
  h1#headLine {
    font-size: 3rem;
    line-height: 3rem;
  }
}
h1#headLineKassa {
  font-size: 5rem;
  text-align: center;
}
@media (max-width: 480px) {
  h1#headLineKassa {
    font-size: 3rem;
    line-height: 3rem;
  }
}
h2 {
  font-size: 3rem;
  font-family: "Myriad-Bold";
  text-align: center;
  margin-top: 2vw;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 2rem;
  }
}
h3.headLine {
  font-size: 2rem;
  font-family: "Myriad";
  text-align: center;
  margin-top: 2vw;
}
@media (max-width: 480px) {
  h3.headLine {
    font-size: 1.5rem;
  }
}
h1,
h2,
h3 {
  color: #fff;
}
p {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0 0;
}
p.mobile_conditions {
  line-height: 28px;
  font-size: 16px;
  font-style: initial;
}
p.m {
  padding: 0 15px 15px 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: calc(100% + 40px);
  margin-left: -20px;
  text-shadow: 0 3px 0 #000;
}
p.m .offer {
  display: block;
  font-style: initial;
  font-weight: 900;
  font-size: 140%;
  letter-spacing: -1px;
}
/* orderForm */
.strong {
  border-top: 2px solid black !important;
}
.bold {
  font-weight: bolder !important;
}
.form-check-label {
  font-weight: bold;
}
#villkor {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.row {
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
}
.ww {
  width: 280px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all 200ms ease-in-out;
  position: relative;
  border: 2px solid transparent;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .ww {
    margin: 55px;
  }
}
.ww:hover {
  /* background: rgba(255,255,255,0.7); */
  background: #fff;
}
.ww:hover button {
  background: #fff;
  color: #000;
  border: 2px solid #000 !important;
}
.ww:hover .ww-img-text-slogan {
  color: #001f42;
}
.ww:hover .img {
  transform: scale(1.1) !important;
}
.ww:hover .ww-text {
  opacity: 1;
  transform: translateY(0);
}
.ww:hover .ww-img-text-white-bonus {
  bottom: 300px;
}
.ww button {
  margin: 20px;
  display: inline-block;
  width: calc(100% - 40px);
  padding: 10px 15px !important;
}
.ww .ww-flag {
  position: absolute;
  z-index: 2;
  right: -35px;
  bottom: 190px;
}
.ww .ww-flag img {
  width: 100px;
  filter: drop-shadow(2px 4px 6px black);
}
.ww-img-text {
  height: 180px;
  position: relative;
  transition: 200ms all ease-in-out;
  border: 3px solid #fff;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.75);
}
.ww-img-text h3 {
  font-size: 28px !important;
  padding: 20px 30px;
}
.ww-img-text-white {
  transition: 200ms all ease-in-out;
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
.ww-img-text-white-bonus {
  position: absolute;
  bottom: 110px;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 10px;
  text-shadow: 0 1px 2px #fff;
  color: #c9002f;
  text-transform: uppercase;
  font-family: 'Myriad-Bold';
  transition: 200ms all ease-in-out;
  text-align: center;
}
.ww-img-text-white-text {
  padding-top: 390px;
  color: #000;
}
.discount-offer {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: -40px;
  width: 100px;
  height: 100px;
  pointer-events: none;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.85);
  background-image: url(../images/bg_price_2025.png);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  /* padding-top: 12px; */
  text-align: center;
  font-size: 36px;
  line-height: 26px;
  color: white;
  font-weight: bold;
  transition: 200ms all ease-in-out;
  font-family: 'Myriad-Black';
  padding: 24px 0;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.9);
  /* border: 2px solid #daccab; */
  transform: rotate(7deg);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.623);
}
.ww-img-text .discount-offer-text {
  font-size: 18px;
}
.ww-img-text .ww-img-text-slogan {
  color: #001f42;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  padding-top: 20px;
  font-family: 'Myriad-Black';
  margin-bottom: 20px;
  transition: all 200ms ease-in-out;
  max-height: 90px;
}
.ww .ww-text {
  position: absolute;
  width: calc(100% - 10px);
  height: auto;
  bottom: 75px;
  left: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  backdrop-filter: blur(3px);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 200ms all ease-in-out;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  transform: translateY(10px) scale(1.2);
}
.ww .ww-text strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.ww-img-text .img {
  max-width: 350px;
  height: auto;
  max-height: 450px;
  display: block;
  filter: drop-shadow(2px 7px 10px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  transition: 200ms all ease-in-out;
  margin-left: -25px;
  border: 5px solid white;
}
/*spinner */
.lds-hourglass {
  display: none;
  /*display: inline-block;*/
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #fdd;
  border-color: #84bfff transparent #fdd transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
#form-terms-iframe {
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 500ms all ease-in-out;
}
#form-terms-iframe.visible {
  height: 500px;
  opacity: 1;
  transition: 500ms height ease-in-out;
}
