@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("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
 ************************/
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
