.vector-icon {
	background-repeat: no-repeat;
	background-image: url(/Shop/client/default/graphics/svg/output/sprite.css-ad569ef1.svg);
	display: inline-block;
}

.i-basket {
	background-position: -192px 0px;
}

.i-basket-dims {
	width: 23px;
	height: 20.06px;
}

.i-chevron-down {
	background-position: -192px -182.56px;
}

.i-chevron-down-dims {
	width: 11.73px;
	height: 7.07px;
}

.i-close {
	background-position: -192px -164.56px;
}

.i-close-dims {
	width: 18px;
	height: 18px;
}

.i-close-small {
	background-position: -215px -31.82px;
}

.i-close-small-dims {
	width: 7px;
	height: 7px;
}

.i-favicon {
	background-position: 0px 0px;
}

.i-favicon-dims {
	width: 192px;
	height: 192px;
}

.i-full-screen {
	background-position: -192px -20.06px;
}

.i-full-screen-dims {
	width: 23px;
	height: 23px;
}

.i-gallery-left {
	background-position: -215px 0px;
}

.i-gallery-left-dims {
	width: 9.53px;
	height: 15.91px;
}

.i-gallery-right {
	background-position: -215px -15.91px;
}

.i-gallery-right-dims {
	width: 9.53px;
	height: 15.91px;
}

.i-mast-account {
	background-position: -192px -104.05px;
}

.i-mast-account-dims {
	width: 20px;
	height: 20.51px;
}

.i-menu {
	background-position: 0px -192px;
}

.i-menu-dims {
	width: 18px;
	height: 13px;
}

.i-qty-decrement {
	background-position: -192px -124.56px;
}

.i-qty-decrement-dims {
	width: 20px;
	height: 20px;
}

.i-qty-increment {
	background-position: -192px -144.56px;
}

.i-qty-increment-dims {
	width: 20px;
	height: 20px;
}

.i-search {
	background-position: -192px -83.06px;
}

.i-search-dims {
	width: 21.05px;
	height: 20.99px;
}

.i-view-grid {
	background-position: -192px -43.06px;
}

.i-view-grid-dims {
	width: 23px;
	height: 20px;
}

.i-view-list {
	background-position: -192px -63.06px;
}

.i-view-list-dims {
	width: 23px;
	height: 20px;
}

/* @define-mixin more {
  @mixin fontNormal;
  background: url(/Shop/client/default/graphics/icons/sprite.icons.png)
    no-repeat -20px -167px;
  padding-left: 20px;
  margin-bottom: 0;
} */

/* border colour */

/* error large (error message) */

/* error, savings */

/* buttons */

/* slider paging*/

/* h1 heading */

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #2c2c2c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

/* RESET */

dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
blockquote,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0 none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
}

h1 {
  margin-bottom: 34px;
  font-size: 3rem;
  line-height: calc(36 / 30);
  color: #525252;
}

h2 {
  font-size: 3rem;
  font-weight: normal;
  line-height: calc(42 / 30);
}

h3 {
  font-size: 1.6rem;
  line-height: calc(20 / 16);
}

h4,
h5,
h6 {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
}

p {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  margin: 0 0 16px;
}

p.style1 {
    font-size: 1.8rem;
    line-height: 1.3334;
  }

p.style2 {
    font-size: 1.2rem;
    line-height: 1.3334;
  }

p.save {
    color: #d90000;
  }

p.save span {
      padding-right: 8px;
      font-weight: normal;
      text-transform: capitalize;
      color: #d90000;
    }

p.save span.percent:after {
        content: "/";
        padding-left: 4px;
      }

.product-item-outofstock {
  color: #d90000 !important;
}

.outofstock,
.outofstock > p {
  color: #d90000;
}

#bannerPrint {
  display: none;
}

.price span, .cost span, .subTotal span {
    padding-right: 8px;
    font-weight: normal;
    text-transform: capitalize;
  }

.price,
.cost,
.subTotal {
  margin-bottom: 4px;
  font-weight: bold;
}

/* Mainly on product details page */

.saving {
  padding-right: 8px;
  font-weight: normal;
  text-transform: capitalize;
  color: #d90000;
  padding-right: 0;
  margin-bottom: 8px;
}

.highlight {
  background-color: #dbf2fb;
  border-radius: 4px;
  clear: both;
  display: inline-block;
  margin: 0;
  padding: 4px 8px 3px;
  color: #525252;
}

.sectionhead {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.sectionhead h2 {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
  }

.meta,
.description {
  margin-bottom: 0;
}

.description {
  color: #525252;
}

section > header > h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

img {
  border: 0;
  max-width: 100%;
  height:auto;
}

a {
  color: #178abb;
  text-decoration: none;
}

a:visited {
    color: #178abb;
    text-decoration: none;
  }

a:hover {
    text-decoration: underline;
  }

hr {
  border: none;
  border-top: 1px solid #e7e7e7;
  clear: both;
  color: #c3c3c3;
  display: block;
  height: 1px;
  margin: 0 0 24px;
}

dl {
  margin: 0 0 8px;
}

dl dt {
    margin: 0 0 8px;
  }

dl dd {
    font-weight: bold;
    margin: 0 0 8px;
  }

dl dd input[type="text"] {
      width: 100%;
    }

address {
  margin: 0 0 16px;
}

.assistive {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.topHeader:after {
    clear: both;
    content: "";
    display: table;
  }

.topHeader {
  margin-bottom: 32px;
}

.topHeader h1 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }

.topHeader p {
    margin-bottom: 28px;
    font-size: 1.8rem;
    line-height: calc(24 / 18);
  }

.topHeader.homeHeader {
    text-align: center;
  }

.topHeader.homeHeader img {
      margin-bottom: 12px;
      width:100%;
    }

.related-content:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 600px) {
    .topHeader:after {
    clear: both;
    content: "";
    display: table;
  }
    .topHeader .itemIllustration {

      float: left;

      margin: 0 20px 20px 0;
    }
    .topHeader.homeHeader {
      text-align: left;
    }
  }

@media screen and (min-width: 768px) {
    .topHeader.homeHeader img.itemIllustration {
        width:inherit;
      margin: 0;
    }
    .topHeader.homeHeader div {
    
      display: flex;
      flex-direction: column;
      justify-content: center;
     
    }
    .topHeader.homeHeader h1 {
      font-weight: bold;
      font-size: 3rem;
    }
    .topHeader.homeHeader p:last-of-type {
      margin-bottom: 0;
    }
  }

.S2Master #wrapper .mainColumn {
      width: 100%;
      float: none;
    }

.inner-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.mast {
  position: relative;
}

.mast > .sleeve {
  }

.mast .top {
    background-color: #a7a7a7;
    padding-top: 13px;
    padding-bottom: 18px;
  }

.mast .top:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
    }

.mast .top > .sleeve {
      display: flex;
    }

.mast .top > .sleeve .column-one .logo {
          padding-top: 4px;
        }

.mast .top > .sleeve .column-two {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content:end;
        gap:20px;
        padding-top:10px;
      }

.mast .top > .sleeve .top-sub-1 {
        display: flex; 
        align-items: center;
        position:relative;

      }

.mast .top > .sleeve .top-sub-1 .account-item .sleeve{
                background-color:transparent;
            }

.mast .top > .sleeve .top-sub-2 {
        display: flex;
        align-items: center;
        gap:12px;
      }

.mast .bottom {
    background-color: #f3f3f5;
  }

.mast .bottom > .sleeve {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 6px 0;
    }

.mast .bottom > .sleeve > * {
        flex: 1;
        text-align: center;
    
      }

.mast .bottom > .sleeve a.basket-button {
   position:relative;
          
}

.mast .bottom > .sleeve a.basket-button:before,
        .mast .bottom > .sleeve a.basket-button:after{
           content:"";
           position:absolute;
           width:1px;
           height:calc(100% - 22px);
           top:50%;
           transform:translateY(-50%);
           right:0;
           background-color:#fff;
         }

.mast .bottom > .sleeve a.basket-button:before{
                   left:0;
                   right:unset;
               }

#wrapper {
  overflow: hidden;
}

#wrapper .colSleeve {max-width: 1180px; margin-left: auto; margin-right: auto; box-sizing: border-box;
    /* @neat-show-grid 1 12 background; */
    padding: 0 10px;
  }

#wrapper .colSleeve:after {
    clear: both;
    content: "";
    display: table;
  }

#wrapper .colSleeve .subSleeve:after {
    clear: both;
    content: "";
    display: table;
  }

.mainColumn,
aside[role="complementary"] {
    margin: 30px 0 24px;
}

aside[role="complementary"] {
  background: #ffffff;
}

.productList {
  /* .mainColumn {
    margin-top: 36px;
  } */
}

.productList .topHeader {
    margin: 28px 0 24px;
  }

.productList .mainColumn {
    padding-left: 0;
    padding-right: 0;
}

.productList div.mainColumn,
  .productList aside[role="complementary"] {
    margin: 0 0 24px;
  }

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.footer ul li {
      margin-bottom: 8px;
    }

@media screen and (min-width: 768px) {
  .mast .top {
    padding: 5px 0 15px;
  }
  .mast .bottom > .sleeve {
    padding: 0 10px;
  }
  .footer {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
  }
      .footer .sleeve:after {
    clear: both;
    content: "";
    display: table;
  }
      .footer ul li {
        display: inline-block;
        margin-bottom: 0;
      }
        .footer ul li:not(:last-child) {
          margin-right: 4px;
          border-right: 1px solid #e7e7e7;
          padding-right: 8px;
        }
    .footer .site {
      font-size: 1.2rem;
      line-height: calc(16 / 12);
      margin-top: 8px;
      margin-bottom: 0;
      text-transform: none;
    }
  }

@media screen and (min-width: 1024px) {
    .mast .top > .sleeve .top-sub-1 {
      flex: none;
    }
.mast .bottom > .sleeve {
    display: block;

}
     .mast .bottom > .sleeve > *:after {
        display:none;
   }
  #wrapper .colSleeve,
  .inner-container,
  .mast .bottom > .sleeve {
    padding: 0 20px;
  }
      .footer .inner-container:after {
    clear: both;
    content: "";
    display: table;
  }
    .footer nav {float: left; width: calc((100% / undefined) * 10); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
    }
    .footer .site {float: left; width: calc((100% / undefined) * 2); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
      margin-top: 0;
    }
  aside[role="complementary"] {float: left; width: calc((100% / undefined) * 4); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
  }
  .mainColumn {float: left; width: calc((100% / undefined) * 8); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
    float: right;
    margin-right: 0;
  }
  }

