@charset "UTF-8";
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:801px)/";
  width: 551px; }

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

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

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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! 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: #373737;
  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: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

a {
  color: #101623;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #accfb0; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 34px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

hr {
  border: solid #e8e8e8;
  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 #dfdfdf;
  color: #373737;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #101623;
    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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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: "Barlow", 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: #dfdfdf;
  color: #454545;
  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: #accfb1;
    color: #accfb1; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .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: #abcfb0;
  border-color: #abcfb0;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #637065;
    border-color: #637065;
    color: white; }
  .button--primary:active {
    background-color: #202020;
    border: 1px solid #202020;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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: 15px; }

.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: #373737; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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 #454545;
  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: #0c0c0c;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757574;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #637065;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #454545;
  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: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*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: #637065;
  color: #454545;
  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: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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 #dfdfdf;
      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(16, 22, 35, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(16, 22, 35, 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(16, 22, 35, 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 #454545;
  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: #373737;
    box-shadow: 0 0 4px rgba(55, 55, 55, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    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: #989898; }

.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: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    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: #69d66f; }

.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: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.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: #ff7d7d; }

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

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

.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: #d4cb49; }

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

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

/*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: #f2f2f2;
  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: #f2f2f2; }
  .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: #757574;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757574; }
  .breadcrumb.current {
    color: #757574;
    cursor: default; }
    .breadcrumb.current a {
      color: #757574;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757574;
    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: #101623;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757574;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  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: #757574;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #373737; }

.tab.is-active .tab-title {
  color: #373737;
  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: #2d2d2d;
  font-size: 15px;
  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: #101623;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757574;
    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: #757574;
      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: #101623; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #101623;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #101623; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

.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: #333333; }

/*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: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #373737;
    padding: 1.875rem;
    display: block;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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 #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
  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: 15px;
  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: 26px;
  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: 15px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(45, 45, 45, 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 #989898 #989898;
    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 #454545;
  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: #757574; }

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

.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: #757574; }

.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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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; }

/* 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%;
  margin-top: -10px;
  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: #101623;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: #101623;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #101623;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
  height: 3.8125rem;
  margin-top: -1.875rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .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: -15px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.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 #101623;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #101623; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #101623; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  height: 0.3125rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  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 {
  display: table;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 3rem;
  overflow-x: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap; }
  .page-heading:before, .page-heading:after {
    border-top: 1px solid #e8e8e8;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  .page-heading:before {
    right: 0.5%; }
  .page-heading:after {
    left: 0.5%; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.page-heading {
  text-align: left;
  text-transform: capitalize;
  font-size: 30px;
  white-space: inherit;
  line-height: 1.1; }
  @media (min-width: 801px) {
    .page-heading {
      font-size: 34px; } }
  .page-heading:before, .page-heading:after {
    display: none; }

.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(130, 130, 130, 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 {
  color: #0c0c0c;
  float: right;
  margin-top: 0.375rem; }

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

.form-row .form-fieldset .form-field {
  padding-left: 0;
  padding-right: 0; }
  .form-row .form-fieldset .form-field.form-field-group {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

.form-option-variant--color.color--duotone {
  width: 0.6875rem; }

.form-option-variant--color.color--tritone {
  width: 0.45833rem; }

.form-label {
  font-weight: 400;
  font-size: 16px;
  text-transform: none; }
  .form-label small {
    color: #0c0c0c;
    float: none;
    margin-top: 0;
    vertical-align: top;
    font-size: 18px; }

.form-label--alternate {
  font-weight: 400;
  font-size: 16px; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .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: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    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 #e8e8e8; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.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; }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translateX(-50%) translateY(calc(-50% - .1px)); }

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 26px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #101623;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #70737b; }

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

.modal-close {
  top: 0;
  right: 0;
  font-size: 32px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  background: #accfb0;
  border-radius: 10px; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 50px;
      height: 50px;
      width: 50px;
      line-height: 2.6rem;
      background: transparent; } }

.modal {
  overflow-y: auto; }
  @media (min-width: 1261px) {
    .modal {
      overflow-y: inherit; } }
  .modal .container {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
    margin: auto; }
    @media (min-width: 801px) {
      .modal .container {
        padding: 2.25rem 2.25rem; } }
  .modal.size-guide_popup {
    left: inherit;
    top: 0 !important;
    bottom: 0;
    max-height: 100%;
    max-width: 855px;
    width: auto;
    right: -999px;
    transform: inherit;
    transition: all 0.35s ease; }
    @media (min-width: 801px) {
      .modal.size-guide_popup {
        right: -999px; } }
    .modal.size-guide_popup.open {
      right: 0;
      transform: inherit; }
    .modal.size-guide_popup .modal-content {
      height: 100%; }
      .modal.size-guide_popup .modal-content .size-guide-popup {
        height: 100%; }
    .modal.size-guide_popup .size-guide-inner {
      max-height: calc(100% - 80px) !important; }

.monogrammer-preview__image {
  width: 100%;
  margin-bottom: 30px;
  height: 400px;
  position: relative;
  top: 16%; }
  @media (min-width: 551px) {
    .monogrammer-preview__image {
      width: 40%;
      position: sticky; } }
  .monogrammer-preview__image img {
    width: 100%;
    display: block;
    position: relative; }
  .monogrammer-preview__image .monogrammer-preview__items-container {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    display: inline-block;
    left: 0;
    top: 43%;
    width: 100%;
    word-wrap: break-word;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .monogrammer-preview__image .monogrammer-preview__items-container span {
      overflow: hidden; }

.monogrammer-preview__image.white {
  background-color: white; }

.monogrammer-preview__image.slate-grey {
  background-color: #666666; }

.monogrammer-preview__image.pebble {
  background-color: #998989; }

.monogrammer-preview__image.brown {
  background-color: #714937; }

.monogrammer-preview__image.ivory {
  background-color: #faf6e6; }

.monogrammer-preview__image.black {
  background-color: #212121; }

.monogrammer-preview__image.grey {
  background-color: #9c9c9c; }

.monogrammer-preview__image.red {
  background-color: #f63440; }

.monogrammer-preview__image.blue {
  background-color: #0f5da3; }

.monogrammer-preview__image.yellow {
  background-color: #ffde00; }

.monogrammer-preview__image.beige {
  background-color: #eedcbe; }

.monogrammer-preview__image.aubergine {
  background-color: #694152; }

.monogrammer-preview__image.silver-grey {
  background-color: #c6c6c6; }

.monogrammer-preview__image.plain-sheet {
  background-color: #d0e0e3; }

.monogrammer-preview__image.purple {
  background-color: #9b4a97; }

.monogrammer-preview__image.grey-white {
  background: linear-gradient(90deg, #fff 50%, #aba4b4 50%); }

.monogrammer-preview__image.blue-white {
  background: linear-gradient(90deg, #fff 50%, #638dbd 50%); }

.monogrammer-preview__image.green {
  background-color: #00af43; }

.monogrammer-preview__image.sage-green {
  background-color: #94A596; }

.monogrammer-preview__image.gold {
  background-color: #FFD700; }

.monogrammer-preview__image.damson {
  background-color: #854c65; }

.monogrammer-preview__image.light-blue {
  background-color: #8fdeec; }

.monogrammer-preview__image.lilac {
  background-color: #ceadd0; }

.monogrammer-preview__image.hot-pink {
  background-color: #FF69B4; }

.monogrammer-preview__image.orange {
  background-color: #ff5200; }

.monogrammer-preview__image.peach {
  background-color: #ffcc8c; }

.monogrammer-preview__image.navy-blue {
  background-color: #002d5d; }

.monogrammer-preview__image.light-yellow {
  background-color: #ffee7a; }

.monogrammer-preview__image.lime {
  background-color: #c3d600; }

.monogrammer-preview__image.teal {
  background-color: #00ab95; }

.monogrammer-preview__image.aqua {
  background-color: #28e1c5; }

.monogrammer-preview__image.burgundy {
  background-color: #800020; }

.monogrammer-preview__image.turquoise {
  background-color: #2ac6d5; }

#inputsModifiers, .inputsModifiers {
  padding-left: 0;
  width: 100%;
  height: 100%;
  max-height: 90%;
  min-height: 240px;
  overflow: auto; }
  @media (min-width: 551px) {
    #inputsModifiers, .inputsModifiers {
      padding-left: 15px;
      width: 60%; } }
  @media (min-width: 801px) {
    #inputsModifiers, .inputsModifiers {
      padding-left: 30px; } }
  @media (min-width: 1261px) {
    #inputsModifiers, .inputsModifiers {
      padding-left: 35px; } }
  #inputsModifiers .form-field, .inputsModifiers .form-field {
    margin: 0 0 1.5rem; }
    @media (min-width: 1261px) {
      #inputsModifiers .form-field, .inputsModifiers .form-field {
        max-width: 100%; } }
    #inputsModifiers .form-field.radio .selectRadios, .inputsModifiers .form-field.radio .selectRadios {
      cursor: pointer; }
    #inputsModifiers .form-field.radio img, .inputsModifiers .form-field.radio img {
      cursor: pointer; }
  #inputsModifiers .form-input--small, .inputsModifiers .form-input--small {
    font-size: 15px;
    font-weight: 500; }
  #inputsModifiers .form-select--small, #inputsModifiers .form-select--date, .inputsModifiers .form-select--small, .inputsModifiers .form-select--date {
    font-size: 15px;
    font-weight: 500;
    max-width: 100%; }
  #inputsModifiers .form-field.radio, .inputsModifiers .form-field.radio {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1261px) {
      #inputsModifiers .form-field.radio, .inputsModifiers .form-field.radio {
        max-width: 100%; } }
    #inputsModifiers .form-field.radio > .form-label, .inputsModifiers .form-field.radio > .form-label {
      width: 100%; }
    #inputsModifiers .form-field.radio .selectRadios, .inputsModifiers .form-field.radio .selectRadios {
      display: block;
      width: 100%;
      float: none;
      border: 1px solid #ccc;
      margin: 0 0 15px;
      padding: 3px;
      text-align: center; }
      @media (min-width: 801px) {
        #inputsModifiers .form-field.radio .selectRadios, .inputsModifiers .form-field.radio .selectRadios {
          width: calc((100% - 18px) / 3);
          margin: 0 3px; } }
      #inputsModifiers .form-field.radio .selectRadios .form-radio + .form-label, .inputsModifiers .form-field.radio .selectRadios .form-radio + .form-label {
        font-size: 14px;
        padding-left: 20px;
        vertical-align: top;
        text-align: left; }
  #inputsModifiers .form-option, .inputsModifiers .form-option {
    margin-right: 9.7px; }
  #inputsModifiers .checkbox-group, .inputsModifiers .checkbox-group {
    margin-bottom: 20px; }
  @media (min-width: 801px) {
    #inputsModifiers.bathrobes .form-field.radio .selectRadios, .inputsModifiers.bathrobes .form-field.radio .selectRadios {
      width: calc((100% - 12px) / 2);
      margin: 0 3px 6px; } }
  #inputsModifiers.bathrobes .form-field.radio .selectRadios:last-child, .inputsModifiers.bathrobes .form-field.radio .selectRadios:last-child {
    width: 100%;
    margin: 0 3px 6px; }
  #inputsModifiers .form-checkbox + .form-label::before, #inputsModifiers .form-radio + .form-label::before, .inputsModifiers .form-checkbox + .form-label::before, .inputsModifiers .form-radio + .form-label::before {
    border-color: #000; }

.modal-body #inputsModifiers input[type=checkbox] + label, .modal-body .inputsModifiers input[type=checkbox] + label {
  padding-left: 5px; }
  .modal-body #inputsModifiers input[type=checkbox] + label:before, .modal-body .inputsModifiers input[type=checkbox] + label:before {
    display: none; }

.modal-body #inputsModifiers input[type=checkbox], .modal-body .inputsModifiers input[type=checkbox] {
  opacity: 1;
  position: static;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: middle; }

@media (min-width: 801px) {
  .modal .embroidery-body.container {
    padding: 2.25rem 1.25rem 2.25rem 0; } }

@media (min-width: 1261px) {
  .modal .embroidery-body.container {
    max-width: calc(100% - 90px); } }

.page_type_product .modal-background {
  background: rgba(0, 0, 0, 0.51); }

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

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  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; }
    .pagination-item .pagination-link:hover {
      color: #101623; }
  .pagination-item.pagination-item--current {
    border-color: #e8e8e8;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #101623; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #accfb0; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #accfb0; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757574;
    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 {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

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

.button.button--action {
  background-color: #accfb0;
  border-color: #accfb0;
  color: #373737; }
  .button.button--action:hover, .button.button--action:focus, .button.button--action.is-active, .button.button--action.active {
    background-color: #637065;
    border-color: #637065;
    color: white; }
  .button.button--action:active {
    background-color: #202020;
    border-color: #202020;
    color: white; }

.button--secondary {
  background-color: #637065;
  border-color: #637065;
  color: white; }
  .button--secondary:hover, .button--secondary:focus, .button--secondary.is-active, .button--secondary.active {
    background-color: #accfb0;
    border-color: #accfb0;
    color: white; }
  .button--secondary:active {
    background-color: #202020;
    border-color: #202020;
    color: white; }

.button--third {
  background-color: #202020;
  border-color: #202020;
  color: white; }
  .button--third:hover, .button--third:focus, .button--third.is-active, .button--third.active {
    background-color: #accfb0;
    border-color: #accfb0;
    color: white; }
  .button--third:active {
    background-color: #202020;
    border-color: #202020;
    color: white; }

.button {
  font-size: 18px;
  padding: 15px 32px;
  border-radius: 20px;
  font-weight: 500; }

.button--primary, .button--action {
  border: none; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 801px) {
    .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: 801px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }
    .tab.is-active .tab-title {
      outline: none; }

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

.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; }

.tab-content .hover-card .card-figcaption {
  display: none; }

.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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757574;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #101623; }

.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: #101623; }

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

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

.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(255, 125, 125, 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"] {
  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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.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-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block; }
  .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: "Barlow", 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;
  font-size: 15px; }

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

.form-field-group {
  border: 1px solid #637065;
  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; } }

@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-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 {
  background: none;
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid #637065;
  color: #0c0c0c;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease;
  z-index: 1; }
  .form-option:hover {
    border-color: #989898; }
  .form-radio:checked + .form-option {
    border-color: #101623;
    box-shadow: 0 0 0 1px #101623; }

.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: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

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

.form-label {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 8px; }

.form-label--alternate {
  font-size: 16px;
  margin-bottom: 8px; }

.form-input {
  background-color: transparent;
  border-width: 0 0 2px 0;
  padding: 0 15px 0 0;
  height: 35px;
  border-radius: 0; }

@media (min-width: 1261px) {
  .form-field {
    margin: 0 0 3rem; } }

.form-option {
  border: none;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  padding: 0; }
  .form-radio:checked + .form-option {
    border-color: #101623;
    box-shadow: 0 0 6px 0 #101623;
    border-radius: 100%; }

.form-field.show-selected-option[data-product-attribute="set-rectangle"] .form-option {
  border: 1px solid #ccc;
  border-radius: 5px; }
  .form-field.show-selected-option[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    padding: 3px 5px; }

.form-field.show-selected-option[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-radius: 5px;
  border-color: #ddd; }

.card {
  position: relative; }

.card-figure {
  background-color: transparent;
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #101623;
    text-decoration: none; }
    .card-title > a:hover {
      color: #40454f; }

.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-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }
  .card-figcaption-button input {
    display: none; }
  .card-figcaption-button input:checked + label {
    color: #accfb0; }
  .card-figcaption-button label {
    cursor: pointer;
    display: block; }

.card-body {
  text-align: center; }
  .card-body .card-figcaption-button {
    display: none; }

.card-figcaption-utility-buttons {
  margin-right: 0.375rem;
  pointer-events: all;
  position: absolute;
  right: 0.375rem;
  top: 0.375rem; }
  .card-figcaption-utility-buttons .card-figcaption-button {
    font-size: 15px;
    padding: 0.375rem; }
    .card-figcaption-utility-buttons .card-figcaption-button:hover {
      color: #637065; }

.card-swatches {
  margin-top: 0.375rem; }
  .card-swatches .swatch-zoom {
    display: none;
    position: absolute;
    border: 1px solid #989898;
    cursor: default;
    transition: all 0.15s ease;
    margin: 0 0.1875rem 0.1875rem 0;
    font-size: 0;
    z-index: 9999;
    bottom: 0; }
    .card-swatches .swatch-zoom .form-option-variant {
      height: 5rem;
      width: 5rem; }
    .card-swatches .swatch-zoom .form-option-variant.color--duotone {
      width: 2.5rem; }
    .card-swatches .swatch-zoom .form-option-variant.color--tritone {
      width: 1.66667rem; }
    .card-swatches .swatch-zoom .form-option-variant.form-option-variant--pattern {
      background-size: contain; }
  .card-swatches .form-option {
    border-color: #989898;
    cursor: default;
    margin: 0 0.1875rem 0.1875rem 0; }
    .card-swatches .form-option .form-option-variant--color,
    .card-swatches .form-option .form-option-variant--pattern {
      height: 1rem;
      width: 1rem; }
      .card-swatches .form-option .form-option-variant--color.color--duotone,
      .card-swatches .form-option .form-option-variant--pattern.color--duotone {
        width: 0.5rem; }
      .card-swatches .form-option .form-option-variant--color.color--tritone,
      .card-swatches .form-option .form-option-variant--pattern.color--tritone {
        width: 0.33333rem; }
    .card-swatches .form-option:hover + .swatch-zoom {
      display: inline-flex; }

.card--alternate {
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: #e8e8e8;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover .card-body {
    background-color: #373737; }
    .card--alternate:hover .card-body .card-text {
      color: white; }
  .card--alternate:hover .card-title > a {
    color: white; }

@media (min-width: 1261px) {
  .hover-card {
    border: 3px solid white;
    position: relative;
    transition: all 0.15s ease; }
    .hover-card .card-body {
      background-color: transparent;
      bottom: 0;
      display: none;
      padding: 0.75rem;
      position: absolute;
      text-align: left;
      transition: all 0.15s ease;
      width: 100%; } }
    @media (min-width: 1261px) and (min-width: 551px) {
      .hover-card .card-body {
        padding: 1rem; } }

@media (min-width: 1261px) {
      .hover-card .card-body .card-figcaption-button {
        display: block; }
    .hover-card:hover {
      border-color: rgba(165, 165, 165, 0.5); }
      .hover-card:hover .card-body {
        background-color: rgba(165, 165, 165, 0.5);
        display: block; }
        .hover-card:hover .card-body .card-text {
          color: #101623; }
      .hover-card:hover .card-figcaption {
        opacity: 1; }
        .hover-card:hover .card-figcaption .card-figcaption-body {
          opacity: 0; }
      .hover-card:hover .card-title > a {
        color: #101623; }
    .hover-card .card-swatches .swatch-zoom {
      top: 1rem;
      bottom: auto; } }

.card-badges {
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  z-index: 10; }

.card-body .productRating {
  display: none; }

.card-body .brandName {
  display: none; }

.card-body .card-swatches > div + div {
  display: none; }

.card-body .button {
  display: none; }

.card-body .price {
  font-size: 15px;
  color: #868687; }
  .card-body .price.price--rrp {
    font-size: 80%;
    color: #da2a2a; }

.card-title {
  font-size: 17px;
  line-height: 1;
  font-weight: 500; }

.card-figcaption-utility-buttons {
  margin-right: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .card-figcaption-utility-buttons .card-figcaption-button {
    display: inline-block;
    padding: 10px 20px; }
    .card-figcaption-utility-buttons .card-figcaption-button.compare-button {
      display: none; }
  .card-figcaption-utility-buttons .wishlists-button {
    display: none; }
  .card-figcaption-utility-buttons .fa-search {
    display: none; }

.card-figure .card-figcaption-body {
  display: none; }

@media (min-width: 1261px) {
  .hover-card {
    border: none; }
    .hover-card .card-body {
      position: static;
      display: block;
      text-align: center; }
      .hover-card .card-body .card-figcaption-button {
        display: none; }
    .hover-card:hover {
      border-color: none; }
      .hover-card:hover .card-body {
        background-color: transparent;
        display: block; }
        .hover-card:hover .card-body .card-text {
          color: #101623; }
      .hover-card:hover .card-title > a {
        color: #101623; } }

.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 #dfdfdf;
    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(16, 22, 35, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(16, 22, 35, 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: #f2f2f2;
  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: #101623; }
  .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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #373737; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757574;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757574;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #101623; }
    .navBar--sub .navBar-action.active {
      font-weight: bold; }

.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 {
  float: right; }
  .actionBar-section .form-field {
    background-color: white;
    border: 1px solid #637065;
    border-width: 0 0 1px 0;
    border-radius: 0;
    overflow: hidden; }
    .actionBar-section .form-field:hover {
      border-color: #989898; }
  .actionBar-section .form-label {
    color: #757574;
    font-size: 13px;
    line-height: 2.125rem;
    margin-bottom: 0;
    padding-left: 0.75rem; }
  .actionBar-section .form-input {
    border: 0;
    padding-left: 0.1875rem;
    width: auto; }
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.1875rem; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-label {
    display: none; }
  .actionBar-section .form-select {
    color: #757574;
    border: none;
    padding-left: 0;
    border-radius: 0; }
  .actionBar-section .form-select--small, .actionBar-section .form-select--date {
    font-size: 15px;
    height: 30px;
    padding: 0 0.75rem 0 0; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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-container.sticky.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12; }
  .navUser-container.sticky.fixed .navUser-item {
    display: none; }
    .navUser-container.sticky.fixed .navUser-item.navUser-item--cart {
      display: block; }
      .navUser-container.sticky.fixed .navUser-item.navUser-item--cart .dropdown-menu {
        min-width: 20rem; }
    .navUser-container.sticky.fixed .navUser-item.navUser-item--compare-container {
      display: block; }
    .navUser-container.sticky.fixed .navUser-item .navUser-action {
      color: white; }
      .navUser-container.sticky.fixed .navUser-item .navUser-action .countPill {
        background-color: white;
        color: #f8f8f8; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: auto;
  z-index: 50; }
  .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: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      text-align: center;
      top: auto;
      transform: none;
      z-index: 50; }
      .navUser .navUser-section--alt {
        display: inline-block;
        float: none;
        padding: 1rem 0; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    margin-top: 1rem;
    outline: none;
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e8e8e8 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.75rem; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.875rem; }

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

.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 #e8e8e8;
  color: #757574;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      border-right: 1px solid #e8e8e8;
      display: block; }
      .navUser-item:last-child {
        border-right: none; }
      .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; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #40454f; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .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.75rem; }
    .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--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

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

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

.navUser-item--currencies img {
  vertical-align: baseline; }

.navUser-or {
  color: white;
  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 #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    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: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #101623;
  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: #dfdfdf;
  color: #454545; }

.navUser {
  position: static;
  transform: inherit;
  display: inline-block; }
  @media (min-width: 801px) {
    .navUser {
      position: static;
      display: inline-block;
      width: auto;
      padding: 0;
      float: right;
      order: 2; }
      .navUser .navUser-section--alt {
        float: right; } }
  .navUser .navUser-item .navUser-action--quickSearch {
    line-height: 0;
    padding: 0; }
    .navUser .navUser-item .navUser-action--quickSearch:before {
      content: '';
      background: url(../img/search-icon.png) no-repeat center center;
      height: 40px;
      width: 30px;
      display: inline-block;
      background-size: 17.5px; }
    .navUser .navUser-item .navUser-action--quickSearch span {
      display: none; }
  .navUser .navUser-item.navUser-item--account > .navUser-action {
    padding: 0;
    line-height: 0; }
    .navUser .navUser-item.navUser-item--account > .navUser-action:before {
      content: '';
      background: url(../img/user-icon.png) no-repeat center center;
      height: 40px;
      width: 30px;
      display: inline-block;
      background-size: 17.5px; }
    .navUser .navUser-item.navUser-item--account > .navUser-action span {
      display: none; }
  .navUser .navUser-item.navUser-item--wishlist > .navUser-action {
    padding: 0;
    line-height: 0; }
    .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
      content: '';
      background: url(../img/icon-wishlist.png) no-repeat center center;
      height: 40px;
      width: 30px;
      display: inline-block;
      background-size: 17.5px; }
    .navUser .navUser-item.navUser-item--wishlist > .navUser-action span {
      display: none; }
  .navUser .navUser-item.navUser-item--cart > .navUser-action {
    padding: 0;
    line-height: 0;
    position: relative; }
    .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
      content: '';
      background: url(../img/cart-icon.png) no-repeat center center;
      height: 40px;
      width: 30px;
      display: inline-block;
      background-size: 17.5px; }
    .navUser .navUser-item.navUser-item--cart > .navUser-action .navUser-item-cartLabel {
      display: none; }
    .navUser .navUser-item.navUser-item--cart > .navUser-action .countPill {
      line-height: 18px;
      margin-left: 0;
      position: absolute;
      right: -3.5px;
      top: 0; }

.navUser-action {
  color: white;
  font-size: 14px; }

#my-quote-entry, #validate-company {
  display: none !important; }

@media (min-width: 801px) {
  .navUser-item {
    border-right: none; } }

.dropdown--quickSearch {
  background-color: #fff;
  padding: 15px; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 15px; } }
  .dropdown--quickSearch.is-open {
    left: inherit !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 30rem;
    top: 100% !important; }
  .dropdown--quickSearch .quick-search {
    height: 50px;
    display: block; }
  .dropdown--quickSearch .form-input {
    border-radius: 30px;
    padding: 10px 15px;
    border-width: 2px;
    color: #000; }

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

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

.header .navPages-container {
  background-color: white; }
  .header .navPages-container.is-open {
    background-color: white; }
    .header .navPages-container.is-open .navPages-action {
      color: #101623; }
      .header .navPages-container.is-open .navPages-action:hover, .header .navPages-container.is-open .navPages-action:active {
        color: #40454f; }

.navPages-container {
  border-top: 1px solid #e8e8e8;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }
  @media (min-width: 801px) {
    .navPages-container {
      background-color: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container .navLogo {
    bottom: 0;
    display: none;
    height: 40px;
    line-height: 40px;
    margin: auto 0 auto 1.5rem;
    position: absolute;
    top: 0; }
  .navPages-container.is-open {
    display: block;
    top: 64px;
    z-index: 0; }
    @media (min-width: 801px) {
      .navPages-container.is-open {
        top: auto;
        padding-top: 64px; } }
  .navPages-container.sticky.fixed {
    background-color: #f8f8f8;
    border-top: none;
    bottom: auto;
    min-height: 43px;
    position: fixed;
    top: 0; }
    .navPages-container.sticky.fixed .navLogo {
      display: block; }
      .navPages-container.sticky.fixed .navLogo a {
        text-decoration: none; }
        .navPages-container.sticky.fixed .navLogo a .header-logo-text {
          color: #101623;
          font-size: 20px;
          width: auto; }
        .navPages-container.sticky.fixed .navLogo a .header-logo-image {
          max-height: 40px;
          width: auto; }
    .navPages-container.sticky.fixed .navPages > ul {
      max-width: 55%; }
      @media (min-width: 1261px) {
        .navPages-container.sticky.fixed .navPages > ul {
          max-width: none; } }
      .navPages-container.sticky.fixed .navPages > ul .navPages-item {
        float: none; }
        @media (min-width: 801px) {
          .navPages-container.sticky.fixed .navPages > ul .navPages-item {
            display: inline-block; } }
    .navPages-container.sticky.fixed .navPages .navPages-action {
      font-size: 1rem;
      padding: 1rem 1.125rem; }
      @media (min-width: 1261px) {
        .navPages-container.sticky.fixed .navPages .navPages-action {
          font-size: 15px; } }

.navPages {
  height: 100%;
  overflow-y: auto;
  padding: 1rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      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: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  @media (min-width: 1261px) {
    .navPages {
      max-width: 75%; } }
  .navPages ul {
    list-style: none; }
  @media (min-width: 801px) {
    .navPages .navPage-subMenu-list {
      margin: 0 auto;
      max-width: 75rem;
      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: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; }
      .navPages-list .navPages-item {
        display: inline-block;
        float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #dfdfdf;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem; }
      .navPages-action.is-open {
        background-color: white;
        color: #101623; }
        .navPages-action.is-open svg {
          fill: #accfb0;
          stroke: #accfb0; }
        .navPages-action.is-open:hover {
          color: #40454f; } }
  .navPages-action:hover {
    color: #accfb0; }
    .navPages-action:hover svg {
      fill: #accfb0;
      stroke: #accfb0; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
        .navPages-simple .navPage-subMenu.is-open {
          left: auto;
          min-width: 15rem;
          width: auto; }
          .navPages-simple .navPage-subMenu.is-open .navPage-subMenu.navPage-subMenu-horizontal.is-open {
            border: 1px solid #e8e8e8;
            display: table;
            left: 100%;
            top: 0; }
        .navPage-subMenu.is-open a {
          color: #101623; }
          .navPage-subMenu.is-open a:hover {
            color: #40454f; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 801px) {
  .navPages-simple a {
    width: 100%; }
  .navPages-simple li {
    position: relative; }
  .navPages-simple .navPage-subMenu .navPages-action-moreIcon {
    height: 0.5rem;
    width: 0.5rem;
    display: inline-block;
    margin-left: 0.375rem;
    transform: rotate(-90deg); } }

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }

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

.navPages-quickSearch {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }
    .navPages-quickSearch .form-field .form-input {
      float: left;
      width: 60%; }
    .navPages-quickSearch .form-field .button {
      float: right;
      margin-top: 0;
      width: 38%; }

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

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

.navPages {
  text-align: left; }
  @media (min-width: 1261px) {
    .navPages {
      max-width: initial;
      text-align: right; } }
  .navPages .navPage-subMenu-list, .navPages .navPage-childList {
    margin: 0;
    border-left: none; }
  @media (min-width: 801px) {
    .navPages .navPage-subMenu-list {
      max-width: 100%; } }
  .navPages .navPage-subMenu-list .navPage-subMenu-item.first-link-subMenu {
    display: none; }

.navPages-container {
  border-top: none; }
  @media (min-width: 801px) {
    .navPages-container {
      width: auto; } }
  @media (min-width: 1261px) {
    .navPages-container {
      width: 45%; } }
  .navPages-container.is-open {
    top: 60px; }
    @media (min-width: 801px) {
      .navPages-container.is-open {
        top: auto;
        padding-top: 0; } }

.header .navPages-container {
  background-color: transparent; }
  @media (min-width: 801px) {
    .header .navPages-container {
      transform: inherit;
      position: static; } }
  .header .navPages-container.is-open {
    background-color: white; }
    @media (min-width: 801px) {
      .header .navPages-container.is-open {
        background-color: transparent; } }
    .header .navPages-container.is-open .navPages-action {
      color: #101623; }
      .header .navPages-container.is-open .navPages-action:hover, .header .navPages-container.is-open .navPages-action:active {
        color: #40454f; }

.navPages-action {
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 0.5rem 0.5rem;
      font-size: 14px;
      text-transform: uppercase; }
      .navPages-action.is-open {
        background-color: transparent;
        color: #accfb0; }
        .navPages-action.is-open svg {
          fill: #accfb0;
          stroke: #accfb0; } }
  @media (min-width: 1261px) {
    .navPages-action {
      padding: 0.75rem 1.125rem;
      font-size: 15px; } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding: 0 15px !important; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      margin-bottom: 0; }
    .navPage-subMenu-item.first-link-subMenu {
      display: none; }
    .navPage-subMenu-item .navPages-action {
      text-transform: capitalize;
      padding: 2px 0;
      font-size: 16px;
      width: auto; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: none;
      margin-bottom: 10px;
      font-size: 18px; } }

@media (min-width: 1261px) {
  .navPage-subMenu-item .navPages-action {
    font-size: 18px; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    font-size: 20px; } }

.navPage-subMenu-item[title="Gift Sets"] {
  display: none; }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list.col-6 .navPage-subMenu-item {
    width: calc((100% - 0px) / 6); } }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list.col-4 .navPage-subMenu-item {
    width: calc((100% - 0px) / 3);
    margin-bottom: 20px; } }

@media (min-width: 801px) {
  .navPages .custom-navPage-subMenu .navPage-subMenu-list.col-4 .navPage-subMenu-item {
    width: calc((100% - 0px) / 2); } }

.navPages .custom-navPage-subMenu .navPage-childList {
  display: block; }

@media (min-width: 801px) {
  .navPage-subMenu {
    background-color: white;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2rem; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .navPage-subMenu {
      padding-left: 40px;
      padding-right: 40px; } }

@media (min-width: 801px) {
  .navPage-subMenu.is-open {
    top: 101%;
    left: -15px;
    right: 0;
    margin: auto;
    width: calc(100% + 30px); } }

@media (min-width: 1261px) {
  .navPage-subMenu.is-open {
    width: calc(100% + 100px);
    left: -50px; } }

@media (min-width: 801px) {
  .navPage-subMenu .navPage-subMenu-list.col-6 {
    width: 50%;
    display: inline-block; } }

@media (min-width: 801px) {
  .navPage-subMenu .navPage-subMenu-list.col-4 {
    width: 50%;
    display: inline-block; } }

.navPage-subMenu .navPage-subMenu-thum {
  margin-top: 30px; }
  @media (min-width: 801px) {
    .navPage-subMenu .navPage-subMenu-thum {
      margin-top: 0; } }
  @media (min-width: 801px) {
    .navPage-subMenu .navPage-subMenu-thum.col-6 {
      width: 50%;
      display: inline-block;
      float: right;
      vertical-align: top; } }
  @media (min-width: 801px) {
    .navPage-subMenu .navPage-subMenu-thum.col-8 {
      width: 50%;
      display: inline-block;
      float: right;
      vertical-align: top; } }
  .navPage-subMenu .navPage-subMenu-thum ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-left: 0.75rem; }
    @media (min-width: 801px) {
      .navPage-subMenu .navPage-subMenu-thum ul {
        padding-left: 0; } }
    .navPage-subMenu .navPage-subMenu-thum ul li {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
      @media (min-width: 801px) {
        .navPage-subMenu .navPage-subMenu-thum ul li {
          width: 50%;
          padding: 0 10px;
          margin-bottom: 0; } }
      @media (min-width: 1261px) {
        .navPage-subMenu .navPage-subMenu-thum ul li {
          padding: 0 20px; } }
      .navPage-subMenu .navPage-subMenu-thum ul li img {
        margin-bottom: 15px; }
      .navPage-subMenu .navPage-subMenu-thum ul li a {
        padding: 0;
        font-size: 20px;
        margin: 0;
        line-height: 1.3;
        font-weight: 700;
        color: #101623; }
        @media (min-width: 801px) {
          .navPage-subMenu .navPage-subMenu-thum ul li a {
            font-size: 24px; } }
        .navPage-subMenu .navPage-subMenu-thum ul li a:hover {
          color: #accfb0; }

.navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action[title="Offers"] {
  color: #ff3131; }
  .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action[title="Offers"]:hover, .navPages .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action[title="Offers"]:focus {
    color: #accfb0; }

.navPages .navPages-quickSearch {
  display: none; }

.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: #757574;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #101623; }

.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: #70737b; }
    .socialLinks .icon svg {
      fill: #101623;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--pinterest.fix-pinterest-width.at300b {
      height: 1.25rem;
      width: 1.25rem; }

.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--alt .icon {
  height: 1.875rem;
  width: 1.875rem; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks--header {
  display: none; }
  @media (min-width: 801px) {
    .socialLinks--header {
      bottom: 0;
      display: block;
      height: 1.25rem;
      margin: auto;
      position: absolute;
      top: 0;
      z-index: 25; } }

.google_plusone_iframe_widget {
  width: 40px !important; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 62.5rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.6); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 801px) {
  .heroCarousel-image {
    visibility: hidden; } }

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

.heroCarousel-title {
  color: #101623;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

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

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

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

.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: 15px; }
  .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: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  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; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-prev {
    left: -10px; }
  .productCarousel .slick-next {
    right: -10px; }

.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: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

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

.quickView:after {
  clear: both; }

.quickSearchResults {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  display: none;
  left: 50%;
  max-height: 400px;
  overflow: hidden;
  position: absolute;
  right: 1.5rem;
  z-index: 500; }
  @media (min-width: 1261px) {
    .quickSearchResults {
      right: 6rem; } }
  .quickSearchResults .productGrid {
    height: 280px;
    position: relative;
    margin: 60px 0 0;
    width: 100%; }
    .quickSearchResults .productGrid .product {
      background-color: #e8e8e8;
      border-top: 1px solid #e8e8e8;
      display: table;
      width: 100%; }
      .quickSearchResults .productGrid .product .card-figure {
        display: table-cell;
        float: left;
        margin-top: 10px;
        width: 20%; }
        .quickSearchResults .productGrid .product .card-figure .card-image {
          height: 75px; }
        .quickSearchResults .productGrid .product .card-figure .card-figcaption {
          display: none; }
      .quickSearchResults .productGrid .product .card-body {
        display: table-cell;
        float: left;
        width: 80%; }
  .quickSearchResults .card--alternate:hover .card-body {
    background-color: #e8e8e8; }
    .quickSearchResults .card--alternate:hover .card-body .card-text {
      color: #757574; }
  .quickSearchResults .card--alternate:hover .card-title > a {
    color: #373737; }

.quickSearchResults {
  max-width: 30rem;
  left: inherit;
  right: 0;
  width: 100%;
  top: calc(100% + 80px); }
  @media (min-width: 1261px) {
    .quickSearchResults {
      right: 0; } }
  .quickSearchResults .productGrid {
    margin: 40px 0 0; }
    @media (min-width: 1261px) {
      .quickSearchResults .productGrid {
        height: 300px; } }

.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: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #757574;
  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;
  position: relative; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.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;
  text-align: center; }
  .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-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: none;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }

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

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

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

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

.productView-brand {
  color: #757574;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757574; }
    .productView-brand a:hover {
      color: #101623; }

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 0; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #757574; }
    .productView-reviewLink > a:hover {
      color: #101623; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.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.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Barlow", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.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-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.swatches .form-option {
      overflow: visible; }
      .productView-options .form-field.swatches .form-option .swatch-zoom {
        display: none;
        position: absolute;
        top: -1px;
        left: 2rem;
        border: 1px solid #989898;
        cursor: default;
        transition: all 0.15s ease;
        margin: 0 0.1875rem 0.1875rem 0;
        font-size: 0;
        z-index: 999;
        padding: 0; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant {
          height: 5rem;
          width: 5rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.color--duotone {
          width: 2.5rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.color--tritone {
          width: 1.66667rem; }
        .productView-options .form-field.swatches .form-option .swatch-zoom .form-option-variant.form-option-variant--pattern {
          background-size: contain; }
      .productView-options .form-field.swatches .form-option:hover .swatch-zoom {
        display: inline-flex; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #637065;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #637065; }
  .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; }

@media (min-width: 801px) {
  .productView-image {
    min-height: inherit; } }

.productView-image .productView-image--default {
  width: 100%; }

.productView-image + .productView-thumbnails {
  margin-top: 0; }

.productView-thumbnails {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
  display: none; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 100%; } }

.productView-thumbnail-link {
  border: none;
  padding: 0; }

.slick-initialized .slick-slide.productView-thumbnail {
  display: inline-block; }

.productView-brand {
  display: none; }

.productView-info {
  margin-bottom: 0;
  margin-top: 20px; }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 0; } }

.productView-rating {
  margin-bottom: 20px; }

.productView-description-info {
  width: 100%;
  margin: 0; }
  .productView-description-info p {
    margin-bottom: 10px;
    line-height: 1.2; }
    .productView-description-info p:last-child {
      margin-bottom: 0; }

.productView-product {
  position: relative;
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .productView-product {
      border-bottom: none;
      padding-bottom: 1.5rem; } }

.productView-title {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 25px; } }

.productView-price {
  font-size: 15px;
  font-weight: 500;
  color: #868687;
  margin-bottom: 5px; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 17px; } }
  .productView-price .price-section--withTax {
    color: #000; }
  .productView-price abbr {
    cursor: inherit;
    text-decoration: none;
    border-bottom: none; }

.productView-thumbnails-slider {
  margin: 0;
  padding: 0;
  list-style: none; }
  .productView-thumbnails-slider li {
    list-style: none; }

.productView-options {
  margin-bottom: 0; }
  .productView-options .form {
    margin-bottom: 0; }
    .productView-options .form.hidden {
      display: none !important; }
  .productView-options .form-field {
    margin-bottom: 15px; }
    .productView-options .form-field.swatches .form-label {
      margin-bottom: 15px; }
    .productView-options .form-field.swatches .form-option {
      margin-right: 5px;
      margin-bottom: 5px; }
      @media (min-width: 551px) {
        .productView-options .form-field.swatches .form-option {
          margin-right: 0.75rem;
          margin-bottom: 0.75rem; } }
  .productView-options .option-info {
    margin: 0 0 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 14px; }
    .productView-options .option-info .form-field {
      margin-bottom: 15px;
      font-size: inherit; }
      .productView-options .option-info .form-field.form-field--increments .form-label {
        padding-right: 10px;
        display: inline-block;
        float: left; }
      .productView-options .option-info .form-field.form-field--increments .form-increment {
        display: inline-block; }
        .productView-options .option-info .form-field.form-field--increments .form-increment .button {
          border: none;
          border-radius: 0; }
        .productView-options .option-info .form-field.form-field--increments .form-increment .form-input {
          padding: 0;
          height: 30px;
          border-radius: 0;
          border: none;
          width: 30px; }
      .productView-options .option-info .form-field.size-guide .form-label::after {
        content: '';
        width: 81px;
        height: 30px;
        background: url(../img/size-chart-icon.png) no-repeat center/cover;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
  @media (min-width: 551px) {
    .productView-options .form-label {
      font-size: 20px; } }
  .productView-options .form-label small {
    margin-left: 0; }
  .productView-options .form-label .value {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize; }
  .productView-options .form-label.value-label {
    display: inline-block;
    margin: 0;
    line-height: 28px;
    padding-right: 5px;
    vertical-align: middle; }
    @media (min-width: 551px) {
      .productView-options .form-label.value-label {
        padding-right: 10px; } }
  .productView-options .B2B .add-to-cart-section {
    display: none; }
  .productView-options .B2C .rfq-button-container {
    display: none !important; }
  .productView-options .add-to-cart-section {
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-section {
        width: 100%; } }
    .productView-options .add-to-cart-section .form-action {
      width: 100%;
      margin-top: 0;
      padding: 0; }
      .productView-options .add-to-cart-section .form-action .button {
        width: 100%;
        margin: 0 0 10px; }
    .productView-options .add-to-cart-section .button {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 0;
      border-radius: 10px;
      text-transform: uppercase; }
  .productView-options .rfq-button-container {
    display: block !important;
    width: 100%;
    margin: 0 !important; }
    @media (min-width: 551px) {
      .productView-options .rfq-button-container {
        width: 100%; } }
    @media (min-width: 801px) {
      .productView-options .rfq-button-container {
        margin: 0 !important; } }
    .productView-options .rfq-button-container .button {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 10px;
      text-transform: uppercase;
      border: 1px solid;
      background-color: #202020;
      border-color: #202020;
      color: #fff; }
      .productView-options .rfq-button-container .button:hover, .productView-options .rfq-button-container .button:focus, .productView-options .rfq-button-container .button.is-active, .productView-options .rfq-button-container .button.active {
        background-color: #accfb0;
        border-color: #accfb0;
        color: #fff; }
  .productView-options .b2b-add-to-list.button, .productView-options .b2b-add-to-quote.button, .productView-options .b2b-cart-to-quote.button {
    display: none !important; }
  .productView-options .top-add-to-cart-wrapper .button {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px; }
  .productView-options .top-add-to-cart-wrapper .form-action {
    margin-top: 0;
    width: 100%;
    padding: 0; }
    .productView-options .top-add-to-cart-wrapper .form-action .button {
      margin-right: 0;
      width: 100%; }
  .productView-options #add-to-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .productView-options .form-field .form-select {
    border: none;
    padding-left: 0;
    font-size: 16px;
    line-height: normal;
    background-size: 25px;
    background-position: right center;
    width: auto;
    max-width: 100%;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    padding-right: 24px; }
    @media (min-width: 551px) {
      .productView-options .form-field .form-select {
        font-size: 18px;
        padding-right: 2rem; } }

.option-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  .option-info .option-info-left, .option-info .option-info-right {
    width: 100%; }
    @media (min-width: 551px) {
      .option-info .option-info-left, .option-info .option-info-right {
        width: 50%; } }
  .option-info .option-info-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 0; }
    @media (min-width: 551px) {
      .option-info .option-info-left {
        display: inline-block;
        max-width: 100%; } }
    @media (min-width: 801px) {
      .option-info .option-info-left .form-field {
        max-width: 90%; } }
  @media (min-width: 551px) {
    .option-info .option-info-right {
      text-align: right; } }
  .option-info .form-field .value-label {
    display: none; }
  .option-info .form-field .form-select {
    border: none;
    padding-left: 0;
    font-size: 20px;
    background-size: 25px;
    background-position: right center; }
  .option-info .form-field .form-label {
    font-size: 20px;
    margin: 0;
    vertical-align: middle; }

.sizes-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2; }
  .sizes-section .option-info-left {
    text-align: left;
    width: 65%;
    padding-right: 10px; }
    @media (min-width: 551px) {
      .sizes-section .option-info-left {
        width: 66.667%;
        padding-right: 15px; } }
    .sizes-section .option-info-left .form-field {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
    .sizes-section .option-info-left .form-label small {
      line-height: normal; }
    .sizes-section .option-info-left .form-select-align {
      width: calc(100% - 50px);
      display: inline-block;
      overflow: hidden; }
      @media (min-width: 551px) {
        .sizes-section .option-info-left .form-select-align {
          width: calc(100% - 65px); } }
  .sizes-section .option-info-right {
    width: 35%; }
    @media (min-width: 551px) {
      .sizes-section .option-info-right {
        text-align: right;
        width: 33.333%; } }

.productView-info .productView-info-name,
.productView-info .productView-info-value {
  display: inline-block;
  float: left; }

.productView-info .icons {
  display: inline-block;
  height: 30px;
  width: 30px; }
  .productView-info .icons.icons18 {
    background: url(../img/gift-icon.png) no-repeat;
    background-size: 25px;
    background-position: center left; }

.productView-info.gift-wrapping-info {
  text-align: left; }
  .productView-info.gift-wrapping-info .productView-info-name, .productView-info.gift-wrapping-info .productView-info-value {
    float: none;
    vertical-align: middle;
    font-size: 14px; }
    @media (min-width: 551px) {
      .productView-info.gift-wrapping-info .productView-info-name, .productView-info.gift-wrapping-info .productView-info-value {
        font-size: 16px; } }
  .productView-info.gift-wrapping-info .productView-info-name {
    text-transform: capitalize; }

.productView-info-name {
  font-size: 14px; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-size: 16px; } }

.related-products-list .custom-heading {
  margin-top: 0; }

@media (min-width: 1261px) {
  .related-products-list .productCarousel {
    margin: 0 -1.5rem !important; } }

.related-products-list .slick-slider .slick-next, .related-products-list .slick-slider .slick-prev {
  transform: translate(0, -36%);
  top: 36%; }

.related-products-list .slick-slider .slick-next {
  right: 17px; }
  @media (min-width: 1261px) {
    .related-products-list .slick-slider .slick-next {
      right: 30px; } }

.related-products-list .slick-slider .slick-prev {
  left: 17px; }
  @media (min-width: 1261px) {
    .related-products-list .slick-slider .slick-prev {
      left: 30px; } }

@media (min-width: 1261px) {
  .related-products-list .productCarousel-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.top-products-list .slick-slider .slick-next {
  right: 5px; }

.top-products-list .slick-slider .slick-prev {
  left: 5px; }

.size-popup {
  display: none; }

.size-guide-popup .size-guide-inner {
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  text-align: center; }
  @media (min-width: 801px) {
    .size-guide-popup .size-guide-inner {
      padding: 2.25rem 2.25rem; } }

.size-guide-popup img {
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .size-guide-popup img {
      max-width: 100%;
      display: inline-block;
      float: none;
      margin: 0 auto 30px !important; } }

.options-info-value {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .options-info-value .form-label small {
    display: none; }
  .options-info-value .colorBulkpricing {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .options-info-value .colorBulkpricing .form-field.swatches {
      width: 50%;
      text-align: left; }
      @media (min-width: 551px) {
        .options-info-value .colorBulkpricing .form-field.swatches {
          width: 50%; } }
      @media (min-width: 801px) {
        .options-info-value .colorBulkpricing .form-field.swatches {
          width: 60%; } }
  .options-info-value .sizes-section .option-info-right .size-guide .form-label {
    line-height: 28px;
    margin-bottom: 0; }
    @media (max-width: 390px) {
      .options-info-value .sizes-section .option-info-right .size-guide .form-label {
        font-size: 14px; } }
    .options-info-value .sizes-section .option-info-right .size-guide .form-label::after {
      content: '';
      width: 41px;
      height: 24px;
      background: url(../img/size-chart-icon.png) no-repeat center/cover;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      background-size: 100%; }
      @media (max-width: 390px) {
        .options-info-value .sizes-section .option-info-right .size-guide .form-label::after {
          margin-left: 2px;
          width: 32px; } }

.bulk_discount_rates {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: right;
  margin: 0 0 10px; }
  @media (min-width: 551px) {
    .bulk_discount_rates {
      width: 50%;
      margin: 0 0 30px; } }
  @media (min-width: 801px) {
    .bulk_discount_rates {
      padding-left: 18px;
      width: 40%; } }
  .bulk_discount_rates table {
    width: auto;
    margin: auto; }
    @media (min-width: 551px) {
      .bulk_discount_rates table {
        float: right; } }
    @media (min-width: 801px) {
      .bulk_discount_rates table {
        width: 100%;
        margin: 0;
        float: none; } }
  .bulk_discount_rates th {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 1.5;
    padding: 0 10px 5px;
    text-transform: capitalize; }
    @media (min-width: 551px) {
      .bulk_discount_rates th {
        font-size: 20px; } }
    @media (min-width: 801px) {
      .bulk_discount_rates th {
        padding: 0 0 5px; }
        .bulk_discount_rates th:last-child {
          text-align: right; } }
  .bulk_discount_rates tr td {
    padding: 0 10px; }
    @media (min-width: 801px) {
      .bulk_discount_rates tr td {
        padding: 0; }
        .bulk_discount_rates tr td:last-child {
          text-align: right; } }
  .bulk_discount_rates span {
    font-size: 12px; }

article.description {
  max-height: 8em; }
  @media (min-width: 551px) {
    article.description {
      max-height: 6em; } }

.price--rrp,
.price--discounted {
  font-size: 80%;
  text-decoration: line-through; }
  .price--rrp + .cart-item-value,
  .price--discounted + .cart-item-value {
    color: #da2a2a; }

.price--strikethrough {
  font-size: 80%;
  text-decoration: line-through; }

.price--sale,
.price--strikethrough + .price--sale {
  color: #da2a2a; }

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

.compareTable {
  border-top: 1px solid #e8e8e8;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #101623;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

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

.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 #e8e8e8;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

.toggleLink {
  color: #757574; }
  .toggleLink:hover {
    color: #101623; }
  .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: 75rem;
  width: 100%;
  border: #e8e8e8 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: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: black;
  color: white;
  padding: 5px;
  text-align: center;
  height: 60px; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }
  @media (max-width: 575px) {
    .banners .banner div {
      font-size: 12px !important; } }

@media (max-width: 767px) {
  body .body.banner-hiddensss {
    margin-top: 124px; } }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #f2f2f2;
  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: #757574;
    position: relative;
    top: -1px; }

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

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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 #e8e8e8;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e8e8e8;
  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: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

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

.cart-item-figure {
  float: left;
  height: 6.25rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: center;
      width: 8.33333%; } }

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

.cart-item-image {
  aspect-ratio: 1.15 / 1;
  width: 100px;
  object-fit: cover;
  object-position: left;
  margin: auto; }

.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: 801px) {
    .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: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.75rem; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  .cart-item-quantity .form-increment .form-input {
    padding: 0; }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .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: #373737; }

.cart-remove {
  background-color: #f2f2f2;
  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: #101623; }

.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: 801px) {
    .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: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .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 top 0.4375rem;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757574;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757574;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #101623; }

.coupon-code-cancel,
.shipping-estimate-hide {
  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; }

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

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight div {
  float: right;
  margin: 0.5rem 0; }

.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: 75rem;
  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 #e8e8e8; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }
  .previewCartItem-image img {
    aspect-ratio: 1.15 / 1;
    width: 100px;
    object-fit: cover;
    object-position: left;
    margin: auto; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }
  .previewCartItem-content.item-added {
    padding: 20px; }

.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: #757574;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding: 0.375rem; }
  .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-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.FloatRight.PayPalExpressCheckout.RemoteCheckout.CheckoutButton {
  clear: both; }

.cart-item {
  position: relative; }

@media (min-width: 551px) {
  .cart-totals {
    width: 100%; } }

@media (min-width: 801px) {
  .cart-totals {
    width: 100%; } }

@media (min-width: 1261px) {
  .cart-totals {
    width: 100%; } }

@media (min-width: 801px) {
  .cart-total + .cart-total {
    border-top: 1px solid #fff; } }

.cart-total .form-select {
  padding: 0 0.75rem; }

@media (min-width: 801px) {
  .cart-item-figure {
    width: 25%; } }

.cart-item-brand {
  display: none; }

.cart-item-options--giftWrapping {
  margin-top: 0.75rem;
  margin-bottom: 10px; }
  @media (min-width: 801px) {
    .cart-item-options--giftWrapping {
      margin-bottom: 0; } }
  .cart-item-options--giftWrapping .cart-item-option-title {
    font-weight: 700;
    color: #000;
    display: none; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-description .button {
      font-size: 14px;
      padding: 8px 20px;
      border-radius: 20px;
      margin-bottom: 0;
      font-weight: 600; }

@media (min-width: 801px) {
  .cart-item-info {
    width: 14.66667%;
    text-align: center; }
    .cart-item-info:last-child {
      text-align: center; } }

.cart-item-name {
  font-size: 18px;
  font-weight: 600; }
  @media (min-width: 801px) {
    .cart-item-name {
      font-size: 20px; } }
  .cart-item-name a {
    text-decoration: none;
    color: #637065; }
    .cart-item-name a:hover, .cart-item-name a:focus {
      color: #accfb0; }

.cart-item-block .definitionList-key, .cart-item-block .definitionList-value {
  color: #000;
  line-height: 1.2;
  text-transform: capitalize; }

.cart-item-block .definitionList {
  margin-bottom: 0; }

.cart-item-block .btn {
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: 600;
  background-color: #accfb0;
  color: #373737;
  line-height: 1rem;
  transition: all 0.15s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  .cart-item-block .btn:hover, .cart-item-block .btn:focus, .cart-item-block .btn.is-active, .cart-item-block .btn.active {
    background-color: #637065;
    border-color: #637065;
    color: white; }

@media (min-width: 801px) {
  .cart-item-block .button + .button {
    margin-left: 5px; } }

.cart-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  background-color: #fff;
  color: #abcfb0;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 26px;
  text-align: center; }
  .cart-remove > svg {
    fill: #abcfb0;
    height: 20px;
    width: 20px;
    vertical-align: middle; }

.cart-total-label,
.cart-total-value {
  color: #000; }

.cart-total-label strong, .cart-total-label b {
  font-weight: 400; }

.cart-total-value {
  font-weight: 500; }
  .cart-total--taxes .cart-total-value {
    font-weight: 400;
    opacity: 0.5; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #000; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #accfb0; }

@media (min-width: 801px) {
  #cart-preview-dropdown {
    left: inherit !important;
    right: 0;
    top: 76px !important; } }

#CartEditProductFieldsForm .inputsModifiers-cart .form-field {
  margin: 0 0 1.5rem; }
  @media (min-width: 1261px) {
    #CartEditProductFieldsForm .inputsModifiers-cart .form-field {
      max-width: 100%; } }
  #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio .selectRadios {
    cursor: pointer; }
  #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio img {
    cursor: pointer; }

#CartEditProductFieldsForm .inputsModifiers-cart input[type="checkbox"],
#CartEditProductFieldsForm .inputsModifiers-cart input[type="radio"] {
  position: relative; }

#CartEditProductFieldsForm .inputsModifiers-cart .form-input--small {
  font-size: 15px;
  font-weight: 500; }

#CartEditProductFieldsForm .inputsModifiers-cart .form-select--small,
#CartEditProductFieldsForm .inputsModifiers-cart .form-select--date {
  font-size: 15px;
  font-weight: 500;
  max-width: 100%; }

#CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1261px) {
    #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio {
      max-width: 100%; } }
  #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio > .form-label {
    width: 100%; }
  #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio .selectRadios {
    display: block;
    width: 100%;
    float: none;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 3px;
    text-align: center; }
    @media (min-width: 801px) {
      #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio .selectRadios {
        width: calc((100% - 18px) / 3);
        margin: 0 3px; } }
    #CartEditProductFieldsForm .inputsModifiers-cart .form-field.radio .selectRadios .form-radio + .form-label {
      font-size: 14px;
      padding-left: 20px;
      vertical-align: top;
      text-align: left; }

#CartEditProductFieldsForm .inputsModifiers-cart .form-checkbox + .form-label::before,
#CartEditProductFieldsForm .inputsModifiers-cart .form-radio + .form-label::before {
  border-color: #000; }

@media (min-width: 801px) {
  #CartEditProductFieldsForm.bathrobes .form-field.radio .selectRadios {
    width: calc((100% - 12px) / 2);
    margin: 0 3px 6px; } }

#CartEditProductFieldsForm.bathrobes .form-field.radio .selectRadios:last-child {
  width: 100%;
  margin: 0 3px 6px; }

.page_type_cart .monogrammer-preview__image {
  top: 5%; }

.cart-item-quantity .form-increment .button.button--icon {
  display: none; }

.cart-item-quantity .form-increment .form-input {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 40px;
  max-width: 100px; }
  @media (min-width: 1261px) {
    .cart-item-quantity .form-increment .form-input {
      width: 90%; } }

.cart-item-quantity .update-qty {
  margin: 10px 0 0;
  padding: 10px 20px;
  font-size: 16px;
  background: #dfdfdf;
  color: #373737;
  font-weight: 600; }
  .cart-item-quantity .update-qty:hover {
    background: #accfb1;
    color: #fff; }

.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: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757574;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #accfb0; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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; }
  .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: 801px) {
    .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: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    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 {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left;
      margin-top: 0;
      margin-bottom: 2rem;
      position: relative;
      max-width: inherit;
      right: inherit; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons * {
  float: none !important;
  margin: 0.5rem 0; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Barlow";
  margin: 0 0 0.75rem; }

.cookieMessage {
  background: #e8e8e8;
  bottom: 0;
  color: #454545;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        margin: 0;
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 0.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: sub;
    width: 66.66667%; }
    .cookieMessage-text p {
      font-size: 9px;
      font-weight: 700;
      margin: 0; } }

.login {
  margin: 20px auto 6rem;
  max-width: 100%; }
  @media (min-width: 801px) {
    .login {
      margin-top: 30px; } }
  .login .page-heading {
    display: none; }
  .login .panel-title {
    margin-bottom: 10px;
    color: #373737; }
    @media (min-width: 801px) {
      .login .panel-title {
        font-size: 28px; } }
  .login .panel-dic {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 801px) {
      .login .panel-dic {
        margin-bottom: 40px; } }
  @media (min-width: 801px) {
    .login .form-field {
      max-width: 75%; } }
  @media (min-width: 1261px) {
    .login .form-field {
      margin: 0 0 2rem; } }
  .login .form-input {
    padding: 0 15px;
    height: 45px;
    border: none;
    background: #fff; }
  .login .form-label {
    margin-bottom: 10px; }
  .login .panel {
    background: #f4f4f4; }
  .login .panel-header {
    background-color: transparent;
    padding: 0; }
  .login .panel-body {
    background: transparent;
    padding: 0; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  max-width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin: 0 -15px 0;
      display: flex;
      flex-wrap: wrap;
      width: auto;
      max-width: initial; } }
  .login-row .forgot-password {
    line-height: 2.5rem; }
  .login-row .col2 {
    width: 100%; }
    @media (min-width: 801px) {
      .login-row .col2 {
        margin: 0 15px 20px;
        width: calc((100% - 60px) /2); } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 15px; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding: 30px;
      margin-top: 0;
      float: none; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 15px; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding: 30px 30px 80px;
      float: none;
      position: relative; } }
  .new-customer .panel {
    position: static; }
    .new-customer .panel .panel-body {
      position: static; }
  @media (min-width: 801px) {
    .new-customer .create-account-btn {
      position: absolute;
      bottom: 30px;
      left: 30px; } }
  .new-customer .create-account-btn .button {
    margin-bottom: 0; }

.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; }

.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: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 34px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-suggestion.suggested_query {
  display: none; }

#search-results-heading .page-heading {
  text-align: center;
  font-weight: 700; }
  #search-results-heading .page-heading span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5; }

#search-results-filter {
  float: right;
  text-align: right;
  width: 100%;
  padding: 0 0.75rem;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    #search-results-filter {
      width: auto; } }
  #search-results-filter h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px; }

.page_body_search .top-filter-option {
  padding: 0 0.75rem; }

.page_body_search .navBar--sub {
  display: none; }

.search-suggestion-box {
  display: none; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  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-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: 15px;
    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: #a5a5a5;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  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: #757574;
  font-family: "Barlow", 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: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757574;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.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: #bfbfbf;
  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: #757574;
  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: #101623; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 15px; }
  .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: #373737;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  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: #757574;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757574; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  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: #a5a5a5; }

.icon--ratingFull svg {
  fill: #ffcd00; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  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: 8.375rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e8e8e8;
    border-radius: 0.1875rem;
    min-height: 14.25rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 1.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 2.625rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.25rem;
        width: 1.25rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 6.25rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #accfb0; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #454545;
  font-family: "Barlow", 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; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #a5a5a5;
    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: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.newsletter-overlay {
  background-color: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999; }
  .newsletter-overlay .newsletter-popup {
    background-color: white;
    bottom: 0;
    display: none;
    height: 60%;
    left: 0;
    margin: auto;
    min-height: 300px;
    padding: 2.25rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 95%; }
    @media (min-width: 551px) {
      .newsletter-overlay .newsletter-popup {
        height: 50%;
        max-height: 320px;
        max-width: 450px;
        width: 65%; } }
    @media (min-width: 801px) {
      .newsletter-overlay .newsletter-popup {
        max-height: 290px;
        min-height: 290px; } }
    .newsletter-overlay .newsletter-popup .form {
      margin: 0; }
    .newsletter-overlay .newsletter-popup .newsletter-popup-decline {
      text-align: center; }
    .newsletter-overlay .newsletter-popup h5.footer-info-heading {
      font-size: 1.375rem;
      margin: 0;
      text-align: center; }
    .newsletter-overlay .newsletter-popup p {
      font-size: 0.8125rem;
      text-align: center; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .form-input {
      width: 100%; }
    .newsletter-overlay .newsletter-popup .form-prefixPostfix .button {
      margin: 0.75rem 0 0;
      width: 100%; }

.grid-list-switcher {
  float: left;
  line-height: 32px;
  display: none; }
  .grid-list-switcher .switcher {
    color: #70737b; }
    .grid-list-switcher .switcher.current-view, .grid-list-switcher .switcher:hover {
      color: #101623; }

.productGrid.view-list .product {
  width: 100%; }
  .productGrid.view-list .product .hover-card {
    border: none; }
    .productGrid.view-list .product .hover-card .card-body {
      display: block;
      position: relative; }
    .productGrid.view-list .product .hover-card:hover .card-body {
      background: none; }
      .productGrid.view-list .product .hover-card:hover .card-body .card-text {
        color: #757574; }
    .productGrid.view-list .product .hover-card .card-figcaption-body .button {
      display: none; }
  .productGrid.view-list .product .card {
    border-top: 1px solid #e8e8e8;
    margin: 0;
    overflow: hidden; }
  .productGrid.view-list .product .card-figure {
    float: left;
    position: static;
    width: 25%; }
    .productGrid.view-list .product .card-figure .card-figcaption {
      display: none;
      left: auto;
      height: auto;
      opacity: 1;
      padding: 0.75rem 0 0;
      width: 25%; }
      @media (min-width: 551px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          display: block; } }
      @media (min-width: 801px) {
        .productGrid.view-list .product .card-figure .card-figcaption {
          padding: 6rem 0 0; } }
      .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-utility-buttons {
        margin: 0 0 0.375rem;
        position: static; }
        .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-utility-buttons .card-figcaption-button {
          display: inline-block;
          margin: 0; }
      .productGrid.view-list .product .card-figure .card-figcaption .card-figcaption-body {
        transform: none; }
  .productGrid.view-list .product .card-body {
    float: left;
    margin-left: 10%;
    text-align: left;
    width: 65%; }
    @media (min-width: 551px) {
      .productGrid.view-list .product .card-body {
        width: 40%; } }
    @media (min-width: 801px) {
      .productGrid.view-list .product .card-body {
        padding: 6rem 0 0; } }

.page-sidebar + .page-content .productGrid.view-list .product {
  width: 100%; }

.actionBar {
  position: relative; }

.category-count {
  position: relative;
  text-align: center;
  display: none; }
  @media (min-width: 801px) {
    .category-count {
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 320px;
      position: absolute;
      right: 0;
      top: 0; } }

.page-content {
  position: relative; }

.featured-category .card:hover .card-body p {
  display: block; }

.featured-category .card:hover .card-figure a:before {
  display: block; }

.featured-category .card .card-figure a:before {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
  display: none; }

.featured-category .card .card-figure a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(84, 84, 84, 0) 60%, #000 120%, #000 100%);
  border-radius: 10px; }

.featured-category .card-title {
  font-weight: 500;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 0;
  margin-top: 30px; }
  .featured-category .card-title a {
    padding: 0;
    font-size: 24px;
    margin: 0;
    line-height: 1.3;
    color: #fff; }
    @media (min-width: 801px) {
      .featured-category .card-title a {
        font-size: 32px; } }

.featured-category .card-body {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 10px 15px;
  z-index: 2; }
  @media (min-width: 801px) {
    .featured-category .card-body {
      bottom: 5px; } }

.featured-category p {
  display: none;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 801px) {
    .featured-category p {
      padding: 0 15px;
      line-height: 1.5; } }
  @media (min-width: 1261px) {
    .featured-category p {
      font-size: 24px; } }
  .featured-category p:empty {
    display: none; }

.main.full .product.featured-category {
  float: none; }

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.badge {
  display: block;
  font-size: 0.9rem;
  padding: 0.1875rem 0.75rem;
  text-transform: uppercase; }
  .badge.product-grid-tag {
    background-color: white;
    color: #101623; }
  .badge.sale-saving-badge {
    background-color: #da2a2a;
    color: white; }
  .badge.out-of-stock {
    background-color: white;
    color: #101623; }
  .badge.selling-fast-tag {
    background-color: #da2a2a;
    color: white; }
  .badge.new-product-badge {
    background-color: #101623;
    color: white; }

.badge + .badge {
  float: none;
  margin-top: 0.375rem; }

.discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1875rem 0.75rem;
  text-transform: uppercase;
  background-color: #da2a2a;
  color: white;
  border-radius: 4px; }
  .productView-product .discount-badge {
    top: -30px; }

.home-recent-posts {
  margin: 3rem 0 1.5rem;
  clear: both; }
  @media (min-width: 801px) {
    .home-recent-posts {
      margin: 5.8125rem 0 3rem; } }

.blogGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .blogGrid ul,
  .blogGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .blogGrid:before, .blogGrid:after {
    content: " ";
    display: table; }
  .blogGrid:after {
    clear: both; }
  @media (min-width: 551px) {
    .blogGrid {
      margin: 0 -15px; } }
  .blogGrid .blogGridPost {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 551px) {
      .blogGrid .blogGridPost {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 801px) {
      .blogGrid .blogGridPost {
        width: 50%; } }
    .blogGrid .blogGridPost article {
      text-align: center; }
    .blogGrid .blogGridPost img {
      width: auto; }
  .blogGrid:after {
    clear: both; }
  .blogGrid:before, .blogGrid:after {
    content: " ";
    display: none; }

.blog-grid-date {
  color: #757574;
  font-size: 13px; }

.grid-post-body h4 {
  margin-top: 0.75rem; }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol6 .blogGridPost {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol6 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol5 .blogGridPost {
    width: 20%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol5 .blogGridPost {
      width: 20%; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol4 .blogGridPost {
    width: 25%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol4 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol3 .blogGridPost {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol3 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; } }

@media (min-width: 801px) {
  .no-csscolumns .blogGrid--maxCol2 .blogGridPost {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .blogGrid--maxCol2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .blogGrid--maxCol2 .blogGridPost {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.blog-post iframe {
  max-width: 100%; }

.header {
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e8e8e8;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 4rem;
  position: relative;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 6rem;
      margin-right: 6rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 1rem auto 1.5rem;
      max-width: 81rem;
      padding: 0 1.5rem; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  @media (min-width: 1261px) {
    .header-logo {
      padding: 0 6rem; } }
  .header-logo > a {
    color: #101623;
    display: inline-block;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #40454f; }
    .header-logo > a:active {
      color: #70737b; }

.header-logo--left {
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo--left {
      text-align: left; } }
  .header-logo--left .socialLinks--header {
    right: 2rem; }
  @media (min-width: 801px) {
    .header-logo--left .quick-search {
      right: 16rem; } }
  @media (min-width: 1261px) {
    .header-logo--left .quick-search {
      right: 35rem; } }
  .header-logo--left .header-logo-text {
    margin-left: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .header-logo--left .header-logo-text {
        text-align: left; } }

.header-logo--right {
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo--right {
      text-align: right; } }
  .header-logo--right .socialLinks--header {
    left: 6rem; }
  .header-logo--right .quick-search {
    left: -5rem;
    width: 23%; }
  .header-logo--right .header-logo-text {
    margin-right: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .header-logo--right .header-logo-text {
        text-align: right; } }

.header-logo-text {
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.1875rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.125rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: block;
      font-size: 50px;
      margin: 0 auto;
      max-width: none;
      white-space: inherit;
      width: 49%; }
      .header.fixed .header-logo-text {
        font-size: 26px; } }

.header-logo-image {
  max-height: 3.25rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.mobileMenu-toggle {
  height: 4rem;
  width: 4rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white;
    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 !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.35rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.35rem; }
  .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: white;
      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); }

.quick-search {
  display: none; }
  @media (min-width: 801px) {
    .quick-search {
      bottom: 0;
      display: block;
      height: 42px;
      margin: auto;
      position: absolute;
      right: 1.5rem;
      top: 0;
      z-index: 25; } }
  @media (min-width: 1261px) {
    .quick-search {
      right: 6rem; } }
  .quick-search .form {
    margin: 0; }
    .quick-search .form .form-field {
      margin: 0; }

@media (min-width: 801px) {
  .header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0; } }

.header.is-open {
  height: 100%; }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto;
      position: absolute;
      top: 0;
      left: 0; } }

.header:hover {
  background-color: #fff; }
  .header:hover .logo-sec a::before {
    content: '';
    display: inline-block;
    width: 121px;
    height: 43px;
    background: url(https://cdn11.bigcommerce.com/s-tgrqa64nfd/images/stencil/150x80/logo-black_1699011857__44687.original.png) no-repeat;
    background-size: cover; }
    @media (min-width: 801px) {
      .header:hover .logo-sec a::before {
        width: 150px;
        height: 53px; } }
  .header:hover .header-logo-image {
    display: none; }
  .header:hover .navPages-action {
    color: #000; }
    .header:hover .navPages-action:hover {
      color: #accfb0; }
      .header:hover .navPages-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .header:hover .navPages-action svg {
      fill: #000;
      stroke: #000; }
      .header:hover .navPages-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .header:hover .navUser .navUser-item .navUser-action--quickSearch:before {
    filter: brightness(0.2); }
  .header:hover .navUser .navUser-item.navUser-item--account > .navUser-action:before {
    filter: brightness(0.2); }
  .header:hover .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
    filter: brightness(0.2); }
  .header:hover .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
    filter: brightness(0.2); }
  .header:hover .navUser .navUser-action {
    color: #000; }
    .header:hover .navUser .navUser-action:hover {
      color: #accfb0; }
      .header:hover .navUser .navUser-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .header:hover .navUser .navUser-action svg {
      fill: #000;
      stroke: #000; }
      .header:hover .navUser .navUser-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .header:hover .mobileMenu-toggle .mobileMenu-toggleIcon, .header:hover .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header:hover .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #000; }
  .header:hover .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }

.header.sticky.fixed .header-logo {
  background-color: transparent;
  margin: 0 auto; }

.header.sticky.whiteBg, .header.sticky.show {
  background: #fff; }
  .header.sticky.whiteBg .logo-sec a::before, .header.sticky.show .logo-sec a::before {
    content: '';
    display: inline-block;
    width: 121px;
    height: 43px;
    background: url(https://cdn11.bigcommerce.com/s-tgrqa64nfd/images/stencil/150x80/logo-black_1699011857__44687.original.png) no-repeat;
    background-size: cover; }
    @media (min-width: 801px) {
      .header.sticky.whiteBg .logo-sec a::before, .header.sticky.show .logo-sec a::before {
        width: 150px;
        height: 53px; } }
  .header.sticky.whiteBg .header-logo-image, .header.sticky.show .header-logo-image {
    display: none; }
  .header.sticky.whiteBg .navPages-action, .header.sticky.show .navPages-action {
    color: #000; }
    .header.sticky.whiteBg .navPages-action:hover, .header.sticky.show .navPages-action:hover {
      color: #accfb0; }
      .header.sticky.whiteBg .navPages-action:hover svg, .header.sticky.show .navPages-action:hover svg {
        color: #accfb0; }
    .header.sticky.whiteBg .navPages-action svg, .header.sticky.show .navPages-action svg {
      fill: #000;
      stroke: #000; }
  .header.sticky.whiteBg .navUser .navUser-item .navUser-action--quickSearch:before, .header.sticky.show .navUser .navUser-item .navUser-action--quickSearch:before {
    filter: brightness(0.2); }
  .header.sticky.whiteBg .navUser .navUser-item.navUser-item--account > .navUser-action:before, .header.sticky.show .navUser .navUser-item.navUser-item--account > .navUser-action:before {
    filter: brightness(0.2); }
  .header.sticky.whiteBg .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .header.sticky.show .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
    filter: brightness(0.2); }
  .header.sticky.whiteBg .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .header.sticky.show .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
    filter: brightness(0.2); }
  .header.sticky.whiteBg .navUser .navUser-action, .header.sticky.show .navUser .navUser-action {
    color: #000; }
    .header.sticky.whiteBg .navUser .navUser-action:hover, .header.sticky.show .navUser .navUser-action:hover {
      color: #accfb0; }
      .header.sticky.whiteBg .navUser .navUser-action:hover svg, .header.sticky.show .navUser .navUser-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .header.sticky.whiteBg .navUser .navUser-action svg, .header.sticky.show .navUser .navUser-action svg {
      fill: #000;
      stroke: #000; }
      .header.sticky.whiteBg .navUser .navUser-action svg:hover, .header.sticky.show .navUser .navUser-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .header.sticky.whiteBg .mobileMenu-toggle .mobileMenu-toggleIcon, .header.sticky.whiteBg .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header.sticky.whiteBg .mobileMenu-toggle .mobileMenu-toggleIcon::after, .header.sticky.show .mobileMenu-toggle .mobileMenu-toggleIcon, .header.sticky.show .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header.sticky.show .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #000; }
  .header.sticky.whiteBg .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .header.sticky.show .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }

.header.sticky.show {
  position: fixed;
  top: 0; }

@media (min-width: 801px) {
  .header-logo {
    margin: 0 auto 0; } }

.header-logo .logo-sec {
  display: inline-block;
  margin: auto; }
  @media (min-width: 801px) {
    .header-logo .logo-sec {
      width: 20%;
      margin: 0; } }
  @media (min-width: 1261px) {
    .header-logo .logo-sec {
      width: 35%; } }
  .header-logo .logo-sec a {
    outline: none; }

.header .header-logo.header-logo--left {
  margin-right: 15px;
  position: static;
  width: calc(100% - 135px); }
  @media (max-width: 390px) {
    .header .header-logo.header-logo--left {
      width: calc(100% - 75px); } }
  @media (min-width: 801px) {
    .header .header-logo.header-logo--left {
      margin-right: auto;
      position: relative;
      width: 100%; } }
  .header .header-logo.header-logo--left .navUser {
    width: 120px; }
    @media (min-width: 801px) {
      .header .header-logo.header-logo--left .navUser {
        width: auto; } }

@media (min-width: 801px) {
  .quick-search {
    position: static; } }

.mid-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 801px) {
    .mid-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; } }
  .mid-header .navUser .navUser-section .navUser-item {
    display: inline-block; }
    .mid-header .navUser .navUser-section .navUser-item.navUser-item--currencies {
      line-height: 40px;
      vertical-align: top;
      display: none; }
      @media (min-width: 801px) {
        .mid-header .navUser .navUser-section .navUser-item.navUser-item--currencies {
          display: inline-block; } }
      .mid-header .navUser .navUser-section .navUser-item.navUser-item--currencies .navUser-action {
        font-weight: 700; }
  .mid-header .navUser .navUser-section .navUser-item--wishlist.B2C {
    display: inline-block; }
  .mid-header .navUser .navUser-section .navUser-item--wishlist.B2B {
    display: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  width: 1.5rem; }

@media (max-width: 800px) {
  .page_type_product .header {
    background-color: #fff; } }

.page_type_product .header .logo-sec a::before {
  content: '';
  display: inline-block;
  width: 121px;
  height: 43px;
  background: url(https://cdn11.bigcommerce.com/s-tgrqa64nfd/images/stencil/150x80/logo-black_1699011857__44687.original.png) no-repeat;
  background-size: cover; }
  @media (min-width: 801px) {
    .page_type_product .header .logo-sec a::before {
      width: 150px;
      height: 53px; } }

.page_type_product .header .header-logo-image {
  display: none; }

.page_type_product .header .navPages-action {
  color: #000; }
  .page_type_product .header .navPages-action:hover {
    color: #accfb0; }
    .page_type_product .header .navPages-action:hover svg {
      fill: #accfb0;
      stroke: #accfb0; }
  .page_type_product .header .navPages-action svg {
    fill: #000;
    stroke: #000; }
    .page_type_product .header .navPages-action svg:hover {
      fill: #accfb0;
      stroke: #accfb0; }

.page_type_product .header .navUser .navUser-item .navUser-action {
  color: #000; }
  .page_type_product .header .navUser .navUser-item .navUser-action:hover {
    color: #accfb0; }
    .page_type_product .header .navUser .navUser-item .navUser-action:hover svg {
      fill: #accfb0;
      stroke: #accfb0; }
  .page_type_product .header .navUser .navUser-item .navUser-action svg {
    fill: #000;
    stroke: #000; }
    .page_type_product .header .navUser .navUser-item .navUser-action svg:hover {
      fill: #accfb0;
      stroke: #accfb0; }

.page_type_product .header .navUser .navUser-item .navUser-action--quickSearch:before {
  filter: brightness(0.2); }

.page_type_product .header .navUser .navUser-item.navUser-item--account > .navUser-action:before {
  filter: brightness(0.2); }

.page_type_product .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
  filter: brightness(0.2); }

.page_type_product .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
  filter: brightness(0.2); }

.page_type_product .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_product .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_product .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: #000; }

.page_type_product .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent; }

@media (max-width: 800px) {
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #000; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
  .logo-sec a::before {
    content: '';
    display: inline-block;
    width: 121px;
    height: 43px;
    background: url(https://cdn11.bigcommerce.com/s-tgrqa64nfd/images/stencil/150x80/logo-black_1699011857__44687.original.png) no-repeat;
    background-size: cover; } }
  @media (max-width: 800px) and (min-width: 801px) {
    .logo-sec a::before {
      width: 150px;
      height: 53px; } }

@media (max-width: 800px) {
  .header-logo-image {
    display: none; }
  .navUser .navUser-item .navUser-action--quickSearch:before {
    filter: brightness(0.2); }
  .navUser .navUser-item.navUser-item--account > .navUser-action:before {
    filter: brightness(0.2); }
  .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
    filter: brightness(0.2); }
  .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
    filter: brightness(0.2); }
  .navUser .navUser-item .navUser-action {
    color: #000; }
    .navUser .navUser-item .navUser-action:hover {
      color: #accfb0; }
      .navUser .navUser-item .navUser-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .navUser .navUser-item .navUser-action svg {
      fill: #000;
      stroke: #000; }
      .navUser .navUser-item .navUser-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .navPages-container {
    border-top: 1px solid #e8e8e8; } }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .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: 801px) {
    .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; } }

.body {
  margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .body {
      margin-bottom: 2rem; } }

body .body {
  margin-top: 64px; }
  @media (min-width: 801px) {
    body .body {
      margin-top: 0; } }

.page_body_category .page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0;
  position: relative; }
  @media (min-width: 801px) {
    .page_body_category .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      padding: 0; }
      .page_body_category .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left;
        padding: 0; } }

.footer {
  background-color: #626f65;
  border-top: 1px solid #e8e8e8;
  padding: 3rem 0;
  clear: both; }
  .footer.footer--simple {
    padding: 0 0 3rem; }
    .footer.footer--simple .newsletter-footer-strip {
      background-color: white; }
      .footer.footer--simple .newsletter-footer-strip .button--primary {
        background-color: white;
        border-color: white;
        color: #637065; }
        @media (min-width: 1261px) {
          .footer.footer--simple .newsletter-footer-strip .button--primary {
            margin: 0 0 0 0.75rem; } }
        .footer.footer--simple .newsletter-footer-strip .button--primary:hover, .footer.footer--simple .newsletter-footer-strip .button--primary:focus, .footer.footer--simple .newsletter-footer-strip .button--primary.is-active, .footer.footer--simple .newsletter-footer-strip .button--primary.active {
          background-color: #accfb0;
          border-color: #accfb0;
          color: white; }
        .footer.footer--simple .newsletter-footer-strip .button--primary:active {
          background-color: #accfb0;
          border-color: #accfb0;
          color: white; }
    .footer.footer--simple .navPages-container {
      border-bottom: 1px solid #e8e8e8;
      display: block;
      height: auto;
      padding: 0;
      position: relative; }
      @media (min-width: 801px) {
        .footer.footer--simple .navPages-container {
          border-bottom: none; } }
    .footer.footer--simple .footer-payment-icons {
      text-align: center; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-payment-icons {
          margin: 0.75rem 0 1.5rem; } }
    .footer.footer--simple .footer-copyright {
      margin-top: 3rem;
      padding: 0 0.75rem; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-copyright {
          margin-top: 0; } }
      .footer.footer--simple .footer-copyright .powered-by {
        text-align: center; }
    .footer.footer--simple .footer-info-col {
      color: white;
      margin-bottom: 0;
      margin-top: 1.5rem;
      width: 100%; }
      .footer.footer--simple .footer-info-col .footer-info-heading {
        color: white;
        font-weight: 700;
        margin: 0; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .form {
          float: right;
          width: 55%; }
        .footer.footer--simple .footer-info-col .subscription-info {
          float: left;
          width: 45%; } }
    .footer.footer--simple .navPages-action {
      font-weight: 400; }
    .footer.footer--simple .footer-geotrust-ssl-seal {
      margin-top: 1rem; }
      .footer.footer--simple .footer-geotrust-ssl-seal table {
        margin: 0 auto; }
  .footer .footer-geotrust-ssl-seal table {
    margin: 0 auto; }
    @media (min-width: 551px) {
      .footer .footer-geotrust-ssl-seal table {
        margin: inherit; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757574;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col address {
    font-style: normal; }
  .footer-info-col .subscription-info .footer-info-heading {
    margin-top: 0; }
  .footer-info-col .subscription-info p {
    margin-bottom: 0; }
    .footer-info-col .subscription-info p:last-child {
      margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .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; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: uppercase; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757574;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #101623; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757574;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757574;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #101623; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .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: #101623; }

.footer-info-col #nl_email {
  width: 100%; }

.footer.footer--simple {
  padding: 3rem 0 0; }
  @media (min-width: 801px) {
    .footer.footer--simple {
      padding: 4rem 0 0; } }
  .footer.footer--simple .newsletter-footer-strip {
    background-color: transparent; }
    .footer.footer--simple .newsletter-footer-strip .button--primary {
      background-color: white;
      border-color: white;
      color: #637065; }
      .footer.footer--simple .newsletter-footer-strip .button--primary:hover, .footer.footer--simple .newsletter-footer-strip .button--primary:focus, .footer.footer--simple .newsletter-footer-strip .button--primary.is-active, .footer.footer--simple .newsletter-footer-strip .button--primary.active {
        background-color: #accfb0;
        border-color: #accfb0;
        color: white; }
      .footer.footer--simple .newsletter-footer-strip .button--primary:active {
        background-color: #accfb0;
        border-color: #accfb0;
        color: white; }
    .footer.footer--simple .newsletter-footer-strip .footer-info-col {
      text-align: left; }
  .footer.footer--simple .footer-info-col {
    margin-top: 0; }
    .footer.footer--simple .footer-info-col .footer-info-heading {
      display: none; }
    .footer.footer--simple .footer-info-col .subscription-info p {
      font-size: 18px;
      font-weight: 500; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .subscription-info p {
          font-size: 24px; } }
    .footer.footer--simple .footer-info-col .form .form-field .form-prefixPostfix {
      position: relative; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .form .form-field .form-prefixPostfix {
          border: 1px solid #fff;
          border-radius: 30px; } }
    .footer.footer--simple .footer-info-col .form .form-field .form-input {
      width: 100%;
      border-radius: 30px;
      border: none;
      max-width: 100%;
      font-weight: 500;
      margin: 0 0 10px;
      height: 3rem;
      background-color: #fff;
      padding: 0 15px;
      font-weight: 400; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .form .form-field .form-input {
          margin: 0;
          font-size: 18px;
          padding: 0 190px 0 15px;
          background: transparent;
          color: #fff; } }
      @media (min-width: 1261px) {
        .footer.footer--simple .footer-info-col .form .form-field .form-input {
          margin: 0;
          font-size: 24px;
          padding: 0 310px 0 30px;
          background: transparent; } }
    .footer.footer--simple .footer-info-col .form .form-field .button--primary {
      margin: 0;
      border: none;
      border-radius: 30px; }
      @media (min-width: 801px) {
        .footer.footer--simple .footer-info-col .form .form-field .button--primary {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 18px;
          width: auto; } }
      @media (min-width: 1261px) {
        .footer.footer--simple .footer-info-col .form .form-field .button--primary {
          min-width: 300px;
          font-size: 24px; } }
    @media (min-width: 801px) {
      .footer.footer--simple .footer-info-col .form {
        float: left;
        width: 100%;
        max-width: 90%; }
      .footer.footer--simple .footer-info-col .subscription-info {
        float: left;
        width: 100%; } }
  .footer.footer--simple .navPages-container {
    padding-bottom: 1rem;
    border-bottom: none; }
    @media (min-width: 801px) {
      .footer.footer--simple .navPages-container {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .footer.footer--simple .navPages-container .navPages {
      padding: 0; }
    .footer.footer--simple .navPages-container .navPages-list {
      display: flex;
      flex-wrap: wrap; }
      .footer.footer--simple .navPages-container .navPages-list .navPages-item {
        width: 50%; }
        @media (min-width: 801px) {
          .footer.footer--simple .navPages-container .navPages-list .navPages-item {
            width: 50%;
            text-align: left; } }
        @media (min-width: 1261px) {
          .footer.footer--simple .navPages-container .navPages-list .navPages-item {
            width: 33.333%; } }
        .footer.footer--simple .navPages-container .navPages-list .navPages-item .navPages-action {
          font-weight: 500;
          text-transform: inherit;
          padding: 0 10px 5px 0;
          font-size: 16px; }
          @media (min-width: 801px) {
            .footer.footer--simple .navPages-container .navPages-list .navPages-item .navPages-action {
              padding: 0 15px 5px 0;
              font-size: 18px; } }

.footer--top {
  margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .footer--top {
      margin-bottom: 3rem; } }

.footer--bottom {
  background: #d2e1d4;
  padding: 20px 0;
  border-top: 6px solid #accfb0; }
  @media (min-width: 801px) {
    .footer--bottom {
      border-top: 12px solid #accfb0; } }
  @media (min-width: 1261px) {
    .footer--bottom {
      padding: 30px 0; } }
  .footer--bottom .footer-info-flex {
    align-items: center; }
  .footer--bottom .payment-info .footer-info-list {
    margin: 0; }

.footer-info-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .footer-info-heading {
      font-size: 20px; } }

.footer-info-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
  display: inline-block;
  padding: 0 10px 5px 0; }
  @media (min-width: 551px) {
    .footer-info-list a {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .footer-info-list a {
      font-size: 18px; } }
  .footer-info-list a:hover {
    color: #accfb0; }

.footer-info-flex {
  display: flex;
  flex-wrap: wrap; }
  .footer-info-flex .footer-info-col6 {
    width: 100%;
    display: inline-block;
    position: relative; }
    @media (min-width: 551px) {
      .footer-info-flex .footer-info-col6 {
        text-align: left;
        width: 50%;
        padding-right: 20px; } }
    @media (min-width: 801px) {
      .footer-info-flex .footer-info-col6 {
        width: 50%; } }
    .footer-info-flex .footer-info-col6.pad-right-zero {
      padding-right: 0; }
  .footer-info-flex .footer-info-col4 {
    width: 100%;
    display: inline-block;
    position: relative; }
    @media (min-width: 551px) {
      .footer-info-flex .footer-info-col4 {
        text-align: left;
        width: 40%;
        padding-right: 20px; } }
    @media (min-width: 801px) {
      .footer-info-flex .footer-info-col4 {
        width: 40%; } }
    .footer-info-flex .footer-info-col4.pad-right-zero {
      padding-right: 0; }
  .footer-info-flex .footer-info-col8 {
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .footer-info-flex .footer-info-col8 {
        text-align: left;
        width: 60%; } }
    @media (min-width: 801px) {
      .footer-info-flex .footer-info-col8 {
        width: 60%; } }
    .footer-info-flex .footer-info-col8.pad-right-zero {
      padding-right: 0; }

.footer-logo {
  width: 100%;
  margin: 0 0 30px;
  text-align: center; }
  @media (min-width: 551px) {
    .footer-logo {
      text-align: left; } }
  @media (min-width: 801px) {
    .footer-logo {
      margin: 0; } }
  .footer-logo .header-logo-image {
    max-height: inherit;
    max-width: 50%; }
    @media (min-width: 551px) {
      .footer-logo .header-logo-image {
        max-width: 75%; } }
    @media (min-width: 801px) {
      .footer-logo .header-logo-image {
        max-width: 50%; } }
    @media (min-width: 1261px) {
      .footer-logo .header-logo-image {
        max-width: 230px; } }

.footer-review {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px;
  text-align: center; }
  @media (min-width: 551px) {
    .footer-review {
      text-align: right; } }
  .footer-review img {
    max-width: 65%; }
    @media (min-width: 551px) {
      .footer-review img {
        max-width: 75%; } }
    @media (min-width: 801px) {
      .footer-review img {
        max-width: 45%; } }
    @media (min-width: 1261px) {
      .footer-review img {
        max-width: 200px; } }

.footer-copyright {
  display: none; }

.socialLinks-info {
  display: inline-block;
  width: 100%;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .socialLinks-info {
      margin-top: 2.25rem; } }
  .socialLinks-info .footer-info-heading {
    display: none; }
  .socialLinks-info .socialLinks {
    float: left; }
    @media (min-width: 801px) {
      .socialLinks-info .socialLinks {
        float: left;
        width: 100%;
        margin: auto; } }
    .socialLinks-info .socialLinks .icon svg {
      fill: #fff; }
    .socialLinks-info .socialLinks .icon:hover svg {
      fill: #accfb0; }
    .socialLinks-info .socialLinks .icon.icon--youtube svg {
      display: none; }
    .socialLinks-info .socialLinks .icon.icon--youtube::before {
      content: '';
      background: url(../img/Youtube_Logo.svg) no-repeat center center/cover;
      width: 30px;
      height: 30px;
      display: inline-block; }
  .socialLinks-info .socialLinks .socialLinks-item {
    margin-right: 0.75rem; }
    @media (min-width: 801px) {
      .socialLinks-info .socialLinks .socialLinks-item {
        margin-right: 2.75rem; } }
    .socialLinks-info .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.storeInfo .footer-info-heading {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500; }

.storeInfoText ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .storeInfoText ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500; }
    @media (min-width: 801px) {
      .storeInfoText ul li {
        font-size: 18px; } }
    .storeInfoText ul li a {
      color: #fff;
      text-decoration: none; }
      .storeInfoText ul li a:hover {
        color: #accfb0; }

.nav-info-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.payment-info {
  margin: 0;
  padding-top: 0;
  border-top: none; }
  @media (min-width: 801px) {
    .payment-info {
      margin: 0;
      padding-top: 0; } }
  .payment-info .footer-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center; }
    @media (min-width: 551px) {
      .payment-info .footer-info-list {
        justify-content: inherit;
        float: right; } }
    @media (min-width: 801px) {
      .payment-info .footer-info-list {
        text-align: left; } }
    .payment-info .footer-info-list li {
      padding: 5px 0 5px;
      width: 25%; }
      @media (min-width: 551px) {
        .payment-info .footer-info-list li {
          width: auto;
          display: inline-block;
          margin-left: 15px; } }
      @media (min-width: 1261px) {
        .payment-info .footer-info-list li {
          margin-left: 20px; } }
      .payment-info .footer-info-list li:first-child {
        margin-left: 0; }
      .payment-info .footer-info-list li img {
        max-height: 30px;
        max-width: 90%; }
        @media (min-width: 551px) {
          .payment-info .footer-info-list li img {
            max-width: inherit; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.container {
  max-width: calc(100% - 30px);
  padding: 0; }
  @media (min-width: 1261px) {
    .container {
      padding: 0;
      max-width: calc(100% - 100px); } }

.page_type_default .container {
  max-width: 100%;
  padding: 0; }
  @media (min-width: 1261px) {
    .page_type_default .container {
      padding: 0; } }

.page_type_default .body .main.full .container {
  max-width: calc(100% - 30px);
  padding: 0; }
  @media (min-width: 1261px) {
    .page_type_default .body .main.full .container {
      padding: 0;
      max-width: calc(100% - 100px); } }

body .header .container {
  max-width: calc(100% - 30px);
  padding: 10px 0; }
  @media (min-width: 801px) {
    body .header .container {
      padding: 15px 0; } }
  @media (min-width: 1261px) {
    body .header .container {
      max-width: calc(100% - 100px);
      padding: 20px 0; } }

body .footer .container {
  max-width: calc(100% - 30px);
  padding: 0; }
  @media (min-width: 1261px) {
    body .footer .container {
      max-width: calc(100% - 100px); } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    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: 22px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757574;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.blog-flex {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .blog-flex {
      margin: 0 -15px; } }
  .blog-flex .blog {
    margin: 0 0 30px; }
    @media (min-width: 801px) {
      .blog-flex .blog {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 1261px) {
      .blog-flex .blog {
        width: 33.333%; } }
    .blog-flex .blog + .blog {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }
  .blog-flex .blog-thumbnail img {
    border-radius: 10px; }
  .blog-flex .blog .addthis_toolbox {
    display: none !important; }
  .blog-flex .socialLinks {
    text-align: left; }
  .blog-flex .blog-date, .blog-flex .blog-author {
    text-align: left; }
  .blog-flex .blog-post-body {
    text-align: left;
    padding: 0; }
  .blog-flex .blog-post {
    text-align: left; }

.blog {
  margin: 0; }
  @media (min-width: 801px) {
    .blog {
      width: 100%; } }
  .blog + .blog {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .blog .addthis_toolbox {
    margin-top: 1rem;
    display: block !important; }
  .blog .tags {
    margin-top: 0; }

@media (min-width: 801px) {
  .blog-post-figure {
    width: 100%; } }

.blog-post-body {
  padding: 0 15px; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 100%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 100%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 100%;
      padding: 0 30px; } }

.blog-title {
  margin: 0 0 0.375rem; }

.blog-date,
.blog-author {
  margin-bottom: 1rem; }

.blog-post {
  text-align: center; }

@media (min-width: 801px) {
  .page_body_blog_post .blog-title {
    font-size: 34px; } }

.page_body_blog_post p {
  font-size: 18px; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e8e8e8;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase; }

.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: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    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) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol6 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol5 .product {
      width: 20%; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol4 .product {
    width: 25%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol4 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol2 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: none; } }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol4 .product {
    width: 25%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: none; }
    .csscolumns .productGrid--maxCol4 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
    width: auto; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: none; } }

#product-listing-container .productGrid.featured-category-grid {
  padding-top: 50px; }
  @media (min-width: 801px) {
    #product-listing-container .productGrid.featured-category-grid {
      padding-top: 75px; } }
  @media (min-width: 1261px) {
    #product-listing-container .productGrid.featured-category-grid {
      padding-top: 100px; } }

#product-listing-container .wrapper-content-info {
  padding-top: 0;
  display: none; }

#product-listing-container .faq-outer {
  display: none; }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .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: 801px) {
    .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: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; }
      .productView-description.below-product {
        clear: none;
        float: none;
        padding: 0;
        width: 100%; } }

.quickView .productView-description {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px; }
  @media (min-width: 1261px) {
    .quickView .productView-description {
      width: 100%; } }

.productView-description.below-product {
  display: none; }

.productView {
  margin: 0;
  padding-top: 0;
  position: relative; }

.productView-details {
  padding: 30px 1rem 0; }
  @media (min-width: 801px) {
    .productView-details {
      margin-top: 150px;
      margin-bottom: 70px;
      width: 55%;
      position: relative;
      right: 20px;
      top: inherit;
      background: #fff;
      border-radius: 20px;
      padding: 20px;
      transform: inherit; } }
  @media (min-width: 1261px) {
    .productView-details {
      margin-top: 175px;
      margin-bottom: 100px;
      width: 40%;
      right: 30px;
      padding: 40px;
      max-width: 576px;
      transform: inherit; } }
  .productView-details .addthis_toolbox {
    display: none; }

.productView-images {
  padding: 0;
  margin: auto;
  width: 100%; }
  @media (max-width: 560px) {
    .productView-images {
      display: none; } }
  @media (min-width: 801px) {
    .productView-images {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block; } }
  .productView-images .productView-image {
    min-height: inherit;
    height: 100%; }
    .productView-images .productView-image a {
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .productView-images .productView-image a img {
        height: 100%; }
    .productView-images .productView-image .productView-image--default {
      width: 100%;
      object-fit: cover;
      visibility: hidden; }
  .productView-images .zoomImg {
    display: none !important; }
  .productView-images .slick-slide img {
    width: 100%; }
  .productView-images .slick-slider .slick-prev, .productView-images .slick-slider .slick-next {
    top: 20%; }
  .productView-images .slick-slider .slick-prev {
    left: 20px; }
  .productView-images .slick-slider .slick-next {
    left: 95px;
    right: inherit; }

@media (min-width: 801px) {
  .page_body_product .productCarousel {
    margin: 0; } }

.page_body_product .team-info-section .team-caption {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .page_body_product .team-info-section .team-caption {
      padding-left: 30px;
      padding-right: 30px; } }
  .page_body_product .team-info-section .team-caption p, .page_body_product .team-info-section .team-caption span {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3; }
    @media (min-width: 801px) {
      .page_body_product .team-info-section .team-caption p, .page_body_product .team-info-section .team-caption span {
        font-size: 18px; } }
  .page_body_product .team-info-section .team-caption button {
    color: #101623;
    text-decoration: underline;
    font-size: 16px; }

.page_body_product .team-info-section .info-outer .heading h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0; }
  @media (min-width: 801px) {
    .page_body_product .team-info-section .info-outer .heading h4 {
      font-size: 18px; } }

.page_body_product .team-info-section .info-outer .accordian-text {
  font-weight: 400; }
  @media (min-width: 801px) {
    .page_body_product .team-info-section .info-outer .accordian-text {
      font-size: 16px; } }
  .page_body_product .team-info-section .info-outer .accordian-text p {
    font-size: 16px; }

@media (min-width: 801px) {
  .page_body_product .team-info-section.slider-product-thum .team-caption {
    padding-left: 60px; } }

.info-outer {
  max-width: 100%;
  margin: 15px auto 0;
  display: inline-block;
  width: 100%; }
  .info-outer .accordion-item.active .heading h4:after {
    content: '-'; }
  .info-outer .heading {
    margin-bottom: 0; }
    .info-outer .heading h4 {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
      padding: 8px 0;
      position: relative;
      cursor: pointer;
      border-bottom: 2px solid #d0d0d0; }
      @media (min-width: 801px) {
        .info-outer .heading h4 {
          font-size: 18px; } }
      .info-outer .heading h4:after {
        content: "+";
        background: transparent;
        display: inline-block;
        vertical-align: middle;
        float: right;
        font-size: 24px;
        line-height: 16px; }
  .info-outer .accordian-text {
    padding: 10px 0;
    font-weight: 400; }
    @media (min-width: 801px) {
      .info-outer .accordian-text {
        font-size: 16px;
        padding: 15px 0; } }

.services-icon {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px; }
  .services-icon img {
    max-width: 100px;
    margin-right: 0; }

.page_body_product #feefo-product-review-widgetId {
  border: none; }

.videoGallery.toggle {
  border: none; }
  .videoGallery.toggle .videoGallery-title {
    background: #f4f4f4;
    display: inline-block;
    width: 100%; }
  .videoGallery.toggle .toggle-title {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    width: 100%; }
    @media (min-width: 801px) {
      .videoGallery.toggle .toggle-title {
        font-size: 34px; } }
    .videoGallery.toggle .toggle-title .toggleLink {
      float: left;
      line-height: normal;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      color: #637065;
      padding: 20px 12px; }
      .videoGallery.toggle .toggle-title .toggleLink:hover {
        color: #101623; }
      .videoGallery.toggle .toggle-title .toggleLink.is-open .toggleLink-text--on {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .videoGallery.toggle .toggle-title .toggleLink .toggleLink-text {
        margin-left: 10px; }
      .videoGallery.toggle .toggle-title .toggleLink .icon {
        height: 1.5rem;
        width: 1.5rem; }
  .videoGallery.toggle .toggle-content.is-open {
    margin-top: 30px; }
  .videoGallery.toggle .toggle-content .videoGallery-main {
    height: inherit;
    padding-bottom: 0;
    overflow: inherit; }
    .videoGallery.toggle .toggle-content .videoGallery-main iframe {
      position: static;
      height: revert-layer; }
    @media (min-width: 801px) {
      .videoGallery.toggle .toggle-content .videoGallery-main {
        width: 60%;
        margin: auto; } }
  @media (min-width: 801px) {
    .videoGallery.toggle .toggle-content .videoGallery-list {
      width: 60%;
      margin: auto; } }

@media (min-width: 561px) {
  .top-productView-gallery {
    display: none !important; } }

.top-productView-gallery .hide {
  display: none; }

.sale-flag-star,
.sale-flag-star:before,
.sale-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;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 10px;
  width: 3.125rem; }

.sale-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 20; }

.sale-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 20; }

.product:hover .sale-flag-side {
  transition: 800ms ease; }

.sale-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.4375rem;
  z-index: 20; }

.product:hover .sale-flag-sash {
  transition: 800ms ease; }

.product {
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  pointer-events: inherit;
  width: 22px; }

.form-option-variant--color,
.form-option-variant--pattern {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 1px solid #637065; }

.form-option-variant--color.white {
  background-color: white; }

.form-option-variant--color.slate-grey {
  background-color: #666666; }

.form-option-variant--color.pebble {
  background-color: #998989; }

.form-option-variant--color.brown {
  background-color: #714937; }

.form-option-variant--color.ivory {
  background-color: #faf6e6; }

.form-option-variant--color.black {
  background-color: #212121; }

.form-option-variant--color.grey {
  background-color: #9c9c9c; }

.form-option-variant--color.red {
  background-color: #f63440; }

.form-option-variant--color.blue {
  background-color: #0f5da3; }

.form-option-variant--color.yellow {
  background-color: #ffde00; }

.form-option-variant--color.beige {
  background-color: #eedcbe; }

.form-option-variant--color.aubergine {
  background-color: #694152; }

.form-option-variant--color.silver-grey {
  background-color: #c6c6c6; }

.form-option-variant--color.plain-sheet {
  background-color: #d0e0e3; }

.form-option-variant--color.purple {
  background-color: #9b4a97; }

.form-option-variant--color.grey-white {
  background: linear-gradient(90deg, #fff 50%, #aba4b4 50%); }

.form-option-variant--color.blue-white {
  background: linear-gradient(90deg, #fff 50%, #638dbd 50%); }

.form-option-variant--color.green {
  background-color: #00af43; }

.form-option-variant--color.sage-green {
  background-color: #94A596; }

.form-option-variant--color.gold {
  background-color: #FFD700; }

.form-option-variant--color.damson {
  background-color: #854c65; }

.form-option-variant--color.light-blue {
  background-color: #8fdeec; }

.form-option-variant--color.lilac {
  background-color: #ceadd0; }

.form-option-variant--color.hot-pink {
  background-color: #FF69B4; }

.form-option-variant--color.orange {
  background-color: #ff5200; }

.form-option-variant--color.peach {
  background-color: #ffcc8c; }

.form-option-variant--color.navy-blue {
  background-color: #002d5d; }

.form-option-variant--color.light-yellow {
  background-color: #ffee7a; }

.form-option-variant--color.lime {
  background-color: #c3d600; }

.form-option-variant--color.teal {
  background-color: #00ab95; }

.form-option-variant--color.aqua {
  background-color: #28e1c5; }

.form-option-variant--color.burgundy {
  background-color: #800020; }

.form-option-variant--color.turquoise {
  background-color: #2ac6d5; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .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: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 100%; } }

.account--fixed .col2 {
  width: 100%; }
  @media (min-width: 801px) {
    .account--fixed .col2 {
      margin: 0 15px 20px;
      width: calc((100% - 60px) /2); } }

.account--fixed .panel-header {
  background: transparent;
  padding: 0; }

.account--fixed .panel-title {
  margin-bottom: 10px;
  color: #373737; }
  @media (min-width: 801px) {
    .account--fixed .panel-title {
      font-size: 28px; } }

.account--fixed .panel-dic {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500; }
  @media (min-width: 801px) {
    .account--fixed .panel-dic {
      margin-bottom: 40px; } }

.account-body {
  margin: 0;
  background: #f4f4f4;
  padding: 15px; }
  @media (min-width: 801px) {
    .account-body {
      padding: 30px; } }
  .account-body .form-input {
    padding: 0 15px;
    height: 45px;
    border: none;
    background: #fff; }
  .account-body .form-label {
    margin-bottom: 10px; }
    .account-body .form-label small {
      line-height: 1; }

html {
  scroll-behavior: smooth; }

.main-banner {
  display: inline-block;
  width: 100%;
  position: relative; }
  .main-banner img {
    object-fit: cover;
    width: 100%;
    max-height: 950px; }
  .main-banner .banner-caption {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
    color: #fff; }
    @media (min-width: 551px) {
      .main-banner .banner-caption {
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        transform: translate(0%, -70%);
        z-index: 1;
        color: #fff; } }
    @media (min-width: 801px) {
      .main-banner .banner-caption {
        padding: 15px 0;
        top: 60%;
        transform: translate(0%, -60%); } }
    @media (min-width: 1261px) {
      .main-banner .banner-caption {
        padding: 0 0 0 50px;
        max-width: calc(100% - 60px); } }
    @media (min-width: 1261px) {
      .main-banner .banner-caption.pad-left-sm {
        padding-left: 50px; } }
    .main-banner .banner-caption .caption-title {
      margin: 10px 0 10px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      color: #fff; }
      @media (min-width: 551px) {
        .main-banner .banner-caption .caption-title {
          color: #fff;
          margin-top: 0;
          margin-bottom: 20px;
          font-size: 30px; } }
      @media (min-width: 801px) {
        .main-banner .banner-caption .caption-title {
          font-size: 48px;
          max-width: 480px;
          line-height: 1.1; } }
      @media (min-width: 1261px) {
        .main-banner .banner-caption .caption-title {
          font-size: 65px; } }
      .main-banner .banner-caption .caption-title.larger-title {
        font-size: 26px; }
        @media (max-width: 374px) {
          .main-banner .banner-caption .caption-title.larger-title {
            font-size: 24px; } }
        @media (min-width: 551px) {
          .main-banner .banner-caption .caption-title.larger-title {
            font-size: 30px; } }
        @media (min-width: 801px) {
          .main-banner .banner-caption .caption-title.larger-title {
            font-size: 48px;
            max-width: 800px; } }
        @media (min-width: 1261px) {
          .main-banner .banner-caption .caption-title.larger-title {
            font-size: 65px; } }
      .main-banner .banner-caption .caption-title.full-caption-title {
        max-width: 100%; }
    .main-banner .banner-caption .caption-description {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (min-width: 551px) {
        .main-banner .banner-caption .caption-description {
          display: block; } }
      @media (min-width: 801px) {
        .main-banner .banner-caption .caption-description {
          font-size: 24px;
          margin-bottom: 40px; } }
      @media (min-width: 1261px) {
        .main-banner .banner-caption .caption-description {
          font-size: 35px; } }
      .main-banner .banner-caption .caption-description.larger-description {
        font-size: 16px; }
        @media (min-width: 801px) {
          .main-banner .banner-caption .caption-description.larger-description {
            font-size: 24px; } }
        @media (min-width: 1261px) {
          .main-banner .banner-caption .caption-description.larger-description {
            font-size: 35px; } }
      .main-banner .banner-caption .caption-description img {
        display: none; }
      .main-banner .banner-caption .caption-description img.cat-thumb-image {
        opacity: 0; }
      .main-banner .banner-caption .caption-description p.bg_banner {
        margin: 0; }
  .main-banner .button {
    min-width: 175px;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .main-banner .button {
        font-size: 18px;
        padding: 15px 32px; } }
  @media (min-width: 551px) {
    .main-banner .mobile-video {
      display: none; } }
  .main-banner .mobile-video iframe {
    border-radius: 0; }
  .main-banner .desktop-video {
    display: none; }
    @media (min-width: 551px) {
      .main-banner .desktop-video {
        display: block; } }

.custom-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3; }
  @media (min-width: 801px) {
    .custom-heading {
      font-size: 34px;
      margin-bottom: 50px; } }
  .custom-heading.text-left {
    text-align: left; }
  .custom-heading.margin-zero {
    margin-bottom: 0; }
  .custom-heading.margin-top-zero {
    margin-top: 0; }
  .custom-heading.larger-heading {
    font-size: 30px; }
    @media (min-width: 801px) {
      .custom-heading.larger-heading {
        font-size: 48px; } }
  .custom-heading.mar-bot-xl {
    margin-bottom: 50px; }
    @media (min-width: 801px) {
      .custom-heading.mar-bot-xl {
        margin-bottom: 100px; } }
  .custom-heading.mar-bot-sm {
    margin-bottom: 15px; }
    @media (min-width: 801px) {
      .custom-heading.mar-bot-sm {
        margin-bottom: 20px; } }
  .custom-heading.bod_overlay {
    position: relative; }
    .custom-heading.bod_overlay span {
      background: #fff;
      position: relative;
      padding-right: 20px; }
      @media (min-width: 801px) {
        .custom-heading.bod_overlay span {
          padding-right: 50px; } }
    .custom-heading.bod_overlay::before {
      content: '';
      height: 1px;
      width: 100%;
      background: #accfb0;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0%, -50%); }
    .custom-heading.bod_overlay.left-space span {
      padding-left: 15px; }
      @media (min-width: 801px) {
        .custom-heading.bod_overlay.left-space span {
          padding-left: 50px; } }
      @media (min-width: 1261px) {
        .custom-heading.bod_overlay.left-space span {
          padding-left: 100px; } }

.main-title .custom-heading {
  text-align: center;
  margin-top: 0; }

.padding-xs {
  padding: 10px 0; }
  @media (min-width: 801px) {
    .padding-xs {
      padding: 15px 0; } }

.padding-sm {
  padding: 15px 0; }
  @media (min-width: 801px) {
    .padding-sm {
      padding: 24px 0; } }

.padding-md {
  padding: 30px 0; }
  @media (min-width: 801px) {
    .padding-md {
      padding: 50px 0; } }

.padding-lg {
  padding: 30px 0; }
  @media (min-width: 801px) {
    .padding-lg {
      padding: 75px 0; } }

.padding-top-xs {
  padding-top: 10px; }
  @media (min-width: 801px) {
    .padding-top-xs {
      padding-top: 15px; } }

.pad-top-sm {
  padding-top: 20px; }
  @media (min-width: 801px) {
    .pad-top-sm {
      padding-top: 30px; } }

.pad-top-md {
  padding-top: 30px; }
  @media (min-width: 801px) {
    .pad-top-md {
      padding-top: 50px; } }

.pad-top-lg {
  padding-top: 50px; }
  @media (min-width: 801px) {
    .pad-top-lg {
      padding-top: 75px; } }
  @media (max-width: 560px) {
    .pad-top-lg.pad-top-lg-zero {
      padding-top: 0; } }

.pad-bot-sm {
  padding-bottom: 20px; }
  @media (min-width: 801px) {
    .pad-bot-sm {
      padding-bottom: 30px; } }

.pad-bot-md {
  padding-bottom: 30px; }
  @media (min-width: 801px) {
    .pad-bot-md {
      padding-bottom: 50px; } }

.pad-bot-lg {
  padding-bottom: 50px; }
  @media (min-width: 801px) {
    .pad-bot-lg {
      padding-bottom: 80px; } }

.pad-bot-xl {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .pad-bot-xl {
      padding-bottom: 80px; } }
  @media (min-width: 801px) {
    .pad-bot-xl {
      padding-bottom: 120px; } }

.pad-left-sm {
  padding-left: 15px; }
  @media (min-width: 801px) {
    .pad-left-sm {
      padding-left: 50px; } }

.pad-left-md {
  padding-left: 30px; }
  @media (min-width: 801px) {
    .pad-left-md {
      padding-left: 75px; } }

.pad-left-lg {
  padding-left: 30px; }
  @media (min-width: 801px) {
    .pad-left-lg {
      padding-left: 75px; } }
  @media (min-width: 1261px) {
    .pad-left-lg {
      padding-left: 100px; } }

.pad-right-lg {
  padding-right: 30px; }
  @media (min-width: 801px) {
    .pad-right-lg {
      padding-right: 75px; } }
  @media (min-width: 1261px) {
    .pad-right-lg {
      padding-right: 100px; } }

.pad-left-zero {
  padding-left: 0; }

.pad-right-zero {
  padding-right: 0; }

.bg-graylight {
  background: #f4f4f4; }

.bg-green {
  background: #accfb0; }
  .bg-green a:hover, .bg-green a:focus {
    color: #fff; }

.text_white {
  color: #fff; }
  .text_white h1, .text_white h2, .text_white h3, .text_white h4, .text_white h5, .text_white h6 {
    color: #fff; }
  .text_white p, .text_white span {
    color: #fff; }

.border-radius {
  border-radius: 10px; }

.align-items-lg-center {
  align-items: center; }

@media (min-width: 1800px) {
  .larger-align-items {
    align-items: center; } }

.justify-content-center {
  justify-content: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-justify p {
  text-align: justify; }

.mar_b {
  margin-bottom: 30px; }

.mar-bot-xm {
  margin-bottom: 10px; }

.mar-bot-lg {
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .mar-bot-lg {
      margin-bottom: 50px; } }

.mar-top-md {
  margin-top: 30px; }
  @media (min-width: 801px) {
    .mar-top-md {
      margin-top: 50px; } }

@media (min-width: 1261px) {
  .max-92 {
    margin: auto;
    display: block;
    max-width: 1270px; } }

@media (min-width: 801px) {
  .max-90 {
    margin: auto;
    display: block;
    max-width: 90%; } }

@media (min-width: 801px) {
  .max-75 {
    margin: auto;
    display: block;
    max-width: 75%; } }

@media (min-width: 801px) {
  .max-60 {
    margin: auto;
    display: block;
    max-width: 828px; } }

@media (min-width: 801px) {
  .max-818 {
    margin: auto;
    display: block;
    max-width: 818px; } }

@media (min-width: 801px) {
  .max-1022 {
    margin: auto;
    display: block;
    max-width: 1022px; } }

@media (min-width: 801px) {
  .max-980 {
    margin: auto;
    display: block;
    max-width: 980px; } }

@media (min-width: 801px) {
  .max-375 {
    margin: auto;
    display: block;
    max-width: 375px; } }

.read-btn {
  font-size: 17px;
  color: #373737;
  font-weight: 400;
  text-decoration: none; }
  .read-btn:hover {
    color: #accfb0; }
  .read-btn:after {
    content: '';
    margin-left: 15px;
    display: inline-block;
    width: 34px;
    height: 13px;
    vertical-align: middle;
    background: url(../img/read-more-icon.png) no-repeat; }

.links-btn {
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
  text-decoration: none;
  padding: 3px 15px 3px 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: none; }
  .links-btn:hover {
    color: #accfb0; }
  .links-btn::after {
    content: '';
    height: 7px;
    width: 100%;
    background: url(../img/btn-bg.png) no-repeat left center;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0; }

.icons {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: transparent;
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .icons {
      width: 78px;
      height: 78px; } }
  .icons.icons1 {
    background: url(../img/Craftsmanship-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons1 {
        background-size: inherit; } }
  .icons.icons2 {
    background: url(../img/Sustainability-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons2 {
        background-size: inherit; } }
  .icons.icons3 {
    background: url(../img/Innovation-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons3 {
        background-size: inherit; } }
  .icons.icons4 {
    background: url(../img/Customer-Service-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons4 {
        background-size: 95%; } }
  .icons.icons5 {
    background: url(../img/quality-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons5 {
        background-size: inherit; } }
  .icons.icons6 {
    background: url(../img/Sustainability-icon.png) no-repeat;
    background-size: 50px; }
    @media (min-width: 801px) {
      .icons.icons6 {
        background-size: inherit; } }
  .icons.icons7 {
    background: url(../img/Expert-Craftsmanship-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons7 {
        background-size: inherit; } }
  .icons.icons8 {
    background: url(../img/Fast-Turnaround-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons8 {
        background-size: 100%; } }
  .icons.icons9 {
    background: url(../img/Tailored-to-You-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons9 {
        background-size: inherit; } }
  .icons.icons10 {
    background: url(../img/industry-responsibility-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons10 {
        background-size: 98%; } }
  .icons.icons11 {
    background: url(../img/quality-ethics-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons11 {
        background-size: inherit; } }
  .icons.icons12 {
    background: url(../img/long-term-impact-icon.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons12 {
        background-size: inherit; } }
  .icons.icons13 {
    background: url(../img/icon12.svg) no-repeat;
    background-size: 118px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons13 {
        background-size: 178px; } }
  .icons.icons14 {
    background: url(../img/icon13.svg) no-repeat;
    background-size: 118px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons14 {
        background-size: 178px; } }
  .icons.icons15 {
    background: url(../img/icon1.svg) no-repeat;
    background-size: 118px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons15 {
        background-size: 178px; } }
  .icons.icons16 {
    background: url(../img/icon3.svg) no-repeat;
    background-size: 110px;
    background-position: 50% 43%; }
    @media (min-width: 801px) {
      .icons.icons16 {
        background-size: 150px;
        background-position: 50% 35%; } }
  .icons.icons17 {
    background: url(../img/standard-delivery-icon2.svg) no-repeat;
    background-size: 150px;
    background-position: 57% 50%; }
    @media (min-width: 1261px) {
      .icons.icons17 {
        background-size: 150px; } }
  .icons.icons18 {
    background: url(../img/1.png) no-repeat;
    background-size: 65px;
    background-position: center; }
  .icons.icons19 {
    background: url(../img/2.png) no-repeat center center;
    background-size: 65px; }
  .icons.icons20 {
    background: url(../img/3.png) no-repeat center center;
    background-size: 65px; }
  .icons.icons21 {
    background: url(../img/icon3.svg) no-repeat;
    background-size: 95px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons21 {
        background-size: 152px; } }
  .icons.icons22 {
    background: url(../img/icons22.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons22 {
        background-size: 100%; } }
  .icons.icons23 {
    background: url(../img/icons23.png) no-repeat;
    background-size: 50px;
    background-position: center; }
    @media (min-width: 801px) {
      .icons.icons23 {
        background-size: 100%; } }

iframe {
  width: 100%;
  border: none;
  border-radius: 10px; }

.click-popup .thum-box {
  position: relative;
  max-width: 218px;
  margin: auto; }
  .click-popup .thum-box:before {
    content: '';
    display: inline-block;
    height: 60px;
    width: 60px;
    background: url(../img/slick-next-icon.png) no-repeat center center;
    position: absolute;
    bottom: 25px;
    right: 25px;
    cursor: pointer; }

.click-popup img {
  cursor: pointer; }

.click-popup.intro-box .thum-box {
  max-width: 100%; }

.contact-info .info-link {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px; }
  .contact-info .info-link:last-child {
    padding-bottom: 0; }
  .contact-info .info-link a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block; }
    .contact-info .info-link a.email-info:before {
      content: '';
      background: url(../img/email-icon.png) no-repeat center;
      width: 37px;
      height: 30px;
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle; }
    .contact-info .info-link a.phone-info:before {
      content: '';
      background: url(../img/phone-icon.png) no-repeat;
      width: 37px;
      height: 30px;
      display: inline-block;
      margin-right: 15px;
      vertical-align: bottom; }
  .contact-info .info-link p {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #101623;
    padding-left: 52px; }
    .contact-info .info-link p.address-info:before {
      content: '';
      background: url(../img/map-icon.png) no-repeat;
      width: 37px;
      height: 30px;
      display: inline-block;
      margin-right: 15px;
      vertical-align: bottom;
      position: absolute;
      left: 0; }

.wrapper-content-info {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding: 30px 0; }
  @media (min-width: 801px) {
    .wrapper-content-info {
      padding: 50px 0; } }
  @media (min-width: 801px) {
    .wrapper-content-info.pad-top-lg {
      padding-top: 75px; } }
  @media (min-width: 801px) {
    .wrapper-content-info.pad-bot-lg {
      padding-bottom: 75px; } }
  .wrapper-content-info.pad-left-zero {
    padding-left: 0; }
  .wrapper-content-info.pad-right-zero {
    padding-right: 0; }
  .wrapper-content-info.pad-bottom-zero {
    padding-bottom: 0; }
  .wrapper-content-info.padding-sm {
    padding: 15px 0; }
    @media (min-width: 801px) {
      .wrapper-content-info.padding-sm {
        padding: 24px 0; } }
  @media (min-width: 801px) {
    .wrapper-content-info.max-60 {
      margin: auto;
      display: block;
      max-width: 900px; } }
  .wrapper-content-info.small-font p {
    font-size: 16px; }
    @media (min-width: 801px) {
      .wrapper-content-info.small-font p {
        font-size: 18px; } }
  .wrapper-content-info p {
    font-size: 18px; }
    @media (min-width: 801px) {
      .wrapper-content-info p {
        font-size: 18px;
        margin-bottom: 30px; } }
    .wrapper-content-info p.margin-zero {
      margin-bottom: 0; }
    .wrapper-content-info p:last-child {
      margin-bottom: 0; }
  .wrapper-content-info h5 {
    margin-top: 0;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 20px; }
    @media (min-width: 801px) {
      .wrapper-content-info h5 {
        font-size: 20px;
        margin-bottom: 35px; } }
  @media (min-width: 801px) {
    .wrapper-content-info.testimonial_info {
      max-width: 1150px; } }
  .wrapper-content-info.testimonial_info img {
    margin-bottom: 15px; }
  @media (min-width: 801px) {
    .wrapper-content-info.testimonial_info p {
      margin-bottom: 15px;
      font-size: 18px; } }
  .wrapper-content-info.testimonial_info .max-990 {
    margin: auto;
    max-width: 990px; }
    .wrapper-content-info.testimonial_info .max-990 p {
      max-width: 990px; }
  .wrapper-content-info.testimonial_info .max-1150 {
    margin: auto;
    max-width: 1050px; }
    .wrapper-content-info.testimonial_info .max-1150 .caption-wrapper p {
      max-width: 730px; }
  @media (min-width: 801px) {
    .wrapper-content-info.max-90 {
      margin: auto;
      display: block;
      max-width: 90%; } }
  @media (min-width: 801px) {
    .wrapper-content-info.max-1022 {
      margin: auto;
      display: block;
      max-width: 1022px; } }
  @media (min-width: 801px) {
    .wrapper-content-info.max-1150 {
      margin: auto;
      display: block;
      max-width: 1150px; } }
  .wrapper-content-info.mar-top-md {
    margin-top: 30px; }
    @media (min-width: 801px) {
      .wrapper-content-info.mar-top-md {
        margin-top: 50px; } }
  .wrapper-content-info .caption-wrapper {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 100%;
    padding: 30px; }
    @media (min-width: 801px) {
      .wrapper-content-info .caption-wrapper {
        padding: 50px; } }
    .wrapper-content-info .caption-wrapper.pad-left-lg {
      padding-left: 30px; }
      @media (min-width: 801px) {
        .wrapper-content-info .caption-wrapper.pad-left-lg {
          padding-left: 75px; } }
      @media (min-width: 1261px) {
        .wrapper-content-info .caption-wrapper.pad-left-lg {
          padding-left: 100px; } }
    .wrapper-content-info .caption-wrapper.pad-right-lg {
      padding-right: 30px; }
      @media (min-width: 801px) {
        .wrapper-content-info .caption-wrapper.pad-right-lg {
          padding-right: 75px; } }
      @media (min-width: 1261px) {
        .wrapper-content-info .caption-wrapper.pad-right-lg {
          padding-right: 100px; } }
    @media (min-width: 801px) {
      .wrapper-content-info .caption-wrapper.max-818 {
        margin: auto;
        display: block;
        max-width: 818px; } }
  .wrapper-content-info .user-thum {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 801px) {
      .wrapper-content-info .user-thum {
        width: 218px;
        height: 218px;
        overflow: hidden;
        border-radius: 100%;
        display: inline-block; } }
    .wrapper-content-info .user-thum + .caption-wrapper {
      width: calc(100% - 154px);
      padding: 15px 0 15px 15px;
      vertical-align: middle;
      display: inline-block; }
      @media (min-width: 801px) {
        .wrapper-content-info .user-thum + .caption-wrapper {
          display: inline-block;
          padding: 50px;
          width: calc(100% - 222px); } }

.wrapper-content {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding: 30px 0; }
  @media (min-width: 801px) {
    .wrapper-content {
      padding: 50px 0; } }
  .wrapper-content p, .wrapper-content ul li {
    font-size: 18px; }
  .wrapper-content h1, .wrapper-content h2, .wrapper-content h3, .wrapper-content h4, .wrapper-content h5, .wrapper-content h6 {
    font-weight: 700;
    color: #373737; }
  .wrapper-content h3 {
    margin-bottom: 1.5rem;
    margin-top: 0; }
  .wrapper-content .margin-zero {
    margin-bottom: 0; }

.flex-box {
  display: flex;
  flex-wrap: wrap; }
  .flex-box .col-md-6 {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 801px) {
      .flex-box .col-md-6 {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 0; } }
    .flex-box .col-md-6:last-child {
      margin-bottom: 0; }
  .flex-box img {
    margin-bottom: 15px; }

.discover-brand {
  display: inline-block;
  width: 100%; }
  @media (min-width: 801px) {
    .discover-brand {
      padding: 30px 0; } }
  .discover-brand ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    margin: 0 -15px;
    justify-content: center; }
    .discover-brand ul li {
      list-style: none;
      width: 33.333%;
      display: inline-block;
      padding: 0 15px;
      text-align: center; }
      @media (min-width: 551px) {
        .discover-brand ul li {
          width: 25%; } }
      @media (min-width: 801px) {
        .discover-brand ul li {
          width: 16.666%; } }
      .discover-brand ul li img {
        max-width: 95%; }
      .discover-brand ul li.small-logo img {
        max-width: 65%; }

.category-info-section, .category-info-section1 {
  display: inline-block;
  width: 100%; }
  .category-info-section .category-info, .category-info-section1 .category-info {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    margin: 0 -15px 0 0; }
    @media (min-width: 1261px) {
      .category-info-section .category-info, .category-info-section1 .category-info {
        flex-wrap: wrap;
        gap: 30px;
        margin: 0; } }
    .category-info-section .category-info::-webkit-scrollbar, .category-info-section1 .category-info::-webkit-scrollbar {
      display: none; }
    .category-info-section .category-info .intro-box, .category-info-section1 .category-info .intro-box {
      flex: 0 0 80%;
      max-width: 80%;
      scroll-snap-align: center; }
      @media (min-width: 551px) {
        .category-info-section .category-info .intro-box, .category-info-section1 .category-info .intro-box {
          flex: 0 0 40%;
          max-width: 40%; } }
      @media (min-width: 801px) {
        .category-info-section .category-info .intro-box, .category-info-section1 .category-info .intro-box {
          flex: 0 0 30%;
          max-width: 30%; } }
      @media (min-width: 1261px) {
        .category-info-section .category-info .intro-box, .category-info-section1 .category-info .intro-box {
          flex: 1 1 calc((100% - 90px) / 4);
          max-width: calc((100% - 90px) / 4); } }
      .category-info-section .category-info .intro-box .title, .category-info-section1 .category-info .intro-box .title {
        font-size: 26px;
        margin-top: 15px;
        line-height: 1; }
      .category-info-section .category-info .intro-box:hover .wpb_wrapper, .category-info-section1 .category-info .intro-box:hover .wpb_wrapper {
        position: relative; }
        .category-info-section .category-info .intro-box:hover .wpb_wrapper:before, .category-info-section1 .category-info .intro-box:hover .wpb_wrapper:before {
          background: linear-gradient(rgba(84, 84, 84, 0) 10%, #000 120%, #000 100%); }
      .category-info-section .category-info .intro-box .wpb_wrapper, .category-info-section1 .category-info .intro-box .wpb_wrapper {
        position: relative; }
        .category-info-section .category-info .intro-box .wpb_wrapper:before, .category-info-section1 .category-info .intro-box .wpb_wrapper:before {
          content: '';
          width: 100%;
          height: 100%;
          display: inline-block;
          position: absolute;
          background: linear-gradient(rgba(84, 84, 84, 0) 60%, #000 120%, #000 100%);
          border-radius: 10px; }
        .category-info-section .category-info .intro-box .wpb_wrapper.thum-box:before, .category-info-section1 .category-info .intro-box .wpb_wrapper.thum-box:before {
          left: 0;
          bottom: 0; }
      .category-info-section .category-info .intro-box img, .category-info-section1 .category-info .intro-box img {
        border-radius: 10px; }
      .category-info-section .category-info .intro-box .infobox-content, .category-info-section1 .category-info .intro-box .infobox-content {
        position: absolute;
        bottom: 0;
        padding: 0 15px;
        width: 100%; }
        .category-info-section .category-info .intro-box .infobox-content h4, .category-info-section1 .category-info .intro-box .infobox-content h4 {
          color: #fff;
          font-size: 26px;
          margin: 0; }
        .category-info-section .category-info .intro-box .infobox-content p, .category-info-section1 .category-info .intro-box .infobox-content p {
          color: #fff;
          font-size: 16px;
          margin-bottom: 10px; }
      .category-info-section .category-info .intro-box .cat-link, .category-info-section1 .category-info .intro-box .cat-link {
        display: none;
        width: 100%;
        margin: 15px 0 0; }
        .category-info-section .category-info .intro-box .cat-link .links-btn, .category-info-section1 .category-info .intro-box .cat-link .links-btn {
          margin-left: 15px; }
  .category-info-section .wrapper-content-info, .category-info-section1 .wrapper-content-info {
    padding-top: 0; }

.team-info-section {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  @media (min-width: 801px) {
    .team-info-section.max-90 {
      margin: auto;
      display: block;
      max-width: 90%; } }
  .team-info-section .team-info-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #f4f4f4;
    border-radius: 10px; }
    .team-info-section .team-info-item.bg-none {
      background: transparent; }
    .team-info-section .team-info-item.box-info-item {
      padding: 50px 15px; }
      @media (min-width: 801px) {
        .team-info-section .team-info-item.box-info-item {
          padding: 75px 35px; } }
    @media (min-width: 801px) {
      .team-info-section .team-info-item.row {
        margin: 0 -15px; } }
    @media (min-width: 801px) {
      .team-info-section .team-info-item.row .col-lg-6 {
        padding: 0 15px; } }
    .team-info-section .team-info-item.row .team-item {
      margin-bottom: 30px; }
      .team-info-section .team-info-item.row .team-item:last-child {
        margin-bottom: 0; }
  .team-info-section .team-item {
    border-radius: 10px;
    margin: 0; }
    @media (min-width: 801px) {
      .team-info-section .team-item {
        margin: 0; } }
    .team-info-section .team-item.mobile-order {
      order: 1; }
      @media (min-width: 801px) {
        .team-info-section .team-item.mobile-order {
          order: inherit; } }
    .team-info-section .team-item.mar-bot-lg {
      margin-bottom: 30px; }
      @media (min-width: 801px) {
        .team-info-section .team-item.mar-bot-lg {
          margin-bottom: 50px; } }
    .team-info-section .team-item:last-child.mar-bot-lg {
      margin-bottom: 0; }
    @media (min-width: 801px) {
      .team-info-section .team-item:nth-last-child(2).mar-bot-lg {
        margin-bottom: 0; } }
    .team-info-section .team-item.col-lg-12 {
      position: relative;
      width: 100%; }
    .team-info-section .team-item.col-lg-6 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-6 {
          width: 50%; } }
    .team-info-section .team-item.col-lg-8 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-8 {
          width: 60%; } }
    .team-info-section .team-item.col-lg-4 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-4 {
          width: 40%; } }
    .team-info-section .team-item.col-lg-45 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-45 {
          width: 40%; } }
    .team-info-section .team-item.col-lg-7 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-7 {
          width: 53.666%; } }
    .team-info-section .team-item.col-lg-5 {
      width: 100%; }
      @media (min-width: 801px) {
        .team-info-section .team-item.col-lg-5 {
          width: 46.334%; } }
    .team-info-section .team-item.bg-boxes {
      background: #f4f4f4; }
  .team-info-section img {
    border-radius: 10px 10px 0 0; }
    @media (min-width: 801px) {
      .team-info-section img {
        border-radius: 10px 0 0 10px; } }
    .team-info-section img.border-radius {
      border-radius: 10px; }
  .team-info-section .thum-full {
    width: 100%; }
  .team-info-section iframe {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px; }
  .team-info-section ul li {
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 801px) {
      .team-info-section ul li {
        font-size: 18px; } }
    .team-info-section ul li:last-child {
      margin-bottom: 0; }
  .team-info-section .team-caption {
    position: relative;
    z-index: 1;
    padding: 30px 15px; }
    @media (min-width: 801px) {
      .team-info-section .team-caption {
        padding: 30px 30px; } }
    .team-info-section .team-caption.pad-bt-lg {
      padding-bottom: 50px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption.pad-bt-lg {
          padding-bottom: 50px; } }
    .team-info-section .team-caption p {
      font-size: 16px;
      max-width: 100%;
      margin: 0 auto 20px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption p {
          font-size: 18px;
          margin-bottom: 35px; } }
      @media (min-width: 1261px) {
        .team-info-section .team-caption p {
          max-width: 320px; } }
      .team-info-section .team-caption p:last-child {
        margin-bottom: 0; }
    .team-info-section .team-caption.small-font p {
      font-size: 16px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption.small-font p {
          font-size: 18px; } }
    .team-info-section .team-caption.font-italic p {
      font-style: italic; }
    .team-info-section .team-caption.font-italic h2, .team-info-section .team-caption.font-italic h3 {
      font-style: italic; }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.max-50 p {
        max-width: 355px; } }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.max-80 p {
        max-width: 828px; } }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.max-495 p {
        max-width: 495px; } }
    .team-info-section .team-caption .custom-heading {
      margin-top: 0; }
      @media (min-width: 801px) {
        .team-info-section .team-caption .custom-heading {
          margin-bottom: 35px; } }
      .team-info-section .team-caption .custom-heading.margin-zero {
        margin-bottom: 0; }
    .team-info-section .team-caption h3 {
      margin-top: 0;
      font-size: 20px;
      margin-bottom: 20px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption h3 {
          font-size: 35px;
          margin-bottom: 35px; } }
    .team-info-section .team-caption h4 {
      margin-top: 0;
      font-size: 18px;
      line-height: 1.1;
      margin-bottom: 10px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption h4 {
          font-size: 24px;
          margin-bottom: 10px; } }
      .team-info-section .team-caption h4.mar-bot-md {
        margin-bottom: 30px; }
    .team-info-section .team-caption h5 {
      margin-top: 0;
      text-transform: inherit;
      font-size: 18px;
      margin-bottom: 20px; }
      @media (min-width: 801px) {
        .team-info-section .team-caption h5 {
          font-size: 20px;
          margin-bottom: 35px; } }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.full-team-caption p {
        max-width: 100%; } }
    .team-info-section .team-caption.full-team-caption .custom-heading.larger-heading {
      font-weight: 500; }
      @media (min-width: 801px) {
        .team-info-section .team-caption.full-team-caption .custom-heading.larger-heading {
          line-height: 1.1;
          font-size: 47px; } }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.full-team-caption.max-580 h2, .team-info-section .team-caption.full-team-caption.max-580 h3, .team-info-section .team-caption.full-team-caption.max-580 h4, .team-info-section .team-caption.full-team-caption.max-580 h5, .team-info-section .team-caption.full-team-caption.max-580 p {
        max-width: 580px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1261px) {
      .team-info-section .team-caption.full-team-caption.max-530 h2, .team-info-section .team-caption.full-team-caption.max-530 h3, .team-info-section .team-caption.full-team-caption.max-530 h4, .team-info-section .team-caption.full-team-caption.max-530 h5, .team-info-section .team-caption.full-team-caption.max-530 p {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto; } }
    .team-info-section .team-caption.full-team-caption div.showthis {
      display: none; }
    .team-info-section .team-caption.full-team-caption a.clickerOpen {
      font-size: 1rem;
      font-weight: 500; }
    .team-info-section .team-caption.full-team-caption a.clickerClose {
      display: none;
      font-weight: 500; }
    @media (min-width: 801px) {
      .team-info-section .team-caption.pad-left-md2 {
        padding-left: 60px; } }
    @media (min-width: 801px) {
      .team-info-section .team-caption.pad-right-md2 {
        padding-right: 60px; } }
    @media (min-width: 801px) {
      .team-info-section .team-caption.pad-left-md {
        padding-left: 75px; } }
    @media (min-width: 801px) {
      .team-info-section .team-caption.pad-right-md {
        padding-right: 75px; } }
    .team-info-section .team-caption.pad-left-zero {
      padding-left: 0; }
    .team-info-section .team-caption.pad-top-zero {
      padding-top: 0; }
  .team-info-section [data-layout-name="Layout"] {
    border-radius: 10px; }
  .team-info-section #sd-image-bd68e4f5-2195-4182-82de-8bb2b991fedd {
    border-radius: 0 0 10px 10px; }
    @media (min-width: 801px) {
      .team-info-section #sd-image-bd68e4f5-2195-4182-82de-8bb2b991fedd {
        border-radius: 0 10px 10px 0; } }
  .team-info-section #sd-image-d44423be-4c63-48eb-8831-bac46f924c0f {
    border-radius: 10px 10px 0 0; }
    @media (min-width: 801px) {
      .team-info-section #sd-image-d44423be-4c63-48eb-8831-bac46f924c0f {
        border-radius: 10px 0 0 10px; } }
  .team-info-section #sd-image-d64bbe3d-99cc-4819-b4eb-297d7eb62f83 {
    border-radius: 10px 10px 0 0; }
  .team-info-section #sd-image-e959ee93-d14d-41c1-943d-fe20ffa3cd79 {
    border-radius: 10px 10px 0 0; }
    @media (min-width: 801px) {
      .team-info-section #sd-image-e959ee93-d14d-41c1-943d-fe20ffa3cd79 {
        border-radius: 10px 0 0 10px; } }
  .team-info-section.contact-info-section .team-info-item.box-info-item {
    padding: 30px 15px; }
    @media (min-width: 801px) {
      .team-info-section.contact-info-section .team-info-item.box-info-item {
        padding: 50px 35px; } }
  .team-info-section.contact-info-section .team-info-item .team-item p {
    font-weight: 500; }
  .team-info-section.contact-info-section .team-info-item .caption-title {
    margin-top: 0;
    margin-bottom: 10px; }
  @media (min-width: 801px) {
    .team-info-section .partners-slider-item .team-info-item {
      padding: 20px 30px; } }
  @media (min-width: 1261px) {
    .team-info-section .partners-slider-item .team-info-item {
      padding: 30px 50px; } }
  .team-info-section .partners-slider-item .team-info-item img {
    margin: auto;
    max-width: 85%; }
  .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h1, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h2, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h3, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h4, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h5, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green h5, .team-info-section.contactUs-info-section .team-info-item .team-item .bg-green p {
    color: #101623; }
  .team-info-section.quality-info-section .team-info-item.box-info-item {
    padding: 30px 15px; }
    @media (min-width: 801px) {
      .team-info-section.quality-info-section .team-info-item.box-info-item {
        padding: 50px 35px; } }
  .team-info-section.quality-info-section .team-info-item .caption-title {
    margin-top: 0;
    margin-bottom: 10px; }
  @media (min-width: 801px) {
    .team-info-section.quality-info-section .team-info-item .team-caption {
      padding-left: 0;
      padding-right: 50px; } }

@media (min-width: 801px) {
  .csscolumns .home-recent-posts .blogGrid--maxCol2 {
    padding-left: 0;
    padding-right: 0; } }

.csscolumns .home-recent-posts .blogGridPost {
  flex: 0 0 80%;
  max-width: 80%;
  scroll-snap-align: center;
  padding: 0;
  margin-right: 15px; }
  @media (min-width: 551px) {
    .csscolumns .home-recent-posts .blogGridPost {
      flex: 1 1 calc((100% - 15px) / 2);
      max-width: calc((100% - 15px) / 2);
      margin: 0; } }
  @media (min-width: 1261px) {
    .csscolumns .home-recent-posts .blogGridPost {
      flex: 1 1 calc((100% - 30px) / 2);
      max-width: calc((100% - 30px) / 2); } }

@media (min-width: 801px) {
  .csscolumns .home-recent-posts .blogGrid {
    width: auto;
    float: none; } }

.csscolumns .home-recent-posts .blogGrid .blogGridPost figure {
  margin-top: 0; }
  .csscolumns .home-recent-posts .blogGrid .blogGridPost figure img {
    width: 100%;
    border-radius: 10px; }

.home-recent-posts .blogGrid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -15px 0 0; }
  @media (min-width: 551px) {
    .home-recent-posts .blogGrid {
      flex-wrap: wrap;
      margin: 0;
      gap: 15px; } }
  @media (min-width: 1261px) {
    .home-recent-posts .blogGrid {
      gap: 30px; } }
  .home-recent-posts .blogGrid::-webkit-scrollbar {
    display: none; }
  .home-recent-posts .blogGrid .blogGridPost article {
    text-align: left; }

.home-recent-posts .blog-grid-date {
  display: none; }

.home-recent-posts .grid-post-body h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500; }
  @media (min-width: 801px) {
    .home-recent-posts .grid-post-body h4 {
      font-size: 35px; } }

.home-recent-posts .grid-post-body p {
  font-size: 18px;
  line-height: 1.5;
  font-style: italic; }
  @media (min-width: 801px) {
    .home-recent-posts .grid-post-body p {
      font-size: 18px; } }

#removeEmbroideryTrigger {
  margin-left: 0;
  display: inline-block; }
  @media (min-width: 551px) {
    #removeEmbroideryTrigger {
      margin-left: 20px; } }

.page_body_page, .page_body_category, .page_body_product, .page_body_page_contact_form {
  margin-top: 0; }
  .page_body_page h1.page-heading, .page_body_category h1.page-heading, .page_body_product h1.page-heading, .page_body_page_contact_form h1.page-heading {
    display: none; }
  .page_body_page > .container, .page_body_category > .container, .page_body_product > .container, .page_body_page_contact_form > .container {
    max-width: 100%;
    padding: 0; }
  .page_body_page .breadcrumbs, .page_body_category .breadcrumbs, .page_body_product .breadcrumbs, .page_body_page_contact_form .breadcrumbs {
    display: none; }
  .page_body_page .page, .page_body_category .page, .page_body_product .page, .page_body_page_contact_form .page {
    margin: 0; }
  .page_body_page .page-content, .page_body_page .page-content--full, .page_body_category .page-content, .page_body_category .page-content--full, .page_body_product .page-content, .page_body_product .page-content--full, .page_body_page_contact_form .page-content, .page_body_page_contact_form .page-content--full {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 801px) {
    .page_body_page .main-banner .banner-caption, .page_body_category .main-banner .banner-caption, .page_body_product .main-banner .banner-caption, .page_body_page_contact_form .main-banner .banner-caption {
      top: 74%;
      transform: translate(0%, -74%); } }

.page_body_blog, .page_body_blog_post {
  margin-top: 0; }
  .page_body_blog .page, .page_body_blog_post .page {
    margin: 0; }
  .page_body_blog .breadcrumbs, .page_body_blog_post .breadcrumbs {
    display: none; }

.page_body_blog .page-heading {
  text-align: center;
  margin-top: 20px; }

.page_body_blog_post > .container {
  max-width: 100%;
  padding: 0; }

.page_body_blog_post .main-banner {
  display: none; }
  .page_body_blog_post .main-banner img {
    object-position: top; }

.page_type_getnewpassword .page-heading {
  margin-top: 20px; }

.page_type_cart .header, .page_type_login .header, .page_type_createaccount .header, .page_type_forgotpassword .header, .page_type_getnewpassword .header, .page_type_search .header, .page_type_newsletter_subscribe .header, .page_type_blog .header, .page_type_account_orderstatus .header, .page_type_account_inbox .header, .page_type_account_addressbook .header, .page_type_account_recentitems .header, .page_type_editaccount .header, .page_type_account_returns .header, .page_type_wishlists .header, .page_type_404 .header, .page_type_wishlist .header, .page_type_blog_post .header, .page_type_31 .header,
.page_type_32 .header, .page_type_33 .header, .page_type_34 .header, .page_type_37 .header {
  background-color: #fff; }
  .page_type_cart .header .header-logo-image, .page_type_login .header .header-logo-image, .page_type_createaccount .header .header-logo-image, .page_type_forgotpassword .header .header-logo-image, .page_type_getnewpassword .header .header-logo-image, .page_type_search .header .header-logo-image, .page_type_newsletter_subscribe .header .header-logo-image, .page_type_blog .header .header-logo-image, .page_type_account_orderstatus .header .header-logo-image, .page_type_account_inbox .header .header-logo-image, .page_type_account_addressbook .header .header-logo-image, .page_type_account_recentitems .header .header-logo-image, .page_type_editaccount .header .header-logo-image, .page_type_account_returns .header .header-logo-image, .page_type_wishlists .header .header-logo-image, .page_type_404 .header .header-logo-image, .page_type_wishlist .header .header-logo-image, .page_type_blog_post .header .header-logo-image, .page_type_31 .header .header-logo-image,
  .page_type_32 .header .header-logo-image, .page_type_33 .header .header-logo-image, .page_type_34 .header .header-logo-image, .page_type_37 .header .header-logo-image {
    filter: brightness(0.2); }
  .page_type_cart .header .navPages-action, .page_type_login .header .navPages-action, .page_type_createaccount .header .navPages-action, .page_type_forgotpassword .header .navPages-action, .page_type_getnewpassword .header .navPages-action, .page_type_search .header .navPages-action, .page_type_newsletter_subscribe .header .navPages-action, .page_type_blog .header .navPages-action, .page_type_account_orderstatus .header .navPages-action, .page_type_account_inbox .header .navPages-action, .page_type_account_addressbook .header .navPages-action, .page_type_account_recentitems .header .navPages-action, .page_type_editaccount .header .navPages-action, .page_type_account_returns .header .navPages-action, .page_type_wishlists .header .navPages-action, .page_type_404 .header .navPages-action, .page_type_wishlist .header .navPages-action, .page_type_blog_post .header .navPages-action, .page_type_31 .header .navPages-action,
  .page_type_32 .header .navPages-action, .page_type_33 .header .navPages-action, .page_type_34 .header .navPages-action, .page_type_37 .header .navPages-action {
    color: #000; }
    .page_type_cart .header .navPages-action:hover, .page_type_login .header .navPages-action:hover, .page_type_createaccount .header .navPages-action:hover, .page_type_forgotpassword .header .navPages-action:hover, .page_type_getnewpassword .header .navPages-action:hover, .page_type_search .header .navPages-action:hover, .page_type_newsletter_subscribe .header .navPages-action:hover, .page_type_blog .header .navPages-action:hover, .page_type_account_orderstatus .header .navPages-action:hover, .page_type_account_inbox .header .navPages-action:hover, .page_type_account_addressbook .header .navPages-action:hover, .page_type_account_recentitems .header .navPages-action:hover, .page_type_editaccount .header .navPages-action:hover, .page_type_account_returns .header .navPages-action:hover, .page_type_wishlists .header .navPages-action:hover, .page_type_404 .header .navPages-action:hover, .page_type_wishlist .header .navPages-action:hover, .page_type_blog_post .header .navPages-action:hover, .page_type_31 .header .navPages-action:hover,
    .page_type_32 .header .navPages-action:hover, .page_type_33 .header .navPages-action:hover, .page_type_34 .header .navPages-action:hover, .page_type_37 .header .navPages-action:hover {
      color: #accfb0; }
      .page_type_cart .header .navPages-action:hover svg, .page_type_login .header .navPages-action:hover svg, .page_type_createaccount .header .navPages-action:hover svg, .page_type_forgotpassword .header .navPages-action:hover svg, .page_type_getnewpassword .header .navPages-action:hover svg, .page_type_search .header .navPages-action:hover svg, .page_type_newsletter_subscribe .header .navPages-action:hover svg, .page_type_blog .header .navPages-action:hover svg, .page_type_account_orderstatus .header .navPages-action:hover svg, .page_type_account_inbox .header .navPages-action:hover svg, .page_type_account_addressbook .header .navPages-action:hover svg, .page_type_account_recentitems .header .navPages-action:hover svg, .page_type_editaccount .header .navPages-action:hover svg, .page_type_account_returns .header .navPages-action:hover svg, .page_type_wishlists .header .navPages-action:hover svg, .page_type_404 .header .navPages-action:hover svg, .page_type_wishlist .header .navPages-action:hover svg, .page_type_blog_post .header .navPages-action:hover svg, .page_type_31 .header .navPages-action:hover svg,
      .page_type_32 .header .navPages-action:hover svg, .page_type_33 .header .navPages-action:hover svg, .page_type_34 .header .navPages-action:hover svg, .page_type_37 .header .navPages-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .page_type_cart .header .navPages-action svg, .page_type_login .header .navPages-action svg, .page_type_createaccount .header .navPages-action svg, .page_type_forgotpassword .header .navPages-action svg, .page_type_getnewpassword .header .navPages-action svg, .page_type_search .header .navPages-action svg, .page_type_newsletter_subscribe .header .navPages-action svg, .page_type_blog .header .navPages-action svg, .page_type_account_orderstatus .header .navPages-action svg, .page_type_account_inbox .header .navPages-action svg, .page_type_account_addressbook .header .navPages-action svg, .page_type_account_recentitems .header .navPages-action svg, .page_type_editaccount .header .navPages-action svg, .page_type_account_returns .header .navPages-action svg, .page_type_wishlists .header .navPages-action svg, .page_type_404 .header .navPages-action svg, .page_type_wishlist .header .navPages-action svg, .page_type_blog_post .header .navPages-action svg, .page_type_31 .header .navPages-action svg,
    .page_type_32 .header .navPages-action svg, .page_type_33 .header .navPages-action svg, .page_type_34 .header .navPages-action svg, .page_type_37 .header .navPages-action svg {
      fill: #000;
      stroke: #000; }
      .page_type_cart .header .navPages-action svg:hover, .page_type_login .header .navPages-action svg:hover, .page_type_createaccount .header .navPages-action svg:hover, .page_type_forgotpassword .header .navPages-action svg:hover, .page_type_getnewpassword .header .navPages-action svg:hover, .page_type_search .header .navPages-action svg:hover, .page_type_newsletter_subscribe .header .navPages-action svg:hover, .page_type_blog .header .navPages-action svg:hover, .page_type_account_orderstatus .header .navPages-action svg:hover, .page_type_account_inbox .header .navPages-action svg:hover, .page_type_account_addressbook .header .navPages-action svg:hover, .page_type_account_recentitems .header .navPages-action svg:hover, .page_type_editaccount .header .navPages-action svg:hover, .page_type_account_returns .header .navPages-action svg:hover, .page_type_wishlists .header .navPages-action svg:hover, .page_type_404 .header .navPages-action svg:hover, .page_type_wishlist .header .navPages-action svg:hover, .page_type_blog_post .header .navPages-action svg:hover, .page_type_31 .header .navPages-action svg:hover,
      .page_type_32 .header .navPages-action svg:hover, .page_type_33 .header .navPages-action svg:hover, .page_type_34 .header .navPages-action svg:hover, .page_type_37 .header .navPages-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .page_type_cart .header .navUser .navUser-item .navUser-action, .page_type_login .header .navUser .navUser-item .navUser-action, .page_type_createaccount .header .navUser .navUser-item .navUser-action, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action, .page_type_search .header .navUser .navUser-item .navUser-action, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action, .page_type_blog .header .navUser .navUser-item .navUser-action, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action, .page_type_account_inbox .header .navUser .navUser-item .navUser-action, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action, .page_type_editaccount .header .navUser .navUser-item .navUser-action, .page_type_account_returns .header .navUser .navUser-item .navUser-action, .page_type_wishlists .header .navUser .navUser-item .navUser-action, .page_type_404 .header .navUser .navUser-item .navUser-action, .page_type_wishlist .header .navUser .navUser-item .navUser-action, .page_type_blog_post .header .navUser .navUser-item .navUser-action, .page_type_31 .header .navUser .navUser-item .navUser-action,
  .page_type_32 .header .navUser .navUser-item .navUser-action, .page_type_33 .header .navUser .navUser-item .navUser-action, .page_type_34 .header .navUser .navUser-item .navUser-action, .page_type_37 .header .navUser .navUser-item .navUser-action {
    color: #000; }
    .page_type_cart .header .navUser .navUser-item .navUser-action:hover, .page_type_login .header .navUser .navUser-item .navUser-action:hover, .page_type_createaccount .header .navUser .navUser-item .navUser-action:hover, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action:hover, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action:hover, .page_type_search .header .navUser .navUser-item .navUser-action:hover, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action:hover, .page_type_blog .header .navUser .navUser-item .navUser-action:hover, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action:hover, .page_type_account_inbox .header .navUser .navUser-item .navUser-action:hover, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action:hover, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action:hover, .page_type_editaccount .header .navUser .navUser-item .navUser-action:hover, .page_type_account_returns .header .navUser .navUser-item .navUser-action:hover, .page_type_wishlists .header .navUser .navUser-item .navUser-action:hover, .page_type_404 .header .navUser .navUser-item .navUser-action:hover, .page_type_wishlist .header .navUser .navUser-item .navUser-action:hover, .page_type_blog_post .header .navUser .navUser-item .navUser-action:hover, .page_type_31 .header .navUser .navUser-item .navUser-action:hover,
    .page_type_32 .header .navUser .navUser-item .navUser-action:hover, .page_type_33 .header .navUser .navUser-item .navUser-action:hover, .page_type_34 .header .navUser .navUser-item .navUser-action:hover, .page_type_37 .header .navUser .navUser-item .navUser-action:hover {
      color: #accfb0; }
      .page_type_cart .header .navUser .navUser-item .navUser-action:hover svg, .page_type_login .header .navUser .navUser-item .navUser-action:hover svg, .page_type_createaccount .header .navUser .navUser-item .navUser-action:hover svg, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action:hover svg, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action:hover svg, .page_type_search .header .navUser .navUser-item .navUser-action:hover svg, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action:hover svg, .page_type_blog .header .navUser .navUser-item .navUser-action:hover svg, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action:hover svg, .page_type_account_inbox .header .navUser .navUser-item .navUser-action:hover svg, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action:hover svg, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action:hover svg, .page_type_editaccount .header .navUser .navUser-item .navUser-action:hover svg, .page_type_account_returns .header .navUser .navUser-item .navUser-action:hover svg, .page_type_wishlists .header .navUser .navUser-item .navUser-action:hover svg, .page_type_404 .header .navUser .navUser-item .navUser-action:hover svg, .page_type_wishlist .header .navUser .navUser-item .navUser-action:hover svg, .page_type_blog_post .header .navUser .navUser-item .navUser-action:hover svg, .page_type_31 .header .navUser .navUser-item .navUser-action:hover svg,
      .page_type_32 .header .navUser .navUser-item .navUser-action:hover svg, .page_type_33 .header .navUser .navUser-item .navUser-action:hover svg, .page_type_34 .header .navUser .navUser-item .navUser-action:hover svg, .page_type_37 .header .navUser .navUser-item .navUser-action:hover svg {
        fill: #accfb0;
        stroke: #accfb0; }
    .page_type_cart .header .navUser .navUser-item .navUser-action svg, .page_type_login .header .navUser .navUser-item .navUser-action svg, .page_type_createaccount .header .navUser .navUser-item .navUser-action svg, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action svg, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action svg, .page_type_search .header .navUser .navUser-item .navUser-action svg, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action svg, .page_type_blog .header .navUser .navUser-item .navUser-action svg, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action svg, .page_type_account_inbox .header .navUser .navUser-item .navUser-action svg, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action svg, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action svg, .page_type_editaccount .header .navUser .navUser-item .navUser-action svg, .page_type_account_returns .header .navUser .navUser-item .navUser-action svg, .page_type_wishlists .header .navUser .navUser-item .navUser-action svg, .page_type_404 .header .navUser .navUser-item .navUser-action svg, .page_type_wishlist .header .navUser .navUser-item .navUser-action svg, .page_type_blog_post .header .navUser .navUser-item .navUser-action svg, .page_type_31 .header .navUser .navUser-item .navUser-action svg,
    .page_type_32 .header .navUser .navUser-item .navUser-action svg, .page_type_33 .header .navUser .navUser-item .navUser-action svg, .page_type_34 .header .navUser .navUser-item .navUser-action svg, .page_type_37 .header .navUser .navUser-item .navUser-action svg {
      fill: #000;
      stroke: #000; }
      .page_type_cart .header .navUser .navUser-item .navUser-action svg:hover, .page_type_login .header .navUser .navUser-item .navUser-action svg:hover, .page_type_createaccount .header .navUser .navUser-item .navUser-action svg:hover, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action svg:hover, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action svg:hover, .page_type_search .header .navUser .navUser-item .navUser-action svg:hover, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action svg:hover, .page_type_blog .header .navUser .navUser-item .navUser-action svg:hover, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action svg:hover, .page_type_account_inbox .header .navUser .navUser-item .navUser-action svg:hover, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action svg:hover, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action svg:hover, .page_type_editaccount .header .navUser .navUser-item .navUser-action svg:hover, .page_type_account_returns .header .navUser .navUser-item .navUser-action svg:hover, .page_type_wishlists .header .navUser .navUser-item .navUser-action svg:hover, .page_type_404 .header .navUser .navUser-item .navUser-action svg:hover, .page_type_wishlist .header .navUser .navUser-item .navUser-action svg:hover, .page_type_blog_post .header .navUser .navUser-item .navUser-action svg:hover, .page_type_31 .header .navUser .navUser-item .navUser-action svg:hover,
      .page_type_32 .header .navUser .navUser-item .navUser-action svg:hover, .page_type_33 .header .navUser .navUser-item .navUser-action svg:hover, .page_type_34 .header .navUser .navUser-item .navUser-action svg:hover, .page_type_37 .header .navUser .navUser-item .navUser-action svg:hover {
        fill: #accfb0;
        stroke: #accfb0; }
  .page_type_cart .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_login .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_createaccount .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_forgotpassword .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_getnewpassword .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_search .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_newsletter_subscribe .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_blog .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_account_orderstatus .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_account_inbox .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_account_addressbook .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_account_recentitems .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_editaccount .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_account_returns .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_wishlists .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_404 .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_wishlist .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_blog_post .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_31 .header .navUser .navUser-item .navUser-action--quickSearch:before,
  .page_type_32 .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_33 .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_34 .header .navUser .navUser-item .navUser-action--quickSearch:before, .page_type_37 .header .navUser .navUser-item .navUser-action--quickSearch:before {
    filter: brightness(0.2); }
  .page_type_cart .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_login .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_createaccount .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_forgotpassword .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_getnewpassword .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_search .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_newsletter_subscribe .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_blog .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_account_orderstatus .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_account_inbox .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_account_addressbook .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_account_recentitems .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_editaccount .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_account_returns .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_wishlists .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_404 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_wishlist .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_blog_post .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_31 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before,
  .page_type_32 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_33 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_34 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before, .page_type_37 .header .navUser .navUser-item.navUser-item--account > .navUser-action:before {
    filter: brightness(0.2); }
  .page_type_cart .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_login .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_createaccount .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_forgotpassword .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_getnewpassword .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_search .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_newsletter_subscribe .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_blog .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_account_orderstatus .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_account_inbox .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_account_addressbook .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_account_recentitems .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_editaccount .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_account_returns .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_wishlists .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_404 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_wishlist .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_blog_post .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_31 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before,
  .page_type_32 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_33 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_34 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before, .page_type_37 .header .navUser .navUser-item.navUser-item--cart > .navUser-action:before {
    filter: brightness(0.2); }
  .page_type_cart .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_login .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_createaccount .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_forgotpassword .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_getnewpassword .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_search .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_newsletter_subscribe .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_blog .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_account_orderstatus .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_account_inbox .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_account_addressbook .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_account_recentitems .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_editaccount .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_account_returns .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_wishlists .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_404 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_wishlist .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_blog_post .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_31 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before,
  .page_type_32 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_33 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_34 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before, .page_type_37 .header .navUser .navUser-item.navUser-item--wishlist > .navUser-action:before {
    filter: brightness(0.2); }
  .page_type_cart .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_cart .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_cart .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_login .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_login .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_login .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_createaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_createaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_createaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_forgotpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_forgotpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_forgotpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_getnewpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_getnewpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_getnewpassword .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_search .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_search .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_search .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_newsletter_subscribe .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_newsletter_subscribe .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_newsletter_subscribe .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_blog .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_blog .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_blog .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_account_orderstatus .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_account_orderstatus .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_account_orderstatus .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_account_inbox .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_account_inbox .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_account_inbox .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_account_addressbook .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_account_addressbook .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_account_addressbook .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_account_recentitems .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_account_recentitems .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_account_recentitems .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_editaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_editaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_editaccount .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_account_returns .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_account_returns .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_account_returns .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_wishlists .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_wishlists .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_wishlists .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_404 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_404 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_404 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_wishlist .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_wishlist .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_wishlist .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_blog_post .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_blog_post .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_blog_post .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_31 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_31 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_31 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .page_type_32 .header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .page_type_32 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .page_type_32 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_33 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_33 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_33 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_34 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_34 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_34 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .page_type_37 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .page_type_37 .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .page_type_37 .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #000; }
  .page_type_cart .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_login .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_createaccount .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_forgotpassword .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_getnewpassword .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_search .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_newsletter_subscribe .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_blog .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_account_orderstatus .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_account_inbox .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_account_addressbook .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_account_recentitems .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_editaccount .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_account_returns .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_wishlists .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_404 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_wishlist .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_blog_post .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_31 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon,
  .page_type_32 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_33 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_34 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon, .page_type_37 .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }

.page_type_cart .body, .page_type_login .body, .page_type_createaccount .body, .page_type_forgotpassword .body, .page_type_getnewpassword .body, .page_type_search .body, .page_type_newsletter_subscribe .body, .page_type_blog .body, .page_type_account_orderstatus .body, .page_type_account_inbox .body, .page_type_account_addressbook .body, .page_type_account_recentitems .body, .page_type_editaccount .body, .page_type_account_returns .body, .page_type_wishlists .body, .page_type_404 .body, .page_type_wishlist .body, .page_type_blog_post .body, .page_type_31 .body,
.page_type_32 .body, .page_type_33 .body, .page_type_34 .body, .page_type_37 .body {
  margin-top: 0;
  padding-top: 64px; }
  @media (min-width: 801px) {
    .page_type_cart .body, .page_type_login .body, .page_type_createaccount .body, .page_type_forgotpassword .body, .page_type_getnewpassword .body, .page_type_search .body, .page_type_newsletter_subscribe .body, .page_type_blog .body, .page_type_account_orderstatus .body, .page_type_account_inbox .body, .page_type_account_addressbook .body, .page_type_account_recentitems .body, .page_type_editaccount .body, .page_type_account_returns .body, .page_type_wishlists .body, .page_type_404 .body, .page_type_wishlist .body, .page_type_blog_post .body, .page_type_31 .body,
    .page_type_32 .body, .page_type_33 .body, .page_type_34 .body, .page_type_37 .body {
      padding-top: 135px; } }

.page_type_cart .body {
  padding-top: 96px; }
  @media (min-width: 801px) {
    .page_type_cart .body {
      padding-top: 135px; } }

.caption-info .custom-heading {
  margin-bottom: 15px; }
  .caption-info .custom-heading.margin-zero {
    margin-bottom: 0; }

.caption-info p {
  font-size: 18px; }
  @media (min-width: 801px) {
    .caption-info p {
      font-size: 24px; } }

.caption-info ul li {
  font-size: 18px; }

.caption-info.mar-bot-xm {
  margin-bottom: 0; }
  .caption-info.mar-bot-xm ul li {
    margin-bottom: 10px; }

.slider-info-section .slider-info-item.max-965 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (min-width: 551px) {
    .slider-info-section .slider-info-item.max-965 {
      max-width: 80%; } }
  @media (min-width: 801px) {
    .slider-info-section .slider-info-item.max-965 {
      max-width: 90%; } }
  @media (min-width: 1261px) {
    .slider-info-section .slider-info-item.max-965 {
      max-width: 70%; } }

.slider-info-section .slider-info-item.pad-left-sm {
  padding-left: 0; }
  @media (min-width: 801px) {
    .slider-info-section .slider-info-item.pad-left-sm {
      padding-left: 50px; } }

.slider-info-section .slider-info-item .slider-team-item {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto; }
  @media (min-width: 801px) {
    .slider-info-section .slider-info-item .slider-team-item {
      max-width: 100%; } }
  .slider-info-section .slider-info-item .slider-team-item .col-lg-6 {
    width: 100%; }
    @media (min-width: 801px) {
      .slider-info-section .slider-info-item .slider-team-item .col-lg-6 {
        width: 50%; } }
  .slider-info-section .slider-info-item .slider-team-item .slider-caption {
    display: inline-block;
    padding: 0;
    margin-bottom: 30px; }
    @media (min-width: 801px) {
      .slider-info-section .slider-info-item .slider-team-item .slider-caption {
        padding: 0 50px; } }
  .slider-info-section .slider-info-item .slider-team-item p {
    font-size: 18px; }

.slider-info-section .slider-info-item .caption {
  display: flex;
  flex-wrap: wrap;
  padding-left: 75px;
  align-items: center;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .slider-info-section .slider-info-item .caption {
      padding-left: 100px; } }
  .slider-info-section .slider-info-item .caption .icons {
    position: absolute;
    left: 0;
    top: 0; }
  .slider-info-section .slider-info-item .caption .num-txt {
    font-size: 24px;
    color: #accfb0;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: 1.2353; }
    @media (min-width: 801px) {
      .slider-info-section .slider-info-item .caption .num-txt {
        font-size: 34px; } }
  .slider-info-section .slider-info-item .caption h3 {
    font-size: 24px;
    color: #373737;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    width: 100%; }
    @media (min-width: 801px) {
      .slider-info-section .slider-info-item .caption h3 {
        font-size: 24px; } }

.slider-info-section .slider-info-item .product-image {
  width: 100%; }

.slider-info-section .slider-info-item img {
  border-radius: 10px; }

.slider-info-section .image-frame {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 801px) {
    .slider-info-section .image-frame {
      max-width: 685px;
      max-height: 685px; } }
  @media (min-width: 1261px) {
    .slider-info-section .image-frame {
      width: 685px;
      height: 685px;
      max-width: 100%;
      max-height: 100%; } }
  .slider-info-section .image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease; }
  .slider-info-section .image-frame .zoomedImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 200%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px; }

.slider-info-section.about-slider-info .container {
  float: none; }

.slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-prev {
  left: 0; }
  @media (min-width: 551px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-prev {
      left: -60px; } }
  @media (min-width: 801px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-prev {
      left: -30px; } }
  @media (min-width: 1261px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-prev {
      left: -60px; } }

.slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-next {
  right: 0; }
  @media (min-width: 551px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-next {
      right: -60px; } }
  @media (min-width: 801px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-next {
      right: -30px; } }
  @media (min-width: 1261px) {
    .slider-info-section.about-slider-info .slider-info-item.slick-slider .slick-next {
      right: -60px; } }

.slider-product-thum .slider-info-section .slick-slider .slick-dots {
  display: none !important; }

.slider-product-thum .slider-info-section .slick-slide {
  margin: 0 7.5px; }
  @media (min-width: 801px) {
    .slider-product-thum .slider-info-section .slick-slide {
      margin: 0; } }

.slider-product-thum .slider-info-section .slick-list {
  margin: 0 -7.5px; }
  @media (min-width: 801px) {
    .slider-product-thum .slider-info-section .slick-list {
      margin: 0; } }

.slider-product-thum .slick-slider {
  margin-bottom: 0; }
  .slider-product-thum .slick-slider .slick-prev, .slider-product-thum .slick-slider .slick-next {
    transform: translate(0, -50%); }
  .slider-product-thum .slick-slider .slick-prev {
    left: 5px; }
  .slider-product-thum .slick-slider .slick-next {
    right: 5px; }

.slider-product-thum .related-products-list .slick-slider {
  margin-bottom: 0; }
  .slider-product-thum .related-products-list .slick-slider .slick-prev {
    left: 15px; }
  .slider-product-thum .related-products-list .slick-slider .slick-next {
    right: 15px; }

.slider-product-thum.image-frame-section .frame-box .slider-info-section {
  order: 1; }
  @media (min-width: 801px) {
    .slider-product-thum.image-frame-section .frame-box .slider-info-section {
      width: 74%;
      float: right; } }

.slider-product-thum.image-frame-section .frame-box .slider-nav {
  order: 0;
  padding-top: 20px; }
  @media (min-width: 801px) {
    .slider-product-thum.image-frame-section .frame-box .slider-nav {
      width: 26%;
      padding-right: 10px;
      padding-top: 0;
      float: left; } }
  @media (min-width: 801px) {
    .slider-product-thum.image-frame-section .frame-box .slider-nav {
      padding-right: 20px; } }
  .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item .full-image-frame {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 801px) {
      .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item .full-image-frame {
        padding-left: 0;
        padding-right: 0; } }
    .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item .full-image-frame img {
      cursor: pointer; }
      @media (min-width: 801px) {
        .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item .full-image-frame img {
          max-height: 157px;
          width: 100%; } }
  .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item img {
    border-radius: 10px;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .slider-product-thum.image-frame-section .frame-box .slider-nav .slider-team-item img {
        margin-bottom: 15px; } }

.slider-product-thum.image-frame-section .image-frame {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%; }
  @media (min-width: 801px) {
    .slider-product-thum.image-frame-section .image-frame {
      max-width: 514px;
      max-height: 514px; } }
  @media (min-width: 1261px) {
    .slider-product-thum.image-frame-section .image-frame {
      width: 100%;
      height: 100%;
      max-width: 514px;
      max-height: 514px; } }

@media (min-width: 801px) {
  .slider-product-thum.image-frame-section .team-caption {
    padding-top: 15px; } }

@media (min-width: 801px) {
  .slider-product-thum.image-frame-section .team-caption .custom-heading {
    margin-bottom: 20px; } }

@media (min-width: 1450px) {
  .image-frame-section .team-info-item .col-lg-6 {
    width: calc(100% - 685px); }
    .image-frame-section .team-info-item .col-lg-6.frame-box {
      width: 685px; } }

@media (min-width: 1450px) {
  .page_body_page .image-frame-section .team-info-item .col-lg-6 {
    width: 50%; }
    .page_body_page .image-frame-section .team-info-item .col-lg-6 .slider-info-section {
      width: 685px;
      margin: auto; }
    .page_body_page .image-frame-section .team-info-item .col-lg-6.frame-box {
      width: 50%; } }

#tab-partner-in-luxury .slick-slider .slick-slider {
  margin-bottom: 0; }

#tab-partner-in-luxury .slick-slider .slick-prev {
  left: 5px; }

#tab-partner-in-luxury .slick-slider .slick-next {
  right: 5px; }

.slick-slider .slick-dots {
  padding: 0;
  width: 100%;
  z-index: 9; }
  .slick-slider .slick-dots li {
    height: 8px;
    width: 18%;
    margin: 0 15px 0 0;
    padding: 0; }
    @media (min-width: 801px) {
      .slick-slider .slick-dots li {
        width: 10.5%; } }
    .slick-slider .slick-dots li button {
      border: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      border-radius: 0;
      background: #d6d6d6; }
      .slick-slider .slick-dots li button::before {
        height: 100%;
        width: 100%;
        border-radius: 0;
        left: 0;
        top: 0; }
    .slick-slider .slick-dots li.slick-active button::before {
      background: #637065; }

.slick-slider .slick-next, .slick-slider .slick-prev {
  background-color: transparent;
  height: 40px;
  width: 40px;
  margin-top: 0;
  padding: 0;
  transform: translate(0, -50%); }
  @media (min-width: 551px) {
    .slick-slider .slick-next, .slick-slider .slick-prev {
      height: 60px;
      width: 60px; } }
  .slick-slider .slick-next::before, .slick-slider .slick-prev::before {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.8; }

.slick-slider .slick-prev {
  left: 5px; }
  .slick-slider .slick-prev::before {
    background-image: url(../img/slick-prev-icon.png); }

.slick-slider .slick-next {
  right: 5px; }
  .slick-slider .slick-next::before {
    background-image: url(../img/slick-next-icon.png); }

.slick-slider .slick-disabled {
  opacity: 0.6; }

.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {
  opacity: 1; }

.caption-boxes {
  display: flex;
  flex-wrap: wrap;
  padding-left: 75px;
  align-items: center;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .caption-boxes {
      padding-left: 100px;
      padding-right: 15px; } }
  .caption-boxes.margin-zero {
    margin-bottom: 0; }
  .caption-boxes.pad-right-zero {
    padding-right: 0; }
  .caption-boxes.pad-left-zero {
    padding-left: 0; }
  .caption-boxes p {
    margin-bottom: 0;
    font-size: 16px;
    display: block;
    width: 100%; }
    @media (min-width: 801px) {
      .caption-boxes p {
        font-size: 18px; } }
  .caption-boxes b, .caption-boxes strong {
    font-weight: 500; }
  .caption-boxes .icons {
    position: absolute;
    left: 0;
    top: 0; }
  .caption-boxes .price-txt {
    font-weight: 500; }
  .caption-boxes .num-txt {
    font-size: 24px;
    color: #accfb0;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: 1.2353; }
    @media (min-width: 801px) {
      .caption-boxes .num-txt {
        font-size: 34px; } }
  .caption-boxes h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    width: 100%; }
    @media (min-width: 801px) {
      .caption-boxes h3 {
        font-size: 24px;
        padding-top: 10px; } }

.tabs-info-section .wrapper-content-info {
  padding: 30px 15px;
  background: #e6e6e6; }
  @media (min-width: 801px) {
    .tabs-info-section .wrapper-content-info {
      padding: 40px 15px 30px; } }
  .tabs-info-section .wrapper-content-info .custom-heading {
    margin: 0; }

.tabs-info-section .tabs-list {
  background: #637065;
  padding: 30px 0;
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    .tabs-info-section .tabs-list {
      padding: 45px 0; } }
  .tabs-info-section .tabs-list .tabs {
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .tabs-info-section .tabs-list .tabs .tab {
      border: none;
      float: none;
      display: inline-block;
      border-bottom: 1px solid #fff;
      margin: 0;
      text-align: center; }

.tabs-info-section .tab-title {
  padding: 1.125rem 15px;
  color: #868687;
  font-size: 18px;
  position: relative;
  font-weight: 500; }
  @media (min-width: 801px) {
    .tabs-info-section .tab-title {
      font-size: 23px;
      padding: 0.75rem 1.291rem; } }
  .tabs-info-section .tab-title:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #accfb0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: 0 auto; }

.tabs-info-section .tab.is-active .tab-title {
  color: #fff; }

.tabs-info-section .tabs-contents {
  margin-bottom: 0; }

.tabs-info-section .team-caption {
  padding: 50px 0 0; }
  @media (min-width: 801px) {
    .tabs-info-section .team-caption {
      padding: 30px; } }

@media (min-width: 801px) {
  .tabs-info-item .team-info-section .team-caption p {
    margin-bottom: 20px; } }

.meet-info-section .wrapper-content-info,
.tabs-widget .wrapper-content-info {
  padding: 30px 15px 15px; }
  @media (min-width: 801px) {
    .meet-info-section .wrapper-content-info,
    .tabs-widget .wrapper-content-info {
      padding: 30px 15px; } }
  .meet-info-section .wrapper-content-info.pad-left-zero,
  .tabs-widget .wrapper-content-info.pad-left-zero {
    padding-left: 0; }
  .meet-info-section .wrapper-content-info.pad-right-zero,
  .tabs-widget .wrapper-content-info.pad-right-zero {
    padding-right: 0; }
  .meet-info-section .wrapper-content-info.pad-bottom-zero,
  .tabs-widget .wrapper-content-info.pad-bottom-zero {
    padding-bottom: 0; }
  .meet-info-section .wrapper-content-info.pad-top-zero,
  .tabs-widget .wrapper-content-info.pad-top-zero {
    padding-top: 0; }
  .meet-info-section .wrapper-content-info.pad-zero,
  .tabs-widget .wrapper-content-info.pad-zero {
    padding: 0; }
  .meet-info-section .wrapper-content-info.pad-bot-md,
  .tabs-widget .wrapper-content-info.pad-bot-md {
    padding-bottom: 30px; }
    @media (min-width: 801px) {
      .meet-info-section .wrapper-content-info.pad-bot-md,
      .tabs-widget .wrapper-content-info.pad-bot-md {
        padding-bottom: 50px; } }
  .meet-info-section .wrapper-content-info.padding-top-xs,
  .tabs-widget .wrapper-content-info.padding-top-xs {
    padding-top: 10px; }
    @media (min-width: 801px) {
      .meet-info-section .wrapper-content-info.padding-top-xs,
      .tabs-widget .wrapper-content-info.padding-top-xs {
        padding-top: 15px; } }
  .meet-info-section .wrapper-content-info .caption-info p,
  .tabs-widget .wrapper-content-info .caption-info p {
    font-size: 18px; }
    @media (min-width: 801px) {
      .meet-info-section .wrapper-content-info .caption-info p,
      .tabs-widget .wrapper-content-info .caption-info p {
        font-size: 18px; } }
  .meet-info-section .wrapper-content-info.testimonial_info,
  .tabs-widget .wrapper-content-info.testimonial_info {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

.meet-info-section .tabs-list .tabs,
.tabs-widget .tabs-list .tabs {
  border-bottom: none;
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 801px) {
    .meet-info-section .tabs-list .tabs,
    .tabs-widget .tabs-list .tabs {
      margin-bottom: 40px; } }
  .meet-info-section .tabs-list .tabs.tabs-type,
  .tabs-widget .tabs-list .tabs.tabs-type {
    border-bottom: 1px solid #accfb0; }
    .meet-info-section .tabs-list .tabs.tabs-type .tab,
    .tabs-widget .tabs-list .tabs.tabs-type .tab {
      width: 50%; }
      @media (min-width: 801px) {
        .meet-info-section .tabs-list .tabs.tabs-type .tab,
        .tabs-widget .tabs-list .tabs.tabs-type .tab {
          width: 33.333%; } }
      .meet-info-section .tabs-list .tabs.tabs-type .tab .tab-title,
      .tabs-widget .tabs-list .tabs.tabs-type .tab .tab-title {
        text-align: center;
        width: auto;
        display: inline-block;
        padding: 10px 30px 15px; }
    .meet-info-section .tabs-list .tabs.tabs-type.third-tabs-type .tab,
    .tabs-widget .tabs-list .tabs.tabs-type.third-tabs-type .tab {
      width: 50%; }
      @media (min-width: 551px) {
        .meet-info-section .tabs-list .tabs.tabs-type.third-tabs-type .tab,
        .tabs-widget .tabs-list .tabs.tabs-type.third-tabs-type .tab {
          width: 33.333%; } }
    .meet-info-section .tabs-list .tabs.tabs-type.quarter-tabs-type .tab,
    .tabs-widget .tabs-list .tabs.tabs-type.quarter-tabs-type .tab {
      width: 50%; }
      @media (min-width: 551px) {
        .meet-info-section .tabs-list .tabs.tabs-type.quarter-tabs-type .tab,
        .tabs-widget .tabs-list .tabs.tabs-type.quarter-tabs-type .tab {
          width: 25%; } }
    .meet-info-section .tabs-list .tabs.tabs-type .tab-title:after,
    .tabs-widget .tabs-list .tabs.tabs-type .tab-title:after {
      width: auto;
      height: 6px;
      border-radius: 5px;
      background: transparent;
      position: absolute;
      right: 0;
      left: 0;
      top: inherit;
      transform: none;
      margin: 0;
      bottom: 0; }
    .meet-info-section .tabs-list .tabs.tabs-type .tab:last-child .tab-title:after,
    .tabs-widget .tabs-list .tabs.tabs-type .tab:last-child .tab-title:after {
      display: inline-block; }
    .meet-info-section .tabs-list .tabs.tabs-type .tab.is-active .tab-title:after,
    .tabs-widget .tabs-list .tabs.tabs-type .tab.is-active .tab-title:after {
      background: #637065; }
  .meet-info-section .tabs-list .tabs .tab,
  .tabs-widget .tabs-list .tabs .tab {
    border: none;
    float: none;
    display: inline-block;
    margin: 0; }
  .meet-info-section .tabs-list .tabs.tabs-border,
  .tabs-widget .tabs-list .tabs.tabs-border {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .meet-info-section .tabs-list .tabs.tabs-border,
      .tabs-widget .tabs-list .tabs.tabs-border {
        margin-bottom: 0; } }
    .meet-info-section .tabs-list .tabs.tabs-border .tab,
    .tabs-widget .tabs-list .tabs.tabs-border .tab {
      border-bottom: 1px solid #fff; }
      .meet-info-section .tabs-list .tabs.tabs-border .tab.is-active .tab-title,
      .tabs-widget .tabs-list .tabs.tabs-border .tab.is-active .tab-title {
        color: #fff; }
      .meet-info-section .tabs-list .tabs.tabs-border .tab:last-child .tab-title:after,
      .tabs-widget .tabs-list .tabs.tabs-border .tab:last-child .tab-title:after {
        display: inline-block; }
    @media (min-width: 801px) {
      .meet-info-section .tabs-list .tabs.tabs-border .tab-title,
      .tabs-widget .tabs-list .tabs.tabs-border .tab-title {
        font-size: 23px;
        padding: .75rem 1.291rem; } }
    .meet-info-section .tabs-list .tabs.tabs-border .tab-title:after,
    .tabs-widget .tabs-list .tabs.tabs-border .tab-title:after {
      right: 0;
      left: 0;
      top: inherit;
      transform: inherit;
      bottom: -6px;
      margin: 0 auto; }

.meet-info-section .tab-title,
.tabs-widget .tab-title {
  padding: 1.125rem 15px;
  color: #868687;
  font-size: 18px;
  position: relative;
  text-transform: inherit;
  font-weight: 500; }
  @media (min-width: 801px) {
    .meet-info-section .tab-title,
    .tabs-widget .tab-title {
      font-size: 23px;
      padding: 0.75rem 3rem; } }
  .meet-info-section .tab-title:after,
  .tabs-widget .tab-title:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #accfb0;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0; }

@media (min-width: 801px) {
  .meet-info-section .larger-fonts .tab-title,
  .tabs-widget .larger-fonts .tab-title {
    font-size: 27px; } }

.meet-info-section .tab.is-active .tab-title,
.tabs-widget .tab.is-active .tab-title {
  color: #637065; }

.meet-info-section .tab:last-child .tab-title:after,
.tabs-widget .tab:last-child .tab-title:after {
  display: none; }

.meet-info-section .tabs-contents,
.tabs-widget .tabs-contents {
  margin-bottom: 0; }

.meet-info-section .team-info-section .team-item.col-lg-4,
.tabs-widget .team-info-section .team-item.col-lg-4 {
  margin-bottom: 30px; }
  @media (min-width: 551px) {
    .meet-info-section .team-info-section .team-item.col-lg-4,
    .tabs-widget .team-info-section .team-item.col-lg-4 {
      width: 33.333%;
      padding: 0 15px;
      margin-bottom: 50px; } }
  @media (max-width: 550px) {
    .meet-info-section .team-info-section .team-item.col-lg-4:last-child,
    .tabs-widget .team-info-section .team-item.col-lg-4:last-child {
      margin-bottom: 0; } }

.meet-info-section .team-info-section .team-item.col-lg-3,
.tabs-widget .team-info-section .team-item.col-lg-3 {
  margin-bottom: 30px; }
  @media (min-width: 551px) {
    .meet-info-section .team-info-section .team-item.col-lg-3,
    .tabs-widget .team-info-section .team-item.col-lg-3 {
      width: 25%;
      padding: 0 15px;
      margin-bottom: 50px; } }
  @media (max-width: 550px) {
    .meet-info-section .team-info-section .team-item.col-lg-3:last-child,
    .tabs-widget .team-info-section .team-item.col-lg-3:last-child {
      margin-bottom: 0; } }

.meet-info-section .team-info-section img.border-radius,
.tabs-widget .team-info-section img.border-radius {
  border-radius: 100%;
  margin-bottom: 15px; }

.meet-info-section .team-info-section img.border-radius10,
.tabs-widget .team-info-section img.border-radius10 {
  border-radius: 10px; }

.meet-info-section .team-info-section h3, .meet-info-section .team-info-section h4,
.tabs-widget .team-info-section h3,
.tabs-widget .team-info-section h4 {
  margin: 0; }

.meet-info-section .team-info-section h3,
.tabs-widget .team-info-section h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 801px) {
    .meet-info-section .team-info-section h3,
    .tabs-widget .team-info-section h3 {
      font-size: 23px; } }

.meet-info-section .team-info-section h4,
.tabs-widget .team-info-section h4 {
  font-size: 21px;
  line-height: 1.2; }
  @media (min-width: 801px) {
    .meet-info-section .team-info-section h4,
    .tabs-widget .team-info-section h4 {
      font-size: 24px; } }

.meet-info-section .team-info-section .caption-title,
.tabs-widget .team-info-section .caption-title {
  font-size: 21px;
  font-weight: 500;
  margin: 15px 0 20px; }
  @media (min-width: 801px) {
    .meet-info-section .team-info-section .caption-title,
    .tabs-widget .team-info-section .caption-title {
      font-size: 29px; } }

.meet-info-section .team-info-section p,
.tabs-widget .team-info-section p {
  font-size: 16px; }
  @media (min-width: 801px) {
    .meet-info-section .team-info-section p,
    .tabs-widget .team-info-section p {
      font-size: 18px; } }

.meet-info-section .team-info-section .caption-boxes h3,
.tabs-widget .team-info-section .caption-boxes h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal; }
  @media (min-width: 801px) {
    .meet-info-section .team-info-section .caption-boxes h3,
    .tabs-widget .team-info-section .caption-boxes h3 {
      font-size: 24px; } }

.meet-info-section .team-info-section .caption-boxes p,
.tabs-widget .team-info-section .caption-boxes p {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .meet-info-section .team-info-section .team-caption.larger-fonts p,
  .tabs-widget .team-info-section .team-caption.larger-fonts p {
    font-size: 18px; } }

.meet-info-section .team-info-section.service-info-section p:last-child,
.tabs-widget .team-info-section.service-info-section p:last-child {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .meet-info-section .team-info-section.service-info-section .team-item.col-lg-4,
  .tabs-widget .team-info-section.service-info-section .team-item.col-lg-4 {
    margin-bottom: 0; } }

@media (min-width: 801px) {
  .meet-info-section .category-info-section,
  .tabs-widget .category-info-section {
    max-width: 1040px;
    display: block;
    margin: auto; } }

.meet-info-section .category-info-section .category-info,
.tabs-widget .category-info-section .category-info {
  margin: 0; }
  .meet-info-section .category-info-section .category-info .intro-box,
  .tabs-widget .category-info-section .category-info .intro-box {
    padding: 0 15px;
    margin: 0 0 30px; }
    @media (min-width: 801px) {
      .meet-info-section .category-info-section .category-info .intro-box,
      .tabs-widget .category-info-section .category-info .intro-box {
        padding: 0 30px; } }
    @media (min-width: 1261px) {
      .meet-info-section .category-info-section .category-info .intro-box,
      .tabs-widget .category-info-section .category-info .intro-box {
        padding: 0 50px; } }
    .meet-info-section .category-info-section .category-info .intro-box .title,
    .tabs-widget .category-info-section .category-info .intro-box .title {
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .meet-info-section .category-info-section .category-info .intro-box .title,
        .tabs-widget .category-info-section .category-info .intro-box .title {
          font-size: 35px; } }
    .meet-info-section .category-info-section .category-info .intro-box p,
    .tabs-widget .category-info-section .category-info .intro-box p {
      font-size: 18px; }
      @media (min-width: 801px) {
        .meet-info-section .category-info-section .category-info .intro-box p,
        .tabs-widget .category-info-section .category-info .intro-box p {
          font-size: 24px; } }
    .meet-info-section .category-info-section .category-info .intro-box.margin-zero,
    .tabs-widget .category-info-section .category-info .intro-box.margin-zero {
      margin-bottom: 0; }
      .meet-info-section .category-info-section .category-info .intro-box.margin-zero p,
      .tabs-widget .category-info-section .category-info .intro-box.margin-zero p {
        margin-bottom: 0; }

@media (min-width: 801px) {
  .meet-info-section .full-category-info-section,
  .tabs-widget .full-category-info-section {
    max-width: 100%; } }

.meet-info-section .full-category-info-section .wrapper-content-info,
.tabs-widget .full-category-info-section .wrapper-content-info {
  padding: 0 0 30px; }
  @media (min-width: 801px) {
    .meet-info-section .full-category-info-section .wrapper-content-info,
    .tabs-widget .full-category-info-section .wrapper-content-info {
      padding: 0 0 50px; } }

.embroidery-info-section .team-info-section img.text-center {
  margin: auto; }

.faq-outer {
  max-width: 100%;
  margin: auto; }
  @media (min-width: 801px) {
    .faq-outer {
      max-width: 90%; } }
  .faq-outer.full-width {
    max-width: 100%; }
  .faq-outer .accordion-item.active .faq-heading {
    background: #637065; }
    .faq-outer .accordion-item.active .faq-heading h4 {
      color: #fff; }
      .faq-outer .accordion-item.active .faq-heading h4:after {
        background: #fff url(../img/arrow-up-icon.png) no-repeat center;
        background-position: 50% 60%;
        background-size: 18px; }
        @media (min-width: 801px) {
          .faq-outer .accordion-item.active .faq-heading h4:after {
            background-size: inherit; } }
  .faq-outer .faq-heading {
    background: #f4f4f4;
    margin-bottom: 15px;
    border-radius: 10px; }
    .faq-outer .faq-heading h4 {
      font-size: 18px;
      font-weight: 500;
      margin: 0;
      padding: 10px 50px 10px 20px;
      position: relative;
      cursor: pointer; }
      @media (min-width: 801px) {
        .faq-outer .faq-heading h4 {
          font-size: 23px;
          padding: 15px 70px 15px 30px; } }
      .faq-outer .faq-heading h4:after {
        position: absolute;
        content: "";
        background: #fff url(../img/arrow-down-icon.png) no-repeat center;
        background-position: 50% 60%;
        background-size: 18px;
        border-radius: 100%;
        right: 15px;
        top: 0;
        width: 28px;
        height: 28px;
        bottom: 0;
        margin: auto; }
        @media (min-width: 801px) {
          .faq-outer .faq-heading h4:after {
            right: 20px;
            width: 38px;
            height: 38px;
            background-size: inherit; } }
  .faq-outer .accordian-text {
    padding: 10px 20px;
    font-weight: 500; }
    @media (min-width: 801px) {
      .faq-outer .accordian-text {
        font-size: 18px;
        padding: 15px 30px; } }
  .faq-outer .custom-heading {
    margin: 30px 0; }
    @media (min-width: 801px) {
      .faq-outer .custom-heading {
        margin: 50px 0; } }

#maintenance-notice {
  display: none; }

@media (max-width: 550px) {
  .page_body_category .main-banner .banner-caption {
    position: static;
    transform: inherit;
    color: #000;
    margin: 30px auto; } }

@media (max-width: 550px) {
  .page_body_category .main-banner .banner-caption .caption-title {
    position: absolute;
    top: 30%;
    transform: translate(0%, -30%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    text-shadow: 0 0 60px #000;
    font-size: 32px; } }

@media (max-width: 374px) {
  .page_body_category .main-banner .banner-caption .caption-title {
    top: 20%;
    transform: translate(0%, -20%); } }

.page_body_category .main-banner .banner-caption .caption-description {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .page_body_category .main-banner .banner-caption .caption-description {
      font-size: 24px;
      margin-bottom: 0;
      line-height: 1.3;
      text-shadow: 0 0 60px #000; } }
  @media (min-width: 1261px) {
    .page_body_category .main-banner .banner-caption .caption-description {
      max-width: 75%; } }
  .page_body_category .main-banner .banner-caption .caption-description p {
    margin-bottom: 20px; }
    @media (min-width: 801px) {
      .page_body_category .main-banner .banner-caption .caption-description p {
        margin-bottom: 40px; } }
    .page_body_category .main-banner .banner-caption .caption-description p:last-child {
      margin-bottom: 0; }
  .page_body_category .main-banner .banner-caption .caption-description p.bg_banner {
    margin: 0; }

.subcategories-links {
  padding-bottom: 20px; }
  @media (min-width: 801px) {
    .subcategories-links {
      padding-bottom: 50px; } }
  .subcategories-links .sidebarBlock-heading {
    display: none; }
  .subcategories-links .navList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    @media (min-width: 551px) {
      .subcategories-links .navList {
        margin: 0 -15px; } }
    .subcategories-links .navList li {
      display: inline-block;
      margin: 0 5px 30px;
      width: calc((100% - 20px) / 2);
      position: relative; }
      @media (min-width: 551px) {
        .subcategories-links .navList li {
          width: calc((100% - 90px) / 3);
          margin: 0 15px 30px; } }
      @media (min-width: 1600px) {
        .subcategories-links .navList li {
          width: calc((100% - 120px) / 4); } }
      .subcategories-links .navList li a {
        padding: 0;
        font-size: 24px;
        margin: 0;
        line-height: 1.3;
        font-weight: 500;
        color: #fff; }
        @media (min-width: 801px) {
          .subcategories-links .navList li a {
            font-size: 32px; } }
        .subcategories-links .navList li a span {
          position: absolute;
          bottom: 10px;
          left: 0;
          padding: 10px 15px; }
          @media (min-width: 801px) {
            .subcategories-links .navList li a span {
              bottom: 10px; } }
      .subcategories-links .navList li img {
        width: 100%; }

.contact-form-section {
  padding: 50px 15px;
  border-radius: 10px; }
  @media (min-width: 801px) {
    .contact-form-section {
      padding: 50px 35px; } }
  .contact-form-section .custom-heading {
    margin-top: 0; }
  .contact-form-section .form-label {
    margin-bottom: 0; }
  .contact-form-section .form-row {
    margin: 0; }
  @media (min-width: 801px) {
    .contact-form-section .form-field, .contact-form-section .g-recaptcha, .contact-form-section .form-actions {
      padding-left: 28px;
      padding-right: 28px; } }
  .contact-form-section .form-actions {
    text-align: center; }

@media (min-width: 801px) {
  .page_body_category .actionBar {
    padding-top: 2rem; } }

.page_type_cart .modal {
  border-radius: 10px; }
  @media (min-width: 1261px) {
    .page_type_cart .modal {
      width: 1050px; } }
  @media (min-width: 1261px) {
    .page_type_cart .modal.modal--large {
      width: 1280px; } }
  .page_type_cart .modal .modal-content {
    display: flex;
    flex-wrap: wrap; }
    .page_type_cart .modal .modal-content .modal-header, .page_type_cart .modal .modal-content .modal-body {
      width: 100%; }
  @media (min-width: 551px) {
    .page_type_cart .modal .modal-close {
      color: #abcfb0;
      font-weight: 300;
      background: transparent; } }

@media (min-width: 1261px) {
  .modal.gift-wrap-modal {
    max-height: 632px; } }

.modal.gift-wrap-modal .giftWrapping-content .modal-body {
  max-height: 553px !important; }

.giftWrapping-thum {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center; }
  @media (min-width: 551px) {
    .giftWrapping-thum {
      width: 50%; } }
  .giftWrapping-thum img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 375px;
    width: auto; }
    @media (min-width: 551px) {
      .giftWrapping-thum img {
        max-height: inherit;
        max-width: 100%;
        height: auto;
        border-radius: 10px 0 0 10px;
        text-align: left;
        position: static;
        top: 0;
        left: 0;
        z-index: 0; } }

.giftWrapping-content {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 1; }
  @media (min-width: 551px) {
    .giftWrapping-content {
      width: 50%;
      margin-left: -10px; } }
  .giftWrapping-content .modal-header {
    padding-bottom: 0;
    border: none;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 801px) {
      .giftWrapping-content .modal-header {
        padding-top: 2.25rem;
        padding-left: 2.25rem;
        padding-right: 2.75rem; } }
    .giftWrapping-content .modal-header .modal-header-title {
      border: none;
      text-align: left;
      margin-bottom: 0;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.3; }
      @media (min-width: 801px) {
        .giftWrapping-content .modal-header .modal-header-title {
          font-size: 34px;
          margin-bottom: 0; } }
  .giftWrapping-content .modal-body {
    padding: 0; }
    @media (min-width: 801px) {
      .giftWrapping-content .modal-body {
        padding: 0; } }
    .giftWrapping-content .modal-body .giftWrapping-form {
      padding: 20px 15px 20px; }
      @media (min-width: 801px) {
        .giftWrapping-content .modal-body .giftWrapping-form {
          padding: 2.25rem 2.25rem; } }
  .giftWrapping-content .form-actions {
    text-align: center; }
  .giftWrapping-content .form-input {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 10px 15px;
    border: none; }
  .giftWrapping-content .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .giftWrapping-content .flex .input-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .giftWrapping-content .flex .input-container label {
        padding-left: 10px; }
  .giftWrapping-content input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #555;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    outline: none;
    transition: background-color 0.3s; }
  .giftWrapping-content input[type="radio"]:checked {
    background-color: #000; }
  .giftWrapping-content input[type="radio"]::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 0; }

.meet-our-team-popup .team-info {
  display: none; }
  .meet-our-team-popup .team-info.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  .meet-our-team-popup .team-info .col-lg-6 {
    width: 100%; }
    @media (min-width: 801px) {
      .meet-our-team-popup .team-info .col-lg-6 {
        width: 50%; } }
  .meet-our-team-popup .team-info img {
    border-radius: 5px;
    max-width: 200px;
    height: auto; }
    @media (min-width: 801px) {
      .meet-our-team-popup .team-info img {
        max-width: 100%; } }
  .meet-our-team-popup .team-info .left-section {
    padding: 0;
    text-align: center; }
    @media (min-width: 1261px) {
      .meet-our-team-popup .team-info .left-section {
        padding: 2.25rem; } }

.meet-our-team-popup .modal {
  border-radius: 10px;
  background-color: #f4f4f4; }
  .meet-our-team-popup .modal .modal-content {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1261px) {
      .meet-our-team-popup .modal .modal-content {
        padding: 2.25rem;
        max-width: 90%;
        margin: auto; } }
  .meet-our-team-popup .modal .modal-close {
    color: #abcfb0;
    font-weight: 300;
    background: #fff;
    border-radius: 100%;
    top: 15px;
    right: 15px; }

.meet-our-team-popup.activeModal .modal-background {
  display: block; }

.meet-our-team-popup .modal-body {
  padding: 20px 15px 20px;
  max-height: 300px; }
  @media (min-width: 801px) {
    .meet-our-team-popup .modal-body {
      padding: 2.25rem 2.25rem;
      max-height: 400px; } }
  @media (min-width: 1261px) {
    .meet-our-team-popup .modal-body {
      max-height: 500px; } }
  @media (min-width: 801px) {
    .meet-our-team-popup .modal-body p {
      font-size: 18px; } }

.meet-our-team-popup .modal-header {
  padding-bottom: 0;
  border: none;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 801px) {
    .meet-our-team-popup .modal-header {
      padding-top: 2.25rem;
      padding-left: 2.25rem;
      padding-right: 2.75rem; } }
  .meet-our-team-popup .modal-header .modal-header-title {
    border: none;
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3; }
    @media (min-width: 801px) {
      .meet-our-team-popup .modal-header .modal-header-title {
        font-size: 34px;
        margin-bottom: 0; } }

.meet-our-team-popup h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.2; }
  @media (min-width: 801px) {
    .meet-our-team-popup h4 {
      font-size: 24px; } }

.meet-our-team-popup .socialLinks {
  text-align: center; }
  .meet-our-team-popup .socialLinks.hidden {
    display: none; }
  .meet-our-team-popup .socialLinks span {
    display: none; }
  .meet-our-team-popup .socialLinks .socialLinks-item {
    margin-right: 20px; }
    .meet-our-team-popup .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
    .meet-our-team-popup .socialLinks .socialLinks-item .icon.icon--linkedin:before {
      content: '';
      background: url(../icons/linkedin.svg) no-repeat;
      display: inline-block;
      fill: #fff;
      width: 30px;
      height: 30px; }
    .meet-our-team-popup .socialLinks .socialLinks-item .icon.icon--phone:before {
      content: '';
      background: url(../img/phone-icon.png) no-repeat;
      width: 30px;
      height: 30px;
      display: inline-block; }
    .meet-our-team-popup .socialLinks .socialLinks-item .icon.icon--email:before {
      content: '';
      background: url(../img/email-icon.png) no-repeat center;
      width: 30px;
      height: 30px;
      display: inline-block;
      background-size: auto 18px; }

.page_body_cart .breadcrumbs {
  display: none; }

.cart-main-wapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .cart-main-wapper {
      margin: 0 -10px 40px; } }
  .cart-main-wapper .cart-content {
    width: 100%;
    display: inline-block; }
    @media (min-width: 801px) {
      .cart-main-wapper .cart-content {
        width: 66.666%;
        padding: 0 10px; } }
    .cart-main-wapper .cart-content .page-heading {
      margin-bottom: 20px;
      line-height: 1.3;
      background: #f4f4f4;
      padding: 15px;
      border-radius: 5px; }
      @media (min-width: 801px) {
        .cart-main-wapper .cart-content .page-heading {
          padding: 20px; } }
    .cart-main-wapper .cart-content .cart {
      display: inline-block;
      margin-bottom: 0; }
      .cart-main-wapper .cart-content .cart .cart-header {
        display: none; }
      .cart-main-wapper .cart-content .cart .cart-list {
        border-top: none;
        display: inline-block;
        width: 100%; }
        .cart-main-wapper .cart-content .cart .cart-list .cart-item {
          background: #f4f4f4;
          padding: 15px;
          border-radius: 5px;
          display: inline-block;
          width: 100%;
          border: none; }
          @media (min-width: 801px) {
            .cart-main-wapper .cart-content .cart .cart-list .cart-item {
              padding: 20px;
              margin-bottom: 20px; } }
          @media (min-width: 801px) {
            .cart-main-wapper .cart-content .cart .cart-list .cart-item:last-child {
              margin-bottom: 0; } }
  .cart-main-wapper .cart-summary {
    width: 100%;
    display: inline-block; }
    @media (min-width: 801px) {
      .cart-main-wapper .cart-summary {
        width: 33.334%;
        padding: 0 10px;
        position: sticky;
        top: 0;
        height: 100%; } }
    .cart-main-wapper .cart-summary .cart-totals-info {
      display: inline-block;
      width: 100%;
      background: #f4f4f4;
      padding: 15px;
      border-radius: 5px; }
      @media (min-width: 801px) {
        .cart-main-wapper .cart-summary .cart-totals-info {
          padding: 20px; } }
      .cart-main-wapper .cart-summary .cart-totals-info .custom-heading {
        text-align: left;
        margin: 0 0 20px;
        text-transform: uppercase; }
      .cart-main-wapper .cart-summary .cart-totals-info .cart-totals {
        background: transparent; }
    .cart-main-wapper .cart-summary .cart-actions .button {
      width: 100%;
      margin-bottom: 10px; }
      .cart-main-wapper .cart-summary .cart-actions .button.b2b-cart-to-quote {
        display: none; }
    .cart-main-wapper .cart-summary .c00409.rfq-button-container.rfq-cart-button-container {
      margin: 0;
      width: 100%; }

.page_body_login, .page_body_createaccount {
  margin-top: 0; }
  .page_body_login .page, .page_body_createaccount .page {
    margin: 0; }
  .page_body_login .breadcrumbs, .page_body_createaccount .breadcrumbs {
    display: none; }

.page_body_createaccount .account--fixed {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .page_body_createaccount .account--fixed {
      width: auto;
      margin: 30px -15px 0; } }

.page_body_createaccount .page-heading {
  display: none; }

.top-products-list .productCarousel-slide {
  padding: 0; }
  @media (min-width: 801px) {
    .top-products-list .productCarousel-slide {
      padding: 0; } }
  .top-products-list .productCarousel-slide .card {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #f4f4f4;
    border-radius: 10px; }
    @media (min-width: 551px) {
      .top-products-list .productCarousel-slide .card .card-figure {
        width: 40%; } }
    @media (min-width: 801px) {
      .top-products-list .productCarousel-slide .card .card-figure {
        width: 40%; } }
    @media (min-width: 801px) {
      .top-products-list .productCarousel-slide .card .card-figure .card-image {
        width: 100%;
        border-radius: 10px 0 0 10px; } }
    .top-products-list .productCarousel-slide .card .card-body {
      text-align: left;
      padding: 15px; }
      @media (min-width: 551px) {
        .top-products-list .productCarousel-slide .card .card-body {
          width: 60%; } }
      @media (min-width: 801px) {
        .top-products-list .productCarousel-slide .card .card-body {
          padding: 30px 30px 30px 75px; } }
      .top-products-list .productCarousel-slide .card .card-body .price {
        font-size: 20px;
        color: #000; }
        @media (min-width: 801px) {
          .top-products-list .productCarousel-slide .card .card-body .price {
            font-size: 26px; } }
      .top-products-list .productCarousel-slide .card .card-body .button {
        display: inline-block;
        margin: 10px 0 0; }
        .top-products-list .productCarousel-slide .card .card-body .button.card-figcaption-button {
          display: none; }
      .top-products-list .productCarousel-slide .card .card-body .card-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3;
        color: #637065; }
        @media (min-width: 801px) {
          .top-products-list .productCarousel-slide .card .card-body .card-title {
            font-size: 30px; } }
        @media (min-width: 1261px) {
          .top-products-list .productCarousel-slide .card .card-body .card-title {
            font-size: 48px; } }
        .top-products-list .productCarousel-slide .card .card-body .card-title a {
          color: #637065; }
          .top-products-list .productCarousel-slide .card .card-body .card-title a:hover {
            color: #accfb0; }
      .top-products-list .productCarousel-slide .card .card-body .prod-summary {
        display: inline-block;
        width: 100%;
        margin: 10px 0; }
        @media (min-width: 801px) {
          .top-products-list .productCarousel-slide .card .card-body .prod-summary {
            margin: 20px 0;
            font-size: 18px;
            max-height: 220px;
            overflow: auto;
            padding-right: 20px; } }
        .top-products-list .productCarousel-slide .card .card-body .prod-summary p {
          margin-bottom: 15px; }

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

#dropdown {
  position: relative; }
  #dropdown:hover .is-open-dropdown {
    display: block; }
  #dropdown .is-open-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    right: 0;
    min-width: 110px;
    border: 1px solid #637065; }
    #dropdown .is-open-dropdown li {
      padding: 5px 0; }
      #dropdown .is-open-dropdown li:not(:last-child) {
        border-bottom: 1px solid #637065; }
      #dropdown .is-open-dropdown li a {
        color: #637065;
        padding: 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px; }
        #dropdown .is-open-dropdown li a:hover {
          text-decoration: underline; }

.top-filter-option {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .top-filter-option {
      margin: 1.5rem 0;
      padding-top: 14px; } }
  .top-filter-option.is-sidebar {
    justify-content: end; }
  .top-filter-option .page-sidebar {
    display: inline-block;
    width: 100%;
    margin-top: 1.5rem; }
    @media (min-width: 801px) {
      .top-filter-option .page-sidebar {
        width: calc(100% - 280px);
        margin-top: 0; } }
  .top-filter-option .actionBar {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .top-filter-option .actionBar {
        width: auto; } }
  .top-filter-option .facetedSearch-toggle + .facetedSearch-navList, .top-filter-option .sidebarBlock + .facetedSearch-navList {
    margin-top: 0; }
  @media (min-width: 801px) {
    .top-filter-option .accordion--navList {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 1261px) {
    .top-filter-option .accordion--navList {
      margin: 0 -15px; } }
  .top-filter-option .accordion--navList .accordion-block {
    display: inline-block;
    width: 100%;
    margin: 0; }
    @media (min-width: 801px) {
      .top-filter-option .accordion--navList .accordion-block {
        width: 25%;
        margin: 0;
        padding: 0 10px; } }
    @media (min-width: 1261px) {
      .top-filter-option .accordion--navList .accordion-block {
        width: 20%;
        padding: 0 15px; } }
    @media (min-width: 801px) {
      .top-filter-option .accordion--navList .accordion-block .accordion-navigation {
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #dadada; } }
    .top-filter-option .accordion--navList .accordion-block .accordion-navigation-actions .facetedSearch-clearLink {
      display: none; }
  @media (min-width: 801px) {
    .top-filter-option .accordion--navList .accordion-content {
      padding: 1rem;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      border: 1px solid #dadada;
      z-index: 1;
      margin-top: -1px; } }
  @media (min-width: 801px) {
    .top-filter-option .accordion--navList .accordion-content .navList {
      margin: 0 -10px; } }
  @media (min-width: 801px) {
    .top-filter-option .accordion--navList .accordion-content .navList .navList-item {
      display: inline-block;
      float: left;
      width: calc((100% - 100px) / 5);
      margin: 0 10px 10px; }
      .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action {
        font-size: 14px;
        margin-bottom: 0;
        text-transform: capitalize; }
        .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action .navList-action-close {
          display: none; }
      .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action--checkbox:before, .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action--checkbox:after {
        transform: translate(0, -50%); }
      .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action--checkbox:before {
        margin-top: 0; }
      .top-filter-option .accordion--navList .accordion-content .navList .navList-item .navList-action--checkbox:after {
        margin-top: 0; } }
  .top-filter-option .accordion--navList .accordion-title {
    color: #757574; }
    @media (min-width: 801px) {
      .top-filter-option .accordion--navList .accordion-title {
        padding: 3px 2rem 3px 0;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .top-filter-option .accordion--navList .accordion-indicator {
    visibility: visible;
    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(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
    background-size: 20px; }
    .top-filter-option .accordion--navList .accordion-indicator use {
      display: none; }
    .top-filter-option .accordion--navList .accordion-indicator.toggleLink-text--on {
      transform: rotate(-180deg);
      background-position: right 0 top -4px; }
  @media (min-width: 801px) {
    .top-filter-option .facetedSearch-refineFilters .sidebarBlock-heading {
      display: none; }
    .top-filter-option .facetedSearch-refineFilters .no-filters-txt {
      display: none; }
    .top-filter-option .facetedSearch-refineFilters .remove_all_url {
      display: inline-block;
      vertical-align: top;
      margin-left: 0.5rem;
      margin-top: 15px;
      padding: 0.1875rem 1rem 0.1875rem 1rem;
      text-decoration: none;
      border: 1px solid #dadada;
      border-radius: 10px;
      font-size: 14px; }
    .top-filter-option .facetedSearch-refineFilters .inlineList--labels {
      margin-top: 15px;
      margin-left: 0;
      display: inline-block; }
      .top-filter-option .facetedSearch-refineFilters .inlineList--labels li:first-child {
        margin-left: 0; }
    .top-filter-option .facetedSearch-refineFilters .facetLabel {
      background: transparent;
      border-radius: 10px;
      border: 1px solid #dadada;
      font-size: 14px;
      color: #757574; }
      .top-filter-option .facetedSearch-refineFilters .facetLabel .icon {
        top: 0; } }
  .top-filter-option .actionBar-section .form-field {
    border-color: #dadada; }
  .top-filter-option .actionBar-section .form-select--small, .top-filter-option .actionBar-section .form-select--date {
    padding: 0 2rem 0 0;
    background-position: right 0 top 5px;
    background-size: 20px; }
  @media (min-width: 551px) {
    .top-filter-option .actionBar-section .form-select, .top-filter-option .actionBar-section .form-input {
      width: 15.625rem; } }
  .top-filter-option .subcategories_links {
    display: none; }
  .top-filter-option .sidebarBlock + .sidebarBlock {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.team-wrapper-section {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  background: #f4f4f4; }
  @media (min-width: 801px) {
    .team-wrapper-section {
      padding: 50px 15px 35px; } }
  @media (min-width: 1261px) {
    .team-wrapper-section {
      padding: 100px 35px 85px; } }
  .team-wrapper-section .box-info-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-evenly; }
    @media (min-width: 551px) {
      .team-wrapper-section .box-info-item {
        margin: 0;
        justify-content: space-between; } }
    @media (min-width: 1261px) {
      .team-wrapper-section .box-info-item {
        margin: 0; } }
    .team-wrapper-section .box-info-item .col-lg-3 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 20%;
      margin: 0 0 15px; }
      @media (min-width: 479px) {
        .team-wrapper-section .box-info-item .col-lg-3 {
          width: 20%;
          margin: 0 0 15px; } }
      @media (min-width: 801px) {
        .team-wrapper-section .box-info-item .col-lg-3 {
          width: 25%; } }
      @media (min-width: 1023px) {
        .team-wrapper-section .box-info-item .col-lg-3 {
          width: auto;
          margin: 0 0 15px; } }
      .team-wrapper-section .box-info-item .col-lg-3 .caption-title {
        font-size: 11px;
        margin: 0;
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle;
        color: #373737;
        font-weight: 600;
        width: 100%;
        text-align: center; }
        @media (min-width: 801px) {
          .team-wrapper-section .box-info-item .col-lg-3 .caption-title {
            font-size: 16px; } }
        @media (min-width: 1261px) {
          .team-wrapper-section .box-info-item .col-lg-3 .caption-title {
            width: calc(100% - 70px);
            font-size: 18px;
            float: left;
            text-align: left; } }
      .team-wrapper-section .box-info-item .col-lg-3 .icons {
        display: inline-block;
        width: 65px;
        height: 65px;
        margin: 0 auto; }
        @media (min-width: 1261px) {
          .team-wrapper-section .box-info-item .col-lg-3 .icons {
            width: 65px;
            height: 65px;
            margin-right: 5px;
            float: left; } }

.mid-header .navUser .navUser-section .navUser-item.navUser-convert-b2b {
  display: none; }

/* 15Feb */
.slideout-reviews-button-container {
  top: inherit !important;
  bottom: 0; }

#embroideryTrigger[disabled] {
  pointer-events: none; }

#readmore {
  padding: 0;
  text-decoration: none;
  font-weight: 600; }

#readless {
  text-decoration: none;
  font-weight: 600; }

.Video-container-carousel .video-custom-container {
  max-width: calc(100% - 30px);
  padding: 0;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-bottom: 20px; }
  @media (min-width: 1261px) {
    .Video-container-carousel .video-custom-container {
      padding: 0;
      max-width: calc(100% - 100px); } }
  .Video-container-carousel .video-custom-container .alternative-banner-row {
    padding: 20px 20px 50px; }
    @media (min-width: 801px) {
      .Video-container-carousel .video-custom-container .alternative-banner-row {
        padding: 100px 50px;
        display: flex;
        gap: 10px; } }
    @media (max-width: 767px) {
      .Video-container-carousel .video-custom-container .alternative-banner-row {
        display: block !important; } }
    .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-right {
      padding: 20px 0 0;
      width: 100%; }
      .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-right .alignment {
        max-width: 100%;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-right .alignment {
            max-width: 80%; } }
        @media (min-width: 801px) {
          .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-right .alignment {
            max-width: 90%; } }
      @media (min-width: 801px) {
        .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-right {
          padding: 0;
          width: 40%; } }
    .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-left {
      padding: 0;
      width: 100%; }
      @media (min-width: 1261px) {
        .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-left {
          padding: 0; } }
      @media (min-width: 801px) {
        .Video-container-carousel .video-custom-container .alternative-banner-row .alternative-banner-column.column-left {
          width: 60%;
          order: 3; } }
  .Video-container-carousel .video-custom-container .video-container {
    border: 10px solid #fff;
    padding-bottom: 56.25%;
    background-color: #fff; }
  .Video-container-carousel .video-custom-container h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize; }
    @media (min-width: 801px) {
      .Video-container-carousel .video-custom-container h3 {
        font-size: 34px;
        margin-bottom: 30px; } }
  .Video-container-carousel .video-custom-container .alignment p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin: 0 0 20px; }
    .Video-container-carousel .video-custom-container .alignment p:last-child {
      margin-bottom: 0; }
  .Video-container-carousel .video-custom-container .alignment .max-375 {
    margin-left: auto;
    margin-right: auto; }

.Video-container-carousel [data-sub-layout="b0f35eb4-55be-4c4a-8942-055916e6bc49"] {
  padding-right: 0;
  padding-left: 0; }

.Video-container-carousel .carousel .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 99;
  transform: translate(0, -25%);
  top: 25%; }
  @media (min-width: 551px) {
    .Video-container-carousel .carousel .slick-arrow {
      transform: translate(0, -30%);
      top: 30%; } }
  @media (min-width: 768px) {
    .Video-container-carousel .carousel .slick-arrow {
      transform: translate(0, -50%);
      top: 50%; } }
  @media (min-width: 801px) {
    .Video-container-carousel .carousel .slick-arrow {
      transform: translate(0, -50%);
      top: 50%; } }

.Video-container-carousel .carousel .slick-next {
  right: 5px; }

.Video-container-carousel .carousel .slick-prev {
  left: 5px; }

.Video-container-carousel .carousel .slick-dots {
  display: none !important; }

.Video-container-carousel.Video-container-about {
  margin: 50px 0 0; }
  @media (min-width: 801px) {
    .Video-container-carousel.Video-container-about {
      margin: 80px 0 0; } }
  .Video-container-carousel.Video-container-about .video-custom-container {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .Video-container-carousel.Video-container-about .video-custom-container .alternative-banner-row .alternative-banner-column.column-right {
        padding-right: 30px; } }
  @media (min-width: 801px) {
    .Video-container-carousel.Video-container-about .video-custom-container .alternative-banner-row .alternative-banner-column.column-right .alignment {
      max-width: 100%; } }

.monogrammer-preview__item {
  color: black; }

@media (min-width: 551px) {
  .video-info-section .team-info-section .team-info-item.row {
    margin: 0 -10px; } }

@media (min-width: 801px) {
  .video-info-section .team-info-section .team-info-item.row {
    margin: 0 -15px; } }

.video-info-section .team-info-section .team-item.col-lg-4 {
  margin: 0 0 20px;
  padding: 0; }
  @media (min-width: 551px) {
    .video-info-section .team-info-section .team-item.col-lg-4 {
      width: calc((100% - 40px) / 2);
      padding: 0;
      margin: 0 10px 20px; } }
  @media (min-width: 801px) {
    .video-info-section .team-info-section .team-item.col-lg-4 {
      padding: 0;
      margin: 0 15px 30px; } }
  @media (min-width: 1261px) {
    .video-info-section .team-info-section .team-item.col-lg-4 {
      width: 33.333%;
      width: calc((100% - 90px) / 3); } }

@media (min-width: 551px) {
  .video-info-section .team-info-section .team-caption {
    padding: 20px 15px; } }

@media (min-width: 1261px) {
  .video-info-section .team-info-section .team-caption {
    padding: 50px 30px; } }

.video-info-section .team-info-section .team-caption iframe {
  border-radius: 0;
  border: 5px solid #fff; }

.video-info-section .team-info-section .team-caption h2 {
  margin-top: 0; }

.video-info-section .team-info-section .team-caption p {
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 100%; }

.tag-links {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  margin: 0 0 30px; }
  .tag-links li {
    list-style: none;
    margin: 0 5px;
    display: inline-block; }
    .tag-links li a {
      text-decoration: none;
      color: #000;
      font-size: 18px;
      font-weight: 500;
      padding: 10px 15px;
      display: inline-block;
      position: relative; }
      @media (min-width: 1261px) {
        .tag-links li a {
          font-size: 20px;
          padding: 10px 20px; } }
      .tag-links li a:hover {
        color: #637065; }
      .tag-links li a.active {
        font-weight: 700;
        color: #637065; }
        .tag-links li a.active:after {
          background: #637065; }
      .tag-links li a:after {
        content: '';
        display: none;
        width: auto;
        height: 6px;
        border-radius: 5px;
        background: #e6e6e6;
        position: absolute;
        right: 0;
        left: 0;
        top: inherit;
        transform: none;
        margin: 0;
        bottom: 0; }

.page-sidebar-posts {
  display: inline-block;
  width: 100%; }
  .page-sidebar-posts .blog-header {
    text-align: center; }
    .page-sidebar-posts .blog-header .blog-title {
      text-align: center;
      max-width: 823px;
      margin: 0 auto 0.375rem; }
  .page-sidebar-posts .container {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 801px) {
      .page-sidebar-posts .container {
        display: block; } }
  .page-sidebar-posts .page-sidebar {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    order: 1; }
    @media (min-width: 801px) {
      .page-sidebar-posts .page-sidebar {
        float: right;
        padding: 20px; } }
    .page-sidebar-posts .page-sidebar + .page-content {
      padding-left: 0;
      padding-right: 0;
      order: 0; }
      @media (min-width: 801px) {
        .page-sidebar-posts .page-sidebar + .page-content {
          float: left;
          padding-left: 0.75rem;
          padding-right: 24px; } }
  .page-sidebar-posts .blog-post-figure {
    display: block; }
    .page-sidebar-posts .blog-post-figure.main-banner {
      display: none; }
  .page-sidebar-posts .blog-post-body {
    text-align: left;
    padding: 0; }
    @media (min-width: 801px) {
      .page-sidebar-posts .blog-post-body {
        padding: 0; } }
    .page-sidebar-posts .blog-post-body .blog-header {
      display: none; }
  .page-sidebar-posts .blog-date, .page-sidebar-posts .blog-author, .page-sidebar-posts .tags {
    text-align: center; }
  .page-sidebar-posts .blog-post {
    text-align: left; }
  .page-sidebar-posts .blog-date, .page-sidebar-posts .blog-author, .page-sidebar-posts .tags, .page-sidebar-posts .blog-post {
    max-width: 823px;
    margin: 0 auto; }
  .page-sidebar-posts .page-sidebar {
    margin-bottom: 2rem; }
    .page-sidebar-posts .page-sidebar h2 {
      margin: 0 0 20px; }
    .page-sidebar-posts .page-sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .page-sidebar-posts .page-sidebar ul li {
        display: inline-block;
        width: 100%; }
  .page-sidebar-posts .page-content .blog {
    margin-bottom: 2rem; }
  .page-sidebar-posts .posts-tag ul li a {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 0 0 3px;
    font-weight: 500; }
  .page-sidebar-posts .recent-posts {
    margin: 30px 0 20px; }
    .page-sidebar-posts .recent-posts h4 {
      font-size: 16px; }
    .page-sidebar-posts .recent-posts .blogGridPost {
      margin-bottom: 30px; }
      .page-sidebar-posts .recent-posts .blogGridPost:last-child {
        margin-bottom: 0; }
    .page-sidebar-posts .recent-posts figure {
      margin-bottom: 0;
      margin-top: 0; }
      .page-sidebar-posts .recent-posts figure .blog-grid-image {
        width: 100%;
        border-radius: 10px; }
    .page-sidebar-posts .recent-posts .grid-post-body .blog-grid-date {
      display: none; }
    .page-sidebar-posts .recent-posts .grid-post-body p {
      display: none; }
    .page-sidebar-posts .recent-posts .links-btn {
      margin-bottom: 0;
      padding-top: 0; }

#tab-our-quality .slick-slider, #tab-the-warehouse .slick-slider {
  margin-bottom: 0; }
  #tab-our-quality .slick-slider .slick-dots, #tab-the-warehouse .slick-slider .slick-dots {
    display: none !important; }

.mobile-zoom-overlay {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  transition: all .4s linear; }
  .mobile-zoom-overlay .hide-zoom-overlay {
    margin: 10px; }
  .mobile-zoom-overlay .container {
    height: 100%; }
    .mobile-zoom-overlay .container .slider-product-thum {
      position: fixed;
      top: 50%;
      left: 0;
      margin-top: -50%; }
      .mobile-zoom-overlay .container .slider-product-thum .slider-nav {
        width: 100%;
        position: fixed;
        bottom: 10px;
        left: 0; }
        .mobile-zoom-overlay .container .slider-product-thum .slider-nav .slick-list, .mobile-zoom-overlay .container .slider-product-thum .slider-nav .slick-track {
          width: 100%; }
        .mobile-zoom-overlay .container .slider-product-thum .slider-nav .slider-info-item {
          width: 40px; }
    .mobile-zoom-overlay .container .mobile-zoom-container {
      position: fixed;
      left: 0;
      width: 100%;
      height: 80%;
      overflow: hidden; }

.modal.size-guide_popup .modal-close {
  top: 10px;
  right: 10px; }

.standards-info-section .standards-slider .team-item img {
  width: 100%; }

.timer {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  .timer strong {
    font-weight: 700;
    display: inline-block; }
    @media (min-width: 801px) {
      .timer strong {
        min-width: 200px; } }

/* checkout summary desing */
.cart-totals .cart-total .shipping-quotes .estimator-form--default ul {
  margin: 0; }
  .cart-totals .cart-total .shipping-quotes .estimator-form--default ul li {
    margin-bottom: 10px;
    text-align: left; }
    .cart-totals .cart-total .shipping-quotes .estimator-form--default ul li:last-child {
      margin-bottom: 20px; }
    .cart-totals .cart-total .shipping-quotes .estimator-form--default ul li dl {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0; }
      .cart-totals .cart-total .shipping-quotes .estimator-form--default ul li dl dt .estimator-form-label-text {
        font-size: 15px; }
      .cart-totals .cart-total .shipping-quotes .estimator-form--default ul li dl dd {
        margin-bottom: 0;
        text-align: right; }

.card .price-section--withTax {
  display: none; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.page_type_editaccount .account form {
  display: none; }

.page_type_account_orderstatus .account,
.page_type_account_returns .account,
.page_type_account_inbox .account,
.page_type_account_addressbook .account,
.page_type_wishlists .account,
.page_type_account_recentitems .account {
  display: none; }

.navBar--account {
  display: none; }

[data-shoppinglist-add] {
  position: relative; }

.shopping-list-status #shopping-list-status {
  width: 180px; }

#modal-user-management-edit-form,
#modal-user-management-new-form {
  margin: 0 !important; }

.tingle-modal-box,
.swal2-popup {
  background: white !important; }

table > tbody > tr .dropdown-menu {
  background: white !important; }

.new-customer .panel .panel-body {
  color: #373737; }

#quote-list-container .actions-field .dropdown-menu {
  min-width: 100px;
  left: -24px; }

footer.footer .bottom-cart-container {
  z-index: 30 !important; }

.quick-order-pad .table-toolbar {
  overflow: unset !important; }

.body .container .navBar.navBar--sub.navBar--account {
  display: none !important; }
  .body .container .navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
    margin: 0 .75rem; }

.page_type_editaccount .body .container .account.account--fixed {
  width: 100%; }

.productView-details .productView-options > .form-action > .form-action {
  width: auto !important; }
  .productView-details .productView-options > .form-action > .form-action .dropdown-menu .button {
    margin-bottom: 0; }
    .productView-details .productView-options > .form-action > .form-action .dropdown-menu .button.cancel {
      margin-bottom: 5px; }

.address-lists-wrap .addressList .address .panel--address .panel-body {
  color: #101623;
  background-color: #a5a5a5; }

.quotes .quotes-search-form .form-field:nth-child(2) {
  line-height: 1; }

.b2b-wrap .dropdown-menu .button.dropdown-menu-item, .b2b-wrap .dropdown-menu .button.edit-address {
  border-radius: 0;
  color: #373737;
  background-color: #accfb0; }
  .b2b-wrap .dropdown-menu .button.dropdown-menu-item:hover, .b2b-wrap .dropdown-menu .button.edit-address:hover {
    color: white;
    background-color: #637065; }
  .b2b-wrap .dropdown-menu .button.dropdown-menu-item:active, .b2b-wrap .dropdown-menu .button.edit-address:active {
    color: white;
    background-color: #202020; }
  .b2b-wrap .dropdown-menu .button.dropdown-menu-item a, .b2b-wrap .dropdown-menu .button.edit-address a {
    color: #373737; }
    .b2b-wrap .dropdown-menu .button.dropdown-menu-item a:hover, .b2b-wrap .dropdown-menu .button.edit-address a:hover {
      color: white; }
    .b2b-wrap .dropdown-menu .button.dropdown-menu-item a:active, .b2b-wrap .dropdown-menu .button.edit-address a:active {
      color: white; }

.page_type_page.theme_variation__contrast .b2b-wrap table > tbody > tr:hover {
  color: white; }

@media print {
  .page_type_page .body .container .navBar.navBar--sub.navBar--account {
    display: none !important; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__bg,
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background: #fff; }

.product-image[data-product-image] img {
  cursor: zoom-in; }

#consent-manager {
  bottom: auto !important;
  top: 0 !important; }
  #consent-manager > div > div {
    background-color: #000000 !important; }
  #consent-manager > div > div > div {
    justify-content: center !important;
    flex-flow: wrap !important;
    flex-direction: column !important; }
    @media (min-width: 1059px) {
      #consent-manager > div > div > div {
        justify-content: space-between !important;
        flex-flow: nowrap !important;
        flex-direction: row !important; } }
  #consent-manager > div > div > div > div:nth-child(1) {
    text-align: center;
    height: 40px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1059px) {
      #consent-manager > div > div > div > div:nth-child(1) {
        text-align: left;
        height: auto;
        margin-left: 0; } }
  #consent-manager > div > div > div > div:nth-child(2) {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1059px) {
      #consent-manager > div > div > div > div:nth-child(2) {
        margin-right: 0; } }
    #consent-manager > div > div > div > div:nth-child(2) button {
      border-radius: 10px;
      margin-left: 0;
      margin-right: 8px;
      font-size: 0; }
      #consent-manager > div > div > div > div:nth-child(2) button::before {
        font-size: 16px; }
    #consent-manager > div > div > div > div:nth-child(2) button:nth-child(1) {
      order: 2;
      white-space: nowrap;
      overflow: hidden; }
      #consent-manager > div > div > div > div:nth-child(2) button:nth-child(1)::before {
        content: 'Customise';
        display: block;
        text-indent: 0; }
    #consent-manager > div > div > div > div:nth-child(2) button:nth-child(2) {
      display: none; }
    #consent-manager > div > div > div > div:nth-child(2) button:nth-child(3) {
      order: 1;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden; }
      #consent-manager > div > div > div > div:nth-child(2) button:nth-child(3)::before {
        content: 'Accept All';
        display: block;
        text-indent: 0; }

