@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid transparent !important;
  outline-offset: 0px !important; }

input:focus + label {
  outline: 0px solid transparent !important;
  outline-offset: 0px !important; }

/* Custom Start */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:1024px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1024px)/";
  width: 1024px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1024px) and (max-width:1261px)/";
  width: 1024px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 15px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #221f20;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

a {
  color: #221f20;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #ed3f36; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #221f20;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 21px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #ed3f36;
  border-color: #ed3f36;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #333333;
    border-color: #333333;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 16px; }

.button--small {
  font-size: 13px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #ed3f36; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #ed3f36;
    box-shadow: 0 0 4px rgba(237, 63, 54, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #221f20; }

.tab.is-active .tab-title {
  color: #221f20;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 16px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #221f20;
  font-size: 16px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #221f20; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #221f20;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #221f20;
    padding: 1.875rem;
    display: block;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem;
    transition: all .3s ease-in; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%238f8f8f" points="2.019,0.58 -0.035,2.634 10.646,13.316 -0.035,23.997 2.019,26.052 14.755,13.316 "/></svg>'); }
  .slick-next:hover::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23474747" points="2.019,0.58 -0.035,2.634 10.646,13.316 -0.035,23.997 2.019,26.052 14.755,13.316 "/></svg>'); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%238f8f8f" points="12.885,0.58 14.969,2.664 4.133,13.5 14.969,24.336 12.885,26.42 2.049,15.584 -0.035,13.5 "/></svg>'); }
  .slick-prev:hover::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23474747" points="12.885,0.58 14.969,2.664 4.133,13.5 14.969,24.336 12.885,26.42 2.049,15.584 -0.035,13.5 "/></svg>'); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: white;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: left; }
  .page-type-category .page-heading {
    text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
  /* Ask An Expert Modal */ }
  .modal .form-field {
    position: relative; }
  .modal.custom-ask-an-expert-popup .modal-close {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 50;
    top: 10px;
    right: 10px;
    font-size: 0;
    color: #221f20; }
    .modal.custom-ask-an-expert-popup .modal-close .icon {
      display: none;
      width: 17px;
      height: 17px;
      fill: #444444; }
    .modal.custom-ask-an-expert-popup .modal-close span:not(.aria-description--hidden) {
      display: block;
      width: 17px;
      height: 17px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23323232;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .modal.custom-ask-an-expert-popup .modal-close {
        top: 18px;
        right: 30px;
        transform: rotate(0);
        transition: opacity .1s ease, transform .3s ease; }
        .modal.custom-ask-an-expert-popup .modal-close:hover {
          transform: rotate(90deg); } }
  .modal.custom-ask-an-expert-popup #custom-ask-an-expert-form {
    margin-top: 20px; }
  .modal.custom-ask-an-expert-popup .form-field .form-label--title, .modal.custom-ask-an-expert-popup .form-field .form-label[for="contact_comment_area"] {
    font-size: 16px;
    font-weight: 600; }
  .modal.custom-ask-an-expert-popup .form-actions .button {
    width: 100%;
    max-width: 180px;
    min-height: 40px; }
  @media (max-width: 767px) {
    .modal.custom-ask-an-expert-popup .form-actions {
      margin-top: 30px; } }
  .modal.custom-ask-an-expert-popup .custom-ask-an-expert-results {
    margin-top: 20px; }
  .modal.custom-ask-an-expert-popup .modal-body.custom-scroll-bar {
    padding-right: calc(2.25rem - 5px); }
    @media (max-width: 767px) {
      .modal.custom-ask-an-expert-popup .modal-body.custom-scroll-bar {
        padding-right: calc(1rem - 5px); } }
    @media (max-width: 550px) {
      .modal.custom-ask-an-expert-popup .modal-body.custom-scroll-bar {
        padding-right: calc(10px - 5px); } }
  @media (max-width: 767px) {
    .modal.custom-ask-an-expert-popup .modal-body {
      padding-left: 1rem; } }
  @media (max-width: 550px) {
    .modal.custom-ask-an-expert-popup .modal-body {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .modal .quickView {
      padding-left: 13px;
      padding-right: calc(13px - 5px); } }
  .modal .previewCart .previewCartCheckout {
    margin-bottom: 25px; }
    .modal .previewCart .previewCartCheckout .button {
      min-height: 40px; }
    .modal .previewCart .previewCartCheckout .button-trans-outline {
      width: 100%;
      min-height: 40px;
      line-height: 40px;
      font-size: 13px;
      color: #333333; }
      .modal .previewCart .previewCartCheckout .button-trans-outline:hover {
        color: #ed3f36; }
  @media (min-width: 1025px) {
    .modal .previewCart .previewCartCheckout {
      width: 45%;
      margin-bottom: 0px; }
    .modal .previewCart .productView {
      width: 55%; }
      .modal .previewCart .productView-image {
        width: 40.33333%; }
      .modal .previewCart .productView-details {
        max-width: unset;
        width: 100%; }
      .modal .previewCart .productView-title {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600; }
      .modal .previewCart .productView-price {
        font-size: 24px;
        font-weight: 600;
        color: #221f20; }
      .modal .previewCart .productView-info {
        display: flex;
        align-items: center;
        font-size: 13px; }
        .modal .previewCart .productView-info-name {
          font-size: 12px;
          text-transform: uppercase;
          color: #333333;
          font-weight: 700;
          margin-bottom: 0px;
          margin-right: 10px; }
        .modal .previewCart .productView-info-value {
          margin-bottom: 0px; } }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 21px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #221f20;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ed3f36;
      border-color: #ed3f36;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #333333;
      border-color: #333333;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #ed3f36;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 19px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 15px 20px;
    border: 1px solid transparent; }
  .pagination-item.pagination-item--current {
    border-color: #ed3f36;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
    .pagination-item.pagination-item--current > a {
      color: #ed3f36; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #221f20; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #ed3f36; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #ed3f36; }
  .pagination-item:hover:not(.pagination-item--current) .pagination-link {
    color: #ed3f36;
    border: 1px solid #ed3f36; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.57214rem 2.07891rem;
  min-width: 100px;
  min-height: 30px;
  font-weight: 500;
  border: none;
  border-radius: unset;
  overflow: hidden;
  border: unset;
  transition: all .25s;
  z-index: 1; }
  .button.btn-full {
    width: 100%; }
  .button:hover {
    border: unset; }
  .button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    transform-origin: -10% 100%;
    transform: rotate(-90deg) translate3d(-25%, 0, 0);
    transition: all .25s;
    z-index: -1;
    border: 1px solid transparent; }
  @media (min-width: 1025px) {
    .button:hover:before {
      transform: rotate(0) translate3d(-25%, 0, 0); } }
  .button.button--primary {
    background-color: #ed3f36;
    color: white; }
    .button.button--primary:hover {
      background-color: #ed3f36;
      color: white; }
    .button.button--primary::before {
      background-color: #333333; }
    .button.button--primary.button-outline {
      background-color: transparent;
      border: 1px solid #ed3f36;
      color: #ed3f36; }
      .button.button--primary.button-outline:hover {
        border: 1px solid transparent;
        color: white; }
      .button.button--primary.button-outline::before {
        border: 1px solid transparent;
        background-color: #ed3f36; }
  .button.button--swipe {
    --buttons-border-width: 1px;
    --border-offset: calc(5rem + var(--buttons-border-width)* 4);
    border: 1px solid #ed3f36;
    background: #ed3f36; }
    .button.button--swipe .text {
      color: white;
      transition: all .25s ease-in;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-size: 14px; }
    .button.button--swipe::before {
      content: "";
      position: absolute;
      top: calc(0px - var(--buttons-border-width, 0));
      left: calc(0px - var(--buttons-border-width, 0));
      z-index: 0;
      border-radius: 0;
      background: transparent;
      border-right: var(--border-offset) solid transparent;
      border-bottom: var(--border-offset) solid white;
      border-bottom-color: white;
      border-image: white;
      border-image-slice: 1;
      transform: translate(-100%);
      transition: all .45s ease-in-out; }
    @media (min-width: 1025px) {
      .button.button--swipe:hover::before, .button.button--swipe:focus::before, .button.button--swipe:active::before {
        transform: translate(0);
        transition: all .45s ease-out;
        z-index: 1; }
      .button.button--swipe:hover .text, .button.button--swipe:focus .text, .button.button--swipe:active .text {
        position: absolute;
        color: #ed3f36;
        z-index: 2; } }
    .button.button--swipe-outline {
      background: transparent; }
      .button.button--swipe-outline .text {
        color: #ed3f36; }
      .button.button--swipe-outline::before {
        border-bottom: var(--border-offset) solid #ed3f36;
        border-bottom-color: #ed3f36;
        border-image: #ed3f36; }
      .button.button--swipe-outline:hover .text {
        color: white; }
    .button.button--swipe.btn-active::before {
      transform: translate(0);
      transition: all .45s ease-out;
      z-index: 1; }
    .button.button--swipe.btn-active .text {
      position: absolute;
      color: #ed3f36;
      z-index: 2; }
  .button.loading {
    font-size: 0px;
    background: #ed3f36; }
    .button.loading::after {
      content: "Loading...";
      font-size: 14px;
      color: #ffffff; }
    .button.loading:hover::before {
      transform: translate(-100%); }
  .button.disable {
    opacity: 0.5;
    filter: brightness(0.4);
    pointer-events: none;
    color: #ffffff; }
  .button.button--swipe__outline {
    background: transparent;
    border: 1px solid #ed3f36; }
    .button.button--swipe__outline .text {
      color: #ed3f36; }
    .button.button--swipe__outline::before {
      border-bottom: var(--border-offset) solid #ed3f36;
      border-bottom-color: #ed3f36;
      border-image: #ed3f36; }
    .button.button--swipe__outline:hover .text {
      color: white; }

.button-trans-outline {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #ed3f36;
  font-size: 18px;
  cursor: pointer; }
  .button-trans-outline .text {
    display: block;
    transition: color 0.2s linear; }
    .button-trans-outline .text::after, .button-trans-outline .text::before {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #ed3f36; }
  .button-trans-outline::after, .button-trans-outline::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ed3f36; }
  @media (min-width: 1025px) {
    .button-trans-outline:hover::after, .button-trans-outline:hover::before, .button-trans-outline:active::after, .button-trans-outline:active::before, .button-trans-outline:focus::after, .button-trans-outline:focus::before {
      width: 100%; }
    .button-trans-outline:hover .text, .button-trans-outline:active .text, .button-trans-outline:focus .text {
      color: #ed3f36; }
      .button-trans-outline:hover .text::after, .button-trans-outline:hover .text::before, .button-trans-outline:active .text::after, .button-trans-outline:active .text::before, .button-trans-outline:focus .text::after, .button-trans-outline:focus .text::before {
        height: 100%; } }
  .button-trans-outline.style-1::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.3s; }
  .button-trans-outline.style-1 .text::after {
    right: 0;
    top: 0;
    transition-duration: 0.3s; }
  .button-trans-outline.style-1::before {
    right: 0;
    top: 0;
    transition-duration: 0.3s; }
  .button-trans-outline.style-1 .text::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.3s; }
  .button-trans-outline.active::after, .button-trans-outline.active::before {
    width: 100%; }
  .button-trans-outline.active .text::after, .button-trans-outline.active .text::before {
    height: 100%; }

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  user-select: none; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 1024px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1024px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.tabs-contents .tab-content {
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding: 0; }
  .tabs-contents .tab-content .tab-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    font-size: clamp(16px, 1.08vw, 18px);
    line-height: 1.5;
    letter-spacing: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
    position: relative; }
    .tabs-contents .tab-content .tab-title::after, .tabs-contents .tab-content .tab-title::before {
      content: '';
      top: calc(50%);
      z-index: 2;
      position: absolute;
      transform: translateY(-50%);
      background-color: #7E7E7E; }
    .tabs-contents .tab-content .tab-title::after {
      right: 10px;
      width: 8px;
      height: 2px; }
    .tabs-contents .tab-content .tab-title::before {
      right: 13px;
      width: 2px;
      height: 8px;
      transition: all .4s ease;
      transform: translateY(-50%) rotate(0deg); }
    .tabs-contents .tab-content .tab-title.is-active::before {
      transform: translateY(-50%) rotate(90deg); }
    .tabs-contents .tab-content .tab-title .text {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      transition: color .2s ease-in; }
      .tabs-contents .tab-content .tab-title .text .icon {
        width: 24px;
        height: 24px;
        padding: 2px;
        margin-right: 10px; }
        .tabs-contents .tab-content .tab-title .text .icon svg {
          transition: all .2s ease-in;
          fill: #B8B8B8;
          color: #B8B8B8; }
        .tabs-contents .tab-content .tab-title .text .icon-description, .tabs-contents .tab-content .tab-title .text .icon-delivery, .tabs-contents .tab-content .tab-title .text .icon-downloads {
          padding: 0px; }
    .tabs-contents .tab-content .tab-title:hover .text {
      color: #ed3f36; }
      .tabs-contents .tab-content .tab-title:hover .text .icon svg {
        fill: #ed3f36;
        color: #ed3f36; }
    .tabs-contents .tab-content .tab-title:hover::after, .tabs-contents .tab-content .tab-title:hover::before {
      background-color: #ed3f36; }
  .tabs-contents .tab-content .tabContent {
    padding: 10px 35px 27px;
    max-height: 500px;
    overflow: auto; }
    @media (max-width: 550px) {
      .tabs-contents .tab-content .tabContent {
        padding: 10px 10px 27px; } }
    .tabs-contents .tab-content .tabContent .download-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: fit-content; }
      .tabs-contents .tab-content .tabContent .download-button .icon {
        width: 30px;
        height: 30px; }
      .tabs-contents .tab-content .tabContent .download-button .text {
        font-size: 12px;
        font-weight: 600;
        margin-top: 6px; }
      .tabs-contents .tab-content .tabContent .download-button:hover .icon svg {
        fill: #ed3f36;
        color: #ed3f36; }
      .tabs-contents .tab-content .tabContent .download-button:hover .text {
        color: #ed3f36; }
    .tabs-contents .tab-content .tabContent h1, .tabs-contents .tab-content .tabContent h2, .tabs-contents .tab-content .tabContent h3, .tabs-contents .tab-content .tabContent h4, .tabs-contents .tab-content .tabContent h5, .tabs-contents .tab-content .tabContent h6 {
      margin: 0; }
    .tabs-contents .tab-content .tabContent h2 {
      font-size: 22px; }
    .tabs-contents .tab-content .tabContent h3 {
      font-size: 18px; }
    .tabs-contents .tab-content .tabContent ul li {
      font-weight: 400; }
  .tabs-contents .tab-content#tab-instruction .tabContent {
    text-align: left; }

/* Specification Tab */
.productView-info {
  width: 100%;
  max-width: 430px; }
  @media (max-width: 1024px) {
    .productView-info {
      margin-top: 0; } }
  .productView-info .productView-info-item.productView-info-item--row {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    display: flex;
    min-height: 30px; }
    .productView-info .productView-info-item.productView-info-item--row:last-child {
      border-bottom: 1px solid #cccccc; }
    .productView-info .productView-info-item.productView-info-item--row:nth-child(odd) {
      background: #ffffff; }
    .productView-info .productView-info-item.productView-info-item--row:nth-child(even) {
      background: #EEEEEE; }
    .productView-info .productView-info-item.productView-info-item--row .item--left {
      width: 35%;
      margin-bottom: 0;
      line-height: 1.3;
      display: inline-block;
      padding: 8px;
      font-weight: 500; }
    .productView-info .productView-info-item.productView-info-item--row .item--right {
      width: 65%;
      padding: 8px;
      display: inline-block;
      line-height: 1.3;
      border-left: 1px solid #cccccc;
      margin-bottom: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 1024px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1024px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 1024px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

/* Mint Add new padding bottom mixins */
.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.25rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }
  .form-option-wrapper.form-option--none .form-option-variant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600; }
  .form-option-wrapper.hide_option {
    width: 0;
    padding: 0; }
    .form-option-wrapper.hide_option .form-option-swatch-label {
      display: none !important; }

.form-actions {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.75rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    border-width: 2px; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -20%;
      position: absolute;
      top: 50%;
      transform: rotate(-45deg);
      width: 141%;
      z-index: 2; }
  [data-product-attribute] .form-option-wrapper.unavailable {
    user-select: none;
    pointer-events: none;
    opacity: 0.5; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 320px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 16px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  .card-body .productView-brand {
    max-width: 100%; }
    .card-body .productView-brand a {
      display: inline-block;
      text-align: center;
      width: 100%; }
    .card-body .productView-brand.brand-image {
      max-width: 100px;
      margin: 0 auto 8px; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #221f20; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #221f20; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #221f20;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }

@media (min-width: 1024px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #221f20;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #221f20;
      stroke: #221f20; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #221f20;
    stroke: #221f20;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #221f20; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--quoteapp {
  display: none; }
  .navUser-item--quoteapp.show {
    display: block; }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }
  @media (max-width: 1024px) {
    .navUser-item--compare {
      display: none; } }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #221f20;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 19px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #ed3f36;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 90rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1024px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 90rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1024px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #333333;
    stroke: #333333; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #333333; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #333333;
      stroke: #333333; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: #ffffff;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1024px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 5px 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.has-dropdown-overflow {
    right: 10%; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal .has-dropdown-overflow-lv2 {
    margin-left: -200% !important; } }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.has-dropdown-overflow.navPage-subMegaMenu {
    left: -90% !important; } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 10px 20px; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

@media (max-width: 1024px) {
  .navPages-container .navPages {
    padding: 0; } }

.custom-menu-mobile .navPage-subMenu-list {
  margin-top: 0; }

.custom-menu-mobile .navPages-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0; }

.custom-menu-mobile .navPages-list {
  overflow: hidden;
  position: relative; }

.custom-menu-mobile .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeef1; }
  .custom-menu-mobile .navPages-item .navPages-action {
    color: #333333;
    margin: 0;
    padding: 0 0 0 20px !important;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px; }
    .custom-menu-mobile .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
    .custom-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon {
      min-width: 40px;
      height: 45px;
      z-index: 10;
      top: auto;
      display: block;
      order: 0;
      text-align: center;
      font-size: 0;
      pointer-events: none;
      transform: none; }
      .custom-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #333333;
        stroke: #333333;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto;
        width: 10px;
        height: 6px;
        transition: all 0.5s ease;
        transform: rotate(-90deg); }
    .custom-menu-mobile .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .custom-menu-mobile .navPages-item > .navPages-action {
    font-weight: 700;
    line-height: 45px; }
    .custom-menu-mobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .custom-menu-mobile .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: block;
    position: absolute;
    transition: all .35s ease; }
  .custom-menu-mobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 700; }
  .custom-menu-mobile .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .custom-menu-mobile .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 0; }
    .custom-menu-mobile .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
    .custom-menu-mobile .navPages-item .navPage-subMenu-item-child.is-open .navPage-subMenu {
      display: block; }
  .custom-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action {
    padding-right: 20px !important;
    font-weight: 700;
    color: #221f20;
    background-color: #fafafa; }
    .custom-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      position: relative;
      right: unset;
      transform: rotate(0);
      font-size: 16px;
      color: #221f20;
      margin-left: 0; }
      .custom-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: rotate(-270deg);
        margin: 0 10px 0 0; }
    .custom-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top; }
  .custom-menu-mobile .navPages-item .navPage-subMenu-title .icon {
    line-height: 1;
    margin-right: 2px; }
  .custom-menu-mobile .navPages-item.is-open > .navPage-subMenu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }

.custom-menu-mobile .socialLinks {
  margin: 15px 0 0 0 !important; }

.custom-menu-mobile .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0; }
  .custom-menu-mobile .socialLinks-item svg {
    width: 19px;
    height: 19px; }

.custom-menu-mobile .is-open {
  border-bottom: 0; }
  .custom-menu-mobile .is-open > .navPages-action {
    display: none !important; }
  .custom-menu-mobile .is-open > .navPage-subMenu {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    margin: 0; }
    .custom-menu-mobile .is-open > .navPage-subMenu > .navPage-subMenu-list {
      padding-left: 0; }
      .custom-menu-mobile .is-open > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block; }
    .custom-menu-mobile .is-open > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }
    .custom-menu-mobile .is-open > .navPage-subMenu .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }

.custom-menu-mobile .is-hidden {
  display: none !important; }

@media (min-width: 1025px) {
  .custom-menu-mobile .navPages-container::-webkit-scrollbar {
    width: 8px; }
  .custom-menu-mobile .navPages-container::-webkit-scrollbar-track {
    background: #fafafa; }
  .custom-menu-mobile .navPages-container::-webkit-scrollbar-thumb {
    background: #999999; }
  .custom-menu-mobile .navPages-container::-webkit-scrollbar-thumb:hover {
    background: #e5e5e5; }
  .custom-menu-mobile .custom-sidebar-close {
    display: none !important; } }

.custom-bottomHeader .navPages .navPage-subMenu-title,
.custom-bottomHeader .navPages .navPage-subMenu-item-parent {
  display: none; }

@media (min-width: 1024px) {
  .custom-bottomHeader .navPages .navPages-item .navPage-subMenu {
    z-index: 2;
    opacity: 0;
    left: auto;
    top: auto;
    height: auto;
    margin: auto;
    display: block;
    width: 255px;
    padding: 5px 0;
    text-align: left;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
    transform: translate3d(0, 50px, 0); }
    .custom-bottomHeader .navPages .navPages-item .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child:not(:last-child)::after {
      bottom: 0;
      left: 20px;
      right: 20px;
      content: '';
      height: 1px;
      position: absolute;
      background-color: #ebebeb; }
    .custom-bottomHeader .navPages .navPages-item .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-action {
      text-transform: none;
      font-weight: normal;
      position: relative; }
  .custom-bottomHeader .navPages .navPages-item:hover > .navPage-subMenu {
    top: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  .custom-bottomHeader .navPages .navPages-item .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .custom-bottomHeader .navPages .navPages-item .navPage-subMenu .navPage-subMenu-item-child .navPage-subMenu {
      left: 100%; }
    .custom-bottomHeader .navPages .navPages-item .navPage-subMenu .navPage-subMenu-item-child:hover > .navPage-subMenu {
      top: -5px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); } }

.custom-bottomHeader .navPages > .navPages-list > .navPages-item {
  padding: 0 20px 0;
  position: relative; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item > .navPages-action {
    padding: 5px 0 12px; }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item > .navPages-action::before {
      bottom: 10px; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item .navPages-action .icon {
    margin-left: 6px;
    font-weight: 400; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item.has-brand-megamenu {
    position: static; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item--sale > .navPages-action {
    background-position: 0;
    background-image: linear-gradient(to right, #ED4635, #ED4635 50%, #221f20 50%); }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--sale > .navPages-action:not(:hover)::before {
      width: 0; }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--sale > .navPages-action svg {
      fill: #ED4635;
      stroke: #ED4635;
      color: #ED4635; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item--re-lived > .navPages-action {
    background-position: 0;
    background-image: linear-gradient(to right, #46952E, #46952E 50%, #221f20 50%); }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--re-lived > .navPages-action::before {
      background-image: linear-gradient(to right, #46952E, #46952E 50%, #46952E 50%); }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--re-lived > .navPages-action:not(:hover)::before {
      width: 0; }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--re-lived > .navPages-action svg {
      fill: #46952E;
      stroke: #46952E;
      color: #46952E; }
  .custom-bottomHeader .navPages > .navPages-list > .navPages-item--rental > .navPages-action {
    background-position: 0;
    background-image: linear-gradient(to right, #3769ab, #3769ab 50%, #221f20 50%); }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--rental > .navPages-action::before {
      background-image: linear-gradient(to right, #3769ab, #3769ab 50%, #3769ab 50%); }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--rental > .navPages-action:not(:hover)::before {
      width: 0; }
    .custom-bottomHeader .navPages > .navPages-list > .navPages-item--rental > .navPages-action svg {
      fill: #3769ab;
      stroke: #3769ab;
      color: #3769ab; }

#menu .navPages-item.hasMegamenu {
  position: relative; }

#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px;
  min-width: 990px; }
  #menu .navPage-subMegaMenu.navPage-subMenu > .container {
    padding: 0px 28px 20px 24px;
    padding-left: 24px;
    padding-right: 28px; }
  #menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 7px 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:after {
    content: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
    top: auto; }
  #menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important; }
  @media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
      max-height: 400px;
      overflow-y: auto; } }
  @media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }
  @media (min-width: 1281px) {
    #menu .navPage-subMegaMenu > .container {
      max-width: 1200px;
      padding-left: 15px;
      padding-right: 15px; } }

#menu .navPages-item.hasMegamenu > .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu {
  left: 0;
  top: -6px;
  transform: unset; }
  #menu .navPages-item.hasMegamenu > .navPage-subMenu .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu .navPage-subMenu-action {
    font-weight: 400;
    padding: 4px 0; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: 0px;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: 0px; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1025px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem;
      padding-top: 42px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%;
        filter: brightness(0.8); } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: white;
  font-size: 19px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 16px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 1024px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1024px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 684px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 19px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 19px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757575;
    line-height: 27px; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 16px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 16px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 10px; } }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0;
  margin-right: 0.375rem;
  font-size: clamp(14px, 0.955vw, 16px);
  font-weight: 700;
  color: #333333;
  text-transform: uppercase; }

.productView-info-value {
  margin-bottom: 0;
  color: #46952E;
  font-weight: 600;
  font-size: clamp(14px, 0.955vw, 16px); }

.tab-content .productView-info {
  display: block; }

.tab-content .productView-info-value {
  color: #221f20; }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.6875rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.8125rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 10px; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100% !important; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #757575;
    display: block;
    margin-top: 0.375rem;
    padding: 0.375rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale:not([data-subtract-price]),
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  display: flex; }

.compareTable-row {
  vertical-align: top;
  display: flex; }
  .compareTable-row:not(.slick-initialized) {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth; }
  .compareTable-row .slick-list {
    width: 100%; }
  .compareTable-row .slick-track {
    margin-left: 0; }
  .compareTable-row .slick-prev {
    left: -5px; }
  .compareTable-row .slick-next {
    right: -5px; }
  .compareTable-row .slick-arrow {
    top: 20%; }
  .compareTable-row .compareTable-heading,
  .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }
  .compareTable-row::-webkit-scrollbar {
    height: 8px; }
  .compareTable-row::-webkit-scrollbar-track {
    background: #fafafa; }
  .compareTable-row::-webkit-scrollbar-thumb {
    background: #999999; }
  .compareTable-row::-webkit-scrollbar-thumb:hover {
    background: #e5e5e5; }
  @media (min-width: 1024px) {
    .compareTable-row {
      width: calc(100% - 250px); }
      .compareTable-row.slick-initialized {
        min-width: calc(100% - 250px);
        width: calc(100% - 250px); } }

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-wrap .clear-comp-btn {
    width: 100%;
    max-width: 100px; }
  @media (max-width: 550px) {
    .header-wrap {
      flex-direction: column; }
      .header-wrap .page-heading {
        margin-bottom: 20px; } }

.compareTable-header {
  width: 0;
  display: none; }
  @media (min-width: 1024px) {
    .compareTable-header {
      display: inline-block;
      width: 250px;
      padding-right: 10px; } }

.compareTable-heading {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: right;
  padding: 1.23077rem 1rem; }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-heading--card {
  margin-top: 2.03846rem; }

.compareTable-item {
  padding: 1.25rem 0; }
  .compareTable-item.compareTable-item--other ul {
    margin-bottom: 0; }
  @media (max-width: 374px) {
    .compareTable-item {
      padding-left: 5px;
      padding-right: 5px; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem;
  display: flex;
  justify-content: center; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  width: 50%;
  flex: 0 0 50%;
  display: inline-block;
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    .compareTable-product .card::after {
      display: none; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
    .compareTable-product .card-body .card-title {
      min-height: 32px; }
      .compareTable-product .card-body .card-title a {
        text-align: left; }
    .compareTable-product .card-body .price-section {
      text-align: left; }
  .compareTable-product .card-figure {
    overflow: visible; }
  @media (max-width: 374px) {
    .compareTable-product {
      padding: 20px 5px; } }
  @media (min-width: 767px) {
    .compareTable-product {
      width: 33.33333%;
      flex: 0 0 33.33333%; } }
  @media (min-width: 1440px) {
    .compareTable-product {
      width: 25%;
      flex: 0 0 25%; } }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.card {
  position: relative;
  padding: 0 10px;
  transition: transform .35s ease-in-out; }
  .card .card-figure .card-img-container img {
    transition: transform .35s ease-in-out; }
    @supports (-webkit-hyphens: none) {
      .card .card-figure .card-img-container img {
        will-change: unset !important; } }
  .card-body .card-title a {
    color: #221f20;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    transition: color .25s ease-in;
    width: 100%; }
    .card-body .card-title a:hover {
      color: #ed3f36; }
  .card-body .price-section {
    font-size: 18px;
    color: #221f20;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    .card-body .price-section .price-section--minor {
      color: #221f20; }
    .card-body .price-section-salePrice {
      color: #ed3f36; }
      .card-body .price-section-salePrice .price {
        color: #ed3f36; }
    .card-body .price-section.non-sale-price--withoutTax, .card-body .price-section.non-sale-price--withTax {
      font-size: clamp(12px, 0.803vw, 14px);
      color: #221f20;
      font-weight: 600;
      margin-top: -3px; }
      .card-body .price-section.non-sale-price--withoutTax span, .card-body .price-section.non-sale-price--withTax span {
        letter-spacing: 1px; }
  .card-body--product-rating {
    text-align: center;
    margin-top: 10px; }
    .card-body--product-rating .rating-small .icon {
      width: 16px;
      height: 16px; }
  .card-body[data-test-info-type="brandName"] {
    display: none; }
  .card-figcaption {
    position: relative;
    margin-top: 5px;
    display: block;
    opacity: 1;
    transition: all 0.35s ease; }
    .card-figcaption-body {
      top: 0;
      width: 100%;
      transform: unset; }
      .card-figcaption-body .button.quickview {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
    .card-figcaption-button {
      text-transform: none; }
    @media (min-width: 1025px) {
      .card-figcaption {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 16px, 0); } }
  .card::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1; }
    @media (max-width: 1024px) {
      .card::after {
        opacity: 1; } }
  @media (min-width: 1025px) {
    .card:hover .card-figure .card-img-container img {
      transform: scale(1.05); }
    .card:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
    .card:hover::after {
      opacity: 1;
      transform: scale(1.05); } }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }
  .facetedSearch-optionColumns.loading {
    opacity: 0.2;
    z-index: 20; }
    .facetedSearch-optionColumns.loading::before {
      height: 3.07692rem;
      width: 3.07692rem;
      border-radius: 3.07692rem;
      border: solid 2px;
      border-color: white white #999999 #999999;
      content: "";
      display: block;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
      animation: spin 500ms infinite; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

/* Mint start custom filter */
#facetedSearch-navList {
  margin-top: 0; }
  #facetedSearch-navList .accordion--navList .accordion-block {
    margin-top: 10px; }
    #facetedSearch-navList .accordion--navList .accordion-block:first-child {
      margin-top: 0; }
    #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
      background-color: #F1F0F0;
      padding: 12px 13px 13px 14px; }
      @media (max-width: 1024px) {
        #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
          padding: 0; } }
      #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation:not(.is-open) {
        margin-bottom: 0 !important; }
    #facetedSearch-navList .accordion--navList .accordion-block .accordion-title {
      font-size: clamp(14px, 0.955vw, 16px);
      line-height: 17px;
      letter-spacing: 0;
      color: #333333;
      text-transform: uppercase; }
      #facetedSearch-navList .accordion--navList .accordion-block .accordion-title-sub {
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        color: #ed3f36; }
    @media (min-width: 1025px) {
      #facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
        padding: 0 13px; } }
    #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action {
      padding-left: 24px;
      color: #333333;
      font-size: clamp(12px, 0.803vw, 14px);
      letter-spacing: 0;
      line-height: 15px; }
      #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action.navList-action--checkbox {
        margin-bottom: 2px; }
      #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action::before {
        width: 11px;
        height: 12px;
        border-radius: 0; }
    #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList + .toggleLink {
      color: #333333;
      font-style: italic;
      font-size: 12px;
      font-weight: 500;
      padding-left: 24px; }

#facetedSearch .facetedSearch-refineFilters {
  display: none; }
  #facetedSearch .facetedSearch-refineFilters:has(.inlineList) {
    display: block; }

.banners {
  background-color: #ed3f36;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1024px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }
  @media (max-width: 1024px) {
    .cart-item {
      padding-bottom: 2.5rem; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1024px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }
  @media (max-width: 374px) {
    .cart-item-image {
      max-width: unset !important;
      width: 100%; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

.cart-header-quantity,
.cart-item-quantity {
  text-align: left;
  position: relative; }

.cart-item-quantity .form-increment {
  margin-left: 0px;
  width: fit-content; }
  .cart-item-quantity .form-increment .button {
    min-width: unset;
    min-height: unset;
    width: 18px;
    height: 18px;
    background-color: #F4F4F4;
    border-radius: 50%; }
    .cart-item-quantity .form-increment .button .icon {
      width: 12px;
      height: 12px;
      color: #727C8E;
      position: absolute;
      top: 50%;
      left: calc(50% + 0.4px);
      transform: translate(-50%, -50%); }
    .cart-item-quantity .form-increment .button:hover {
      background-color: #ed3f36; }
      .cart-item-quantity .form-increment .button:hover .icon svg {
        fill: #ffffff; }
  .cart-item-quantity .form-increment input {
    color: #727C8E;
    font-weight: 500;
    font-size: 15px !important; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    font-size: 13px; }
  @media (max-width: 550px) {
    .cart-item-quantity .form-increment {
      width: 66.66667%;
      margin-left: calc(33.3333% + 20px); } }

.cart-item-label {
  color: #221f20;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%;
  font-size: clamp(14px, 0.955vw, 16px);
  font-weight: 600; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem;
  font-weight: 600; }

.cart-item-name {
  display: inline-block;
  font-size: clamp(14px, 0.955vw, 16px);
  margin: 0;
  color: #232323; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #221f20; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1024px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }
  @media (max-width: 550px) {
    .cart-total-grandTotal {
      padding-top: 7px; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.page-type-cart .breadcrumb-wrapper {
  margin-top: 14px; }
  .page-type-cart .breadcrumb-wrapper .breadcrumbs {
    margin-bottom: 0px; }

.page-type-cart .page-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  color: #2E2E22;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 42px; }
  .page-type-cart .page-heading span {
    font-size: 16px;
    color: #232323;
    font-weight: 500; }

.page-type-cart .cart {
  margin-bottom: 10px; }
  .page-type-cart .cart-header-item {
    font-size: clamp(14px, 0.955vw, 16px);
    text-transform: uppercase;
    color: #232323;
    padding-bottom: 8px; }
  @media (min-width: 1025px) {
    .page-type-cart .cart-list .cart-item-figure {
      width: 10.33333%; } }
  .page-type-cart .cart-list .cart-item-image {
    max-width: 132px; }
  .page-type-cart .cart-list .cart-item-title {
    font-size: clamp(14px, 0.955vw, 16px);
    padding-bottom: 10px; }
  .page-type-cart .cart-list .cart-item-brand {
    color: #515C6F;
    line-height: 1;
    margin-bottom: 0px; }
  .page-type-cart .cart-list .cart-item-info {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 10px; }
    .page-type-cart .cart-list .cart-item-info:first-child {
      margin-top: 10px; }
    .page-type-cart .cart-list .cart-item-info .cart-remove {
      width: 24px;
      height: 24px;
      margin-top: 0px;
      background-color: unset;
      padding: 0px;
      position: relative; }
      .page-type-cart .cart-list .cart-item-info .cart-remove svg {
        fill: #ed3f36; }
      .page-type-cart .cart-list .cart-item-info .cart-remove:hover svg {
        fill: #757575; }
    .page-type-cart .cart-list .cart-item-info [data-item-edit] {
      font-size: clamp(12px, 0.803vw, 14px);
      position: absolute;
      margin-top: 20px;
      margin-left: 18px; }
      @media (max-width: 1024px) {
        .page-type-cart .cart-list .cart-item-info [data-item-edit] {
          margin-top: 10px; } }
      @media (max-width: 550px) {
        .page-type-cart .cart-list .cart-item-info [data-item-edit] {
          margin-top: 10px;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-top: 0px; } }
    .page-type-cart .cart-list .cart-item-info .cart-item-value {
      margin-bottom: 5px; }
    .page-type-cart .cart-list .cart-item-info .cart-item-label {
      margin-bottom: 0px;
      line-height: 26px; }

.page-type-cart [data-cart-totals] .cart-totals {
  max-width: 455px; }
  .page-type-cart [data-cart-totals] .cart-totals .cart-total-label {
    font-size: clamp(14px, 0.955vw, 16px);
    font-weight: 700;
    color: #232323;
    padding-bottom: 12px; }
  .page-type-cart [data-cart-totals] .cart-totals .cart-total-value {
    font-size: clamp(14px, 0.955vw, 16px);
    color: #515C6F;
    font-weight: 600;
    padding-bottom: 12px; }
    .page-type-cart [data-cart-totals] .cart-totals .cart-total-value button {
      color: #515C6F;
      text-underline-offset: 3px; }
      .page-type-cart [data-cart-totals] .cart-totals .cart-total-value button:hover {
        color: #ed3f36; }
  .page-type-cart [data-cart-totals] .cart-totals .cart-total .coupon-code .form-input,
  .page-type-cart [data-cart-totals] .cart-totals .cart-total .gift-certificate-code .form-input {
    width: 60%;
    float: right; }
  .page-type-cart [data-cart-totals] .cart-totals .cart-total .coupon-code .button,
  .page-type-cart [data-cart-totals] .cart-totals .cart-total .gift-certificate-code .button {
    margin-left: 0px;
    margin-top: 13px;
    width: 60%;
    float: right; }
  @media (max-width: 1024px) {
    .page-type-cart [data-cart-totals] .cart-totals {
      max-width: 370px; }
      .page-type-cart [data-cart-totals] .cart-totals .cart-total-label {
        text-align: left; }
      .page-type-cart [data-cart-totals] .cart-totals .cart-total-value {
        width: 50%;
        text-align: right; }
      .page-type-cart [data-cart-totals] .cart-totals .cart-total .estimator-form-label {
        padding-left: 19.5px; } }
  @media (max-width: 550px) {
    .page-type-cart [data-cart-totals] .cart-totals .cart-total-value {
      width: 66.6666%; } }

.page-type-cart .cart-actions .button {
  color: #ffffff;
  font-size: 10px;
  min-height: 40px;
  min-width: 192px;
  line-height: 25px; }
  .page-type-cart .cart-actions .button .text {
    font-weight: 700; }
  .page-type-cart .cart-actions .button::before {
    border-bottom-color: #333333;
    border-image: #333333; }
  .page-type-cart .cart-actions .button:hover {
    border-color: #333333; }
    .page-type-cart .cart-actions .button:hover .text {
      color: #ffffff; }

@media (max-width: 550px) {
  .page-type-cart .cart-actions .b2b-cart-to-quote {
    margin-top: 13px;
    width: 100%;
    margin-right: 0px;
    border-radius: unset; } }

@media (max-width: 550px) {
  .configure-product-modal {
    padding-left: 10px;
    padding-right: 10px; } }

.configure-product-modal #CartEditProductFieldsForm .select-option-label {
  font-size: 10px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px; }

.configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) {
  background-color: #F1F0F0;
  padding: 12px 15px 12px 15px; }
  .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label {
    font-size: clamp(12px, 0.803vw, 14px);
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label small {
      margin-left: 2px;
      color: #ed3f36;
      font-weight: 800; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label .icon {
      width: 16px;
      height: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label .icon svg {
        color: #ed3f36;
        stroke-width: 2px;
        transition: transform 0.2s ease-in; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label::before {
      border: solid #BBB;
      border-width: 2px; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .form-label::after {
      transform: scale(0.9); }
  .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) [data-custom-dropdown-content] {
    overflow: hidden; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option {
      margin-right: 0px;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
      .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option .form-option-expanded {
        display: none; }
  .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments).is-open {
    padding-bottom: 0px; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments).is-open [data-custom-dropdown-content] {
      margin-top: 24px; }
    .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments).is-open .form-label .icon svg {
      transform: rotate(180deg); }
  .configure-product-modal #CartEditProductFieldsForm .form-field:not(.form-field--increments) .productOptions-list {
    margin-bottom: 20px; }

.configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper {
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 10px;
  margin-bottom: 14.8px; }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--color,
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label {
    display: block;
    width: 100%;
    padding-left: 19px;
    font-weight: 600;
    position: relative; }
    .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::before {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out;
      background-color: white;
      height: 1.23077rem;
      left: -4px;
      top: 0;
      width: 1.23077rem;
      border: solid #BBB;
      border-width: 2px;
      border-radius: 50%; }
    .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out;
      height: 1.07692rem;
      left: -3px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.07692rem;
      border-radius: 1.07692rem;
      background: rgba(51, 51, 51, 0.999);
      border: 3px solid white;
      background-color: #0075FF; }
    @media (max-width: 767px) {
      .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label {
        text-align: left; } }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option-swatch-label::after {
    opacity: 1;
    transform: scale(0.9); }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch {
    margin-right: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 7px; }
    .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch::after {
      content: "";
      display: block;
      padding-bottom: 100%; }

@media (max-width: 1200px) and (min-width: 1025px) {
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="swatch"] .form-option-row .form-option-wrapper {
    width: 25%; } }

.configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label {
  margin-bottom: 20px; }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::before {
    top: 1px; }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::after {
    top: 2px;
    background-color: #0075FF; }

.configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-select"] {
  padding-top: 6.5px;
  padding-bottom: 6.5px; }
  .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-select"].field-set-select .form-label {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-select"].field-set-select .form-label .form-select {
      font-size: 13px;
      color: #221f20;
      max-width: unset;
      margin-left: 5px;
      border: none;
      background-color: #F1F0F0;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 58.026 58.026" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M29.013 46.019c-1.1 0-2.1-.4-2.9-1.2l-25-26c-1.5-1.6-1.5-4.1.1-5.7 1.6-1.5 4.1-1.5 5.7.1l22.1 23 22.1-23c1.5-1.6 4.1-1.6 5.7-.1s1.6 4.1.1 5.7l-25 26c-.8.8-1.8 1.2-2.9 1.2z" fill="%23ed3f36" opacity="1" data-original="%23ed3f36" class=""></path></g></svg>');
      background-repeat: no-repeat;
      background-size: 16px;
      background-position: right 0px top 0.53846rem; }

.configure-product-modal #CartEditProductFieldsForm .form-field[data-product-attribute="set-rectangle"] [data-custom-dropdown-content] .form-option {
  padding: 6px 0; }

.configure-product-modal #CartEditProductFieldsForm #add-to-cart-wrapper .add-to-cart-buttons {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px; }
  .configure-product-modal #CartEditProductFieldsForm #add-to-cart-wrapper .add-to-cart-buttons .form-action .button {
    min-height: 40px; }

.configure-product-modal #CartEditProductFieldsForm .custom-actions {
  display: block;
  width: 100%; }
  .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button {
    background-color: #E9E9E9;
    border: none;
    min-height: 35px;
    padding-left: 18px; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button::before {
      background: transparent;
      border-right: var(--border-offset) solid transparent;
      border-bottom: var(--border-offset) solid #333333;
      border-bottom-color: #333333; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button .text {
      color: #333333;
      font-weight: 600;
      font-size: 11px; }
      .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button .text .icon {
        width: 24px;
        height: 24px;
        margin-right: 13px; }
        .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button .text .icon svg {
          fill: #9F9F9F; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:hover .text, .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:focus .text, .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:active .text {
      color: #FDFDFD; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:hover .icon svg, .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:focus .icon svg, .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button:active .icon svg {
      fill: #A6A6A6; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button .compare-action-input {
      opacity: 0; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions-item .button.btn-active .text {
      color: #FDFDFD; }
  .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-list,
  .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-quote {
    padding: 0px 2px;
    border: none;
    margin-right: 0px;
    background-color: transparent !important; }
    .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-list .button,
    .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-quote .button {
      margin-bottom: 0px; }
      .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-list .button .text,
      .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-quote .button .text {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 35px; }
    @media (min-width: 551px) {
      .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-list,
      .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-quote {
        padding: 0px 5px; } }
  .configure-product-modal #CartEditProductFieldsForm .custom-actions .b2b-add-to-quote {
    order: 1; }
  .configure-product-modal #CartEditProductFieldsForm .custom-actions .ask-expert-action {
    order: 2; }
  .configure-product-modal #CartEditProductFieldsForm .custom-actions .product-compare-action {
    order: 3; }
    @media (max-width: 1024px) {
      .configure-product-modal #CartEditProductFieldsForm .custom-actions .product-compare-action {
        display: none; } }

.configure-product-modal #CartEditProductFieldsForm .form-actions .button {
  min-height: 40px;
  min-width: 120px; }

.configure-product-modal #CartEditProductFieldsForm [data-product-attributes-wrapper] {
  height: fit-content !important; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 16px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #ed3f36; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart-header {
  position: relative;
  padding: 16px 15px 14px 15px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #e5e5e5; }
  .previewCart-header .title {
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase; }
  .previewCart-header .text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: #221f20; }
  .previewCart-header .cart-quantity {
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #221f20;
    line-height: 27px;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 1025px) {
    .previewCart-header {
      padding: 10px 25px; } }

.previewCart {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }
  .previewCart .previewCartAction {
    padding: 15px; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      width: 100%;
      padding: 0; }
      .previewCart .previewCartAction .previewCartAction-checkout a,
      .previewCart .previewCartAction .previewCartAction-viewCart a {
        height: 40px;
        line-height: 40px; }
    .previewCart .previewCartAction .previewCartAction-checkout {
      margin-bottom: 10px; }
      .previewCart .previewCartAction .previewCartAction-checkout .button {
        color: #fff; }
        .previewCart .previewCartAction .previewCartAction-checkout .button:hover {
          color: #ed3f36; }
    .previewCart .previewCartAction .previewCartAction-viewCart .button-trans-outline {
      width: 100%;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500; }

@media (min-width: 1024px) {
  .previewCartCheckout {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: right; } }

.previewCartCheckout .previewCartCheckout-wrap {
  background: #e5e5e5;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 20px; }

.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%; }
  .previewCartCheckout .button + p {
    margin-top: 0.75rem; }
  .previewCartCheckout .button:not(:last-child) {
    margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .suggestiveCart {
      display: block; } }

.openCartSidebar {
  overflow: hidden; }
  .openCartSidebar #custom-cart-sidebar {
    right: 0;
    z-index: 105; }
    .openCartSidebar #custom-cart-sidebar .previewCartAction-viewCart .button-trans-outline::after, .openCartSidebar #custom-cart-sidebar .previewCartAction-viewCart .button-trans-outline::before {
      width: 100%; }
    .openCartSidebar #custom-cart-sidebar .previewCartAction-viewCart .button-trans-outline .text::after, .openCartSidebar #custom-cart-sidebar .previewCartAction-viewCart .button-trans-outline .text::before {
      height: 100%; }
    .openCartSidebar #custom-cart-sidebar .previewCartItem {
      display: block;
      padding: 20px 15px; }
  .openCartSidebar .modal-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1024px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 16px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.category-suggestion {
  font-size: 13px; }

@media (min-width: 1025px) {
  .page-type-search .page {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1025px) {
  .page-type-search .page-sidebar {
    position: relative; } }

.navBar--account {
  display: none; }
  @media (min-width: 1024px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 19px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #ed3f36;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #dddddd; }

.icon--ratingFull svg {
  fill: #ed3f36; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 16px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.openSidebar {
  overflow: hidden; }
  .openSidebar .facetedSearch.sidebarBlock .facetedSearch-toggle {
    display: none; }
  .openSidebar .facetedSearch.sidebarBlock #facetedSearch-navList {
    display: block; }

.page-type-category .container.category-body {
  overflow: hidden; }

.page-type-category .page-category.page-listing {
  padding-bottom: 26px; }

[data-page-type="category"] .body {
  margin-top: 0; }

.category-header-image {
  width: 100%; }

.categoryHeader__container {
  margin-bottom: 10px; }

.categoryHeader {
  margin-top: 30px;
  margin-bottom: 15px; }
  .categoryHeader:not(.categoryHeader--img) .categoryHeader__content {
    color: #221f20; }
    .categoryHeader:not(.categoryHeader--img) .categoryHeader__content .page-heading,
    .categoryHeader:not(.categoryHeader--img) .categoryHeader__content .categoryHeader__des {
      color: #221f20; }
  @media (min-width: 1025px) {
    .categoryHeader {
      margin-bottom: 50px; }
      .categoryHeader .categoryHeader__content {
        max-width: 690px; } }
  .categoryHeader .categoryHeader__content {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .categoryHeader .categoryHeader__content .page-heading {
      color: #ffffff;
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .categoryHeader .categoryHeader__content .page-heading {
          margin-bottom: 10px; } }
    .categoryHeader .categoryHeader__content .categoryHeader__des {
      font-size: clamp(14px, 0.955vw, 16px);
      letter-spacing: 0;
      line-height: 21px;
      overflow: hidden;
      text-align: center !important;
      font-weight: 500;
      transition: max-height .35s ease-in-out; }
      .categoryHeader .categoryHeader__content .categoryHeader__des a {
        color: #ffffff;
        text-decoration: underline; }
        .categoryHeader .categoryHeader__content .categoryHeader__des a:hover {
          color: #ed3f36; }
      .categoryHeader .categoryHeader__content .categoryHeader__des p {
        margin-bottom: 0px;
        text-align: center !important;
        line-height: 1.3; }
      .categoryHeader .categoryHeader__content .categoryHeader__des > * {
        color: #ffffff; }
  @media (max-width: 767px) {
    .categoryHeader .categoryHeader__content .page-heading {
      font-size: 26px; } }
  .categoryHeader .categoryViewMore__wrapper .categoryViewMore__button {
    color: #ffffff;
    line-height: 21px;
    font-weight: 600;
    font-size: 13px; }
    @media (min-width: 1025px) {
      .categoryHeader .categoryViewMore__wrapper .categoryViewMore__button:hover {
        color: #ed3f36; } }
  @media (max-width: 1024px) {
    .categoryHeader .categoryViewMore__wrapper {
      padding-top: 20px; } }
  @media (max-width: 1599px) {
    .categoryHeader .categoryViewMore__wrapper {
      padding-top: 14px; } }

.categoryHeader--img {
  margin-top: 0;
  position: relative; }
  .categoryHeader--img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(70%) blur(2px);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-image: var(--var-background-image); }
  .categoryHeader--img .categoryHeader__content {
    padding: 20px; }
    .categoryHeader--img .categoryHeader__content.show-more .categoryHeader__des {
      max-height: auto !important; }
    .categoryHeader--img .categoryHeader__content:not(.show-more) .categoryHeader__des {
      mask-image: linear-gradient(black, transparent); }
  @media (min-width: 1025px) {
    .categoryHeader--img {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 0; }
      .categoryHeader--img .categoryHeader__content {
        padding: 19px 15px;
        width: 100%;
        max-width: 1110px;
        margin: 0 auto;
        z-index: 2;
        position: relative;
        top: 0;
        background-color: transparent;
        min-height: 158px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .categoryHeader--img .categoryHeader__img {
    position: relative;
    display: block;
    min-height: 158px; }
    .categoryHeader--img .categoryHeader__img::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 8.22917%;
      width: 100%; }
    .categoryHeader--img .categoryHeader__img img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 100%;
      max-height: 100%;
      height: 100%;
      object-fit: cover;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    @media (min-width: 1025px) {
      .categoryHeader--img .categoryHeader__img {
        filter: blur(3px); } }
    @media (max-width: 1599px) {
      .categoryHeader--img .categoryHeader__img {
        min-height: 174px; } }

/* Modal View All Category Description */
#modal .modal-content-category {
  padding: 20px;
  text-align: center; }
  #modal .modal-content-category p {
    font-size: 15px; }

/* Custom Sub Categories */
.subCategories {
  margin-top: 10px;
  overflow: hidden; }
  .subCategories .container {
    padding: 0 40px; }
  .subCategories__list {
    --f-col: 7;
    --f-gap: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc(var(--f-gap) / -2);
    margin-right: calc(var(--f-gap) / -2);
    list-style: none;
    margin-bottom: 18px; }
    @media (max-width: 1199px) {
      .subCategories__list {
        --f-col: 5;
        --f-gap: 30px; } }
    @media (max-width: 767px) {
      .subCategories__list {
        --f-col: 4;
        --f-gap: 20px; } }
    @media (max-width: 550px) {
      .subCategories__list {
        --f-col: 3; } }
    @media (max-width: 374px) {
      .subCategories__list {
        --f-col: 2; } }
  .subCategories__item {
    padding-left: calc(var(--f-gap) / 2);
    padding-right: calc(var(--f-gap) / 2);
    flex: 0 0 calc(100% / var(--f-col));
    max-width: calc(100% / var(--f-col));
    margin-bottom: 20px; }
  .subCategories__action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .subCategories__image {
    border-radius: 50%;
    max-width: 90px;
    height: 90px;
    object-fit: cover; }
  .subCategories__title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 8px;
    text-align: center;
    padding: 0 5px; }
  @media (max-width: 767px) {
    .subCategories .container {
      padding: 0; } }

.compare-link {
  display: block;
  position: fixed;
  top: auto;
  bottom: 130px;
  right: 45px;
  z-index: 100;
  pointer-events: auto;
  transform: translateY(-50%); }
  .compare-link .button {
    background: #ffffff;
    overflow: unset;
    border-color: #c5c5cf;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    .compare-link .button .countPill {
      position: absolute;
      top: -9px;
      right: -9px;
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      width: 22px;
      line-height: 22px;
      background-color: #ed3f36;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700; }
  .compare-link .button {
    display: none; }
    .compare-link .button.show {
      display: block; }

.breadcrumb-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px; }
  .breadcrumb-wrapper .breadcrumbs {
    text-align: left; }
    .breadcrumb-wrapper .breadcrumbs .breadcrumb::before {
      content: "";
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 492.004 492.004" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z" fill="%23221f20" opacity="1" data-original="%23221f20" class=""></path></g></svg>');
      border: none;
      background-size: cover;
      width: 6px;
      height: 7px;
      transform: unset;
      top: 50%; }
    .breadcrumb-wrapper .breadcrumbs .breadcrumb-label {
      font-weight: 500;
      color: #221f20; }
      .breadcrumb-wrapper .breadcrumbs .breadcrumb-label:hover {
        color: #ed3f36; }

/* Page Content */
.category-count-product-view {
  text-align: center;
  color: #221F20;
  font-size: clamp(12px, 0.803vw, 14px);
  font-weight: 500;
  letter-spacing: 0.6px; }

#listing-showmoreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px; }
  #listing-showmoreBtn .button {
    padding: 0;
    height: 36px;
    width: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px; }

#faceted-search-container .facetedSearch-refineFilters {
  margin-bottom: 20px; }

#faceted-search-container .accordion-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 600; }

#faceted-search-container .accordion-indicator {
  fill: #ed3f36; }

#faceted-search-container .accordion-navigation {
  fill: #ed3f36;
  padding: 11px 13px 11px 14px !important; }

#faceted-search-container .accordion-block .facetedSearch-clearLink {
  right: 40px;
  top: 10px;
  text-decoration: underline; }
  #faceted-search-container .accordion-block .facetedSearch-clearLink:hover {
    color: #ed3f36; }

#faceted-search-container .accordion-block .navList-item .navList-action--checkbox {
  position: relative;
  font-weight: 600; }
  #faceted-search-container .accordion-block .navList-item .navList-action--checkbox::after {
    background-image: unset;
    box-shadow: inset 1em 1em #706c6d;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    width: 8px;
    height: 8px;
    transition: 120ms transform ease-in-out;
    transform: scale(0);
    margin-top: -0.4546rem;
    left: 1.8px; }
  #faceted-search-container .accordion-block .navList-item .navList-action--checkbox.is-selected::after {
    transform: scale(1); }

.main-content-wrapper {
  float: left;
  width: 100%; }
  @media (min-width: 1025px) {
    .main-content-wrapper {
      padding: 0 15px;
      width: calc(100% - 330px); } }

.label-definition {
  margin-bottom: 10px;
  margin-top: 10px; }
  .label-definition__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
  .label-definition__item {
    width: 50%;
    min-height: 30px;
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px; }
    .label-definition__item .icon--circle {
      height: 100%;
      min-width: 30px;
      padding: 0; }
      .label-definition__item .icon--circle svg {
        width: 30px;
        height: 30px;
        fill: #ffffff; }
    .label-definition__item .icon--greener {
      background-color: #006944;
      border-radius: 50%;
      min-width: 30px;
      height: 30px;
      overflow: hidden;
      position: relative; }
      .label-definition__item .icon--greener svg {
        width: 35px;
        height: 35px;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .label-definition__item .icon--retangle {
      min-width: 50px; }
      .label-definition__item .icon--retangle.flag-top-right {
        padding: 5px; }
        .label-definition__item .icon--retangle.flag-top-right .sale-text {
          font-size: 9px; }
    .label-definition__item .text {
      flex: 1;
      line-height: 1.2;
      margin-left: 10px;
      font-size: clamp(14px, 0.955vw, 16px);
      color: #221f20;
      font-weight: 500; }
  @media (min-width: 551px) {
    .label-definition--mb .label-definition__list {
      justify-content: flex-start; }
    .label-definition--mb .label-definition__item {
      width: auto;
      flex: 1;
      min-width: 200px; }
      .label-definition--mb .label-definition__item .text {
        flex: unset; } }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #221f20;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: rgba(252, 252, 252, 0.9);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header .section-icon-with-text {
    display: none; }
  .page-type-default .header {
    position: absolute; }
    .page-type-default .header .section-icon-with-text {
      background-color: rgba(252, 252, 252, 0.9);
      display: block;
      margin-top: -1px; }
    .page-type-default .header.is-sticky .section-icon-with-text {
      display: none; }
    @media (max-width: 1024px) {
      .page-type-default .header {
        height: 30px; } }
  @media (min-width: 1025px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible; }
      .page-type-default .header .section-icon-with-text {
        background-color: transparent;
        border-top: 1px solid #ffffff; } }
  .header.is-sticky {
    position: sticky;
    top: 0;
    transform: translateY(-100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 998; }
    .header.is-sticky.sticky-show {
      transform: translateY(0);
      transition: transform 0.2s ease; }
    .page-type-default .header.is-sticky {
      position: fixed; }
    @media (max-width: 1024px) {
      .header.is-sticky {
        transform: translateY(-290%); } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #ed3f36; }
    .header-logo__link:active {
      color: #ed3f36; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50;
  display: none; }
  @media (max-width: 1024px) {
    .mobileMenu-toggle {
      display: block; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

@media (min-width: 1024px) {
  .body {
    margin-top: 0px; } }

@media (max-width: 1024px) {
  .body {
    font-size: 14px; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0;
  /* Mint Start */ }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .page.page-listing {
    display: block;
    padding-bottom: 120px; }
  .page.page-brands {
    padding-bottom: 100px; }
  .page.page-blog {
    padding-bottom: 110px; }
  @media (min-width: 1025px) {
    .page.page-listing {
      margin-left: -15px;
      margin-right: -15px; }
      .page.page-listing .page-sidebar {
        position: sticky;
        top: 20px; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-region {
      width: 75%; } }

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

/* Mint Start */
.page-sidebar {
  position: fixed;
  top: 0 !important;
  left: -150%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 320px;
  transition: all .5s ease;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
    width: 44px;
    height: 44px;
    background-color: #ed3f36;
    position: absolute;
    right: -44px;
    top: -1px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: #221f20;
      text-transform: capitalize;
      margin: 0; }
    .page-sidebar .page-sidebar-close .close {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 1;
      width: 24px;
      height: 24px; }
      .page-sidebar .page-sidebar-close .close .icon {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        font-size: 32px;
        font-weight: 400;
        line-height: 22px;
        position: relative;
        top: -2px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .page-sidebar .page-sidebar-close .close .text {
        font-size: 0px; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
    @media (max-width: 1024px) {
      .page-sidebar > nav {
        padding: 20px 0; } }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
  @media (max-width: 1024px) {
    .page-sidebar.is-open {
      left: 0;
      z-index: 1000; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 330px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset;
      padding: 0 15px; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding: 0 15px;
        width: calc(100% - 330px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      color: #444444;
      text-transform: capitalize;
      pointer-events: none;
      font-family: "Urbanist", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 13px;
      border: 1px solid #f7f7f7;
      border-radius: 3px;
      fill: #5a5a5a;
      stroke: transparent;
      pointer-events: none;
      background: #f7f7f7; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 14px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.page-content {
  padding: 0;
  position: relative; }
  .page-content .page-no-products {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #221f20; }
  .page-content .page-no-result {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #221f20; }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 0px;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  font-size: 0; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #ffffff;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

@media (min-width: 1025px) {
  .footer {
    padding-bottom: 57px; } }

.footer-top {
  background-color: #E9E9E9;
  height: auto; }
  .footer-top .container {
    height: 100%; }
  .footer-top .footer-top-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%; }
    .footer-top .footer-top-body .footer-info-col[data-section-type="newsletterSubscription"] {
      margin-bottom: 0px; }
    .footer-top .footer-top-body .footer-info-col--social {
      width: 100%;
      max-width: 350px;
      height: 100%;
      margin-bottom: 0px;
      text-align: right; }
      .footer-top .footer-top-body .footer-info-col--social .socialLinks {
        height: 100%; }
        .footer-top .footer-top-body .footer-info-col--social .socialLinks .socialLinks-item {
          margin-right: 0px;
          margin-bottom: 0px;
          height: 54px; }
        .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon {
          height: 54px;
          width: 54px;
          max-height: 100%;
          padding: 15px;
          position: relative; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform .2s ease-in, opacity .2s ease-in;
            width: 70%;
            height: 70%;
            border-radius: 50%;
            background-color: #4267b2;
            z-index: 1;
            opacity: 0; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--facebook::after {
            background-color: #4267b2; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--x::after {
            background-color: #231f20; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--instagram::after {
            background-color: #e1306c; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--pinterest::after {
            background-color: #e60023; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--youtube::after {
            background-color: #ff0000; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon.icon--linkedin::after {
            background-color: #0077b5; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon svg {
            fill: #221f20;
            transition: fill .15s ease-in;
            z-index: 2;
            position: relative; }
          @media (min-width: 1025px) {
            .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon:hover svg {
              fill: #ffffff; }
            .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon:hover::after {
              opacity: 1;
              transform: translate(-50%, -50%) scale(1); } }
      @media (max-width: 767px) {
        .footer-top .footer-top-body .footer-info-col--social {
          max-width: unset;
          text-align: center; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-right: -10px;
            margin-left: -10px; }
            .footer-top .footer-top-body .footer-info-col--social .socialLinks .socialLinks-item {
              padding-left: 10px;
              padding-right: 10px; }
            .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon {
              padding: 12px; } }
      @media (max-width: 550px) {
        .footer-top .footer-top-body .footer-info-col--social .socialLinks {
          margin-right: -4px;
          margin-left: -4px; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .socialLinks-item {
            padding-left: 4px;
            padding-right: 4px; }
          .footer-top .footer-top-body .footer-info-col--social .socialLinks .icon {
            width: 50px;
            padding: 12px; } }
    @media (max-width: 767px) {
      .footer-top .footer-top-body {
        flex-direction: column;
        padding: 20px 0; } }

.footer-info {
  background-color: #221f20; }
  .footer-info .footer-info-body {
    padding-top: 30px; }
    .footer-info .footer-info-body .footer-info--left {
      width: 100%;
      max-width: 340px; }
      @media (max-width: 767px) {
        .footer-info .footer-info-body .footer-info--left {
          max-width: 250px;
          margin-right: 20px; } }
      .footer-info .footer-info-body .footer-info--left .footer-logo {
        margin-bottom: 18px; }
      .footer-info .footer-info-body .footer-info--left .footer-info-col {
        padding: 0px;
        width: 100%;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 30px; }
        .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list {
          color: #ffffff;
          font-weight: 400; }
          .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list a:hover {
            color: #ed3f36; }
          .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-text {
            margin-top: 28px; }
            .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-text .text {
              margin-bottom: 10px; }
          .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-image {
            margin-top: 35px;
            margin-bottom: 7px; }
            .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-image .custom-image-row {
              display: flex;
              justify-content: flex-start;
              align-items: flex-end;
              margin: 0 -12px; }
              @media (max-width: 550px) {
                .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-image .custom-image-row {
                  justify-content: center; } }
              .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-image .custom-image-row .custom-image-item {
                margin: 0 12px; }
                .footer-info .footer-info-body .footer-info--left .footer-info-col .footer-info-list .footer-infor-custom-image .custom-image-row .custom-image-item:nth-child(2) img {
                  padding-bottom: 6px; }
    .footer-info .footer-info-body .footer-info--right {
      flex: 1;
      max-width: 820px;
      padding-top: 16px; }
      .footer-info .footer-info-body .footer-info--right .footer-info-col .footer-info-heading {
        color: #ffffff;
        text-transform: uppercase; }
        .footer-info .footer-info-body .footer-info--right .footer-info-col .footer-info-heading .icon-dropdown {
          display: none; }
      .footer-info .footer-info-body .footer-info--right .footer-info-col .footer-info-list li {
        display: block;
        width: 100%; }
        .footer-info .footer-info-body .footer-info--right .footer-info-col .footer-info-list li a {
          display: inline-block;
          width: 100%;
          padding: 3px 0px;
          color: #ffffff;
          font-weight: 400;
          line-height: 1.4; }
          .footer-info .footer-info-body .footer-info--right .footer-info-col .footer-info-list li a:hover {
            color: #ed3f36; }
    @media (max-width: 550px) {
      .footer-info .footer-info-body {
        flex-direction: column-reverse; }
        .footer-info .footer-info-body .footer-info--left {
          max-width: unset;
          margin-right: 0px; } }
  @media (max-width: 550px) {
    .footer-info .logo-image {
      margin-bottom: 0; }
    .footer-info .footer-dropdownmobile {
      margin-bottom: 0px; }
      .footer-info .footer-dropdownmobile .footer-info-heading {
        position: relative;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0 12px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        cursor: pointer; }
        .footer-info .footer-dropdownmobile .footer-info-heading .icon-dropdown {
          top: 50%;
          right: 0;
          width: 12px;
          height: 12px;
          display: block !important;
          position: absolute;
          transform: translateY(-50%);
          transition: all 0.3s ease;
          fill: #ffffff; }
      .footer-info .footer-dropdownmobile .footer-info-list {
        text-align: left; }
        .footer-info .footer-dropdownmobile .footer-info-list li a {
          padding: 5px 0 !important; }
    .footer-info .footer-dropdownmobile.open-dropdown .icon-dropdown {
      transform: translateY(-50%) rotate(180deg); } }

.footer-bottom .card-logos {
  height: 100%;
  text-align: center;
  margin-bottom: 0px; }
  .footer-bottom .card-logos .card-logos__logo {
    background-image: url("../img/card-sprite-png.png");
    width: 44px;
    height: 28px;
    margin: 0.7rem 0.5rem;
    background-repeat: no-repeat;
    background-size: 44px;
    display: inline-block; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--mastercard {
      background-position: 0 -27px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--visa {
      background-position: 0 3px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--maestro {
      background-position: 0 -60px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--paypal {
      background-position: 0 -91px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--amazon {
      background-position: 0 -195px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--american-express {
      background-position: 0 -140px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--applePay {
      background-position: 0 -849px;
      width: 44px;
      height: 32px;
      background-size: 55px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--klarna {
      background-position: 0 -595px;
      width: 44px;
      height: 32px;
      background-size: 55px; }
    .footer-bottom .card-logos .card-logos__logo.card-logos__logo--google-pay {
      background-position: 0 -1145px;
      width: 44px;
      height: 32px;
      background-size: 55px; }

.subscription-form-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
  max-width: 510px;
  flex: 1;
  padding: 0; }
  .subscription-form-wrapper .icon-subscription {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    margin-right: 4px; }
  .subscription-form-wrapper .footer-info-heading {
    margin: 0px 18px 0px 0px !important;
    font-size: 16px;
    color: #221f20;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .subscription-form-wrapper .footer-info-heading {
        margin: 0px 0px 16px 0px !important; } }
  .subscription-form-wrapper .form-prefixPostfix {
    position: relative; }
    .subscription-form-wrapper .form-prefixPostfix .button[type="submit"] {
      margin-top: 0px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M444.176 0 183.305 242.012 72.98 124.277 0 192.664l178.234 190.207L512 73.52zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""></path></g></svg>');
      background-position: 53% 59%;
      background-repeat: no-repeat;
      background-size: 30%;
      display: block;
      min-width: 50px;
      width: 50px;
      padding: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      transition: background-image .2s ease-in;
      font-size: 0px; }
      .subscription-form-wrapper .form-prefixPostfix .button[type="submit"]:hover {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M444.176 0 183.305 242.012 72.98 124.277 0 192.664l178.234 190.207L512 73.52zm0 0" fill="%23ed3f36" opacity="1" data-original="%23ed3f36" class=""></path></g></svg>'); }
    .subscription-form-wrapper .form-prefixPostfix .form-input {
      max-width: 356px;
      border-radius: unset;
      background-color: #ffffff;
      border: unset;
      max-height: 37px;
      padding-right: 50px;
      font-size: clamp(12px, 0.803vw, 14px); }
  .subscription-form-wrapper .form-fieldset .form-field {
    margin-bottom: 0px; }
  .subscription-form-wrapper .form {
    flex: 1;
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .subscription-form-wrapper {
      flex-direction: column;
      max-width: unset; }
      .subscription-form-wrapper .form {
        width: 100%; }
      .subscription-form-wrapper .form-prefixPostfix .form-input {
        max-width: unset; }
      .subscription-form-wrapper .footer-info-heading {
        margin-top: 0px; } }

@media (min-width: 1025px) {
  .footer-top-body .subscription-form-wrapper {
    max-width: 540px; } }

.footer-sticky {
  background-color: #ed3f36;
  position: fixed;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 999;
  transition: all .4s ease-in-out; }
  .footer-sticky.show {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1024px) {
    .footer-sticky {
      display: none; } }
  .footer-sticky .container {
    padding: 0 120px; }
  .footer-sticky .footer-sticky-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-sticky .footer-sticky-body .subscription-form-wrapper .footer-info-heading {
      text-transform: capitalize;
      color: #ffffff;
      margin: 0px 10px 0px 0px !important; }
    .footer-sticky .footer-sticky-body .footer-sticky-item .hover-link--footer {
      color: #ffffff;
      font-weight: 400;
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-sticky .footer-sticky-body .footer-sticky-item .hover-link--footer .icon {
        margin-right: 6px;
        width: 22px;
        height: 22px; }
        .footer-sticky .footer-sticky-body .footer-sticky-item .hover-link--footer .icon svg {
          fill: #ffffff; }
  .footer-sticky .footer-sticky-close {
    position: absolute;
    right: 0;
    top: -32px;
    background-color: #ed3f36;
    border: 1px solid #ed3f36;
    transition: background-color .2s ease-in; }
    .footer-sticky .footer-sticky-close .custom-sidebar-close {
      padding: 6px;
      display: inline-block; }
      .footer-sticky .footer-sticky-close .custom-sidebar-close svg {
        color: #ffffff;
        fill: #ffffff;
        width: 20px;
        height: 20px; }
    @media (min-width: 1025px) {
      .footer-sticky .footer-sticky-close:hover {
        background-color: #ffffff; }
        .footer-sticky .footer-sticky-close:hover svg {
          color: #ed3f36;
          fill: #ed3f36; } }

#back-to-top {
  bottom: 30%;
  left: -1px;
  z-index: 999;
  font-size: 0;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  #back-to-top .btt-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 15px;
    color: #221f20;
    font-weight: 500;
    width: 30px;
    line-height: 30px;
    height: 62px;
    border: 1px solid #221F20;
    transition: all .2s ease-in; }
    @media (min-width: 1025px) {
      #back-to-top .btt-btn:hover {
        border: 1px solid #ed3f36;
        color: #ed3f36; } }
    @media (max-width: 1024px) {
      #back-to-top .btt-btn {
        background-color: #ed3f36;
        color: #ffffff;
        border: 1px solid #ed3f36; } }
    @media (max-width: 550px) {
      #back-to-top .btt-btn {
        font-size: 13px; } }
  #back-to-top.is-visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1024px) {
    #back-to-top {
      bottom: 20%; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 12px;
  position: relative;
  width: 100%; }
  .container.container--full {
    max-width: 100%;
    padding: 0px; }
  @media (min-width: 1440px) {
    .container {
      padding: 0 35px; } }
  .container.container--1920 {
    max-width: 1920px; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 21px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 16px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 900px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .blog-post-figure {
      width: 100%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 900px; }

.blog {
  margin: auto;
  width: 100%;
  position: relative; }
  .blog + .blog {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 30px; }
  @media (min-width: 1261px) {
    .blog + .blog {
      margin-top: 40px;
      padding-top: 35px; } }

.blog-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 7px 0;
  font-weight: 600;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  color: #444444; }
  .blog-title a {
    color: inherit;
    text-decoration: none; }
    .blog-title a:hover {
      color: #ed3f36; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 18px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #999999;
  font-size: 1rem; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  line-height: 22px;
  font-size: 1rem; }
  .blog-post .button {
    width: 160px; }
  .blog-post h1,
  .blog-post h2,
  .blog-post h3,
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 7px 0; }
  .blog-post h5,
  .blog-post h6 {
    text-transform: capitalize; }
  .blog-post .page-heading {
    font-size: 14px;
    font-weight: 600; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #fafafa; }
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; }
  .blog-post ul,
  .blog-post ol {
    padding-left: 20px; }
  .blog-post .imageGallery-carousel {
    padding: 0;
    font-size: 0;
    list-style: none;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 40px; }
    .blog-post .imageGallery-carousel > li,
    .blog-post .imageGallery-carousel li.slick-slide {
      width: 25%;
      padding: 0 8px;
      display: inline-block;
      vertical-align: top; }
      .blog-post .imageGallery-carousel > li img,
      .blog-post .imageGallery-carousel li.slick-slide img {
        margin: 0 auto; }
  @media (min-width: 1024px) {
    .blog-post blockquote {
      padding: 20px 25px; }
    .blog-post .imageGallery-carousel {
      margin-left: -15px;
      margin-right: -15px; }
      .blog-post .imageGallery-carousel li {
        padding: 0 15px; } }

.blog-thumbnail {
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .blog-thumbnail::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 50%;
    width: 100%; }
  .blog-thumbnail > a {
    position: static; }
    .blog-thumbnail > a > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.blog-post-header {
  display: block;
  margin: 0 auto;
  text-align: left; }
  .text-center .blog-post-header {
    text-align: center; }
  .blog-post-header + .blog-post-figure,
  .blog-post-header + .blog-post-body {
    margin-top: 20px; }
  .blog-post-header .blog-header {
    width: 100%;
    display: block; }
  .blog-post-header .socialLinks .icon {
    width: 18px;
    height: 18px; }
    .blog-post-header .socialLinks .icon svg {
      fill: #989898; }
  .blog-post-header .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
  .blog-post-header .socialLinks .icon.icon--google_plusone {
    width: 18px !important; }
  @media (min-width: 551px) {
    .blog-post-header + .blog-post-figure {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .blog-post-header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .blog-post-header .addthis_toolbox {
        min-width: 200px;
        text-align: right; } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-header,
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 30px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left; }
  .text-center .blog-post-body {
    text-align: center; }

.blog-post-footer {
  display: block;
  padding-top: 20px;
  margin-top: 45px;
  border-top: 1px solid #e6e6e6; }
  .blog-post-footer.no-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 25px; }
  .blog-post-footer .tags,
  .blog-post-footer .socials-wrapper {
    padding: 0;
    display: block;
    text-align: left; }
  .blog-post-footer .socials-wrapper {
    margin-top: 15px; }
    .blog-post-footer .socials-wrapper .socialLinks {
      padding-left: 0; }
  @media (min-width: 1024px) {
    .blog-post-footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .blog-post-footer .tags,
      .blog-post-footer .socials-wrapper {
        margin: 0; } }
  .blog-post-footer .button {
    font-size: 14px;
    width: auto;
    color: #ffffff;
    height: 44px;
    padding: 12px 40px;
    line-height: 1.5; }
    .blog-post-footer .button::before {
      z-index: -1 !important; }
    .blog-post-footer .button:hover {
      color: #ed3f36; }
  .blog-post-footer .tags .icon {
    position: relative;
    top: -2px; }

.recent-post {
  width: 290px; }
  @media (min-width: 551px) {
    .recent-post {
      width: auto; }
      .recent-post .blog-title {
        font-size: 16px;
        margin-bottom: 8px; }
      .recent-post .blog-date {
        text-transform: uppercase; }
      .recent-post .blog-post-header + .blog-post-body {
        margin-top: 15px; } }
  @media (min-width: 1025px) {
    .recent-post {
      width: auto; }
      .recent-post .blog-post-body {
        padding: 0 30px; }
      .recent-post-style-2 .recent-post {
        padding-bottom: 40px;
        border-bottom: 2px solid #eaeaea; } }

.recent-post-2 {
  position: relative;
  overflow: hidden;
  padding: 35px 15px 40px 15px; }
  .recent-post-2 .blog-date {
    font-size: 12px;
    margin-bottom: 10px; }
  .recent-post-2 .blog-title a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    color: inherit;
    transition: none; }
  .recent-post-2 .blog-post-figure {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease; }
    .recent-post-2 .blog-post-figure:after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(54, 55, 57, 0.5); }
    .recent-post-2 .blog-post-figure img {
      top: 50%;
      left: 50%;
      height: 100%;
      width: auto;
      max-width: none;
      position: absolute;
      transform: translate3d(-50%, -50%, 0); }
  .recent-post-2 .blog-post-header {
    margin-top: 0 !important;
    position: relative;
    z-index: 2; }
  .recent-post-2 .blog-post-body {
    position: relative;
    z-index: 2; }
    .recent-post-2 .blog-post-body .link {
      display: inline-block;
      margin-top: 25px;
      width: 170px;
      height: 40px;
      line-height: 38px;
      border: 1px solid #ffffff;
      border-radius: 40px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05rem; }
  .recent-post-2 .blog-post-figure {
    opacity: 1;
    visibility: visible; }
  .recent-post-2 .blog-post-body .link {
    color: #ffffff; }
  .recent-post-2 .blog-post-header,
  .recent-post-2 .blog-post-body,
  .recent-post-2 .blog-date,
  .recent-post-2 .blog-author,
  .recent-post-2 .blog-title {
    color: #ffffff; }
  @media (min-width: 551px) {
    .recent-post-2 {
      padding: 50px 20px 50px 20px; }
      .recent-post-2 .blog-date {
        text-transform: uppercase; }
      .recent-post-2 .blog-title a {
        font-size: 18px;
        text-transform: capitalize; }
      .recent-post-2 .blog-post-body .link {
        margin-top: 45px; } }
  @media (min-width: 1025px) {
    .recent-post-2 {
      border: 1px solid #e0e0e0;
      padding: 100px 30px 85px 30px; }
      .recent-post-2 .blog-title a {
        font-size: 22px;
        text-transform: capitalize; }
      .recent-post-2 .blog-post-figure {
        opacity: 0;
        visibility: hidden; }
      .recent-post-2 .blog-post-body .link {
        color: #444444; }
      .recent-post-2 .blog-post-header,
      .recent-post-2 .blog-post-body,
      .recent-post-2 .blog-date,
      .recent-post-2 .blog-author,
      .recent-post-2 .blog-title {
        color: #444444; }
      .recent-post-2:hover .blog-post-figure {
        opacity: 1;
        visibility: visible; }
      .recent-post-2:hover .blog-post-body .link {
        color: #ffffff; }
      .recent-post-2:hover .blog-post-header,
      .recent-post-2:hover .blog-post-body,
      .recent-post-2:hover .blog-date,
      .recent-post-2:hover .blog-author,
      .recent-post-2:hover .blog-title {
        color: #ffffff; } }

.page-type-blog .breadcrumb-wrapper {
  margin-top: 10px; }

.page-type-blog .page > .page-sidebar {
  /* Product Card Sidebar Blog */ }
  .page-type-blog .page > .page-sidebar .sidebarBlock-heading {
    font-size: 16px;
    font-weight: 600; }
  .page-type-blog .page > .page-sidebar .sidebarBlock a {
    text-decoration: none; }
  .page-type-blog .page > .page-sidebar .sidebarBlock .sidebar-banner-image {
    text-align: center; }
  .page-type-blog .page > .page-sidebar .recentPost-sidebar .title {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .page-type-blog .page > .page-sidebar .recentPost-sidebar .title {
        margin-top: 12px; } }
    .page-type-blog .page > .page-sidebar .recentPost-sidebar .title a {
      text-transform: capitalize;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.625;
      color: black; }
    .page-type-blog .page > .page-sidebar .recentPost-sidebar .title:hover a {
      color: #ed3f36; }
  .page-type-blog .page > .page-sidebar #featured-products .productCarousel {
    margin-left: 0px;
    margin-right: 0px; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-body {
    padding: 20px 0 0px; }
  .page-type-blog .page > .page-sidebar #featured-products .card p[data-test-info-type='brandName'] {
    font-size: 12px; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-title {
    font-size: 16px; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-action-wrapper {
    flex-direction: column; }
    .page-type-blog .page > .page-sidebar #featured-products .card .card-action-wrapper > .button {
      width: 100%;
      margin-top: 15px;
      margin-right: 0; }
  .page-type-blog .page > .page-sidebar #featured-products .productCarousel-slide {
    padding: 15px; }

.page-type-blog .page > .page-content .page-sidebar-mobile-wrapper {
  margin-bottom: 12px; }

@media (min-width: 1025px) {
  .page-type-blog .page {
    margin-left: -15px;
    margin-right: -15px; } }

/* Update Blog 11012024 */
#blog-listing-container .blog-title, #blog-listing-container .blog-date {
  text-align: center; }

#blog-listing-container .blog-post .socials-wrapper {
  display: none; }

.sidebarBlock + .sidebarBlock {
  margin-top: 0px;
  padding-top: 26px; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 187px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 53.47594%;
    width: 100%; }

.brandGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  .brandGrid .brand {
    padding-left: 12px;
    padding-right: 12px; }
    .brandGrid .brand .card {
      padding: 0;
      border: none; }
      .brandGrid .brand .card::after {
        opacity: 1; }
      .brandGrid .brand .card .card-figure {
        background-color: transparent; }
        .brandGrid .brand .card .card-figure .card-img-container {
          max-height: 125px; }
      .brandGrid .brand .card .card-body {
        padding: 15px 10px;
        background-color: #fafafa;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .brandGrid .brand .card .card-title a {
        font-size: 16px;
        font-weight: 600; }
      .brandGrid .brand .card:hover .card-title a {
        color: #ed3f36; }

/* Custom Top Brand Details start */
@media (min-width: 1025px) {
  .page-type-brand .page {
    margin-left: -15px;
    margin-right: -15px; } }

.page-type-brand .brandSection__container {
  display: flex;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px; }
  .page-type-brand .brandSection__container > div {
    padding-left: 15px;
    padding-right: 15px; }

.page-type-brand .brandSection--left {
  width: 100%;
  max-width: 330px; }
  .page-type-brand .brandSection--left .brand-image-container {
    position: relative;
    width: 100%;
    margin: 0 auto; }

.page-type-brand .brandSection--right {
  display: inline-flex;
  flex: 1; }
  .page-type-brand .brandSection--right .brandSection--title {
    font-size: 28px;
    margin: auto auto auto 0; }

.page-type-brand .page-content .custom-toolbar {
  margin-bottom: 10px; }
  .page-type-brand .page-content .custom-toolbar .actionBar {
    margin-top: 1px; }

.page-type-brand .custom-sidebar.page-sidebar {
  position: relative; }
  @media (max-width: 1024px) {
    .page-type-brand .custom-sidebar.page-sidebar {
      position: fixed; } }

.productGrid {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -8px;
  list-style: none;
  text-align: left; }
  .productGrid .product {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 25px 0;
    white-space: normal;
    padding-top: 25px;
    margin-bottom: 0px; }
    .productGrid .product .card {
      margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .productGrid .product {
      margin-bottom: 16px;
      padding-top: 16px; } }
  @media (min-width: 768px) {
    .productGrid .product {
      width: 33.3333333%; } }
  @media (min-width: 1201px) {
    .productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      .productGrid .product {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        padding-top: 14px;
        margin-bottom: 0; }
        .productGrid .product:nth-child(-n+3) {
          margin-top: 0; }
        .productGrid .product .card {
          margin-bottom: 14px; }
      .productGrid.col-4 .product {
        width: 25% !important; }
        .productGrid.col-4 .product:nth-child(-n+4) {
          margin-top: 0; }
      .productGrid.col-5 .product {
        width: 25% !important; }
        .productGrid.col-5 .product:nth-child(-n+4) {
          margin-top: 0; } }
  @media (min-width: 1280px) {
    .productGrid.col-5 .product {
      width: 20% !important; }
      .productGrid.col-5 .product:nth-child(-n+5) {
        margin-top: 0; } }

.productList {
  display: block;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left; }
  .productList .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    white-space: normal;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeaea; }
  .productList .card {
    background-color: #ffffff;
    text-align: left; }
  .productList .card-body .card-body-content {
    text-align: left; }
  .productList .card-body .card-option .form-field {
    text-align: left;
    margin-bottom: 0; }
    .productList .card-body .card-option .form-field + .form-field {
      margin-top: 19px; }
  .productList .card-body .card-body-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    transform: none;
    margin: 21px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .productList .card-body .card-wishlist {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: unset;
    order: 2;
    width: 46px;
    height: 46px; }
    .productList .card-body .card-wishlist .text {
      display: none;
      font-size: 16px;
      font-weight: 700;
      color: #221f20;
      line-height: 1.625;
      height: auto;
      white-space: unset;
      border-radius: 0; }
    .productList .card-body .card-wishlist .icon {
      top: 1px; }
  .productList .card-body .card-action {
    width: calc(100% - 61px);
    margin: 0;
    order: -1;
    padding-top: 9px;
    padding-bottom: 9px; }
  .productList .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  .productList .card-option .form-field .form-option {
    margin-right: 7px; }
    .productList .card-option .form-field .form-option > span {
      width: 30px;
      height: 30px; }
      .productList .card-option .form-field .form-option > span:after {
        border-radius: 50%; }
  .productList .card-option .form-field .showmore {
    font-size: 16px; }
  .productList .card-desc {
    display: block;
    margin: 15px 0;
    line-height: 1.75;
    color: #221f20;
    font-size: 16px;
    font-weight: 400; }
  .productList .card-price {
    justify-content: flex-start; }
  .productList .card {
    display: block; }
    .productList .card::after {
      box-shadow: none; }
    .productList .card .card-figure {
      width: 40%;
      float: left;
      display: inline-block; }
    .productList .card .card-body {
      margin-top: 30px;
      display: block;
      float: right;
      width: 60%;
      padding-left: 0px; }
      .productList .card .card-body .card-title a {
        text-align: left; }
      .productList .card .card-body .price-section,
      .productList .card .card-body .card-text--product-rating {
        text-align: left; }
    .productList .card .card-figcaption {
      display: block;
      float: right;
      width: 60%;
      margin-top: 10px; }
      .productList .card .card-figcaption .card-figcaption-body {
        max-width: 200px;
        float: left; }
        .productList .card .card-figcaption .card-figcaption-body .card-figcaption-button {
          justify-content: flex-start;
          padding-left: 0px; }
    @media (max-width: 550px) {
      .productList .card {
        display: grid;
        padding-left: 0px;
        padding-right: 0px; }
        .productList .card .card-body {
          margin-top: 0px;
          width: 100%; }
        .productList .card .card-figcaption {
          width: 100%; }
          .productList .card .card-figcaption .card-figcaption-body {
            max-width: 100%; }
        .productList .card .card-figure {
          width: 100%; } }
  @media (min-width: 1025px) {
    .productList .card-hover:hover .card-link .card-image {
      opacity: 1;
      visibility: visible; }
    .productList .card-hover:hover .card-link .card-image-2 {
      opacity: 0;
      visibility: hidden; }
    .productList .card-hover .card-figure:hover .card-link .card-image {
      opacity: 0;
      visibility: hidden; }
    .productList .card-hover .card-figure:hover .card-link .card-image-2 {
      opacity: 1;
      visibility: visible; }
    .productList .card:hover .card-figure-button {
      opacity: 0;
      visibility: hidden;
      top: 100%;
      pointer-events: none; }
    .productList .card .card-figure:hover .card-figure-button {
      opacity: 1;
      visibility: visible;
      top: 50%;
      pointer-events: auto; }
    .productList .card-figure {
      width: 40%; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 70px;
      width: calc(100% - 390px); }
      .productList .card-body .card-body-button {
        margin-top: 30px; }
      .productList .card-body .card-wishlist {
        margin-left: 30px; }
        .productList .card-body .card-wishlist:hover .text {
          background-image: linear-gradient(transparent 97%, #221f20 3%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .productList .card-title > a {
      font-size: 16px; }
    .productList .card-option {
      margin-top: 26px; }
      .productList .card-option .form-field {
        display: flex;
        align-items: center; }
        .productList .card-option .form-field > .form-option {
          margin-right: 10px; }
          .productList .card-option .form-field > .form-option span {
            width: 40px;
            height: 40px; }
    .productList .card-desc {
      margin-bottom: 20px; }
    .productList .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: unset; }
    .productList .card::after {
      opacity: 1;
      transform: unset; }
    .productList .card:hover {
      transform: unset; }
      .productList .card:hover .card-body,
      .productList .card:hover .card-figure,
      .productList .card:hover .card-figcaption {
        transform: unset; }
      .productList .card:hover::after {
        transform: unset; } }
  @media (min-width: 1280px) {
    .productList .product {
      margin-bottom: 70px; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0.75rem;
  padding-right: 0;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView-reviewTabLink {
  display: flex; }
  .productView-reviewTabLink .text {
    margin-right: 20px; }
  .productView-reviewTabLink .ruk_rating_snippet {
    display: flex;
    justify-content: flex-start;
    align-items: center; }

.topRight-flag-star,
.topRight-flag-star::before,
.topRight-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .topRight-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .topRight-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.topRight-flag-star,
.topRight-flag-star::before,
.topRight-flag-star::after {
  background: #ed3f36; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.topRight-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.topRight-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .topRight-flag-star,
.product:hover .starwrap .topRight-flag-star::before,
.product:hover .starwrap .topRight-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.topRight-flag-side, .sold-out-flag-side {
  font-size: 15px;
  font-weight: 600;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.topRight-flag-side {
  transition: background-color 800ms ease;
  background: #ed3f36;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.topRight-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.topRight-flag-sash {
  background: #ed3f36;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .topRight-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .topRight-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .topRight-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .topRight-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

.card-figure__label {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 10; }

.flag-top-right {
  right: 0;
  height: fit-content;
  line-height: 1;
  padding: 7px 20px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  max-width: 65px;
  background-color: var(--badge-bg-color);
  color: var(--badge-color);
  text-align: center; }
  .flag-top-right.badge-icon {
    padding: 2px;
    border-radius: 50%;
    background-color: var(--badge-bg-color); }
    .flag-top-right.badge-icon .icon {
      width: 36px;
      height: 36px;
      fill: var(--badge-color); }
    .flag-top-right.badge-icon::before {
      content: unset; }
  .flag-top-right:not(:last-child) {
    margin-bottom: 10px; }
  .flag-top-right.custom-badge {
    padding: 7px 4px; }
  .flag-top-right.relived-badge .icon {
    width: 55px; }
  .flag-top-right::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 8px;
    border-color: var(--badge-bg-color) transparent transparent transparent;
    transition: background-color 800ms ease;
    left: 5px;
    bottom: -14px; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 100px;
  width: 100px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* CSS for custom theme */
/* Default class */
body {
  padding-top: 0;
  margin-top: 0; }
  body * {
    letter-spacing: 0.13px; }
  body.show-inc-price .price-section.price-section--withoutTax {
    display: none; }
  body.show-inc-price.page-type-product .price-section.price-section--withoutTax.price-section--minor,
  body.show-inc-price .quickView .price-section.price-section--withoutTax.price-section--minor {
    display: none !important; }
  body.show-exc-price .price-section.price-section--withTax {
    display: none; }
  body.show-exc-price.page-type-product .price-section.price-section--withTax.non-sale-price--withTax,
  body.show-exc-price .quickView .price-section.price-section--withTax.non-sale-price--withTax {
    display: none !important; }
  body.show-exc-price.page-type-product .productView-price,
  body.show-exc-price .quickView .productView-price {
    display: flex;
    flex-direction: column-reverse; }
    body.show-exc-price.page-type-product .productView-price .price-section.price-section--withTax,
    body.show-exc-price .quickView .productView-price .price-section.price-section--withTax {
      display: block; }
      body.show-exc-price.page-type-product .productView-price .price-section.price-section--withTax .price,
      body.show-exc-price .quickView .productView-price .price-section.price-section--withTax .price {
        font-size: 13px; }
    body.show-exc-price.page-type-product .productView-price .price-section.non-sale-price--withTax,
    body.show-exc-price .quickView .productView-price .price-section.non-sale-price--withTax {
      display: none; }
    body.show-exc-price.page-type-product .productView-price .price-section.price-section--withoutTax.price-section-salePrice,
    body.show-exc-price .quickView .productView-price .price-section.price-section--withoutTax.price-section-salePrice {
      order: 3; }
    body.show-exc-price.page-type-product .productView-price .price-section.non-sale-price--withoutTax,
    body.show-exc-price .quickView .productView-price .price-section.non-sale-price--withoutTax {
      order: 2;
      font-size: 13px;
      margin-top: 5px; }
      body.show-exc-price.page-type-product .productView-price .price-section.non-sale-price--withoutTax .price,
      body.show-exc-price .quickView .productView-price .price-section.non-sale-price--withoutTax .price {
        font-size: 13px; }
  body:not(.page-type-default):not(.page-type-product):not(.page-type-category) .body {
    padding-bottom: 70px; }

.skip-to-main-link {
  display: none; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-white {
  color: #ffffff !important; }

.text-black {
  color: #000000 !important; }

.text-blue {
  color: #3a8dde !important; }

.text-uppercase {
  text-transform: uppercase; }

.text-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media (max-width: 1024px) {
  .text-right-tablet {
    text-align: right !important; } }

.flex {
  display: flex; }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .flex-center-inline {
    display: inline-flex !important;
    align-items: center;
    justify-content: center; }
  .flex-between {
    display: flex;
    justify-content: space-between; }
  .flex-between-center {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .flex-col {
    display: flex;
    flex-direction: column; }
  .flex-center-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .flex-reverse {
    display: flex;
    flex-direction: row-reverse; }
  .flex-center-y {
    display: flex;
    align-items: center; }

.uppercase {
  text-transform: uppercase; }

.no-underline {
  text-decoration: none; }

.static {
  position: static; }

.custom-section {
  padding-bottom: 72px;
  overflow: hidden; }
  .custom-section.section-bottom-separator .container::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 20px;
    right: 20px;
    background-color: #707070; }
  @media (max-width: 1024px) {
    .custom-section {
      padding-bottom: 62px; } }
  @media (max-width: 767px) {
    .custom-section {
      padding-bottom: 42px; } }

.custom-heading {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px; }
  .custom-heading .title {
    margin-top: 0px;
    font-size: 21px;
    letter-spacing: 1.03px;
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .custom-heading {
      line-height: 1.2; } }
  .custom-heading.custom-heading--white {
    color: #ffffff; }
  @media (max-width: 1024px) {
    .custom-heading {
      font-size: 32px;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .custom-heading {
      font-size: 28px;
      margin-bottom: 20px; } }

.custom-desc {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #707071;
  font-family: 'Museo Sans 500';
  font-weight: 500;
  font-size: clamp(14px, 1.3vw, 24px); }

.custom-category-heading {
  font-size: 35px;
  letter-spacing: 0.025em;
  font-weight: 900;
  margin-top: 0;
  color: #3a8dde;
  font-size: clamp(24px, 1.8vw, 35px); }

.d-inline {
  display: inline !important; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.d-flex {
  display: flex !important; }

.d-inline-block {
  display: inline-block !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: light !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-right {
    text-align: right !important; } }

@media (min-width: 1025px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-right {
    text-align: right !important; } }

@media (min-width: 1200px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-right {
    text-align: right !important; } }

@media (min-width: 1440px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-right {
    text-align: right !important; } }

/* Default class */
/* Grid Layout */
.row {
  --sl-gutter-x: var(--grid-horizontal-space);
  --sl-gutter-y: var(--grid-vertical-space);
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--sl-gutter-x) * -.5);
  margin-right: calc(var(--sl-gutter-x) * -.5);
  margin-top: calc(var(--sl-gutter-y) * -1); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--sl-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--sl-gutter-x) * .5);
  padding-right: calc(var(--sl-gutter-x) * .5);
  width: 100%; }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

@media (min-width: 375px) {
  .col-xsm {
    flex: 1 0 0%; }
  .row-cols-xsm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xsm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xsm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xsm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xsm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xsm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xsm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 551px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 750px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .icon-with-text__row:not(.slick-initialized) {
    display: flex; }
    .icon-with-text__row:not(.slick-initialized) > * {
      flex: 0 0 auto;
      width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 960px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  width: 4.16666667%; }

.col-1,
.col-2 {
  flex: 0 0 auto; }

.col-2 {
  width: 8.33333333%; }

.col-3 {
  width: 12.5%; }

.col-3,
.col-4:not(.productListing) {
  flex: 0 0 auto; }

.col-4:not(.productListing) {
  width: 16.66666667%; }

.col-5 {
  width: 20.83333333%; }

.col-5,
.col-6 {
  flex: 0 0 auto; }

.col-6 {
  width: 25%; }

.col-7 {
  width: 29.16666667%; }

.col-7,
.col-8 {
  flex: 0 0 auto; }

.col-8 {
  width: 33.33333333%; }

.col-9 {
  flex: 0 0 auto;
  width: 37.5%; }

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%; }

.col-12 {
  flex: 0 0 auto;
  width: 50%; }

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%; }

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-15 {
  flex: 0 0 auto;
  width: 62.5%; }

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%; }

.col-18 {
  flex: 0 0 auto;
  width: 75%; }

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%; }

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-21 {
  flex: 0 0 auto;
  width: 87.5%; }

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%; }

.col-24 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 4.16666667%; }

.offset-2 {
  margin-left: 8.33333333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.66666667%; }

.offset-5 {
  margin-left: 20.83333333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.16666667%; }

.offset-8 {
  margin-left: 33.33333333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.66666667%; }

.offset-11 {
  margin-left: 45.83333333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.16666667%; }

.offset-14 {
  margin-left: 58.33333333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.66666667%; }

.offset-17 {
  margin-left: 70.83333333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.16666667%; }

.offset-20 {
  margin-left: 83.33333333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.66666667%; }

.offset-23 {
  margin-left: 95.83333333%; }

.g-0,
.gx-0 {
  --sl-gutter-x: 0; }

.g-0,
.gy-0 {
  --sl-gutter-y: 0; }

.g-1,
.gx-1 {
  --sl-gutter-x: 5px; }

.g-1,
.gy-1 {
  --sl-gutter-y: 5px; }

.g-2,
.gx-2 {
  --sl-gutter-x: 10px; }

.g-2,
.gy-2 {
  --sl-gutter-y: 10px; }

.g-3,
.gx-3 {
  --sl-gutter-x: 15px; }

.g-3,
.gy-3 {
  --sl-gutter-y: 15px; }

.g-4,
.gx-4 {
  --sl-gutter-x: 20px; }

.g-4,
.gy-4 {
  --sl-gutter-y: 20px; }

.g-5,
.gx-5 {
  --sl-gutter-x: 30px; }

.g-5,
.gy-5 {
  --sl-gutter-y: 30px; }

.g-6,
.gx-6 {
  --sl-gutter-x: 40px; }

.g-6,
.gy-6 {
  --sl-gutter-y: 40px; }

@media (min-width: 750px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%; }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%; }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%; }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%; }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16666667%; }
  .offset-md-2 {
    margin-left: 8.33333333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66666667%; }
  .offset-md-5 {
    margin-left: 20.83333333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16666667%; }
  .offset-md-8 {
    margin-left: 33.33333333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66666667%; }
  .offset-md-11 {
    margin-left: 45.83333333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16666667%; }
  .offset-md-14 {
    margin-left: 58.33333333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66666667%; }
  .offset-md-17 {
    margin-left: 70.83333333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16666667%; }
  .offset-md-20 {
    margin-left: 83.33333333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66666667%; }
  .offset-md-23 {
    margin-left: 95.83333333%; }
  .g-md-0,
  .gx-md-0 {
    --sl-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --sl-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --sl-gutter-x: 5px; }
  .g-md-1,
  .gy-md-1 {
    --sl-gutter-y: 5px; }
  .g-md-2,
  .gx-md-2 {
    --sl-gutter-x: 10px; }
  .g-md-2,
  .gy-md-2 {
    --sl-gutter-y: 10px; }
  .g-md-3,
  .gx-md-3 {
    --sl-gutter-x: 15px; }
  .g-md-3,
  .gy-md-3 {
    --sl-gutter-y: 15px; }
  .g-md-4,
  .gx-md-4 {
    --sl-gutter-x: 20px; }
  .g-md-4,
  .gy-md-4 {
    --sl-gutter-y: 20px; }
  .g-md-5,
  .gx-md-5 {
    --sl-gutter-x: 30px; }
  .g-md-5,
  .gy-md-5 {
    --sl-gutter-y: 30px; }
  .g-md-6,
  .gx-md-6 {
    --sl-gutter-x: 40px; }
  .g-md-6,
  .gy-md-6 {
    --sl-gutter-y: 40px; } }

@media (min-width: 960px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%; }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%; }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%; }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%; }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16666667%; }
  .offset-lg-2 {
    margin-left: 8.33333333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66666667%; }
  .offset-lg-5 {
    margin-left: 20.83333333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16666667%; }
  .offset-lg-8 {
    margin-left: 33.33333333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66666667%; }
  .offset-lg-11 {
    margin-left: 45.83333333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16666667%; }
  .offset-lg-14 {
    margin-left: 58.33333333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66666667%; }
  .offset-lg-17 {
    margin-left: 70.83333333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16666667%; }
  .offset-lg-20 {
    margin-left: 83.33333333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66666667%; }
  .offset-lg-23 {
    margin-left: 95.83333333%; }
  .g-lg-0,
  .gx-lg-0 {
    --sl-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --sl-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --sl-gutter-x: 5px; }
  .g-lg-1,
  .gy-lg-1 {
    --sl-gutter-y: 5px; }
  .g-lg-2,
  .gx-lg-2 {
    --sl-gutter-x: 10px; }
  .g-lg-2,
  .gy-lg-2 {
    --sl-gutter-y: 10px; }
  .g-lg-3,
  .gx-lg-3 {
    --sl-gutter-x: 15px; }
  .g-lg-3,
  .gy-lg-3 {
    --sl-gutter-y: 15px; }
  .g-lg-4,
  .gx-lg-4 {
    --sl-gutter-x: 20px; }
  .g-lg-4,
  .gy-lg-4 {
    --sl-gutter-y: 20px; }
  .g-lg-5,
  .gx-lg-5 {
    --sl-gutter-x: 30px; }
  .g-lg-5,
  .gy-lg-5 {
    --sl-gutter-y: 30px; }
  .g-lg-6,
  .gx-lg-6 {
    --sl-gutter-x: 40px; }
  .g-lg-6,
  .gy-lg-6 {
    --sl-gutter-y: 40px; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%; }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%; }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%; }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%; }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%; }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%; }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16666667%; }
  .offset-xl-2 {
    margin-left: 8.33333333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66666667%; }
  .offset-xl-5 {
    margin-left: 20.83333333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16666667%; }
  .offset-xl-8 {
    margin-left: 33.33333333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66666667%; }
  .offset-xl-11 {
    margin-left: 45.83333333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16666667%; }
  .offset-xl-14 {
    margin-left: 58.33333333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66666667%; }
  .offset-xl-17 {
    margin-left: 70.83333333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16666667%; }
  .offset-xl-20 {
    margin-left: 83.33333333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66666667%; }
  .offset-xl-23 {
    margin-left: 95.83333333%; }
  .g-xl-0,
  .gx-xl-0 {
    --sl-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --sl-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --sl-gutter-x: 5px; }
  .g-xl-1,
  .gy-xl-1 {
    --sl-gutter-y: 5px; }
  .g-xl-2,
  .gx-xl-2 {
    --sl-gutter-x: 10px; }
  .g-xl-2,
  .gy-xl-2 {
    --sl-gutter-y: 10px; }
  .g-xl-3,
  .gx-xl-3 {
    --sl-gutter-x: 15px; }
  .g-xl-3,
  .gy-xl-3 {
    --sl-gutter-y: 15px; }
  .g-xl-4,
  .gx-xl-4 {
    --sl-gutter-x: 20px; }
  .g-xl-4,
  .gy-xl-4 {
    --sl-gutter-y: 20px; }
  .g-xl-5,
  .gx-xl-5 {
    --sl-gutter-x: 30px; }
  .g-xl-5,
  .gy-xl-5 {
    --sl-gutter-y: 30px; }
  .g-xl-6,
  .gx-xl-6 {
    --sl-gutter-x: 40px; }
  .g-xl-6,
  .gy-xl-6 {
    --sl-gutter-y: 40px; } }

@media (max-width: 749.98px) {
  .row {
    --sl-gutter-x: calc(var(--grid-horizontal-space) / 2);
    --sl-gutter-y: calc(var(--grid-vertical-space) / 2);
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--sl-gutter-x) * -.5);
    margin-right: calc(var(--sl-gutter-x) * -.5);
    margin-top: calc(var(--sl-gutter-y) * -1); }
  .icon-with-text__row {
    overflow-y: hidden; }
    .icon-with-text__row:not(.slick-initialized) {
      display: flex; }
      .icon-with-text__row:not(.slick-initialized) > * {
        flex: 0 0 auto;
        width: 100%; }
    .icon-with-text__row .slick-arrow {
      margin: 0; }
      .icon-with-text__row .slick-arrow.slick-prev {
        left: 0 !important; } }

/* Animate */
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Common */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: color 0.15s ease;
  background-color: rgba(59, 59, 59, 0.7); }
  .has-activeNavPages .background-overlay,
  .openAuthSidebar .background-overlay {
    z-index: 102;
    opacity: 1;
    display: block;
    visibility: visible; }

.openSearchMobile {
  overflow: hidden; }
  .openSearchMobile #custom-search-mobile {
    left: 0;
    z-index: 999; }
  .openSearchMobile .background-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.no-js .custom-animation {
  transform: translatey(0); }

.custom-animation [data-step-animate], .custom-animation[data-step-animate] {
  transform: translatey(100px); }

.js [data-step-animate] {
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translatey(100px);
  opacity: 0; }
  .js [data-step-animate][data-step-animate='0'] {
    transition-delay: 0.1s;
    transition-duration: 0.3s; }
  .js [data-step-animate][data-step-animate='1'] {
    transition-delay: 0.12s;
    transition-duration: 0.4s; }
  .js [data-step-animate][data-step-animate='2'] {
    transition-delay: 0.14s;
    transition-duration: 0.5s; }
  .js [data-step-animate][data-step-animate='3'] {
    transition-delay: 0.16s;
    transition-duration: 0.6s; }
  .js [data-step-animate][data-step-animate='4'] {
    transition-delay: 0.18s;
    transition-duration: 0.7s; }
  .js [data-step-animate][data-step-animate='5'] {
    transition-delay: 0.2s;
    transition-duration: 0.8s; }
  .js [data-step-animate][data-step-animate='6'] {
    transition-delay: 0.22s;
    transition-duration: 0.9s; }
  .js [data-step-animate][data-step-animate='7'] {
    transition-delay: 0.24s;
    transition-duration: 1s; }
  .js [data-step-animate][data-step-animate='8'] {
    transition-delay: 0.26s;
    transition-duration: 1.1s; }
  .js [data-step-animate][data-step-animate='9'] {
    transition-delay: 0.28s;
    transition-duration: 1.2s; }
  .js [data-step-animate][data-step-animate='10'] {
    transition-delay: 0.3s;
    transition-duration: 1.3s; }
  .js [data-step-animate][data-step-animate='11'] {
    transition-delay: 0.32s;
    transition-duration: 1.4s; }
  .js [data-step-animate][data-step-animate='12'] {
    transition-delay: 0.34s;
    transition-duration: 1.5s; }
  .js [data-step-animate][data-step-animate='13'] {
    transition-delay: 0.36s;
    transition-duration: 1.6s; }
  .js [data-step-animate][data-step-animate='14'] {
    transition-delay: 0.38s;
    transition-duration: 1.7s; }
  .js [data-step-animate][data-step-animate='15'] {
    transition-delay: 0.4s;
    transition-duration: 1.8s; }
  .js [data-step-animate][data-step-animate='16'] {
    transition-delay: 0.42s;
    transition-duration: 1.9s; }
  .js [data-step-animate][data-step-animate='17'] {
    transition-delay: 0.44s;
    transition-duration: 2s; }
  .js [data-step-animate][data-step-animate='18'] {
    transition-delay: 0.46s;
    transition-duration: 2.1s; }
  .js [data-step-animate][data-step-animate='19'] {
    transition-delay: 0.48s;
    transition-duration: 2.2s; }
  .js [data-step-animate][data-step-animate='20'] {
    transition-delay: 0.5s;
    transition-duration: 2.3s; }
  .js [data-step-animate][data-step-animate='21'] {
    transition-delay: 0.52s;
    transition-duration: 2.4s; }
  .js [data-step-animate][data-step-animate='22'] {
    transition-delay: 0.54s;
    transition-duration: 2.5s; }
  .js [data-step-animate][data-step-animate='23'] {
    transition-delay: 0.56s;
    transition-duration: 2.6s; }
  .js [data-step-animate][data-step-animate='24'] {
    transition-delay: 0.58s;
    transition-duration: 2.7s; }
  .js [data-step-animate][data-step-animate='25'] {
    transition-delay: 0.6s;
    transition-duration: 2.8s; }
  .js [data-step-animate][data-step-animate='26'] {
    transition-delay: 0.62s;
    transition-duration: 2.9s; }
  .js [data-step-animate][data-step-animate='27'] {
    transition-delay: 0.64s;
    transition-duration: 3s; }
  .js [data-step-animate][data-step-animate='28'] {
    transition-delay: 0.66s;
    transition-duration: 3.1s; }
  .js [data-step-animate][data-step-animate='29'] {
    transition-delay: 0.68s;
    transition-duration: 3.2s; }
  .js [data-step-animate][data-step-animate='30'] {
    transition-delay: 0.7s;
    transition-duration: 3.3s; }
  .js [data-step-animate][data-step-animate='31'] {
    transition-delay: 0.72s;
    transition-duration: 3.4s; }
  .js [data-step-animate][data-step-animate='32'] {
    transition-delay: 0.74s;
    transition-duration: 3.5s; }
  .js [data-step-animate][data-step-animate='33'] {
    transition-delay: 0.76s;
    transition-duration: 3.6s; }
  .js [data-step-animate][data-step-animate='34'] {
    transition-delay: 0.78s;
    transition-duration: 3.7s; }
  .js [data-step-animate][data-step-animate='35'] {
    transition-delay: 0.8s;
    transition-duration: 3.8s; }
  .js [data-step-animate][data-step-animate='36'] {
    transition-delay: 0.82s;
    transition-duration: 3.9s; }
  .js [data-step-animate][data-step-animate='37'] {
    transition-delay: 0.84s;
    transition-duration: 4s; }
  .js [data-step-animate][data-step-animate='38'] {
    transition-delay: 0.86s;
    transition-duration: 4.1s; }
  .js [data-step-animate][data-step-animate='39'] {
    transition-delay: 0.88s;
    transition-duration: 4.2s; }
  .js [data-step-animate][data-step-animate='40'] {
    transition-delay: 0.9s;
    transition-duration: 4.3s; }
  .js [data-step-animate][data-step-animate='41'] {
    transition-delay: 0.92s;
    transition-duration: 4.4s; }
  .js [data-step-animate][data-step-animate='42'] {
    transition-delay: 0.94s;
    transition-duration: 4.5s; }
  .js [data-step-animate][data-step-animate='43'] {
    transition-delay: 0.96s;
    transition-duration: 4.6s; }
  .js [data-step-animate][data-step-animate='44'] {
    transition-delay: 0.98s;
    transition-duration: 4.7s; }
  .js [data-step-animate][data-step-animate='45'] {
    transition-delay: 1s;
    transition-duration: 4.8s; }
  .js [data-step-animate][data-step-animate='46'] {
    transition-delay: 1.02s;
    transition-duration: 4.9s; }
  .js [data-step-animate][data-step-animate='47'] {
    transition-delay: 1.04s;
    transition-duration: 5s; }
  .js [data-step-animate][data-step-animate='48'] {
    transition-delay: 1.06s;
    transition-duration: 5.1s; }
  .js [data-step-animate][data-step-animate='49'] {
    transition-delay: 1.08s;
    transition-duration: 5.2s; }
  .js [data-step-animate][data-step-animate='50'] {
    transition-delay: 1.1s;
    transition-duration: 5.3s; }
  .js [data-step-animate][data-step-animate='51'] {
    transition-delay: 1.12s;
    transition-duration: 5.4s; }
  .js [data-step-animate][data-step-animate='52'] {
    transition-delay: 1.14s;
    transition-duration: 5.5s; }
  .js [data-step-animate][data-step-animate='53'] {
    transition-delay: 1.16s;
    transition-duration: 5.6s; }
  .js [data-step-animate][data-step-animate='54'] {
    transition-delay: 1.18s;
    transition-duration: 5.7s; }
  .js [data-step-animate][data-step-animate='55'] {
    transition-delay: 1.2s;
    transition-duration: 5.8s; }
  .js [data-step-animate][data-step-animate='56'] {
    transition-delay: 1.22s;
    transition-duration: 5.9s; }
  .js [data-step-animate][data-step-animate='57'] {
    transition-delay: 1.24s;
    transition-duration: 6s; }
  .js [data-step-animate][data-step-animate='58'] {
    transition-delay: 1.26s;
    transition-duration: 6.1s; }
  .js [data-step-animate][data-step-animate='59'] {
    transition-delay: 1.28s;
    transition-duration: 6.2s; }
  .js [data-step-animate][data-step-animate='60'] {
    transition-delay: 1.3s;
    transition-duration: 6.3s; }
  .js [data-step-animate][data-step-animate='61'] {
    transition-delay: 1.32s;
    transition-duration: 6.4s; }
  .js [data-step-animate][data-step-animate='62'] {
    transition-delay: 1.34s;
    transition-duration: 6.5s; }
  .js [data-step-animate][data-step-animate='63'] {
    transition-delay: 1.36s;
    transition-duration: 6.6s; }
  .js [data-step-animate][data-step-animate='64'] {
    transition-delay: 1.38s;
    transition-duration: 6.7s; }
  .js [data-step-animate][data-step-animate='65'] {
    transition-delay: 1.4s;
    transition-duration: 6.8s; }
  .js [data-step-animate][data-step-animate='66'] {
    transition-delay: 1.42s;
    transition-duration: 6.9s; }
  .js [data-step-animate][data-step-animate='67'] {
    transition-delay: 1.44s;
    transition-duration: 7s; }
  .js [data-step-animate][data-step-animate='68'] {
    transition-delay: 1.46s;
    transition-duration: 7.1s; }
  .js [data-step-animate][data-step-animate='69'] {
    transition-delay: 1.48s;
    transition-duration: 7.2s; }
  .js [data-step-animate][data-step-animate='70'] {
    transition-delay: 1.5s;
    transition-duration: 7.3s; }
  .js [data-step-animate][data-step-animate='71'] {
    transition-delay: 1.52s;
    transition-duration: 7.4s; }
  .js [data-step-animate][data-step-animate='72'] {
    transition-delay: 1.54s;
    transition-duration: 7.5s; }
  .js [data-step-animate][data-step-animate='73'] {
    transition-delay: 1.56s;
    transition-duration: 7.6s; }
  .js [data-step-animate][data-step-animate='74'] {
    transition-delay: 1.58s;
    transition-duration: 7.7s; }
  .js [data-step-animate][data-step-animate='75'] {
    transition-delay: 1.6s;
    transition-duration: 7.8s; }
  .js [data-step-animate][data-step-animate='76'] {
    transition-delay: 1.62s;
    transition-duration: 7.9s; }
  .js [data-step-animate][data-step-animate='77'] {
    transition-delay: 1.64s;
    transition-duration: 8s; }
  .js [data-step-animate][data-step-animate='78'] {
    transition-delay: 1.66s;
    transition-duration: 8.1s; }
  .js [data-step-animate][data-step-animate='79'] {
    transition-delay: 1.68s;
    transition-duration: 8.2s; }
  .js [data-step-animate][data-step-animate='80'] {
    transition-delay: 1.7s;
    transition-duration: 8.3s; }
  .js [data-step-animate][data-step-animate='81'] {
    transition-delay: 1.72s;
    transition-duration: 8.4s; }
  .js [data-step-animate][data-step-animate='82'] {
    transition-delay: 1.74s;
    transition-duration: 8.5s; }
  .js [data-step-animate][data-step-animate='83'] {
    transition-delay: 1.76s;
    transition-duration: 8.6s; }
  .js [data-step-animate][data-step-animate='84'] {
    transition-delay: 1.78s;
    transition-duration: 8.7s; }
  .js [data-step-animate][data-step-animate='85'] {
    transition-delay: 1.8s;
    transition-duration: 8.8s; }
  .js [data-step-animate][data-step-animate='86'] {
    transition-delay: 1.82s;
    transition-duration: 8.9s; }
  .js [data-step-animate][data-step-animate='87'] {
    transition-delay: 1.84s;
    transition-duration: 9s; }
  .js [data-step-animate][data-step-animate='88'] {
    transition-delay: 1.86s;
    transition-duration: 9.1s; }
  .js [data-step-animate][data-step-animate='89'] {
    transition-delay: 1.88s;
    transition-duration: 9.2s; }
  .js [data-step-animate][data-step-animate='90'] {
    transition-delay: 1.9s;
    transition-duration: 9.3s; }
  .js [data-step-animate][data-step-animate='91'] {
    transition-delay: 1.92s;
    transition-duration: 9.4s; }
  .js [data-step-animate][data-step-animate='92'] {
    transition-delay: 1.94s;
    transition-duration: 9.5s; }
  .js [data-step-animate][data-step-animate='93'] {
    transition-delay: 1.96s;
    transition-duration: 9.6s; }
  .js [data-step-animate][data-step-animate='94'] {
    transition-delay: 1.98s;
    transition-duration: 9.7s; }
  .js [data-step-animate][data-step-animate='95'] {
    transition-delay: 2s;
    transition-duration: 9.8s; }
  .js [data-step-animate][data-step-animate='96'] {
    transition-delay: 2.02s;
    transition-duration: 9.9s; }
  .js [data-step-animate][data-step-animate='97'] {
    transition-delay: 2.04s;
    transition-duration: 10s; }
  .js [data-step-animate][data-step-animate='98'] {
    transition-delay: 2.06s;
    transition-duration: 10.1s; }
  .js [data-step-animate][data-step-animate='99'] {
    transition-delay: 2.08s;
    transition-duration: 10.2s; }
  .js [data-step-animate][data-step-animate='100'] {
    transition-delay: 2.1s;
    transition-duration: 10.3s; }

.js .animated [data-step-animate], .js .animated[data-step-animate] {
  transform: translatey(0);
  opacity: 1; }

a {
  text-decoration: unset; }
  a:focus {
    color: unset; }

/* Hover Link Effect */
@media (min-width: 1025px) {
  .hover-link {
    background-image: linear-gradient(to right, #ed3f36, #ed3f36 50%, #221f20 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-flex;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out; }
    .hover-link--headerTop {
      background-image: linear-gradient(to right, #ed3f36, #ed3f36 50%, #333333 50%); }
    .hover-link--footer {
      background-image: linear-gradient(to right, , 50%, 50%); }
    .hover-link:before {
      content: '';
      background: #ed3f36;
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      width: 0;
      height: 1px;
      transition: all 0.3s ease-in-out; }
    .hover-link--menu::before {
      bottom: 10px; }
    .hover-link--subMenu::before {
      bottom: 6px;
      content: unset; }
    .hover-link--account-dropdown::before {
      bottom: 16px; }
    .hover-link:hover {
      background-position: 0; }
      .hover-link:hover svg {
        fill: #ed3f36;
        stroke: #ed3f36;
        color: #ed3f36; }
      .hover-link:hover:before {
        width: 100%; }
  .hover-link-no-line {
    background-image: linear-gradient(to right, #ed3f36, #ed3f36 50%, currentColor 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-flex;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out; }
    .hover-link-no-line--headerTop {
      background-image: linear-gradient(to right, #ed3f36, #ed3f36 50%, #333333 50%); }
    .hover-link-no-line--footer {
      background-image: linear-gradient(to right, , 50%, 50%); }
    .hover-link-no-line--menu::before {
      bottom: 10px; }
    .hover-link-no-line--subMenu::before {
      bottom: 6px;
      content: unset; }
    .hover-link-no-line--account-dropdown::before {
      bottom: 16px; }
    .hover-link-no-line:hover, .hover-link-no-line:focus-within {
      background-position: 0; }
  .hover-text:hover {
    transition: all 0.2s ease-in-out;
    color: #ed3f36; }
    .hover-text:hover svg {
      fill: #ed3f36;
      stroke: #ed3f36;
      color: #ed3f36; }
  /* Hover image Zoom */
  .hover-image {
    overflow: hidden; }
    .hover-image img {
      transition: transform 0.6s ease !important; }
    .hover-image:hover img {
      transform: scale3d(1.1, 1.1, 1); }
    .hover-image--outline {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: auto;
      text-align: right; }
      .hover-image--outline::after, .hover-image--outline::before {
        content: "";
        position: absolute;
        opacity: 0;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        transition: opacity .35s, transform .35s;
        z-index: 9999; }
      .hover-image--outline::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: scale(1, 0);
        transform-origin: 100% 0; }
      .hover-image--outline::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: scale(0, 1);
        transform-origin: 0 0; }
      .hover-image--outline:hover::after, .hover-image--outline:hover::before {
        opacity: 1;
        transform: scale(1); } }

.dropdown-menu-wrapper {
  position: relative; }
  .dropdown-menu-wrapper .dropdown-menu {
    left: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -16px, 0);
    transition: all 0.35s ease;
    display: block;
    min-width: 140px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    .dropdown-menu-wrapper .dropdown-menu::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      transition: all 0.35s ease;
      left: auto;
      right: 0.75rem;
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    .dropdown-menu-wrapper .dropdown-menu::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      transition: all 0.35s ease;
      left: auto;
      right: 0.875rem;
      position: absolute;
      opacity: 0;
      visibility: hidden; }
    .dropdown-menu-wrapper .dropdown-menu.is-open {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateZ(0); }
      .dropdown-menu-wrapper .dropdown-menu.is-open::before {
        opacity: 1;
        visibility: visible; }
      .dropdown-menu-wrapper .dropdown-menu.is-open::after {
        opacity: 1;
        visibility: visible; }
    .dropdown-menu-wrapper .dropdown-menu .dropdown-menu-item {
      position: relative; }
      .dropdown-menu-wrapper .dropdown-menu .dropdown-menu-item > a {
        padding: 8px 20px 8px 20px; }
      .dropdown-menu-wrapper .dropdown-menu .dropdown-menu-item:first-child > a {
        padding: 15px 20px 8px 20px; }
      .dropdown-menu-wrapper .dropdown-menu .dropdown-menu-item:last-child > a {
        padding: 8px 20px 15px 20px; }
      .dropdown-menu-wrapper .dropdown-menu .dropdown-menu-item:not(:last-child)::after {
        bottom: 0;
        left: 20px;
        right: 20px;
        content: '';
        height: 1px;
        position: absolute;
        background-color: #ebebeb; }

.form-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px; }
  .form-control input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 0.15em solid #d7d7d7;
    border-radius: 4px;
    display: grid;
    place-content: center; }
    .form-control input[type="checkbox"]::before {
      content: "";
      width: 10px;
      height: 10px;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 1em #706c6d;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .form-control input[type="checkbox"]:checked::before {
      transform: scale(1); }
    .form-control input[type="checkbox"]:disabled {
      color: #333333;
      cursor: not-allowed; }

/* START: Scroll Snap Mobile */
@media (max-width: 767px) {
  .scroll-snap-mobile {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 0 15px;
    margin-left: 0;
    align-items: center;
    scroll-snap-type: x mandatory; }
  .scroll-snap-mobile .row-item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    max-width: 400px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    scroll-snap-align: start;
    scroll-snap-stop: always; } }

/* END: Scroll Snap Mobile */
/* START Global Class */
.custom-scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 0;
  position: absolute; }

.custom-scroll-bar:hover::-webkit-scrollbar-thumb {
  background-color: #aaa; }

.custom-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: transparent; }

.custom-scroll-bar::-webkit-scrollbar-track {
  border-radius: 3px;
  margin: 2px 0; }

.d-limit-row {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.d-limit-row.d-1-row {
  -webkit-line-clamp: 1; }

.d-limit-row.d-2-row {
  -webkit-line-clamp: 2; }

.d-limit-row.d-3-row {
  -webkit-line-clamp: 3; }

.text-nowrap {
  white-space: nowrap;
  overflow: hidden; }

.custom-fade-down {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .custom-fade-down.is-open {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.no-bullet {
  padding: 0;
  list-style: none;
  margin-left: 0; }

/* END Global Class */
.custom-toolbar .toolbar-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .custom-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-sort-by="product"] {
    margin: 0; }
    .custom-toolbar .toolbar-wrapper .toolbar-item .actionBar[data-sort-by="product"] .form-field {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 14px;
      border: none; }
  .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--left {
    display: flex;
    align-items: center; }
    .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--left .view-as-btn #list-view {
      margin: 22px; }
    .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--left .view-as-btn .btn-view .icon {
      fill: #000000; }
    .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--left .view-as-btn .btn-view:not(.current-view) {
      opacity: 0.5; }
    .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--left .custom-total-products {
      margin-left: 24px;
      font-size: clamp(14px, 0.955vw, 16px);
      line-height: 33px;
      letter-spacing: 0.7px;
      color: #221f20;
      font-weight: 500; }
  .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--right .actionBar-section .form-label {
    display: none; }
  .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--right .actionBar-section .form-field {
    border-radius: 0; }
    .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--right .actionBar-section .form-field .form-select {
      background-size: 1.88462rem;
      background-position: right 8px top 8px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23ed3f36' /%3E%3C/svg%3E"); }
      .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--right .actionBar-section .form-field .form-select > * {
        height: 50px; }
  .custom-toolbar .toolbar-wrapper .toolbar-item.toolbar-item--right .actionBar-section #sort {
    background-color: #F1F0F0;
    padding: 13px 32px 13px 20px;
    height: 100%;
    min-width: 159px;
    text-align: left;
    line-height: 1.2;
    border-radius: 0px; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.text-base {
  font-size: clamp(14px, 0.955vw, 16px); }

.text-baseLarge {
  font-size: clamp(16px, 1.08vw, 18px); }

.text-baseSecond {
  font-size: clamp(12px, 0.803vw, 14px); }

/* Sidebar */
.custom-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease, z-index 0s ease;
  background-color: #ffffff; }
  .custom-sidebar:not(.page-sidebar) {
    width: calc(100% - 44px);
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
    max-width: 375px;
    padding: 0; }
  .custom-sidebar .custom-sidebar-header {
    padding: 10px 0px 10px 20px; }
    .custom-sidebar .custom-sidebar-header.filter-sidebar {
      padding: 10px 0px 10px 0px; }
    .custom-sidebar .custom-sidebar-header .title {
      display: block;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 25px;
      color: #000;
      text-transform: capitalize;
      margin: 0; }
    @media (min-width: 1025px) {
      .custom-sidebar .custom-sidebar-header {
        display: none; } }
  .custom-sidebar .navPages {
    background-color: #ffffff; }
    .custom-sidebar .navPages .navPages-list {
      border-top: unset; }
  .custom-sidebar .custom-sidebar-close {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #ed3f36; }
    .custom-sidebar .custom-sidebar-close svg {
      transition: all 0.3s ease;
      fill: white;
      width: 24px;
      height: 24px; }
    .custom-sidebar .custom-sidebar-close:hover {
      background-color: #333333; }
      .custom-sidebar .custom-sidebar-close:hover svg {
        transform: rotate(180deg) scale(1.2); }
  .custom-sidebar .custom-sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 72px; }
    .custom-sidebar .custom-sidebar-wrapper.is-loading .loadingOverlay {
      display: block; }
  .custom-sidebar.custom-sidebar-left {
    left: -101%; }
    .custom-sidebar.custom-sidebar-left .custom-sidebar-close {
      right: -44px;
      left: auto; }
  .custom-sidebar.custom-sidebar-right {
    right: -101%; }
    .custom-sidebar.custom-sidebar-right .custom-sidebar-close {
      left: -44px;
      right: auto; }
  @media (max-width: 1024px) {
    .custom-sidebar {
      height: 100vh; }
      .custom-sidebar #facetedSearch {
        padding: 20px 0; }
      .custom-sidebar .sidebar-banner-image {
        text-align: center; }
      .custom-sidebar .custom-sidebar-wrapper {
        padding-bottom: 40px; } }

/* Open Menu Sidebar */
.has-activeNavPages .custom-menu-mobile {
  left: 0;
  z-index: 999; }

.custom-search-mobile .custom-sidebar-wrapper {
  margin-top: 20px; }

.custom-search-mobile #quickSearch .form {
  margin-bottom: 40px; }
  .custom-search-mobile #quickSearch .form .form-field {
    position: relative;
    margin-bottom: 0; }
    .custom-search-mobile #quickSearch .form .form-field .form-input {
      font-size: 13px;
      height: 40px;
      padding: 14px 30px 14px 12px;
      border-color: #5D5D5D;
      border-radius: 2px; }
      .custom-search-mobile #quickSearch .form .form-field .form-input::placeholder {
        font-weight: bold;
        color: black; }
    .custom-search-mobile #quickSearch .form .form-field .search-btn {
      height: 100%;
      width: 40px;
      position: absolute;
      padding-right: 14px;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .custom-search-mobile #quickSearch .form .form-field .search-btn .icon--header-search svg {
        width: 16px;
        height: 100%; }
      .custom-search-mobile #quickSearch .form .form-field .search-btn:hover .icon--header-search svg {
        fill: #ed3f36; }

.custom-search-mobile #quickSearch .quickSearchResults {
  top: 0px !important;
  position: relative;
  background: white;
  width: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .custom-search-mobile #quickSearch .quickSearchResults .productGrid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    max-height: 500px;
    overflow: auto; }
    .custom-search-mobile #quickSearch .quickSearchResults .productGrid .product {
      width: 33.3333%;
      padding: 0; }

.custom-search-mobile #quickSearch .quickSearchResultsContent {
  margin-top: 30px; }
  .custom-search-mobile #quickSearch .quickSearchResultsContent .productGrid .product {
    width: 50%; }

.custom-search-mobile #quickSearch .search-block .search-block-title {
  display: block;
  width: auto;
  padding: 0 0 8px 0;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5; }

.custom-search-mobile #quickSearch .search-block .search-block-list {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
  margin-top: 10px;
  text-align: left;
  list-style: none;
  font-size: 13px; }
  .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 0 10px; }
    .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item .link {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px 12px 6px 10px;
      text-transform: lowercase;
      background-color: #f7f7f7;
      color: var(--color-grey);
      text-decoration: unset; }
      .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item .link .icon {
        margin-right: 5px; }
      .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item .link .text {
        font-size: 13px; }
    .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item:hover .icon {
      color: #ed3f36; }
    .custom-search-mobile #quickSearch .search-block .search-block-list .search-block-item:hover .text {
      color: #ed3f36; }

.custom-search-mobile #quickSearch .quickSearchTrending {
  display: block !important; }

.page-sidebar {
  max-width: 375px;
  padding-bottom: 40px; }
  .page-sidebar .custom-sidebar-header {
    padding: 10px 0px 10px 0px; }
    .page-sidebar .custom-sidebar-header.filter-sidebar {
      padding: 10px 0px 10px 0px; }
    .page-sidebar .custom-sidebar-header .title {
      display: block;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 25px;
      color: #000;
      text-transform: capitalize;
      margin: 0; }
    @media (min-width: 1025px) {
      .page-sidebar .custom-sidebar-header {
        display: none; } }
  .page-sidebar .sidebar-image {
    position: relative; }
    .page-sidebar .sidebar-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 157.14286%;
      width: 100%; }
    .page-sidebar .sidebar-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-sidebar .page-sidebar-close .close .icon {
    width: 100%;
    height: 100%; }
    .page-sidebar .page-sidebar-close .close .icon svg {
      fill: #ffffff; }
  .page-sidebar .card {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 550px) {
    .page-sidebar {
      max-width: calc(100% - 44px); } }

/* Function */
#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px 0 15px 0;
  top: auto; }
  #menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 7px 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:after {
    content: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
    top: auto; }
  #menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important; }
  @media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
      max-height: 400px;
      overflow-y: auto; } }
  @media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }
  @media (min-width: 1281px) {
    #menu .navPage-subMegaMenu > .container {
      max-width: 1200px;
      padding-left: 15px;
      padding-right: 15px; } }

#menu .navPage-subMenu.brand-megamenu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 34px 34px 34px; }
  #menu .navPage-subMenu.brand-megamenu .subMenu-title .title {
    margin-bottom: 15px;
    margin-top: 10px; }
    #menu .navPage-subMenu.brand-megamenu .subMenu-title .title a {
      display: block;
      font-size: 20px;
      color: #221f20;
      text-align: center;
      font-weight: 600; }

#menu .cateArea {
  float: left; }
  #menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 0; }
    #menu .cateArea > ul > li {
      font-size: 12px;
      padding: 0 10px 15px 10px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        font-weight: 600;
        text-transform: uppercase; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2;
    -webkit-column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3;
    -webkit-column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4;
    -webkit-column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5;
    -webkit-column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6;
    -webkit-column-count: 6; }
  #menu .cateArea.colLeft {
    float: left; }
  #menu .cateArea.colRight {
    float: right; }

#menu .imgList {
  display: block;
  font-size: 0;
  margin: 0; }
  #menu .imgList > .imgItem {
    width: 50%;
    padding: 0 3px;
    vertical-align: top;
    display: inline-block; }
    #menu .imgList > .imgItem > a {
      display: block; }
      #menu .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menu .imgList > .imgItem--full {
    width: 100%; }
  #menu .imgList.style-2 {
    margin: 0 -8px; }
    #menu .imgList.style-2 > .imgItem {
      padding: 0 8px; }
    #menu .imgList.style-2 > .imgRight {
      padding-top: 10px; }

#menu .imageTop .imageTop-item {
  display: block;
  margin-bottom: 10px; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 10px;
  border-bottom: none; }

#menu .imageArea {
  display: inline-flex;
  /*padding-top: 15px;*/ }
  #menu .imageArea.colLeft {
    float: left;
    padding-right: 20px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea.colRight {
    float: right;
    padding-left: 20px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea > .imgList {
    padding-top: 13px; }
    #menu .imageArea > .imgList.style-2 {
      padding-top: 0; }
  #menu .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    color: #444444; }
  #menu .imageArea .card {
    margin-bottom: 0; }
    #menu .imageArea .card .card-img-container:after {
      padding-bottom: 80%; }
    #menu .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menu .imageArea .card .card-body .card-figcaption {
      opacity: 1;
      font-size: 12px;
      margin-top: 15px;
      visibility: visible;
      text-align: center; }
      #menu .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: #444444;
        border-bottom: 1px solid #444444; }

#menu .imageRight .imgList .imgItem--full {
  width: 100%;
  max-width: 300px;
  float: right; }
  #menu .imageRight .imgList .imgItem--full img {
    width: 100%; }

#menu .imageRight .imgTitle {
  margin-top: 5px;
  width: 100%;
  text-align: center; }
  #menu .imageRight .imgTitle .imgTitleLink {
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(to right, #ed3f36, #ed3f36 50%, #ed3f36 50%); }

#menu .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  #menu .bottomMegamenu p {
    margin-bottom: 0; }

#menuMobile .is-hidden {
  display: none !important; }

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #menuMobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
      #menuMobile .navPages-item > .navPages-action .text .icon--contact {
        fill: transparent; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
  #menuMobile .navPages-item--sale > .navPages-action {
    color: #ED4635; }
    #menuMobile .navPages-item--sale > .navPages-action svg {
      fill: #ED4635;
      stroke: #ED4635;
      color: #ED4635; }
  #menuMobile .navPages-item--re-lived > .navPages-action {
    color: #46952E; }
    #menuMobile .navPages-item--re-lived > .navPages-action svg {
      fill: #46952E;
      stroke: #46952E;
      color: #46952E; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  background-color: transparent; }
  #menuMobile .navPages-action .text {
    padding: 12px 20px;
    color: inherit;
    display: inline-block;
    line-height: normal;
    padding-left: 0; }
    #menuMobile .navPages-action .text:before {
      content: none; }
  #menuMobile .navPages-action .icon,
  #menuMobile .navPages-action img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle; }
  #menuMobile .navPages-action img {
    position: relative;
    top: -1px; }

#menuMobile .navPage-subMenu {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  position: absolute; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: flex;
    text-transform: uppercase; }
  #menuMobile .navPage-subMenu .navPage-subMenu .navPage-subMenu-action {
    text-transform: capitalize; }
  #menuMobile .navPage-subMenu.brand-megamenu .navPage-subMenu-wrapper {
    padding: 0 20px; }

#menuMobile .navPage-subMenu-item-child {
  position: static;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal; }
    #menuMobile .navPage-subMenu-title .navPages-action span {
      font-size: 12px; }
    #menuMobile .navPage-subMenu-title .navPages-action a {
      pointer-events: none;
      text-decoration: none;
      padding-right: 0; }

