@charset "UTF-8";
/**
**
* LICENSE:
* This source file is subject to the licensing terms that
* are available through the world-wide-web at the following URI:
* http://cartdesigners.com/legal-terms/licensing-terms/.
*
* @author       CartDesigners <info@cartdesigners.com>
* @author       Ransom Carroll <ransom.carroll@cartdesigners.com>
* @copyright    Copyright © 2013 Cart Designers, LLC
* @file         cd-styles.css
* @description  CSS file used for Bigcommerce styles
**/
/* VARIABLES */
/* EXTENDS */
.quick-search .form-field:before, .default-page .banners--top p:after, .productView-description li:before, .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

/* MIXINS */
/* GLOBAL */
body {
  padding-top: 86px; }
  body.sitewide-message-show {
    padding-top: 118px; }
    @media screen and (min-width: 801px) {
      body.sitewide-message-show {
        padding-top: 0; } }
    body.sitewide-message-show .banner--header {
      top: 32px; }
      @media screen and (min-width: 801px) {
        body.sitewide-message-show .banner--header {
          top: 0; } }
  body.sitewide-message-hide {
    padding-top: 86px; }
    @media screen and (min-width: 801px) {
      body.sitewide-message-hide {
        padding: 0; } }
  body.sidepanel-open {
    overflow: hidden; }
  body.header-slim .body {
    padding-top: 132px; }
  @media screen and (min-width: 801px) {
    body {
      padding: 0; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1; }

h1, h2, h3, h4, h5, h6, div {
  scroll-margin-top: 65px; }

.form-label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative; }
  .form-label small {
    left: -10px;
    margin: 0;
    overflow: hidden;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 10px; }
    .form-label small:before {
      content: '*';
      color: #f10;
      font-weight: 700;
      left: 0;
      position: absolute;
      top: 0; }

.form-select {
  background: url(../img/icon-arrow-down-product.png) no-repeat right center;
  font-size: 12px;
  padding-right: 40px; }

