/*FONT SOFIA PRO  <link rel="stylesheet" href="https://use.typekit.net/ygh3adq.css">*/
* {
  box-sizing: border-box;
}
.field-error,
div.mage-error[generated] {
  color: #D11515;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
a,
.alink,
a:visited,
.alink:visited {
  color: #3C4255;
}
h3,
.h3 {
  font-size: 24px;
}
ul {
  list-style: none;
}
ul li {
  margin-bottom: 0;
}
button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  color: #000;
}
button:not(.primary),
button:not(.primary):active {
  box-shadow: none;
  border-radius: 0;
}
button.reload.captcha-reload {
  color: #fff;
  background: #3C4255;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.abs-discount-block .actions-toolbar .action.primary :active,
.abs-discount-block .actions-toolbar .action.cancel :active,
.block-compare .action.primary :active,
.cart-summary .block .actions-toolbar > .primary .action.primary :active,
.cart-summary .form.giftregistry .fieldset .action.primary :active,
.paypal-review-discount .actions-toolbar .action.primary :active,
.paypal-review-discount .actions-toolbar .action.cancel :active,
.cart-discount .actions-toolbar .action.primary :active,
.cart-discount .actions-toolbar .action.cancel :active {
  box-shadow: none;
}
.btn {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 5px;
  border-radius: 0;
  text-align: center;
  height: 33px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  font-family: sofia-pro, sans-serif;
}
.btn.btn-primary {
  color: #fff;
  background: #3C4255;
  border: 0;
}
.btn.btn-primary:hover {
  background: #D11515;
}
.btn.btn-default {
  color: #4A4A4A;
  border: 1px solid #E5E5E5;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  height: 35px;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  padding: 14px 17px 16px;
}
button {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  border-radius: 0px;
  box-shadow: none;
  padding: 7px 15px 10px;
}
button.action-primary.action-accept {
  color: #fff;
  background: #3C4255;
  border-color: #3C4255;
  border-radius: 0px;
  box-shadow: none;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
button.action-primary.action-accept:hover,
button.action-primary.action-accept:active,
button.action-primary.action-accept.focus {
  background: #D11515;
  border-color: #D11515;
}
button.action-secondary.action-dismiss {
  border-radius: 0;
}
a.action.primary {
  border-radius: 0;
}
.action.primary,
.action.update {
  color: #fff;
  background: #3C4255;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
.action.primary:hover,
.action.update:hover {
  background: #D11515;
  border: 0px;
}
.action.primary {
  padding: 7px 15px 10px;
}
.swatch-option-tooltip {
  box-sizing: content-box;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  line-height: 13px;
}
.cyc-container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.cyc-container:after,
.cyc-container:before {
  content: ' ';
  clear: both;
  display: table;
}
.cyc-row:after,
.cyc-row:before {
  content: ' ';
  display: table;
  clear: both;
}
.arrow-forward {
  position: relative;
  display: inline-block;
}
.arrow-forward:after {
  content: '';
  background: url(../images/ios-arrow-round-forward.png) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 7px;
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 17px;
  right: -15px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.arrow-forward:hover:after {
  visibility: visible;
  right: -20px;
}
a:hover {
  color: #D11515;
  text-decoration: none;
}
.product-item-name > a,
.product.name a > a {
  color: #000;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000;
}
.action.primary:focus,
.action.primary:active {
  background: #3C4255;
  border: 0;
}
.read-more {
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EBEBEB;
  position: relative;
}
.read-more .arrow-icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.read-more .arrow-icon:after {
  content: '';
  background: url(../images/pil.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.read-more:hover {
  color: #D11515;
  background: #D11515;
}
.read-more:hover .arrow-icon:after {
  background-image: url(../images/ios-arrow-round-forward-while.png);
}
.minicart-items-wrapper {
  max-height: 420px;
}
.minicart-items-wrapper dt {
  margin-bottom: 2px;
}
.minicart-items-wrapper dd {
  margin-bottom: 4px;
}
body {
  color: #000;
  height: auto !important;
  font-family: sofia-pro, sans-serif;
  background: #f9f9f9;
  /*.page-main {
    padding: 0 0px !important;
    margin: 0 auto;
    width: 100%;
  }*/
}
body:not(.catalog-category-view):not(.cms-index-index):not(.catalog-product-view):not(.catalogsearch-result-index) .page-main {
  max-width: 1380px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
}
body .page-title-wrapper {
  text-align: left;
  margin-top: 25px;
}
body .page-header {
  background: #fff;
  box-shadow: 0 0 15px 0px #dadada;
  margin-bottom: 0;
  border-bottom: 0 none;
}
@media (min-width: 992px) {
  body .page-header.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    animation: slide-down 0.7s;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
}
body .page-header .panel.wrapper {
  border-bottom: 2px solid #E2DBD7;
  background: #f9f9f9;
}
@media only screen and (max-width: 1400px) {
  body .page-header .panel.wrapper {
    border-bottom: 0 none;
  }
}
body .page-header .panel.wrapper .header.panel {
  padding: 0 0px;
  display: flex;
  align-items: center;
}
body .page-header .panel.wrapper .header.panel .links,
body .page-header .panel.wrapper .header.panel .switcher {
  display: block;
}
body .page-header .panel.wrapper .header.panel > .header.links {
  float: left;
  margin: 0;
}
body .page-header .panel.wrapper .header.panel > .header.links .greet.welcome {
  display: none;
}
body .page-header .panel.wrapper .header.panel > .header.links > li {
  margin-left: 0;
}
body .page-header .panel.wrapper .header.panel > .header.links > li > a,
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name {
  padding: 18px 34px 17px;
  color: #5B5B5B;
  font-size: 10px;
}
body .page-header .panel.wrapper .header.panel > .header.links > li > a:hover,
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name:hover {
  text-decoration: none;
}
body .page-header .panel.wrapper .header.panel > .header.links > li > a:first-child,
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name:first-child {
  padding: 7px 14px 7px 14px;
}
@media only screen and (max-width: 1400px) {
  body .page-header .panel.wrapper .header.panel > .header.links > li > a:first-child,
  body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name:first-child {
    padding: 14px 14px 14px 14px;
    display: inline-block;
  }
}
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name {
  display: inline-block;
  padding: 18px 28px 14px;
}
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name .action.switch:after {
  line-height: 19px;
}
body .page-header .panel.wrapper .header.panel > .header.links > li .customer-name .label {
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  body .page-header .panel.wrapper .header.panel > .header.links {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  body .page-header .panel.wrapper .header.panel > .header.links {
    display: none !important;
  }
}
body .page-header .panel.wrapper .header.panel .switcher .options .action.toggle strong {
  display: inline-block;
}
body .page-header .panel.wrapper .header.panel .switcher .options .action.toggle.active:after {
  font-size: 14px;
  line-height: normal;
  color: #5B5B5B !important;
  vertical-align: middle;
}
body .page-header .panel.wrapper .header.panel .switcher .options .action.toggle:after {
  font-size: 14px;
  line-height: normal;
  color: #5B5B5B !important;
  vertical-align: middle;
}
@media only screen and (max-width: 1400px) {
  body .page-header .panel.wrapper .header.panel {
    flex-wrap: wrap;
    background: #fff;
  }
}
@media only screen and (max-width: 1400px) {
  body .page-header .panel.wrapper .header.panel {
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
  }
}
body .page-header .header.content {
  padding: 0 0px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  body .page-header .header.content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  body .page-header .header.content {
    align-items: center;
  }
}
body .page-header .header.content .minicart-wrapper {
  margin-left: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #21ADC8;
  margin-top: 0;
}
body .page-header .header.content .minicart-wrapper .action.showcart {
  position: relative;
}
body .page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '';
  background: url(../images/kurv.svg) no-repeat center;
  background-size: contain;
  width: 43px;
  height: 26px;
}
body .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  position: absolute;
  bottom: -11px;
  right: -3px;
  font-size: 12px;
  line-height: 20px;
  width: 22px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
body .page-footer {
  background: #333;
  color: #333 !important;
  padding-bottom: 0;
  margin: 0;
  /*box-shadow: 0 1px 5px 0 #ccc !important;*/
  font-size: 15px;
}
body .page-footer a {
  color: #000;
  font-size: 16px;
}
body .page-footer a:hover {
  color: #D11515;
}
body .page-footer .navigation a {
  line-height: 2.2;
  color: #000;
  padding: 0;
}
body .page-footer .navigation a:hover {
  color: #D11515;
}
body .page-footer .footer.content {
  padding: 110px 15px 110px;
  max-width: 1270px;
  margin: 0 auto;
  border-top: 0 none !important;
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content {
    padding: 24px 20px 20px;
  }
}
body .page-footer .footer.content .contact-us ul {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content .contact-us ul {
    max-width: 350px;
  }
}
body .page-footer .footer.content .cyc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  body .page-footer .footer.content .cyc-row {
    display: block;
  }
}
body .page-footer .footer.content .cyc-row .cyc-col {
  width: calc(25% - 10px);
  margin-right: 10px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content .cyc-row .cyc-col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  body .page-footer .footer.content .cyc-row .cyc-col {
    width: 100%;
    margin-right: 0;
  }
}
body .page-footer .footer.content .cyc-row .cyc-col.navigation {
  background: transparent;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
body .page-footer .footer.content .cyc-row .cyc-col.navigation > ul > li {
  overflow: hidden;
}
body .page-footer .footer.content .cyc-row .cyc-col.navigation > ul > li .arrow-forward {
  display: block;
  float: left;
}
body .page-footer .footer.content .cyc-row .cyc-col.navigation > ul > li .arrow-forward:hover:after {
  right: -25px;
}
body .page-footer .footer.content .cyc-row .cyc-col.kastrup,
body .page-footer .footer.content .cyc-row .cyc-col.copenhagen {
  color: #333;
}
body .page-footer .footer.content .cyc-row .cyc-col.kastrup a:hover,
body .page-footer .footer.content .cyc-row .cyc-col.copenhagen a:hover {
  color: #D11515;
}
body .page-footer .footer.content .cyc-row .cyc-col h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: bold;
}
body .page-footer .footer.content .cyc-row .cyc-col strong {
  font-weight: 400;
  font-family: sofia-pro, sans-serif;
}
body .page-footer .footer.content .cyc-row .cyc-col ul {
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content .cyc-row .navigation {
    order: 2;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content .cyc-row .kastrup {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  body .page-footer .footer.content .cyc-row .kastrup {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  body .page-footer .footer.content .cyc-row .copenhagen {
    order: 3;
    margin-top: 50px;
  }
}
body .page-footer .footer.content .margin-top-20 {
  margin-top: 20px;
}
body .footer-bottom {
  box-shadow: 0 3px 5px 0px #efefef inset;
  background: #fff;
}
body .footer-bottom .cyc-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  body .footer-bottom .cyc-container {
    padding-top: 20px;
    padding-bottom: 6px;
  }
}
body .footer-bottom .footer-payment-icon {
  float: left;
}
body .footer-bottom .footer-payment-icon img {
  vertical-align: middle;
}
body .footer-bottom .footer-bottom-right {
  float: right;
}
body .footer-bottom .footer-bottom-right ul {
  padding: 9px 0;
  margin-bottom: 0;
}
body .footer-bottom .footer-bottom-right ul li {
  float: left;
  display: inline-block;
  line-height: 1.3;
  padding: 0 15px 2px;
  border-right: 2px solid #C0C0C0;
}
body .footer-bottom .footer-bottom-right ul li:last-child {
  border: 0;
  padding: 0 15px 2px;
}
body .footer-bottom .footer-bottom-right ul li > a {
  font-size: 14px;
}
body .footer-bottom .footer-bottom-right ul li > a:hover {
  color: #D11515;
}
body .success-ajax--popup .mfp-inline-holder .mfp-content {
  padding-top: 42px;
}
body .success-ajax--popup .mfp-inline-holder .mfp-content .message.success > *:first-child:before {
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .success-ajax--popup .mfp-inline-holder .mfp-content .message.success .popup__message {
  margin-bottom: 0;
}
.header.content .nav-toggle {
  order: 3;
}
@media only screen and (max-width: 991px) {
  .header.content .nav-toggle {
    display: block !important;
    position: static;
    padding: 0 10px;
  }
}
.header.content .nav-toggle span {
  height: 100%;
  width: auto;
  position: static;
  display: block;
  clip: unset;
  font-size: 11px;
  text-align: center;
  color: #828282;
  margin-top: 2px;
}
.header.content .nav-toggle:before {
  background: url('../images/hamburgermenu.svg') no-repeat 0 0;
  content: '';
  height: 45px;
  width: 46px;
}
.header.content .customerAccount {
  display: none;
  order: 3;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .header.content .customerAccount {
    display: block;
  }
}
.header.content .customerAccount:before {
  background: url('../images/default-user.svg') no-repeat 0 0;
  content: '';
  height: 45px;
  width: 46px;
  display: block;
}
.header.content .customerAccount span {
  height: 100%;
  width: auto;
  display: block;
  font-size: 11px;
  text-align: center;
  color: #828282;
  margin-top: 2px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    opacity: .9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
body .page-header .header.content .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  order: 0;
}
@media only screen and (max-width: 1400px) {
  body .page-header .header.content .logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  body .page-header .header.content .logo {
    padding-left: 0;
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  body .page-header .header.content .logo {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 640px) {
  body .page-header .header.content .logo img {
    width: 150px;
  }
}
body .page-header .header.content .block-search {
  width: 250px;
  z-index: 4;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  body .page-header .header.content .block-search {
    width: 100%;
    order: 4;
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  body .page-header .header.content .block-search {
    width: calc(100% - 460px);
    order: 2;
    padding-left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  body .page-header .header.content .block-search {
    width: 100%;
    order: 4;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
  }
}
body .page-header .header.content .block-search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-header .header.content .block-search .block.block-title {
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0;
  display: none;
}
body .page-header .header.content .block-search .block.block-title > strong {
  font-size: 0;
}
body .page-header .header.content .block-search .block.block-title > strong:before {
  content: '';
  background: url(../images/search.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 21px;
  height: 21px;
}
body .page-header .header.content .block-search .block.block-content {
  width: 226px;
}
@media only screen and (max-width: 1400px) {
  body .page-header .header.content .block-search .block.block-content {
    width: 100%;
  }
}
body .page-header .header.content .block-search #search_mini_form {
  position: relative;
}
body .page-header .header.content .block-search input {
  padding-left: 50px;
  max-width: 100%;
  font-size: 15px;
  border-radius: 24px;
  border: 1px solid #21ADC8;
  height: 46px;
  font-weight: 200;
  margin: 0;
  position: static;
}
@media only screen and (max-width: 991px) {
  body .page-header .header.content .block-search input {
    padding-left: 28px;
    padding-right: 40px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
  }
}
body .page-header .header.content .block-search input:-ms-input-placeholder {
  /* Edge 12-18 */
  color: #21ADC8;
}
body .page-header .header.content .block-search input::placeholder {
  color: #21ADC8;
}
body .page-header .header.content .block-search .action.search {
  right: auto;
  left: 10px;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  width: 22px;
}
body .page-header .header.content .block-search .action.search:before {
  line-height: 46px;
  color: #21ADC8;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .page-header .header.content .block-search .action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  body .page-header .header.content .block-search .action.search {
    left: auto;
    right: 14px;
  }
}
body .page-header .header.content .block-search .control {
  border: 0 none !important;
}
body .page-header .header.content .minicart-wrapper.active .block-minicart {
  right: 0;
}
body .page-header .header.content .minicart-wrapper {
  padding: 40px 35px 47px;
  order: 3;
}
@media only screen and (max-width: 1400px) {
  body .page-header .header.content .minicart-wrapper {
    padding: 26px 24px 38px;
  }
}
body .page-header .nav-sections {
  width: calc(100% - 640px);
  order: 1;
}
@media only screen and (max-width: 1400px) {
  body .page-header .nav-sections {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 991px) {
  body .page-header .nav-sections {
    width: calc(100% - 60px);
  }
}
body .page-header .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li > a {
  font-size: 16px;
  padding: 45px 0;
  color: #5B5B5B;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1400px) {
  body .page-header .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li > a {
    font-size: 13px;
    padding: 34px 0;
  }
}
@media only screen and (max-width: 991px) {
  body .page-header .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li > a {
    font-size: 13px;
    padding: 7px 15px;
    text-align: left;
  }
}
body .page-header .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu .dropdown-menu li {
  padding: 0 16px;
}
.page-wrapper {
  background: #f9f9f9;
}
.page-wrapper .breadcrumbs {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
}
.page-wrapper .breadcrumbs .items {
  padding: 0 6px;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  line-height: 36px;
  margin: 0;
  vertical-align: middle;
}
.page-wrapper .breadcrumbs li > * {
  padding: 18px 10px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  color: #8e8e8e !important;
  font-size: 13px !important;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .breadcrumbs li > * {
    padding: 14px 10px;
    font-size: 12px !important;
  }
}
@media (max-width: 1379px) {
  .cyc-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body .nav-sections {
    background: transparent;
    float: left;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  body .nav-sections .navigation-megamenu .navigation {
    position: static;
    background: transparent;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li > a {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    color: #777;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li > a:hover {
    color: #D11515;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li li > a {
    padding: 5px;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.level1 > a {
    color: #000;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu li.level1 > a:hover {
    color: #D11515;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li.current > a {
    border-top-color: #D11515;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li:not(.mega-menu-fullwidth) > .dropdown-menu {
    padding: 20px 10px;
    min-width: 200px;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li > a {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    border-top: 2px solid transparent;
    white-space: nowrap;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li .toggle-menu {
    display: none;
  }
  body .nav-sections .navigation-megamenu .navigation ul.megamenu-mainmenu > li:hover > a {
    color: #000;
    border-top-color: #D11515;
  }
}
@media (max-width: 991px) {
  .nav-sections {
    background: #fff;
    position: fixed;
    margin: 0;
    top: 0;
    overflow: auto;
    height: 100%;
    z-index: 99;
    width: calc(100% - 54px);
    left: 80%;
    left: calc(-1 * (100% - 54px));
    -webkit-transition: left .3s;
    transition: left .3s;
  }
  .nav-sections .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 0 1px;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    display: block !important;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title:first-child {
    border-left: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title.active + div {
    display: block !important;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content {
    display: none !important;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 0 0 25px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content > *:not(script) {
    display: block;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu .navigation {
    background: #fff;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu .navigation ul > li > a {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .navigation-megamenu .navigation ul li .toggle-menu > a {
    font-size: 14px;
    line-height: 35px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .header.links {
    padding: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .header.links li.greet.welcome {
    display: none;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .header.links li > a {
    border-top: 1px solid #d7d7d7;
    color: #000;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 12px 15px;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    left: 0;
  }
  .nav-open .nav-toggle {
    display: block;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    transition: left .3s;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .footer-bottom .cyc-container .footer-bottom-right ul {
    padding: 5px 0;
  }
  body .footer-bottom .cyc-container .footer-bottom-right ul li {
    padding: 0 20px;
  }
  body .customer-welcome {
    display: block;
  }
  body .customer-welcome ul:before {
    display: none;
  }
  body .customer-welcome .customer-name {
    display: none;
  }
  body .customer-welcome .customer-menu {
    display: block;
  }
  body .customer-welcome .customer-menu .header.links {
    margin: 0;
    position: static;
    border: 0;
    box-shadow: none;
    display: block;
  }
  body .customer-welcome .customer-menu .header.links .authorization-link {
    display: none;
  }
  body .customer-welcome .customer-menu .header.links:after {
    display: none;
  }
}
.section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body:not(.catalog-category-view):not(.cms-index-index):not(.catalog-product-view):not(.catalogsearch-result-index) .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .page-header .header.content .minicart-wrapper {
    margin-top: 0;
  }
  body .page-header .header.content .minicart-wrapper .action.showcart:before {
    width: 38px;
    height: 22px;
  }
  body .footer-bottom .cyc-container .footer-payment-icon {
    float: none;
    display: inline-block;
    margin-bottom: 3px;
  }
  body .footer-bottom .cyc-container .footer-bottom-right {
    float: none;
    border-top: 1px solid #ccc;
    margin-top: 12px;
    padding-top: 8px;
  }
  body .footer-bottom .cyc-container .footer-bottom-right ul li {
    float: none;
    padding: 0 20px;
  }
  body .footer-bottom .cyc-container .footer-bottom-right ul li:first-child {
    padding-left: 0;
  }
  .cyc-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  body .footer-bottom .cyc-container .footer-bottom-right ul li:nth-child(2) {
    border: 0;
  }
}
/*Stor switcher fixes*/
#switcher-currency-trigger span {
  color: #5B5B5B;
  display: block;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
}
#switcher-currency {
  float: right;
  margin-left: 15px;
  margin-right: -6px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: block;
}
#switcher-currency .switcher-dropdown a {
  font-size: 12px;
}
#switcher-currency .switcher-dropdown .currency-EUR a:before {
  background: url(../images/EUR-er.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#switcher-currency .switcher-dropdown .currency-SEK a:before {
  background: url(../images/SEK-kr.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#switcher-currency .switcher-dropdown .currency-DKK a:before {
  background: url(../images/DKK-kr.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#switcher-currency .language-EUR span:before {
  background: url(../images/EUR-er.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#switcher-currency .language-SEK span:before {
  background: url(../images/SEK-kr.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#switcher-currency .language-DKK span:before {
  background: url(../images/DKK-kr.svg) no-repeat 0 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
#maincontent .addwish-recom-block {
  display: block;
}
.homepage-facebook {
  display: none;
}
.cms-index-index .cyc-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.Short-value.value > div {
  font-size: 16px;
}
/*--------------------------PLP amasty stock------------------------*/
.catalog-category-view .delivery-details br {
  display: none;
}
.catalog-category-view strong.delivery-time {
  font-weight: normal;
}
.catalog-category-view strong.out {
  font-weight: normal;
}
.catalog-product-view .stock-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalog-product-view .stock-dot.in-stock {
  background-color: #009d10;
}
.catalog-product-view .stock-dot.out-of-stock {
  background-color: #d11515;
}
.catalog-product-view .amstockstatus-status-container {
  display: none !important;
}
.catalog-product-view #custom-stock-status {
  position: relative;
  padding-left: 30px;
  min-height: 40px;
  font-weight: bold;
  font-size: 14px;
}
.catalog-product-view .stock-dot.out-of-stock + .availability-status {
  color: #d11515;
}
.catalog-product-view .stock-dot.in-stock + .availability-status {
  color: #009d10;
}
@media only screen and (min-width: 771px) {
  .usp-wrapper img {
    min-height: 34.5px;
  }
}
@media only screen and (max-width: 770px) {
  .usp-wrapper img {
    min-height: 24px;
  }
}
/*-----------------------Hello Retails CLS -------------------*/
/*--------------------------Home page CLS --------------------*/
.cls-element {
  min-height: 740px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .cls-element {
    min-height: 782px;
  }
}
@media only screen and (max-width: 991px) {
  .cls-element {
    min-height: 730px;
  }
}
@media only screen and (max-width: 639px) {
  .cls-element {
    min-height: 720px;
  }
}
@media only screen and (max-width: 554px) {
  .cls-element {
    min-height: 805px;
  }
}
@media only screen and (max-width: 479px) {
  .cls-element {
    min-height: 760px;
  }
}
@media only screen and (max-width: 400px) {
  .cls-element {
    min-height: 810px;
  }
}
.category-cls {
  min-height: 735px;
  overflow: hidden;
}
@media only screen and (max-width: 1234px) {
  .category-cls {
    min-height: 757px;
  }
}
@media only screen and (max-width: 1205px) {
  .category-cls {
    min-height: 785px;
  }
}
@media only screen and (max-width: 991px) {
  .category-cls {
    min-height: 731px;
  }
}
@media only screen and (max-width: 640px) {
  .category-cls {
    min-height: 725px;
  }
}
@media only screen and (max-width: 500px) {
  .category-cls {
    min-height: 695px;
  }
}
@media only screen and (max-width: 380px) {
  .category-cls {
    min-height: 740px;
  }
}
@media only screen and (max-width: 330px) {
  .category-cls {
    min-height: 785px;
  }
}
/*--------------------Cart item stock msg ----------------------------*/
.cart.item .ajax-stock-status {
  display: inline-flex;
  background: #fdf0d5 none repeat scroll 0 0;
  padding: 12px;
  width: 400px;
}
.cart.item strong.delivery-time {
  font-weight: normal;
}
.cart.item strong.availability-status {
  font-weight: normal;
  margin-right: 5px;
  text-transform: lowercase;
}
.cart.item strong.availability-status:first-letter {
  text-transform: uppercase;
}
/*--------------PDP page CLS--------------------*/
.product_page_hello_retail_cls {
  width: 50%;
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
}
.pdp-hello-cls-outer {
  padding: 0 10px;
  max-width: 960px;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cls-hello-pdp-in {
  max-width: 100%;
}
.cls-hello-pdp-in div[id*="aw-box-"] {
  overflow: hidden;
  margin: 20px 0 0 0 !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  background: #fff;
  box-shadow: 0 0 8px 0px #dadada;
}
.cls-hello-pdp-in div[id*="aw-box-"] .products {
  margin: 30px;
}
.pdp-hello-cls-outer .aw-heading {
  text-align: left !important;
  font-weight: 600;
  padding-left: 30px;
}
body.catalog-product-view .page-main .block-product.upsell {
  float: left;
  padding: 20px 3% 10px 1%;
  clear: none;
  box-shadow: 0 0 8px 0 #dadada;
  margin: 0 12px;
  background: #fff;
  width: 100%;
  max-width: 927px;
}
@media only screen and (max-width: 991px) {
  body.catalog-product-view .page-main .block-product.upsell {
    width: 96%;
  }
}
body.catalog-product-view .page-main .block-product.upsell #block-upsell-heading {
  font-size: 28px;
  margin: 0 !important;
  padding: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell {
  margin: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items {
  margin-bottom: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item {
  width: 100%;
  float: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item:last-child {
  border: 0 none;
  margin-bottom: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info {
  margin: 0 !important;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: none !important;
  border: 0 none !important;
  padding: 0 !important;
  align-items: center;
  overflow: hidden;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .attribute-top {
  display: none;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-image {
  width: 150px;
  padding: 0 !important;
  box-shadow: 0 6px 8px 0px #dadada;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-image .product-image-photo {
  position: static;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-details {
  padding: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-details .product-item-name {
  width: calc(100% - 100px);
  padding: 10px 24px;
  height: auto !important;
  margin-bottom: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 16px;
  font-weight: 100;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions {
  width: 100px;
  margin: 0;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-primary {
  width: 100% !important;
  margin: 0 !important;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-primary button {
  border-radius: 5px;
  padding: 10px 5px !important;
  margin-bottom: 10px;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary.addtocart {
  border-radius: 5px;
  padding: 10px 5px !important;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary.addtocart span {
  font-size: 15px;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-primary .action.tocart.primary.addtocart span:after {
  background: url('../images/gasket-logo-white.svg') no-repeat;
  background-size: auto;
  background-size: 25px 22px;
  display: inline-block;
  height: 22px;
  width: 26px;
  vertical-align: middle;
  content: '';
  margin-top: -3px;
  margin-left: 8px;
}
body.catalog-product-view .page-main .block-product.upsell .products-upsell .product-items .product.product-item .product-item-info .product-item-actions .actions-secondary {
  display: none;
}
/*body.checkout-index-index .opc-wrapper .checkout-payment-method .amcheckout-content .payment-method-title.field label[for="quickpay_gateway"] span:first-child {
	display: none;
}*/
/*
body.checkout-index-index .opc-wrapper .checkout-payment-method .amcheckout-content .payment-method-title.field label[for="reepay_payment"]::after {
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 90px;
	color: #000;
	left: 23px;
	background: url("../images/Billwerk-Pay-sprite.png") no-repeat 92px 0;
}
.reepay-payment-instructions {
	display: none;
}
.reepay-payment-icons {
	display: none;
}

body.checkout-index-index .opc-wrapper .checkout-payment-method .amcheckout-content .payment-method-title.field label[for="reepay_viabill"]:after {
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 90px;
	left: 23px;
	background: url("../images/viabill-opti.png") no-repeat 105px 0;
}
body.checkout-index-index .opc-wrapper .checkout-payment-method .amcheckout-content .payment-method-title.field label[for="reepay_mobilepay"]:after {
	background: url("../images/mobilepay_payment-opti.png") no-repeat 135px 0;
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 90px;
	left: 23px;
}*/
@media only screen and (max-width: 991px) {
  .product_page_hello_retail_cls {
    width: 100%;
    float: none;
  }
  .pdp-hello-cls-outer {
    max-width: 100%;
  }
}
.cls-hello-pdp-in {
  min-height: 728px;
}
@media only screen and (max-width: 1199px) {
  .cls-hello-pdp-in {
    min-height: 773px;
  }
}
@media only screen and (max-width: 1000px) {
  .cls-hello-pdp-in {
    min-height: 793px;
  }
}
@media only screen and (max-width: 991px) {
  .cls-hello-pdp-in {
    min-height: 722px;
  }
}
@media only screen and (max-width: 639px) {
  .cls-hello-pdp-in {
    min-height: 712px;
  }
}
@media only screen and (max-width: 560px) {
  .cls-hello-pdp-in {
    min-height: 752px;
  }
}
@media only screen and (max-width: 555px) {
  .cls-hello-pdp-in {
    min-height: 797px;
  }
}
@media only screen and (max-width: 479px) {
  .cls-hello-pdp-in {
    min-height: 752px;
  }
}
@media only screen and (max-width: 423px) {
  .cls-hello-pdp-in {
    min-height: 781px;
  }
}