#menuMobile .navPages-list--user {
  display: block; }
  #menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb; }
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
    #menuMobile .navPages-list--user .navPages-item > .navPages-action {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 44px; }
      #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text {
        padding: 0;
        line-height: 44px;
        display: flex;
        align-items: center; }
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon,
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text span {
          display: inline-block;
          vertical-align: middle; }
    #menuMobile .navPages-list--user .navPages-item .socialLinks-item svg {
      fill: #000000; }
  #menuMobile .navPages-list--user .navPages-item-user .navPages-action .icon {
    margin-bottom: 1px; }
  #menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1rem;
    width: 1rem; }
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent; }
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }

@media (max-width: 1024px) {
  #menuMobile .subMenu-title .title {
    margin-top: 10px;
    font-size: 17px;
    text-transform: uppercase; } }

#customAZBrandsTable {
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 20px 0;
  overflow-x: auto;
  padding: 5px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  #customAZBrandsTable li {
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d6d6d6; }
    #customAZBrandsTable li a {
      font-size: 16px;
      font-weight: 700;
      color: #ed3f36;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    #customAZBrandsTable li:last-child {
      border-right: none; }
    #customAZBrandsTable li.disable {
      pointer-events: none; }
      #customAZBrandsTable li.disable a {
        color: #ed3f36;
        opacity: 0.4;
        pointer-events: none; }
    #customAZBrandsTable li.is-active {
      border-color: transparent;
      background-color: #ed3f36; }
      #customAZBrandsTable li.is-active a {
        color: #ffffff; }
  @media (min-width: 1025px) {
    #customAZBrandsTable {
      margin: 0 0 20px 0; }
      #customAZBrandsTable li {
        width: 42px;
        transition: background-color 0.3s ease; }
        #customAZBrandsTable li:not(.is-active):hover {
          background-color: #ed3f36; }
          #customAZBrandsTable li:not(.is-active):hover a {
            color: #ffffff; } }

