/*!
Theme Name: Jason Gerber
Theme URI: https://jasongerber.ch
Author: Jason Gerber
Author URI: https://jasongerber.ch
Description: Custom theme
Version: 1.5.2
Text Domain: jason-child
Template: twentynineteen
*/
/**
 * General styles
 */
/* Webfont: DINPro-Regular */
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: DINPro-Bold */
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/**
*   Define custom variables here
*/
/*	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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img:focus {
  outline: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

html,
body {
  font-family: "DINPro", sans-serif;
}

html,
body,
input,
select,
textarea,
button {
  font-family: "DINPro", sans-serif;
  font-size: 16px;
  color: #010101;
  line-height: 1.6;
}

h1 {
  font-size: 2.1875em;
  line-height: 1.257em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  h1 {
    font-size: 1.625em;
  }
}

h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 1em;
}

h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

img {
  vertical-align: top;
}

p,
ul,
ol,
table,
blockquote,
dl,
address,
pre,
fieldset {
  margin-bottom: 1em;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
dl:last-child,
address:last-child,
pre:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

a {
  color: #ea7ba6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.entry-content ul li:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ea7ba6;
  vertical-align: top;
  margin-top: 7px;
}

li ul {
  margin: 0 0 0 1em;
}

ol {
  counter-reset: ol;
}
ol li:before {
  content: counter(ol);
  counter-increment: ol;
  color: #ea7ba6;
  display: inline-block;
  margin-right: 0.5em;
}
ol li ol {
  counter-reset: ol1;
  margin: 0 0 0 1em;
}
ol li ol li:before {
  content: counter(ol) "." counter(ol1);
  counter-increment: ol1;
}
ol li ol li ol {
  counter-reset: ol2;
  margin: 0 0 0 1em;
}
ol li ol li ol li:before {
  content: counter(ol) "." counter(ol1) "." counter(ol2);
  counter-increment: ol2;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

table {
  width: 100%;
  margin: 2em 0;
}

table caption {
  font-weight: 700;
}

thead,
th {
  font-weight: 700;
  text-align: left;
}

thead {
  border-bottom: 1px solid #dadada;
}

tfoot {
  border-top: 1px solid #dadada;
}

tfoot,
tfoot th {
  font-weight: 400;
  font-style: italic;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

td,
th {
  padding: 0.5em 0;
}

blockquote {
  margin: 1.5em 0;
}
blockquote p {
  font-size: 1.571rem;
}

pre,
code {
  font-family: monospace;
}

dl dt {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 0.5em;
}
dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

hr {
  border: none;
  border-bottom: 1px solid #010101;
  height: 1px;
  margin: 2em 0;
}

.btn,
[type=submit],
[type=button],
button {
  display: inline-block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  line-height: 23px;
  padding: 14px 30px 14px 30px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #ea7ba6;
  color: #fff;
  white-space: nowrap;
  border: none;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 900px) {
  .btn,
  [type=submit],
  [type=button],
  button {
    font-size: 1em;
    padding: 10px 20px;
  }
}
.gm-style .btn,
.gm-style [type=submit],
.gm-style [type=button],
.gm-style button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.gm-style .btn:before, .gm-style .btn:after,
.gm-style [type=submit]:before,
.gm-style [type=submit]:after,
.gm-style [type=button]:before,
.gm-style [type=button]:after,
.gm-style button:before,
.gm-style button:after {
  display: none;
}
.btn:hover, .btn.active, a:hover .btn,
[type=submit]:hover,
[type=submit].active,
a:hover [type=submit],
[type=button]:hover,
[type=button].active,
a:hover [type=button],
button:hover,
button.active,
a:hover button {
  text-decoration: none;
  background-color: #d93474;
}
.btn:focus,
[type=submit]:focus,
[type=button]:focus,
button:focus {
  outline: none;
}
.btn.disabled,
[type=submit].disabled,
[type=button].disabled,
button.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn .icon,
[type=submit] .icon,
[type=button] .icon,
button .icon {
  width: 20px;
  height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.btn.icon-reflect .icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 14px;
}

.btn .icon svg,
[type=submit] .icon svg,
[type=button] .icon svg,
button .icon svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn .icon svg path,
[type=submit] .icon svg path,
[type=button] .icon svg path,
button .icon svg path {
  fill: #fff;
}
.btn.white,
[type=submit].white,
[type=button].white,
button.white {
  background-color: #fff;
  color: #63b800;
}
.btn.white:hover,
[type=submit].white:hover,
[type=button].white:hover,
button.white:hover {
  background-color: #ea7ba6;
  color: #fff;
}
.btn.white .icon svg path,
[type=submit].white .icon svg path,
[type=button].white .icon svg path,
button.white .icon svg path {
  fill: #000;
}
.btn.secondary,
[type=submit].secondary,
[type=button].secondary,
button.secondary {
  background-color: #63b800;
}
.btn.secondary:hover,
[type=submit].secondary:hover,
[type=button].secondary:hover,
button.secondary:hover {
  background-color: #509204;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.btn:hover,
input[type=button]:hover,
button:hover {
  text-decoration: none;
}

.message {
  padding: 0.5em 1em;
  background-color: #ea7ba6;
  font-weight: 700;
}
.message.light {
  background-color: #f6f6f6;
}

.message a {
  color: #010101;
  text-decoration: underline;
}

.boxed {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cols:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.cols-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cols-3:after {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.cols .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 2em;
  margin-right: 2em;
}
.cols-3 .col {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.is-hidden {
  display: none;
}

/**
 * Layout styles
 */
