/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
---- Magneto Variable Overrides ----
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.page-header {
  color: #ffffff;
  background: #000000;
}
.page-header a {
  color: inherit;
}
.header.content {
  display: flex;
  align-items: center;
  flex-flow: row;
}
.minicart-wrapper .action.showcart::before,
.nav-toggle::before {
  color: #ffffff;
}
.logo {
  float: none;
}
.post-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.switcher-store .switcher-label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.switcher-store .switcher-list {
  padding: 0;
  margin: 0 1rem 0 0;
  list-style-type: none;
  display: flex;
}
.switcher-store .switcher-list li {
  padding: 0 0.4rem;
  margin: 0;
}
.switcher-store .switcher-list a {
  transition: opacity 0.2s ease;
  opacity: 1;
}
.switcher-store .switcher-list a:hover,
.switcher-store .switcher-list a:focus {
  opacity: 0.7;
}
.switcher-list li img {
  display: block;
}
.breadcrumbs .items {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    margin-bottom: 1.3rem;
  }
  .header.content {
    padding: 5.2rem 20px 0;
    position: relative;
    justify-content: center;
  }
  .nav-sections {
    margin: 0 4rem 0 0;
    background: transparent;
    order: 2;
    flex: 1;
    text-transform: uppercase;
  }
  .navigation {
    background: transparent;
  }
  .navigation .level0 > .level-top {
    color: inherit;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 12px;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: none;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    background: #ffffff;
  }
  .navigation,
  .navigation > ul,
  .navigation .level0,
  .navigation .level0 > .level-top {
    position: static;
  }
  .navigation .level0 .submenu {
    left: 0 !important;
    right: 0 !important;
    border-top: none;
  }
  .navigation .level0 .submenu li {
    display: inline-block;
    width: 20%;
  }
  .header.content::before,
  .header.content::after {
    display: none;
  }
  .nav-sections-item-content {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
  }
  .nav-sections .switcher-store {
    display: none;
  }
  .header.content .block-search {
    display: block;
    order: 0;
    margin-right: 4rem;
  }
  .header.content .minicart-wrapper {
    order: 3;
    margin-left: auto;
  }
  .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 2rem 0 0.5rem;
    width: 100%;
    max-width: 100%;
  }
  .logo img {
    margin: 0 auto;
    width: 161px;
    height: 25px;
  }
  .panel.wrapper {
    display: none;
  }
  .block-search input {
    left: -300vw;
  }
  .block-search .control {
    border-top: none;
  }
  .block-search .label {
    width: 5rem;
    height: 5rem;
    margin-bottom: -2px;
  }
  .block-search .label:hover::before {
    color: inherit;
    opacity: 0.8;
  }
  .block-search .label::before {
    height: 100%;
    width: 100%;
    color: #fff;
    line-height: 5rem;
    font-weight: bold;
    cursor: pointer;
  }
  .block-search .label.active {
    background: #fff;
  }
  .block-search .label.active::before {
    color: #000;
    content: '\e616';
  }
  .block-search .label.active + .control {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
    transform: translateY(100%);
    background: #ffffff;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.12);
    width: calc(100% - 40px);
    z-index: 20;
  }
  .block-search .label.active + .control input {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 2rem;
    padding-left: 5rem;
    box-shadow: none;
  }
  .block-search .label.active + .control input::placeholder {
    color: #000000;
    font-weight: bold;
  }
  .block-search .label.active + .control .search-autocomplete {
    margin-top: 0;
    position: static !important;
  }
  .block-search .label.active + .control .search-autocomplete ul li:not(:empty) {
    border: none;
    border-top: 1px solid #c2c2c2;
    color: #000000;
  }
  .block-search .actions {
    position: absolute;
    top: calc(100% + 4rem);
    right: 40px;
    transform: translateY(-50%);
    z-index: 20;
    box-shadow: none;
  }
  .block-search .minisearch.active .action.search {
    display: block;
    box-shadow: none;
    border: none;
    font-size: 3rem;
  }
  .block-search .minisearch.active .action.search::before {
    content: '\e615';
    font-family: 'icons-blank-theme';
  }
  .block-search .minisearch.active .action.search span {
    font-size: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header {
    margin-bottom: 0;
  }
  .header.content {
    padding: 1rem 1.5rem;
    justify-content: space-between;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .nav-toggle {
    position: static;
  }
  .logo {
    margin: 0 auto;
  }
  .nav-sections {
    color: #000000;
  }
  .nav-sections .switcher:last-child {
    margin: 0 15px;
  }
  div.post-header {
    display: none;
  }
  .page-header .block-search {
    margin: 0;
    padding: 0 15px;
  }
}
.mst-searchautocomplete__autocomplete {
  padding: 30px 20px ;
  border: none;
  position: static;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .total-items {
  text-align: center;
  text-transform: initial;
  color: #010101;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-grid .product-item {
  margin: 0;
  width: 25%;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-grid .product-item .product-item-info {
  width: 100%;
  text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-grid .product-item .product-item-link {
  color: #010101;
}
@media only screen and (max-width: 1023px) {
  .block-search .field.search > .label {
    display: none;
  }
  .block-search .field.search .control {
    border: none;
  }
  .block-search .field.search .control input {
    margin: 0;
    position: static;
    left: inherit;
  }
  .block-search .field.search .control .mst-searchautocomplete__autocomplete {
    border: 1px solid #c2c2c2;
    position: absolute;
  }
}
@media only screen and (max-width: 959px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-grid .product-item {
    width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-grid .product-item {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .catalogsearch-result-index .toolbar-products {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-sections,
  .nav-sections .navigation {
    background-color: #ffffff;
  }
  .nav-sections-item-title {
    background-color: #f5f5f5;
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 1rem;
  }
  .navigation > ul {
    display: flex;
    flex-flow: row wrap;
  }
  .navigation li.level0 {
    width: 50%;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .level0 > .level-top {
    text-align: center;
    padding: 8px 15px;
  }
  .navigation .parent .level-top::after {
    content: '';
    display: none;
  }
  .cat-image {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .navigation .level0 > a > .cat-image {
    display: none;
  }
}
.page-footer {
  color: #ffffff;
  background: #000000;
}
.page-footer a {
  color: inherit;
  font-size: 13px;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.page-footer a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.footer-menus {
  display: flex;
}
.footer-container {
  margin: 0 1rem 1rem 0;
}
.page-footer .footer-container h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2.1rem;
}
.page-footer .block.newsletter {
  width: auto;
  max-width: 100%;
}
.page-footer .block.newsletter .form.subscribe {
  display: block;
}
.page-footer .block.newsletter .field {
  margin-right: 0;
}
.page-footer .block.newsletter .field .control {
  position: relative;
  margin-bottom: 1rem;
}
.page-footer .block.newsletter .field .control:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-footer .block.newsletter .action.subscribe {
  padding: 1.8rem 1.5rem;
}
.page-footer .block.newsletter input {
  width: 32rem;
  max-width: 100%;
  margin-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-footer .block.newsletter input::placeholder {
  color: #808080;
}
.social.links li a::before {
  content: '';
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1ch;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.links li.instagram a::before {
  background-image: url('../images/icons/icon-instagram.svg');
}
.social.links li.facebook a::before {
  background-image: url('../images/icons/icon-facebook.svg');
}
.social.links li.twitter a::before {
  background-image: url('../images/icons/twitter-ic.png');
}
.social.links li.youtube a::before {
  background-image: url('../images/icons/youtube-ic.png');
}
.social.links li.pinterest a::before {
  background-image: url('../images/icons/icon-pinterest.svg');
}
.pre-footer a[href^="/delivery"]::before {
  content: '';
  display: inline-block;
  height: 1.8rem;
  width: 3rem;
  margin-right: 1ch;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: none;
}
select {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background-image: url('../images/icons/select-dropdown.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 60px !important;
}
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: auto;
  padding: 1.5rem 1.6rem;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
input[type="number"] {
  -moz-appearance: unset;
}
.page-wrapper {
  overflow-x: hidden;
}
.cms-home .page-title-wrapper {
  display: none;
}
.post-header,
.pre-footer {
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: bold;
}
.post-header {
  margin-bottom: 1.3rem;
}
.post-header p,
.pre-footer p,
.breadcrumbs {
  margin: 0;
  padding: 0;
}
.breadcrumbs strong {
  font-weight: 700;
  color: #000;
}
.post-header .links {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.post-header .links li {
  margin-bottom: 0;
}
.post-header .links li:not(:last-child) {
  margin-right: 2.5rem;
}
.pre-footer .col {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.pre-footer img {
  width: auto;
  height: 3rem;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.category-grid-widget.widget .block-title {
  font-size: 3rem;
  margin-bottom: 3.2rem;
}
.message.global.cookie {
  bottom: 1em;
  left: 1em;
  max-width: 24em;
  padding: 1.2em;
  border-radius: 9px;
  background-color: #000000;
  font-size: 1.6rem;
  color: #ffffff;
}
.message.global.cookie p {
  margin-bottom: 1em;
}
.message.global.cookie .actions {
  text-align: center;
}
.message.global.cookie .actions .action.primary:hover,
.message.global.cookie .actions .action.primary:focus {
  background-color: #ff6433;
  border-color: #ff6433;
}
a {
  transition: all 0.2s ease;
}
.action.primary {
  text-transform: uppercase;
}
.box-actions .action:not(:last-of-type) {
  padding-right: 1.5ch;
  margin-right: 1.5ch;
  border-right: 1px solid #000000;
}
.fieldset .field > .label {
  text-transform: uppercase;
  font-weight: bold;
  width: auto;
  padding: 0.6rem 0 0;
  margin-bottom: 1rem;
  text-align: left;
  float: none;
  display: block;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset::after {
  margin-left: 0;
}
.field.choice.newsletter {
  margin-top: 1rem;
}
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}
.block-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.home-brands {
  padding: 2.8rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.widget a {
  transition: color 0.2s ease;
  color: inherit;
}
.widget a:hover,
.widget a:focus {
  text-decoration: none;
  color: #ff3d00;
}
.centre {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .cms-index-index .category-grid li:nth-child(n+9) {
    display: none;
  }
}
.page-products .page-main > .page-title-wrapper .page-title {
  padding: 5.2rem 0 2rem;
}
.category-description {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.product-image-container {
  transition: all 0.2s ease;
}
.product-image-container:hover,
.product-item-info.active .product-image-container {
  opacity: 0.8;
}
.page-products .block.filter .filter-title,
.page-products .block.filter .block-subtitle {
  display: none;
}
.page-layout-2columns-left .page-products .column.main {
  padding-top: 2rem;
  border-top: 1px solid #d8d8d8;
}
.block.filter {
  position: relative;
}
.block.filter .filter-current {
  display: none;
}
.block.filter .filter-actions {
  position: relative;
  z-index: 10;
  margin-bottom: 1.6rem;
  text-align: right;
}
.filter-options {
  position: relative;
}
.filter-options .filter-options-title {
  width: 100%;
  margin-bottom: 1rem;
  margin-bottom: 0;
  padding: 2rem 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  background: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.filter-options .filter-options-title:first-of-type {
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
}
.filter-options .filter-options-content {
  padding-top: 1rem;
}
.filter-options input[type="checkbox"] {
  float: right;
}
.filter-options .filter-options-content .items {
  overflow-y: auto;
  max-height: 22rem;
}
.filter-options .filter-options-content .item {
  margin-bottom: 0;
}
.filter-options .filter-options-content .item a {
  display: block;
  margin: 0;
  padding: 0.6rem 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  background: none;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.45;
}
.filter-options .filter-options-content .item a:hover,
.filter-options .filter-options-content .item a:focus {
  text-decoration: none;
  color: #ff3d00;
}
.filter-options .filter-options-content .item a.am_shopby_link_selected {
  color: #ffffff;
  background: #ff3d00;
  font-weight: normal;
}
.filter-options .filter-options-content .item a.am_shopby_link_selected:hover,
.filter-options .filter-options-content .item a.am_shopby_link_selected:focus {
  color: #ffffff;
}
.filter-options .count {
  color: inherit;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  width: 2rem;
  height: 2rem;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #868686;
  border-radius: 25px;
  outline: none;
  background: #e6e6e6;
  color: #555;
}
.ui-slider-horizontal {
  background: #000000;
  margin-bottom: 0.5em;
}
.amshopby-slider-container .ui-slider-range {
  background: #ff3d00;
}
.products.list .product-item-details {
  text-align: center;
}
.products.wrapper ~ .toolbar-products .pages {
  float: none;
}
.toolbar-products .pages .item:not(.pages-item-next) {
  display: none;
}
.toolbar-products .pages .link.next,
.page-products .amscroll-load-button {
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  margin: 0.5rem auto;
  padding: 1.7rem 3rem;
  border-radius: 3px;
  font-family: "Dosis", sans-serif;
}
.toolbar-products .pages .link.next:focus,
.page-products .amscroll-load-button:focus,
.toolbar-products .pages .link.next:hover,
.page-products .amscroll-load-button:hover {
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
.product-item-name,
.product.name a {
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-item .price-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.product-item .price-box .old-price {
  order: -1;
  margin-right: 0.8rem;
  text-decoration: line-through;
  color: #a0a0a0;
}
.product-item .price-box .price {
  color: inherit;
  font-family: "Andale Mono", AndaleMono, monospace;
  font-size: 1.5rem;
  font-weight: normal;
}
.catalog-product-view .column.main {
  padding-top: 3rem;
}
.magnifier-preview {
  border: 5px solid #c0c0c0;
}
.magnifier-preview img {
  max-height: inherit;
}
.category-grid .category-link {
  text-align: center;
  color: #000000;
  font-family: "Inconsolata", monospace;
  font-size: 2rem;
  font-weight: bold;
}
.category-grid .category-link:hover,
.category-grid .category-link:focus-within {
  text-decoration: none;
  color: #ff3d00;
}
.category-grid .category-link img {
  display: block;
  margin: 0 auto;
}
.category-grid .category-link h3 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.desc-toggle {
  display: block;
  margin: 0 auto 2rem;
  transition: color 0.2s ease;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  background: none;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: none;
}
.desc-toggle:hover,
.desc-toggle:focus,
.desc-toggle:active {
  color: #ff3d00;
  border: none;
  background: none;
  box-shadow: none;
}
.product-info-main .page-title-wrapper h1 {
  margin-top: 5.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.product-info-main .product-info-price {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .product-info-price .price-box {
  display: flex;
  align-items: baseline;
}
.product-info-main .product-info-price .old-price {
  order: -1;
  color: #a0a0a0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 1.5rem;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.price-label {
  display: none !important;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 7rem;
  text-align: left;
}
.box-tocart .action.tocart {
  font-size: 1.6rem;
  font-weight: bold;
}
.extra-info,
.ticks {
  margin-bottom: 2rem;
}
.tick {
  display: block;
  font-size: 2rem;
}
.tick::before {
  content: '\e610';
  font-family: 'icons-blank-theme';
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: bottom;
}
.product-label {
  background: #00c853;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: bold;
  padding: 0.8rem 1rem;
  line-height: 1.2;
  margin-right: 1rem;
}
.product-label.warning {
  background: #ff3d00;
  color: #ffffff;
}
.minicart-wrapper .block-minicart {
  color: #000000;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff3d00;
}
.product-info-main .product-options-bottom .box-tocart .fieldset {
  border-bottom: 1px solid #d8d8d8;
}
.yotpoBottomLine {
  margin-bottom: 2rem;
}
.product-info-main .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star {
  font-size: 2rem;
  margin: 0 2px 0 0;
}
.product-info-main .yotpo .yotpo-regular-box {
  border: none;
}
.product.info.detailed .yotpo-main-widget .yotpo-small-box {
  display: none;
}
.product.info.detailed .yotpo-main-widget .yotpo-bottomline {
  border: none;
}
.product.info.detailed .yotpo .yotpo-default-button {
  background: #ff3d00;
}
.product.info.detailed .yotpo .yotpo-default-button:hover,
.product.info.detailed .yotpo .yotpo-default-button:focus {
  background: #000000;
}
.box-tocart .field.qty .with-quantity {
  display: inline-block;
  position: relative;
  width: auto;
}
.box-tocart .field.qty .with-quantity .input-text.qty {
  padding-right: 6rem;
  width: 12rem;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.with-quantity .qty-buttons {
  position: absolute;
  top: 0;
  right: 5px;
  display: flex;
  align-items: center;
  height: 100%;
}
.qty-dec,
.qty-inc {
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0 5px;
  height: 2rem;
  width: 2rem;
  color: #ffffff;
  background: center / 60% no-repeat #000000;
  box-shadow: none;
}
.qty-dec:hover,
.qty-inc:hover,
.qty-dec:focus,
.qty-inc:focus {
  border: none;
  background: center / 60% no-repeat #303030;
}
.qty-dec {
  background-image: url('../images/icons/icon-minus.svg');
}
.qty-dec:hover,
.qty-dec:focus {
  background-image: url('../images/icons/icon-minus.svg');
}
.qty-inc {
  background-image: url('../images/icons/icon-plus.svg');
}
.qty-inc:hover,
.qty-inc:focus {
  background-image: url('../images/icons/icon-plus.svg');
}
.cart.table-wrapper thead {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.cart-item {
  border-bottom: 1px solid #c0c0c0;
}
.cart-item .price-including-tax .price,
.cart-item .price-excluding-tax .price {
  font-weight: normal;
  font-size: 1.5rem;
}
.cart-container .form-cart .col {
  vertical-align: middle;
}
.cart.table-wrapper .product-item-details .item-options {
  margin: 0;
  color: #c0c0c0;
}
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.qty {
  text-align: left;
}
.cart.table-wrapper .col.price {
  text-align: center;
}
.cart-totals {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  border-bottom: 1px solid #c0c0c0;
}
.cart-totals .col {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.cart-totals .col.cart-total {
  text-align: left;
  font-size: 2rem;
}
.cart-container .action.checkout {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  line-height: 1;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border: 1px solid #c0c0c0;
  background: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 0.7rem 1.5rem;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:focus,
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  background: #000000;
  color: #ffffff;
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.update {
  padding: 1.8rem 1.5rem;
}
.notice-cart {
  margin: 1rem 0;
  border: 1px solid #df280a;
  padding: 1rem 1.5rem;
  background: rgba(255, 0, 0, 0.13);
  color: red;
}
.products.list .product-item-photo {
  position: relative;
  color: inherit;
}
.products.list .product-item-photo:hover,
.products.list .product-item-photo:focus {
  color: #ff3d00;
}
.newLabel {
  background: #00C853;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: bold;
  padding: 0.8rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 6rem;
  text-align: center;
}
.column.main .block.upsell .block-title strong {
  font-size: 3rem;
  text-transform: uppercase;
}
.products-grid.products-upsell .product-item-info {
  width: auto;
}
.home-delivery-icon {
  background-image: url('../images/clickcollect_cross.png');
}
.collect-in-store-icon {
  background-image: url(../images/clickcollect_tick.png);
}
.home-delivery-icon,
.collect-in-store-icon {
  font-family: "Inconsolata", monospace;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 15px;
  clear: both;
  text-transform: none;
}
.customer-account-login .login-container {
  max-width: 960px;
  margin: 0 auto;
}
.login-container .block .block-title {
  font-size: 2rem;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  text-align: left;
}
.login-container .block .block-title strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
  font-family: "Dosis", sans-serif;
}
.field.note {
  font-weight: bold;
  font-style: italic;
}
.benefits li {
  margin-bottom: 0.4rem;
}
.form-instructions {
  font-weight: 1.3rem;
  font-style: italic;
  font-weight: bold;
}
.account-nav .content {
  background: none;
  padding: 0;
}
.account-nav .item a {
  text-transform: uppercase;
  color: inherit;
  padding: 0.8rem 1.4rem;
}
.account-nav .item a:hover {
  color: inherit;
  background: none;
  text-decoration: underline;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 0.8rem 1.4rem;
  border-radius: 3px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
}
.account .block-title,
.account .fieldset legend {
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  width: 100%;
}
.block-title,
.form-address-edit .fieldset legend {
  font-size: 1.8rem;
  font-weight: bold;
}
.account .page-main > .page-title-wrapper .page-title {
  text-align: left;
  font-size: 3.6rem;
}
.control-group.password {
  margin-bottom: 10px;
}
.contact-address {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.09px;
}
.contact-map iframe {
  max-width: 100%;
}
.form.contact legend {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.6rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 1.7rem;
}
.form.contact .actions-toolbar .primary {
  float: right;
}
.cms-contact-us .column:not(.sidebar-additional) .form.contact {
  width: 100%;
}
.staff-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 7rem 0 1rem;
}
.staff-list li {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 1.5rem;
}
.staff-list img {
  margin-bottom: 0.2rem;
  border-radius: 50%;
}
.company-reg {
  text-align: center;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  clear: both;
  margin: 0.86rem auto;
}
.slick-slider {
  width: 0;
  min-width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.slick-initialized .slick-slide {
  margin: 0 1rem;
}
.slick-slider .slick-arrow {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url('../images/icons/icon-arrow-grey.svg') no-repeat center / contain !important;
  font-size: 0;
  z-index: 10;
}
.slick-slider .slick-arrow::before {
  display: none;
}
[dir="rtl"].slick-slider .slick-next {
  left: 60px;
  right: unset;
  transform: rotateZ(180deg) translate(0, -50%);
}
[dir="rtl"].slick-slider .slick-prev {
  right: 60px;
  left: unset;
  transform: translate(0, 50%);
}
.home-brands .slick-slider {
  padding: 0 6rem;
}
.home-brands .slick-slider .slick-prev,
.home-brands .slick-slider .slick-next {
  width: 4rem;
  height: 4rem;
}
.cms-page-view {
  font-size: 1.5rem;
  line-height: 1.75;
}
.cms-page-view p {
  margin-bottom: 2.2rem;
}
.cms-page-view tr {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.cms-page-view th {
  text-transform: uppercase;
  vertical-align: top;
}
.cms-faq #faq {
  width: 846px;
  margin: 0 auto;
  border: 1px solid #ddd;
  max-width: 100%;
}
.cms-faq #faq dt {
  font-size: 18px;
  line-height: 20px;
  padding: 16px 35px 16px 10px;
  margin-bottom: 0;
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
.cms-faq #faq dt.on {
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
.cms-faq #faq dd {
  margin-bottom: 0;
  padding: 10px;
  line-height: 1.50;
  border-bottom: 1px solid #d9d9d9;
}
.cms-faq #faq dd p {
  margin: 0 0 15px;
  font-family: "Inconsolata", monospace;
  font-style: normal;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.09px;
  color: #000;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