.customAZBrandsWrapper {
  margin: 0;
  display: flex;
  flex-direction: row; }
  .customAZBrandsWrapper .loadingOverlay {
    background-color: rgba(252, 252, 252, 0.9); }
  .customAZBrandsWrapper .azBrands-group-popular {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .customAZBrandsWrapper .azBrands-group-popular .azBrands-group-title {
      font-weight: 700;
      color: #ed3f36; }
    @media (min-width: 551px) {
      .customAZBrandsWrapper .azBrands-group-popular {
        width: 30%; } }
    @media (min-width: 1200px) {
      .customAZBrandsWrapper .azBrands-group-popular {
        width: 25%; } }
  .customAZBrandsWrapper .azBrands-group-all-wrap {
    display: flex;
    flex-direction: row;
    width: 75%; }
    .customAZBrandsWrapper .azBrands-group-all-wrap .azBrands-group-all {
      margin-right: 30px; }
      .customAZBrandsWrapper .azBrands-group-all-wrap .azBrands-group-all .azBrands-group-title {
        font-weight: 700;
        color: #ed3f36; }
    .customAZBrandsWrapper .azBrands-group-all-wrap .azBrands-group-custom {
      flex: 1; }
  .customAZBrandsWrapper .azBrands-group-all {
    display: inline-block;
    vertical-align: top; }
  .customAZBrandsWrapper .azBrands-group-custom {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 551px) {
      .customAZBrandsWrapper .azBrands-group-custom {
        width: 68%; } }
    @media (min-width: 1200px) {
      .customAZBrandsWrapper .azBrands-group-custom {
        width: calc(100% - 25%); } }
  .customAZBrandsWrapper .azBrands-group {
    display: none;
    margin: 0 0 30px 0; }
    .customAZBrandsWrapper .azBrands-group-title {
      font-size: 20px;
      font-weight: 700;
      color: #ed3f36;
      letter-spacing: 0;
      line-height: 35px;
      margin: 0 0 10px 0;
      padding: 0;
      text-transform: uppercase;
      width: 100%;
      max-width: 100%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1024px) {
        .customAZBrandsWrapper .azBrands-group-title {
          max-width: 130px; } }
    .customAZBrandsWrapper .azBrands-group-list {
      margin: 0;
      list-style: none; }
      .customAZBrandsWrapper .azBrands-group-list .brand-name .title {
        margin: 0;
        font-family: "Urbanist", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #221f20;
        letter-spacing: 0;
        line-height: 35px;
        text-transform: capitalize; }
        .customAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
          font-size: 16px;
          text-transform: uppercase;
          color: #333333;
          font-weight: 500;
          padding: 0 0 0;
          border: none;
          line-height: 17px;
          margin-bottom: 5px;
          text-underline-offset: 0.2rem; }
    .customAZBrandsWrapper .azBrands-group.is-active {
      display: block; }
  .customAZBrandsWrapper .azBrands-group-popular .azBrands-group-list {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1200px) {
      .customAZBrandsWrapper .azBrands-group-popular .azBrands-group-list {
        max-width: calc(100% - 130px); } }
  .customAZBrandsWrapper.active-all > .azBrands-group-all {
    display: none; }
    @media (min-width: 1200px) {
      .customAZBrandsWrapper.active-all > .azBrands-group-all {
        width: 130px;
        display: inline-block;
        vertical-align: top; } }
  .customAZBrandsWrapper.active-all .azBrands-group-custom {
    width: 49%;
    column-count: 1; }
    @media (min-width: 551px) {
      .customAZBrandsWrapper.active-all .azBrands-group-custom {
        width: 68%;
        column-count: 2; } }
    @media (min-width: 1200px) {
      .customAZBrandsWrapper.active-all .azBrands-group-custom {
        width: calc(100% - 25% - 130px); }
        .customAZBrandsWrapper.active-all .azBrands-group-custom .azBrands-group-title-all {
          display: none; } }
  .customAZBrandsWrapper.active-all .azBrands-group-custom .azBrands-group-title:not(.azBrands-group-title-all) {
    display: none; }
  .customAZBrandsWrapper.active-all .azBrands-group-custom .azBrands-group {
    margin: 0; }
  .customAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }
    .customAZBrandsWrapper.active-all .azBrands-group .azBrands-group-list {
      column-count: unset; }
  .customAZBrandsWrapper.is-loading .loadingOverlay {
    display: block; }
  .customAZBrandsWrapper .azBrands-group .azBrands-group-list {
    column-count: 1; }
  .customAZBrandsWrapper.active-all .azBrands-group-custom {
    column-count: 1; }
  @media (min-width: 551px) {
    .customAZBrandsWrapper .azBrands-group .azBrands-group-list {
      column-count: 2; }
    .customAZBrandsWrapper.active-all .azBrands-group-custom {
      column-count: 2; } }
  @media (min-width: 1200px) {
    .customAZBrandsWrapper .azBrands-group .azBrands-group-list {
      column-count: 3;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
    .customAZBrandsWrapper.active-all .azBrands-group-custom {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .customAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #ed3f36;
      background-image: linear-gradient(transparent 97%, #ed3f36 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

#menuMobile .navPage-subMegaMenu .container {
  padding: 0; }

#menuMobile .imageTop .imageTop-item {
  padding: 0 20px;
  margin: 20px 0;
  display: none;
  text-align: left; }

#menuMobile .imageTop .is-open .imageTop-item {
  display: block; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -3px; }
  #menuMobile .imgList > .imgItem {
    width: 50%;
    padding: 0 3px;
    vertical-align: top;
    display: inline-block;
    text-align: center; }
    #menuMobile .imgList > .imgItem > a {
      display: block; }
      #menuMobile .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menuMobile .imgList > .imgItem--full {
    width: 100%; }
  #menuMobile .imgList.style-2 > .imgItem {
    width: 100%;
    display: block; }
    #menuMobile .imgList.style-2 > .imgItem + .imgItem {
      margin-top: 30px; }