.site-header .site-title {
  position: fixed;
  left: 50px;
  top: 15px;
  width: 224px;
  height: 224px;
  border-radius: 112px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 3px 0 #ddd;
  box-shadow: 0 4px 3px 0 #ddd;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .site-title img {
  width: 99px;
}
@media (max-width: 1200px) {
  .site-header .site-title {
    width: 98px;
    height: 98px;
    border-radius: 46px;
  }
  .site-header .site-title img {
    width: 40px;
  }
}
@media (max-width: 900px) {
  .site-header .site-title {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .site-header .site-title {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    left: 10px;
  }
  .site-header .site-title img {
    width: 20px;
  }
}
.site-header .mini-cart {
  position: fixed;
  top: 78px;
  right: 50px;
  width: 98px;
  height: 98px;
  border-radius: 49px;
  -webkit-box-shadow: 0 4px 3px 0 #ddd;
  box-shadow: 0 4px 3px 0 #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  color: #fff;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 9;
}
.site-header .mini-cart.hidden {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.site-header .mini-cart.shake {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
}
.site-header .mini-cart:hover {
  background-color: #63b800;
}
.site-header .mini-cart:hover svg path {
  fill: #fff;
}
.site-header .mini-cart .icon {
  font-size: 0;
  margin-top: 5px;
  margin-left: 5px;
}
.site-header .mini-cart .icon .product-number {
  font-size: 0.9375rem;
  width: 26px;
  height: 26px;
  background-color: #ea7ba6;
  border-radius: 13px;
  display: inline-block;
  margin-left: -13px;
  margin-top: -13px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-header .mini-cart .icon .product-number.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.site-header .mini-cart .icon svg {
  vertical-align: top;
}
.site-header .mini-cart .icon svg path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
@media (max-width: 1200px) {
  .site-header .mini-cart {
    top: 15px;
  }
}
@media (max-width: 900px) {
  .site-header .mini-cart {
    right: 15px;
  }
}
@media (max-width: 600px) {
  .site-header .mini-cart {
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
  .site-header .mini-cart .icon {
    margin-left: 9px;
  }
  .site-header .mini-cart svg {
    width: 20px;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.field {
  margin-bottom: 1em;
  position: relative;
}
.field.half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.field.half.last {
  margin-right: 0;
}
@media (max-width: 500px) {
  .field.half {
    width: 100%;
    margin-right: 0;
  }
}
.field.full {
  clear: both;
}
.field label {
  font-weight: 400;
  margin-bottom: 0.5em;
  display: block;
}
.field input[type=email],
.field input[type=text] {
  border: 1px solid #cecece;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}
.field .response {
  display: none;
}
.field.error input[type=email],
.field.error input[type=text],
.field.error input[type=radio] + label:before,
.field.error input[type=checkbox] + label:before {
  border-color: #eb1c26 !important;
}
.field.error .response {
  color: #fff;
  background-color: #eb1c26;
  padding: 5px 10px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.field input[type=radio],
.field input[type=checkbox] {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  bottom: 0;
}
.field input[type=radio] + label,
.field input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field input[type=radio] + label:before,
.field input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cecece;
}
.field input[type=radio] + label:after,
.field input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #615c96;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.field input[type=radio]:checked + label:after,
.field input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.field input[type=radio]:checked + label + .message,
.field input[type=radio]:checked + label + .message.light,
.field input[type=checkbox]:checked + label + .message,
.field input[type=checkbox]:checked + label + .message.light {
  display: block;
}
.field input[type=checkbox] + label:before {
  border-radius: 4px;
}
.field input[type=checkbox] + label:after {
  border-radius: 2px;
}

.form-response {
  display: none;
  clear: both;
  color: #fff;
  background-color: #eb1c26;
  padding: 5px 10px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input {
  font-family: "DINPro", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Page templates
 */
html,
body,
#page,
#main {
  height: 100%;
}

.sign {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 750px;
  margin: auto;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  margin-bottom: 60px;
  display: none;
}
.animation-loaded .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loading .sign {
  opacity: 0.5;
}
.products.content-open .sign {
  width: 100%;
  max-width: none;
  z-index: 8;
}
.sign-hooks {
  width: 230px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  position: relative;
}
@media (max-width: 800px) {
  .sign-hooks {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
  }
}
.sign-hook {
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 100%;
  background-color: #5e5e5e;
  -webkit-transition: -webkit-transform 0.5s ease 0.6s;
  transition: -webkit-transform 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s;
  transition: transform 0.5s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
.animating .sign-hook {
  -webkit-transform: translateY(-100%) rotate(-37deg);
  -ms-transform: translateY(-100%) rotate(-37deg);
  transform: translateY(-100%) rotate(-37deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.sign-hook:last-child {
  left: auto;
  right: 0;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
.animating .sign-hook:last-child {
  -webkit-transform: translateY(-100%) rotate(37deg);
  -ms-transform: translateY(-100%) rotate(37deg);
  transform: translateY(-100%) rotate(37deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sign-panel {
  background-color: #fff;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.3s;
  transition: -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
}
.animating .sign-panel {
  -webkit-transform: translateY(-730px) rotate(37deg);
  -ms-transform: translateY(-730px) rotate(37deg);
  transform: translateY(-730px) rotate(37deg);
}
@media (max-width: 800px) {
  .sign-panel {
    padding: 20px 15px 30px 15px;
  }
}
.sign-title, .sign-text {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.sign-btn {
  position: absolute;
  bottom: -26px;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.sign-btn.active {
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  opacity: 1;
  visibility: visible;
}
.content-open .sign-btn, .content-open .sign-btn.active {
  opacity: 0;
  visibility: hidden;
}
.sign .sign-content {
  display: none;
}
@media (max-width: 900px) {
  .sign {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .sign {
    padding: 0 10px;
  }
}

.checkout .sign-content {
  overflow: hidden;
}
.checkout .btns {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, transform 0.3s ease;
  transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.checkout .btns.cart {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.checkout .btns.payment {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkout .btns .btns-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .checkout .btns .btns-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.checkout .btns .btns-slide .btn {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 500px) {
  .checkout .btns .btns-slide .btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.checkout .btns .btns-slide .btn.pay {
  margin-left: 10px;
}
@media (max-width: 500px) {
  .checkout .btns .btns-slide .btn.pay {
    margin-left: 0;
  }
}

.checkout-parts {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 15px;
}
.content-open .checkout-parts {
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, transform 0.3s ease;
  transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.checkout-parts.no-transition {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.checkout-parts.cart {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.checkout-parts.cart .rows {
  position: relative;
}
.checkout-parts.payment {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkout-parts.payment #payment-form {
  position: relative;
}
.checkout-parts .rows,
.checkout-parts #payment-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.checkout-parts #payment-form {
  left: 50%;
}
.checkout-parts #payment-form .submit {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-parts #payment-form .field-cgv,
.checkout-parts #payment-form .field-attestation {
  margin-top: 15px;
  margin-bottom: 15px;
}

.thanks .sign-btn {
  display: none;
}
.thanks .sign-content {
  display: block !important;
}

.share {
  margin-top: 30px;
}
.share-icon {
  display: inline-block;
  margin: 0 5px;
}
.share-icon-link {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/**
 * Posts
 */
.products-filters {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 76%;
  flex: 0 1 76%;
  padding: 20px 12px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .products-filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-filters .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 13px;
  background-color: #cecece;
}
.products-filters .btn.active {
  background-color: #ea7ba6;
}
@media (max-width: 800px) {
  .products-filters .btn {
    font-size: 0.875em;
    margin: 0 6px;
  }
}
@media (max-width: 700px) {
  .products-filters .btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 800px) {
  .products-filters {
    padding: 15px 10px;
  }
}
.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-list-title {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .products-list-title {
    margin-right: 15px;
  }
}
.products-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .products-intro {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 30px 0 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
}
.products .actions {
  padding: 15px;
  background-color: #fff;
  z-index: 9999;
  position: sticky;
  top: 0;
}
.products .actions .price {
  display: inline-block;
  font-size: 1.3888em;
  margin-left: 20px;
  line-height: 0.72em;
}
@media (max-width: 900px) {
  .products .actions .price {
    font-size: 1.125em;
    margin-left: 10px;
  }
}
.products .actions .btn {
  margin: 15px 0;
}
@media (max-width: 900px) {
  .products .actions .btn {
    width: 100%;
    margin: 7px 0;
  }
}
@media (max-width: 900px) {
  .products .actions .btn {
    max-width: calc(100vw - 236px);
    margin: auto;
  }
}
@media (max-width: 600px) {
  .products .actions .btn {
    max-width: calc(100vw - 120px);
    margin: auto;
    font-size: 0.875em;
  }
}
@media (max-width: 1200px) {
  .products .actions {
    margin-bottom: 30px;
  }
}
.products-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 1200px) {
  .products-basket {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-basket-intro {
  margin-right: 35px;
}
.products-basket .products-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 76%;
  flex: 0 1 76%;
}
@media (max-width: 1200px) {
  .products-basket .products-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.products-basket .type-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  text-align: left;
}
@media (max-width: 900px) {
  .products-basket .type-product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.products-basket .type-product .entry-content-more {
  background-color: #f6f6f6;
  color: #010101;
}
.products-basket .type-product .entry-content-more .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: url("img/ui/icon-close.svg") no-repeat center center/18px 18px;
  cursor: pointer;
}
.products-basket .type-product .entry-content-more .products-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.products-basket .type-product .entry-content-more .products-title .product-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  font-size: 0.875em;
  width: 33.333%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .products-basket .type-product .entry-content-more .products-title .product-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
.products-basket .type-product.active .entry-content-more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products-basket .type-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
@media (max-width: 900px) {
  .products-basket .type-product-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-basket .type-product .entry-content,
.products-basket .type-product .add-to-cart {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin-top: 0;
}
@media (max-width: 900px) {
  .products-basket .type-product .entry-content,
  .products-basket .type-product .add-to-cart {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 900px) {
  .products-basket .type-product .entry-content {
    margin-bottom: 15px;
  }
}
.products-basket .type-product .entry-title {
  font-size: 1.25em;
  text-transform: uppercase;
}
.products-basket .type-product .price {
  font-size: 1.5625em;
}
.products-basket .type-product .basket-products {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .products-basket .type-product .basket-products {
    margin-top: 10px;
  }
}
@media (max-width: 900px) {
  .products-basket .type-product .add-to-cart {
    margin-top: 20px;
  }
}
.products-basket .type-product .add-to-cart-btn {
  margin: 0 0 30px 0;
}
@media (max-width: 900px) {
  .products-basket .type-product .add-to-cart-btn {
    margin-bottom: 10px;
  }
}
.products-basket .type-product .add-to-cart .quantity {
  border: 2px solid #63b800;
}
.products-basket .type-product .add-to-cart .quantity-field {
  height: 47px;
  line-height: 47px;
  background-color: transparent;
}
.products-basket .type-product .add-to-cart .quantity-btn {
  background-color: transparent;
  line-height: 47px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}
.products-basket .type-product .add-to-cart .quantity-btn:hover {
  background-color: #63b800;
}
@media (max-width: 1200px) {
  .products-simple {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-simple-intro {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .products-simple-intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
}
.products-simple .products-list {
  margin-left: -0.625%;
  margin-right: -0.625%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .products-simple .products-list-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.products-simple .type-product {
  width: 14.285%;
  padding: 0.625%;
}
@media (max-width: 1100px) {
  .products-simple .type-product {
    width: 33.333%;
  }
}
@media (max-width: 700px) {
  .products-simple .type-product {
    width: 50%;
  }
}
.products-simple .type-product:hover .entry-content-more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1200px) {
  .products-simple .type-product-inner {
    padding: 10px;
  }
}
.products-simple .sizer {
  width: 14.285%;
  padding: 0.625%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .products-simple .sizer {
    width: 33.333%;
  }
}
@media (max-width: 700px) {
  .products-simple .sizer {
    width: 50%;
  }
}

.type-product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type-product-inner {
  background-color: #f6f6f6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.type-product .entry-thumbnail {
  width: 100px;
  height: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.type-product .entry-thumbnail img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.type-product .entry-title {
  font-size: 0.9375em;
  margin-bottom: 10px;
}
.type-product .price {
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 700;
  color: #63b800;
}
.type-product .weight {
  margin-bottom: 8px;
}
.type-product .entry-content-more {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #63b800;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s, -webkit-transform 0.2s ease;
  transition: visibility 0.2s ease, opacity 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.2s ease, opacity 0.2s;
  transition: transform 0.2s ease, visibility 0.2s ease, opacity 0.2s, -webkit-transform 0.2s ease;
}
.type-product .entry-content-more-title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}
.type-product .entry-content-more .price {
  color: #fff;
}
.type-product .add-to-cart {
  margin-top: 15px;
}
.type-product .add-to-cart-btn {
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * Partials
 */
#animation {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
#animation svg {
  vertical-align: top;
}

#background {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: url("img/graphics/background.png") no-repeat -50% 80%/5800px 1080px;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.animation-loaded #background {
  background-position: 0% 80%;
}
#background:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7f7f7), color-stop(50%, #d8d8d8));
  background: linear-gradient(to bottom, #f7f7f7 50%, #d8d8d8 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#d8d8d8",GradientType=0);
}

#chars {
  position: relative;
  z-index: 7;
  height: 100%;
  pointer-events: none;
}
#chars .char {
  position: absolute;
}

#agathe {
  width: 110px;
  bottom: 15%;
  left: -55px;
  margin-left: -55px;
}
.going-back #agathe {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#fred {
  width: 270px;
  bottom: 15%;
  left: -135px;
  margin-left: -135px;
}
.going-back #fred {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.outside #fred .bag {
  opacity: 0;
}
.outside #fred .bag.show {
  opacity: 1;
}
.outside #fred .bag .products, .products #fred .bag .products {
  opacity: 0;
}
.outside #fred .bag .products.show, .products #fred .bag .products.show {
  opacity: 1;
}

#matteo {
  width: 108px;
  bottom: 14%;
  left: -54px;
  margin-left: -54px;
}
.going-back #matteo {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#regis {
  width: 230px;
  bottom: 14%;
  left: -115px;
  margin-left: -115px;
}

#erika {
  width: 300px;
  bottom: 18%;
  left: -150px;
  margin-left: -150px;
}

.cart {
  text-align: left;
}
@media (max-width: 600px) {
  .cart {
    font-size: 0.875em;
  }
}
.cart .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.cart .row:last-child {
  border-bottom: none;
}
.cart .row-delete {
  width: 28px;
  height: 28px;
  background: url("img/ui/icon-close.svg") no-repeat center center/9px 9px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cart .row-delete:hover {
  background-color: #f6f6f6;
}
.cart .row-thumbnail {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.cart .row-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 600px) {
  .cart .row-thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.cart .row-quantity {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.cart .row-quantity .quantity-field {
  width: 30px;
}
.cart .row-price {
  margin-left: 15px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  text-align: right;
}
@media (max-width: 600px) {
  .cart .row-price {
    margin-left: 5px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
  }
}
.cart .total-price {
  font-size: 1.125em;
  background-color: #f6f6f6;
  text-transform: uppercase;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 700;
}
.cart .total-price p {
  margin-bottom: 0;
}
.cart.empty {
  text-align: center;
  margin: 1em 0;
}

.quantity {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.quantity-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
  background-color: #fff;
  color: #cecece;
  font-weight: 700;
  font-size: 1.25em;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-btn:hover {
  background-color: #ea7ba6;
  color: #fff;
}
.quantity-field {
  height: 36px;
  width: auto;
  min-width: 30px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0;
  font-weight: 700;
  font-size: 0.875em;
}
.quantity-field::-webkit-outer-spin-button, .quantity-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#payment-form.loading {
  opacity: 0.6;
}
#payment-form .payment-method {
  font-size: 0.875em;
  border-bottom: 1px solid #f6f6f6;
}
#payment-form .payment-method:first-child {
  margin-top: 1px solid #f6f6f6;
}
#payment-form .payment-method-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 20px 0 20px 55px;
}
@media (max-width: 600px) {
  #payment-form .payment-method-label {
    padding: 10px 0 10px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#payment-form .payment-method-label:before {
  left: 10px;
}
#payment-form .payment-method-label:after {
  left: 14px;
}
#payment-form .payment-method-label:hover {
  background-color: #f6f6f6;
}
#payment-form .payment-method-logo {
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  margin-right: 35px;
}
#payment-form .payment-method-logo svg {
  vertical-align: top;
}
@media (max-width: 600px) {
  #payment-form .payment-method-logo {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    margin-bottom: 10px;
  }
}
#payment-form .payment-method-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#payment-form .payment-method-title {
  font-weight: 700;
  margin-bottom: 0;
}
#payment-form .payment-method-description {
  margin-bottom: 0;
}
#payment-form .payment-method-toggle {
  display: none;
  padding: 20px 0 20px 55px;
}
#payment-form .payment-method-toggle.raisenow {
  padding-left: 0;
}
@media (max-width: 600px) {
  #payment-form .payment-method-toggle {
    padding-left: 40px;
  }
}
#payment-form .payment-method-toggle .StripeElement {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #615c96;
  padding: 10px;
  color: #615c96;
  font-size: 15px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#payment-form .payment-method-toggle .StripeElement--focus {
  border-color: #63b800;
  outline: none;
}
#payment-form .payment-method-toggle .StripeElement--invalid {
  border-color: #eb1c26;
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
}
#payment-form .payment-method-toggle .StripeElement--webkit-autofill {
  background-color: #cecece !important;
}
#payment-form .payment-method-toggle #card-errors {
  margin-bottom: 1em;
  font-weight: 700;
  color: #eb1c26;
}

:root {
  --tamaro-primary-color: #ea7ba6;
  --tamaro-border-color: #cecece;
  --tamaro-button-primary-bg-color: #63b800;
  --tamaro-button-primary-bg-color__hover: #509204;
}

#tamaro-widget-overlay.tamaro-widget.tamaro-widget,
#tamaro-widget.tamaro-widget.tamaro-widget,
.rnw-tw-font-sans {
  font-family: "DINPro", sans-serif !important;
}

.cart #tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods > .main .payment-methods .payment-method {
  width: 50%;
}
/*# sourceMappingURL=style.css.map */
