/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@charset "UTF-8";
/*************************
 * Fonts
 ************************/
@font-face {
  font-family: BWModelica;
  src: url("../fonts/BwModelica-Light.woff2") format("woff2"), url("../fonts/BwModelica-Light.woff2") format("woff2"), url("../fonts/BwModelica-Light.woff") format("woff"), url("../fonts/BwModelica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
;font-display:swap;}
@font-face {
  font-family: BWModelica;
  src: url("../fonts/BwModelica-Regular.woff2") format("woff2"), url("../fonts/BwModelica-Regular.woff2") format("woff2"), url("../fonts/BwModelica-Regular.woff") format("woff"), url("../fonts/BwModelica-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
;font-display:swap;}
@font-face {
  font-family: BWModelica;
  src: url("../fonts/BwModelica-Bold.woff2") format("woff2"), url("../fonts/BwModelica-Bold.woff2") format("woff2"), url("../fonts/BwModelica-Bold.woff") format("woff"), url("../fonts/BwModelica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
;font-display:swap;}
/*************************
 * Defaults
 ************************/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background-color: white;
  font-family: "BWModelica", sans-serif;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.container {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
a,
.alink,
.breadcrumbs a {
  color: #898989;
}
a:visited,
.alink:visited,
.breadcrumbs a:visited {
  color: #898989;
}
a:hover,
.alink:hover,
.breadcrumbs a:hover {
  color: #555555;
}
.action.primary {
  background: #1f325d;
  border: 1px solid #1f325d;
  border-radius: 0;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
  background: #2a4277;
  border: 1px solid #2a4277;
}
.block.block-wishlist {
  display: none;
}
/*************************
 * Buttons
 ************************/
.button {
  min-width: 135px;
  border-radius: 0;
  border: 2px solid black;
  padding: 6px 20px;
  background: black;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:visited,
.button:active {
  color: white;
}
.button:hover {
  border: 2px solid #555555;
  background: #555555;
  color: white;
  text-decoration: none;
}
/*************************
 * Header
 ************************/
.page-header {
  background: #2a4277 url(../images/header-bg-desktop.png) 0 40px;
}
.page-header .header_top {
  background: #2a4277 !important;
  transition: all 300ms linear;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .top-section {
  border-bottom: 1px solid #40578d;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .page-header .top-section {
    display: none;
  }
}
.page-header .top-section .page-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .top-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .top-section ul li {
  display: inline;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.page-header .top-section ul li a {
  display: inline-block;
}
.page-header .top-section ul li.active a {
  color: #fff;
}
.page-header .top-section p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.page-header .top-section .call-number {
  color: #e9af26;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.page-header .top-section__left ul li {
  margin-right: 30px;
}
.page-header .top-section__left ul li:last-child {
  margin-right: 0;
}
.page-header .top-section__center ul li:first-child::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.page-header .top-section__center ul li.active a {
  color: white;
}
@media screen and (min-width: 1025px) {
  body.fixnav .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  body.fixnav .header_top {
    margin-top: -40px;
  }
  body.fixnav .header.content {
    min-height: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.fixnav .ammenu-nav-sections.nav-sections {
    position: fixed;
    top: 104px;
    left: 0;
    width: 100%;
    z-index: 98;
  }
  body.fixnav main#maincontent {
    padding-top: 166px;
  }
  .ammenu-menu-toggle:not(.-hamburger) {
    display: none;
  }
  .header.content {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 20px;
  }
  .header.content::before,
  .header.content::after {
    display: none;
  }
  .header.content .logo {
    margin: 0;
    float: none;
  }
  .header.content .block-search {
    float: none;
    margin: 0;
  }
  .header.content .block-search #search .input-text {
    background: #fff !important;
  }
  .header.content .header_image {
    display: block;
    float: none;
    max-width: 70px;
    max-height: 70px;
    margin: 0;
  }
  .header.content .rd-navbar-cart-wrap {
    float: none;
    margin: 0;
  }
}
.block-search .block-content .field.search .control {
  background: #012d55;
}
.catalog-product-view .ammenu-nav-sections.nav-sections {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .ammenu-nav-sections.nav-sections.-opened {
    z-index: 999999;
    margin-top: 0 !important;
    border-right: 1px solid #ddd;
  }
  .catalog-product-view .ammenu-nav-sections.nav-sections.-opened .ammenu-tabs-container {
    background: white;
  }
}
@media (max-width: 1024px) {
  .header_image {
    display: none;
  }
  .ammenu-menu-wrapper.-mobile .ammenu-link.-main:before {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .header.content {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 20px 27px 40px;
  }
  .header.content::before,
  .header.content::after {
    display: none;
  }
  .header.content .logo {
    margin: 0 0 0 20px;
    float: none;
  }
  .page-wrapper .page-header .ammenu-menu-toggle {
    display: flex !important;
  }
  .rd-navbar-cart-wrap {
    padding-top: 10px;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:hover,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:visited {
    color: #000;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-tabs-container > .ammenu-title,
  .ammenu-menu-wrapper.-mobile,
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title,
  .ammenu-nav-sections:not(.-hamburger) .ammenu-content:not(:nth-child(2)) {
    display: flex !important;
  }
}
@media only screen and (max-width: 667px) {
  .ammenu-menu-toggle {
    height: auto;
  }
  .block-search {
    pointer-events: none;
  }
  .block-search .block-content {
    pointer-events: none;
  }
  .block-search .block-content .field.search {
    pointer-events: none;
  }
  .block-search .block-content .field.search .label {
    pointer-events: all;
  }
  .block-search .block-content .field.search .control {
    pointer-events: all;
    border-top: none;
  }
}
.ammenu-nav-sections.nav-sections {
  margin-bottom: 0;
  transition: position 200ms linear, top 200ms linear, z-index 200ms linear;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop {
  background: #1f325d !important;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  margin-top: 18px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 25px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 0;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  background: #1f325d;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  color: white !important;
  font-weight: 200;
  text-transform: uppercase;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link::after {
  content: "\f078";
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-family: 'FontAwesome';
  font-size: 10px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  color: white !important;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  padding-right: 0;
  font-size: 13px;
  line-height: 1;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow {
  display: none !important;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item.-child,
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 + .ammenu-item.-child {
  margin-top: 5px;
  margin-left: 0 !important;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1::before,
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2::before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ammenu-nav-sections {
    transition: 0.3s all ease-in;
    width: 100%;
    width: 90%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -100%;
    height: 100vh;
    transition: all .3s ease;
    margin-bottom: 25px;
    max-width: 300px;
    overflow: auto;
  }
  .ammenu-nav-sections.-opened {
    left: 0;
  }
  .ammenu-nav-sections .ammenu-tabs-container {
    height: 100%;
    cursor: auto;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title {
    box-sizing: border-box;
    width: 33.3%;
    height: 50px;
    display: flex;
    float: left;
    font-weight: 600;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    background: #F4F4F4 !important;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active {
    background: white !important;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link {
    margin: auto;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    float: right;
    width: 100%;
    margin-top: 50px;
    margin-left: -100%;
    background: white;
    height: calc(50%);
  }
  .ammenu-nav-sections .ammenu-main-container {
    width: 100%;
  }
  .ammenu-nav-sections .ammenu-items {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-items .ammenu-item.-main {
    position: relative;
    margin: 0;
  }
  .ammenu-nav-sections .ammenu-items .ammenu-item.-main:not(:last-of-type) {
    border-bottom: 1px solid #6d6d6d;
  }
  .ammenu-nav-sections .ammenu-items .ammenu-link.-main {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 16px 55px 16px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .ammenu-nav-sections .ammenu-title[aria-controls="store.links"] {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .block-search {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-search {
    float: left;
    width: 44%;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .block-search .label {
    margin-top: 13px;
    margin-right: 45px;
  }
  .block-search .label::before {
    color: white;
  }
}
.block-search #search.input-text {
  border-radius: 0;
  background: #ececec;
  color: black;
  font-size: 12px;
  line-height: 12px;
}
.block-search #search.input-text::placeholder {
  color: #acacac;
}
.block-search .action.search::before {
  color: #1f325d;
  font-size: 22px;
  line-height: 38px;
}
.minicart-wrapper .action.showcart.rd-navbar-cart-toggle {
  width: 55px;
  height: 55px;
  padding: 5px 0 0;
  background: #3b87cb;
  border-radius: 50px;
  border: solid 3px #fff;
  position: absolute;
  left: 0;
}
.minicart-wrapper .action.showcart::before {
  content: "" !important;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url(../images/cart-icon.svg) no-repeat 0 5px;
}
.minicart-wrapper .minicart-shipping-price {
  color: red;
  font-size: 14px;
  font-weight: 200;
}
.minicart-wrapper .moms-text {
  padding: 0 22px;
}
.minicart-wrapper #top-cart-btn-checkout {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 1024px) {
  .rd-navbar-cart-wrap {
    width: 260px;
    margin-top: 5px;
    margin-left: 15px;
    padding-top: 0;
    background: none;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .rd-navbar-cart-wrap {
    width: 60px;
  }
  .rd-navbar-cart-wrap .minicart-wrapper {
    position: relative;
  }
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    width: auto;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .rd-navbar-cart-wrap .minicart-wrapper .action.showcart .counter.qty {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0 15px;
    flex-direction: row-reverse;
    background: #3c87cc;
    border-radius: 50px;
  }
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed .rd-nav-miniqtycount {
    margin-top: 0;
    padding: 0;
    text-align: right;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px !important;
    width: 90% !important;
  }
  .rd-navbar-cart-wrap span .counter-number {
    background-color: #fff !important;
    font-size: 16px !important;
    color: #012e56;
    height: 29px !important;
    padding-right: 1px;
    line-height: 25px !important;
    border-radius: 20px !important;
    border: solid white;
    width: 30px !important;
    display: inline-table;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    width: 200px;
    float: right;
    position: relative;
  }
  .rd-navbar-cart-wrap .rd-navbar-cart.active {
    top: 70px;
    right: -85px;
  }
  .rd-navbar-cart-wrap .rd-navbar-cart.active:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .rd-navbar-cart-wrap .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    width: 55px;
  }
}
.rd-navbar-cart-wrap .minicart-checkout-popup {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.rd-navbar-cart-wrap .minicart-checkout-popup button {
  width: 50% !important;
  color: #fff !important;
}
.rd-navbar-cart-wrap .minicart-checkout-popup button span {
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  vertical-align: bottom !important;
  color: #fff;
}
.rd-navbar-cart-wrap .minicart-checkout-popup button:nth-child(2) {
  border: none !important;
  background: #9FCC49 !important;
}
.rd-navbar-cart-wrap .minicart-checkout-popup button:nth-child(1) {
  background: #176FC7 !important;
}
@media (max-width: 767px) {
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    top: 0;
  }
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed .product-image-container {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    top: 26px;
  }
}
.rd-nav-miniqtycount {
  font-weight: 200;
  text-transform: uppercase;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link.-main::before,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link.-main::before,
.ammenu-menu-mobile .ammenu-main-container .ammenu-link.-level1::before,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link.-level1::before {
  display: none;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link.-level1 + .ammenu-item.-child,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link.-level1 + .ammenu-item.-child {
  margin: 0;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link.-level1 + .ammenu-item.-child .ammenu-wrapper,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link.-level1 + .ammenu-item.-child .ammenu-wrapper {
  padding: 0;
  color: #666 !important;
  font-size: 14px;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link:hover > .ammenu-wrapper,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link:hover > .ammenu-wrapper {
  color: black !important;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link .ammenu-arrow,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link .ammenu-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .header.content .logo {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 15px;
  }
}
/*************************
 * Footer
 ************************/
.page-footer {
  background: white;
}
.page-footer .footer_trust_pilot {
  padding-bottom: 30px;
}
.page-footer .footer_additional {
  margin-bottom: -70px;
  padding-top: 55px;
  padding-bottom: 55px;
  background: #343434;
}
.page-footer .footer_additional h2 {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.page-footer .block.newsletter {
  width: 100%;
}
.page-footer .block.newsletter .form.subscribe {
  display: block;
}
.page-footer .block.newsletter .form.subscribe .field.newsletter .control {
  margin-bottom: 10px;
}
.page-footer .block.newsletter .form.subscribe .field.newsletter .control::before {
  display: none;
}
.page-footer .block.newsletter .form.subscribe .field.newsletter .control input {
  display: block;
  width: 100%;
  border: 1px solid #424242;
  border-radius: 0;
  padding-left: 10px;
  background: #424242;
  color: #e9af26;
}
.page-footer .block.newsletter .form.subscribe .field.newsletter .control input:focus,
.page-footer .block.newsletter .form.subscribe .field.newsletter .control input:active {
  outline: 0;
  box-shadow: none;
}
.page-footer .block.newsletter .form.subscribe .actions .action.subscribe {
  width: 100%;
  border: 1px solid #666;
  border-radius: 0;
}
.page-footer .footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 12px;
  width: 100%;
  border-bottom: 1px solid #444;
  padding-bottom: 50px;
}
.page-footer .footer-columns .footer-column > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer .footer-columns .footer-column .telephone a {
  color: #e9af26;
}
.page-footer .footer-bottom {
  background: #343434;
}
.page-footer .footer-bottom .footer-bottom-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-footer .footer-bottom .footer-bottom-columns {
    display: block;
  }
}
.page-footer .footer-bottom .footer-bottom-columns .logo-languages .languages-list {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.page-footer .footer-bottom .footer-bottom-columns .logo-languages .languages-list li {
  display: inline;
  margin-right: 10px;
}
.page-footer .footer-bottom .footer-bottom-columns .logo-languages .languages-list li a {
  display: inline-block;
}
.page-footer .footer-bottom .footer-bottom-columns .logo-languages .footer-logo-container {
  text-align: center;
}
@media (max-width: 767px) {
  .page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column {
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column h4,
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column h5 {
  color: white;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column h5 {
  color: white;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column.payment-delivery {
  text-align: right;
}
@media (max-width: 768px) {
  .page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column.payment-delivery {
    text-align: center !important;
  }
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column.payment-delivery img {
  margin-bottom: 10px;
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column .footer_social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column .footer_social {
    justify-content: center;
  }
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column .footer_social li {
  display: inline;
  margin-right: 15px;
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column .footer_social li a {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #626262;
  text-align: center;
}
.page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column .footer_social li a .fab {
  font-size: 20px;
  color: #343434;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-footer .footer-bottom .footer-copyright {
  padding: 40px 0 10px 0;
}
.page-footer .footer-bottom .footer-copyright p {
  color: #555;
  font-size: 12px;
  font-weight: 200;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.copyright {
  display: none;
}
#hb-cc-wrap {
  color: white;
}
@media (min-width: 1025px) {
  #hb-cc-wrap {
    padding-right: 170px;
  }
}
@media (max-width: 1024px) {
  #hb-cc-wrap {
    padding-bottom: 33px;
  }
}
#hb-cc-wrap a {
  color: white;
  text-decoration: underline;
}
#hb-cc-wrap a:hover {
  color: #CCC;
  text-decoration: none;
}
/*************************
 * Page: Homepage
 ************************/
.homepage-slider {
  margin-bottom: 8px;
}
.homepage-slider .slider {
  padding: 0;
}
.homepage-slider .slick-slider .slick-arrow.slick-next {
  right: 0 !important;
}
@media (max-width: 1024px) {
  .homepage-slider .slick-slider .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.homepage-slider .slick-slider .slick-arrow.slick-prev {
  left: 0 !important;
}
@media (max-width: 1024px) {
  .homepage-slider .slick-slider .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.homepage-slider .slide {
  position: relative;
  height: auto;
  background: none !important;
}
.homepage-slider .slide .slide-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.homepage-slider .slide .slide-image[data-amsrc] {
  display: none;
}
.homepage-slider .slide .slide-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage-slider .slide .slide-content a {
  color: white;
  text-decoration: none;
}
.homepage-slider .slide .slide-content a:hover {
  color: white;
  text-decoration: none;
}
.homepage-slider .slide .slide-content .button:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .homepage-slider .slide .slide-content {
    padding-left: 90px;
  }
}
.homepage-slider .slide .slide-content .slide-headline {
  width: 80%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .homepage-slider .slide .slide-content .slide-headline {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .homepage-slider .slide .slide-content .slide-headline {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .homepage-slider .slide .slide-content .slide-headline {
    font-size: 40px;
    line-height: 42px;
  }
}
.homepage-slider .slide .slide-content .call-to-action {
  margin-bottom: 50px;
}
.homepage-slider .slide .slide-content .call-to-action .button {
  border: 2px solid white;
  background: none;
  color: white;
  font-size: 14px;
  line-height: 28px;
}
.homepage-slider .slide .slide-content .call-to-action .button:hover {
  background: #555555;
}
.homepage-slider .slide.slide-dark .slide-content .slide-headline {
  color: black;
}
.homepage-slider .slide.slide-dark .slide-content a {
  color: black;
  text-decoration: none;
}
.homepage-slider .slide.slide-dark .slide-content a:hover {
  color: black;
  text-decoration: none;
}
.homepage-slider .slide.slide-dark .call-to-action {
  margin-bottom: 50px;
}
.homepage-slider .slide.slide-dark .call-to-action .button {
  border-color: black;
  color: black;
}
.homepage-slider .slide.slide-dark .call-to-action .button:hover {
  background: black;
  color: white;
}
.homepage-main-categories {
  margin-bottom: 18px;
}
.homepage-main-categories .categories-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 12px;
}
@media (width: 1024px) {
  .homepage-main-categories .categories-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.homepage-main-categories .categories-list .category {
  position: relative;
}
.homepage-main-categories .categories-list .category .category-image {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.homepage-main-categories .categories-list .category .category-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-main-categories .categories-list .category .category-name .category-name-heading {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.homepage-sales-message {
  margin-top: -18px;
  margin-bottom: 50px;
}
.homepage-sales-message .sales-message-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .homepage-sales-message .sales-message-container {
    flex-direction: column-reverse;
  }
}
.homepage-sales-message .sales-message-container .left-hanging-lamp {
  align-self: flex-start;
  min-width: 236px;
  display: none;
}
@media (max-width: 1024px) {
  .homepage-sales-message .sales-message-container .left-hanging-lamp {
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .homepage-sales-message .sales-message-container .left-hanging-lamp {
    display: none;
  }
}
.homepage-sales-message .sales-message-container .right-hanging-lamp {
  align-self: flex-start;
  min-width: 236px;
  display: none;
}
@media (max-width: 1024px) {
  .homepage-sales-message .sales-message-container .right-hanging-lamp {
    min-width: 150px;
  }
}
@media (max-width: 500px) {
  .homepage-sales-message .sales-message-container .right-hanging-lamp {
    align-self: center;
  }
}
.homepage-sales-message .sales-message-container .center-text {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .homepage-sales-message .sales-message-container .center-text {
    padding-left: 0;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .homepage-sales-message .sales-message-container .center-text {
    padding-right: 0;
    text-align: center;
  }
}
.homepage-sales-message .sales-message-container .center-text h1,
.homepage-sales-message .sales-message-container .center-text h2,
.homepage-sales-message .sales-message-container .center-text h3,
.homepage-sales-message .sales-message-container .center-text h4,
.homepage-sales-message .sales-message-container .center-text h5,
.homepage-sales-message .sales-message-container .center-text h6 {
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
}
.homepage-sales-message .sales-message-container .center-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.homepage-products-carousel .section-title {
  margin-bottom: 12px;
  color: #343434;
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
  text-align: center;
}
.homepage-products-carousel .products-grid .product-items {
  display: block;
  padding: 0;
}
.homepage-products-carousel .products-grid .product-items.slick-slider .slick-track .slick-slide .product-item {
  width: auto;
  max-width: 100%;
}
.homepage-products-carousel .products-grid .product-item {
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .homepage-products-carousel .products-grid .product-item {
    padding: 0 5px;
  }
}
.homepage-products-carousel .products-grid .product-item .product-item-info {
  background: none;
  text-align: left;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-image-container {
  padding: 20px;
  background: white;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-details {
  padding: 5px 10px;
  background: white;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  overflow: hidden;
  height: 45px;
  text-align: left;
  text-transform: uppercase;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #343434;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-actions {
  margin-bottom: 0;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-actions .actions-primary .action.primary {
  text-transform: uppercase;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component {
  position: relative;
  padding: 0;
  color: #555555;
  font-weight: 700;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_bestallningsvara,
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_in_stock,
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_out_of_stock {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  margin-left: 25px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_bestallningsvara::before,
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_in_stock::before,
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_out_of_stock::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  background: url("../images/stock_green.jpg") no-repeat center center;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_out_of_stock::before {
  content: "";
  background: url("../images/stock_yellow.jpg") no-repeat center center;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .dahlquist_bestallningsvara::before {
  content: "";
  background: url("../images/stock_grey.jpg") no-repeat center center;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-stock-component .p_text {
  display: none;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box {
  display: block;
  min-height: 66px;
  margin: 9px 0 22.5px;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .incl-tax {
  display: none;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .price_type {
  display: none;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .price {
  color: #777;
  font-size: 24px;
  font-weight: 700;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .special-price .price {
  color: #CC3333;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .old-price .price {
  color: #777;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
.homepage-products-carousel .products-grid .product-item .product-item-info .product-item-actions .actions-secondary {
  display: none;
}
.homepage-banners .two-banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-gap: 15px;
}
@media (min-width: 769px) {
  .homepage-banners .two-banners {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .homepage-banners .two-banners {
    display: flex;
  }
  .homepage-banners .two-banners .banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .homepage-banners .two-banners {
    display: block;
  }
}
.homepage-banners .three-banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .homepage-banners .three-banners {
    display: block;
  }
}
.homepage-banners .two-banners .banner,
.homepage-banners .three-banners .banner {
  position: relative;
}
@media (max-width: 500px) {
  .homepage-banners .two-banners .banner,
  .homepage-banners .three-banners .banner {
    margin-bottom: 15px;
  }
}
.homepage-banners .two-banners .banner a,
.homepage-banners .three-banners .banner a {
  display: block;
}
.homepage-banners .two-banners .banner .banner-image,
.homepage-banners .three-banners .banner .banner-image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.homepage-banners .two-banners .banner .banner-title,
.homepage-banners .three-banners .banner .banner-title {
  max-width: 60%;
  color: #343434;
  font-size: 21px;
  font-weight: 200;
  line-height: 32px;
}
@media (max-width: 768px) {
  .homepage-banners .two-banners .banner .banner-title,
  .homepage-banners .three-banners .banner .banner-title {
    max-width: 100%;
  }
}
.homepage-banners .two-banners .banner .banner-content,
.homepage-banners .three-banners .banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 90%;
  padding: 25px 15px 15px 25px;
}
@media (max-width: 768px) {
  .homepage-banners .two-banners .banner .banner-content,
  .homepage-banners .three-banners .banner .banner-content {
    padding: 10px 15px 15px 25px;
  }
}
@media (max-width: 520px) {
  .homepage-banners .two-banners .banner .banner-content,
  .homepage-banners .three-banners .banner .banner-content {
    padding: 25px 15px 15px 25px;
  }
}
.homepage-banners .two-banners .banner .banner-button .button,
.homepage-banners .three-banners .banner .banner-button .button {
  background: none;
  color: black;
  border: 2px solid black;
}
.homepage-banners .two-banners .banner .banner-button .button:hover,
.homepage-banners .three-banners .banner .banner-button .button:hover {
  color: white;
  border-color: #555555;
  background: #555555;
}
.homepage-banners .two-banners .banner.banner-dark .banner-title,
.homepage-banners .three-banners .banner.banner-dark .banner-title {
  color: white;
}
.homepage-banners .two-banners .banner.banner-dark .banner-button .button,
.homepage-banners .three-banners .banner.banner-dark .banner-button .button {
  color: white;
  border-color: white;
}
.homepage-banners .two-banners .banner.banner-dark .banner-button .button:hover,
.homepage-banners .three-banners .banner.banner-dark .banner-button .button:hover {
  border-color: #555555;
  background: #555555;
}
.homepage-categories-carousel {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .homepage-categories-carousel {
    margin-bottom: 45px;
  }
}
.homepage-categories-carousel .section-title {
  margin-bottom: 12px;
  color: #343434;
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
  text-align: center;
}
.homepage-categories-carousel .categories-carousel {
  margin-left: -6px;
  margin-right: -6px;
  padding: 0;
}
.homepage-categories-carousel .categories-carousel .slick-slide {
  margin: 0 6px;
}
.homepage-categories-carousel .categories-carousel .category {
  position: relative;
}
.homepage-categories-carousel .categories-carousel .category .category-image {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.homepage-categories-carousel .categories-carousel .category .category-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-categories-carousel .categories-carousel .category .category-name .category-name-heading {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.homepage-wysiwyg-content h2 {
  margin-bottom: 40px;
  color: #343434;
  font-weight: 200;
  text-align: center;
  text-transform: capitalize;
}
.homepage-wysiwyg-content .text-container {
  column-count: 2;
  column-gap: 50px;
  color: #343434;
  font-size: 14px;
}
@media (max-width: 767px) {
  .homepage-wysiwyg-content .text-container {
    column-count: 1;
  }
}
.homepage-wysiwyg-content .text-container h3 {
  color: #343434;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
}
.homepage-partners {
  margin-top: -5px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .homepage-partners {
    margin-bottom: 50px;
  }
}
.homepage-partners .partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  grid-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-partners .partners-list .partner {
  border: 1px solid #9c9c9c;
  padding: 5px;
  background: white;
  text-align: center;
}
.homepage-partners .partners-list .partner .partner-logo {
  opacity: 0.4;
}
.homepage-partners .partners-list .partner a {
  display: block;
}
/*************************
 * Breadcrumbs
 ************************/
.page-wrapper > .breadcrumbs {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
/*************************
 * Category page
 ************************/
.catalog-category-view {
  background: #f3f3f3;
}
.catalog-category-view .column.main {
  width: 100%;
}
.catalog-category-view .category-and-title-wrapper {
  position: relative;
}
.catalog-category-view .category-and-title-wrapper .category-title-container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-category-view .category-and-title-wrapper .category-title-container .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.catalog-category-view .category-and-title-wrapper .category-title-container .page-title-wrapper .page-title {
  margin: 0;
  padding: 15px 0;
  color: white;
  line-height: 1;
}
.catalog-category-view .category-and-title-wrapper.without-image {
  min-height: 100px;
}
.catalog-category-view .category-image .image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.catalog-category-view .toolbar.toolbar-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .catalog-category-view .toolbar.toolbar-products {
    display: block;
  }
}
.catalog-category-view .toolbar.toolbar-products::before,
.catalog-category-view .toolbar.toolbar-products::after {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products .modes {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products .ammount-and-limiter-wrapper {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products .ammount-and-limiter-wrapper .toolbar-amount {
  float: none;
}
.catalog-category-view .toolbar.toolbar-products .ammount-and-limiter-wrapper .limiter {
  float: none;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
    width: 100%;
    float: none;
  }
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  display: none;
}
@media screen and (max-width: 500px) {
  .catalog-category-view .amasty-catalog-topnav {
    display: block;
  }
}
.catalog-category-view .category-description .category-description-content {
  height: auto;
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  /* Safari */
  transition: max-height 0.2s ease-in-out;
}
.catalog-category-view .category-description .category-description-content.-expanded {
  max-height: 9999px;
  -webkit-transition: max-height 0.2s ease-in-out;
  /* Safari */
  transition: max-height 0.2s ease-in-out;
}
.catalog-category-view .category-description .description-toggle-container {
  padding: 0;
}
.catalog-category-view .category-description .description-toggle-container .description-toggle {
  display: block;
  padding: 0 10px;
  text-align: center;
}
.catalog-category-view .category-description .description-toggle-container .description-toggle .fa {
  font-size: 30px;
  transition: transform 300ms ease;
}
.catalog-category-view .category-description .description-toggle-container .description-toggle.-expanded .fa {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.catalog-category-view .category-description .description-toggle-container .description-collapse {
  display: none;
}
@media screen and (max-width: 500px) {
  .catalog-category-view .amasty-catalog-topnav {
    position: relative;
    display: block;
    margin: 30px auto;
  }
  .catalog-category-view .amasty-catalog-topnav .filter-title strong {
    position: relative;
  }
  .catalog-category-view .amasty-catalog-topnav .filter.active .filter-title strong {
    position: absolute;
    text-align: right;
  }
  .catalog-category-view .amasty-catalog-topnav .filter-options .filter-options-item {
    display: block;
  }
  .catalog-category-view .amasty-catalog-topnav .filter-options .filter-options-content {
    width: 100%;
    border: 0;
  }
}
.catalog-category-view .products-grid .product-items .product-item {
  width: 100% !important;
  max-width: 100% !important;
}
.catalog-category-view #amasty-shopby-product-list > .pages {
  display: none;
}
/*************************
 * Product page
 ************************/
.catalog-product-view {
  background: white;
}
.catalog-product-view .column.main {
  position: relative;
}
@media (max-width: 767px) {
  .catalog-product-view .columns {
    padding-top: 0;
  }
}
.catalog-product-view .sticky-product {
  display: none;
}
.catalog-product-view .product .page-title {
  margin-top: 30px;
  font-weight: 700;
  color: #555555;
  font-size: 24px;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .catalog-product-view .product .page-title {
    margin-top: 40px;
  }
}
.catalog-product-view .product-options-bottom .price-box .price_type,
.catalog-product-view .product-info-price .price-box .price_type {
  display: none;
}
.catalog-product-view .product-options-bottom .price-box .special-price .price,
.catalog-product-view .product-info-price .price-box .special-price .price {
  color: #CC3333;
}
.catalog-product-view .product-options-bottom .price-box .special-price .currencyprice,
.catalog-product-view .product-info-price .price-box .special-price .currencyprice {
  font-weight: 700;
  color: #CC3333;
}
.catalog-product-view .product-options-bottom .price-box .old-price,
.catalog-product-view .product-info-price .price-box .old-price {
  display: block;
}
.catalog-product-view .product-options-bottom .price-box .old-price .old-price-text,
.catalog-product-view .product-info-price .price-box .old-price .old-price-text {
  display: block;
  color: #898989;
  font-weight: 700;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-options-bottom .price-box .old-price .old-price-text,
  .catalog-product-view .product-info-price .price-box .old-price .old-price-text {
    display: inline-block;
  }
}
.catalog-product-view .product-options-bottom .price-box .old-price .price,
.catalog-product-view .product-info-price .price-box .old-price .price {
  color: #777;
  font-size: 30px;
  text-decoration: none;
}
.catalog-product-view .product-options-bottom .price-box .old-price .currencyprice,
.catalog-product-view .product-info-price .price-box .old-price .currencyprice {
  font-weight: 700;
  color: #898989;
}
.catalog-product-view .prylstaden_product_info {
  margin: 0;
  text-align: right;
}
.catalog-product-view .prylstaden_product_info span {
  font-weight: 700;
}
.catalog-product-view .product-info-main {
  margin-top: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .product-info-main .price-box span.price {
  font-size: 44px;
  color: #666;
  font-weight: 900;
}
.catalog-product-view .product-info-main .price-box span.currencyprice {
  font-size: 24px;
  color: #666;
  font-weight: 900;
}
.catalog-product-view .box-tocart {
  padding: 10px;
  background: #f3f3f3;
}
.catalog-product-view .box-tocart .add-to-cart-container {
  display: flex;
  justify-content: unset;
  align-items: center;
  margin-bottom: 30px;
}
.catalog-product-view .box-tocart .field.qty {
  display: inline-block;
  margin-right: 15px;
}
.catalog-product-view .box-tocart .field.qty .label {
  display: none;
}
.catalog-product-view .box-tocart .field.qty .control {
  display: block;
}
.catalog-product-view .box-tocart .field.qty .control .input-text.qty {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 0;
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}
.catalog-product-view .box-tocart .actions {
  display: block;
}
.catalog-product-view .box-tocart .actions .action.primary.tocart {
  width: auto;
  margin-bottom: 0;
  border-color: #1f325d;
  background: #1f325d;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.catalog-product-view .box-tocart .actions .action.primary.tocart:hover {
  border-color: #1f325d;
  background: #2a4277;
}
@media (max-width: 768px) {
  .catalog-product-view .box-tocart .actions .action.primary.tocart {
    font-size: 18px;
  }
}
.catalog-product-view .box-tocart .class_stock_status {
  position: relative;
  margin-bottom: 20px;
  color: #555555;
  font-weight: 700;
}
.catalog-product-view .box-tocart .class_stock_status .dahlquist_bestallningsvara,
.catalog-product-view .box-tocart .class_stock_status .dahlquist_in_stock,
.catalog-product-view .box-tocart .class_stock_status .dahlquist_out_of_stock {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 25px;
  text-transform: uppercase;
}
.catalog-product-view .box-tocart .class_stock_status .dahlquist_bestallningsvara::before,
.catalog-product-view .box-tocart .class_stock_status .dahlquist_in_stock::before,
.catalog-product-view .box-tocart .class_stock_status .dahlquist_out_of_stock::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  background: url("../images/stock_green.jpg") no-repeat center center;
}
.catalog-product-view .box-tocart .class_stock_status .dahlquist_out_of_stock::before {
  content: "";
  background: url("../images/stock_yellow.jpg") no-repeat center center;
}
.catalog-product-view .box-tocart .class_stock_status .dahlquist_bestallningsvara::before {
  content: "";
  background: url("../images/stock_grey.jpg") no-repeat center center;
}
.catalog-product-view .box-tocart .class_stock_status .p_text {
  min-height: 36px;
  color: #898989;
  font-weight: 400;
  padding-left: 25px;
}
.catalog-product-view .box-tocart .prylstaden-delivery-conditions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product-view .box-tocart .prylstaden-delivery-conditions li {
  text-transform: uppercase;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  font-weight: 400;
  line-height: 36px;
  font-size: 1.3rem;
  color: #555555;
  text-decoration: none;
  background: white;
  border: 0;
  border-bottom: none;
  height: 39px;
  padding: 1px 35px 1px 35px;
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
  position: relative;
  background: #dbdbdb;
  color: #555555;
}
.catalog-product-view .product.data.items > .item.title.active > .switch::after {
  content: "";
  position: absolute;
  right: 0;
  top: 33px;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent white transparent;
}
.catalog-product-view .product.data.items > .item.content {
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.catalog-product-view .product-addto-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*************************
 * Products grid
 ************************/
.products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .products-grid .product-items {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media screen and (max-width: 360px) {
  .products-grid .product-items {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
.products-grid .product-items .product-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.products-grid .product-item-info {
  background: none;
  padding: 0;
  width: 100%;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  z-index: 1;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  background: none;
}
.products-grid .product-image-container {
  display: block;
  width: 100% !important;
  max-width: 100%;
  background: white;
  text-align: center;
}
.products-grid .price-and-actions {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .products-grid .price-and-actions {
    flex-direction: column;
  }
}
.products-grid .product-item-inner {
  position: relative !important;
  right: 0;
  left: 0;
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 0;
  padding: 0;
  box-shadow: none;
  z-index: 1;
}
.products-grid .product-item-inner .product-stock-component {
  position: relative;
  padding-top: 5px;
  color: #555555;
  font-weight: 700;
}
.products-grid .product-item-inner .product-stock-component .dahlquist_bestallningsvara,
.products-grid .product-item-inner .product-stock-component .dahlquist_in_stock,
.products-grid .product-item-inner .product-stock-component .dahlquist_out_of_stock {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.products-grid .product-item-inner .product-stock-component .dahlquist_bestallningsvara::before,
.products-grid .product-item-inner .product-stock-component .dahlquist_in_stock::before,
.products-grid .product-item-inner .product-stock-component .dahlquist_out_of_stock::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  background: url("../images/stock_green.jpg") no-repeat center center;
}
@media screen and (max-width: 500px) {
  .products-grid .product-item-inner .product-stock-component .dahlquist_bestallningsvara,
  .products-grid .product-item-inner .product-stock-component .dahlquist_in_stock,
  .products-grid .product-item-inner .product-stock-component .dahlquist_out_of_stock {
    font-size: 10px;
  }
}
.products-grid .product-item-inner .product-stock-component .dahlquist_out_of_stock::before {
  content: "";
  background: url("../images/stock_yellow.jpg") no-repeat center center;
}
.products-grid .product-item-inner .product-stock-component .dahlquist_bestallningsvara::before {
  content: "";
  background: url("../images/stock_grey.jpg") no-repeat center center;
}
.products-grid .product-item-inner .product-stock-component .p_text {
  display: none;
  min-height: 36px;
  color: #898989;
  font-weight: 400;
  padding-left: 25px;
}
.products-grid .product-item-inner .product-item-actions {
  display: block;
  min-height: 30px;
  margin: 0;
}
.products-grid .product-item-inner .product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.products-grid .product-item-inner .product-item-actions .action.primary {
  min-width: 168px;
  padding: 5px 8px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .products-grid .product-item-inner .product-item-actions .action.primary {
    width: 100%;
    min-width: 0;
    padding: 5px 0;
    font-size: 12px;
  }
}
.products-grid .product-item-inner .add-to-links {
  display: none;
}
.products-grid .product-item .price-box {
  flex: 1;
  min-height: 65px;
  margin: 0;
}
.products-grid .product-item .price-box .incl-tax {
  display: none;
}
.products-grid .product-item .price-box .price_type {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  padding: 5px;
  background: #CC3333;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.products-grid .product-item .price-box .price {
  font-size: 24px;
  line-height: 1;
}
.products-grid .product-item .price-box .special-price .price {
  font-size: 24px;
  color: #CC3333;
  line-height: 1;
}
.products-grid .product-item .price-box .special-price .currencyprice {
  font-weight: 700;
  color: #CC3333;
}
.products-grid .product-item .price-box .old-price {
  display: block;
  margin: 0;
  padding-top: 7px;
}
.products-grid .product-item .price-box .old-price .old-price-text {
  display: block;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .products-grid .product-item .price-box .old-price .old-price-text {
    display: inline-block;
  }
}
.products-grid .product-item .price-box .old-price .price {
  font-size: 16px !important;
  font-weight: 700;
  color: #777;
}
.products-grid .product-item-details {
  padding: 5px 10px;
  background: white;
}
.products-grid .product-item-name {
  height: 44px;
  overflow-y: hidden;
}
.products-grid .product-item-name .product-item-link {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
.products-grid .product-item-name .product-item-link:visited,
.products-grid .product-item-name .product-item-link:active {
  color: #555555;
}
/*************************
 * CSM Page: General
 ************************/
/*************************
 * Customer account page
 ************************/
.account .sidebar-main .block-collapsible-nav .content {
  border-radius: 10px;
  background: pink;
}
.account .sidebar-main .block-collapsible-nav .content .item a:hover {
  background: #343434;
  color: white;
}
.account .sidebar-main .block-collapsible-nav .content .item.current a,
.account .sidebar-main .block-collapsible-nav .content .item.current > strong {
  border-color: #343434;
}
/*************************
 * Checkout
 ************************/
.collector-checkout-qty button.col-sub {
  width: 30px;
  height: 30px;
  color: #000;
  background-color: #fff;
  margin-top: -32px;
  margin-left: -18px;
  border: 1px solid #f3f3f3;
  padding: 0 0 5px 1px;
  border-radius: 50% !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 0px;
}
.collector-checkout-qty .collector-checkout-product-qty {
  height: 20px;
  width: 30px;
  margin-top: -35px;
  margin-left: 15px;
  padding: 10px 0;
  background-color: white;
  line-height: 0;
  text-align: center;
}
.collector-checkout-qty button.col-inc {
  margin-top: -38px;
  margin-left: 50px;
}
.collector-checkout-discount form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collector-checkout-discount #col-codeButton {
  border-radius: 0;
  background: #1f325d;
  font-size: 14px;
}
.collector-checkout-discount #col-code {
  border: 0;
  border-radius: 0;
}
/*************************
 * Plugins
 ************************/
/** SlickJS */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  margin-right: 0;
  margin-left: 0;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.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;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("../../../../../frontend/Magento/luma/da_DK/MageWorx_ShippingRules/css/ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  box-shadow: none !important;
  border: 0;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 40px;
  z-index: 5;
}
@media (max-width: 768px) {
  .slick-prev {
    left: 10px !important;
  }
}
[dir="rtl"] .slick-prev {
  right: -40px;
  left: auto;
}
@media (max-width: 768px) {
  [dir="rtl"] .slick-prev {
    right: -10px !important;
    left: auto;
  }
}
.slick-prev:before {
  content: url("/pub/media/dahlquist/arrow_left.svg") !important;
  opacity: 0.3;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
}
.slick-next {
  right: 40px;
}
@media (max-width: 768px) {
  .slick-next {
    right: 28px !important;
  }
}
[dir="rtl"] .slick-next {
  left: -40px;
  right: auto;
}
@media (max-width: 768px) {
  [dir="rtl"] .slick-next {
    right: auto;
    left: -28px !important;
  }
}
.slick-next:before {
  content: url("/pub/media/dahlquist/arrow_right.svg") !important;
  opacity: 0.3;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.swedish-website-store .page-header .top-section {
  border-bottom: 1px solid #ffffff;
}
.swedish-website-store .page-header .header_top {
  background: #ff812d !important;
}
.swedish-website-store .page-header .top-section .call-number {
  color: #ffffff;
}
.swedish-website-store .block-search .action.search {
  background: #262626 !important;
}
.swedish-website-store .block-search .block-content .field.search .control {
  background: #ff6600;
}
.swedish-website-store .rd-navbar-cart-wrap .rd-navbar-cart-fixed a#checkout-text {
  color: black;
}
.swedish-website-store .nav-sections,
.swedish-website-store .rootmenu {
  background: #262626;
}
.swedish-website-store .block-search #search.input-text:focus {
  box-shadow: unset;
}
.page-header .header.content .header_image img.swedish-img {
  display: none;
}
.swedish-website-store .page-header .header.content .header_image img.sverige-img {
  display: none;
}
.swedish-website-store .page-header .header.content .header_image img.swedish-img {
  display: block;
}
.swedish-website-store .page-header .top-section ul li {
  font-weight: 700;
}
.swedish-website-store .page-header .top-section .top-section__right a {
  font-weight: 700;
}
.swedish-website-store .page-header .top-section {
  padding: 7px;
}
.swedish-website-store .page-header .top-section .top-section__right {
  padding-top: 2px;
}
.swedish-website-store .rd-navbar-cart-wrap .rd-navbar-cart-fixed:hover {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .swedish-website-store .page-header {
    background: #ff6600;
  }
  .swedish-website-store .rd-navbar-cart-wrap span .counter-number {
    color: #ffffff;
    background-color: #262626 !important;
    border: solid #262626;
  }
}
@media screen and (min-width: 901px) {
  .swedish-website-store .minicart-wrapper .action.showcart.rd-navbar-cart-toggle {
    border: 0 !important;
  }
  .swedish-website-store .minicart-wrapper .action.showcart.rd-navbar-cart-toggle {
    width: 46px;
    height: 46px;
    margin-left: 3px;
    margin-top: 1px;
  }
  .swedish-website-store .minicart-wrapper .action.showcart.rd-navbar-cart-toggle {
    background: #ff6600;
  }
  .swedish-website-store .rd-navbar-cart-wrap .rd-navbar-cart-fixed {
    background: #ffffff;
  }
}
@media screen and (min-width: 900px) {
  .swedish-website-store .rd-navbar-cart-wrap {
    background: #ff6600;
  }
}
@media screen and (max-width: 900px) {
  /* .swedish-website-store .rd-navbar-cart-wrap .minicart-wrapper .action.showcart.rd-navbar-cart-toggle {
        height: 36px;
    } */
}
@media screen and (min-width: 1025px) {
  .swedish-website-store .rootmenu-list > li {
    border: 0 !important;
  }
  .swedish-website-store .header_image_cart {
    margin-top: 3px;
  }
  .swedish-website-store .header.content .rd-navbar-cart-wrap {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 1024px) {
  .swedish-website-store .rootmenu-list > li {
    border-color: #ff6600 !important;
  }
  .swedish-website-store .nav-toggle:before {
    color: #262626;
  }
  .swedish-website-store .nav-toggle:hover:before {
    color: #262626;
  }
  .swedish-website-store .page-wrapper .sections.nav-sections {
    background-color: #ff6600 !important;
  }
  .swedish-website-store .rootmenu > .rootmenu-list.mobile-sub {
    background-color: #ff6600;
  }
  .swedish-website-store .rootmenu #custom_session_menu {
    background: #ff6600;
  }
  .swedish-website-store .rootmenu > .rootmenu-list.mobile-sub > li > a {
    border-bottom: 1px solid #fff;
  }
  .swedish-website-store .rootmenu > .rootmenu-list > li:nth-child(1) > a {
    border-top: 1px solid #fff;
  }
  .swedish-website-store .rootmenu > .rootmenu-list .megamenu li.category-item.rootmenu-active .rootmenu-click > .rootmenu-arrow::before {
    transform: rotate(45deg);
  }
  .swedish-website-store .rootmenu > .rootmenu-list .megamenu li.category-item .rootmenu-click > .rootmenu-arrow::before {
    transform: rotate(225deg);
  }
}
@media screen and (min-width: 768px) {
  .swedish-website-store .rootmenu-list > li > a.active {
    background: #262626;
  }
}
@media screen and (max-width: 767px) {
  .swedish-website-store .header.content {
    border-bottom: 1px solid #ffffff;
  }
  .swedish-website-store .page-header .header.content:before {
    background: #ff6600;
  }
  .swedish-website-store .page-header {
    background: #ff6600;
  }
  .swedish-website-store .page-header .top-section {
    border-bottom: 1px solid #ff6600;
    background: #ff6600;
  }
  .swedish-website-store .page-header .top-section {
    padding: 7px 7px 6px 7px;
  }
}
.swedish-website-store .page-footer .footer_additional h2 {
  color: #ff6600;
}
.swedish-website-store .page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column h4,
.swedish-website-store .page-footer .footer-bottom .footer-bottom-columns .footer-bottom-column h5 {
  color: #ff6600;
}
.swedish-website-store .page-footer .footer-columns p,
.swedish-website-store .page-footer .footer-columns ul li a,
.swedish-website-store .page-footer .footer-bottom .footer-bottom-columns ul li a {
  color: #fff;
}
.swedish-website-store .page-footer ul.information {
  padding-left: 15px;
}
/*************************
 * Colors
 ************************/
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