#menuMobile .cateArea,
#menuMobile .imageArea {
  float: none;
  display: block; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px;
  margin: 20px 0; }
  #menuMobile .imageArea a {
    display: block; }
  #menuMobile .imageArea img {
    margin: 0 auto; }
  #menuMobile .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    text-transform: uppercase;
    color: #444444; }
  #menuMobile .imageArea .card {
    margin-bottom: 0; }
    #menuMobile .imageArea .card .card-img-container:after {
      padding-bottom: 80%; }
    #menuMobile .imageArea .card .card-body .card-title {
      display: block; }
    #menuMobile .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menuMobile .imageArea .card .card-body .card-figcaption {
      font-size: 12px;
      margin-top: 15px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      text-align: center; }
      #menuMobile .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: #444444;
        border-bottom: 1px solid #444444; }

#menuMobile .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #e06868;
  background-color: #fef8e7;
  text-transform: uppercase; }
  #menuMobile .bottomMegamenu p {
    margin-bottom: 0; }

#menuMobile .dropdown-menu-mb-wrapper {
  border-bottom: unset; }
  #menuMobile .dropdown-menu-mb-wrapper .navUser-action {
    padding-left: 20px;
    font-weight: 600; }
    #menuMobile .dropdown-menu-mb-wrapper .navUser-action .icon {
      margin-right: 15px;
      width: 12px;
      height: 20px;
      float: right; }
  #menuMobile .dropdown-menu-mb-wrapper .dropdown-menu {
    max-width: unset;
    width: 100%;
    background-color: #fafafa; }
    #menuMobile .dropdown-menu-mb-wrapper .dropdown-menu.is-open {
      left: 0; }
    #menuMobile .dropdown-menu-mb-wrapper .dropdown-menu-item a {
      padding-left: 10px; }