body:has(#consent-manager > div > div) .header {
  top: 120px; }
  @media (min-width: 801px) {
    body:has(#consent-manager > div > div) .header {
      top: 0; }
      body:has(#consent-manager > div > div) .header.sticky.show {
        top: 98px; } }
  @media (min-width: 1059px) {
    body:has(#consent-manager > div > div) .header.sticky.show {
      top: 64px; } }

body:has(#consent-manager > div > div) .body {
  margin-top: 184px; }
  @media (min-width: 801px) {
    body:has(#consent-manager > div > div) .body {
      margin-top: 120px; } }
  @media (min-width: 1059px) {
    body:has(#consent-manager > div > div) .body {
      margin-top: 64px; } }

.cartPreview-isOpen.is-open.is-added {
  left: inherit;
  right: 0;
  top: 49px; }

@media only screen and (max-width: 768px) {
  .mc-banner {
    top: auto !important;
    bottom: 0 !important;
    z-index: 999999 !important;
    height: 0;
    transition: height 0.5s ease-in-out; } }

.team-info-slider {
  margin: 0; }

.team-info-slider .slick-list {
  margin: 0 -15px; }

.team-info-slider .slick-track {
  display: flex;
  margin: 0 0 15px 15px; }

.team-info-slide {
  display: block;
  height: auto; }

.team-info-slide:last-of-type {
  margin-right: 15px; }

.team-info-slide .team-item {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

@media (min-width: 1261px) {
  .team-info-slide .team-item {
    margin-right: 30px; } }

.team-content {
  padding: 30px; }

.team-content .caption-title {
  text-align: left;
  margin-top: 0; }

.team-content ul {
  margin-bottom: 0; }

.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.image-wrapper img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block; }

.image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 1440 390" xmlns="http://www.w3.org/2000/svg"><path d="M 0,400 L 0,150 C 169.46666666666664,117.06666666666666 338.9333333333333,84.13333333333333 497,97 C 655.0666666666667,109.86666666666667 801.7333333333333,168.53333333333336 957,185 C 1112.2666666666667,201.46666666666664 1276.1333333333332,175.73333333333332 1440,150 L 1440,400 L 0,400 Z" fill="%23ffffff"></path></svg>') no-repeat bottom center;
  background-size: cover;
  z-index: 2; }

@media (min-width: 1920px) {
  .image-wrapper::after {
    bottom: -75px;
    height: 150px; } }