div.crumbtrail {
  margin-top: 20px;
}

div.crumbtrail ul:after {
    clear: both;
    content: "";
    display: table;
  }

div.crumbtrail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    -moz-column-gap:60px;
         column-gap:60px;
    flex-wrap:wrap;
}

div.crumbtrail li {
    position: relative;
    text-transform:uppercase;
    font-size: 1.4rem;
  margin-right:0;
    line-height: calc(36 / 14);
  }

div.crumbtrail li:not(:last-child):after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #000;
    transform: translateY(-50%);
}

#mainsearch-mobile:empty,
#mainsearch-tablet:empty,
#mainsearch-tabletlandscape:empty,
#mainsearch-desktop:empty,
#mainsearch-tabletlandscape {
  display: none;
}

.currency > .sleeve {
    position: relative;
    display: flex;
  }

.currency h2 {
    left: -1000em;
    position: absolute;
  }

.currency .currency-symbol {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    border-radius: 50%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:1.45em;
}

.currency .mobSelected {
    display: flex;
  }

.currency .mobSelected a {
      display: flex;
      align-items: center;
     
      justify-content: flex-end;
    }

.currency .mobSelected a #chevron-down {
        margin-left: 6px;
      }

.currency ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.currency li {
    left: auto;
    position: static;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

.currency li a {
      padding: 6px 8px 6px 16px;
      display: flex;
      align-items: center;
      color: #ffffff;
    }

.currency li a i:first-child {
        margin-right: 6px;
      }

.currency li.selected {
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      width: 1px;
      height: 1px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      border-bottom: 0;
    }

.currency .selection {
    position: absolute;
    z-index: 20000;
    top: 32px;
    background-color: #555;
    width: 96px;
  }

.currency .selection.hide {
      left: -1000em;
      position: absolute;
    }

.currency.active {
    background-color: #ffffff;
  }

.currency.active .selection {
      right: 0;
    }

button.mastSearch {
    height: -webkit-fill-available;
}

.mastsearch > a
{
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
  }

.mastsearch > a span {
    font-size: 1.2rem;
    line-height: calc(16 / 12);
  }

.mastsearch > a span.search-icon{
    content: '';
    background: url(/shop/client/default/graphics/search.svg) no-repeat;
    width: 22px;
    height: 19px;
  
}

.mastsearch .search span {
    display: inline-block;
  }

.mastsearch .formbox {
    position: absolute;
    top: 47px;
    width: 100%;
    padding: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 0;
    left: -1000em;
    position: absolute;
  }

.mastsearch .formbox form div {
      display: flex;
      height: 38px;
    }

.mastsearch .formbox form div input[type="text"] {
        flex: 1;
        border: 0;
        padding-left: 8px;
      }

.mastsearch .formbox form div input[type="text"]::-moz-placeholder {
          color: #ccc;
        }

.mastsearch .formbox form div input[type="text"]::placeholder {
          color: #ccc;
        }

.mastsearch .formbox fieldset {
      padding: 0;
    }

.mastsearch .formbox.hide,
    .mastsearch .formbox label {
      left: -1000em;
      position: absolute;
    }

.mastsearch.active .formbox {
    z-index: 1;
    top: 144px;
    left: auto;
    padding: 8px;
    background-color: #f3f3f5;
    border-top: 1px solid #ffffff;
  }

div[class="mastNav"] > a::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #2c2c2c;
}

.mastNav ul {
    position: absolute;
    left: -9999px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.mastNav li a,
    .mastNav li span {
      display: flex;
      align-items: center;
      color: #ffffff;
      padding: 8px;
      max-width: 140px;
    }

.account-item .sleeve {
    display: flex;
    align-items: center;
    padding: 6px 0;
    background: #555;
  }

.account-item .sleeve .user-icon{
    background: url(/shop/client/default/graphics/user-icon.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    width: 38px;
    height: 38px;
}

.account-item .sleeve .icon-container {
       background: url(/shop/client/default/graphics/down-arrow.svg);
       background-repeat: no-repeat; 
       width: 24px;
       height: 13px;
    }

.account-item.active ul {
      left: auto;
      top: 37px;
    }

.mastNav:only-child .account-item.active ul {
    right: 10px;
  }

#skiplinks,
#skiplinks li {
  display: inline;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#skiplinks a {
  background: #ffffff;
  border: 2px solid #e7e7e7;
  left: -9999px;
  outline: none;
  padding: 6px 5px;
  position: absolute;
  top: 154px;
  z-index: 10;
}

.logo a img {
    width: 82px;
    vertical-align: middle;
  }

.mast > .sleeve > a {
  display: inline-block;
  padding-top: 19px;
}

.S2Master aside[role="complementary"] {
  display: none; /* assumed its empty as page is full-width*/
}

.currency.active div.selection li a{
                padding: 8px;
                gap: 8px;
                                                     }

@media screen and (max-width: 1023px) {
            div.mastNav .account-item.active ul{
                  top:40px;
                  background-color:#12171C;
                   border: 1px solid #474C52;
                   width:-moz-fit-content;
                   width:fit-content;
            }
                     div.mastNav .account-item.active ul li a {
                           padding:9px 18px;
                       }
                     div.mastNav .account-item.active ul li {
                 padding:8px;
	}
                 div.mastNav .account-item.active ul li:not(:last-of-type){
                    border-bottom: 1px solid #474C52;
                  }
    }

@media screen and (min-width: 768px) {
  .account-item {
    position: relative;
  }
  .account-item.active ul {
    top: 33px;
  }
  .mastsearch.active .formbox {
    top: 122px;
}
  .mastNav:only-child .account-item.active ul {
    right: 0;
    left: auto;
  }
      .mast .top > .sleeve {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
      }

      .mast .top #mainsearch-desktop {
        display: block;
      }
    .mast .bottom .sub-button {
      display: none;
    }
  .currency .selection {
    top: 32px;
  }

  .logo {
    padding-top: 0;
  }
    .logo a img {
      width: auto;
      max-height: 35px;
    }
    .headerWrapper .col1 {
      float: right;
      width: 49.15254%;
    }
    .headerWrapper .col2 {
      float: left;
      width: 49.15254%;
      margin-right: 1.69492%;
    }
  }

div.mainColumn{
    padding:0;
}

@media screen and (min-width: 1024px) {

           .mast .top:after{
               display:none;
           }
    #mainsearch-tabletlandscape {
    display: block;
  }
  .account-item.active ul {
    width: auto;
  }
    .account-item .sleeve {
      display: none;
    }
    .account-item ul {
      position: static;
      display: inline-flex;
      margin-right:20px;
      align-self: center;
    }
    .account-item:hover ul {
      background-color: transparent;
    }
  .mastNav li:not(:last-child) {
    margin-right: 20px;
  }
  div.mastsearch {
    width: -moz-fit-content;
    width: fit-content;
}
    div.mastsearch > a {
      display: none;
    }
    div.mastsearch .formbox.hide {
      position: static;
    }
div.mastsearch .formbox #search {
    width: 0;
    padding: 8px 0;
    opacity: 0;
    border-bottom: 3px solid #fff;
    background-color:transparent;
    color:#fff;
    border-radius: 0;
    overflow: hidden;
    margin-left:4px;
    outline:none;
    height:-moz-fit-content;
    height:fit-content;
    transition: width 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
}
    div.mastsearch .formbox #search.expanded{
        width: 220px;
        opacity: 1;
        padding: 8px 12px;
    
    }
div.mastsearch button.mastSearch {
    text-indent: -99999px;
    background-color: transparent;
    border: 0;
    position: relative;
    height: 40px;
    padding-left: 20px;
    padding-right: 0;
    }
    div.mastsearch button.mastSearch:after
        {
            content: '';
            background: url(/shop/client/boat/graphics/svg/source/search.svg) no-repeat;
            width: 22px;
            height: 19px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform:translate(-50%, -50%);
        }
  .headerWrapper .col1 {
    float: none;
    width: 100%;
  }
  .headerWrapper .col2 {
    left: -1000em;
    position: absolute;
  }
  }

@media screen and (min-width: 1180px) {
    #wrapper .mastNav .icon.subscription {
      width: auto;
      height: auto;
      background: 0;
    }
      #wrapper .mastNav .icon.subscription span {
        left: auto;
        position: static;
      }
  }

.gridView li {
    background-color: #f3f3f5;
  }

.gridView li a {
      padding: 20px;
    }

.gridView div {
    padding-top: 8px;
  }

@media screen and (min-width: 480px) {
    .gridView ul {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
      .no-cssgrid .gridView ul {
        display: flex;
        flex-wrap: wrap;
      }
      .no-cssgrid .gridView li {
        width: 47%;
        margin-right: 18px;
      }
        .no-cssgrid .gridView li:nth-child(even) {
          margin-right: 0;
        }
  }

.gridView ul, .listView ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.gridView li, .listView li {
    margin-bottom: 20px;
    text-align: center;
  }

.gridView li article a:after, .listView li article a:after {
    clear: both;
    content: "";
    display: table;
  }

.gridView li img, .listView li img {
      vertical-align: middle;
    }

.gridView li a, .listView li a {
      display: block;
    }

.gridView li a:hover, .listView li a:hover {
        text-decoration: none;
      }

.gridView li a:hover h3, .listView li a:hover h3 {
          text-decoration: underline;
        }

.gridView li a p:not(.product-item-savings), .listView li a p:not(.product-item-savings) {
        color: #000000;
      }

.gridView li p:last-of-type, .listView li p:last-of-type {
      margin-bottom: 0;
    }

.listView li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }

.listView .product-item img {
      max-width: 100px;
      float: left;
      margin: 0 20px 0 0;
    }

.listView .product-item-meta {
    margin-top: 0;
  }

.listView .product-item-price small {
    font-size: 1.4rem;
  }

@media screen and (min-width: 600px) {
  }

