/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 479px) {
  .column-small-1 {
    width: 8.33333333%;
  }
  .column-small-2 {
    width: 16.66666667%;
  }
  .column-small-3 {
    width: 25%;
  }
  .column-small-4 {
    width: 33.33333333%;
  }
  .column-small-5 {
    width: 41.66666667%;
  }
  .column-small-6 {
    width: 50%;
  }
  .column-small-7 {
    width: 58.33333333%;
  }
  .column-small-8 {
    width: 66.66666667%;
  }
  .column-small-9 {
    width: 75%;
  }
  .column-small-10 {
    width: 83.33333333%;
  }
  .column-small-11 {
    width: 91.66666667%;
  }
  .column-small-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  div[class^="text-in-columns-"] > * {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .text-in-columns-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .text-in-columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  div[class^="column-"],
  .container {
    padding: 0 20px;
  }
  .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -20px;
  }
  .column-medium-1 {
    width: 8.33333333%;
  }
  .column-medium-2 {
    width: 16.66666667%;
  }
  .column-medium-3 {
    width: 25%;
  }
  .column-medium-4 {
    width: 33.33333333%;
  }
  .column-medium-5 {
    width: 41.66666667%;
  }
  .column-medium-6 {
    width: 50%;
  }
  .column-medium-7 {
    width: 58.33333333%;
  }
  .column-medium-8 {
    width: 66.66666667%;
  }
  .column-medium-9 {
    width: 75%;
  }
  .column-medium-10 {
    width: 83.33333333%;
  }
  .column-medium-11 {
    width: 91.66666667%;
  }
  .column-medium-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-large-1 {
    width: 8.33333333%;
  }
  .column-large-2 {
    width: 16.66666667%;
  }
  .column-large-3 {
    width: 25%;
  }
  .column-large-4 {
    width: 33.33333333%;
  }
  .column-large-5 {
    width: 41.66666667%;
  }
  .column-large-6 {
    width: 50%;
  }
  .column-large-7 {
    width: 58.33333333%;
  }
  .column-large-8 {
    width: 66.66666667%;
  }
  .column-large-9 {
    width: 75%;
  }
  .column-large-10 {
    width: 83.33333333%;
  }
  .column-large-11 {
    width: 91.66666667%;
  }
  .column-large-12 {
    width: 100%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  z-index: 10;
  font-size: 0;
  color: #ffffff;
  background: #271a5c;
}
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  border: 0;
  color: #ffffff;
  background: #271a5c;
  box-shadow: none;
}
.slick-arrow:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Bedre';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: '\e908';
  left: 49%;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  left: 56%;
  content: '\e909';
}
.countdown {
  width: 100%;
}
.countdown-label {
  text-align: center;
  margin-bottom: 40px;
}
.countdown-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.countdown .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.countdown .time:not(:last-of-type) {
  margin-right: 80px;
}
.countdown .time .label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.countdown .time .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.countdown .time .desc span {
  text-align: center;
}
.countdown .time .count {
  font-size: 40px;
  font-weight: 600;
}
.countdown .time svg {
  transform: rotate(-90deg);
  width: 160px;
  height: 160px;
}
.countdown .time circle {
  fill: none;
  stroke: #ff720e;
}
.countdown .time .circle {
  stroke-dasharray: 440;
}
.countdown-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 80px 60px;
}
.countdown-wrapper.dark {
  background-color: #222222;
}
.countdown-wrapper.dark .countdown-label {
  color: #f8f8f8;
}
.countdown-wrapper.dark .count,
.countdown-wrapper.dark .label {
  color: #f8f8f8;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-index-index.quiz .page-header {
    margin-bottom: 0;
  }
  .checkout-index-index.quiz .page-header .header.content .cms-badge {
    display: none;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.warranty-certificate-wrapper .warranty-certificate-header {
  background-color: #f2f0f5;
  padding: 20px 30px 40px 30px;
}
.warranty-certificate-wrapper .logo {
  max-width: 200px;
  height: auto;
  float: left;
}
.warranty-certificate-wrapper .text-image {
  float: right;
  display: block;
  margin-bottom: 80px;
}
.warranty-certificate-wrapper h1 {
  font-size: 90px;
  margin-bottom: 0px;
  clear: both;
}
.warranty-certificate-wrapper .warranty-certificate-main {
  padding: 55px 30px 55px 30px;
}
.warranty-certificate-wrapper .warranty-name {
  font-size: 24px;
  margin: 0 0 45px;
  max-width: 60%;
}
.warranty-certificate-wrapper .label {
  font-weight: 900;
  margin-right: 20px;
}
.warranty-certificate-wrapper .table-info {
  margin-bottom: 65px;
}
.warranty-certificate-wrapper table p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.offers .video-wrapper {
  position: relative;
  width: calc(100% - 30px);
  padding-top: 36%;
  overflow: hidden;
  margin: 0 auto 50px;
}
.offers .video-wrapper iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offers img {
  width: 100%;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .catalog-product-view .product-add-form .fieldset > .field,
  .catalog-product-view .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .catalog-product-view .product-add-form .fieldset > .field:not(.choice) > .label,
  .catalog-product-view .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .catalog-product-view .product-add-form .fieldset > .field:not(.choice) > .control,
  .catalog-product-view .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .catalog-product-view .product-add-form .fieldset > .field > .label,
  .catalog-product-view .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .catalog-product-view .product-add-form .fieldset > .field.choice:before,
  .catalog-product-view .product-add-form .fieldset .fields > .field.choice:before,
  .catalog-product-view .product-add-form .fieldset > .field.no-label:before,
  .catalog-product-view .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .catalog-product-view .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .catalog-product-view .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  h1,
  .h1 {
    font-size: 46px;
    margin-bottom: 40px;
    line-height: 58px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer-top,
  .footer-bottom-wrapper,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .bn-topbar-note-wrapper .bn-topbar-content,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .cms-home .page-main {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .overlay.active.nav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .menu-wrapper {
    position: relative;
  }
  .menu-wrapper .header-custom-links,
  .menu-wrapper .header-website-switcher {
    display: none;
  }
  .menu-wrapper .mobile-link {
    display: none;
  }
  .menu-wrapper .header-authorization {
    display: none;
  }
  .menu-wrapper .navigation {
    position: relative;
    z-index: 20;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu-wrapper .navigation a,
  .menu-wrapper .navigation a:link,
  .menu-wrapper .navigation a:visited {
    color: #333333;
  }
  .menu-wrapper .navigation a:hover,
  .menu-wrapper .navigation a:active {
    color: #ff720e;
  }
  .menu-wrapper .navigation__item {
    display: block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    -ms-flex: 0 1 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-transition: color 0.2s ease-in-out 0.2s, font-weight 0s linear 0.2s;
    -moz-transition: color 0.2s ease-in-out 0.2s, font-weight 0s linear 0.2s;
    -ms-transition: color 0.2s ease-in-out 0.2s, font-weight 0s linear 0.2s;
    -o-transition: color 0.2s ease-in-out 0.2s, font-weight 0s linear 0.2s;
    transition: color 0.2s ease-in-out 0.2s, font-weight 0s linear 0.2s;
  }
  .menu-wrapper .navigation__item .icon-chevron-down {
    display: inline-block;
    right: 0;
    width: 10px;
    vertical-align: text-top;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .menu-wrapper .navigation__item .icon-chevron-down:before {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    font-size: 10px;
    color: #a1a1a1;
  }
  .menu-wrapper .navigation__item:hover {
    font-weight: 700;
  }
  .menu-wrapper .navigation__item:hover .icon-chevron-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-wrapper .navigation__item:hover .icon-chevron-down:before {
    font-weight: 700;
    color: #ff720e;
  }
  .menu-wrapper .navigation__item:hover .navigation__link {
    color: #ff720e;
  }
  .menu-wrapper .navigation__item.highlighted .navigation__link {
    color: #ff720e;
    font-weight: 700;
  }
  .menu-wrapper .navigation__item.highlighted-valentine .navigation__link {
    color: #ff0729;
    font-weight: 700;
  }
  .menu-wrapper .navigation__item.black-friday {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu-wrapper .navigation__item.black-friday:hover {
    font-weight: 400;
  }
  .menu-wrapper .navigation__item.black-friday .navigation__link {
    background-color: #000000;
    color: #f8f8f8;
    line-height: 1;
    height: auto;
    padding: 5px 10px;
    text-transform: uppercase;
  }
  .menu-wrapper .navigation__item.black-friday .navigation__link:hover {
    font-weight: 400;
  }
  .menu-wrapper .navigation__item--parent {
    border-bottom: 4px solid transparent;
    padding-right: 15px;
  }
  .menu-wrapper .navigation__item--parent.active {
    border-bottom: 4px solid #ff720e;
    z-index: 100;
  }
  .menu-wrapper .navigation__item--parent.active .submenu-wrapper {
    height: auto;
    width: 100%;
    display: block;
  }
  .menu-wrapper .navigation__item--parent.active .submenu-wrapper .navigation__inner-list--level1 {
    visibility: visible;
    transition: none;
  }
  .nav-open .menu-wrapper .navigation__item--parent.active .submenu-wrapper {
    opacity: 1;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 0;
    height: 0;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: default;
    opacity: 0;
    display: none;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .submenu-back-button,
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .submenu-title {
    display: none;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .cms-badges {
    background: #f8f8f8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .cms-badges .cms-badge {
    width: 200px;
    padding: 0 20px;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .cms-badges .cms-badge span[class^='icon'] {
    font-size: 28px;
  }
  .menu-wrapper .navigation__item--parent > .submenu-wrapper .cms-badges .cms-badge .label {
    font-weight: 400;
  }
  .menu-wrapper .navigation__link {
    display: inline-block;
    margin: 0 auto;
    z-index: 31;
    line-height: 56px;
    height: 56px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu-wrapper .navigation__link .icon-chevron-down {
    display: none;
  }
  .menu-wrapper .navigation__link .navigation__link__icon {
    display: none;
  }
  .menu-wrapper .navigation__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1480px;
    margin: 0 auto;
  }
  .menu-wrapper .navigation__inner-list {
    text-align: left;
    background: #ffffff;
  }
  .menu-wrapper .navigation__inner-list--level1 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    padding: 50px 20px 60px;
    max-width: 1480px;
    margin: 0 auto;
    visibility: hidden;
  }
  .menu-wrapper .navigation__inner-list--level1:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .menu-wrapper .navigation__inner-list--level1 .nav-image {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 400px;
    max-width: 30%;
    max-height: calc(100% - 100px);
    overflow: hidden;
    text-align: right;
    margin-right: 0;
    border-right: 0;
    padding: 0;
  }
  .menu-wrapper .navigation__inner-list--level2 {
    font-weight: 400;
    padding: 0;
  }
  .menu-wrapper .navigation__inner-item--all {
    display: none;
  }
  .menu-wrapper .navigation__inner-item--level1 {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 0;
    border-right: 1px solid #e5e5e5;
  }
  .menu-wrapper .navigation__inner-item--level1:nth-child(1) {
    padding-left: 0;
  }
  .menu-wrapper .navigation__inner-item--level1.new-line {
    margin-left: 40%;
  }
  .menu-wrapper .navigation__inner-item--level1:nth-child(6),
  .menu-wrapper .navigation__inner-item--level1:nth-child(7) {
    border-right: 0;
  }
  .menu-wrapper .navigation__inner-item--level1 > .navigation__inner-link {
    display: block;
    margin-bottom: 30px;
  }
  .menu-wrapper .navigation__inner-item .icon-chevron-down {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .product.data.items {
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 300;
    line-height: 58px;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    height: 58px;
    padding: 0 20px 0 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #271a5c;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #271a5c;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #271a5c;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 3px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 57px;
    padding: 0 0 0 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
  }
  .product.data.items .content {
    text-align: left;
  }
  .product.data.items > .item.title {
    display: inline-block;
    float: none;
    overflow: hidden;
    position: relative;
  }
  .product.data.items > .item.title > .switch {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .countdown-transparent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .countdown-transparent-label {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .countdown-transparent-content .time {
    padding: 0 16px;
  }
  .countdown-progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .countdown-progress-bar-label {
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .countdown-progress-bar-content {
    display: flex;
    text-transform: lowercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
  }
  .returns.account-form-wrapper .main-content .form {
    margin-right: 0;
  }
  .returns.account-form-wrapper .help {
    padding: 80px 20px 160px;
  }
  .returns .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1100px;
    padding-top: 50px;
  }
  .returns .main-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .returns .main-content .form {
    margin-right: 40px;
    width: 100%;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: -19px;
    right: -19px;
    border-radius: 50%;
    background: #271a5c;
    color: #ffffff;
  }
  .modal-custom .modal-inner-wrap,
  .modal-popup .modal-inner-wrap,
  .modal-slide .modal-inner-wrap {
    max-width: 860px;
  }
  .modal-custom._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap,
  .modal-slide._show .modal-inner-wrap {
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .page-layout-empty .filter-options {
    margin-top: 10px;
  }
  .page-layout-empty .filter-options-item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border: 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title:after {
    top: 3px;
    right: 2px;
  }
  .page-layout-empty .filter-options-item .filter-options-content {
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none;
    padding: 5px;
    width: 180px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-empty .filter-options-item .filter-options-content:before,
  .page-layout-empty .filter-options-item .filter-options-content:after {
    position: absolute;
    top: -16px;
    left: 5px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: '';
  }
  .page-layout-empty .filter-options-item .filter-options-content:after {
    z-index: 4;
    margin-top: 0;
    border-bottom-color: #fff;
  }
  .page-layout-empty .filter-options-item .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-empty .filter-options-item .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-empty .filter-options-item .item a {
    margin-left: 0;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amasty_xlanding-page-view .products-grid .product-items .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 33.33333333%;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 25%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  iframe[src*="tryggehandel"] {
    left: 20% !important;
  }
  .footer-bottom-wrapper .ehandel-logo {
    display: none;
  }
  .footer-top .ehandel-logo {
    max-width: 70px;
    margin: 0 auto 10px;
  }
  .checkout-index-index.quiz .page-header {
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
  }
  .checkout-index-index.quiz .page-header .panel-wrapper {
    margin: 0 auto;
    width: 80%;
  }
  .checkout-index-index.quiz .page-header .header.content {
    align-items: center;
    height: 100px;
    justify-content: flex-end;
    margin: 0 auto;
    width: 80%;
  }
  .checkout-index-index.quiz .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .columns {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 20px;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .cms-badges {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 20px;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .opc-sidebar .opc-block-summary .comment {
    padding: 15px;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .opc-sidebar .opc-block-summary .items-in-cart {
    border: 0;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item {
    margin-bottom: 20px;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item:last-child {
    padding-bottom: 20px;
  }
  .checkout-index-index.quiz .page-wrapper .page-main .opc-sidebar .table-totals {
    background: #ffffff;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .checkout-cart-index .cart-bottom {
    margin-top: 40px;
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-bottom .cms-badges,
  .checkout-cart-index .cart-bottom .inline-cms-badges {
    width: calc(100% - 320px);
  }
  .checkout-cart-index .cart-bottom .inline-cms-badges {
    display: block;
    margin-top: 10px;
  }
  .checkout-cart-index .cart-bottom .inline-cms-badges li {
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart-bottom .cms-badge {
    width: 25%;
  }
  .checkout-cart-index .cart-bottom .mobile-badges {
    display: none;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .col.actions .actions-toolbar {
    flex-direction: row;
    align-items: center;
  }
  .cart.table-wrapper .col.actions .actions-toolbar .towishlist {
    order: 1;
  }
  .cart.table-wrapper .col.actions .actions-toolbar .action-delete {
    order: 2;
    margin-bottom: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 35px 8px;
  }
  .cart.table-wrapper .item .col.mobile-options {
    display: none;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .item .item-upsell .col.item {
    padding: 7px;
  }
  .cart.table-wrapper .item .item-upsell .col.subtotal .price-as-configured .price-label {
    display: none;
  }
  .cart.table-wrapper .product-item-photo {
    display: block;
  }
  .cart.table-wrapper .product-item-details {
    display: block;
    white-space: normal;
    width: calc(100% - 190px);
  }
  .cart.table-wrapper .product-item-name a {
    font-size: 22px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    margin-bottom: 0;
  }
  .minicart-wrapper .mage-dropdown-dialog {
    display: block !important;
  }
  .minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -350px;
    margin: 0;
    width: 350px;
    transition-delay: 500ms;
    transition: all 500ms ease-in-out;
  }
  .minicart-wrapper .block-minicart .block-content .recommends {
    width: 350px;
    position: fixed;
    right: -350px;
    top: 0;
    padding: 21px 32px;
    height: 100vh;
    transition: all 500ms ease-in-out;
    z-index: -1;
  }
  .minicart-wrapper .block-minicart .block-content .totals-area {
    padding: 16px 32px;
    margin: 0 -23px;
  }
  .minicart-wrapper .block-minicart .block-content .product .product-item-details .product-item-pricing .control .item-qty {
    max-width: 89px;
  }
  .minicart-wrapper .action.showcart {
    display: block;
  }
  .minicart-wrapper .action.showcart .text {
    display: block;
  }
  .minicart-wrapper .action.showcart .text--mobile {
    display: none;
  }
  .minicart-wrapper.active .block-minicart {
    right: 0;
    transition-delay: initial;
  }
  .minicart-wrapper.active .block-content .recommends {
    right: 350px;
    transition-delay: 500ms;
  }
  .checkout-index-index .columns .column.main,
  .checkout-klarna-index .columns .column.main {
    padding-bottom: 120px;
  }
  .checkout-container {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 120px;
  }
  .checkout-container .step-title {
    font-size: 22px;
  }
  .opc-wrapper {
    width: calc(100% - 350px);
    float: left;
  }
  .opc-progress-bar {
    width: 456px;
  }
  .opc-wrapper .fieldset > .field.required,
  #opc-new-shipping-address .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required,
  #opc-new-shipping-address .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  #opc-new-shipping-address .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label,
  #opc-new-shipping-address .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  #opc-new-shipping-address .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after,
  #opc-new-shipping-address .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .opc-wrapper .fieldset > .field.half_size,
  #opc-new-shipping-address .fieldset > .field.half_size {
    float: left;
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .opc-wrapper .fieldset > .field.half_size + .half_size,
  #opc-new-shipping-address .fieldset > .field.half_size + .half_size {
    margin-left: 20px;
  }
  .opc-wrapper .fieldset > .field[name='shippingAddress.telephone'],
  #opc-new-shipping-address .fieldset > .field[name='shippingAddress.telephone'],
  .opc-wrapper .fieldset > .field[name='billingAddressshared.telephone'],
  #opc-new-shipping-address .fieldset > .field[name='billingAddressshared.telephone'] {
    clear: both;
  }
  .opc-wrapper .fieldset.address,
  #opc-new-shipping-address .fieldset.address {
    margin-top: 20px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    border: 0;
    padding-top: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    max-width: 860px;
    width: 75%;
    top: 50%;
    left: 50%;
    min-height: 200px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .checkout-index-index .modal-popup .modal-title {
    font-weight: 700;
  }
  .opc-sidebar {
    width: 300px;
    float: right;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .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-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .header.panel .reviews-badge,
  .checkout-klarna-index .header.panel .reviews-badge {
    display: none;
  }
  .checkout-index-index .header.content .logo,
  .checkout-klarna-index .header.content .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .product-serie-wrapper h2 {
    font-size: 36px;
  }
  .product-serie-wrapper .slick-arrow {
    top: -82px;
  }
  .product-serie-wrapper .product-serie-slider-item img {
    height: 19vw;
  }
  .modal-popup.modal-add-to-cart .modal-inner-wrap {
    max-height: 92vh;
  }
  .modal-popup.modal-add-to-cart .modal-inner-wrap .modal-content {
    max-height: 100%;
    overflow: auto;
  }
  .modal-popup.modal-add-to-cart .modal-inner-wrap .col.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .modal-popup.modal-add-to-cart .modal-inner-wrap .col.price {
    vertical-align: middle;
    text-align: right;
    width: 20%;
  }
  .modal-popup.modal-add-to-cart .modal-inner-wrap .product-item-details {
    margin-left: 40px;
  }
  .modal-popup.modal-add-to-cart .popup-content,
  .modal-popup.modal-add-to-cart .popup-control,
  .modal-popup.modal-add-to-cart .popup-additional-content {
    padding: 20px 70px;
  }
  .checkout-success .block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-success .block-order-details-view .block-content .box-title {
    margin-bottom: 10px;
  }
  .checkout-success .block-order-details-view .block-content .box {
    width: 50%;
    text-align: left;
    margin-bottom: 30px;
  }
  .checkout-success .table-wrapper.order-items table.table-order-items .options-label {
    padding: 2px 10px;
  }
  .checkout-success .table-wrapper.order-items table.table-order-items .options-label td:last-child.label {
    padding: 2px 10px;
  }
  .checkout-success .table-wrapper.order-items table.table-order-items .items-qty {
    display: block;
  }
  .checkout-success .table-wrapper.order-items table.table-order-items .items-qty .item {
    text-align: center;
  }
  .product-features {
    max-width: 1253px;
    margin: 0 auto;
    padding: 80px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-features.mobile {
    display: none;
  }
  .product-feature .label {
    font-size: 16px;
    line-height: 1.625;
  }
  .banner-cta {
    padding: 64px;
    height: 655px;
  }
  .banner-cta-title {
    font-size: 32px;
  }
  .two-columns-content.right-side .row {
    flex-direction: row-reverse !important;
  }
  .slider-outer-wrapper {
    min-height: 0;
  }
  .slider-outer-wrapper .slider .img-wrapper .slider-content-wrapper {
    position: relative;
  }
  .slider-outer-wrapper .slider .img-wrapper .slider-content-wrapper .content-info {
    bottom: 50px;
  }
  .slider-outer-wrapper .slider .img-wrapper .slider-content-wrapper .content-info .title {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .slider-outer-wrapper .slider .img-wrapper .slider-content-wrapper .content-info .subtitle {
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .slider-outer-wrapper .slider .img-wrapper .slider-content-wrapper .content-info .button {
    font-size: 16px;
    min-width: 200px;
  }
  .slider-outer-wrapper .slider .slick-arrow {
    top: auto;
    bottom: 20px;
  }
  .page-product-bundle .box-tocart {
    margin-top: 20px;
  }
  .page-product-bundle .product-info-main .bundle-options-container .fieldset.product-block-variant {
    margin-bottom: 20px;
  }
  #product_addtocart_form .out-of-stock {
    font-size: 24px;
    text-align: left;
    margin: 30px 0 30px 100px;
  }
  .catalog-product-view .back-to-top {
    width: 105px;
    padding: 5px 10px;
    position: fixed;
    bottom: 125px;
    right: 20px;
    transition: opacity 0.5s ease-in-out 0.1s;
    font-weight: 300;
    background: #271a5c;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    text-align: center;
  }
  .catalog-product-view .back-to-top,
  .catalog-product-view .back-to-top:active,
  .catalog-product-view .back-to-top:hover,
  .catalog-product-view .back-to-top:link,
  .catalog-product-view .back-to-top:visited {
    text-decoration: none;
  }
  .catalog-product-view .back-to-top,
  .catalog-product-view .back-to-top:active,
  .catalog-product-view .back-to-top:hover,
  .catalog-product-view .back-to-top:link,
  .catalog-product-view .back-to-top:visited {
    color: #ffffff;
  }
  .catalog-product-view .back-to-top:before {
    content: '\e903';
    display: inline-block;
    font-family: 'Bedre';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .catalog-product-view .back-to-top.invisible {
    opacity: 0;
    z-index: -1000;
    transition: opacity 0.5s ease-in-out 0.1s, z-index 0.01s linear 0.7s;
  }
  .catalog-product-view .box-tocart .actions {
    width: calc(100% - 200px);
  }
  .catalog-product-view .box-tocart .fieldset {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main {
    width: calc(44% - 20px);
    float: right;
  }
  .catalog-product-view .product.media {
    width: calc(56% - 20px);
    float: left;
    margin-bottom: 25px;
  }
  .catalog-product-view .infographic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .catalog-product-view .infographic li {
    padding: 50px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
  }
  .catalog-product-view .infographic li img {
    margin-right: 40px;
  }
  .catalog-product-view .product-block-variant.fieldset {
    margin-bottom: 20px;
  }
  .catalog-product-view .product-block-variant.fieldset ul {
    width: calc(100% - 90px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .catalog-product-view .product-block-variant.fieldset ul li {
    width: calc(20% - 10px);
  }
  .catalog-product-view .product-block-variant.fieldset label.variant-label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .cms-badges {
    display: block;
  }
  .catalog-product-view .product-info-main .cms-badges .cms-badge {
    margin: 15px 0 15px 100px;
    width: auto;
  }
  .catalog-product-view .product-add-form .product-options-wrapper .fieldset > .field > .label,
  .catalog-product-view .product-add-form .product-options-bottom .fieldset > .field > .label {
    width: 80px;
  }
  .catalog-product-view .product-add-form .product-options-wrapper .field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catalog-product-view .product-add-form .product-options-wrapper .field .note {
    display: block;
  }
  .catalog-product-view .product-add-form .product-options-wrapper .fieldset > .field > .control {
    width: calc(100% - 100px);
  }
  .catalog-product-view .product-add-form .field.qty {
    width: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .catalog-product-view .product-add-form .field.qty .control {
    margin-left: 20px;
  }
  .catalog-product-view .product-add-form .field.qty .label {
    margin-bottom: 0;
  }
  .yotpo-wrapper {
    text-align: left;
  }
  .yotpo.bottomline .yotpo-bottomline {
    justify-content: flex-start;
  }
  .product-content-wrapper .product-info-price .santander-block > div {
    display: none;
  }
  .product-info-main > .bundle-options-container > .santander-block {
    display: block;
  }
  .catalog-product-view .product-block-variant.fieldset ul li {
    width: calc(50% - 10px);
  }
  .product-items:not(.product-items-slider) {
    margin-left: -20px;
  }
  .product-item {
    padding-left: 20px;
  }
  .product-item.slick-slide {
    padding-bottom: 20px;
  }
  .product-item-actions {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    -moz-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    -ms-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  }
  .product-item-info {
    position: relative;
    padding-bottom: 60px;
    box-shadow: 0 2px 6px transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .product-item-info:hover {
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .product-item:hover .product-item-actions {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .product .category-wishlist-button {
    opacity: 0;
    visibility: hidden;
  }
  .page-products .products-grid .product-item:not(.slick-slide) {
    width: 33.33333333%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .category-cms .categories {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .category-cms .categories:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .category-cms .categories.categories-two-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .category-cms .categories .masonry-column {
    width: calc(50% - 6px);
  }
  .category-cms .categories li.desktop-w25 {
    width: calc(25% - 10px);
  }
  .category-cms .categories li.desktop-h25 {
    padding-top: calc(25% - 10px);
  }
  .category-cms .categories li.desktop-w50 {
    width: calc(50% - 10px);
  }
  .category-cms .categories li.desktop-h50 {
    padding-top: calc(50% - 10px);
  }
  .category-cms .categories li.desktop-align-right {
    float: right;
  }
  .category-cms .categories::after {
    content: none;
    display: none;
  }
  .category-cms .category-info-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .category-cms .category-info-block .col.col-3 {
    width: calc(100% / 3);
  }
  .category-cms .offer-blocks {
    margin-bottom: 85px;
  }
  .category-description {
    margin-top: -30px;
    padding-bottom: 165px;
  }
  .category-description-content,
  .category-description .category-title {
    max-width: 640px;
    margin: 0 auto 20px;
  }
  .category-description-content {
    position: relative;
  }
  .category-description .category-title h2 {
    padding: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item,
  .page-layout-category_custom .product-exposure .product-list-item {
    width: 100%;
  }
  .page-layout-category_custom .products-grid .product-list-item .short-descriptions,
  .page-layout-category_custom .product-exposure .product-list-item .short-descriptions {
    display: block;
    margin: 0 0 28px;
  }
  .page-layout-category_custom .products-grid .product-list-item .short-descriptions li,
  .page-layout-category_custom .product-exposure .product-list-item .short-descriptions li {
    font-size: 14px;
    font-weight: 400;
    text-indent: 0;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .image-block,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .image-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 342px;
    max-width: 35%;
    background-color: #f8f8f8;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .image-block .product-item-photo,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .image-block .product-item-photo {
    width: 100%;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .variants-wrapper,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .variants-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-star;
    align-items: flex-star;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    background-color: #f8f8f8;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .variants,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .variants {
    position: relative;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 5px 5px 15px;
    width: 100%;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-photo,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-photo {
    width: 342px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-desc,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-desc {
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    margin-right: 25px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-name,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-name {
    text-align: left;
    margin: 0 0 10px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-name a,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-name a {
    font-size: 22px;
    line-height: 1.54;
    margin-top: 0;
    text-align: left;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .yotpo-wrapper,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .yotpo-wrapper {
    margin-bottom: 8px;
    border-bottom: 0;
    text-align: left;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .yotpo-wrapper .yotpo .standalone-bottomline,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .yotpo-wrapper .yotpo .standalone-bottomline {
    text-align: left;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-details,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    padding: 30px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .infographics,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .infographics {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 6px 0 0;
    margin-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .infographics ul,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .infographics ul {
    padding-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .infographics li,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .infographics li {
    border-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner {
    position: relative;
    padding: 30px 20px 20px;
    background-color: #f8f8f8;
    border-radius: 3px;
    border-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges {
    background-color: red;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge {
    display: block;
    width: 85px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background-color: #ff720e;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:before,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:before,
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:before,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:before {
    left: -1px;
    border-width: 10px 0 10px 5px;
    border-color: transparent transparent transparent #ffffff;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .product-badges .special-price-badge:after {
    right: -1px;
    border-width: 10px 5px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options p,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options p,
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options a,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options a {
    font-size: 14px;
    font-weight: 400;
    color: #8e8e8e;
    text-align: center;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .normal-price,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .normal-price {
    padding: 0 10px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .payever-financing-list,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .payever-financing-list {
    padding: 0 10px;
    margin: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    color: #8e8e8e;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or:before,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or:before,
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(50% - 20px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5e5e5;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or:before,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or:before {
    left: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or:after {
    right: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .or span,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .or span {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 5px 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .additional-info p,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .additional-info p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .additional-info .cms-badge-popup,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .additional-info .cms-badge-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .additional-info .cms-badge-popup .more,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .additional-info .cms-badge-popup .more {
    font-size: 12px;
    text-decoration: underline;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .price,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .price {
    display: block;
    color: #ff720e;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.54;
    margin-bottom: 7px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .desktop:not(.or),
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .desktop:not(.or) {
    display: block;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .mobile,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .mobile {
    display: none;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .old-price,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .old-price {
    border: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .old-price .price-label,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .old-price .price-label {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #8e8e8e;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .old-price .price-label:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .old-price .price-label:after {
    content: '';
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .price-options .old-price .price,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .price-options .old-price .price {
    font-size: 12px;
    font-weight: 400;
    color: #8e8e8e;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-actions.actions .actions-primary,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-actions.actions .actions-primary {
    margin-top: 40px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-actions.actions .actions-primary span,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-actions.actions .actions-primary span {
    line-height: 36px;
    font-size: 16px;
    font-weight: 900;
  }
  .page-layout-category_custom .products-grid .product-item-info,
  .page-layout-category_custom .product-exposure .product-item-info {
    padding-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-item-actions.actions,
  .page-layout-category_custom .product-exposure .product-item-actions.actions {
    opacity: 1;
    visibility: visible;
    bottom: auto;
  }
  .page-layout-category_custom .products-grid .product-item-actions.actions .actions-primary,
  .page-layout-category_custom .product-exposure .product-item-actions.actions .actions-primary {
    opacity: 1;
    visibility: visible;
  }
  .page-layout-category_custom .products-grid .product-item .infographics ul,
  .page-layout-category_custom .product-exposure .product-item .infographics ul {
    padding: 10px 0;
    border-bottom: 0;
  }
  .page-layout-category_custom .products-grid .product-item .infographics ul li,
  .page-layout-category_custom .product-exposure .product-item .infographics ul li {
    margin-top: 0;
  }
  .page-layout-category_custom .product-exposure.black-friday .product-list-item .product-item-info .variants-wrapper {
    background-image: url('../images/bg-night.jpg');
    background-size: 400px;
  }
  .page-layout-category_custom .toolbar-products {
    padding: 0;
  }
  .page-layout-category_custom .category-description {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .page-layout-category_custom .page-footer:before {
    height: 350px;
    top: -350px;
  }
  .page-layout-category_custom .products-grid .product-item:not(.slick-slide) {
    width: calc((100% - 80px) / 2);
  }
  .page-layout-category_custom .products-grid .product-item .details {
    padding: 10px 20px 15px;
  }
  .page-layout-category_custom .products-grid .product-item-info {
    height: auto;
  }
  .page-layout-category_custom .products-grid .product-item-inner {
    max-width: 266px;
    margin: 0 auto;
  }
  .page-layout-category_custom .products-grid .product-item-actions .actions-primary {
    margin-top: 15px;
  }
  .category-bottom-section {
    display: block;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 55px 15px 0;
    text-align: center;
    background-color: #f8f8f8;
  }
  .category-bottom-section .content {
    max-width: 1320px;
    margin: 0 auto;
  }
  .category-bottom-section p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 300;
  }
  .category-bottom-section .main-info {
    max-width: 630px;
    margin: 0 auto 78px;
  }
  .category-bottom-section .category-bottom-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .category-bottom-section .category-bottom-list li {
    width: calc((100% / 3) - 40px);
    margin: 0 20px 60px;
  }
  .category-bottom-section .category-bottom-list li .element-content {
    max-width: 320px;
    margin: 0 auto;
  }
  .category-bottom-section .category-bottom-list li h3 {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
  }
  .category-bottom-section .category-bottom-list li .image-wrapper {
    max-width: 130px;
    height: 130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-bottom-section .category-bottom-list li .image-wrapper img {
    max-width: 130px;
    height: auto;
    max-height: 130px;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .product-add-form .option {
    align-items: center;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .product-add-form .option label.label {
    font-size: 16px;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .bundle-options-container {
    margin-bottom: 20px;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main > .bundle-actions {
    margin-bottom: 0;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .cms-badges {
    border-top: none;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .product-options-wrapper > .fieldset > fieldset > .field {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .product-options-wrapper > .fieldset > fieldset > .field:last-child {
    margin-bottom: 0;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .product-options-wrapper > .fieldset > fieldset > .field.option {
    min-height: 76px;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .product-options-wrapper > .fieldset > fieldset > .field.option .control > .nested.options-list {
    padding-right: 0;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .product-options-wrapper > .fieldset > fieldset > .field.option label.label {
    font-size: 16px;
    min-width: 100px;
  }
  .wishlist-index-configure .bundle-options-container .product-add-form .price-box {
    margin-bottom: 0x;
  }
  .catalog-category-view.page-layout-2columns-left .columns .column.main,
  .catalog-category-view.page-layout-2columns-left .columns .sidebar {
    margin-top: 40px;
  }
  .block-search {
    width: 330px;
    max-width: calc(100% - 500px);
    margin-right: 20px;
    height: 44px;
  }
  .cms-page-view .about-us-wrapper {
    margin: 0 auto;
    width: 80%;
  }
  .cms-page-view .about-us-wrapper .in-press {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cms-page-view .about-us-wrapper .in-press li {
    width: calc(100% / 2);
    max-width: 350px;
  }
  .cms-page-view .about-us-wrapper .in-press li .logo-wrapper {
    margin-bottom: 30px;
  }
  .cms-comparison .page-wrapper #comparison-page table tr td,
  .cms-comparison .page-wrapper #comparison-page table tr th {
    width: calc(30vw - 13px);
  }
  .cms-comparison .page-wrapper #comparison-page table tr td .gallery--popup .gallery__image,
  .cms-comparison .page-wrapper #comparison-page table tr th .gallery--popup .gallery__image {
    margin-bottom: 10px;
  }
  .cms-comparison .page-wrapper #comparison-page table.sticky {
    margin-left: 20px;
  }
  .cms-comparison .page-wrapper #comparison-page table.sticky tr th .compare-header img {
    width: 60px;
    top: 5px;
  }
  .cms-comparison .page-wrapper #comparison-page .sticky-table-wrapper:not(.hidden):before,
  .cms-comparison .page-wrapper #comparison-page .sticky-table-wrapper:not(.hidden):after {
    width: 20px;
  }
  .cms-comparison .modal-popup .modal-header .action-close:before {
    font-size: 16px;
  }
  .cms-comparison .compare-popup-container .slick-prev {
    left: 0;
  }
  .cms-comparison .compare-popup-container .slick-next {
    right: 0;
  }
  .cms-comparison .compare-popup-container ul {
    padding: 0 40px;
  }
  .cms-comparison .compare-popup-container ul.slider--2 .slick-track,
  .cms-comparison .compare-popup-container ul.slider--3 .slick-track {
    transform: none !important;
  }
  .cms-comparison .compare-popup-container .modal-content {
    margin-top: 0;
  }
  .cms-comparison .compare-popup-container .modal-footer {
    padding: 20px 70px;
    margin-top: auto;
    background-color: #f8f8f8;
  }
  .cms-index-index .categories-block,
  .cms-home .categories-block {
    margin-top: 70px;
  }
  .cms-index-index .categories-block .wrapper,
  .cms-home .categories-block .wrapper {
    margin-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cms-index-index .categories-block .wrapper .col,
  .cms-home .categories-block .wrapper .col {
    margin: 5px 0;
  }
  .cms-index-index .categories-block .wrapper .col-lg,
  .cms-home .categories-block .wrapper .col-lg {
    width: calc(50% - 5px);
    height: 490px;
  }
  .cms-index-index .categories-block .wrapper .col-sm,
  .cms-home .categories-block .wrapper .col-sm {
    width: calc(100% / 3 - 5px);
    height: 325px;
  }
  .cms-index-index .categories-block .wrapper .label,
  .cms-home .categories-block .wrapper .label {
    font-size: 22px;
    padding: 10px 40px;
    min-width: 230px;
  }
  .cms-index-index .categories-block.home-categories-block,
  .cms-home .categories-block.home-categories-block {
    margin-bottom: 110px;
  }
  .cms-index-index .categories-block.home-categories-block .wrapper .col,
  .cms-home .categories-block.home-categories-block .wrapper .col {
    margin: 3px 0;
  }
  .cms-index-index .categories-block.home-categories-block .wrapper .col-lg,
  .cms-home .categories-block.home-categories-block .wrapper .col-lg {
    width: calc(100% / 3 - 4px);
    height: 490px;
  }
  .cms-index-index .categories-block.home-categories-block .wrapper .col-sm,
  .cms-home .categories-block.home-categories-block .wrapper .col-sm {
    width: calc(100% / 3 - 4px);
    height: 250px;
  }
  .cms-index-index .image-blocks,
  .cms-home .image-blocks {
    margin: 80px 0;
  }
  .cms-index-index .slider-outer-wrapper,
  .cms-home .slider-outer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 655px;
  }
  .ie11 .cms-index-index .slider-outer-wrapper,
  .ie11 .cms-home .slider-outer-wrapper,
  .ie10 .cms-index-index .slider-outer-wrapper,
  .ie10 .cms-home .slider-outer-wrapper {
    height: 655px;
  }
  .cms-index-index .slider-outer-wrapper .slider,
  .cms-home .slider-outer-wrapper .slider {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -ms-flex: 0 1 auto;
    width: 100%;
  }
  .cms-index-index .slider-outer-wrapper .slider .img-wrapper,
  .cms-home .slider-outer-wrapper .slider .img-wrapper {
    position: relative;
    height: 655px;
    width: 100%;
    overflow: hidden;
  }
  .cms-index-index .slider-outer-wrapper .slider img,
  .cms-home .slider-outer-wrapper .slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: none;
  }
  .cms-index-index .reviews,
  .cms-home .reviews {
    padding-top: 70px;
  }
  .cms-index-index .reviews-background,
  .cms-home .reviews-background {
    width: 100%;
    height: 1200px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: #f8f8f8;
  }
  .cms-index-index .reviews .badge,
  .cms-home .reviews .badge {
    width: 25%;
  }
  .cms-index-index .reviews .badges,
  .cms-home .reviews .badges {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cms-index-index .reviews .customer-reviews,
  .cms-home .reviews .customer-reviews {
    margin: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cms-index-index .reviews .customer-reviews .review,
  .cms-home .reviews .customer-reviews .review {
    width: 25%;
  }
  .cms-index-index .reviews-slider .wrapper,
  .cms-home .reviews-slider .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cms-index-index .reviews-slider .wrapper .col:nth-child(odd),
  .cms-home .reviews-slider .wrapper .col:nth-child(odd) {
    width: 50%;
    padding-right: 20px;
  }
  .cms-index-index .reviews-slider .wrapper .col:nth-child(even),
  .cms-home .reviews-slider .wrapper .col:nth-child(even) {
    width: 30%;
    padding-left: 20px;
  }
  .cms-index-index .shop-info,
  .cms-home .shop-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cms-index-index .shop-info-background,
  .cms-home .shop-info-background {
    width: 100%;
    height: 590px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: #f8f8f8;
  }
  .cms-index-index .shop-info .wrapper,
  .cms-home .shop-info .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cms-index-index .shop-info .wrapper .col,
  .cms-home .shop-info .wrapper .col {
    width: 25%;
  }
  .two-columns-content.home-design {
    padding: 60px 0;
  }
  .two-columns-content.right-side.home-design .text {
    padding: 0 100px 0 20px;
  }
  .three-cols-widget.three-cols-widget-home {
    margin-left: 0;
    margin-right: 0;
  }
  .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-title {
    font-size: 36px;
  }
  .cms-page-view .team-wrapper .team li {
    width: calc(100% / 3);
  }
  .cms-no-route .column.main .cms-wrapper {
    padding: 200px 95px;
    background: url('../images/404.png') center center no-repeat;
    background-size: 85% auto;
  }
  .faq-wrapper {
    max-width: 640px;
    margin: 0 auto;
  }
  .faq-wrapper h1 {
    margin-bottom: 50px;
  }
  .faq-wrapper .faq-answers .answer {
    margin-bottom: 20px;
  }
  .faq-wrapper .faq-answers .answer > a {
    padding: 30px 72px 30px 30px;
  }
  .faq-wrapper .faq-answers .answer > a:before {
    right: 30px;
  }
  .faq-wrapper .faq-intro {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .faq-wrapper .faq-navigation .faq-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .faq-wrapper .faq-navigation .faq-categories > li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .cms-page-view .column.main .inspiration-page {
    overflow: hidden;
    padding-bottom: 120px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item {
    position: relative;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-left,
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-left .inspiration-item-image-wrapper,
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-right .inspiration-item-image-wrapper {
    height: auto;
    padding-top: 0;
    width: 50%;
    background-image: none !important;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-left .inspiration-item-image-wrapper .inspiration-item-image,
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-right .inspiration-item-image-wrapper .inspiration-item-image {
    display: block;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-left .inspiration-item-text,
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-right .inspiration-item-text {
    width: calc(50% + 100px);
    padding: 55px 50px;
    min-height: 340px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-left .inspiration-item-text {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -ms-flex: 0 1 auto;
    margin-left: -50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-item.inspiration-item-single-right .inspiration-item-text {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    -ms-flex: 0 1 auto;
    margin-right: -50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-2-items .inspiration-item {
    width: calc(50% - 20px);
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-2-items .inspiration-item-text {
    margin: -50px auto 0;
    width: 78%;
    padding: 40px 25px;
    min-height: 236px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item {
    width: calc(100% / 3 - 20px);
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item-more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item-text {
    margin: -30px auto 0;
    width: 81%;
    padding: 40px 50px 80px;
    text-align: center;
    min-height: 196px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item-text h2 {
    text-align: center;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item-text img {
    display: block;
    margin: 0 auto;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 30px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li {
    display: inline-block;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current {
    font-weight: 700;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current a,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current a:active,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current a:hover,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current a:link,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li.current a:visited {
    color: #ff720e;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a {
    display: block;
    padding: 20px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a:active,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a:hover,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a:link,
  .cms-page-view .column.main .inspiration-page .inspiration-menu ul li a:visited {
    color: #a1a1a1;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider {
    width: 640px;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider .inspiration-slide img {
    padding: 0 5px;
    width: 100%;
    opacity: 0.2;
    transition: opacity 0.2s ease-in-out;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider .inspiration-slide.slick-active img {
    opacity: 1;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider .slick-arrow.slick-next {
    right: -50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .cms-page-view .column.main .inspiration-page .inspiration-slider .slick-list {
    overflow: visible;
  }
  .cms-page-view .financing-wrapper img {
    max-width: 50%;
  }
  .cms-page-view .contact-us-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cms-page-view .contact-us-wrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .cms-page-view .contact-us-wrapper .form.contact {
    width: 40%;
  }
  .cms-page-view .contact-us-wrapper .map-wrapper {
    width: 50%;
    height: 540px;
    margin-left: 10%;
  }
  .cms-page-view.cms-returnering-html .returns .main-content,
  .cms-page-view.cms-palautus-html .returns .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding-top: 50px;
  }
  .cms-page-view.cms-returnering-html .returns .main-content:after,
  .cms-page-view.cms-palautus-html .returns .main-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .cms-page-view.cms-returnering-html .returns .main-content .form,
  .cms-page-view.cms-palautus-html .returns .main-content .form {
    margin-right: 40px;
    width: 100%;
  }
  .cms-page-view.cms-kontakt-os-html .contact-form .main-content,
  .cms-page-view.cms-kontakta-oss-html .contact-form .main-content,
  .cms-page-view.cms-kontakt-oss-html .contact-form .main-content,
  .cms-page-view.cms-ota-yhteytta-html .contact-form .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding-top: 50px;
  }
  .cms-page-view.cms-kontakt-os-html .contact-form .main-content:after,
  .cms-page-view.cms-kontakta-oss-html .contact-form .main-content:after,
  .cms-page-view.cms-kontakt-oss-html .contact-form .main-content:after,
  .cms-page-view.cms-ota-yhteytta-html .contact-form .main-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .cms-page-view.cms-kontakt-os-html .contact-form .main-content .form,
  .cms-page-view.cms-kontakta-oss-html .contact-form .main-content .form,
  .cms-page-view.cms-kontakt-oss-html .contact-form .main-content .form,
  .cms-page-view.cms-ota-yhteytta-html .contact-form .main-content .form {
    margin-right: 40px;
    width: 100%;
  }
  .cms-page-view.cms-kontakt-os-html .contact-form .main-content .info,
  .cms-page-view.cms-kontakta-oss-html .contact-form .main-content .info,
  .cms-page-view.cms-kontakt-oss-html .contact-form .main-content .info,
  .cms-page-view.cms-ota-yhteytta-html .contact-form .main-content .info {
    border-left: 2px #271a5c solid;
  }
  .cms-badges {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cms-badges .cms-badge {
    width: 50%;
  }
  .inline-cms-badges {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .inline-cms-badges li {
    margin: 0;
  }
  .image-blocks:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .image-blocks .image-block {
    float: left;
    width: calc(50% - 5px);
    padding-top: 25%;
  }
  .image-blocks .image-block:first-child {
    margin-right: 10px;
  }
  .offer-blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .offer-blocks .offer-block {
    float: left;
    width: calc(50% - 5px);
    max-height: 288px;
    height: 320px;
  }
  .offer-blocks .offer-block .description {
    padding: 20px;
  }
  .offer-blocks .offer-block .title {
    padding: 20px;
    font-size: 30px;
  }
  .two-columns-content {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .two-columns-content.cms-design {
    padding: 60px 0;
  }
  .two-columns-content.right-side.cms-design .text {
    padding: 0 100px 0 20px;
  }
  .login-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
  }
  .login-container .block {
    width: 50%;
  }
  .login-container .block:nth-child(odd) {
    padding-right: 40px;
  }
  .login-container .block:nth-child(even) {
    padding-left: 40px;
  }
  .login-container .block-customer-login {
    border-right: 1px solid #e5e5e5;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form-create-account-wrapper,
  .form.form-edit-account,
  .form-newsletter-manage {
    margin: 0 auto;
    min-width: 640px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 25%;
    margin-top: 15px;
    padding-right: 2.7%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account .page-title {
    margin-bottom: 50px;
  }
  .account .order-details-items tbody td {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .order-items tbody > tr .col.image {
    width: 21%;
    padding-left: 0;
    padding-right: 40px;
  }
  .order-items tbody > tr .col.qty .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #f8f8f8;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item:hover {
    border: 2px solid #ff720e;
    text-decoration: none;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item:hover:before {
    content: '';
    display: block;
    background: #ff720e;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -13.5px;
    right: -13.5px;
    z-index: 2;
    transform: rotate(45deg);
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item:hover:after {
    content: '\e906';
    display: block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Bedre';
    font-size: 11px;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 3;
    color: #ffffff;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item a {
    padding: 12px 20px!important;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item a:hover {
    text-decoration: none;
  }
  .filter-toggle-wrapper {
    display: none;
  }
  #layered-filter-block {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin-bottom: 10px;
  }
  #layered-filter-block-toggle,
  #layered-filter-block-toggle-wrapper,
  #layered-filter-block .filter-title,
  #layered-filter-block .filter-subtitle {
    display: none;
  }
  #layered-filter-block .back,
  #layered-filter-block .close {
    display: none;
  }
  #layered-filter-block .toolbar-sorter {
    float: none;
  }
  #layered-filter-block .filter-options {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
  }
  #layered-filter-block .filter-options > li {
    display: inline-block;
  }
  #layered-filter-block .filter-options .filter-options-item {
    width: calc((100% - 135px) / 4);
    position: relative;
    margin-right: 41px;
    z-index: 10;
  }
  #layered-filter-block .filter-options .filter-options-item.active .filter-options-title {
    border-bottom-color: #ff720e;
  }
  #layered-filter-block .filter-options > .sorter {
    z-index: 9;
    flex-grow: 1;
    display: inline-block;
    width: calc((100% - 135px) / 4);
  }
  #layered-filter-block .filter-options > .sorter .sorter-label {
    display: none;
  }
  #layered-filter-block .filter-options > .sorter .sorter-options {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
    font-weight: 300;
    font-size: 16px;
    padding: 0 30px 0 15px;
  }
  #layered-filter-block .filter-options > .sorter > .sorter:after {
    content: '\e907';
    font-family: 'Bedre';
    text-align: center;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #layered-filter-block .filter-options .filter-options-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 10px 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  #layered-filter-block .filter-options .filter-options-title:before {
    position: absolute;
    right: 0;
    margin-right: 0;
    transform: rotate(0);
  }
  #layered-filter-block .filter-options .filter-options-content {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 22px 20px;
    z-index: 1;
    min-width: 250px;
  }
  #layered-filter-block .filter-options .filter-options-content .items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #layered-filter-block .filter-options .filter-options-content .items .item {
    margin-bottom: 15px;
  }
  #layered-filter-block .filter-state {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  #layered-filter-block .filter-state .items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  #layered-filter-block .filter-state .items .item {
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 30px 5px 10px;
    background: #f8f8f8;
    display: flex;
    margin-right: 5px;
  }
  #layered-filter-block .filter-state .items .item .amshopby-filter-name {
    display: none;
  }
  #layered-filter-block .filter-state .items .item a {
    right: 7px;
    left: auto;
    color: #333333;
  }
  #layered-filter-block .filter-state .items .item a:hover {
    color: #333333;
  }
  #layered-filter-block .filter-state .items .item a:before,
  #layered-filter-block .filter-state .items .item a:after {
    background-color: #333333;
  }
  #layered-filter-block .filter-state .filter-actions {
    position: relative;
    margin-left: 20px;
    top: 0;
  }
  .footer-bottom-wrapper address,
  .footer-bottom-wrapper .badges-wrapper,
  .footer-bottom-wrapper .copyright {
    width: calc(100% / 3);
  }
  .footer-bottom-wrapper address {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -ms-flex: 0 1 auto;
    text-align: right;
  }
  .footer-bottom-wrapper .badges-wrapper {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -ms-flex: 0 1 auto;
    text-align: center;
  }
  .footer-bottom-wrapper .badges-wrapper .buyer-protection {
    display: block;
    margin: auto;
    width: 150px;
  }
  .footer-bottom-wrapper .copyright {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -ms-flex: 0 1 auto;
  }
  .footer-top {
    position: relative;
  }
  .footer-top:before {
    content: '';
    display: block;
    width: 86px;
    height: 69px;
    background: url('../images/zzz-cloud.svg') no-repeat;
    background-size: cover;
    position: absolute;
    top: -170px;
    right: 9%;
  }
  .footer-top .contact {
    padding: 70px 0 50px;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .footer-top .contact .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -ms-flex: 0 1 auto;
  }
  .footer-top .contact .col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -ms-flex: 0 1 auto;
  }
  .footer-top .contact .col.large {
    margin-top: -70px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -ms-flex: 0 1 auto;
  }
  .footer-top .footer-custom-links {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .footer-top .footer-custom-links h3 {
    font-size: 14px;
  }
  .footer-top .footer-custom-links .col {
    width: 25%;
    padding-left: 7%;
    margin-bottom: 30px;
  }
  .page-header {
    position: relative;
    z-index: 20;
    margin-bottom: 25px;
  }
  .page-header.overlay-minicart {
    z-index: auto;
  }
  .header.content {
    height: 105px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header.content .header-authorization {
    position: absolute;
    top: 50%;
    right: 125px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 80px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: z-index 0s linear 0.2s;
    -moz-transition: z-index 0s linear 0.2s;
    -ms-transition: z-index 0s linear 0.2s;
    -o-transition: z-index 0s linear 0.2s;
    transition: z-index 0s linear 0.2s;
  }
  .header.content .header-authorization .icon-user {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
  }
  .header.content .header-authorization .icon-chevron-down {
    display: none;
  }
  .header.content .header-authorization.active {
    z-index: 30;
    -webkit-transition: z-index 0s linear 0s;
    -moz-transition: z-index 0s linear 0s;
    -ms-transition: z-index 0s linear 0s;
    -o-transition: z-index 0s linear 0s;
    transition: z-index 0s linear 0s;
  }
  .header.content .header-authorization.active .dropdown {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0s linear 0s;
    -moz-transition: opacity 0.2s ease-in-out, transform 0s linear 0s;
    -ms-transition: opacity 0.2s ease-in-out, transform 0s linear 0s;
    -o-transition: opacity 0.2s ease-in-out, transform 0s linear 0s;
    transition: opacity 0.2s ease-in-out, transform 0s linear 0s;
  }
  .header.content .header-authorization .dropdown {
    position: absolute;
    top: calc(100% + 20px);
    right: -125px;
    z-index: 30;
    width: 370px;
    background: #ffffff;
    font-weight: 300;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    cursor: auto;
    white-space: normal;
    opacity: 0;
    border: 2px solid #e5e7eb;
    -ms-transform: translate(3000px, 0);
    -webkit-transform: translate(3000px, 0);
    transform: translate(3000px, 0);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
    -moz-transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
    -ms-transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
  }
  .header.content .header-authorization .dropdown:before,
  .header.content .header-authorization .dropdown:after {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    background: #ffffff;
  }
  .header.content .header-authorization .dropdown:before {
    top: -10px;
    right: 155px;
    width: 20px;
    z-index: 15;
    box-shadow: 0px 0px 0px 2px #e5e7eb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.content .header-authorization .dropdown:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 35;
  }
  .header.content .header-authorization .dropdown a,
  .header.content .header-authorization .dropdown a:active,
  .header.content .header-authorization .dropdown a:hover,
  .header.content .header-authorization .dropdown a:link,
  .header.content .header-authorization .dropdown a:visited {
    text-decoration: none;
  }
  .header.content .header-authorization .dropdown p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .header.content .header-authorization .dropdown p a,
  .header.content .header-authorization .dropdown p a:active,
  .header.content .header-authorization .dropdown p a:hover,
  .header.content .header-authorization .dropdown p a:link,
  .header.content .header-authorization .dropdown p a:visited {
    text-decoration: underline;
  }
  .header.content .header-authorization .dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 12px 20px 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header.content .header-authorization .dropdown ul li {
    margin: 0;
    padding: 8px 0;
  }
  .header.content .header-authorization .dropdown .action.primary {
    margin: 20px;
    width: calc(100% - 40px);
    font-size: 20px;
    text-align: center;
  }
  .header.content .header-authorization .dropdown .logout {
    display: inline-block;
    padding: 20px;
  }
  .header.content .links-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header.content .logo {
    width: 213px;
  }
  .panel.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 30;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .panel.dropdown:hover,
  .panel.dropdown.active {
    display: block;
  }
  .panel.dropdown .dropdown-container {
    width: 1480px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .panel.dropdown .dropdown-container .col {
    width: 20%;
  }
  .panel.dropdown .dropdown-container .col span[class^="icon"] {
    font-size: 18px;
    line-height: 28px;
    vertical-align: top;
  }
  .panel.dropdown .dropdown-container .col .cms-badge {
    display: block;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
    width: 100%;
  }
  .panel.dropdown .dropdown-container .col .contact-info,
  .panel.dropdown .dropdown-container .col .description {
    color: #a1a1a1;
    font-weight: 300;
  }
  .panel.dropdown .dropdown-container .col .contact-info {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
  }
  .panel.dropdown .dropdown-container .col .contact-info:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .panel.dropdown .dropdown-container .col .contact-info span {
    display: block;
  }
  .panel.dropdown .dropdown-container .col .contact-info .email,
  .panel.dropdown .dropdown-container .col .contact-info .phone {
    display: block;
    font-weight: 700;
  }
  .panel.dropdown .dropdown-container .col .contact-info .email,
  .panel.dropdown .dropdown-container .col .contact-info .phone,
  .panel.dropdown .dropdown-container .col .contact-info .email:active,
  .panel.dropdown .dropdown-container .col .contact-info .phone:active,
  .panel.dropdown .dropdown-container .col .contact-info .email:hover,
  .panel.dropdown .dropdown-container .col .contact-info .phone:hover,
  .panel.dropdown .dropdown-container .col .contact-info .email:link,
  .panel.dropdown .dropdown-container .col .contact-info .phone:link,
  .panel.dropdown .dropdown-container .col .contact-info .email:visited,
  .panel.dropdown .dropdown-container .col .contact-info .phone:visited {
    color: #333333;
  }
  .panel.dropdown .dropdown-container .col .contact-info .phone {
    font-size: 16px;
  }
  .panel.dropdown .dropdown-container .col .label {
    line-height: 28px;
    vertical-align: top;
  }
  .panel.dropdown .dropdown-container .col .more {
    font-weight: 300;
  }
  .panel.dropdown .dropdown-container .col .more,
  .panel.dropdown .dropdown-container .col .more:active,
  .panel.dropdown .dropdown-container .col .more:hover,
  .panel.dropdown .dropdown-container .col .more:link,
  .panel.dropdown .dropdown-container .col .more:visited {
    text-decoration: underline;
  }
  .panel.dropdown .dropdown-container .col .more,
  .panel.dropdown .dropdown-container .col .more:active,
  .panel.dropdown .dropdown-container .col .more:hover,
  .panel.dropdown .dropdown-container .col .more:link,
  .panel.dropdown .dropdown-container .col .more:visited {
    color: #a1a1a1;
  }
  .panel.header:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .panel.header .header-badges,
  .panel.header .header-custom-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .panel.header .header-badges li,
  .panel.header .header-custom-links li {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 0 0;
  }
  .panel.header .header-badges li a,
  .panel.header .header-custom-links li a,
  .panel.header .header-badges li a:active,
  .panel.header .header-custom-links li a:active,
  .panel.header .header-badges li a:hover,
  .panel.header .header-custom-links li a:hover,
  .panel.header .header-badges li a:link,
  .panel.header .header-custom-links li a:link,
  .panel.header .header-badges li a:visited,
  .panel.header .header-custom-links li a:visited {
    text-decoration: none;
  }
  .panel.header .header-badges li .mr-3,
  .panel.header .header-custom-links li .mr-3 {
    margin-right: .75rem;
  }
  .panel.header .header-badges li .mr-4,
  .panel.header .header-custom-links li .mr-4 {
    margin-right: 1rem;
  }
  .panel.header .header-badges li .ml-2,
  .panel.header .header-custom-links li .ml-2 {
    margin-left: .5rem;
  }
  .panel.header .header-badges .lg-only,
  .panel.header .header-custom-links .lg-only {
    display: none;
  }
  .panel.header .header-badges {
    float: left;
    font-size: 14px;
    cursor: pointer;
    height: 34px;
  }
  .panel.header .header-custom-links,
  .panel.header .header-website-switcher {
    float: right;
  }
  .panel.header .header-website-switcher {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  .panel.header .header-website-switcher a,
  .panel.header .header-website-switcher a:active,
  .panel.header .header-website-switcher a:hover,
  .panel.header .header-website-switcher a:link,
  .panel.header .header-website-switcher a:visited {
    text-decoration: none;
  }
  .panel.header .header-website-switcher span[class^="icon"] {
    font-size: 12px;
    margin-left: 5px;
  }
  .panel.header .header-website-switcher:hover .stores {
    display: block;
  }
  .panel.header .header-website-switcher .stores {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 40;
    width: calc(100% + 10px);
    background: #ffffff;
    border: 1px solid #e5e5e5;
  }
  .panel.header .header-website-switcher .stores li {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .panel.header .header-website-switcher .stores li:hover {
    background: #f8f8f8;
  }
  .panel.header .header-website-switcher .stores li a {
    display: block;
  }
  .panel .reviews-badge {
    margin-left: 10px;
  }
  .panel .reviews-badge .md\:inline-block {
    display: inline-block;
  }
  .panel .reviews-badge .md\:hidden {
    display: none;
  }
  .custom-popup {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 860px;
    min-height: 200px;
    padding: 65px 70px 70px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .custom-popup.active {
    display: block;
  }
  .custom-popup.visit-store-popup {
    max-width: none;
    width: auto;
  }
  .custom-popup p {
    margin-bottom: 30px;
  }
  .custom-popup .close {
    width: 38px;
    height: 38px;
    top: -19px;
    right: -19px;
    background: #271a5c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
  }
  .custom-popup .close:before {
    line-height: 38px;
  }
  .custom-popup .content {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html,
  body {
    height: 100%;
  }
  .overlay.active {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .overlay.active.all {
    z-index: 50;
  }
  .overlay.active.mobile {
    display: none;
  }
  .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%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .page-main > .cms-badges,
  .columns > .cms-badges {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .page-main > .cms-badges .cms-badge,
  .columns > .cms-badges .cms-badge {
    width: calc(100% / 3);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-main > .cms-badges .cms-badge span[class^='icon'],
  .columns > .cms-badges .cms-badge span[class^='icon'] {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 45px;
  }
  .page-main > .cms-badges .cms-badge img,
  .columns > .cms-badges .cms-badge img {
    max-width: 78px;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .page-main > .cms-badges .cms-badge .label,
  .columns > .cms-badges .cms-badge .label {
    font-size: 19px;
  }
  .waves {
    height: 4%;
  }
  .yotpo .write-review.yotpo-regular-box .connect-wrapper {
    padding-left: 273px;
  }
  .block.widget.block-products-list .block-title > strong.h2 {
    font-size: 36px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
    padding: 20px 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-items:not(.slick-slider) .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-items:not(.slick-slider) .product-item {
    width: 50%;
  }
  .block.widget.product-list-grid {
    padding: 0 10px 50px;
  }
  .delivery-widget {
    padding-right: 12px;
  }
  .delivery-widget__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style-type: none;
  }
  .delivery-widget__item {
    width: calc((100% - 132px) / 3);
  }
  .delivery-widget__item:last-of-type {
    padding-right: 0;
  }
  .page-products .category-image.big-banner {
    display: block;
  }
  .page-products .category-image.square-banner {
    display: none;
  }
  .page-products .product-exposure.big-banner {
    display: none;
  }
  .page-products .product-exposure.square-banner {
    display: block;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .custom-popup.video {
    width: calc(100vw - 40px);
    max-width: 1320px;
  }
  .product.data.items {
    border-top: 0;
  }
  .delivery-widget {
    padding-right: 12px;
  }
  .delivery-widget__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style-type: none;
  }
  .delivery-widget__item {
    width: calc((100% - 132px) / 3);
  }
  .delivery-widget__item:last-of-type {
    padding-right: 0;
  }
  .product.attribute.page-content .hero-video {
    position: relative;
    padding: 0;
  }
  .product.attribute.page-content .hero-video img {
    width: 100vw;
    max-width: 100vw;
  }
  .product.attribute.page-content .hero-video .desc {
    position: absolute;
    width: 100%;
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    text-align: left;
    color: #ffffff;
  }
  .product.attribute.page-content .hero-video .desc .title {
    font-size: 36px;
    max-width: 380px;
    margin-bottom: 30px;
  }
  .product.attribute.page-content .hero-video .desc p {
    max-width: 380px;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 70px;
  }
  .product.attribute.page-content .secondary-video .wrapper {
    padding-top: 120px;
    padding-bottom: 45px;
  }
  .product.attribute.page-content .secondary-video .content {
    width: 100%;
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product.attribute.page-content .secondary-video .btn-player {
    width: 64px;
    height: 64px;
  }
  .product.attribute.page-content .secondary-video .btn-player .player-icon {
    border-width: 10.5px 0 10.5px 18.2px;
  }
  .product.attribute.page-content .secondary-video .video-image-wrapper {
    width: 50%;
    margin-right: 153px;
  }
  .product.attribute.page-content .secondary-video .desc {
    width: calc(50% - 153px);
  }
  .product.attribute.page-content .title {
    max-width: 346px;
  }
  .product.attribute.page-content .two-columns-content {
    text-align: left;
  }
  .product.attribute.page-content .two-columns-content .row > div {
    padding: 0;
  }
  .product.attribute.page-content .two-columns-content:not(.narrow) .text {
    padding: 0 0 0 150px;
  }
  .product.attribute.page-content .two-columns-content:not(.narrow).right-side .text {
    padding: 0 150px 0 0;
  }
  .product.attribute.page-content .two-columns-content.narrow .text {
    padding: 0 0 0 80px;
  }
  .product.attribute.page-content .two-columns-content.narrow.right-side .text {
    padding: 0 80px 0 0;
  }
  .product.attribute.page-content .two-columns-content.full-width .text {
    max-width: calc((1320px / 2) + 20px);
    margin: 0 auto 0 0;
    padding-right: 20px;
  }
  .product.attribute.page-content .two-columns-content.full-width.right-side .text {
    margin: 0 0 0 auto;
    padding-left: 20px;
  }
  .product.attribute.page-content .two-columns-content.full-width img {
    width: 100%;
  }
  .product.attribute.page-content .columns-photos .row > div {
    padding: 0 6px;
  }
  .product.info.detailed .page-content .secondary-video .title {
    font-size: 36px;
    line-height: 44px;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-title {
    font-size: 42px;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-items-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item {
    width: calc(33% - 30px);
    margin-bottom: 00px;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item:last-child {
    margin-bottom: 0;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item .three-cols-widget-column-thumb img {
    max-width: 100%;
    height: auto;
  }
  .three-cols-widget .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item .three-cols-widget-column-title {
    font-size: 28px;
  }
  .product-content-wrapper .product-info-main {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.1);
    /* SIMPLE PRODUCT */
  }
  .product-content-wrapper .product-info-main .santander-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 5px 0 0;
  }
  .product-content-wrapper .product-info-main .bundle-options-container > .santander-block .payever-widget {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .product-content-wrapper .product-info-main .bundle-options-container > .santander-block .payever-dk {
    display: none;
  }
  .product-content-wrapper .product-info-main .product-info-main > .santander-block.santander-block-simple-product .payever-widget {
    margin-top: 0;
  }
  .product-content-wrapper .product-info-main .product-details .price-box .price-wrapper .price {
    text-align: left;
    font-size: 46px;
  }
  .product-content-wrapper .product-info-main .yotpo.bottomLine {
    margin-bottom: 28px;
  }
  .product-content-wrapper .product-info-main .yotpo.bottomLine .yotpo-stars {
    display: inline-block;
  }
  .product-content-wrapper .product-info-main .yotpo.bottomLine .yotpo-bottomline {
    justify-content: flex-start;
  }
  .product-content-wrapper .product-info-main .yotpo.bottomLine .yotpo-bottomline.pull-left {
    text-align: left;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .field:not(:first-child):last-of-type {
    margin-bottom: 20px;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .fieldset .field {
    border: 0;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .fieldset .field .label {
    background-color: #ffffff;
    margin-bottom: 0;
    border: 0;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .fieldset .field .control {
    -ms-flex: 0 1 auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .description-popup .control {
    border: 1px solid #e5e5e5;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .options-list {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .radio-options-container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .radio-options-container .label {
    width: 100%;
    background: #ffffff;
    border: 0;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .radio-options-container .label label.label {
    font-size: 16px;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper select {
    font-size: 16px;
    border: 1px solid #e5e5e5;
  }
  .product-content-wrapper .product-info-main .box-tocart {
    margin-top: 0;
  }
  .product-content-wrapper .product-info-main .box-tocart .fieldset {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .product-content-wrapper .product-info-main .box-tocart .delivery-information {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-content-wrapper .product-info-main .box-tocart .delivery-information .label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
  }
  .product-content-wrapper .product-info-main .bundle-options-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 120px;
  }
  .product-content-wrapper .product-info-main .bundle-options-container .product-block-variant.fieldset .label {
    width: 100px;
  }
  .product-content-wrapper .product-info-main .bundle-options-container .product-block-variant.fieldset ul li {
    min-width: 50px;
    min-height: 80px;
  }
  .product-content-wrapper .product-info-main .bundle-options-container .bundle-top-wrapper .delivery-information {
    display: none;
  }
  .product-content-wrapper .product-info-main .cms-badges {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 40px 0;
    border-top: 1px solid #e5e5e5;
    margin: 0 -40px -20px;
    width: calc(100% + 80px);
  }
  .product-content-wrapper .product-info-main .cms-badges .cms-badge {
    width: 50%;
    margin: 0 0 20px;
  }
  .product-content-wrapper .product-info-main .cms-badges .cms-badge .label {
    font-weight: 500;
  }
  .product-content-wrapper .product-info-main .cms-badges .cms-badge .label-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-content-wrapper .product-info-main .cms-badges .cms-badge .label-wrapper .separator {
    display: none;
  }
  .product-content-wrapper .product-info-main .box-tocart .fieldset .actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .product-content-wrapper .product-info-main .box-tocart .fieldset .actions .tocart {
    width: calc(100% - 50px);
  }
  .product-content-wrapper .product-info-main.simple-product-info .product-info-price > .price-box .price-wrapper {
    text-align: left;
  }
  .product-content-wrapper .product-info-main.simple-product-info .product-info-price > .price-box .price-wrapper > .price {
    font-size: 46px;
  }
  .product-content-wrapper .product-info-main.simple-product-info .product-info-price > .price-box > .old-price {
    text-align: left;
  }
  .product-content-wrapper .product-info-main.simple-product-info .product-info-price > .price-box > .special-price {
    text-align: left;
  }
  .product-content-wrapper .product-info-main.simple-product-info .product-info-price > .price-box > .special-price > .price-container .price {
    font-size: 46px;
  }
  .product-content-wrapper .product-info-main.simple-product-info .sale-badge {
    align-self: flex-start;
  }
  .product.info.detailed .additional-attributes .data {
    font-size: 16px;
    text-align: left;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .santander-block .payever-dk {
    bottom: 400px;
    top: auto;
  }
  .products-grid.wishlist .product-items .product-item {
    padding-top: 20px;
    margin-left: 0;
    width: calc((100% - 80px) / 3);
  }
  .products-grid.wishlist .product-items .product-item:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px) and (max-width: 1100px) {
  .cms-page-view .column.main .inspiration-page .inspiration-container-3-items .inspiration-item-text {
    width: 100%;
    padding: 20px 16px 20px;
  }
}
@media all and (min-width: 1024px), print {
  .returns.account-form-wrapper .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .returns.account-form-wrapper .main-content .form,
  .returns.account-form-wrapper .main-content .info {
    width: calc(50% - 15px);
  }
  .returns.account-form-wrapper .main-content .form {
    margin-top: 0;
    margin-right: 30px;
    order: 1;
  }
  .returns.account-form-wrapper .main-content .info {
    order: 2;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .checkout-cart-index .cart-bottom .inline-cms-badges {
    display: flex;
  }
  .checkout-cart-index .cart-bottom .inline-cms-badges li {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-bottom .inline-cms-badges li img {
    width: 40px;
  }
  .opc-wrapper {
    width: calc(100% - 450px);
    float: left;
  }
  .opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .product-serie-wrapper .slick-arrow {
    top: -82px;
  }
  .product-serie-wrapper .product-serie-slider-item img {
    height: 15vw;
  }
  .reviews-carousel-widget h2 {
    padding-left: 50px;
    text-align: left;
  }
  .reviews-carousel-widget .slick-arrow {
    top: -32px;
    right: 150px;
  }
  .reviews-carousel-widget .slick-arrow.slick-prev {
    right: 200px;
    left: auto;
  }
  .product-feature {
    min-width: 180px;
    max-width: 180px;
  }
  .product-feature img {
    width: 61px;
    max-width: 61px;
  }
  .page-product-bundle .product-info-main .bundle-options-container .price-box .price {
    font-size: 46px;
  }
  .catalog-product-view .product-block-variant.fieldset ul li {
    width: calc(33% - 10px);
  }
  .category-cms .categories a > span {
    font-size: 22px;
    padding: 0 30px;
    line-height: 48px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner {
    width: 372px;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .payever-financing-list,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .payever-financing-list,
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .normal-price,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .normal-price {
    width: calc(50% - 15px);
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .payever-financing-list,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .payever-financing-list {
    padding-left: 26px;
    margin-left: 16px;
    border-left: 1px solid #cccccc;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .or,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .or {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: calc(50% + 8px);
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .or:before,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .or:before,
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .or:after,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .or:after {
    display: none;
  }
  .page-layout-category_custom .products-grid .product-list-item .product-item-info .product-item-inner .price-options .or span,
  .page-layout-category_custom .product-exposure .product-list-item .product-item-info .product-item-inner .price-options .or span {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 10px 0;
  }
  .page-layout-category_custom .products-grid .product-items {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .page-layout-category_custom .products-grid .product-item:not(.slick-slide) {
    width: calc((100% - 120px) / 3);
  }
  .block-search {
    width: 550px;
    max-width: calc(100% - 550px);
    padding-left: 0;
    height: 44px;
  }
  .cms-comparison .page-wrapper #comparison-page {
    overflow-x: hidden;
  }
  .cms-comparison .page-wrapper #comparison-page table tr td,
  .cms-comparison .page-wrapper #comparison-page table tr th {
    padding: 20px 30px;
    width: 20%;
  }
  .cms-comparison .page-wrapper #comparison-page table tr td h3,
  .cms-comparison .page-wrapper #comparison-page table tr th h3 {
    width: calc(100% + 60px);
    left: -30px;
    padding: 0 30px 10px;
  }
  .cms-comparison .page-wrapper #comparison-page table tr td:first-of-type h3,
  .cms-comparison .page-wrapper #comparison-page table tr th:first-of-type h3 {
    font-size: 16px;
  }
  .cms-comparison .page-wrapper #comparison-page table tr td:first-of-type h3:after,
  .cms-comparison .page-wrapper #comparison-page table tr th:first-of-type h3:after {
    left: 30px;
    width: calc(100% - 30px);
  }
  .cms-comparison .page-wrapper #comparison-page table tr td:last-of-type h3:after,
  .cms-comparison .page-wrapper #comparison-page table tr th:last-of-type h3:after {
    left: auto;
    right: 30px;
    width: calc(100% - 30px);
  }
  .cms-comparison .page-wrapper #comparison-page table.sticky {
    max-width: 1440px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .cms-comparison .page-wrapper #comparison-page .sticky-table-wrapper:not(.hidden):before,
  .cms-comparison .page-wrapper #comparison-page .sticky-table-wrapper:not(.hidden):after {
    display: none;
  }
  .cms-index-index .shop-info,
  .cms-home .shop-info {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper {
    max-width: 1480px;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-title,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-title {
    font-size: 42px;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item {
    width: calc(33% - 15px);
    margin-bottom: 0;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item:last-child,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item:last-child {
    margin-bottom: 0;
  }
  .cms-index-index .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item .three-cols-widget-column-thumb img,
  .cms-home .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item .three-cols-widget-column-thumb img {
    max-width: 100%;
    height: auto;
  }
  .cms-no-route .column.main .cms-wrapper {
    background-size: auto auto;
  }
  .page-layout-category_custom .filter-category-layer .filter-category {
    width: auto;
    position: initial;
    padding: 10px 30px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 3px;
    white-space: nowrap;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .filter-tip {
    margin-bottom: 0;
    min-width: auto;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items {
    margin-bottom: -10px;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .page-layout-category_custom .filter-category-layer .filter-category .filter-options-content .items .item {
    margin-bottom: 10px;
    min-width: auto !important;
  }
  .block.newsletter .actions .action.primary {
    width: 180px;
    padding: 0 25px;
  }
  .block.newsletter .field .control input {
    width: 260px;
  }
  .block.newsletter .field .label {
    margin-right: 30px;
  }
  .footer-top .footer-custom-links {
    width: 70%;
  }
  .panel .reviews-badge {
    position: relative;
    display: inline;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 0;
  }
  .panel.dropdown .dropdown-container .col {
    width: 18%;
  }
  .panel.dropdown .dropdown-container .col span[class^="icon"] {
    font-size: 28px;
  }
  .panel.dropdown .dropdown-container .col .cms-badge {
    font-size: 16px;
  }
  .panel.dropdown .dropdown-container .col .contact-info .phone {
    font-size: 20px;
  }
  .panel.header .header-badges li,
  .panel.header .header-custom-links li {
    margin: 0 20px 0 0;
  }
  .panel.header .header-badges li span[class^="icon"],
  .panel.header .header-custom-links li span[class^="icon"] {
    padding-right: 10px;
  }
  .panel.header .header-badges .lg-only,
  .panel.header .header-custom-links .lg-only {
    display: inline-flex;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-items:not(.slick-slider) .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-items:not(.slick-slider) .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-items:not(.slick-slider) .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-items:not(.slick-slider) .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items:not(.slick-slider) {
    margin: 0;
  }
  .block.widget .products-grid .product-items:not(.slick-slider) .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-items:not(.slick-slider) .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .product.attribute.page-content .infobox {
    position: relative;
    background-color: #f8f8f8;
    padding-bottom: 0;
  }
  .product.attribute.page-content .infobox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
  }
  .product.attribute.page-content .infobox .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 80px;
  }
  .product.attribute.page-content .infobox .info {
    padding: 160px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(50% - 40px);
  }
  .product.attribute.page-content .infobox .numbers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product.attribute.page-content .infobox .number-block {
    margin-bottom: 0;
    width: 180px;
    max-width: calc(50% - 40px);
  }
  .product.attribute.page-content .infobox .number-block:first-of-type {
    margin-right: 80px;
  }
  .product.attribute.page-content .infobox .number-block .number {
    font-size: 46px;
  }
  .product.attribute.page-content .infobox img {
    position: relative;
    left: 0;
    width: calc(50% - 40px);
    margin: 0 80px 0 0;
    object-fit: contain;
  }
  .product.attribute.page-content .three-columns-photos .content {
    padding: 80px 12px 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product.attribute.page-content .three-columns-photos .column {
    margin-bottom: 0;
  }
  .product.attribute.page-content .three-columns-photos .column.only-photo,
  .product.attribute.page-content .three-columns-photos .column.with-text {
    flex: 0 0 auto;
    width: calc((100% - 24px) / 3);
  }
  .product.attribute.page-content .three-columns-photos .column.only-photo:first-of-type {
    margin-right: 0;
  }
  .product.attribute.page-content .three-columns-photos .desc {
    margin-top: 45px;
    padding: 0 38px;
  }
  .product.attribute.page-content .faq {
    position: relative;
  }
  .product.attribute.page-content .faq:after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    height: 47px;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .product.attribute.page-content .faq .content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    height: calc(100% - 47px);
    z-index: 1;
  }
  .product.attribute.page-content .faq .contact {
    position: relative;
    bottom: -80px;
    margin-top: -80px;
    margin-bottom: 0;
  }
  .product.attribute.page-content .faq .contact a {
    font-size: 22px;
  }
  .product.attribute.page-content .faq .contact img {
    max-width: 90px;
  }
  .product.attribute.page-content .faq .title {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .product.attribute.page-content .faq .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 37%;
    max-width: 413px;
  }
  .product.attribute.page-content .faq .questions {
    width: 48%;
    max-width: 526px;
  }
  .product.attribute.page-content .faq .questions .answer {
    font-size: 14px;
  }
  .product-content-wrapper .product-info-main .box-tocart .fieldset .actions {
    width: calc(100% - 70px);
  }
  .product-content-wrapper .product-info-main .bundle-options-container .bundle-top-wrapper .delivery-information {
    display: none;
  }
  .product-content-wrapper .product-info-main .bundle-options-container .product-block-variant.fieldset .label {
    width: 130px;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .fieldset .field .label {
    width: 120px;
    min-width: 120px;
  }
  .product-content-wrapper .product-info-main .product-options-wrapper .fieldset.product-block-variant .label {
    width: 120px;
    min-width: 120px;
  }
}
@media all and (min-width: 1280px), print {
  .menu-wrapper .navigation__inner-item--level1 {
    max-width: 260px;
    padding: 0 40px;
  }
  .menu-wrapper .navigation__inner-item--level1.new-line {
    margin-left: 520px;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  body.footer-ehandel-active {
    height: auto;
  }
  body:not(.footer-ehandel-active) iframe[src*="tryggehandel"] {
    left: auto !important;
    right: 10%;
    top: 120px !important;
  }
  .header.content .ehandel-logo {
    display: block;
    max-width: 60px;
    position: absolute;
    right: 290px;
  }
  .checkout-payment-method .payment-method-title.field > label {
    display: flex;
    align-items: center;
  }
  .checkout-payment-method .payment-method-title.field > label::before,
  .checkout-payment-method .payment-method-title.field > label::after {
    top: 50%;
  }
  .checkout-payment-method .payment-method-title.field .payment-icon-list {
    margin-left: 0;
  }
  .product-serie-wrapper .product-serie-slider-item img {
    height: 200px;
  }
  .catalog-product-view .product-info-price {
    margin-bottom: 20px;
    width: 100%;
  }
  .catalog-product-view .product-info-price .price-label {
    display: none;
  }
  .product-content-wrapper .product-info-main > .santander-block:not(.santander-block-simple-product) .payever-dk {
    display: none;
  }
  .gallery-placeholder img {
    max-width: 700px;
  }
  .catalog-product-view .product-block-variant.fieldset ul li {
    width: calc(20% - 10px);
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .santander-block .payever-dk {
    bottom: 420px;
    top: auto;
    position: absolute;
  }
  .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper {
    max-width: none;
  }
  .three-cols-widget.three-cols-widget-home .three-cols-widget-wrapper .three-cols-widget-items-wrapper .three-cols-widget-item {
    width: calc(30% - 30px);
  }
  .panel .reviews-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .santander-block .payever-dk {
    position: static;
  }
  .product-content-wrapper .product-info-main .santander-block {
    widows: 100%;
  }
  .product-content-wrapper .product-info-main .santander-block .payever-dk {
    position: absolute;
    max-width: 220px;
    right: 10px;
    top: -10px;
    font-size: 13px;
  }
  .wishlist-index-configure .product-content-wrapper .product-info-main .santander-block .payever-dk {
    position: absolute;
    bottom: 400px;
    top: auto;
  }
}
@media all and (min-width: 1920px), print {
  .three-cols-widget.three-cols-widget-home,
  .two-columns-content.home-design.full-width {
    width: 100vw;
    margin-left: calc(((100vw - 1920px) / 2 * -1));
  }
}
