/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@charset "UTF-8";
div.loggedin-block {
  display: flex;
  flex-direction: column;
}
div.customer-actions a.headerlink span strong,
div.customer-actions a.action.showcart span strong {
  display: block;
  margin-top: 2px;
}
/** Frequently Bought Together block **/
:root {
  --backgroundGrey: #f1f1f1;
  --fbGridCols: repeat(3, 1fr);
  --fbItemGridAreas: "image caption";
  --fbGridRows: 1;
  --fbRed: #ce181e;
  --fbFigTemplateColumns: 33% 67%;
  --fbItemGridRows: 1fr;
  --gap: 0;
  --FBMargin: 0px;
}
@media (min-width: 769px) and (max-width: 991px) {
  :root {
    --fbItemGridAreas: "image" "caption";
    --fbItemGridRows: 50% 50%;
    --fbFigTemplateColumns: 100%;
    --gap: 20px;
  }
}
@media (max-width: 768px) {
  :root {
    --fbGridCols: 100%;
    --fbGridRows: auto;
    --gap: 10px;
    --FBMargin: 30px;
  }
}
section#frequently-bought {
  padding: 20px;
  background: var(--backgroundGrey);
  float: none;
  clear: both;
  margin: var(--FBMargin) 0 40px 0;
}
section#frequently-bought header h3 {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}
section#frequently-bought main ol {
  list-style-type: none;
  padding: 0px;
  display: grid;
  grid-template-columns: var(--fbGridCols);
  gap: var(--gap);
}
section#frequently-bought main ol li {
  height: 100%;
}
section#frequently-bought main ol li figure {
  display: grid;
  grid-template-areas: var(--fbItemGridAreas);
  grid-template-columns: var(--fbFigTemplateColumns);
  grid-template-rows: var(--fbItemGridRows);
  height: 100%;
}
section#frequently-bought main ol li figure img {
  grid-area: image;
  object-fit: contain;
  aspect-ratio: 1;
  border: solid 1px #7d7d7d;
  transition: border 0.3s;
  height: 100%;
  background: white;
}
section#frequently-bought main ol li figure img:hover {
  border-color: var(--fbRed);
}
section#frequently-bought main ol li figure figcaption {
  grid-area: caption;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#frequently-bought main ol li figure figcaption a {
  color: black;
  font-size: 16px;
  line-height: 20px;
}
section#frequently-bought main ol li figure figcaption p {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  section#frequently-bought main ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  section#frequently-bought main ol li:not(:last-of-type) {
    border-bottom: 1px solid #7d7d7d;
  }
}
/* if there's no FB block then we'll move the adjacent element up a bit */
.no-fb + .product.info.detailed {
  margin-top: var(--noFbMargin);
}
/* handle inc/excl vat display */
body.with-vat section#frequently-bought p.inc-vat span.amt {
  font-size: 22px;
  font-weight: bold;
}
body.with-vat section#frequently-bought p.inc-vat span:last-of-type {
  color: #7d7d7d;
  font-size: 14px;
}
body.with-vat section#frequently-bought p.excl-vat {
  display: none;
}
body.without-vat section#frequently-bought p.excl-vat span.amt {
  font-size: 22px;
  font-weight: bold;
  color: var(--fbRed);
}
body.without-vat section#frequently-bought p.excl-vat span:last-of-type {
  color: #7d7d7d;
}
body.without-vat section#frequently-bought p.inc-vat {
  display: none;
}
@media (max-width: 991px) {
  :root {
    --toggleBorder: white;
    --toggleTransform: 73%;
    --toggleFill: white;
    --toggleGap: 10px;
    --mLeft: 10px;
  }
}
@media (min-width: 992px) {
  :root {
    --toggleBorder: white;
    --toggleTransform: 100%;
    --toggleFill: white;
    --toggleGap: 10px;
    --mLeft: 26px;
  }
}
fieldset#tax-selector {
  border: none;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transform: translateY(-3px);
  margin-left: var(--mLeft);
}
fieldset#tax-selector label {
  white-space: nowrap;
}
fieldset#tax-selector select {
  border: solid 1px white;
  background: transparent;
  color: white;
  font-weight: bold;
}
fieldset#tax-selector input[type="checkbox"] {
  display: none;
}
fieldset#tax-selector input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  gap: var(--toggleGap);
  justify-content: center;
}
fieldset#tax-selector input[type="checkbox"] + label span {
  font-size: 14px;
  transition: opacity 0.3s;
}
fieldset#tax-selector input[type="checkbox"] + label span#with-vat {
  opacity: 1;
}
fieldset#tax-selector input[type="checkbox"] + label span#without-vat {
  opacity: 0.5;
}
@media (max-width: 991px) {
  fieldset#tax-selector input[type="checkbox"] + label span {
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    font-size: 12px;
  }
}
fieldset#tax-selector input[type="checkbox"] + label div.toggle {
  width: 54px;
  height: 24px;
  border: solid 1px var(--toggleBorder);
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
fieldset#tax-selector input[type="checkbox"] + label div.toggle div {
  display: block;
  background: var(--toggleFill);
  height: 20px;
  width: 26px;
  border-radius: 10px;
  transition: all 0.3s;
  border: solid 1px var(--toggleBorder);
  position: absolute;
  left: 2px;
  right: unset;
}
fieldset#tax-selector input[type="checkbox"]:checked + label span#with-vat {
  opacity: 0.5;
}
fieldset#tax-selector input[type="checkbox"]:checked + label span#without-vat {
  opacity: 1;
}
fieldset#tax-selector input[type="checkbox"]:checked + label div.toggle div {
  position: absolute;
  right: 2px;
  left: unset;
}
body.with-vat span.price-excluding-tax {
  display: none !important;
}
body.with-vat span.price-including-tax {
  display: flex;
  align-items: center;
}
body.without-vat span.price-excluding-tax {
  display: block;
}
body.without-vat span.price-including-tax {
  display: none !important;
}
body.both-vat span.price-excluding-tax,
body.both-vat span.price-including-tax {
  display: block;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
  display: block !important;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.nav-open .nav-sections-item-title {
  display: none;
}
@media only screen and (max-width: 991px) {
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0 !important;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    /** FIX BLOG **/
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .nav-toggle:after .no-background .navigation {
    background: none !important;
  }
  .nav-open .nav-toggle:after .megamenu-preview-index .ves-megamenu {
    margin-top: 30px;
  }
  .nav-open .nav-toggle:after .megamenu-preview-index .ves-vertical {
    max-width: 300px;
  }
  .nav-open .nav-toggle:after .ves-megamenu.top-navigation .ves-navbar {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .drill-opener,
  .nav-open .nav-toggle:after .ves-megamenu .navigation .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    width: auto;
    height: auto;
    line-height: 50px;
    width: 50px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .mega-col {
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-control {
    top: 40%;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-control.left,
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-control.right {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    top: 45%;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333;
    opacity: 1;
    line-height: 1.5em;
    width: auto;
    bottom: auto;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .block-content {
    max-width: 100%;
    position: relative;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-indicators {
    bottom: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-indicators > li {
    border: 1px solid #1979c3;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .carousel-indicators > li.active {
    background-color: #1979c3;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .product-items {
    padding: 10px;
    margin: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .item-before-content,
  .nav-open .nav-toggle:after .ves-megamenu .navigation .item-after-content {
    float: left;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .icon-top {
    line-height: 84px;
    width: 100%;
    height: 84px;
    text-align: center;
    background: #333;
    margin-bottom: 10px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .icon-top:hover {
    background-color: #5bd2ec;
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
    position: static;
    padding: 4px 6px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
    background: #ef2840;
    color: #fff;
  }
  .nav-open .nav-toggle:after .ves-megamenu .feature-box-v3 .fbox-icon .icons {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 24px;
    width: 30px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }
  .nav-open .nav-toggle:after .ves-megamenu .feature-box-v3 .fa:before {
    font-size: 30px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .feature-box-v3 a {
    background: #e8e8e8;
    border-left: 0;
    float: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .nav-open .nav-toggle:after .ves-megamenu ul {
    list-style: none;
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .dynamic-items {
    padding: 0;
    width: 20%;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 ul {
    margin: 0;
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 .megamenu-widget > .carousel .item {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
    display: block;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 .submenu .nav-item > a {
    padding: 0 20px;
    line-height: 50px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
    line-height: 50px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
    background: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .nav-open .nav-toggle:after .ves-megamenu .submenu-alignright > .submenu {
    right: 0;
    left: auto !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .text-center {
    text-align: center;
  }
  .nav-open .nav-toggle:after .ves-megamenu .pull-right {
    float: right;
  }
  .nav-open .nav-toggle:after .ves-megamenu .pull-left {
    float: left;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label {
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #FFF;
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    margin-left: 2px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v1 {
    background-color: #5bd2ec;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v2 {
    background-color: #d52462;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v3 {
    background: #0cc485;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
    border-top-color: #5bd2ec;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
    border-top-color: #d52462;
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
    border-top-color: #0cc485;
  }
  .nav-open .nav-toggle:after .ves-megamenu .nav-item {
    position: relative;
  }
  .nav-open .nav-toggle:after .ves-megamenu .nav-item > a {
    line-height: 50px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .nav-item.active > a {
    background: #333;
    color: #FFF;
  }
  .nav-open .nav-toggle:after .ves-megamenu .submenu p > a {
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu iframe,
  .nav-open .nav-toggle:after .ves-megamenu video {
    max-width: 100%;
  }
  .nav-open .nav-toggle:after .ves-megamenu .level0 > a > .item-icon {
    margin-bottom: -5px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .onsale {
    padding: 3px 10px;
    background: #d52462;
    color: #FFF;
    margin-right: 5px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .new-icon {
    padding: 3px 10px;
    background: #0cc485;
    color: #FFF;
  }
  .nav-open .nav-toggle:after .ves-megamenu .owl-carousel .owl-item {
    text-align: center;
  }
  .nav-open .nav-toggle:after .ves-megamenu #contact-form {
    width: 100% !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .drill-opener,
  .nav-open .nav-toggle:after .ves-megamenu .drilldown-back,
  .nav-open .nav-toggle:after .ves-megamenu .ves-navbar {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-daccordion .navigation,
  .nav-open .nav-toggle:after .ves-megamenu.ves-mdrilldown .navigation,
  .nav-open .nav-toggle:after .ves-megamenu.ves-ddrill .navigation {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
  .nav-open .nav-toggle:after .ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
  .nav-open .nav-toggle:after .ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
    position: static;
    padding: 4px 6px;
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-daccordion.has-title .navigation,
  .nav-open .nav-toggle:after .ves-megamenu.ves-mdrilldown.has-title .navigation,
  .nav-open .nav-toggle:after .ves-megamenu.ves-ddrill.has-title .navigation {
    border-top: 0;
  }
  .nav-open .nav-toggle:after .ves-navtoggle {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
    display: block;
  }
  .nav-open .nav-toggle:after #maincontent .cat-label:before {
    display: none;
  }
  .nav-open .nav-toggle:after .nav-open .nav-sections-item-title {
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .nav-open .nav-toggle:after .drilldown .navigation {
    background-color: #FFF;
  }
  .nav-open .nav-toggle:after .drilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .subhover > .submenu {
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .ves-caret {
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .mega-col {
    padding: 0;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .opener {
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .nav-open .nav-toggle:after .drilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item a {
    padding: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item .post-meta a {
    display: inline-block;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .ves-post {
    text-align: left;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item .post-readmore a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
  .nav-open .nav-toggle:after .ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
    padding: 0 2px;
  }
  .nav-sections {
    background: #f8f8f8;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 50%));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 50%);
  }
  .nav-open .nav-sections {
    left: 0 !important;
    z-index: 99 !important;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: transparent !important;
  }
  .ves-megamenu .navigation .level0.active > a {
    background-color: transparent !important;
  }
  .ves-megamenu .navigation .level0 > a > span {
    font-size: 14px;
    line-height: 18px;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1024px) {
  .nav-open .nav-toggle:after .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 991px) {
  .nav-open .nav-toggle:after .ves-megamenu .navigation .nav-item.subhover > .submenu {
    display: none !important;
  }
  .nav-open .nav-toggle:after .nav-sections-item-content {
    margin-top: 0 !important;
  }
  .nav-open .nav-toggle:after .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .nav-toggle:after .nav-sections {
    background: #f8f8f8;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 50%));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 50%);
  }
  .nav-open .nav-toggle:after .nav-open .nav-sections {
    left: 0 !important;
    z-index: 99 !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0.current > a {
    background-color: transparent !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0.active > a {
    background-color: transparent !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .navigation .level0 > a > span {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-open .nav-toggle:after .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu.ves-offcanvas .opener,
  .nav-open .nav-toggle:after .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .nav-open .nav-toggle:after .ves-megamenu .ves-navbar {
    display: block;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .nav-open .nav-toggle:after .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .nav-open .nav-toggle:after .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-open .nav-toggle:after .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .ves-caret {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .drill-opener:before,
  .nav-open .nav-toggle:after .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .nav-open .nav-toggle:after .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-open .nav-toggle:after .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .nav-open .nav-toggle:after .ves-megamenu .cat-label:before {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-megamenu .item-header,
  .nav-open .nav-toggle:after .ves-megamenu .item-content,
  .nav-open .nav-toggle:after .ves-megamenu .item-sidebar,
  .nav-open .nav-toggle:after .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .nav-open .nav-toggle:after .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .nav-open .nav-toggle:after .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .nav-open .nav-toggle:after .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .nav-open .nav-toggle:after .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .nav-open .nav-toggle:after .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .nav-open .nav-toggle:after .ves-megamenu .carousel-controls .carousel-control.right,
  .nav-open .nav-toggle:after .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .nav-open .nav-toggle:after .hide-blocks .item-header,
  .nav-open .nav-toggle:after .hide-blocks .item-sidebar,
  .nav-open .nav-toggle:after .hide-blocks .item-footer {
    display: none;
  }
  .nav-open .nav-toggle:after .ves-navtoggle {
    display: block;
    background: #333;
  }
  .nav-open .nav-toggle:after .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .nav-open .nav-toggle:after .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-toggle:after .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .nav-open .nav-toggle:after .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-toggle:after .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .nav-open .nav-toggle:after .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
.mega-col > .nav-item > a {
  border-left: 0px solid transparent !important;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .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: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .amcform-page-titles .amcform-title {
    max-width: 150px;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 125px;
    max-width: initial;
  }
  .amcform-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .column.main.infinite-scroll .product-items .ias-no-more.mg-top-msg {
    margin-top: 80px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #DDD;
    color: #FFF;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #DDD;
    border-right-color: #DDD;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #DDD;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #ddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #DDD;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #FFF;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0c9";
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #FFF;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* ==========================================================================
   GENERIC / #RESET
   ========================================================================== */
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Remove trailing margins from nested lists.
 */
li ul,
li ol {
  margin-bottom: 0;
}
/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'AxiformaBook';
  src: url('../fonts/AxiformaBook.eot');
  src: url('../fonts/AxiformaBook.eot') format('embedded-opentype'), url('../fonts/AxiformaBook.woff2') format('woff2'), url('../fonts/AxiformaBook.woff') format('woff'), url('../fonts/AxiformaBook.ttf') format('truetype'), url('../fonts/AxiformaBook.svg#AxiformaBook') format('svg');
}
@font-face {
  font-family: 'AxiformaHeavy';
  src: url('../fonts/AxiformaHeavy.eot');
  src: url('../fonts/AxiformaHeavy.eot') format('embedded-opentype'), url('../fonts/AxiformaHeavy.woff2') format('woff2'), url('../fonts/AxiformaHeavy.woff') format('woff'), url('../fonts/AxiformaHeavy.ttf') format('truetype'), url('../fonts/AxiformaHeavy.svg#AxiformaHeavy') format('svg');
}
@font-face {
  font-family: 'AxiformaSemiBold';
  src: url('../fonts/AxiformaSemiBold.eot');
  src: url('../fonts/AxiformaSemiBold.eot') format('embedded-opentype'), url('../fonts/AxiformaSemiBold.woff2') format('woff2'), url('../fonts/AxiformaSemiBold.woff') format('woff'), url('../fonts/AxiformaSemiBold.ttf') format('truetype'), url('../fonts/AxiformaSemiBold.svg#AxiformaSemiBold') format('svg');
}
/* Maximum width out content will stretch to */
/* Maximum width our content will stretch to for large screens */
/* Content padding for content container */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
html {
  /*! autoprefixer: off */
  background-color: #fff;
  overflow-y: scroll;
  min-height: 100%;
  font-family: 'Helvetica';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.c-container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1366px) {
  .c-container {
    max-width: 1366px;
  }
}
.page-main {
  padding: 0 !important;
  max-width: none !important;
}
.page-main:not('.page-layout-1column') {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1366px) {
  .page-main:not('.page-layout-1column') {
    max-width: 1366px;
  }
}
.columns {
  max-width: 1366px !important;
  margin: auto !important;
}
#cookie-popup {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  z-index: 999;
  -webkit-box-shadow: -1px 1px 15px -4px rgba(0, 0, 0, 0.6899999999999999);
  box-shadow: -1px 1px 15px -4px rgba(0, 0, 0, 0.6899999999999999);
}
@media (min-width: 768px) {
  #cookie-popup {
    width: 70%;
  }
}
#cookie-popup p {
  color: #666;
}
@media (min-width: 768px) {
  #cookie-popup p {
    max-width: 80%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
#cookie-popup p a {
  color: #000000;
  text-decoration: underline;
}
#cookie-popup p a:visited {
  color: #000000;
}
#cookie-popup .accept {
  align-self: center;
  background-color: #000000;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px 13px 30px;
  font-size: 12px;
  line-height: 12px;
}
#cookie-popup .accept:hover {
  text-decoration: none;
  background-color: #ce181e;
}
@media (min-width: 768px) {
  #cookie-popup .accept {
    font-size: 14px;
    line-height: 14px;
  }
}
.cookie-heading {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .cms-home .page-main .columns,
  .page-layout-category1col .page-main .columns {
    max-width: 100% !important;
  }
}
@media (min-width: 1152px) {
  .cms-home .page-main .columns,
  .page-layout-category1col .page-main .columns {
    max-width: 100% !important;
  }
}
@media (min-width: 1366px) {
  .cms-home .page-main .columns,
  .page-layout-category1col .page-main .columns {
    max-width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .cms-home .page-main .columns,
  .page-layout-category1col .page-main .columns {
    max-width: 100% !important;
  }
}
.page-layout-brands .category-subs {
  display: unset;
  position: unset;
  width: unset;
  height: unset;
  background-color: unset;
  padding: unset;
}
.page-layout-brands .category-subs .category-item--details {
  display: none;
}
.cms-home .column.main {
  padding-bottom: 0;
}
.message.info,
.message.success,
.message.error {
  font-size: 14px;
  line-height: 14px;
}
.message.success,
.message.error {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1366px) {
  .message.success,
  .message.error {
    max-width: 1366px;
  }
}
.message.success a {
  color: #0f5132;
  text-decoration: underline;
}
.message.success a:hover {
  text-decoration: none;
}
.message.error {
  margin: 20px auto;
  padding: 20px 30px!important;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  border-radius: 0.25rem;
  color: #721c24;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}
.message.error > *:first-child:before {
  display: none;
}
.message.success {
  margin: 20px auto;
  padding: 20px 30px!important;
  border: 1px solid #badbcc;
  background-color: #d1e7dd;
  border-radius: 0.25rem;
  color: #0f5132;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}
.message.success > *:first-child:before {
  display: none;
}
/* Footer Pages */
.cms-delivery .page-title-wrapper,
.cms-returns .page-title-wrapper,
.cms-terms-conditions .page-title-wrapper,
.cms-privacy-policy .page-title-wrapper {
  text-align: center;
  padding: 30px 0 0 0;
}
.cms-delivery .page-title-wrapper h1,
.cms-returns .page-title-wrapper h1,
.cms-terms-conditions .page-title-wrapper h1,
.cms-privacy-policy .page-title-wrapper h1 {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.cms-delivery h2,
.cms-returns h2,
.cms-terms-conditions h2,
.cms-privacy-policy h2 {
  width: 100%;
  margin-bottom: 20px;
}
.cms-delivery ul,
.cms-returns ul,
.cms-terms-conditions ul,
.cms-privacy-policy ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.cms-delivery li:not(:last-of-type),
.cms-returns li:not(:last-of-type),
.cms-terms-conditions li:not(:last-of-type),
.cms-privacy-policy li:not(:last-of-type) {
  margin-bottom: 10px;
}
.cms-delivery li a,
.cms-returns li a,
.cms-terms-conditions li a,
.cms-privacy-policy li a {
  color: #000000;
}
.cms-delivery li a:visited,
.cms-returns li a:visited,
.cms-terms-conditions li a:visited,
.cms-privacy-policy li a:visited {
  color: #000000;
}
.cms-delivery li a:hover,
.cms-returns li a:hover,
.cms-terms-conditions li a:hover,
.cms-privacy-policy li a:hover {
  color: #ce181e;
  text-decoration: underline;
}
.cms-delivery p a,
.cms-returns p a,
.cms-terms-conditions p a,
.cms-privacy-policy p a {
  color: #000000;
}
.cms-delivery p a:visited,
.cms-returns p a:visited,
.cms-terms-conditions p a:visited,
.cms-privacy-policy p a:visited {
  color: #000000;
}
.cms-delivery p a:hover,
.cms-returns p a:hover,
.cms-terms-conditions p a:hover,
.cms-privacy-policy p a:hover {
  color: #ce181e;
  text-decoration: underline;
}
.cms-delivery table,
.cms-returns table,
.cms-terms-conditions table,
.cms-privacy-policy table {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.cms-delivery thead th,
.cms-returns thead th,
.cms-terms-conditions thead th,
.cms-privacy-policy thead th {
  padding: 15px;
  background-color: #333;
  color: #ffffff;
  text-align: left;
}
.cms-delivery tbody th,
.cms-returns tbody th,
.cms-terms-conditions tbody th,
.cms-privacy-policy tbody th,
.cms-delivery tbody td,
.cms-returns tbody td,
.cms-terms-conditions tbody td,
.cms-privacy-policy tbody td {
  padding: 10px;
  text-align: left;
}
.cms-delivery tbody tr:nth-of-type(even),
.cms-returns tbody tr:nth-of-type(even),
.cms-terms-conditions tbody tr:nth-of-type(even),
.cms-privacy-policy tbody tr:nth-of-type(even) {
  background-color: #eee;
}
/* Cookies Popup */
.message.global.cookie {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.33);
  color: #000000;
  width: 100%;
  padding: 30px;
  z-index: 500;
}
@media (min-width: 768px) {
  .message.global.cookie {
    width: 75%;
  }
}
.message.global.cookie .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .message.global.cookie .content {
    flex-direction: row;
  }
}
.message.global.cookie p {
  width: 100%;
}
@media (min-width: 768px) {
  .message.global.cookie p {
    width: 60%;
  }
}
.message.global.cookie p a {
  color: #000000;
  text-decoration: underline;
}
.message.global.cookie p a:visited {
  color: #000000;
  text-decoration: underline;
}
.message.global.cookie p a:hover {
  color: #ce181e;
  text-decoration: none;
}
.message.global.cookie .actions {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .message.global.cookie .actions {
    width: 40%;
  }
}
.message.global.cookie .action.allow.primary {
  border-radius: 0 !important;
  background-color: #000000 !important;
  border: 0 !important;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: all .3s ease;
}
.message.global.cookie .action.allow.primary:hover {
  background-color: #ce181e !important;
}
@media (min-width: 992px) {
  :root {
    --topDisplay: none;
    --headerGridAreas: "phone notice toggle";
    --headerGridCols: repeat(3, 1fr);
    --contentGridAreas: "logo search links";
    --contentGridCols: 2fr 5fr 3fr;
    --caContent: flex-end;
    --logoMW: unset;
    --hcbWidth: 100%;
    --nsColour: black;
    --nsWidth: 100vw;
    --headerPad: 10px 0px !important;
  }
}
@media (max-width: 991px) {
  :root {
    --topDisplay: flex;
    --headerGridAreas: "phone toggle";
    --headerGridCols: repeat(2, 50%);
    --contentGridAreas: "logo links" "search search";
    --contentGridCols: repeat(2, 1fr);
    --caContent: space-evenly;
    --logoMW: 150px;
    --hcbWidth: 96%;
    --nsColour: white;
    --nsWidth: 90vw;
    --headerPad: 10px !important;
  }
}
@media (min-width: 992px) {
  .menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 200;
  }
}
.page-header {
  display: block;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  border: none !important;
}
@media (min-width: 992px) {
  .page-header {
    background-color: #ffffff;
    color: #ffffff;
    z-index: 300;
  }
}
.page-header .panel.wrapper {
  border-bottom: 0px;
  background-color: #ce181e;
}
.header.content {
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0 !important;
  max-width: unset !important;
  display: grid;
  grid-template-areas: "content" "nav";
  grid-template-columns: 100%;
  width: 100%;
  row-gap: 10px;
  margin-bottom: 0px;
  grid-auto-rows: max-content;
  grid-auto-flow: column;
}
.header.content div.header-content-block {
  max-width: 1366px;
  margin: auto;
  display: grid;
  grid-template-areas: var(--contentGridAreas);
  grid-template-columns: var(--contentGridCols);
  grid-area: content;
  width: var(--hcbWidth);
  gap: 12px;
}
.header.content div.header-content-block .logo {
  grid-area: logo;
  position: initial;
  width: 100%;
  max-width: unset;
  float: none;
  margin: 0 !important;
}
.header.content div.header-content-block .header-actions {
  grid-area: links;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header.content div.header-content-block .header-actions .customer-actions > span,
  .header.content div.header-content-block .header-actions .customer-actions > div {
    height: 100%;
    padding: 0px;
  }
  .header.content div.header-content-block .header-actions .customer-actions > span a:before,
  .header.content div.header-content-block .header-actions .customer-actions > div a:before {
    content: none;
    display: none;
  }
  .header.content div.header-content-block .header-actions .customer-actions > span a img,
  .header.content div.header-content-block .header-actions .customer-actions > div a img {
    height: 28px;
    width: auto;
  }
}
.header.content div.nav-sections {
  grid-area: nav;
  width: var(--nsWidth);
  background: var(--nsColour);
}
.header.content div.nav-sections .navigation {
  margin: auto !important;
  max-width: unset;
  width: 100%;
  max-width: 1366px;
  grid-row: 2;
  grid-column: 2 span 1;
}
.header.content div.nav-sections .navigation > ul {
  justify-content: space-between !important;
}
.header.content div.nav-sections .navigation > ul li a {
  text-transform: none;
}
.panel.header {
  display: grid;
  position: relative;
  width: 100%;
  padding: var(--headerPad);
  background-color: #ce181e;
  max-width: 1366px !important;
  grid-template-areas: var(--headerGridAreas);
}
.panel.header div {
  display: flex;
}
.panel.header div.header-phone {
  grid-area: phone;
  width: unset !important;
  align-items: center;
  justify-content: flex-start;
}
.panel.header div.header-phone p {
  text-align: left;
}
.panel.header div.header-phone p a:before {
  content: none !important;
}
.panel.header div.header-notice {
  grid-area: notice;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .panel.header div.header-notice {
    display: none;
  }
}
.panel.header #tax-selector {
  margin: 0px;
  grid-area: toggle;
  align-items: center;
  justify-content: flex-end;
}
.panel.header p {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: none;
  text-align: center;
  width: 100%;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  line-height: 10px;
}
@media (min-width: 768px) {
  .panel.header p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1152px) {
  .panel.header p {
    font-size: 13px;
    line-height: 13px;
  }
}
.panel.header p a {
  color: white;
  text-decoration: underline;
}
.panel.header p a:hover {
  text-decoration: none;
}
.panel.header p a:visited {
  color: white;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo a.main-logo img {
  width: 160px;
  max-width: var(--logoMW);
}
.header-actions {
  display: block;
  width: 100%;
  margin-bottom: 0;
  border-top: 0;
}
.action-links {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 992px) {
  .action-links {
    margin-bottom: 0px;
  }
}
.customer-actions {
  display: flex;
  justify-content: var(--caContent);
  width: 100%;
  color: #ffffff;
  gap: 20px;
}
.customer-actions a {
  color: #000000;
  text-transform: none;
}
.customer-actions a:visited {
  color: #000000;
}
.customer-actions a:hover {
  text-decoration: none;
}
.customer-actions > div {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.customer-actions > div:not(.menu-toggle) {
  padding: 8px 0;
}
@media (min-width: 992px) {
  .customer-actions > div:not(.menu-toggle) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .customer-actions > div {
    margin-left: 1%;
    text-align: unset;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .customer-actions > div {
    font-size: 13px;
    line-height: 13px;
  }
}
.customer-actions > div a {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 992px) {
  .customer-actions > div a {
    flex-direction: row;
  }
}
.header-compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-compare a {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  color: #666;
}
.header-compare a:visited {
  color: #666;
}
@media (min-width: 992px) {
  .header-compare {
    flex-direction: row;
  }
  .header-compare a {
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
    color: #ffffff;
    padding: 10px 15px 10px 30px;
  }
  .header-compare a:visited {
    color: #ffffff;
  }
}
.header-compare:before {
  content: "";
  display: inline-block !important;
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 5px;
  background-image: url('../images/icons/compare.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
@media (min-width: 992px) {
  .header-compare:before {
    margin-bottom: 0;
    position: absolute !important;
    left: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url('../images/icons/compare.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
  }
}
.header-search {
  display: flex;
  width: 100%;
  z-index: 50;
  align-items: center;
  grid-area: search;
}
@media (max-width: 991px) {
  .header-search {
    border-top: solid 1px #ce181e;
    border-bottom: solid 1px #ce181e;
  }
}
.header-search .search-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .header-search .search-inner {
    width: 90%;
    margin: auto;
    padding: 12px 0;
  }
}
.search-form {
  display: flex;
  width: 100%;
}
.search-form input:-internal-autofill-selected {
  background-color: transparent !important;
}
.search-form input[type="search"] {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding-left: 10px;
  background-color: white;
  border: 0;
  color: black;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid black;
  background: url(../images/icons/search-black.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
  padding-left: 40px;
}
.search-form input[type="search"]:focus {
  outline: 0;
}
.search-form input[type="search"]::placeholder {
  color: #333333;
  text-transform: none;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.search-form button[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
  cursor: pointer;
  background-color: black;
  color: #ffffff;
  border: 0;
  border: 1px solid black;
  font-size: 16px;
  z-index: 2;
}
.search-form .search-autocomplete {
  top: 35px;
}
.search-autocomplete ul li:not(:empty) {
  background-color: #000;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.search-autocomplete ul li {
  padding: 10px 40px 10px 10px;
}
.search--show {
  margin-right: 0;
}
.search--show .search-inner {
  width: 100%;
  transform: translateX(0);
}
.search--show .search-form {
  transform: translateX(0);
}
.search--show a:before {
  top: -16px !important;
  opacity: 0 !important;
}
.search--show a:after {
  bottom: 10px !important;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .header-phone {
    width: 15%;
  }
}
.header-phone a span {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 992px) {
  .header-phone a span {
    padding: 10px 15px 10px 20px;
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  }
}
.header-phone a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/icon-mobile-phone.jpg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header-phone a:before {
    background-image: url('../images/icons/phone.svg');
    background-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 24px;
    margin-bottom: 0;
  }
}
.header-phone .desk {
  display: none;
}
@media (min-width: 992px) {
  .header-phone .desk {
    display: inline-block;
  }
}
.header-phone .mob {
  display: none;
}
@media (max-width: 991px) {
  .header-phone .mob {
    display: inline-block;
  }
}
.header-contact {
  display: flex;
  flex-direction: column;
  padding: 5px;
  text-transform: none;
}
.header-contact a {
  padding: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  color: black;
  display: flex;
  gap: 8px;
}
.header-contact a img {
  height: 20px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .header-search-icon {
    display: none;
  }
}
.header-search-icon a img {
  height: 30px;
}
.header-search-icon a span {
  margin-top: 5px;
}
@media (max-width: 991px) {
  div.customer-actions > #tax-selector {
    display: none;
  }
}
div.topheader {
  display: var(--topDisplay);
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mobile-logo {
    width: 100%;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .mobile-logo {
    display: none !important;
  }
}
.header-shop a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header-shop a img {
  height: 20px;
}
.mobile-nav--links {
  display: none;
}
@media (max-width: 991px) {
  .mobile-nav--links {
    display: flex;
    width: 100%;
    border-top: 1px solid #eee;
  }
}
.mobile-nav--links li {
  display: inline-block;
  position: relative;
  flex: 1;
  margin-bottom: 0;
}
.mobile-nav--links li:first-of-type a {
  background-color: #ce181e;
  color: #ffffff;
}
.mobile-nav--links li:first-of-type a:before {
  background-image: url('../images/mobile/menu.png');
}
.mobile-nav--links li:nth-of-type(2) a:before {
  background-image: url('../images/mobile/call.png');
}
.mobile-nav--links li:nth-of-type(3) a:before {
  background-image: url('../images/mobile/basket.png');
}
.mobile-nav--links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000;
}
.mobile-nav--links a:before {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  margin-bottom: 10px;
}
.mobile-search--container {
  display: none;
  padding: 10px;
  border-top: 1px solid rgba(206, 24, 30, 0.5);
}
@media (max-width: 991px) {
  .mobile-search--container {
    display: none;
    background: white;
    position: absolute;
    width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .mobile-search--container.open {
    display: block;
  }
}
.mobile-search--container form {
  display: flex;
  width: 100%;
  height: 50px;
}
@media (min-width: 768px) {
  .mobile-search--container form {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mobile-search--container .search-mob-input {
  width: 85%;
}
.mobile-search--container .actions {
  width: 15%;
}
.mobile-search--container .actions button {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  background-image: url('../images/search-red.png');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
@media (min-width: 992px) {
  .ves-megamenu .navigation {
    margin: 0 !important;
    text-align: center;
  }
  .ves-megamenu .navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ves-megamenu .navigation > ul li {
    display: block;
    margin: 0px !important;
  }
  .ves-megamenu .navigation > ul li:hover {
    background: #ffffff;
  }
  .ves-megamenu .navigation > ul li:hover a span {
    color: #ce181e;
  }
  .ves-megamenu .item-footer .submenu-brands ul {
    display: flex !important;
  }
}
.minicart-wrapper {
  margin-left: 0;
  margin-top: 0;
  float: unset;
}
.minicart-wrapper .action.showcart {
  display: flex !important;
}
.minicart-wrapper .action.showcart:before {
  content: '';
  font-family: sans-serif;
}
.minicart-wrapper .action.showcart.active:before {
  content: '';
  font-family: sans-serif;
}
.minicart-wrapper .action.showcart .text {
  clip: unset !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: black;
  font-weight: normal;
  text-transform: none;
}
.block-minicart .subtitle.empty {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}
.minicart-wrapper .action.primary.checkout {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 16px !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  background: #ce181e !important;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  width: 25px;
  height: 25px;
  top: -10px;
  right: unset;
  min-width: auto;
  border-radius: 100%;
  border: 1px solid #ce181e;
}
@media (min-width: 992px) {
  .minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
  }
}
.minicart-items-wrapper {
  margin: 0px;
  padding: 15px 10px;
}
.block-minicart .checkout {
  background-color: #000000;
  border: 1px solid #000000;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 20px 0;
  border-radius: 0;
  transition: all .3s ease;
}
.block-minicart .checkout:hover {
  border: 1px solid #ce181e;
  background-color: #ce181e;
}
.block-minicart .items-total {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.block-minicart .subtotal {
  display: flex;
  width: auto;
  float: left;
  text-align: left;
}
.block-minicart .subtotal .price {
  margin-left: 5px;
}
.block-minicart .subtotal,
.block-minicart .items-total {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-minicart .product-item {
  width: 100% !important;
}
.block-minicart > div a {
  display: inline-block !important;
  color: #000000;
  padding: 0 !important;
}
.block-minicart > div a:before {
  display: none;
}
.block-minicart > div a:visited {
  color: #000000;
}
.block-minicart .product-item-details {
  text-align: left;
}
.block-minicart .product-item-photo {
  width: auto;
}
.block-minicart .product-item-name {
  min-height: auto;
  margin-bottom: 0;
}
.block-minicart .product-item-name a {
  font-size: 14px;
  line-height: 18px;
  transition: all .3s ease;
  color: #000000;
}
.block-minicart .product-item-name a:visited {
  color: #000000;
}
.block-minicart .product-item-name a:hover {
  color: #ce181e;
  text-decoration: underline;
}
.block-minicart .price-container .price {
  font-size: 14px !important;
  color: #000000;
}
.block-minicart .details-qty * {
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}
.block-minicart .details-qty input {
  border: 1px solid #eee;
  border-radius: 0;
  height: 30px;
}
.block-minicart .product.actions {
  margin-top: -28px;
}
.block-minicart .product.actions .primary {
  display: inline-block;
  position: relative;
  width: auto;
}
.block-minicart .product.actions .secondary {
  display: inline-block;
  position: relative;
  width: auto;
}
.block-minicart .product.actions a:before {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.block-minicart .product.actions a:after {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.block-minicart .actions .viewcart {
  font-size: 12px;
  line-height: 12px;
  transition: all .3s ease;
}
.block-minicart .actions .viewcart:hover {
  color: #ce181e;
}
@media (min-width: 992px) {
  :root {
    --kmBg: #f2f2f2;
  }
}
@media (max-width: 991px) {
  :root {
    --kmBg: white;
  }
}
.key-messages {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: var(--kmBg);
  border-bottom: 1px solid #ce181e;
}
@media (min-width: 992px) {
  .key-messages {
    background-color: #ffffff;
  }
}
.cms-home .key-messages,
.cms-wilcoflex .key-messages {
  border-bottom: 0;
  padding: 15px 0 18px 0;
}
.key-messages ul {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.key-messages li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  width: 100% !important;
  text-align: center;
}
@media (min-width: 1152px) {
  .key-messages li {
    width: auto !important;
  }
}
.key-messages li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 35px;
  height: 30px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 5px;
}
.key-messages li:nth-of-type(1):before {
  background-image: url('../images/icons/usp-icons-free-delivery.png');
}
.key-messages li:nth-of-type(2):before {
  background-image: url('../images/icons/usp-icons-free-delivery.png');
}
@media (min-width: 768px) {
  .key-messages li:nth-of-type(2):before {
    background-image: url('../images/icons/usp-icons-next-day-delivery.png');
  }
}
.key-messages li:nth-of-type(3):before {
  background-image: url('../images/icons/usp-icons-next-day-delivery.png');
}
@media (min-width: 768px) {
  .key-messages li:nth-of-type(3):before {
    background-image: url('../images/icons/usp-icons-rated-excellent.png');
  }
}
.key-messages li:nth-of-type(4):before {
  background-image: url('../images/icons/usp-icons-rated-excellent.png');
}
@media (min-width: 768px) {
  .key-messages li:nth-of-type(4):before {
    background-image: url('../images/icons/usp-icons-certified.png');
  }
}
.key-messages li:nth-of-type(5):before {
  background-image: url('../images/icons/usp-icons-certified.png');
}
.key-messages li {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1152px) {
  .key-messages li {
    font-size: 14px;
    line-height: 14px;
  }
}
.key-messages a {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 12px;
}
.key-messages strong {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.key-messages .slick-list {
  width: 100%;
}
.key-messages .slick-track {
  display: flex !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .key-messages .slick-track {
    justify-content: space-between;
  }
}
.key-messages .slick-next {
  right: -15px !important;
}
.key-messages .slick-next:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/red-arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  opacity: 1 !important;
}
.key-messages .slick-prev {
  left: -15px !important;
}
.key-messages .slick-prev:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/red-arrow-previous.svg');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  opacity: 1 !important;
}
.global-breadcrumb {
  display: none;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .global-breadcrumb {
    display: block;
    padding: 10px 0;
  }
}
.cms-wilcoflex .global-breadcrumb {
  display: none;
}
.global-breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1152px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  .global-breadcrumb ul {
    max-width: 1366px;
  }
}
.global-breadcrumb li {
  display: inline-block;
  position: relative;
  width: auto;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media (min-width: 1152px) {
  .global-breadcrumb li {
    font-size: 9px;
  }
}
.global-breadcrumb li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.global-breadcrumb strong {
  font-weight: normal;
}
.global-breadcrumb a {
  color: #999;
}
.global-breadcrumb a:hover {
  color: #ce181e;
  text-decoration: underline;
}
.page-footer {
  padding: 60px 20px 30px 20px;
  background-color: #202020;
  color: #ffffff;
}
.page-footer a {
  color: #b3b3b3;
}
.page-footer a:visited {
  color: #b3b3b3;
}
.footer.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  border-top: 0;
  padding: 0;
}
.footer.content .footer-logo {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer.content .footer-logo {
    width: 15%;
  }
}
@media (min-width: 1152px) {
  .footer.content .footer-logo {
    width: 25%;
  }
}
.footer.content .footer-logo img {
  width: 100%;
  max-width: 200px;
}
.footer.content .footer.links {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .footer.content .footer.links {
    width: 25%;
    padding-left: 15px;
  }
}
.footer.content .footer.links li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.footer.content .footer.links li:last-of-type {
  margin-bottom: 0;
}
.footer.content .footer.links li a {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Helvetica';
  color: #b3b3b3;
}
@media (min-width: 1152px) {
  .footer.content .footer.links li a {
    font-size: 16px;
    line-height: 16px;
  }
}
.footer.content .safe-secure {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer.content .safe-secure {
    width: 30%;
    padding-left: 15px;
  }
}
@media (min-width: 1152px) {
  .footer.content .safe-secure {
    width: 25%;
  }
}
.footer.content .safe-secure img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1152px) {
  .footer.content .safe-secure img {
    max-width: 200px;
  }
}
.footer.content .contact {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer.content .contact {
    width: 30%;
  }
}
@media (min-width: 1152px) {
  .footer.content .contact {
    width: 25%;
  }
}
.footer.content .contact address {
  font-style: normal;
  margin-bottom: 20px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1152px) {
  .footer.content .contact address {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer.content .socials {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer.content .socials li {
  width: 40px;
  position: relative;
}
.footer.content .socials li:not(:last-of-type) {
  margin-right: 35px;
}
@media (min-width: 1152px) {
  .footer.content .socials li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.footer.content .socials li img {
  width: 40px;
}
.footer.content .socials li:hover .social-grey {
  opacity: 0;
}
.footer.content .socials li:hover .social-red {
  opacity: 1;
}
.social-grey {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .3s ease;
}
.social-red {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}
.footer-col--heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  line-height: 15px;
}
.footer-bottom {
  margin-top: 40px;
  width: 100%;
}
.footer-bottom .c-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #666666;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.footer-bottom ul {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer-bottom ul {
    margin-left: auto !important;
    margin-top: 0;
  }
}
.footer-bottom li {
  display: inline-block;
  position: relative;
  width: auto;
}
.footer-bottom li:nth-of-type(2) {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 0 15px;
  margin: 0 15px !important;
}
.footer-bottom li a {
  font-size: 12px;
  color: #b3b3b3;
}
@media (min-width: 992px) {
  .footer-bottom li a {
    font-size: 14px;
  }
}
.footer-bottom p {
  font-size: 12px;
  color: #b3b3b3;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-bottom p {
    font-size: 14px;
  }
}
.footer-bottom p span {
  width: auto;
  float: left;
}
@media (min-width: 768px) {
  .footer-bottom p span {
    float: right;
  }
}
.newsletter {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-image: url('../images/footer/newsletter-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newsletter .c-container {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 5;
}
@media (min-width: 768px) {
  .newsletter .c-container {
    flex-direction: row;
    align-items: center;
  }
}
.newsletter:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.newsletter small {
  display: block;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 768px) {
  .newsletter small {
    text-align: left;
  }
}
.newsletter .newsletter-title {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 768px) {
  .newsletter .newsletter-title {
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
    text-align: left;
  }
}
.newsletter form {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter form {
    display: inline-flex;
    flex-wrap: wrap;
    width: 68%;
  }
}
.newsletter form .control {
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter form .control {
    width: 75%;
  }
}
@media (min-width: 1152px) {
  .newsletter form .control {
    width: 82%;
  }
}
.newsletter form input[type="text"],
.newsletter form input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  height: 50px;
}
.newsletter form input[type="text"]::placeholder,
.newsletter form input[type="email"]::placeholder {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 768px) {
  .newsletter form input[type="text"],
  .newsletter form input[type="email"] {
    width: 48%;
  }
}
.newsletter form input[type="email"] {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .newsletter form input[type="email"] {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
.newsletter form .actions {
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter form .actions {
    width: 25%;
  }
}
@media (min-width: 1152px) {
  .newsletter form .actions {
    width: 15%;
  }
}
.newsletter form button[type="submit"] {
  width: 100%;
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 50px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all .3s ease;
}
@media (min-width: 768px) {
  .newsletter form button[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.newsletter form button[type="submit"]:hover {
  background-color: #ffffff;
  color: #ce181e;
  border: 1px solid #ffffff;
}
.newsletter form button[type="submit"] span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.newsletter form p,
.newsletter form .agreement {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .newsletter form p,
  .newsletter form .agreement {
    font-size: 14px;
    line-height: 14px;
  }
}
.newsletter form p a,
.newsletter form .agreement a {
  color: #ffffff;
  text-decoration: underline;
}
.newsletter form p a:hover,
.newsletter form .agreement a:hover {
  text-decoration: none;
}
.newsletter form p a:visited,
.newsletter form .agreement a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.catalogsearch-result-index .page-main {
  padding: 80px 20px!important;
}
.catalogsearch-result-index .page-title-wrapper {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  clip: unset;
  margin-bottom: 80px;
  color: #000000;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  text-transform: uppercase;
}
.search.results dd a {
  color: #000000;
  font-size: 12px;
  line-height: 12px;
}
.search.results dd a:visited {
  color: #000000;
}
.cms-no-route .error-container {
  padding: 100px 20px;
}
@media (min-width: 1366px) {
  .cms-no-route .error-container {
    padding: 100px 0;
  }
}
.cms-no-route .page-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ce181e;
  font-size: 100px;
  line-height: 100px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 1152px) {
  .cms-no-route .page-title {
    font-size: 150px;
    line-height: 150px;
  }
}
.cms-no-route .error-text {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .cms-no-route .error-text {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cms-no-route .error-text a {
  color: #ce181e;
}
.cms-no-route .page-footer > .c-container {
  padding: 0;
}
.dark-overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.animation-start {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  transition-delay: .6s;
}
.animation-end {
  transform: translateY(0);
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 1152px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 28px;
    line-height: 38px;
  }
}
p {
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1152px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  height: auto;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 16px;
}
select {
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  border-radius: 0;
}
button[type="submit"] {
  height: 50px;
  border-radius: 0;
  border: 1px solid #ccc;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.choice.newsletter {
  background: none;
  padding: 0;
  margin-bottom: 10px !important;
}
.choice.newsletter:after {
  display: none;
}
.field-error,
div.mage-error[generated] {
  color: #ce181e;
}
.corner-btn--red {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
}
.corner-btn--red a {
  position: absolute;
  top: 0;
  left: auto;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  padding: 10px 15px;
}
.corner-btn--red a::before,
.corner-btn--red a::after,
.corner-btn--red span::before,
.corner-btn--red span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 30px;
  background: transparent;
  transition: 1s;
}
.corner-btn--red a::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid #ce181e;
  border-left: 1px solid #ce181e;
}
.corner-btn--red a::after {
  top: -1px;
  right: -1px;
  border-top: 1px solid #ce181e;
  border-right: 1px solid #ce181e;
}
.corner-btn--red span::before {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #ce181e;
  border-left: 1px solid #ce181e;
}
.corner-btn--red span::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #ce181e;
  border-right: 1px solid #ce181e;
}
.corner-btn--red a:hover::before,
.corner-btn--red a:hover::after,
.corner-btn--red a:hover span::before,
.corner-btn--red a:hover span::after {
  width: calc(51%);
  height: calc(25px);
}
.corner-btn--white {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
}
.corner-btn--white a {
  position: absolute;
  top: 0;
  left: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
}
.corner-btn--white a::before,
.corner-btn--white a::after,
.corner-btn--white span::before,
.corner-btn--white span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 30px;
  background: transparent;
  transition: 1s;
}
.corner-btn--white a::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.corner-btn--white a::after {
  top: -1px;
  right: -1px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.corner-btn--white span::before {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.corner-btn--white span::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.corner-btn--white a:hover::before,
.corner-btn--white a:hover::after,
.corner-btn--white a:hover span::before,
.corner-btn--white a:hover span::after {
  width: calc(51%);
  height: calc(25px);
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
.checkout-index-index .nav-sections {
  display: block;
}
@media (min-width: 768px) {
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 60% !important;
    padding-right: 0 !important;
    border-left: 1px solid #ddd;
    height: 320px;
  }
  .item-sidebar.right-sidebar {
    height: 320px;
  }
  .item-sidebar.right-sidebar img {
    display: block;
  }
}
@media (min-width: 992px) {
  .navigation ul {
    position: unset !important;
  }
  .nav-desktop {
    background-color: transparent;
  }
  .nav-desktop .navigation {
    padding: 0;
    margin-right: unset !important;
    text-align: right;
  }
  .nav-desktop .navigation .nav-item > a {
    border-bottom: 0 !important;
    padding: 0 5px !important;
  }
  .nav-sections {
    background-color: transparent;
    margin-bottom: 0;
  }
  .ves-megamenu.ves-mdrilldown .navigation .level0:not(:last-of-type) a:after {
    content: "";
    display: inline-block;
    position: relative;
    right: -5px;
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/menu-arrow.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
  }
  .ves-megamenu .navigation > ul span {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: transparent !important;
    color: #fff;
  }
  .ves-megamenu .nav-item.active > a {
    background-color: transparent !important;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-right: 0 !important;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    width: 100% !important;
    margin: 0 !important;
    top: auto !important;
    max-width: 1366px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ves-megamenu .dynamic-items {
    padding: 0 !important;
    width: 40% !important;
    height: 320px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    text-align: left;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li span {
    color: #333333;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:hover {
    background-color: #eee;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    text-indent: unset !important;
    padding: 10px 15px !important;
    border-right: 0 !important;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 !important;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 0 !important;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 18px !important;
    text-align: left;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    text-align: left;
    max-height: 320px;
  }
  .ves-megamenu .navigation .nav-item .subhover > .submenu > .submenu-inner {
    padding: 15px !important;
  }
  .level2.dropdown-submenu span {
    color: #333333 !important;
  }
  .navigation .level0 .submenu a:hover {
    background: #eee !important;
  }
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 34px !important;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: transparent !important;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  .ves-megamenu .navigation > ul span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 1600px) {
  .nav-desktop .navigation .nav-item > a {
    border-bottom: 0 !important;
    padding: 0 15px !important;
  }
  .ves-megamenu.ves-mdrilldown .navigation .level0 a:after {
    right: -10px;
  }
}
.ves-megamenu .navigation .submenu .submenu-inner .item-footer {
  border-top: 1px solid #ddd;
}
.submenu-brands {
  display: flex;
  align-items: center;
  padding-top: 23px;
}
.submenu-brands .title {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding-left: 20px;
}
.submenu-brands ul {
  height: auto;
  vertical-align: top;
  min-height: auto !important;
  border-right: 0 !important;
  margin-left: auto !important;
}
.submenu-brands li {
  display: inline-block;
  position: relative;
  flex: 1;
}
.submenu-brands li img {
  width: 100%;
  max-width: 120px;
}
.submenu-brands .ui-corner-all {
  padding: 0 !important;
}
/* .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    background-image: url('../images/Right-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    background-size: 5px;
}

.ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    background-image: url('../images/Right-arrow.svg')!important;
    background-repeat: no-repeat!important;
    background-position: right 20px top 15px!important;
    background-size: 5px!important;
    border-bottom: 0!important;
} */
.nav-open .ves-megamenu .navigation .nav-6 .drill-opener {
  display: none !important;
}
.navigation .nav-6 .submenu {
  display: none !important;
}
/* new menu layout */
.submenu-inner .content-wrapper .item-content {
  display: flex;
  height: 320px;
}
.submenu-inner .content-wrapper .item-content:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ddd;
}
.submenu-inner .content-wrapper .item-content .dorigin-items {
  height: 100%;
}
.right-sidebar {
  position: relative;
}
.right-sidebar .submenu-brands {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right-sidebar .submenu-brands .title {
  text-align: center;
  color: black;
  font-weight: bold;
}
.right-sidebar .submenu-brands ul {
  display: flex !important;
  flex-flow: row wrap;
  gap: 0;
  width: 80%;
  justify-content: flex-start;
  margin: 20px auto !important;
}
.right-sidebar .submenu-brands ul li {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-col-level-2 {
  column-count: 2;
}
.ves-megamenu.ves-mdrilldown .navigation .level0 a:after {
  content: none !important;
}
.ves-megamenu.ves-mdrilldown .navigation .level1 a.nav-anchor.ui-menu-item-wrapper {
  position: relative;
  display: flex !important;
  flex-direction: row;
  align-items: first baseline;
  justify-content: space-between;
}
.ves-megamenu.ves-mdrilldown .navigation .level1 a.nav-anchor.ui-menu-item-wrapper::after {
  font-family: FontAwesome;
  content: '\f105' !important;
  display: block !important;
  background: none !important;
  font-size: 12px;
  right: 0 !important;
}
.ves-megamenu.ves-mdrilldown .navigation .level2 a:after {
  content: none !important;
}
a.viewall {
  text-align: left;
  font-size: 14px;
  padding: 7px 0px 7px 14px !important;
  color: black !important;
  text-decoration: underline !important;
  margin-bottom: 7px;
}
a.viewall:hover {
  background: none !important;
  text-decoration: none !important;
}
a.viewall + p {
  display: none;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  color: #ffffff;
  padding: 8px 0;
  order: -1;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: flex;
  }
}
.nav-toggle:before {
  color: #666;
  content: '';
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url('../images/icons/mob-toggle.svg');
  font-size: 0;
  width: 30px;
  height: 30px;
}
.nav-toggle:hover:before {
  color: #666;
}
.nav-toggle > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: none;
  color: #666;
  font-size: 10px;
  line-height: 10px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-top: 5px;
}
/* Mobile Drill Down Styles */
.nav-open .nav-sections .nav-sections-item-content {
  padding: 0;
}
.nav-open .nav-sections .submenu-inner .nav-item > a {
  padding-right: 50px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
}
.nav-open .nav-sections .submenu-inner .right-sidebar,
.nav-open .nav-sections .submenu-inner .item-footer {
  display: none;
  visibility: hidden;
}
.nav-open .nav-sections .level0 {
  font-size: 14px !important;
  line-height: 18px;
  border: 0 !important;
}
.nav-open .nav-sections .level0 span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
}
.nav-open .ves-megamenu.ves-mdrilldown .navigation {
  border: 0 !important;
}
.nav-open .ves-mdrilldown .navigation {
  background-color: transparent !important;
}
.nav-open .ves-mdrilldown .navigation .nav-item > a {
  line-height: 20px !important;
  padding: 20px 15px!important;
  border-bottom: 1px solid #ddd;
}
.nav-open .ves-megamenu .navigation .drill-opener {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  line-height: 100% !important;
  border: 0 !important;
  background-color: transparent !important;
}
.nav-open .nav-sections-item-title {
  border: 0 !important;
}
.nav-open .ves-mdrilldown .navigation .drill-opener:before {
  content: "" !important;
  background-image: url('../images/Right-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.nav-open .ves-mdrilldown .navigation .drilldown-back a {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 20px 20px 20px 50px!important;
  text-align: left !important;
}
.nav-open .ves-mdrilldown .navigation .drilldown-back a .current-cat {
  line-height: 18px !important;
}
.nav-open .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
  content: "" !important;
  background-image: url('../images/Left-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.homepage-hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.homepage-hero ul {
  display: none;
}
.homepage-hero ul.slick-initialized {
  display: block;
}
.homepage-hero li {
  width: 100%;
  height: 100%;
}
.homepage-hero img {
  width: 100%;
  height: auto;
}
:root {
  --cartGreen: #2aa558;
  --figFlexDirection: row;
  --figElementWidth: 0 0 calc(100%/2);
  --figElementMargin: 16px;
  --figTransform: none;
  --piLinkDisplay: block;
}
@media (min-width: 992px) and (max-width: 1365px) {
  :root {
    --figFlexDirection: column;
    --figElementWidth: 0 0 100%;
    --figElementMargin: 0px;
    --figTransform: translateY(-29px);
  }
}
@media (max-width: 600px) {
  :root {
    --piLinkDisplay: none;
    --figFlexDirection: column;
    --figElementWidth: 0 0 100%;
    --figElementMargin: 0px;
    --figTransform: translateY(16px);
  }
}
@media (min-width: 768px) {
  :root {
    --itemPadding: 0 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --itemPadding: 0;
  }
}
@media (max-width: 520px) {
  :root {
    --figFontSize: 12px;
  }
}
@media (min-width: 521px) {
  :root {
    --figFontSize: 12px;
  }
}
.custom-product--listing {
  padding-top: 20px !important;
}
.custom-product--listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #ffffff;
  z-index: 0;
  clip-path: polygon(100% 17%, 100% 100%, 0 100%, 0 200px);
}
.custom-product--listing h1,
.custom-product--listing h2 {
  margin-bottom: 20px !important;
}
.product-items {
  background: white !important;
  padding: 0px !important;
}
.custom-product--listing,
.product-items,
#clearance-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 100px 0 0 0;
}
.custom-product--listing small,
.product-items small,
#clearance-block small {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #ce181e;
}
.custom-product--listing h1,
.product-items h1,
#clearance-block h1,
.custom-product--listing h2,
.product-items h2,
#clearance-block h2,
.custom-product--listing h3,
.product-items h3,
#clearance-block h3 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  margin-bottom: 60px;
}
.custom-product--listing h1 strong,
.product-items h1 strong,
#clearance-block h1 strong,
.custom-product--listing h2 strong,
.product-items h2 strong,
#clearance-block h2 strong,
.custom-product--listing h3 strong,
.product-items h3 strong,
#clearance-block h3 strong {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.custom-product--listing .item,
.product-items .item,
#clearance-block .item {
  padding: var(--itemPadding);
}
.custom-product--listing .item:hover .product-info,
.product-items .item:hover .product-info,
#clearance-block .item:hover .product-info {
  border: 1px solid #ce181e;
}
.custom-product--listing .item .product-image-wrapper,
.product-items .item .product-image-wrapper,
#clearance-block .item .product-image-wrapper {
  display: revert;
}
.custom-product--listing .item .product-image-wrapper .product-image-photo,
.product-items .item .product-image-wrapper .product-image-photo,
#clearance-block .item .product-image-wrapper .product-image-photo {
  position: relative;
}
.custom-product--listing .product-info,
.product-items .product-info,
#clearance-block .product-info,
.custom-product--listing .product-item-info,
.product-items .product-item-info,
#clearance-block .product-item-info {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #eee;
  display: grid;
  grid-template-rows: max-content;
}
@media (min-width: 1152px) {
  .custom-product--listing .product-info,
  .product-items .product-info,
  #clearance-block .product-info,
  .custom-product--listing .product-item-info,
  .product-items .product-item-info,
  #clearance-block .product-item-info {
    padding: 10px 10px 15px 10px;
  }
}
.custom-product--listing .product-info p,
.product-items .product-info p,
#clearance-block .product-info p,
.custom-product--listing .product-item-info p,
.product-items .product-item-info p,
#clearance-block .product-item-info p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
}
.custom-product--listing .product-info .product-item-name,
.product-items .product-info .product-item-name,
#clearance-block .product-info .product-item-name,
.custom-product--listing .product-item-info .product-item-name,
.product-items .product-item-info .product-item-name,
#clearance-block .product-item-info .product-item-name {
  min-height: 60px !important;
}
@media (min-width: 1152px) {
  .custom-product--listing .product-info .product-item-name,
  .product-items .product-info .product-item-name,
  #clearance-block .product-info .product-item-name,
  .custom-product--listing .product-item-info .product-item-name,
  .product-items .product-item-info .product-item-name,
  #clearance-block .product-item-info .product-item-name {
    font-size: 14px;
    line-height: 18px;
  }
}
.custom-product--listing .product-info .item-inner,
.product-items .product-info .item-inner,
#clearance-block .product-info .item-inner,
.custom-product--listing .product-item-info .item-inner,
.product-items .product-item-info .item-inner,
#clearance-block .product-item-info .item-inner,
.custom-product--listing .product-info .product-item-inner,
.product-items .product-info .product-item-inner,
#clearance-block .product-info .product-item-inner,
.custom-product--listing .product-item-info .product-item-inner,
.product-items .product-item-info .product-item-inner,
#clearance-block .product-item-info .product-item-inner {
  border-top: 1px solid grey;
  padding-top: 0;
  margin-top: 5px;
  padding-left: 0px !important;
  display: grid;
  grid-auto-rows: 85px 60px;
}
.custom-product--listing .product-info .item-inner .special-price .price-label,
.product-items .product-info .item-inner .special-price .price-label,
#clearance-block .product-info .item-inner .special-price .price-label,
.custom-product--listing .product-item-info .item-inner .special-price .price-label,
.product-items .product-item-info .item-inner .special-price .price-label,
#clearance-block .product-item-info .item-inner .special-price .price-label,
.custom-product--listing .product-info .product-item-inner .special-price .price-label,
.product-items .product-info .product-item-inner .special-price .price-label,
#clearance-block .product-info .product-item-inner .special-price .price-label,
.custom-product--listing .product-item-info .product-item-inner .special-price .price-label,
.product-items .product-item-info .product-item-inner .special-price .price-label,
#clearance-block .product-item-info .product-item-inner .special-price .price-label {
  display: flex;
}
.custom-product--listing .product-info .item-inner .price-box,
.product-items .product-info .item-inner .price-box,
#clearance-block .product-info .item-inner .price-box,
.custom-product--listing .product-item-info .item-inner .price-box,
.product-items .product-item-info .item-inner .price-box,
#clearance-block .product-item-info .item-inner .price-box,
.custom-product--listing .product-info .product-item-inner .price-box,
.product-items .product-info .product-item-inner .price-box,
#clearance-block .product-info .product-item-inner .price-box,
.custom-product--listing .product-item-info .product-item-inner .price-box,
.product-items .product-item-info .product-item-inner .price-box,
#clearance-block .product-item-info .product-item-inner .price-box {
  min-height: 40px;
}
.custom-product--listing .product-info .item-inner .price-box .minimal-price,
.product-items .product-info .item-inner .price-box .minimal-price,
#clearance-block .product-info .item-inner .price-box .minimal-price,
.custom-product--listing .product-item-info .item-inner .price-box .minimal-price,
.product-items .product-item-info .item-inner .price-box .minimal-price,
#clearance-block .product-item-info .item-inner .price-box .minimal-price,
.custom-product--listing .product-info .product-item-inner .price-box .minimal-price,
.product-items .product-info .product-item-inner .price-box .minimal-price,
#clearance-block .product-info .product-item-inner .price-box .minimal-price,
.custom-product--listing .product-item-info .product-item-inner .price-box .minimal-price,
.product-items .product-item-info .product-item-inner .price-box .minimal-price,
#clearance-block .product-item-info .product-item-inner .price-box .minimal-price {
  margin-top: unset;
}
.custom-product--listing .product-info .item-inner .price-box .price,
.product-items .product-info .item-inner .price-box .price,
#clearance-block .product-info .item-inner .price-box .price,
.custom-product--listing .product-item-info .item-inner .price-box .price,
.product-items .product-item-info .item-inner .price-box .price,
#clearance-block .product-item-info .item-inner .price-box .price,
.custom-product--listing .product-info .product-item-inner .price-box .price,
.product-items .product-info .product-item-inner .price-box .price,
#clearance-block .product-info .product-item-inner .price-box .price,
.custom-product--listing .product-item-info .product-item-inner .price-box .price,
.product-items .product-item-info .product-item-inner .price-box .price,
#clearance-block .product-item-info .product-item-inner .price-box .price {
  font-size: 22px;
  font-family: "AxiformaSemiBold";
}
.custom-product--listing .product-info .item-inner .price-box .old-price,
.product-items .product-info .item-inner .price-box .old-price,
#clearance-block .product-info .item-inner .price-box .old-price,
.custom-product--listing .product-item-info .item-inner .price-box .old-price,
.product-items .product-item-info .item-inner .price-box .old-price,
#clearance-block .product-item-info .item-inner .price-box .old-price,
.custom-product--listing .product-info .product-item-inner .price-box .old-price,
.product-items .product-info .product-item-inner .price-box .old-price,
#clearance-block .product-info .product-item-inner .price-box .old-price,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price,
.product-items .product-item-info .product-item-inner .price-box .old-price,
#clearance-block .product-item-info .product-item-inner .price-box .old-price {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price-container,
.product-items .product-info .item-inner .price-box .old-price .price-container,
#clearance-block .product-info .item-inner .price-box .old-price .price-container,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price-container,
.product-items .product-item-info .item-inner .price-box .old-price .price-container,
#clearance-block .product-item-info .item-inner .price-box .old-price .price-container,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price-container,
.product-items .product-info .product-item-inner .price-box .old-price .price-container,
#clearance-block .product-info .product-item-inner .price-box .old-price .price-container,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-container,
.product-items .product-item-info .product-item-inner .price-box .old-price .price-container,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price-container {
  display: flex;
  gap: 0.3rem;
}
@media (max-width: 460px) {
  .custom-product--listing .product-info .item-inner .price-box .old-price .price-container,
  .product-items .product-info .item-inner .price-box .old-price .price-container,
  #clearance-block .product-info .item-inner .price-box .old-price .price-container,
  .custom-product--listing .product-item-info .item-inner .price-box .old-price .price-container,
  .product-items .product-item-info .item-inner .price-box .old-price .price-container,
  #clearance-block .product-item-info .item-inner .price-box .old-price .price-container,
  .custom-product--listing .product-info .product-item-inner .price-box .old-price .price-container,
  .product-items .product-info .product-item-inner .price-box .old-price .price-container,
  #clearance-block .product-info .product-item-inner .price-box .old-price .price-container,
  .custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-container,
  .product-items .product-item-info .product-item-inner .price-box .old-price .price-container,
  #clearance-block .product-item-info .product-item-inner .price-box .old-price .price-container {
    flex-direction: column !important;
    align-items: center;
  }
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
.product-items .product-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
#clearance-block .product-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
.product-items .product-item-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
#clearance-block .product-item-info .item-inner .price-box .old-price .price-container .price-including-tax:after,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after,
.product-items .product-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after,
#clearance-block .product-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after,
.product-items .product-item-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price-container .price-including-tax:after {
  content: none !important;
  font-size: 10px;
}
.custom-product--listing .product-info .item-inner .price-box .old-price span.price-label,
.product-items .product-info .item-inner .price-box .old-price span.price-label,
#clearance-block .product-info .item-inner .price-box .old-price span.price-label,
.custom-product--listing .product-item-info .item-inner .price-box .old-price span.price-label,
.product-items .product-item-info .item-inner .price-box .old-price span.price-label,
#clearance-block .product-item-info .item-inner .price-box .old-price span.price-label,
.custom-product--listing .product-info .product-item-inner .price-box .old-price span.price-label,
.product-items .product-info .product-item-inner .price-box .old-price span.price-label,
#clearance-block .product-info .product-item-inner .price-box .old-price span.price-label,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price span.price-label,
.product-items .product-item-info .product-item-inner .price-box .old-price span.price-label,
#clearance-block .product-item-info .product-item-inner .price-box .old-price span.price-label {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #7d7d7d;
  font-family: "AxiformaSemiBold";
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price,
.product-items .product-info .item-inner .price-box .old-price .price,
#clearance-block .product-info .item-inner .price-box .old-price .price,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price,
.product-items .product-item-info .item-inner .price-box .old-price .price,
#clearance-block .product-item-info .item-inner .price-box .old-price .price,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price,
.product-items .product-info .product-item-inner .price-box .old-price .price,
#clearance-block .product-info .product-item-inner .price-box .old-price .price,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price,
.product-items .product-item-info .product-item-inner .price-box .old-price .price,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price {
  font-size: 13px !important;
  color: #7d7d7d;
}
.custom-product--listing .product-info .item-inner .price-box .old-price .vatstatus,
.product-items .product-info .item-inner .price-box .old-price .vatstatus,
#clearance-block .product-info .item-inner .price-box .old-price .vatstatus,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .vatstatus,
.product-items .product-item-info .item-inner .price-box .old-price .vatstatus,
#clearance-block .product-item-info .item-inner .price-box .old-price .vatstatus,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .vatstatus,
.product-items .product-info .product-item-inner .price-box .old-price .vatstatus,
#clearance-block .product-info .product-item-inner .price-box .old-price .vatstatus,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .vatstatus,
.product-items .product-item-info .product-item-inner .price-box .old-price .vatstatus,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .vatstatus {
  font-size: 12px;
  line-height: 10px;
  color: #7d7d7d;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: normal;
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price-wrapper,
.product-items .product-info .item-inner .price-box .old-price .price-wrapper,
#clearance-block .product-info .item-inner .price-box .old-price .price-wrapper,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price-wrapper,
.product-items .product-item-info .item-inner .price-box .old-price .price-wrapper,
#clearance-block .product-item-info .item-inner .price-box .old-price .price-wrapper,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price-wrapper,
.product-items .product-info .product-item-inner .price-box .old-price .price-wrapper,
#clearance-block .product-info .product-item-inner .price-box .old-price .price-wrapper,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-wrapper,
.product-items .product-item-info .product-item-inner .price-box .old-price .price-wrapper,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price-wrapper {
  font-size: unset;
  display: flex;
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.product-items .product-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
#clearance-block .product-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.product-items .product-item-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
#clearance-block .product-item-info .item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.product-items .product-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
#clearance-block .product-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
.product-items .product-item-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price-wrapper.price-excluding-tax:after {
  content: none;
  font-size: 10px;
  line-height: 10px;
  color: #7d7d7d;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-left: 5px;
}
.custom-product--listing .product-info .item-inner .price-box .old-price .price-wrapper .price,
.product-items .product-info .item-inner .price-box .old-price .price-wrapper .price,
#clearance-block .product-info .item-inner .price-box .old-price .price-wrapper .price,
.custom-product--listing .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
.product-items .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
#clearance-block .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
.custom-product--listing .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
.product-items .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
#clearance-block .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price,
.product-items .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price,
#clearance-block .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price {
  position: relative;
}
@media (max-width: 420px) {
  .custom-product--listing .product-info .item-inner .price-box .old-price .price-wrapper .price,
  .product-items .product-info .item-inner .price-box .old-price .price-wrapper .price,
  #clearance-block .product-info .item-inner .price-box .old-price .price-wrapper .price,
  .custom-product--listing .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
  .product-items .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
  #clearance-block .product-item-info .item-inner .price-box .old-price .price-wrapper .price,
  .custom-product--listing .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
  .product-items .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
  #clearance-block .product-info .product-item-inner .price-box .old-price .price-wrapper .price,
  .custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price,
  .product-items .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price,
  #clearance-block .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .custom-product--listing .product-info .item-inner .price-box .old-price .price-wrapper .price span,
  .product-items .product-info .item-inner .price-box .old-price .price-wrapper .price span,
  #clearance-block .product-info .item-inner .price-box .old-price .price-wrapper .price span,
  .custom-product--listing .product-item-info .item-inner .price-box .old-price .price-wrapper .price span,
  .product-items .product-item-info .item-inner .price-box .old-price .price-wrapper .price span,
  #clearance-block .product-item-info .item-inner .price-box .old-price .price-wrapper .price span,
  .custom-product--listing .product-info .product-item-inner .price-box .old-price .price-wrapper .price span,
  .product-items .product-info .product-item-inner .price-box .old-price .price-wrapper .price span,
  #clearance-block .product-info .product-item-inner .price-box .old-price .price-wrapper .price span,
  .custom-product--listing .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price span,
  .product-items .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price span,
  #clearance-block .product-item-info .product-item-inner .price-box .old-price .price-wrapper .price span {
    margin-top: 10px;
  }
}
.custom-product--listing .product-info .item-inner .price-box .old-price:after,
.product-items .product-info .item-inner .price-box .old-price:after,
#clearance-block .product-info .item-inner .price-box .old-price:after,
.custom-product--listing .product-item-info .item-inner .price-box .old-price:after,
.product-items .product-item-info .item-inner .price-box .old-price:after,
#clearance-block .product-item-info .item-inner .price-box .old-price:after,
.custom-product--listing .product-info .product-item-inner .price-box .old-price:after,
.product-items .product-info .product-item-inner .price-box .old-price:after,
#clearance-block .product-info .product-item-inner .price-box .old-price:after,
.custom-product--listing .product-item-info .product-item-inner .price-box .old-price:after,
.product-items .product-item-info .product-item-inner .price-box .old-price:after,
#clearance-block .product-item-info .product-item-inner .price-box .old-price:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ce181e;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-product--listing .product-info .item-inner .price-box .price-label,
.product-items .product-info .item-inner .price-box .price-label,
#clearance-block .product-info .item-inner .price-box .price-label,
.custom-product--listing .product-item-info .item-inner .price-box .price-label,
.product-items .product-item-info .item-inner .price-box .price-label,
#clearance-block .product-item-info .item-inner .price-box .price-label,
.custom-product--listing .product-info .product-item-inner .price-box .price-label,
.product-items .product-info .product-item-inner .price-box .price-label,
#clearance-block .product-info .product-item-inner .price-box .price-label,
.custom-product--listing .product-item-info .product-item-inner .price-box .price-label,
.product-items .product-item-info .product-item-inner .price-box .price-label,
#clearance-block .product-item-info .product-item-inner .price-box .price-label {
  display: flex;
}
.custom-product--listing .product-info .item-inner a.minimal-price-link,
.product-items .product-info .item-inner a.minimal-price-link,
#clearance-block .product-info .item-inner a.minimal-price-link,
.custom-product--listing .product-item-info .item-inner a.minimal-price-link,
.product-items .product-item-info .item-inner a.minimal-price-link,
#clearance-block .product-item-info .item-inner a.minimal-price-link,
.custom-product--listing .product-info .product-item-inner a.minimal-price-link,
.product-items .product-info .product-item-inner a.minimal-price-link,
#clearance-block .product-info .product-item-inner a.minimal-price-link,
.custom-product--listing .product-item-info .product-item-inner a.minimal-price-link,
.product-items .product-item-info .product-item-inner a.minimal-price-link,
#clearance-block .product-item-info .product-item-inner a.minimal-price-link {
  display: none;
}
.custom-product--listing .product-info .item-inner a.product-item-link,
.product-items .product-info .item-inner a.product-item-link,
#clearance-block .product-info .item-inner a.product-item-link,
.custom-product--listing .product-item-info .item-inner a.product-item-link,
.product-items .product-item-info .item-inner a.product-item-link,
#clearance-block .product-item-info .item-inner a.product-item-link,
.custom-product--listing .product-info .product-item-inner a.product-item-link,
.product-items .product-info .product-item-inner a.product-item-link,
#clearance-block .product-info .product-item-inner a.product-item-link,
.custom-product--listing .product-item-info .product-item-inner a.product-item-link,
.product-items .product-item-info .product-item-inner a.product-item-link,
#clearance-block .product-item-info .product-item-inner a.product-item-link {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #ce181e;
  font-size: 12px;
  padding: 13px 5px;
  text-align: center;
  margin-top: 16px;
  border: solid 1px #ce181e;
  transition: all 0.3s;
  text-transform: uppercase;
}
.custom-product--listing .product-info .item-inner a.product-item-link:hover,
.product-items .product-info .item-inner a.product-item-link:hover,
#clearance-block .product-info .item-inner a.product-item-link:hover,
.custom-product--listing .product-item-info .item-inner a.product-item-link:hover,
.product-items .product-item-info .item-inner a.product-item-link:hover,
#clearance-block .product-item-info .item-inner a.product-item-link:hover,
.custom-product--listing .product-info .product-item-inner a.product-item-link:hover,
.product-items .product-info .product-item-inner a.product-item-link:hover,
#clearance-block .product-info .product-item-inner a.product-item-link:hover,
.custom-product--listing .product-item-info .product-item-inner a.product-item-link:hover,
.product-items .product-item-info .product-item-inner a.product-item-link:hover,
#clearance-block .product-item-info .product-item-inner a.product-item-link:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ce181e;
}
.custom-product--listing .product-info .item-inner .normal-price,
.product-items .product-info .item-inner .normal-price,
#clearance-block .product-info .item-inner .normal-price,
.custom-product--listing .product-item-info .item-inner .normal-price,
.product-items .product-item-info .item-inner .normal-price,
#clearance-block .product-item-info .item-inner .normal-price,
.custom-product--listing .product-info .product-item-inner .normal-price,
.product-items .product-info .product-item-inner .normal-price,
#clearance-block .product-info .product-item-inner .normal-price,
.custom-product--listing .product-item-info .product-item-inner .normal-price,
.product-items .product-item-info .product-item-inner .normal-price,
#clearance-block .product-item-info .product-item-inner .normal-price {
  display: block;
}
.custom-product--listing .product-info .item-inner .normal-price .price-container,
.product-items .product-info .item-inner .normal-price .price-container,
#clearance-block .product-info .item-inner .normal-price .price-container,
.custom-product--listing .product-item-info .item-inner .normal-price .price-container,
.product-items .product-item-info .item-inner .normal-price .price-container,
#clearance-block .product-item-info .item-inner .normal-price .price-container,
.custom-product--listing .product-info .product-item-inner .normal-price .price-container,
.product-items .product-info .product-item-inner .normal-price .price-container,
#clearance-block .product-info .product-item-inner .normal-price .price-container,
.custom-product--listing .product-item-info .product-item-inner .normal-price .price-container,
.product-items .product-item-info .product-item-inner .normal-price .price-container,
#clearance-block .product-item-info .product-item-inner .normal-price .price-container {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
@media (max-width: 460px) {
  .custom-product--listing .product-info .item-inner .normal-price .price-container,
  .product-items .product-info .item-inner .normal-price .price-container,
  #clearance-block .product-info .item-inner .normal-price .price-container,
  .custom-product--listing .product-item-info .item-inner .normal-price .price-container,
  .product-items .product-item-info .item-inner .normal-price .price-container,
  #clearance-block .product-item-info .item-inner .normal-price .price-container,
  .custom-product--listing .product-info .product-item-inner .normal-price .price-container,
  .product-items .product-info .product-item-inner .normal-price .price-container,
  #clearance-block .product-info .product-item-inner .normal-price .price-container,
  .custom-product--listing .product-item-info .product-item-inner .normal-price .price-container,
  .product-items .product-item-info .product-item-inner .normal-price .price-container,
  #clearance-block .product-item-info .product-item-inner .normal-price .price-container {
    flex-direction: column !important;
    align-items: center;
  }
}
.custom-product--listing .product-info .item-inner .stock,
.product-items .product-info .item-inner .stock,
#clearance-block .product-info .item-inner .stock,
.custom-product--listing .product-item-info .item-inner .stock,
.product-items .product-item-info .item-inner .stock,
#clearance-block .product-item-info .item-inner .stock,
.custom-product--listing .product-info .product-item-inner .stock,
.product-items .product-info .product-item-inner .stock,
#clearance-block .product-info .product-item-inner .stock,
.custom-product--listing .product-item-info .product-item-inner .stock,
.product-items .product-item-info .product-item-inner .stock,
#clearance-block .product-item-info .product-item-inner .stock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 16px;
}
.custom-product--listing .product-info .item-inner [data-price-type="finalPrice"],
.product-items .product-info .item-inner [data-price-type="finalPrice"],
#clearance-block .product-info .item-inner [data-price-type="finalPrice"],
.custom-product--listing .product-item-info .item-inner [data-price-type="finalPrice"],
.product-items .product-item-info .item-inner [data-price-type="finalPrice"],
#clearance-block .product-item-info .item-inner [data-price-type="finalPrice"],
.custom-product--listing .product-info .product-item-inner [data-price-type="finalPrice"],
.product-items .product-info .product-item-inner [data-price-type="finalPrice"],
#clearance-block .product-info .product-item-inner [data-price-type="finalPrice"],
.custom-product--listing .product-item-info .product-item-inner [data-price-type="finalPrice"],
.product-items .product-item-info .product-item-inner [data-price-type="finalPrice"],
#clearance-block .product-item-info .product-item-inner [data-price-type="finalPrice"] {
  margin-top: 5px;
}
.custom-product--listing .product-info .item-inner fieldset.list-product-actions,
.product-items .product-info .item-inner fieldset.list-product-actions,
#clearance-block .product-info .item-inner fieldset.list-product-actions,
.custom-product--listing .product-item-info .item-inner fieldset.list-product-actions,
.product-items .product-item-info .item-inner fieldset.list-product-actions,
#clearance-block .product-item-info .item-inner fieldset.list-product-actions,
.custom-product--listing .product-info .product-item-inner fieldset.list-product-actions,
.product-items .product-info .product-item-inner fieldset.list-product-actions,
#clearance-block .product-info .product-item-inner fieldset.list-product-actions,
.custom-product--listing .product-item-info .product-item-inner fieldset.list-product-actions,
.product-items .product-item-info .product-item-inner fieldset.list-product-actions,
#clearance-block .product-item-info .product-item-inner fieldset.list-product-actions {
  display: flex;
  padding: 0px;
  border: none;
  gap: 5px;
  flex-direction: var(--figFlexDirection);
  transform: var(--figTransform);
}
.custom-product--listing .product-info .item-inner fieldset.list-product-actions button.product-item-link,
.product-items .product-info .item-inner fieldset.list-product-actions button.product-item-link,
#clearance-block .product-info .item-inner fieldset.list-product-actions button.product-item-link,
.custom-product--listing .product-item-info .item-inner fieldset.list-product-actions button.product-item-link,
.product-items .product-item-info .item-inner fieldset.list-product-actions button.product-item-link,
#clearance-block .product-item-info .item-inner fieldset.list-product-actions button.product-item-link,
.custom-product--listing .product-info .product-item-inner fieldset.list-product-actions button.product-item-link,
.product-items .product-info .product-item-inner fieldset.list-product-actions button.product-item-link,
#clearance-block .product-info .product-item-inner fieldset.list-product-actions button.product-item-link,
.custom-product--listing .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link,
.product-items .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link,
#clearance-block .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link {
  display: var(--piLinkDisplay);
  color: #ffffff;
  flex: var(--figElementWidth);
  background: var(--cartGreen);
  font-size: var(--figFontSize);
  padding: 11px 5px;
  text-align: center;
  margin-top: var(--figElementMargin);
  border: solid 1px var(--cartGreen);
  transition: all 0.3s;
  text-transform: uppercase;
  height: unset !important;
  font-weight: normal !important;
}
.custom-product--listing .product-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
.product-items .product-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
#clearance-block .product-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
.custom-product--listing .product-item-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
.product-items .product-item-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
#clearance-block .product-item-info .item-inner fieldset.list-product-actions button.product-item-link:hover,
.custom-product--listing .product-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover,
.product-items .product-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover,
#clearance-block .product-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover,
.custom-product--listing .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover,
.product-items .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover,
#clearance-block .product-item-info .product-item-inner fieldset.list-product-actions button.product-item-link:hover {
  text-decoration: none;
  background: #ffffff;
  color: var(--cartGreen);
}
.custom-product--listing .product-info .item-inner fieldset.list-product-actions a,
.product-items .product-info .item-inner fieldset.list-product-actions a,
#clearance-block .product-info .item-inner fieldset.list-product-actions a,
.custom-product--listing .product-item-info .item-inner fieldset.list-product-actions a,
.product-items .product-item-info .item-inner fieldset.list-product-actions a,
#clearance-block .product-item-info .item-inner fieldset.list-product-actions a,
.custom-product--listing .product-info .product-item-inner fieldset.list-product-actions a,
.product-items .product-info .product-item-inner fieldset.list-product-actions a,
#clearance-block .product-info .product-item-inner fieldset.list-product-actions a,
.custom-product--listing .product-item-info .product-item-inner fieldset.list-product-actions a,
.product-items .product-item-info .product-item-inner fieldset.list-product-actions a,
#clearance-block .product-item-info .product-item-inner fieldset.list-product-actions a {
  flex: var(--figElementWidth);
  font-size: var(--figFontSize);
  padding: 13px 5px 10px 5px;
  margin-top: var(--figElementMargin);
}
.custom-product--listing .product-info div[class^="swatch-opt"]:empty,
.product-items .product-info div[class^="swatch-opt"]:empty,
#clearance-block .product-info div[class^="swatch-opt"]:empty,
.custom-product--listing .product-item-info div[class^="swatch-opt"]:empty,
.product-items .product-item-info div[class^="swatch-opt"]:empty,
#clearance-block .product-item-info div[class^="swatch-opt"]:empty {
  display: none;
}
.custom-product--listing .item-details,
.product-items .item-details,
#clearance-block .item-details {
  text-align: left;
}
.custom-product--listing .slick-next,
.product-items .slick-next,
#clearance-block .slick-next {
  right: 5px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
@media (min-width: 1152px) {
  .custom-product--listing .slick-next,
  .product-items .slick-next,
  #clearance-block .slick-next {
    right: -30px !important;
  }
}
.custom-product--listing .slick-next:before,
.product-items .slick-next:before,
#clearance-block .slick-next:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/red-arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.custom-product--listing .slick-prev,
.product-items .slick-prev,
#clearance-block .slick-prev {
  left: 5px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 10;
  border-radius: 50%;
}
@media (min-width: 1152px) {
  .custom-product--listing .slick-prev,
  .product-items .slick-prev,
  #clearance-block .slick-prev {
    left: -30px !important;
  }
}
.custom-product--listing .slick-prev:before,
.product-items .slick-prev:before,
#clearance-block .slick-prev:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/red-arrow-previous.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.custom-product--slider {
  display: none;
}
.custom-product--slider.slick-initialized {
  display: block;
  background: transparent !important;
}
.custom-product--slider .normal-price .price-including-tax,
.custom-product--slider .special-price .price-including-tax,
.custom-product--slider .minimal-price .price-including-tax {
  margin-top: 10px;
  gap: 5px;
}
.custom-product--slider .normal-price .price-including-tax:after,
.custom-product--slider .special-price .price-including-tax:after,
.custom-product--slider .minimal-price .price-including-tax:after {
  margin-top: 0 !important;
}
span[data-price-type="finalPrice"],
span[data-price-type="basePrice"],
span[data-price-type=""] {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 5px !important;
}
span[data-price-type="finalPrice"]:after,
span[data-price-type="basePrice"]:after,
span[data-price-type=""]:after {
  margin-top: 0 !important;
}
.products.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-item {
  width: 48% !important;
  margin-right: 4% !important;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
}
.product-item:nth-of-type(2n) {
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .product-item {
    width: 32% !important;
    margin-right: 2% !important;
  }
  .product-item:nth-of-type(2n) {
    margin-right: 2% !important;
  }
  .product-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
.product-item:hover .product-item-info {
  border: 1px solid #ce181e;
}
.product-item .corner-btn--red {
  height: 40px;
}
.product-item .corner-btn--red a {
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1152px) {
  .product-item .corner-btn--red a {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-item .corner-btn--red .product-item-link > span {
  white-space: nowrap;
}
.product-item-info {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  list-style-type: none;
  transition: all .3s ease;
  width: 100% !important;
  height: 100%;
}
@media (min-width: 1152px) {
  .product-item-info {
    padding: 10px 10px 25px 10px;
  }
}
.product-item-photo {
  display: block;
  width: 100%;
}
.product-item-photo img {
  width: 100%;
}
.product-item-photo .product-image-wrapper {
  height: unset;
}
.product-item-photo .product-image-wrapper .product-image-photo {
  position: relative;
  object-fit: contain;
  aspect-ratio: 1;
}
.product-item-details,
.item-details {
  text-align: left;
}
@media (min-width: 768px) {
  .product-item-details .price-box,
  .item-details .price-box {
    min-height: 85px;
  }
}
.product-item-details .price-box .price,
.item-details .price-box .price {
  color: #ce181e;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.product-item-details .price-box .saving,
.item-details .price-box .saving {
  display: none;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  display: none;
  font-size: 14px;
  line-height: 10px;
  font-family: 'Helvetica';
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax {
  margin: 0 20px 0 0!important;
  order: 1;
}
.page-layout-1column .product-info-main .price-including-tax {
  order: 2;
}
.price-including-tax + .price-excluding-tax:after,
.weee[data-label]:after {
  content: attr(data-label);
  font-size: 12px;
  line-height: 12px;
  color: #7d7d7d;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 5px;
}
.price-including-tax[data-label]:after {
  content: attr(data-label);
  font-size: 12px;
  line-height: 12px;
  color: #7d7d7d;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax .price {
  font-size: 20px;
  line-height: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.price-container .price-final_price .weee {
  font-size: 20px;
  line-height: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.price-container .price-final_price .weee .price-label {
  display: none !important;
}
.product-item .minimal-price-link {
  color: #ce181e;
  font-size: 16px;
  line-height: 16px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-top: 15px;
}
.product-item .minimal-price-link .price-label {
  color: #666;
  font-size: 13px;
  line-height: 13px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.minimal-price .price-label {
  display: none;
}
.product-item-name {
  display: block;
  position: relative;
  height: auto;
  min-height: 70px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1152px) {
  .product-item-name {
    font-size: 18px;
    line-height: 18px;
  }
}
.product-item-link {
  font-weight: normal;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000;
  font-size: 14px;
}
.stock.unavailable {
  font-size: 16px;
  line-height: 16px;
}
.ppe-callout {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
.ppe-callout img {
  width: 100%;
  height: auto;
}
.shop-by {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 60px 0 30px 0;
}
@media (min-width: 992px) {
  .shop-by {
    padding: 60px 0;
  }
}
.shop-by h2 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  margin-bottom: 60px;
}
.shop-by ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .shop-by ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
.shop-by li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-by li {
    width: calc(100% / 2 - 10px);
  }
}
.shop-by li:hover .content-list--content {
  transform: translateY(-100%);
  opacity: 0;
}
.shop-by li:hover .content-list--hidden {
  transform: translateY(0);
  opacity: 1;
  z-index: 5;
}
.shop-by li:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(206, 24, 30, 0.9);
  z-index: 1;
}
.shop-by li:hover .readmore:before {
  background-color: #ffffff;
}
.shop-by li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.shop-by li img {
  width: 100%;
}
.content-list--content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  padding: 30px;
  z-index: 2;
  transition: all .3s ease;
  transform: translateY(0);
}
.content-list--content h4 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 22px;
  line-height: 26px;
}
.content-list--content p {
  margin-bottom: 20px;
}
.content-list--content a {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.content-list--content a:visited {
  color: #ffffff;
}
.content-list--content .readmore {
  position: relative;
  padding-left: 38px;
}
.content-list--content .readmore:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 47%;
  width: 30px;
  height: 1px;
  background-color: #ce181e;
}
.content-list--hidden {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  transition: all .3s ease;
  transform: translateY(100%);
}
.content-list--hidden h4 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 22px;
  line-height: 26px;
}
.content-list--hidden p {
  color: #ffffff;
  margin-bottom: 20px;
}
.content-list--hidden a {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.content-list--hidden a:visited {
  color: #ffffff;
}
.content-list--hidden .readmore {
  position: relative;
  padding-left: 38px;
}
.content-list--hidden .readmore:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 47%;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
.list-item--link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  z-index: 10;
}
/* Animation Settings */
.brands-stocked {
  padding: 60px 0;
}
.brands-stocked h3 {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ce181e;
  width: 100%;
}
.brands-stocked .slick-prev {
  width: 30px;
  height: 30px;
  z-index: 10;
  background-image: url('../images/icons/red-arrow-previous.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.brands-stocked .slick-next {
  width: 30px;
  height: 30px;
  z-index: 10;
  background-image: url('../images/icons/red-arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.brands-carousel--title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ce181e;
  text-transform: uppercase;
}
.brands-list--carousel {
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .brands-list--carousel {
    padding: 0 60px;
  }
}
.brands-list--carousel .slick-list {
  padding-left: 5px;
  padding-right: 5px;
}
.brands-list--carousel li {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all .3s ease;
}
@media (min-width: 768px) {
  .brands-list--carousel li:hover {
    border: 1px solid #ce181e;
  }
}
.brands-list--carousel li img {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
/* Animation styles */
.stats-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .stats-content {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/who-we-are-bg.jpg');
  }
}
.stats-content .c-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .stats-content .c-container {
    flex-direction: row;
    padding: 0 20px;
  }
}
.stats-content:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce181e;
  opacity: .9;
}
@media (min-width: 768px) {
  .stats-content:before {
    display: block;
  }
}
.intro-col {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../images/cnc-machinist.jpeg');
  padding: 60px 20px;
}
.intro-col:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce181e;
  opacity: .9;
}
@media (min-width: 768px) {
  .intro-col:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro-col {
    width: 35%;
    padding: 0;
    margin-right: 10%;
    background-image: none;
  }
}
.intro-col .top-title {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.intro-col p {
  position: relative;
  margin-bottom: 30px;
}
.intro-col p:first-of-type {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1152px) {
  .intro-col p:first-of-type {
    font-size: 24px;
    line-height: 34px;
  }
}
.intro-col a {
  position: relative;
}
.stats-col {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ce181e;
}
@media (min-width: 768px) {
  .stats-col {
    width: 55%;
    background-color: transparent;
  }
}
.stats-col ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .stats-col ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px 20px;
  }
}
.stats-col li {
  display: inline-block;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
}
.stats-col li:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .stats-col li {
    width: calc(40%);
    border-bottom: 0;
    padding: 0;
  }
}
.stats-col li:nth-of-type(1) .stat:after {
  content: "+";
  display: inline-block;
  position: relative;
}
.stats-col li:nth-of-type(2) .stat:after {
  content: "+";
  display: inline-block;
  position: relative;
}
.stat {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 85px;
  line-height: 85px;
  color: #ffffff;
  font-family: "AxiformaHeavy", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.stat-title {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
/* Animation Styles */
.rating-carousel {
  float: left;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.rating-carousel h5 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  margin-bottom: 60px;
}
.catalog-product-view .rating-carousel {
  padding: 0;
}
.catalog-product-view .rating-carousel .c-container {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #ce181e;
}
.commited-excellence {
  float: left;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f2f2f2;
}
.commited-excellence h5 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #ce181e;
  margin-bottom: 60px;
}
.commited-excellence li {
  text-align: center;
  list-style-type: none;
}
.commited-excellence li img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease;
  transform: translateY(0);
}
.commited-excellence li:hover img {
  transform: translateY(-5px);
}
/* Animation Styles */
.amcart-confirm-block {
  max-width: 700px !important;
}
.amcart-confirm-block .product-item-photo {
  margin-bottom: 0;
}
.added-item {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000000 !important;
}
.amcart-message-box .text {
  color: #80b918 !important;
}
.am-photo-container {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#amcart-count,
.amcart-subtotal {
  color: #000000;
}
#amcart-count .text,
.amcart-subtotal .text {
  color: #000000 !important;
}
#amcart-count a,
.amcart-subtotal a {
  color: #80b918;
}
#amcart-count a:visited,
.amcart-subtotal a:visited {
  color: #80b918;
}
#amcart-count a {
  font-family: sans-serif;
  color: #000000;
}
#amcart-count a:visited,
#amcart-count a:hover {
  color: #000000;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  color: #000000 !important;
}
.amcart-subtotal.text {
  color: #000000 !important;
}
.amcart-confirm-buttons .am-btn-right {
  border: 1px solid #ce181e !important;
  border-radius: 0 !important;
  background-color: #ce181e !important;
  box-shadow: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  color: #ffffff !important;
}
.amcart-confirm-buttons .am-btn-left {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  background-color: #000000 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  color: #ffffff !important;
}
.amcart-confirm-buttons .checkout {
  border-top: 1px solid #ce181e;
  width: 100%;
  margin-top: 30px;
  color: #ce181e !important;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.amcart-confirm-buttons .checkout:visited {
  color: #ce181e !important;
}
.amcart-qty-wrap input::-webkit-outer-spin-button,
.amcart-qty-wrap input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.amcart-qty-wrap input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.amcart-qty-wrap {
  margin: 0 25px!important;
}
.amcart-qty-wrap > .amcart-control {
  background-color: #000000 !important;
  width: 30px !important;
}
.amcart-confirm-buttons .checkout {
  display: inline-block !important;
}
.am_price .price {
  font-size: 18px;
  line-height: 18px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  color: #000000 !important;
}
.catalog-product_compare-index .page-main {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  padding-left: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1152px) {
  .catalog-product_compare-index .page-main {
    padding-left: 0;
  }
}
.catalog-product_compare-index .page-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.catalog-product_compare-index .page-title-wrapper .page-title {
  color: #ce181e;
}
.table-comparison {
  width: 100%;
}
.table-comparison thead th,
.table-comparison thead td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.table-comparison td {
  vertical-align: middle !important;
}
.table-comparison .price-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.table-comparison .old-price {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
}
.table-comparison .old-price .price {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
}
.table-comparison .special-price {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.table-comparison .special-price .price {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.table-comparison .special-price .price-label {
  display: none;
  visibility: hidden;
}
.table-comparison .action.primary {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 11px 30px 12px 30px!important;
  transition: all .3s ease;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 1152px) {
  .table-comparison .action.primary {
    padding: 10px 0 13px 0;
  }
}
.table-comparison .action.primary:hover {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
}
.table-comparison .action.primary span {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Helvetica';
}
@media (min-width: 1152px) {
  .table-comparison .action.primary span {
    font-size: 14px;
    line-height: 14px;
  }
}
.table-comparison .attribute.value {
  font-size: 14px;
  line-height: 16px;
}
.table-comparison tbody:not(:first-of-type) tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-comparison .cell.label .attribute.label {
  text-align: center;
}
.table-comparison .cell.remove {
  text-align: center;
}
.table-comparison .cell.remove .action.delete:before {
  width: 30px;
  height: 30px;
  content: '' !important;
  background-image: url('../images/icons/clear-basket.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.cell.attribute {
  text-align: center;
}
.cell.attribute p {
  font-size: 14px;
  line-height: 18px;
}
.cell.attribute:not(:last-of-type) {
  border-right: 1px solid #ddd!important;
}
.table-comparison .cell.product.info:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.table-comparison .product-item-photo {
  text-align: center;
}
.table-comparison .product-item-name {
  min-height: 100px;
  text-align: center;
}
.table-comparison .product-item-name a {
  hyphens: manual;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1152px) {
  .table-comparison .product-item-name a {
    font-size: 16px;
    line-height: 20px;
  }
}
.table-comparison .product-reviews-summary {
  text-align: center;
  width: 100%;
}
.table-comparison .product-reviews-summary .reviews-actions {
  width: 100%;
}
.table-comparison .product-reviews-summary .reviews-actions a {
  font-size: 12px;
  line-height: 12px;
}
.table-comparison .price-including-tax,
.table-comparison .price-excluding-tax {
  font-size: 16px !important;
  line-height: 16px !important;
}
.table-comparison .price-including-tax .price,
.table-comparison .price-excluding-tax .price {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #ce181e;
}
.table-comparison .price-container .price {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #ce181e;
}
.table-comparison .price-including-tax + .price-excluding-tax:before,
.table-comparison .weee[data-label]:before {
  font-size: 12px !important;
  line-height: 12px !important;
}
.table-comparison .product-item-actions {
  text-align: center;
}
.table-comparison .product-item-actions .actions-primary {
  text-align: center;
}
.intro-block p {
  text-align: center;
  color: #666;
}
@media (min-width: 768px) {
  .intro-block p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 1152px) {
  .intro-block p {
    max-width: 60%;
  }
}
.blog-snippet {
  display: block;
  position: relative;
  padding: 60px 0;
}
.blog-snippet h5 {
  text-align: center;
  margin-bottom: 60px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #ce181e;
}
.blog-snippet ol {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .blog-snippet ol {
    flex-direction: row;
  }
}
.blog-snippet li .post-image {
  margin-bottom: 20px;
}
.blog-snippet li .post-image img {
  width: 100%;
}
.blog-snippet li h2 {
  text-align: left;
  color: #ce181e;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .blog-snippet li h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1152px) {
  .blog-snippet li h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-snippet li h2 a {
  color: #333333;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.blog-snippet li h2 a:hover {
  text-decoration: underline;
  color: #ce181e;
}
.widget-blog-posts ol.post-list li.item {
  width: 100% !important;
  margin-bottom: 30px;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .widget-blog-posts ol.post-list li.item {
    width: calc(32.33333333%) !important;
    margin-bottom: 0;
    margin-left: 2% !important;
  }
  .widget-blog-posts ol.post-list li.item:nth-of-type(1) {
    margin-left: 0 !important;
  }
}
/* Homepage Featured Blog */
.featured-article {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .featured-article {
    padding: 0 0 60px 0;
  }
}
@media (min-width: 1152px) {
  .featured-article {
    padding: 60px 0;
  }
}
.featured-article .c-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-article .c-container {
    flex-direction: row;
  }
}
.featured-img {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-img {
    width: 50%;
  }
}
.featured-img img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.featured-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) {
  .featured-copy {
    width: 50%;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1152px) {
  .featured-copy {
    width: 50%;
    padding: 0 0 0 60px;
  }
}
.featured-copy h2 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1152px) {
  .featured-copy h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.featured-copy h2 a {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ce181e;
}
.featured-copy h2 a:visited {
  color: #ce181e;
}
.featured-copy h2 a:hover {
  text-decoration: underline;
}
.featured-copy p {
  color: #333333;
  margin-bottom: 40px;
}
.featured-copy .corner-btn--red {
  justify-content: flex-start !important;
}
/* Styling for the clearance block */
@media (min-width: 1366px) {
  :root {
    --cbMargin: 20px 0;
  }
}
@media (max-width: 1365px) {
  :root {
    --cbMargin: 30px 20px;
  }
}
@media (min-width: 767px) {
  :root {
    --gc4: repeat(2, 1fr);
    --gc3: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  :root {
    --gc4: 100%;
    --gc3: 100%;
  }
}
section#clearance-block {
  width: 100%;
  max-width: 1366px;
  padding: 0;
  margin: 30px auto;
  background: none !important;
}
section#clearance-block header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 50px 10px;
}
section#clearance-block header h2 {
  text-transform: uppercase;
  color: #ce181e;
  font-size: 28px;
  line-height: 1.1;
}
@media (max-width: 575px) {
  section#clearance-block main {
    display: grid;
    width: 90%;
    margin: 20px auto;
  }
  section#clearance-block main.gridcol-3 {
    grid-template-columns: var(--gc3);
    gap: 20px;
  }
  section#clearance-block main.gridcol-8,
  section#clearance-block main.gridcol-7,
  section#clearance-block main.gridcol-6,
  section#clearance-block main.gridcol-5,
  section#clearance-block main.gridcol-4,
  section#clearance-block main.gridcol-2 {
    grid-template-columns: var(--gc4);
    gap: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 50px auto;
  }
  section#clearance-block main a {
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  section#clearance-block main {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
  }
  section#clearance-block main div.slick-track {
    display: flex;
    gap: 20px;
    flex-flow: row nowrap;
  }
  section#clearance-block main a {
    flex: auto;
  }
  section#clearance-block footer {
    padding: 50px 20px 20px 20px;
  }
}
section.cat-header-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
}
section.cat-header-block h2 {
  color: #ce181e;
  text-align: center;
  margin-bottom: 30px;
}
section.cat-header-block p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0px;
  color: #666;
}
div.grey.clearance {
  position: relative;
}
div.grey.clearance:before {
  width: 100%;
  height: 100%;
  content: '';
  background: #f2f2f2;
  display: block;
  position: absolute;
  left: -100%;
  top: 0px;
  clip-path: unset;
}
div.grey.clearance:after {
  width: 100%;
  height: 100%;
  content: '';
  background: #f2f2f2;
  display: block;
  position: absolute;
  right: -100%;
  top: 0px;
}
div.grey.clearance .c-container ol {
  background-color: transparent !important;
}
picture.cl-banner {
  width: 100%;
  margin-bottom: 30px;
}
picture.cl-banner img {
  width: 100%;
  margin-bottom: 50px;
}
.cms-clearance-products .custom-product--listing {
  padding-bottom: 60px;
}
.cms-clearance-products .column.main {
  padding-bottom: 0px;
}
body.page-layout-clearance .column .cat-header-block {
  margin-top: 60px;
}
/* Custom VES Megamenu tweaks */
@media (max-width: 991px) {
  div.ves-megamenu {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  div.sections.nav-sections {
    width: 90%;
    left: -100%;
  }
  div.sections.nav-sections .drilldown-back:not(:first-of-type) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  div.sections.nav-sections {
    width: 50%;
    left: -100%;
  }
}
div.sections.nav-sections a.nav-anchor {
  position: relative;
  max-width: 90vw;
}
@media (max-width: 991px) {
  div.sections.nav-sections a.nav-anchor .opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    line-height: 100% !important;
    border: 0 !important;
    background-color: transparent !important;
    z-index: 1;
  }
  div.sections.nav-sections a.nav-anchor .opener:before {
    content: "" !important;
    background-image: url('../images/Right-arrow.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  div.sections.nav-sections .submenu {
    display: block;
    z-index: 9999;
    position: fixed;
    background: white;
    backdrop-filter: blur(5px);
    top: 0 !important;
    left: 100% !important;
    height: 100vh !important;
    transition: all 0s;
    max-width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    overflow: visible;
  }
  div.sections.nav-sections .submenu.ui-state-active,
  div.sections.nav-sections .submenu[style*="display: block"] {
    transform: translateX(-100%);
  }
  div.sections.nav-sections .submenu.close {
    transform: translate(0%);
  }
}
@media (max-width: 767px) {
  .ves-megamenu .nav-item.active > a {
    background-color: white !important;
  }
}
@media (min-width: 992px) {
  .ves-megamenu .nav-item {
    max-height: 100%;
  }
}
/* Custom swatch filter styling */
.filter-options-content .swatch-attribute .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
}
.filter-options-content .swatch-attribute .swatch-attribute-options:before {
  content: none;
}
.filter-options-content .swatch-attribute .swatch-attribute-options a.swatch-option-link-layered div {
  border-radius: 50%;
  margin: auto;
  float: none;
  width: 90%;
  aspect-ratio: 1;
  outline: solid 1px #666666;
  border: solid 3px white;
  max-width: unset;
  min-width: unset;
  height: unset;
  transition: all 0.3s;
}
.filter-options-content .swatch-attribute .swatch-attribute-options a.swatch-option-link-layered div:hover {
  outline: solid 1px #ce181e;
}
.homepage-hero .slick-prev {
  left: 50px !important;
  background: #ce181e !important;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.homepage-hero .slick-prev:before {
  content: "";
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/white-arrow-prev.svg);
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage-hero .slick-next {
  right: 50px !important;
  background: #ce181e !important;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.homepage-hero .slick-next:before {
  content: "";
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/white-arrow-next.svg);
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-category-view .page-title {
  text-align: center;
  color: #ce181e;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.category-top {
  display: block;
  position: relative;
  max-width: 1152px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 1152px) {
  .category-top {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .category-top {
    max-width: 1366px;
  }
}
.category-top .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.category-top h1 {
  color: #ce181e;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.category-top p {
  text-align: center;
  color: #666666;
}
@media (min-width: 768px) {
  .category-top p {
    margin-bottom: 30px;
  }
}
.category-image .image {
  margin-left: auto;
  margin-right: auto;
}
.category-description {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1152px) {
  .category-description {
    max-width: 90%;
    font-size: 16px;
    line-height: 26px;
  }
}
.category-description .age-notice {
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
  padding: 0px;
}
.category-description .age-notice p {
  color: initial !important;
  padding: 0px;
  color: #666 !important;
  margin-bottom: 0px !important;
}
.category-description.readmore {
  margin-top: 20px;
  margin-bottom: 0;
}
.category-description p a {
  color: #ce181e;
  text-decoration: none;
}
.category-description p a:visited {
  color: #ce181e;
}
.category-description p a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  :root {
    --plGridCols: repeat(5, 1fr);
    --plGridGap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --plGridCols: repeat(3, 1fr);
    --plGridGap: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  :root {
    --plGridCols: repeat(2, 1fr);
    --plGridGap: 15px;
  }
}
@media (max-width: 479px) {
  :root {
    --plGridCols: repeat(2, 1fr);
    --plGridGap: 10px;
  }
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-with-filter .page-main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none !important;
}
.page-with-filter .category-top {
  display: block;
  position: relative;
  max-width: 1366px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: center;
}
.page-with-filter .page-title-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.page-with-filter .page-title-wrapper h1 {
  color: #ce181e;
  text-transform: uppercase;
}
.page-with-filter .page-title-wrapper p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-with-filter .page-title-wrapper p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-with-filter img.amasty-label-image {
  max-width: 100px !important;
  width: 100px !important;
}
.age-notice {
  display: block;
  position: relative;
  width: auto;
  padding: 15px;
  background-color: #fae0e4;
  margin-top: 40px !important;
}
.age-notice p {
  margin-bottom: 0 !important;
  text-align: center;
  color: #ce181e;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .age-notice p {
    padding: 0 30px;
  }
}
.page-layout-2columns-left .sidebar-main,
.page-layout-brand-category .sidebar-main {
  float: left;
  position: relative;
  background-color: #ffffff;
  margin-top: 0;
  padding: 30px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 50;
  overflow: auto;
  transition: all .3s ease;
  transform: translateX(-110%);
}
@media (min-width: 768px) {
  .page-layout-2columns-left .sidebar-main,
  .page-layout-brand-category .sidebar-main {
    width: 300px;
  }
}
@media (min-width: 1152px) {
  .page-layout-2columns-left .sidebar-main,
  .page-layout-brand-category .sidebar-main {
    float: left;
    order: 1;
    width: 30%;
    position: relative;
    transform: translateY(0);
  }
}
.page-layout-2columns-left .sidebar-main dt,
.page-layout-brand-category .sidebar-main dt {
  background-image: url('../images/icons/filters-arrow.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0 top 5px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-weight: 400;
}
.page-layout-2columns-left .sidebar-main dt.active,
.page-layout-brand-category .sidebar-main dt.active {
  background-image: url('../images/icons/filters-arrow-up.svg');
}
.page-layout-2columns-left .sidebar-main .counter,
.page-layout-brand-category .sidebar-main .counter {
  display: none;
  visibility: hidden;
}
.page-layout-2columns-left .column.main {
  width: 100%;
}
@media (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    padding: 0 20px;
  }
}
@media (min-width: 1152px) {
  .page-layout-2columns-left .column.main,
  .page-layout-brand-category .column.main {
    width: 70%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main,
  .page-layout-brand-category .main {
    padding-left: 2%;
    padding-right: 2%;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-brand-category .sidebar-main {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background-color: #ffffff;
    padding: 25px 25px 25px 25px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .sidebar-main {
    padding-right: 2%;
  }
}
@media (min-width: 1600px) {
  .page-layout-2columns-left .main,
  .page-layout-brand-category .main {
    padding-right: 0;
  }
}
.filters-opened {
  overflow: hidden;
}
.filters-active {
  transform: translateX(0) !important;
  padding: 30px !important;
}
.products.products-grid {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .products.products-grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .products.products-grid {
    max-width: 1366px;
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
}
.products.products-grid .stock.unavailable {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.products.products-list {
  float: left;
  position: relative;
  width: 100%;
}
.filter-title {
  display: none;
  visibility: hidden;
}
.filter-subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #ce181e;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  line-height: 18px;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  word-break: break-all;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  cursor: pointer;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
  display: none;
  opacity: 0;
}
.filter-options .filter-options-content.layered-close {
  display: block;
  opacity: 1;
}
.page-layout-2columns-left .layered-opened {
  height: 100%;
  transform: translateX(0);
  z-index: 100;
  opacity: 1;
  display: block;
  width: 100% !important;
  padding: 0;
}
.product-items {
  list-style: none none;
}
.filter-options-content .items {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 10px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 14px;
}
.filter-options .filter-options-content .item a {
  color: #666666;
  font-size: 14px;
}
.filter-options .filter-options-content .item a:visited {
  color: #666666;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar.sidebar-additional {
  display: none !important;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 25px 25px 25px;
  margin-bottom: 30px;
}
.sidebar.sidebar-additional .block-title {
  margin-bottom: 20px;
}
.sidebar.sidebar-additional .block-title strong {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.sidebar.sidebar-additional .product-item {
  margin-bottom: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.sidebar.sidebar-additional .product-item:last-of-type {
  margin-bottom: 0;
}
.sidebar.sidebar-additional .product-item a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.sidebar.sidebar-additional .product-item strong {
  font-weight: normal;
}
@media (min-width: 1152px) {
  .sidebar.sidebar-additional {
    display: block;
  }
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-compare .actions-toolbar .primary {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  background-color: #ce181e;
  border: 1px solid #ce181e;
  border-radius: 5px;
  margin-right: 5px;
  padding: 10px 10px 10px 20px;
}
@media (min-width: 1152px) {
  .block-compare .actions-toolbar .primary {
    width: 48%;
  }
}
.block-compare .actions-toolbar .primary .primary {
  padding: 0;
  width: 100% !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 0;
  background-image: url('web/images/buttons/white-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 5px center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-compare .actions-toolbar .secondary {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #ce181e;
  border: 1px solid #ce181e;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  background-image: url('web/images/buttons/blue-arrow.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 15px center;
}
@media (min-width: 1152px) {
  .block-compare .actions-toolbar .secondary {
    width: 48%;
  }
}
.block-compare .actions-toolbar .secondary span {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.needhelp-sidebar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ce181e;
  color: #ffffff;
  padding: 30px 20px;
}
.needhelp-sidebar a {
  color: #ffffff;
}
.needhelp-sidebar a:visited {
  color: #ffffff;
}
.needhelp-sidebar p {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1152px) {
  .needhelp-sidebar p {
    font-size: 22px;
    line-height: 26px;
  }
}
.needhelp-sidebar p:last-of-type {
  margin-bottom: 0;
}
.needhelp-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-bottom {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
.here-to-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 350px;
  background-image: url('../images/why-backing.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.here-to-help:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ce181e;
  opacity: .9;
}
.here-to-help .help-title {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
}
@media (min-width: 1152px) {
  .here-to-help .help-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.here-to-help p {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1152px) {
  .here-to-help p {
    font-size: 18px;
    line-height: 24px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.here-to-help p:last-of-type {
  margin-bottom: 0;
}
.here-to-help p strong {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.here-to-help p a {
  color: #ffffff;
}
.here-to-help p a:visited {
  color: #ffffff;
}
.products {
  margin: 0;
}
.page-products .toolbar .limiter {
  display: flex !important;
}
.filters-opened {
  height: 0;
  overflow: hidden;
}
.page-products .columns {
  z-index: unset !important;
}
/* Convert products list to grid */
ol.products.list.items {
  max-width: 100vw;
  display: grid;
  gap: var(--plGridGap);
  grid-template-columns: var(--plGridCols);
}
ol.products.list.items li {
  width: 100% !important;
  padding: 0px !important;
  margin: 0 !important;
  min-width: 100px;
}
ol.products.list.items li div {
  width: 100% !important;
}
@media (max-width: 395px) {
  ol.products.list.items li div {
    padding: 10px 5px !important;
  }
  ol.products.list.items li div .price-container .price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  ol.products.list.items li div .price-container .price-wrapper .price {
    margin-bottom: 10px;
  }
}
ul.magepow-categories-grid {
  max-width: 100vw;
  box-sizing: border-box;
  padding: 20px;
  display: grid;
  gap: var(--plGridGap);
  grid-template-columns: var(--plGridCols);
}
ul.magepow-categories-grid li {
  width: 100% !important;
  border: solid 1px white;
  background-color: #f2f2f2;
}
ul.magepow-categories-grid li a {
  background: white;
}
@media (max-width: 480px) {
  ul.magepow-categories-grid li a.magepow-categories-category-name {
    font-size: 1rem;
  }
}
.category-subs {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .category-subs {
    padding: 0;
  }
}
.magepow-categories-grid {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1366px) {
  .magepow-categories-grid {
    max-width: 1366px;
  }
}
.category-brands .magepow-categories-grid {
  margin-top: 80px;
  padding-bottom: 60px;
}
.magepow-categories-category-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  transition: all .3s ease;
  border: 1px solid #ccc;
}
.magepow-categories-category-wrapper:hover {
  border: 1px solid #ce181e;
}
@media (min-width: 768px) {
  .magepow-categories-category-wrapper {
    width: 23.8%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .magepow-categories-category-wrapper:nth-of-type(3n) {
    margin-right: 0;
  }
  .category-brands .magepow-categories-category-wrapper {
    width: 32.333%;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-category-wrapper {
    width: 32.222%;
  }
  .category-brands .magepow-categories-category-wrapper {
    width: 23.9%;
  }
  .category-brands .magepow-categories-category-wrapper:nth-of-type(3n) {
    margin-right: 1%;
  }
  .category-brands .magepow-categories-category-wrapper:nth-of-type(4n) {
    margin-right: 0;
  }
}
.magepow-categories-category-wrapper:hover .magepow-categories-category-button {
  text-decoration: none;
  background-color: #ce181e;
  border: 1px solid #ce181e;
}
.magepow-categories-category-wrapper:hover .magepow-categories-category-button span {
  text-decoration: none;
  color: #ffffff;
}
.magepow-categories-category-wrapper .magepow-categories-category-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.magepow-categories-category-wrapper .magepow-categories-category-image img {
  margin: 0 auto;
  display: block;
}
.magepow-categories-category-wrapper .magepow-categories-category-name {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  color: #000000;
  padding: 20px 15px;
  min-height: 100px;
  background-color: #f2f2f2;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .magepow-categories-category-wrapper .magepow-categories-category-name {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-category-wrapper .magepow-categories-category-name {
    font-size: 18px;
    line-height: 26px;
  }
}
.magepow-categories-category-wrapper .category-list--description {
  text-align: center;
  font-family: 'Helvetica';
  color: #666666;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .magepow-categories-category-wrapper .category-list--description {
    padding: 0 30px;
  }
}
.magepow-categories-category-wrapper .magepow-categories-category-button {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: center;
  background-color: #ce181e;
  border: 1px solid #ce181e;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all .3s ease;
}
.magepow-categories-category-wrapper .magepow-categories-category-button span {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .magepow-categories-category-wrapper .magepow-categories-category-button span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1152px) {
  .magepow-categories-category-wrapper .magepow-categories-category-button span {
    font-size: 16px;
    line-height: 16px;
  }
}
.magepow-categories-category-wrapper .magepow-categories-category-button span:hover {
  text-decoration: none;
}
.magepow-categories-category-wrapper .magepow-categories-category-button span:after {
  content: "";
}
.poa {
  font-size: 16px;
  line-height: 16px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 10px 0;
}
.category-item--details {
  text-align: center;
}
.products-grid .product-item-actions {
  min-height: 40px;
}
.category-seo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.seo-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #ce181e;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .seo-inner {
    flex-direction: row;
  }
}
.seo-inner .seo-text {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .seo-inner .seo-text {
    width: 50%;
    padding-right: 5%;
    padding-bottom: 0;
  }
}
.seo-inner .seo-image {
  width: 100%;
}
@media (min-width: 768px) {
  .seo-inner .seo-image {
    width: 50%;
  }
}
.seo-inner h2,
.seo-inner h3 {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 30px;
}
.seo-inner h2 {
  color: #ce181e;
  text-transform: uppercase;
}
/* Animation Styles */
.category-seo.has-animation h2,
.category-seo.has-animation h3 {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  transition-delay: .6s;
  transition-delay: .7s;
}
.category-seo.has-animation p {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  transition-delay: .6s;
  transition-delay: .9s;
}
.category-seo.has-animation ul {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  transition-delay: .6s;
  transition-delay: .9s;
  padding-left: 15px;
}
.category-seo.has-animation li:not(:last-of-type) {
  margin-bottom: 10px;
}
.category-seo.has-animation .seo-image {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  transition-delay: .6s;
  transition-delay: 1.1s;
}
.category-seo.fade-in h2,
.category-seo.fade-in h3 {
  transform: translateY(0);
  opacity: 1;
}
.category-seo.fade-in p {
  transform: translateY(0);
  opacity: 1;
}
.category-seo.fade-in ul {
  transform: translateY(0);
  opacity: 1;
}
.category-seo.fade-in .seo-image {
  transform: translateY(0);
  opacity: 1;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 30px 20px;
  float: right;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .toolbar {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
  }
}
.toolbar:before {
  display: none;
}
.toolbar:after {
  display: none;
}
.toolbar .pages {
  display: none !important;
}
.toolbar ~ .toolbar {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .toolbar ~ .toolbar {
    float: left;
    justify-content: flex-start;
    align-items: center;
  }
}
.toolbar ~ .toolbar .sorter {
  margin-left: 0;
  display: none;
}
.toolbar ~ .toolbar .limiter {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .toolbar ~ .toolbar .limiter {
    margin-left: 0;
    margin-right: unset;
  }
}
.toolbar ~ .toolbar .filter-toggle {
  display: none;
}
.toolbar ~ .toolbar .pages {
  display: flex !important;
}
.sorter {
  padding: 0;
  order: 1;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 768px) {
  .sorter {
    float: left;
    margin-right: 20px;
  }
}
.sorter-options {
  margin: 0;
  width: 120px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #999;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.limiter-text {
  display: none;
}
.sorter-label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  margin-right: 5px;
}
.sorter .sorter-action {
  position: relative;
  top: 8px;
  left: 10px;
}
.sorter-action:before {
  font-size: 16px !important;
  line-height: inherit;
  color: #ce181e !important;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
}
.limiter {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  order: 2;
  margin-left: auto;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.limiter .label {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.limiter select {
  width: 60px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #999;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.limiter-options {
  margin: 0 !important;
}
.toolbar-amount {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .toolbar-amount {
    width: auto;
  }
}
.modes {
  display: none;
  visibility: hidden;
}
.pages {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  order: 3;
}
@media (min-width: 768px) {
  .pages {
    width: 50%;
    margin-left: auto;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.pages-label {
  display: none;
  visibility: hidden;
}
.pages .label {
  display: none;
  visibility: hidden;
}
.pages .items {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
  padding-top: 0;
}
.pages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000000;
  margin: 0 0 0 -1px;
  transition: all .3s ease;
}
.pages .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.pages .item a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #000000;
}
.pages .item a span.label {
  display: none;
}
.pages .current {
  color: #ffffff;
  background-color: #000000;
}
.pages .current strong,
.pages .current span {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 14px !important;
}
.pages .action {
  border: 0;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action.next:before {
  top: -5px;
  position: relative !important;
  font-size: 40px !important;
  margin: 0 !important;
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.previous:before {
  top: -5px;
  position: relative !important;
  font-size: 40px !important;
  margin: 0 !important;
}
.pages strong.page {
  font-weight: 400;
}
.filter-products--mob {
  display: none;
  width: 100%;
  padding: 15px 30px;
  height: auto;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .filter-products--mob {
    display: block;
  }
}
.filter-products--tab {
  display: none;
}
@media (min-width: 768px) {
  .filter-products--tab {
    display: inline-flex;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    padding: 0 30px;
    margin-right: 20px;
  }
}
.filter-products--tab:visited {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .filter-products--tab {
    display: none;
  }
}
.close-filters {
  display: block;
  width: auto;
  margin: 0 auto 30px auto;
  background-color: #ce181e;
  text-align: center;
  padding: 15px 0;
}
.close-filters:hover {
  text-decoration: none;
}
.close-filters span {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}
.close-filters span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/close.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
@media (min-width: 1024px) {
  .close-filters {
    display: none;
    visibility: hidden;
  }
}
.filter-button {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filter-button {
    width: 55%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filter-button {
    width: 40%;
  }
}
@media (min-width: 1152px) {
  .filter-button {
    display: none;
  }
}
.filter-toggle {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  height: auto;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #ffffff;
  background-color: #ce181e;
  border: 1px solid #ce181e;
}
@media (min-width: 1152px) {
  .filter-toggle {
    display: none;
  }
}
.page-layout-category1col .filter-toggle {
  display: none;
}
.filter-toggle span {
  font-size: 12px;
  line-height: 12px;
  padding-left: 30px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  position: relative;
}
.filter-toggle span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/filter.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
@media (min-width: 992px) {
  :root {
    --filterMaxWidth: 400px;
  }
}
@media (max-width: 991px) {
  :root {
    --filterMaxWidth: 100vw;
  }
}
@media (max-width: 1023px) {
  :root {
    --ftDisplay: none;
    --filterMinWidth: unset;
  }
}
@media (min-width: 1024px) {
  :root {
    --ftDisplay: flex;
    --filterMinWidth: 400px;
  }
}
body.page-with-filter .global-breadcrumb ul.items {
  max-width: 1366px;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}
body.page-with-filter main#maincontent .category-top {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  body.page-with-filter main#maincontent .category-top {
    margin-top: 30px;
  }
}
body.page-with-filter main#maincontent .category-top .page-title-wrapper {
  margin-bottom: 20px;
}
body.page-with-filter main#maincontent .category-top .page-title-wrapper h1 {
  text-align: left;
  text-transform: none;
}
body.page-with-filter main#maincontent .category-top .category-description {
  max-width: unset;
  text-align: left;
}
body.page-with-filter main#maincontent .category-top .category-description div {
  margin: 0px !important;
}
body.page-with-filter main#maincontent .category-top .category-description div p {
  margin-bottom: 10px !important;
}
body.page-with-filter main#maincontent .category-top .category-description * {
  text-align: left;
}
body.page-with-filter main#maincontent .category-top .category-description .category-readmore-button {
  padding: 0px;
  position: relative;
  font-size: 12px;
}
body.page-with-filter main#maincontent .category-top .category-description .category-readmore-button:before {
  content: '';
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  left: 0px;
  top: -83px;
}
body.page-with-filter main#maincontent .category-top .category-description .category-readmore-button a {
  color: #666666;
  text-transform: uppercase;
  text-decoration: underline;
}
body.page-with-filter main#maincontent .category-top .category-description.open + .category-readmore-button:before {
  content: none;
}
body.page-with-filter main#maincontent .category-top .category-description.open + .category-readmore-button a {
  position: relative;
}
body.page-with-filter main#maincontent .category-top .category-description.open + .category-readmore-button a:before {
  content: attr(data-tag);
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: underline;
}
body.page-with-filter main#maincontent .category-top .category-description > div > div {
  padding: 0px !important;
}
body.page-with-filter main#maincontent .category-top .category-description [data-content-type="row"][data-appearance="contained"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 1280px;
}
@media (min-width: 768px) {
  body.page-with-filter main#maincontent .category-top .category-description .readmore {
    margin-top: -10px;
    margin-bottom: 0px;
  }
}
body.page-with-filter main#maincontent .columns {
  max-width: 1366px;
  margin: auto !important;
  width: 100%;
}
body.page-with-filter main#maincontent .columns .column.main {
  float: none;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-with-filter main#maincontent .columns .column.main a.filter-toggle {
    display: none;
  }
}
body.page-with-filter main#maincontent .columns .column.main a.filter-toggle-desktop {
  display: var(--ftDisplay);
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 12px;
  background: #ce181e;
  color: white;
  text-transform: uppercase;
  max-width: 230px;
  min-width: 230px;
}
body.page-with-filter main#maincontent .columns .column.main a.filter-toggle-desktop:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/filter.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
@media (min-width: 1024px) {
  body.page-with-filter main#maincontent .columns .column.main .toolbar.toolbar-products {
    display: grid;
    grid-template-areas: "button sortby";
    grid-template-columns: calc(100% - 210px) 210px;
    width: 100%;
  }
  body.page-with-filter main#maincontent .columns .column.main .toolbar.toolbar-products .filter-toggle-desktop {
    grid-area: button;
  }
  body.page-with-filter main#maincontent .columns .column.main .toolbar.toolbar-products .sorter {
    margin: 0px;
    grid-area: sortby;
    min-width: 210px;
  }
  body.page-with-filter main#maincontent .columns .column.main .toolbar.toolbar-products .sorter .sorter-action {
    left: 0px;
  }
}
body.page-with-filter main#maincontent .columns .column.main .products.products-grid + .toolbar-products .filter-toggle-desktop {
  display: none;
}
body.page-with-filter main#maincontent .columns .sidebar-main {
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: var(--filterMaxWidth);
  min-width: var(--filterMinWidth);
  left: 0;
  transition: all 0.3s ease-out;
  display: block;
  transform: translateX(-100%);
  float: none;
  padding: 25px;
}
body.page-with-filter main#maincontent .columns .sidebar-main a.hide-filter-block {
  width: 100%;
  color: #ce181e;
  font-size: 18px;
  padding: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}