@media screen and (min-width: 768px) {
  .gridView ul {
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  }
      .no-cssgrid .gridView li {
        width: 31.5%;
        margin-right: 18px;
      }
        .no-cssgrid .gridView li:nth-child(even) {
          margin-right: 18px;
        }
        .no-cssgrid .gridView li:nth-child(3n) {
          margin-right: 0;
        }
    .listView li:not(:last-child) {
      padding-bottom: 30px;
      margin-bottom: 30px;
    }
 
    .listView .product-item-price,
    .listView .product-item-savings {
      display: inline-block;
    }
  }

@media screen and (min-width: 1024px) {
      .no-cssgrid .gridView li {
        width: 23%;
        margin-right: 18px;
      }
        .no-cssgrid .gridView li:nth-child(even) {
          margin-right: 18px;
        }
        .no-cssgrid .gridView li:nth-child(3n) {
          margin-right: 18px;
        }
        .no-cssgrid .gridView li:nth-child(4n) {
          margin-right: 0;
        }
  }

.small {
  width: 48px;
}

input,
button,
textarea,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

input {
  line-height: 1.333;
  padding: 4px;
  border: 1px solid #e7e7e7;
}

select {
  padding: 3px;
  border: 1px solid #e7e7e7;
  line-height: normal;
}

select.medium {float: left; width: calc((100% / undefined) * 5); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
  }

textarea {
  border: 1px solid #e7e7e7;
  height: 144px;
}

.formbox {
  clear: left;
}

.formbox h2 {
    margin-bottom: 0;
  }

.formbox .sleeve > .alert {
    margin-top: -15px;
    margin-bottom: 0;
    text-align: right;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.formbox fieldset {
    padding: 20px;
    background-color: #f3f3f5;
  }

.formbox .field {
    clear: both;
    margin: 0 0 16px;
  }

.formbox .field:after {
    clear: both;
    content: "";
    display: table;
  }

.formbox .field.last {
      margin-bottom: 0;
    }

.formbox select {
    padding: 4px;
  }

.formbox label,
  .formbox .label {
    font-style: normal;
    line-height: 1.636;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    width: 23.72881%;
  }

.formbox .text,
  .formbox textarea {
    width: 40.67797%;
  }

.formbox .icon.required:before {
    color: #d90000;
    content: "*";
    font-size: 30px;
    line-height: 1;
  }

.formbox .icon.required {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    height: 13px;
  }

.formbox .required span {
      left: -1000em;
      position: absolute;
    }

.formbox .field_text {
    font-style: normal;
  }

.errorbox {
  background-color: #e6decc;
  margin: 0 0 12px;
  padding: 7px;
}

.errorbox div.errorbox_sleeve {
    margin: 0;
  }

.errorbox p {
    margin: 0;
    font-weight: bold;
  }

.errorbox_large {
  background-color: #e6decc;
  margin: 16px 0;
  padding: 7px;
  min-height: 60px;
}

.errorbox_large h3,
  .errorbox_large h2 {
    font-weight: bold;
  }

.errorbox_large h2 {
    line-height: 1.25;
  }

.errorbox_large label,
  .errorbox_large li a {
    cursor: pointer;
    float: none;
  }

.errorbox_large label:hover, .errorbox_large li a:hover {
      text-decoration: underline;
    }

.errorbox_large ul {
    margin-bottom: 0;
  }

.errorbox_large li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin: 0 0 8px;
    color: #000;
    font-weight: bold;
  }

.errorbox_large li label,
    .errorbox_large li a {
      padding-top: 0;
      text-transform: none;
      font: italic normal 1.4em/1.333 "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.human_test .text {
    margin-left: 0px;
  }

.human_test label {
    margin: 0 0 12px;
    width: 100%;
  }

.human_test strong {
    padding: 4px 0;
    letter-spacing: 2px;
    line-height: 1;
  }

.human_test span {
    padding: 0;
  }

.securityfilter {
  display: none;
}

.promotion label {
    padding-top: 2px;
    padding-right: 4px;
  }

.promotion #promoCode {
    padding: 2px;
    margin-right: 5px;
  }

table {
  border-collapse: collapse;
  margin: 0 0 16px;
  width: 100%;
}

table caption {
    background-color: #e7e7e7;
    font-weight: bold;
    padding: 4px 8px;
    text-align: left;
  }

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td,
th {
  padding: 8px 6px;
  vertical-align: top;
  word-wrap: break-word;
}

td {
  padding-left: 0;
  padding-right: 0;
}

table tr.cost {
    display: block;
    font-weight: bold;
    text-align: right;
  }

table tr.end .field {
      padding-bottom: 12px;
    }

/* HEAD */

thead th {
    background-color: #f3f3f5;
    padding: 13px 12px;
  }

thead th.quantity {
      width: 40px;
    }

thead th.subTotal {
      text-align: right;
      width: 70px;
    }

/* BODY */

tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.orderSummary thead th.subTotal {
      width: 140px;
      font-weight: normal;
    }

.orderSummary tbody tr:not(.spacer) {
    border-bottom: 1px solid #e7e7e7;
  }

.orderSummary tbody tr:not(.spacer) td {
      padding: 12px 6px 11px 0;
      /* &.qty {
        padding-right: 0;
        label {
          @mixin hideOffscreen;
        }
        input {
          width: 69px;
        }
      } */
    }

.orderSummary tbody tr:not(.spacer) td .picture {
        width:80px;
        margin-bottom: 0;
      }

.orderSummary tbody tr:not(.spacer) td .picture img {
          display: block;
        }

.orderSummary tbody tr:not(.spacer) h4,
    .orderSummary tbody tr:not(.spacer) .qty {
      line-height: calc(20 / 14);
    }

.orderSummary tbody tr:not(.spacer) .subTotal {
    }

.orderSummary .deletedItem {
    padding: 8px 0;
  }

.orderSummary .deletedItem > * {
      display: inline-block;
      margin-bottom: 0;
    }

.orderSummary .deletedItem span {
      padding-left: 4px;
    }

table,
thead,
tbody,
tfoot,
th,
td,
tr {
  display: block;
}

button,
a.button {
  cursor: pointer;
  padding: 0 8px;
  line-height: 36px;
  display: inline-block;
  border:none;
}

button:not(.secondary), a.button:not(.secondary) {
        background-color: #000;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        width: auto;
        overflow: visible;
        text-transform: uppercase;
        border:0;
  }

button:not(.secondary):hover, a.button:not(.secondary):hover {
          background-color: #222;
        
          text-decoration: none;
    }

button:not(.secondary).ghost, a.button:not(.secondary).ghost {
        background-color: #fff;
        border: 1px solid #000;
        color:#000;
    }

button:not(.secondary).semi-ghost, a.button:not(.secondary).semi-ghost {
        background-color: #fff;
        color: #000;
        border-top:1px solid #000;
    }

button,
a.button {
  color: #2c2c2c;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more span:hover,
  .more:hover {
    text-decoration: underline;
  }

button[disabled] {
  cursor: auto;
}

button,
.button {
  transition: all 150ms;
}

button.remove, .button.remove {
    border: 0;
    padding: 0;
    text-transform: none;
    line-height: normal;
    font-size: 12px;
    background-color: transparent;
    color: #d90000;
  }

button.remove svg, .button.remove svg {
      margin-right: 6px;
    }

button.remove svg polygon, .button.remove svg polygon {
        fill: #d90000;
      }

button.remove.loading, .button.remove.loading {
      padding-left: 20px;
      background: url(/Shop/client/default/graphics/ajax_loader_white.gif)
        no-repeat left;
      background-size: 13px;
      pointer-events: none;
    }

button.remove.loading > svg, .button.remove.loading > svg {
        display: none;
      }

.pageOptions {
  background: #f3f3f5;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px 0 8px;
}

.pageOptions ul:after {
    clear: both;
    content: "";
    display: table;
  }

.pageOptions ul {
    padding: 4px 0 0;
    margin-bottom: 0;
    text-align: center;
}

.pageOptions ul li {
      list-style: none;
      margin: 0;
      padding-left: 0;
      display: inline-block;
      padding-right: 4px;
    }

.pageOptions ul li:first-child {
        padding-left: 2.5641%;
      }

.pageOptions ul li a {
        display: block;
        line-height: 0;
        font-size: 0;
        color: transparent;
        float: left;
      }

.pageOptions ul li .email,
      .pageOptions ul li .print {
        display: none;
      }

.pageOptions ul li.twitter iframe {
          width: 80px !important;
        }

.overlay-show {
  overflow: hidden;
}

.overlay-show-bg {
  background-color: #000000;
}

div.abacus-popup header h1{
          font-size: 1.4rem;
        }

.abacus-popup {
  border: 2px solid #000000;
  background: #ffffff;
  height: 100px;
  width: 90%;
  position: fixed;
  z-index: 65536;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -20%);
  max-width: 630px;
}

.abacus-popup h1 {
    margin-bottom: 32px;
    border-bottom: 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    color: #ffffff;
    position: absolute;
    top: 12px;
    max-width: 550px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.abacus-popup .buttons {
    padding-top: 12px;
    border-top: 1px solid #e7e7e7;
  }

.abacus-popup .abacus-close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    text-indent: -9999px;
  }

.abacus-popup .abacus-close {
	background-repeat: no-repeat;
	background-image: url(/Shop/client/default/graphics/svg/output/sprite.css-ad569ef1.svg);
	display: inline-block;
  }

.abacus-popup .abacus-close {
    @extend .i-close;
    @extend .i-close-dims;
  }

.abacus-popup > .sleeve {
    position: relative;
    padding: 16px


}

.abacus-popup > .sleeve:not(:has(.addedMessage)){
        position: relative;
        padding: 62px 15px 12px
      }

.abacus-popup > .sleeve:not(:has(.addedMessage)):before{
            content: "";
            position: absolute;
            top: -1px;
            right: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 50px;
            background-color: #000000;
        }

.abacus-popup.loading {
    background: #ffffff url(/Shop/client/default/graphics/ajax_loader_white.gif)
      no-repeat 50% 50%;
  }

.abacus-popup.loading * {
      visibility: hidden;
    }

.abacus-popup table {
    margin-bottom: 0;
  }

.abacus-popup .duplicateProducts .addedMessage {
      background-color: #d90000;
    }