#menuMobile .compare-btn-mb-wrapper {
  padding-left: 10px;
  display: none; }
  #menuMobile .compare-btn-mb-wrapper.show {
    display: block; }
  #menuMobile .compare-btn-mb-wrapper .navUser-action {
    font-weight: 600; }

/* Block */
.header__top {
  background-color: #dddcdc;
  height: 43px; }
  @media (max-width: 1024px) {
    .header__top {
      height: 30px; } }
  .header__top .container {
    height: 100%; }
  .header__top .header-top__list {
    height: 100%; }
    @media (max-width: 1024px) {
      .header__top .header-top__list {
        justify-content: center; } }
  .header__top .header-top__item .hover-link--headerTop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #221f20;
    font-weight: 900; }
    .header__top .header-top__item .hover-link--headerTop span {
      letter-spacing: -0.29px; }
    .header__top .header-top__item .hover-link--headerTop .icon {
      margin-right: 4px; }
      .header__top .header-top__item .hover-link--headerTop .icon svg {
        color: #ed3f36; }
      .header__top .header-top__item .hover-link--headerTop .icon.icon--phone {
        transform: translateX(-3px); }
      .header__top .header-top__item .hover-link--headerTop .icon.icon--mail {
        margin-right: 9px; }
    .header__top .header-top__item .hover-link--headerTop + .hover-link--headerTop {
      margin-left: 11px; }
    @media (max-width: 320px) {
      .header__top .header-top__item .hover-link--headerTop:last-child {
        display: none; } }
    .header__top .header-top__item .hover-link--headerTop:hover .icon svg {
      color: #ed3f36; }
  .header__top .navUser-section {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header__top .navUser-section .navUser-item .icon {
      margin-top: 0px; }
    .header__top .navUser-section .navUser-item #cart-preview-dropdown.dropdown-menu {
      width: 370px;
      max-width: unset;
      top: 36px !important;
      padding: 10px 15px; }
      .header__top .navUser-section .navUser-item #cart-preview-dropdown.dropdown-menu.is-loading .previewCartWrapper {
        opacity: 0; }
    .header__top .navUser-section .navUser-item #stylePriceDisplay {
      top: 36px !important; }
    .header__top .navUser-section .navUser-item:hover:not(.navUser-item--account-signed) svg {
      color: #ed3f36;
      fill: #ed3f36;
      stroke: #ed3f36; }
    .header__top .navUser-section .navUser-item + .navUser-item {
      margin-left: 20px; }
    .header__top .navUser-section .navUser-item--account-signed {
      margin-right: 10px; }
  .header__top .navUser-action {
    text-transform: none;
    padding: 5px 0;
    color: #221f20;
    font-weight: 900; }
    .header__top .navUser-action.navUser-action--priceDisplay {
      display: flex;
      align-items: center;
      color: #333333; }
    .header__top .navUser-action + .dropdown-menu {
      -webkit-text-fill-color: currentColor; }
    .header__top .navUser-action .icon {
      width: 1.625rem;
      height: 1.3125rem; }
      .header__top .navUser-action .icon.icon-dropdown {
        width: 0.5625rem;
        height: 0.5625rem; }
      .header__top .navUser-action .icon.icon-cart {
        position: relative;
        margin-right: 12px; }
        .header__top .navUser-action .icon.icon-cart .countPill {
          position: absolute;
          top: 0px;
          right: -10px;
          width: 16px;
          height: 16px;
          line-height: 16px;
          font-style: normal;
          background-color: #ed3f36;
          -webkit-text-fill-color: currentColor; }
    .header__top .navUser-action:hover svg, .header__top .navUser-action:focus-within svg {
      color: #ed3f36;
      fill: #ed3f36;
      stroke: #ed3f36; }
  .header__top .navUser {
    padding-left: 0px; }

.header__middle {
  z-index: 11;
  padding: 0;
  position: relative;
  background-color: transparent;
  padding-top: 6px; }
  @media (max-width: 1024px) {
    .header__middle {
      padding-top: 0px;
      background-color: rgba(252, 252, 252, 0.9); } }
  .header__middle #quickSearch .container {
    padding-right: 0px; }
  .header__middle .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
  .header__middle .middleHeader-item {
    width: 33.3333%;
    height: 100%; }
    @media (max-width: 1024px) {
      .header__middle .middleHeader-item.text-left, .header__middle .middleHeader-item.text-right {
        width: 20%;
        min-width: 90px; } }
  @media (max-width: 1024px) and (max-width: 550px) {
    .header__middle .middleHeader-item.text-left, .header__middle .middleHeader-item.text-right {
      max-width: 100px; } }
    @media (max-width: 1024px) {
      .header__middle .middleHeader-item.text-center {
        width: 60%;
        flex: 1; } }
  @media (max-width: 1024px) and (max-width: 550px) {
    .header__middle .middleHeader-item.text-center .header-logo__link {
      width: auto;
      max-width: unset; } }
    .header__middle .middleHeader-item .header-logo {
      margin: 0; }
      .header__middle .middleHeader-item .header-logo .header-logo-image-container {
        min-height: 80px;
        height: 80px;
        width: 350px;
        position: relative; }
        @media (max-width: 1024px) {
          .header__middle .middleHeader-item .header-logo .header-logo-image-container {
            min-height: unset;
            max-height: 100%;
            max-width: 200px; } }
        @media (max-width: 550px) {
          .header__middle .middleHeader-item .header-logo .header-logo-image-container {
            width: 100%; } }
        .header__middle .middleHeader-item .header-logo .header-logo-image-container img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
          @media (max-width: 1024px) {
            .header__middle .middleHeader-item .header-logo .header-logo-image-container img {
              max-height: 100%; } }
          @media (max-width: 550px) {
            .header__middle .middleHeader-item .header-logo .header-logo-image-container img {
              height: auto;
              position: absolute;
              top: 50%;
              transform: translateY(-50%); } }
    .header__middle .middleHeader-item .item--quicksearch .form {
      width: 100%;
      max-width: 360px;
      margin-bottom: 0px;
      margin-left: auto; }
      .header__middle .middleHeader-item .item--quicksearch .form .form-field {
        position: relative;
        margin-bottom: 0; }
        .header__middle .middleHeader-item .item--quicksearch .form .form-field .form-input {
          height: 40px;
          padding: 14px 30px 14px 12px;
          border-color: #5D5D5D;
          border-radius: 2px;
          background-color: transparent; }
          .header__middle .middleHeader-item .item--quicksearch .form .form-field .form-input::placeholder {
            font-weight: bold;
            color: black; }
        .header__middle .middleHeader-item .item--quicksearch .form .form-field .search-btn {
          height: 100%;
          width: 40px;
          position: absolute;
          padding-right: 14px;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          .header__middle .middleHeader-item .item--quicksearch .form .form-field .search-btn .icon--header-search svg {
            width: 16px;
            height: 100%; }
          .header__middle .middleHeader-item .item--quicksearch .form .form-field .search-btn:hover .icon--header-search svg {
            fill: #ed3f36; }
    .header__middle .middleHeader-item .item--quicksearch .quickSearchResults {
      position: absolute;
      right: 0px;
      top: 100%;
      background: white;
      box-shadow: 0 1px 4px #000026;
      width: 670px;
      padding: 20px;
      z-index: 99; }
      @media (max-width: 1439px) {
        .header__middle .middleHeader-item .item--quicksearch .quickSearchResults {
          right: 12px; } }
      .header__middle .middleHeader-item .item--quicksearch .quickSearchResults .productGrid {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
        max-height: 500px;
        overflow: auto;
        margin-left: -10px;
        margin-right: -10px; }
        .header__middle .middleHeader-item .item--quicksearch .quickSearchResults .productGrid .product {
          width: 33.3333%;
          padding: 10px; }
    .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-title {
      display: block;
      width: auto;
      padding: 0 0 8px 0;
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #e5e5e5; }
    .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 0 -5px;
      margin-top: 10px;
      text-align: left;
      list-style: none;
      font-size: clamp(14px, 0.955vw, 16px); }
      .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        margin: 0 0 10px; }
        .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item .link {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 6px 12px 6px 10px;
          text-transform: lowercase;
          background-color: #f7f7f7;
          color: var(--color-grey);
          text-decoration: unset; }
          .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item .link .icon {
            margin-right: 5px; }
          .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item .link .text {
            font-size: clamp(14px, 0.955vw, 16px); }
        .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item:hover .icon {
          fill: #ed3f36; }
        .header__middle .middleHeader-item .item--quicksearch .search-block .search-block-list .search-block-item:hover .text {
          color: #ed3f36; }
    .header__middle .middleHeader-item.header-nav-mb {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row; }
      .header__middle .middleHeader-item.header-nav-mb .item--hamburger .mobileMenu-toggle {
        top: 50%;
        transform: translateY(-50%);
        padding-left: 12px;
        padding-right: 12px; }
        .header__middle .middleHeader-item.header-nav-mb .item--hamburger .mobileMenu-toggle .mobileMenu-toggleIcon {
          top: 50%;
          transform: translateY(-50%); }
      .header__middle .middleHeader-item.header-nav-mb .item--searchMobile {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%); }
        .header__middle .middleHeader-item.header-nav-mb .item--searchMobile .navUser-action .navUser-icon svg {
          width: 20px;
          height: 20px; }
    .header__middle .middleHeader-item .item--navUser .navUser-section {
      margin-left: 0px;
      margin-bottom: 0px;
      width: 100%; }
      .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item {
        display: block;
        float: right; }
        .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action.navUser-item--cart__hidden-s {
          display: block; }
        .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action .icon {
          width: 20px;
          height: 20px; }
          .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action .icon:hover {
            color: #ed3f36; }
            .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action .icon:hover svg {
              stroke: #ed3f36; }
          .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action .icon.icon-cart .countPill {
            position: absolute;
            top: 6px;
            right: -2px;
            background-color: #ed3f36;
            font-style: normal; }
          @media (max-width: 1024px) {
            .header__middle .middleHeader-item .item--navUser .navUser-section .navUser-item .navUser-action .icon.icon-cart {
              width: 23px; } }

.heroCarousel {
  margin-bottom: 0px !important; }
  @media (max-width: 1024px) {
    .heroCarousel {
      padding-top: 30px; } }
  .heroCarousel.slick-initialized {
    max-height: unset; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: unset;
    height: auto; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image:not(.image-mobile) {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 100%;
      max-height: 100%;
      margin: 0 auto; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: var(--pb); }
      @media (max-width: 1024px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
          padding-bottom: calc(var(--pb) * 1.2); } }
      @media (max-width: 767px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
          padding-bottom: calc(var(--pb) * 1.6); } }
      @media (max-width: 550px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
          padding-bottom: 125%; } }
    @media (min-width: 1025px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        min-height: 580px; } }
  .heroCarousel .heroCarousel-slide .heroCarousel-content {
    background-color: transparent;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    left: 100px;
    top: calc(50% + 7px); }
    @media (max-width: 1024px) {
      .page-type-default .heroCarousel .heroCarousel-slide .heroCarousel-content {
        transform: translateY(calc(-50% + 27px)); } }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
      font-weight: 900;
      color: white;
      letter-spacing: -1.9px;
      font-size: 46px; }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
      color: white;
      font-weight: 400;
      font-size: 23px;
      margin-top: 12px;
      margin-bottom: 64px;
      letter-spacing: -0.8px; }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action {
      color: white;
      padding: 8px 16px;
      margin-top: 0px;
      margin-left: -16px; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action::after, .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action::before {
        background-color: #ffffff; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action .text {
        letter-spacing: -1px;
        font-weight: 700;
        font-style: italic;
        font-size: 22px;
        transition: all .07s ease-in; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action .text::after, .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action .text::before {
          background-color: #ffffff; }
      @media (min-width: 1025px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action:hover .text {
          color: #ffffff; } }
    @media (max-width: 1024px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
        font-size: 34px; }
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content {
        left: 0;
        text-align: center;
        width: 100%; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
          font-size: 30px; }
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
          font-size: 18px;
          margin-bottom: 20px; } }
    @media (max-width: 550px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .heroCarousel .slick-arrow {
    background-color: transparent;
    border: none;
    top: 57%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .heroCarousel .slick-arrow .carousel-tooltip {
      display: none; }
    .heroCarousel .slick-arrow::before {
      height: 6.45385rem;
      width: 3.23846rem; }
    .heroCarousel .slick-arrow.slick-next {
      right: 55px; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 30px; }
    @media (max-width: 1799px) {
      .heroCarousel .slick-arrow {
        top: 50%; } }
    @media (max-width: 1199px) {
      .heroCarousel .slick-arrow::before {
        height: 4.05385rem;
        width: 2.43846rem; } }
  .heroCarousel .slick-dots {
    bottom: 10px;
    height: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background-color: unset; }
    .heroCarousel .slick-dots li {
      background-color: transparent;
      padding: 0px;
      width: 20px;
      height: 20px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        vertical-align: middle;
        background: transparent;
        transition: background .2s ease-in; }
        .heroCarousel .slick-dots li button::before {
          width: 12px;
          height: 12px; }
      .heroCarousel .slick-dots li.slick-active button::before {
        background-color: #ffffff; }
    .heroCarousel .slick-dots .carousel-tooltip {
      display: none; }
  .heroCarousel:hover .slick-arrow {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

/* Hero Carousel Mobile */
@media (max-width: 550px) {
  .show-heroCarousel-mobile .heroCarousel-image {
    display: none; } }

.show-heroCarousel-mobile .image-mobile {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .show-heroCarousel-mobile .image-mobile {
      display: none; } }

.show-heroCarousel-mobile .heroCarousel-content {
  position: absolute;
  top: calc(50% + 7px) !important;
  transform: translateY(-50%); }
  @media (max-width: 550px) {
    .show-heroCarousel-mobile .heroCarousel-content {
      text-align: center !important; } }

.slick-slider:not(.heroCarousel) .slick-arrow {
  background-color: transparent;
  border: none;
  transition: transform .25s ease-in; }
  .slick-slider:not(.heroCarousel) .slick-arrow::before {
    height: 39px;
    width: 23px; }
  .slick-slider:not(.heroCarousel) .slick-arrow.slick-next::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23ed3f36" points="2.019,0.58 -0.035,2.634 10.646,13.316 -0.035,23.997 2.019,26.052 14.755,13.316 "/></svg>'); }
  .slick-slider:not(.heroCarousel) .slick-arrow.slick-next.slick-disabled::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23E9E9E9" points="2.019,0.58 -0.035,2.634 10.646,13.316 -0.035,23.997 2.019,26.052 14.755,13.316 "/></svg>'); }
  .slick-slider:not(.heroCarousel) .slick-arrow.slick-prev::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23ed3f36" points="12.885,0.58 14.969,2.664 4.133,13.5 14.969,24.336 12.885,26.42 2.049,15.584 -0.035,13.5 "/></svg>'); }
  .slick-slider:not(.heroCarousel) .slick-arrow.slick-prev.slick-disabled::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg enable-background="new 0 0 15 26" height="26px" id="Layer_1" version="1.1" viewBox="0 0 15 26" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon fill="%23E9E9E9" points="12.885,0.58 14.969,2.664 4.133,13.5 14.969,24.336 12.885,26.42 2.049,15.584 -0.035,13.5 "/></svg>'); }
  .slick-slider:not(.heroCarousel) .slick-arrow.slick-disabled {
    opacity: 1;
    pointer-events: none; }
  @media (min-width: 1025px) {
    .slick-slider:not(.heroCarousel) .slick-arrow:hover.slick-next {
      transform: scale(1.05) translate(0%, -50%); }
    .slick-slider:not(.heroCarousel) .slick-arrow:hover.slick-prev {
      transform: scale(1.05) translate(0%, -50%); } }
  @media (max-width: 767px) {
    .slick-slider:not(.heroCarousel) .slick-arrow::before {
      height: 30px;
      width: 16px; }
    .slick-slider:not(.heroCarousel) .slick-arrow.slick-next {
      right: -15px; }
    .slick-slider:not(.heroCarousel) .slick-arrow.slick-prev {
      left: -15px; } }

.slick-slider:not(.heroCarousel) .slick-dots li {
  padding: 0px;
  width: 20px;
  height: 20px; }
  .slick-slider:not(.heroCarousel) .slick-dots li button {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle; }
    .slick-slider:not(.heroCarousel) .slick-dots li button::before {
      width: 12px;
      height: 12px; }

@media (min-width: 551px) {
  .slick-slider:not(.heroCarousel) .carousel-tooltip {
    display: none; } }

.section-icon-with-text {
  background-color: #E9E9E9; }
  .section-icon-with-text .icon-with-text__row .icon-with-text__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    min-height: 100%; }
    @media (max-width: 767px) {
      .section-icon-with-text .icon-with-text__row .icon-with-text__item {
        padding: 15px 0; } }
    .section-icon-with-text .icon-with-text__row .icon-with-text__item .icon-with-text__icon {
      display: inline-block;
      width: 24px;
      min-width: 24px;
      height: 24px;
      margin-right: 8px;
      transition: transform 0.2s ease-in; }
      .section-icon-with-text .icon-with-text__row .icon-with-text__item .icon-with-text__icon svg {
        width: 100%;
        height: 100%;
        fill: #7D7D7D; }
      .section-icon-with-text .icon-with-text__row .icon-with-text__item .icon-with-text__icon.icon-five-star {
        width: 85px;
        margin-right: 12px;
        margin-bottom: 2px; }
    .section-icon-with-text .icon-with-text__row .icon-with-text__item .icon-with-text__label {
      color: #221F20;
      font-weight: 700;
      transition: color 0.2s ease-in;
      white-space: nowrap;
      line-height: 1.8; }
    @media (min-width: 1025px) {
      .section-icon-with-text .icon-with-text__row .icon-with-text__item:hover .icon-with-text__icon {
        transform: scale(1.3); }
        .section-icon-with-text .icon-with-text__row .icon-with-text__item:hover .icon-with-text__icon svg {
          fill: #ed3f36; }
        .section-icon-with-text .icon-with-text__row .icon-with-text__item:hover .icon-with-text__icon.icon-five-star {
          transform: scale(1.1); }
      .section-icon-with-text .icon-with-text__row .icon-with-text__item:hover .icon-with-text__label {
        color: #ed3f36; } }
  @media (max-width: 767px) {
    .section-icon-with-text .icon-with-text__row.not-distance .row-item {
      flex: 0 0 65% !important; } }
  @media (max-width: 374px) {
    .section-icon-with-text .icon-with-text__row.not-distance .row-item {
      flex: 0 0 90% !important;
      margin-right: 0px; } }

@media (min-width: 1025px) {
  .page-type-default .section-icon-with-text .container {
    padding: 0 70px; } }

.image-with-text {
  margin-top: 13px; }
  .image-with-text .container {
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .image-with-text .container {
        padding: 0 12px; } }
  .image-with-text .image-with-text__row .image-with-text__item {
    position: relative; }
    .image-with-text .image-with-text__row .image-with-text__item--img {
      will-change: transform;
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .image-with-text .image-with-text__row .image-with-text__item--img::after {
        content: "";
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .image-with-text .image-with-text__row .image-with-text__item--img img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        border: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        transition: opacity .8s ease; }
    .image-with-text .image-with-text__row .image-with-text__item--content {
      position: absolute;
      bottom: 0;
      left: calc(var(--sl-gutter-x)* .5);
      right: calc(var(--sl-gutter-x)* .5);
      height: 20%;
      background-color: rgba(252, 252, 252, 0.8);
      max-height: 57px; }
      .image-with-text .image-with-text__row .image-with-text__item--content .image-with-text__item--content-link {
        display: inline-block;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 19px;
        letter-spacing: 0.95px;
        text-orientation: center;
        font-weight: 700; }
        .image-with-text .image-with-text__row .image-with-text__item--content .image-with-text__item--content-link .text {
          height: 100%;
          display: inline-flex;
          align-items: center;
          color: #221f20; }
        .image-with-text .image-with-text__row .image-with-text__item--content .image-with-text__item--content-link:hover .text {
          color: #ed3f36; }
  .image-with-text .image-with-text__row[data-slick]:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    .image-with-text .image-with-text__row[data-slick]:not(.slick-initialized) .image-with-text__item {
      width: 33.3333%; }

.top-category {
  padding-bottom: 60px; }
  @media (max-width: 1799px) {
    .top-category .image-with-text__row {
      margin-left: -11px;
      margin-right: -11px; }
      .top-category .image-with-text__row .image-with-text__item {
        padding-left: 11px;
        padding-right: 11px; } }
    @media (max-width: 1799px) and (max-width: 767px) {
      .top-category .image-with-text__row .image-with-text__item {
        margin-top: 22px; } }
  @media (max-width: 1799px) {
        .top-category .image-with-text__row .image-with-text__item--content {
          left: 11px;
          right: 10px;
          bottom: -1px; } }
  @media (max-width: 767px) {
    .top-category .image-with-text__row {
      margin-top: -24px; } }
  @media (min-width: 1800px) {
    .top-category .image-with-text__row .image-with-text__item--content {
      bottom: -1px;
      right: calc(var(--sl-gutter-x)* .5 - 1px); } }
  .top-category .custom-heading {
    margin-bottom: 12px; }

.recently-blog-post .image-with-text__row .slick-list {
  margin-left: -20px;
  margin-right: -20px; }

@media (min-width: 1440px) {
  .recently-blog-post .image-with-text__row .slick-next {
    right: -2.5vw; }
  .recently-blog-post .image-with-text__row .slick-prev {
    left: -2.5vw; } }

@media (max-width: 1439px) {
  .recently-blog-post .image-with-text__row .slick-next {
    right: 0; }
  .recently-blog-post .image-with-text__row .slick-prev {
    left: 0; } }

.recently-blog-post .image-with-text__row .image-with-text__item {
  padding-left: 20px;
  padding-right: 20px; }
  .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--img::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 65.90909%;
    width: 100%; }
  .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content {
    position: relative;
    background-color: #E9E9E9;
    max-height: unset;
    padding: 4px 22px 12px; }
    .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .title {
      margin: 8px 0px 8px;
      --lineHeight: 25px;
      --row: 3;
      line-height: var(--lineHeight);
      height: calc(var(--lineHeight) * var(--row));
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: var(--row);
      -webkit-box-orient: vertical; }
      .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .title a {
        font-size: 21px;
        color: #ed3f36;
        transition: opacity .2s ease-in; }
        @media (min-width: 1025px) {
          .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .title a:hover {
            opacity: 0.7; } }
    .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .summary {
      margin-top: 0;
      margin-bottom: 0;
      --lineHeight: 18px;
      --row: 3;
      line-height: var(--lineHeight);
      height: calc(var(--lineHeight) * var(--row));
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: var(--row);
      -webkit-box-orient: vertical; }
    .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore {
      font-size: 0px;
      padding: 17px;
      width: 100%;
      max-width: 160px;
      margin-top: 7px;
      margin-bottom: 0px;
      letter-spacing: 0.65px;
      font-weight: 600; }
      .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore::before {
        background: transparent;
        border-right: var(--border-offset) solid transparent;
        border-bottom: var(--border-offset) solid #221f20;
        border-bottom-color: #221f20; }
      .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore .text {
        font-size: clamp(14px, 0.955vw, 16px); }
      .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:hover, .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:focus, .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:active {
        border-color: #221f20; }
        .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:hover .text, .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:focus .text, .recently-blog-post .image-with-text__row .image-with-text__item .image-with-text__item--content .blog_post_readmore:active .text {
          color: #FDFDFD; }

.recently-blog-post .slick-dots {
  bottom: -40px; }

.image-list .image-list__row {
  margin: 0 auto; }
  .image-list .image-list__row[data-slick]:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    .image-list .image-list__row[data-slick]:not(.slick-initialized) .image-list__item {
      width: 20%; }
  .image-list .image-list__row .slick-track {
    display: flex;
    align-items: center; }
  .image-list .image-list__row .slick-arrow {
    margin-top: 0px; }
    @media (min-width: 1025px) {
      .image-list .image-list__row .slick-arrow.slick-next {
        right: -2vw;
        transform: translate(100%, -50%); }
      .image-list .image-list__row .slick-arrow.slick-prev {
        left: -2vw;
        transform: translate(-100%, -50%); }
      .image-list .image-list__row .slick-arrow:hover.slick-next {
        transform: scale(1.05) translate(100%, -50%); }
      .image-list .image-list__row .slick-arrow:hover.slick-prev {
        transform: scale(1.05) translate(-100%, -50%); } }
    @media (min-width: 1440px) {
      .image-list .image-list__row .slick-arrow.slick-next {
        right: -3vw; }
      .image-list .image-list__row .slick-arrow.slick-prev {
        left: -3vw; } }
    @media (max-width: 767px) {
      .image-list .image-list__row .slick-arrow::before {
        height: 40px;
        width: 25px; }
      .image-list .image-list__row .slick-arrow.slick-next {
        right: -13px; } }
  .image-list .image-list__row .image-list__item {
    padding-left: 28px;
    padding-right: 28px;
    text-align: center; }
    .image-list .image-list__row .image-list__item .image-list__item--img {
      margin: auto;
      max-width: var(--item-width);
      position: relative;
      width: 100%;
      display: inline-block;
      overflow: visible; }
      .image-list .image-list__row .image-list__item .image-list__item--img::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: var(--item-pb);
        width: 100%; }
      .image-list .image-list__row .image-list__item .image-list__item--img img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        font-family: "object-fit: contain;";
        height: 100%;
        object-fit: contain;
        width: 100%; }
  @media (max-width: 1024px) {
    .image-list .image-list__row .image-list__item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 550px) {
    .image-list .image-list__row .slick-list {
      max-width: 90%;
      margin: 0 auto; }
    .image-list .image-list__row .image-list__item {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1025px) {
    .image-list .image-list__row {
      min-width: calc(100% - 140px); } }
  @media (min-width: 1600px) {
    .image-list .image-list__row {
      min-width: calc(100% - 70px); } }

.section-our-brands {
  padding-bottom: 22px; }
  .section-our-brands .custom-heading {
    margin-bottom: 26px; }

.section-as-seen-in {
  padding-bottom: 40px; }
  .section-as-seen-in .container {
    padding-bottom: 24px; }
  .section-as-seen-in .custom-heading {
    margin-bottom: 20px; }
  .section-as-seen-in .image-list__row .slick-track {
    margin: 0 auto; }
  .section-as-seen-in .image-list__row .image-list__item {
    padding: 0 5px; }

.section-custom-text {
  padding-bottom: 26px; }
  .section-custom-text .custom-heading {
    margin-bottom: 5px; }

.product-slide-block .productCarousel {
  margin: 0px; }
  .product-slide-block .productCarousel[data-slick]:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    .product-slide-block .productCarousel[data-slick]:not(.slick-initialized) .productCarousel-slide {
      width: 100%; }
  .product-slide-block .productCarousel .slick-list {
    padding: 20px 0;
    margin: 0 -0.75rem; }
    @media (min-width: 1025px) {
      .product-slide-block .productCarousel .slick-list {
        margin: 0;
        padding: 30px 0; } }
  .product-slide-block .productCarousel .card-body .card-text--product-rating {
    margin-top: 6px; }
  @media (min-width: 1600px) {
    .product-slide-block .productCarousel .productCarousel-slide {
      padding: 10px; } }

.product-slide-block .custom-heading {
  margin-bottom: 0px; }
  @media (max-width: 1024px) {
    .product-slide-block .custom-heading {
      margin-bottom: 20px; } }

.product-slide-block .custom-content {
  margin-top: -10px; }

.product-slide-block.custom-section {
  padding-bottom: 0px; }
  @media (max-width: 1024px) {
    .product-slide-block.custom-section {
      padding-bottom: 50px; } }
  @media (max-width: 550px) {
    .product-slide-block.custom-section {
      padding-bottom: 60px; } }

.page-type-blog_post .breadcrumb-wrapper {
  margin-top: 10px; }

.page-type-blog_post .blog-post-header .blog-title {
  font-size: 24px; }

.page-type-blog_post .blog-post-header .blog-date {
  text-align: left; }

.page-type-blog_post .blog-post-footer .icon {
  margin-right: 20px; }

.page-type-blog_post .blog-post-footer .tag {
  margin-right: 20px; }
  .page-type-blog_post .blog-post-footer .tag:hover .text {
    color: #ed3f36; }

/* Site Maps Page */
.page-type-sitemap .body {
  padding-top: 50px !important; }
  @media (max-width: 1024px) {
    .page-type-sitemap .body {
      padding-top: 30px !important; } }

.page-type-sitemap .contentSitemap {
  margin: 0;
  display: block; }
  .page-type-sitemap .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .page-type-sitemap .contentSitemap a {
    text-decoration: none; }
  .page-type-sitemap .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .page-type-sitemap .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .page-type-sitemap .contentSitemap > li > ul > li > a {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #444444; }
    .page-type-sitemap .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .page-type-sitemap .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 600; }
      .page-type-sitemap .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .page-type-sitemap .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: #221f20; }
    .page-type-sitemap .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #221f20; }
  .page-type-sitemap .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    color: #444444;
    border-bottom: 1px solid #ececec; }
  .page-type-sitemap .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

.page-type-page .page-heading {
  font-size: 24px; }

.aboutUsPage .page-about-us {
  padding-bottom: 0px !important; }

.aboutUsPage .header {
  position: fixed;
  background-color: rgba(252, 252, 252, 0.9); }

.aboutUsPage .breadcrumbs {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 46px; }

.aboutUsPage .aboutUsBanner {
  margin-top: 43px; }
  .aboutUsPage .aboutUsBanner .banner__link {
    position: relative;
    display: block;
    position: relative; }
    .aboutUsPage .aboutUsBanner .banner__link::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 30.3125%;
      width: 100%; }
    .aboutUsPage .aboutUsBanner .banner__link img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media (max-width: 1439px) {
      .aboutUsPage .aboutUsBanner .banner__link:after {
        padding-bottom: 40.3125%; } }
    @media (max-width: 1199px) {
      .aboutUsPage .aboutUsBanner .banner__link:after {
        padding-bottom: 46.3125%; } }
    @media (max-width: 550px) {
      .aboutUsPage .aboutUsBanner .banner__link:after {
        padding-bottom: 60.3125%; } }

.aboutUsPage .companyIntro {
  overflow: hidden; }
  .aboutUsPage .companyIntro__list {
    display: flex;
    margin-left: -19px;
    margin-right: -19px; }
    @media (max-width: 1024px) {
      .aboutUsPage .companyIntro__list {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0; } }
  .aboutUsPage .companyIntro__item {
    padding: 0 19px; }
    .aboutUsPage .companyIntro__item iframe {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    @media (max-width: 1024px) {
      .aboutUsPage .companyIntro__item {
        padding: 0;
        width: 100%; } }
    @media (min-width: 1025px) {
      .aboutUsPage .companyIntro__item.item--left {
        width: 47%;
        max-width: 681px; }
      .aboutUsPage .companyIntro__item.item--right {
        width: 53%;
        max-width: 711px; } }
  .aboutUsPage .companyIntro__title {
    margin-top: 12px;
    font-size: 34px;
    letter-spacing: 0.34px;
    color: #221f20;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold; }
  .aboutUsPage .companyIntro__subTitle {
    font-size: 24px;
    line-height: 1.2;
    text-transform: unset;
    color: #221f20;
    letter-spacing: 1.04px;
    font-weight: bold;
    max-width: 90%; }
    @media (max-width: 1024px) {
      .aboutUsPage .companyIntro__subTitle {
        line-height: 1.1; } }
  .aboutUsPage .companyIntro__text {
    font-size: clamp(14px, 0.955vw, 16px);
    line-height: 18px;
    letter-spacing: 0.13px;
    color: #221f20;
    font-weight: 300; }

.aboutUsPage .contactSection {
  background-color: #DB4E40;
  margin-top: 20px; }
  .aboutUsPage .contactSection__content {
    padding-top: 17px;
    padding-bottom: 19px; }
    .aboutUsPage .contactSection__content .text {
      font-size: clamp(14px, 0.955vw, 16px);
      letter-spacing: 0.75px;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 0;
      font-weight: 600; }
    .aboutUsPage .contactSection__content .button {
      background-color: transparent;
      border: 1px solid #ffffff;
      font-size: 15px;
      letter-spacing: 0.75px;
      line-height: 33px;
      color: #ffffff;
      padding: 0;
      margin-left: 20px;
      margin-bottom: 0;
      min-height: 35px;
      min-width: 142px; }
    @media (max-width: 550px) {
      .aboutUsPage .contactSection__content {
        flex-direction: column; } }

.aboutUsPage .moreInfo {
  padding-top: 40px;
  background-color: #F3F1F1; }
  @media (max-width: 1024px) {
    .aboutUsPage .moreInfo {
      margin-top: 20px; } }
  .aboutUsPage .moreInfo__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .aboutUsPage .moreInfo__list {
        grid-gap: 15px; } }
    @media (max-width: 767px) {
      .aboutUsPage .moreInfo__list {
        grid-template-columns: repeat(1, 1fr) !important; } }
    .aboutUsPage .moreInfo__list .moreInfo__item .item-image {
      overflow: hidden;
      position: relative; }
      .aboutUsPage .moreInfo__list .moreInfo__item .item-image::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 65.98174%;
        width: 100%; }
      .aboutUsPage .moreInfo__list .moreInfo__item .item-image img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .aboutUsPage .moreInfo__list .moreInfo__item .item-image-link {
        display: block;
        position: static; }
    .aboutUsPage .moreInfo__list .moreInfo__item .item-content {
      background-color: #E9E9E9;
      padding: 8px 22px 16px; }
      @media (max-width: 1024px) {
        .aboutUsPage .moreInfo__list .moreInfo__item .item-content {
          padding: 12px 15px; } }
      .aboutUsPage .moreInfo__list .moreInfo__item .item-content h3 {
        margin-top: 0;
        color: #DD4F40;
        letter-spacing: 0;
        font-size: 20px;
        line-height: 31px;
        font-weight: 600; }
      .aboutUsPage .moreInfo__list .moreInfo__item .item-content .button {
        min-width: 158px;
        min-height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px; }
    .aboutUsPage .moreInfo__list.cols2 {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 17px;
      margin-bottom: 32px; }
      .aboutUsPage .moreInfo__list.cols2 .item-image {
        position: relative; }
        .aboutUsPage .moreInfo__list.cols2 .item-image::after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 43.00595%;
          width: 100%; }
        .aboutUsPage .moreInfo__list.cols2 .item-image img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .aboutUsPage .moreInfo__list:last-child {
      margin-bottom: 0;
      padding-bottom: 32px; }

.aboutUsPage .section-icon-with-text .icon-with-text__item {
  padding: 14.5px 10px; }

/* Card */
.card {
  position: relative;
  padding: 11px 10px;
  transition: transform .35s ease-in-out; }
  .card .card-figure .card-img-container img {
    transition: transform .35s ease-in-out;
    will-change: transform; }
  .card-body .card-title a {
    color: #221f20;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    transition: color .25s ease-in;
    width: 100%; }
    @media (max-width: 551px) {
      .card-body .card-title a {
        min-height: 36px; } }
    .card-body .card-title a:hover {
      color: #ed3f36; }
  .card-body .card-text .price-section {
    font-size: 18px;
    color: #221f20;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 551px) {
      .card-body .card-text .price-section {
        font-size: 15px; } }
    .card-body .card-text .price-section .price-section--minor {
      color: #221f20; }
    .card-body .card-text .price-section-salePrice {
      color: #ed3f36; }
      .card-body .card-text .price-section-salePrice .price {
        color: #ed3f36; }
    .card-body .card-text .price-section.non-sale-price--withoutTax, .card-body .card-text .price-section.non-sale-price--withTax {
      font-size: clamp(12px, 0.803vw, 14px);
      color: #221f20;
      font-weight: 600;
      margin-top: -3px; }
      @media (max-width: 551px) {
        .card-body .card-text .price-section.non-sale-price--withoutTax, .card-body .card-text .price-section.non-sale-price--withTax {
          font-size: 11px; } }
      .card-body .card-text .price-section.non-sale-price--withoutTax span, .card-body .card-text .price-section.non-sale-price--withTax span {
        letter-spacing: 1px; }
  .card-body .card-text--product-rating {
    text-align: center;
    margin-top: 10px; }
    .card-body .card-text--product-rating .rating-small .icon {
      width: 16px;
      height: 16px; }
  .card-body .card-text[data-test-info-type="brandName"] {
    display: none; }
  .card-body .ruk_rating_snippet {
    font-size: 13px;
    text-align: center; }
    @media (max-width: 550px) {
      .card-body .ruk_rating_snippet {
        min-height: 40px; } }
  .card-figcaption {
    position: relative;
    margin-top: 5px;
    display: block;
    opacity: 1;
    transition: all 0.35s ease; }
    .card-figcaption-body {
      top: 0;
      width: 100%;
      transform: unset;
      background-color: white; }
      .card-figcaption-body .button.quickview {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
    .card-figcaption-button {
      text-transform: none; }
    @media (min-width: 1025px) {
      .card-figcaption {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 16px, 0); } }
  .card::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1; }
    @media (max-width: 1024px) {
      .card::after {
        opacity: 1; } }
  @media (min-width: 1025px) {
    .card:hover .card-figure .card-img-container img {
      transform: scale(1.05); }
    .card:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); }
    .card:hover::after {
      opacity: 1;
      transform: scale(1.05); } }
  @media (max-width: 1024px) {
    .card {
      padding: 20px 15px; } }

/* Product */
.page-type-product .breadcrumb-wrapper,
.quickView .breadcrumb-wrapper {
  margin-top: 16px; }

.page-type-product .productView,
.quickView .productView {
  max-width: 100%; }
  .page-type-product .productView-product,
  .quickView .productView-product {
    padding-bottom: 0px;
    border-bottom: none; }
    .page-type-product .productView-product-title-wrap,
    .quickView .productView-product-title-wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .page-type-product .productView-product-title-wrap .productView-title,
      .quickView .productView-product-title-wrap .productView-title {
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        flex: 1;
        line-height: 32px; }
        @media (max-width: 767px) {
          .page-type-product .productView-product-title-wrap .productView-title,
          .quickView .productView-product-title-wrap .productView-title {
            font-size: 22px;
            margin-bottom: 10px; } }
      .page-type-product .productView-product-title-wrap .productView-brand,
      .quickView .productView-product-title-wrap .productView-brand {
        position: relative;
        margin: 0;
        max-width: 120px;
        width: 25%;
        display: block; }
        .page-type-product .productView-product-title-wrap .productView-brand.brand-image::after,
        .quickView .productView-product-title-wrap .productView-brand.brand-image::after {
          content: "";
          display: block;
          padding-bottom: 54%;
          height: 0;
          width: 100%; }
        .page-type-product .productView-product-title-wrap .productView-brand a,
        .quickView .productView-product-title-wrap .productView-brand a {
          display: block; }
        .page-type-product .productView-product-title-wrap .productView-brand img,
        .quickView .productView-product-title-wrap .productView-brand img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          object-fit: cover; }
  .page-type-product .productView-price .price-section,
  .quickView .productView-price .price-section {
    line-height: 1.3; }
    .page-type-product .productView-price .price-section .price,
    .quickView .productView-price .price-section .price {
      font-size: 24px;
      font-weight: 600;
      color: #221f20; }
    .page-type-product .productView-price .price-section .type-dis-label,
    .quickView .productView-price .price-section .type-dis-label {
      font-size: clamp(14px, 0.955vw, 16px);
      font-weight: 500; }
    .page-type-product .productView-price .price-section-salePrice,
    .quickView .productView-price .price-section-salePrice {
      color: #ed3f36; }
      .page-type-product .productView-price .price-section-salePrice .price,
      .quickView .productView-price .price-section-salePrice .price {
        color: #ed3f36 !important; }
  .page-type-product .productView-price .price-section.non-sale-price--withTax,
  .page-type-product .productView-price .price-section.non-sale-price--withoutTax,
  .quickView .productView-price .price-section.non-sale-price--withTax,
  .quickView .productView-price .price-section.non-sale-price--withoutTax {
    font-size: clamp(14px, 0.955vw, 16px);
    margin-top: 5px; }
    .page-type-product .productView-price .price-section.non-sale-price--withTax .price,
    .page-type-product .productView-price .price-section.non-sale-price--withoutTax .price,
    .quickView .productView-price .price-section.non-sale-price--withTax .price,
    .quickView .productView-price .price-section.non-sale-price--withoutTax .price {
      font-size: clamp(14px, 0.955vw, 16px); }
  .page-type-product .productView-shipping_mess,
  .quickView .productView-shipping_mess {
    max-height: 42px;
    border: 1px solid #f1f0f0;
    padding: 7px; }
    .page-type-product .productView-shipping_mess .free_shipping_label, .page-type-product .productView-shipping_mess .free_shipping_mess,
    .quickView .productView-shipping_mess .free_shipping_label,
    .quickView .productView-shipping_mess .free_shipping_mess {
      font-size: clamp(14px, 0.955vw, 16px);
      font-weight: 500;
      line-height: 1.3; }
    .page-type-product .productView-shipping_mess .free_shipping_label,
    .quickView .productView-shipping_mess .free_shipping_label {
      color: #46952E;
      font-weight: 600;
      margin-left: 15px; }
    .page-type-product .productView-shipping_mess .free_shipping_icon,
    .quickView .productView-shipping_mess .free_shipping_icon {
      width: 56px;
      height: 53px; }
    .page-type-product .productView-shipping_mess .free_shipping_mess,
    .quickView .productView-shipping_mess .free_shipping_mess {
      margin-left: 13px;
      padding-left: 15px;
      position: relative; }
      .page-type-product .productView-shipping_mess .free_shipping_mess::after,
      .quickView .productView-shipping_mess .free_shipping_mess::after {
        content: "";
        width: 1px;
        background-color: #221f20;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 86%; }
    @media (max-width: 550px) {
      .page-type-product .productView-shipping_mess .free_shipping_icon,
      .quickView .productView-shipping_mess .free_shipping_icon {
        width: 50px; } }
    .page-type-product .productView-shipping_mess .productView-info-name,
    .page-type-product .productView-shipping_mess .productView-info-value,
    .quickView .productView-shipping_mess .productView-info-name,
    .quickView .productView-shipping_mess .productView-info-value {
      font-size: clamp(14px, 0.955vw, 16px);
      font-weight: 500;
      display: inline-block; }
    .page-type-product .productView-shipping_mess .productView-info-name,
    .quickView .productView-shipping_mess .productView-info-name {
      color: #4CA978;
      margin-left: 16px;
      margin-bottom: 0; }
    .page-type-product .productView-shipping_mess .productView-info-value,
    .quickView .productView-shipping_mess .productView-info-value {
      font-style: italic;
      margin-left: 7px;
      margin-bottom: 0;
      padding-left: 10px;
      position: relative; }
      .page-type-product .productView-shipping_mess .productView-info-value::after,
      .quickView .productView-shipping_mess .productView-info-value::after {
        content: "";
        width: 1px;
        background-color: #221f20;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 86%; }
  .page-type-product .productView-details,
  .quickView .productView-details {
    width: 45%;
    max-width: 573px;
    padding-bottom: 10px; }
    .page-type-product .productView-details .form-field,
    .quickView .productView-details .form-field {
      margin-bottom: 8px; }
      .page-type-product .productView-details .form-field--increments,
      .quickView .productView-details .form-field--increments {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 16px; }
      .page-type-product .productView-details .form-field .form-label,
      .quickView .productView-details .form-field .form-label {
        margin-bottom: 0px;
        font-size: clamp(14px, 0.955vw, 16px);
        font-weight: 500; }
    .page-type-product .productView-details .form-increment,
    .quickView .productView-details .form-increment {
      margin-left: 12px;
      border: 1px solid #fafafa; }
      .page-type-product .productView-details .form-increment .button,
      .quickView .productView-details .form-increment .button {
        min-width: 30px;
        background-color: #F4F4F4; }
        .page-type-product .productView-details .form-increment .button .icon,
        .quickView .productView-details .form-increment .button .icon {
          width: 12px;
          height: 12px;
          color: #282525;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        @media (min-width: 1025px) {
          .page-type-product .productView-details .form-increment .button:hover,
          .quickView .productView-details .form-increment .button:hover {
            background-color: #ed3f36; }
            .page-type-product .productView-details .form-increment .button:hover .icon svg,
            .quickView .productView-details .form-increment .button:hover .icon svg {
              fill: #ffffff; } }
      .page-type-product .productView-details .form-increment .form-input--incrementTotal,
      .quickView .productView-details .form-increment .form-input--incrementTotal {
        font-size: clamp(14px, 0.955vw, 16px); }
  .page-type-product .productView-options .select-option-label,
  .quickView .productView-options .select-option-label {
    font-size: clamp(14px, 0.955vw, 16px);
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px; }
  .page-type-product .productView-options .form-field:not(.form-field--increments),
  .quickView .productView-options .form-field:not(.form-field--increments) {
    background-color: #F1F0F0; }
    .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label,
    .quickView .productView-options .form-field:not(.form-field--increments) .form-label {
      font-size: clamp(14px, 0.955vw, 16px);
      text-transform: uppercase;
      color: #333333;
      font-weight: 700;
      position: relative; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label.form-label--alternate,
      .quickView .productView-options .form-field:not(.form-field--increments) .form-label.form-label--alternate {
        padding: 12px 15px 12px 15px; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label small,
      .quickView .productView-options .form-field:not(.form-field--increments) .form-label small {
        margin-left: 2px;
        color: #ed3f36;
        font-weight: 800; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label .icon,
      .quickView .productView-options .form-field:not(.form-field--increments) .form-label .icon {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
        .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label .icon svg,
        .quickView .productView-options .form-field:not(.form-field--increments) .form-label .icon svg {
          color: #ed3f36;
          stroke-width: 2px;
          transition: transform 0.2s ease-in; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label::before,
      .quickView .productView-options .form-field:not(.form-field--increments) .form-label::before {
        border: solid #BBB;
        border-width: 2px; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) .form-label::after,
      .quickView .productView-options .form-field:not(.form-field--increments) .form-label::after {
        transform: scale(0.9); }
    .page-type-product .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content],
    .quickView .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content] {
      overflow: hidden;
      padding: 12px 15px 12px 15px; }
      .page-type-product .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option,
      .quickView .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center; }
        .page-type-product .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option .form-option-expanded,
        .quickView .productView-options .form-field:not(.form-field--increments) [data-custom-dropdown-content] .form-option .form-option-expanded {
          display: none; }
    .page-type-product .productView-options .form-field:not(.form-field--increments).is-open .form-label .icon svg,
    .quickView .productView-options .form-field:not(.form-field--increments).is-open .form-label .icon svg {
      transform: rotate(180deg); }
    .page-type-product .productView-options .form-field:not(.form-field--increments) .productOptions-list,
    .quickView .productView-options .form-field:not(.form-field--increments) .productOptions-list {
      margin-bottom: 20px; }
  .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper,
  .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper {
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: clamp(12px, 0.803vw, 14px);
    padding-bottom: 15px; }
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--color,
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--pattern,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--color,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--pattern {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover; }
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label {
      display: block;
      width: 100%;
      padding-left: 19px;
      font-weight: 600;
      position: relative;
      cursor: pointer; }
      .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::before,
      .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::before {
        content: "";
        display: block;
        position: absolute;
        transition: all 50ms ease-out;
        background-color: white;
        height: 1.23077rem;
        left: -4px;
        top: 0;
        width: 1.23077rem;
        border: solid #BBB;
        border-width: 2px;
        border-radius: 50%; }
      .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::after,
      .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label::after {
        content: "";
        display: block;
        position: absolute;
        transition: all 50ms ease-out;
        height: 1.07692rem;
        left: -3px;
        opacity: 0;
        top: 1px;
        transform: scale(0);
        width: 1.07692rem;
        border-radius: 1.07692rem;
        background: rgba(51, 51, 51, 0.999);
        border: 3px solid white;
        background-color: #0075FF; }
      @media (max-width: 767px) {
        .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label,
        .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch-label {
          text-align: left; } }
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option-swatch-label::after,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option-swatch-label::after {
      opacity: 1;
      transform: scale(0.9); }
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch {
      margin-right: 0px;
      width: 100%;
      position: relative;
      margin-bottom: 7px; }
      .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch::after,
      .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch::after {
        content: "";
        display: block;
        padding-bottom: 100%; }
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper.hide_option,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper.hide_option {
      width: 0;
      padding: 0; }
      .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper.hide_option .form-option-swatch-label,
      .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-wrapper.hide_option .form-option-swatch-label {
        display: none; }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .page-type-product .productView-options .form-field[data-product-attribute="swatch"] .form-option-row .form-option-wrapper,
    .quickView .productView-options .form-field[data-product-attribute="swatch"] .form-option-row .form-option-wrapper {
      width: 25%; } }
  .page-type-product .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label,
  .quickView .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label {
    margin-bottom: 20px; }
    .page-type-product .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::before,
    .quickView .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::before {
      top: 1px; }
    .page-type-product .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::after,
    .quickView .productView-options .form-field[data-product-attribute="set-radio"] [data-custom-dropdown-content] .form-label::after {
      top: 2px;
      background-color: #0075FF; }
  .page-type-product .productView-options .form-field[data-product-attribute="set-select"],
  .quickView .productView-options .form-field[data-product-attribute="set-select"] {
    padding-top: 6.5px;
    padding-bottom: 6.5px; }
    .page-type-product .productView-options .form-field[data-product-attribute="set-select"].field-set-select .form-label,
    .quickView .productView-options .form-field[data-product-attribute="set-select"].field-set-select .form-label {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .page-type-product .productView-options .form-field[data-product-attribute="set-select"].field-set-select .form-label .form-select,
      .quickView .productView-options .form-field[data-product-attribute="set-select"].field-set-select .form-label .form-select {
        font-size: clamp(14px, 0.955vw, 16px);
        color: #221f20;
        max-width: unset;
        margin-left: 5px;
        border: none;
        background-color: #F1F0F0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 58.026 58.026" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M29.013 46.019c-1.1 0-2.1-.4-2.9-1.2l-25-26c-1.5-1.6-1.5-4.1.1-5.7 1.6-1.5 4.1-1.5 5.7.1l22.1 23 22.1-23c1.5-1.6 4.1-1.6 5.7-.1s1.6 4.1.1 5.7l-25 26c-.8.8-1.8 1.2-2.9 1.2z" fill="%23ed3f36" opacity="1" data-original="%23ed3f36" class=""></path></g></svg>');
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: right 0px top 0.53846rem; }
  .page-type-product .productView-options .form-field[data-product-attribute="set-rectangle"] [data-custom-dropdown-content] .form-option,
  .quickView .productView-options .form-field[data-product-attribute="set-rectangle"] [data-custom-dropdown-content] .form-option {
    padding: 6px 0; }
  .page-type-product .productView-options #add-to-cart-wrapper .add-to-cart-buttons,
  .quickView .productView-options #add-to-cart-wrapper .add-to-cart-buttons {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px; }
    .page-type-product .productView-options #add-to-cart-wrapper .add-to-cart-buttons .form-action .button,
    .quickView .productView-options #add-to-cart-wrapper .add-to-cart-buttons .form-action .button {
      min-height: 40px; }
    .page-type-product .productView-options #add-to-cart-wrapper .add-to-cart-buttons .form-action--buyItNow,
    .quickView .productView-options #add-to-cart-wrapper .add-to-cart-buttons .form-action--buyItNow {
      margin-top: 10px;
      margin-bottom: 10px; }
  .page-type-product .productView-options .custom-actions,
  .quickView .productView-options .custom-actions {
    display: block;
    width: 100%; }
    .page-type-product .productView-options .custom-actions-item .button,
    .quickView .productView-options .custom-actions-item .button {
      background-color: #E9E9E9;
      border: none;
      min-height: 40px;
      padding-left: 18px; }
      .page-type-product .productView-options .custom-actions-item .button::before,
      .quickView .productView-options .custom-actions-item .button::before {
        background: transparent;
        border-right: var(--border-offset) solid transparent;
        border-bottom: var(--border-offset) solid #333333;
        border-bottom-color: #333333; }
      .page-type-product .productView-options .custom-actions-item .button .text,
      .quickView .productView-options .custom-actions-item .button .text {
        color: #333333;
        font-weight: 600;
        font-size: clamp(12px, 0.803vw, 14px); }
        .page-type-product .productView-options .custom-actions-item .button .text .icon,
        .quickView .productView-options .custom-actions-item .button .text .icon {
          width: 24px;
          height: 24px;
          margin-right: 13px; }
          .page-type-product .productView-options .custom-actions-item .button .text .icon svg,
          .quickView .productView-options .custom-actions-item .button .text .icon svg {
            fill: #9F9F9F; }
      .page-type-product .productView-options .custom-actions-item .button:hover .text, .page-type-product .productView-options .custom-actions-item .button:focus .text, .page-type-product .productView-options .custom-actions-item .button:active .text,
      .quickView .productView-options .custom-actions-item .button:hover .text,
      .quickView .productView-options .custom-actions-item .button:focus .text,
      .quickView .productView-options .custom-actions-item .button:active .text {
        color: #FDFDFD; }
      .page-type-product .productView-options .custom-actions-item .button:hover .icon svg, .page-type-product .productView-options .custom-actions-item .button:focus .icon svg, .page-type-product .productView-options .custom-actions-item .button:active .icon svg,
      .quickView .productView-options .custom-actions-item .button:hover .icon svg,
      .quickView .productView-options .custom-actions-item .button:focus .icon svg,
      .quickView .productView-options .custom-actions-item .button:active .icon svg {
        fill: #A6A6A6; }
      .page-type-product .productView-options .custom-actions-item .button .compare-action-input,
      .quickView .productView-options .custom-actions-item .button .compare-action-input {
        opacity: 0; }
      .page-type-product .productView-options .custom-actions-item .button.btn-active .text,
      .quickView .productView-options .custom-actions-item .button.btn-active .text {
        color: #FDFDFD; }
    .page-type-product .productView-options .custom-actions .b2b-add-to-list,
    .page-type-product .productView-options .custom-actions .b2b-add-to-quote,
    .quickView .productView-options .custom-actions .b2b-add-to-list,
    .quickView .productView-options .custom-actions .b2b-add-to-quote {
      padding: 0px 2px;
      border: none;
      margin-right: 0px;
      background-color: transparent !important;
      margin-bottom: 0px;
      margin-top: 0 !important; }
      .page-type-product .productView-options .custom-actions .b2b-add-to-list .button,
      .page-type-product .productView-options .custom-actions .b2b-add-to-quote .button,
      .quickView .productView-options .custom-actions .b2b-add-to-list .button,
      .quickView .productView-options .custom-actions .b2b-add-to-quote .button {
        margin-bottom: 13px; }
        .page-type-product .productView-options .custom-actions .b2b-add-to-list .button .text,
        .page-type-product .productView-options .custom-actions .b2b-add-to-quote .button .text,
        .quickView .productView-options .custom-actions .b2b-add-to-list .button .text,
        .quickView .productView-options .custom-actions .b2b-add-to-quote .button .text {
          display: block;
          height: 100%;
          width: 100%;
          line-height: 35px; }
      @media (min-width: 551px) {
        .page-type-product .productView-options .custom-actions .b2b-add-to-list,
        .page-type-product .productView-options .custom-actions .b2b-add-to-quote,
        .quickView .productView-options .custom-actions .b2b-add-to-list,
        .quickView .productView-options .custom-actions .b2b-add-to-quote {
          padding: 0px 5px; } }
    .page-type-product .productView-options .custom-actions .b2b-add-to-quote,
    .quickView .productView-options .custom-actions .b2b-add-to-quote {
      order: 1; }
    .page-type-product .productView-options .custom-actions .ask-expert-action,
    .quickView .productView-options .custom-actions .ask-expert-action {
      order: 2; }
    .page-type-product .productView-options .custom-actions .product-compare-action,
    .quickView .productView-options .custom-actions .product-compare-action {
      order: 3; }
      @media (max-width: 1024px) {
        .page-type-product .productView-options .custom-actions .product-compare-action,
        .quickView .productView-options .custom-actions .product-compare-action {
          margin-top: 13px;
          display: none; } }
    .page-type-product .productView-options .custom-actions .product-review-action,
    .quickView .productView-options .custom-actions .product-review-action {
      order: 4; }
  .page-type-product .productView-options .form-wishlist,
  .quickView .productView-options .form-wishlist {
    background-color: #E9E9E9; }
    .page-type-product .productView-options .form-wishlist .dropdown-menu-button,
    .quickView .productView-options .form-wishlist .dropdown-menu-button {
      margin-bottom: 0px;
      margin-right: 0px;
      padding: 10px 20px; }
  .page-type-product .productView-images,
  .quickView .productView-images {
    width: 55%; }
    .page-type-product .productView-images .productView-img-container img,
    .quickView .productView-images .productView-img-container img {
      object-fit: cover; }
    .page-type-product .productView-images .productView-nav-inner .slick-arrow::before,
    .quickView .productView-images .productView-nav-inner .slick-arrow::before {
      height: 36px;
      width: 21px; }
    .page-type-product .productView-images .productView-nav-inner .slick-arrow.slick-next,
    .quickView .productView-images .productView-nav-inner .slick-arrow.slick-next {
      right: 8px; }
    .page-type-product .productView-images .productView-nav-inner .slick-arrow.slick-prev,
    .quickView .productView-images .productView-nav-inner .slick-arrow.slick-prev {
      left: 10px; }
    .page-type-product .productView-images .productView-thumbnails,
    .quickView .productView-images .productView-thumbnails {
      width: 85%;
      margin: 26px auto 0; }
      .page-type-product .productView-images .productView-thumbnails .slick-list,
      .quickView .productView-images .productView-thumbnails .slick-list {
        margin-left: -8px;
        margin-right: -8px; }
      .page-type-product .productView-images .productView-thumbnails .slick-arrow,
      .quickView .productView-images .productView-thumbnails .slick-arrow {
        margin-top: 0px; }
        .page-type-product .productView-images .productView-thumbnails .slick-arrow::before,
        .quickView .productView-images .productView-thumbnails .slick-arrow::before {
          height: 36px;
          width: 21px; }
        .page-type-product .productView-images .productView-thumbnails .slick-arrow.slick-next,
        .quickView .productView-images .productView-thumbnails .slick-arrow.slick-next {
          right: -45px; }
        .page-type-product .productView-images .productView-thumbnails .slick-arrow.slick-prev,
        .quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
          left: -45px; }
        @media (max-width: 550px) {
          .page-type-product .productView-images .productView-thumbnails .slick-arrow::before,
          .quickView .productView-images .productView-thumbnails .slick-arrow::before {
            height: 30px;
            width: 16px; } }
        @media (max-width: 550px) {
          .page-type-product .productView-images .productView-thumbnails .slick-arrow.slick-next,
          .quickView .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: -35px; }
          .page-type-product .productView-images .productView-thumbnails .slick-arrow.slick-prev,
          .quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
            left: -35px; } }
      .page-type-product .productView-images .productView-thumbnails .slick-track,
      .quickView .productView-images .productView-thumbnails .slick-track {
        margin: 0 auto; }
      .page-type-product .productView-images .productView-thumbnails .productView-thumbnail,
      .quickView .productView-images .productView-thumbnails .productView-thumbnail {
        padding-left: 8px;
        padding-right: 8px; }
        .page-type-product .productView-images .productView-thumbnails .productView-thumbnail-link,
        .quickView .productView-images .productView-thumbnails .productView-thumbnail-link {
          width: 100%;
          height: auto;
          max-width: 100%;
          position: relative;
          border: none;
          padding: 0px; }
          .page-type-product .productView-images .productView-thumbnails .productView-thumbnail-link::after,
          .quickView .productView-images .productView-thumbnails .productView-thumbnail-link::after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 100%; }
          .page-type-product .productView-images .productView-thumbnails .productView-thumbnail-link img,
          .quickView .productView-images .productView-thumbnails .productView-thumbnail-link img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            max-height: 100%;
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            font-family: 'object-fit: contain;'; }
    .page-type-product .productView-images .productView-image.no-image img,
    .quickView .productView-images .productView-image.no-image img {
      object-fit: contain; }
  @media (max-width: 1199px) {
    .page-type-product .productView .productView-nav .slick-list,
    .quickView .productView .productView-nav .slick-list {
      padding: 0 !important; } }
  @media (max-width: 1024px) {
    .page-type-product .productView,
    .quickView .productView {
      margin: 0; }
      .page-type-product .productView-images,
      .quickView .productView-images {
        width: 100%;
        order: 1;
        padding: 0; }
      .page-type-product .productView-details,
      .quickView .productView-details {
        width: 100%;
        max-width: unset;
        padding-left: 0px;
        padding-right: 0px; }
        .page-type-product .productView-details.product-data,
        .quickView .productView-details.product-data {
          order: 2; }
        .page-type-product .productView-details.product-options,
        .quickView .productView-details.product-options {
          order: 3; }
      .page-type-product .productView-description,
      .quickView .productView-description {
        order: 4;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .page-type-product .productView-options .select-option-label,
    .quickView .productView-options .select-option-label {
      text-align: left; }
    .page-type-product .productView-options .form-field .form-label,
    .quickView .productView-options .form-field .form-label {
      text-align: left; } }
  @media (min-width: 1440px) {
    .page-type-product .productView-images,
    .quickView .productView-images {
      max-width: 710px; } }

.page-type-product.show-inc-price .productView-product .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax),
.quickView.show-inc-price .productView-product .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax) {
  display: block;
  font-size: clamp(14px, 0.955vw, 16px);
  margin-top: 13px; }
  .page-type-product.show-inc-price .productView-product .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax) .price,
  .quickView.show-inc-price .productView-product .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax) .price {
    font-size: clamp(14px, 0.955vw, 16px);
    color: #221f20; }

.page-type-product .share-socials-wrapper,
.quickView .share-socials-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px; }
  .page-type-product .share-socials-wrapper .share-socials-title,
  .quickView .share-socials-wrapper .share-socials-title {
    font-size: clamp(12px, 0.803vw, 14px);
    font-weight: 600;
    margin-right: 28px; }
  .page-type-product .share-socials-wrapper .socialLinks,
  .quickView .share-socials-wrapper .socialLinks {
    line-height: 0px; }
    .page-type-product .share-socials-wrapper .socialLinks-item,
    .quickView .share-socials-wrapper .socialLinks-item {
      width: 28px;
      height: 28px;
      position: relative;
      margin-right: 3px;
      margin-bottom: 0px; }
      .page-type-product .share-socials-wrapper .socialLinks-item::after,
      .quickView .share-socials-wrapper .socialLinks-item::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 50%;
        background-color: #ed3f36;
        transition: transform 0.2s ease-in; }
      .page-type-product .share-socials-wrapper .socialLinks-item:hover::after,
      .quickView .share-socials-wrapper .socialLinks-item:hover::after {
        transform: translate(-50%, -50%) scale(1.15); }
    .page-type-product .share-socials-wrapper .socialLinks__link,
    .quickView .share-socials-wrapper .socialLinks__link {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 20px;
      will-change: transform;
      padding: 1px; }
      .page-type-product .share-socials-wrapper .socialLinks__link svg,
      .quickView .share-socials-wrapper .socialLinks__link svg {
        fill: white; }
      .page-type-product .share-socials-wrapper .socialLinks__link.icon--email,
      .quickView .share-socials-wrapper .socialLinks__link.icon--email {
        max-width: 18px;
        height: 18px; }

.page-type-product .product-top-categories,
.quickView .product-top-categories {
  margin-top: 30px;
  padding-bottom: 34px; }
  .page-type-product .product-top-categories .container,
  .quickView .product-top-categories .container {
    padding-left: 0px;
    padding-right: 0px; }
  .page-type-product .product-top-categories .item-content,
  .quickView .product-top-categories .item-content {
    position: relative;
    overflow: hidden; }
    .page-type-product .product-top-categories .item-content .image-with-text__item--content,
    .quickView .product-top-categories .item-content .image-with-text__item--content {
      left: 0;
      right: 0;
      max-height: 55px; }
    .page-type-product .product-top-categories .item-content .image-with-text__item--img img,
    .quickView .product-top-categories .item-content .image-with-text__item--img img {
      width: 100%; }
    .page-type-product .product-top-categories .item-content .image-with-text__item--img::after,
    .quickView .product-top-categories .item-content .image-with-text__item--img::after {
      padding-bottom: 73.3796%; }

.page-type-product .also-like-section .custom-heading .title,
.quickView .also-like-section .custom-heading .title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #221f20; }

.productView-options-summary {
  margin-top: 20px;
  margin-bottom: 20px; }
  .productView-options-summary .select-option-label {
    text-transform: uppercase;
    padding-bottom: 10px; }
  .productView-options-summary .option-selected-item {
    text-align: left;
    margin-bottom: 4px; }
    .productView-options-summary .option-selected-item .label {
      font-weight: 500; }

/* template_page */
.contact-layout .page-heading {
  margin-bottom: 2px;
  margin-top: 22px;
  font-size: 34px;
  color: #221F20; }

.contact-layout .custom-section {
  padding-bottom: 30px; }
  .contact-layout .custom-section .custom-heading .title {
    font-size: 24px;
    color: #db4e40;
    margin-bottom: 6px; }
  @media (max-width: 1024px) {
    .contact-layout .custom-section {
      padding-top: 60px; } }

.contact-layout .location-item-section .custom-content--left .iframe-container {
  height: 100%; }
  .contact-layout .location-item-section .custom-content--left .iframe-container iframe {
    width: 100%;
    height: 100% !important; }

.contact-layout .location-item-section .custom-content--right {
  background-color: #F3F1F1; }
  .contact-layout .location-item-section .custom-content--right__body {
    display: flex;
    padding: 21px 40px;
    height: 100%;
    justify-content: flex-start;
    align-items: center; }
    .contact-layout .location-item-section .custom-content--right__body .content-left {
      max-width: 320px;
      width: 40%;
      margin-right: 38px;
      min-height: 270px;
      padding-top: 2px; }
      .contact-layout .location-item-section .custom-content--right__body .content-left .title {
        font-size: 24px;
        color: #221f20;
        margin-top: 0px;
        margin-bottom: 18px; }
      .contact-layout .location-item-section .custom-content--right__body .content-left .content {
        font-size: clamp(14px, 0.955vw, 16px); }
        .contact-layout .location-item-section .custom-content--right__body .content-left .content p {
          margin-bottom: 1px; }
      .contact-layout .location-item-section .custom-content--right__body .content-left .button {
        margin-top: 22px;
        margin-bottom: 10px;
        min-height: 40px; }
        .contact-layout .location-item-section .custom-content--right__body .content-left .button .text {
          font-size: clamp(14px, 0.955vw, 16px);
          font-weight: 600; }
      .contact-layout .location-item-section .custom-content--right__body .content-left .subtext {
        font-weight: 500;
        font-size: clamp(14px, 0.955vw, 16px); }
      @media (max-width: 1024px) {
        .contact-layout .location-item-section .custom-content--right__body .content-left .content {
          font-size: 13px; }
        .contact-layout .location-item-section .custom-content--right__body .content-left .title {
          font-size: 22px; }
        .contact-layout .location-item-section .custom-content--right__body .content-left .subtext {
          font-size: 13px; } }
    .contact-layout .location-item-section .custom-content--right__body .content-right {
      width: 60%;
      max-width: 304px; }
      .contact-layout .location-item-section .custom-content--right__body .content-right .image-item {
        position: relative;
        overflow: hidden; }
        .contact-layout .location-item-section .custom-content--right__body .content-right .image-item::after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 55.26316%;
          width: 100%; }
        .contact-layout .location-item-section .custom-content--right__body .content-right .image-item-link {
          position: static; }
          .contact-layout .location-item-section .custom-content--right__body .content-right .image-item-link.hover-image--outline {
            display: block; }
        .contact-layout .location-item-section .custom-content--right__body .content-right .image-item img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      @media (min-width: 1025px) {
        .contact-layout .location-item-section .custom-content--right__body .content-right .image-item-wrapper + .image-item-wrapper {
          margin-top: 10px; } }
      @media (max-width: 1024px) {
        .contact-layout .location-item-section .custom-content--right__body .content-right {
          flex: 1;
          max-width: unset; }
          .contact-layout .location-item-section .custom-content--right__body .content-right .image-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-left: -5px;
            margin-right: -5px;
            margin-top: -10px; }
            .contact-layout .location-item-section .custom-content--right__body .content-right .image-list .image-item-wrapper {
              width: 50%;
              min-width: 250px;
              padding-left: 5px;
              padding-right: 5px;
              margin-top: 10px; }
              .contact-layout .location-item-section .custom-content--right__body .content-right .image-list .image-item-wrapper-link img {
                width: 100%;
                height: 100%; }
              .contact-layout .location-item-section .custom-content--right__body .content-right .image-list .image-item-wrapper + .image-item {
                margin-top: 0px; } }
    @media (max-width: 1024px) {
      .contact-layout .location-item-section .custom-content--right__body {
        justify-content: center;
        margin: 0 auto; }
        .contact-layout .location-item-section .custom-content--right__body .content-right {
          flex: unset;
          max-width: 240px; } }
    @media (max-width: 550px) {
      .contact-layout .location-item-section .custom-content--right__body {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px; }
        .contact-layout .location-item-section .custom-content--right__body .content-left {
          width: 100%;
          margin-top: 20px;
          margin-right: 0px;
          max-width: unset; }
        .contact-layout .location-item-section .custom-content--right__body .content-right {
          width: 100%;
          max-width: unset; }
          .contact-layout .location-item-section .custom-content--right__body .content-right .image-item-wrapper {
            width: 100% !important;
            min-width: unset !important; } }

@media (max-width: 1024px) {
  .contact-layout .location-item-section .custom-content--left {
    min-height: 300px;
    width: 100%; }
  .contact-layout .location-item-section .custom-content--right {
    width: 100%; } }

.contact-layout .location-item-section--mapright .custom-content {
  flex-direction: row-reverse; }

.contact-layout .location-item-section--mapright .custom-content--right__body {
  flex-direction: row-reverse; }
  .contact-layout .location-item-section--mapright .custom-content--right__body .content-left {
    margin-left: 38px;
    margin-right: 0px; }
  .contact-layout .location-item-section--mapright .custom-content--right__body .content-right .image-list {
    justify-content: flex-end; }
  @media (max-width: 550px) {
    .contact-layout .location-item-section--mapright .custom-content--right__body {
      flex-direction: column-reverse; }
      .contact-layout .location-item-section--mapright .custom-content--right__body .content-left {
        margin-left: 0px; } }

.page-contact-us {
  padding-bottom: 30px !important; }

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* Mint Add Custom CSS file */
.productView--quickView .productView-details {
  overflow: hidden;
  padding-top: 10px; }

.has-overflow-dropdown {
  overflow: hidden !important; }

@media (min-width: 1025px) {
  .page-type-category .categoryHeader__img img {
    filter: brightness(90%) blur(3px); } }

.page-type-category .sidebarBlock + .sidebarBlock {
  padding-top: 39px; }

.page-type-category #facetedSearch-navList {
  margin-bottom: 0; }
  .page-type-category #facetedSearch-navList .navList-action {
    font-weight: 700; }
    .page-type-category #facetedSearch-navList .navList-action:hover, .page-type-category #facetedSearch-navList .navList-action:focus, .page-type-category #facetedSearch-navList .navList-action.is-selected {
      color: #ed3f36 !important; }
      .page-type-category #facetedSearch-navList .navList-action:hover:after, .page-type-category #facetedSearch-navList .navList-action:focus:after, .page-type-category #facetedSearch-navList .navList-action.is-selected:after {
        -webkit-box-shadow: inset 1em 1em #ed3f36;
        box-shadow: inset 1em 1em #ed3f36; }
  .page-type-category #facetedSearch-navList .toggleLink-text--off {
    font-weight: 400;
    font-style: italic;
    font-size: clamp(12px, 0.803vw, 14px); }
    .page-type-category #facetedSearch-navList .toggleLink-text--off:hover, .page-type-category #facetedSearch-navList .toggleLink-text--off:focus {
      color: #ed3f36 !important; }
  .page-type-category #facetedSearch-navList .accordion {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .page-type-category #facetedSearch-navList .accordion {
        border-width: 0 !important; } }
    @media (max-width: 1024px) {
      .page-type-category #facetedSearch-navList .accordion .facetedSearch-clearLink {
        top: 50%; } }
    .page-type-category #facetedSearch-navList .accordion .accordion-block:not(:first-child) {
      margin-top: 7px; }

@media (max-width: 550px) {
  .page-type-category.has-activeModal #modal-content {
    overflow-y: scroll;
    padding: 15px 0;
    padding-right: 10px; } }

@media (max-width: 1024px) {
  .page-type-category .custom-sidebar #facetedSearch {
    padding: 20px 0 0; } }

@media (max-width: 1024px) {
  .page-type-category .accordion--navList .accordion-block {
    margin-top: 0; } }

.page-type-category input[type=number] {
  -moz-appearance: textfield; }

.page-sidebar-mobile-wrapper {
  margin: 0 15px 0 0; }

.productGrid .card .card-body .card-title a, .productCarousel .card .card-body .card-title a {
  font-weight: 600;
  color: #8f8f8f;
  letter-spacing: 0.0025px;
  line-height: 1.3; }

.productGrid .card .card-body .card-text[data-test-info-type="price"], .productCarousel .card .card-body .card-text[data-test-info-type="price"] {
  margin-bottom: 0;
  min-height: 57px; }

@media (min-width: 1025px) {
  .productGrid .card .card-figcaption, .productCarousel .card .card-figcaption {
    position: absolute;
    bottom: 0px;
    top: unset;
    left: 10px;
    right: 10px;
    height: fit-content;
    transform: translate3d(0, 22px, 0);
    padding-bottom: 5px; }
  .productGrid .card:hover .card-figcaption, .productCarousel .card:hover .card-figcaption {
    transform: translate3d(0, 5px, 0); }
  .productGrid .card:hover .card-text[data-test-info-type="price"] .price-section--withoutTax.non-sale-price--withoutTax,
  .productGrid .card:hover .card-text[data-test-info-type="price"] .price-section--withTax.non-sale-price--withTax, .productCarousel .card:hover .card-text[data-test-info-type="price"] .price-section--withoutTax.non-sale-price--withoutTax,
  .productCarousel .card:hover .card-text[data-test-info-type="price"] .price-section--withTax.non-sale-price--withTax {
    opacity: 0; }
  .productGrid .card:hover .card-text[data-test-info-type="productRating"], .productCarousel .card:hover .card-text[data-test-info-type="productRating"] {
    opacity: 0; } }

.has-activeNavPages .modal-background, .openSidebar .modal-background, .openSearchMobile .modal-background {
  display: block;
  z-index: 999; }

.page-type-newsletter_subscribe .page-heading {
  margin: 3rem 0 3rem; }

@media (min-width: 600px) {
  .css-4aw7p0 {
    right: 0 !important;
    bottom: 47.5% !important;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: 50px !important;
    height: auto;
    transform: rotate(180deg); } }

.css-sf3zsz {
  right: 0 !important;
  bottom: 20% !important;
  left: unset;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  width: 50px !important;
  height: auto;
  transform: rotate(180deg); }

.css-4aw7p0 button,
.css-sf3zsz button {
  padding: 40px 15px 13px 15px;
  height: auto;
  border-radius: 0px;
  min-width: unset;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid transparent; }

.css-4aw7p0 button::before,
.css-sf3zsz button::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 480 480" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M415.928 88a8 8 0 0 0-2.272-5.656l-80-80A7.896 7.896 0 0 0 328 .072V0H88C74.745 0 64 10.745 64 24v432c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24V88h-.072zM336 27.312 388.688 80H344a8 8 0 0 1-8-8V27.312zM400 456a8 8 0 0 1-8 8H88a8 8 0 0 1-8-8V24a8 8 0 0 1 8-8h232v56c0 13.255 10.745 24 24 24h56v360z" fill="%23ffffff" opacity="1" data-original="%23ffffff" class=""></path><path d="M144 216c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 232h160v16H200zM144 136c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 152h160v16H200zM144 296c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 312h160v16H200zM144 376c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 392h160v16H200z" fill="%23ffffff" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: 10px; }

.compare-link {
  right: 0;
  bottom: 30%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  width: 50px;
  height: auto;
  transform: rotate(180deg); }

.compare-link .button {
  padding: 47px 14px 19px 14px;
  border: 1px solid transparent;
  height: auto;
  border-radius: 0px;
  min-width: unset;
  line-height: 20px;
  background-color: #db4e40;
  color: #ffffff;
  margin-bottom: 0px; }
  .compare-link .button .custom-countPill {
    position: relative;
    top: unset;
    right: unset;
    background-color: transparent !important; }

.compare-link .button::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m500.983 215.178-86.432-86.428c-1.401-1.406-3.777-2.264-5.463-2.264h-81.067v-15.034c0-1.614-.841-4.042-2.264-5.463L231.53 11.762c-1.412-1.417-3.848-2.264-5.463-2.264H52.728c-19.935 0-36.157 16.223-36.157 36.161V371.63c0 19.939 16.223 36.161 36.157 36.161h163.553v51.505c0 18.641 15.166 33.807 33.811 33.807h219.344c18.645 0 33.811-15.166 33.811-33.807V220.641c0-1.57-.822-4.019-2.264-5.463zm-85.52-63.665 62.845 62.842-68.315 5.825zM302.947 105.03l-76.585 5.863 6.082-76.367zM32.024 371.631V45.66c0-11.42 9.288-20.708 20.704-20.708H217.7l-6.746 84.708a15.7 15.7 0 0 0 15.649 16.954c.993 0-1.11.122 85.964-6.795V371.63c0 11.42-9.288 20.708-20.712 20.708H52.728c-11.416.001-20.704-9.287-20.704-20.707zm437.412 106.02H250.092c-10.126 0-18.358-8.232-18.358-18.354v-51.505h60.121c19.942 0 36.165-16.223 36.165-36.161V141.939h72.699l-6.134 77.019c-.724 9.173 6.892 16.887 16.192 16.185l77.016-6.134v230.288c.001 10.122-8.231 18.354-18.357 18.354z" fill="%23ffffff" opacity="1" data-original="%23ffffff" class=""></path><path d="M436.108 265.603h-79.981c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h79.981c4.271 0 7.726-3.46 7.726-7.726s-3.455-7.726-7.726-7.726zM436.108 333.953h-79.981c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h79.981c4.271 0 7.726-3.46 7.726-7.726s-3.455-7.726-7.726-7.726zM436.108 402.303H323.81a7.724 7.724 0 0 0-7.726 7.726 7.724 7.724 0 0 0 7.726 7.726h112.298a7.724 7.724 0 0 0 7.726-7.726 7.723 7.723 0 0 0-7.726-7.726zM449.969 83.926a7.724 7.724 0 0 0 10.926 0l21.417-21.413c1.555-1.413 2.57-3.404 2.57-5.671 0-2.187-.925-4.141-2.385-5.546l-21.549-21.542c-3.018-3.018-7.908-3.018-10.926 0s-3.018 7.911 0 10.926l8.439 8.436H342.742c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h115.661L449.969 73a7.724 7.724 0 0 0 0 10.926zM11.138 478.696l21.542 21.542a7.724 7.724 0 0 0 10.926 0 7.724 7.724 0 0 0 0-10.926l-8.435-8.435 115.708.003c4.263 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.726-7.726l-115.649-.004 8.436-8.436c3.018-3.018 3.018-7.908 0-10.926s-7.908-3.018-10.926 0l-21.423 21.423c-3.434 3.129-3.343 8.165-.179 11.211zM248.643 152.174H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726zM248.643 220.524H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726zM248.643 288.873H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726z" fill="%23ffffff" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: absolute;
  top: -15px;
  left: unset; }

@media (min-width: 1025px) {
  .compare-link .button:hover {
    background-color: #ffffff;
    border: 1px solid #db4e40;
    color: #db4e40; }
  .compare-link .button:hover::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m500.983 215.178-86.432-86.428c-1.401-1.406-3.777-2.264-5.463-2.264h-81.067v-15.034c0-1.614-.841-4.042-2.264-5.463L231.53 11.762c-1.412-1.417-3.848-2.264-5.463-2.264H52.728c-19.935 0-36.157 16.223-36.157 36.161V371.63c0 19.939 16.223 36.161 36.157 36.161h163.553v51.505c0 18.641 15.166 33.807 33.811 33.807h219.344c18.645 0 33.811-15.166 33.811-33.807V220.641c0-1.57-.822-4.019-2.264-5.463zm-85.52-63.665 62.845 62.842-68.315 5.825zM302.947 105.03l-76.585 5.863 6.082-76.367zM32.024 371.631V45.66c0-11.42 9.288-20.708 20.704-20.708H217.7l-6.746 84.708a15.7 15.7 0 0 0 15.649 16.954c.993 0-1.11.122 85.964-6.795V371.63c0 11.42-9.288 20.708-20.712 20.708H52.728c-11.416.001-20.704-9.287-20.704-20.707zm437.412 106.02H250.092c-10.126 0-18.358-8.232-18.358-18.354v-51.505h60.121c19.942 0 36.165-16.223 36.165-36.161V141.939h72.699l-6.134 77.019c-.724 9.173 6.892 16.887 16.192 16.185l77.016-6.134v230.288c.001 10.122-8.231 18.354-18.357 18.354z" fill="%23db4e40" opacity="1" data-original="%23db4e40" class=""></path><path d="M436.108 265.603h-79.981c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h79.981c4.271 0 7.726-3.46 7.726-7.726s-3.455-7.726-7.726-7.726zM436.108 333.953h-79.981c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h79.981c4.271 0 7.726-3.46 7.726-7.726s-3.455-7.726-7.726-7.726zM436.108 402.303H323.81a7.724 7.724 0 0 0-7.726 7.726 7.724 7.724 0 0 0 7.726 7.726h112.298a7.724 7.724 0 0 0 7.726-7.726 7.723 7.723 0 0 0-7.726-7.726zM449.969 83.926a7.724 7.724 0 0 0 10.926 0l21.417-21.413c1.555-1.413 2.57-3.404 2.57-5.671 0-2.187-.925-4.141-2.385-5.546l-21.549-21.542c-3.018-3.018-7.908-3.018-10.926 0s-3.018 7.911 0 10.926l8.439 8.436H342.742c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h115.661L449.969 73a7.724 7.724 0 0 0 0 10.926zM11.138 478.696l21.542 21.542a7.724 7.724 0 0 0 10.926 0 7.724 7.724 0 0 0 0-10.926l-8.435-8.435 115.708.003c4.263 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.726-7.726l-115.649-.004 8.436-8.436c3.018-3.018 3.018-7.908 0-10.926s-7.908-3.018-10.926 0l-21.423 21.423c-3.434 3.129-3.343 8.165-.179 11.211zM248.643 152.174H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726zM248.643 220.524H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726zM248.643 288.873H95.948c-4.271 0-7.726 3.46-7.726 7.726s3.456 7.726 7.726 7.726h152.696c4.271 0 7.726-3.46 7.726-7.726s-3.456-7.726-7.727-7.726z" fill="%23db4e40" opacity="1" data-original="%23db4e40" class=""></path></g></svg>'); }
  .css-4aw7p0 button:hover {
    background-color: #ffffff;
    border: 1px solid #221f20;
    color: #221f20; }
  .css-4aw7p0 button:hover::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 480 480" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M415.928 88a8 8 0 0 0-2.272-5.656l-80-80A7.896 7.896 0 0 0 328 .072V0H88C74.745 0 64 10.745 64 24v432c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24V88h-.072zM336 27.312 388.688 80H344a8 8 0 0 1-8-8V27.312zM400 456a8 8 0 0 1-8 8H88a8 8 0 0 1-8-8V24a8 8 0 0 1 8-8h232v56c0 13.255 10.745 24 24 24h56v360z" fill="%23221f20" opacity="1" data-original="%23221f20" class=""></path><path d="M144 216c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 232h160v16H200zM144 136c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 152h160v16H200zM144 296c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 312h160v16H200zM144 376c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm0 32a8 8 0 1 1 0-16 8 8 0 0 1 0 16zM200 392h160v16H200z" fill="%23221f20" opacity="1" data-original="%23221f20" class=""></path></g></svg>'); } }

@media (max-width: 767px) {
  .css-sf3zsz {
    bottom: 33% !important;
    left: unset !important;
    width: auto !important; }
  .css-sf3zsz button {
    padding: 10px 5px; }
    .css-sf3zsz button::before {
      content: unset; } }

@media (max-width: 767px) {
  .main .compare-link,
  .body .compare-link {
    width: auto;
    bottom: 20%; }
    .main .compare-link .button,
    .body .compare-link .button {
      padding: 12px 5px; }
      .main .compare-link .button::before,
      .body .compare-link .button::before {
        display: none; } }

.FloatingWidget-prefix .FloatingWidget--positionVerticalCenter .R-LauncherButton {
  z-index: 103;
  top: 30%; }

.productView-shipping_mess {
  display: flex;
  align-items: center; }
  .productView-shipping_mess .klarna-app {
    margin-left: 12px; }

@media (max-width: 1260px) {
  .klarna-app {
    margin-bottom: 10px; } }

.easyzoom-flyout {
  pointer-events: none; }

/* Bulk Discount table */
.custom-bulkPricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .custom-bulkPricing-table th {
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3125rem;
    padding: 8px;
    background-color: #D6D6D6;
    color: #232323; }
    .custom-bulkPricing-table th:nth-child(1) {
      width: calc((137 / 673) * 100%); }
    .custom-bulkPricing-table th:nth-child(2) {
      width: calc((220 / 673) * 100%); }
    .custom-bulkPricing-table th:nth-child(3) {
      width: calc((220 / 673) * 100%); }
    .custom-bulkPricing-table th:nth-child(4) {
      width: calc((90 / 673) * 100%); }
    .custom-bulkPricing-table th.discount-percent {
      background-color: #D81C17;
      color: #ffffff; }
  .custom-bulkPricing-table td {
    border: 1px solid #d6d6d6;
    padding: 15px 8px 6px;
    text-align: center;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1875rem; }
  .custom-bulkPricing-table .type-dis-label {
    font-size: 10px;
    font-weight: 500; }

#consent-manager {
  left: 50% !important;
  top: 50% !important;
  right: unset !important;
  bottom: unset !important;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  #consent-manager .css-10z1g2q {
    padding: 40px;
    background: white; }
    @media (max-width: 767px) {
      #consent-manager .css-10z1g2q {
        padding: 20px; } }
    #consent-manager .css-10z1g2q:before {
      content: "We Value Your Privacy";
      color: #000000;
      font-weight: 600;
      font-size: 22px; }
    #consent-manager .css-10z1g2q .css-bhz559 {
      margin-top: 16px;
      color: #000000;
      font-size: 15px; }
      @media (max-width: 767px) {
        #consent-manager .css-10z1g2q .css-bhz559 {
          margin-top: 12px;
          font-size: 14px; } }
      #consent-manager .css-10z1g2q .css-bhz559 a {
        text-decoration: none; }
  #consent-manager .css-1wn42nw {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      #consent-manager .css-1wn42nw {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px; } }
    #consent-manager .css-1wn42nw > button {
      background: #ED3F36;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0.57214rem 2.07891rem;
      min-width: 100px;
      min-height: 30px;
      border: none;
      border-radius: unset;
      overflow: hidden;
      border: unset;
      transition: all .25s;
      border: 1px solid #ED3F36; }
      @media (max-width: 767px) {
        #consent-manager .css-1wn42nw > button {
          width: 100%;
          display: flex;
          justify-content: center; } }
      #consent-manager .css-1wn42nw > button.css-a0j149:nth-child(2), #consent-manager .css-1wn42nw > button.css-1k76mzs {
        background: #ffffff;
        color: #ED3F36; }
      #consent-manager .css-1wn42nw > button.css-a0j149:nth-child(2) {
        display: none; }
      #consent-manager .css-1wn42nw > button:hover {
        background: #ffffff;
        color: #ED3F36; }
      #consent-manager .css-1wn42nw > button.css-a0j149:nth-child(2):hover, #consent-manager .css-1wn42nw > button.css-1k76mzs:hover {
        background: #ED3F36; }
        #consent-manager .css-1wn42nw > button.css-a0j149:nth-child(2):hover::before, #consent-manager .css-1wn42nw > button.css-1k76mzs:hover::before {
          content: "Manage";
          width: 100%;
          height: 100%;
          background: transparent;
          color: #ffffff;
          font-size: 16px;
          margin-bottom: 6px; }
      #consent-manager .css-1wn42nw > button.css-1k76mzs {
        color: transparent;
        font-size: 0; }
        #consent-manager .css-1wn42nw > button.css-1k76mzs::before {
          content: "Manage";
          width: 100%;
          height: 100%;
          background: transparent;
          color: #ed3f36;
          font-size: 16px;
          margin-bottom: 6px; }
    #consent-manager .css-1wn42nw .css-a0j149:nth-child(3) {
      color: transparent;
      font-size: 0; }
      #consent-manager .css-1wn42nw .css-a0j149:nth-child(3):hover::before {
        content: "Accept All";
        width: 100%;
        height: 100%;
        background: transparent;
        color: #ed3f36;
        font-size: 16px;
        margin-bottom: 6px; }
      #consent-manager .css-1wn42nw .css-a0j149:nth-child(3)::before {
        content: "Accept All";
        width: 100%;
        height: 100%;
        background: transparent;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 6px; }

.totalReviews {
  padding: 10px 0; }
  .totalReviews .totalReviews__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ed4635;
    text-decoration: none; }

.free_shipping_mess {
  font-weight: 700 !important;
  text-transform: uppercase; }

.previewCartCheckout-additionalCheckoutButtons {
  display: none !important; }

.page-type-search .panel .panel-body {
  padding: 1rem; }

.categoryHeader--img {
  margin-top: 0;
  position: relative;
  background: #ccc;
  display: block;
  overflow: hidden;
  margin-bottom: 0; }
  .categoryHeader--img .page-listing-header--banner {
    display: block;
    height: 240px;
    background: #c0c0c0;
    position: relative;
    overflow: hidden; }
    .categoryHeader--img .page-listing-header--banner .custom-listing-top-banner {
      width: 100%;
      height: 100%;
      z-index: 1;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .categoryHeader--img .page-listing-header--banner .custom-listing-top-banner img {
        width: 100%;
        height: 240px;
        object-fit: cover; }
  .categoryHeader--img .categoryHeader__content {
    padding: 20px; }
    .categoryHeader--img .categoryHeader__content.show-more .categoryHeader__des {
      max-height: auto !important; }
    .categoryHeader--img .categoryHeader__content:not(.show-more) .categoryHeader__des {
      mask-image: linear-gradient(black, transparent); }
  .categoryHeader--img .categoryHeader__content {
    padding: 19px 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    top: 0;
    background-color: transparent;
    min-height: 216px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .categoryHeader--img .categoryHeader__img {
    position: relative;
    display: block;
    min-height: 158px; }
    .categoryHeader--img .categoryHeader__img::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 8.22917%;
      width: 100%; }
    .categoryHeader--img .categoryHeader__img img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 100%;
      max-height: 100%;
      height: 100%;
      object-fit: cover;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    @media (min-width: 1025px) {
      .categoryHeader--img .categoryHeader__img {
        filter: blur(3px); } }
    @media (max-width: 1599px) {
      .categoryHeader--img .categoryHeader__img {
        min-height: 174px; } }

.b2b-add-to-list.product-shoplist-action {
  display: none; }

@media (max-width: 551px) {
  .middleHeader-item .navUser-section .navUser-action {
    padding: 1rem 0.5rem; } }

.cart-content-padding-right .b2b-cart-to-quote {
  display: none; }

.cart-content-padding-right.cart-actions {
  max-width: 455px; }
  @media (max-width: 1024px) {
    .cart-content-padding-right.cart-actions {
      max-width: 370px; } }
  @media (min-width: 551px) {
    .cart-content-padding-right.cart-actions {
      float: right;
      width: 55%; } }
  .cart-content-padding-right.cart-actions .button {
    width: 100%; }

.cart-content-padding-right.cart-additionalCheckoutButtons {
  max-width: 455px; }
  .cart-content-padding-right.cart-additionalCheckoutButtons .or-use-label {
    text-align: center; }
  @media (max-width: 1024px) {
    .cart-content-padding-right.cart-additionalCheckoutButtons {
      max-width: 370px; } }
  @media (min-width: 551px) {
    .cart-content-padding-right.cart-additionalCheckoutButtons {
      width: 55%; } }

.container-bundle-products {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  max-width: 100%; }

.custom-bundle-products {
  padding-top: 0;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20;
  position: relative; }
  .custom-bundle-products .custom-block-header .title {
    font-size: 20px;
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #444444;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 12px 0;
    position: relative;
    text-transform: capitalize;
    text-align: left; }
    @media (max-width: 1024px) {
      .custom-bundle-products .custom-block-header .title {
        text-align: center; } }
  .custom-bundle-products .custom-block-header .desc {
    font-weight: 400;
    letter-spacing: 0;
    color: #7d7d7d;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left; }
  .custom-bundle-products .bundle-products-wrapper {
    display: block; }
  .custom-bundle-products .bundle-product-left, .custom-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .custom-bundle-products .bundle-product-right {
    margin: 20px 0 0 0; }
  .custom-bundle-products .custom-product-list {
    padding: 0;
    margin: 0 -10px;
    width: auto; }
    .custom-bundle-products .custom-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .custom-bundle-products .custom-product-list:not(.slick-initialized) .custom-product-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        opacity: 0;
        visibility: hidden; }
    @media (min-width: 1025px) {
      .custom-bundle-products .custom-product-list {
        margin: 0 -15px; }
        .custom-bundle-products .custom-product-list:not(.slick-initialized) .custom-product-item {
          width: 33.3334%; } }
    @media (min-width: 1400px) {
      .custom-bundle-products .custom-product-list:not(.slick-initialized) .custom-product-item {
        width: 25%; } }
  .custom-bundle-products .custom-product-item {
    padding: 0 10px; }
    .custom-bundle-products .custom-product-item .custom-product-wrapper {
      background-color: white;
      padding: 10px; }
    .custom-bundle-products .custom-product-item .custom-product-image {
      display: block;
      position: relative; }
      .custom-bundle-products .custom-product-item .custom-product-image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: 0.4;
        z-index: 1; }
      .custom-bundle-products .custom-product-item .custom-product-image .custom-detail-field {
        position: absolute;
        top: 0;
        z-index: 10; }
    .custom-bundle-products .custom-product-item .custom-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .custom-bundle-products .custom-product-item .custom-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .custom-bundle-products .custom-product-item.custom-product-itemFirst .custom-product-link {
      pointer-events: none; }
    .custom-bundle-products .custom-product-item.isChecked .custom-product-image:after {
      display: none; }
    .custom-bundle-products .custom-product-item.isChecked .custom-detail-field {
      opacity: 1; }
    .custom-bundle-products .custom-product-item.isChecked .custom-toggle-options {
      opacity: 1; }
    @media (min-width: 1025px) {
      .custom-bundle-products .custom-product-item {
        padding: 0 15px; }
        .custom-bundle-products .custom-product-item .custom-product-wrapper {
          padding: 15px; } }
  .custom-bundle-products .custom-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .custom-bundle-products .custom-product-container {
    display: block;
    position: relative; }
    .custom-bundle-products .custom-product-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .custom-bundle-products .custom-product-container > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity 0.8s ease; }
  .custom-bundle-products .custom-product-content {
    display: block;
    padding: 14px 0 0 0;
    text-align: center;
    position: relative; }
    .custom-bundle-products .custom-product-content .custom-detail-field .productView-brand {
      margin-bottom: 5px;
      font-size: 16px; }
  .custom-bundle-products .custom-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .custom-bundle-products .custom-product-total .total-price {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #444444;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .custom-bundle-products .custom-product-total .text {
      display: inline-block;
      margin-bottom: 6px;
      text-decoration: none;
      font-weight: 600; }
    .custom-bundle-products .custom-product-total .price {
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0;
      margin: 0 0 0 5px;
      color: #909497; }
    .custom-bundle-products .custom-product-total .button {
      width: 100%;
      height: 50px;
      line-height: 35px;
      text-transform: uppercase;
      max-width: 100%; }
  .custom-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 20px;
    height: 20px;
    transform: translateY(-50%); }
    .custom-bundle-products .icon-plus:before, .custom-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #d2d2d2; }
    .custom-bundle-products .icon-plus:before {
      width: 20px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .custom-bundle-products .icon-plus:after {
      width: 2px;
      height: 20px;
      left: 9px;
      right: 8px;
      transform: translate3D(0, -50%, 0) rotate(0); }
    @media (max-width: 1024px) {
      .custom-bundle-products .icon-plus {
        left: -30px; } }
  .custom-bundle-products .custom-toggle-options {
    opacity: 0.4; }
  .custom-bundle-products .custom-detail-field {
    opacity: 0.4; }
  .custom-bundle-products .custom-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .custom-bundle-products .custom-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 4px;
      border-radius: 0;
      width: 25px;
      height: 25px;
      background: transparent; }
    .custom-bundle-products .custom-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 8px;
      left: 4px;
      width: 18px;
      height: 18px; }
  .custom-bundle-products .custom-detail-checkbox[disable] + .custom-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .custom-bundle-products .custom-detail-checkbox:checked + .custom-detail-label:before {
    border-color: #E9E9E9 !important;
    background: #ffffff !important; }
  .custom-bundle-products .custom-detail-name {
    font-size: 14px;
    font-weight: 600;
    color: #909497;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 5px; }
    .custom-bundle-products .custom-detail-name .text {
      display: inline;
      padding: 0 0 0 28px; }
  .custom-bundle-products .custom-detail-price {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 600; }
  .custom-bundle-products .custom-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 101;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease; }
    @media (min-width: 551px) {
      .custom-bundle-products .custom-detail-options {
        top: -50%; } }
    .custom-bundle-products .custom-detail-options .custom-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .custom-bundle-products .custom-detail-options .custom-option-title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: #221f20;
      text-transform: capitalize;
      margin: 0; }
    .custom-bundle-products .custom-detail-options .custom-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .custom-bundle-products .custom-detail-options .custom-option-close svg {
        width: 16px;
        height: 16px;
        fill: #221f20; }
    .custom-bundle-products .custom-detail-options .custom-option-content {
      display: block;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 375px) {
        .custom-bundle-products .custom-detail-options .custom-option-content {
          max-height: 200px; } }
    .custom-bundle-products .custom-detail-options .alertBox-message {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      color: #ed3f36;
      margin: 5px 0 0 0; }
    .custom-bundle-products .custom-detail-options .productView-optionsStock {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 24px;
      color: #ed3f36;
      margin: 5px 0 0 0; }
    .custom-bundle-products .custom-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0;
      position: relative; }
      .custom-bundle-products .custom-detail-options .form-field .form-option-expanded {
        left: 100%; }
        .custom-bundle-products .custom-detail-options .form-field .form-option-expanded .form-option-image {
          width: 50px;
          height: 50px; }
      .custom-bundle-products .custom-detail-options .form-field > .form-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: #444444;
        margin: 0 0 12px 0; }
        .custom-bundle-products .custom-detail-options .form-field > .form-label small {
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .custom-bundle-products .custom-detail-options .form-field > .form-label [data-option-value] {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: #221f20;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .custom-bundle-products .custom-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .custom-bundle-products .custom-detail-options.is-open {
      display: block; }
  .custom-bundle-products .custom-toggle-options {
    margin: 0;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    height: 45px;
    line-height: 43px;
    width: 100%;
    max-width: 100%; }
  .custom-bundle-products .hasOptions--selected .custom-toggle-options {
    border-color: #333333;
    background-color: #ed3f36; }
    .home-layout-4 .custom-bundle-products .hasOptions--selected .custom-toggle-options {
      color: white; }
  .custom-bundle-products .slick-arrow {
    top: 38%; }
    .custom-bundle-products .slick-arrow.slick-prev {
      left: 0 !important; }
      .custom-bundle-products .slick-arrow.slick-prev::before {
        height: 20px;
        width: 20px; }
    .custom-bundle-products .slick-arrow.slick-next {
      right: 0 !important; }
      .custom-bundle-products .slick-arrow.slick-next::before {
        height: 20px;
        width: 20px; }
  .custom-bundle-products .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .custom-bundle-products .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .custom-bundle-products .slick-dots li {
          margin: 0 20px; } }
      .custom-bundle-products .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #221f20;
        background-color: transparent;
        transition: color 0.15s ease; }
        .custom-bundle-products .slick-dots li button:before {
          display: none; }
      .custom-bundle-products .slick-dots li:only-child {
        display: none; }
      .custom-bundle-products .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #221f20;
        background-color: #221f20; }
  .custom-bundle-products .slick-slide + .slick-active .custom-detail-options {
    left: 15px;
    transform: translateY(-40%); }
    @media (min-width: 551px) {
      .custom-bundle-products .slick-slide + .slick-active .custom-detail-options {
        left: 50px; } }
    @media (max-width: 550px) {
      .custom-bundle-products .slick-slide + .slick-active .custom-detail-options {
        transform: translateY(-20%); } }
  .custom-bundle-products .slick-active {
    position: relative; }
    .custom-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .custom-bundle-products .slick-active:first-of-type .custom-detail-options {
      left: 15px;
      transform: translateY(-40%); }
      @media (min-width: 551px) {
        .custom-bundle-products .slick-active:first-of-type .custom-detail-options {
          left: 50px; } }
      @media (max-width: 550px) {
        .custom-bundle-products .slick-active:first-of-type .custom-detail-options {
          transform: translateY(-20%); } }
    .custom-bundle-products .slick-active:last-of-type .custom-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-40%); }
      @media (min-width: 551px) {
        .custom-bundle-products .slick-active:last-of-type .custom-detail-options {
          right: 50px; } }
      @media (max-width: 550px) {
        .custom-bundle-products .slick-active:last-of-type .custom-detail-options {
          transform: translateY(-20%); } }
    .custom-bundle-products .slick-active + .slick-slide .custom-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-40%); }
      @media (min-width: 551px) {
        .custom-bundle-products .slick-active + .slick-slide .custom-detail-options {
          right: 50px; } }
      @media (max-width: 550px) {
        .custom-bundle-products .slick-active + .slick-slide .custom-detail-options {
          transform: translateY(-20%); } }
  .custom-bundle-products.custom-block-disable .loadingOverlay {
    display: block;
    background: transparent;
    position: absolute; }
  @media (min-width: 375px) {
    .custom-bundle-products .custom-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .custom-bundle-products {
      padding-top: 0;
      padding-bottom: 45px;
      margin-top: 0; }
      .custom-bundle-products .custom-detail-options {
        width: 470px; }
        .custom-bundle-products .custom-detail-options .custom-option-header {
          padding-left: 35px;
          padding-right: 35px; }
        .custom-bundle-products .custom-detail-options .custom-option-close {
          right: 35px; }
        .custom-bundle-products .custom-detail-options .custom-option-content {
          padding-left: 35px;
          padding-right: 35px;
          max-height: 350px; } }
  @media (min-width: 1025px) {
    .custom-bundle-products {
      margin-bottom: 0; }
      .custom-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .custom-bundle-products .custom-block-header {
        text-align: center; }
      .custom-bundle-products .bundle-products-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column; }
      .custom-bundle-products .bundle-product-left {
        width: 100%; }
      .custom-bundle-products .bundle-product-right {
        width: 100%;
        margin-top: 0; }
      .custom-bundle-products .custom-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
      .custom-bundle-products .custom-product-item {
        padding-left: 15px;
        padding-right: 15px; }
        .custom-bundle-products .custom-product-item .custom-product-imageSwap:hover .custom-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .custom-bundle-products .custom-product-item .custom-product-imageSwap:hover .custom-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .custom-bundle-products .custom-product-item .custom-product-imageSwap:hover .custom-product-image2 img {
            transform: scale(1.09); }
        .custom-bundle-products .custom-product-item.custom-product-itemFirst .custom-product-image:before {
          display: none; }
      .custom-bundle-products .custom-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: color 0.15s ease; }
      .custom-bundle-products .custom-product-total {
        padding-top: 0;
        max-width: 100%; }
      .custom-bundle-products .icon-plus {
        left: -40px; } }
  @media (min-width: 1600px) {
    .custom-bundle-products {
      max-width: 1370px;
      margin: 0 auto; }
      .custom-bundle-products .custom-product-list {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 1025px) {
  .productView-description #tab-description {
    display: none; } }