body.page-with-filter main#maincontent .columns .sidebar-main a.hide-filter-block:after {
  content: '\2715';
}
@media (max-width: 1023px) {
  body.page-with-filter main#maincontent .columns .sidebar-main a.hide-filter-block {
    display: none;
  }
}
body.page-with-filter main#maincontent .columns .sidebar-main .filter dt.filter-options-title {
  color: black !important;
  line-height: 16px;
  font-size: 16px;
  text-transform: capitalize;
}
body.filteractive .page-wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  display: block;
  z-index: 1000;
  animation: bgFadeIn 0.3s;
}
body.filteractive .page-wrapper .sidebar-main {
  transform: translateX(0%) !important;
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --actionsGrid: "add enquiry";
  --actionsColumns: repeat(2, 1fr);
  --textGrey: #7d7d7d;
  --ratingYellow: #f5c443;
  --tabMargin: 49px;
  --fbMarginTop: 0;
  --ptDirection: row;
  --itemBorder: solid 1px #d1d1d1 !important;
  --qtySize: 50px;
  --qtyBackground: 18px;
  --btBottom: 60px;
  --tiWidth: 70%;
  --gBorder: none;
}
@media (max-width: 767px) {
  :root {
    --ptDirection: column;
    --tabMargin: 0px;
    --itemBorder: none !important;
    --qtySize: 30px;
    --qtyBackground: 10px;
    --fbMarginTop: 30px;
    --btBottom: 0;
    --tiWidth: 100%;
    --gBorder: solid 1px #d1d1d1;
  }
}
@media (max-width: 440px) {
  :root {
    --actionsGrid: "add" "enquiry";
    --actionsColumns: 100%;
  }
}
.catalog-product-view {
  overflow-x: hidden;
}
.catalog-product-view .column.main {
  order: -1;
}
.catalog-product-view .page-main {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    margin-top: 0px;
  }
}
@media (min-width: 1152px) {
  .catalog-product-view .page-main {
    padding: 0;
  }
}
.catalog-product-view .columns {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1366px) {
  .catalog-product-view .columns {
    max-width: 1366px;
  }
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
  float: left;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    order: -1;
  }
}
.product-info-main .page-title-wrapper .page-title {
  margin: 0;
}
.page-layout-1column .product-info-main,
.product-info-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 15px;
}
.page-layout-1column .product-info-main .product-enquiry-form,
.product-info-main .product-enquiry-form {
  order: 2;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main,
  .product-info-main {
    width: 53%;
    float: right;
    margin-top: 0;
  }
}
.page-layout-1column .product-info-main .title-inner,
.product-info-main .title-inner {
  width: var(--tiWidth);
}
.page-layout-1column .product-info-main .product-brand,
.product-info-main .product-brand {
  margin-bottom: 0;
  width: 30%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .product-brand,
  .product-info-main .product-brand {
    margin-left: auto;
  }
}
.page-layout-1column .product-info-main .product-brand img,
.product-info-main .product-brand img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .product-brand img,
  .product-info-main .product-brand img {
    max-width: 150px;
  }
}
.page-layout-1column .product-info-main #product_addtocart_form .table-wrapper.grouped,
.product-info-main #product_addtocart_form .table-wrapper.grouped {
  border-top: 1px solid #e7e7e7;
}
.page-layout-1column .product-info-main .page-title-wrapper,
.product-info-main .page-title-wrapper {
  display: flex;
  flex-direction: var(--ptDirection);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper .title-inner,
  .product-info-main .page-title-wrapper .title-inner {
    order: 2;
  }
  .page-layout-1column .product-info-main .page-title-wrapper .product-brand,
  .product-info-main .page-title-wrapper .product-brand {
    order: 1;
  }
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper,
  .product-info-main .page-title-wrapper {
    align-items: center;
    margin-bottom: 0px;
  }
}
.page-layout-1column .product-info-main .page-title-wrapper h1,
.product-info-main .page-title-wrapper h1 {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .page-title-wrapper h1,
  .product-info-main .page-title-wrapper h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .page-title-wrapper h1,
  .product-info-main .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-layout-1column .product-info-main .instock--delivery p,
.product-info-main .instock--delivery p {
  margin-right: 10px;
}
.page-layout-1column .product-info-main .stock.available,
.product-info-main .stock.available {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-layout-1column .product-info-main .stock.unavailable,
.product-info-main .stock.unavailable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.page-layout-1column .product-info-main .price-box,
.product-info-main .price-box {
  display: flex;
  position: relative;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .price-box,
  .product-info-main .price-box {
    margin-top: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
.page-layout-1column .product-info-main .price-container,
.product-info-main .price-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.page-layout-1column .product-info-main .price-label,
.product-info-main .price-label {
  display: flex;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.page-layout-1column .product-info-main .normal-price:first-of-type,
.product-info-main .normal-price:first-of-type {
  margin-right: 30px;
}
.page-layout-1column .product-info-main .normal-price:first-of-type .price,
.product-info-main .normal-price:first-of-type .price {
  color: #000000;
}
.page-layout-1column .product-info-main .normal-price:last-of-type .price,
.product-info-main .normal-price:last-of-type .price {
  color: #ce181e;
}
.page-layout-1column .product-info-main .price,
.product-info-main .price {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .price,
  .product-info-main .price {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
.page-layout-1column .product-info-main .price:after,
.product-info-main .price:after {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 3px;
  font-family: 'Helvetica';
  font-size: 10px;
  line-height: 10px;
  color: #666;
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .price:after,
  .product-info-main .price:after {
    font-size: 12px;
    line-height: 12px;
  }
}
.page-layout-1column .product-info-main .price-including-tax,
.product-info-main .price-including-tax {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 14px;
}
.page-layout-1column .product-info-main .price-including-tax .price,
.product-info-main .price-including-tax .price {
  color: #ce181e;
}
.page-layout-1column .product-info-main .price-excluding-tax,
.product-info-main .price-excluding-tax {
  display: inline-block;
  width: auto;
  margin-left: 0;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .price-excluding-tax,
  .product-info-main .price-excluding-tax {
    margin-left: 20px;
  }
}
.page-layout-1column .product-info-main .price-excluding-tax:before,
.product-info-main .price-excluding-tax:before {
  font-size: 14px;
  line-height: 14px;
}
.page-layout-1column .product-info-main .box-tocart,
.product-info-main .box-tocart {
  display: block;
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .box-tocart,
  .product-info-main .box-tocart {
    margin-top: 30px;
  }
}
.page-layout-1column .product-info-main .box-tocart > .fieldset,
.product-info-main .box-tocart > .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions,
.product-info-main .box-tocart > .fieldset .actions {
  display: grid;
  grid-template-areas: var(--actionsGrid);
  grid-template-columns: var(--actionsColumns);
  gap: 20px;
  width: 100%;
  height: unset !important;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions button#product-addtocart-button,
.product-info-main .box-tocart > .fieldset .actions button#product-addtocart-button {
  grid-area: add;
  height: 50px;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions button.ghost-form,
.product-info-main .box-tocart > .fieldset .actions button.ghost-form {
  grid-area: enquiry;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  width: 100%;
  color: #000000 !important;
  text-transform: uppercase;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  height: 50px !important;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 16px;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions button.ghost-form:hover,
.product-info-main .box-tocart > .fieldset .actions button.ghost-form:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions .enq-button-custom,
.product-info-main .box-tocart > .fieldset .actions .enq-button-custom {
  grid-area: enquiry;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  width: 100%;
  color: #000000 !important;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  height: 50px !important;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout-1column .product-info-main .box-tocart > .fieldset .actions .enq-button-custom:hover,
.product-info-main .box-tocart > .fieldset .actions .enq-button-custom:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.page-layout-1column .product-info-main .box-tocart .field,
.product-info-main .box-tocart .field {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .box-tocart .field,
  .product-info-main .box-tocart .field {
    margin-bottom: 0;
  }
}
.page-layout-1column .product-info-main .box-tocart .field label,
.product-info-main .box-tocart .field label {
  margin-right: 10px;
}
.page-layout-1column .product-info-main .box-tocart .field.qty,
.product-info-main .box-tocart .field.qty {
  width: 100%;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper,
.product-info-main .box-tocart .addto-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .control,
.product-info-main .box-tocart .addto-wrapper .control {
  display: grid;
  grid-template-areas: "error error error error error" "qtytext minus value plus .";
  width: 100%;
  grid-template-columns: 105px repeat(3, 50px) auto;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .control label,
.product-info-main .box-tocart .addto-wrapper .control label {
  grid-area: qtytext;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .control #qty-error,
.product-info-main .box-tocart .addto-wrapper .control #qty-error {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #ce181e;
  background-color: #fae0e4;
  grid-area: error;
  margin-bottom: 30px;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .qtyplus,
.product-info-main .box-tocart .addto-wrapper .qtyplus {
  display: block;
  position: relative;
  width: var(--qtySize);
  height: var(--qtySize);
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: var(--qtyBackground);
  background-position: center;
  background-image: url('../images/white-plus.png');
  grid-area: plus;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .qtyminus,
.product-info-main .box-tocart .addto-wrapper .qtyminus {
  display: block;
  position: relative;
  width: var(--qtySize);
  height: var(--qtySize);
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: var(--qtyBackground);
  background-position: center;
  background-image: url('../images/white-minus.png');
  grid-area: minus;
}
.page-layout-1column .product-info-main .box-tocart .addto-wrapper .input-text.qty,
.product-info-main .box-tocart .addto-wrapper .input-text.qty {
  height: var(--qtySize);
  text-align: center;
  width: var(--qtySize);
  padding-left: 0;
  margin: 0 2px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 0;
  grid-area: value;
}
.page-layout-1column .product-info-main .box-tocart .actions,
.product-info-main .box-tocart .actions {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0;
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main .box-tocart .actions,
  .product-info-main .box-tocart .actions {
    width: 220px;
  }
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .box-tocart .actions,
  .product-info-main .box-tocart .actions {
    width: 300px;
  }
}
.page-layout-1column .product-info-main .box-tocart .actions button,
.product-info-main .box-tocart .actions button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 15px 10px 15px;
  background-color: #ce181e;
  border: 1px solid #ce181e;
  border-radius: 0;
  transition: all .3s ease;
  font-size: 16px !important;
  line-height: 16px !important;
}
.page-layout-1column .product-info-main .box-tocart .actions button span,
.product-info-main .box-tocart .actions button span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: normal;
}
.page-layout-1column .product-info-main .box-tocart .actions button:hover,
.product-info-main .box-tocart .actions button:hover {
  background-color: #a01317;
  border: 1px solid #a01317;
}
.page-layout-1column .product-info-main .age-notice,
.product-info-main .age-notice {
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.page-layout-1column .product-info-main .age-notice p,
.product-info-main .age-notice p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1152px) {
  .page-layout-1column .product-info-main .age-notice p,
  .product-info-main .age-notice p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-layout-1column .product-info-main .amxnotif-block ~ .amform-parent .amform-show-popup,
.product-info-main .amxnotif-block ~ .amform-parent .amform-show-popup {
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .page-layout-1column .product-info-main .amxnotif-block ~ .amform-parent .amform-show-popup,
  .product-info-main .amxnotif-block ~ .amform-parent .amform-show-popup {
    margin-bottom: 20px;
  }
}
.page-layout-1column .product-info-main .am-validation-form .mage-error.amcart-error,
.product-info-main .am-validation-form .mage-error.amcart-error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 4px;
  color: #B94A48;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.page-layout-1column .product-info-main .am-validation-form .mage-error.amcart-error a,
.product-info-main .am-validation-form .mage-error.amcart-error a {
  color: #B94A48;
  text-decoration: underline;
}
.catalog-product-view .age-notice {
  margin-top: 20px;
}
.additional-attributes th {
  text-align: left;
}
.product-secondary--info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.product-sku--code {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 1152px) {
  .product-sku--code {
    font-size: 11px;
    line-height: 11px;
  }
}
.product-sku--code .sku {
  display: flex;
  width: 100%;
  text-transform: uppercase;
}
.product-sku--code .sku strong {
  font-weight: normal;
}
.product-add-form {
  margin-top: 30px !important;
}
.product-add-form select {
  width: 100%;
}
@media (max-width: 768px) {
  .product.pricing {
    margin-bottom: 50px;
  }
}
.instock--delivery {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .instock--delivery {
    width: auto;
  }
}
.instock--delivery p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 11px;
  color: #7d7d7d;
}
@media (min-width: 1152px) {
  .instock--delivery p {
    font-size: 14px;
    line-height: 14px;
  }
}
.instock--delivery p span {
  text-decoration: underline;
}
.instock--delivery .stock {
  margin-left: 20px;
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 1152px) {
  .instock--delivery .stock {
    font-size: 14px;
    line-height: 14px;
  }
}
.instock--delivery .stock:before {
  content: "Availability:";
  display: inline-block;
  position: relative;
  font-size: 11px;
  line-height: 11px;
  color: #7d7d7d;
}
@media (min-width: 1152px) {
  .instock--delivery .stock:before {
    font-size: 14px;
    line-height: 14px;
  }
}
.instock--delivery .available span {
  color: #80b918;
  font-weight: 600;
}
.instock--delivery .poa {
  display: block;
  position: relative;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.estimated-leadtime {
  display: inline-block;
  width: auto;
  background-color: #000000;
  padding: 10px 15px;
  color: #ffffff;
  margin-top: 10px;
  font-size: 13px;
  line-height: 13px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
}
@media (min-width: 768px) {
  .estimated-leadtime {
    margin-left: auto;
    margin-top: 3px;
  }
}
.product-addto-links {
  width: auto;
  display: none;
}
@media (min-width: 768px) {
  .product-addto-links {
    margin: 20px 0 20px auto !important;
  }
}
.product-addto-links .tocompare {
  display: block;
  position: relative;
  background-color: #ffffff !important;
  border: 1px solid #ce181e !important;
  border-radius: 0 !important;
  color: #ce181e !important;
  padding: 12px 20px 10px 20px !important;
  text-transform: uppercase !important;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.product-addto-links .tocompare:hover {
  text-decoration: none !important;
  background-color: #ce181e !important;
  color: #ffffff !important;
}
.page-layout-1column .product-info-main .stock.unavailable {
  color: #ce181e;
}
@media only screen and (max-width: 767px) {
  .product-addto-links .action.tocompare {
    display: block !important;
  }
}
.info-accordion {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.detail-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 20px 21px 20px;
  background-color: #eee;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  background-image: url('../images/black-plus.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 20px top 25px;
}
.detail-title.active-tab {
  background-image: url('../images/black-minus.png');
}
.detail-content {
  padding: 20px;
  line-height: 22px;
  display: block !important;
}
.detail-content a {
  color: #ce181e;
  text-decoration: underline;
}
.detail-content a:hover {
  color: $black;
  text-decoration: none;
}
.detail-content ul,
.detail-content ol {
  padding-left: 15px;
}
.product.media {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .product.media {
    float: left;
    width: 47% !important;
    margin-bottom: 60px;
  }
}
.product.media:after {
  content: none;
  display: block;
  position: absolute;
  top: 78%;
  right: 30px;
  background-image: url('../images/enlarge-icon.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 30px;
  height: 30px;
}
.media-needhelp {
  display: none;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .media-needhelp {
    display: block;
  }
}
.media-needhelp p {
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.media-needhelp p a {
  color: #ce181e;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.media-needhelp p a:visited {
  color: #ce181e;
}
.media-needhelp p:before {
  content: "";
  display: inline-block;
  top: 13px;
  position: relative;
  width: 50px;
  height: 40px;
  background-image: url('../images/need-help-icon.png');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  margin-right: 15px;
}
.block.related {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.block.related .c-container {
  padding-top: 0;
  padding-bottom: 60px;
  border-top: none;
}
.block.related .block-title {
  text-align: center;
  margin-bottom: var(--btMargin);
}
.block.related .block-title strong {
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  text-transform: uppercase;
  font-size: 24px !important;
  line-height: 34px;
  font-weight: normal;
}
@media (min-width: 1152px) {
  .block.related .block-title strong {
    font-size: 24px !important;
    line-height: 38px;
    font-weight: normal;
  }
}
@media (max-width: 992px) {
  .block.related ol.products.list.items {
    position: relative;
    max-width: unset !important;
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .block.related ol.products.list.items .slick-list {
    width: 100%;
  }
  .block.related ol.products.list.items .slick-list .slick-track {
    display: flex !important;
    justify-content: center;
  }
  .block.related ol.products.list.items li {
    margin: 5px !important;
    width: initial;
    min-width: unset;
    max-width: unset !important;
  }
}
.block.related .item {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .block.related .item {
    padding: 0 10px;
  }
}
.block.related .item:hover .product-info {
  border: 1px solid #ce181e;
}
.block.related .product-info {
  background-color: #ffffff;
  padding: 25px 25px 35px 25px;
  border: 1px solid #eee;
  transition: all .3s ease;
}
@media (min-width: 1152px) {
  .block.related .product-info {
    padding: 10px 10px 15px 10px;
  }
}
.block.related .item-details {
  text-align: left;
}
.block.related .slick-next {
  right: -15px !important;
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 1152px) {
  .block.related .slick-next {
    right: -30px !important;
  }
}
.block.related .slick-next:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/red-arrow-next.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  opacity: 1 !important;
}
.block.related .slick-prev {
  left: -15px !important;
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 1152px) {
  .block.related .slick-prev {
    left: -30px !important;
  }
}
.block.related .slick-prev:before {
  content: '' !important;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/red-arrow-previous.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  opacity: 1 !important;
}
.product-bottom {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .product-bottom {
    margin-bottom: 20px;
  }
}
/* Product Reviews */
.review-list .block-title strong {
  font-size: 20px;
  line-height: 20px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.review-title {
  font-size: 16px;
  line-height: 16px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 15px;
}
.review-content {
  margin-bottom: 10px;
}
.review-author {
  font-size: 14px;
  line-height: 14px;
}
.review-author strong {
  color: #ce181e;
}
.review-date {
  color: #666;
  font-size: 12px;
  line-height: 12px;
}
.review-form {
  width: 100%;
  max-width: 100%;
}
.review-form .field {
  margin-bottom: 10px !important;
}
.review-form .field .control {
  width: 100% !important;
}
.review-form .field label {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}
.review-form .field input {
  width: 100%;
}
.review-form .field textarea {
  width: 100%;
  min-height: 150px;
}
.review-legend span {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
.review-legend strong {
  font-size: 18px;
  line-height: 18px;
}
.review-form-actions {
  margin-left: 0 !important;
}
.review-form-actions .action.submit {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  font-size: 14px !important;
  line-height: 14px !important;
  transition: all .3s ease;
}
.review-form-actions .action.submit:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.review-form-actions .action.submit span {
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 13px !important;
  color: #ffffff !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  text-transform: uppercase !important;
}
.am-fileline img {
  margin-right: 10px;
}
#confirmBox a {
  color: #000000 !important;
}
#confirmBox a:visited {
  color: #ce181e !important;
}
#confirmBox a:hover {
  color: #000000 !important;
}
#confirmOverlay {
  background: rgba(0, 0, 0, 0.6);
}
/* Enquiry Product Styles */
.product-enquiry-form {
  display: block;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background-color: #f2f2f2;
  border-left: 10px solid #0096c7;
}
.product-enquiry-form h4 {
  float: none !important;
  display: block;
  position: relative;
  padding: 0 0 0 30px !important;
  font-weight: 600;
  margin-bottom: 25px;
  color: #666;
  text-align: left !important;
  width: 100% !important;
  max-width: 90%;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1152px) {
  .product-enquiry-form h4 {
    margin-bottom: 15px;
  }
}
.product-enquiry-form h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/icon-info.png');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.product-enquiry-form label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.product-enquiry-form textarea {
  height: auto;
  min-height: 150px;
}
.product-enquiry-form .amcform-toolbar {
  text-align: left;
}
.product-enquiry-form button[type="submit"] {
  background-color: #ce181e !important;
  border: 1px solid #ce181e;
  height: auto;
  color: #ffffff;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 25px 13px 25px !important;
  text-transform: uppercase;
}
.product-enquiry-form button[type="submit"]:hover {
  background-color: #000000 !important;
  border: 1px solid #000000;
}
.prices-tier .price-container {
  margin: 5px 0;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: attr(data-label);
}
.prices-tier .price-excluding-tax {
  margin-right: 20px;
  margin-left: 0 !important;
}
.prices-tier .price-including-tax:after {
  content: "Inc VAT";
  font-size: 14px;
  line-height: 10px;
  color: #7d7d7d;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-left: 8px;
}
.amform-show-popup {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  width: 100%;
  color: #000000 !important;
  text-transform: uppercase;
  width: 48.5%;
  float: right;
  transform: translateY(-65px);
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  height: 50px !important;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  display: none;
  position: absolute;
}
.amform-show-popup:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
@media (max-width: 440px) {
  .amform-show-popup {
    float: none;
    width: 100%;
    transform: translateY(5px);
  }
}
.amform-hone {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.amform-show {
  width: 100%;
  margin: 0 !important;
}
.amform-show .action.primary {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  width: 100%;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  height: 50px !important;
  transition: all .3s ease;
}
.amform-show .action.primary:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}
.amcform-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  max-width: unset !important;
  align-items: center;
  justify-content: center;
  display: none;
}
.amcform-popup .amform-form {
  border-radius: 0 !important;
  padding: 40px 30px 0 30px !important;
  width: 95% !important;
  min-height: 95%;
  top: 20px;
  max-height: unset;
}
@media (min-width: 768px) {
  .amcform-popup .amform-form {
    width: 50% !important;
    min-width: 300px;
    min-height: auto;
  }
}
@media (min-width: 1152px) {
  .amcform-popup .amform-form {
    min-height: 650px;
  }
}
.amcform-popup .amform-form .fb-text-label,
.amcform-popup .amform-form .fb-textarea-label {
  margin-bottom: 10px !important;
  font-weight: normal !important;
  display: none !important;
}
.amcform-popup .amform-form .amcform-toolbar {
  text-align: center;
  margin-top: 50px !important;
}
.amcform-popup .amform-form .amcform-toolbar button[type="submit"] {
  padding: 12px 15px 10px 15px !important;
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  border-radius: 0;
  transition: all .3s ease;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 16px !important;
  min-width: 200px;
}
.amcform-popup .amform-form .amcform-toolbar button[type="submit"]:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}
.amcform-popup-block.-active .amcform-popup {
  display: flex;
}
.rendered-form textarea.form-control {
  min-height: 150px;
}
.fb-textarea-label {
  margin-bottom: 10px !important;
  font-weight: normal !important;
}
.amcform-button.-default:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.amcform-button.-close-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: none;
}
/* custom price layout */
body.catalog-product-view .product-info-price .price-box {
  padding-top: 5px;
}
body.catalog-product-view .product-info-price .price-box.price-final_price {
  display: flex;
  flex-direction: column;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price {
  order: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15em;
  text-decoration: none !important;
  margin: 0 auto 0 0;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price:after {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-2px);
  background: #ce181e;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price .price-wrapper:after {
  content: none;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span {
  margin-left: 0px;
  margin: 0px !important;
  width: unset;
  font-size: 13px;
  font-weight: 600px;
  color: #7d7d7d;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span > * {
  font-size: 13px !important;
  font-weight: normal;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span[data-price-type="oldPrice"],
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span.price-excluding-tax {
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: flex-start;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span[data-price-type="oldPrice"]:before,
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span.price-excluding-tax:before {
  content: "WAS";
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "AxiformaSemiBold";
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.old-price span.price-label {
  display: none;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.special-price {
  order: 2;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.special-price .price {
  color: #ce181e !important;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.saving {
  order: 3;
  margin: 0px;
  display: flex;
  gap: 0.25rem;
}
body.catalog-product-view .product-info-price .price-box.price-final_price span.saving span {
  color: #ce181e;
  font-size: 16px;
}
body.catalog-product-view .product-reviews-summary {
  width: 100%;
  display: flex;
  margin: 10px 0 0;
}
body.catalog-product-view .product-reviews-summary .rating-result span:before {
  color: var(--ratingYellow);
}
body.catalog-product-view .product-reviews-summary .reviews-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.catalog-product-view .product-reviews-summary .reviews-actions a.action {
  font-size: 12px;
  color: var(--textGrey);
}
body.catalog-product-view .product-reviews-summary .reviews-actions a.action.add {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
body.catalog-product-view .product-reviews-summary:not(.empty) .reviews-actions a.action.add:before {
  content: "|";
  display: block;
}
body.catalog-product-view .rating-result span:before {
  color: var(--ratingYellow);
}
body.catalog-product-view .review-control-vote label {
  max-width: 28px !important;
}
body.catalog-product-view .review-control-vote label:before {
  color: var(--ratingYellow);
}
@media (min-width: 992px) and (max-width: 1365px) {
  .product-item-inner {
    height: 180px;
  }
  .product-item-inner > .price-final_price {
    height: 200px;
    margin: 0px !important;
  }
  .product-item-inner > .price-final_price .price-container.price-final_price {
    height: unset;
    align-items: flex-start;
  }
  .product-item-inner > .price-final_price + form {
    transform: translateY(60%);
  }
  .product-item-inner > .price-final_price + a.product-item-link {
    transform: translateY(80%);
  }
  .product-item-inner > .price-final_price .price-box {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  .fotorama {
    min-width: 1px;
    overflow: visible !important;
  }
  .fotorama__nav-wrap--horizontal {
    display: block !important;
    position: absolute;
    bottom: -20px;
    z-index: 999999;
  }
  .fotorama__nav-wrap--horizontal .fotorama__nav-frame--dots {
    visibility: visible !important;
  }
  .fotorama__nav-wrap--horizontal .fotorama__nav--dots .fotorama__nav__frame {
    width: 20px;
    height: 20px;
  }
  .fotorama__nav-wrap--horizontal .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
    border-radius: 12px;
    border: 1px solid #858585;
    display: block;
    height: 12px;
    left: 0;
    position: relative;
    top: 0;
    width: 12px;
  }
  .fotorama__nav-wrap--horizontal .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot.fotorama__active {
    background-color: #858585;
    border-color: #858585;
  }
  .fotorama__wrap {
    border-top: solid 1px #d1d1d1;
  }
}
/* Tabs */
div.product.data.items > .item.content {
  margin-top: var(--tabMargin);
  border: var(--itemBorder);
  min-height: 200px;
}
div.product.data.items > .data.item.title {
  margin: 0px;
  height: 50px;
}
div.product.data.items > .data.item.title .switch {
  font-size: 15px;
  position: relative;
}
@media (min-width: 769px) {
  div.product.data.items > .data.item.title .switch {
    border-right: none;
  }
}
@media (min-width: 769px) {
  div.product.data.items > .data.item.title .switch:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #d1d1d1;
    right: -1px;
    top: 0px;
    display: block;
  }
}
div.product.data.items > .data.item.title:not(.active) {
  border-bottom: solid 1px #d1d1d1;
}
div.product.data.items > .data.item.title > a {
  height: 100%;
  font-weight: normal;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  div.product.data.items > .data.item.title > a {
    justify-content: flex-start;
    gap: 10px;
  }
  div.product.data.items > .data.item.title > a:after {
    font-size: 30px;
    line-height: 30px;
    content: "+";
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  div.product.data.items > .data.item.title.active > a:after {
    content: "-";
  }
}
div#description-link {
  width: 100%;
  display: block;
  margin: 20px 0;
}
div#description-link a {
  color: black;
  text-decoration: underline;
  font-size: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
div#description-link a:hover {
  text-decoration: none;
}
/* Grouped products mobile */
@media (max-width: 767px) {
  table#super-product-table td.col.item:before {
    content: none;
  }
  table#super-product-table td.col.item strong {
    padding: 0px;
  }
  table#super-product-table td.col.item .price-box {
    padding: 0px;
    margin-top: 10px;
  }
  table#super-product-table td.col.item .price-box .price-container {
    align-items: flex-start;
  }
  table#super-product-table td.col.item .price-box .price-container .price-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  table#super-product-table td.col.item.col-product .stock {
    display: block;
    padding: 5px 0;
  }
  table#super-product-table td.qty .control {
    justify-content: flex-start;
  }
  table#super-product-table td.qty:before {
    content: none;
  }
  section#frequently-bought {
    margin-top: var(--fbMarginTop);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  table#super-product-table thead {
    display: none;
  }
}
/* simple products */
body.catalog-product-view .product.media .gallery-placeholder {
  border: none;
}
body.catalog-product-view .product.media .gallery-placeholder .fotorama__img {
  border: var(--gBorder);
}
body.catalog-product-view:not(.page-product-grouped) .amform-show-popup {
  visibility: hidden;
  position: absolute;
}
body.catalog-product-view:not(.page-product-grouped) .box-tocart .actions {
  margin-top: 30px;
}
body.catalog-product-view:not(.page-product-grouped) .columns .commited-excellence {
  order: 2;
}
body.catalog-product-view:not(.page-product-grouped) .columns .newsletter {
  order: 3;
}
.product-options-wrapper {
  border-top: 1px solid #ce181e;
  padding-top: 20px;
}
.swatch-attribute-label {
  font-weight: normal;
  position: relative;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
}
@media (min-width: 1152px) {
  .swatch-attribute-label {
    font-size: 16px;
    line-height: 16px;
  }
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.swatch-option {
  border: 1px solid #ccc;
  cursor: pointer;
  float: left;
  height: 65px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 65px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.swatch-option.selected {
  outline: 2px solid yellow;
  border: 1px solid #fff;
  color: #333;
}
.page-product-configurable .product-info-main .price-box {
  border-top: 0;
}
.page-product-configurable .price-excluding-tax .price {
  color: #000000 !important;
}
.field-error,
div.mage-error[generated] {
  color: #ce181e;
  position: absolute;
  /* top: 0; */
  right: 0;
  top: 0;
}
.swatch-attribute,
.configurable {
  position: relative;
}
.field-error,
div.mage-error[generated] {
  margin-top: 0;
}
.page-product-grouped .product-sku--code {
  display: inline-flex;
  width: auto;
  margin-bottom: 0;
  align-items: center;
}
.page-product-grouped .actions {
  margin-left: auto;
}
.page-product-grouped .product-addto-links {
  margin-left: auto;
}
.page-product-grouped .product-add-form {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.table-wrapper.grouped {
  width: auto;
  background-color: #eee;
}
.table.grouped thead {
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
}
table .col {
  width: auto;
}
.table.grouped .col.item {
  padding: 5px 0;
  font-weight: 400;
  border-color: #e7e7e7;
  text-align: left;
}
@media (min-width: 768px) {
  .table.grouped .col.item {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    align-content: center;
  }
  .table.grouped .col.item:first-of-type {
    padding-left: 15px;
    text-align: left;
  }
}
.table.grouped .col-product {
  width: 100%;
  display: block;
  padding-top: 8px !important;
}
@media (min-width: 768px) {
  .table.grouped .col-product {
    width: 30%;
    display: table-cell;
  }
}
.table.grouped .col-product .stock {
  display: none;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 15px 15px;
}
@media (min-width: 768px) {
  .table.grouped .col-product .stock {
    padding: 0;
  }
}
.table.grouped .col-product .available span {
  color: #80b918;
}
@media (max-width: 767px) {
  .table.grouped .col-product:before {
    content: "Product";
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 15px 15px;
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 600;
  }
}
.table.grouped .col-code {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .table.grouped .col-code {
    width: 20%;
    display: table-cell;
  }
}
.table.grouped .col-code strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 15px 8px 15px;
}
@media (min-width: 768px) {
  .table.grouped .col-code strong {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .table.grouped .col-code:before {
    content: "Product Code";
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 15px 15px;
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 600;
  }
}
.table.grouped .col-size {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .table.grouped .col-size {
    width: 5%;
    display: table-cell;
  }
}
.table.grouped .col-size span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 15px 8px 15px;
}
@media (min-width: 768px) {
  .table.grouped .col-size span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .table.grouped .col-size:before {
    content: "Size";
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 15px 15px;
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 600;
  }
}
.table.grouped .col-price {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .table.grouped .col-price {
    width: 15%;
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .table.grouped .col-price:before {
    content: "Price";
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 15px 15px;
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 600;
  }
}
.table.grouped .col-qty {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .table.grouped .col-qty {
    width: 20%;
    display: table-cell;
  }
}
@media (min-width: 640px) {
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e7e7e7;
  }
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  min-height: auto;
  padding: 15px 15px 0 15px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 1152px) {
  .table.grouped .product-item-name {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
  }
}
.table.grouped .price-box {
  margin: 0;
  line-height: 1;
  padding: 15px;
  border: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table.grouped .price-box .price-excluding-tax {
  margin-left: 0px;
}
.table.grouped .price-box .special-price {
  order: 2;
}
.table.grouped .price-box .special-price .price-label {
  display: none;
}
.table.grouped .price-box .old-price {
  order: 1;
  width: 100%;
  text-decoration: none;
}
.table.grouped .price-box .old-price span.price-container {
  flex-direction: row;
  gap: 3px;
  margin-bottom: 0px;
  position: relative;
}
.table.grouped .price-box .old-price span.price-container .price-label {
  display: none;
  width: auto;
  margin: 0px;
  color: #7d7d7d;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.table.grouped .price-box .old-price span.price-container .price-label:after {
  content: none;
}
.table.grouped .price-box .old-price span.price-wrapper {
  flex-direction: row;
  gap: 5px;
  position: relative;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 3px auto;
}
.table.grouped .price-box .old-price span.price-wrapper:after {
  content: none;
}
.table.grouped .price-box .old-price span.price-wrapper:before {
  content: "WAS";
  margin: 0px;
  color: #7d7d7d;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.table.grouped .price-box .old-price span.price-wrapper span {
  color: #7d7d7d;
  font-weight: bold;
  font-size: 14px;
}
.table.grouped .price-box .old-price span.price-wrapper:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ce181e;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
}
.table.grouped .price-box .saving {
  order: 3;
}
.table.grouped .price-box .saving span {
  font-size: 14px;
  color: #7d7d7d;
}
.table.grouped .price-box .saving span:first-of-type {
  margin-right: 5px;
}
.table.grouped .price-box .saving.price-including-tax,
.table.grouped .price-box .saving.price-excluding-tax {
  font-size: 14px !important;
  line-height: 14px !important;
}
@media (min-width: 768px) {
  .table.grouped .price-box {
    text-align: center;
    padding: 0;
  }
}
.table.grouped .price-box .price-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table.grouped .price-box .price-wrapper {
  display: flex;
  flex-direction: column;
}
.table.grouped .price-box .price {
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 600;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .table.grouped .price-box .price {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
.table.grouped .price-box .price:not(:last-of-type) {
  margin-bottom: 3px;
}
.table.grouped .price-box .price:last-of-type {
  color: #ce181e;
}
.table.grouped .price-box .price:after {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 3px;
  font-family: 'Helvetica';
  font-size: 8px;
  line-height: 8px;
  color: #666;
}
.table.grouped .price-box .price-excluding-tax {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table.grouped .price-box .price-excluding-tax .price {
  color: #000000;
}
.table.grouped .price-box .price-excluding-tax .price:after {
  display: none;
}
.table.grouped .price-box .price-including-tax + .price-excluding-tax {
  margin: 0 !important;
}
.table.grouped .price-box .price-including-tax + .price-excluding-tax:before,
.table.grouped .price-box .weee[data-label]:before {
  content: attr(data-label) '';
  order: 2;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  margin-left: 3px;
}
.table.grouped .price-box .price-including-tax + .price-excluding-tax:after,
.table.grouped .price-box .weee[data-label]:after {
  margin-left: 0;
}
.table.grouped .col.qty {
  padding: 8px 0 15px 0;
  font-weight: 400;
  border-color: #e7e7e7;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table.grouped .col.qty {
    padding: 8px 0;
  }
}
.table.grouped .col.qty input {
  width: var(--qtySize);
  border-radius: 0;
  border: 1px solid #ccc;
  height: var(--qtySize);
  text-align: center;
}
@media (min-width: 768px) {
  .table.grouped .col.qty input {
    width: 40px;
    height: 40px;
  }
}
.table.grouped .col.qty input[type="number"] {
  margin: 0 2px;
}
.table.grouped .col.qty .qtyplus {
  display: block;
  position: relative;
  width: var(--qtySize);
  height: var(--qtySize);
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: var(--qtyBackground);
  background-position: center;
  background-image: url('../images/white-plus.png');
}
@media (min-width: 768px) {
  .table.grouped .col.qty .qtyplus {
    width: 40px;
    height: 40px;
  }
}
.table.grouped .col.qty .qtyminus {
  display: block;
  position: relative;
  width: var(--qtySize);
  height: var(--qtySize);
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-size: var(--qtyBackground);
  background-position: center;
  background-image: url('../images/white-minus.png');
}
@media (min-width: 768px) {
  .table.grouped .col.qty .qtyminus {
    width: 40px;
    height: 40px;
  }
}
.table.grouped .control.qty {
  display: flex;
  justify-content: center;
}
.table.grouped tbody tr {
  background-color: #ffffff;
}
.table.grouped tbody tr:nth-of-type(even) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table.grouped tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
    border: 0;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
}
.page-product-grouped .amxnotif-block {
  display: none;
}
.amxnotif-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background-color: #f2f2f2;
  border-left: 10px solid #0096c7;
}
.amxnotif-block label {
  float: none !important;
  display: block;
  position: relative;
  padding: 0 !important;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
  text-align: left !important;
  width: 100% !important;
}
@media (min-width: 1152px) {
  .amxnotif-block label {
    max-width: 80%;
  }
}
.amxnotif-block label:not(.label) {
  padding-left: 30px !important;
}
.amxnotif-block label:not(.label):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/icon-info.png');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.amxnotif-block label a {
  color: #ce181e;
}
.amxnotif-block label a:visited {
  color: #ce181e;
}
.amxnotif-block input[type="email"] {
  width: 100%;
  border: 0;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.amxnotif-block button[type="submit"] {
  background-color: #ce181e;
  border: 1px solid #ce181e;
  height: auto;
  color: #ffffff;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 25px 13px 25px;
  text-transform: uppercase;
}
.amxnotif-block button[type="submit"]:hover {
  background-color: #b7151b;
  border: 1px solid #ce181e;
}
.amxnotif-block .actions-toolbar {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 20px;
}
.amxnotif-block .input-fields {
  width: 100% !important;
}
@media (max-width: 768px) {
  .notification-container {
    flex-direction: column;
  }
  .notification-container label {
    width: auto !important;
    font-size: 12px;
    line-height: 12px;
  }
  .notification-container input[type="checkbox"] {
    margin: 7px 7px 0 0!important;
  }
  .amxnotif-block .actions-toolbar {
    max-width: 100% !important;
  }
}
.product-info-main .product.alert a {
  color: #ce181e;
}
.product-info-main .product.alert a:visited {
  color: #ce181e;
}
.mob-prod--scrollto {
  display: none;
}
@media (max-width: 767px) {
  .mob-prod--scrollto {
    display: block;
    text-align: center;
    color: #ce181e;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 15px;
    text-decoration: underline;
  }
  .mob-prod--scrollto:visited {
    color: #ce181e;
    text-decoration: underline;
  }
}
.product.media {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product.media {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .fotorama__nav--dots {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .fotorama__nav-wrap--horizontal {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .fotorama__nav-wrap--horizontal {
    display: block;
    visibility: visible !important;
  }
}
@media (min-width: 768px) {
  .fotorama__nav-wrap--horizontal {
    display: block !important;
    visibility: visible;
  }
}
/* fotorama updates */
.column.main .fotorama__wrap {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  aspect-ratio: 1.25;
}
.column.main .fotorama__nav-wrap--vertical {
  flex: 0 0 90px;
  order: 1;
  position: relative !important;
}
.column.main .fotorama__nav-wrap--vertical .fotorama__nav__frame {
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.column.main .fotorama__stage {
  flex: 0 0 auto;
  order: 2;
  width: auto !important;
  aspect-ratio: 1;
  height: auto !important;
  display: block;
  left: 0 !important;
}
.column.main .fotorama__stage .fotorama__stage__shaft {
  height: auto;
  aspect-ratio: 1;
  order: 2;
}
.column.main .fotorama__stage .fotorama__stage__frame {
  width: 90%;
}
.column.main .fotorama__stage .fotorama__stage__frame img {
  border: 1px solid #ccc !important;
  margin-top: -5%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  div.product.media {
    width: 90%;
    min-width: 300px;
    margin: 20px auto;
  }
  div.product.media .gallery-placeholder .fotorama__arr {
    display: none !important;
  }
  div.product.media .gallery-placeholder .fotorama__wrap {
    aspect-ratio: 1;
  }
  div.product.media .gallery-placeholder .fotorama__stage {
    width: 100% !important;
  }
  div.product.media .gallery-placeholder .fotorama__stage__frame {
    width: 100%;
  }
}
/* -------- Basket Page Styles -------- */
.checkout-cart-index .page-title {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}
.cart-empty {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #eee;
}
.cart-empty a {
  color: #ce181e;
}
.cart-empty a:visited {
  color: #ce181e;
}
.cart-summary > .title {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
}
.cart-summary .block {
  border-bottom: 0;
  border-top: 0;
  padding: 10px 0;
}
.cart-summary .block.discount {
  border-top: 1px solid #ccc;
}
.cart-summary .block > .title {
  padding-left: 0;
  color: #000000;
}
.cart-summary .block > .title:after {
  top: 2px !important;
}
.column.main .cart-summary .block > .title strong {
  font-size: 14px;
  line-height: 14px;
}
.cart-summary .block .fieldset {
  margin-left: 0;
}
.cart-summary .actions-toolbar > .primary button {
  background-color: #333;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .cart-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cart-container .form-cart {
  width: 100%;
}
.cart.table-wrapper .items thead + .item {
  border: 0;
}
.cart.table-wrapper .items {
  border: 1px solid #eee;
}
.cart.table-wrapper .items thead th {
  background-color: #000000;
  color: #ffffff;
  padding: 15px !important;
  border: 1px solid #000000;
  text-align: left;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.cart.table-wrapper .items thead .col.item {
  width: 60%;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.cart.table-wrapper .items tbody td {
  vertical-align: middle !important;
}
.cart.table-wrapper .items tbody tr {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .items .product-item-name {
  margin: 0 !important;
  max-width: 60%;
  hyphens: none !important;
  min-height: auto;
}
.cart.table-wrapper .items .product-item-name a {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.cart.table-wrapper .items .product-item-name a:visited {
  color: #000000;
}
.cart.table-wrapper .col {
  padding-top: 0;
  border-right: 0;
}
.cart.table-wrapper .item:nth-of-type(even) tr {
  background-color: #fcfcfd;
}
.cart.table-wrapper .item .col.item {
  display: table-cell;
  padding: 15px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.remove {
  text-align: center;
}
.cart.table-wrapper .col.qty span {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-summary {
    order: 2;
    top: 0 !important;
    width: 36%;
    background-color: #fff !important;
    border-top: 0;
    padding: 25px;
  }
  .cart-summary #paybyfinance-main-block h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .cart-summary #paybyfinance-main-block .pbf-field-control {
    margin-bottom: 10px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 0;
    width: 100%;
    max-width: 140px;
    margin-bottom: 0;
  }
  .product-item-wrapper {
    padding-left: 30px;
    width: 100%;
    text-align: left;
  }
  .product-item-wrapper p {
    font-size: 14px;
    line-height: 14px;
  }
  .cart.table-wrapper .product-item-details {
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .price-including-tax,
  .cart.table-wrapper .price-excluding-tax {
    font-size: 18px;
    line-height: 18px;
    font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  }
  .cart.table-wrapper .price-including-tax .price,
  .cart.table-wrapper .price-excluding-tax .price {
    color: #000000;
  }
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 5px;
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid #ccc;
}
.cart.table-wrapper .col.qty label {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 0 !important;
}
.cart.table-wrapper .col.qty .field {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .quantityIncrease {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 0;
  border-left: 0;
  cursor: pointer;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  background-image: url('../images/white-plus.png');
}
.cart.table-wrapper .col.qty .quantityDecrease {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 0;
  border-right: 0;
  cursor: pointer;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  background-image: url('../images/white-minus.png');
}
.cart.table-wrapper .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.cart-container .form-cart .actions {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.cart .action {
  margin-bottom: 20px;
}
.action-delete {
  color: #666;
}
@visited {
  color: #666;
}
.action-edit {
  color: #666;
}
@visited {
  color: #666;
}
.cart.table-wrapper .actions-toolbar > .action {
  margin-bottom: 0;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 11px !important;
  padding: 15px 0;
  width: 65px;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action img {
  width: 100%;
  max-width: 15px;
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.update {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 15px 30px 12px 30px!important;
  cursor: pointer;
  font-weight: normal !important;
  height: auto !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.cart-container .form-cart .action.continue span,
.cart-container .form-cart .action.clear span,
.cart-container .form-cart .action.update span {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 1152px) {
  .cart-container .form-cart .action.continue span,
  .cart-container .form-cart .action.clear span,
  .cart-container .form-cart .action.update span {
    font-size: 16px;
    line-height: 16px;
  }
}
.cart-container .form-cart .action.continue:before,
.cart-container .form-cart .action.clear:before,
.cart-container .form-cart .action.update:before {
  display: none;
}
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.clear:hover,
.cart-container .form-cart .action.update:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.cart-container .form-cart .action.continue:hover span,
.cart-container .form-cart .action.clear:hover span,
.cart-container .form-cart .action.update:hover span {
  color: #ffffff;
}
.action.primary.checkout {
  position: relative;
  padding: 15px 15px 13px 15px!important;
  margin-bottom: 10px;
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  font-size: 20px !important;
  line-height: 20px !important;
  border-radius: 0;
  transition: all .3s ease;
}
.action.primary.checkout span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}
.action.primary.checkout:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.summary.title {
  display: none;
}
.cart-summary .block > .title {
  border-top: 0;
}
.column.main .cart-summary .block > .title strong {
  font-size: 18px;
  line-height: 18px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.cart-summary .block > .title:after {
  top: 2px;
}
.cart-summary .block .estimate {
  margin: 0 !important;
}
.cart-summary .block .estimate select {
  width: 100%;
  border-radius: 0;
  height: 50px;
}
.cart-summary {
  border: 1px solid #ccc;
}
.cart-summary input {
  width: 100%;
  height: 50px;
}
.cart-summary input[type="radio"] {
  width: auto;
  height: auto;
}
.cart-summary select {
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
.cart-summary .fieldset.coupon .label {
  display: none !important;
}
.cart-summary .fieldset.coupon .primary {
  width: 100%;
}
.cart-summary .fieldset.coupon .actions-toolbar:after {
  display: none;
}
.cart-summary .fieldset.coupon .action.apply.primary {
  position: relative;
  width: 100%;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 14px;
}
.cart-summary .fieldset.coupon .action.apply.primary span {
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover,
.cart-summary .fieldset.coupon .action.apply.primary:active,
.cart-summary .fieldset.coupon .action.apply.primary:focus {
  background-color: #ce181e;
  border: 1px solid #ce181e !important;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover span,
.cart-summary .fieldset.coupon .action.apply.primary:active span,
.cart-summary .fieldset.coupon .action.apply.primary:focus span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.apply.primary:hover:after,
.cart-summary .fieldset.coupon .action.apply.primary:active:after,
.cart-summary .fieldset.coupon .action.apply.primary:focus:after {
  display: none;
}
.cart-summary .fieldset.coupon .action.cancel.primary {
  border-radius: 0;
  position: relative;
  width: 100%;
  background-color: #ef233c;
  border: 1px solid #d90429;
  font-size: 14px !important;
  line-height: 14px !important;
}
.cart-summary .fieldset.coupon .action.cancel.primary span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover,
.cart-summary .fieldset.coupon .action.cancel.primary:active,
.cart-summary .fieldset.coupon .action.cancel.primary:focus {
  background-color: #ef233c !important;
  border: 1px solid #d90429!important;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover span,
.cart-summary .fieldset.coupon .action.cancel.primary:active span,
.cart-summary .fieldset.coupon .action.cancel.primary:focus span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}
.cart-summary .fieldset.coupon .action.cancel.primary:hover:after,
.cart-summary .fieldset.coupon .action.cancel.primary:active:after,
.cart-summary .fieldset.coupon .action.cancel.primary:focus:after {
  display: none;
}
.cart-summary .fieldset.coupon .primary {
  margin-bottom: 20px;
}
.cart-totals {
  border-top: 0;
  padding-top: 0;
}
.cart-totals table {
  width: 100%;
}
.cart-totals table .totals.shipping {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.cart-totals table th {
  padding: 0;
  border-top: 1px solid #ccc!important;
}
.cart-totals table th .value {
  font-size: 14px;
  margin-top: 5px;
}
.cart-totals table th.mark {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
  padding: 17px 0;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.cart-totals table td {
  vertical-align: middle;
  border-top: 1px solid #ccc!important;
}
.cart-totals table td span {
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 0;
}
.cart-container .checkout-methods-items .item + .item {
  margin-bottom: 0;
  margin-top: 0;
}
.block.discount {
  margin-top: 30px;
  margin-bottom: 30px;
}
.action.multicheckout {
  display: none !important;
}
#co-shipping-method-form .note {
  margin-bottom: 20px;
  padding-left: 5px;
}
/* Mobile Basket Styles */
@media (max-width: 767px) {
  .cart.table-wrapper {
    padding: 0 20px;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-summary {
    order: 2;
    background-color: transparent !important;
  }
  .form-cart {
    order: 1;
  }
  .cart.table-wrapper .col {
    padding-top: 8px;
  }
  .cart.table-wrapper .items thead {
    display: none;
  }
  .cart.table-wrapper .items thead th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart.table-wrapper .items thead + .item {
    border-top: 0;
  }
  .cart.table-wrapper .items tbody {
    display: block;
    position: relative;
  }
  .cart.table-wrapper .items tbody tr {
    display: block;
    position: relative;
  }
  .cart.table-wrapper .items tbody td {
    position: relative;
  }
  .cart.table-wrapper .items .image {
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
  }
  .cart.table-wrapper .items img {
    width: 100%;
    max-width: 120px;
    padding: 5px;
    margin: 0 !important;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .cart.table-wrapper .items .price-excluding-tax,
  .cart.table-wrapper .items .price-including-tax {
    font-size: 14px;
    line-height: 14px;
  }
  .cart.table-wrapper .items .price-excluding-tax .price,
  .cart.table-wrapper .items .price-including-tax .price {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
  }
  .cart.table-wrapper .col {
    border: 0;
  }
  .cart.table-wrapper .item .col.item {
    display: block;
    position: relative;
    padding-left: 0;
    padding-top: 0;
  }
  .cart.table-wrapper .items > .item:last-of-type {
    border-bottom: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    position: relative;
    height: auto;
    min-height: 170px;
    padding-left: 150px;
  }
  .cart.table-wrapper .items .product-item-name {
    padding-top: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    max-width: 90%;
    text-align: left;
    text-decoration: underline;
  }
  .cart.table-wrapper .items .product-item-name a {
    font-size: 14px;
    line-height: 18px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.remove {
    text-align: left;
  }
  .cart.table-wrapper .col.price {
    padding: 0 10px;
    width: 33%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
  }
  .cart.table-wrapper .col.qty {
    padding: 0;
    width: 33%;
    justify-content: center;
  }
  .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before {
    font-size: 12px;
  }
  .cart.table-wrapper .col.subtotal {
    padding: 0 10px;
    width: 33%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 45px;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal {
    display: flex;
  }
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax {
    margin-left: 0;
    font-size: 14px;
  }
  .cart.table-wrapper .col.qty {
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cart.table-wrapper .col.remove {
    box-sizing: border-box;
    display: inline-flex;
    white-space: nowrap;
    align-self: flex-start;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .cart.table-wrapper .col.remove img {
    max-width: 30px;
    border: 0;
  }
  .cart-container .form-cart .actions {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: 0;
  }
  .cart-container .form-cart .actions .action {
    width: 100%;
  }
}
table.totals.finance-enabled::after {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
/* Crosssells */
.block.crosssell .block-title {
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #CE181E;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.block.crosssell .block-title strong {
  font-size: 24px !important;
  line-height: 34px;
}
@media (min-width: 1152px) {
  .block.crosssell .block-title strong {
    font-size: 28px !important;
    line-height: 38px;
  }
}
.block.crosssell .item {
  padding: 0 10px;
}
.block.crosssell .product-info {
  background-color: #fff;
  padding: 25px 25px 35px 25px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.block.crosssell .product-info:hover {
  border: 1px solid #ce181e;
}
.basket-graphics {
  text-align: center;
  margin-top: 20px;
}
.basket-graphics img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px auto;
}
.basket-graphics p {
  text-align: center;
}
.basket-graphics p a {
  color: #ce181e;
  text-transform: uppercase;
  text-decoration: underline;
}
.basket-graphics p a:visited {
  color: #ce181e;
}
.basket-graphics p a:hover {
  color: #000000;
  text-decoration: none;
}
/* Remove the excluding VAT grand total from cart summary */
.grand.totals.excl {
  display: none;
  visibility: hidden;
}
/* Guest Checkout Popup form */
.popup-authentication .modal-content {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.popup-authentication .block-authentication .block {
  padding: 0 !important;
}
.popup-authentication .block-authentication .block + .block {
  padding-top: 40px !important;
  margin-top: 125px;
}
@media (min-width: 768px) {
  .popup-authentication .block-authentication .block {
    padding: 30px !important;
    width: 50% !important;
  }
  .popup-authentication .block-authentication .block + .block {
    padding-top: 30px !important;
    margin-top: 0;
  }
}
.popup-authentication .block-authentication .block-title {
  font-size: 18px !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  text-transform: uppercase;
}
.popup-authentication .block-authentication ul {
  padding-left: 0 !important;
}
.popup-authentication .block-authentication li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 18px;
  padding-left: 35px;
}
.popup-authentication .block-authentication li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url(../images/icons/red-tick.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  width: 20px;
  height: 20px;
}
.popup-authentication .block-authentication .login label {
  font-size: 14px;
}
.popup-authentication .block-authentication .login a {
  color: #333 !important;
  font-size: 12px !important;
  line-height: 12px !important;
}
.popup-authentication .block-authentication .login button.action {
  font-size: 16px;
  line-height: 16px;
  background-color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  margin-left: 0;
  color: #ffffff;
  transition: all .3s ease;
}
.popup-authentication .block-authentication .login button.action:hover {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
}
.popup-authentication .block-authentication .login button.action span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  text-transform: uppercase;
}
.popup-authentication .block-authentication .actions-toolbar {
  margin-top: 30px;
}
.popup-authentication .block-authentication .actions-toolbar .primary {
  float: left !important;
}
.popup-authentication .block-authentication .actions-toolbar .secondary {
  margin-left: 20px;
  padding-top: 15px;
}
.popup-authentication .block-authentication .actions-toolbar .secondary .action {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .popup-authentication .block-authentication .actions-toolbar .secondary .action {
    margin-left: 0;
  }
}
.popup-authentication .block-authentication .actions-toolbar .action.primary {
  border-radius: 0 !important;
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  font-size: 16px !important;
  text-transform: uppercase;
  line-height: 16px !important;
  margin-left: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  transition: all .3s ease;
}
.popup-authentication .block-authentication .actions-toolbar .action.primary:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.popup-authentication .block-authentication .actions-toolbar .action.primary span {
  text-transform: uppercase;
  font-weight: normal;
}
/* -------- Checkout Page Styles -------- */
.checkout-index-index .page-main {
  padding: 80px 0 0 0!important;
}
.checkout-index-index .checkout-container {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  clip: unset;
  margin-bottom: 80px;
  color: #000000;
}
.checkout-index-index .page-title-wrapper .page-title {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
  text-transform: uppercase;
}
.checkout-index-index .nav-sections {
  margin-bottom: 0;
}
.billing-address-form .choice.field span {
  padding-left: 25px;
}
/* Progress Bar */
.opc-progress-bar {
  margin-top: 0;
  margin-bottom: 20px;
}
.opc-progress-bar-item > span {
  padding-top: 45px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1152px) {
  .opc-progress-bar-item > span {
    font-size: 18px;
  }
}
.opc-progress-bar-item._active::before {
  background: #000000;
}
.opc-progress-bar-item::before {
  background-color: #e4e4e4;
}
.opc-progress-bar-item > span::after {
  color: #eee;
  font-size: 14px;
  line-height: 26px;
}
.opc-progress-bar-item._active > span {
  color: #000000;
}
.opc-progress-bar-item._active > span::before {
  background: #000000;
}
.opc-progress-bar-item._active > span::after {
  color: #000000;
  font-size: 26px;
}
.opc-progress-bar-item._complete > span:before {
  background-color: #45d853;
}
.opc-progress-bar-item._complete:before {
  background-color: #45d853;
}
.opc-progress-bar-item._complete > span:after {
  line-height: 26px;
  font-size: 26px;
  color: #45d853;
}
.opc-progress-bar-item._complete > span {
  color: #45d853 !important;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  color: #000000;
}
.page-layout-checkout .authentication-wrapper,
.checkout-index-index .authentication-wrapper {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.page-layout-checkout .authentication-wrapper span,
.checkout-index-index .authentication-wrapper span {
  font-size: 20px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.page-layout-checkout .authentication-wrapper .label,
.checkout-index-index .authentication-wrapper .label {
  width: 100% !important;
}
.page-layout-checkout .authentication-wrapper .label span,
.checkout-index-index .authentication-wrapper .label span {
  color: #000000 !important;
  text-transform: capitalize !important;
}
.page-layout-checkout .authentication-wrapper button,
.checkout-index-index .authentication-wrapper button {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px !important;
  line-height: 20px !important;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  cursor: pointer;
}
.page-layout-checkout .authentication-wrapper button:hover,
.checkout-index-index .authentication-wrapper button:hover {
  text-decoration: none;
}
.page-layout-checkout .authentication-wrapper .modal-content,
.checkout-index-index .authentication-wrapper .modal-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 30px 30px 30px;
  font-family: sans-serif;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 0 !important;
}
.checkout-index-index .authentication-wrapper {
  padding: 0 !important;
  border: 0 !important;
}
.authentication-dropdown._show .action-close {
  background-color: #ffffff !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  z-index: 10;
}
.authentication-dropdown._show .action-close:hover {
  background-color: #ffffff !important;
  border: 0 !important;
}
.authentication-dropdown._show .block-title {
  display: none !important;
}
.authentication-dropdown._show .fieldset > .field:not(.choice) > .label {
  text-align: left;
  padding: 0;
}
.authentication-dropdown._show .action-remind {
  color: #000000;
}
.authentication-dropdown._show .action-remind:hover {
  color: #ce181e;
}
.authentication-dropdown._show .action-remind:visited {
  color: #000000;
}
.authentication-dropdown._show .action-remind span {
  text-transform: none !important;
}
.authentication-dropdown._show button {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 10px 30px!important;
  border-radius: 0;
}
.authentication-dropdown._show button span {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.authentication-dropdown {
  left: 0;
  background-color: #ffffff;
  border: 2px solid #000000 !important;
  transition: unset !important;
}
.authentication-dropdown .field {
  margin-bottom: 15px;
}
.authentication-dropdown input {
  width: 100%;
}
/* Checkout Steps Wrapper */
.opc-wrapper {
  background-color: #ffffff;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .opc-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .opc-wrapper {
    width: 66.66666667%;
    margin-top: 40px;
  }
}
.opc-wrapper .field-error {
  font-size: 12px !important;
}
.opc-wrapper .form-login {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc!important;
}
.opc-wrapper .form-login .secondary {
  width: auto;
  margin: 15px 0 0 0;
}
.opc-wrapper .form-login .secondary a {
  color: #000000;
}
.opc-wrapper .form-login .secondary a:visited {
  color: #000000;
}
.opc-wrapper .form-login button {
  background-color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0;
  padding: 15px 30px;
  color: #ffffff;
  transition: all .3s ease;
}
.opc-wrapper .form-login button:hover {
  background-color: #ce181e;
  border: 1px solid #ce181e;
}
.opc-wrapper .action-help {
  top: 7px !important;
}
.opc-wrapper label,
.opc-wrapper .label {
  text-transform: uppercase;
}
.opc-wrapper label span,
.opc-wrapper .label span {
  color: #000000 !important;
}
.opc-estimated-wrapper .estimated-block {
  width: 80%;
}
.opc-estimated-wrapper {
  border-bottom: 0;
}
.opc-estimated-wrapper .minicart-wrapper {
  width: 15%;
}
.opc-estimated-wrapper .showcart {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.opc-estimated-wrapper .counter.qty {
  display: flex !important;
  top: -3px !important;
  right: 6px !important;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #000000 !important;
}
.opc-block-summary .items-in-cart > .title::after {
  top: 11px !important;
}
@media (min-width: 1152px) {
  .opc-block-summary .items-in-cart > .title::after {
    top: 1px !important;
  }
}
.opc-block-summary .items-in-cart.active > .title:after {
  top: 11px !important;
}
@media (min-width: 1152px) {
  .opc-block-summary .items-in-cart.active > .title:after {
    top: 1px !important;
  }
}
.modal-custom.opc-sidebar .title {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
}
.modal-custom.opc-sidebar .table-totals {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-custom.opc-sidebar .table-totals th {
  text-align: left;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px!important;
}
.modal-custom.opc-sidebar .table-totals td {
  padding: 0 10px!important;
}
.modal-custom.opc-sidebar .table-totals tr .title {
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
}
.modal-custom.opc-sidebar .table-totals .mark {
  padding-top: 0;
}
.modal-custom.opc-sidebar .table-totals .mark strong {
  font-size: 14px;
  line-height: 14px;
}
.modal-custom.opc-sidebar .table-totals .value {
  color: #000000;
}
.modal-custom.opc-sidebar .table-totals .amount {
  font-size: 14px;
  line-height: 100%;
  vertical-align: bottom;
}
.modal-custom.opc-sidebar .table-totals .amount strong {
  font-size: 14px;
  line-height: 14px;
}
.modal-custom.opc-sidebar span {
  font-size: 14px;
  line-height: 14px;
}
.modal-custom.opc-sidebar .items-in-cart .title {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.modal-custom.opc-sidebar .items-in-cart .title strong {
  font-size: 14px;
  line-height: 14px;
}
.modal-custom.opc-sidebar .items-in-cart .product-item-name {
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty {
  color: #000000 !important;
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px !important;
  font-family: 'Helvetica';
}
.modal-custom.opc-sidebar .items-in-cart .details-qty span {
  color: #000000 !important;
  font-family: 'Helvetica';
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty .label:after {
  margin-left: 4px;
}
.modal-custom.opc-sidebar .items-in-cart .details-qty .value {
  margin-left: 5px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.modal-custom.opc-sidebar .items-in-cart .subtotal span {
  font-family: 'Helvetica';
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
}
.opc-wrapper .step-title {
  background-color: transparent;
  color: #ce181e;
  padding: 0 20px 20px 20px;
  border: 0;
  border-bottom: 1px solid #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
}
.opc-wrapper label span,
.opc-wrapper .label span {
  text-transform: capitalize;
}
#checkout-step-shipping,
#checkout-shipping-method-load {
  padding: 0 20px;
}
#shipping-method-buttons-container {
  padding: 20px 0;
}
.opc-wrapper .step-content {
  padding: 0;
}
.opc-wrapper .step-content .control {
  width: 100% !important;
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #000000;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.opc-wrapper .fieldset > .field {
  margin: 0 0 15px 0!important;
}
.opc-wrapper .fieldset > .field > .label {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.opc-wrapper .fieldset > .field > .label span {
  color: #000000 !important;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
}
.opc-wrapper input {
  width: 100%;
  height: 50px;
}
.opc-wrapper select {
  border: 1px solid #ccc;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #ce181e;
  padding-top: 20px;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 25px;
}
.opc-wrapper .actions-toolbar {
  width: 100% !important;
  border-top: 0;
  padding: 20px;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.opc-wrapper .note {
  color: #000000;
}
.methods-shipping .actions-toolbar .action.primary {
  font-weight: 400;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background-color: #000000;
}
.action-help {
  position: relative;
  top: 15px;
}
.shipping-address-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .shipping-address-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.shipping-address-items .shipping-address-item {
  margin-bottom: 0;
}
.shipping-address-items .action-select-shipping-item {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.shipping-address-items .selected-item {
  border-color: #000000 !important;
  background-color: #fcfcfd !important;
}
.shipping-address-items .selected-item:after {
  background-color: #000000 !important;
}
/* Checkout Sidebar */
@media (min-width: 768px) {
  .opc-sidebar {
    margin: 0 0 30px 3%;
    width: 47%;
  }
  .opc-sidebar .minicart-items .product-item-name {
    margin-bottom: 0 !important;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty .label:after {
    margin-left: 1px;
  }
  .opc-sidebar .minicart-items .product-item-details .details-qty .value {
    margin-left: 3px;
  }
  .opc-sidebar .minicart-items .product .toggle {
    padding-left: 75px;
    font-size: 12px;
  }
  .opc-sidebar .minicart-items .product .content {
    padding-left: 75px;
    font-size: 12px;
    margin-top: 15px;
  }
  .opc-sidebar .minicart-items .product .content .values {
    color: #000000;
  }
  .opc-sidebar .product-image-container {
    width: auto !important;
  }
  .opc-block-summary {
    padding: 20px;
    margin: 0;
    background-color: #ffffff !important;
    border: 1px solid #000000;
  }
  .opc-block-summary .product-item-details {
    width: auto;
    padding-left: 15px;
  }
  .opc-block-summary table {
    width: 100%;
  }
  .opc-block-summary th {
    text-align: left;
  }
  .opc-block-summary th,
  .opc-block-summary td {
    padding: 20px 20px 0 20px!important;
  }
  .opc-block-summary th .value,
  .opc-block-summary td .value {
    margin-top: 5px;
    color: #000000 !important;
  }
  .opc-block-summary td .price {
    color: #000000;
  }
  .opc-block-summary .items-in-cart {
    margin-bottom: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    border-top: 1px solid #d1d1d1;
  }
  .opc-block-summary .items-in-cart > .title::after {
    position: relative;
    right: 0;
    top: -3px;
    margin: 0;
  }
  .opc-block-summary > .title {
    background-color: transparent;
    color: #000000;
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
    padding: 15px 20px 0 20px;
    text-transform: capitalize;
    border-bottom: 0 !important;
  }
  .opc-block-summary .items-in-cart > .title {
    color: #000000;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #000000;
  }
  .opc-block-summary .items-in-cart {
    margin-top: 20px;
  }
  .opc-block-summary .minicart-items-wrapper {
    padding: 20px;
    margin: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    padding: 20px;
  }
  .opc-block-summary .product-item .price {
    font-size: 18px;
    color: #000000;
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  }
  .opc-block-shipping-information {
    padding: 0;
    background-color: #ffffff;
    margin-top: 20px;
    font-family: sans-serif;
  }
  .opc-block-shipping-information .action-edit {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
  }
  .discount .title {
    font-size: 14px !important;
  }
  .shipping-information-content {
    padding-bottom: 20px !important;
    color: #000000;
  }
  .shipping-information-content a {
    color: #000000;
  }
  .shipping-information-content a:visited {
    color: #000000;
  }
  .product-item-inner {
    width: auto !important;
    padding-left: 10px;
  }
  .minicart-items .product-item-name {
    display: block;
    position: relative;
    width: 100%;
    font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
    color: #000000;
    font-size: 16px;
    text-align: left;
  }
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 8px !important;
}
.opc-sidebar .minicart-items .product .toggle {
  font-size: 14px;
  color: #000000;
}
.opc-sidebar .minicart-items .product .content {
  margin-top: 5px;
}
.block-summary .items-in-cart .product .item-options dt {
  color: #000000;
}
.column.main .opc-block-summary .product-item {
  width: 100% !important;
}
.column.main .opc-block-summary .product-item .product-item-name {
  min-height: auto !important;
}
@media (min-width: 992px) {
  .opc-sidebar {
    width: 30%;
  }
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.opc-sidebar .minicart-items .product-item-details .details-qty {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
}
.opc-sidebar .minicart-items .product-item-details .details-qty .value {
  font-family: 'Helvetica';
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 20px;
  background-color: transparent;
  color: #000000;
  border: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  border-bottom: 2px solid #000000;
}
.opc-block-shipping-information .shipping-information-title span {
  font-size: 18px;
  line-height: 18px;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 18px;
  padding: 0 20px;
  font-size: 14px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 0 !important;
}
#checkout-step-shipping_method {
  padding: 0 20px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.opc-wrapper .action-help {
  display: none;
  visibility: hidden;
}
.field .control._with-tooltip input {
  width: 100% !important;
}
.opc-wrapper select {
  width: 100%;
  border-radius: 0;
  height: 50px;
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .opc-block-shipping-information .shipping-information-title .action-edit {
    top: 13px;
  }
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #000000;
}
.opc-payment .step-title {
  margin: 0;
}
.opc-payment label {
  display: inline-block !important;
  width: auto !important;
}
.opc-payment label span {
  color: #000000;
  display: inline-block;
}
.opc-payment .billing-address-same-as-shipping-block label {
  display: inline-block;
  width: auto;
  padding-left: 22px;
}
.opc-payment .payment-method-title {
  padding: 20px;
}
.opc-payment .checkout-payment-method .payment-method-title {
  padding: 20px;
}
.opc-payment .checkout-payment-method .payment-method-title label {
  margin: 0;
}
checkout-payment-method .payment-methods {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-group {
  width: 100%;
}
.checkout-payment-method .payment-method-title .payment-icon {
  margin-bottom: 10px;
}
.checkout-payment-method .payment-option-title {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: 0;
    padding: 0;
  }
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  padding: 20px 0;
}
.checkout-payment-method .payment-method-content {
  padding: 0 20px;
}
.checkout-payment-method .payment-method-content input[type="checkbox"] {
  float: left;
  position: absolute;
  width: auto;
  height: auto;
}
.checkout-payment-method .payment-option .payment-option-content {
  padding: 0;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background-color: #ce181e;
  border: 1px solid #ce181e;
  font-weight: 400;
  padding: 15px 30px 30px 30px!important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-transform: none;
  border-radius: 0;
  cursor: pointer;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background-color: #000000;
}
.opc-payment-additional {
  padding: 20px;
}
@media (min-width: 768px) {
  .opc-payment-additional {
    padding: 20px 40px;
  }
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  margin-bottom: 0;
}
.opc-wrapper .form-discount {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount {
    flex-direction: row;
  }
}
.opc-wrapper .form-discount .payment-option-inner {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .payment-option-inner {
    width: 72%;
  }
}
.opc-wrapper .form-discount .actions-toolbar {
  width: auto !important;
  border-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .actions-toolbar {
    padding-left: 10px !important;
  }
}
.opc-wrapper .form-discount .action-apply {
  font-weight: 400;
  padding: 15px 30px 13px 30px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: #000000;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  width: 100% !important;
}
@media (min-width: 768px) {
  .opc-wrapper .form-discount .action-apply {
    width: auto !important;
  }
}
.opc-wrapper .form-discount .action-apply:hover {
  background-color: #ce181e;
}
.opc-wrapper .form-discount .action-apply span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.opc-wrapper .form-discount .action.action-cancel {
  font-weight: 400;
  padding: 15px 30px 13px 30px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: #ef233c;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  width: auto !important;
}
.opc-wrapper .form-discount .action.action-cancel:hover {
  background-color: #ef233c;
}
.opc-wrapper .form-discount .action.action-cancel span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
}
.checkout-payment-method .payment-option-title .action-toggle .field {
  margin-bottom: 0;
}
/* Customer login in checkout sidebar */
.page-layout-checkout .authentication-wrapper,
.checkout-index-index .authentication-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 3%;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-layout-checkout .authentication-wrapper,
  .checkout-index-index .authentication-wrapper {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .page-layout-checkout .authentication-wrapper,
  .checkout-index-index .authentication-wrapper {
    width: 30%;
  }
}
.page-layout-checkout .authentication-wrapper .block-customer-login,
.checkout-index-index .authentication-wrapper .block-customer-login {
  width: 100% !important;
  padding: 0 0 30px 0!important;
  margin: 0 !important;
}
.page-layout-checkout .authentication-wrapper .primary,
.checkout-index-index .authentication-wrapper .primary {
  float: left !important;
  width: auto;
}
.page-layout-checkout .authentication-wrapper .secondary,
.checkout-index-index .authentication-wrapper .secondary {
  float: right !important;
  width: auto;
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .page-layout-checkout .authentication-wrapper .secondary,
  .checkout-index-index .authentication-wrapper .secondary {
    float: left !important;
  }
}
@media (min-width: 1152px) {
  .page-layout-checkout .authentication-wrapper .secondary,
  .checkout-index-index .authentication-wrapper .secondary {
    float: right !important;
  }
}
.page-layout-checkout .authentication-wrapper .secondary a,
.checkout-index-index .authentication-wrapper .secondary a {
  margin-top: 0 !important;
}
.page-layout-checkout .authentication-wrapper .action-login,
.checkout-index-index .authentication-wrapper .action-login {
  background-color: #000000;
  border: 0;
  border-radius: 10px;
  padding: 10px 30px 6px 30px;
  color: #ffffff;
}
.page-layout-checkout .authentication-wrapper .label,
.checkout-index-index .authentication-wrapper .label {
  text-align: left;
}
.page-layout-checkout .authentication-wrapper .label span,
.checkout-index-index .authentication-wrapper .label span {
  margin-left: 0;
  color: #000000;
  font-size: 14px !important;
}
.page-layout-checkout .authentication-wrapper .action-close,
.checkout-index-index .authentication-wrapper .action-close {
  position: relative !important;
  margin: 0 !important;
  transition: unset !important;
}
.page-layout-checkout .authentication-wrapper .actions-toolbar,
.checkout-index-index .authentication-wrapper .actions-toolbar {
  margin: 0 !important;
}
.page-layout-checkout .authentication-wrapper .action-login,
.checkout-index-index .authentication-wrapper .action-login {
  font-weight: 400;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: none;
  border-radius: 0;
}
.page-layout-checkout .authentication-wrapper .action-login span,
.checkout-index-index .authentication-wrapper .action-login span {
  color: #ffffff !important;
}
.page-layout-checkout .authentication-wrapper .action-remind span,
.checkout-index-index .authentication-wrapper .action-remind span {
  font-size: 12px !important;
  font-family: sans-serif !important;
  color: #000000 !important;
}
.block-authentication .block[class] .field .label {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 0 !important;
}
.methods-shipping .actions-toolbar .action.primary {
  position: relative;
  padding: 13px 30px 10px 30px;
  margin-bottom: 10px;
  line-height: 100%;
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  border-radius: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.methods-shipping .actions-toolbar .action.primary span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.methods-shipping .actions-toolbar .action.primary:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.page-layout-checkout .authentication-wrapper button:hover,
.checkout-index-index .authentication-wrapper button:hover {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
}
#checkout-shipping-method-load {
  padding: 0 !important;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  margin-top: 10px;
  color: #000000;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a:visited {
  color: #000000;
}
.checkout-billing-address .billing-address-same-as-shipping-block {
  position: relative;
}
.checkout-billing-address .choice.field {
  position: relative;
}
.checkout-billing-address .action-edit-address {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px 25px;
  margin-top: 15px;
}
.checkout-billing-address .action-edit-address span {
  color: #000000;
}
.checkout-billing-address .actions-toolbar {
  background-color: #eee;
}
.checkout-billing-address .actions-toolbar .action-cancel {
  margin-top: 10px;
}
.checkout-billing-address .actions-toolbar .action-cancel span {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-cancel:hover {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-cancel:hover span {
  color: #d90429;
}
.checkout-billing-address .actions-toolbar .action-update {
  background-color: #000000;
  border: 1px solid #000000;
  padding: 10px 25px;
}
.checkout-billing-address .actions-toolbar .action-update span {
  color: #ffffff;
}
.table-checkout-shipping-method {
  min-width: 100%;
}
.table-checkout-shipping-method tbody td {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.table-checkout-shipping-method input {
  width: auto;
  height: auto;
}
.table-checkout-shipping-method input[type="radio"] {
  margin-top: 2px;
}
.table-checkout-shipping-method tbody .col {
  display: inline-block;
}
.payment-logos {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.opc-summary-wrapper .modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.opc-summary-wrapper #paybyfinance-main-block h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.opc-summary-wrapper #paybyfinance-main-block .pbf-field-control {
  margin-bottom: 10px;
}
.opc-wrapper .shipping-address-item.selected-item {
  font-family: 'Helvetica';
  line-height: 22px;
}
.opc-wrapper .shipping-address-item.selected-item a {
  color: #000000;
}
.opc-wrapper .shipping-address-item.selected-item a:visited {
  color: #000000;
}
.opc-wrapper .action-show-popup {
  background-color: #ffffff;
  border: 1px solid #ce181e;
  color: #ce181e;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 30px 9px 30px;
  font-size: 14px !important;
}
.opc-wrapper .action-show-popup span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
/* Popup for adding new address */
.checkout-index-index .modal-popup .modal-title {
  font-size: 26px;
  color: #000000;
  text-align: center;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  padding-bottom: 20px;
}
#shipping-new-address-form {
  margin-top: 30px;
  width: 100%;
}
#shipping-new-address-form .label {
  display: block;
  position: relative;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
  font-size: 18px !important;
}
#shipping-new-address-form .control .field .label {
  margin: 0 !important;
}
#shipping-new-address-form select {
  width: 100%;
}
#shipping-new-address-form .field.street {
  margin-bottom: 15px !important;
}
#shipping-new-address-form .action-help {
  top: 5px !important;
  left: 18px;
}
#shipping-new-address-form .field.choice {
  display: flex !important;
}
#shipping-new-address-form .field.choice:before {
  display: none;
  visibility: hidden;
}
#shipping-new-address-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
.modal-popup .modal-footer .action-hide-popup {
  background-color: #000000 !important;
  border: 1px solid #000000;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 15px 25px!important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.modal-popup .modal-footer .action-hide-popup span {
  color: #ffffff !important;
}
.modal-popup .modal-footer .action-save-address {
  background-color: #ce181e !important;
  border: 1px solid #ce181e;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 15px 25px!important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
/* Modal overlay issue fix */
.checkout-index-index._has-modal-custom .modal-custom-overlay {
  display: none;
}
.col-carrier {
  display: none !important;
}
.search-container .action.primary {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  height: 50px !important;
  padding: 15px 30px 12px 30px!important;
  transition: all .3s ease;
}
.search-container .action.primary:hover {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
}
.search-container .message.warning {
  line-height: 18px !important;
  font-size: 14px !important;
}
.search-container .search-subtext {
  font-size: 14px;
  line-height: 14px;
}
.search-container.type_3 .action {
  float: none !important;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .search-container.type_3 .action {
    margin-left: 5px;
    margin-top: -1px;
  }
}
.search-container input {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .search-container input {
    width: 66% !important;
    max-width: 75% !important;
  }
}
body.checkout-onepage-success {
  margin-top: 0;
}
.checkout-onepage-success .page-title-wrapper {
  padding-top: 80px;
  text-align: center;
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #80b918;
}
.checkout-onepage-success .page-main {
  padding: 100px 0;
}
.checkout-onepage-success {
  margin-top: 30px;
}
.checkout-onepage-success .page-main {
  padding: 100px 20px;
}
.checkout-onepage-success .page-title {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title + .action {
  float: none;
  text-align: center;
}
.checkout-success {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #eee;
}
.checkout-success p span {
  color: #000000;
  font-weight: 700;
}
.checkout-success p a {
  color: #ce181e;
}
.checkout-success p a:visited {
  color: #ce181e;
}
.checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.checkout-success .actions-toolbar .primary .primary {
  background-color: #ce181e;
  border: 1px solid #ce181e;
  border-radius: 0;
  color: #000000;
  text-transform: uppercase;
  padding: 13px 30px 13px 30px;
  font-size: 14px;
  line-height: 14px;
}
.checkout-success .actions-toolbar .primary .primary:hover,
.checkout-success .actions-toolbar .primary .primary:active,
.checkout-success .actions-toolbar .primary .primary:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 13px 30px 13px 30px;
}
.checkout-success .actions-toolbar .primary .primary:hover span,
.checkout-success .actions-toolbar .primary .primary:active span,
.checkout-success .actions-toolbar .primary .primary:focus span {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.checkout-success .actions-toolbar .primary .primary span {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
}
.checkout-success .actions-toolbar .primary .primary:after {
  display: none;
}
#registration {
  text-align: center;
  margin-top: 30px;
}
#registration .primary {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  text-transform: uppercase;
  padding: 13px 30px 13px 30px;
  font-size: 14px;
  line-height: 14px;
}
#registration .primary span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
#registration .primary:hover {
  background-color: #000000;
}
#registration .primary:hover span {
  color: #ffffff;
}
.customer-account-login .page-title {
  display: none !important;
  visibility: hidden;
}
.customer-account-login .page-main {
  padding: 30px 20px;
}
@media (min-width: 1152px) {
  .customer-account-login .page-main {
    padding: 0;
  }
}
.customer-account-create .page-title {
  display: none !important;
  visibility: hidden;
}
.customer-account-create .page-main {
  padding: 30px 20px!important;
}
.customer-account-create .form.create.account {
  float: none;
}
.customer-account-create .label {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}
.customer-account-create .actions-toolbar {
  margin-left: 0 !important;
}
.login-container {
  max-width: 90%;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .login-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    max-width: 100%;
  }
}
.login-container .field .label {
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px;
}
.login-container .actions-toolbar {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}
.login-container .actions-toolbar .action.primary {
  background-color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ffffff;
  border: 1px solid #000000 !important;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px !important;
  line-height: 14px !important;
  text-transform: uppercase;
  transition: all .3s ease;
}
.login-container .actions-toolbar .action.primary span {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.login-container .actions-toolbar .action.primary:hover,
.login-container .actions-toolbar .action.primary:active,
.login-container .actions-toolbar .action.primary:visited {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
}
.login-container .actions-toolbar .action.primary:after {
  display: none;
}
.login-container .actions-toolbar:after {
  display: none;
}
.login-container .actions-toolbar .secondary {
  float: left;
  margin-left: 10px;
}
.login-container .actions-toolbar .secondary .action {
  margin-top: 0;
}
.login-container .actions-toolbar .remind {
  color: #666;
  font-size: 12px;
}
.login-container .actions-toolbar .remind:visited {
  color: #666;
}
.newsletter {
  font-size: 14px;
}
.newsletter span {
  font-family: 'Helvetica';
}
.note {
  font-family: 'Helvetica';
  font-size: 14px;
}
.password-strength-meter {
  font-family: 'Helvetica';
  font-size: 12px;
}
.remind span {
  font-family: 'Helvetica';
  font-size: 14px;
}
.login-container .fieldset > .field > .control {
  width: 100%;
}
.login-container .fieldset:after {
  margin-left: 0;
  font-family: 'Helvetica';
  font-size: 12px;
}
.block-new-customer p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-new-customer p {
    max-width: 80%;
  }
}
.form.create.account {
  float: left;
  position: relative;
  background-color: #fcfcfd;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 40px;
  width: 100%;
  min-width: 100% !important;
}
@media (min-width: 768px) {
  .form.create.account {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 80% !important;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .form.create.account {
    float: left;
    width: 50%;
    min-width: 40% !important;
  }
}
.form.create.account .actions-toolbar {
  margin-top: 30px;
}
.register-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.newsletter:before {
  display: none !important;
}
.create {
  margin-bottom: 0;
}
.create .control {
  width: 100% !important;
}
.form.create.account .actions-toolbar .primary {
  width: 100%;
}
.form.create.account .actions-toolbar .action.primary {
  width: 100%;
  padding: 0 !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  height: 50px;
}
.block-customer-login {
  clear: none !important;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .block-customer-login {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .block-customer-login {
    width: 45% !important;
    margin-left: 5%;
  }
}
.login-container .block .block-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.login-container .block .block-title strong {
  font-weight: normal;
}
.login-container .block-title-secondary {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.login-container .block-title-secondary strong {
  font-weight: normal;
}
.account-benefits {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.account-benefits li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 18px;
  padding-left: 35px;
}
.account-benefits li:last-of-type {
  margin-bottom: 0;
}
.account-benefits li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url('../images/icons/red-tick.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  width: 20px;
  height: 20px;
}
.form-login .actions-toolbar {
  justify-content: space-between !important;
  align-items: center;
}
.form-login .actions-toolbar div {
  flex: 0 0 50%;
  margin: 0px !important;
  float: none !important;
}
.form-login .actions-toolbar div.secondary {
  text-align: right;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin-bottom: 20px;
  color: #000000;
}
.customer-account-logoutsuccess h1 {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.customer-account-logoutsuccess .page-main {
  padding: 100px 0 0 0!important;
  text-align: center;
}
.customer-account-logoutsuccess .columns {
  padding-bottom: 100px;
}
.account.page-layout-2columns-left .column.main {
  margin-top: 0;
}
.customer-account-index .column.main,
.customer-address-form .column.main,
.customer-account-edit .column.main {
  max-width: 90%;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .customer-account-index .column.main,
  .customer-address-form .column.main,
  .customer-account-edit .column.main {
    margin: 0;
    max-width: 100%;
  }
}
.account .page-main {
  padding: 0 20px;
}
@media (min-width: 1152px) {
  .account .page-main {
    padding: 0;
  }
}
.account .page-title-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  text-align: left;
  width: 100%;
  max-width: 1152px;
}
@media (min-width: 1366px) {
  .account .page-title-wrapper {
    max-width: 1366px;
  }
}
.account .page-title-wrapper .page-title {
  color: #ce181e;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .account .page-title-wrapper .page-title {
    text-align: left;
  }
}
.account .sidebar-main {
  margin-top: 0;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .account .sidebar-main {
    margin-bottom: 200px;
    /* Push the account dashboard content away from the bottom of the page */
  }
}
.account .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  color: #ffffff;
  padding: 12px 30px 8px 30px!important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-right: 10px;
  transition: all .3s ease;
}
.account .action.primary span {
  font-size: 16px !important;
  line-height: initial !important;
  font-weight: 700;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
}
.account .action.primary:visited {
  color: #ffffff;
}
.account .action.primary:hover,
.account .action.primary:active,
.account .action.primary:focus {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  color: #ffffff;
}
.account .action.primary:after {
  display: none;
}
.account .actions-toolbar {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .account .actions-toolbar {
    flex-direction: row;
  }
}
.account .actions-toolbar .actions {
  display: flex;
}
.account .empty span {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.account .actions-toolbar .secondary {
  float: left !important;
  width: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .account .actions-toolbar .secondary {
    margin-top: 0;
  }
}
.account .actions-toolbar .secondary a {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000 !important;
  margin-top: 0 !important;
}
.account .actions-toolbar .secondary a:visited {
  color: #000000 !important;
}
.account-nav .content {
  padding: 0 !important;
  background-color: transparent;
}
.account-nav {
  margin-bottom: 0;
}
.account-nav .item {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
}
.account-nav .item a {
  width: 100%;
  padding: 10px;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
}
.account-nav .item a:visited {
  color: #000000;
}
.account-nav .item:hover a {
  background-color: transparent;
}
.account-nav .item.current {
  background-color: #000000;
  color: #ffffff;
  padding-left: 0;
  text-transform: uppercase;
}
.account-nav .item.current strong {
  padding: 10px 10px 10px 10px;
  border-color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: capitalize;
}
.account-nav .item.current a {
  color: #ffffff;
  border-color: #ce181e;
}
.account-nav .item.current a:visited {
  color: #ffffff;
}
.account-nav .item .delimiter {
  border-top: 1px solid #666;
  width: auto;
}
.account-nav .current {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.account-nav .current strong {
  padding: 10px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 18px;
  line-height: 22px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000;
}
.block-dashboard-info {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.block-dashboard-info .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 0 !important;
}
.block-dashboard-info .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-info .block-content {
  padding: 20px;
}
.block-dashboard-info .block-content a {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
.block-dashboard-info .block-content a:visited {
  color: #000000;
}
.block-dashboard-info .block-content .change-password {
  margin-left: 10px;
}
.block-dashboard-info .block-content p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.block-dashboard-info .block-content address {
  font-family: 'Helvetica';
}
.block-dashboard-addresses {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.block-dashboard-addresses .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-dashboard-addresses .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-addresses .block-title a {
  color: #ffffff;
}
.block-dashboard-addresses .block-title a:visited {
  color: #ffffff;
}
.block-dashboard-addresses .block-title .action {
  display: block;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .block-dashboard-addresses .block-title .action {
    display: inline-block;
    margin-left: 20px !important;
  }
}
.block-dashboard-addresses .block-content {
  padding: 20px;
}
.block-dashboard-addresses .block-content a {
  color: #000000;
  text-decoration: underline;
}
.block-dashboard-addresses .block-content a:visited {
  color: #000000;
}
.block-dashboard-addresses .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.box-address-billing address,
.box-address-shipping address {
  font-size: 14px;
  line-height: 20px;
}
.box-address-billing .box-actions a,
.box-address-shipping .box-actions a {
  text-decoration: underline;
}
.block-addresses-list .empty {
  font-size: 14px;
  line-height: 14px;
}
.block-dashboard-orders .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 0;
}
.block-dashboard-orders .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.block-dashboard-orders .block-title a {
  color: #ffffff;
}
.block-dashboard-orders .block-title a:visited {
  color: #ffffff;
}
.block-dashboard-orders .block-content {
  padding: 0;
}
.block-dashboard-orders .block-content a {
  color: #000000;
}
.block-dashboard-orders .block-content a:visited {
  color: #000000;
}
.block-dashboard-orders .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.order-actions-toolbar {
  align-items: flex-start !important;
}
.table-order-items {
  width: 100%;
}
.table-order-items thead {
  background-color: transparent;
  color: #000000;
}
.table-order-items thead th {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.table-order-items thead .col.name {
  width: 50%;
}
.table-order-items td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-family: sans-serif;
  padding: 15px 10px!important;
  text-align: center;
}
.table-order-items td a {
  font-size: 14px;
}
.table-order-items .name {
  text-align: left;
}
.table-order-items .name:before {
  margin-bottom: 10px;
}
.table-order-items .product-item-name {
  line-height: 20px;
}
.table-order-items .subtotal,
.table-order-items .shipping,
.table-order-items .mark,
.table-order-items .grand_total {
  font-size: 14px;
}
.table-order-items .item-options dt {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.table-order-items.recent,
.table-order-items.history {
  width: 100%;
}
.table-order-items.recent td,
.table-order-items.history td {
  text-align: left;
  padding-left: 10px !important;
}
@media (min-width: 1152px) {
  .table-order-items.recent td,
  .table-order-items.history td {
    text-align: center;
  }
}
.table-order-items tbody .col.sku {
  font-size: 12px;
  line-height: 12px;
}
.table-order-items tfoot th {
  padding-top: 15px !important;
}
@media (min-width: 1152px) {
  .table-order-items tfoot th {
    padding-bottom: 15px;
  }
}
@media (min-width: 1152px) {
  .table-order-items tfoot td {
    width: 100px;
  }
}
.order-details-items.ordered .order-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.order-details-items.ordered .order-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.order-details-items.ordered .order-title a {
  color: #ffffff;
}
.order-details-items.ordered .order-title a:visited {
  color: #ffffff;
}
.order-details-items.ordered .order-items {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.order-details-items.ordered .order-items a {
  color: #000000;
}
.order-details-items.ordered .order-items a:visited {
  color: #000000;
}
.order-details-items.ordered .order-items p {
  font-size: 14px;
  line-height: 22px;
}
.order-details-items.ordered .product-item-name {
  text-align: left;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 90%;
  min-height: auto;
  padding: 0;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-order-details-view .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-order-details-view .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-order-details-view .block-title a {
  color: #ffffff;
}
.block-order-details-view .block-title a:visited {
  color: #ffffff;
}
.block-order-details-view .block-content {
  padding: 20px;
}
.block-order-details-view .block-content a {
  color: #000000;
}
.block-order-details-view .block-content a:visited {
  color: #000000;
}
.block-order-details-view .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.block .box-actions {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-addresses-default .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-addresses-default .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-addresses-default .block-title a {
  color: #ffffff;
}
.block-addresses-default .block-title a:visited {
  color: #ffffff;
}
.block-addresses-default .block-content {
  padding: 20px;
}
.block-addresses-default .block-content a {
  color: #000000;
}
.block-addresses-default .block-content a:visited {
  color: #000000;
}
.block-addresses-default .block-content p {
  font-size: 14px;
  line-height: 22px;
}
.block-addresses-list .block-title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.block-addresses-list .block-title strong {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.block-addresses-list .block-title a {
  color: #ffffff;
}
.block-addresses-list .block-title a:visited {
  color: #ffffff;
}
.block-addresses-list .action {
  margin-top: 10px !important;
}
.table-additional-addresses-items {
  width: 100%;
}
.table-additional-addresses-items thead th {
  font-size: 12px;
  text-align: left;
  padding: 10px !important;
}
.table-additional-addresses-items tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-additional-addresses-items tbody td {
  padding: 10px !important;
}
.form-address-edit fieldset,
.form-edit-account fieldset,
.form-newsletter-manage fieldset {
  border: 1px solid #ccc;
  padding: 20px 20px 30px 20px;
}
.form-address-edit legend,
.form-edit-account legend,
.form-newsletter-manage legend {
  float: none !important;
  padding: 0 10px!important;
  color: #000000;
  text-transform: uppercase !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px !important;
  line-height: 13px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .form-address-edit legend,
  .form-edit-account legend,
  .form-newsletter-manage legend {
    padding: 0 30px!important;
  }
}
@media (min-width: 1152px) {
  .form-address-edit legend,
  .form-edit-account legend,
  .form-newsletter-manage legend {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-left: 30px !important;
  }
}
.form-address-edit label,
.form-edit-account label,
.form-newsletter-manage label {
  display: block !important;
  position: relative;
  width: 100% !important;
  margin-bottom: 5px !important;
  text-align: left !important;
}
.form-address-edit .field,
.form-edit-account .field,
.form-newsletter-manage .field {
  margin-bottom: 10px !important;
}
.form-address-edit .choice:before,
.form-edit-account .choice:before,
.form-newsletter-manage .choice:before {
  display: none;
  visibility: hidden;
}
.form-address-edit .choice .label,
.form-edit-account .choice .label,
.form-newsletter-manage .choice .label {
  display: inline-block !important;
  width: auto !important;
}
.form-address-edit .control,
.form-edit-account .control,
.form-newsletter-manage .control {
  width: 100% !important;
}
.form-address-edit .control input:not([type='checkbox']),
.form-edit-account .control input:not([type='checkbox']),
.form-newsletter-manage .control input:not([type='checkbox']) {
  width: 100% !important;
}
.form-address-edit select,
.form-edit-account select,
.form-newsletter-manage select {
  height: 50px;
  width: 100%;
}
.form-address-edit .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-newsletter-manage .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.form-address-edit .actions-toolbar .secondary,
.form-edit-account .actions-toolbar .secondary,
.form-newsletter-manage .actions-toolbar .secondary {
  float: left;
  margin: 15px 0 0 0!important;
}
@media (min-width: 768px) {
  .form-address-edit .actions-toolbar .secondary,
  .form-edit-account .actions-toolbar .secondary,
  .form-newsletter-manage .actions-toolbar .secondary {
    margin: 0 0 0 15px!important;
  }
}
.form-address-edit .actions-toolbar .secondary a,
.form-edit-account .actions-toolbar .secondary a,
.form-newsletter-manage .actions-toolbar .secondary a {
  margin-top: 0;
  color: #000000;
}
.form-address-edit .actions-toolbar .secondary a:visited,
.form-edit-account .actions-toolbar .secondary a:visited,
.form-newsletter-manage .actions-toolbar .secondary a:visited {
  color: #000000;
}
.form-address-edit .password-info,
.form-edit-account .password-info,
.form-newsletter-manage .password-info {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FBDBDD;
  border: 1px solid #F7B6BA;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
}
.form-address-edit .password-info p,
.form-edit-account .password-info p,
.form-newsletter-manage .password-info p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.form-address-edit .password-info p a,
.form-edit-account .password-info p a,
.form-newsletter-manage .password-info p a {
  color: #000000;
  font-size: 14px;
}
.form-address-edit .password-info p a:visited,
.form-edit-account .password-info p a:visited,
.form-newsletter-manage .password-info p a:visited {
  color: #000000;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 0;
}
.customer-addresses-toolbar {
  width: 100%;
}
.customer-addresses-toolbar .limiter-label {
  margin-right: 10px;
}
.order-details-items.ordered .price-including-tax,
.order-details-items.ordered .price-excluding-tax {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.order-details-items {
  border-bottom: 0;
  padding-bottom: 0;
}
.order-links {
  display: none;
  visibility: hidden;
}
.action.order,
.action.print,
.action.view,
.action.edit,
.action.delete {
  color: #000000;
}
.action.order:visited,
.action.print:visited,
.action.view:visited,
.action.edit:visited,
.action.delete:visited {
  color: #000000;
}
.action.order:hover,
.action.print:hover,
.action.view:hover,
.action.edit:hover,
.action.delete:hover {
  text-decoration: none;
}
.action.order,
.action.print {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 5px 10px;
}
.checkout-onepage-success .action.order,
.checkout-onepage-success .action.print {
  border: 0;
}
.account .column.main .block {
  font-size: 14px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .account .column.main .block {
    max-width: 100%;
  }
}
.account .column.main .block address a {
  font-size: 14px;
}
.box-billing-address .box-content address,
.box-shipping-address .box-content address {
  font-size: 14px;
  line-height: 22px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.box-billing-address .box-content address a,
.box-shipping-address .box-content address a {
  font-size: 14px;
  line-height: 22px;
}
.box-order-shipping-address,
.box-order-shipping-method,
.box-order-billing-address,
.box-order-billing-method {
  font-size: 14px;
}
.box-order-shipping-address a,
.box-order-shipping-method a,
.box-order-billing-address a,
.box-order-billing-method a {
  font-size: 14px;
}
.block-dashboard-addresses .block-content a {
  font-size: 12px;
}
.block-dashboard-addresses .block-content address {
  font-family: sans-serif;
}
.block-dashboard-addresses .block-content address a {
  font-size: 14px;
}
.account .column.main .toolbar .toolbar-number {
  color: #000000;
  font-size: 14px;
}
.account .column.main .toolbar .limiter {
  display: flex;
  align-items: center;
}
.account .column.main .toolbar .limiter-label {
  font-size: 14px;
  font-family: 'Helvetica';
  margin-right: 10px;
}
.account .column.main .toolbar .limiter-text {
  font-size: 14px;
  font-family: 'Helvetica';
}
.account .column.main .toolbar .limiter select {
  width: 80px !important;
}
.account .column.main .toolbar .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.account .column.main .toolbar .toolbar-amount {
  padding: 0;
}
.order-status {
  margin-top: 20px;
}
.return-status,
.order-status {
  font-weight: 700;
}
.return-status,
.order-status,
.order-date {
  width: 100%;
  font-size: 14px;
}
.table-additional-addresses-items thead {
  background-color: #000000;
  color: #ffffff;
}
.table-additional-addresses-items thead th {
  padding: 10px 15px;
}
.fieldset > .field.choice .label {
  font-size: 14px;
}
.message.info {
  padding: 0;
  background-color: transparent;
}
.message.info > *:first-child:before {
  display: none;
  visibility: hidden;
}
.password-strength-meter {
  font-size: 12px;
}
.account .table-wrapper .action {
  font-size: 14px;
}
.account .column.main .block:not(.widget) .box-title {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin: 0 0 10px;
  width: 100%;
}
.orders-history td {
  padding: 15px !important;
}
.order-products-toolbar {
  justify-content: flex-end;
}
.order-products-toolbar .limiter-options {
  width: 80px !important;
  margin-left: 10px !important;
}
.user-auth {
  display: block;
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 15px;
  border-top: 2px solid #000000;
}
.user-auth .welcome {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.user-auth .welcome strong {
  color: #000000;
}
.user-auth .logout-link {
  display: block;
  position: relative;
  margin-top: 15px;
  border-top: 1px solid #36427a;
  padding-top: 15px;
}
.user-auth .logout-link a {
  background-color: #000000 !important;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1152px) {
  .user-auth .logout-link a {
    font-size: 16px;
    line-height: 16px;
  }
}
.user-auth .logout-link a:visited {
  color: #000000;
}
.user-auth .logout-link a:hover {
  background-color: #0d0d0d !important;
}
.customer-account-logoutsuccess #maincontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 0;
}
.customer-account-logoutsuccess .column.main {
  min-height: auto;
}
.customer-account-logoutsuccess .page-title-wrapper {
  text-align: center;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  font-size: 24px;
  line-height: 24px;
}
.customer-account-logoutsuccess .logout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.customer-account-logoutsuccess .logout-container p {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
#my-subscriptions-table thead {
  background-color: #000000;
  color: #ffffff;
}
#my-subscriptions-table thead th {
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}
#my-subscriptions-table thead th:nth-of-type(3),
#my-subscriptions-table thead th:nth-of-type(4),
#my-subscriptions-table thead th:nth-of-type(5),
#my-subscriptions-table thead th:nth-of-type(6) {
  text-align: center;
}
#my-subscriptions-table tbody td {
  padding: 10px !important;
  font-size: 13px;
  line-height: 13px;
}
#my-subscriptions-table tbody td a,
#my-subscriptions-table tbody td span {
  font-size: 13px;
  line-height: 13px;
}
#my-subscriptions-table tbody td:nth-of-type(3),
#my-subscriptions-table tbody td:nth-of-type(4),
#my-subscriptions-table tbody td:nth-of-type(5),
#my-subscriptions-table tbody td:nth-of-type(6) {
  text-align: center;
}
#my-subscriptions-table tbody .price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#my-subscriptions-table tbody .price-box span {
  text-align: center;
  margin-bottom: 10px;
}
#my-auction-bid-table {
  width: 100%;
}
#my-auction-bid-table thead {
  background-color: #000000;
  color: #ffffff;
}
#my-auction-bid-table thead th {
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}
#my-auction-bid-table tbody td {
  padding: 10px !important;
  font-size: 13px;
  line-height: 13px;
}
#my-auction-bid-table tbody td a,
#my-auction-bid-table tbody td span {
  font-size: 13px;
  line-height: 13px;
}
#my-auction-bid-table tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.reevoo-msg {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.reevoo-msg img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.reevoo-msg p a {
  color: #000000;
  text-decoration: underline;
}
.reevoo-msg p a:visited {
  color: #000000;
}
.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-giftregistry-results .pages,
.toolbar-wishlist-results .pages {
  position: relative;
}
.table-reviews thead {
  background-color: transparent;
  color: #000000;
}
.table-reviews thead th {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.table-reviews thead .col.name {
  width: 50%;
}
.table-reviews td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-family: sans-serif;
  padding: 15px 10px!important;
  text-align: center;
}
.table-reviews td a {
  font-size: 14px;
  color: #000000;
}
.table-reviews td a:visited {
  color: #000000;
}
.customer-review.view .product-name {
  color: #ce181e;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.customer-review.view .review-details {
  border-top: 1px solid #ce181e;
  border-bottom: 1px solid #ce181e;
  padding-bottom: 20px;
}
.customer-review.view .review-date {
  font-size: 12px;
  line-height: 12px;
}
.customer-review .product-media {
  float: none;
}
#my-subscriptions-table tbody td a,
#my-subscriptions-table tbody td span {
  color: #000000;
}
#my-subscriptions-table tbody td a:hover,
#my-subscriptions-table tbody td span:hover {
  color: #ce181e;
}
#my-subscriptions-table tbody .price-box span {
  font-family: 'Helvetica';
}
#my-subscriptions-table .price-including-tax + .price-excluding-tax:before,
#my-subscriptions-table .weee[data-label]:before {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Helvetica';
}
/* -------- Forgot Password Page Styles -------- */
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  margin-top: 80px;
  color: #000000;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.form.password.forget {
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #000000;
  background-color: #fcfcfd;
  width: 100%;
  max-width: 60%;
  margin: 80px auto;
}
.form.password.forget label {
  text-align: left !important;
  padding: 0;
  margin-bottom: 10px;
  width: 100% !important;
}
.form.password.forget .control.captcha-image .captcha-img {
  margin: 0 10px 0 0!important;
}
.form.password.forget .action.reload.captcha-reload {
  height: 52px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 10px 25px;
}
.form.password.forget .action.reload.captcha-reload span {
  color: #000000;
}
.form.password.forget .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-left: 0 !important;
}
.form.password.forget .primary {
  width: 100% !important;
}
.form.password.forget .primary button {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 50px;
  padding: 0 !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: all .3s ease;
}
.form.password.forget .primary button span {
  text-transform: uppercase;
}
.form.password.forget .primary button:hover,
.form.password.forget .primary button:active,
.form.password.forget .primary button:focus {
  background-color: #ce181e !important;
  border: 1px solid #ce181e !important;
  padding: 0 !important;
}
.form.password.forget .primary button:after {
  display: none;
}
.form.password.forget .action.back {
  margin-top: 25px !important;
  color: #000000;
}
.form.password.forget .action.back:visited {
  color: $black;
}
.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.customer-account-createpassword .page-main {
  padding: 30px 20px;
}
@media (min-width: 1152px) {
  .customer-account-createpassword .page-main {
    padding: 100px 20px;
  }
}
.customer-account-createpassword .columns {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #000000;
  background-color: #fcfcfd;
}
@media (min-width: 768px) {
  .customer-account-createpassword .columns {
    max-width: 700px;
  }
}
.customer-account-createpassword .label {
  text-align: left !important;
  width: 100% !important;
  padding: 0 !important;
}
.customer-account-createpassword .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-createpassword .action.primary {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 50px;
  padding: 0 30px!important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: all .3s ease;
}
.customer-account-createpassword .action.primary span {
  text-transform: uppercase;
}
.customer-account-createpassword .action.primary:hover,
.customer-account-createpassword .action.primary:active,
.customer-account-createpassword .action.primary:focus {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 0 30px!important;
}
.customer-account-createpassword .action.primary:after {
  display: none;
}
.contact-index-index .columns {
  width: 100%;
  max-width: 100% !important;
}
.contact-index-index .column.main {
  padding-bottom: 0;
}
.contact-index-index .intro-block {
  margin-bottom: 60px;
}
.contact-index-index .page-title-wrapper {
  margin: 60px 0 30px 0;
  text-align: center;
}
.contact-index-index .page-title-wrapper h1 {
  color: #ce181e;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
}
.contact-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .contact-container {
    flex-direction: row;
  }
}
.contact-form {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #ce181e;
}
@media (min-width: 1152px) {
  .contact-form {
    width: 50%;
    padding: 60px 60px 60px 10%;
  }
}
.contact-form label {
  display: block;
  position: relative;
  width: 100% !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  text-align: left !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif !important;
  font-weight: normal !important;
}
.contact-form label:not(:first-of-type) {
  margin-top: 15px;
}
.contact-form label:after {
  color: #ffffff !important;
}
.contact-form .field {
  margin-bottom: 10px !important;
}
.contact-form .field:last-of-type {
  color: #ffffff;
}
.contact-form .field:last-of-type a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-form .field:last-of-type a:visited {
  text-decoration: underline;
  color: #ffffff;
}
.contact-form .field:last-of-type a:hover {
  text-decoration: none;
}
.contact-form .fieldset {
  margin-bottom: 0 !important;
}
.contact-form .form.contact {
  min-width: 100% !important;
  width: 100%;
}
.contact-form input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  border: 0;
}
.contact-form input[tpe="checkbox"] {
  margin: 0 10px 0 0;
}
.contact-form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  margin-bottom: 15px;
  border: 0;
}
.contact-form .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 20px !important;
}
.contact-form button[type="submit"] {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 150px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s ease;
}
.contact-form button[type="submit"]:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ce181e;
}
.contact-form button[type="submit"] span {
  font-weight: normal !important;
  font-family: 'Helvetica';
}
.contact-form .field-error,
.contact-form div.mage-error[generated] {
  color: #ffffff;
  font-size: 12px;
}
.contact-methods {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .contact-methods {
    width: 50%;
    padding: 60px 10% 60px 60px;
  }
}
.contact-methods ul {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.contact-methods li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.contact-methods li a {
  color: #666666;
}
.contact-methods .method-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #ce181e;
}
.contact-methods address {
  font-style: normal;
  color: #666666;
  line-height: 22px;
}
.contact-methods iframe {
  margin-bottom: 30px;
  width: 100%;
}
.google-map a {
  text-transform: uppercase;
  color: #000000;
}
.google-map a:hover:before {
  background-color: #000000;
}
.google-map .readmore {
  position: relative;
  padding-left: 38px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.google-map .readmore:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 47%;
  width: 30px;
  height: 1px;
  background-color: #ce181e;
}
.campaign-banner {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
}
.campaign-banner img {
  width: 100%;
  height: auto;
}
.campaign-intro {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .campaign-intro {
    flex-direction: row;
    padding: 60px 0;
  }
}
.campaign-intro .txt-col {
  width: 100%;
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .campaign-intro .txt-col {
    width: 60%;
    padding: 30px 90px 30px 0;
  }
}
.campaign-intro .txt-col img {
  max-width: 200px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .campaign-intro .txt-col img {
    max-width: 250px;
  }
}
.campaign-intro .txt-col h2 {
  color: #008981;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .campaign-intro .txt-col h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.campaign-intro .txt-col p {
  margin-bottom: 10px;
}
.campaign-intro .txt-col a {
  display: inline-block;
  border: 1px solid #008981;
  background-color: #ffffff;
  color: #008981;
  padding: 10px 30px 7px 30px;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  margin-top: 20px;
}
.campaign-intro .txt-col a:hover {
  background-color: #008981;
  text-decoration: none;
  color: #ffffff;
}
.campaign-intro .img-col {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .campaign-intro .img-col {
    width: 40%;
  }
}
.campaign-intro .img-col img {
  width: 100%;
}
.campaign-intro .img-col .brand-logo {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 250px;
}
@media (min-width: 1152px) {
  .campaign-intro .img-col .brand-logo {
    max-width: 400px;
    margin-bottom: 0;
  }
}
.campaign-quote {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px;
  background-color: #008981;
}
.campaign-quote blockquote {
  font-family: 'HelveticaNeue-Light';
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .campaign-quote blockquote {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .campaign-quote blockquote {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-quote cite {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'Helvetica';
  font-weight: 700;
  font-style: normal;
  margin-top: 30px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .campaign-quote cite {
    font-size: 18px;
  }
}
.campaign-products {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.campaign-products h3 {
  color: #008981;
  text-transform: uppercase;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
@media (min-width: 992px) {
  .campaign-products h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.campaign-products ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .campaign-products ul {
    justify-content: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-products ul li {
  display: inline-block;
  width: 48%;
  padding: 20px;
  border: 1px solid #eee;
  transition: all .3s ease;
  margin-right: 2%;
  margin-bottom: 2%;
}
.campaign-products ul li:nth-of-type(2n) {
  margin-right: 0;
}
.campaign-products ul li:hover {
  border-color: #008981;
}
.campaign-products ul li:hover .product-title {
  color: #008981;
}
.campaign-products ul li:hover .product-title a {
  color: #008981;
}
.campaign-products ul li img {
  margin-bottom: 20px;
}
.campaign-products ul li .product-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}
@media (min-width: 992px) {
  .campaign-products ul li .product-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.campaign-products ul li .product-title a {
  color: #000000;
}
.campaign-products ul li .product-title a:visited {
  color: #000000;
}
.campaign-blog {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #008981;
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .campaign-blog {
    flex-direction: row;
    padding: 60px 60px;
  }
}
.campaign-blog .img-col {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .campaign-blog .img-col {
    width: 40%;
    margin-bottom: 0;
  }
}
.campaign-blog .txt-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .campaign-blog .txt-col {
    width: 60%;
    padding: 0 60px;
  }
}
.campaign-blog h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #008981;
  margin-bottom: 20px;
}
.campaign-blog p {
  color: #000000;
  font-family: 'Helvetica';
  margin-bottom: 20px;
}
.campaign-blog a {
  display: inline-block;
  border: 1px solid #008981;
  background-color: #ffffff;
  margin-top: 30px;
  color: #008981;
  padding: 10px 30px 7px 30px;
  text-transform: uppercase;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.campaign-blog a:hover {
  background-color: #008981;
  text-decoration: none;
  color: #ffffff;
}
.campaign-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  height: 350px;
  background-image: url('../images/why-backing.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.campaign-callout:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ce181e;
  opacity: .9;
}
.campaign-callout .speak-heading {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
}
@media (min-width: 1152px) {
  .campaign-callout .speak-heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.campaign-callout p {
  color: #ffffff;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1152px) {
  .campaign-callout p {
    font-size: 18px;
    line-height: 24px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-callout p:last-of-type {
  margin-bottom: 0;
}
.campaign-callout p strong {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.campaign-callout p a {
  color: #ffffff;
}
.campaign-callout p a:visited {
  color: #ffffff;
}
:root {
  --red: #ce181e;
  --pale: #f4f4f5;
  --redFade: rgba(204, 25, 31, 0.85);
  --fieldMarginBottom: 0;
}
@media (min-width: 992px) {
  :root {
    --btnTextColour: black;
    --btnTextSpanDisplay: none;
    --spanFontSize: 20px;
    --headBackground: white;
    --mainPadding: 10px;
    --benefitGridAreas: "one two three";
    --benefitGridCols: repeat(3, 1fr);
    --benefitWidth: 80%;
    --captionWidth: 50%;
  }
}
@media (max-width: 991px) {
  :root {
    --btnTextColour: white;
    --btnTextSpanDisplay: inline-block;
    --spanFontSize: 14px;
    --headBackground: var(--red);
    --mainPadding: 20px;
    --benefitGridAreas: "one two" "three three";
    --benefitGridCols: repeat(2, 1fr);
    --benefitWidth: 100%;
    --captionWidth: 90%;
  }
}
@media (min-width: 601px) {
  :root {
    --formFlexFlow: row wrap;
    --fieldFlex: 0 0 49%;
  }
}
@media (max-width: 600px) {
  :root {
    --formFlexFlow: column;
    --fieldFlex: 0 0 100%;
  }
}
.header-contact {
  position: relative;
}
.header-contact section#account-block {
  z-index: 9999;
  border: solid 1px black;
  background: white;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  display: none;
}
@media (min-width: 991px) {
  .header-contact section#account-block {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 250px;
  }
}
@media (max-width: 990px) {
  .header-contact section#account-block {
    position: fixed;
    width: 100vw;
    top: 0px;
    left: 0px;
  }
}
.header-contact section#account-block *:not(.fa) {
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
}
.header-contact section#account-block header {
  padding: 10px;
  background: var(--headBackground);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header-contact section#account-block header {
    display: none;
  }
}
.header-contact section#account-block header button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-contact section#account-block header button * {
  color: var(--btnTextColour);
  font-size: var(--spanFontSize);
}
.header-contact section#account-block header button span {
  display: var(--btnTextSpanDisplay);
}
.header-contact section#account-block main {
  padding: var(--mainPadding);
}
.header-contact section#account-block main div:first-of-type {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.header-contact section#account-block main div:last-of-type {
  margin-top: 10px;
}
.header-contact section#account-block main div.dloggedin {
  padding-bottom: 10px;
}
.header-contact section#account-block main div p {
  color: black;
  text-transform: capitalize;
  margin-bottom: 0px;
  text-align: center;
}
.header-contact section#account-block main div a {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  margin: 10px auto;
  text-align: center;
  justify-content: center;
  line-height: 13px;
  font-size: 13px;
  transition: all 0.3s;
}
.header-contact section#account-block main div a.login {
  background: var(--red);
}
.header-contact section#account-block main div a.login:hover {
  background: black;
  color: white;
}
.header-contact section#account-block main div a.register {
  background: black;
  margin-bottom: 0px;
}
.header-contact section#account-block main div a.register:hover {
  background: var(--red);
  color: white;
}
.header-contact section#account-block.activeblock {
  display: block;
}
@media (min-width: 991px) {
  .header-contact:hover a.headerlink:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
  }
  .header-contact:hover section#account-block {
    display: block;
  }
}
/* custom login / registration */
body.customer-account-login .field.note,
body.customer-account-create .field.note,
body.customer-account-login .remind span,
body.customer-account-create .remind span {
  font-size: 16px;
}
body.customer-account-login .login-container,
body.customer-account-create .login-container,
body.customer-account-login .block-content,
body.customer-account-create .block-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
body.customer-account-login .login-container .block-customer-login,
body.customer-account-create .login-container .block-customer-login,
body.customer-account-login .block-content .block-customer-login,
body.customer-account-create .block-content .block-customer-login {
  margin: auto !important;
  padding-top: 0px;
}
body.customer-account-login .login-container .block-customer-login h1,
body.customer-account-create .login-container .block-customer-login h1,
body.customer-account-login .block-content .block-customer-login h1,
body.customer-account-create .block-content .block-customer-login h1 {
  color: var(--red);
  width: 100%;
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 24px;
}
body.customer-account-login .login-container .block-customer-login form,
body.customer-account-create .login-container .block-customer-login form,
body.customer-account-login .block-content .block-customer-login form,
body.customer-account-create .block-content .block-customer-login form {
  margin: 30px auto;
  border: solid 1px black;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.01);
}
body.customer-account-login .login-container .block-customer-login form label span,
body.customer-account-create .login-container .block-customer-login form label span,
body.customer-account-login .block-content .block-customer-login form label span,
body.customer-account-create .block-content .block-customer-login form label span {
  font-weight: normal !important;
  font-size: 13px;
}
body.customer-account-login .login-container .block-customer-login form#login-form,
body.customer-account-create .login-container .block-customer-login form#login-form,
body.customer-account-login .block-content .block-customer-login form#login-form,
body.customer-account-create .block-content .block-customer-login form#login-form {
  width: 100% !important;
}
body.customer-account-login .login-container .block-customer-login form#login-form fieldset > .field,
body.customer-account-create .login-container .block-customer-login form#login-form fieldset > .field,
body.customer-account-login .block-content .block-customer-login form#login-form fieldset > .field,
body.customer-account-create .block-content .block-customer-login form#login-form fieldset > .field {
  margin: 0 0 10px !important;
}
body.customer-account-login .login-container .block-customer-login form#login-form fieldset > .field.required label:after,
body.customer-account-create .login-container .block-customer-login form#login-form fieldset > .field.required label:after,
body.customer-account-login .block-content .block-customer-login form#login-form fieldset > .field.required label:after,
body.customer-account-create .block-content .block-customer-login form#login-form fieldset > .field.required label:after {
  font-size: 12px !important;
}
body.customer-account-login .login-container .block-customer-login .nc-notice,
body.customer-account-create .login-container .block-customer-login .nc-notice,
body.customer-account-login .block-content .block-customer-login .nc-notice,
body.customer-account-create .block-content .block-customer-login .nc-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body.customer-account-login .login-container .block-customer-login .nc-notice p,
body.customer-account-create .login-container .block-customer-login .nc-notice p,
body.customer-account-login .block-content .block-customer-login .nc-notice p,
body.customer-account-create .block-content .block-customer-login .nc-notice p {
  text-align: center;
  font-size: 16px;
}
body.customer-account-login .login-container .block-customer-login .nc-notice a,
body.customer-account-create .login-container .block-customer-login .nc-notice a,
body.customer-account-login .block-content .block-customer-login .nc-notice a,
body.customer-account-create .block-content .block-customer-login .nc-notice a {
  padding: 10px 20px;
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: white;
  background: black;
  text-transform: uppercase;
  display: inline-block;
  margin: auto;
  transition: all 0.3s;
  font-size: 14px;
}
body.customer-account-login .login-container .block-customer-login .nc-notice a:hover,
body.customer-account-create .login-container .block-customer-login .nc-notice a:hover,
body.customer-account-login .block-content .block-customer-login .nc-notice a:hover,
body.customer-account-create .block-content .block-customer-login .nc-notice a:hover {
  background-color: var(--red);
  text-decoration: none;
}
body.customer-account-login .login-container h1,
body.customer-account-create .login-container h1,
body.customer-account-login .block-content h1,
body.customer-account-create .block-content h1 {
  color: var(--red);
  width: 100%;
  text-align: center;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  font-size: 24px !important;
}
body.customer-account-login .login-container form,
body.customer-account-create .login-container form,
body.customer-account-login .block-content form,
body.customer-account-create .block-content form {
  margin: 30px auto;
  border: solid 1px black !important;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 0px !important;
}
body.customer-account-login .login-container form fieldset label span,
body.customer-account-create .login-container form fieldset label span,
body.customer-account-login .block-content form fieldset label span,
body.customer-account-create .block-content form fieldset label span {
  font-weight: normal;
  font-size: 13px;
}
body.customer-account-login .login-container form fieldset div.field,
body.customer-account-create .login-container form fieldset div.field,
body.customer-account-login .block-content form fieldset div.field,
body.customer-account-create .block-content form fieldset div.field {
  margin-bottom: 10px;
}
body.customer-account-login .login-container form fieldset div.field input,
body.customer-account-create .login-container form fieldset div.field input,
body.customer-account-login .block-content form fieldset div.field input,
body.customer-account-create .block-content form fieldset div.field input {
  margin: 0;
}
body.customer-account-login .login-container form fieldset div.field label:after,
body.customer-account-create .login-container form fieldset div.field label:after,
body.customer-account-login .block-content form fieldset div.field label:after,
body.customer-account-create .block-content form fieldset div.field label:after {
  font-size: 12px !important;
}
body.customer-account-login .login-container form fieldset div.field:not(.choice) > label,
body.customer-account-create .login-container form fieldset div.field:not(.choice) > label,
body.customer-account-login .block-content form fieldset div.field:not(.choice) > label,
body.customer-account-create .block-content form fieldset div.field:not(.choice) > label {
  font-size: 13px;
}
body.customer-account-login .login-container form.create.account,
body.customer-account-create .login-container form.create.account,
body.customer-account-login .block-content form.create.account,
body.customer-account-create .block-content form.create.account {
  width: 90%;
  max-width: 540px;
  min-width: unset !important;
  margin-top: 20px;
}
body.customer-account-login .login-container form.create.account .actions-toolbar,
body.customer-account-create .login-container form.create.account .actions-toolbar,
body.customer-account-login .block-content form.create.account .actions-toolbar,
body.customer-account-create .block-content form.create.account .actions-toolbar {
  margin-top: 0px;
}
body.customer-account-login .login-container form.create.account .actions-toolbar .primary,
body.customer-account-create .login-container form.create.account .actions-toolbar .primary,
body.customer-account-login .block-content form.create.account .actions-toolbar .primary,
body.customer-account-create .block-content form.create.account .actions-toolbar .primary {
  height: 40px;
}
body.customer-account-login .login-container form.create.account .actions-toolbar .primary button span,
body.customer-account-create .login-container form.create.account .actions-toolbar .primary button span,
body.customer-account-login .block-content form.create.account .actions-toolbar .primary button span,
body.customer-account-create .block-content form.create.account .actions-toolbar .primary button span {
  font-size: 12px !important;
  text-transform: uppercase !important;
}
body.customer-account-login .login-container form.create fieldset.create.info,
body.customer-account-create .login-container form.create fieldset.create.info,
body.customer-account-login .block-content form.create fieldset.create.info,
body.customer-account-create .block-content form.create fieldset.create.info {
  display: flex;
  flex-flow: var(--formFlexFlow);
  gap: 10px;
}
body.customer-account-login .login-container form.create fieldset.create.info div:not(:last-of-type),
body.customer-account-create .login-container form.create fieldset.create.info div:not(:last-of-type),
body.customer-account-login .block-content form.create fieldset.create.info div:not(:last-of-type),
body.customer-account-create .block-content form.create fieldset.create.info div:not(:last-of-type) {
  flex: var(--fieldFlex);
  margin-bottom: var(--fieldMarginBottom);
}
body.customer-account-login .login-container a.remind,
body.customer-account-create .login-container a.remind,
body.customer-account-login .block-content a.remind,
body.customer-account-create .block-content a.remind {
  text-decoration: underline;
}
body.customer-account-login .login-container a.remind:hover,
body.customer-account-create .login-container a.remind:hover,
body.customer-account-login .block-content a.remind:hover,
body.customer-account-create .block-content a.remind:hover {
  text-decoration: none;
}
body.customer-account-login .page-main,
body.customer-account-create .page-main {
  padding: 30px 0 0 0 !important;
}
.reg-benefits {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
}
.reg-benefits h2 {
  text-align: center;
  font-size: 24px !important;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
.reg-benefits ul {
  list-style-type: none;
  padding: 0px;
  display: grid;
  grid-template-areas: var(--benefitGridAreas);
  grid-template-columns: var(--benefitGridCols);
  gap: 30px;
  width: var(--benefitWidth);
}
.reg-benefits ul li:nth-child(1) {
  grid-area: one;
}
.reg-benefits ul li:nth-child(2) {
  grid-area: two;
}
.reg-benefits ul li:nth-child(3) {
  grid-area: three;
}
.reg-benefits ul li figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: auto;
}
.reg-benefits ul li figure picture {
  display: flex;
}
.reg-benefits ul li figure picture img {
  margin: auto;
  width: 50px;
  height: auto;
}
.reg-benefits ul li figure figcaption {
  text-align: center;
  width: var(--captionWidth);
  margin: auto;
  font-size: 16px;
}
section#account-cta {
  width: 100%;
  max-width: 1366px;
  margin: 0px auto 20px auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1;
  justify-items: center;
}
section#account-cta img,
section#account-cta picture {
  width: 100%;
  height: auto;
  object-fit: cover;
  grid-column: 1;
  grid-row: 1;
  filter: saturate(30%);
}
section#account-cta main {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  padding: 20px;
  background: var(--redFade);
}
section#account-cta main h3 {
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
section#account-cta main p {
  color: white;
  font-size: 20px;
  font-size: 18px;
  font-family: "AxiformaBook", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}
section#account-cta main p strong {
  font-family: "AxiformaSemiBold", "Helvetica Neue", Helvetica, Arial, Helvetica, Geneva, sans-serif;
}
section#account-cta main p a {
  color: white;
}