.abacus-popup .duplicateProducts .message {
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 16px;
    }

.abacus-popup .duplicateProducts .message li {
      }

.abacus-popup .duplicateProducts .addToBasket {
      margin-top: 0;
      padding: 6px 24px 6px 40px;
    }

.abacus-popup-overlay {
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 65535;
}

.changeCurrency {
  /* .button.continue {
    background-image: none;
  } */
}

.changeCurrency h1 + p {
    margin-bottom: 4px;
  }

.mySubscriptions .abacus-popup .formbox {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

.mySubscriptions .abacus-popup .formbox form {
      max-height: 404px;
      overflow: auto;
    }

.mySubscriptions .abacus-popup .addedMessage p {
    padding: 20px;
  }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: #000000 url(/Shop/client/default/graphics/ajax_loader.gif)
    no-repeat center;
}

.overlay.open {
    visibility: visible;
    z-index: 9999;
    opacity: 1;
  }

.overlay.fadeOut {
    opacity: 0;
  }

.overlay.loaded {
    background-image: none;
  }

.overlay.loaded .attachments .sliderStyle2 .sliderContent {
      opacity: 1;
    }

.listInline {
  /* padding-bottom: 800px;
  margin-bottom: -800px; */
}

.listInline h3 + a, .listInline h2 + a {
      font-weight: normal;
    }

.listInline h3,
  .listInline h2 {
    font-weight: normal;
}

.listInline ul li {
      list-style: none;
      margin: 0;
      padding-left: 0;
      margin-bottom: 8px;
    }

.listInline ul li span {
        padding-left: 4px;
      }

.listInline ul li.empty {
        font-weight: normal;
      }

/* Hide bullets and reset list */

.department.listInline {
    max-height: 0;
    margin:0;
    padding:0;
    opacity: 0;
    transition: all 0.3s ease;
    
}

.department.listInline.open {
    max-height: 50px; /* enough to fit your content */
    margin-top:30px;
    padding-bottom:30px;
   
    opacity: 1;
}

.department.listInline.open:after{
       content:'';
       width:100%;
       height:1px;
       background-color:#e0e0e0;
       position:absolute;
       bottom:60px;
    }

.search-facet-filters .button.active {
    background-color: orange;
    color: white;
}

.department.listInline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

/* Hide the nested ul wrapper */

.department.listInline li {
    display: contents;
}

/* Style the selected item (parent) */

.department.listInline li.selected {
        display: inline-flex;
        align-items: center;
        color: orange;
        font-weight: 500;
    }

/* Nested ul becomes inline too */

.department.listInline li.selected > ul {
            display: inline-flex;
            align-items: center;
            gap: 0;
        }

.department.listInline li.selected > ul li {
                display: contents;
            }

/* Separator " | " between items using pseudo-elements */

.department.listInline li.selected > ul li::before {
                    content: " | ";
                    color: #ccc;
                    margin: 0 6px;
                }

/* Style the links */

.department.listInline a {
    text-decoration: none;
    color:  #333;
}

.department.listInline a:hover {
        text-decoration: underline;
    }

@media screen and (min-width: 560px) {
    .department.listInline.open:after {
        bottom: 0;
    }
}

.navStyle1 .btnMenu {
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
  }

.navStyle1 .btnMenu span {
    font-size: 1.2rem;
    line-height: calc(16 / 12);
  }

.navStyle1 .sleeve {
    background-color: #f3f3f5;
  }

.navStyle1 .sleeve.hide {
      left: -1000em;
      position: absolute;
      right: auto;
    }

.navStyle1 .sleeve {
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
    text-align: left;
}

.navStyle1 ul {
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.navStyle1 ul li {
      margin-bottom: 0;
      border-top: 1px solid #ffffff;
    }

.navStyle1 ul li > * {
        display: block;
        padding: 15px 0;
     
     
   
      }

.navStyle1 ul li.label {
        line-height: 30px;
        margin: 0 5px 0 0;
        padding: 0 15px 0 10px;
      }

@media screen and (min-width: 768px) {
  }

@media screen and (min-width: 1024px) {
    .navStyle1 .sleeve {
      position: static;
    }
    .navStyle1 .toolbar {
      display: none;
    }
    .navStyle1 .sleeve.hide {
      position: static;
    }
      .navStyle1 ul:after {
    clear: both;
    content: "";
    display: table;
  }
      .navStyle1 ul li {
        float: left;
        border-top: 0;
      }
    nav .navStyle1 ul li > * {
        padding-left: 0;
        padding-right: 40px;
        position: relative;
     
    }
            nav .navStyle1 ul li > *:after{
            content: '';
            width: 1px;
            height: calc(100% - 20px);
            position: absolute;
            right: 20px;
            top: 50%;
            background-color: white;
            transform: translateY(-50%);
        }
    nav .navStyle1 ul li:last-of-type > *

{
    padding-right: 0;
        }
    nav .navStyle1 ul li:last-of-type > *:after

        {
            display: none;
        }
  }

@media screen and (min-width: 1180px) {
  }

.cookiePolicy {
  position: fixed;
  z-index: 70000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f3f5;
  border-top: 1px solid #c3c3c3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
}

.cookiePolicy.show {
    display: block;
  }

.cookiePolicy .sleeve {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 62px 14px 10px;
  }

.cookiePolicy p {
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
  }

.cookiePolicy p a {
      text-decoration: underline;
    }

.cookiePolicy .close {
    float: right;
    margin-right: -52px;
  }

.show-fullscreen {
  display: block;
  margin: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.overlay .attachment-swiper > .controls {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
    }

.overlay .attachment-swiper > .controls .close a {
        display: block;
        padding: 10px;
      }

.attachment-swiper .swiper-subcontainer {
    width: 100%;
  }

.attachment-swiper .slide-image-container {
    min-height: 100vh;
    height: 100vh;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100vw;
  }

.attachment-swiper .slide-image-container .sleeve {
      width: 100%;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
    }

.attachment-swiper .swiper-slide {
    display: block;
    width: 100vw !important;
    height: 100vh;
    margin-right: 0 !important;
  }

.attachment-swiper .swiper-button-prev,
  .attachment-swiper .swiper-button-next {
    margin: 0;
  }

.attachment-swiper .swiper-button-next {
    right: 30px;
  }

.attachment-swiper .swiper-button-prev {
    left: 30px;
  }

.qty-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

[data-quantity-adjustor] label {
    padding-top: 0;
    margin-right: 8px;
    width: auto;
  }

[data-quantity-adjustor] input {

    text-align: center;
    width: 40px;
    height: 40px;
    border: 0 solid;
}

[data-quantity-adjustor] div[class*="qty-"] {
    cursor: pointer;
  }

[data-quantity-adjustor] div[class*="qty-"].disabled {
      opacity: 0.5;
      cursor: default;
    }

[data-quantity-adjustor] div[class*="qty-"].updating {
      opacity: 0.5;
      pointer-events: none;
    }

[data-quantity-adjustor] button {
    margin-left: 12px;
  }

@media screen and (min-width: 768px) {
  [data-quantity-adjustor] button {
    margin-top: 8px;
  }
  }

@media screen and (min-width: 1180px) {
  [data-quantity-adjustor] button {
    margin-top: 0;
  }
  }

.loadingstate {
  position: relative;
}

.loadingstate:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }

.loadingstate:after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(/Shop/client/default/graphics/ajax_loader_white.gif)
      no-repeat;
  }