@media (max-width: 1024px) {
  .productView-description-wrapper {
    display: none; } }

.productView-description-wrapper {
  margin-top: 20px; }
  .productView-description-wrapper .tabs-contents .tab-content {
    border-bottom: none; }
    .productView-description-wrapper .tabs-contents .tab-content .tab-title::after, .productView-description-wrapper .tabs-contents .tab-content .tab-title::before {
      content: '';
      background-color: transparent; }
    .productView-description-wrapper .tabs-contents .tab-content .tabContent {
      padding: 10px; }

.header__bottom .navPages {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1025px) {
    .header__bottom .navPages .navPages-list .navPages-item-page {
      display: none; } }
  .header__bottom .navPages .navPages-page .navPages-item-page {
    background-color: #E9E9E9;
    margin-bottom: 10px !important;
    padding: 5px 10px 5px; }

.productView-product {
  position: relative; }
  .productView-product .warranty-wrapper {
    position: absolute;
    top: 120px;
    right: 0; }
    .productView-product .warranty-wrapper .warranty-wrapper__item .warranty-wrapper__link {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 10px; }
      .productView-product .warranty-wrapper .warranty-wrapper__item .warranty-wrapper__link .icon-warranty {
        width: 50px;
        height: 50px;
        display: block;
        fill: #ed4635; }
      .productView-product .warranty-wrapper .warranty-wrapper__item .warranty-wrapper__link span {
        color: #ed4635;
        font-weight: 500; }

.form-input {
  caret-color: transparent; }
