:before,
:after,
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-size: 1rem;
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  font-size: 1.5rem;
  color: inherit;
  display: block;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled {
  opacity: .5;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #666;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #666;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #666;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: .5;
}
select[multiple=multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: .5;
}
textarea::-moz-placeholder {
  color: #666;
}
textarea::-webkit-input-placeholder {
  color: #666;
}
textarea:-ms-input-placeholder {
  color: #666;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(../icons/fontawesome/fa-solid-900.eot);
  src: url(../icons/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../icons/fontawesome/fa-solid-900.woff2) format("woff2"), url(../icons/fontawesome/fa-solid-900.woff) format("woff"), url(../icons/fontawesome/fa-solid-900.ttf) format("truetype"), url("../icons/fontawesome/fa-solid-900.svg#Font Awesome 5 Free") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "jysk-icons";
  src: url(../icons/jysk/jysk-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=jicon-],
[class*=" jicon-"] {
  font-family: "jysk-icons";
}
.jicon-envelope:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥’";
}
.jicon-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤•";
}
.jicon-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤˜";
}
.jicon-call:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥";
}
.jicon-check-mark:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥‚";
}
.jicon-cross:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥ƒ";
}
.jicon-customer-service:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥„";
}
.jicon-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥…";
}
.jicon-dining:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥†";
}
.jicon-eye:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥‡";
}
.jicon-guides:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥ˆ";
}
.jicon-heart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥‰";
}
.jicon-lamp:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥Š";
}
.jicon-living:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥‹";
}
.jicon-login:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥Œ";
}
.jicon-nordic-design:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥";
}
.jicon-star:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥Ž";
}
.jicon-video-play:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥";
}
.jicon-vk:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥";
}
.jicon-volume-muted:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥‘";
}
.jicon-everyday-low-price:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¥€";
}
.jicon-free-delivery:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤€";
}
.jicon-in-store-pickup:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤";
}
.jicon-local-delivery:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤‚";
}
.jicon-back-to-top:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤ƒ";
}
.jicon-blog:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤…";
}
.jicon-flexible-shipping:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¡";
}
.jicon-free-in-store-pickup:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¼";
}
.jicon-inspiration:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤½";
}
.jicon-instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¾";
}
.jicon-pinterest:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¿";
}
.jicon-reviews:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤„";
}
.jicon-administration:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤†";
}
.jicon-approvedwebshop:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤‡";
}
.jicon-arrow-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤ˆ";
}
.jicon-arrow-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤‰";
}
.jicon-arrow-up-circle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤Š";
}
.jicon-b2b:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤‹";
}
.jicon-bathroom:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤Œ";
}
.jicon-bedroom:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤";
}
.jicon-calendar:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤Ž";
}
.jicon-campaign:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤";
}
.jicon-campaign-paper:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤";
}
.jicon-carry-inside:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤‘";
}
.jicon-cart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤’";
}
.jicon-christmas:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤“";
}
.jicon-click-and-collect:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤”";
}
.jicon-danish:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤–";
}
.jicon-delivery:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤—";
}
.jicon-edit-information:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤™";
}
.jicon-email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤š";
}
.jicon-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤›";
}
.jicon-giftcard-birthday:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤œ";
}
.jicon-help:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤";
}
.jicon-home:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤ž";
}
.jicon-housewares:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤Ÿ";
}
.jicon-info-chat-blog:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤ ";
}
.jicon-jysk-logo:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¢";
}
.jicon-jysk-selection:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤£";
}
.jicon-jysk-splash:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¤";
}
.jicon-linkedin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¥";
}
.jicon-mail:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¦";
}
.jicon-order-history:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤§";
}
.jicon-outdoor:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¨";
}
.jicon-payment-method:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤©";
}
.jicon-pricematch:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤ª";
}
.jicon-profile:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤«";
}
.jicon-receipt:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¬";
}
.jicon-return:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤­";
}
.jicon-safe-webshop:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤®";
}
.jicon-search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¯";
}
.jicon-stardeals:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤°";
}
.jicon-storage:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤±";
}
.jicon-stores:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤²";
}
.jicon-study:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤³";
}
.jicon-twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤´";
}
.jicon-warranty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤µ";
}
.jicon-window:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¶";
}
.jicon-youtube:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤·";
}
.jicon-caret-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¸";
}
.jicon-caret-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¹";
}
.jicon-caret-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤º";
}
.jicon-caret-right:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤»";
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
html {
  font-size: 62.5%;
  font-size-adjust: 100%;
}
body {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 0;
}
sub,
sup {
  font-size: 71.42857%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #233f86;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #233f86;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #4ba4df;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #f7d656;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #111;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "â€”Â ";
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: none;
}
cite {
  font-style: normal;
}
.section-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.bg--secondary {
  background-color: #f2f2f2;
}
.section-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.breadcrumbs {
  margin: 0;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 15px 0;
  }
}
.breadcrumbs .items {
  color: #666;
  margin: 0;
  padding: 0;
  list-style: none none;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs .items {
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs .items {
    padding-left: 30px;
  }
}
.breadcrumbs .items > li {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #666;
  display: block;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #666;
  text-decoration: none;
}
.breadcrumbs strong {
  display: block;
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child):after {
  color: #666;
  content: " /";
  margin: 0 10px;
}
button,
a.action {
  background-image: none;
  background: #f2f2f2;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 9px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
}
button:focus,
button:active,
a.action:focus,
a.action:active {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
}
button:hover,
a.action:hover {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
a.action.disabled,
a.action[disabled],
fieldset[disabled] a.action {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
button:active {
  box-shadow: none;
}
a.action {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #233f86;
  border: 1px solid #233f86;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 9px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #3d5999;
  border: 1px solid #3d5999;
  color: #fff;
}
.action.primary:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  background: #ccc;
  border-color: #ccc;
  color: #666;
}
.swiper-container {
  display: none;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-initialized {
  display: block;
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-zoom-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-button-prev,
.swiper-button-next {
  background: #666;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    background: 0 0;
    color: #666;
    height: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
  }
}
.swiper-button-prev:after,
.swiper-button-prev:before,
.swiper-button-next:after,
.swiper-button-next:before {
  left: 50%;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:after,
  .swiper-button-prev:before,
  .swiper-button-next:after,
  .swiper-button-next:before {
    background: #666;
    content: '';
    display: block;
    height: 1px;
    top: 50%;
    width: 100%;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}
.swiper-button-prev {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  font-family: "jysk-icons";
  margin-right: 5px;
}
.swiper-button-prev:before {
  content: "î¤ˆ";
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 10px;
    margin: 0;
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:before,
  .swiper-button-prev:after {
    right: -7px;
  }
}
.swiper-button-prev:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:before {
    content: '';
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
.swiper-button-next {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  font-family: "jysk-icons";
  margin-left: 5px;
}
.swiper-button-next:before {
  content: "î¤‰";
}
@media only screen and (min-width: 768px) {
  .swiper-button-next {
    left: auto;
    margin: 0;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-button-next:before,
  .swiper-button-next:after {
    left: -7px;
  }
}
.swiper-button-next:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .swiper-button-next:before {
    content: '';
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-button-next:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .3s opacity;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: .2;
  width: 8px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #3d5999;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3d5999;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.2;
  font-size: 2rem;
  box-sizing: border-box;
  float: left;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon textarea,
.fieldset > .fields > .field .addon select,
.fieldset > .fields > .field .addon input {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: .5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #666;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #666;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #666;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: left;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  color: #666;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
  content: '*';
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: 400;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: 400;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.qty .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.field.qty button,
.field.qty input {
  font-size: 1.2rem;
  border: 0;
  color: #666;
  height: 28px;
}
.field.qty button {
  background: #fff;
  line-height: 28px;
  padding: 0;
  width: 28px;
}
.field.qty input {
  border-radius: 0;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  width: 50px;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
  display: none;
  position: absolute;
  text-align: left;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: 0 0;
  border: 0;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: 0 0;
  border: 0;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: "ï„³";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox,
.checkbox + label {
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}
.checkbox + label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  text-align: left;
}
.checkbox + label:before {
  background: 0 0;
  border: 1px solid #c2c2c2;
  content: '';
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 22px;
  margin: 2px 10px 0 0;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}
.checkbox + label > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkbox[disabled] + label {
  opacity: .5;
}
.checkbox.validation-failed + label:before {
  border-color: #bd0000;
}
.checkbox:checked + label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.checkbox:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkbox:checked + label:before {
  color: #666;
}
.radio {
  opacity: 0;
  position: absolute;
}
.radio,
.radio + label {
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}
.radio + label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  text-align: left;
}
.radio + label:before {
  background: 0 0;
  border: 1px solid #f2f2f2;
  content: '';
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 22px;
  margin: 2px 10px 0 0;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}
.radio + label > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.radio[disabled] + label {
  opacity: .5;
}
.radio.validation-failed + label:before {
  border-color: #bd0000;
}
.radio:checked + label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.radio:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.radio:checked + label:before {
  color: #666;
}
.payment-method .radio + label {
  display: inline-block;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: rgba(0, 0, 0, 0) url(../images/ajax-loader.gif) no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.message-info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message-info a {
  color: #233f86;
}
.message-info a:hover {
  color: #4ba4df;
}
.message-info a:active {
  color: #4ba4df;
}
.message-info > :first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "ï„ª";
  font-family: "Font Awesome 5 Free";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message-error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message-error a {
  color: #233f86;
}
.message-error a:hover {
  color: #4ba4df;
}
.message-error a:active {
  color: #4ba4df;
}
.message-error > :first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: "ï„ª";
  font-family: "Font Awesome 5 Free";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message-warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message-warning a {
  color: #233f86;
}
.message-warning a:hover {
  color: #4ba4df;
}
.message-warning a:active {
  color: #4ba4df;
}
.message-warning > :first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "ï„ª";
  font-family: "Font Awesome 5 Free";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message-notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message-notice a {
  color: #233f86;
}
.message-notice a:hover {
  color: #4ba4df;
}
.message-notice a:active {
  color: #4ba4df;
}
.message-notice > :first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: "ï„ª";
  font-family: "Font Awesome 5 Free";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message-success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message-success a {
  color: #233f86;
}
.message-success a:hover {
  color: #4ba4df;
}
.message-success a:active {
  color: #4ba4df;
}
.message-success > :first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.modals-overlay {
  z-index: 1000;
  background-color: rgba(20, 20, 20, 0.37);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  opacity: 1;
  transition: opacity .3s ease;
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 14.8rem;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: visible;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: calc(-12.9rem);
  margin-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
  pointer-events: none;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-top: auto;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:focus,
.modal-popup .action-close:active,
.modal-slide .action-close:focus,
.modal-slide .action-close:active {
  background: 0 0;
  border: 0;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: 0 0;
  border: 0;
}
.modal-custom .action-close.disabled,
.modal-custom .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
.modal-popup .action-close.disabled,
.modal-popup .action-close[disabled],
fieldset[disabled] .modal-popup .action-close,
.modal-slide .action-close.disabled,
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-slide .action-close {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  content: "ï€";
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-custom .action-close.active:before,
.modal-popup .action-close:active:before,
.modal-popup .action-close.active:before,
.modal-slide .action-close:active:before,
.modal-slide .action-close.active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s,opacity .3s ease;
    left: 14.8rem;
    z-index: 900;
  }
  .custom-slide._show {
    opacity: 1;
    transition: opacity .3s ease;
    visibility: visible;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(20, 20, 20, 0.37);
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
.navigation {
  background: rgba(0, 0, 0, 0);
  border-bottom: none;
  color: #eee;
  display: none;
  margin: 0;
  z-index: 1002;
}
@media only screen and (min-width: 768px) {
  .navigation {
    box-shadow: inset 0 2px 4px 0 #f2f2f2,0 2px 4px 0 #f2f2f2;
    display: block !important;
    z-index: 500;
  }
}
.navigation ul {
  margin: 0;
}
.navigation ul > li {
  margin-bottom: 0;
}
.navigation__container {
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .navigation__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1280px) {
  .navigation__container {
    position: static;
  }
}
.navigation__list {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .navigation__list {
    background-color: rgba(0, 0, 0, 0);
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}
.navigation__inner-list {
  background-color: #f2f2f2;
  list-style: none;
  padding: 0;
}
.navigation__inner-list--level1 {
  border-top: 0;
  box-shadow: none;
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .navigation__inner-list--level1 {
    box-shadow: 0 1.25px 1.875px 0 rgba(0, 0, 0, 0.08);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
}
@media only screen and (min-width: 1280px) {
  .navigation__inner-list--level1 {
    top: auto;
  }
}
.navigation__inner-list--level2 {
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .navigation__inner-list--level2 {
    padding: 0 20px;
  }
}
.navigation__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .navigation__item {
    border-bottom: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none;
    padding: 0;
    position: static;
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .navigation__item {
    display: block;
  }
}
.navigation__item:nth-child(even) {
  border-left: 1px solid #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .navigation__item:nth-child(even) {
    border-left: 0;
  }
}
.navigation__item:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .navigation__item:hover {
    box-shadow: inset 0 -3px 0 0 #3d5999;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item--parent:hover .navigation__inner-list--level1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 500px;
    transition: max-height 0.75s ease-in;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item--parent:hover .navigation__inner-item {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item--parent:hover .navigation__inner-item--all {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item.yellow .navigation__link {
    background-color: #f7d656;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item a:before {
    display: none !important;
  }
}
.navigation__item.gift a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤œ";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.free-delivery a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤€";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.in-store-pickup a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.local-delivery a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤‚";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.blog a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤…";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.christmas a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤“";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.flexible-shipping a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤¡";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.stores a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤²";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.customer-service a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥„";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.heart a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥‰";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.lamp a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥Š";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.nordic-design a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.bedroom a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.bathroom a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤Œ";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.office a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤³";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.living-room a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥‹";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.dining-room a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¥†";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.storage a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤±";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.curtains-blinds a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤¶";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.accessories a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤Ÿ";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.outdoor a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤¨";
  font-family: "jysk-icons";
  display: block;
}
.navigation__item.sale a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 40px;
  content: "î¤";
  font-family: "jysk-icons";
  display: block;
}
.navigation__inner-item {
  display: block;
}
.navigation__inner-item--parent {
  padding: 10px 0;
}
.navigation__inner-item--parent > .navigation__inner-link {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.navigation__inner-item--image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 0 112px;
}
.navigation__inner-item--image img {
  width: auto;
}
.navigation__inner-item--level1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 192px;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .navigation__inner-item--level1 {
    max-width: 256px;
  }
}
@media only screen and (min-width: 1280px) {
  .navigation__inner-item--level1 {
    max-width: 320px;
  }
}
.navigation__inner-item--level1 > .navigation__inner-link {
  display: none;
}
.navigation__inner-item--level2 + .navigation__inner-item {
  margin-top: 10px;
}
.navigation__inner-item--all {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation__inner-item--all {
    display: none;
  }
}
.navigation__inner-item--all + .navigation__inner-item {
  margin-top: 0;
}
.navigation__link {
  border-radius: 3px;
  color: #666;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.navigation__link:visited {
  color: #666;
  text-decoration: none;
}
.navigation__link:hover {
  color: #666;
  text-decoration: none;
}
.navigation__link:active {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .navigation__link {
    font-size: 1.3rem;
    font-weight: 600;
    height: calc(90%);
    margin: 5px 0;
    padding: 10px 5px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation__link {
    font-size: 1.4rem;
  }
}
.navigation__inner-link {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #666;
  text-decoration: none;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.navigation__inner-link:visited {
  color: #666;
  text-decoration: none;
}
.navigation__inner-link:hover {
  color: #666;
  text-decoration: none;
}
.navigation__inner-link:active {
  color: #666;
  text-decoration: none;
}
.navigation__column-hidden > .navigation__inner-link {
  display: none;
}
.nav-toggle {
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
  font-size: 0;
  padding: 19px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:before,
.nav-toggle:after {
  content: '';
}
.nav-toggle > span,
.nav-toggle:before,
.nav-toggle:after {
  background: #666;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 23px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #233f86;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #233f86;
}
.pages a.page:hover {
  color: #4ba4df;
  text-decoration: none;
}
.pages a.page:active {
  color: #f7d656;
}
.pages strong.page {
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 32px;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages strong .action {
  background: 0 0;
  border: 0;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  width: 34px;
}
.pages strong .action:visited {
  color: #7d7d7d;
}
.pages strong .action:hover {
  background: 0 0;
  border: 0;
  color: #7d7d7d;
  text-decoration: none;
}
.pages strong .action:active {
  background: 0 0;
  border: 0;
  color: #7d7d7d;
}
.pages strong .action.next {
  display: inline-block;
  text-decoration: none;
  margin-left: 12px;
}
.pages strong .action.next:visited:before {
  color: #7d7d7d;
}
.pages strong .action.next:active:before {
  color: #7d7d7d;
}
.pages strong .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages strong .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 32px;
  color: #7d7d7d;
  content: "ï„…";
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages strong .action.next:hover:before {
  color: #7d7d7d;
}
.pages strong .action.next:active:before,
.pages strong .action.next.active:before {
  color: #7d7d7d;
}
.pages strong .action.previous {
  display: inline-block;
  text-decoration: none;
  margin-right: 12px;
}
.pages strong .action.previous:visited:before {
  color: #7d7d7d;
}
.pages strong .action.previous:active:before {
  color: #7d7d7d;
}
.pages strong .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages strong .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 32px;
  color: #7d7d7d;
  content: "ï“";
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages strong .action.previous:hover:before {
  color: #7d7d7d;
}
.pages strong .action.previous:active:before,
.pages strong .action.previous.active:before {
  color: #7d7d7d;
}
.price {
  color: #000;
  font-weight: 700;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  font-size: 1.8rem;
  display: block;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-right: 12px;
  position: relative;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "ï·";
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  font-size: 1.8rem;
  display: block;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  font-size: 1.1rem;
  content: attr(data-label) ": ";
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.special-price .price-label,
.old-price .price-label {
  display: none;
}
.regular-price-label {
  margin-right: 0;
  vertical-align: text-bottom;
}
.sw-slider-slide {
  position: relative;
}
.sw-slider-slide:not(:first-child) {
  display: none;
}
.sw-slider-products .product-item-info {
  background: #fff;
  padding: 10px;
}
.sw-slider-text {
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  margin: 2em 4em;
  padding: 1em;
  position: absolute;
  top: 0;
}
.sw-slider-text.a-right {
  text-align: right;
}
.sw-slider-text.a-left {
  text-align: left;
}
.sw-slider-text.a-center {
  text-align: center;
}
.slick-slider {
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-list:focus {
  outline: none;
}
.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide img.full-width {
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
[dir=rtl] .slick-prev:before {
  content: 'â†’';
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: 'â†';
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'slick';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  z-index: 50;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: 0 0;
  border: 0;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}
.slick-prev {
  left: 25px;
}
.slick-prev:before {
  content: 'â†';
}
.slick-next {
  right: 25px;
}
.slick-next:before {
  content: 'â†’';
}
button.slick-prev,
button.slick-next {
  box-shadow: none;
}
.slick-dots {
  bottom: -45px;
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:before {
  color: #000;
  content: 'â€¢';
  font-family: 'slick';
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}
div .sw-slider {
  display: none;
  margin: 0 auto;
  max-width: 1140px;
}
@media (min-width: 768px) {
  div .sw-slider {
    display: block;
  }
}
div .sw-slider-mobile {
  display: block;
}
@media (min-width: 768px) {
  div .sw-slider-mobile {
    display: none;
  }
}
div .sw-slider-mobile img {
  width: 100%;
}
div .sw-slider-mobile .slick-slide img {
  width: 100%;
}
div.column.main > .slick-slider {
  margin: 0 auto;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: 0;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: 0;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
  display: none;
  position: absolute;
  text-align: left;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .columns {
    display: block;
  }
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns .column.main {
    min-height: 300px;
  }
  .page-layout-1column .columns .column.main {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-3columns .columns .column.main {
    width: 66.66667%;
    display: inline-block;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .columns .column.main {
    width: 83.33333%;
    float: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .columns .column.main {
    width: 83.33333%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .columns .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .columns .sidebar-main {
    width: 16.66667%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 16.66667%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .columns .sidebar-main {
    width: 16.66667%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .page-layout-2columns-right .columns .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .columns .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .columns .sidebar-additional {
    width: 16.66667%;
    float: right;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .columns .sidebar-additional {
    width: 16.66667%;
    float: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .columns .sidebar-additional {
    width: 16.66667%;
    float: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .columns .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
}
.container,
.page-title-container,
.page.messages {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container,
  .page-title-container,
  .page.messages {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.customer-account-login .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.customer-account-login .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-create .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.customer-account-create .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-createpassword .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.customer-account-createpassword .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-forgotpassword .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.customer-account-forgotpassword .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-logoutsuccess .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.customer-account-logoutsuccess .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.catalog-category-view .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.checkout-cart-index .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.blog .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.blog .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.checkout-index-index .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.checkout-onepage-success .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.checkout-onepage-success .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.account .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.account .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.cms-page-view .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.cms-page-view .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.cms-no-route .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.cms-no-route .page-main .page-title-container {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper > .widget,
.block.category.event,
.top-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper > .widget,
  .block.category.event,
  .top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-main {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
.account .page-main,
.cms-privacy-policy .page-main {
  padding-top: 41px;
  position: relative;
}
.page-main > .page-title-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
.breadcrumbs ~ .page-main > .page-title-container {
  margin-top: 0;
}
.page-header {
  margin-bottom: 10px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .page-header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header .panel.wrapper {
    background: #3d5999;
    color: #fff;
  }
}
.page-header .panel.wrapper a {
  color: #666;
}
@media only screen and (min-width: 1024px) {
  .page-header .panel.wrapper a {
    color: #fff;
  }
}
.page-header .panel.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 1.1rem;
  line-height: 2rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .page-header .panel.header {
    font-size: 1.2rem;
    min-height: 40px;
  }
}
.page-header .panel.header .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 61px;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  text-align: right;
  text-transform: uppercase;
}
.page-header .panel.header .header.links > li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .page-header .panel.header .header.links {
    min-height: auto;
    text-transform: none;
  }
}
.page-header .panel.header .header.links > li {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 480px) {
  .page-header .panel.header .header.links > li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-header .panel.header .header.links > li {
    margin-left: 10px;
  }
}
.page-header .panel.header .header.links > li.customer-account {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
.page-header .panel.header .header.links > li.customer-account:before,
.page-header .panel.header .header.links > li.customer-account:after {
  content: '';
  display: table;
}
.page-header .panel.header .header.links > li.customer-account:after {
  clear: both;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "î¤¸";
  font-family: "jysk-icons";
  margin: 0 0 0 2px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:active:after,
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "î¤¹";
  font-family: "jysk-icons";
  margin: 0 0 0 2px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active:hover:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active:active:after,
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav.active.active:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "î¤¹";
  font-family: "jysk-icons";
  margin: 0 0 0 2px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover:hover:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover:active:after,
.page-header .panel.header .header.links > li.customer-account .customer-account-toggle-nav:hover.active:after {
  color: inherit;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 2px solid #f2f2f2;
  margin-top: 0;
  min-width: 100px;
  width: auto;
  z-index: 1002;
  top: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: none;
  position: absolute;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f2f2f2;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav li:first-child {
  border: 0;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.header .header.links > li.customer-account.active {
  overflow: visible;
}
.page-header .panel.header .header.links > li.customer-account.active .customer-account-nav {
  display: block;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav {
  left: 0;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header .panel.header .header.links > li.customer-account .customer-account-nav ul li a {
  color: #666;
  display: inline-block;
  height: 100%;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.page-header .panel.header .header.links > li.customer-account:hover .customer-account-nav {
  display: inline-block;
}
.page-header .panel.header .header.links > li > a {
  white-space: nowrap;
}
.page-header .panel.header .header.links .flyer-link {
  display: block;
  text-decoration: none;
}
.page-header .panel.header .header.links .flyer-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 1;
  color: inherit;
  content: "î¤";
  font-family: "jysk-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links .find-a-store-link {
  display: block;
  text-decoration: none;
}
.page-header .panel.header .header.links .find-a-store-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 1;
  color: inherit;
  content: "î¤²";
  font-family: "jysk-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links a.authorization-link,
.page-header .panel.header .header.links .customer-account-toggle-nav {
  display: block;
  text-decoration: none;
}
.page-header .panel.header .header.links a.authorization-link:before,
.page-header .panel.header .header.links .customer-account-toggle-nav:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 1;
  color: inherit;
  content: "î¤«";
  font-family: "jysk-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.header .header.links .flyer-link,
.page-header .panel.header .header.links .find-a-store-link,
.page-header .panel.header .header.links a.authorization-link,
.page-header .panel.header .header.links .customer-account-toggle-nav {
  font-size: .9rem;
}
@media only screen and (min-width: 480px) {
  .page-header .panel.header .header.links .flyer-link,
  .page-header .panel.header .header.links .find-a-store-link,
  .page-header .panel.header .header.links a.authorization-link,
  .page-header .panel.header .header.links .customer-account-toggle-nav {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .panel.header .header.links .flyer-link,
  .page-header .panel.header .header.links .find-a-store-link,
  .page-header .panel.header .header.links a.authorization-link,
  .page-header .panel.header .header.links .customer-account-toggle-nav {
    font-size: 1.2rem;
  }
}
.page-header .panel.header .header.links .flyer-link:before,
.page-header .panel.header .header.links .find-a-store-link:before,
.page-header .panel.header .header.links a.authorization-link:before,
.page-header .panel.header .header.links .customer-account-toggle-nav:before {
  display: block;
  line-height: 20px;
}
@media only screen and (min-width: 480px) {
  .page-header .panel.header .header.links .flyer-link:before,
  .page-header .panel.header .header.links .find-a-store-link:before,
  .page-header .panel.header .header.links a.authorization-link:before,
  .page-header .panel.header .header.links .customer-account-toggle-nav:before {
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px;
  }
}
.page-header .panel.header .header.links .customer-account-toggle-nav {
  cursor: pointer;
}
.page-header .panel.header .switcher {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  font-size: 1.8rem;
  min-height: 60px;
}
@media only screen and (min-width: 1024px) {
  .page-header .panel.header .switcher {
    font-size: 1.2rem;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-height: auto;
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
}
.page-header .panel.header .header-notice {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3d5999;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30px;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-header .panel.header .header-notice {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background: 0 0;
    min-height: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.page-header .panel.header .header-notice p {
  margin-bottom: 0;
}
.page-header .panel.header .header-notice a {
  color: #fff;
  text-decoration: underline;
}
.page-header .header-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  position: relative;
  z-index: 900;
}
@media only screen and (min-width: 768px) {
  .page-header .header-main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-header .header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid #f5f5f5;
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content {
    min-height: 80px;
  }
}
.page-header .header.content .header-right,
.page-header .header.content .logo {
  padding-bottom: 10px;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .header-right,
  .page-header .header.content .logo {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.page-header .header.content .logo {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .logo {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
  }
}
.page-header .header.content .logo img {
  width: 65px;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .logo img {
    width: 110px;
  }
}
.page-header .header.content .header-right {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-order: 30;
  -ms-flex-order: 30;
  order: 30;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .header-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.page-header .switcher.switcher-language {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .switcher.switcher-language .switcher-trigger {
  display: none;
  margin-left: 2px;
}
.page-header .switcher.switcher-language .options ul.dropdown {
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .page-header .switcher.switcher-language .options ul.dropdown {
    font-size: 1.2rem;
  }
}
.page-header .switcher.switcher-language .options ul.dropdown a {
  color: #666;
  display: block;
  padding: 8px 0;
}
@media only screen and (min-width: 1024px) {
  .page-header .switcher.switcher-language .options ul.dropdown a {
    color: #fff;
  }
}
.page-header .switcher.switcher-language .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li {
  margin: 0;
}
.page-header .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher strong {
  font-weight: 400;
}
.page-footer {
  background-color: #f5f5f5;
}
.page-footer .footer-bottom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .page-footer .footer-bottom {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.page-footer .copyright {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
}
@media only screen and (min-width: 768px) {
  .page-footer .copyright {
    min-height: 120px;
    padding-right: 140px;
  }
}
.aw_advanced_reviews-subscriber-edit .page-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.aw_advanced_reviews-subscriber-edit .column.main {
  margin-top: 20px;
}
.aw-ar__review-list .add-comment {
  cursor: pointer;
  font: 13px 600;
}
.aw-ar__review-list .comment {
  margin: 20px 0 0;
}
.aw-ar__review-list .comment-wrapper {
  border-left: 1px solid #dadada;
  padding: 0 15px;
  position: relative;
}
.aw-ar__review-list .comment-wrapper .nickname {
  font-size: 13px;
  font-weight: 600;
  padding-right: 80px;
}
.aw-ar__review-list .comment-wrapper.admin-comment {
  border: 0;
  border-radius: 3px;
  margin-left: 30px;
  padding: 15px;
}
.aw-ar__review-list .comment-wrapper.admin-comment .comment-date {
  top: 15px;
}
.aw-ar__review-list .comment-date {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 3px;
}
.aw-ar__review-list .comment-content {
  font-size: 13px;
  margin-top: 10px;
  white-space: pre-line;
}
.aw-ar__review-list .comments .report-abuse {
  float: none;
  margin-top: 10px;
}
.aw-ar__review-list .comments-block .actions-toolbar {
  margin-top: 20px;
}
.aw-ar__review-list .comments-block .form-container {
  margin-top: 20px;
}
.aw-ar__review-list .comments-block .form-container .aw-ar-wrapper-fieldset {
  margin-top: 15px;
  padding: 0;
}
.translate-block-wrapper.translate-comment {
  background: #f8f8f8;
  margin: 15px 0;
  padding: 10px;
}
.translate-block-wrapper .btn.secondary.translate.hidden,
.translate-block-wrapper .btn.secondary.original.hidden {
  display: none;
}
.translate-block-wrapper .btn.secondary.translate.comment,
.translate-block-wrapper .btn.secondary.original.comment {
  margin: 0;
}
.translate-block-wrapper.translate-review {
  background: #f8f8f8;
  margin: 15px 0;
  padding: 10px;
}
.translate-block-wrapper .btn.secondary.translate.hidden,
.translate-block-wrapper .btn.secondary.original.hidden {
  display: none;
}
.aw-ar__review-list-column-main-middle.content .data-grid-cell-content-wrapper {
  width: 97%;
}
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-order: 50;
  -ms-flex-order: 50;
  order: 50;
}
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] .review-summary-actions {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] .review-summary-actions .action {
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 1.2rem;
  display: none;
  margin-left: 20px;
  text-decoration: underline;
}
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] .review-summary-actions .action:hover,
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] .review-summary-actions .action:focus {
  background: 0 0;
  border: 0;
}
.catalog-product-view .page-title-container [data-role=aw-ar-product-summary-container] .review-summary-actions .action:first-child {
  display: inline-block;
}
.catalog-product-view .page-title-container .aw-ar-rating .rating {
  color: #f5a623;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .aw-ar-rating-container {
  font-size: 1.6rem;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .title {
  margin-bottom: 10px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .title h2 {
  font-size: 2rem;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aw-ar-rating-container.rating {
  color: #f5a623;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aw-ar-wrapper-fieldset {
  margin-top: 20px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aw-ar-wrapper-fieldset .aw-ar__file-uploader {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view {
  margin-bottom: 20px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view .not-editable {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view .not-editable .tooltip-rating {
  font-size: 1.1rem;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view .not-editable .tooltip-rating:before {
  content: '|';
  padding: 0 5px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view .not-editable .reviews-count {
  -webkit-flex-grow: .005;
  -ms-flex-positive: .005;
  flex-grow: .005;
  font-size: 1.1rem;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aggregated-rating-view .not-editable .reviews-count:before {
  content: '';
  padding: 0 5px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-header .aw-ar-write-review-control button {
  padding: 9px 40px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__data-grid-filters-wrap {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-sorting {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items {
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-sidebar-main {
  border-left: 1px solid #c9c9c9;
  -webkit-order: 30;
  -ms-flex-order: 30;
  order: 30;
  padding-left: 10px;
  width: 20%;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-sidebar-main .data-grid-cell-content.nickname .label:after {
  content: ':';
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-sidebar-main .product_recommended {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
  width: 100%;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main .review-helpful-report-wrapper {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main .data-grid-cell-content.rating-list {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main .data-grid-cell-content.created_at {
  color: #ccc;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.1rem;
  margin-bottom: 10px;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main .data-grid-cell-content.summary {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: uppercase;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main .data-grid-cell-content.content {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  padding-right: 20px;
  white-space: pre-wrap;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main-middle {
  width: 100%;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list .review-items .review-item .review-item-info .aw-ar__review-list-column-main-middle .data-grid-cell-content.review-data {
  white-space: pre-wrap;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .right-column {
  display: none;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column {
  text-align: center;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column .review-nav-wrap {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column .review-nav-wrap .control-text {
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin: 0 10px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column .review-nav-wrap .control-support-text {
  margin-right: 10px;
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column .review-nav-wrap .action-previous:after {
  content: '<';
}
.catalog-product-view [data-role=aw-ar-product-view-review-container] .container-body .aw-ar__review-list-nav .left-column .review-nav-wrap .action-next:after {
  content: '>';
}
.products-list .product-item [data-role=aw-ar-product-summary-container] {
  margin-bottom: 10px;
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
}
.products-grid .product-item [data-role=aw-ar-product-summary-container] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 7px;
  -webkit-order: -9;
  -ms-flex-order: -9;
  order: -9;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .products-grid .product-item [data-role=aw-ar-product-summary-container] {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.aw-ar-rating {
  line-height: 1;
}
.aw-ar-rating-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  text-rendering: auto;
  font-size: inherit;
  font-family: "jysk-icons";
  color: #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.aw-ar-rating-container:before {
  content: "î¤„";
}
.aw-ar-rating .rating {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  text-rendering: auto;
  font-size: inherit;
  font-family: "jysk-icons";
  color: #f7d656;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
}
.aw-ar-rating .rating:before {
  content: "î¤„";
}
.aw-advanced-reviews-summary-container {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-advanced-reviews-summary-container .review-summary-actions .action {
  background: 0 0;
  border: 0;
  padding: 0;
  margin-left: 5px;
}
.aw-advanced-reviews-summary-container .review-summary-actions .action:hover,
.aw-advanced-reviews-summary-container .review-summary-actions .action:focus {
  background: 0 0;
  border: 0;
}
.aw-ar-review-summary .aggregated-rating-absolute {
  display: none;
}
.aw-ar-review-summary {
  padding: 0 10px 20px;
}
.aw-ar-review-summary .column-summary {
  margin-top: 20px;
}
.aw-ar-review-summary .column-summary .recommend-customers {
  color: #707070;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.aw-ar-review-summary .column-summary .recommend-customers .percent {
  float: left;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 5px;
}
.aw-ar-review-summary .column-summary .recommend-customers .recommend-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 162px;
}
.aw-ar-rating .ratings-controls-container {
  font-size: 0;
}
.aw-ar-rating .ratings-controls-container label {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 37px;
}
.aw-ar-rating .ratings-controls-container label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199,199,199,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
  content: '';
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.aw-ar-rating .ratings-controls-container label._checked:before,
.aw-ar-rating .ratings-controls-container label._hovered:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22rgba(247,214,86,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857c0%20.04.005.085.013.12.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 32px 32px;
  content: '';
}
.aw-ar-rating .ratings-controls-container .rating-tooltip {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
  vertical-align: middle;
}
.aw-ar-rating .ratings-controls-container._checked label._hovered:not(._checked):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199,199,199,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E");
  content: '';
}
.detailed-summary {
  width: -webkit-max-content;
  width: max-content;
}
.detailed-summary .rating-value-row {
  cursor: pointer;
  margin-bottom: 5px;
}
.detailed-summary .rating-value-row:last-child {
  margin-bottom: 0;
}
.detailed-summary .rating-value-row._active .rating-value-label,
.detailed-summary .rating-value-row._active .rating-value-reviews-percent,
.detailed-summary .rating-value-row._active .rating-value-reviews-count {
  color: #f7d656;
}
.detailed-summary .rating-value-label {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 5px;
  text-align: right;
  width: 55px;
}
.detailed-summary .rating-value-reviews-count {
  color: #333;
}
.detailed-summary .rating-value-reviews-percent,
.detailed-summary .rating-value-reviews-count {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.detailed-summary .rating-bar {
  background-color: #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  width: 125px;
}
.detailed-summary .rating-bar .progress-bar {
  background-color: #f7d656;
  border-radius: 5px;
  display: inline-block;
  height: 6px;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  .aw-ar-review-form .field .control .aw-ar-rating .ratings-controls-container {
    padding-bottom: 0;
  }
  .aw-ar-rating .ratings-controls-container .rating-tooltip {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .aw-ar-review-summary .detailed-summary {
    width: auto;
  }
  .aw-ar-review-summary .detailed-summary .rating-bar {
    width: 100%;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-label {
    min-width: 55px;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-reviews-count {
    margin-right: 5px;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-reviews-percent {
    min-width: 41px;
    text-align: left;
  }
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .-selected.billing-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .-selected.billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .-selected.shipping-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .-selected.shipping-address-details,
.amcheckout-step-container .shipping-address-items .-selected.shipping-address-item,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .-selected.amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .-selected.payment-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #233f86;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n+2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n+2),
  .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details:nth-last-child(-n+2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n+2),
  .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:nth-last-child(-n+2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n+2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n+2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.checkout-index-index.amcheckout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index.amcheckout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index.amcheckout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index.amcheckout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n+1):before {
  display: block;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n+1):before {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index.amcheckout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index.amcheckout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index.amcheckout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 1170px;
  z-index: 999;
}
.checkout-index-index.amcheckout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index.amcheckout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index.amcheckout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index.amcheckout-index-index .checkout-block {
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
  transition: box-shadow 0.5s;
}
.checkout-index-index.amcheckout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index.amcheckout-index-index .am-checkout {
  margin: 0;
  padding: 12px;
}
.checkout-index-index.amcheckout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index.amcheckout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index.amcheckout-index-index .additional-options .checkout-agreements .action-show {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index.amcheckout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index.amcheckout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index.amcheckout-index-index .am-gift-message .edit-link {
  color: #1979c3;
  cursor: pointer;
  display: none;
}
.checkout-index-index.amcheckout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index.amcheckout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field {
  box-sizing: border-box;
  float: left;
  padding-top: 4px;
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index.amcheckout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index.amcheckout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-inner-spin-button,
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items input[type=number]:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items .delete {
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  padding: 3px;
  width: 7px;
}
.checkout-index-index.amcheckout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
@media (min-width: 900px) {
  .checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index.amcheckout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index.amcheckout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index.amcheckout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: 0 0;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 700;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
@media (min-width: 640px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
}
.am-checkout.-modern {
  background: 0 0;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern.-layout-2columns .amcheckout-column.-main {
    max-width: 565px;
  }
}
.am-checkout.-modern.-layout-2columns .amcheckout-column:first-of-type {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern.-layout-2columns .amcheckout-column:first-of-type {
    margin-top: 29px;
  }
}
.am-checkout.-modern .checkout-header {
  display: none;
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #233f86;
  border-radius: 2px;
  color: #fff;
  height: auto;
  padding: 5px 20px;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #666;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 20px 0 0;
}
.amcheckout-step-container {
  font-size: 1.6rem;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container div.amcheckout-title {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 16px;
}
@media only screen and (min-width: 768px) {
  .amcheckout-step-container div.amcheckout-title {
    padding: 14px 32px;
  }
}
.amcheckout-step-container p.amcheckout-title {
  padding-right: 10px;
}
.amcheckout-step-container .amcheckout-title {
  color: #666;
  cursor: default;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .amcheckout-step-container .amcheckout-title {
    font-size: 2rem;
  }
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #233f86;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #335cc3;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #233f86;
  border-right: 2px solid #233f86;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 22px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  background: #233f86;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type=number]:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type=text],
.amcheckout-step-container input[type=password],
.amcheckout-step-container input[type=url],
.amcheckout-step-container input[type=tel],
.amcheckout-step-container input[type=search],
.amcheckout-step-container input[type=number],
.amcheckout-step-container input[type=datetime],
.amcheckout-step-container input[type=email],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 1.6rem;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type=checkbox],
.amcheckout-step-container input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type=checkbox] + label,
.amcheckout-step-container input[type=radio] + label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcheckout-step-container input[type=checkbox] + label span:only-child,
.amcheckout-step-container input[type=radio] + label span:only-child {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container input[type=checkbox] + label:before,
.amcheckout-step-container input[type=radio] + label:before {
  background: #fff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 8px 0 0;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
}
.amcheckout-step-container input[type=checkbox] + label:hover:before,
.amcheckout-step-container input[type=radio] + label:hover:before,
.amcheckout-step-container input[type=checkbox]:checked + label:before,
.amcheckout-step-container input[type=radio]:checked + label:before {
  border-color: #233f86;
}
.amcheckout-step-container input[type=checkbox] + label:before {
  border-radius: 3px;
}
.amcheckout-step-container input[type=checkbox]:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+CiAgICA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSIjMjMzRjg2Ii8+CiAgICA8cGF0aCBkPSJNNSAxMGw0IDQgNi03IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type=radio] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type=radio]:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: "calc(50% - 7px)";
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #233f86;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit {
  background: 0 0;
  color: #4e4e4e;
  font-size: 1.6rem;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:hover {
  color: #233f86;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: 0 0;
  color: #233f86;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > :not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 1.4rem;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  font-size: 0;
  margin: 0;
  padding: 0 12px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 1.4rem;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .amcheckout-main-container.-layout-2columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    width: "calc(50% - 7px)";
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: 0 0;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-column,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-column,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-column.-main,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-column.-main,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-column.-main {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-column.-sidebar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-column.-sidebar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-column.-sidebar {
    transition: all 0.3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-column.-sidebar.-sticky,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-column.-sidebar.-sticky,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container.-summary {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f2f2f2;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
}
@media only screen and (min-width: 1484px) {
  .amcheckout-index-index .page-main {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .amcheckout-index-index .checkout-messages {
    max-width: 565px;
  }
}
.am-checkout.-modern .amcheckout-step-container .amcheckout-icon,
.am-checkout.-modern .amcheckout-step-container .selected-store-details,
.am-checkout.-modern .amcheckout-step-container .selected-shipping-address-details,
.am-checkout.-modern .amcheckout-step-container .selected-shipping-method-details {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-method .edit-block-button {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-method.saved .edit-block-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-method.saved .selected-shipping-method-details {
  display: block;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address .edit-block-button {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address.saved {
  border: none;
  position: relative;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address.saved .amcheckout-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address.saved .edit-block-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address.saved .selected-shipping-address-details {
  display: block;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-address.saved .step-content {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-store-select-bopis .edit-block-button {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-store-select-bopis.saved {
  margin: 0;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-store-select-bopis.saved .step-bopis-title,
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-store-select-bopis.saved .store-selector__list {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-shipping-store-select-bopis.saved .selected-store-details {
  display: block;
}
.am-checkout.-modern .amcheckout-step-container .checkout-billing-address.bopis {
  position: relative;
}
.am-checkout.-modern .amcheckout-step-container .checkout-billing-address.bopis .form-login {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .checkout-billing-address.bopis.shipping-saved .form-login {
  display: block;
}
.am-checkout.-modern .amcheckout-step-container .checkout-billing-address.bopis.saved .form-login {
  display: none;
}
.am-checkout.-modern .amcheckout-step-container .mixed-checkout-process.saved {
  display: none;
}
.am-checkout.-modern .checkout-billing-address.bopis {
  border: 2px solid #f2f2f2;
  border-radius: 8px 8px 5px 5px;
  margin-bottom: 20px;
}
.am-checkout.-modern .checkout-billing-address.bopis .amcheckout-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.am-checkout.-modern .checkout-billing-address.bopis .fieldset:not(.address) {
  padding: 0 14px 20px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.bopis .fieldset:not(.address) {
    padding: 0 32px 32px;
  }
}
.am-checkout.-modern .checkout-billing-address.bopis .fieldset:not(.form-not-visible) .field-select-billing {
  margin-bottom: 0;
}
.am-checkout.-modern .checkout-billing-address.bopis .field-select-billing {
  margin-bottom: 22px;
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.bopis .field-select-billing {
    margin-bottom: 38px;
    padding-top: 38px;
  }
}
.am-checkout.-modern .checkout-billing-address.bopis .field-select-billing.no-options {
  padding-top: 0;
}
.am-checkout.-modern .checkout-billing-address.bopis .field-select-billing:not(.no-options) {
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.bopis .field-select-billing:not(.no-options) {
    margin-bottom: 24px;
  }
}
.am-checkout.-modern .checkout-billing-address.bopis .form-login .fieldset {
  padding: 22px 14px 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.bopis .form-login .fieldset {
    padding: 0 32px 0;
  }
}
.am-checkout.-modern .checkout-billing-address.bopis .form-login .fieldset .field {
  margin-bottom: 0;
}
.am-checkout.-modern .checkout-billing-address.bopis .billing-address-form {
  margin-top: 29px;
}
.am-checkout.-modern .checkout-billing-address.delivery {
  margin: 0;
}
.am-checkout.-modern .checkout-billing-address.delivery div.billing-address-same-as-shipping-block {
  margin: 0;
}
.am-checkout.-modern .checkout-billing-address.delivery div.billing-address-same-as-shipping-block span {
  font-size: 1.4rem;
}
.am-checkout.-modern .checkout-billing-address.delivery.details-not-visible {
  border-bottom: 2px solid #f2f2f2;
  margin-left: -14px;
  margin-right: -14px;
  padding-bottom: 16px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.delivery.details-not-visible {
    margin-left: -32px;
    margin-right: -32px;
    padding-bottom: 19px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.am-checkout.-modern .checkout-billing-address.delivery:not(.details-not-visible) .billing-address-same-as-shipping-block {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.delivery:not(.details-not-visible) .billing-address-same-as-shipping-block {
    padding-bottom: 0;
  }
}
.am-checkout.-modern .checkout-billing-address.delivery .billing-address-details {
  padding-top: 22px;
}
.am-checkout.-modern .checkout-billing-address.delivery .collapsible-company {
  margin-bottom: 16px;
}
.am-checkout.-modern .checkout-billing-address.delivery .field.field-select-billing:not(.no-options) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.delivery .field.field-select-billing:not(.no-options) {
    margin-top: 24px;
  }
}
.am-checkout.-modern .checkout-billing-address .field.field-select-billing {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .field.field-select-billing {
    margin-bottom: 29px;
  }
}
.am-checkout.-modern .checkout-billing-address .field.field-select-billing .label {
  display: none;
}
.am-checkout.-modern .checkout-billing-address .field.field-select-billing select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMSAxTDUgNUw5IDEiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
  background-position-x: calc(83%);
  background-size: 11px 9px;
  font-size: 1.4rem;
  padding-right: 30px;
}
.am-checkout.-modern .checkout-billing-address .actions-toolbar {
  margin-top: 0;
}
.am-checkout.-modern .checkout-billing-address .actions-toolbar > .primary {
  padding: 0;
  width: 100%;
}
.am-checkout.-modern .checkout-billing-address .actions-toolbar > .primary .action-update {
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  height: 44px;
  text-transform: uppercase;
  width: 100%;
}
.am-checkout.-modern .checkout-billing-address .actions-toolbar > .primary .action-update:disabled {
  background: #ccc;
  color: #666;
}
.am-checkout.-modern .checkout-billing-address .actions-toolbar > .primary .action-update:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.am-checkout.-modern .checkout-billing-address .selected-billing-address-details {
  font-size: 1.4rem;
  padding: 14px 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .selected-billing-address-details {
    padding: 16px 32px;
  }
}
.am-checkout.-modern .checkout-billing-address .selected-billing-address-details.delivery {
  padding: 0;
}
.am-checkout.-modern .checkout-billing-address .selected-billing-address-details.delivery.details-visible {
  padding: 16px 0 0;
}
.am-checkout.-modern .checkout-billing-address .selected-billing-address-details.details-not-visible {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .selected-billing-address-details .selected-billing-address {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.am-checkout.-modern .checkout-billing-address .selected-billing-address-details .selected-billing-address__customer-address {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .selected-billing-address-details .selected-billing-address__customer-address {
    min-width: 256px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .selected-billing-address-details .selected-billing-address__customer-contacts {
    padding-left: 21px;
  }
}
.am-checkout.-modern .opc-estimated-wrapper {
  display: none;
}
.am-checkout.-modern .form-login {
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-login {
    padding-top: 38px;
  }
}
.am-checkout.-modern .form-login > fieldset {
  margin-bottom: 0;
}
.am-checkout.-modern .form-login .label {
  left: 19px;
}
.am-checkout.-modern .form-login .field.required {
  margin-bottom: 15px;
}
.am-checkout.-modern .form-login .field-tooltip {
  display: none;
}
.am-checkout.-modern .form-login .note,
.am-checkout.-modern .form-login .hidden-fields {
  display: none !important;
}
.amcheckout-index-index .block-static-block {
  display: none;
}
.amcheckout-index-index header.page-header .header.content {
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1155px;
  min-height: 80px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .header.content {
    min-height: 100px;
  }
}
.amcheckout-index-index header.page-header .header.content .logo {
  padding: 16px 0 16px 14px;
}
.amcheckout-index-index header.page-header .header.content .logo img {
  width: 104px;
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .header.content .logo img {
    width: 113px;
  }
}
.amcheckout-index-index header.page-header .checkout-header-info-wrapper {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
  padding: 16px 14px 16px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .checkout-header-info-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.amcheckout-index-index header.page-header .secure-checkout {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .secure-checkout {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 65px;
  }
}
.amcheckout-index-index header.page-header .secure-checkout__text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 375px) {
  .amcheckout-index-index header.page-header .secure-checkout__text {
    font-size: 2rem;
  }
}
.amcheckout-index-index header.page-header .secure-checkout__text:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE2Ljg3NSA4Ljc1SDE1LjkzNzVWNS45Mzc1QzE1LjkzNzUgMi42NjQwNiAxMy4yNzM0IDAgMTAgMEM2LjcyNjU2IDAgNC4wNjI1IDIuNjY0MDYgNC4wNjI1IDUuOTM3NVY4Ljc1SDMuMTI1QzIuMDg5ODQgOC43NSAxLjI1IDkuNTg5ODQgMS4yNSAxMC42MjVWMTguMTI1QzEuMjUgMTkuMTYwMiAyLjA4OTg0IDIwIDMuMTI1IDIwSDE2Ljg3NUMxNy45MTAyIDIwIDE4Ljc1IDE5LjE2MDIgMTguNzUgMTguMTI1VjEwLjYyNUMxOC43NSA5LjU4OTg0IDE3LjkxMDIgOC43NSAxNi44NzUgOC43NVpNMTIuODEyNSA4Ljc1SDcuMTg3NVY1LjkzNzVDNy4xODc1IDQuMzg2NzIgOC40NDkyMiAzLjEyNSAxMCAzLjEyNUMxMS41NTA4IDMuMTI1IDEyLjgxMjUgNC4zODY3MiAxMi44MTI1IDUuOTM3NVY4Ljc1WiIKICAgICAgICBmaWxsPSIjNjY2NjY2Ii8+Cjwvc3ZnPgo=) center no-repeat;
  content: '';
  height: 20px;
  left: -27px;
  position: absolute;
  top: 0;
  width: 17.5px;
}
@media only screen and (min-width: 375px) {
  .amcheckout-index-index header.page-header .secure-checkout__text:before {
    height: 24px;
    top: 2px;
    width: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .customer-support-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.amcheckout-index-index header.page-header .customer-support-info__text {
  display: none;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .amcheckout-index-index header.page-header .customer-support-info__text {
    display: block;
  }
}
.amcheckout-index-index header.page-header .customer-support-info__telephone {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
}
.amcheckout-index-index .page-main {
  max-width: 1155px;
  padding: 0 12px 148px;
}
.checkout-index-index .grecaptcha-badge {
  display: none !important;
}
.am-checkout.-modern .checkout-payment-method {
  margin-top: -22px;
}
.am-checkout.-modern .opc-payment {
  position: relative;
}
.am-checkout.-modern .opc-payment .step-content {
  border: 2px solid #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 16px 14px 20px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .opc-payment .step-content {
    padding: 32px;
  }
}
.am-checkout.-modern .opc-payment .amcheckout-title.content-visible {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.am-checkout.-modern .opc-payment .amcheckout-wrapper {
  padding: 0;
}
.am-checkout.-modern .opc-payment .no-payments-block {
  margin: 0;
}
.am-checkout.-modern .opc-payment .actions-toolbar .primary {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.am-checkout.-modern .opc-payment .actions-toolbar .primary .action.primary {
  background: #233f86;
  border-radius: 0;
  font-weight: 700;
  height: 44px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.am-checkout.-modern .opc-payment .actions-toolbar .primary .action.primary:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.am-checkout.-modern .amcheckout-payment-methods .payments-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payments-title {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payments-title.bopis {
  padding-top: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  margin-right: 8px;
  min-height: 54px;
  min-width: 94px;
  padding: 5px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:first-child {
  -webkit-flex-basis: calc(42%);
  -ms-flex-preferred-size: calc(42%);
  flex-basis: calc(42%);
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:first-child {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:nth-child(2) {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:nth-child(2) {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 8px;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:last-child {
  margin-right: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button:nth-child(5n+5) {
  margin-right: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.active {
  border: 2px solid #233f86;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.moneris .logo {
  background: url(../icons/payments/credit-card.svg) no-repeat center center;
  height: 12.8px;
  width: 16px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.paypal_express .logo {
  background: url(../icons/payments/paypal.svg) no-repeat center center;
  background-size: contain;
  height: 100%;
  width: 62px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.flxpayment .logo {
  background: url(../icons/payments/flxpayment.png) no-repeat center center;
  background-size: contain;
  height: 100%;
  width: 65px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.paypal_express .title,
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.flxpayment .title {
  display: none;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button .title {
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 5px;
  text-align: center;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method {
  background: 0 0;
  border: none;
  cursor: default;
  display: none;
  margin-bottom: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method .actions-toolbar {
  bottom: 16px;
  position: fixed;
  right: 12px;
  width: calc(76%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payment-method .actions-toolbar {
    position: unset;
    width: 100%;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method._active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payment-method._active {
    padding-top: 16px;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method._active .payment-method-content {
  padding: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method.flxpayment._active {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-payment-methods .payment-method.flxpayment .flx-payment-title {
    margin-bottom: 10px;
  }
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method.flxpayment .actions-toolbar .primary .action.primary {
  background: #e1287e;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method.flxpayment .actions-toolbar .primary .action.primary:hover {
  background: #e75398;
  border: 1px solid #e75398;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method.moneris {
  padding-top: 16px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method .paypal-buttons {
  z-index: 1;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 0;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method .payment-method-title.field.choice {
  display: none;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method .gift-card-information {
  display: none;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method .moneris-iframe {
  height: 187px;
  width: 100%;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-method button.hidden {
  display: none;
}
.am-checkout.-modern .debit-cards-disabled-text {
  font-size: 1.2rem;
  padding: 0 0 6px;
}
.am-checkout.-modern .transaction-ssl-encryption-block .transaction-ssl-encryption-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: -13px;
}
.am-checkout.-modern .transaction-ssl-encryption-block .transaction-ssl-encryption-text:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE2Ljg3NSA4Ljc1SDE1LjkzNzVWNS45Mzc1QzE1LjkzNzUgMi42NjQwNiAxMy4yNzM0IDAgMTAgMEM2LjcyNjU2IDAgNC4wNjI1IDIuNjY0MDYgNC4wNjI1IDUuOTM3NVY4Ljc1SDMuMTI1QzIuMDg5ODQgOC43NSAxLjI1IDkuNTg5ODQgMS4yNSAxMC42MjVWMTguMTI1QzEuMjUgMTkuMTYwMiAyLjA4OTg0IDIwIDMuMTI1IDIwSDE2Ljg3NUMxNy45MTAyIDIwIDE4Ljc1IDE5LjE2MDIgMTguNzUgMTguMTI1VjEwLjYyNUMxOC43NSA5LjU4OTg0IDE3LjkxMDIgOC43NSAxNi44NzUgOC43NVpNMTIuODEyNSA4Ljc1SDcuMTg3NVY1LjkzNzVDNy4xODc1IDQuMzg2NzIgOC40NDkyMiAzLjEyNSAxMCAzLjEyNUMxMS41NTA4IDMuMTI1IDEyLjgxMjUgNC4zODY3MiAxMi44MTI1IDUuOTM3NVY4Ljc1WiIKICAgICAgICBmaWxsPSIjNjY2NjY2Ii8+Cjwvc3ZnPgo=) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 16px;
  width: 14px;
}
.am-checkout.-modern .transaction-ssl-encryption-block .transaction-ssl-encryption-text span {
  padding-left: 7px;
}
@media only screen and (min-width: 391px) {
  .am-checkout.-modern .transaction-ssl-encryption-block.default .transaction-ssl-encryption-text {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 412px) {
  .am-checkout.-modern .transaction-ssl-encryption-block.fr .transaction-ssl-encryption-text {
    margin-top: -30px;
  }
}
.am-checkout.-modern li.checkout-shipping-address.bopis {
  border: none;
}
.am-checkout.-modern li.checkout-shipping-address.bopis .step-content {
  padding: 0;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis {
  margin: 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis {
    margin: 32px 0 12px;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .step-bopis-title {
  margin: 0 0 12px;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .step-title-note {
  color: #666;
  font-size: 1.6rem;
  font-weight: 700;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details {
  border: 2px solid #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  padding: 14px 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details {
    padding: 18px 32px;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__selected-store {
  margin: 0;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-name {
  color: #666;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 6px;
  padding: 0;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-name span {
  font-size: 1.4rem;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-postcode {
  display: block;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-address,
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-city,
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-region,
.am-checkout.-modern .checkout-shipping-store-select-bopis .selected-store-details .store-selector__store-postcode {
  color: #666;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__list {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__list {
    margin-bottom: 5px;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  color: #666;
  margin: 0 0 12px;
  padding: 12px 16px;
}
@media only screen and (min-width: 480px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    max-width: 50%;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store input[type=radio]:checked ~ .checkmark:after,
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store:hover input[type=radio] ~ .checkmark:after,
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store:hover input[type=checkbox] ~ .checkmark:after {
    display: block;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store .checkmark {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  height: 20px;
  left: 14px;
  position: absolute;
  top: 12px;
  width: 20px;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store .checkmark:after {
  background: #233f86;
  border-radius: 50%;
  content: '';
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store.checked {
  border-color: #233f86;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store:nth-child(odd) {
    margin-right: 13px;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 0 26px;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-region {
  float: left;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-address,
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-city,
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-region,
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__store-postcode {
  font-size: 1.2rem;
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__list-load-more {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 4px 0 0 14px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__list-load-more {
    margin: 4px 0 6px 14px;
  }
}
.am-checkout.-modern .checkout-shipping-store-select-bopis .store-selector__list-load-more:hover {
  text-decoration: none;
}
.am-checkout.-modern .opc-payment .field.captcha.required {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .opc-payment .field.captcha.required {
    padding-top: 24px;
  }
}
.am-checkout.-modern .opc-payment .field.captcha.required label span {
  font-size: 1.4rem;
}
.am-checkout.-modern .opc-payment .field.captcha.required .control.captcha button {
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 44px;
  text-transform: uppercase;
  width: 100%;
}
.am-checkout.-modern .opc-payment .field.captcha.required .control.captcha button:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.am-checkout.-modern .opc-payment .field.captcha.required .control.captcha .input-text {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 12px 16px;
}
.amcheckout-index-index .checkout-bottom-cms-block {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -2px 4px #f2f2f2;
  display: none;
  height: 100px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .amcheckout-index-index .checkout-bottom-cms-block {
    display: block;
  }
}
.amcheckout-index-index .checkout-reassurance-block {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1155px;
}
.amcheckout-index-index .checkout-reassurance-block__content {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcheckout-index-index .checkout-reassurance-block__icon {
  padding-right: 12px;
}
.amcheckout-index-index .checkout-reassurance-block__text {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.am-checkout.-modern .checkout-shipping-address:not(.address-list) {
  border: 2px solid #f2f2f2;
  border-radius: 8px 8px 5px 5px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address:not(.address-list) .amcheckout-wrapper {
    padding: 0 0 32px;
  }
}
.am-checkout.-modern .checkout-shipping-address.address-list .amcheckout-wrapper {
  padding: 0;
}
.am-checkout.-modern .checkout-shipping-address.address-list .step-content {
  padding: 0;
}
.am-checkout.-modern .checkout-shipping-address .addresses-title {
  color: #666;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0 12px;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item-wrapper {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item-wrapper.selected-item {
  border-color: #233f86;
}
.am-checkout.-modern .checkout-shipping-address .new-address-wrapper {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 9px 32px 2px;
}
.am-checkout.-modern .checkout-shipping-address .new-address-wrapper .opc-new-shipping-address {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address .new-address-wrapper .opc-new-shipping-address {
    padding-bottom: 32px;
  }
}
.am-checkout.-modern .checkout-shipping-address .new-address-wrapper .opc-new-shipping-address .collapsible-company {
  margin-bottom: 0;
}
.am-checkout.-modern .checkout-shipping-address .new-address-wrapper.new-address-from-visible {
  border-color: #233f86;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item {
  background: #fff;
  border: none;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 14px 70px 14px 40px;
  position: relative;
  width: 100%;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item input[type=radio]:checked ~ .checkmark:after,
.am-checkout.-modern .checkout-shipping-address .shipping-address-item input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .checkout-shipping-address .shipping-address-item:hover input[type=radio] ~ .checkmark:after,
  .am-checkout.-modern .checkout-shipping-address .shipping-address-item:hover input[type=checkbox] ~ .checkmark:after {
    display: block;
  }
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item .checkmark {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  height: 20px;
  left: 14px;
  position: absolute;
  top: 12px;
  width: 20px;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item .checkmark:after {
  background: #233f86;
  border-radius: 50%;
  content: '';
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.am-checkout.-modern .checkout-shipping-address .shipping-address-item:hover {
  box-shadow: none;
}
.am-checkout.-modern .checkout-shipping-address .form-edit-shipping-address {
  margin-top: 35px;
}
.am-checkout.-modern .checkout-shipping-address .shipping-new-address-form {
  margin-bottom: 0;
  margin-top: 38px;
}
.am-checkout.-modern .checkout-shipping-address .form-login ~ .form-shipping-address .shipping-new-address-form {
  margin-top: 7px;
}
.am-checkout.-modern .checkout-shipping-address .opc-new-shipping-address {
  margin-top: 35px;
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address {
  padding: 0 32px 2px;
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .form-edit-shipping-address {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .form-edit-shipping-address {
    padding-bottom: 32px;
  }
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .actions-toolbar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .actions-toolbar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-cancel-edit-address,
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-save-edit-address {
  font-weight: 700;
  min-height: 44px;
  width: 100%;
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-cancel-edit-address {
  background: 0 0;
  border: 1px solid #c2c2c2;
  color: #233f86;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-right: 19px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-cancel-edit-address {
    margin-bottom: 0;
  }
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-cancel-edit-address:focus {
  outline: none;
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-save-edit-address {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.am-checkout.-modern .checkout-shipping-address .opc-edit-shipping-address .action-save-edit-address:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.am-checkout.-modern .checkout-shipping-address .field.addresses {
  margin-bottom: 0;
}
.am-checkout.-modern .checkout-shipping-address .step-content {
  padding: 0 14px 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-address .step-content {
    padding: 0 32px;
  }
}
.am-checkout.-modern .checkout-shipping-address:not(.bopis) .amcheckout-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.am-checkout.-modern .selected-shipping-address-details {
  border: 2px solid #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  font-size: 1.4rem;
  padding: 16px 14px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .selected-shipping-address-details {
    padding: 14px 32px;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .selected-shipping-address-details .selected-shipping-address {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.am-checkout.-modern .selected-shipping-address-details .selected-shipping-address__customer-address {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .selected-shipping-address-details .selected-shipping-address__customer-address {
    min-width: 256px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .selected-shipping-address-details .selected-shipping-address__customer-contacts {
    padding-left: 21px;
  }
}
.am-checkout.-modern .checkout-shipping-method .amcheckout-wrapper {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-shipping-method .amcheckout-wrapper {
    padding-top: 32px;
  }
}
.am-checkout.-modern .checkout-shipping-method .no-quotes-block {
  font-size: 1.4rem;
  margin: 0;
}
.am-checkout.-modern .checkout-shipping-method.saved .amcheckout-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.am-checkout.-modern .selected-shipping-method-details {
  border: 2px solid #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  font-size: 1.4rem;
  padding: 16px 14px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .selected-shipping-method-details {
    padding: 14px 32px;
  }
}
.am-checkout.-modern .selected-shipping-method-details .selected-shipping-method__carrier-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4px;
}
.am-checkout.-modern .selected-shipping-method-details .selected-shipping-method__method-title {
  font-size: 1.2rem;
}
.am-checkout.-modern .amcheckout-shipping-methods {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method {
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 12px 16px;
  width: 100%;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method:hover {
  box-shadow: none;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method.-selected {
  border-color: #233f86;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method:last-of-type {
    margin-bottom: 16px;
  }
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title) {
  margin-right: 6px;
  position: relative;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title) input[type=radio]:checked ~ .checkmark:after,
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title) input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title):hover input[type=radio] ~ .checkmark:after,
  .am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title):hover input[type=checkbox] ~ .checkmark:after {
    display: block;
  }
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title) .checkmark {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method:not(.title) .checkmark:after {
  background: #233f86;
  border-radius: 50%;
  content: '';
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-method.title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.2rem;
  padding-left: 26px;
  white-space: normal;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-carrier {
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 10px;
  white-space: normal;
  width: calc(20%);
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-carrier.fr {
  width: calc(18%);
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-price {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 54px;
  text-align: right;
}
.am-checkout.-modern .amcheckout-shipping-methods .amcheckout-items .amcheckout-method .col-price .price {
  color: #666;
  font-size: 1.4rem;
}
.am-checkout.-modern .table-checkout-shipping-method tbody td {
  padding: 0;
}
.checkout-index-index.checkout-no-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index.checkout-no-scroll {
    overflow: initial;
  }
}
.am-checkout.-modern .am-submit-summary,
.am-checkout.-modern .-sidebar {
  background: #f2f2f2;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary,
  .am-checkout.-modern .-sidebar {
    height: 100%;
    position: absolute;
    right: 0;
    top: 100px;
    width: 409px;
  }
}
@media only screen and (min-width: 1484px) {
  .am-checkout.-modern .am-submit-summary,
  .am-checkout.-modern .-sidebar {
    left: 734px;
    right: initial;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary,
  .am-checkout.-modern .-sidebar {
    width: 585px;
  }
}
.am-checkout.-modern .am-submit-summary .-summary,
.am-checkout.-modern .-sidebar .-summary {
  background: #f2f2f2;
  border: none;
  bottom: -375px;
  left: 0;
  max-height: 0;
  position: fixed;
  transition: .5s;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .-summary,
  .am-checkout.-modern .-sidebar .-summary {
    height: 100%;
    max-height: initial !important;
    position: initial;
    width: auto;
  }
}
.am-checkout.-modern .am-submit-summary .-summary.view,
.am-checkout.-modern .-sidebar .-summary.view {
  bottom: 116px;
  height: 100%;
  overflow-x: auto;
  transition: .5s;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .-summary.view,
  .am-checkout.-modern .-sidebar .-summary.view {
    max-height: initial !important;
  }
}
.am-checkout.-modern .am-submit-summary .-summary .amcheckout-additional-options,
.am-checkout.-modern .-sidebar .-summary .amcheckout-additional-options {
  display: none;
}
.am-checkout.-modern .am-submit-summary .amcheckout-summary-container,
.am-checkout.-modern .-sidebar .amcheckout-summary-container {
  background: #f2f2f2;
  height: 100%;
}
.am-checkout.-modern .am-submit-summary .amcheckout-wrapper,
.am-checkout.-modern .-sidebar .amcheckout-wrapper {
  padding: 20px 12px 16px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .amcheckout-wrapper,
  .am-checkout.-modern .-sidebar .amcheckout-wrapper {
    padding: 0 40px 40px;
  }
}
.am-checkout.-modern .am-submit-summary .order-summary-title-wrapper,
.am-checkout.-modern .-sidebar .order-summary-title-wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 40px 15px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .order-summary-title-wrapper,
  .am-checkout.-modern .-sidebar .order-summary-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.am-checkout.-modern .am-submit-summary .order-summary-title-wrapper .step-title,
.am-checkout.-modern .-sidebar .order-summary-title-wrapper .step-title {
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .order-summary-title-wrapper .step-title,
  .am-checkout.-modern .-sidebar .order-summary-title-wrapper .step-title {
    font-size: 3.2rem;
  }
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .title,
.am-checkout.-modern .-sidebar .block.items-in-cart .title {
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .block.items-in-cart .title,
  .am-checkout.-modern .-sidebar .block.items-in-cart .title {
    border-bottom: none;
    padding: 0 0 24px;
  }
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .title span,
.am-checkout.-modern .-sidebar .block.items-in-cart .title span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .block.items-in-cart .title span,
  .am-checkout.-modern .-sidebar .block.items-in-cart .title span {
    font-size: 1.6rem;
  }
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .title:after,
.am-checkout.-modern .-sidebar .block.items-in-cart .title:after {
  content: '';
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .close-summary-button,
.am-checkout.-modern .-sidebar .block.items-in-cart .close-summary-button {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .block.items-in-cart .close-summary-button,
  .am-checkout.-modern .-sidebar .block.items-in-cart .close-summary-button {
    display: none;
  }
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .content.minicart-items,
.am-checkout.-modern .-sidebar .block.items-in-cart .content.minicart-items {
  padding: 0;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper,
.am-checkout.-modern .-sidebar .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  padding: 0;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar-track,
.am-checkout.-modern .-sidebar .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar-track {
  border-radius: 4px;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar,
.am-checkout.-modern .-sidebar .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar-thumb,
.am-checkout.-modern .-sidebar .block.items-in-cart .content.minicart-items .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .product-item,
.am-checkout.-modern .-sidebar .block.items-in-cart .product-item {
  min-height: 64px;
  padding: 0;
}
.am-checkout.-modern .am-submit-summary .block.items-in-cart .product-item .product,
.am-checkout.-modern .-sidebar .block.items-in-cart .product-item .product {
  padding-bottom: 16px;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items,
.am-checkout.-modern .-sidebar .block .minicart-items {
  max-height: 264px;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items,
  .am-checkout.-modern .-sidebar .block .minicart-items {
    padding: 0 0 4px;
  }
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product > .product-image-container,
.am-checkout.-modern .-sidebar .block .minicart-items .product > .product-image-container {
  border: 1px solid #c2c2c2;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  height: 64px;
  width: 64px;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product.options,
.am-checkout.-modern .-sidebar .block .minicart-items .product.options {
  padding-bottom: 0;
  padding-top: 4px;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product.options .label,
.am-checkout.-modern .am-submit-summary .block .minicart-items .product.options .values,
.am-checkout.-modern .-sidebar .block .minicart-items .product.options .label,
.am-checkout.-modern .-sidebar .block .minicart-items .product.options .values {
  font-size: 1rem;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product.options .toggle,
.am-checkout.-modern .-sidebar .block .minicart-items .product.options .toggle {
  font-size: 1.2rem;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product.options .item-options,
.am-checkout.-modern .-sidebar .block .minicart-items .product.options .item-options {
  margin-bottom: 0;
  padding-top: 4px;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name,
.am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-name,
.am-checkout.-modern .-sidebar .block .minicart-items .details-qty {
  font-size: 1.2rem;
  font-weight: 700;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-name {
  padding-right: 12px;
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name,
  .am-checkout.-modern .-sidebar .block .minicart-items .product-item-name {
    font-size: 1.4rem;
  }
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-details,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-details {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  max-width: 100%;
  padding-left: 12px;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-inner,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-inner {
  margin: 0;
  width: 100%;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name-block,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-name-block {
  margin: 0;
  width: 40%;
}
@media only screen and (min-width: 375px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name-block,
  .am-checkout.-modern .-sidebar .block .minicart-items .product-item-name-block {
    width: 50%;
  }
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name-block .product-item-short-desc,
.am-checkout.-modern .-sidebar .block .minicart-items .product-item-name-block .product-item-short-desc {
  font-size: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .product-item-name-block .product-item-short-desc,
  .am-checkout.-modern .-sidebar .block .minicart-items .product-item-name-block .product-item-short-desc {
    font-size: 1.4rem;
  }
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .subtotal,
.am-checkout.-modern .-sidebar .block .minicart-items .subtotal {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .subtotal .cart-price,
.am-checkout.-modern .-sidebar .block .minicart-items .subtotal .cart-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .subtotal .original-price,
.am-checkout.-modern .-sidebar .block .minicart-items .subtotal .original-price {
  font-size: 1.4rem;
  text-decoration: line-through;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .subtotal .price,
.am-checkout.-modern .-sidebar .block .minicart-items .subtotal .price {
  font-size: 1.6rem;
}
.am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty,
.am-checkout.-modern .-sidebar .block .minicart-items .details-qty {
  display: table-cell;
  padding-right: 12px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
@media only screen and (min-width: 425px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty,
  .am-checkout.-modern .-sidebar .block .minicart-items .details-qty {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty,
  .am-checkout.-modern .-sidebar .block .minicart-items .details-qty {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty,
  .am-checkout.-modern .-sidebar .block .minicart-items .details-qty {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty .label,
  .am-checkout.-modern .am-submit-summary .block .minicart-items .details-qty .value,
  .am-checkout.-modern .-sidebar .block .minicart-items .details-qty .label,
  .am-checkout.-modern .-sidebar .block .minicart-items .details-qty .value {
    font-size: 1.4rem;
  }
}
.am-checkout.-modern .am-submit-summary table > thead > tr > th,
.am-checkout.-modern .am-submit-summary table > tbody > tr > th,
.am-checkout.-modern .-sidebar table > thead > tr > th,
.am-checkout.-modern .-sidebar table > tbody > tr > th {
  padding: 0 10px 12px 0;
}
.am-checkout.-modern .am-submit-summary table > thead > tr > td,
.am-checkout.-modern .am-submit-summary table > tbody > tr > td,
.am-checkout.-modern .-sidebar table > thead > tr > td,
.am-checkout.-modern .-sidebar table > tbody > tr > td {
  padding: 0 0 12px 10px;
}
.am-checkout.-modern .am-submit-summary table > thead > tr > td .rule-amount,
.am-checkout.-modern .am-submit-summary table > tbody > tr > td .rule-amount,
.am-checkout.-modern .-sidebar table > thead > tr > td .rule-amount,
.am-checkout.-modern .-sidebar table > tbody > tr > td .rule-amount {
  font-size: 1.6rem;
  font-weight: 700;
}
.am-checkout.-modern .am-submit-summary table > thead > tr:nth-last-child(2) > th,
.am-checkout.-modern .am-submit-summary table > tbody > tr:nth-last-child(2) > th,
.am-checkout.-modern .-sidebar table > thead > tr:nth-last-child(2) > th,
.am-checkout.-modern .-sidebar table > tbody > tr:nth-last-child(2) > th {
  padding-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary table > thead > tr:nth-last-child(2) > th,
  .am-checkout.-modern .am-submit-summary table > tbody > tr:nth-last-child(2) > th,
  .am-checkout.-modern .-sidebar table > thead > tr:nth-last-child(2) > th,
  .am-checkout.-modern .-sidebar table > tbody > tr:nth-last-child(2) > th {
    padding-bottom: 20px;
  }
}
.am-checkout.-modern .am-submit-summary table > thead > tr:nth-last-child(2) > td,
.am-checkout.-modern .am-submit-summary table > tbody > tr:nth-last-child(2) > td,
.am-checkout.-modern .-sidebar table > thead > tr:nth-last-child(2) > td,
.am-checkout.-modern .-sidebar table > tbody > tr:nth-last-child(2) > td {
  padding-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary table > thead > tr:nth-last-child(2) > td,
  .am-checkout.-modern .am-submit-summary table > tbody > tr:nth-last-child(2) > td,
  .am-checkout.-modern .-sidebar table > thead > tr:nth-last-child(2) > td,
  .am-checkout.-modern .-sidebar table > tbody > tr:nth-last-child(2) > td {
    padding-bottom: 20px;
  }
}
.am-checkout.-modern .am-submit-summary table .total-rules th,
.am-checkout.-modern .-sidebar table .total-rules th {
  padding-left: 50px;
}
.am-checkout.-modern .am-submit-summary table .total-rules td,
.am-checkout.-modern .-sidebar table .total-rules td {
  padding-right: 50px;
}
.am-checkout.-modern .am-submit-summary .grand.totals,
.am-checkout.-modern .-sidebar .grand.totals {
  border-top: 1px solid #c2c2c2;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .am-submit-summary .grand.totals,
  .am-checkout.-modern .-sidebar .grand.totals {
    display: table-row;
  }
}
.am-checkout.-modern .am-submit-summary .grand.totals .mark,
.am-checkout.-modern .am-submit-summary .grand.totals .amount,
.am-checkout.-modern .-sidebar .grand.totals .mark,
.am-checkout.-modern .-sidebar .grand.totals .amount {
  padding-top: 20px;
}
.am-checkout.-modern .am-submit-summary .grand.totals .mark,
.am-checkout.-modern .-sidebar .grand.totals .mark {
  font-size: 2rem;
}
.am-checkout.-modern .am-submit-summary .grand.totals .mark strong,
.am-checkout.-modern .-sidebar .grand.totals .mark strong {
  font-weight: 700;
}
.am-checkout.-modern .am-submit-summary .grand.totals .price,
.am-checkout.-modern .-sidebar .grand.totals .price {
  font-size: 2rem;
}
.am-checkout.-modern .am-submit-summary .totals.discount .discount-label,
.am-checkout.-modern .am-submit-summary .totals.discount .discount-applied,
.am-checkout.-modern .-sidebar .totals.discount .discount-label,
.am-checkout.-modern .-sidebar .totals.discount .discount-applied {
  font-size: 1.4rem;
  font-weight: 400;
}
.am-checkout.-modern .am-submit-summary .totals.discount .title,
.am-checkout.-modern .-sidebar .totals.discount .title {
  font-size: 1.4rem;
}
.am-checkout.-modern .am-submit-summary .totals.giftcard .giftcard-label,
.am-checkout.-modern .am-submit-summary .totals.giftcard .giftcard-applied,
.am-checkout.-modern .-sidebar .totals.giftcard .giftcard-label,
.am-checkout.-modern .-sidebar .totals.giftcard .giftcard-applied {
  font-size: 1.4rem;
  font-weight: 400;
}
.am-checkout.-modern .am-submit-summary .totals.giftcard .title,
.am-checkout.-modern .-sidebar .totals.giftcard .title {
  font-size: 1.4rem;
}
.am-checkout.-modern .opc-block-summary-mobile {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -2px 4px 0 #f2f2f2;
  left: 0;
  min-height: 148px;
  padding: 16px 12px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .opc-block-summary-mobile {
    display: none;
  }
}
.am-checkout.-modern .opc-block-summary-mobile.view {
  box-shadow: none;
  min-height: 116px;
}
.am-checkout.-modern .opc-block-summary-mobile .order-view-summary-wrapper {
  padding-bottom: 12px;
  text-align: right;
}
.am-checkout.-modern .opc-block-summary-mobile .view-summary-button {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
}
.am-checkout.-modern .opc-block-summary-mobile .order-grand-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.am-checkout.-modern .opc-block-summary-mobile .grand-total-title,
.am-checkout.-modern .opc-block-summary-mobile .grand-total-value {
  font-size: 2rem;
  font-weight: 700;
}
.am-checkout.-modern .mixed-checkout-process-form .actions-toolbar {
  display: block;
}
.am-checkout.-modern .mixed-checkout-process,
.am-checkout.-modern .shipping-method-checkout-process,
.am-checkout.-modern .shipping-address-checkout-process {
  bottom: 16px;
  position: fixed;
  right: 12px;
  width: calc(76%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .mixed-checkout-process,
  .am-checkout.-modern .shipping-method-checkout-process,
  .am-checkout.-modern .shipping-address-checkout-process {
    position: unset;
    width: 100%;
  }
}
.am-checkout.-modern .mixed-checkout-process .actions-toolbar .primary,
.am-checkout.-modern .shipping-method-checkout-process .actions-toolbar .primary,
.am-checkout.-modern .shipping-address-checkout-process .actions-toolbar .primary {
  width: 100%;
}
.am-checkout.-modern .checkout-billing-address.bopis .actions-toolbar {
  bottom: 16px;
  position: fixed;
  right: 12px;
  width: calc(76%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address.bopis .actions-toolbar {
    position: unset;
    width: 100%;
  }
}
.am-checkout.-modern .action.continue {
  background: #233f86;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  height: 44px;
  text-transform: uppercase;
  width: 100%;
}
.am-checkout.-modern .action.continue:disabled {
  background: #ccc;
  color: #666;
}
.am-checkout.-modern .action.continue:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.am-checkout.-modern .action.-new-address {
  background: #fff;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
.am-checkout.-modern .action.-new-address input[type=radio]:checked ~ .checkmark:after,
.am-checkout.-modern .action.-new-address input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .action.-new-address:hover input[type=radio] ~ .checkmark:after,
  .am-checkout.-modern .action.-new-address:hover input[type=checkbox] ~ .checkmark:after {
    display: block;
  }
}
.am-checkout.-modern .action.-new-address .checkmark {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  height: 20px;
  left: -18px;
  position: absolute;
  top: -1px;
  width: 20px;
}
.am-checkout.-modern .action.-new-address .checkmark:after {
  background: #233f86;
  border-radius: 50%;
  content: '';
  display: none;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.am-checkout.-modern .action-save-address {
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  text-transform: uppercase;
  width: 100%;
}
.am-checkout.-modern .action.edit-address-link,
.am-checkout.-modern .action.delete-address-link {
  background: #fff;
  outline: none;
  padding: 0;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.am-checkout.-modern .action.edit-address-link {
  right: 48px;
}
.am-checkout.-modern .action.delete-address-link {
  right: 18px;
}
.am-checkout.-modern .action .icon-edit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE1LjU1OTQgNC40NDA2N0wxNC4xMTg3IDUuODgxM0MxMy45NzE5IDYuMDI4MTcgMTMuNzM0NCA2LjAyODE3IDEzLjU4NzUgNS44ODEzTDEwLjExODcgMi40MTI1NEM5Ljk3MTg4IDIuMjY1NjcgOS45NzE4OCAyLjAyODE3IDEwLjExODcgMS44ODEyOUwxMS41NTk0IDAuNDQwNjYyQzEyLjE0MzcgLTAuMTQzNzE0IDEzLjA5MzcgLTAuMTQzNzE0IDEzLjY4MTIgMC40NDA2NjJMMTUuNTU5NCAyLjMxODc5QzE2LjE0NjkgMi45MDMxNyAxNi4xNDY5IDMuODUzMTcgMTUuNTU5NCA0LjQ0MDY3Wk04Ljg4MTI1IDMuMTE4NzlMMC42NzUwMDcgMTEuMzI1MUwwLjAxMjUwNzIgMTUuMTIxOUMtMC4wNzgxMTc3IDE1LjYzNDQgMC4zNjg3NTcgMTYuMDc4MiAwLjg4MTI1NyAxNS45OTA3TDQuNjc4MTMgMTUuMzI1MUwxMi44ODQ0IDcuMTE4OEMxMy4wMzEyIDYuOTcxOTIgMTMuMDMxMiA2LjczNDQyIDEyLjg4NDQgNi41ODc1NUw5LjQxNTYzIDMuMTE4NzlDOS4yNjU2MyAyLjk3MTkyIDkuMDI4MTMgMi45NzE5MiA4Ljg4MTI1IDMuMTE4NzlaTTMuODc4MTMgMTAuNjIxOUMzLjcwNjI1IDEwLjQ1MDEgMy43MDYyNSAxMC4xNzUxIDMuODc4MTMgMTAuMDAzMkw4LjY5MDYzIDUuMTkwNjdDOC44NjI1IDUuMDE4OCA5LjEzNzUgNS4wMTg4IDkuMzA5MzggNS4xOTA2N0M5LjQ4MTI1IDUuMzYyNTUgOS40ODEyNSA1LjYzNzU1IDkuMzA5MzggNS44MDk0Mkw0LjQ5Njg4IDEwLjYyMTlDNC4zMjUgMTAuNzkzOCA0LjA1IDEwLjc5MzggMy44NzgxMyAxMC42MjE5Wk0yLjc1MDAxIDEzLjI1MDFINC4yNVYxNC4zODQ0TDIuMjM0MzggMTQuNzM3NkwxLjI2MjUxIDEzLjc2NTdMMS42MTU2MyAxMS43NTAxSDIuNzUwMDFWMTMuMjUwMVoiCiAgICAgICAgZmlsbD0iIzY2NjY2NiIvPgo8L3N2Zz4K) center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.am-checkout.-modern .action .icon-delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTEzLjUgMC45OTk3NjFIOS43NUw5LjQ1NjI1IDAuNDE1Mzg2QzkuMzk0MDIgMC4yOTA0NTMgOS4yOTgxNyAwLjE4NTM2MiA5LjE3OTQ3IDAuMTExOTM2QzkuMDYwNzggMC4wMzg1MDk1IDguOTIzOTUgLTAuMDAwMzM4NzY1IDguNzg0MzggLTAuMDAwMjM4NjYySDUuMjEyNUM1LjA3MzI0IC0wLjAwMDc3Mzk5MSA0LjkzNjY1IDAuMDM3OTI5NSA0LjgxODM4IDAuMTExNDM3QzQuNzAwMSAwLjE4NDk0NSA0LjYwNDkyIDAuMjkwMjg1IDQuNTQzNzUgMC40MTUzODZMNC4yNSAwLjk5OTc2MUgwLjVDMC4zNjczOTIgMC45OTk3NjEgMC4yNDAyMTUgMS4wNTI0NCAwLjE0NjQ0NyAxLjE0NjIxQzAuMDUyNjc4NCAxLjIzOTk4IDAgMS4zNjcxNSAwIDEuNDk5NzZMMCAyLjQ5OTc2QzAgMi42MzIzNyAwLjA1MjY3ODQgMi43NTk1NSAwLjE0NjQ0NyAyLjg1MzMxQzAuMjQwMjE1IDIuOTQ3MDggMC4zNjczOTIgMi45OTk3NiAwLjUgMi45OTk3NkgxMy41QzEzLjYzMjYgMi45OTk3NiAxMy43NTk4IDIuOTQ3MDggMTMuODUzNiAyLjg1MzMxQzEzLjk0NzMgMi43NTk1NSAxNCAyLjYzMjM3IDE0IDIuNDk5NzZWMS40OTk3NkMxNCAxLjM2NzE1IDEzLjk0NzMgMS4yMzk5OCAxMy44NTM2IDEuMTQ2MjFDMTMuNzU5OCAxLjA1MjQ0IDEzLjYzMjYgMC45OTk3NjEgMTMuNSAwLjk5OTc2MVpNMS42NjI1IDE0LjU5MzVDMS42ODYzNSAxNC45NzQzIDEuODU0NDMgMTUuMzMxNyAyLjEzMjUyIDE1LjU5M0MyLjQxMDYxIDE1Ljg1NDMgMi43Nzc4MSAxNS45OTk3IDMuMTU5MzcgMTUuOTk5OEgxMC44NDA2QzExLjIyMjIgMTUuOTk5NyAxMS41ODk0IDE1Ljg1NDMgMTEuODY3NSAxNS41OTNDMTIuMTQ1NiAxNS4zMzE3IDEyLjMxMzcgMTQuOTc0MyAxMi4zMzc1IDE0LjU5MzVMMTMgMy45OTk3NkgxTDEuNjYyNSAxNC41OTM1WiIKICAgICAgICBmaWxsPSIjNjY2NjY2Ii8+Cjwvc3ZnPgo=) center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.am-checkout.-modern .edit-block-button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #233f86;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
}
.am-checkout.-modern .edit-block-button:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE1LjU1OTQgNC40NDA3M0wxNC4xMTg3IDUuODgxMzZDMTMuOTcxOSA2LjAyODIzIDEzLjczNDQgNi4wMjgyMyAxMy41ODc1IDUuODgxMzZMMTAuMTE4NyAyLjQxMjZDOS45NzE4NiAyLjI2NTczIDkuOTcxODYgMi4wMjgyMyAxMC4xMTg3IDEuODgxMzVMMTEuNTU5NCAwLjQ0MDcyM0MxMi4xNDM3IC0wLjE0MzY1MyAxMy4wOTM3IC0wLjE0MzY1MyAxMy42ODEyIDAuNDQwNzIzTDE1LjU1OTQgMi4zMTg4NUMxNi4xNDY5IDIuOTAzMjMgMTYuMTQ2OSAzLjg1MzIzIDE1LjU1OTQgNC40NDA3M1pNOC44ODEyNCAzLjExODg1TDAuNjc0OTkxIDExLjMyNTFMMC4wMTI0OTE5IDE1LjEyMkMtMC4wNzgxMzMgMTUuNjM0NSAwLjM2ODc0MiAxNi4wNzgyIDAuODgxMjQxIDE1Ljk5MDdMNC42NzgxMSAxNS4zMjUxTDEyLjg4NDQgNy4xMTg4NkMxMy4wMzEyIDYuOTcxOTggMTMuMDMxMiA2LjczNDQ4IDEyLjg4NDQgNi41ODc2MUw5LjQxNTYxIDMuMTE4ODVDOS4yNjU2MSAyLjk3MTk4IDkuMDI4MTEgMi45NzE5OCA4Ljg4MTI0IDMuMTE4ODVaTTMuODc4MTEgMTAuNjIyQzMuNzA2MjQgMTAuNDUwMSAzLjcwNjI0IDEwLjE3NTEgMy44NzgxMSAxMC4wMDMyTDguNjkwNjEgNS4xOTA3M0M4Ljg2MjQ5IDUuMDE4ODYgOS4xMzc0OSA1LjAxODg2IDkuMzA5MzYgNS4xOTA3M0M5LjQ4MTI0IDUuMzYyNjEgOS40ODEyNCA1LjYzNzYxIDkuMzA5MzYgNS44MDk0OEw0LjQ5Njg2IDEwLjYyMkM0LjMyNDk5IDEwLjc5MzkgNC4wNDk5OSAxMC43OTM5IDMuODc4MTEgMTAuNjIyWk0yLjc0OTk5IDEzLjI1MDFINC4yNDk5OVYxNC4zODQ1TDIuMjM0MzcgMTQuNzM3NkwxLjI2MjQ5IDEzLjc2NTdMMS42MTU2MiAxMS43NTAxSDIuNzQ5OTlWMTMuMjUwMVoiCiAgICAgICAgZmlsbD0iIzIzM0Y4NiIvPgo8L3N2Zz4K) center no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  width: 16px;
}
.am-checkout.-modern .checkout-billing-address .edit-block-button,
.am-checkout.-modern .checkout-payment-method .edit-block-button {
  padding: 16px 16px 16px 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .checkout-billing-address .edit-block-button,
  .am-checkout.-modern .checkout-payment-method .edit-block-button {
    padding-right: 32px;
  }
}
.am-checkout.-modern .checkout-billing-address .edit-block-button:before,
.am-checkout.-modern .checkout-payment-method .edit-block-button:before {
  left: -22px;
  position: absolute;
  top: 18px;
}
.am-checkout.-modern .edit-shopping-cart-button {
  color: #233f86;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 150px;
  padding-left: 20px;
  position: relative;
}
.am-checkout.-modern .edit-shopping-cart-button.mobile {
  padding: 20px 14px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .am-checkout.-modern .edit-shopping-cart-button.mobile {
    display: none;
  }
}
.am-checkout.-modern .edit-shopping-cart-button.mobile:before {
  bottom: 3px;
  left: 0;
}
.am-checkout.-modern .edit-shopping-cart-button:hover {
  text-decoration: none;
}
.am-checkout.-modern .edit-shopping-cart-button:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE1LjU1OTQgNC40NDA3M0wxNC4xMTg3IDUuODgxMzZDMTMuOTcxOSA2LjAyODIzIDEzLjczNDQgNi4wMjgyMyAxMy41ODc1IDUuODgxMzZMMTAuMTE4NyAyLjQxMjZDOS45NzE4NiAyLjI2NTczIDkuOTcxODYgMi4wMjgyMyAxMC4xMTg3IDEuODgxMzVMMTEuNTU5NCAwLjQ0MDcyM0MxMi4xNDM3IC0wLjE0MzY1MyAxMy4wOTM3IC0wLjE0MzY1MyAxMy42ODEyIDAuNDQwNzIzTDE1LjU1OTQgMi4zMTg4NUMxNi4xNDY5IDIuOTAzMjMgMTYuMTQ2OSAzLjg1MzIzIDE1LjU1OTQgNC40NDA3M1pNOC44ODEyNCAzLjExODg1TDAuNjc0OTkxIDExLjMyNTFMMC4wMTI0OTE5IDE1LjEyMkMtMC4wNzgxMzMgMTUuNjM0NSAwLjM2ODc0MiAxNi4wNzgyIDAuODgxMjQxIDE1Ljk5MDdMNC42NzgxMSAxNS4zMjUxTDEyLjg4NDQgNy4xMTg4NkMxMy4wMzEyIDYuOTcxOTggMTMuMDMxMiA2LjczNDQ4IDEyLjg4NDQgNi41ODc2MUw5LjQxNTYxIDMuMTE4ODVDOS4yNjU2MSAyLjk3MTk4IDkuMDI4MTEgMi45NzE5OCA4Ljg4MTI0IDMuMTE4ODVaTTMuODc4MTEgMTAuNjIyQzMuNzA2MjQgMTAuNDUwMSAzLjcwNjI0IDEwLjE3NTEgMy44NzgxMSAxMC4wMDMyTDguNjkwNjEgNS4xOTA3M0M4Ljg2MjQ5IDUuMDE4ODYgOS4xMzc0OSA1LjAxODg2IDkuMzA5MzYgNS4xOTA3M0M5LjQ4MTI0IDUuMzYyNjEgOS40ODEyNCA1LjYzNzYxIDkuMzA5MzYgNS44MDk0OEw0LjQ5Njg2IDEwLjYyMkM0LjMyNDk5IDEwLjc5MzkgNC4wNDk5OSAxMC43OTM5IDMuODc4MTEgMTAuNjIyWk0yLjc0OTk5IDEzLjI1MDFINC4yNDk5OVYxNC4zODQ1TDIuMjM0MzcgMTQuNzM3NkwxLjI2MjQ5IDEzLjc2NTdMMS42MTU2MiAxMS43NTAxSDIuNzQ5OTlWMTMuMjUwMVoiCiAgICAgICAgZmlsbD0iIzIzM0Y4NiIvPgo8L3N2Zz4K) center no-repeat;
  bottom: 3px;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}
.am-checkout.-modern .checkout-billing-address .label,
.am-checkout.-modern .checkout-shipping-address .label {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
  left: 26px;
  position: absolute;
  top: -9px;
  z-index: 1;
}
.am-checkout.-modern .checkout-billing-address .label:before,
.am-checkout.-modern .checkout-shipping-address .label:before {
  background: #fff;
  content: '';
  height: 50%;
  left: -4px;
  margin: 0;
  position: absolute;
  top: 2px;
  width: calc(110%);
  z-index: -1;
}
.am-checkout.-modern .checkout-billing-address .label:after,
.am-checkout.-modern .checkout-shipping-address .label:after {
  margin: 0;
}
.am-checkout.-modern .checkout-billing-address input,
.am-checkout.-modern .checkout-billing-address select,
.am-checkout.-modern .checkout-shipping-address input,
.am-checkout.-modern .checkout-shipping-address select {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 12px 16px;
  height: 44px;
}
.am-checkout.-modern .checkout-billing-address input::-webkit-input-placeholder,
.am-checkout.-modern .checkout-billing-address select::-webkit-input-placeholder,
.am-checkout.-modern .checkout-shipping-address input::-webkit-input-placeholder,
.am-checkout.-modern .checkout-shipping-address select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.am-checkout.-modern .checkout-billing-address input::placeholder,
.am-checkout.-modern .checkout-billing-address select::placeholder,
.am-checkout.-modern .checkout-shipping-address input::placeholder,
.am-checkout.-modern .checkout-shipping-address select::placeholder {
  color: #c2c2c2;
}
.am-checkout.-modern .checkout-billing-address select,
.am-checkout.-modern .checkout-shipping-address select {
  -webkit-appearance: none;
  appearance: none;
}
.am-checkout.-modern .checkout-billing-address select:after,
.am-checkout.-modern .checkout-shipping-address select:after {
  background-color: #00f;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  content: '';
  height: 1px;
  width: 1px;
}
.am-checkout.-modern .checkout-billing-address .field,
.am-checkout.-modern .checkout-shipping-address .field {
  margin-bottom: 22px;
  position: relative;
}
.am-checkout.-modern .checkout-billing-address .field .control._with-tooltip input,
.am-checkout.-modern .checkout-shipping-address .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
.am-checkout.-modern .checkout-billing-address .field.street [name*='street.0'] label,
.am-checkout.-modern .checkout-shipping-address .field.street [name*='street.0'] label {
  display: none;
}
.am-checkout.-modern .checkout-billing-address .field.choice,
.am-checkout.-modern .checkout-shipping-address .field.choice {
  padding-right: 25px;
}
.am-checkout.-modern .checkout-billing-address fieldset.field,
.am-checkout.-modern .checkout-shipping-address fieldset.field {
  margin-bottom: 0;
}
.am-checkout.-modern .checkout-billing-address fieldset legend,
.am-checkout.-modern .checkout-shipping-address fieldset legend {
  width: auto;
}
.am-checkout.-modern .form-shipping-address .fieldset.address,
.am-checkout.-modern .form-edit-shipping-address .fieldset.address,
.am-checkout.-modern .billing-address-form .fieldset.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .fieldset.address,
  .am-checkout.-modern .form-edit-shipping-address .fieldset.address,
  .am-checkout.-modern .billing-address-form .fieldset.address {
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .field,
  .am-checkout.-modern .form-edit-shipping-address .field,
  .am-checkout.-modern .billing-address-form .field {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .field.street,
  .am-checkout.-modern .form-edit-shipping-address .field.street,
  .am-checkout.-modern .billing-address-form .field.street {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-left: 7px;
    padding-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .field.street .field._required,
  .am-checkout.-modern .form-edit-shipping-address .field.street .field._required,
  .am-checkout.-modern .billing-address-form .field.street .field._required {
    display: inline-block;
    width: calc(43%);
  }
}
.am-checkout.-modern .form-shipping-address .field.street .field.additional,
.am-checkout.-modern .form-edit-shipping-address .field.street .field.additional,
.am-checkout.-modern .billing-address-form .field.street .field.additional {
  margin-top: 0;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .field.street .field.additional,
  .am-checkout.-modern .form-edit-shipping-address .field.street .field.additional,
  .am-checkout.-modern .billing-address-form .field.street .field.additional {
    display: inline-block;
    margin-left: 10px;
    width: calc(42%);
  }
}
.am-checkout.-modern .form-shipping-address .field.street .field.additional .label,
.am-checkout.-modern .form-edit-shipping-address .field.street .field.additional .label,
.am-checkout.-modern .billing-address-form .field.street .field.additional .label {
  left: 19px;
}
.am-checkout.-modern .form-shipping-address input,
.am-checkout.-modern .form-shipping-address select,
.am-checkout.-modern .form-edit-shipping-address input,
.am-checkout.-modern .form-edit-shipping-address select,
.am-checkout.-modern .billing-address-form input,
.am-checkout.-modern .billing-address-form select {
  font-size: 1.4rem;
}
.am-checkout.-modern .form-shipping-address [name*=region_id] select,
.am-checkout.-modern .form-edit-shipping-address [name*=region_id] select,
.am-checkout.-modern .billing-address-form [name*=region_id] select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMSAxTDUgNUw5IDEiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
  background-position-x: calc(83%);
  background-size: 11px 9px;
}
.am-checkout.-modern .form-shipping-address [name*=country_id] select,
.am-checkout.-modern .form-edit-shipping-address [name*=country_id] select,
.am-checkout.-modern .billing-address-form [name*=country_id] select {
  background: #f2f2f2;
  pointer-events: none;
}
.am-checkout.-modern .form-shipping-address [name*=telephone] .field-tooltip-action,
.am-checkout.-modern .form-edit-shipping-address [name*=telephone] .field-tooltip-action,
.am-checkout.-modern .billing-address-form [name*=telephone] .field-tooltip-action {
  padding: 7px 16px;
}
.am-checkout.-modern .form-shipping-address [name*=telephone] .field-tooltip-action:before,
.am-checkout.-modern .form-edit-shipping-address [name*=telephone] .field-tooltip-action:before,
.am-checkout.-modern .billing-address-form [name*=telephone] .field-tooltip-action:before {
  font-size: 1.55rem;
}
.am-checkout.-modern .form-shipping-address .collapsible-company,
.am-checkout.-modern .form-edit-shipping-address .collapsible-company,
.am-checkout.-modern .billing-address-form .collapsible-company {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 7px;
}
@media only screen and (min-width: 768px) {
  .am-checkout.-modern .form-shipping-address .collapsible-company,
  .am-checkout.-modern .form-edit-shipping-address .collapsible-company,
  .am-checkout.-modern .billing-address-form .collapsible-company {
    margin-bottom: 16px;
    width: 100%;
  }
}
.am-checkout.-modern .form-shipping-address .collapsible-company .toggle,
.am-checkout.-modern .form-edit-shipping-address .collapsible-company .toggle,
.am-checkout.-modern .billing-address-form .collapsible-company .toggle {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
}
.am-checkout.-modern .form-shipping-address .collapsible-company .element-label,
.am-checkout.-modern .form-edit-shipping-address .collapsible-company .element-label,
.am-checkout.-modern .billing-address-form .collapsible-company .element-label {
  text-transform: lowercase;
}
.am-checkout.-modern .form-shipping-address .collapsible-company .content,
.am-checkout.-modern .form-edit-shipping-address .collapsible-company .content,
.am-checkout.-modern .billing-address-form .collapsible-company .content {
  margin: 22px 0 0;
}
.am-checkout.-modern .form-shipping-address .collapsible-company .content .field,
.am-checkout.-modern .form-edit-shipping-address .collapsible-company .content .field,
.am-checkout.-modern .billing-address-form .collapsible-company .content .field {
  margin-bottom: 0;
}
.am-checkout.-modern .form-edit-shipping-address .collapsible-company {
  margin-bottom: 16px;
}
.am-checkout.-modern input:focus,
.am-checkout.-modern select:focus {
  box-shadow: none;
}
.am-checkout.-modern .field._error .control input,
.am-checkout.-modern .field._error .control select,
.am-checkout.-modern .field._error .control textarea {
  border-color: #f03031;
}
.am-checkout.-modern .field .field-error {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
}
.am-checkout.-modern .field .mage-error:not(input) {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
  font-size: 1.2rem;
}
.am-checkout.-modern .field .mage-error.input-text {
  border-color: #f03031;
}
.am-checkout.-modern .field.choice {
  margin: 16px 0 7px;
}
.am-checkout.-modern .field.choice .label {
  font-size: 1.4rem;
  font-weight: 400;
  left: 4px;
  position: relative;
}
.am-checkout.-modern .field.choice .label:before {
  height: 20px;
  top: 0;
  width: 20px;
}
.am-checkout.-modern .field.choice .label span {
  padding-left: 25px;
}
.am-checkout.-modern .form-login .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 17px;
  top: 18px;
  width: 12px;
}
.am-checkout.-modern [name*=firstname] .control.valid:after,
.am-checkout.-modern [name*=lastname] .control.valid:after,
.am-checkout.-modern [name*='street.0'] .control.valid:after,
.am-checkout.-modern [name*='street.1'] .control.valid:after,
.am-checkout.-modern [name*='street.2'] .control.valid:after,
.am-checkout.-modern [name*='street.3'] .control.valid:after,
.am-checkout.-modern [name*=city] .control.valid:after,
.am-checkout.-modern [name*=postcode] .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 24px;
  top: 18px;
  width: 12px;
}
.am-checkout.-modern [name*='street.0'] .control.valid:after,
.am-checkout.-modern [name*='street.1'] .control.valid:after,
.am-checkout.-modern [name*='street.2'] .control.valid:after,
.am-checkout.-modern [name*='street.3'] .control.valid:after {
  right: 17px;
}
.am-checkout.-modern [name*=region_id] .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 48px;
  top: 18px;
  width: 12px;
}
.am-checkout.-modern [name*=telephone] .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 44px;
  top: 18px;
  width: 12px;
}
.am-checkout.-modern .control.mage-error {
  border-color: #f03031;
}
.am-checkout.-modern .control + .mage-error {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
}
.modal-popup.shipping-address-delete .action-close {
  display: none;
}
.modal-popup.shipping-address-delete .modal-inner-wrap {
  background-color: #f2f2f2;
  max-width: 645px !important;
  width: 100% !important;
}
.modal-popup.shipping-address-delete .modal-header {
  padding: 60px 40px 32px;
  text-align: center;
}
.modal-popup.shipping-address-delete .modal-title {
  border-bottom: none;
  font-size: 1.6rem;
  padding: 0;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .modal-popup.shipping-address-delete .modal-title {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.modal-popup.shipping-address-delete .modal-content {
  padding: 0 40px 0;
}
.modal-popup.shipping-address-delete .shipping-address-delete-modal-content,
.modal-popup.shipping-address-delete .new-shipping-address-delete-modal-content {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  min-height: 44px;
  padding: 14px 16px;
}
.modal-popup.shipping-address-delete .modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-popup.shipping-address-delete .modal-footer {
    border-top: none;
    margin-bottom: 60px;
  }
}
.modal-popup.shipping-address-delete .action-hide-popup,
.modal-popup.shipping-address-delete .action-delete-address {
  min-height: 44px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-popup.shipping-address-delete .action-hide-popup,
  .modal-popup.shipping-address-delete .action-delete-address {
    min-width: 275px;
  }
}
.modal-popup.shipping-address-delete .action-hide-popup:focus,
.modal-popup.shipping-address-delete .action-delete-address:focus {
  outline: none;
}
.modal-popup.shipping-address-delete .action-hide-popup {
  background: 0 0;
  color: #233f86;
  font-size: 14px;
  font-weight: 700;
  margin-right: 19px;
}
.modal-popup.shipping-address-delete .action-delete-address {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  width: 100%;
}
.amsl-error {
  background: #f69b98;
  display: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none;
}
@media (min-width: 768px) {
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
}
.amsl-focus,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover:focus,
.amsl-popup-block .actions-toolbar .action.primary:focus {
  border-color: #fff;
  outline: 2px solid #4878bf;
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: "all .2s ease";
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjIxMzMgMi43OTg3NUMxOS40Njk1IDMuMTI1IDE4LjY3NyAzLjM0MTI1IDE3Ljg1MDggMy40NDYyNUMxOC43MDA4IDIuOTM4NzUgMTkuMzQ5NSAyLjE0MTI1IDE5LjY1NDUgMS4xOEMxOC44NjIgMS42NTI1IDE3Ljk4NyAxLjk4NjI1IDE3LjA1NDUgMi4xNzI1QzE2LjMwMiAxLjM3MTI1IDE1LjIyOTUgMC44NzUgMTQuMDU5NSAwLjg3NUMxMS43ODk1IDAuODc1IDkuOTYyMDEgMi43MTc1IDkuOTYyMDEgNC45NzYyNUM5Ljk2MjAxIDUuMzAxMjUgOS45ODk1MSA1LjYxMzc1IDEwLjA1NyA1LjkxMTI1QzYuNjQ4MjYgNS43NDUgMy42MzIwMSA0LjExMTI1IDEuNjA1NzYgMS42MjI1QzEuMjUyMDEgMi4yMzYyNSAxLjA0NDUxIDIuOTM4NzUgMS4wNDQ1MSAzLjY5NUMxLjA0NDUxIDUuMTE1IDEuNzc1NzYgNi4zNzM3NSAyLjg2NTc2IDcuMTAyNUMyLjIwNzAxIDcuMDkgMS41NjA3NiA2Ljg5ODc1IDEuMDEzMjYgNi41OTc1QzEuMDEzMjYgNi42MSAxLjAxMzI2IDYuNjI2MjUgMS4wMTMyNiA2LjY0MjVDMS4wMTMyNiA4LjYzNSAyLjQzNDUxIDEwLjI5IDQuMjk4MjYgMTAuNjcxMkMzLjk2NDUxIDEwLjc2MjUgMy42MDA3NiAxMC44MDYyIDMuMjIzMjYgMTAuODA2MkMyLjk2MDc2IDEwLjgwNjIgMi42OTU3NiAxMC43OTEzIDIuNDQ3MDEgMTAuNzM2MkMyLjk3ODI2IDEyLjM2IDQuNDg1NzYgMTMuNTUzOCA2LjI3ODI2IDEzLjU5MjVDNC44ODMyNiAxNC42ODM4IDMuMTEyMDEgMTUuMzQxMiAxLjE5NDUxIDE1LjM0MTJDMC44NTgyNTcgMTUuMzQxMiAwLjUzNTc1NyAxNS4zMjYzIDAuMjEzMjU3IDE1LjI4NUMyLjAyOTUxIDE2LjQ1NjMgNC4xODIwMSAxNy4xMjUgNi41MDMyNiAxNy4xMjVDMTQuMDQ4MyAxNy4xMjUgMTguMTczMyAxMC44NzUgMTguMTczMyA1LjQ1NzVDMTguMTczMyA1LjI3NjI1IDE4LjE2NyA1LjEwMTI1IDE4LjE1ODMgNC45Mjc1QzE4Ljk3MiA0LjM1IDE5LjY1NTggMy42Mjg3NSAyMC4yMTMzIDIuNzk4NzVaIiBmaWxsPSIjMDNBOUY0Ii8+Cjwvc3ZnPgoK);
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-filter: invert(1);
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 0;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: 0;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 12px;
  width: 100%;
}
@media only screen and (min-width: 380px) {
  .amsl-button-wrapper.with-label.-rectangular {
    -webkit-flex-basis: calc(29%);
    -ms-flex-preferred-size: calc(29%);
    flex-basis: calc(29%);
  }
}
@media only screen and (min-width: 768px) {
  .amsl-button-wrapper.with-label.-rectangular {
    -webkit-flex-basis: calc(5%);
    -ms-flex-preferred-size: calc(5%);
    flex-basis: calc(5%);
    margin-right: 20px;
  }
}
.amsl-button-wrapper.with-label.-rectangular:nth-child(odd) {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 380px) {
  .amsl-button-wrapper.with-label.-rectangular:nth-child(odd) {
    -webkit-flex-basis: calc(29%);
    -ms-flex-preferred-size: calc(29%);
    flex-basis: calc(29%);
    margin-right: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .amsl-button-wrapper.with-label.-rectangular:nth-child(odd) {
    -webkit-flex-basis: calc(5%);
    -ms-flex-preferred-size: calc(5%);
    flex-basis: calc(5%);
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .amsl-button-wrapper.with-label.-rectangular:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .amsl-button-wrapper.with-label.-rectangular:last-child {
    margin-right: 0;
  }
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c2c2c2;
  box-shadow: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  border: 1px solid #233f86;
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #fff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  margin: 0 10px;
  min-width: 30px;
  -webkit-transform: none;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.amsl-button-showmore {
  color: #4878bf;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-button-showmore:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-button-showmore > .amsl-label {
  transition: "all .3s ease-in-out";
  background: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amsl-button-showmore > .amsl-label:hover {
  opacity: .8;
}
.amsl-button-showmore .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child a {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.amsl-tablist > li:only-child a a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #4878bf;
  color: #4878bf;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #787878;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #4878bf;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .field.newsletter .label {
  color: #787878;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*=prefix] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*=suffix] .fields > .field-name-lastname {
    width: calc(70%);
  }
}
.amsl-focus,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover:focus,
.amsl-popup-block .actions-toolbar .action.primary:focus {
  border-color: #fff;
  outline: 2px solid #4878bf;
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*=field-name-]) {
  margin: 20px 0 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: 0 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  -webkit-transform: none;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  background: #4878bf;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::-webkit-input-placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-size: contain;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
}
.amsl-popup-block .amsl-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=);
  background-size: contain;
}
.amsl-popup-block.-social-top .amsl-button-showmore {
  margin: 25px 0 7px;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
@media (min-width: 768px) {
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: 0 0;
    margin: 18px auto;
    padding: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: auto 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 10px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 10px;
  }
}
.amsl-accounts {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked-wrapper.-rectangular {
  padding: 25px 30px;
}
.amsl-accounts .amsl-linked {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
}
.amsl-accounts .amsl-name {
  margin: 0 20px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #233f86;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  padding: 8px 16px;
  text-transform: uppercase;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #3d5999;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
  padding-top: 0;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
}
.amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular {
    -webkit-flex-basis: calc(5%);
    -ms-flex-preferred-size: calc(5%);
    flex-basis: calc(5%);
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular:first-child {
    margin-left: 0;
  }
}
.amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular:nth-child(odd) {
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular:nth-child(odd) {
    -webkit-flex-basis: calc(5%);
    -ms-flex-preferred-size: calc(5%);
    flex-basis: calc(5%);
  }
}
@media only screen and (min-width: 768px) {
  .amsl-accounts .amsl-social-login .amsl-buttons .amsl-button-wrapper.with-label.-rectangular:last-child {
    margin-right: 0;
  }
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-social-login {
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 38px;
  position: relative;
  text-align: center;
}
.amsl-social-login .or-label-wrapper {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.amsl-social-login .or-label-wrapper span {
  background: #fff;
  display: inline-block;
  width: 44px;
}
.amsl-social-login .or-label-wrapper .line {
  border-bottom: 2px solid #f2f2f2;
  height: 1px;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .amsl-social-login .or-label-wrapper .line {
    left: 50%;
    margin-left: -49.69vw;
    width: 99.225vw;
  }
}
.amsl-social-login .amsl-title {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amsl-social-login .amsl-title {
    font-size: 3.2rem;
  }
}
.amsl-social-login .amsl-title.-short {
  width: inherit;
}
.amsl-social-login .amsl-title:not(.-short) {
  display: none;
}
.amsl-social-login .amsl-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 14px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amsl-social-login .amsl-buttons {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 0;
  }
}
.amsl-social-login .amsl-buttons.-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
body[class*=amblog-index-].page-layout-3columns .page-main {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body[class*=amblog-index-].page-layout-3columns .page-main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body[class*=amblog-index-].page-layout-3columns .page-title-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  body[class*=amblog-index-].page-layout-3columns .columns .column.main {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body[class*=amblog-index-].page-layout-3columns .columns .sidebar-main,
  body[class*=amblog-index-].page-layout-3columns .columns .sidebar-additional {
    width: 25%;
  }
}
body[class*=amblog-index-] .page-main {
  font-size: 16px;
}
body[class*=amblog-index-] .page-title {
  font-size: 28px;
  padding-right: 0;
}
body[class*=amblog-index-] .amblog-post-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
  text-transform: uppercase;
}
body[class*=amblog-index-] .amblog-post-title .post-title {
  color: #666;
  text-decoration: none;
}
body[class*=amblog-index-] .amblog-ref,
body[class*=amblog-index-] .amblog-link {
  color: #233f86;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
body[class*=amblog-index-] .amblog-ref:visited,
body[class*=amblog-index-] .amblog-link:visited {
  color: #233f86;
  text-decoration: none;
}
body[class*=amblog-index-] .amblog-ref:hover,
body[class*=amblog-index-] .amblog-link:hover {
  color: #4ba4df;
  text-decoration: underline;
}
body[class*=amblog-index-] .amblog-ref:active,
body[class*=amblog-index-] .amblog-link:active {
  color: #f7d656;
  text-decoration: underline;
}
.amblog-index-post h2,
.amblog-index-post h3 {
  font-size: 25px;
}
.amblog-element-block .amblog-date {
  font-size: 12px;
}
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-post-container .amblog-dates > :last-child {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-date,
.amblog-post-container .amblog-views,
.amblog-post-container .amblog-minread {
  font-size: 12px;
}
.amblog-dates {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-dates .amblog-date,
.amblog-dates .amblog-views,
.amblog-dates .amblog-minread {
  margin-top: 10px;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}
.amblog-btn,
.amblog-read {
  font-size: 14px;
}
.amblog-post-container .amblog-read {
  background: #233f86;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 9px 15px;
  text-transform: uppercase;
  width: auto;
}
.amblog-post-container .amblog-read:disabled {
  background: #ccc;
  color: #666;
}
.amblog-post-container .amblog-read:hover {
  background: #3d5999;
  text-decoration: none;
}
.amblog-element-block {
  background: #f5f5f5;
  border-bottom: 0;
  margin-bottom: 20px;
}
.amblog-element-block[data-set=sidebar-post] {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
}
.amblog-element-block .amblog-title {
  color: #666;
  font-size: 20px;
  padding: 25px;
}
.amblog-element-block .amblog-title:before,
.amblog-element-block .amblog-title:after {
  background: #666;
  top: 39px;
}
.amblog-element-block .amblog-headline {
  font-size: 14px;
}
.amblog-element-block .amblog-list {
  padding: 0 25px 25px;
}
.amblog-element-block .amblog-item {
  padding: 0;
}
.amblog-element-block.widget.featured {
  background: #fff;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 15px;
  width: 100%;
}
.amblog-element-block.widget.featured .amblog-list {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block.widget.featured .post-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .amblog-element-block.widget.featured .post-items .post-item {
    max-width: 25%;
  }
}
.amblog-element-block.widget.featured .post-items .post-item:not(:last-child) {
  padding-right: 15px;
}
.amblog-element-block.widget.featured .post-image img {
  height: 200px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block.widget.featured .post-image img {
    height: 290px;
    margin-bottom: 34px;
  }
}
.amblog-element-block.widget.featured .amblog-title {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.amblog-element-block.widget.featured .amblog-title:after,
.amblog-element-block.widget.featured .amblog-title:before {
  content: none;
}
.amblog-element-block.widget.featured .amblog-headline {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.amblog-element-block.widget.featured .amblog-headline:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block.widget.featured .amblog-headline {
    font-size: 22px;
  }
}
.amblog-element-block.widget.featured .short-description {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block.widget.featured .short-description {
    margin: 0;
  }
}
.amblog-element-block.widget.featured .amblog-featured-card-bottom .ampost-link {
  display: none;
}
.catalog-category-view .page-bottom > .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-category-view .page-bottom > .content .amblog-post-list {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.amblog-pager-container .amblog-link {
  background: #233f86;
}
.amblog-pager-container .amblog-link:hover {
  background: #3d5999;
}
.amblog-pager-container .amblog-link.-disabled {
  background: #ccc;
}
body[class*=amblog-index-] .amblog-post-container {
  padding-bottom: 0;
}
body[class*=amblog-index-] .amblog-post-container img {
  width: 100%;
}
body[class*=amblog-index-] .amblog-post-container .amblog-content {
  border-bottom: 0;
  padding: 0 25px 25px;
}
body[class*=amblog-index-] .amblog-post-container .amblog-shot {
  color: #666;
  margin: 0;
}
body[class*=amblog-index-] .amblog-post-container .amblog-footer {
  padding: 0 25px;
}
body[class*=amblog-index-] .amblog-post-container .amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
body[class*=amblog-index-] .amblog-post-container .amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
body[class*=amblog-index-] .amblog-post-container .amblog-posted-in {
  padding-right: 4px;
}
.amblog-index-post .amblog-footer {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-index-post .amblog-footer .tags {
  margin-bottom: 10px;
}
.amblog-index-post .amblog-footer .amblog-features,
.amblog-index-post .amblog-footer .amblog-helpful-wrap {
  margin-bottom: 20px;
}
.amblog-index-post .amblog-footer .amblog-helpful-wrap,
.amblog-index-post .amblog-footer .amblog-social-container {
  padding: 0;
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-list {
  padding: 0;
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon {
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-twitter {
  background-image: url(../../Amasty_Blog/images/svg/twitter.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-facebook {
  background-image: url(../../Amasty_Blog/images/svg/facebook.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-vkontakte {
  background-image: url(../../Amasty_Blog/images/svg/vkontakte.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-blogger {
  background-image: url(../../Amasty_Blog/images/svg/blogger.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-pinterest {
  background-image: url(../../Amasty_Blog/images/svg/pinterest.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-tumblr {
  background-image: url(../../Amasty_Blog/images/svg/tumblr.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-digg {
  background-image: url(../../Amasty_Blog/images/svg/digg.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-slashdot {
  background-image: url(../../Amasty_Blog/images/svg/slashdot.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-reddit {
  background-image: url(../../Amasty_Blog/images/svg/reddit.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-linkedin {
  background-image: url(../../Amasty_Blog/images/svg/linkedin.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-whatsapp {
  background-image: url(../../Amasty_Blog/images/svg/whatsapp.svg);
}
.amblog-index-post .amblog-footer .amblog-social-container .amblog-icon.-odnoklassniki {
  background-image: url(../../Amasty_Blog/images/svg/ok.svg);
}
.amblog-index-post .amblog-navigation-container {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation.-next {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: initial;
  word-break: break-word;
  word-wrap: break-word;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-index-post .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url(../../Amasty_Blog/images/svg/arrow-left.svg);
  content: '';
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.amblog-index-post .amblog-navigation-container .amblog-navigation > .amblog-title-link:before {
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amblog-index-post .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body[class*=amblog-index-] .products-slider.-related-products {
  padding-bottom: 40px;
}
.amblog-index-search .amblog-search-titles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .amblog-index-search .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0;
  }
}
.amblog-index-search .amblog-search-titles .amblog-search-title {
  border: 1px solid #e5e5e5;
  border-radius: 80px;
  font-size: 14px;
  margin: 0 10px 10px 0;
  text-align: center;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .amblog-index-search .amblog-search-titles .amblog-search-title {
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
  }
}
.amblog-index-search .amblog-search-titles .amblog-search-title.open {
  border-color: #233f86;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .amblog-index-search .amblog-search-titles .amblog-search-title.open:after {
    background: #233f86;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
  }
}
.amblog-index-search .amblog-search-titles .amblog-search-switch {
  color: #666;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .amblog-index-search .amblog-search-titles .amblog-search-switch {
    padding: 12px 35px;
  }
}
.amblog-index-search .amblog-search-content {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .amblog-index-search .amblog-search-content {
    margin-top: 40px;
  }
}
.amblog-post-container .amblog-tag,
.amblog-element-block .amblog-tag {
  background: #233f86;
  border-radius: 80px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
  word-break: break-word;
  word-wrap: break-word;
}
.amblog-post-container .amblog-tag:last-child,
.amblog-element-block .amblog-tag:last-child {
  margin-right: 0;
}
.amblog-post-container .amblog-tag:hover,
.amblog-post-container .amblog-tag:active,
.amblog-element-block .amblog-tag:hover,
.amblog-element-block .amblog-tag:active {
  background: #3d5999;
  color: #fff;
  text-decoration: none;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link {
  color: #233f86;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link:visited {
  color: #233f86;
  text-decoration: none;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link:active {
  color: #f7d656;
  text-decoration: underline;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link:hover {
  color: #233f86;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category .amblog-link:visited {
  color: #666;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories .amblog-link {
  font-weight: 400;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories.-level1 .amblog-category {
  border-bottom: 0;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories.-level1 > .amblog-category {
  margin-bottom: 10px;
  padding: 0;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-size: 14px;
  font-weight: 700;
}
.amblog-element-block[data-set=sidebar-category] .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block[data-set=sidebar-category] .amblog-widget-container.-categories .amblog-list {
  padding: 0 25px 25px;
}
.amblog-element-block[data-set=sidebar-category] .amblog-category-count {
  color: #666;
  font-weight: 400;
}
.amblog-element-block[data-set=sidebar-recentpost] .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block[data-set=sidebar-recentpost] img {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .amblog-element-block[data-set=sidebar-recentpost] .post-title {
    margin-bottom: 10px;
  }
}
.amblog-element-block[data-set=sidebar-recentpost] .amblog-post-list {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .amblog-element-block[data-set=sidebar-recentpost] .amblog-post-list .post-item-details {
    margin-top: 0;
  }
}
.amblog-element-block[data-set=sidebar-recentpost] .amblog-headline {
  color: #666;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.amblog-element-block[data-set=sidebar-recentpost] .amblog-headline:hover {
  color: #666;
}
.amblog-search .amblog-form-search .amblog-input {
  color: #666;
  font-size: 16px;
}
.amblog-search .amblog-form-search .amblog-btn {
  background: #233f86;
  font-weight: 400;
  line-height: 20px;
  padding: 9px 15px;
}
.amblog-search .amblog-form-search .amblog-btn:hover {
  background: #3d5999;
}
.amblog-search .amblog-form-search .amblog-search-suggest {
  list-style: none;
  padding-left: 0;
}
.amblog-search .amblog-form-search .amblog-suggest-title {
  font-weight: 700;
  text-transform: uppercase;
}
.amblog-search .amblog-form-search .amblog-suggest-title:first-of-type {
  margin-top: 10px;
}
.amblog-search .amblog-form-search .amblog-suggest {
  padding-left: 15px;
}
.amblog-search .amblog-form-search .amblog-suggest a {
  color: #666;
}
.amblog-search .amblog-form-search .amblog-suggest a:hover {
  color: #233f86;
}
.amblog-search .amblog-form-search .amblog-suggest-empty {
  margin-top: 10px;
}
.amblog-search .amblog-form-search .amblog-loader {
  background: url(../../Amasty_Blog/images/ajax-loader.gif) no-repeat 50% 0;
  display: none;
}
.block.flexiti-payment .image-wrapper {
  position: relative;
}
.block.flexiti-payment .banner-overlay {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block.flexiti-payment .banner-overlay p {
  color: #fff;
  text-transform: uppercase;
}
.block.flexiti-payment .banner-overlay h4 {
  color: #233f86;
}
.block.flexiti-payment .action.apply {
  font-weight: 700;
  text-transform: uppercase;
  width: 120px;
}
.flexiti-popup .modal-header {
  padding-top: 45px;
}
.flexiti-payment-modal iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flexiti-payment-modal .flexiti-iframe-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.flexiti-iframe-loader-gif {
  background: url(../images/ajax-loader.gif) center center no-repeat;
}
@media only screen and (max-width: 639px) {
  .block.flexiti-payment .image-wrapper img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
  }
}
.product-info-main .m-logo {
  margin: -15px 0 20px;
  text-align: center;
}
.product-info-main .m-logo img {
  display: inline-block;
}
.cataloglabel-yellow > .cataloglabel__content,
.cataloglabel-gold > .cataloglabel__content,
.cataloglabel-orange > .cataloglabel__content,
.cataloglabel-blue > .cataloglabel__content,
.cataloglabel-default > .cataloglabel__content {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2rem;
}
.cataloglabel-yellow > .cataloglabel__content {
  background: #f7d656;
  color: #000;
}
.cataloglabel-gold > .cataloglabel__content {
  background: #cdb064;
}
.cataloglabel-orange > .cataloglabel__content {
  background: #ff6408;
}
.cataloglabel-blue > .cataloglabel__content {
  background: #4a90e2;
}
.cataloglabel-default > .cataloglabel__content {
  background: #878787;
}
.cataloglabel-product_label_placeholder {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
.cataloglabel-list > .cataloglabel__content {
  padding: 2px 5px;
}
.page-title-container .product-labels {
  width: 100%;
}
.page-title-container .product-labels .cataloglabel {
  display: inline-block;
}
.product-info-main .product-price-labels-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-top: 5px;
}
.product-info-main .product-price-labels-container .cataloglabel {
  margin-left: 5px;
  margin-top: 5px;
}
.products-grid .product-items .product-item-info,
.products-list .product-items .product-item-info {
  position: relative;
}
.products-grid .product-items .product-item-product-label,
.products-list .product-items .product-item-product-label {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
.products-grid .product-items .product-item-price-label .cataloglabel,
.products-list .product-items .product-item-price-label .cataloglabel {
  margin-bottom: 5px;
}
.products-grid .product-items .product-item-price-label {
  text-align: right;
}
.products-list .product-items .product-item-price-label {
  margin-bottom: 10px;
  -webkit-order: -4;
  -ms-flex-order: -4;
  order: -4;
}
.product.info.detailed .cataloglabel {
  display: inline-block;
  margin-bottom: 10px;
}
.products-slider__item-content .product-item-name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.products-slider__item-content .product-item-price-label .product-item-price-label {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.products-slider__item-content .product-item-product-label {
  left: 25px;
  position: absolute;
  top: 30px;
  z-index: 10;
}
.products-slider__item-content .products-slider__description {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.checkout-ropis-index .page-main {
  margin: auto;
  max-width: 1200px;
}
.checkout-ropis-index .column.main {
  margin-top: 34px;
}
.checkout-ropis-index .page-title-container {
  margin-bottom: 30px;
  padding: 0;
}
.checkout-ropis-index .opc-wrapper {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .checkout-ropis-index .opc-wrapper {
    clear: both;
    margin-bottom: 70px;
    padding-right: 30px;
    width: 66.66667%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-ropis-index .opc-wrapper {
    width: 75%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-ropis-index .opc-wrapper {
    margin: 20px;
    text-align: center;
  }
}
.checkout-ropis-index .ropis__info {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .checkout-ropis-index .ropis input {
    width: 50%;
  }
}
.checkout-ropis-index .ropis .action.primary {
  font-weight: 700;
  margin-top: 10px;
}
.checkout-ropis-index .payment-options {
  margin-top: 20px;
}
.ropis-confirmation-modal .modal-inner-wrap {
  max-width: 630px;
}
.ropis-confirmation-modal .modal-header {
  display: none;
}
.ropis-confirmation-modal .modal-content {
  padding: 0;
}
.ropis-confirmation-modal .modal-footer {
  display: none;
}
.ropis-confirmation-modal__header {
  font-size: 22px;
  margin-right: 25px;
  padding: 7px 14px;
}
.ropis-confirmation-modal__header .action-close {
  outline: none;
}
.ropis-confirmation-modal__header .action-close:before {
  color: #666;
  font-size: 21px;
  line-height: 21px;
}
.ropis-confirmation-modal__info {
  background: #f2f2f2;
  padding: 15px 15px 1px;
}
.ropis-confirmation-modal__info p,
.ropis-confirmation-modal__info strong {
  display: block;
  margin-bottom: 15px;
}
.ropis-confirmation-modal__info-store {
  font-weight: 700;
}
.ropis-confirmation-modal__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ropis-confirmation-modal__content .minicart-items-wrapper {
  border: none;
}
.ropis-confirmation-modal__content-items {
  padding: 0 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ropis-confirmation-modal__content-items {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ropis-confirmation-modal__content-items-header {
  font-size: 1.4rem;
  display: block;
  margin-top: 15px;
  text-transform: capitalize;
}
.ropis-confirmation-modal__content-items .details-qty {
  margin-top: 0 !important;
}
.ropis-confirmation-modal__content-items img {
  height: 50px;
  width: 50px;
}
.ropis-confirmation-modal__content-totals {
  margin-top: 48px;
  padding: 0 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ropis-confirmation-modal__content-totals {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ropis-confirmation-modal__content-totals-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}
.ropis-confirmation-modal__content-totals-value {
  text-align: right;
}
.ropis-confirmation-modal__footer {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.ropis-confirmation-modal__footer-info {
  display: block;
}
.ropis-confirmation-modal__footer .action.primary {
  font-weight: 700;
  margin-top: 15px;
  max-width: 100%;
  padding: 9px 56px;
}
.ropis-confirmation-modal__footer a {
  color: #666;
  text-decoration: underline;
}
.checkout-container #checkoutSteps > li:not(.opc-sidebar) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .checkout-container #checkoutSteps > li:not(.opc-sidebar) {
    clear: both;
    margin-bottom: 70px;
    padding-right: 30px;
    width: 66.66667%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-container #checkoutSteps > li:not(.opc-sidebar) {
    width: 75%;
    float: left;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.checkout-container #checkoutSteps > li:not(.opc-sidebar).checkout-shipping-address {
  margin-bottom: 1rem;
}
.checkout-container .checkout-shipping-store-select .step-title {
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
}
.checkout-container .checkout-shipping-store-select .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  content: "ïƒ—";
  font-family: "Font Awesome 5 Free";
  margin: 0 30px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-container .checkout-shipping-store-select .step-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-container .checkout-shipping-store-select.active .step-title:after {
  display: none;
}
.checkout-container .store-selector__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.checkout-container .store-selector__list-load-more {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 20px 0;
}
.checkout-container .store-selector__selected-store {
  margin: 20px 0;
}
.checkout-container .store-selector__selected-store + button {
  margin-top: 10px;
}
.checkout-container .store-selector__store {
  border-bottom: 1px solid #ccc;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  margin-right: 28px;
  padding: 20px 25px;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .checkout-container .store-selector__store {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    max-width: 50%;
  }
}
.checkout-container .store-selector__store-name {
  font-weight: 700;
}
.checkout-container .store-selector__store > input[type=radio] {
  left: 0;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.checkout-container .store-selector__note {
  margin-top: 20px;
}
.checkout-container .store-selector__note:after {
  content: ":";
}
.checkout-container .shipping-ropis__type {
  display: block;
  padding: 20px 25px;
  position: relative;
}
.checkout-container .shipping-ropis__type > input[type=radio] {
  left: 0;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.checkout-container .shipping-ropis__type .label {
  margin-bottom: 15px;
}
.checkout-container .shipping-ropis__type .label:after {
  content: ":";
}
.checkout-container .shipping-ropis__type .value {
  font-weight: 700;
  margin-bottom: 20px;
}
.checkout-container .shipping-ropis__type .value:last-child {
  margin-bottom: 0;
}
.opc-wrapper .step-content .message.notice {
  margin: 15px 0;
}
.ropis__store-info__message {
  margin-bottom: 30px;
}
.ropis__store-info__message .ropis__store-info__info-store {
  font-weight: 700;
}
.products-list .product-item .flxContent {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.products-grid .product-item .flxContent {
  -webkit-order: -9;
  -ms-flex-order: -9;
  order: -9;
}
.free-shipping-tooltip__toggle {
  text-decoration: none;
}
.free-shipping-tooltip__toggle:after {
  font-size: 1.7rem;
  color: #233f86;
  content: '\f05a';
  font-family: 'Font Awesome 5 Free';
  text-align: center;
}
.storelocator-index-index .column.main {
  padding: 0 15px;
}
.storelocator-index-index .page-title-container {
  display: none;
}
.storelocator-index-index .breadcrumbs {
  background: #f2f2f2;
}
.storelocator-index-index .breadcrumbs a {
  color: #2a3d55;
}
.storelocator-index-index .breadcrumbs a:visited {
  color: #233f86;
}
.storelocator-index-index .breadcrumbs a:hover {
  color: #2a3d55;
}
.storelocator-index-index .breadcrumbs a:active {
  color: #2a3d55;
}
.store-locator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .store-locator {
    margin: 0 auto 25px;
    max-width: 1200px;
    position: static;
  }
}
.store-locator .pin-marker {
  background: url(../icons/marker.png);
  cursor: pointer;
  height: 34px;
  position: absolute;
  width: 20px;
}
.store-locator .marker,
.store-locator .store-locator__results-store-number-marker {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  text-decoration: none;
}
.store-locator .marker:before,
.store-locator .store-locator__results-store-number-marker:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: normal;
  color: #fff;
  content: "ï…";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-locator .marker:hover:before,
.store-locator .store-locator__results-store-number-marker:hover:before {
  color: #04235b;
}
.store-locator .marker:active:before,
.store-locator .store-locator__results-store-number-marker:active:before,
.store-locator .marker.active:before,
.store-locator .active.store-locator__results-store-number-marker:before {
  color: #04235b;
}
.store-locator .marker:before,
.store-locator .store-locator__results-store-number-marker:before {
  background: #0040ad;
  background: linear-gradient(to bottom, #0040ad 0%, #04235d 73%, #04235d 100%);
  -webkit-background-clip: text;
  background-clip: border-box;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.store-locator .marker span,
.store-locator .store-locator__results-store-number-marker span {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to bottom, #04235b 0%, #04235b 91%, #003fad 100%);
  border-bottom: 1px solid #003fad;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px;
  height: 34px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-shadow: 15px 25px 25px #575757;
  top: 13%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
}
.store-locator .marker.gray-mode,
.store-locator .gray-mode.store-locator__results-store-number-marker {
  display: inline-block;
  text-decoration: none;
}
.store-locator .marker.gray-mode:before,
.store-locator .gray-mode.store-locator__results-store-number-marker:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: normal;
  color: #fff;
  content: "ï…";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-locator .marker.gray-mode:hover:before,
.store-locator .gray-mode.store-locator__results-store-number-marker:hover:before {
  color: #b7b7b7;
}
.store-locator .marker.gray-mode:active:before,
.store-locator .gray-mode.store-locator__results-store-number-marker:active:before,
.store-locator .marker.gray-mode.active:before,
.store-locator .gray-mode.active.store-locator__results-store-number-marker:before {
  color: #b7b7b7;
}
.store-locator .marker.gray-mode:before,
.store-locator .gray-mode.store-locator__results-store-number-marker:before {
  background: #d3d3d3;
  background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 22%, #b7b7b7 100%);
  -webkit-background-clip: text;
  background-clip: border-box;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.store-locator .marker.gray-mode span,
.store-locator .gray-mode.store-locator__results-store-number-marker span {
  background: #b7b7b7;
  background: linear-gradient(to bottom, #b7b7b7 0%, #b7b7b7 14%, #d3d3d3 86%, #d3d3d3 100%);
  border-bottom: 1px solid #ffffff;
}
.store-locator .marker.active,
.store-locator .active.store-locator__results-store-number-marker {
  z-index: 2;
}
.store-locator__sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .store-locator__sidebar {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.store-locator__map {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 350px;
  margin-top: 25px;
  position: absolute;
  top: 270px;
}
@media only screen and (min-width: 768px) {
  .store-locator__map {
    height: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.store-locator__search {
  padding-bottom: 365px;
}
@media only screen and (min-width: 768px) {
  .store-locator__search {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: auto;
    max-width: 490px;
    padding: 40px 0 20px;
    width: 100%;
  }
}
.store-locator__search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.store-locator__search-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .store-locator__search-title {
    margin-top: 0;
  }
}
.store-locator__search .actions-toolbar {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .store-locator__search .actions-toolbar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.store-locator__search .actions-toolbar .primary,
.store-locator__search .actions-toolbar .secondary {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .store-locator__search .actions-toolbar .primary,
  .store-locator__search .actions-toolbar .secondary {
    margin-bottom: 5px;
  }
}
.store-locator__results {
  background: #f2f2f2;
  height: 500px;
  margin-left: -15px;
  margin-right: -15px;
  overflow-y: scroll;
}
.store-locator__results-store {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 30px 15px;
  position: relative;
}
.store-locator__results-store:after {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .store-locator__results-store-data {
    margin: auto;
    max-width: 490px;
    position: relative;
  }
}
.store-locator__results-store-title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.store-locator__results-store-title ~ p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .store-locator__results-store-address {
    width: 80%;
  }
}
.store-locator__results-store-phone {
  display: inline-block;
  text-decoration: none;
}
.store-locator__results-store-phone:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "ï‚•";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-locator__results-store-phone:before {
  padding-left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.store-locator__results-store-select {
  margin-top: 15px;
  text-align: right;
}
.store-locator__results-store-hours,
.store-locator__results-store-number {
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.store-locator__results-store-number {
  display: inline-block;
  height: 100%;
  line-height: 100%;
}
.store-locator__results-store-hours {
  display: block;
  text-decoration: underline !important;
  display: inline-block;
  text-decoration: none;
}
.store-locator__results-store-hours:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "ï€—";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .store-locator__results-store-hours {
    background-image: none;
    background: #f2f2f2;
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 9px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
    right: 15px;
    text-align: center;
    white-space: nowrap;
  }
  .store-locator__results-store-hours:focus,
  .store-locator__results-store-hours:active {
    background: #e2e2e2;
    background-color: false;
    background-image: linear-gradient(to bottom, false 0%, false 100%);
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
    color: #666;
  }
  .store-locator__results-store-hours:hover {
    background: #e2e2e2;
    background-color: false;
    background-image: linear-gradient(to bottom, false 0%, false 100%);
    background-repeat: repeat-x;
    border: 1px solid #cdcdcd;
    color: #555;
  }
  .store-locator__results-store-hours.disabled,
  .store-locator__results-store-hours[disabled],
  fieldset[disabled] .store-locator__results-store-hours {
    opacity: 1;
    cursor: default;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  .store-locator__results-store-hours {
    position: initial;
    -webkit-transform: initial;
    transform: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .store-locator__results-store-hours {
    position: absolute;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }
}
.active .store-locator__results-store-hours {
  display: none;
}
.store-locator__results-store-hours:before {
  padding-left: 12px;
  text-decoration: none !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.store-locator__results-store-number {
  display: none;
}
.active .store-locator__results-store-number {
  display: block;
}
.store-locator__results-store-number-marker {
  left: auto;
  margin-left: 0;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}
.store-locator__results-store-content {
  display: inline-block;
  width: 65%;
}
.store-locator__results-store.active {
  background: #fff;
  border-bottom: none;
}
.store-locator__results-store.active .store-locator__results-store-title {
  display: inline-block;
  text-decoration: none;
}
.store-locator__results-store.active .store-locator__results-store-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-locator__results-store.active .store-locator__results-store-select {
  display: block;
}
.store-locator__results-store.enabled {
  display: block;
}
.store-locator__results-store.disabled {
  display: none;
}
.store-locator__results-filter-mode .store-locator__results-store-hours {
  display: none;
}
.store-locator__results-filter-mode .store-locator__results-store-number {
  display: block;
}
.store-locator__store-popup {
  padding: 10px;
}
.store-locator__store-popup p {
  margin-bottom: 0;
}
.store-locator__store-popup-title {
  text-transform: uppercase;
}
.store-locator__store-popup > a {
  display: block;
  padding: 1rem 0;
}
.store-locator__store-popup br {
  display: none;
}
.store-locator__store-opening-hours-title {
  font-weight: 700;
}
.store-locator #map-canvas {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.store-locator #map-canvas .gm-style-iw-a {
  margin-left: 21px;
}
@media only screen and (min-width: 768px) {
  .store-locator__set-as-default-modal .modal-inner-wrap {
    width: 50%;
  }
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .store-locator__set-as-default-modal .modal-inner-wrap .modal-footer {
    display: block;
  }
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-dismiss {
  margin-top: 5px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-dismiss {
    display: inline-block;
    margin-top: 0;
  }
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept {
  background-image: none;
  background: #233f86;
  border: 1px solid #233f86;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 9px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept:focus,
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept:active {
  background: #3d5999;
  border: 1px solid #3d5999;
  color: #fff;
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
  color: #fff;
}
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept.disabled,
.store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept[disabled],
fieldset[disabled] .store-locator__set-as-default-modal .modal-inner-wrap .modal-footer .action-accept {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
p.store-locator__store-popup-title,
p .store-locator__store-opening-hours-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
img.lazy:not([src]) {
  visibility: hidden;
}
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
.category-headline {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.category-landing-main .category-headline {
  padding-left: 0;
}
.category-landing-main .category-headline h1 {
  font-size: 1.7rem;
}
@media only screen and (min-width: 640px) {
  .category-landing-main .category-headline h1 {
    font-size: 2.2rem;
  }
}
.category-view {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .category-view .category-headline {
    display: none;
  }
}
.category-view .category-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .category-view .category-image {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .category-view .category-image--mobile {
    display: none;
  }
}
.catalog-category-view .columns .column.main .category-headline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .column.main .category-headline {
    display: block;
  }
}
.category-landing-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.category-landing-grid__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .category-landing-grid__item {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.category-landing-grid__item-wrapper {
  background: #fff;
  height: 100%;
  padding: 10px;
}
.category-landing-grid__item a {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  text-decoration: none;
}
.category-landing-grid__item a:visited {
  color: #666;
  text-decoration: none;
}
.category-landing-grid__item a:hover {
  color: #666;
  text-decoration: none;
}
.category-landing-grid__item a:active {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .category-landing-grid__item a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.category-landing-grid__item span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 0 8px;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .category-landing-grid__item span {
    margin: 0 0 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.category-landing-grid__item img {
  max-height: 60px;
  max-width: 60px;
}
@media only screen and (min-width: 768px) {
  .category-landing-grid__item img {
    margin-top: auto;
    max-height: none;
    max-width: 100%;
  }
}
.category-landing-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
@media only screen and (min-width: 768px) {
  .category-landing-list {
    margin-top: 10px;
  }
}
.category-landing-list > li {
  margin-bottom: 25px;
}
.category-landing-list > li > a {
  color: #666;
  text-decoration: none;
  font-size: 1.6rem;
}
.category-landing-list > li > a:visited {
  color: #666;
  text-decoration: none;
}
.category-landing-list > li > a:hover {
  color: #666;
  text-decoration: none;
}
.category-landing-list > li > a:active {
  color: #666;
  text-decoration: none;
}
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.video-thumb-icon .fotorama__thumb {
  opacity: .5;
}
.video-thumb-icon:after {
  background: url(../JYSK_Theme/img/gallery-sprite.png);
  background-size: cover;
  bottom: 0;
  content: '';
  height: 47px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 67px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-video {
    margin: 0;
    top: 16px;
  }
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
.store-switcher-wrapper {
  min-height: 72px;
}
@media only screen and (min-width: 425px) {
  .store-switcher-wrapper {
    min-height: 54px;
  }
}
@media only screen and (min-width: 640px) {
  .store-switcher-wrapper {
    min-height: 0;
  }
}
.store-switcher {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 300;
  margin-right: 5px;
}
.store-switcher:before,
.store-switcher:after {
  content: '';
  display: table;
}
.store-switcher:after {
  clear: both;
}
.store-switcher .store-switcher__selected {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.store-switcher .store-switcher__selected:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 13px;
  color: inherit;
  content: "î¤¸";
  font-family: "jysk-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-switcher .store-switcher__selected:hover:after {
  color: inherit;
}
.store-switcher .store-switcher__selected:active:after,
.store-switcher .store-switcher__selected.active:after {
  color: inherit;
}
.store-switcher .store-switcher__selected.active {
  display: inline-block;
  text-decoration: none;
}
.store-switcher .store-switcher__selected.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 13px;
  color: inherit;
  content: "î¤¹";
  font-family: "jysk-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-switcher .store-switcher__selected.active:hover:after {
  color: inherit;
}
.store-switcher .store-switcher__selected.active:active:after,
.store-switcher .store-switcher__selected.active.active:after {
  color: inherit;
}
.store-switcher .store-switcher__dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 2px solid #f2f2f2;
  margin-top: 5px;
  min-width: 100%;
  z-index: 100;
  top: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: none;
  position: absolute;
}
.store-switcher .store-switcher__dropdown li {
  margin: 0;
  padding: 20px 15px;
}
.store-switcher .store-switcher__dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.store-switcher.active {
  overflow: visible;
}
.store-switcher.active .store-switcher__dropdown {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .store-switcher {
    margin-right: 15px;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
.store-switcher .store-switcher__selected {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .store-switcher .store-switcher__selected {
    display: inline-block;
  }
}
.store-switcher .store-switcher__selected.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .store-switcher .store-switcher__selected.active {
    display: inline-block;
  }
}
.store-switcher__selected {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  min-height: 72px;
  min-width: 135px;
  padding-left: 35px;
}
.store-switcher__selected:visited {
  color: #666;
  text-decoration: none;
}
.store-switcher__selected:hover {
  color: #666;
  text-decoration: none;
}
.store-switcher__selected:active {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 425px) {
  .store-switcher__selected {
    min-height: 54px;
  }
}
@media only screen and (min-width: 640px) {
  .store-switcher__selected {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .store-switcher__selected {
    border-right: 1px solid #f2f2f2;
    min-width: 160px;
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
  }
}
.store-switcher__selected:after {
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .store-switcher__selected:after {
    left: auto;
    right: 15px;
  }
}
.store-switcher .store-switcher__selected.active:after,
.store-switcher .store-switcher__selected:after {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .store-switcher .store-switcher__selected.active:after,
  .store-switcher .store-switcher__selected:after {
    font-size: 1.2rem;
  }
}
.store-switcher__label {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .store-switcher__label {
    display: inline;
  }
}
.store-switcher__value {
  color: #233f86;
  font-weight: 600;
  width: 100%;
}
.store-switcher__hours {
  color: #999;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .store-switcher__hours {
    display: block;
  }
}
.store-switcher .store-switcher__dropdown {
  padding: 20px 15px;
  right: -42px;
}
@media only screen and (min-width: 768px) {
  .store-switcher .store-switcher__dropdown {
    right: initial;
  }
}
.store-switcher__dropdown-action.action {
  margin-top: 10px;
}
.store-switcher__dropdown-title {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.store-switcher__dropdown-info,
.store-switcher__dropdown-link {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.store-switcher__dropdown-link {
  display: block;
  margin-bottom: 10px;
}
.store-switcher-modal__store-actions button.disabled {
  background: #e2e2e2;
}
.store-switcher__closest_store_block {
  margin: 0 15px 15px 0;
}
.store-switcher__closest_store_block .store-switcher__label {
  font-size: 10px;
  font-weight: 700;
}
.store-switcher__closest_store_block .store-switcher__closest_store {
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
.add-to-cart-modal {
  z-index: 905 !important;
}
.add-to-cart-modal + .modals-overlay {
  z-index: 904 !important;
}
.add-to-cart-modal .modal-inner-wrap {
  max-width: 630px;
}
@media only screen and (max-width: 1023px) {
  .add-to-cart-modal .modal-inner-wrap {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
.add-to-cart-modal .modal-header {
  display: none;
}
.add-to-cart-modal .modal-content {
  padding: 0;
}
.add-to-cart-modal .modal-footer {
  display: none;
}
.add-to-cart-modal__header {
  font-size: 22px;
  margin: 0 25px 10px 20px;
  padding: 20px 14px 7px;
}
.add-to-cart-modal__header .action-close {
  margin: 10px 20px 0 0;
  outline: none;
}
.add-to-cart-modal__header .action-close:before {
  color: #666;
  font-size: 21px;
  line-height: 21px;
}
.add-to-cart-modal__header-store {
  font-size: 1.6rem;
  font-weight: 400;
}
.add-to-cart-modal__item {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__item {
    border: none;
    margin: 0 20px;
    padding: 10px;
  }
}
.add-to-cart-modal__item-overview {
  margin-left: 20px;
  width: 100%;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__item-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 1.4rem;
  }
}
.add-to-cart-modal__item-details {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__item-details {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .add-to-cart-modal__item-details > div {
    margin: 0 15px;
  }
}
.add-to-cart-modal__item-details > div {
  font-weight: 700;
}
.add-to-cart-modal__item-img {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.add-to-cart-modal__item-color {
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__item-color {
    height: 20px;
    width: 20px;
  }
}
.add-to-cart-modal__item-sku {
  font-size: 1rem;
  font-weight: 400;
}
.add-to-cart-modal__item-name {
  font-weight: 700;
}
.add-to-cart-modal__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__actions {
    margin-top: 10px;
    padding: 22px 0;
  }
}
.add-to-cart-modal__actions button {
  display: block !important;
  font-weight: 700 !important;
  margin: 5px auto 10px;
  padding: 15px !important;
  text-transform: uppercase;
  width: 80%;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__actions button {
    display: inline-block !important;
    margin: 5px auto;
    padding: 9px 73px!important;
    width: auto;
  }
}
.add-to-cart-modal__actions-or {
  display: none;
  font-weight: 700;
  padding: 0 21px!important;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal__actions-or {
    display: inline-block !important;
  }
}
.add-to-cart-modal__restriction-msg {
  margin-bottom: 22px;
  padding: 0 15px;
}
.add-to-cart-modal .product-image-photo {
  height: 50px;
  width: 50px;
}
.add-to-cart-modal .product-image-container {
  width: auto !important;
}
.add-to-cart-modal--step2 .add-to-cart-modal__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal--step2 .add-to-cart-modal__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal--step2 .add-to-cart-modal__actions .action {
    margin: 0 38px;
    max-height: 37px;
    padding: 8px 14px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .add-to-cart-modal--step2 .add-to-cart-modal__actions .action {
    margin-bottom: 16px;
  }
}
.add-to-cart-modal--step2 .add-to-cart-modal__actions .action.continue {
  font-weight: 400 !important;
}
@media only screen and (max-width: 1023px) {
  .add-to-cart-modal--step2 .add-to-cart-modal__actions .action.continue {
    margin-top: 16px;
  }
}
.add-to-cart-modal--step2 .add-to-cart-modal__actions .or-label-wrapper {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal--step2 .add-to-cart-modal__actions .or-label-wrapper {
    display: none;
  }
}
.add-to-cart-modal--step2 .add-to-cart-modal__actions .or-label-wrapper span {
  background: #fff;
  display: inline-block;
  width: 44px;
}
.add-to-cart-modal--step2 .add-to-cart-modal__actions .or-label-wrapper .line {
  border-bottom: 2px solid #f2f2f2;
  height: 1px;
  left: 21px;
  position: absolute;
  top: 13px;
  width: 90%;
  z-index: -1;
}
.add-to-cart-modal--step3 .add-to-cart-modal__actions,
.add-to-cart-modal--step4 .add-to-cart-modal__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal--step3 .add-to-cart-modal__actions,
  .add-to-cart-modal--step4 .add-to-cart-modal__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.add-to-cart-modal--step3 .add-to-cart-modal__item-fulfillment-text,
.add-to-cart-modal--step4 .add-to-cart-modal__item-fulfillment-text {
  color: #3d5999;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
}
.add-to-cart-modal--step3 .add-to-cart-modal__question,
.add-to-cart-modal--step4 .add-to-cart-modal__question {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .add-to-cart-modal--step0 .add-to-cart-modal__actions button {
    padding: 9px 30px !important;
  }
}
.notify-when-in-stock {
  text-align: center;
  width: 100%;
}
.notify-when-in-stock a {
  color: #666;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
}
.notify-when-in-stock__label {
  margin-left: 5px;
}
.catalog-product-view-bundle .product-view-sidebar .old-price {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.catalog-product-view-bundle .product-view-sidebar .price-label {
  display: none;
}
.catalog-product-view-bundle .product-view-sidebar .minimal-price {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catalog-product-view-bundle .page-title-container span.overview {
  display: block;
  margin-bottom: 0;
}
.bundle-promo {
  background: #f7d656;
  color: #000;
  font-weight: 700;
  padding: 2px 10px;
  text-align: center;
  text-transform: uppercase;
}
.bundle-promo p {
  margin: 0;
}
.product-info-main .bundle-options-wrapper .price-box {
  display: block;
  text-align: right;
}
.product-info-main .bundle-options-wrapper .price-box .regular-price-label {
  display: none;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options {
  border: 1px solid #ffffff;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field:last-child {
  border-bottom: 0;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field > .label {
  display: none;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field {
  margin-bottom: 0;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field > .label {
  margin-bottom: 0;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field.choice {
  padding: 5px;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field.choice > .label {
  width: 100%;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field.choice > .label > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field.choice > .label > span > .product-name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options > .field .options-list > .field.choice > .label > span > .qty-notice {
  border-left: 1px solid #fff;
  margin-bottom: -5px;
  margin-top: -5px;
  padding: 5px 0 5px 5px;
}
.bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .price-notice {
  display: none;
}
.bundle-options-wrapper .radio + label:before {
  border-color: #666;
  border-radius: 50%;
  content: '';
}
.bundle-options-wrapper .radio + label:after {
  border-radius: 50%;
  content: '';
  height: 14px;
  margin: 6px 10px 0 4px;
  position: absolute;
  width: 14px;
}
.bundle-options-wrapper .radio:checked + label:after {
  background: #666;
}
.products {
  margin: 30px 0;
}
.product-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-item {
  margin-bottom: 25px;
  vertical-align: top;
}
.product-item-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: block;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.product-item-name > a {
  color: #000;
  text-decoration: none;
}
.product-item-name > a:visited {
  color: #000;
  text-decoration: underline;
}
.product-item-name > a:hover {
  color: #000;
  text-decoration: underline;
}
.product-item-name > a:active {
  color: #000;
  text-decoration: underline;
}
.product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #333;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-actions .actions-secondary > .action:hover:before {
  color: #4ba4df;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-secondary > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item-actions .stock {
  display: none;
}
.product-item-description {
  margin: 5px 0 10px;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-item .price-box .price {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .old-price {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.6rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  margin-left: 3px;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.product-item .old-price {
  line-height: 1;
}
.product-item .old-price .price {
  font-size: 1.2rem;
  color: #878787;
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #233f86;
  font-size: 14px;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .action.tocompare:before {
  content: "ï‚€";
}
.product-item .tocart {
  border-color: #000;
  line-height: 1.6rem;
  padding: 6px 9px;
  font-size: 1.2rem;
  color: #000;
  min-width: 140px;
  text-transform: uppercase;
  white-space: nowrap;
}
.products-grid,
.products-list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.products-grid .product-items,
.products-list .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid .product-item,
.products-list .product-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  .products-grid .product-item,
  .products-list .product-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .products-grid .product-item,
  .products-list .product-item {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .products-grid .product-item,
  .products-list .product-item {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .products-grid .product-item,
  .products-list .product-item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.products-grid .product-item .action.more,
.products-list .product-item .action.more {
  display: none;
}
.products-grid .product-item .price-box {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .products-grid .product-item .price-box {
    margin: 1px 0 4px auto;
  }
}
.products-grid .product-item-name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.products-grid .product-item-description {
  width: 100%;
}
.products-grid .product-item-details {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.products-grid .product-item-inner {
  bottom: 0;
  position: absolute;
}
.products-grid .product-items .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .products-list .product-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-list .product-item-name {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.products-list .product-item-description {
  -webkit-order: -5;
  -ms-flex-order: -5;
  order: -5;
}
.products-list .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-list .product-item-photo {
  margin-right: 50px;
  min-width: 280px;
}
.products-list .product-item .price-box {
  margin-bottom: 10px;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.products-list .product-item-inner {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 35px;
}
.toolbar-products:before,
.toolbar-products:after {
  content: '';
  display: table;
}
.toolbar-products:after {
  clear: both;
}
.toolbar-products .pages {
  display: none;
}
.toolbar-products .limiter {
  display: none;
}
.sorter .sorter-options {
  -webkit-appearance: none;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  color: #666;
  padding-right: 40px;
  width: auto;
}
.sorter .sorter-options-wrapper {
  display: inline-block;
  margin: 0 17px 0 19px;
  position: relative;
}
.sorter .sorter-options-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  content: "î¤¸";
  font-family: "jysk-icons";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sorter .sorter-action {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  background: 0 0;
  border: 0;
  display: inline;
  display: inline-block;
  text-decoration: none;
}
.sorter .sorter-action:visited {
  color: #233f86;
  text-decoration: none;
}
.sorter .sorter-action:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.sorter .sorter-action:active {
  color: #f7d656;
  text-decoration: underline;
}
.sorter .sorter-action:hover {
  color: #4ba4df;
}
.sorter .sorter-action:hover,
.sorter .sorter-action:active,
.sorter .sorter-action:focus {
  background: 0 0;
  border: 0;
}
.sorter .sorter-action.disabled,
.sorter .sorter-action[disabled],
fieldset[disabled] .sorter .sorter-action {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sorter .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter .sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #666;
  content: "ïŒŒ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter .sorter-action:hover:before {
  color: #666;
}
.sorter .sort-desc:before {
  content: "ïŒ‰";
}
.modes {
  display: none;
}
@media only screen and (min-width: 768px) {
  .modes {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.modes-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode {
  color: #666;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #666;
  content: "ï€Š";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:hover:before {
  color: #666;
}
.modes-mode.mode-list {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.modes-mode.mode-list:before {
  content: "ï€‹";
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__nav__frame:focus:after,
.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama__caption,
.fotorama--fullscreen,
.fotorama__wrap--css3 .fotorama__html,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__nav:before,
.fotorama__nav:after,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__stage:before,
.fotorama__stage:after,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame,
.fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0;
}
.fotorama-focus-overlay:after,
.fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: unset;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__wrap {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: .333s;
}
.transitionDurationZero {
  transition-duration: unset;
}
.fotorama-sprite,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__thumb--icon,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  background-image: url(../images/gallery.png);
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb--icon,
  .fotorama__video-close,
  .fotorama__video-play,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__thumb-border {
    background: 0 0 !important;
  }
}
.fotorama__active {
  box-shadow: 0 0 0 transparent;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__arr {
  bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__arr:focus {
  box-shadow: none;
}
.fotorama__arr:focus:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__arr--disabled {
  cursor: default;
  display: none;
  opacity: .1;
  pointer-events: none;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
  display: none !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
  transition-duration: .3s;
  transition-property: opacity,background-color,-webkit-transform;
  transition-property: transform,opacity,background-color;
  transition-property: transform,opacity,background-color,-webkit-transform;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.fotorama__arr .fotorama__arr__arr {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
}
.fotorama__dot {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: block;
  height: 10px;
  left: 4px;
  position: relative;
  top: 10px;
  width: 10px;
}
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__active .fotorama__dot {
  background-color: #666;
  border-color: #666;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  cursor: pointer;
  display: none;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama__fullscreen-icon:focus {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
  transition-duration: .3s;
  transition-property: opacity,background-color,-webkit-transform;
  transition-property: transform,opacity,background-color;
  transition-property: transform,opacity,background-color,-webkit-transform;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.gallery-placeholder._block-content-loading {
  margin-left: auto;
}
.gallery-placeholder._block-content-loading .gallery-placeholder__image {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .gallery-placeholder._block-content-loading .gallery-placeholder__image {
    margin: 0 auto 0 196px;
  }
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: .3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  opacity: 0;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: .3s;
  transition-property: width,height,top,left;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: .3s linear;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width,height,bottom,right,top,left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.magnify-fullimage {
  display: none;
}
.fotorama__fullscreen .magnify-fullimage {
  display: inline-block;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav:before,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__nav:after {
  bottom: -10px;
  right: -10px;
}
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after {
  display: none;
}
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav__frame {
  box-sizing: content-box;
  position: relative;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb {
  display: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: #fff;
  width: 100%;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  background-size: 1px 100%,5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  background-size: 100% 1px,100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  background-position: 0 0,0 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  background-position: 100% 0,100% 0;
  right: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
}
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  background-position: 0 0,0 0;
  top: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
}
.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  background-position: 0 100%,0 100%;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.fotorama__spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-image: url(../images/loader-1.gif);
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner--show {
  display: block;
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__stage {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__stage:before,
.fotorama__stage:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after {
  bottom: -10px;
  right: -10px;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__stage__frame {
  overflow: hidden;
  text-align: center;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(-60%);
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__stage__frame.configurable_main_image.invisible {
  visibility: hidden;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__stage__shaft:focus {
  box-shadow: none;
}
.fotorama__stage__shaft:focus:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__thumb {
  background-color: #ebebeb;
  border: 1px solid #f2f2f2;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__thumb:hover {
  cursor: pointer;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  box-shadow: none;
  z-index: 2;
}
.fotorama__nav__frame:focus .fotorama__thumb:after {
  border-radius: inherit;
  bottom: 0;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__thumb--icon {
  font-size: .001px;
  padding-bottom: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.fotorama__thumb-border {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #f7d656;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__thumb__arr {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
.fotorama__video-close {
  background-position: -80px 0;
  cursor: pointer;
  height: 80px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
  z-index: 1000;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: .3s;
  transition-property: opacity,background-color,-webkit-transform;
  transition-property: transform,opacity,background-color;
  transition-property: transform,opacity,background-color,-webkit-transform;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    height: 40px;
    top: 10px;
    width: 40px;
  }
}
.fotorama__video-play {
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-duration: .3s;
  transition-property: opacity,background-color,-webkit-transform;
  transition-property: transform,opacity,background-color;
  transition-property: transform,opacity,background-color,-webkit-transform;
}
.fotorama__wrap {
  direction: ltr;
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  z-index: 0;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000;
}
.fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  box-shadow: none;
}
.fotorama__zoom-in:focus:after,
.fotorama__zoom-out:focus:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-in--disabled,
.fotorama__fullscreen .fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0!important;
  top: 0;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-description {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .category-view .category-description {
    display: none;
  }
}
.category-view img {
  margin: 0 auto;
}
.catalog-category-view .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.catalog-category-view .columns .column.main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.catalog-category-view .columns .column.main .category-description {
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .column.main .category-description {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .column.main {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.catalog-category-view .columns .sidebar-main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 25px;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .sidebar-main {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.catalog-category-view .columns .toolbar-products {
  display: none;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: static;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .toolbar-products {
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
  }
}
.catalog-category-view .columns > .toolbar-products {
  display: block;
}
.catalog-category-view .page-title {
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-category-view.catalog-category-landing .page-main {
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.catalog-category-view.catalog-category-landing .category-view {
  width: 100%;
  padding-right: 15;
  padding-left: 15;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-bottom: 20px;
}
.catalog-category-view.catalog-category-landing .category-view .category-description {
  display: none;
}
.catalog-category-view.catalog-category-landing .category-view .category-headline {
  display: none;
}
.catalog-category-view.catalog-category-landing .columns {
  margin: 0;
}
.catalog-category-view.catalog-category-landing .columns .column.main {
  padding: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.catalog-category-view.catalog-category-landing .columns .column.main .category-headline {
  display: block;
}
.catalog-category-view.catalog-category-landing .columns .column.main .category-description {
  display: block;
}
.category-landing-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 35px;
}
.category-landing-wrapper .category-landing-aside {
  display: none;
}
@media only screen and (min-width: 768px) {
  .category-landing-wrapper .category-landing-aside {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.category-landing-wrapper .category-landing-main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .category-landing-wrapper .category-landing-main {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.ellipsis {
  overflow: hidden;
}
.ellipsis.ellipsis-enabled .category-description-text {
  display: none;
}
.ellipsis.ellipsis-enabled .hide-part {
  display: block;
}
.ellipsis.ellipsis-enabled .show-less,
.ellipsis.ellipsis-enabled .show-more {
  display: inline;
  text-decoration: underline;
}
.ellipsis.ellipsis-enabled.show-ellipsis {
  max-height: unset;
  overflow: unset;
}
.ellipsis.ellipsis-enabled.show-ellipsis .hide-part {
  display: inline;
}
.ellipsis.ellipsis-enabled.show-ellipsis .show-more {
  display: none;
}
.category-description .ellipsis-content {
  display: none;
}
.catalog-product-view .page-title-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .page-title-container:after,
.catalog-product-view .page-title-container:before {
  content: '';
  width: 100%;
}
.catalog-product-view .page-title-container > * {
  -webkit-order: 60;
  -ms-flex-order: 60;
  order: 60;
}
.catalog-product-view .page-title-container .page-title-wrapper {
  margin: 0 10px 10px 0;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .page-title-container .page-title-wrapper {
    width: auto;
  }
}
.catalog-product-view .page-title-container .page-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .page-title-container .overview {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 10px;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}
.catalog-product-view .page-title-container .overview .value {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
}
.catalog-product-view .page-title-container .sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  font-size: 1.2rem;
  -webkit-order: 40;
  -ms-flex-order: 40;
  order: 40;
}
.catalog-product-view .page-title-container .sku .type,
.catalog-product-view .page-title-container .sku .value {
  line-height: 2.4rem;
}
.catalog-product-view .page-title-container .sku .type {
  font-weight: 400;
  margin-right: 2px;
}
.catalog-product-view .page-title-container .sku .type:after {
  content: ':';
}
.catalog-product-view .page-title-container:before {
  -webkit-order: 30;
  -ms-flex-order: 30;
  order: 30;
}
.catalog-product-view .page-title-container:after {
  -webkit-order: 70;
  -ms-flex-order: 70;
  order: 70;
}
.catalog-product-view .products-slider {
  padding: 0 50px;
}
.catalog-product-view .products-slider__title {
  margin-top: 50px;
}
.product-view-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.product-view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.product.media,
.product-view-main,
.product-view-sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-view-sidebar {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-view-sidebar {
    padding: 0 15px;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.product-view-main {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .product-view-main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 10px;
  }
}
.product.media {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed {
    margin-bottom: 0;
  }
}
.product.info.detailed:before {
  background: url(../images/bg/blue-pattern.jpg);
  content: '';
  display: block;
  height: 70px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed:before {
    height: 75px;
  }
}
.product.info.detailed .product.data.items {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-top: 70px;
  position: relative;
}
.product.info.detailed .product.data.items .product-tabs-dropdown {
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product.info.detailed .product.data.items .product-tabs-dropdown:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¸";
  font-family: "jysk-icons";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .product.info.detailed .product.data.items .product-tabs-dropdown {
    display: none;
  }
}
.product.info.detailed .product.data.items .product-tabs-dropdown select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: #666;
  height: 40px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.product.info.detailed .product.data.items .data.item {
  display: block;
}
.product.info.detailed .product.data.items .data.item.title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed .product.data.items .data.item.title {
    display: block;
  }
}
.product.info.detailed .product.data.items .data.item.content {
  display: none;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed .product.data.items .data.item.content {
    padding: 0;
  }
}
.product.info.detailed .product.data.items .data.item.title.active + .data.item.content {
  display: block;
}
.product.info.detailed .product.data.items .data.switch {
  color: #666;
  text-decoration: none;
}
.product.info.detailed .product.data.items .data.switch:visited {
  color: #666;
  text-decoration: none;
}
.product.info.detailed .product.data.items .data.switch:hover {
  color: #666;
  text-decoration: none;
}
.product.info.detailed .product.data.items .data.switch:active {
  color: #666;
  text-decoration: none;
}
.product.info.detailed .product.data.items .product.attribute.description {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed .product.data.items {
    position: relative;
    z-index: 1;
    padding: 25px 50px 50px;
  }
  .product.info.detailed .product.data.items:before,
  .product.info.detailed .product.data.items:after {
    content: '';
    display: table;
  }
  .product.info.detailed .product.data.items:after {
    clear: both;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:before,
  .product.info.detailed .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.info.detailed .product.data.items > .item.content:after {
    clear: both;
  }
  .product.info.detailed .product.data.items > .item.content.active {
    display: block;
  }
  .product.info.detailed .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 22px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    background: #039;
    border: 0 solid #ccc;
    height: 50px;
    padding: 12px 20px;
    border-bottom: 0;
  }
  .product.info.detailed .product.data.items > .item.title > .switch:visited {
    color: #fff;
    text-decoration: none;
  }
  .product.info.detailed .product.data.items > .item.title > .switch:hover {
    color: #fff;
    text-decoration: none;
  }
  .product.info.detailed .product.data.items > .item.title > .switch:active {
    color: #666;
    text-decoration: none;
  }
  .product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #003cb3;
  }
  .product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    background: #fff;
    color: #666;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 12px;
  }
  .product.info.detailed .product.data.items > .item.content {
    background: #fff;
    border: 0;
    border-top: 0 solid #ccc;
    margin-top: 74px;
    padding: 0;
  }
  .product.info.detailed .product.data.items .data.switch {
    min-width: 127px;
    text-align: center;
  }
}
.product.info.detailed .additional-attributes-wrapper {
  margin-bottom: 0;
}
.product.info.detailed .additional-attributes {
  width: 100%;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 12px 10px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 12px 10px;
}
@media only screen and (min-width: 768px) {
  .product.info.detailed .additional-attributes {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .product.info.detailed .additional-attributes > thead > tr > td,
  .product.info.detailed .additional-attributes > tbody > tr > td,
  .product.info.detailed .additional-attributes > tfoot > tr > td {
    padding: 11px 25px 12px;
  }
  .product.info.detailed .additional-attributes > thead > tr > th,
  .product.info.detailed .additional-attributes > tbody > tr > th,
  .product.info.detailed .additional-attributes > tfoot > tr > th {
    padding: 11px 25px;
  }
}
.product.info.detailed .additional-attributes th {
  font-weight: 400;
  white-space: nowrap;
}
.product.info.detailed .additional-attributes tr:nth-child(odd) {
  background: #f2f2f2;
}
.product.info.detailed .additional-attributes-title {
  margin-bottom: 25px;
}
.product-info-main {
  background: #f2f2f2;
  padding: 15px 25px;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857;
  margin-bottom: 10px;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-info-price {
  text-align: right;
}
.product-add-form {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 15px;
  }
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    text-align: left;
    padding: 0;
    box-sizing: content-box;
    float: none;
    width: auto;
  }
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
}
.product-add-form .fieldset > .field label,
.product-add-form .fieldset > .field .label,
.product-add-form .fieldset .fields > .field label,
.product-add-form .fieldset .fields > .field .label {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
}
.product-add-form .box-tocart .field.qty .label {
  text-transform: uppercase;
}
.product-add-form .box-tocart .field.qty .control {
  margin-bottom: 15px;
  margin-top: 10px;
}
.product-add-form .box-tocart .pdp-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-add-form .box-tocart .pdp-actions .tocart-container {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-bottom: 10px;
}
.product-add-form .box-tocart .pdp-actions .tocart-ropis-container {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
  padding-bottom: 10px;
  padding-top: 15px;
}
.product-add-form .box-tocart .pdp-actions .expected-delivery-date {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.product-add-form .box-tocart .tocart,
.product-add-form .box-tocart .tocart-ropis {
  margin-bottom: 15px;
  white-space: normal;
}
.product-add-form .box-tocart .stock,
.product-add-form .box-tocart .stock-reservation {
  display: inline-block;
  text-decoration: none;
}
.product-add-form .box-tocart .stock:before,
.product-add-form .box-tocart .stock-reservation:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  color: inherit;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-add-form .box-tocart .stock:before,
.product-add-form .box-tocart .stock-reservation:before {
  background: #04b51d;
  color: #fff;
  padding: 4px;
  vertical-align: top;
}
.product-add-form .box-tocart .stock.unavailable,
.product-add-form .box-tocart .stock-reservation.unavailable {
  display: inline-block;
  text-decoration: none;
}
.product-add-form .box-tocart .stock.unavailable:before,
.product-add-form .box-tocart .stock-reservation.unavailable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  color: inherit;
  content: "ï€";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-add-form .box-tocart .stock.unavailable:before,
.product-add-form .box-tocart .stock-reservation.unavailable:before {
  background: #a7a7a7;
  padding: 4px 6px;
}
.product-add-form button.primary,
.product-add-form a.action.primary {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #666;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.product-info-main .price-box,
.product-options-bottom .price-box {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.4rem;
  font-weight: 600;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 2.4rem;
  font-weight: 600;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price,
.product-options-bottom .old-price {
  margin-bottom: 5px;
}
.product-info-main .old-price .price-wrapper .price,
.product-options-bottom .old-price .price-wrapper .price {
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
}
.product-info-main .old-price .price-label,
.product-info-main .special-price .price-label,
.product-options-bottom .old-price .price-label,
.product-options-bottom .special-price .price-label {
  display: none;
}
.product-info-main .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .regular-price-label,
.product-options-bottom .regular-price-label {
  margin-bottom: 5px;
  margin-right: 5px;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin: 20px 0;
  }
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #f2f2f2;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 9px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.6rem;
  padding: 6px 9px;
  font-size: 1.2rem;
  vertical-align: top;
}
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
}
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #555;
}
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.product-info-main .delivery-options-title,
.product-options-bottom .delivery-options-title {
  padding-left: 25px;
  font-size: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .product-info-main .delivery-options-title,
  .product-options-bottom .delivery-options-title {
    font-size: 2.2rem;
  }
}
.product-info-main .icons-list__item,
.product-options-bottom .icons-list__item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 33%;
  padding: 0 5px;
}
.product-info-main .icons-list__item-title,
.product-options-bottom .icons-list__item-title {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.product-info-main .icons-list__item-caption,
.product-options-bottom .icons-list__item-caption {
  font-size: 1.1rem;
  display: block;
}
.product-info-main .store-switcher,
.product-options-bottom .store-switcher {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  width: 100%;
}
.product-info-main .store-switcher__check-other-stores,
.product-options-bottom .store-switcher__check-other-stores {
  font-weight: 700;
}
.product-info-main .store-switcher__store-name,
.product-options-bottom .store-switcher__store-name {
  color: #233f86;
  font-weight: 700;
}
.product-info-main .store-switcher a:not([href]):not([tabindex]),
.product-info-main .store-switcher__change-btn,
.product-options-bottom .store-switcher a:not([href]):not([tabindex]),
.product-options-bottom .store-switcher__change-btn {
  color: #233f86;
  cursor: pointer;
}
.product-info-main .store-switcher__closest_store,
.product-options-bottom .store-switcher__closest_store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-info-main .store-switcher__name,
.product-options-bottom .store-switcher__name {
  width: 100%;
}
.product-info-main .store-switcher__name,
.product-info-main .store-switcher__in-stock,
.product-info-main .store-switcher__out-stock,
.product-options-bottom .store-switcher__name,
.product-options-bottom .store-switcher__in-stock,
.product-options-bottom .store-switcher__out-stock {
  font-weight: 400;
}
.product-info-main .store-switcher__in-stock,
.product-options-bottom .store-switcher__in-stock {
  color: #04b51d;
}
.product-info-main .store-switcher__out-stock,
.product-options-bottom .store-switcher__out-stock {
  color: #f3673c;
}
.prices-tier {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 2.4rem;
  font-weight: 600;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #233f86;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #f7d656;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #4ba4df;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: 0 0;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "ï€";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .action.delete:hover:before {
  color: #303030;
}
.sidebar .action.delete:active:before,
.sidebar .action.delete.active:before {
  color: #303030;
}
.sidebar .subtitle {
  display: none;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images:before,
.sidebar .product-items-images:after {
  content: '';
  display: table;
}
.sidebar .product-items-images:after {
  clear: both;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame[aria-label=additional-thumbnail-to-hide] {
  display: none;
}
.fotorama__stage__frame img[alt=additional-thumbnail-to-hide] {
  display: none;
}
.store-switcher-modal {
  z-index: 10000;
}
.store-switcher-modal .modal-footer {
  display: none;
}
.store-switcher-modal .modal-content {
  max-height: 90vh;
  overflow: auto;
  padding: 0 15px 7px;
}
.store-switcher-modal .modal-inner-wrap {
  max-width: 935px;
}
.store-switcher-modal .modal-header {
  padding: 0;
}
.store-switcher-modal .modal-header .action-close {
  margin-top: 3px;
  outline: none;
}
.store-switcher-modal .modal-header .action-close:before {
  color: #666;
  font-size: 21px;
  line-height: 21px;
}
.store-switcher-modal .modal-title {
  font-size: 2.2rem;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 700;
  padding: 7px 15px;
}
.store-switcher-modal__info {
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 1.1rem;
}
.store-switcher-modal__select-province-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.store-switcher-modal__select-province {
  -webkit-appearance: none;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  color: #878787;
  display: block;
  font-weight: 700;
  padding-right: 40px;
  font-size: 1.8rem;
  width: 100%;
}
.store-switcher-modal__select-province-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.store-switcher-modal__select-province-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  content: "î¤¸";
  font-family: "jysk-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.store-switcher-modal__stores-header {
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
.store-switcher-modal__in-stock-checkbox-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.store-switcher-modal__in-stock-checkbox-label:before {
  border: 1px solid #878787;
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.store-switcher-modal__stores {
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  margin-top: 16px;
}
.store-switcher-modal__store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px;
}
@media only screen and (max-width: 767px) {
  .store-switcher-modal__store {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.store-switcher-modal__store:nth-child(odd) {
  background: #f2f2f2;
}
.store-switcher-modal__store-name {
  font-size: 1.4rem;
  font-weight: 700;
}
.store-switcher-modal__store-select {
  margin-right: 15px;
  margin-top: 9px;
  padding: 4px 14px;
  font-size: 1.2rem;
}
.store-switcher-modal__store-show-map {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
  font-size: 1.2rem;
}
.store-switcher-modal__store-stock {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .store-switcher-modal__store-stock {
    margin-top: 0;
    text-align: right;
  }
}
.store-switcher-modal__close-btn {
  font-size: 1.6rem;
  float: right;
  font-weight: 700;
  margin-bottom: 20px;
  outline: none !important;
}
.store-switcher-modal__wrapper {
  margin-bottom: 20px;
}
.store-switcher-modal__store-stock-availability {
  font-weight: 700;
}
.store-switcher-modal__store-stock-availability--available {
  color: #63b548;
}
.store-switcher-modal hr {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 19px;
  margin-top: 14px;
}
@media only screen and (min-width: 320px) {
  .catalog-category-view .product-image-container {
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-category-view .product-image-container {
    width: 280px !important;
  }
}
@media only screen and (min-width: 320px) {
  .catalog-category-view .product-image-photo {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-category-view .product-image-photo {
    width: auto;
  }
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  margin: 0 auto;
}
.block-search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  box-shadow: 0 1px 4px 0 #ccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 60;
  -ms-flex-order: 60;
  order: 60;
}
@media only screen and (min-width: 768px) {
  .block-search {
    background: 0 0;
    padding-left: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-shadow: none;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
  }
}
@media only screen and (min-width: 1024px) {
  .block-search {
    padding-left: 15px;
  }
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block-search .block-content {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-search .block-content {
    padding: 0 30px;
  }
}
.block-search .label {
  display: none;
}
.block-search .minisearch {
  position: relative;
}
.block-search input {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-style: italic;
  height: 48px;
  box-sizing: border-box;
}
.block-search input::-moz-placeholder {
  color: #666;
}
.block-search input::-webkit-input-placeholder {
  color: #666;
}
.block-search input:-ms-input-placeholder {
  color: #666;
}
@media only screen and (min-width: 768px) {
  .block-search input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    color: #666;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    height: 38px;
    line-height: 1.42857;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    padding-right: 90px;
  }
  .block-search input:focus {
    border: 1px solid #c2c2c2;
  }
  .block-search input:disabled {
    opacity: .5;
    border: 1px solid #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #666;
  }
  .block-search input::-webkit-input-placeholder {
    color: #666;
  }
  .block-search input:-ms-input-placeholder {
    color: #666;
  }
}
@media only screen and (min-width: 768px) {
  .block-search input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .block-search input::placeholder {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-search input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .block-search input::placeholder {
    font-size: 18px;
  }
}
.block-search input:focus {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .block-search input:focus {
    box-shadow: 0 0 3px 1px #68a8e0;
  }
}
.block-search .actions {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}
.block-search .action.search {
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  display: inline-block;
  text-decoration: none;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: inherit;
  content: "î¤¯";
  font-family: "jysk-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block-search .action.search {
    background-image: none;
    background: #233f86;
    border: 1px solid #233f86;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 8px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: #3d5999;
    border: 1px solid #3d5999;
    color: #fff;
  }
  .block-search .action.search:hover {
    background: #3d5999;
    border: 1px solid #3d5999;
    color: #fff;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    opacity: 1;
    cursor: default;
    pointer-events: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .block-search .action.search:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .block-search .action.search > span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.block-search .action.advanced {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: 0 0;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-cart-index .page-title-container {
  margin: 35px 0 10px;
  padding: 0;
}
.checkout-cart-index .page-title-container .page-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .checkout-cart-index .page-title-container .page-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cart-shpping-type {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .cart-shpping-type {
    font-weight: 700;
    line-height: 1.4;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cart-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cart-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.cart-container .cart-sidebar {
  margin: 24px -15px 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .cart-container .cart-sidebar {
    margin: 0;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-container .cart-sidebar {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.cart-container .form-cart {
  margin-top: 20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .cart-container .form-cart {
    margin-top: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-container .form-cart {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.cart-container .form-cart .table-wrapper {
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .cart-container .form-cart .table-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-container .form-cart .table-wrapper .cart-actions-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .cart-container .form-cart .table-wrapper .cart-actions-wrapper .main.actions {
    margin-right: 20px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.cart-container .cart-continue-shopping {
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
@media only screen and (min-width: 768px) {
  .cart-container .cart-continue-shopping {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 55px;
  }
}
.cart-container .cart-continue-shopping a {
  text-decoration: underline;
}
.cart-container .cart-restrictions-mixed-cart-notice {
  margin-bottom: 50px;
}
.cart-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 20px 14px;
  background: #f5f5f5;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.cart-summary .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
@media only screen and (min-width: 768px) {
  .cart-summary {
    padding: 20px;
  }
}
.cart-summary > .cart-totals {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cart-summary > .cart-totals {
    display: block;
  }
}
.cart-summary > .title {
  border-bottom: 1px solid #c2c2c2;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  padding-bottom: 10px;
  position: relative;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .cart-summary > .title {
    border-bottom: 0;
    cursor: default;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
.cart-summary > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  text-rendering: auto;
  font-size: inherit;
  content: "î¤¸";
  font-family: "jysk-icons";
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .cart-summary > .title:after {
    display: none;
  }
}
.cart-summary--active > .cart-totals {
  display: block;
}
.cart-summary--active > .title {
  border-bottom: 0;
}
.cart-summary--active > .title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-summary--active div.block.discount:not(.edit) {
  border-top: 1px solid #c2c2c2!important;
  margin-top: 12px !important;
}
.cart-summary--active div.block.discount.edit {
  display: block;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block:not(.shipping) > .title {
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.cart-summary .block:not(.shipping) > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block:not(.shipping) > .title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA1VjE5IiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8cGF0aCBkPSJNNSAxMkgxOSIgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) center no-repeat;
  content: '';
  height: 12px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 12px;
}
.column.main .cart-summary .block:not(.shipping) > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block.edit > .title .edit {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.edit > .title .edit {
    font-size: 1.2rem;
  }
}
.cart-summary .block.edit > .title:after {
  background: 0 0;
}
.cart-summary .block.edit.expanded > .title:after {
  background: 0 0;
}
.cart-summary .block > .content {
  display: none;
}
.cart-summary .block.expanded > .title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik01IDEySDE5IiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center no-repeat;
}
.cart-summary .block.active > .title:after {
  content: "ï“";
}
.cart-summary .block.active > .content {
  display: block;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br {
  display: none;
}
.cart-summary .block.discount {
  border-bottom: 1px solid #c2c2c2;
  border-top: none;
  margin-top: 0;
  padding: 9px 0 9px;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.discount {
    border-top: 1px solid #c2c2c2;
    margin-top: 12px;
  }
}
.cart-summary .block.discount.edit {
  border-bottom: none;
  border-top: none;
  display: none;
  margin-top: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.discount.edit.show-after-render {
    display: block;
  }
}
.cart-summary .block.discount .title {
  font-weight: 400;
}
.cart-summary .block.discount .title .discount-heading {
  margin-right: 18px;
}
.cart-summary .block.discount .fieldset.coupon {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  position: relative;
}
.cart-summary .block.discount .fieldset.coupon > .field {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.cart-summary .block.discount .fieldset.coupon > .field .label {
  font-weight: 600;
  left: 20px;
  position: absolute;
  top: -9px;
  z-index: 1;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.discount .fieldset.coupon > .field .label {
    top: -11px;
  }
}
.cart-summary .block.discount .fieldset.coupon > .field .label:after {
  background: #f5f5f5;
  content: '';
  height: 50%;
  left: -4px;
  position: absolute;
  top: 2px;
  width: calc(110%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.discount .fieldset.coupon > .field .label:after {
    height: 58%;
    top: 2px;
  }
}
.cart-summary .block.discount input {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 44px;
  margin-bottom: 3px;
  padding-right: 87px;
}
.cart-summary .block.discount .apply,
.cart-summary .block.discount .cancel {
  background: #233f86;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  height: 36px;
  margin-top: 28px;
  min-width: 80px;
  padding: 7px 8px;
  position: absolute;
  right: 4px;
  text-transform: uppercase;
  top: -24px;
  width: auto;
}
.cart-summary .block.discount .apply:hover,
.cart-summary .block.discount .cancel:hover {
  background: #3d5999;
  border: 1px solid #3d5999;
}
.cart-summary .block.shipping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.cart-summary .block.shipping > .title {
  background: #60a2da;
  color: #fff;
  cursor: pointer;
  height: 44px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 12px 12.5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.shipping > .title {
    padding: 12px 15.5px;
  }
}
.cart-summary .block.shipping > .title:after {
  background: 0 0;
  content: '';
}
.cart-summary .block.shipping > .title strong {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.shipping > .title strong {
    font-size: 1.2rem;
  }
}
.cart-summary .block.shipping > .content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.cart-summary .block.shipping > .content .actions-toolbar .primary {
  width: 100%;
}
.cart-summary .block.shipping > .content .actions-toolbar .primary .action {
  width: 100%;
}
.cart-summary .block.shipping > .content .actions-toolbar .primary .action.action-estimate {
  background: #60a2da;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 44px;
  padding: 12px 12.5px;
  text-transform: uppercase;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .cart-summary .block.shipping > .content .actions-toolbar .primary .action.action-estimate {
    font-size: 1.2rem;
    padding: 12px 15.5px;
  }
}
.cart-summary .block.shipping > .content .actions-toolbar .primary .action.action-estimate:hover,
.cart-summary .block.shipping > .content .actions-toolbar .primary .action.action-estimate:focus,
.cart-summary .block.shipping > .content .actions-toolbar .primary .action.action-estimate:active {
  border: none;
  outline: none;
}
.cart-summary .block.shipping.active > .title {
  display: none;
}
.cart-summary .block.shipping .estimated-shipping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-summary .block.shipping .fieldset.estimate .field.note {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.cart-summary .block.shipping .fieldset.estimate .field:not(.note) {
  margin-bottom: 18px;
  position: relative;
}
.cart-summary .block.shipping .fieldset.estimate .field:not(.note) .label {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
  left: 26px;
  position: absolute;
  top: -9px;
  z-index: 1;
}
.cart-summary .block.shipping .fieldset.estimate .field:not(.note) .label:before {
  background: #f5f5f5;
  content: '';
  height: 50%;
  left: -4px;
  margin: 0;
  position: absolute;
  top: 2px;
  width: calc(110%);
  z-index: -1;
}
.cart-summary .block.shipping .fieldset.estimate .field:not(.note) .label:after {
  margin: 0;
}
.cart-summary .block.shipping .fieldset.estimate .field:not(.note) .label {
  left: 16px;
}
.cart-summary .block.shipping .fieldset.estimate .field input,
.cart-summary .block.shipping .fieldset.estimate .field select {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 12px 16px;
  height: 44px;
}
.cart-summary .block.shipping .fieldset.estimate .field input::-webkit-input-placeholder,
.cart-summary .block.shipping .fieldset.estimate .field select::-webkit-input-placeholder {
  color: #c2c2c2;
}
.cart-summary .block.shipping .fieldset.estimate .field input::placeholder,
.cart-summary .block.shipping .fieldset.estimate .field select::placeholder {
  color: #c2c2c2;
}
.cart-summary .block.shipping .fieldset.estimate .field select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMSAxTDUgNUw5IDEiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
  background-position-x: calc(83%);
  background-size: 11px 9px;
  background-color: #fff;
}
.cart-summary .block.shipping .fieldset.estimate .field[name*=country_id] {
  display: none;
}
.cart-summary .block.shipping .fieldset.estimate .field[name*=city] .control.valid:after,
.cart-summary .block.shipping .fieldset.estimate .field[name*=postcode] .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 24px;
  top: 18px;
  width: 12px;
}
.cart-summary .block.shipping .fieldset.estimate .field[name*=region_id] .control.valid:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 8.95px;
  position: absolute;
  right: 48px;
  top: 18px;
  width: 12px;
}
.cart-summary .block.shipping .fieldset.estimate .field._error .control input,
.cart-summary .block.shipping .fieldset.estimate .field._error .control select,
.cart-summary .block.shipping .fieldset.estimate .field._error .control textarea,
.cart-summary .block.shipping .fieldset.estimate .field.rates-error .control input,
.cart-summary .block.shipping .fieldset.estimate .field.rates-error .control select,
.cart-summary .block.shipping .fieldset.estimate .field.rates-error .control textarea {
  border-color: #f03031;
}
.cart-summary .block.shipping .fieldset.estimate .field .field-rates-error {
  font-size: 1.2rem;
}
.cart-summary .block.shipping .fieldset.estimate .field .field-rates-error,
.cart-summary .block.shipping .fieldset.estimate .field .field-error {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
}
.cart-summary .block.shipping .fieldset.estimate .field .mage-error:not(input) {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
}
.cart-summary .block.shipping .fieldset.estimate .field .mage-error.input-text {
  border-color: #f03031;
}
.cart-summary .price {
  color: #666;
  font-weight: inherit;
}
.cart-totals {
  padding-bottom: 0;
}
.cart-totals--grand {
  border-bottom: 0;
  margin: 10px 0 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cart-totals--grand {
    margin: 13px 0 0;
  }
}
.cart-totals--grand .totals {
  font-size: 1.8rem;
  font-weight: 700;
}
.cart-totals .totals-title {
  font-size: 1.2rem;
  display: none;
  font-weight: 700;
  margin-bottom: 10px;
}
.cart-totals .totals-title-ropis {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 13px;
}
.cart-totals .totals-title-ropis--red {
  color: #d0021b;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 5px;
}
.cart-totals .totals.due-in-store {
  font-size: 1.4rem;
}
.cart-totals .totals.due-in-store .price {
  font-weight: 400;
}
.cart-totals .mark {
  font-weight: 400;
  padding: 3px 0;
}
.cart-totals .amount {
  padding: 3px 0;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.cart-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: "ï·";
}
.cart-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.cart-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .totals.discount .discount-label,
.cart-totals .totals.discount .title,
.cart-totals .totals.discount .discount-applied,
.cart-totals .totals.discount .amount .price {
  font-size: 1.2rem;
}
.cart-totals .totals.discount .title {
  font-weight: 700;
}
.cart-totals .table-caption {
  display: none;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cart-list__header-wrapper:after,
.cart-list__header--item:after,
.cart-list__item:after {
  background: #f2f2f2;
  bottom: 0;
  content: '';
  display: none;
  height: 2px;
  left: 15px;
  position: absolute;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .cart-list__header-wrapper:after,
  .cart-list__header--item:after,
  .cart-list__item:after {
    display: block;
  }
}
.cart-list__header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: none;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cart-list__header {
    display: block;
  }
}
.cart-list__header-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: none;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cart-list__header-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart-list__header-wrapper:after {
  left: 0;
}
.cart-list__header--item {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.cart-list__header--price,
.cart-list__header--qty,
.cart-list__header--subtotal {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.cart-list__header--price,
.cart-list__header--qty {
  text-align: center;
}
.cart-list__header--subtotal {
  padding-right: 0;
  text-align: right;
}
.cart-list__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 10px;
}
.cart-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cart-list__item {
    margin-bottom: 25px;
  }
}
.cart-list__item:after {
  right: 30px;
}
.cart-list__item-image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-image {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.cart-list__item-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-content {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}
.cart-list__item-additional {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cart-list__item-name {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-name {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart-list__item-name {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 1.4rem;
  }
}
.cart-list__item-name > a {
  color: #666;
  text-decoration: none;
}
.cart-list__item-name > a:visited {
  color: #666;
  text-decoration: none;
}
.cart-list__item-name > a:hover {
  color: #666;
  text-decoration: none;
}
.cart-list__item-name > a:active {
  color: #666;
  text-decoration: none;
}
.cart-list__item-name small {
  display: none;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-name small {
    display: block;
  }
}
.cart-list__item-price,
.cart-list__item-qty,
.cart-list__item-subtotal {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-price,
  .cart-list__item-qty,
  .cart-list__item-subtotal {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.cart-list__item-price .price-including-tax,
.cart-list__item-price .price-excluding-tax,
.cart-list__item-qty .price-including-tax,
.cart-list__item-qty .price-excluding-tax,
.cart-list__item-subtotal .price-including-tax,
.cart-list__item-subtotal .price-excluding-tax {
  font-size: 1rem;
  line-height: 1.7rem;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-price .price-including-tax,
  .cart-list__item-price .price-excluding-tax,
  .cart-list__item-qty .price-including-tax,
  .cart-list__item-qty .price-excluding-tax,
  .cart-list__item-subtotal .price-including-tax,
  .cart-list__item-subtotal .price-excluding-tax {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart-list__item-price .price-including-tax,
  .cart-list__item-price .price-excluding-tax,
  .cart-list__item-qty .price-including-tax,
  .cart-list__item-qty .price-excluding-tax,
  .cart-list__item-subtotal .price-including-tax,
  .cart-list__item-subtotal .price-excluding-tax {
    font-size: 1.4rem;
  }
}
.cart-list__item-price .price-including-tax .price,
.cart-list__item-price .price-excluding-tax .price,
.cart-list__item-qty .price-including-tax .price,
.cart-list__item-qty .price-excluding-tax .price,
.cart-list__item-subtotal .price-including-tax .price,
.cart-list__item-subtotal .price-excluding-tax .price {
  color: #666;
  font-weight: 400;
}
.cart-list__item-price .label,
.cart-list__item-qty .label,
.cart-list__item-subtotal .label {
  font-size: .8rem;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-price .label,
  .cart-list__item-qty .label,
  .cart-list__item-subtotal .label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart-list__item-price .label,
  .cart-list__item-qty .label,
  .cart-list__item-subtotal .label {
    display: none;
  }
}
.cart-list__item-price {
  -webkit-order: 30;
  -ms-flex-order: 30;
  order: 30;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-price {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
}
.cart-list__item-price .price-including-tax .price,
.cart-list__item-price .price-excluding-tax .price {
  font-weight: 600;
}
.cart-list__item-qty {
  -webkit-order: 40;
  -ms-flex-order: 40;
  order: 40;
  text-align: center;
}
.cart-list__item-qty .control {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-list__item-qty .control input.qty {
  border: 1px solid #f2f2f2;
  height: 17px;
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
  width: 26px;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-qty .control input.qty {
    font-size: 1.2rem;
    height: 30px;
    margin: 0;
    width: 30px;
  }
}
.cart-list__item-qty .control button {
  border: 1px solid #f2f2f2;
  display: none;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-qty .control button {
    display: inline-block;
  }
}
.cart-list__item-qty .control button[data-decrement] {
  border-right: 0;
}
.cart-list__item-qty .control button[data-increment] {
  border-left: 0;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-qty {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
  }
}
.cart-list__item-subtotal {
  -webkit-order: 50;
  -ms-flex-order: 50;
  order: 50;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-subtotal {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-right: 0;
  }
}
.cart-list__item-options {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: .8rem;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-options {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart-list__item-options {
    font-size: 1.4rem;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.cart-list__item-shipping-info {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  font-size: 1.2rem;
}
.cart-list__item-shipping-info--mobile {
  display: block;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (min-width: 480px) {
  .cart-list__item-shipping-info--mobile {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cart-list__item-shipping-info--mobile {
    display: none;
  }
}
.cart-list__item-actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15px;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  padding: 0;
}
.cart-list__item-actions > .action {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .cart-list__item-actions {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    margin-right: 0;
    padding-top: 10px;
  }
}
.cart-list__item-actions .action {
  display: inline-block;
  text-decoration: none;
  background: 0 0;
  border: 0;
  padding: 0;
}
.cart-list__item-actions .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-list__item-actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "ïŒƒ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-list__item-actions .action:hover,
.cart-list__item-actions .action:focus {
  background: 0 0;
  border: 0;
}
.cart-list__item-actions .action-delete:before {
  content: "ï‡¸";
}
.cart-list__item-oos-msg {
  color: #bd0000;
  margin-bottom: 10px;
  margin-right: 30px;
  text-align: right;
  width: 100%;
}
.cart-list__item-delivery-options {
  margin-bottom: 10px;
  margin-right: 30px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cart-list__convert {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.cart-list__convert .primary {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.cart-list .table-caption {
  display: none;
}
.cart-shipping-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: #f2f2f2;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .cart-shipping-info {
    padding: 15px;
  }
}
.cart-shipping-info__actiions a {
  text-decoration: underline;
}
.cart-notice {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1rem;
}
.cart-notice strong {
  font-size: 1.2rem;
}
.cart-notice a {
  font-weight: 700;
  text-decoration: underline;
}
.cart-notice--yellow {
  background: #f7d656;
}
.cart-notice--blue {
  background: #4ba4df;
  color: #fff;
}
.cart-container .checkout-methods-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  line-height: 4.2rem;
  padding: 0;
  font-size: 1.6rem;
}
.cart-container .checkout-methods-items .item {
  margin-bottom: 20px;
}
.cart-container .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.block-minicart .items-total {
  float: left;
}
.block-minicart .subtotal {
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .block-minicart .subtotal {
    margin-bottom: 20px;
  }
}
.block-minicart .subtotal .label > span:after {
  content: ': ';
}
.block-minicart .subtotal .price {
  color: #666;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block-minicart .block-content {
    margin-top: 20px;
  }
}
.block-minicart .block-content > .actions {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 5px 8px;
}
@media only screen and (min-width: 768px) {
  .block-minicart .block-content > .actions > .primary {
    margin: 0 35px 15px;
  }
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 35px;
  color: #666;
  content: "î¤’";
  font-family: "jysk-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #666;
}
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before {
  color: #666;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 35px;
  color: #666;
  content: "î¤’";
  font-family: "jysk-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #666;
}
.minicart-wrapper .action.showcart.active:active:before,
.minicart-wrapper .action.showcart.active.active:before {
  color: #666;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 2px solid #f2f2f2;
  margin-top: 0;
  min-width: 100%;
  z-index: 100;
  top: 100%;
  box-shadow: none;
  box-sizing: border-box;
  display: none;
  position: absolute;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 15px 15px 20px;
  right: 0;
  width: 290px;
  z-index: 101;
}
@media only screen and (min-width: 768px) {
  .minicart-wrapper .block-minicart {
    width: 330px;
  }
}
.minicart-wrapper .block-minicart .block-title {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .minicart-wrapper .block-minicart .block-title {
    display: none;
  }
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
  margin-left: 5px;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: "ï€";
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before,
.minicart-wrapper .action.close.active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: 0 0;
  border: 0;
}
.minicart-wrapper .action.close:hover {
  background: 0 0;
  border: 0;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.minicart-wrapper .action.close:focus {
  outline: 0;
}
.minicart-wrapper .action.viewcart {
  background: 0 0;
  border: 0;
  padding: 0;
  color: #233f86;
  text-decoration: none;
  font-size: 1.5rem;
}
.minicart-wrapper .action.viewcart:hover,
.minicart-wrapper .action.viewcart:focus {
  background: 0 0;
  border: 0;
}
.minicart-wrapper .action.viewcart:visited {
  color: #233f86;
  text-decoration: none;
}
.minicart-wrapper .action.viewcart:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.minicart-wrapper .action.viewcart:active {
  color: #f7d656;
  text-decoration: underline;
}
.minicart-wrapper .action.showcart {
  background: 0 0;
  border: 0;
  padding: 5px 9px;
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #f7d656;
  color: #3d5999;
  font-size: 1rem;
  border-radius: 50%;
  display: inline-block;
  font-weight: 400;
  left: 0;
  min-width: 20px;
  position: absolute;
  text-align: center;
  top: 0;
}
.minicart-wrapper .action.showcart .counter.qty:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items-wrapper {
  border: 1px solid #ddd;
  margin: 0 -15px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .minicart-items-wrapper {
    border-color: #f2f2f2;
  }
}
.minicart-items-wrapper + .actions {
  margin-top: 20px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 15px 0;
}
.minicart-items .product-item > .product {
  min-height: 78px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.minicart-items .product-item-pricing {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.minicart-items .product .product-image-container {
  max-width: calc(99%);
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  margin-left: 5px;
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: "ï·";
}
.minicart-items .product-item-name {
  line-height: inherit;
  text-transform: none;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .minicart-items .product-item-name {
    font-size: 1.2rem;
  }
}
.minicart-items .product-item-name a {
  color: #666;
  text-decoration: none;
}
.minicart-items .product-item-name a:visited {
  color: #666;
  text-decoration: none;
}
.minicart-items .product-item-name a:hover {
  color: #666;
  text-decoration: none;
}
.minicart-items .product-item-name a:active {
  color: #666;
  text-decoration: none;
}
.minicart-items .product-item-details {
  padding-left: 20px;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.minicart-items .product-item-details .price {
  color: #666;
  font-weight: 700;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .minicart-items .product-item-details .price {
    font-size: 1.2rem;
  }
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .weee[data-label] .label {
  display: none;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
}
.minicart-items .product-item-details .details-qty .label {
  font-size: 1rem;
  margin: 0 10px 0 0;
}
.minicart-items .product.options {
  font-size: .8rem;
}
@media only screen and (min-width: 768px) {
  .minicart-items .product.options {
    font-size: 1rem;
  }
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .product.options .price {
  display: none;
}
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.minicart-items .item-qty {
  border-color: #f2f2f2;
  border-radius: 0;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 60px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  background: 0 0;
  border: 1px solid #f2f2f2;
  padding: 1px 5px;
}
.minicart-items .update-cart-item:hover {
  background: #f2f2f2;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  background: 0 0;
  border: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit:hover,
.minicart-items .action.edit:focus,
.minicart-items .action.delete:hover,
.minicart-items .action.delete:focus {
  background: 0 0;
  border: 0;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  content: "ïŒƒ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #666;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.edit.active:before,
.minicart-items .action.delete:active:before,
.minicart-items .action.delete.active:before {
  color: #666;
}
.minicart-items .action.delete:before {
  content: "ï‡¸";
}
.minicart-totals {
  padding-top: 20px;
}
.minicart-totals .total-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-weight: 700;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-index-index .page-main {
  padding-right: 12px;
  padding-left: 12px;
}
.checkout-index-index .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .page-header {
  box-shadow: 0 2px 4px 0 #f2f2f2;
  margin-bottom: 0;
}
.checkout-index-index .page-header .header.content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
  width: 100%;
}
.opc-wrapper .opc {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #666;
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.opc-wrapper .step-title-note {
  color: #666;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 9px 0 3px;
  text-transform: none;
}
.opc-wrapper .step-content {
  margin: 0 0 30px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
@media only screen and (min-width: 768px) {
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
  margin-right: 40px;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #666;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #f7d656;
}
.opc-progress-bar-item._active > span {
  color: #666;
}
.opc-progress-bar-item._active > span:before {
  background: #f7d656;
}
.opc-progress-bar-item._active > span:after {
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  line-height: 26px;
  font-size: 1.6rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  line-height: 26px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px;
  }
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(64%);
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: "ï™";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
#tooltip-label {
  display: none;
}
@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid rgba(0, 0, 0, 0);
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.opc-wrapper .edit-address-link:visited {
  color: #233f86;
  text-decoration: none;
}
.opc-wrapper .edit-address-link:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.opc-wrapper .edit-address-link:active {
  color: #f7d656;
  text-decoration: underline;
}
.opc-wrapper .edit-address-link:hover {
  color: #4ba4df;
}
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus {
  background: 0 0;
  border: 0;
}
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-shipping-method .step-title {
  border-bottom: 0;
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: none;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .radio {
  margin: 0 5px;
  opacity: 1;
  position: static;
  vertical-align: baseline;
}
.methods-shipping .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: "ï€“";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before,
  .opc-wrapper .edit-address-link.active:before {
    color: #303030;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(80%);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #233f86;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
  width: 420px;
  top: 30px;
}
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 0 0 20px;
    width: 33.33333%;
    float: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .opc-sidebar {
    width: 25%;
    float: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #666;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  line-height: 1.42857;
  padding: 0;
  color: #233f86;
  background: 0 0;
  border: 0;
  display: inline;
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit:visited {
  color: #233f86;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active {
  color: #f7d656;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover {
  color: #4ba4df;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus {
  background: 0 0;
  border: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #666;
  content: "ï€“";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before,
.opc-block-shipping-information .shipping-information-title .action-edit.active:before {
  color: #666;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0;
  padding: 20px;
}
.opc-block-summary {
  background: #f2f2f2;
  padding: 20px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  padding-bottom: 10px;
  font-size: 2rem;
  display: block;
  font-weight: 700;
}
.opc-block-summary .table-totals .mark {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 0;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .amount {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals .amount .price {
  color: #666;
  font-size: 1.6rem;
}
.opc-block-summary .table-totals .amount .not-calculated {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 16px;
}
.opc-block-summary .table-totals .grand .amount {
  padding-right: 0;
  text-align: right;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "ï·";
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  padding: 0 20px 15px 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: "ïƒ—";
  font-family: "Font Awesome 5 Free";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "ïƒ˜";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.column.main .opc-block-summary .product-item:last-child {
  padding-bottom: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-inner .details-qty {
  margin-top: 0;
}
.opc-block-summary .product-item .product-item-inner .details-qty .label,
.opc-block-summary .product-item .product-item-inner .details-qty .value {
  font-size: 1.2rem;
}
.opc-block-summary .product-item .product-item-inner .details-qty .label {
  margin-right: 3px;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 12px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -65px;
  max-width: 50%;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .authentication-wrapper {
    margin-top: -95px;
    min-width: 354px;
  }
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper .action-auth-toggle {
  display: none;
}
.action-auth-toggle {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  background: 0 0;
  border: 0;
  display: inline;
  color: #666;
  text-decoration: none;
  font-size: 1.2rem;
}
.action-auth-toggle:visited {
  color: #233f86;
  text-decoration: none;
}
.action-auth-toggle:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.action-auth-toggle:active {
  color: #f7d656;
  text-decoration: underline;
}
.action-auth-toggle:hover {
  color: #4ba4df;
}
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus {
  background: 0 0;
  border: 0;
}
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-auth-toggle:visited {
  color: #666;
  text-decoration: none;
}
.action-auth-toggle:hover {
  color: #666;
  text-decoration: none;
}
.action-auth-toggle:active {
  color: #666;
  text-decoration: none;
}
.block-authentication .block-title {
  font-size: 2.5rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: -20px;
}
.block-authentication .actions-toolbar > .primary,
.block-authentication .actions-toolbar .secondary {
  display: inline-block;
  width: 100%;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .actions-toolbar > .secondary a {
  display: inline-block;
  width: 100%;
}
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: transform linear .1s,visibility 0s linear .1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
    transition: transform linear .1s,visibility 0s linear 0s;
    transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 25%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .action-cancel {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.checkout-payment-method .checkout-billing-address .action-cancel:visited {
  color: #233f86;
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.checkout-payment-method .checkout-billing-address .action-cancel:active {
  color: #f7d656;
  text-decoration: underline;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  color: #4ba4df;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus {
  background: 0 0;
  border: 0;
}
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .field-select-billing > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payments .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "ï·";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #233f86;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #666;
  content: "ï¸";
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after,
.checkout-payment-method .payment-option-title .action-toggle.active:after {
  color: #666;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
  margin-bottom: 24px;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.6s ease;
}
.checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #233f86;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  vertical-align: baseline;
}
.checkout-agreements-block .action-show:visited {
  color: #233f86;
  text-decoration: none;
}
.checkout-agreements-block .action-show:hover {
  color: #4ba4df;
  text-decoration: underline;
}
.checkout-agreements-block .action-show:active {
  color: #f7d656;
  text-decoration: underline;
}
.checkout-agreements-block .action-show:hover {
  color: #4ba4df;
}
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus {
  background: 0 0;
  border: 0;
}
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show {
  color: #233f86;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-agreements-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #666;
  font-weight: 700;
  font-size: 3.2rem;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.payment-methods-with-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-methods-with-logos .credit-cards,
.payment-methods-with-logos .payment-methods {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-methods-with-logos .credit-cards img,
.payment-methods-with-logos .payment-methods img {
  margin-bottom: 12px;
}
.payment-methods-with-logos .credit-cards img:not(:last-child),
.payment-methods-with-logos .payment-methods img:not(:last-child) {
  margin-right: 16px;
}
.payment-methods-with-logos .credit-cards .hidden,
.payment-methods-with-logos .payment-methods .hidden {
  display: none;
}
.payment-methods-with-logos .credit-cards {
  margin-top: 12px;
}
.cms-page-view .column.main {
  font-size: 1.6rem;
}
.cms-page-view h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .cms-page-view h1 {
    margin-bottom: 23px;
    margin-top: 21px;
  }
}
.cms-page-view h4 {
  margin-bottom: 24px;
  margin-top: 26px;
}
.cms-page-view ul > li {
  margin-bottom: 0;
}
.cms-page-view .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cms-page-view .col-1,
.cms-page-view .col-2,
.cms-page-view .col-3,
.cms-page-view .col-4,
.cms-page-view .col,
.cms-page-view .col-auto,
.cms-page-view .col-xs-1,
.cms-page-view .col-xs-2,
.cms-page-view .col-xs-3,
.cms-page-view .col-xs-4,
.cms-page-view .col-xs,
.cms-page-view .col-xs-auto,
.cms-page-view .col-s-1,
.cms-page-view .col-s-2,
.cms-page-view .col-s-3,
.cms-page-view .col-s-4,
.cms-page-view .col-s,
.cms-page-view .col-s-auto,
.cms-page-view .col-m-1,
.cms-page-view .col-m-2,
.cms-page-view .col-m-3,
.cms-page-view .col-m-4,
.cms-page-view .col-m,
.cms-page-view .col-m-auto,
.cms-page-view .col-l-1,
.cms-page-view .col-l-2,
.cms-page-view .col-l-3,
.cms-page-view .col-l-4,
.cms-page-view .col-l,
.cms-page-view .col-l-auto,
.cms-page-view .col-xl-1,
.cms-page-view .col-xl-2,
.cms-page-view .col-xl-3,
.cms-page-view .col-xl-4,
.cms-page-view .col-xl,
.cms-page-view .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.cms-page-view .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cms-page-view .col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.cms-page-view .col-1 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.cms-page-view .col-2 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.cms-page-view .col-3 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.cms-page-view .col-4 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cms-page-view .order-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.cms-page-view .order-last {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.cms-page-view .order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.cms-page-view .order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.cms-page-view .order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.cms-page-view .order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.cms-page-view .order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.cms-page-view .offset-1 {
  margin-left: 25%;
}
.cms-page-view .offset-2 {
  margin-left: 50%;
}
.cms-page-view .offset-3 {
  margin-left: 75%;
}
@media (min-width: 480px) {
  .cms-page-view .col-xs {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cms-page-view .col-xs-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .cms-page-view .col-xs-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cms-page-view .col-xs-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cms-page-view .col-xs-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cms-page-view .col-xs-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-page-view .order-xs-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cms-page-view .order-xs-last {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .cms-page-view .order-xs-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .cms-page-view .order-xs-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cms-page-view .order-xs-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cms-page-view .order-xs-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .cms-page-view .order-xs-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .cms-page-view .offset-xs-0 {
    margin-left: 0;
  }
  .cms-page-view .offset-xs-1 {
    margin-left: 25%;
  }
  .cms-page-view .offset-xs-2 {
    margin-left: 50%;
  }
  .cms-page-view .offset-xs-3 {
    margin-left: 75%;
  }
}
@media (min-width: 640px) {
  .cms-page-view .col-s {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cms-page-view .col-s-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .cms-page-view .col-s-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cms-page-view .col-s-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cms-page-view .col-s-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cms-page-view .col-s-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-page-view .order-s-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cms-page-view .order-s-last {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .cms-page-view .order-s-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .cms-page-view .order-s-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cms-page-view .order-s-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cms-page-view .order-s-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .cms-page-view .order-s-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .cms-page-view .offset-s-0 {
    margin-left: 0;
  }
  .cms-page-view .offset-s-1 {
    margin-left: 25%;
  }
  .cms-page-view .offset-s-2 {
    margin-left: 50%;
  }
  .cms-page-view .offset-s-3 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .cms-page-view .col-m {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cms-page-view .col-m-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .cms-page-view .col-m-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cms-page-view .col-m-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cms-page-view .col-m-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cms-page-view .col-m-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-page-view .order-m-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cms-page-view .order-m-last {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .cms-page-view .order-m-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .cms-page-view .order-m-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cms-page-view .order-m-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cms-page-view .order-m-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .cms-page-view .order-m-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .cms-page-view .offset-m-0 {
    margin-left: 0;
  }
  .cms-page-view .offset-m-1 {
    margin-left: 25%;
  }
  .cms-page-view .offset-m-2 {
    margin-left: 50%;
  }
  .cms-page-view .offset-m-3 {
    margin-left: 75%;
  }
}
@media (min-width: 1024px) {
  .cms-page-view .col-l {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cms-page-view .col-l-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .cms-page-view .col-l-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cms-page-view .col-l-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cms-page-view .col-l-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cms-page-view .col-l-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-page-view .order-l-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cms-page-view .order-l-last {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .cms-page-view .order-l-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .cms-page-view .order-l-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cms-page-view .order-l-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cms-page-view .order-l-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .cms-page-view .order-l-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .cms-page-view .offset-l-0 {
    margin-left: 0;
  }
  .cms-page-view .offset-l-1 {
    margin-left: 25%;
  }
  .cms-page-view .offset-l-2 {
    margin-left: 50%;
  }
  .cms-page-view .offset-l-3 {
    margin-left: 75%;
  }
}
@media (min-width: 1280px) {
  .cms-page-view .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cms-page-view .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .cms-page-view .col-xl-1 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cms-page-view .col-xl-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cms-page-view .col-xl-3 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cms-page-view .col-xl-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cms-page-view .order-xl-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cms-page-view .order-xl-last {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .cms-page-view .order-xl-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .cms-page-view .order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cms-page-view .order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cms-page-view .order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .cms-page-view .order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .cms-page-view .offset-xl-0 {
    margin-left: 0;
  }
  .cms-page-view .offset-xl-1 {
    margin-left: 25%;
  }
  .cms-page-view .offset-xl-2 {
    margin-left: 50%;
  }
  .cms-page-view .offset-xl-3 {
    margin-left: 75%;
  }
}
.cms-page-view .cms-image {
  margin: 32px auto 0;
}
@media only screen and (min-width: 768px) {
  .cms-page-view .cms-image {
    margin-top: 24px;
  }
}
.cms-page-view .cms-image--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cms-page-view .cms-image--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .cms-page-view .cms-image--mobile {
    display: none;
  }
}
.cms-page-view .cms-image--clipped {
  min-height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cms-contact .page-wrapper {
  background-color: #f2f2f2;
}
.cms-contact.cms-page-view.page-layout-2columns-right .page-wrapper .page-main .columns .column.main {
  width: 75%;
}
.cms-contact.cms-page-view.page-layout-2columns-right .page-wrapper .page-main .columns .sidebar {
  width: 25%;
}
.cms-contact-mostfaq,
.cms-contact-sidebar,
.cms-contact .page-header,
.cms-contact .page-bottom {
  background: #fff;
}
.cms-contact-mostfaq {
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (min-width: 640px) {
  .cms-contact-mostfaq {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (min-width: 640px) {
  .cms-contact-mostfaq__column {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cms-contact-sidebar {
  padding: 20px;
}
.cms-contact-sidebar h6 {
  margin-bottom: 20px;
}
.cms-contact-sidebar .action {
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: 700;
  height: 41px;
  margin: 10px 0 15px;
  padding: 10px;
  width: 132px;
}
.cms-contact-sidebar-image {
  margin: -70px 0 20px;
}
.cms-contact-sidebar-image img {
  border: 3px #fff solid;
  border-radius: 50%;
  margin: 0 auto;
}
.cms-contact #widget_recently_viewed {
  margin-bottom: 0;
}
.cms-contact #widget_recently_viewed .products-slider__title {
  margin: 0;
  padding: 30px;
}
.cms-contact #widget_recently_viewed .products-slider__container {
  padding: 40px 0;
}
.cms-press-releases .image-wrapper img {
  display: inline;
  width: 25%;
}
.cms-shop-our-instagram p {
  text-align: center;
}
.cms-shop-our-instagram .section-title {
  margin: 70px 0 45px;
  text-transform: none;
}
.cms-shop-our-instagram .page-title {
  margin: 50px 0;
  text-align: center;
}
.cms-shop-our-instagram .page-title > span {
  position: relative;
}
.cms-shop-our-instagram .page-title > span:after {
  background: #f7d656;
  content: '';
  display: block;
  height: 6px;
  margin: 15px auto;
  width: 135px;
}
.cms-shop-our-instagram .candid-wall-load-more {
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  border: 1px solid #ccc;
  border-radius: 0;
  display: block;
  margin: 30px auto;
  padding: 10px;
  width: 150px;
}
.cms-shop-our-instagram .candid-wall-load-more .candid-icon {
  display: none;
}
.cms-shop-our-instagram .excerpts-widget {
  background: #f2f2f2;
  max-width: none;
}
.cms-shop-our-instagram .excerpts-widget__container {
  margin: 0 auto;
  max-width: 1200px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #666;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .column.main .limiter > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account .table-return-items .qty .input-text {
  text-align: center;
  width: 47px;
}
.checkout-index-index:not(.amcheckout-index-index) .field.street .field.additional .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account-nav .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #f7d656;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #f7d656;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 38px;
  line-height: 38px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: right;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .login-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .login-container .block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .account .column.main .block:not(.widget) .block-content .box strong {
    font-weight: 500;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
}
.form.form-login .actions-toolbar,
.form.password.forget .actions-toolbar {
  padding-top: 20px;
}
.form.form-login .actions-toolbar .secondary,
.form.password.forget .actions-toolbar .secondary {
  padding-left: 15px;
}
.form.password.forget .actions-toolbar {
  margin-top: -20px;
  padding-top: 0;
}
.catalog-category-view.page-with-filter:not(.catalog-category-landing) .columns {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view.page-with-filter:not(.catalog-category-landing) .columns {
    padding-top: 20px;
  }
}
.catalog-category-view.page-with-filter .sidebar-main {
  display: none;
}
.catalog-category-view.page-with-filter--visible .sidebar-main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view.page-with-filter--visible .products-grid .product-item {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view.page-with-filter:not(.page-with-filter--visible) .columns .column.main {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-category-view.page-with-filter:not(.page-with-filter--visible) .products-grid .product-item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.catalog-category-view.page-with-filter:not(.page-with-filter--visible) .filter-clear {
  display: none;
}
.catalog-category-view .filter-actions,
.catalog-category-view .filter-current {
  display: none;
}
.toolbar-wrapper {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .toolbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0;
  }
}
.toolbar-wrapper .filters-toggle {
  left: 15px;
  position: absolute;
  top: 13px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .toolbar-wrapper .filters-toggle {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 30px;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: static;
  }
}
.toolbar-wrapper .toolbar-content {
  padding-left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .toolbar-wrapper .toolbar-content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.toolbar-wrapper .toolbar-content .modes {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  padding-right: 15px;
}
.toolbar-wrapper .toolbar-content .toolbar-sorter {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
}
.block.filter {
  margin-top: 10px;
}
.block.filter .filter-title,
.block.filter .filter-subtitle {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.filter-options .filter-options-title {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  margin-left: 3px;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
form.form.subscribe .field.newsletter .control {
  text-align: right;
}
form.form.subscribe .field.newsletter .control .field-recaptcha {
  display: inline-block;
  margin-top: 30px;
}
.page-bottom-newsletter {
  background: url(../images/bg/blue-pattern.jpg) #2a3d55;
  color: #fff;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .page-bottom-newsletter {
    padding: 50px 0;
  }
}
.block.newsletter {
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}
.block.newsletter > .title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
  padding: 0 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .block.newsletter > .title {
    margin-bottom: 25px;
    padding: 0;
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}
.block.newsletter > .subtitle {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 30px;
  max-width: 500px;
}
.block.newsletter a {
  color: #fff;
  text-decoration: underline;
}
.block.newsletter a:visited {
  color: #fff;
  text-decoration: underline;
}
.block.newsletter a:hover {
  color: #fff;
  text-decoration: underline;
}
.block.newsletter a:active {
  color: #fff;
  text-decoration: underline;
}
.block.newsletter .action.subscribe {
  background: #3d5999;
  border-color: #3d5999;
  color: #fff;
  padding: 13px 17px;
}
@media only screen and (min-width: 768px) {
  .block.newsletter .action.subscribe {
    border-radius: 5px;
    display: block;
    width: 100%;
  }
}
.block.newsletter .field.choice {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .block.newsletter .field.choice {
    margin-bottom: 25px;
    padding: 0;
  }
}
.block.newsletter .field.choice .checkbox + label {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block.newsletter .field.choice .checkbox + label:before {
  border-radius: 3px;
  color: #fff;
  height: 15px;
  width: 15px;
}
.block.newsletter .field.choice .checkbox:checked + label:before {
  font-size: 1rem;
  line-height: 1rem;
}
.block.newsletter .field.newsletter {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .block.newsletter .field.newsletter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.block.newsletter .field.newsletter .control {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .block.newsletter .field.newsletter .control {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.block.newsletter .field.newsletter .control input {
  border: 1px solid #878787;
  border-radius: 0;
  height: 44px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .block.newsletter .field.newsletter .control input {
    border-radius: 5px;
  }
}
.block.newsletter .field.newsletter .actions {
  min-width: 140px;
}
.block.newsletter .field.newsletter label {
  display: none;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 75px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  -webkit-font-smoothing: antialiased;
  color: #ccc;
  font-family: "jysk-icons";
  font-size: 15px;
  height: 15px;
  letter-spacing: 0;
  line-height: 15px;
  content: "î¥Žî¥Žî¥Žî¥Žî¥Ž";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  -webkit-font-smoothing: antialiased;
  color: #f7d656;
  font-family: "jysk-icons";
  font-size: 15px;
  height: 15px;
  letter-spacing: 0;
  line-height: 15px;
  content: "î¥Žî¥Žî¥Žî¥Žî¥Ž";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
  position: relative;
  z-index: 2;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #ccc;
  font-family: "jysk-icons";
  font-size: 15px;
  height: 15px;
  letter-spacing: 0;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "î¥Žî¥Žî¥Žî¥Žî¥Ž";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type=radio]:focus + label:before,
.review-control-vote input[type=radio]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #f7d656;
  font-family: "jysk-icons";
  font-size: 15px;
  height: 15px;
  letter-spacing: 0;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "î¥Žî¥Žî¥Žî¥Žî¥Ž";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "î¥Žî¥Žî¥Žî¥Ž";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "î¥Žî¥Žî¥Ž";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "î¥Žî¥Ž";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "î¥Ž";
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.block.add.review .legend {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-reviews-summary.short .reviews-actions .action:before {
  content: '(';
}
.product-reviews-summary.short .reviews-actions .action:after {
  content: ')';
  margin-left: -3px;
}
.product-reviews-summary.short .reviews-actions .action > span {
  display: none;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  margin-left: 5px;
}
.product-reviews-summary .action {
  background: 0 0;
  border: 0;
  color: #878787;
  display: inline-block;
  margin: 2px 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0;
}
.product-reviews-summary .action:hover,
.product-reviews-summary .action:active,
.product-reviews-summary .action:focus {
  background: 0 0;
  border: 0;
  color: #878787;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #666;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #666;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
  margin-left: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.catalog-product-view .page-title-container .product-reviews-summary {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-order: 50;
  -ms-flex-order: 50;
  order: 50;
}
.catalog-product-view .page-title-container .product-reviews-summary .rating-summary .rating-result {
  width: 80px;
}
.catalog-product-view .page-title-container .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 1.6rem;
  height: 16px;
  line-height: 1;
}
.catalog-product-view .page-title-container .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #f5a623;
  font-size: 1.6rem;
  height: 16px;
  line-height: 1;
}
.catalog-product-view .page-title-container .product-reviews-summary .action {
  margin-left: 20px;
  text-decoration: underline;
}
.catalog-product-view .page-title-container .product-reviews-summary .action.add {
  display: none;
}
.catalog-category-view .products-grid [class^=swatch-opt-] {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .catalog-category-view .products-grid [class^=swatch-opt-] {
    width: 260px;
  }
}
.catalog-category-view .products-grid .swatch-attribute {
  margin-bottom: 10px;
}
.catalog-category-view .products-grid .swatch-attribute-options.slick-slider {
  display: block;
  margin-bottom: 0;
  padding-right: 29px;
}
.catalog-category-view .products-grid .swatch-attribute-options .slick-slide {
  height: 26px;
  margin: 0 8px 0 0;
}
.catalog-category-view .products-grid .swatch-attribute-options .slick-slide .swatch-option {
  margin: 0;
}
.catalog-category-view .products-grid .swatch-attribute-options .swatch-option {
  height: 26px;
  margin: 0 8px 8px 0;
  padding: 1px 11px;
  width: 26px;
}
.catalog-category-view .products-grid .swatch-attribute-options .swatch-option:nth-child(1) {
  margin-left: 0;
}
.catalog-category-view .products-grid .slick-arrow {
  background: #666;
  background: 0 0;
  color: #666;
  cursor: pointer;
  height: 28px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 55%;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  width: 30px;
  z-index: 10;
}
.catalog-category-view .products-grid .slick-arrow:after,
.catalog-category-view .products-grid .slick-arrow:before {
  background: #666;
  content: '';
  display: block;
  height: 2px;
  left: 25%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50%;
}
.catalog-category-view .products-grid .slick-arrow.slick-disabled {
  display: none !important;
}
.catalog-category-view .products-grid .slick-prev {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  font-family: "jysk-icons";
  background-color: #fff;
  left: 0;
  margin: 0;
  right: auto;
}
.catalog-category-view .products-grid .slick-prev:before {
  content: "î¤ˆ";
}
.catalog-category-view .products-grid .slick-prev:before {
  content: '';
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.catalog-category-view .products-grid .slick-prev:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.catalog-category-view .products-grid .slick-next {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 22px;
  font-family: "jysk-icons";
  left: auto;
  margin: 0;
  right: 0;
}
.catalog-category-view .products-grid .slick-next:before {
  content: "î¤‰";
}
.catalog-category-view .products-grid .slick-next:before {
  content: '';
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.catalog-category-view .products-grid .slick-next:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.swatch-opt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swatch-opt .swatch-attribute {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.swatch-opt .swatch-attribute.color {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.swatch-attribute {
  margin-bottom: 15px;
}
.swatch-attribute[option-selected] .swatch-attribute-label:after {
  content: ':';
}
.swatch-attribute-label {
  position: relative;
  text-transform: none;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  color: red;
  content: '*';
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  padding-left: 5px;
  text-transform: none;
}
.swatch-attribute-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.swatch-option {
  background: #fff;
  border: 2px solid #ccc;
  cursor: pointer;
  height: 32px;
  margin: 0 10px 5px 0;
  padding: 1px 14px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 32px;
}
.swatch-option.color.selected {
  border-color: #f7d656;
}
.swatch-option.color.disabled:after {
  background: linear-gradient(to left top, rgba(35, 63, 134, 0) 0%, rgba(35, 63, 134, 0) calc(48.2%), #233f86 50%, rgba(35, 63, 134, 0) calc(51.8%), rgba(35, 63, 134, 0) 100%);
  left: -5px;
  top: -3px;
  -webkit-transform: translateX(2px) translateY(2px);
  transform: translateX(2px) translateY(2px);
}
.swatch-option.color.disabled .disabled-opacity {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
}
.swatch-option.text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #233f86;
  color: #233f86;
  font-weight: 700;
  height: auto;
  padding: 1px 14px;
  width: auto;
}
.swatch-option.text.selected {
  background: #fff;
  border: 3px solid #233f86;
  color: #233f86;
}
.swatch-option.text.disabled {
  background: #f2f2f2;
  border-color: #666;
  color: #666;
}
.swatch-option.text.disabled.selected {
  border: 1px solid #666;
  color: #282828;
}
.swatch-option.text.disabled:not(.selected) {
  opacity: .5;
}
.swatch-option.text.disabled:after {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(49.2%), #000000 50%, rgba(0, 0, 0, 0) calc(50.8%), rgba(0, 0, 0, 0) 100%);
}
.swatch-option.disabled {
  cursor: pointer;
}
.catalog-product-view .swatch-option.color.selected {
  border: none;
  outline: 2px solid #233f86;
  outline-offset: 2px;
}
.swatch-option.disabled:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .swatch-option-tooltip {
    display: none !important;
  }
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.swatch-option-tooltip {
  display: none;
  left: -86px;
  position: absolute;
  top: 45px;
  width: 200px;
  z-index: 100;
}
.swatch-option-tooltip:before {
  background-color: transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin: 0 0 0 -12px;
  position: absolute;
  top: -11px;
  width: 24px;
}
.swatch-option-tooltip .title {
  background-color: #ccc;
  display: block;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered._checked .swatch-option.text {
  border: 3px solid #233f86;
}
.swatch-option-link-layered:hover {
  text-decoration: none;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #adadad;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  bottom: -5px;
  color: #282828;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-option-loading {
  content: url(../Magento_Swatches/images/loader-2.gif);
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #f7d656;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #f7d656;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
@media only screen and (min-width: 768px) {
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .title {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "ï¸";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .block-collapsible-nav .title.active:after {
    content: "ï·";
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
body {
  background-color: #fff;
}
.cookie-status-message {
  display: none;
}
.page-print .logo {
  float: none;
}
.page-main {
  z-index: 9;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #233f86;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #4ba4df;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #4ba4df;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #233f86;
}
.message.global.demo a:hover {
  color: #4ba4df;
}
.message.global.demo a:active {
  color: #4ba4df;
}
.back-to-top-link {
  color: #666;
  text-decoration: none;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.back-to-top-link:visited {
  color: #666;
  text-decoration: none;
}
.back-to-top-link:hover {
  color: #666;
  text-decoration: none;
}
.back-to-top-link:active {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .back-to-top-link {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    margin: 0;
    text-align: left;
  }
}
.back-to-top-link:after {
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 20px;
  content: "î¤ƒ";
  font-family: "jysk-icons";
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget .block-title {
  margin-bottom: 15px;
}
.widget .block-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.no-display {
  display: none !important;
}
.ui-datepicker td {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
}
.m-navigation-filter-item {
  color: #666;
  text-decoration: none;
}
.m-navigation-filter-item:visited {
  color: #666;
  text-decoration: none;
}
.m-navigation-filter-item:hover {
  color: #666;
  text-decoration: none;
}
.m-navigation-filter-item:active {
  color: #666;
  text-decoration: none;
}
.m-navigation-filter-item .checkbox {
  opacity: 1;
  position: static;
}
.m-navigation-filter-item .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.m-navigation-filter-item .checkbox input[type=checkbox],
.m-navigation-filter-item .checkbox input[type=checkbox] + label {
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}
.m-navigation-filter-item .checkbox input[type=checkbox] + label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  text-align: left;
}
.m-navigation-filter-item .checkbox input[type=checkbox] + label:before {
  background: 0 0;
  border: 1px solid #c2c2c2;
  content: '';
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 22px;
  margin: 2px 10px 0 0;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}
.m-navigation-filter-item .checkbox input[type=checkbox] + label > span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-navigation-filter-item .checkbox input[type=checkbox][disabled] + label {
  opacity: .5;
}
.m-navigation-filter-item .checkbox input[type=checkbox].validation-failed + label:before {
  border-color: #bd0000;
}
.m-navigation-filter-item .checkbox input[type=checkbox]:checked + label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.m-navigation-filter-item .checkbox input[type=checkbox]:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: "ï€Œ";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.m-navigation-filter-item .checkbox input[type=checkbox]:checked + label:before {
  color: #666;
}
.m-navigation-filter-item .checkbox input[type=checkbox] + label > .price {
  color: #666;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 3px;
}
.mst-nav__horizontal-bar {
  display: none;
}
.mst-quick-nav__filterList {
  display: none;
}
.navigation-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.navigation-overlay._show {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.navigation-overlay._show > i {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.navigation-overlay._show > i:before {
  background: rgba(255, 255, 255, 0.5) url(../images/ajax-loader.gif) no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mst-scroll__loader {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.4);
  height: 160px;
  position: static;
  width: 100%;
}
.mst-scroll__loader > span {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
}
.mst-scroll__loader > span:before {
  background: rgba(255, 255, 255, 0.5) url(../images/ajax-loader.gif) no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mst-scroll__loader > span:first-child {
  display: block;
}
.footer-menus {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-menus {
    padding: 50px;
  }
}
.footer-menus > .footer-menu {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
  min-width: 100%;
}
@media only screen and (min-width: 640px) {
  .footer-menus > .footer-menu {
    min-width: 50%;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-menus > .footer-menu {
    margin-bottom: 0;
    min-width: 25%;
    padding-right: 30px;
  }
}
.footer-menus > .footer-menu:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.footer-menus ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.footer-menu__title {
  color: #666;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  white-space: break-spaces;
  font-size: 2.2rem;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .footer-menu__title {
    margin-bottom: 25px;
  }
}
.footer-menu__item {
  margin: 0;
}
.footer-menu__link {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.9rem;
  color: #666;
  text-decoration: none;
}
.footer-menu__link:visited {
  color: #666;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #666;
  text-decoration: underline;
}
.footer-menu__link:active {
  color: #666;
  text-decoration: none;
}
.footer-menu-socials {
  background: #eaeaea;
  padding: 30px 0 24px;
}
@media only screen and (min-width: 768px) {
  .footer-menu-socials {
    padding: 50px 0;
  }
}
.footer-socials {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .footer-socials {
    max-height: 55px;
  }
}
.footer-socials__list {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .footer-socials__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-socials__item {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-socials__item {
    min-width: 130px;
  }
}
.footer-socials__item.facebook a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 33px;
  content: "î¤›";
  font-family: "jysk-icons";
}
.footer-socials__item.twitter a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 33px;
  content: "î¤´";
  font-family: "jysk-icons";
}
.footer-socials__item.instagram a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 33px;
  content: "î¤¾";
  font-family: "jysk-icons";
}
.footer-socials__item.pinterest a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 33px;
  content: "î¤¿";
  font-family: "jysk-icons";
}
.footer-socials__item.youtube a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 33px;
  content: "î¤·";
  font-family: "jysk-icons";
}
.footer-socials__item.facebook a:before,
.footer-socials__item.twitter a:before,
.footer-socials__item.instagram a:before,
.footer-socials__item.pinterest a:before,
.footer-socials__item.youtube a:before {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer-socials__item.facebook a:before,
  .footer-socials__item.twitter a:before,
  .footer-socials__item.instagram a:before,
  .footer-socials__item.pinterest a:before,
  .footer-socials__item.youtube a:before {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
.footer-socials__link {
  color: #666;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.footer-socials__link:visited {
  color: #666;
  text-decoration: none;
}
.footer-socials__link:hover {
  color: #666;
  text-decoration: none;
}
.footer-socials__link:active {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer-socials__link {
    font-weight: 700;
  }
}
@font-face {
  font-family: "jysk-icons";
  src: url(../icons/jysk/jysk-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.sl-widget .sl-login-section {
  display: none;
}
.sl-widget .sociallogin-wrapper {
  margin-bottom: 0;
}
.sl-widget .sociallogin-wrapper .sociallogin-block {
  margin-bottom: 0;
}
.sl-widget .sociallogin-wrapper .sociallogin-block .block-heading {
  padding-bottom: 9px;
}
.sl-widget .sociallogin-wrapper .sociallogin-block .block-heading strong {
  font-size: 15px;
  font-weight: 600;
}
.weltpixel_newsletter .sl-widget .show-sl-buttons {
  width: 100%;
}
.wp_newsletter_v2 .sl-widget {
  float: right;
  min-width: 370px;
  width: 100%;
}
.si-facebook:hover {
  color: #3b5998;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
  color: #c8232c;
}
.si-instagram:hover,
.si-colored.si-instagram {
  color: #3f729b;
}
.si-twitter:hover,
.si-colored.si-twitter {
  color: #00acee;
}
[class^=icon-],
[class*=" icon-"],
[class^=icon-line-],
[class*=" icon-line-"],
[class^=icon-line2-],
[class*=" icon-line2-"] {
  display: inline-block;
  font-family: "jysk-icons";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-transform: none;
}
.icon-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 38px;
  content: "î¤›";
}
.icon-twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 38px;
  content: "î¤´";
}
.icon-vimeo:before {
  content: '';
}
.icon-instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 38px;
  content: "î¤¾";
}
.icon-pinterest:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  font-size: 38px;
  content: "î¤¿";
}
.social-icons {
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  height: 40px;
  line-height: 38px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  width: 40px;
}
a.social-icons,
a.social-icons:active,
a.social-icons:visited,
a.social-icons:hover {
  text-decoration: none;
}
body:not(.device-touch) .social-icons {
  border: 0;
  transition: all 0.3s ease;
}
.social-icons i {
  display: block;
  position: relative;
}
body:not(.device-touch) .social-icons i {
  transition: all 0.3s ease;
}
@-webkit-keyframes wp-button-blink {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes wp-button-blink {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.wp_newsletter_trigger_button {
  display: block;
  margin-top: -20px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 26%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 10;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger {
  display: block;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger:hover {
  text-decoration: none;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 14px 6px;
  text-align: center;
}
.wp_newsletter_trigger_button a.wp_newsletter_trigger:after {
  -webkit-animation: wp-button-blink 1.4s linear both infinite;
  animation: wp-button-blink 1.4s linear both infinite;
  background: #fff;
  -ms-box-shadow: 0 0 12px 9px #fff;
  -o-box-shadow: 0 0 12px 9px #fff;
  box-shadow: 0 0 12px 9px #fff;
  content: '';
  height: 100%;
  left: 0;
  opacity: .15;
  position: absolute;
  top: 15%;
}
#wpn-lightbox-overlay,
#wpn-exitintent-lightbox-overlay {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#wpn-lightbox-content,
#wpn-exitintent-lightbox-content {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  max-width: 850px;
  position: absolute;
  top: 0;
  width: 850px;
  z-index: 10000;
}
#wpn-lightbox-content-v2,
#wpn-exitintent-lightbox-content-v2 {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
#wpn-lightbox-content-v3,
#wpn-exitintent-lightbox-content-v3 {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  line-height: 0;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 640px;
  z-index: 10000;
}
#wpn-lightbox-content-v4,
#wpn-exitintent-lightbox-content-v4 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  max-width: 400px;
  position: fixed;
  right: 15%;
  width: auto;
  z-index: 10000;
}
#wpn-lightbox-close-newsletter,
#wpn-lightbox-close-exitintent {
  background: #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 30px;
}
#wpn-lightbox-close-newsletter-v2,
#wpn-lightbox-close-newsletter-v4,
#wpn-lightbox-close-exitintent-v2,
#wpn-lightbox-close-exitintent-v4 {
  background: 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px;
  position: absolute;
  right: 2%;
  text-align: center;
  text-transform: lowercase;
  top: 5px;
  vertical-align: middle;
  width: 30px;
}
.wp_newsletter_container,
.wp_exitintent_container,
.weltpixel_newsletter_step1,
.weltpixel_exitintent_newsletter_step1,
.weltpixel_newsletter {
  display: none;
}
.weltpixel_newsletter * {
  box-sizing: border-box;
}
.weltpixel_newsletter .title {
  padding: 30px 0;
}
.weltpixel_newsletter .wpn-col-md-5 {
  line-height: 10px;
  padding: 0;
}
.weltpixel_newsletter .wpn-col-md-5 img.image-fade {
  width: 100%;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section {
  padding: 35px;
  text-align: center;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section strong {
  font-size: 12px;
}
.weltpixel_newsletter .weltpixel_newsletter_signup_section .title {
  font-size: 24px;
}
.weltpixel_newsletter #weltpixel_newsletter,
.weltpixel_newsletter #weltpixel_exitintent {
  float: left;
  padding: 15px 0 20px;
  width: 100%;
}
.weltpixel_newsletter #weltpixel_newsletter .form-group,
.weltpixel_newsletter #weltpixel_exitintent .form-group {
  float: right;
  position: relative;
  width: 100%;
}
.weltpixel_newsletter #weltpixel_newsletter .title,
.weltpixel_newsletter #weltpixel_exitintent .title {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
.weltpixel_newsletter #weltpixel_newsletter input[type=text],
.weltpixel_newsletter #weltpixel_newsletter input[type=email],
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter #weltpixel_exitintent input[type=text],
.weltpixel_newsletter #weltpixel_exitintent input[type=email],
.weltpixel_newsletter #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_newsletter_email {
  float: left;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  width: 77%;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent {
  height: 17px;
  width: 17px;
}
.weltpixel_newsletter #weltpixel_newsletter .button,
.weltpixel_newsletter #weltpixel_exitintent .button {
  background: #d83701;
  color: #000;
  float: right;
  font-size: 18px;
  height: 36px;
  line-height: 22px;
  margin-left: 0;
  padding: 8px;
  text-transform: uppercase;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container {
  margin-top: 18px;
  position: relative;
  text-align: center;
}
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label,
.weltpixel_newsletter #weltpixel_newsletter .terms-condition-container label > *,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container label,
.weltpixel_newsletter #weltpixel_exitintent .terms-condition-container label > * {
  vertical-align: top;
}
.weltpixel_newsletter #weltpixel_newsletter #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_newsletter_email-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #popup_newsletter_email-error,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_newsletter_email-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent-error {
  clear: both;
  line-height: 13px;
  margin: 3px 0 0;
  min-height: 13px;
  position: absolute;
  text-align: left;
  top: 35px;
}
.weltpixel_newsletter #weltpixel_newsletter #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_newsletter #exitintent_terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #terms_conditions_consent-error,
.weltpixel_newsletter #weltpixel_exitintent #exitintent_terms_conditions_consent-error {
  position: relative;
  top: 0;
}
.weltpixel_newsletter.wp_newsletter_v1 .weltpixel_newsletter_step1 button,
.weltpixel_newsletter.wp_newsletter_v1 .weltpixel_exitintent_newsletter_step1 button {
  margin: 5px;
}
.weltpixel_newsletter.wp_newsletter_v2 {
  float: left;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v2 .left-section {
  float: left;
  line-height: 10px;
  max-width: 200px;
  width: 20%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section {
  float: right;
  padding: 20px;
  width: 80%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .middle-section {
  float: left;
  text-align: left;
  width: 50%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section {
  float: right;
  margin-right: 3%;
  max-width: 370px;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
  border: 1px solid #000;
  border-right: none;
  height: 34px;
  width: 53%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter button.subscribe,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent button.subscribe {
  border: 1px solid #000;
  float: right;
  height: 34px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
  width: 74%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section .terms-condition-container {
  clear: both;
  padding-top: 18px;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons {
  float: right;
  margin-top: 3%;
  width: 50%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons button {
  margin: 5px 0;
  width: 80%;
}
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section #weltpixel_newsletter .terms-condition-container,
.weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section #weltpixel_exitintent .terms-condition-container {
  text-align: left;
}
.weltpixel_newsletter.wp_newsletter_v3 .image-background {
  display: none;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section {
  background: #fff;
  float: left;
  height: 75%;
  line-height: 1.4;
  margin: 13%;
  padding: 20px 30px 15px;
  top: 0;
  width: 75%;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .title {
  font-size: 34px;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section p {
  font-size: 18px;
  padding: 0;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup {
  border: 0;
  float: left;
  margin-top: 15%;
  position: relative;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #exitintent_newsletter_email {
  background: #fff;
  border-bottom: 2px solid #000;
  margin-bottom: 18px;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter button,
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent button {
  height: 44px;
  margin: 3px 0;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .step1-buttons button {
  height: 44px;
  margin: 3px 0;
  width: 100%;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section {
  float: none;
  padding: 20px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup {
  float: none;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent {
  float: none;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=text],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter input[type=email],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter #exitintent_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=text],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent input[type=email],
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #popup_newsletter_email,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent #exitintent_newsletter_email {
  background: #fff;
  border-bottom: 2px solid #000;
  float: none;
  margin-bottom: 18px;
  width: 98%;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter button,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent button {
  width: 49%;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 {
  padding: 15px 15px 30px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons {
  min-width: 320px;
}
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons button,
.weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons button {
  width: 49%;
}
@media only screen and (max-width: 960px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 81%;
  }
}
@media (min-width: 992px) {
  .weltpixel_newsletter .wpn-col-md-5,
  .weltpixel_newsletter .wpn-col-md-7 {
    float: left;
  }
  .weltpixel_newsletter .wpn-col-md-5 {
    width: 41.66666667%;
  }
  .weltpixel_newsletter .wpn-col-md-7 {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 992px) {
  #wpn-lightbox-content,
  #wpn-exitintent-lightbox-content {
    padding: 6%;
    width: 88%;
  }
  #wpn-lightbox-content-v3,
  #wpn-exitintent-lightbox-content-v3 {
    width: 88%;
  }
}
@media only screen and (max-width: 768px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section {
    padding: 0;
    width: 100%;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent {
    float: left;
    padding: 15px 0 20px;
    width: 100%;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter .button,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent .button {
    float: right;
  }
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    float: left;
    width: 74%;
  }
  .weltpixel_newsletter .col-last {
    display: none;
  }
  .weltpixel_newsletter.wp_newsletter_v1 .weltpixel_newsletter_step1 button,
  .weltpixel_newsletter.wp_newsletter_v1 .weltpixel_exitintent_newsletter_step1 button {
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 {
    float: left;
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .left-section {
    float: left;
    line-height: 10px;
    max-width: 100%;
    width: 33%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section {
    float: none;
    padding: 0;
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .title {
    font-size: 18px;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .middle-section {
    float: right;
    padding: 10px 15px 10px 10px;
    text-align: left;
    width: 67%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 97%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 74%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 97%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .step1-buttons button {
    margin: 5px 0;
    width: 100%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 #weltpixel_newsletter .form-group,
  .weltpixel_newsletter.wp_newsletter_v2 #weltpixel_exitintent .form-group {
    margin-left: 7%;
  }
  .weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_newsletter_step1 .step1-buttons,
  .weltpixel_newsletter.wp_newsletter_v4 .weltpixel_newsletter_signup_section .weltpixel_exitintent_newsletter_step1 .step1-buttons {
    min-width: 100%;
  }
  #wpn-lightbox-content-v4,
  #wpn-exitintent-lightbox-content-v4 {
    max-width: 100%;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 66%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 74%;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .title {
    font-size: 22px;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section p {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup {
    margin-top: 0;
  }
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_newsletter,
  .weltpixel_newsletter.wp_newsletter_v3 .weltpixel_newsletter_signup_section .newsletter-signup #weltpixel_exitintent {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 360px) {
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter .weltpixel_newsletter_signup_section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 61%;
  }
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_newsletter #exitintent_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=text],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent input[type=email],
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #popup_newsletter_email,
  .weltpixel_newsletter.wp_newsletter_v2 .weltpixel_newsletter_signup_section .right-section #weltpixel_exitintent #exitintent_newsletter_email {
    width: 69%;
  }
}
.icons-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -8px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  text-align: center;
}
.icons-list__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .icons-list__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
  }
}
.icons-list__item-title {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .icons-list__item-title {
    font-size: 1.6rem;
  }
}
.icons-list__item-caption {
  display: none;
  font-weight: 300;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .icons-list__item-caption {
    display: block;
  }
}
.icons-list__item-link {
  color: #666;
  text-decoration: none;
}
.icons-list__item-link:visited {
  color: #666;
  text-decoration: none;
}
.icons-list__item-link:hover {
  color: #666;
  text-decoration: none;
}
.icons-list__item-link:active {
  color: #666;
  text-decoration: none;
}
.icons-list__icon {
  font-size: 2.5rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  min-height: 25px;
}
@media only screen and (min-width: 768px) {
  .icons-list__icon {
    min-height: 40px;
    font-size: 4rem;
  }
}
.categories-widget {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .categories-widget {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.categories-widget__container {
  margin-bottom: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .categories-widget__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
}
.categories-widget__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .categories-widget__title {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.categories-widget__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .categories-widget__item {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 60px;
  }
}
.categories-widget__content {
  position: relative;
}
.categories-widget__content img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  width: 100%;
}
.categories-widget__link {
  bottom: 0;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #666;
  text-decoration: none;
  display: block;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: 0;
}
.categories-widget__link:visited {
  color: #666;
  text-decoration: none;
}
.categories-widget__link:hover {
  color: #666;
  text-decoration: none;
}
.categories-widget__link:active {
  color: #666;
  text-decoration: none;
}
.excerpts-widget {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.excerpts-widget__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
.excerpts-widget__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__title {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.excerpts-widget__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__item {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 60px;
  }
}
.excerpts-widget__item img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__item img {
    margin: 0;
  }
}
.excerpts-widget__item-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.2rem;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__item-title {
    margin-bottom: 23px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 23px;
    text-align: left;
  }
}
.excerpts-widget__item-title > a {
  color: #666;
  text-decoration: none;
}
.excerpts-widget__item-title > a:visited {
  color: #666;
  text-decoration: none;
}
.excerpts-widget__item-title > a:hover {
  color: #666;
  text-decoration: none;
}
.excerpts-widget__item-title > a:active {
  color: #666;
  text-decoration: none;
}
.excerpts-widget__item-caption {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__item-caption {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: left;
  }
}
.excerpts-widget__item .action {
  margin: 0 auto;
  max-width: 113px;
  min-width: 113px;
  padding: 12px 15px;
  line-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .excerpts-widget__item .action {
    display: inline;
    margin: 0;
    max-width: 120px;
    min-width: 120px;
    padding: 9px 15px;
    line-height: 1.6rem;
  }
}
.products-slider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  position: relative;
}
.products-slider__title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
}
.products-slider__item {
  height: auto;
  padding: 14px 14px 36px;
}
@media only screen and (min-width: 768px) {
  .products-slider__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-slider__item-header {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-order: -40;
  -ms-flex-order: -40;
  order: -40;
  width: 100%;
}
.products-slider__item-content {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-slider__reviews .product-reviews-summary.empty {
  display: none;
}
.products-slider__image {
  -webkit-order: -50;
  -ms-flex-order: -50;
  order: -50;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .products-slider__image {
    min-height: 240px;
  }
}
.products-slider__image .product-image-wrapper {
  padding-bottom: 100% !important;
}
.products-slider__prev,
.products-slider__next {
  display: none;
}
.products-slider__prev {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 1440px) {
  .products-slider__prev {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}
.products-slider__next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1440px) {
  .products-slider__next {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.products-slider .swiper-container-initialized + .products-slider__navigation {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .products-slider .swiper-container-initialized + .products-slider__navigation {
    margin-top: 0;
  }
}
.products-slider .swiper-container-initialized + .products-slider__navigation .products-slider__prev {
  display: block;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .products-slider .swiper-container-initialized + .products-slider__navigation .products-slider__prev {
    margin-right: 0;
  }
}
.products-slider .swiper-container-initialized + .products-slider__navigation .products-slider__prev + .products-slider__next {
  display: block;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .products-slider .swiper-container-initialized + .products-slider__navigation .products-slider__prev + .products-slider__next {
    margin-left: 0;
  }
}
.products-slider__price {
  margin: 1px 0 4px auto;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.products-slider__price .price {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.products-slider__price .price-to {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.products-slider__price .price-to .price-label {
  display: none;
}
.products-slider__price .price-box {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.products-slider__price .special-price {
  margin-left: 3px;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.products-slider__price .old-price {
  line-height: 1;
}
.products-slider__price .old-price .price {
  font-size: 1.2rem;
  color: #878787;
  font-weight: 400;
}
.products-slider__name {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 7px;
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
  text-transform: uppercase;
  word-break: break-word;
}
.products-slider__name:visited {
  color: #000;
  text-decoration: none;
}
.products-slider__name:hover {
  color: #000;
  text-decoration: none;
}
.products-slider__name:active {
  color: #000;
  text-decoration: none;
}
.products-slider__label--product {
  -webkit-order: -60;
  -ms-flex-order: -60;
  order: -60;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.products-slider__label--price {
  -webkit-order: -20;
  -ms-flex-order: -20;
  order: -20;
}
.products-slider__label--price .cataloglabel {
  line-height: 1;
  margin-left: 5px;
}
.products-slider__label .cataloglabel__content {
  font-size: 1.2rem;
  padding: 2px 5px;
}
.products-slider__description {
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 10px;
  -webkit-order: -10;
  -ms-flex-order: -10;
  order: -10;
  width: 100%;
}
.products-slider__add-to-cart {
  bottom: 0;
  position: absolute;
}
.products-slider .tocart {
  line-height: 1.6rem;
  padding: 6px 9px;
  font-size: 1.2rem;
  border-color: #000;
  color: #000;
  min-width: 140px;
  text-transform: uppercase;
}
.collapsible-list__item {
  border: 1px #f2f2f2 solid;
  margin: 20px 0;
}
.collapsible-list__item-title {
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  cursor: pointer;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
}
.collapsible-list__item-title:after {
  font-size: 1.5em;
  content: '+';
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 15px;
}
.collapsible-list__item-title[aria-expanded=true]:after {
  content: '-';
}
.collapsible-list__item-content {
  background: #f2f2f2;
  padding: 20px;
}
.column.main > .slick-slider {
  margin: auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .block-title {
  text-align: center;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.block-viewed-products-grid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .block-viewed-products-grid {
    margin-bottom: 50px;
  }
}
.block-viewed-products-grid .block-title {
  margin-bottom: 15px;
  margin-top: 35px;
}
.block-viewed-products-grid .block-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #payment_form_flxpayment .table .pics {
    width: 43px;
    max-width: 43px;
    padding-right: 10px;
  }
}
#payment_form_flxpayment .table .pics img {
  margin: 0 auto;
  max-width: 100%;
}
#payment_form_flxpayment .table .table_row {
  display: table-row;
  height: 20px;
}
#payment_form_flxpayment .table div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#payment_form_flxpayment .table div p {
  font-size: 13px;
  color: #373737;
  line-height: 17px;
  margin: 0;
}
#payment_form_flxpayment .table div span {
  color: #336877;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container {
    display: table;
    width: 100%;
  }
}
#payment_form_flxpayment .half-cols-container .half-cols {
  color: #0e7989;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols {
    width: 50%;
    text-align: left;
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
#payment_form_flxpayment .half-cols-container .half-cols p {
  font-size: 12px;
}
#payment_form_flxpayment .half-cols-container .half-cols a {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background-color: #0e7989;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 26px;
  border-radius: 4px;
  cursor: pointer;
}
#payment_form_flxpayment .half-cols-container .half-cols .form {
  margin-top: 16px;
  display: block;
  width: 100%;
}
#payment_form_flxpayment .half-cols-container .half-cols .form label,
#payment_form_flxpayment .half-cols-container .half-cols .form input {
  width: auto;
  display: inline-block;
}
#payment_form_flxpayment .half-cols-container .half-cols:first-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:first-child {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
#payment_form_flxpayment .half-cols-container .half-cols:last-child {
  padding-top: 20px;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:last-child {
    padding-left: 20px;
    padding-top: 0;
  }
}
#payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  bottom: auto;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
    width: 1px;
    height: 100%;
    left: -10px;
    top: 0;
  }
}
#payment_form_flxpayment .table {
  font-family: 'Open Sans', sans-serif;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 1024px) {
  #payment_form_flxpayment .table .pics {
    width: 43px;
    max-width: 43px;
    padding-right: 10px;
  }
}
.flx_payment_logo {
  margin-right: 10px;
}
.flx_logo_new {
  max-width: 150px;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols {
    width: 50%;
    text-align: left;
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
#payment_form_flxpayment .half-cols-container .half-cols strong {
  font-size: 14px;
}
#payment_form_flxpayment .half-cols-container .half-cols .form label {
  padding-right: 5px;
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:first-child {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:last-child {
    padding-left: 20px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
    width: 1px;
    height: 100%;
    left: -10px;
    top: 0;
  }
}
#flxpayment_modal_custom {
  left: 4%;
  top: 5%;
  width: 96%;
}
@media (max-width: 1025px) {
  #flxpayment_modal_custom {
    width: 100% !important;
  }
}
#flxpayment_modal_custom .modal-content {
  padding: 0;
  height: 100%;
}
@media (max-width: 769px) {
  #flxpayment_modal_custom .modal-content {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
#flxpayment_modal_custom .modal-content iframe {
  max-width: 100%;
  width: 100%;
  border: none;
  height: 100%;
  margin-bottom: -20px;
}
@media (max-width: 769px) {
  #flxpayment_modal_custom .modal-content iframe {
    z-index: 5000;
    margin-top: -10px;
    position: absolute;
    height: calc(110%);
    min-height: calc(110%);
  }
}
#flxpayment_modal_custom .modal-inner-wrap {
  width: 96%;
  height: 96%;
  overflow-y: hidden;
}
@media (max-width: 1025px) {
  #flxpayment_modal_custom .modal-inner-wrap {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #flxpayment_modal_custom .modal-inner-wrap iframe {
    min-width: 100%;
    width: 100%;
    border: none;
    height: 2000px !important;
    margin-bottom: -5px;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
    background-color: #fff !important;
  }
  #flxpayment_modal_custom {
    left: 0;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.modal-custom .action-close {
  position: relative;
  float: right;
}
aside.modal-popup {
  left: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .flx_hide {
    display: none !important;
  }
}
.flxMessage img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.flxMessage a {
  display: inline-block;
}
@media (min-width: 768px) {
  .flxMessage p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.checkout-index-index .modals-wrapper .modals-overlay {
  pointer-events: none !important;
  cursor: none;
}
#flxpayment_modal_custom .modal-inner-wrap .modal-content iframe {
  max-width: 100%;
  width: 100%;
  border: none;
  background: #006c79 !important;
}
.payment-method-title.field.choice #flxpayment {
  position: relative;
  top: 56px;
}
.candid-version-mobile.candid-container {
  display: block;
}
@media only screen and (min-width: 768px) {
  .candid-version-mobile.candid-container {
    display: none;
  }
}
.candid-container {
  background: #f2f2f2;
  display: none;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .candid-container {
    background: 0 0;
    display: block;
    min-width: 100%;
    padding: 25px 25px 25px 147px;
  }
}
.candid-container .candid-upload-row {
  color: #666;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 25px;
}
.candid-container .candid-upload-row .candid-hashtag-column {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .candid-container .candid-upload-row .candid-hashtag-column {
    display: inline-block;
    text-align: right;
  }
}
.candid-container .candid-upload-row .candid-upload-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .candid-container .candid-upload-row .candid-upload-actions {
    display: inline-block;
    float: right;
    margin: 0;
  }
}
.candid-container .candid-upload-row .candid-upload-actions .candid-upload-column {
  display: inline-block;
  margin-right: 25px;
}
.candid-container .candid-upload-row .candid-upload-actions .candid-view-more {
  display: inline-block;
  float: right;
}
@media only screen and (min-width: 768px) {
  .candid-container .candid-upload-row .candid-upload-actions .candid-view-more {
    float: none;
  }
}
.candid-container .candid-upload-row .candid-upload-actions .candid-upload-btn {
  color: #666;
  text-decoration: underline;
}
.candid-container .candid-no-content {
  border: 1px solid #ccc;
  margin: 15px;
  padding: 25px 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .candid-container .candid-no-content {
    margin: 0;
    padding: 30px 60px;
  }
}
.candid-container .candid-no-content .candid-upload-btn {
  color: #666;
  text-decoration: none;
}
.candid-container .candid-no-content .candid-nc-row {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.candid-container .candid-no-content .candid-nc-row:first-of-type {
  padding-top: 0;
}
.candid-container .candid-no-content .candid-nc-row .candid-nc-text {
  color: #666;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.candid-container .candid-no-content .candid-nc-row .candid-nc-icon {
  display: inline-block;
  text-decoration: none;
}
.candid-container .candid-no-content .candid-nc-row .candid-nc-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 1;
  color: inherit;
  content: "ï§";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit] {
  background-image: none;
  background: #f2f2f2;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 9px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit]:focus,
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit]:active {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #666;
}
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit]:hover {
  background: #e2e2e2;
  background-color: false;
  background-image: linear-gradient(to bottom, false 0%, false 100%);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  color: #555;
}
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit].disabled,
#candid-progress #candid-uploadfields#candid-uploadfields input[type=submit][disabled],
fieldset[disabled] #candid-progress #candid-uploadfields#candid-uploadfields input[type=submit] {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .boxed-slider.flexslider .flex-direction-nav a.flex-next,
  .boxed-slider.flexslider .flex-direction-nav a.flex-prev {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.2 42.1' enable-background='new 0 0 23.2 42.1'%3E%3Cpolyline fill='none' stroke='%23666666' stroke-width='3' stroke-miterlimit='10' points='22.1,41.1 2.1,21.1 22.1,1.1 '/%3E%3C/svg%3E");
  }
  .flex-viewport {
    margin: 0 40px;
  }
}
.boxed-slider.flexslider .flex-direction-nav a.flex-next,
.boxed-slider.flexslider .flex-direction-nav a.flex-prev {
  display: none;
}
.special-offer {
  display: none;
}
.special-offer-active {
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}
.special-offer__value {
  margin-left: 5px;
}
.expected-delivery-date {
  display: inline-block;
  margin-left: 15px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.jyskloginpage-index-index .page-footer .jysk-login-page.bottom-custom-block {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-footer .jysk-login-page.bottom-custom-block {
    padding: 40px 0;
  }
}
.jyskloginpage-index-index .page-footer {
  background: #fff;
  box-shadow: 0 -2px 4px #f2f2f2;
}
.jyskloginpage-index-index .page-footer .footer.content {
  margin: 0 auto;
  max-width: 1155px;
  padding: 0 12px;
  width: 100%;
}
.jyskloginpage-index-index .login-container fieldset .field-recaptcha,
.jyskloginpage-index-index .register-container fieldset .field-recaptcha,
.customer-account-create .login-container fieldset .field-recaptcha,
.customer-account-create .register-container fieldset .field-recaptcha,
.customer-account-login .login-container fieldset .field-recaptcha,
.customer-account-login .register-container fieldset .field-recaptcha {
  display: none;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .jysk-login-container,
  .customer-account-create .jysk-login-container,
  .customer-account-login .jysk-login-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }
}
.jyskloginpage-index-index .login-container,
.jyskloginpage-index-index .register-container,
.jyskloginpage-index-index .sign-up-container,
.customer-account-create .login-container,
.customer-account-create .register-container,
.customer-account-create .sign-up-container,
.customer-account-login .login-container,
.customer-account-login .register-container,
.customer-account-login .sign-up-container {
  transition: .5s;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container.hidden,
  .jyskloginpage-index-index .register-container.hidden,
  .jyskloginpage-index-index .sign-up-container.hidden,
  .customer-account-create .login-container.hidden,
  .customer-account-create .register-container.hidden,
  .customer-account-create .sign-up-container.hidden,
  .customer-account-login .login-container.hidden,
  .customer-account-login .register-container.hidden,
  .customer-account-login .sign-up-container.hidden {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container.hidden .block,
  .jyskloginpage-index-index .register-container.hidden .block,
  .jyskloginpage-index-index .sign-up-container.hidden .block,
  .customer-account-create .login-container.hidden .block,
  .customer-account-create .register-container.hidden .block,
  .customer-account-create .sign-up-container.hidden .block,
  .customer-account-login .login-container.hidden .block,
  .customer-account-login .register-container.hidden .block,
  .customer-account-login .sign-up-container.hidden .block {
    display: none;
  }
}
.jyskloginpage-index-index .login-container,
.jyskloginpage-index-index .register-container,
.customer-account-create .login-container,
.customer-account-create .register-container,
.customer-account-login .login-container,
.customer-account-login .register-container {
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container,
  .jyskloginpage-index-index .register-container,
  .customer-account-create .login-container,
  .customer-account-create .register-container,
  .customer-account-login .login-container,
  .customer-account-login .register-container {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container,
  .jyskloginpage-index-index .sign-up-container,
  .customer-account-create .login-container,
  .customer-account-create .sign-up-container,
  .customer-account-login .login-container,
  .customer-account-login .sign-up-container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container,
  .customer-account-create .login-container,
  .customer-account-login .login-container {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .login-container .block,
  .customer-account-create .login-container .block,
  .customer-account-login .login-container .block {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.jyskloginpage-index-index .login-container .block .block-title,
.customer-account-create .login-container .block .block-title,
.customer-account-login .login-container .block .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jyskloginpage-index-index .login-container .block .block-title strong,
.customer-account-create .login-container .block .block-title strong,
.customer-account-login .login-container .block .block-title strong {
  font-weight: 700;
}
.jyskloginpage-index-index .login-container .fieldset,
.customer-account-create .login-container .fieldset,
.customer-account-login .login-container .fieldset {
  margin-bottom: 0;
}
.jyskloginpage-index-index .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after,
.customer-account-login .login-container .fieldset:after {
  content: none;
}
.jyskloginpage-index-index .login-container .fieldset .field.password,
.customer-account-create .login-container .fieldset .field.password,
.customer-account-login .login-container .fieldset .field.password {
  margin-bottom: 16px;
}
.jyskloginpage-index-index .login-container .fieldset > .field > .control,
.customer-account-create .login-container .fieldset > .field > .control,
.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container,
  .customer-account-create .register-container,
  .customer-account-login .register-container {
    margin: 0 auto;
    max-width: 565px;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container.hidden,
  .customer-account-create .register-container.hidden,
  .customer-account-login .register-container.hidden {
    width: 0;
  }
}
.jyskloginpage-index-index .register-container .fieldset,
.customer-account-create .register-container .fieldset,
.customer-account-login .register-container .fieldset {
  margin-bottom: 0;
}
.jyskloginpage-index-index .register-container .fieldset .field.confirmation,
.customer-account-create .register-container .fieldset .field.confirmation,
.customer-account-login .register-container .fieldset .field.confirmation {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container .fieldset .field.field-name-lastname,
  .jyskloginpage-index-index .register-container .fieldset .field.confirmation,
  .customer-account-create .register-container .fieldset .field.field-name-lastname,
  .customer-account-create .register-container .fieldset .field.confirmation,
  .customer-account-login .register-container .fieldset .field.field-name-lastname,
  .customer-account-login .register-container .fieldset .field.confirmation {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container .fieldset .field.field-name-firstname,
  .jyskloginpage-index-index .register-container .fieldset .field.password,
  .customer-account-create .register-container .fieldset .field.field-name-firstname,
  .customer-account-create .register-container .fieldset .field.password,
  .customer-account-login .register-container .fieldset .field.field-name-firstname,
  .customer-account-login .register-container .fieldset .field.password {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    width: calc(35%);
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container .fieldset .field.password .mage-error,
  .customer-account-create .register-container .fieldset .field.password .mage-error,
  .customer-account-login .register-container .fieldset .field.password .mage-error {
    max-width: 233.5px;
  }
}
.jyskloginpage-index-index .register-container .fieldset .field.password input,
.jyskloginpage-index-index .register-container .fieldset .field.confirmation input,
.customer-account-create .register-container .fieldset .field.password input,
.customer-account-create .register-container .fieldset .field.confirmation input,
.customer-account-login .register-container .fieldset .field.password input,
.customer-account-login .register-container .fieldset .field.confirmation input {
  padding: 12px 36px 12px 16px;
}
.jyskloginpage-index-index .register-container .fieldset .field.password .sw-icon-eye,
.jyskloginpage-index-index .register-container .fieldset .field.confirmation .sw-icon-eye,
.customer-account-create .register-container .fieldset .field.password .sw-icon-eye,
.customer-account-create .register-container .fieldset .field.confirmation .sw-icon-eye,
.customer-account-login .register-container .fieldset .field.password .sw-icon-eye,
.customer-account-login .register-container .fieldset .field.confirmation .sw-icon-eye {
  content: '';
  cursor: pointer;
  height: 44px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  z-index: 3;
}
.jyskloginpage-index-index .register-container .fieldset .field.password .sw-icon-eye.type-password,
.jyskloginpage-index-index .register-container .fieldset .field.confirmation .sw-icon-eye.type-password,
.customer-account-create .register-container .fieldset .field.password .sw-icon-eye.type-password,
.customer-account-create .register-container .fieldset .field.confirmation .sw-icon-eye.type-password,
.customer-account-login .register-container .fieldset .field.password .sw-icon-eye.type-password,
.customer-account-login .register-container .fieldset .field.confirmation .sw-icon-eye.type-password {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjkwMzMgNy41OTQzMUMxNC4zOTY5IDQuNjU1MTQgMTEuNDE0NyAyLjY2NjUzIDcuOTk5OTggMi42NjY1M0M0LjU4NTI2IDIuNjY2NTMgMS42MDIyMSA0LjY1NjUzIDAuMDk2NjUxNSA3LjU5NDU4QzAuMDMzMTA3NiA3LjcyMDI4IDAgNy44NTkxNSAwIDhDMCA4LjE0MDg1IDAuMDMzMTA3NiA4LjI3OTcyIDAuMDk2NjUxNSA4LjQwNTQyQzEuNjAzMDQgMTEuMzQ0NiA0LjU4NTI2IDEzLjMzMzIgNy45OTk5OCAxMy4zMzMyQzExLjQxNDcgMTMuMzMzMiAxNC4zOTc4IDExLjM0MzIgMTUuOTAzMyA4LjQwNTE0QzE1Ljk2NjkgOC4yNzk0NCAxNiA4LjE0MDU3IDE2IDcuOTk5NzJDMTYgNy44NTg4OCAxNS45NjY5IDcuNzIgMTUuOTAzMyA3LjU5NDMxWk03Ljk5OTk4IDExLjk5OTlDNy4yMDg4NiAxMS45OTk5IDYuNDM1NSAxMS43NjUzIDUuNzc3NyAxMS4zMjU3QzUuMTE5OTEgMTAuODg2MiA0LjYwNzIyIDEwLjI2MTUgNC4zMDQ0NyA5LjUzMDU5QzQuMDAxNzIgOC43OTk2OSAzLjkyMjUgNy45OTU0MiA0LjA3Njg0IDcuMjE5NUM0LjIzMTE4IDYuNDQzNTggNC42MTIxNSA1LjczMDg0IDUuMTcxNTYgNS4xNzE0M0M1LjczMDk3IDQuNjEyMDIgNi40NDM3IDQuMjMxMDYgNy4yMTk2MiA0LjA3NjcyQzcuOTk1NTUgMy45MjIzOCA4Ljc5OTgxIDQuMDAxNTkgOS41MzA3MiA0LjMwNDM0QzEwLjI2MTYgNC42MDcwOSAxMC44ODYzIDUuMTE5NzggMTEuMzI1OSA1Ljc3NzU4QzExLjc2NTQgNi40MzUzOCAxMiA3LjIwODc0IDEyIDcuOTk5ODZDMTIuMDAwMiA4LjUyNTIyIDExLjg5NyA5LjA0NTQ4IDExLjY5NiA5LjUzMDlDMTEuNDk1MSAxMC4wMTYzIDExLjIwMDUgMTAuNDU3NCAxMC44MjkgMTAuODI4OUMxMC40NTc1IDExLjIwMDMgMTAuMDE2NCAxMS40OTUgOS41MzEwMiAxMS42OTU5QzkuMDQ1NiAxMS44OTY4IDguNTI1MzQgMTIuMDAwMSA3Ljk5OTk4IDExLjk5OTlaTTcuOTk5OTggNS4zMzMxOUM3Ljc2MTk3IDUuMzM2NTIgNy41MjU0OCA1LjM3MTkzIDcuMjk2OTMgNS40Mzg0N0M3LjQ4NTMyIDUuNjk0NDkgNy41NzU3MyA2LjAwOTU1IDcuNTUxNzUgNi4zMjY1MUM3LjUyNzc3IDYuNjQzNDcgNy4zOTEgNi45NDEzNSA3LjE2NjIzIDcuMTY2MTFDNi45NDE0NyA3LjM5MDg4IDYuNjQzNiA3LjUyNzY1IDYuMzI2NjQgNy41NTE2M0M2LjAwOTY4IDcuNTc1NjEgNS42OTQ2MiA3LjQ4NTIgNS40Mzg2IDcuMjk2ODFDNS4yOTI4MSA3LjgzMzkxIDUuMzE5MTMgOC40MDMyMiA1LjUxMzg0IDguOTI0NThDNS43MDg1NiA5LjQ0NTk1IDYuMDYxODcgOS44OTMxMyA2LjUyNDA0IDEwLjIwMzJDNi45ODYyMiAxMC41MTMyIDcuNTMzOTkgMTAuNjcwNSA4LjA5MDI1IDEwLjY1M0M4LjY0NjUyIDEwLjYzNTQgOS4xODMyNyAxMC40NDM4IDkuNjI0OTUgMTAuMTA1MkMxMC4wNjY2IDkuNzY2NjIgMTAuMzkxIDkuMjk4MDMgMTAuNTUyNCA4Ljc2NTQxQzEwLjcxMzkgOC4yMzI4IDEwLjcwNDIgNy42NjI5NyAxMC41MjQ4IDcuMTM2MTNDMTAuMzQ1NCA2LjYwOTMgMTAuMDA1MyA2LjE1MTk4IDkuNTUyMzggNS44Mjg1NkM5LjA5OTQ2IDUuNTA1MTMgOC41NTY1MiA1LjMzMTg4IDcuOTk5OTggNS4zMzMxOVoiIGZpbGw9IiM2NjY2NjYiLz4KPC9zdmc+Cgo=) center no-repeat;
}
.jyskloginpage-index-index .register-container .fieldset .field.password .sw-icon-eye:not(.type-password),
.jyskloginpage-index-index .register-container .fieldset .field.confirmation .sw-icon-eye:not(.type-password),
.customer-account-create .register-container .fieldset .field.password .sw-icon-eye:not(.type-password),
.customer-account-create .register-container .fieldset .field.confirmation .sw-icon-eye:not(.type-password),
.customer-account-login .register-container .fieldset .field.password .sw-icon-eye:not(.type-password),
.customer-account-login .register-container .fieldset .field.confirmation .sw-icon-eye:not(.type-password) {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik03Ljk5OTkzIDExLjYwMDJDNi4xMDM2OCAxMS42MDAyIDQuNTY4NjkgMTAuMTMyNCA0LjQyNzQ0IDguMjcyNDFMMS44MDQ5NCA2LjI0NTY2QzEuNDYwMTkgNi42NzgxNiAxLjE0Mjk0IDcuMTM1NDEgMC44ODY5NDQgNy42MzU0MUMwLjgyOTc1NSA3Ljc0ODU0IDAuNzk5OTU4IDcuODczNTMgMC43OTk5NTggOC4wMDAyOUMwLjc5OTk1OCA4LjEyNzA1IDAuODI5NzU1IDguMjUyMDQgMC44ODY5NDQgOC4zNjUxNkMyLjI0MjY5IDExLjAxMDQgNC45MjY2OSAxMi44MDAyIDcuOTk5OTMgMTIuODAwMkM4LjY3MjY4IDEyLjgwMDIgOS4zMjE2OCAxMi43MDAyIDkuOTQ3MTggMTIuNTM4N0w4LjY0OTkzIDExLjUzNDlDOC40MzU2OCAxMS41NzYzIDguMjE4MTIgMTEuNTk4MSA3Ljk5OTkzIDExLjYwMDJaTTE1Ljg0NTQgMTMuMDUyN0wxMy4wODE3IDEwLjkxNjdDMTMuOTIxMiAxMC4yMDkxIDE0LjYxMTcgOS4zNDE3NCAxNS4xMTI5IDguMzY0OTFDMTUuMTcwMSA4LjI1MTc5IDE1LjE5OTkgOC4xMjY4IDE1LjE5OTkgOC4wMDAwNEMxNS4xOTk5IDcuODczMjggMTUuMTcwMSA3Ljc0ODI5IDE1LjExMjkgNy42MzUxNkMxMy43NTcyIDQuOTg5OTEgMTEuMDczMiAzLjIwMDE2IDcuOTk5OTMgMy4yMDAxNkM2LjcxMjgxIDMuMjAxNzIgNS40NDY1OSAzLjUyNTc2IDQuMzE2OTQgNC4xNDI2NkwxLjEzNjQ0IDEuNjg0NDFDMS4wOTQ5NyAxLjY1MjE0IDEuMDQ3NTQgMS42MjgzNiAwLjk5Njg3MiAxLjYxNDQyQzAuOTQ2MjAyIDEuNjAwNDggMC44OTMyODMgMS41OTY2NyAwLjg0MTEzOCAxLjYwMzE5QzAuNzg4OTkzIDEuNjA5NzIgMC43Mzg2NDUgMS42MjY0NSAwLjY5Mjk3IDEuNjUyNDRDMC42NDcyOTUgMS42Nzg0MyAwLjYwNzE5IDEuNzEzMTcgMC41NzQ5NDUgMS43NTQ2NkwwLjA4NDE5NTggMi4zODY0MUMwLjAxOTA5NTUgMi40NzAxNiAtMC4wMTAwNzU1IDIuNTc2MzMgMC4wMDMwOTg1MiAyLjY4MTU5QzAuMDE2MjcyNSAyLjc4Njg0IDAuMDcwNzEyNyAyLjg4MjU1IDAuMTU0NDQ2IDIuOTQ3NjZMMTQuODYzNCAxNC4zMTU5QzE0LjkwNDkgMTQuMzQ4MiAxNC45NTIzIDE0LjM3MiAxNS4wMDMgMTQuMzg1OUMxNS4wNTM3IDE0LjM5OTggMTUuMTA2NiAxNC40MDM3IDE1LjE1ODcgMTQuMzk3MUMxNS4yMTA5IDE0LjM5MDYgMTUuMjYxMiAxNC4zNzM5IDE1LjMwNjkgMTQuMzQ3OUMxNS4zNTI2IDE0LjMyMTkgMTUuMzkyNyAxNC4yODcyIDE1LjQyNDkgMTQuMjQ1N0wxNS45MTU5IDEzLjYxMzlDMTUuOTgxIDEzLjUzMDEgMTYuMDEwMSAxMy40MjM5IDE1Ljk5NjkgMTMuMzE4N0MxNS45ODM3IDEzLjIxMzQgMTUuOTI5MiAxMy4xMTc3IDE1Ljg0NTQgMTMuMDUyN1pNMTEuMjUyNCA5LjUwMjY2TDEwLjI2OTkgOC43NDMxNkMxMC4zNTI3IDguNTA0MDMgMTAuMzk2NiA4LjI1MzE4IDEwLjM5OTkgOC4wMDAxNkMxMC40MDQ4IDcuNjI5NzMgMTAuMzIyNyA3LjI2MzMxIDEwLjE2MDMgNi45MzAzNUM5Ljk5NzkgNi41OTczOCA5Ljc1OTY1IDYuMzA3MTUgOS40NjQ3MiA2LjA4Mjk3QzkuMTY5NzggNS44NTg3OCA4LjgyNjM4IDUuNzA2ODkgOC40NjIxIDUuNjM5NUM4LjA5NzgxIDUuNTcyMSA3LjcyMjggNS41OTEwOCA3LjM2NzE4IDUuNjk0OTFDNy41MTc5MyA1Ljg5OTE5IDcuNTk5NDggNi4xNDYyOCA3LjU5OTkzIDYuNDAwMTZDNy41OTYyIDYuNDg0NjUgNy41ODMyOSA2LjU2ODQ3IDcuNTYxNDMgNi42NTAxNkw1LjcyMTE4IDUuMjI3OTFDNi4zNjA0MyA0LjY5MzcxIDcuMTY2ODYgNC40MDA3OCA3Ljk5OTkzIDQuNDAwMTZDOC40NzI3NiA0LjM5OTkgOC45NDEwMSA0LjQ5Mjg0IDkuMzc3OSA0LjY3MzY2QzkuODE0NzkgNC44NTQ0OSAxMC4yMTE4IDUuMTE5NjUgMTAuNTQ2MSA1LjQ1Mzk5QzEwLjg4MDQgNS43ODgzNCAxMS4xNDU2IDYuMTg1MyAxMS4zMjY0IDYuNjIyMTlDMTEuNTA3MiA3LjA1OTA4IDExLjYwMDIgNy41MjczMyAxMS41OTk5IDguMDAwMTZDMTEuNTk5OSA4LjU0MDkxIDExLjQ2NzcgOS4wNDQ5MSAxMS4yNTI0IDkuNTAyOTFWOS41MDI2NloiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4KCg==) center no-repeat;
}
.jyskloginpage-index-index .register-container .fieldset.create.account .field:first-of-type,
.customer-account-create .register-container .fieldset.create.account .field:first-of-type,
.customer-account-login .register-container .fieldset.create.account .field:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container .form.create.account,
  .customer-account-create .register-container .form.create.account,
  .customer-account-login .register-container .form.create.account {
    min-width: 100%;
  }
}
.jyskloginpage-index-index .register-container .password-strength-meter,
.customer-account-create .register-container .password-strength-meter,
.customer-account-login .register-container .password-strength-meter {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  font-size: 1.2rem;
  height: auto;
  line-height: initial;
  margin-top: -3px;
  padding-bottom: 8px;
  padding-top: 11px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .register-container .password-strength-meter,
  .customer-account-create .register-container .password-strength-meter,
  .customer-account-login .register-container .password-strength-meter {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .sign-up-container,
  .customer-account-create .sign-up-container,
  .customer-account-login .sign-up-container {
    padding-left: 10px;
  }
}
.jyskloginpage-index-index .sign-up-container .fieldset .field.email,
.customer-account-create .sign-up-container .fieldset .field.email,
.customer-account-login .sign-up-container .fieldset .field.email {
  margin-bottom: 16px;
}
.jyskloginpage-index-index .block-customer-login,
.jyskloginpage-index-index .block-customer-sign-up,
.jyskloginpage-index-index .block-customer-register,
.customer-account-create .block-customer-login,
.customer-account-create .block-customer-sign-up,
.customer-account-create .block-customer-register,
.customer-account-login .block-customer-login,
.customer-account-login .block-customer-sign-up,
.customer-account-login .block-customer-register {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  padding: 20px 14px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-login,
  .jyskloginpage-index-index .block-customer-sign-up,
  .jyskloginpage-index-index .block-customer-register,
  .customer-account-create .block-customer-login,
  .customer-account-create .block-customer-sign-up,
  .customer-account-create .block-customer-register,
  .customer-account-login .block-customer-login,
  .customer-account-login .block-customer-sign-up,
  .customer-account-login .block-customer-register {
    padding: 32px;
  }
}
.jyskloginpage-index-index .block-customer-login > .block-title,
.jyskloginpage-index-index .block-customer-sign-up > .block-title,
.jyskloginpage-index-index .block-customer-register > .block-title,
.customer-account-create .block-customer-login > .block-title,
.customer-account-create .block-customer-sign-up > .block-title,
.customer-account-create .block-customer-register > .block-title,
.customer-account-login .block-customer-login > .block-title,
.customer-account-login .block-customer-sign-up > .block-title,
.customer-account-login .block-customer-register > .block-title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-login > .block-title,
  .jyskloginpage-index-index .block-customer-sign-up > .block-title,
  .jyskloginpage-index-index .block-customer-register > .block-title,
  .customer-account-create .block-customer-login > .block-title,
  .customer-account-create .block-customer-sign-up > .block-title,
  .customer-account-create .block-customer-register > .block-title,
  .customer-account-login .block-customer-login > .block-title,
  .customer-account-login .block-customer-sign-up > .block-title,
  .customer-account-login .block-customer-register > .block-title {
    display: none;
  }
}
.jyskloginpage-index-index .block-customer-login > .block-title:after,
.jyskloginpage-index-index .block-customer-sign-up > .block-title:after,
.jyskloginpage-index-index .block-customer-register > .block-title:after,
.customer-account-create .block-customer-login > .block-title:after,
.customer-account-create .block-customer-sign-up > .block-title:after,
.customer-account-create .block-customer-register > .block-title:after,
.customer-account-login .block-customer-login > .block-title:after,
.customer-account-login .block-customer-sign-up > .block-title:after,
.customer-account-login .block-customer-register > .block-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA1VjE5IiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8cGF0aCBkPSJNNSAxMkgxOSIgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) center no-repeat;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
}
.jyskloginpage-index-index .block-customer-login > .block-title strong,
.jyskloginpage-index-index .block-customer-sign-up > .block-title strong,
.jyskloginpage-index-index .block-customer-register > .block-title strong,
.customer-account-create .block-customer-login > .block-title strong,
.customer-account-create .block-customer-sign-up > .block-title strong,
.customer-account-create .block-customer-register > .block-title strong,
.customer-account-login .block-customer-login > .block-title strong,
.customer-account-login .block-customer-sign-up > .block-title strong,
.customer-account-login .block-customer-register > .block-title strong {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 26px;
  text-transform: initial;
}
.jyskloginpage-index-index .block-customer-login > .block-content > .block-title,
.jyskloginpage-index-index .block-customer-sign-up > .block-content > .block-title,
.jyskloginpage-index-index .block-customer-register > .block-content > .block-title,
.customer-account-create .block-customer-login > .block-content > .block-title,
.customer-account-create .block-customer-sign-up > .block-content > .block-title,
.customer-account-create .block-customer-register > .block-content > .block-title,
.customer-account-login .block-customer-login > .block-content > .block-title,
.customer-account-login .block-customer-sign-up > .block-content > .block-title,
.customer-account-login .block-customer-register > .block-content > .block-title {
  display: none;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-login > .block-content > .block-title,
  .jyskloginpage-index-index .block-customer-sign-up > .block-content > .block-title,
  .jyskloginpage-index-index .block-customer-register > .block-content > .block-title,
  .customer-account-create .block-customer-login > .block-content > .block-title,
  .customer-account-create .block-customer-sign-up > .block-content > .block-title,
  .customer-account-create .block-customer-register > .block-content > .block-title,
  .customer-account-login .block-customer-login > .block-content > .block-title,
  .customer-account-login .block-customer-sign-up > .block-content > .block-title,
  .customer-account-login .block-customer-register > .block-content > .block-title {
    display: block;
    font-size: 3.2rem;
    text-align: center;
  }
}
.jyskloginpage-index-index .block-customer-login.active > .block-title:after,
.jyskloginpage-index-index .block-customer-sign-up.active > .block-title:after,
.jyskloginpage-index-index .block-customer-register.active > .block-title:after,
.customer-account-create .block-customer-login.active > .block-title:after,
.customer-account-create .block-customer-sign-up.active > .block-title:after,
.customer-account-create .block-customer-register.active > .block-title:after,
.customer-account-login .block-customer-login.active > .block-title:after,
.customer-account-login .block-customer-sign-up.active > .block-title:after,
.customer-account-login .block-customer-register.active > .block-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik01IDEySDE5IiBzdHJva2U9IiM2NjY2NjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center no-repeat;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field,
.jyskloginpage-index-index .block-customer-register .fieldset .field,
.customer-account-create .block-customer-login .fieldset .field,
.customer-account-create .block-customer-sign-up .fieldset .field,
.customer-account-create .block-customer-register .fieldset .field,
.customer-account-login .block-customer-login .fieldset .field,
.customer-account-login .block-customer-sign-up .fieldset .field,
.customer-account-login .block-customer-register .fieldset .field {
  margin: 0 0 22px;
  position: relative;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:first-of-type,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:first-of-type,
.jyskloginpage-index-index .block-customer-register .fieldset .field:first-of-type,
.customer-account-create .block-customer-login .fieldset .field:first-of-type,
.customer-account-create .block-customer-sign-up .fieldset .field:first-of-type,
.customer-account-create .block-customer-register .fieldset .field:first-of-type,
.customer-account-login .block-customer-login .fieldset .field:first-of-type,
.customer-account-login .block-customer-sign-up .fieldset .field:first-of-type,
.customer-account-login .block-customer-register .fieldset .field:first-of-type {
  margin-top: 30px;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) .label,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) .label,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) .label {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
  left: 26px;
  position: absolute;
  top: -9px;
  z-index: 1;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) .label:before,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) .label:before,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) .label:before,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) .label:before,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) .label:before,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) .label:before,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) .label:before,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) .label:before,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) .label:before {
  background: #fff;
  content: '';
  height: 50%;
  left: -4px;
  margin: 0;
  position: absolute;
  top: 2px;
  width: calc(110%);
  z-index: -1;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) .label:after,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) .label:after,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) .label:after,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) .label:after,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) .label:after,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) .label:after,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) .label:after,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) .label:after,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) .label:after {
  margin: 0;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) .label,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) .label,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) .label,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) .label,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) .label {
  left: 18px;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) input,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) input,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) input,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) input,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) input,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) input,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) input,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) input,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) input {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 12px 16px;
  height: 44px;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) input::-webkit-input-placeholder,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field:not(.choice) input::placeholder,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field:not(.choice) input::placeholder,
.jyskloginpage-index-index .block-customer-register .fieldset .field:not(.choice) input::placeholder,
.customer-account-create .block-customer-login .fieldset .field:not(.choice) input::placeholder,
.customer-account-create .block-customer-sign-up .fieldset .field:not(.choice) input::placeholder,
.customer-account-create .block-customer-register .fieldset .field:not(.choice) input::placeholder,
.customer-account-login .block-customer-login .fieldset .field:not(.choice) input::placeholder,
.customer-account-login .block-customer-sign-up .fieldset .field:not(.choice) input::placeholder,
.customer-account-login .block-customer-register .fieldset .field:not(.choice) input::placeholder {
  color: #c2c2c2;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.password .label,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.password .label,
.jyskloginpage-index-index .block-customer-register .fieldset .field.password .label,
.customer-account-create .block-customer-login .fieldset .field.password .label,
.customer-account-create .block-customer-sign-up .fieldset .field.password .label,
.customer-account-create .block-customer-register .fieldset .field.password .label,
.customer-account-login .block-customer-login .fieldset .field.password .label,
.customer-account-login .block-customer-sign-up .fieldset .field.password .label,
.customer-account-login .block-customer-register .fieldset .field.password .label {
  z-index: 3;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field .jysk-login-error:not(input),
.jyskloginpage-index-index .block-customer-login .fieldset .field .mage-error:not(input),
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field .jysk-login-error:not(input),
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field .mage-error:not(input),
.jyskloginpage-index-index .block-customer-register .fieldset .field .jysk-login-error:not(input),
.jyskloginpage-index-index .block-customer-register .fieldset .field .mage-error:not(input),
.customer-account-create .block-customer-login .fieldset .field .jysk-login-error:not(input),
.customer-account-create .block-customer-login .fieldset .field .mage-error:not(input),
.customer-account-create .block-customer-sign-up .fieldset .field .jysk-login-error:not(input),
.customer-account-create .block-customer-sign-up .fieldset .field .mage-error:not(input),
.customer-account-create .block-customer-register .fieldset .field .jysk-login-error:not(input),
.customer-account-create .block-customer-register .fieldset .field .mage-error:not(input),
.customer-account-login .block-customer-login .fieldset .field .jysk-login-error:not(input),
.customer-account-login .block-customer-login .fieldset .field .mage-error:not(input),
.customer-account-login .block-customer-sign-up .fieldset .field .jysk-login-error:not(input),
.customer-account-login .block-customer-sign-up .fieldset .field .mage-error:not(input),
.customer-account-login .block-customer-register .fieldset .field .jysk-login-error:not(input),
.customer-account-login .block-customer-register .fieldset .field .mage-error:not(input) {
  background: #f03031;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  min-height: 36px;
  padding: 13px 16px 10px;
  font-size: 1.2rem;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field .jysk-login-error.input-text,
.jyskloginpage-index-index .block-customer-login .fieldset .field .mage-error.input-text,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field .jysk-login-error.input-text,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field .mage-error.input-text,
.jyskloginpage-index-index .block-customer-register .fieldset .field .jysk-login-error.input-text,
.jyskloginpage-index-index .block-customer-register .fieldset .field .mage-error.input-text,
.customer-account-create .block-customer-login .fieldset .field .jysk-login-error.input-text,
.customer-account-create .block-customer-login .fieldset .field .mage-error.input-text,
.customer-account-create .block-customer-sign-up .fieldset .field .jysk-login-error.input-text,
.customer-account-create .block-customer-sign-up .fieldset .field .mage-error.input-text,
.customer-account-create .block-customer-register .fieldset .field .jysk-login-error.input-text,
.customer-account-create .block-customer-register .fieldset .field .mage-error.input-text,
.customer-account-login .block-customer-login .fieldset .field .jysk-login-error.input-text,
.customer-account-login .block-customer-login .fieldset .field .mage-error.input-text,
.customer-account-login .block-customer-sign-up .fieldset .field .jysk-login-error.input-text,
.customer-account-login .block-customer-sign-up .fieldset .field .mage-error.input-text,
.customer-account-login .block-customer-register .fieldset .field .jysk-login-error.input-text,
.customer-account-login .block-customer-register .fieldset .field .mage-error.input-text {
  border-color: #f03031;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.choice,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.choice,
.jyskloginpage-index-index .block-customer-register .fieldset .field.choice,
.customer-account-create .block-customer-login .fieldset .field.choice,
.customer-account-create .block-customer-sign-up .fieldset .field.choice,
.customer-account-create .block-customer-register .fieldset .field.choice,
.customer-account-login .block-customer-login .fieldset .field.choice,
.customer-account-login .block-customer-sign-up .fieldset .field.choice,
.customer-account-login .block-customer-register .fieldset .field.choice {
  margin: 0 0 16px;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.choice .checkbox:checked + label:before,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.choice .checkbox:checked + label:before,
.jyskloginpage-index-index .block-customer-register .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-create .block-customer-login .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-create .block-customer-sign-up .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-create .block-customer-register .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-login .block-customer-login .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-login .block-customer-sign-up .fieldset .field.choice .checkbox:checked + label:before,
.customer-account-login .block-customer-register .fieldset .field.choice .checkbox:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+CiAgICA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSIjMjMzRjg2Ii8+CiAgICA8cGF0aCBkPSJNNSAxMGw0IDQgNi03IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center no-repeat;
  background-size: contain;
  border-width: 0;
  content: '';
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.choice .checkbox + label:before,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.choice .checkbox + label:before,
.jyskloginpage-index-index .block-customer-register .fieldset .field.choice .checkbox + label:before,
.customer-account-create .block-customer-login .fieldset .field.choice .checkbox + label:before,
.customer-account-create .block-customer-sign-up .fieldset .field.choice .checkbox + label:before,
.customer-account-create .block-customer-register .fieldset .field.choice .checkbox + label:before,
.customer-account-login .block-customer-login .fieldset .field.choice .checkbox + label:before,
.customer-account-login .block-customer-sign-up .fieldset .field.choice .checkbox + label:before,
.customer-account-login .block-customer-register .fieldset .field.choice .checkbox + label:before {
  border-radius: 3px;
  margin: 0 8px 0 0;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.choice .label,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.choice .label,
.jyskloginpage-index-index .block-customer-register .fieldset .field.choice .label,
.customer-account-create .block-customer-login .fieldset .field.choice .label,
.customer-account-create .block-customer-sign-up .fieldset .field.choice .label,
.customer-account-create .block-customer-register .fieldset .field.choice .label,
.customer-account-login .block-customer-login .fieldset .field.choice .label,
.customer-account-login .block-customer-sign-up .fieldset .field.choice .label,
.customer-account-login .block-customer-register .fieldset .field.choice .label {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}
.jyskloginpage-index-index .block-customer-login .fieldset .field.choice .label:before,
.jyskloginpage-index-index .block-customer-sign-up .fieldset .field.choice .label:before,
.jyskloginpage-index-index .block-customer-register .fieldset .field.choice .label:before,
.customer-account-create .block-customer-login .fieldset .field.choice .label:before,
.customer-account-create .block-customer-sign-up .fieldset .field.choice .label:before,
.customer-account-create .block-customer-register .fieldset .field.choice .label:before,
.customer-account-login .block-customer-login .fieldset .field.choice .label:before,
.customer-account-login .block-customer-sign-up .fieldset .field.choice .label:before,
.customer-account-login .block-customer-register .fieldset .field.choice .label:before {
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-sign-up,
  .customer-account-create .block-customer-sign-up,
  .customer-account-login .block-customer-sign-up {
    height: 100%;
  }
}
.jyskloginpage-index-index .block-customer-register > .block-content > .block-title,
.customer-account-create .block-customer-register > .block-content > .block-title,
.customer-account-login .block-customer-register > .block-content > .block-title {
  text-transform: uppercase;
}
.jyskloginpage-index-index .amsl-login-page,
.jyskloginpage-index-index .amsl-registration-page,
.jyskloginpage-index-index .amsl-jysk-login-page,
.customer-account-create .amsl-login-page,
.customer-account-create .amsl-registration-page,
.customer-account-create .amsl-jysk-login-page,
.customer-account-login .amsl-login-page,
.customer-account-login .amsl-registration-page,
.customer-account-login .amsl-jysk-login-page {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .amsl-login-page,
  .jyskloginpage-index-index .amsl-registration-page,
  .jyskloginpage-index-index .amsl-jysk-login-page,
  .customer-account-create .amsl-login-page,
  .customer-account-create .amsl-registration-page,
  .customer-account-create .amsl-jysk-login-page,
  .customer-account-login .amsl-login-page,
  .customer-account-login .amsl-registration-page,
  .customer-account-login .amsl-jysk-login-page {
    display: block;
  }
}
.jyskloginpage-index-index .amsl-login-page.sign-in-form,
.jyskloginpage-index-index .amsl-login-page.sign-up-form,
.jyskloginpage-index-index .amsl-login-page.customer-registration-form,
.jyskloginpage-index-index .amsl-registration-page.sign-in-form,
.jyskloginpage-index-index .amsl-registration-page.sign-up-form,
.jyskloginpage-index-index .amsl-registration-page.customer-registration-form,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-in-form,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-up-form,
.jyskloginpage-index-index .amsl-jysk-login-page.customer-registration-form,
.customer-account-create .amsl-login-page.sign-in-form,
.customer-account-create .amsl-login-page.sign-up-form,
.customer-account-create .amsl-login-page.customer-registration-form,
.customer-account-create .amsl-registration-page.sign-in-form,
.customer-account-create .amsl-registration-page.sign-up-form,
.customer-account-create .amsl-registration-page.customer-registration-form,
.customer-account-create .amsl-jysk-login-page.sign-in-form,
.customer-account-create .amsl-jysk-login-page.sign-up-form,
.customer-account-create .amsl-jysk-login-page.customer-registration-form,
.customer-account-login .amsl-login-page.sign-in-form,
.customer-account-login .amsl-login-page.sign-up-form,
.customer-account-login .amsl-login-page.customer-registration-form,
.customer-account-login .amsl-registration-page.sign-in-form,
.customer-account-login .amsl-registration-page.sign-up-form,
.customer-account-login .amsl-registration-page.customer-registration-form,
.customer-account-login .amsl-jysk-login-page.sign-in-form,
.customer-account-login .amsl-jysk-login-page.sign-up-form,
.customer-account-login .amsl-jysk-login-page.customer-registration-form {
  display: block;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .amsl-login-page.sign-in-form,
  .jyskloginpage-index-index .amsl-login-page.sign-up-form,
  .jyskloginpage-index-index .amsl-login-page.customer-registration-form,
  .jyskloginpage-index-index .amsl-registration-page.sign-in-form,
  .jyskloginpage-index-index .amsl-registration-page.sign-up-form,
  .jyskloginpage-index-index .amsl-registration-page.customer-registration-form,
  .jyskloginpage-index-index .amsl-jysk-login-page.sign-in-form,
  .jyskloginpage-index-index .amsl-jysk-login-page.sign-up-form,
  .jyskloginpage-index-index .amsl-jysk-login-page.customer-registration-form,
  .customer-account-create .amsl-login-page.sign-in-form,
  .customer-account-create .amsl-login-page.sign-up-form,
  .customer-account-create .amsl-login-page.customer-registration-form,
  .customer-account-create .amsl-registration-page.sign-in-form,
  .customer-account-create .amsl-registration-page.sign-up-form,
  .customer-account-create .amsl-registration-page.customer-registration-form,
  .customer-account-create .amsl-jysk-login-page.sign-in-form,
  .customer-account-create .amsl-jysk-login-page.sign-up-form,
  .customer-account-create .amsl-jysk-login-page.customer-registration-form,
  .customer-account-login .amsl-login-page.sign-in-form,
  .customer-account-login .amsl-login-page.sign-up-form,
  .customer-account-login .amsl-login-page.customer-registration-form,
  .customer-account-login .amsl-registration-page.sign-in-form,
  .customer-account-login .amsl-registration-page.sign-up-form,
  .customer-account-login .amsl-registration-page.customer-registration-form,
  .customer-account-login .amsl-jysk-login-page.sign-in-form,
  .customer-account-login .amsl-jysk-login-page.sign-up-form,
  .customer-account-login .amsl-jysk-login-page.customer-registration-form {
    display: none;
  }
}
.jyskloginpage-index-index .amsl-login-page.sign-in-form .amsl-social-login,
.jyskloginpage-index-index .amsl-login-page.sign-up-form .amsl-social-login,
.jyskloginpage-index-index .amsl-login-page.customer-registration-form .amsl-social-login,
.jyskloginpage-index-index .amsl-registration-page.sign-in-form .amsl-social-login,
.jyskloginpage-index-index .amsl-registration-page.sign-up-form .amsl-social-login,
.jyskloginpage-index-index .amsl-registration-page.customer-registration-form .amsl-social-login,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-in-form .amsl-social-login,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-up-form .amsl-social-login,
.jyskloginpage-index-index .amsl-jysk-login-page.customer-registration-form .amsl-social-login,
.customer-account-create .amsl-login-page.sign-in-form .amsl-social-login,
.customer-account-create .amsl-login-page.sign-up-form .amsl-social-login,
.customer-account-create .amsl-login-page.customer-registration-form .amsl-social-login,
.customer-account-create .amsl-registration-page.sign-in-form .amsl-social-login,
.customer-account-create .amsl-registration-page.sign-up-form .amsl-social-login,
.customer-account-create .amsl-registration-page.customer-registration-form .amsl-social-login,
.customer-account-create .amsl-jysk-login-page.sign-in-form .amsl-social-login,
.customer-account-create .amsl-jysk-login-page.sign-up-form .amsl-social-login,
.customer-account-create .amsl-jysk-login-page.customer-registration-form .amsl-social-login,
.customer-account-login .amsl-login-page.sign-in-form .amsl-social-login,
.customer-account-login .amsl-login-page.sign-up-form .amsl-social-login,
.customer-account-login .amsl-login-page.customer-registration-form .amsl-social-login,
.customer-account-login .amsl-registration-page.sign-in-form .amsl-social-login,
.customer-account-login .amsl-registration-page.sign-up-form .amsl-social-login,
.customer-account-login .amsl-registration-page.customer-registration-form .amsl-social-login,
.customer-account-login .amsl-jysk-login-page.sign-in-form .amsl-social-login,
.customer-account-login .amsl-jysk-login-page.sign-up-form .amsl-social-login,
.customer-account-login .amsl-jysk-login-page.customer-registration-form .amsl-social-login {
  margin-bottom: -12px;
  padding-top: 18px;
}
.jyskloginpage-index-index .amsl-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-login-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-registration-page.sign-in-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-registration-page.sign-up-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-registration-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.jyskloginpage-index-index .amsl-jysk-login-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-login-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-registration-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-registration-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-registration-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-jysk-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-jysk-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-create .amsl-jysk-login-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-login-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-registration-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-registration-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-registration-page.customer-registration-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-jysk-login-page.sign-in-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-jysk-login-page.sign-up-form .amsl-social-login .or-label-wrapper,
.customer-account-login .amsl-jysk-login-page.customer-registration-form .amsl-social-login .or-label-wrapper {
  margin-left: -14px;
  margin-right: -14px;
}
.jyskloginpage-index-index .amsl-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-login-page.customer-registration-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-registration-page.sign-in-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-registration-page.sign-up-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-registration-page.customer-registration-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-jysk-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.jyskloginpage-index-index .amsl-jysk-login-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-login-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-registration-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-registration-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-registration-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-jysk-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-jysk-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-create .amsl-jysk-login-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-login-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-registration-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-registration-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-registration-page.customer-registration-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-jysk-login-page.sign-in-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-jysk-login-page.sign-up-form .amsl-social-login .amsl-buttons,
.customer-account-login .amsl-jysk-login-page.customer-registration-form .amsl-social-login .amsl-buttons {
  padding-bottom: 0;
}
.customer-account-login .block-customer-register > .block-content > .block-title,
.customer-account-create .block-customer-register > .block-content > .block-title {
  display: block;
}
.customer-account-login .block-customer-sign-up p {
  margin-bottom: 16px;
  margin-top: 30px;
}
.jyskloginpage-index-index .block-static-block,
.jyskloginpage-index-index .nav-sections,
.jyskloginpage-index-index .nav-toggle {
  display: none;
}
.jyskloginpage-index-index .page-main {
  padding: 0 12px 148px;
}
.jyskloginpage-index-index .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jyskloginpage-index-index .page-header {
  box-shadow: 0 2px 4px 0 #f2f2f2;
  margin-bottom: 0;
}
.jyskloginpage-index-index .page-header .header.content {
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1155px;
  min-height: 80px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .header.content {
    min-height: 100px;
  }
}
.jyskloginpage-index-index .page-header .header.content .logo {
  padding: 16px 0 16px 14px;
}
.jyskloginpage-index-index .page-header .header.content .logo img {
  width: 104px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .header.content .logo img {
    width: 113px;
  }
}
.jyskloginpage-index-index .page-header .checkout-header-info-wrapper {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
  padding: 16px 14px 16px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .checkout-header-info-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.jyskloginpage-index-index .page-header .secure-checkout {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .secure-checkout {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 65px;
  }
}
.jyskloginpage-index-index .page-header .secure-checkout__text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 375px) {
  .jyskloginpage-index-index .page-header .secure-checkout__text {
    font-size: 2rem;
  }
}
.jyskloginpage-index-index .page-header .secure-checkout__text:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTE2Ljg3NSA4Ljc1SDE1LjkzNzVWNS45Mzc1QzE1LjkzNzUgMi42NjQwNiAxMy4yNzM0IDAgMTAgMEM2LjcyNjU2IDAgNC4wNjI1IDIuNjY0MDYgNC4wNjI1IDUuOTM3NVY4Ljc1SDMuMTI1QzIuMDg5ODQgOC43NSAxLjI1IDkuNTg5ODQgMS4yNSAxMC42MjVWMTguMTI1QzEuMjUgMTkuMTYwMiAyLjA4OTg0IDIwIDMuMTI1IDIwSDE2Ljg3NUMxNy45MTAyIDIwIDE4Ljc1IDE5LjE2MDIgMTguNzUgMTguMTI1VjEwLjYyNUMxOC43NSA5LjU4OTg0IDE3LjkxMDIgOC43NSAxNi44NzUgOC43NVpNMTIuODEyNSA4Ljc1SDcuMTg3NVY1LjkzNzVDNy4xODc1IDQuMzg2NzIgOC40NDkyMiAzLjEyNSAxMCAzLjEyNUMxMS41NTA4IDMuMTI1IDEyLjgxMjUgNC4zODY3MiAxMi44MTI1IDUuOTM3NVY4Ljc1WiIKICAgICAgICBmaWxsPSIjNjY2NjY2Ii8+Cjwvc3ZnPgo=) center no-repeat;
  content: '';
  height: 20px;
  left: -27px;
  position: absolute;
  top: 0;
  width: 17.5px;
}
@media only screen and (min-width: 375px) {
  .jyskloginpage-index-index .page-header .secure-checkout__text:before {
    height: 24px;
    top: 2px;
    width: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .customer-support-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.jyskloginpage-index-index .page-header .customer-support-info__text {
  display: none;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-header .customer-support-info__text {
    display: block;
  }
}
.jyskloginpage-index-index .page-header .customer-support-info__telephone {
  color: #233f86;
  font-size: 1.4rem;
  font-weight: 700;
}
.jyskloginpage-index-index .page-main,
.customer-account-create .page-main {
  margin: 0 auto;
  max-width: 1155px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-main,
  .customer-account-create .page-main {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}
.jyskloginpage-index-index .page-main > .page-title-container,
.customer-account-create .page-main > .page-title-container {
  margin: 0;
}
.jyskloginpage-index-index .page-main .columns .column.main,
.customer-account-create .page-main .columns .column.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .page-main .columns .column.main,
  .customer-account-create .page-main .columns .column.main {
    display: block;
  }
}
.customer-account-login .page-main,
.customer-account-create .page-main {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .customer-account-login .page-main,
  .customer-account-create .page-main {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}
.customer-account-login .page-title-container,
.customer-account-create .page-title-container {
  display: none;
}
.customer-account-login .columns .column.main,
.customer-account-create .columns .column.main {
  padding-bottom: 0;
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block {
  background: #f2f2f2;
  margin: 12px -12px 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .jysk-login-page.top-custom-block {
    margin: 0;
  }
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block {
  padding: 24px 12px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block {
    padding: 24px 40px;
  }
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__title {
    padding-bottom: 16px;
    text-align: center;
  }
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__perks {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__perks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__perks .perk {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__perks .perk:last-of-type {
  margin-bottom: 0;
}
.jyskloginpage-index-index .jysk-login-page.top-custom-block .benefits-block__perks .perk:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoCiAgICAgICAgZD0iTTQuMDc1NzMgOS4yOTg0MkwwLjE3NTcyOSA1LjM5ODQyQy0wLjA1ODU3NjIgNS4xNjQxMiAtMC4wNTg1NzYyIDQuNzg0MjIgMC4xNzU3MjkgNC41NDk4OUwxLjAyNDI0IDMuNzAxMzZDMS4yNTg1NCAzLjQ2NzAzIDEuNjM4NDYgMy40NjcwMyAxLjg3Mjc3IDMuNzAxMzZMNC40OTk5OSA2LjMyODU3TDEwLjEyNzIgMC43MDEzNjNDMTAuMzYxNSAwLjQ2NzA1OSAxMC43NDE0IDAuNDY3MDU5IDEwLjk3NTggMC43MDEzNjNMMTEuODI0MyAxLjU0OTg5QzEyLjA1ODYgMS43ODQyIDEyLjA1ODYgMi4xNjQxIDExLjgyNDMgMi4zOTg0M0w0LjkyNDI2IDkuMjk4NDVDNC42ODk5MyA5LjUzMjc1IDQuMzEwMDMgOS41MzI3NSA0LjA3NTczIDkuMjk4NDJaIgogICAgICAgIGZpbGw9IiMwNEI1MUQiLz4KPC9zdmc+Cg==) center no-repeat;
  content: '';
  height: 11.93px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar,
.jyskloginpage-index-index .block-customer-register .actions-toolbar,
.customer-account-create .block-customer-login .actions-toolbar,
.customer-account-create .block-customer-sign-up .actions-toolbar,
.customer-account-create .block-customer-register .actions-toolbar,
.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-customer-sign-up .actions-toolbar,
.customer-account-login .block-customer-register .actions-toolbar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar .primary .action,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .primary .action,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .primary .action,
.customer-account-create .block-customer-login .actions-toolbar .primary .action,
.customer-account-create .block-customer-sign-up .actions-toolbar .primary .action,
.customer-account-create .block-customer-register .actions-toolbar .primary .action,
.customer-account-login .block-customer-login .actions-toolbar .primary .action,
.customer-account-login .block-customer-sign-up .actions-toolbar .primary .action,
.customer-account-login .block-customer-register .actions-toolbar .primary .action {
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 44px;
  text-transform: uppercase;
  width: 100%;
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.back,
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.remind,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.back,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.remind,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.back,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.remind,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.remind,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.remind,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.remind,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.remind,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.remind,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.remind {
  background: 0 0;
  border: none;
  color: #0056b3;
  font-size: 1.4rem;
  font-weight: 700;
  height: 20px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.back,
  .jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.remind,
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.remind,
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.back,
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.remind,
  .customer-account-create .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-login .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-login .actions-toolbar .secondary .action.remind,
  .customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.remind,
  .customer-account-create .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-register .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-register .actions-toolbar .secondary .action.remind,
  .customer-account-login .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-login .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-login .actions-toolbar .secondary .action.remind,
  .customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.remind,
  .customer-account-login .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-register .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-register .actions-toolbar .secondary .action.remind {
    color: #666;
  }
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest:focus,
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.back:focus,
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.remind:focus,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest:focus,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.back:focus,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.remind:focus,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest:focus,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.back:focus,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.remind:focus,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.back:focus,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.remind:focus,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.back:focus,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.remind:focus,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.back:focus,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.remind:focus,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.back:focus,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.remind:focus,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.back:focus,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.remind:focus,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest:focus,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.back:focus,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.remind:focus {
  outline: none;
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.back,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.back,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-login .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.back,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.back,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
.customer-account-login .block-customer-register .actions-toolbar .secondary .action.back {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-login .actions-toolbar .secondary .action.back,
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-login .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .customer-account-create .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-create .block-customer-register .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-login .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-login .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-sign-up .actions-toolbar .secondary .action.back,
  .customer-account-login .block-customer-register .actions-toolbar .secondary .action.checkout-as-guest,
  .customer-account-login .block-customer-register .actions-toolbar .secondary .action.back {
    display: block;
  }
}
.jyskloginpage-index-index .block-customer-login .actions-toolbar .primary .action,
.customer-account-create .block-customer-login .actions-toolbar .primary .action,
.customer-account-login .block-customer-login .actions-toolbar .primary .action {
  margin-bottom: 20px;
}
.jyskloginpage-index-index .block-new-customer .actions-toolbar .primary .action,
.customer-account-create .block-new-customer .actions-toolbar .primary .action,
.customer-account-login .block-new-customer .actions-toolbar .primary .action {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .primary .action.sign-up,
.customer-account-create .block-customer-sign-up .actions-toolbar .primary .action.sign-up,
.customer-account-login .block-customer-sign-up .actions-toolbar .primary .action.sign-up {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .primary .action.sign-up,
  .customer-account-create .block-customer-sign-up .actions-toolbar .primary .action.sign-up,
  .customer-account-login .block-customer-sign-up .actions-toolbar .primary .action.sign-up {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-sign-up .actions-toolbar .primary .action.continue-as-guest,
  .customer-account-create .block-customer-sign-up .actions-toolbar .primary .action.continue-as-guest,
  .customer-account-login .block-customer-sign-up .actions-toolbar .primary .action.continue-as-guest {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .jyskloginpage-index-index .block-customer-register .actions-toolbar .primary .action.submit,
  .customer-account-create .block-customer-register .actions-toolbar .primary .action.submit,
  .customer-account-login .block-customer-register .actions-toolbar .primary .action.submit {
    margin-bottom: 20px;
  }
}
.jyskloginpage-index-index .form.form-login .actions-toolbar,
.customer-account-create .form.form-login .actions-toolbar,
.customer-account-login .form.form-login .actions-toolbar {
  padding-top: 0;
}
.jyskloginpage-index-index .form.form-login .actions-toolbar .secondary,
.customer-account-create .form.form-login .actions-toolbar .secondary,
.customer-account-login .form.form-login .actions-toolbar .secondary {
  padding-left: 0;
}
.customer-account-create .block-customer-register .actions-toolbar .primary .action.submit {
  margin-bottom: 20px;
}
.customer-account-create .block-customer-register .actions-toolbar .secondary .action.back {
  display: block;
}
.check-balance-block fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #666;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .check-balance-container .check-balance-block:first-child {
    margin-bottom: 25px;
  }
  .check-balance-container .check-balance-block:last-child {
    text-align: center;
  }
  .check-balance-container .check-balance-block img {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .check-balance-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .check-balance-container .check-balance-block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .check-balance-container .fieldset > .field > .control {
    width: 65%;
  }
}
.check-balance-container .check-balance-block fieldset .field-recaptcha {
  margin-top: 10px;
}
.am-checkout.-modern .amcheckout-payment-methods .payment-buttons .payment-button.moneris_r .logo {
  background: url(../icons/payments/credit-card-types.jpg) no-repeat center center;
  background-size: contain;
  height: 15px;
  max-width: 157px;
  width: 100%;
}
.am-checkout.-modern .payment-method.moneris_r .transaction-ssl-encryption-block .transaction-ssl-encryption-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.am-checkout.-modern .moneris_r .actions-toolbar {
  height: 0;
  visibility: hidden;
  width: 0;
}
.order-tracking-numbers .order-tracking {
  text-align: right;
  padding: 10px 0;
}
.order-tracking-numbers .order-tracking dt,
.order-tracking-numbers .order-tracking dd {
  display: inline-block;
}
.order-tracking-numbers .order-tracking dd:after {
  content: ',';
}
.order-tracking-numbers .order-tracking dd:last-of-type:after {
  display: none;
}