.basket-button {
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.basket-button span {
    font-size: 1.2rem;
    line-height: calc(16 / 12);
  }

.basket-button {
    
    position:relative;
}

.basket-button .basket-icon{
        background: url(/shop/client/default/graphics/basket.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        width: 18px;
        height: 20px;
    }

.basket-button.disabled {
    pointer-events: none;
  }

.basket-button div.basket-icon {
    position: relative;
  }

.basket-button div.basket-icon:after{
    position: absolute;
    top: -8px;
    right: -8px;
    content: attr(data-basket-count);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C62F24;
    color: #ffffff;
    font-size: 1rem;
    line-height: 16px;
}

.basketItems {
  display: none;
  position: absolute;
}

.basketItems > .sleeve {
    position: relative;
  }

.basketItems div.basketContents {
    left: -1000em;
    position: absolute;
    z-index: 65526;
  }

.basketItems.active {
    background: #ffffff;
  }

.basketItems.active .mast-basket path {
      fill: #000000;
    }

.basketItems.active div.basketContents {
      position: absolute;
      left: auto;
      background: #ffffff;
      top: 40px;
      width: 347px;
      right: -1px;
      border-top: 1px solid #000000;
    }

.basketItems.active div.basketContents:empty {
        display: none;
      }

.basketItems.active div.basketContents:before {
        content: "";
        position: absolute;
        right: 0;
        margin-top: -12px;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        width: 238px;
        height: 12px;
        background-color: #ffffff;
      }

.basketItems.active div.basketContents > .sleeve {
        padding: 10px;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
      }

.basketItems.active div.basketContents > .sleeve:after {
    clear: both;
    content: "";
    display: table;
  }

.basketItems.active div.basketContents > .sleeve.zeroItems .summary .editBasket {
          visibility: hidden;
        }

.basketItems.active div.basketContents h4 {
        margin-bottom: 0px;
      }

.basketItems.active div.basketContents p {
        color: #000000;
        float: none;
        margin: 0;
        padding-top: 4px;
      }

.basketItems.active div.basketContents ul {
        overflow-y: auto;
        max-height: 345px;
        margin: 0 0 12px;
        padding: 0;
        width: 100%;
      }

.basketItems.active div.basketContents ul li {
          list-style: none;
          margin: 0;
          padding-left: 0;
          width: 98%;
        }

.basketItems.active div.basketContents ul li:first-child {
            padding-top: 0;
          }

.basketItems.active div.basketContents ul li:not(:last-child) {
            border-bottom: 1px solid #e7e7e7;
          }

.basketItems.active div.basketContents ul li:only-child {
            border-bottom: 0;
          }

.basketItems.active div.basketContents ul li {
          margin-right: 8px;
          border-bottom: 1px solid #e7e7e7;
          padding: 9px 0 10px 0;
}

.basketItems.active div.basketContents ul li .text,
          .basketItems.active div.basketContents ul li .qty,
          .basketItems.active div.basketContents ul li .price {
            display: inline-block;
            vertical-align: top;
            width: 65%;
          }

.basketItems.active div.basketContents ul li .qty,
          .basketItems.active div.basketContents ul li .price {
            width: 7%;
            text-align: right;
            margin-bottom: 0;
            padding-top: 2px;
          }

.basketItems.active div.basketContents ul li .price {
            width: 20%;
          }

.basketItems.active div.basketContents ul li .remove {
            clear: both;
            margin-left: 0;
            margin-top: 4px;
            display: inline-flex;
            align-items: center;
            text-transform: none;
            /* span {
              display: inline-block;
              margin-left: 4px;
              font-size: 1.2rem;
              line-height: calc(16/12);
            } */
          }

.basketItems.active div.basketContents ul li .remove:hover {
              text-decoration: underline;
            }

.basketItems.active div.basketContents ul li a:hover {
            text-decoration: none;
          }

.basketItems.active div.basketContents ul li a:hover h4 {
              text-decoration: underline;
            }

.basketItems.active div.basketContents ul li {
          transition-property: opacity;
          transition-duration: 1s;
          transition-timing-function: ease-in-out;
}

.basketItems.active div.basketContents ul li[class="delete"] {
            pointer-events: none;
            position: relative;
          }

.basketItems.active div.basketContents ul li[class="delete"]:before {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background: rgba(255, 255, 255, 0.7)
                url(/Shop/client/default/graphics/ajax_loader_white.gif)
                no-repeat center;
            }

.basketItems.active div.basketContents ul li.deleted {
            pointer-events: auto;
          }

.basketItems.active div.basketContents .buttons {
        border: 1px solid #000000;
        border-top: 0;
        padding: 0 4px 4px;
        display: flex;
      }

.basketItems.active div.basketContents .buttons .button {
          flex: 1;
          display: flex;
          justify-content: space-evenly;
          align-items: center;
          font-weight: bold;
          font-size: 1.2rem;
          text-align: center;
        }

.basketItems.active div.basketContents .summary {
        padding-right: 24px;
        text-transform: uppercase;
        color: #2c2c2c;
      }

.basketItems.active div.basketContents .summary:after {
    clear: both;
    content: "";
    display: table;
  }

.basketItems.active div.basketContents .summary .totalItems {
          float: right;
          text-align: right;
          width: 100%;
          margin-bottom: 4px;
        }

.basketItems.active div.basketContents .summary .editBasket {
          clear: both;
          float: left;
        }

.basketItems.active div.basketContents .summary .total {
          float: right;
          text-transform: capitalize;
        }

.basketItems.active div.basketContents .summary span span {
          padding-left: 4px;
        }

.basketItems.active .deletedItem {
      padding: 10px;
      background-color: #f3f3f5;
      display: block;
    }

.basketItems.active .deletedItem > * {
        display: inline;
      }

.basketItems.active .deletedItem h4 a {
        padding-left: 0;
      }

@media screen and (min-width: 600px) {
  }

@media screen and (min-width: 1024px) {
  .basket-button {
    display: none;
  }
  .basketItems {
    display: flex;
 
    position: static;
  }
 
      .basketItems > .sleeve > ul {
        display: flex;
        align-items: center;
        flex: 1;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color:transparent;
      }
        .basketItems > .sleeve > ul li {
          margin-bottom: 0;
        }
        .basketItems > .sleeve > ul .basket-info {
          flex: 1;
          padding: 0;
        }
          .basketItems > .sleeve > ul .basket-info svg {
            margin-right: 6px;
          }
        .basketItems > .sleeve > ul .checkout-li {
          display: flex;
          align-self: stretch;
          text-align: center;
          font-size: 1.2rem;
              }
          .basketItems > .sleeve > ul .checkout-li a {
            display: flex;
            border: 1px solid #ffffff;
            width:40px;
            height:40px;
            border-radius:30px;
            position:relative;
            padding:0;
            text-indent:-9999px;
            position:relative;
            background-color:transparent;
                        
                }
            .basketItems > .sleeve > ul .checkout-li a:after
               {
                  content: '';
                  background: url(/shop/client/default/graphics/basket.svg);
                  position: absolute; 
                  left: 50%; 
                  background-repeat: no-repeat;
                  top: 50%;
                  background-size: 14px;
                  transform: translate(-50%, -50%); 
                  width: 14px;
                  height: 16px;
                    }
            .basketItems > .sleeve > ul .basketAmmout{
                position:absolute;  
                background: #C62F24; 
                right: -6px; 
                border-radius: 20px;
                top: -6px; 
                width: 20px;
                height: 20px;
                border-radius: 20px;
                text-align: center;
                padding-top: 5px;
                z-index: 1;
                    
           
        }
       
                .basketItems > .sleeve > ul .basketAmmout .count{
                    z-index: 1;
                    display: block;
                    position: relative;
                    font-size: 1rem;
                    color: #ffffff;
                    padding-top: 1px;
                }
  /* #wrapper .basketItems a span {
    position: static;
    left: auto;
  } */
  }

@media screen and (min-width: 1180px) {
  }

.chooseCurrency p {
    line-height: 1.2;
    padding: 20px 40px;
    text-align: center;
    margin-bottom: 0;
  }

.chooseCurrency .buttons {
    background: #f3f3f5;
    padding: 40px;
    text-align: center;
  }

.abacus-popup .chooseCurrency p {
               padding:40px 30px;
           }

.abacus-popup .chooseCurrency .buttons {
                flex-wrap: wrap;
                gap: 25px;
                justify-content: center;
            }

/* My subscriptions */

.mySubscriptions .orderDetails {
  margin: 0 0 32px;
}

.mySubscriptions .orderDetails h1 + p {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

.mySubscriptions .orderDetails h2 span {
      font-weight: normal;
      margin-bottom: 8px;
    }

.mySubscriptions .orderDetails h2 span.cost {
        font-size: 1em;
        float: left;
        font-weight: normal;
      }

.mySubscriptions .orderDetails h2:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .orderDetails h3 {
    margin-bottom: 0;
  }

.mySubscriptions .orderDetails h4 {
    margin: 12px 0 8px;
  }

.mySubscriptions .orderDetails h4:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .orderDetails h4 span {
      float: left;
      width: 100%;
    }

.mySubscriptions .orderDetails h4 span.date {
        float: left;
        font-weight: normal;
      }

.mySubscriptions .orderDetails h4 + .renewal {
      margin-bottom: 8px;
    }

.mySubscriptions .orderDetails .columnOne {
    float: left;
    padding: 0 20px 0 0;
  }

.mySubscriptions .orderDetails .columnOne .inlineTitle:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .orderDetails .columnTwo {
    float: left;
    width: auto;
  }

.mySubscriptions .orderDetails dl {
    margin: 0;
    padding: 0;
  }

.mySubscriptions .orderDetails dl:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .orderDetails dt,
  .mySubscriptions .orderDetails dd {
    font-weight: normal;
  }

.mySubscriptions .orderDetails dt {
    clear: left;
    float: left;
    font-weight: bold;
  }

.mySubscriptions .orderDetails dd {
    font-style: normal;
    text-transform: none;
    padding-top: 3px;
    clear: left;
    float: left;
  }

.mySubscriptions .orderDetails dl button.text {
    margin-top: 8px;
  }

.mySubscriptions .orderDetails .renewal {
    padding-bottom: 11px;
  }

.mySubscriptions .orderDetails .renewal .formbox {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
    }

.mySubscriptions .orderDetails .renewal .formbox fieldset {
        background: 0;
        border: 0;
        padding: 0;
        float: right;
        box-shadow: 0 0 0 transparent;
      }

.mySubscriptions .orderDetails .renewal .formbox fieldset .field {
          display: inline-block;
          margin-bottom: 0;
          font-weight: bold;
        }

.mySubscriptions .orderDetails .renewal .formbox fieldset .field span {
            margin-bottom: 0;
            vertical-align: middle;
            padding-right: 12px;
          }

.mySubscriptions .orderDetails .renewal .no-renewal {
      float: right;
      font-style: normal;
      text-transform: uppercase;
      font-weight: bold;
      line-height: calc(16 / 12);
      color: #d90000;
    }

.mySubscriptions .orderDetails .renewal:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .orderDetails .renew {
    margin-bottom: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    min-height: 46px;
  }

.mySubscriptions .orderDetails .renew .sleeve {
      background-color: #f3f3f5;
      border: 1px solid #ffffff;
      border-radius: 4px;
      padding: 7px 12px 7px 7px;
      display: flex;
    }

.mySubscriptions .orderDetails .renew.now .sleeve,
    .mySubscriptions .orderDetails .renew.expired .sleeve {
      background-color: #fff5cc;
    }

.mySubscriptions .orderDetails .renew .days {
      background-color: #ffffff;
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      color: #c3c3c3;
      float: left;
      font-weight: bold;
      line-height: 1;
      min-height: 36px;
      padding: 7px;
      text-align: center;
      text-transform: uppercase;
      flex-basis: 78px;
      display: flex;
      flex-direction: column;
    }

.mySubscriptions .orderDetails .renew .days span {
        color: #525252;
        margin: 0 0 4px;
      }

.mySubscriptions .orderDetails .renew .message {
      flex: 1;
      padding-left: 10px;
    }

.mySubscriptions .orderDetails .renew .message span {
        display: block;
        text-transform: none;
        font-weight: bold;
        margin: -1px 0 0;
      }

.mySubscriptions .orderDetails .renew .message .renewal {
        font-weight: normal;
        margin: 4px 0 0;
        text-transform: uppercase;
      }

.mySubscriptions .orderDetails .renew .message .date {
        color: #000;
        font-weight: normal;
        margin: 0;
      }

.mySubscriptions .orderDetails .renew.expired .message {
      float: none;
      padding: 8px 2px 8px 8px;
      width: auto;
      text-align: center;
    }

.mySubscriptions hr {
    margin: 0;
  }

.mySubscriptions .productDetails {
    clear: both;
  }

.mySubscriptions .productDetails:after {
    clear: both;
    content: "";
    display: table;
  }

.mySubscriptions .subscriptionsContainer {
    margin: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 12px 12px;
    background-color: #f3f3f5;
  }

.mySubscriptions .subscriptionsContainer > .renewal:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
    }

.mySubscriptions .productHeader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
  }

.mySubscriptions .productHeader:not(:first-child) {
      padding-top: 8px;
    }

.mySubscriptions .productHeader > h3 {
      flex: 1;
    }

.mySubscriptions .productHeader > .renewal {
      padding-bottom: 0;
    }

.mySubscriptions .cataloguesContainer {
    margin: 20px 0;
    padding: 4px 0;
  }

@media screen and (min-width: 600px) {
  .mySubscriptions .orderDetails h2 span.cost {
    float: right;
    margin-bottom: 0;
  }
  }

@media screen and (min-width: 768px) {
    .mySubscriptions .orderDetails h4 span {
      width: auto;
    }
      .mySubscriptions .orderDetails h4 span.date {
        float: right;
      }
    .mySubscriptions .orderDetails .columnOne {
      /* width: 64.744%; */float: left; width: calc((100% / undefined) * 8); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
    }
    .mySubscriptions .orderDetails .columnTwo {
      /* float: right;
      width: 35%; */float: left; width: calc((100% / undefined) * 4); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
                    float: right;
    }
    .mySubscriptions .orderDetails dt {
      width: 23.63%;
    }
    .mySubscriptions .orderDetails dd {
      width: 68.652%;
      clear: none;
    }
      .mySubscriptions .orderDetails .productDetails dt {
        width: 14.63%;
      }
      .mySubscriptions .orderDetails .productDetails dd {
        width: 42%;
      }
  }

@media screen and (min-width: 1024px) {
  }

.product-currency-notice {
  text-align: center;
}

.productDetails aside[role="complementary"]{
    display:none;
}

.topHeader:not(.homeHeader) {
    margin-bottom: 12px;
}

.topHeader:not(.homeHeader) .itemIllustration {
    float: right;
    margin: 0 0 20px 20px;
  }

.colSleeve {
  position: relative;
}

.offerVariantSelection > .errorbox_large {
    display: none;
  }

.offerVariantSelection > .errorbox_large.show {
      display: block;
    }

.offerVariantSelection h2 {
    left: -1000em;
    position: absolute;
  }

.offerVariantSelection .style1 {
    background-color: transparent;
    padding: 0 0 4px;
    margin-bottom: 7px;
  }

.offerVariantSelection .style1 .field {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }

.offerVariantSelection .style1 label[for="deliveryCountry"] {
      margin-right: 8px;
      width: auto;
      padding-top: 0;
      line-height: calc(20 / 14);
    }

.offerVariantSelection .style1 .field {
      margin-bottom: 0;
      text-align: right;
    }

.offerVariantSelection .products {
    padding: 0;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    border-bottom: 0;
  }

.offerVariantSelection .products > .field:after {
    clear: both;
    content: "";
    display: table;
  }

.offerVariantSelection .products > .field {
      background-color: #f3f3f5;
      padding: 12px 12px 16px;
      margin-bottom: 4px;
}

.offerVariantSelection .products > .field:last-child {
        margin-bottom: 0;
      }

.offerVariantSelection .products > .field h3 {
        margin-bottom: 2px;
        font-size: 1.8rem;
        line-height: calc(24 / 18);
      }

.offerVariantSelection .products > .field p {
        font-size: 1.4rem;
        line-height: calc(18 / 14);
      }

.offerVariantSelection .products > .field .qty {
        float: none;
        margin: 12px 0 0;
      }

.offerVariantSelection .products .col1:after {
    clear: both;
    content: "";
    display: table;
  }

.offerVariantSelection .products .col2:after {
    clear: both;
    content: "";
    display: table;
  }

.offerVariantSelection .products .col2 .price {
        font-size: 1.8rem;
        line-height: calc(24 / 18);
        margin-bottom: 4px;
        display: inline-block;
      }

.offerVariantSelection + h1 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
  }