.form-input::placeholder {
  color: #c8d2db; }

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

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

.form-wishlist .dropdown-menu {
  margin: 0; }
  .form-wishlist .dropdown-menu .button {
    margin: 0;
    padding: 0.8rem 1rem; }

.rounded {
  background: #fff;
  border: 3px solid #3d7db0;
  border-radius: 50%;
  color: #3B7AAB;
  font-size: 15px;
  height: 34px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 34px; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  position: fixed;
  right: 0;
  top: 59px;
  width: 100%;
  z-index: -1; }
  @media screen and (min-width: 801px) {
    .overlay {
      top: 60px; } }

.button {
  color: #3B7AAB; }
  .button:active, .button:hover {
    color: #3B7AAB; }
  .button--primary {
    color: #fff; }
    .button--primary:active, .button--primary:hover {
      background: #333;
      border-color: #333;
      color: #fff; }
  .button--secondary:active, .button--secondary:hover {
    background: #30628a;
    border-color: #30628a;
    color: #fff; }
  .button--icon {
    color: #333; }
    .button--icon svg {
      fill: #333; }

.body {
  clear: both;
  margin-top: 1rem; }
  @media screen and (min-width: 801px) {
    .body {
      margin-top: 1.5rem; } }
  .body iframe {
    height: 175px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 401px) {
      .body iframe {
        height: 200px; } }
    @media (min-width: 451px) {
      .body iframe {
        height: 250px; } }
    @media screen and (min-width: 551px) {
      .body iframe {
        height: 300px; } }
    @media screen and (min-width: 801px) {
      .body iframe {
        height: 250px; } }
    @media (min-width: 901px) {
      .body iframe {
        height: 275px; } }
    @media (min-width: 1001px) {
      .body iframe {
        height: 310px; } }
    @media screen and (min-width: 1001px) {
      .body iframe {
        margin: 0 0 20px;
        max-width: 555px;
        width: 100%; } }

.container {
  padding: 0rem; }
  @media screen and (min-width: 1261px) {
    .container {
      padding: 0 5rem; } }

.pace {
  display: none; }

/* HEADER */
.header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border: none;
  clear: both;
  float: left;
  padding: 0;
  top: 32px;
  width: 100%; }
  .header-logo {
    float: left;
    margin: 10px 0 0 10px;
    overflow: hidden; }
    .header-logo > a {
      padding: 0;
      width: auto; }
    .header-logo-image {
      position: relative; }
      .header-logo-image-container:after {
        padding: 0; }
    .header-logo img, .header-logo svg {
      max-width: initial;
      width: 130px; }
      @media screen and (min-width: 390px) {
        .header-logo img, .header-logo svg {
          width: 150px; } }
    @media screen and (min-width: 390px) {
      .header-logo {
        margin-left: 15px; } }
    @media screen and (min-width: 551px) {
      .header-logo {
        margin-left: 15px;
        width: auto; } }
    @media screen and (min-width: 801px) {
      .header-logo {
        margin: 0;
        overflow: hidden; }
        .header-logo img, .header-logo svg {
          max-width: initial;
          width: 200px; } }
    @media screen and (min-width: 1001px) {
      .header-logo {
        margin: 0;
        overflow: hidden; }
        .header-logo img, .header-logo svg {
          max-width: initial;
          width: 210px; } }
  .header-slim .header {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    height: 60px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 99; }
    .header-slim .header > .container {
      margin: auto;
      max-width: 1400px;
      position: relative;
      width: 98%;
      z-index: 2; }
    .header-slim .header-logo {
      left: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 7px;
      width: 40px; }
      .header-slim .header-logo img, .header-slim .header-logo svg {
        max-width: initial;
        width: 150px; }
  .header-slim .navUser {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px; }
    .header-slim .navUser .quick-search {
      display: none; }
    .header-slim .navUser-item {
      border-left: 1px solid #c8d2db;
      height: 18px; }
      .header-slim .navUser-item--search {
        display: inline-block; }
      .header-slim .navUser-item--phone-number {
        display: none; }
        .header-slim .navUser-item--phone-number .navUser-action {
          padding: 0 10px; }
          .header-slim .navUser-item--phone-number .navUser-action .navUser-item--label {
            display: none; }
          @media (min-width: 1161px) {
            .header-slim .navUser-item--phone-number .navUser-action {
              padding: 0 20px; } }
        @media screen and (min-width: 1001px) {
          .header-slim .navUser-item--phone-number {
            display: block; } }
      .header-slim .navUser-item--cart .countPill {
        left: 24px;
        top: 11px; }
        @media screen and (min-width: 1261px) {
          .header-slim .navUser-item--cart .countPill {
            left: 29px; } }
        @media (min-width: 1161px) {
          .header-slim .navUser-item--cart .countPill {
            left: 39px; } }
      .header-slim .navUser-item--account-user .navUser-action {
        padding: 0 5px; }
        @media screen and (min-width: 1261px) {
          .header-slim .navUser-item--account-user .navUser-action {
            padding: 0 10px; } }
        @media (min-width: 1161px) {
          .header-slim .navUser-item--account-user .navUser-action {
            padding: 0 20px; } }
        .header-slim .navUser-item--account-user .navUser-action--logout {
          display: none; }
      .header-slim .navUser-item--label {
        display: none; }
    .header-slim .navUser-action {
      padding: 0 5px; }
      .header-slim .navUser-action i {
        position: relative;
        top: -9px; }
      @media screen and (min-width: 1261px) {
        .header-slim .navUser-action {
          padding: 0 10px; } }
      @media (min-width: 1161px) {
        .header-slim .navUser-action {
          padding: 0 20px; } }
    .header-slim .navUser .navUser-section {
      margin: 21px 0 0; }
      @media (min-width: 1161px) {
        .header-slim .navUser .navUser-section {
          margin-right: 10px; } }
    @media screen and (min-width: 1001px) {
      .header-slim .navUser {
        width: 190px; } }
    @media (min-width: 1161px) {
      .header-slim .navUser {
        width: 320px; } }
  .header-slim .quick-search {
    display: none; }
  .header-slim .navPages-container {
    border: none;
    margin-top: 22px;
    z-index: 1; }
    .header-slim .navPages-container > .container {
      max-width: 1400px;
      margin: auto;
      width: 96%; }
    .header-slim .navPages-container .navPages {
      float: left;
      margin-left: 30px;
      width: calc(100% - 155px); }
      @media screen and (min-width: 1001px) {
        .header-slim .navPages-container .navPages {
          width: calc(100% - 210px); } }
      @media (min-width: 1161px) {
        .header-slim .navPages-container .navPages {
          margin-left: 40px;
          width: calc(100% - 340px); } }
  .header-slim .navPages-item--blog > a:hover {
    background: #fff; }
  .header-slim .navPages-item > a {
    font-size: 11px;
    padding: 0; }
    .header-slim .navPages-item > a:after {
      display: none; }
    @media screen and (min-width: 1001px) {
      .header-slim .navPages-item > a {
        font-size: 13px; } }
  .header-slim .navPages-item.has-sub:hover .navPage-subMenu {
    display: none; }
  .header-slim .navPage-subMenu {
    border: none; }
  .header .container {
    padding: 0; }
    @media screen and (min-width: 801px) {
      .header .container {
        padding: 0 1%; } }
    @media screen and (min-width: 1451px) {
      .header .container {
        padding: 0; } }
  @media screen and (min-width: 801px) {
    .header {
      box-shadow: none;
      padding-top: 20px;
      top: 0; } }

.mobileMenu-toggle {
  border-right: 1px solid #c8d2db;
  float: left;
  font-size: 12px;
  height: auto;
  padding: 1.27rem 0.75rem;
  position: relative;
  text-decoration: none;
  width: auto; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #3B7AAB;
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: 0; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      background: #3B7AAB;
      height: 3px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      top: -6px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -6px; }
  .mobileMenu-toggle--label {
    display: inline-block;
    color: #333;
    font-weight: 500;
    margin-left: 0.5rem;
    vertical-align: middle; }
  @media screen and (min-width: 390px) {
    .mobileMenu-toggle {
      padding: 1.27rem 1rem; } }

.navUser .quick-search,
.navPages .quick-search {
  position: relative; }
  .navUser .quick-search .form-field:before,
  .navPages .quick-search .form-field:before {
    font-size: 11px;
    left: 10px;
    padding-right: 10px;
    top: 9px; }
  .navUser .quick-search .form-input,
  .navUser .quick-search .form .button,
  .navPages .quick-search .form-input,
  .navPages .quick-search .form .button {
    height: 35px; }
  .navUser .quick-search .form-input,
  .navPages .quick-search .form-input {
    padding-left: 40px;
    width: calc(100% - 65px); }
  .navUser .quick-search .form .button,
  .navPages .quick-search .form .button {
    line-height: 35px;
    width: 65px; }
  .navUser .quick-search .quickSearchResults,
  .navPages .quick-search .quickSearchResults {
    background: #fff;
    border: 1px solid #c8d2db;
    border-radius: 4px;
    left: 0;
    min-width: 450px;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1; }
    .navUser .quick-search .quickSearchResults .modal-close,
    .navPages .quick-search .quickSearchResults .modal-close {
      position: absolute;
      right: 5px;
      top: 5px; }
    .navUser .quick-search .quickSearchResults .productGrid,
    .navPages .quick-search .quickSearchResults .productGrid {
      margin: 0;
      padding: 1rem; }
      .navUser .quick-search .quickSearchResults .productGrid .product,
      .navPages .quick-search .quickSearchResults .productGrid .product {
        float: left;
        margin: 0;
        padding: 0.5rem 0;
        width: 100%; }
    .navUser .quick-search .quickSearchResults .card,
    .navPages .quick-search .quickSearchResults .card {
      border: none;
      clear: both;
      margin: 0;
      overflow: hidden; }
      .navUser .quick-search .quickSearchResults .card:hover .card-body,
      .navPages .quick-search .quickSearchResults .card:hover .card-body {
        background: none; }
        .navUser .quick-search .quickSearchResults .card:hover .card-body .card-text,
        .navPages .quick-search .quickSearchResults .card:hover .card-body .card-text {
          color: #333; }
      .navUser .quick-search .quickSearchResults .card:hover .card-title > a,
      .navPages .quick-search .quickSearchResults .card:hover .card-title > a {
        color: #000; }
      .navUser .quick-search .quickSearchResults .card-figure,
      .navPages .quick-search .quickSearchResults .card-figure {
        float: left;
        height: 70px;
        max-height: initial;
        width: 60px; }
      .navUser .quick-search .quickSearchResults .card-figcaption,
      .navPages .quick-search .quickSearchResults .card-figcaption {
        display: none; }
      .navUser .quick-search .quickSearchResults .card-image,
      .navPages .quick-search .quickSearchResults .card-image {
        position: relative; }
      .navUser .quick-search .quickSearchResults .card-body,
      .navPages .quick-search .quickSearchResults .card-body {
        float: left;
        letter-spacing: normal;
        padding: 0 0 0 1rem;
        width: calc(100% - 60px); }
        .navUser .quick-search .quickSearchResults .card-body .card-text--price,
        .navPages .quick-search .quickSearchResults .card-body .card-text--price {
          color: #333;
          font-style: italic;
          text-align: left; }
      .navUser .quick-search .quickSearchResults .card-title,
      .navPages .quick-search .quickSearchResults .card-title {
        border: none;
        line-height: 1;
        min-height: initial;
        text-align: left; }
      .navUser .quick-search .quickSearchResults .card a,
      .navPages .quick-search .quickSearchResults .card a {
        color: #333; }
        .navUser .quick-search .quickSearchResults .card a:hover,
        .navPages .quick-search .quickSearchResults .card a:hover {
          color: #12f812; }
      .navUser .quick-search .quickSearchResults .card .button,
      .navPages .quick-search .quickSearchResults .card .button {
        color: #fff;
        display: none; }
    .navUser .quick-search .quickSearchResults .sale-flag-side,
    .navPages .quick-search .quickSearchResults .sale-flag-side {
      display: none; }
    .navUser .quick-search .quickSearchResults .more-results,
    .navPages .quick-search .quickSearchResults .more-results {
      background: #3B7AAB;
      border-radius: 0 0 4px 4px;
      color: #fff;
      display: block;
      font-weight: 500;
      padding: 0.5rem;
      text-align: center;
      text-decoration: none;
      transition: background 0.3s ease; }
      .navUser .quick-search .quickSearchResults .more-results i, .navUser .quick-search .quickSearchResults .more-results svg,
      .navPages .quick-search .quickSearchResults .more-results i,
      .navPages .quick-search .quickSearchResults .more-results svg {
        font-size: 10px;
        margin-left: 5px; }
      .navUser .quick-search .quickSearchResults .more-results:hover,
      .navPages .quick-search .quickSearchResults .more-results:hover {
        background: #333; }
    .navUser .quick-search .quickSearchResults:empty,
    .navPages .quick-search .quickSearchResults:empty {
      border: none; }

.navUser {
  float: right;
  padding: 0;
  position: relative;
  top: auto;
  transform: none;
  width: auto; }
  .navUser .navUser-section {
    float: right;
    margin: 0; }
    @media screen and (min-width: 801px) {
      .navUser .navUser-section {
        margin: 8px 10px 0 0; } }
    @media screen and (min-width: 1001px) {
      .navUser .navUser-section {
        margin-left: 10px; } }
  .navUser .quick-search {
    display: none;
    float: left;
    margin: 6px 0 0 10px;
    width: calc(100% - 300px); }
    @media screen and (min-width: 801px) {
      .navUser .quick-search {
        display: block;
        width: calc(100% - 315px); } }
    @media screen and (min-width: 1001px) {
      .navUser .quick-search {
        margin-left: 10px;
        width: calc(100% - 530px); } }
  .navUser-item {
    border-left: 1px solid #c8d2db;
    display: block;
    float: left; }
    .navUser-item--search {
      display: none; }
    .navUser-item--phone-number {
      display: none; }
      @media screen and (min-width: 551px) {
        .navUser-item--phone-number {
          display: block; } }
      .navUser-item--phone-number .navUser-action .navUser-item--label {
        display: none;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.025em;
        margin-top: -7px; }
        .navUser-item--phone-number .navUser-action .navUser-item--label + .navUser-item--label {
          color: #3B7AAB;
          font-size: 12px;
          font-weight: 500; }
        @media screen and (min-width: 801px) {
          .navUser-item--phone-number .navUser-action .navUser-item--label {
            display: block; } }
        @media screen and (min-width: 1001px) {
          .navUser-item--phone-number .navUser-action .navUser-item--label {
            font-size: 20px; } }
      @media screen and (min-width: 801px) {
        .navUser-item--phone-number .navUser-action {
          padding: 7px 15px 0 44px; } }
      @media screen and (min-width: 1001px) {
        .navUser-item--phone-number .navUser-action {
          padding: 3px 30px 0 44px; } }
    @media screen and (min-width: 801px) {
      .navUser-item--cart .navUser-action {
        padding-right: 0; } }
    .navUser-item--cart .countPill {
      background: #3B7AAB;
      left: initial;
      position: absolute;
      right: 0;
      top: 27px; }
      @media screen and (min-width: 801px) {
        .navUser-item--cart .countPill {
          left: 20px;
          right: initial;
          top: 17px; } }
    .navUser-item--label {
      display: none; }
      @media screen and (min-width: 1001px) {
        .navUser-item--label {
          display: inline-block; } }
    .navUser-item--account-user {
      position: relative; }
      @media screen and (min-width: 801px) {
        .navUser-item--account-user .navUser-action {
          display: block;
          padding: 2px 0 10px 44px; } }
      @media screen and (min-width: 1001px) {
        .navUser-item--account-user .navUser-action {
          padding-right: 30px; } }
      .navUser-item--account-user .navUser-action--logout {
        bottom: -5px;
        color: #3b7aab;
        display: none;
        font-size: 12px;
        font-weight: 500;
        left: 44px;
        position: absolute;
        text-decoration: none;
        z-index: 1; }
        @media screen and (min-width: 1001px) {
          .navUser-item--account-user .navUser-action--logout {
            display: block; } }
        .navUser-item--account-user .navUser-action--logout:hover {
          color: #333; }
    @media screen and (min-width: 801px) {
      .navUser-item {
        border: none; } }
  .navUser-action {
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    position: relative;
    text-transform: none; }
    .navUser-action:hover i {
      border-color: #333;
      color: #333; }
    .navUser-action .rounded {
      position: relative; }
      @media screen and (min-width: 801px) {
        .navUser-action .rounded {
          position: absolute; } }
    @media screen and (min-width: 801px) {
      .navUser-action {
        padding: 8px 0 6px 44px; } }
    @media screen and (min-width: 1001px) {
      .navUser-action {
        padding-right: 30px; } }
  @media screen and (min-width: 801px) {
    .navUser {
      width: calc(99% - 200px); } }
  @media screen and (min-width: 1001px) {
    .navUser {
      width: calc(99% - 220px); } }

.quick-search .form {
  margin: 0; }
  .quick-search .form-field {
    margin: 0;
    position: relative; }
    .quick-search .form-field:before {
      border-right: 1px solid #c8d2db;
      color: #c8d2db;
      content: '\f002';
      font-size: 17px;
      left: 10px;
      padding-right: 10px;
      position: absolute;
      top: 9px; }
  .quick-search .form-input {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    float: left;
    height: 45px;
    padding: 0.5rem 1rem 0.5rem 45px;
    width: calc(100% - 85px); }
  .quick-search .form .button {
    border-left: 0;
    border-radius: 0 5px 5px 0;
    float: left;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 85px; }

.navPages {
  height: 100%; }
  .navPages-container {
    clear: both;
    float: left;
    width: 100%; }
    .navPages-container > .container {
      border-top: 1px solid #c8d2db;
      height: calc(100vh - 119px);
      padding: 0; }
      @media screen and (min-width: 801px) {
        .navPages-container > .container {
          border: none;
          height: auto;
          position: static; } }
    .navPages-container.is-open {
      padding-top: 54px; }
    @media screen and (min-width: 801px) {
      .navPages-container {
        border-bottom: 1px solid #c8d2db;
        border-top: 1px solid #c8d2db;
        margin-top: 20px; } }
  .navPages-list + .navPages-list {
    border-color: #c8d2db; }
  @media screen and (min-width: 801px) {
    .navPages-list {
      display: flex; }
      .navPages-list--user {
        display: none; } }
  .navPages-item--login-register .navPages-action {
    display: inline-block; }
  @media screen and (min-width: 801px) {
    .navPages-item {
      border-left: 1px solid #c8d2db;
      display: inline-block;
      flex-grow: 1;
      float: none; }
      .navPages-item--blog > a {
        background: #3B7AAB;
        color: #fff;
        position: relative; }
        .navPages-item--blog > a:after {
          background: #3B7AAB;
          bottom: -1px;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          width: 100%; }
        .navPages-item--blog > a:hover {
          background: #c8d2db; }
          .navPages-item--blog > a:hover:after {
            background: #c8d2db; }
      .navPages-item.has-sub:hover .navPage-subMenu {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        max-height: 1000px;
        transition: all 0.3s ease-out; }
      .navPages-item > a {
        display: block;
        font-size: 12px;
        font-weight: 500;
        padding: 11px 0;
        text-transform: none; }
        .navPages-item > a .icon {
          display: none; } }
    @media screen and (min-width: 801px) and (min-width: 1001px) {
      .navPages-item > a {
        font-size: 13px; } }
  @media screen and (min-width: 801px) {
      .navPages-item:first-of-type {
        border: none; } }
  .navPages-action {
    font-size: 1rem;
    padding: 0.5rem 0; }
    @media screen and (min-width: 801px) {
      .navPages-action {
        font-size: 18px;
        padding: 0.78571rem 0; } }
  .navPages .navPage-subMenu-list {
    margin: 0 0 10px 15px; }
    @media screen and (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 1400px;
        padding: 10px 0; } }
  .navPages .quick-search {
    display: block;
    padding-bottom: 1.5rem; }
    .navPages .quick-search .quickSearchResults {
      margin: 0;
      top: calc(100% - 1.5rem); }
      .navPages .quick-search .quickSearchResults .modal-close {
        display: block; }
    @media screen and (min-width: 801px) {
      .navPages .quick-search {
        display: none;
        padding: 0; } }
  @media screen and (min-width: 801px) {
    .navPages {
      border-left: 1px solid #c8d2db;
      border-right: 1px solid #c8d2db;
      max-width: 1400px; } }

.navPage-subMenu-item--all {
  display: block; }
  @media screen and (min-width: 801px) {
    .navPage-subMenu-item--all {
      display: none; } }

.navPage-subMenu-action {
  border: none;
  color: #3B7AAB;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 3px 0;
  text-transform: none; }

@media screen and (min-width: 801px) {
  .navPage-subMenu {
    background: #fff;
    display: block;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
    text-align: left;
    top: 103%;
    transition: all 0.15s ease-in;
    width: 100%; }
    .navPage-subMenu-item {
      margin: 10px 0 15px 1% !important;
      padding: 0 !important;
      width: 15%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border: none;
        color: #3B7AAB;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        padding: 0 0 5px; } }

.navPage-childList {
  margin: 0 0 10px 10px;
  padding-left: 0; }
  .navPage-childList-item--all {
    display: block; }
    @media screen and (min-width: 801px) {
      .navPage-childList-item--all {
        display: none; } }

.navPage-childList-action {
  font-size: 13px;
  padding: 3px 0;
  text-transform: none; }
  @media screen and (min-width: 801px) {
    .navPage-childList-action {
      padding: 5px 0; } }

/* FOOTER */
.footer {
  padding: 0; }
  .footer-section--contact {
    background: #fff;
    border-top: 5px solid #c8d2db;
    overflow: hidden; }
    .footer-section--contact .container {
      margin: 0 auto;
      overflow: hidden; }
      @media screen and (min-width: 801px) {
        .footer-section--contact .container {
          margin: 30px auto; } }
    .footer-section--contact .footer-section-row {
      border-top: 1px solid #c8d2db;
      float: left;
      margin: 5px 0 10px;
      padding: 15px 5px;
      text-align: center;
      vertical-align: top;
      width: 100%; }
      .footer-section--contact .footer-section-row:first-of-type {
        border: none; }
      .footer-section--contact .footer-section-row--phone-number, .footer-section--contact .footer-section-row--email {
        display: none; }
        @media screen and (min-width: 1001px) {
          .footer-section--contact .footer-section-row--phone-number, .footer-section--contact .footer-section-row--email {
            display: inline-block; } }
      .footer-section--contact .footer-section-row--contact {
        display: inline-block; }
        .footer-section--contact .footer-section-row--contact .footer-section-heading {
          margin-bottom: 1rem; }
        .footer-section--contact .footer-section-row--contact a {
          border: 1px solid #c8d2db;
          display: inline-block;
          font-size: 15px;
          font-weight: 400;
          height: auto;
          line-height: normal;
          margin: 5px 0;
          padding: 7px 5px 5px;
          text-align: center;
          color: #3B7AAB;
          vertical-align: top;
          width: 100%; }
          @media screen and (min-width: 551px) {
            .footer-section--contact .footer-section-row--contact a {
              margin: 0 1%;
              width: 47%; } }
          @media screen and (min-width: 801px) {
            .footer-section--contact .footer-section-row--contact a {
              margin: 10px auto 0;
              width: 94%; } }
        @media screen and (min-width: 1001px) {
          .footer-section--contact .footer-section-row--contact {
            display: none; } }
      @media screen and (min-width: 801px) {
        .footer-section--contact .footer-section-row {
          border: none;
          border-left: 1px solid #c8d2db;
          margin-bottom: -35px;
          padding: 15px 6px 50px;
          width: 33.33%; } }
      @media screen and (min-width: 1001px) {
        .footer-section--contact .footer-section-row {
          width: 25%; } }
    .footer-section--contact .footer-phone-number, .footer-section--contact .footer-email {
      display: inline-block;
      font-size: 16px;
      height: 34px;
      line-height: 34px; }
      @media screen and (min-width: 1261px) {
        .footer-section--contact .footer-phone-number, .footer-section--contact .footer-email {
          font-size: 22px; } }
    .footer-section--contact .footer-phone-number {
      font-weight: 700; }
      @media screen and (min-width: 1261px) {
        .footer-section--contact .footer-phone-number {
          font-size: 26px; } }
    .footer-section--contact a {
      font-size: 22px;
      font-weight: 500;
      position: relative;
      padding-left: 44px;
      text-decoration: none;
      transition: border-color 0.15s ease; }
      .footer-section--contact a:hover i {
        border-color: #333;
        color: #333; }
    .footer-section--contact p {
      margin: 5px 0; }
    .footer-section--contact .form {
      margin: 0 auto;
      max-width: 80%; }
      .footer-section--contact .form-field {
        margin: 0; }
      .footer-section--contact .form-input {
        border-radius: 5px 0 0 5px;
        font-size: 13px;
        height: 2.5rem;
        width: calc(100% - 40px); }
      .footer-section--contact .form .button {
        border-radius: 0 5px 5px 0;
        height: 2.5rem;
        margin: 0;
        padding: 0.5rem;
        width: 40px; }
        .footer-section--contact .form .button:hover {
          background: #333;
          border-color: #333;
          color: #fff; }
  .footer-section--main {
    border-top: 1px solid #c8d2db;
    overflow: hidden;
    padding: 15px 0; }
    .footer-section--main .footer-section-row {
      display: none;
      float: left;
      padding: 0 10px;
      width: 100%; }
      @media screen and (min-width: 801px) {
        .footer-section--main .footer-section-row {
          display: block;
          width: 25%; } }
      .footer-section--main .footer-section-row--mobile {
        display: block; }
        @media screen and (min-width: 801px) {
          .footer-section--main .footer-section-row--mobile {
            display: none; } }
    .footer-section--main .footer-section-heading {
      color: #3978A7;
      font-size: 1.75rem;
      font-weight: 500;
      letter-spacing: normal;
      margin: 0 0 10px;
      text-align: center;
      text-transform: none; }
      @media screen and (min-width: 801px) {
        .footer-section--main .footer-section-heading {
          font-size: 1.75rem;
          text-align: left; } }
    @media screen and (min-width: 801px) {
      .footer-section--main {
        padding: 30px 0; } }
  .footer-section--disclaimer {
    background: #333;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center; }
    .footer-section--disclaimer .footer-copyright {
      display: block;
      text-align: center; }
      .footer-section--disclaimer .footer-copyright p {
        margin: 0; }
      @media (min-width: 600px) {
        .footer-section--disclaimer .footer-copyright {
          float: left;
          text-align: left; } }
    .footer-section--disclaimer .footer-payment-icons {
      display: block;
      font-size: 2rem;
      line-height: 1;
      margin: 0 0 0.5rem; }
      @media (min-width: 600px) {
        .footer-section--disclaimer .footer-payment-icons {
          float: right;
          margin: -0.5rem 0; } }
  .footer-section .socialLinks-item a {
    padding-left: 0; }
    .footer-section .socialLinks-item a:hover i {
      color: #fff; }
  .footer-section-heading {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin: 0 0 1.45rem;
    text-transform: uppercase;
    color: #3B7AAB; }
    .footer-section-heading.no-margin {
      margin: 0; }
  .footer-section-list {
    list-style: none;
    margin: 0; }
    .footer-section-list .list-item {
      font-size: 13px;
      float: left;
      margin: 3px 0;
      text-align: center;
      width: 50%; }
      .footer-section-list .list-item a {
        color: #3a3a3c;
        display: block;
        padding: 4px 0;
        text-decoration: none; }
        .footer-section-list .list-item a:hover {
          color: #3B7AAB; }
      @media screen and (min-width: 551px) {
        .footer-section-list .list-item {
          text-align: left;
          width: 33%; } }
      @media screen and (min-width: 801px) {
        .footer-section-list .list-item {
          margin: 0;
          width: 100%; } }

/* LANDING */
.default-page .banners--top {
  overflow: hidden; }
  .default-page .banners--top li {
    float: left;
    margin: 0.5rem 0;
    position: relative;
    text-align: left;
    width: 100%; }
    @media screen and (min-width: 551px) {
      .default-page .banners--top li {
        margin: 0 0 2% 2%;
        width: 32%; } }
    @media screen and (min-width: 801px) {
      .default-page .banners--top li {
        margin: 0 0 2.4% 2.4%;
        width: 31.7%; } }
    .default-page .banners--top li.cta-large {
      width: 100%; }
      @media screen and (min-width: 551px) {
        .default-page .banners--top li.cta-large {
          width: 49%; } }
      @media screen and (min-width: 801px) {
        .default-page .banners--top li.cta-large {
          width: 48.8%; } }
    .default-page .banners--top li:first-of-type,
    .default-page .banners--top li:not(.cta-large) + .cta-large {
      margin-left: 0; }
  .default-page .banners--top a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none; }
    .default-page .banners--top a img {
      width: 100%; }
  .default-page .banners--top p {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 10px 10px 15px;
    position: absolute;
    width: 100%; }
    .default-page .banners--top p:after {
      color: #fff;
      content: '\f054';
      font-size: 20px;
      line-height: 1;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 40%; }
      @media screen and (min-width: 801px) {
        .default-page .banners--top p:after {
          right: 20px; } }
    @media screen and (min-width: 801px) {
      .default-page .banners--top p {
        padding: 20px; } }
  .default-page .banners--top strong,
  .default-page .banners--top p {
    display: block; }
  .default-page .banners--top strong {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -5px; }
    @media screen and (min-width: 801px) {
      .default-page .banners--top strong {
        font-size: 25px;
        font-weight: 700; } }
  .default-page .banners--top span {
    font-size: 12px; }
    @media screen and (min-width: 801px) {
      .default-page .banners--top span {
        font-size: 14px; } }

.default-page .body {
  margin: 0; }

.default-page .productGrid {
  text-align: center; }
  .default-page .productGrid .product {
    width: 100%; }
    @media screen and (min-width: 390px) {
      .default-page .productGrid .product {
        width: 50%; } }
    @media screen and (min-width: 551px) {
      .default-page .productGrid .product {
        width: 33.33%; } }
    @media screen and (min-width: 1001px) {
      .default-page .productGrid .product {
        width: 20%; } }

.heroCarousel {
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative; }
  .heroCarousel.hide-on-mobile {
    display: none; }
    @media screen and (min-width: 801px) {
      .heroCarousel.hide-on-mobile {
        display: block; } }
  .heroCarousel-image {
    max-width: 1240px; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto !important; }
  .heroCarousel-content {
    max-width: 100vw;
    text-align: left;
    margin-left: 10%;
    background-color: transparent; }
  .heroCarousel-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase; }
  .heroCarousel-action {
    background-color: transparent;
    border-color: #fff; }
  .heroCarousel .slick-next {
    right: 10px; }
    .heroCarousel .slick-next:before {
      content: '\f138'; }
    @media screen and (min-width: 1261px) {
      .heroCarousel .slick-next {
        right: calc(50% - 620px); } }
  .heroCarousel .slick-prev {
    left: 10px; }
    .heroCarousel .slick-prev:before {
      content: '\f137'; }
    @media screen and (min-width: 1261px) {
      .heroCarousel .slick-prev {
        left: calc(50% - 620px); } }
  .heroCarousel .slick-slide {
    max-width: 1240px;
    width: 100vw; }
  .heroCarousel:before, .heroCarousel:after {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 1; }
  .heroCarousel:before {
    left: auto;
    right: calc(50% + 620px); }
  .heroCarousel:after {
    left: calc(50% + 620px);
    right: auto; }
  @media screen and (min-width: 801px) {
    .heroCarousel {
      margin-bottom: 2rem; } }

.mobileCarousel {
  display: block;
  margin: 0 0 1rem;
  min-height: 464px; }
  @media screen and (min-width: 801px) {
    .mobileCarousel {
      display: none; } }

.section-landing--featured-brands {
  margin-bottom: 4rem;
  position: relative; }
  .section-landing--featured-brands .slick-arrow {
    padding: 0.25rem;
    position: absolute;
    top: -2.5rem; }
    .section-landing--featured-brands .slick-arrow:before {
      font-size: 1rem; }
  .section-landing--featured-brands .slick-next {
    right: 0; }
  .section-landing--featured-brands .slick-prev {
    left: initial;
    right: 20px; }

.section-title {
  margin-bottom: 1.5rem;
  text-align: center; }

.subcathead {
  position: static;
  color: #000;
  font-size: 35px;
  margin: auto; }
  @media (min-width: 800px) {
    .subcathead {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 2%;
      color: white;
      margin: 0; } }

/* CATEGORY */
.category-page .page-heading-bf {
  display: block;
  text-align: center;
  color: #cb2027;
  font-weight: bold; }

.category-description {
  clear: both;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 1rem; }
  .category-description .container-fluid {
    margin: auto;
    padding: 0 0 3px; }
  .category-description .row {
    margin: 0 -15px;
    overflow: hidden; }
    .category-description .row.no-gutters {
      margin: 0; }
      .category-description .row.no-gutters > [class^="col-"],
      .category-description .row.no-gutters > [class*="col-"] {
        padding: 0; }
  .category-description .col-sm-3,
  .category-description .col-sm-12,
  .category-description .col-xs-6,
  .category-description .col-xs-12 {
    float: left;
    position: relative;
    padding: 0 15px; }
  .category-description .col-xs-6 {
    width: 50%; }
  .category-description .col-xs-12 {
    width: 100%; }
  @media screen and (min-width: 801px) {
    .category-description .col-sm-3 {
      width: 25%; } }
  .category-description .col-sm-12 {
    width: 100%; }
  .category-description .hidden-xs {
    display: none; }
    @media screen and (min-width: 801px) {
      .category-description .hidden-xs {
        display: block; } }
  .category-description .hidden-sm {
    display: block; }
    @media screen and (min-width: 801px) {
      .category-description .hidden-sm {
        display: none; } }

.filter-paging {
  border-bottom: 1px solid #c8d2db;
  border-top: 1px solid #c8d2db;
  color: #3B7AAB;
  float: left;
  margin: 0 0.75rem 1.43rem;
  padding: 1.07rem 0;
  width: calc(100% - 1.5rem); }
  .filter-paging--showing, .filter-paging--sort, .filter-paging--pagination {
    display: block;
    text-align: center; }
    @media screen and (min-width: 551px) {
      .filter-paging--showing, .filter-paging--sort, .filter-paging--pagination {
        display: inline-block;
        flex-grow: 1;
        vertical-align: top; } }
  .filter-paging--showing {
    display: none;
    font-weight: 500;
    margin-top: 5px;
    text-align: left; }
    .filter-paging--showing span {
      color: #333;
      font-size: 13px;
      font-weight: 400;
      margin-right: 5px; }
    @media screen and (min-width: 801px) {
      .filter-paging--showing {
        display: inline-block; } }
  .filter-paging--sort {
    text-align: center; }
    @media screen and (min-width: 551px) {
      .filter-paging--sort {
        text-align: left; } }
    @media screen and (min-width: 801px) {
      .filter-paging--sort {
        flex-grow: 2;
        text-align: center; } }
  .filter-paging--pagination .pagination {
    margin-top: 10px; }
    @media screen and (min-width: 551px) {
      .filter-paging--pagination .pagination {
        float: right;
        margin: 0; } }
  @media screen and (min-width: 551px) {
    .filter-paging {
      display: flex; } }

.actionBar {
  margin: 0; }
  .actionBar-section {
    float: none; }
    .actionBar-section .form-field {
      background: none;
      border: none;
      border-radius: 0;
      margin: 0; }
    .actionBar-section .form-label {
      color: #333;
      font-size: 13px;
      margin: 0 5px 0 0;
      padding: 0; }
    .actionBar-section .form-select {
      border: 1px solid #c8d2db;
      border-radius: 4px;
      color: #333;
      font-size: 12px;
      height: 2rem;
      padding: 0 3rem 0 0.75rem; }

.pagination-list {
  margin: 0; }
  .pagination-list li {
    color: #333;
    display: inline-block;
    font-size: 13px; }
  .pagination-list .pagination-arrow, .pagination-list .pagination-item {
    font-size: 13px; }
  .pagination-list .pagination-arrow {
    margin: 0; }
    .pagination-list .pagination-arrow a {
      color: #c9d3db; }
      .pagination-list .pagination-arrow a:hover {
        color: #3B7AAB; }
  .pagination-list .pagination-item {
    border: none;
    margin: 0 0.25rem; }
    .pagination-list .pagination-item .pagination-link {
      background: #fff;
      border: 2px solid #3d7db0;
      border-radius: 50%;
      color: #3B7AAB;
      font-size: 12px;
      font-weight: 700;
      height: 24px;
      line-height: 22px;
      padding: 0 1px 0 0;
      text-align: center;
      width: 24px; }
      .pagination-list .pagination-item .pagination-link:hover {
        background: #3d7db0;
        color: #fff; }
    .pagination-list .pagination-item--label {
      cursor: default;
      font-size: 13px; }
    .pagination-list .pagination-item--current .pagination-link {
      background: #3B7AAB;
      color: #fff; }

.sidebarBlock + .sidebarBlock {
  clear: right;
  margin-top: 15px;
  padding-top: 15px; }

.sidebarBlock-subcategories .sidebarBlock-heading {
  display: none; }

@media screen and (min-width: 801px) {
  .sidebarBlock-subcategories .sidebarBlock-heading {
    display: block; } }

.sidebarBlock-heading {
  color: #3B7AAB;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 801px) {
    .sidebarBlock-heading {
      font-size: 22px;
      line-height: 24px;
      margin: 5px 0; } }

.facet-quick-heading {
  margin-top: 0; }

.facetedSearch-toggle + .facetedSearch-navList {
  margin: 0; }

.facetedSearch-toggle-text, .facetedSearch-toggle-indicator {
  width: 50%; }

.facetedSearch-refineFilters {
  font-size: 11px;
  padding: 5px 0; }

#facetedSearch-content--price {
  padding-bottom: 10px; }

.accordion--navList .accordion-block .toggleLink {
  color: #3B7AAB; }
  .accordion--navList .accordion-block .toggleLink-text {
    font-size: 13px;
    font-weight: 500; }
    .accordion--navList .accordion-block .toggleLink-text.fas {
      color: #c9d3db;
      font-weight: 900; }

@media screen and (min-width: 801px) {
  .accordion--navList .accordion-block {
    border-top: 1px solid #c8d2db;
    margin-top: 10px;
    padding-top: 10px; } }

.accordion--navList .accordion-title {
  color: #3B7AAB;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 801px) {
    .accordion--navList .accordion-title {
      font-size: 22px;
      line-height: 24px;
      margin: 5px 0; } }

.accordion-navigation-actions > a {
  font-size: 11px; }

.accordion-navigation-actions i {
  font-weight: 900; }

.navList-subcategories {
  margin: 0; }
  .navList-subcategories .navList-item {
    float: left;
    margin: 2px;
    text-align: center;
    width: calc(50% - 4px); }
    @media screen and (min-width: 801px) {
      .navList-subcategories .navList-item {
        margin: 0;
        text-align: left;
        width: 100%; } }
  .navList-subcategories .navList-action {
    background: #3B7AAB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 8px;
    transition: background-color 0.3s ease, color 0.3s ease; }
    .navList-subcategories .navList-action:before {
      display: none; }
      @media screen and (min-width: 801px) {
        .navList-subcategories .navList-action:before {
          display: block; } }
    .navList-subcategories .navList-action:hover {
      background: #343435;
      color: #fff; }
      @media screen and (min-width: 801px) {
        .navList-subcategories .navList-action:hover {
          background: none;
          color: #333; }
          .navList-subcategories .navList-action:hover:hover {
            color: #3B7AAB; } }
    @media screen and (min-width: 801px) {
      .navList-subcategories .navList-action {
        background: none;
        border-radius: none;
        color: #333;
        font-size: 13px;
        margin-bottom: 0.35714rem;
        padding: 0px;
        padding-left: 1.85714rem; } }

.navList-action {
  font-size: 1rem; }
  .navList-action--checkbox {
    color: #333;
    font-size: 13px; }
    .navList-action--checkbox span {
      color: #3B7AAB;
      font-size: 11px;
      font-weight: 700; }

.navListt-subcategories {
  margin: 0; }
  .navListt-subcategories .navListt-item {
    float: left;
    margin: 2px;
    text-align: center;
    width: calc(50% - 4px);
    display: block; }
    @media screen and (min-width: 801px) {
      .navListt-subcategories .navListt-item {
        width: calc(33.3% - 4px); } }
    @media screen and (min-width: 1261px) {
      .navListt-subcategories .navListt-item {
        width: calc(25% - 4px); } }
  .navListt-subcategories .navListt-action {
    background: #3B7AAB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: block; }
    .navListt-subcategories .navListt-action:before {
      display: none; }
    .navListt-subcategories .navListt-action:hover {
      background: #343435;
      color: #fff; }

.navListt-action {
  font-size: 1rem; }
  .navListt-action--checkbox {
    color: #333;
    font-size: 13px; }
    .navListt-action--checkbox span {
      color: #3B7AAB;
      font-size: 11px;
      font-weight: 700; }

/* PRODUCT */
.product-page .body > .container {
  clear: both; }

.productView {
  margin: 0;
  width: 100%; }
  .productView-image .lightgallery-open {
    font-size: 20px;
    height: 100%;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
    .productView-image .lightgallery-open i {
      background: rgba(255, 255, 255, 0.7);
      bottom: 10px;
      height: 30px;
      position: absolute;
      right: 10px;
      width: 30px !important; }
    @media screen and (min-width: 1061px) {
      .productView-image .lightgallery-open {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%; }
        .productView-image .lightgallery-open i {
          bottom: 5px;
          right: 5px; } }
  .productView-images {
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-images {
        margin-bottom: 3rem;
        width: calc(100% - 450px); } }
    @media screen and (min-width: 1001px) {
      .productView-images {
        width: calc(100% - 555px); } }
  .productView-thumbnails {
    padding-top: 20px;
    text-align: center; }
    .productView-thumbnails img {
      max-height: 80px;
      max-width: 80px; }
    .productView-thumbnails--gallery {
      clear: both;
      display: none;
      visibility: hidden; }
  .productView-thumbnail {
    display: inline-block !important;
    float: none;
    width: 96px; }
    .productView-thumbnail-link {
      border: 3px solid #fff;
      opacity: 0.5;
      height: 86px;
      max-width: 86px;
      padding: 0; }
      .productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
        opacity: 1; }
      .productView-thumbnail-link:hover {
        border-color: #fff; }
      .productView-thumbnail-link.is-active {
        border-color: #3d7db0; }
        .productView-thumbnail-link.is-active:hover {
          border-color: #3d7db0; }
  .productView-details {
    margin: 0;
    padding: 1rem 0;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-details {
        clear: right;
        float: right;
        padding: 0 1rem 0 20px;
        width: 450px; } }
    @media screen and (min-width: 1001px) {
      .productView-details {
        width: 555px; } }
  .productView-product {
    border: none;
    padding-bottom: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .productView-product {
        text-align: left; } }
  .productView-title {
    font-size: 30px;
    margin: 0;
    word-wrap: break-word; }
  .productView-price {
    margin: 10px 0 0; }
    .productView-price .price-section {
      display: inline-block;
      color: #dd0606;
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
      text-transform: uppercase;
      vertical-align: top; }
      .productView-price .price-section--price {
        color: #333;
        display: block;
        font-size: 30px;
        font-weight: 700; }
      .productView-price .price-section--non-sale {
        display: none !important; }
  .productView-rating {
    border-bottom: 1px solid #c8d2db;
    border-top: 1px solid #c8d2db;
    font-weight: 500;
    margin: 0;
    padding: 8px 0 5px;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 551px) {
      .productView-rating {
        text-align: left; } }
  .productView-reviewLink > a {
    color: #333;
    text-decoration: none; }
    .productView-reviewLink > a:hover {
      color: #3d7db0; }
  .productView-options {
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .productView-options {
        text-align: left; } }
    .productView-options .form-field {
      float: left;
      margin-bottom: 1rem;
      width: 100%; }
      .productView-options .form-field--increments {
        display: block;
        width: 100%; }
        @media (min-width: 768px) {
          .productView-options .form-field--increments {
            width: auto;
            float: left;
            display: inline;
            padding: 0px; } }
        @media (min-width: 768px) {
          .productView-options .form-field--increments .form-label, .productView-options .form-field--increments .form-input {
            float: left; } }
        .productView-options .form-field--increments .form-increment {
          display: inline;
          text-align: center;
          height: 3.357rem;
          border: 1px;
          width: 100%;
          border-style: solid;
          border-color: #3B7AAB;
          border-radius: 5px;
          float: left;
          padding: 0;
          position: relative;
          justify-content: space-between;
          display: flex;
          align-items: center; }
          .productView-options .form-field--increments .form-increment .button {
            width: 50px;
            border: none;
            margin: 0; }
            @media (min-width: 768px) {
              .productView-options .form-field--increments .form-increment .button {
                width: 35px;
                float: left;
                padding: 0px; } }
        .productView-options .form-field--increments .form-label {
          margin: 0 10px 0 0; }
    .productView-options .form-action {
      display: inline;
      float: right;
      margin-left: 10px;
      padding: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .productView-options .form-action {
          width: calc(100% - 120px);
          line-height: 2rem;
          float: left;
          margin-top: 0; } }
      .productView-options .form-action .button {
        line-height: 1.5rem;
        width: 100%;
        margin: 0; }
      .productView-options .form-action.form-wishlist {
        display: inline;
        float: left;
        margin: auto;
        clear: left;
        width: 100%; }
        .productView-options .form-action.form-wishlist .button {
          width: 75%; }
    .productView-options .form-label {
      margin: 0 auto 0.785rem;
      max-width: 75%;
      text-align: left; }
      @media (min-width: 768px) {
        .productView-options .form-label {
          margin: 0 0 0.785rem; } }
    .productView-options .form-select {
      max-width: initial;
      width: 75%; }
  .productView-additional {
    margin: 0;
    text-align: center;
    padding: 10px 20px; }
    @media (min-width: 768px) {
      .productView-additional {
        text-align: left;
        padding: 10px 5px 10px 0; } }
  .productView-info {
    margin: 1rem 0;
    text-align: center; }
    .productView-info > :first-child {
      margin-top: 0; }
      @media screen and (min-width: 551px) {
        .productView-info > :first-child {
          margin-top: 1rem; } }
    .productView-info-item--availability, .productView-info-item--custom-field, .productView-info-item--upc {
      display: none; }
    .productView-info-item--brand {
      display: inline;
      margin-right: 2rem; }
      @media (min-width: 768px) {
        .productView-info-item--brand {
          margin-top: 1rem;
          display: inherit; } }
    .productView-info-item--sku {
      display: inline; }
      @media (min-width: 768px) {
        .productView-info-item--sku {
          display: inherit; } }
    .productView-info-name {
      color: #333;
      display: inline-block;
      float: none;
      font-size: 15px;
      font-weight: 500;
      margin-right: 0; }
      @media screen and (min-width: 551px) {
        .productView-info-name {
          margin-right: 0.35714rem; }
          .productView-info-name--availability, .productView-info-name--custom-field {
            display: none; }
            .productView-info-name--availability + .productView-info-value, .productView-info-name--custom-field + .productView-info-value {
              display: none; } }
    .productView-info-value {
      display: inline-block;
      float: none; }
      .productView-info-value a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500; }
    @media (min-width: 768px) {
      .productView-info {
        margin: 0;
        text-align: left; } }
  .productView-description {
    clear: both;
    padding: 0;
    width: 100%; }
    .productView-description + .container {
      clear: both; }
    .productView-description .productView-title {
      border: none;
      padding: 0; }
    .productView-description h1, .productView-description h2, .productView-description h3, .productView-description h4, .productView-description h5 {
      font-weight: 500;
      margin: 10px 0; }
    .productView-description h1 {
      font-size: 36px; }
    .productView-description h2 {
      font-size: 30px; }
    .productView-description h3 {
      font-size: 24px; }
    .productView-description h4 {
      font-size: 18px; }
    .productView-description h5 {
      color: #3875A3;
      font-size: 14px;
      text-transform: none; }
    .productView-description ul {
      list-style: none;
      margin: 10px 0;
      padding: 0; }
    .productView-description li {
      padding: 4px 0 4px 15px;
      position: relative; }
      .productView-description li:before {
        color: #3B7AAB;
        content: '\f054';
        font-size: 11px;
        position: absolute;
        left: 0;
        top: 7px; }
    .productView-description iframe {
      float: right;
      border: none; }
    .productView-description table {
      border-collapse: collapse;
      border-spacing: 0;
      margin: 20px 0;
      max-width: 540px;
      width: 100% !important; }
    .productView-description thead {
      border-bottom: 1px solid #d6d6d6;
      font-weight: 500; }
      .productView-description thead td {
        padding: 0 0 10px; }
    .productView-description tbody {
      font-size: 0.9rem; }
      .productView-description tbody td {
        border-bottom: 1px solid #d6d6d6;
        margin: 0;
        padding: 15px 10px 15px 0; }
    .productView-description .row {
      margin: 0 -15px; }
      .productView-description .row:before, .productView-description .row:after {
        clear: both;
        content: '';
        display: table; }
    .productView-description .col-md-6 {
      padding: 0 15px; }
      @media screen and (min-width: 1001px) {
        .productView-description .col-md-6 {
          float: left;
          width: 50%; } }
  @media screen and (min-width: 801px) {
    .productView {
      margin: 0 -1rem; } }

#add-to-cart-wrapper {
  width: 75%;
  display: inline-block;
  margin-top: 1rem; }

.size-chart-btn {
  clear: both;
  display: inline-block;
  float: right;
  color: #3B7AAB;
  font-weight: 700;
  text-decoration: none; }

.form-size-chart {
  max-width: 75%; }
  .form-size-chart .size-chart-btn {
    display: inline-block; }

.prikid-size-chart-content-placeholder {
  margin: 2.5rem 0;
  clear: both;
  scroll-behavior: smooth; }

.prk-measure-sys-selector .li:before {
  content: none; }

.alertBox--error {
  width: 75%;
  margin: auto;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .alertBox--error {
      margin-left: 0; } }

.modal-size-charts .modal-header-title {
  color: #3B7AAB;
  font-weight: 700; }

.modal-size-charts .modal-body {
  padding: 1rem; }
  @media screen and (min-width: 801px) {
    .modal-size-charts .modal-body {
      padding: 1rem 2.25rem 2.25rem; } }

.modal-size-charts .table {
  margin: 0; }
  .modal-size-charts .table tr td {
    padding: 0.5rem; }
    @media screen and (min-width: 801px) {
      .modal-size-charts .table tr td {
        padding: 0.78rem 1.5rem; } }

.modal-size-charts caption {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 1rem; }

.modal-size-charts tr th,
.modal-size-charts tr td {
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: center; }

.modal-size-charts thead {
  background: #3B7AAB;
  color: #fff; }
  .modal-size-charts thead tr th {
    border: none;
    font-size: 12px; }

.section-product {
  padding: 20px 1rem; }
  .section-product .section-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px; }
  .section-product--description {
    background: #fff;
    border-bottom: 1px solid #c8d2db;
    border-top: 1px solid #c8d2db;
    overflow: hidden; }
    .section-product--description .section-title {
      margin-bottom: 15px; }
  .section-product--blog-link {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 100%;
    text-align: center; }
  .section-product--box {
    border: 1px solid #c8d2db;
    border-radius: 5px;
    max-width: 500px;
    padding: 15px 0 10px;
    margin: 0 auto; }
  .section-product--fine-details {
    clear: both;
    display: flex;
    float: left;
    margin: 0 0 2rem;
    width: 100%; }
  .section-product--related-products {
    padding-bottom: 0;
    text-align: center; }
    .section-product--related-products .product {
      width: 100%; }
      @media screen and (min-width: 390px) {
        .section-product--related-products .product {
          width: 50%; } }
      @media screen and (min-width: 551px) {
        .section-product--related-products .product {
          width: 33.33%; } }
      @media screen and (min-width: 801px) {
        .section-product--related-products .product {
          width: 20%; } }

.fine-details {
  border-left: 1px solid #c8d2db;
  display: inline-block;
  flex-grow: 1;
  padding: 0 20px;
  text-align: center;
  vertical-align: top; }
  .fine-details:first-of-type {
    border: none; }
  .fine-details--label {
    color: #343435;
    display: block;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin: 0;
    text-transform: uppercase; }
  .fine-details--image {
    margin: 10px 0; }
  .fine-details--description {
    color: #90a7bc;
    display: block;
    font-size: 13px; }

.review-link--write {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }

.productReviews-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0; }
  @media screen and (min-width: 801px) {
    .productReviews-list {
      margin: 20px -0.75rem 0; } }

.productReview {
  border-bottom: 1px solid #c8d2db;
  border-top: 1px solid #c8d2db;
  margin: -1px 0 0;
  padding: 25px 0 15px;
  vertical-align: top;
  width: 100%; }
  .productReview-title {
    font-size: 24px;
    font-weight: 500; }
  .productReview-author {
    color: #3a3a3c;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 5px 0; }
  .productReview-rating {
    margin: 0; }
  .productReview-body {
    margin: 15px 0 5px; }
  @media screen and (min-width: 801px) {
    .productReview:nth-child(even) {
      margin-left: 3%; } }
  @media screen and (min-width: 801px) {
    .productReview {
      width: 48%; } }

/* PRODUCT LIST/CARD */
.page-sidebar + .page-content {
  float: right; }
  .page-sidebar + .page-content .productGrid .product {
    padding-bottom: 1px;
    width: 100%; }
    @media screen and (min-width: 390px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; } }
    @media screen and (min-width: 551px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 33.33%; } }
    @media screen and (min-width: 801px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 25%; } }

.product {
  margin-bottom: 2rem; }

.card {
  margin: 0; }
  .card-body {
    text-align: center; }
    .card-body .card-text {
      color: #161618; }
  .card-title {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 0;
    word-wrap: break-word; }
  .card-text--brand {
    display: none; }
  .card-text--price, .card-text--rating {
    margin-bottom: 10px; }
  .card-text--price {
    font-weight: 700; }
    .card-text--price .price-section {
      display: inline-block;
      vertical-align: middle; }
      .card-text--price .price-section--rrp {
        color: #757575; }
      .card-text--price .price-section--non-sale {
        display: none; }
  .card .button {
    font-size: 15px;
    font-weight: 500;
    padding: 0.85rem 1rem; }

.sale-flag-side {
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 10px;
  right: 10px;
  top: 10px; }

/* BANNER */
.banners {
  background: none;
  color: #333;
  padding: 0; }

.banner {
  float: left;
  max-width: initial;
  width: 100%; }
  .banner--header {
    background: #343435;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15; }
    @media screen and (min-width: 801px) {
      .banner--header {
        position: relative; } }
  .banner-message {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 32px;
    padding: 0 35px 0 15px;
    text-align: center;
    text-transform: uppercase; }
    .banner-message a {
      color: #fff;
      text-decoration: none; }
  .banner ul {
    list-style: none;
    margin: 0; }

.brand-summary {
  display: flex;
  margin: 15px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 95%; }
  @media (min-width: 551px) {
    .brand-summary {
      max-width: 650px; } }
  .brand-summary-logo {
    flex-basis: 200px;
    margin-top: 20px; }
    @media (min-width: 551px) {
      .brand-summary-logo {
        padding-right: 15px;
        flex-basis: 20%; } }
  .brand-summary-text {
    flex-basis: 90%;
    text-align: left;
    margin-top: 20px; }
    @media (min-width: 551px) {
      .brand-summary-text {
        border-left: solid 1px;
        flex-basis: 80%;
        padding-left: 15px; } }

/* SITEWIDE MESSAGE */
.sitewide-message {
  background: #3B7AAB;
  border: none;
  border-radius: 0;
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }
  .sitewide-message .container {
    display: block;
    padding: 0 35px 0 15px;
    text-align: center; }
  .sitewide-message p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .sitewide-message-show .header {
    top: 64px; }
    @media screen and (min-width: 801px) {
      .sitewide-message-show .header {
        top: 0; } }
  .sitewide-message__loading {
    display: none; }
  .sitewide-message__closed-by-user {
    display: none !important; }
  .sitewide-message-close {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    height: 51px;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 52px; }
    .sitewide-message-close i, .sitewide-message-close svg {
      margin-top: 5px;
      text-shadow: 0 1px 0 #fff; }
    .sitewide-message-close:hover {
      cursor: pointer;
      opacity: 0.8; }
    @media screen and (min-width: 551px) {
      .sitewide-message-close {
        height: 32px;
        width: 40px; } }
  @media screen and (min-width: 801px) {
    .sitewide-message-hide .header {
      top: 0; } }
  .sitewide-message-hide .banner--header {
    top: 0; }
  @media screen and (min-width: 801px) {
    .sitewide-message {
      position: relative;
      z-index: 1; } }

/* SLICK CAROUSEL */
.slick-arrow {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  margin: 0;
  width: auto; }
  .slick-arrow:before {
    background: none;
    color: #000;
    display: inline-block;
    font-size: 2rem;
    height: auto;
    line-height: 1;
    opacity: 0.4;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    width: auto; }
  .slick-arrow:focus, .slick-arrow:hover {
    background: none; }
  .slick-arrow:hover:before {
    background: none;
    opacity: 0.6; }

.slick-prev:before {
  content: '\f053'; }

.slick-next:before {
  content: '\f054'; }

/* BLOG */
.blog {
  padding-top: 40px; }
  .blog-page .breadcrumbs {
    display: none; }
  .blog-page .page {
    padding: 10px 0 0;
    text-align: center; }
    @media screen and (min-width: 801px) {
      .blog-page .page {
        padding-top: 20px; } }
  .blog_post-page .breadcrumb {
    display: none; }
  .blog_post-page .body,
  .blog_post-page .page {
    margin: 0; }
  .blog-container {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    overflow: auto;
    white-space: nowrap; }
    .blog-container ::-webkit-scrollbar {
      display: none; }
  .blog-list {
    width: 100vw;
    max-width: 100%;
    margin-left: 0;
    float: left;
    height: 100%;
    overflow: auto;
    white-space: nowrap; }
  .blog-home {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    white-space: wrap;
    text-align: center;
    margin: 0;
    height: 100%;
    padding: 0px 5px; }
    .blog-home-figure {
      -ms-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-color: #343435;
      border: none;
      border-radius: 0;
      margin: 0 auto;
      height: 200px;
      max-width: 500px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .blog-home-figure:hover .blog-home-figure-cover {
        transform: scale(1.1); }
      .blog-home-figure-cover {
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 100%;
        opacity: 50%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        transition: transform 0.3s ease; }
    .blog-home-text {
      min-height: 36px; }
      .blog-home-text-title {
        font-size: 24px;
        margin-top: 0;
        color: white;
        opacity: 100% !important;
        font-weight: 400;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .blog-tag {
    display: inline-block;
    text-align: left;
    padding: 10px 10px;
    width: 100%; }
    .blog-tag-page-title {
      color: #3d7db0;
      font-weight: 450;
      margin-bottom: 10px;
      text-transform: capitalize;
      text-align: center;
      font-size: 38px; }
    .blog-tag-title {
      color: #3B7AAB;
      font-weight: 450;
      margin-bottom: 10px;
      text-transform: capitalize;
      text-align: center; }
      @media screen and (min-width: 801px) {
        .blog-tag-title {
          text-align: left; } }
    .blog-tag-list {
      display: block; }
      .blog-tag-list li {
        width: 100%;
        float: left;
        padding: 0px 20px 5px 0px;
        margin-right: 12px; }
        @media screen and (min-width: 1001px) {
          .blog-tag-list li {
            width: calc(50% - 15px); } }
      .blog-tag-list-title {
        font-size: 15px;
        display: inline;
        position: relative;
        text-align: left; }
        .blog-tag-list-title a {
          color: #333;
          text-decoration: none; }
          .blog-tag-list-title a:hover {
            color: #3d7db0; }
  .blog-snippet {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 15px;
    vertical-align: top;
    width: 100%; }
    .blog-snippet-figure {
      -ms-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background-color: #ccc;
      border: none;
      border-radius: 0;
      display: block;
      margin: 0.3rem 0 2rem;
      height: 200px;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .blog-snippet-figure a {
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        text-indent: -99999px;
        transition: transform 0.3s ease;
        top: 0;
        width: 100%; }
    .blog-snippet-title {
      font-size: 17px;
      margin: 0;
      min-height: 36px;
      position: relative;
      text-align: center; }
      .blog-snippet-title a {
        color: #333;
        display: block;
        padding: 20px 0 10px;
        text-decoration: none; }
        .blog-snippet-title a:hover {
          color: #3d7db0; }
      .blog-snippet-title:before {
        background: #3B7AAB;
        content: "";
        height: 2px;
        margin: auto;
        left: 0;
        position: absolute;
        right: 0;
        width: 120px; }
    .blog-snippet:hover .blog-snippet-figure a {
      transform: scale(1.1); }
    @media screen and (min-width: 801px) {
      .blog-snippet {
        width: calc(50% - 3px); } }
    @media screen and (min-width: 1001px) {
      .blog-snippet {
        width: calc(33.33% - 3px); } }
  .blog-post {
    line-height: 1.4;
    overflow: hidden;
    padding-bottom: 3rem; }
    .blog-post iframe {
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      aspect-ratio: 16 / 9; }
    .blog-post-heading {
      background-color: #343435;
      background-position: center center;
      background-repeat: repeat;
      display: inline-block;
      position: relative;
      width: 100%; }
      .blog-post-heading .heading {
        position: relative;
        width: 100%;
        z-index: 1; }
      .blog-post-heading--thumbnail {
        background-repeat: no-repeat;
        background-size: cover; }
      .blog-post-heading:after {
        background: #000;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        transition: opacity 0.4s ease;
        width: 100%; }
    .blog-post-body {
      padding: 0 0.75rem;
      width: 100%; }
      .blog-post-body h2 {
        color: #000;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 auto 40px;
        scroll-margin-top: 65px; }
      .blog-post-body h3 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4;
        scroll-margin-top: 65px;
        margin: 0 auto 20px; }
      .blog-post-body p {
        margin-bottom: 40px; }
      .blog-post-body .container {
        padding: 0; }
        .blog-post-body .container .row {
          margin: 0 -15px; }
        .blog-post-body .container .col-sm-6,
        .blog-post-body .container .col-md-12 {
          float: left;
          padding: 0 15px; }
        .blog-post-body .container .col-sm-6 {
          width: 100%; }
          @media screen and (min-width: 551px) {
            .blog-post-body .container .col-sm-6 {
              width: 50%; } }
        .blog-post-body .container .col-md-12 {
          width: 100%; }
        .blog-post-body .container .btn {
          background: #fff;
          border: 1px solid #c8d2db;
          border-radius: 5px;
          box-sizing: border-box;
          display: inline-block;
          color: #3d7db0;
          font-size: 16px;
          font-weight: 500;
          height: 40px;
          line-height: 38px;
          margin: 15px 0;
          padding: 0 1rem;
          text-decoration: none;
          text-transform: uppercase; }
          .blog-post-body .container .btn:hover {
            background: #3B7AAB;
            color: #fff; }
          @media screen and (min-width: 801px) {
            .blog-post-body .container .btn {
              font-size: 18px; } }
        .blog-post-body .container img {
          margin-bottom: 20px; }
      .blog-post-body img[title="hero"] {
        display: none; }
      @media screen and (min-width: 801px) {
        .blog-post-body {
          max-width: 800px; } }
  .blog-title, .blog-meta {
    color: #fff;
    max-width: 907px;
    padding: 0 3rem;
    position: relative;
    text-align: center;
    width: 100%; }
  .blog-title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin: 2em auto;
    padding: 0 1rem;
    text-transform: uppercase; }
    .blog-title:after {
      background: #3B7AAB;
      content: "";
      height: 3px;
      left: 0;
      margin: 15px auto 0;
      position: absolute;
      right: 0;
      top: 100%;
      width: 110px; }
      @media screen and (min-width: 551px) {
        .blog-title:after {
          height: 5px;
          width: 180px; } }
    @media screen and (min-width: 551px) {
      .blog-title {
        font-size: 2.5rem; } }
    @media screen and (min-width: 801px) {
      .blog-title {
        font-size: 3rem;
        margin-bottom: 1.5em;
        padding: 0 3rem; } }
  .blog-meta {
    letter-spacing: 1px;
    margin: 1em auto 2em;
    text-transform: lowercase; }
    @media screen and (min-width: 551px) {
      .blog-meta {
        margin: 3em auto; } }

/* OTHER */
.page-content--centered,
.account--fixed {
  max-width: initial;
  width: 100%; }

.page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }
  .page-sidebar.u-hiddenVisually + .page-content .filter-paging {
    display: none; }

.page-content form + .pagination {
  border-top: 1px solid #c8d2db;
  padding-top: 20px; }

.page-page .page {
  margin: 0; }
  .page-page .page-heading {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 1.45rem;
    text-align: left; }
  .page-page .page-content {
    padding: 0; }
    .page-page .page-content h1 {
      font-size: 36px;
      font-weight: 500;
      margin: 1.45rem 0; }
    .page-page .page-content h2 {
      scroll-margin-top: 65px; }
    .page-page .page-content h3 {
      color: #3B7AAB;
      font-weight: 500;
      scroll-margin-top: 65px; }
    .page-page .page-content hr {
      border: 1px solid #fff;
      height: 35px;
      line-height: 35px; }

.login-row {
  margin-top: 2rem; }

.navBar--account {
  display: block; }

.navBar--sub {
  margin-bottom: 2rem; }

#search-results-heading .page-heading {
  margin-bottom: 2rem; }

#search-results-content ul {
  margin: 20px 0 0; }

.socialLinks {
  line-height: 1; }
  .socialLinks .socialLinks-item {
    margin: 0 0.15rem;
    text-align: center;
    height: auto;
    width: auto; }
  .socialLinks .icon {
    background: #fff;
    border: 3px solid #3b7aab;
    border-radius: 50%;
    color: #3B7AAB;
    height: 2.9rem;
    padding-top: 0.45rem;
    width: 2.9rem; }
    .socialLinks .icon i, .socialLinks .icon svg {
      height: 1.5rem;
      width: 1.5rem; }
    .socialLinks .icon:hover {
      background: #3b7aab;
      color: #fff; }

ol.breadcrumbs {
  float: left;
  margin: 10px 0;
  text-align: left;
  width: 100%; }

.breadcrumb {
  color: #3B7AAB;
  font-size: 13px; }
  .breadcrumb:before {
    color: #3B7AAB; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #3B7AAB; }
  .breadcrumb a {
    color: #3B7AAB; }
    .breadcrumb a:hover {
      color: #3B7AAB; }

.icon--ratingFull {
  color: #3b7aab; }

.icon--ratingEmpty {
  color: #949494; }

.dropdown-menu-button .icon {
  margin-left: 15px;
  height: 1rem;
  width: 1rem; }

.swal2-modal .swal2-cancel:hover {
  color: #333; }

.swal2-modal .swal2-confirm {
  background-color: #3B7AAB;
  border-color: #3B7AAB;
  color: #fff; }
  .swal2-modal .swal2-confirm:hover {
    background-color: #333;
    border-color: #333;
    color: #fff; }
  .swal2-modal .swal2-confirm:active, .swal2-modal .swal2-confirm:focus {
    background-color: #3B7AAB;
    border-color: #3B7AAB;
    color: #fff; }

.modal {
  border-radius: 6px; }
  .modal-background {
    background: rgba(51, 51, 51, 0.5); }
  .modal-close {
    color: #000;
    opacity: 0.2; }
    .modal-close:hover {
      opacity: 0.5; }

.cart-total--coupon, .cart-total--gift-certificates {
  display: none; }

.cart-additionalCheckoutButtons {
  text-align: center; }
  .cart-additionalCheckoutButtons .CheckoutButton {
    clear: both;
    margin-bottom: 0; }
    .cart-additionalCheckoutButtons .CheckoutButton:last-child {
      margin: 0; }
  @media (min-width: 551px) {
    .cart-additionalCheckoutButtons .FloatRight p {
      margin-right: 6.5rem; } }
  .cart-additionalCheckoutButtons .FloatRight div {
    float: none; }
    @media (min-width: 551px) {
      .cart-additionalCheckoutButtons .FloatRight div {
        float: right;
        text-align: right; } }

.floatclearleftt {
  width: 100%;
  display: block;
  margin: 10px 0;
  min-height: 40px; }

.floatclearleft {
  width: 100%;
  display: block;
  margin: 15px 0; }
  @media (min-width: 800px) {
    .floatclearleft {
      width: 200px;
      display: inline-block;
      margin-bottom: 0px; } }

.floatright {
  width: 100%;
  display: inline;
  float: none; }
  @media (min-width: 800px) {
    .floatright {
      float: right;
      width: calc(100% - 200px);
      display: inline-block; } }

.subcatleft {
  width: 100%; }
  @media (min-width: 800px) {
    .subcatleft {
      clear: right;
      display: block;
      float: left; } }

.subcatright {
  width: 100%;
  height: auto;
  clear: both;
  display: block;
  position: relative;
  margin-top: 0px;
  text-align: center; }
  .subcatright img {
    object-fit: cover;
    display: none;
    min-height: 80px;
    object-position: 80%; }
  @media (min-width: 801px) {
    .subcatright {
      height: auto;
      vertical-align: middle;
      display: block; }
      .subcatright img {
        display: inline-block; } }

.productAttributes-message {
  clear: both;
  float: left;
  margin: 0.75rem 0;
  width: 100%; }
  @media (min-width: 1001px) {
    .productAttributes-message + .form-action > .button {
      margin: 0; } }

.paypal-smart-buttons .zoid-component-frame .paypal-button {
  width: 200px !important; }

/* SIDE PANEL */
.side-panel {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1; }
  .side-panel.open {
    z-index: 1000; }
    .side-panel.open .panel {
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
      right: 0;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .side-panel .curtain {
    background-color: #000;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .side-panel .curtain.active {
      bottom: 0;
      cursor: pointer;
      opacity: 0.25;
      right: 0;
      z-index: 1000; }
  .side-panel .panel {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
    height: 100%;
    min-height: 100%;
    opacity: 1;
    position: fixed;
    right: -325px;
    top: 0px;
    width: 300px;
    z-index: 1000; }
    .side-panel .panel-header {
      background: #393839;
      float: left;
      padding: 0;
      position: relative;
      width: 100%; }
    .side-panel .panel-close {
      background: #595859;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      height: 100%;
      left: 0;
      line-height: 52px;
      opacity: 0.2;
      position: absolute;
      text-align: center;
      text-shadow: 0 1px 0 #fff;
      top: 0;
      width: 50px; }
      .side-panel .panel-close:hover {
        opacity: 0.5; }
    .side-panel .panel-cart {
      color: #fff;
      display: block;
      float: right;
      font-size: 22px;
      font-weight: 300;
      line-height: 1;
      margin: 0;
      opacity: 1;
      padding: 14px 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: calc(100% - 50px); }
      .side-panel .panel-cart:hover {
        background: #494849; }
      .side-panel .panel-cart-items {
        float: left;
        list-style: none;
        margin: 0;
        padding: 10px 10px 0;
        width: 100%; }
      .side-panel .panel-cart-item {
        border-bottom: 1px solid #dcddde;
        float: left;
        margin-bottom: 10px;
        min-height: 86px;
        padding-bottom: 10px;
        position: relative;
        width: 100%; }
        .side-panel .panel-cart-item:last-of-type {
          border: none; }
        .side-panel .panel-cart-item--thumb {
          height: 75px;
          position: absolute;
          width: 75px; }
        .side-panel .panel-cart-item--details {
          float: left;
          padding-bottom: 40px;
          padding-left: 85px;
          width: 100%; }
        .side-panel .panel-cart-item--name {
          color: #3b3b3c;
          float: left;
          font-weight: 600;
          line-height: 1;
          width: 100%; }
        .side-panel .panel-cart-item--attributes {
          color: #58595b;
          float: left;
          font-size: 12px;
          padding-right: 30px;
          width: 100%; }
        .side-panel .panel-cart-item--price {
          bottom: 10px;
          font-size: 12px;
          font-weight: 600;
          position: absolute;
          right: 5px; }
        .side-panel .panel-cart-item--qty {
          bottom: 10px;
          padding-left: 85px;
          position: absolute; }
          .side-panel .panel-cart-item--qty > * {
            float: left;
            margin: 0 4px; }
          .side-panel .panel-cart-item--qty .form-field {
            margin: 0; }
          .side-panel .panel-cart-item--qty .form-input {
            border-radius: 0;
            font-size: 14px;
            font-weight: 500;
            width: 2rem; }
          .side-panel .panel-cart-item--qty .button {
            background: #ededed;
            border-radius: 0;
            color: #a1a1a1;
            cursor: pointer;
            height: 15px;
            line-height: normal;
            font-size: 7px;
            padding: 0;
            width: 15px; }
            .side-panel .panel-cart-item--qty .button:hover {
              background: #3B7AAB;
              color: #fff; }
        .side-panel .panel-cart-item--remove {
          display: none; }
    .side-panel .panel-body {
      background: none;
      float: left;
      height: calc(100% - 317px);
      margin: 0;
      overflow-y: auto;
      padding: 0;
      width: 100%; }
    .side-panel .panel-footer {
      bottom: 0;
      position: absolute;
      width: 100%; }
      .side-panel .panel-footer .label,
      .side-panel .panel-footer .value {
        color: #58595b;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        padding: 0;
        text-transform: uppercase;
        white-space: normal;
        width: 49%; }
        .side-panel .panel-footer .label a,
        .side-panel .panel-footer .value a {
          text-decoration: none; }
      .side-panel .panel-footer .value {
        text-align: right; }
      .side-panel .panel-footer--subtotal, .side-panel .panel-footer--coupon, .side-panel .panel-footer--total {
        background: #f8f8f9;
        border-top: 1px solid #dfe0e2;
        float: left;
        padding: 15px 25px;
        position: relative;
        width: 100%; }
      .side-panel .panel-footer--total {
        border-bottom: 1px solid #dfe0e2; }
        .side-panel .panel-footer--total .label,
        .side-panel .panel-footer--total .value {
          color: #414042;
          font-size: 14px;
          font-weight: 500; }
        .side-panel .panel-footer--total .label {
          font-weight: 600; }
      .side-panel .panel-footer--coupon {
        display: none; }
        .side-panel .panel-footer--coupon .form {
          margin: 0;
          position: relative; }
          .side-panel .panel-footer--coupon .form-input {
            background: #ededed;
            border: 1px solid #dfe0e2;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            color: #888;
            float: left;
            font-size: 12px;
            height: 2.5rem;
            padding: 7px 35px 7px 10px;
            width: 100%; }
          .side-panel .panel-footer--coupon .form-input::placeholder {
            color: #888; }
          .side-panel .panel-footer--coupon .form-input::-moz-placeholder {
            color: #888; }
          .side-panel .panel-footer--coupon .form-input:-ms-input-placeholder {
            color: #888; }
          .side-panel .panel-footer--coupon .form button {
            color: #3B7AAB;
            font-size: 14px;
            position: absolute;
            right: 5px;
            top: 7px; }
      .side-panel .panel-footer--actions {
        float: left;
        letter-spacing: 1px;
        padding: 20px 25px;
        width: 100%; }
        .side-panel .panel-footer--actions .button {
          background: #fff;
          border: 1px solid #c8d2db;
          border-radius: 5px;
          color: #3B7AAB;
          font-size: 14px;
          font-weight: 700;
          height: auto;
          line-height: 38px;
          margin: 0;
          padding: 10px 0 5px;
          text-transform: uppercase;
          width: 100%; }
          .side-panel .panel-footer--actions .button:hover {
            background: #3B7AAB;
            color: #fff; }
  .side-panel .alert {
    border: none;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 1rem;
    text-align: center;
    width: 100%; }
    .side-panel .alert-success {
      background-color: #dff0d8;
      border-color: #d6e9c6;
      color: #3c763d; }
    .side-panel .alert-info {
      background-color: #d9edf7;
      border-color: #bce8f1;
      color: #31708f; }
    .side-panel .alert-danger {
      background-color: #f2dede;
      border-color: #ebccd1;
      color: #a94442; }
    .side-panel .alert-warning {
      background-color: #fcf8e3;
      border-color: #faebcc;
      color: #8a6d3b; }

.lg-outer .lg-img-wrap {
  padding: 50px 5px; }