.offerVariantSelection fieldset:last-child {
    background-color: transparent;
    padding: 0;
  }

.offerVariantSelection .buttons {

    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0;
    justify-content: end;
  }

.boxStyle3 li:first-child {
  padding-top: 8px;
}

.validationBox h2 {
    position: static;
    left: auto;
  }

.relatedContent li {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

.specialOffers {
  margin: 0 -20px;
  padding: 0 20px;
}

.specialOffers h2 {
    left: -1000em;
    position: absolute;
  }

.specialOffers .sleeve {
    max-width: 1180px;
    margin: 0 auto;
  }

.specialOffers .sleeve ul {
      overflow: hidden;
    }

.specialOffers .sleeve ul:after {
    clear: both;
    content: "";
    display: table;
  }

.specialOffers .sleeve ul li {
        margin: 0;
        list-style: none;
        margin: 0;
        padding-left: 0;
      }

.specialOffers .sleeve ul li:last-child {
          margin-right: 0;
        }

.specialOffers .sleeve ul li {
        padding-bottom: 300px;
        margin-bottom: -300px;
}

.specialOffers .box li div {
    overflow: hidden;
  }

.specialOffers .box li div .description {
      margin-left: 0;
    }

.specialOffers .box li div .priceInformation * {
      text-align: left;
    }

.specialOffers .box li div .more {
      text-align: left;
    }

/* ADD TO BASKET */

.abacus-popup {
  /* .addedMessage {
    margin-bottom: 2px;
    p {
      padding: base(5);
    }
  } */
}

.abacus-popup .orderSummary thead th {
        width: auto;
      }

.abacus-popup .orderSummary tbody tr td {
        padding: 24px 6px 24px;
      }

.abacus-popup .chooseCurrency .buttons a{
           padding:0 30px;
             }

.abacus-popup .buttons {
    margin-bottom: 4px;
}

.abacus-popup .formbox {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

.jsDisabled .offerVariantSelection .style2 .promoCode .field.promotion a:hover,
    .jsDisabled .offerVariantSelection .style2 .promoCode .field.promotion a:focus {
      cursor: text;
      text-decoration: none;
    }

.jsDisabled .offerVariantSelection .style2 .promoCode .field.promotion label,
    .jsDisabled .offerVariantSelection .style2 .promoCode .field.promotion input,
    .jsDisabled .offerVariantSelection .style2 .promoCode .field.promotion button {
      left: auto;
      float: left;
      margin-left: 2px;
      position: static;
    }

.subscription #deliveryCountry {
  float: none;
  display: inline-block;
}

.productDetails .abacus-popup .abacus-close {
  display: none;
}

.productDetails .gallery-swiper .swiper-display{
            font-size:0;
              }

.productDetails .gallery-swiper .swiper-subcontainer {
             font-size:0;
             border:1px solid #f2f2f2;
             margin:0;
                 padding: 12px 0;
             }

.productDetails .swiper-container{
            margin-bottom:0;
        }

.productDetails .listView li:not(:last-child){
         border:0 solid;
     }

.productDetails .mainColumn{
        width:100%;
        padding-left:0;
        padding-right:0;
               }

.productDetails .productDetails-offer{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px; 
    }

.productDetails .productDetails-offer .offerVariantSelection .products > .field{
                    padding: 0 0 20px 0;
                    margin:0;
                    height:-moz-fit-content;
                    height:fit-content;
                    border-bottom: 1px solid #e7e7e7;
                }

.productDetails .productDetails-offer .offerVariantSelection .products > .field:last-child{
                        margin-bottom:20px;
                      }

.productDetails .productDetails-offer .offerVariantSelection .products > .field p{
                     padding:0;
                 }

.productDetails .productDetails-offer .offerVariantSelection .products .col1 {
                    padding: 0;
                }

.productDetails .productDetails-offer .offerVariantSelection .products .col2 .price{
                            flex:0;  
                          }

.productDetails .related-content.related-products {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
        padding-bottom: 20px;

        }

.productDetails .related-content.related-products .listView ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 20px;
              }

.productDetails .related-content.related-products .listView ul li{
                   flex:1 0 265px;

                  }

.productDetails .topHeader h1{
                    margin-bottom:20px
                 }

.productDetails .topHeader p{
                       margin-bottom:20px;

                   }

.productDetails .headerWrapper .col1{
                float:none;
                width:auto;  
                }

.productDetails .offerVariantSelection .style1{
                      margin-bottom:20px;
                      padding:0;
                  }

.productDetails .offerVariantSelection .products{
                       display:flex;
                       flex-direction:column;
                       gap:20px;

                   }

@media screen and (max-width: 767px) {
        .productDetails-offer .headerWrapper{
           display:flex;
           flex-direction:column;
             }
           .productDetails-offer .headerWrapper .col1{
                  order:2;
              }
             .productDetails-offer .headerWrapper .col2{
                   order:1;
                    margin-bottom:30px;
                  }

            .offerVariantSelection .style1 .field {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                }
              .offerVariantSelection .buttons{
                     justify-content: flex-start;
              }
                   

}

@media screen and (min-width: 768px) {
        .product-currency-notice {
            margin-left: calc(-50.880783%);
        }
                 .productDetails .topHeader h1{
                    margin-bottom:20px
                 }
                   .productDetails .topHeader p{
                       margin-bottom:20px;

                   }
              .productDetails .headerWrapper .col1{
                float:none;
                width:auto;  
                }
                  .productDetails .offerVariantSelection .style1{
                      margin-bottom:20px;
                      padding:0;
                  }
                   .productDetails .offerVariantSelection .products{
                       display:flex;
                       flex-direction:column;
                       gap:20px;

                   }
                .productDetails .related-content.related-products {
                 margin-bottom: 30px;
                 padding-bottom: 30px;
    
                    }
            .productDetails .productDetails-offer {
                display: flex;
                margin-bottom: 30px;
                padding-bottom: 30px;
    }
                .productDetails .productDetails-offer .product-featured-image{
                    width: 50%;
                    max-width: 590px;
                    flex: 1 0 50%;
                    height: -moz-fit-content;
                    height: fit-content;
                }
            .productDetails .productDetails-offer .mainContent {
                flex: 1 0 50%;
                padding: 0 34px;                                       
      }
                .productDetails .productDetails-offer .mainContent .offerVariantSelection .style1 .field{
                    justify-content:flex-start;
                }
  }

@media screen and (min-width: 1024px) {

    .productDetails .related-content.related-products .listView ul {
        grid-template-columns: repeat(auto-fit, 265px);
    }

    .specialOffers .sleeve ul {
        display: flex;
        justify-content: space-between;
  }
        .specialOffers .sleeve ul li {
      flex: 1;
    }
      .specialOffers .sleeve ul li:not(:last-child) {
        padding-right: 0.84746%;
        margin-right: 0.84746%;
      }
  }

.topHeader:not(.homeHeader) {
  margin-bottom: 12px;
  max-width:580px;
}

.topHeader:not(.homeHeader) .itemIllustration {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 200px;
    display: none;
  }

.facetFilter header {
    margin-bottom: 32px;
    background-color: #f3f3f5;
    padding: 9px;
  }

.facetFilter header h2 {
      margin-bottom: 0;
      font-size: 1.4rem;
      line-height: calc(20 / 14);
    }

.facetFilter ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.facetFilter ul ul {
      margin: 12px 0 0 16px;
    }

.facetFilter ul li {
      margin-bottom: 12px;
    }

.facetFilter ul li:last-child {
        margin-bottom: 0;
      }

.facetFilter ul li > span {
        padding-left: 0;
      }

.facetFilter ul li.selected {
        font-weight: bold;
      }

/* DISPLAY OPTIONS */

.displayOptions {
  text-align: center;
 margin-bottom:30px;

  background-color: #f3f3f5;
}

.displayOptions > div:first-child {
    flex: 1;
  }

.displayOptions .formbox {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

.displayOptions fieldset {
    padding: 0;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-wrap: wrap;
    gap: 16px;
    position:relative;
  }

.displayOptions fieldset .sort-filter{
    display: flex;
    gap: 20px;
    align-items: center;
}

.displayOptions fieldset .filterResults {
    display: flex;
    text-align: left;
    flex-direction: column;
    gap: 10px;
}

.displayOptions .formbox .field {
    margin-bottom: 0;
  }

.displayOptions .formbox .field label {
      width: auto;
      padding-top: 4px;
      font-size: 1.2rem;
      text-transform: uppercase;
    }

.displayOptions .formbox .field select {
      text-transform: uppercase;
      padding: 8px;
    }

.displayOptions .formbox .field button {
      margin: 0;
      border: 0;
      height: auto;
      letter-spacing: 0;
      line-height: 1;
      background-color: transparent;
      padding: 0;
      color: #2c2c2c;
      text-transform: none;
    }

.displayOptions .formbox .field button.showAll{
      text-transform: none;

               }

.displayOptions .formbox .field .search-showing-results {
      order: -1;
    }

.displayOptions .selected {
    opacity: 0.3;
    cursor: default;
  }

.displayOptions .search-views {
    display: inline-block;
    text-transform: capitalize;
  }

.displayOptions .search-views .sleeve {
      display: flex;
      align-items: center;
      text-transform: uppercase;
    }

.displayOptions .search-views .sleeve > span {
        display: none;
      }

.displayOptions .search-views .sleeve > *:not(:first-child) {
        margin-left: 4px;
      }

.displayOptions .search-views a span {
        left: -1000em;
        position: absolute;
      }

.productList .gridView li {
        background-color: transparent;
      }

.productList .gridView li a {
              padding: 0;
            }

.productList .product-item-headline {
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: calc(20 / 18);
  }

.productList .product-item-description {
    left: -1000em;
    position: absolute;
  }

.productList .product-item-price {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
  }

[data-toggle-view] .loadMore {
    text-align: center;

    padding-top: 20px;
  }

[data-toggle-view] .loadMore a {
      transition: padding-left 250ms linear;
    }

[data-toggle-view].loading {
    position: relative;
  }

[data-toggle-view].loading:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 59px;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
    }

[data-toggle-view].loading[data-loader-full]:before {
        bottom: 0;
      }

[data-toggle-view].loading[data-loader-full]:after {
        content: "";
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        background: url(/Shop/client/default/graphics/ajax_loader_white.gif)
          no-repeat;
      }

[data-toggle-view].loading .loadMore a {
        padding-left: 40px;
        background: url(/Shop/client/default/graphics/ajax_loader_white.gif)
          no-repeat left;
      }

.selection-list {
  position: absolute;
  border: 1px solid #ccc;
  background: white;
  width: 300px;
  max-height: 184px;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.selection-list.hide {
    display: none;
  }

.selection-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.selection-list li {
    list-style: none;
    margin: 0;
    padding: 4px 8px;
    cursor: pointer;
  }

.selection-list li:not(:last-child) {
      border-bottom: 1px solid #ccc;
    }

.selection-list li:hover,
    .selection-list li.selected {
      background: #d5e5f4;
    }

.productList aside[role="complementary"] {
 
  z-index: 12;
  background-color: #fff;
  overflow: auto;
  will-change: transform !important;
  text-align: left;
}

.productList.mobile-ajax-overlay aside[role="complementary"] {
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
}

.productList.mobile-ajax-overlay aside[role="complementary"] .facetFilter {
    height: 100vh;
    padding-top: 40px;
  }

.productList.mobile-ajax-overlay aside[role="complementary"] .facetFilter ul {
      padding: 0 12px;
    }

.productList.mobile-ajax-overlay {
  overflow: hidden;
}

.productList.mobile-ajax-overlay #close-small-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

.productList .gridview ul#offerList{
    display:flex;
    flex-direction:column;
                }

@media screen and (min-width: 480px) {
  }

@media screen and (min-width: 560px) {
     .displayOptions fieldset {
        flex-direction:row;
    }
        .displayOptions fieldset .sort-filter{
        position: absolute;
        right: 0;
        }
            .displayOptions fieldset .sort-filter.noFilterFacet{
                position:relative;
                margin-left:auto;
            }

}

@media screen and (min-width: 600px) {
        .topHeader:not(.homeHeader) .itemIllustration {
            display: block;
        }

        .displayOptions {
            text-align: left;
            display: flex;
            align-items: center;
  }
  
.displayOptions fieldset .filterResults {
    display: flex;
    align-items: center;
    flex-direction:row;
}
    .displayOptions .formbox .field {
      margin-bottom: 0;

      /* + .field {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
      } */
    }
    .displayOptions .search-views .sleeve > span {
      display: inline;
    }
.productList .gridView  ul#offerList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
  }

@media screen and (min-width: 768px) {
         .productList .gridView ul#offerList{
                grid-template-columns: repeat(3, 1fr);
            }
    .productList .listView .product-item-description {
      position: static;
    }
  /* .no-cssgrid .productList {
    .gridView li {
      width: 173px;
    }
  }
  */
  .facetFilter header svg {
    display: none;
  }
  .displayOptions {
    padding-right: 0;
    padding-left: 0;
  }
  .displayOptions fieldset > div {
    justify-content: space-between;
  }
    .displayOptions .formbox .field.search-facet-filters {
  
    }
  }

@media screen and (min-width: 1024px) {
  .no-cssgrid .productList .gridView li {
    width: 195px;
  }
  .cssgrid .productList .gridView > ul {
    grid-template-columns: repeat(auto-fill, 197px);
  }
    .productList aside[role="complementary"] {

    }
    .productList .mainColumn {
     
     width:100%;
      margin-right: 0;
    }
  }

.orderSummary {
  /* FOOT */
}

.orderSummary tr:not(.spacer) {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
  }

.orderSummary tr:not(.spacer):first-child {
      border-top: 1px solid #e7e7e7;
    }

.orderSummary td:before {
      top: 12px;
      left: 8px;
      right: 150px;
      padding-right: 10px;
      white-space: nowrap;
    }

.orderSummary td:nth-of-type(3):before {
      content: "Item Price";
    }

.orderSummary td:nth-of-type(4):before {
      content: "Subtotal";
    }

.orderSummary td a:hover {
      text-decoration: none;
    }

.orderSummary td a:hover h4 {
        text-decoration: underline;
      }

.orderSummary thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

.orderSummary thead .item {
      width: 50%;
    }

.orderSummary thead .qty {
      text-align: left;
    }

.orderSummary thead .total {
      width: 15%;
    }

.orderSummary tbody tr:not(.spacer) {
      border-bottom: 1px solid #e7e7e7;
      overflow: hidden;
    }

.orderSummary tbody tr:not(.spacer) td {
        border: none;
        position: relative;
        padding-left: 50%;
        padding: 6px;
        overflow: hidden;
      }

.orderSummary tbody tr:not(.spacer) td:last-child {
          border-bottom: 0;
        }

.orderSummary tbody span {
      display: block;
    }

.orderSummary tbody .picture {
      float: left;
      margin: 0 20px 20px 0;
    }

.orderSummary tbody div {
      overflow: hidden;
    }

.orderSummary tbody .price {
      font-weight: normal;
    }

.orderSummary tbody .subTotal {
      font-size: 2rem;
    }

.orderSummary tbody .saving {
      font-size: 1.4rem;
      padding: 0;
      margin-top: 4px;
      margin-bottom: 0;
    }

.orderSummary .qty-container {
    justify-content: flex-start;
  }

.orderSummary .qty fieldset {
      padding: 0;
      background-color: transparent;
      box-shadow: 0 0 0 transparent;
      border-bottom: 0;
    }

.orderSummary .qty fieldset .field label {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          width: 1px;
          height: 1px;
          overflow: hidden;
          margin: 0;
          padding: 0;
          position: absolute;
          white-space: nowrap;
        }

.orderSummary .qty fieldset button {
        float: right;
        margin: 0;
        border: 0;
        height: auto;
        letter-spacing: 0;
        line-height: 1;
        background-color: transparent;
        margin-top: 4px;
        padding-top: 5px;
        text-transform: none;
      }

.orderSummary .qty[data-quantity-adjustor] {
      justify-content: flex-start;
      margin-bottom: 0;
    }

.orderSummary .vat,
  .orderSummary .total {
    background: #f3f3f5;
  }

.orderSummary .vat td,
    .orderSummary .vat th,
    .orderSummary .total td,
    .orderSummary .total th {
      padding: 8px 8px;
    }

.orderSummary tfoot fieldset {
      padding: 0;
      background-color: transparent;
      box-shadow: 0 0 0 transparent;
      border-bottom: 0;
    }

.orderSummary tfoot tr {
      text-align: right;
    }

.orderSummary tfoot tr td {
        display: inline-block;
      }

.orderSummary tfoot th {
      text-align: right;
      font-weight: bold;
      display: inline-block;
      text-align: right;
    }

.orderSummary tfoot .total {
      border-bottom: 1px solid #e7e7e7;
    }

.orderSummary tfoot .total th {
        line-height: 0.8;
        padding-right: 0;
      }

.orderSummary tfoot .total td {
        display: inline-block;
        text-align: right;
        padding-top: 8px;
        padding-bottom: 12px;
        width: 100px;
      }

.orderSummary tfoot .vat {
      line-height: 1.143;
    }

.orderSummary tfoot .vat th {
        padding-right: 0;
      }

.orderSummary tfoot .vat th,
      .orderSummary tfoot .vat td {
        padding-top: 16px;
        font-weight: normal;
        display: inline-block;
        text-align: right;
      }

.orderSummary tfoot .vat td .cost {
          font-weight: normal;
        }

.orderSummary tfoot tr td {
      text-align: right;
    }

.addedMessage {
  background-color: #000000;
}

.addedMessage p {
    color: #ffffff;
    padding: 12px;
    margin-bottom: 0;
  }

.shoppingBasket .orderSummary tbody .qty {
      float: left;
    }

.shoppingBasket .orderSummary tbody .price {
      float: left;
      clear: left;
    }

.shoppingBasket .orderSummary tbody .subTotal {
      margin-top: -3px;
      float: right;
    }

.shoppingBasket .mainContent .formbox {
    padding-bottom: 51px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
  }

#AddToBasketPopupForm {
    overflow: auto;

    max-height: 700px;
}

button.remove[data-itemid] {
  height:-moz-fit-content;
  height:fit-content;
  line-height: normal;
}

@media screen and (min-width: 768px) {
    table {
    display: table;
  }
  thead {
    display: table-header-group;
  }
  tbody {
    display: table-row-group;
  }
  tfoot {
    display: table-footer-group;
  }
  tr {
    display: table-row;
  }
  td,
  th {
    display: table-cell;
  }
      .shoppingBasket .orderSummary tbody .qty,
      .shoppingBasket .orderSummary tbody .price {
        float: none;
      }
      .shoppingBasket .orderSummary tbody .subTotal {
        margin-top: 0;
        float: none;
      }
      .orderSummary thead tr {
        position: static;
      }
    .orderSummary td:before {
      display: none;
    }
    .orderSummary tbody tr:not(.spacer) {
      border-bottom: 0;
    }
      .orderSummary tbody tr:not(.spacer) td {
        border-bottom: 1px solid #e7e7e7;
      }
      .orderSummary tbody tr:not(.spacer) td:first-child {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;

      }
      .orderSummary tbody tr:not(.spacer) td:last-child {
        padding-right: 0;
        border-bottom: 1px solid #e7e7e7;
      }
      .orderSummary tbody .subTotal {
        text-align: right;
      }
      .orderSummary tr:not(.spacer):first-child {
        border-top: 0;
      }
      .orderSummary tr:not(.spacer) {
      border-left: 0;
      border-right: 0;
	}
    .orderSummary tr:only-child td {
      border-bottom: 0 !important;
    }
    .orderSummary .spacer {
      display: none;
    }
      .orderSummary tfoot tr td,
      .orderSummary tfoot tr th {
        display: table-cell !important;
      }
    .orderSummary .description {
      margin-bottom: 6px;
    }
  .promotion #promoCode {
    width: 38%;
  }
  }

@media screen and (min-width: 1024px) {
  .orderSummary thead .item {
    width: 60%;
  }
  }

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container {
    margin-bottom: 32px;
}

.swiper-container.feature-swiper{
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
      }

.swiper-container.product-swiper .product-item

{
    max-width: 180px;
    display: flex;
    flex-direction: column;
}

.swiper-subcontainer {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;float: left; width: calc((100% / undefined) * 10); padding-left: 10px; padding-right: 10px; box-sizing: border-box;
    float: none;
    overflow: hidden;
    margin-right: auto !important;
    margin-left: auto !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 18px !important; */

}

.swiper-slide img

{
    vertical-align: middle;
}

.swiper-pagination {
    position: static;

}

.swiper-pagination.hide

{
    display: none;
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #c3c3c3;
    background-color: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #c3c3c3;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    width: auto;
    height: auto;
    transform: scale(3);
    margin-top: -56px;

}

.swiper-button-prev.hide,

.swiper-button-next.hide

{
    display: none;
}

a:hover .product-item-headline {
    text-decoration: underline;
}

/* product slider (index) */

.product-item:hover {
    text-decoration: none;
}

.product-item-meta {
    margin-top: 8px;
    text-align: left;

}

.product-item-meta p:last-of-type{
    margin-bottom: 0;
}

.product-item-headline {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
}

p {
    margin-bottom: 8px;
    color: #000000;
}

.product-item-price {
    margin-bottom: 0;

}

.product-item-price small

{
    font-weight: normal;
}

.product-item-savings {
    color: #d90000;
}

/* feature slider (product list [search]) */

.feature-swiper {
    background-color: #f3f3f5;
    padding-top: 12px;
    padding-bottom: 12px;

}

.feature-swiper .swiper-subcontainer{
    margin-bottom: 18px;
    margin-top: 18px;
    }

.feature-swiper .swiper-slide {
    background-color: transparent;
    padding: 0 20px;
}

.feature-swiper .swiper-pagination {
    padding-top: 12px;
    border-top: 2px solid #ffffff;
}

.feature-swiper .swiper-button-prev {
    left: 22px;
}

.feature-swiper .swiper-button-next {
    right: 22px;
}

.feature-swiper .product-item-headline {
    margin-bottom: 6px;
    font-size: 1.8rem;
    line-height: calc(20 / 18);
}

/* gallery slider (product page [product.aspx) */

.gallery-swiper {
    background-color: #f3f3f5;

}

.gallery-swiper .swiper-subcontainer

{
    margin-top: 12px;
    margin-bottom: 12px;
}

.gallery-swiper .swiper-display {
    position: relative;
    text-align: center;
}

.gallery-swiper .swiper-slide {
    width: 77px;
    height: 77px;

}

.gallery-swiper .swiper-slide img

{
    width: auto;
}

.gallery-swiper .swiper-gallery-button-prev,
.gallery-swiper .swiper-gallery-button-next {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 42px;
    cursor: pointer;
}

.gallery-swiper .swiper-gallery-button-prev {
    left: 10px;
}

.gallery-swiper .swiper-gallery-button-prev {
	width: 9.53px;
	height: 15.91px;
}

.gallery-swiper .swiper-gallery-button-next {
    right: 10px;
    @extend .i-gallery-right-dims;
}

.gallery-swiper .icon-container.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

/* Swiper slider - in popup */

.attachment-swiper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 65536;
    margin: 0;
}

.attachment-swiper .swiper-subcontainer

{
    margin-bottom: 0;
    overflow: visible;
}

.attachment-swiper .swiper-slide {
    display: inline-flex;
    background-color: transparent;

}

.attachment-swiper .swiper-slide .sleeve

{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.attachment-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
}

@media screen and (min-width: 768px) {
    .swiper-slide img {
        width: 100%;
    }
        .feature-swiper .swiper-slide{
            padding: 0 50px;
            justify-content: flex-start; 
         }
              .feature-swiper .swiper-slide a{
                display: flex;
                align-items: center;
                width: 100%;
                }

        .feature-swiper .product-item-meta {
            margin-top: 0;
        }

        .feature-swiper .product-item-price,
        .feature-swiper .product-item-savings {
            display: inline-block;
            margin-right: 4px;
        }

        .feature-swiper .product-item-description {
            position: static;
        }

        .feature-swiper img {
            float: left;
            margin: 0 24px 0 0;
            max-width: 100px;
        }

        .feature-swiper .swiper-button-prev,
        .feature-swiper .swiper-button-next {
            margin-top: 0;
        }
}

/*STYLE2 FOR FEATURED & CATEGORIES PRODUCTS*/

.grid-products .grid-products-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    }

.category-section,
.grid-products {
    margin-bottom:30px;
}

.category-section .sectionhead, .grid-products .sectionhead {
        width: 100%;
        position: relative;
        left: unset;
        right: unset;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 0;
        text-align: left;

    }

.category-section .sectionhead:before,.grid-products .sectionhead:before{
             display: none;
        }

.category-section .sectionhead h2, .grid-products .sectionhead h2 {
            padding: 0;
            font-size: 1.571em;
            font-weight: normal;
            letter-spacing: 1.1px;
            padding-top:30px;
            position:relative;
        }

.category-section .sectionhead h2:before,.grid-products .sectionhead h2:before{
              content:'';
              position:absolute;
              width:100%;
              height:1px;
              background-color:#e0e0e0;
              top:0;
                    }

.category-section .gridView div{
            padding-top: 0;
            }

.category-section .gridView div.itemInformation{
                text-align:left;
                }

.category-section .gridView ul{
              display:flex;
              flex-direction:column;
          }

.category-section .gridView ul li{
                 margin-bottom:14px;
                background-color: transparent;
            }

.category-section .gridView ul li p.picture{
                
                    margin-bottom:16px;
                    }

.category-section .gridView ul li a{
                     padding:0;
                 }

@media screen and (min-width: 480px) {
            .category-section .gridView ul{
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                  gap:20px;
                   flex-wrap: wrap;
              
              }
}

@media screen and (min-width: 768px) {
         .grid-products .grid-products-wrapper{
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            -moz-column-gap: 20px;
                 column-gap: 20px;
            row-gap: 20px;
        }
            .grid-products .grid-products-wrapper > *{
                grid-column: span 2;
            }

            .grid-products .grid-products-wrapper > *:nth-child(1) {
                grid-column: 1 / 4;
            }

            .grid-products .grid-products-wrapper > *:nth-child(2) {
                grid-column: 4 / 7;
   

            }
            .grid-products.style2 .grid-products-wrapper > *:nth-child(1) {
                grid-column: span 2;
            }

            .grid-products.style2 .grid-products-wrapper > *:nth-child(2) {
                grid-column: span 2;

            }
}

/*# sourceMappingURL=audience.shop.css.map */
