@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
**/
/* GLOBAL */
.breadcrumb:before, .popover-body li:before, .glyphicon-comment, .glyphicon-shopping-cart, .glyphicon-info-sign, .glyphicon-earphone {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

*:focus {
  outline: 0; }

@media (min-width: 551px) {
  .form-row--half .form-field {
    width: calc(50% - 1px); } }

body {
  font-family: "Roboto", sans-serif;
  padding: 0; }
  body.sitewide-message-show {
    padding: 0; }
    body.sitewide-message-show.has-activeNav {
      padding-top: 46px; }
    body.sitewide-message-show.sticky-header .main-nav-container {
      top: 52px; }
      @media (min-width: 901px) {
        body.sitewide-message-show.sticky-header .main-nav-container {
          top: initial; } }
    body.sitewide-message-show.sticky-header .main-nav--mobile {
      height: calc(100vh - 82px);
      height: calc((var(--vh, 1vh) * 100) - 82px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message-show.sticky-header .main-nav--mobile {
          height: auto; } }
    body.sitewide-message-show .overlay {
      top: 84px; }
    body.sitewide-message-show .main-nav--mobile {
      height: calc(100vh - 84px);
      height: calc((var(--vh, 1vh) * 100) - 84px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message-show .main-nav--mobile {
          height: auto; } }
    body.sitewide-message-show.has-facets.sticky-facets .filter-paging {
      top: 84px; }
  body.has-activeNav, body.has-activeFilters {
    float: left;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    overflow: hidden;
    padding-top: 55px;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    body.has-activeNav .overlay, body.has-activeFilters .overlay {
      opacity: 1;
      transition: all 0.3s ease;
      visibility: visible;
      z-index: 12; }
    body.has-activeNav #livechat-compact-container, body.has-activeFilters #livechat-compact-container {
      z-index: 1 !important; }
  body.has-activeFilters .overlay {
    left: 0;
    transition: none;
    transition: opacity 0.3s ease;
    z-index: 11; }
  body.has-activeSearch .header-mobile-link--search {
    background: #343434; }
  body.has-activeSearch .navPages-quickSearch {
    top: 52px;
    display: block; }
  body.sticky-header {
    padding-top: 85px; }
    body.sticky-header .header {
      margin: 0;
      position: fixed;
      top: 0; }
    body.sticky-header .overlay {
      top: 52px; }
  body.modal-open {
    height: 100vh;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
  line-height: 1.1;
  padding: 0; }

button, input, select, textarea {
  color: #444;
  font-size: 18px;
  font-weight: 400; }

table tbody tr td, table.General tbody tr td, table, table.General, table.CartContents {
  margin: 20px 0; }

table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
  font-size: 14px;
  padding: 5px 2px; }
  @media (min-width: 551px) {
    table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
      padding: 20px 10px; } }
  @media (min-width: 801px) {
    table thead tr th, table.General thead tr th, table.CartContents thead tr th, table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
      font-size: 16px; } }

table tbody tr td, table.General tbody tr td, table.CartContents tbody tr td {
  border-bottom: 1px solid #d6d6d6; }

.color-primary {
  color: #ed1c24; }

.color-secondary {
  color: #0075ce; }

.form-input, .form-select {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0.78rem; }

.form-input[rows] {
  padding: 0.78rem; }

.form-select {
  background: #fff url("../png/icon-arrow-down.png") no-repeat right 0.25rem top 50% !important; }

.form-label small,
.form-label--inlineSmall small {
  color: #f00;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 5px 0 0;
  vertical-align: top; }
  @media (min-width: 961px) {
    .form-label small,
    .form-label--inlineSmall small {
      font-size: 20px;
      line-height: 21px; } }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: middle; }

.form-radio:checked + .form-option {
  background: #ed1c24;
  border-color: #343434;
  box-shadow: none;
  color: #fff; }

.form-option {
  background: #fff;
  font-weight: 700;
  vertical-align: middle; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100vh;
  left: 265px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 52px;
  visibility: hidden;
  width: 100%;
  z-index: -1; }

.text-alt,
.label-color--alternate {
  color: #ed1c24; }

.sticky-header .filter-paging {
  opacity: 1;
  top: 53px; }

.sticky-header.sitewide-message-show .filter-paging {
  top: 53px; }

.container {
  padding: 0 0.5rem;
  position: static; }
  @media (min-width: 801px) {
    .container {
      padding: 0 1rem;
      position: relative; } }
  @media (min-width: 1001px) {
    .container {
      padding: 0 1.5rem; } }

.body {
  background: #fff;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .body > .container {
    max-width: 1240px;
    position: relative; }
    .body > .container > .main {
      overflow: hidden; }

.btn,
.button {
  background: #00a7d5;
  background: -moz-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: -webkit-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#3e57aa',GradientType=1 );
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0.075em;
  line-height: 50px;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease; }
  @media (min-width: 421px) {
    .btn,
    .button {
      white-space: nowrap; } }
  .btn:hover, .btn:active, .btn:focus,
  .button:hover,
  .button:active,
  .button:focus {
    background: #df2828;
    background: -moz-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    background: -webkit-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    background: linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2828', endColorstr='#940000',GradientType=1 );
    border: none;
    color: #fff; }

.btn-primary,
.button--primary {
  background: #00a7d5;
  background: -moz-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: -webkit-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#3e57aa',GradientType=1 );
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus {
    background: #df2828;
    background: -moz-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    background: -webkit-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    background: linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2828', endColorstr='#940000',GradientType=1 );
    color: #fff; }

.btn-alt,
.button--secondary {
  background: #df2828;
  background: -moz-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
  background: -webkit-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
  background: linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2828', endColorstr='#940000',GradientType=1 );
  color: #fff; }
  .btn-alt:hover,
  .button--secondary:hover {
    background: #00a7d5;
    background: -moz-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
    background: -webkit-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
    background: linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#3e57aa',GradientType=1 );
    color: #fff; }

.button--dark {
  background: #111;
  font-size: 14px; }

.form-prefixPostfix .button {
  line-height: 3rem; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

hr {
  border: 1px solid #c9c9c9;
  height: 0;
  line-height: 35px;
  margin: 20px 0;
  padding: 0; }

.form-increment {
  display: inline-block; }
  .form-increment .button {
    background: #e4e4e4;
    border: 1px solid #c3c3c3;
    color: #666;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px; }
    @media (min-width: 801px) {
      .form-increment .button {
        height: 40px;
        width: 40px; } }
    .form-increment .button .icon {
      height: 100%;
      width: 100%; }
    .form-increment .button:hover {
      background: #f4f4f4;
      color: #666; }
    .form-increment .button--dec, .form-increment .button[data-action="dec"] {
      border-right: 0; }
      .form-increment .button--dec svg, .form-increment .button[data-action="dec"] svg {
        width: 15px;
        height: 15px; }
    .form-increment .button--inc, .form-increment .button[data-action="inc"] {
      border-left: 0; }
      .form-increment .button--inc svg, .form-increment .button[data-action="inc"] svg {
        width: 15px;
        height: 15px; }
  .form-increment .form-input {
    border: 1px solid #c3c3c3;
    border-radius: 0;
    box-shadow: none;
    color: #0075ce;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    width: 40px; }
    @media (min-width: 801px) {
      .form-increment .form-input {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        width: 55px; } }

.banners {
  background: none;
  color: #222;
  padding: 0;
  text-align: left; }
  .banners--top {
    margin-bottom: 2rem; }
  .banners--bottom {
    margin: 2rem 0; }
    .banners--bottom h2 {
      font-size: 24px; }
  .banners h1, .banners h2, .banners h3, .banners h4, .banners h5 {
    margin: 20px 0 10px;
    padding: 0; }
  .banners p {
    font-size: 16px; }
  .banners a {
    color: #ed1c24;
    text-decoration: none; }
    .banners a:hover {
      color: #222; }

/* HEADER */
.header {
  border-color: #232323;
  float: left;
  position: relative;
  width: 100%;
  z-index: 12; }
  .header.is-open {
    background: none;
    position: fixed; }
  .header > .container {
    padding: 0; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #232323;
      position: relative; }
      .header > .container {
        padding: 0 1rem;
        position: relative;
        z-index: 14; } }
    @media (min-width: 801px) and (min-width: 1001px) {
      .header > .container {
        padding: 0 1.5rem; } }

.header-logo {
  float: left;
  margin: 30px 0;
  width: 200px; }
  @media (min-width: 961px) {
    .header-logo {
      width: 260px; } }
  .header-logo-image {
    position: relative; }
    .header-logo-image-container:after {
      padding: 0; }

.mobileMenu-toggle {
  background: #000;
  color: #fff;
  flex-grow: 1;
  font-size: 28px;
  height: auto;
  line-height: 32px;
  padding: 6px 0 0;
  position: relative;
  text-align: center;
  width: auto; }
  .mobileMenu-toggle:hover, .mobileMenu-toggle:focus {
    background: #232323;
    color: #fff; }
  .mobileMenu-toggle svg {
    height: 28px;
    width: 25px; }

.header-desktop {
  display: none; }
  @media (min-width: 801px) {
    .header-desktop {
      display: block; } }

.header-mobile {
  display: flex;
  position: relative; }
  @media (min-width: 801px) {
    .header-mobile {
      display: none; } }

.header-mobile-link {
  background: #000;
  border-left: 1px solid #232323;
  color: #fff;
  display: inline-block;
  flex-grow: 1;
  font-size: 28px;
  line-height: 32px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 2; }
  .header-mobile-link:hover, .header-mobile-link:focus {
    background: #232323;
    color: #fff; }
  @media (min-width: 801px) {
    .header-mobile-link {
      display: none; } }
  .header-mobile-link .cart-quantity {
    background: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1;
    margin: 0;
    padding-left: 3px;
    position: absolute;
    top: 14px;
    width: 100%; }
  .header-mobile-link .countPill {
    display: none; }
    .header-mobile-link .countPill--positive {
      display: block; }

.header-mobile-link--logo {
  padding: 7px 5px 0;
  text-align: center; }
  @media (min-width: 401px) {
    .header-mobile-link--logo {
      padding-top: 5px; } }
  .header-mobile-link--logo img {
    max-height: 25px; }
    @media (min-width: 401px) {
      .header-mobile-link--logo img {
        max-height: 40px;
        padding: 0; } }

.header-mobile-link--chat {
  padding: 9px 0 11px; }

.mobile-support {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: #888888 0 0 6px 0;
  color: #fff;
  left: calc(50% - 115px) !important;
  margin: auto;
  max-width: 230px !important;
  padding: 5px 10px 10px;
  text-align: center; }
  .mobile-support ul {
    margin: 0;
    padding: 0;
    width: 100%; }
  .mobile-support li {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    line-height: 26px;
    text-align: left; }
  .mobile-support .mobile-support--phone i {
    padding: 0 0 0 5px; }
  .mobile-support .mobile-support--hours {
    color: #343434;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-align: center; }
  .mobile-support a {
    color: #0075ce;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding: 5px 5px 5px 0;
    text-decoration: none; }
    .mobile-support a:hover {
      color: #ed1c24; }
    .mobile-support a i {
      color: #0075ce;
      font-size: 19px;
      padding: 4px 5px 0 0;
      vertical-align: top; }

.header-secondary {
  float: right;
  margin-top: 20px;
  position: relative;
  width: calc(100% - 200px); }
  @media (min-width: 961px) {
    .header-secondary {
      width: calc(100% - 260px); } }
  .header-secondary .quick-search {
    display: none;
    margin: 15px 0 0;
    position: relative;
    vertical-align: top;
    width: 35%; }
    @media (min-width: 801px) {
      .header-secondary .quick-search {
        display: inline-block;
        margin-left: 2%; } }
    @media (min-width: 961px) {
      .header-secondary .quick-search {
        margin-left: 5%; } }
    @media (min-width: 1201px) {
      .header-secondary .quick-search {
        margin-left: 10%; } }
    .header-secondary .quick-search .form-input {
      background: #fff;
      border: none;
      border-radius: 0;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-style: italic;
      font-weight: 400;
      height: 40px;
      padding: 2px 60px 2px 10px; }
    .header-secondary .quick-search .button {
      font-size: 22px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px; }
      .header-secondary .quick-search .button svg {
        height: 24px;
        width: 22px;
        margin-bottom: 4px;
        margin-right: 2px; }
    .header-secondary .quick-search .quickSearchResults {
      left: initial;
      right: 0; }
  .header-secondary h3, .header-secondary h4 {
    margin: 0;
    padding: 0; }

.navUser {
  float: right;
  margin: 8px 0 0;
  padding: 0;
  width: 150px; }
  .navUser ul {
    width: 100%; }

.navUser-item {
  display: block; }
  @media (min-width: 801px) {
    .navUser-item {
      display: none; }
      .navUser-item--account, .navUser-item--cart {
        display: inline-block;
        float: right;
        text-align: right; }
        .navUser-item--account .navUser-action, .navUser-item--cart .navUser-action {
          font-size: 14px;
          font-weight: 400;
          padding: 0;
          text-align: center; }
          .navUser-item--account .navUser-action svg, .navUser-item--cart .navUser-action svg {
            height: 37px;
            width: 39px; }
          .navUser-item--account .navUser-action.is-open, .navUser-item--account .navUser-action:hover, .navUser-item--cart .navUser-action.is-open, .navUser-item--cart .navUser-action:hover {
            color: #fff; }
      .navUser-item--account {
        padding-right: 20px !important; }
        .navUser-item--account .navUser-action svg {
          color: #0075ce;
          height: 37px;
          width: 30px; }
        .navUser-item--account .navUser-action:hover svg {
          color: #ed1c24; }
      .navUser-item--cart .navUser-action--label {
        padding-left: 5px; } }

.navUser-action {
  color: #fff;
  font-size: 12px;
  padding: 5px 1rem;
  text-transform: none; }
  @media (min-width: 951px) {
    .navUser-action {
      font-size: 1rem; } }
  .navUser-action svg {
    color: #ed1c24; }
  .navUser-action:hover {
    color: #fff; }
    .navUser-action:hover svg {
      color: #0075ce; }
    .navUser-action:hover .navUser-action--label {
      color: #fff; }

.navUser-action--label {
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 5px 0 0; }

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

.navUser-item--cart .navUser-action {
  position: relative; }
  @media (min-width: 801px) {
    .navUser-item--cart .navUser-action {
      padding-right: 0; } }

.navUser-item--cart .cart-quantity {
  background: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  left: 4px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 6px;
  width: 100%; }
  @media (min-width: 951px) {
    .navUser-item--cart .cart-quantity {
      font-size: 16px; } }

.navUser-item--cart .dropdown-menu {
  padding-bottom: 0; }
  @media (min-width: 551px) {
    .navUser-item--cart .dropdown-menu {
      width: 400px; } }

@media (min-width: 801px) {
  .previewCart .previewCartCheckout {
    width: 300px; } }

@media (min-width: 801px) {
  .previewCart .productView {
    width: calc(100% - 300px); } }

.previewCartCheckout .button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700; }

.previewCartItem-image {
  vertical-align: middle; }
  .previewCartItem-image img {
    position: relative; }
  .previewCartItem-image:after {
    display: none;
    padding: 0; }

.previewCartItem-content {
  padding: 0 0.5rem; }

.previewCartAction {
  padding: 0.75rem 0.5rem; }
  .previewCartAction-checkout {
    padding: 0 0.25rem;
    width: 100%; }
  .previewCartAction-viewCart {
    padding: 0 0.25rem;
    width: 100%; }
  .previewCartAction .button {
    font-size: 16px;
    height: 40px;
    line-height: 40px; }

.header-cart {
  background: #2a374e;
  border-radius: 4px;
  border-bottom: 1px solid #3a4b69;
  border-left: 1px solid #151b27;
  border-right: 1px solid #2a374e;
  border-top: 1px solid #151b27;
  color: #eee;
  display: none;
  font-size: 10px;
  font-weight: 400;
  padding: 4px 5px;
  text-align: center;
  width: 100%; }
  .header-cart + .header-cart {
    margin-top: 5px; }
  @media (min-width: 801px) {
    .header-cart {
      display: block; } }
  @media (min-width: 901px) {
    .header-cart {
      font-size: 11px; } }

.cart-price-total {
  color: #fff; }

.header-contact {
  display: inline-block;
  margin: 0;
  padding-left: 2%;
  text-align: center;
  vertical-align: top;
  width: calc(63% - 155px); }
  @media (min-width: 961px) {
    .header-contact {
      padding-left: 5%;
      width: calc(60% - 155px); } }
  @media (min-width: 1201px) {
    .header-contact {
      width: calc(55% - 165px); } }
  .header-contact h3, .header-contact p {
    line-height: 22px;
    margin: 5px 0 0; }
    @media (min-width: 1001px) {
      .header-contact h3, .header-contact p {
        line-height: 28px; } }
  .header-contact a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.175rem;
    text-transform: uppercase; }
    @media (min-width: 1001px) {
      .header-contact a {
        font-size: 25px; } }
  .header-contact p {
    font-size: 13px;
    line-height: 16px;
    margin: 0; }

.navPages-quickSearch {
  background: #343434;
  border-bottom: 1px solid #232323;
  border-top: 2px solid #232323;
  margin: 0;
  position: absolute;
  top: -10px;
  display: none;
  width: 100%;
  z-index: 1; }
  .navPages-quickSearch .quick-search {
    padding: .44rem .5rem; }
    .navPages-quickSearch .quick-search input {
      border-radius: 0;
      float: left;
      font-size: 16px;
      width: calc(100% - 100px);
      position: relative; }
    .navPages-quickSearch .quick-search .button {
      color: #fff;
      font-size: 20px;
      height: 35px;
      line-height: 37px;
      margin: 0 0 0 10px;
      float: right;
      position: relative;
      width: 90px; }
  .navPages-quickSearch .quickSearchResults {
    background: #fff;
    margin: .75rem .25rem .25rem; }
    .navPages-quickSearch .quickSearchResults:empty {
      margin: 0; }

.quick-search .form,
.quick-search .form-field,
.quick-search .button {
  margin: 0; }

.quick-search .form-field {
  position: relative; }

.quick-search .form-input {
  height: 35px; }

.main-nav-container {
  background: #343434;
  bottom: 0;
  display: none;
  height: 100%;
  left: -100%;
  padding: 0;
  position: fixed;
  transition: 0.5s ease all;
  width: 100%;
  z-index: 13; }
  .main-nav-container.is-open {
    display: block;
    left: 0;
    padding: 0;
    top: 84px; }
  @media (min-width: 801px) {
    .main-nav-container {
      background: #000;
      border: none;
      clear: both;
      height: auto;
      left: initial;
      position: relative;
      transition: initial;
      width: 100%; }
      .main-nav-container--header {
        display: block; }
      .main-nav-container:before {
        background: #232323;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; } }

.main-nav {
  background: none;
  height: 100%;
  margin: auto;
  max-width: 1240px;
  overflow-y: auto;
  padding: 0; }
  @media (min-width: 801px) {
    .main-nav {
      overflow: initial;
      position: relative;
      text-align: center;
      width: 100%; } }
  @media (min-width: 1241px) {
    .main-nav {
      padding: 0 1.5rem; } }

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.main-nav-item {
  display: block; }
  @media (min-width: 801px) {
    .main-nav-item--hide {
      display: none; } }
  .main-nav-item-last > .main-nav-action {
    border-bottom: none; }
  .main-nav-item--separator {
    background-image: linear-gradient(to right, #666666 20%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 15px 3px;
    background-repeat: repeat-x;
    display: block;
    margin: 0 30px 0 20px;
    padding: 10px 0;
    position: relative; }

.main-nav-action {
  border-bottom: 1px solid #4a4a4a;
  color: #fff;
  display: block;
  font-family: "Russo One", sans-serif;
  font-size: 18px;
  padding: 0 40px 0 55px;
  position: relative;
  text-transform: uppercase; }
  .main-nav-action:hover {
    color: #fff; }
  .main-nav-action:not([href]):not([tabindex]) {
    color: #fff; }
    .main-nav-action:not([href]):not([tabindex]):hover, .main-nav-action:not([href]):not([tabindex]):focus, .main-nav-action:not([href]):not([tabindex]):active {
      color: #fff; }
  @media (min-width: 801px) {
    .main-nav-action {
      border: none;
      color: #8d8d8d;
      font-size: 12px;
      letter-spacing: .05em;
      padding: 0 0 0 45px; }
      .main-nav-action:hover {
        color: #0075ce; }
        .main-nav-action:hover .custom-icon {
          opacity: 1; }
      .main-nav-action:not([href]):not([tabindex]) {
        color: #8d8d8d; }
        .main-nav-action:not([href]):not([tabindex]):hover, .main-nav-action:not([href]):not([tabindex]):focus, .main-nav-action:not([href]):not([tabindex]):active {
          color: #0075ce; } }
  @media (min-width: 1001px) {
    .main-nav-action {
      font-size: 16px; } }
  .main-nav-action span {
    display: block;
    padding: 7px 0 6px;
    position: relative; }
    @media (min-width: 801px) {
      .main-nav-action span {
        padding: 11px 0; } }
    @media (min-width: 1001px) {
      .main-nav-action span {
        padding: 8px 0; } }
  .main-nav-action .custom-icon {
    height: 40px;
    left: 6px;
    position: absolute;
    top: -2px;
    width: 50px; }
    @media (min-width: 801px) {
      .main-nav-action .custom-icon {
        left: 0;
        opacity: 0.6;
        width: 40px; } }
  .main-nav-action.is-open .fas {
    transform: rotate(90deg); }
  .main-nav-action .fas {
    color: #fff;
    font-size: 19px;
    position: absolute;
    right: 15px;
    top: 10px; }

.main-nav-dropdown {
  align-items: stretch;
  background: #f2f2f2;
  border-top: 1px solid #232323;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding: 0.25rem;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%; }
  @media (min-width: 1001px) {
    .main-nav-dropdown {
      padding: 1rem; } }
  .main-nav-dropdown-list {
    flex-grow: 1;
    list-style: none;
    margin: 0.25rem;
    position: relative;
    width: 25%; }
    @media (min-width: 1001px) {
      .main-nav-dropdown-list {
        margin: 1rem; } }
    .main-nav-dropdown-list--single {
      background: #fff; }
      .main-nav-dropdown-list--single .main-nav-dropdown-item {
        height: 100%; }
        .main-nav-dropdown-list--single .main-nav-dropdown-item a {
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: center;
          padding-top: 75%;
          position: relative; }
          .main-nav-dropdown-list--single .main-nav-dropdown-item a img {
            left: 0;
            position: absolute;
            top: 0; }
  .main-nav-dropdown-heading {
    font-family: "Russo One", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1rem;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1001px) {
      .main-nav-dropdown-heading {
        font-size: 26px; } }
    .main-nav-dropdown-heading--small {
      color: #fff;
      padding: 2rem 0; }
      .main-nav-dropdown-heading--small span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
    .main-nav-dropdown-heading img {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
  .main-nav-dropdown-item {
    display: block;
    margin: 0.5rem 0 0; }
    @media (min-width: 1001px) {
      .main-nav-dropdown-item {
        margin-top: 0.75rem; } }
    .main-nav-dropdown-item:first-of-type {
      margin-top: 0; }
    .main-nav-dropdown-item--solid .main-nav-action {
      background: #ed1c24;
      color: #fff;
      font-family: "Russo One", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.1rem; }
      .main-nav-dropdown-item--solid .main-nav-action:hover {
        background: #df2828;
        background: -moz-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
        background: -webkit-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
        background: linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2828', endColorstr='#940000',GradientType=1 ); }
      @media (min-width: 1001px) {
        .main-nav-dropdown-item--solid .main-nav-action {
          font-size: 18px; } }
  .main-nav-dropdown-action {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px; }
    @media (min-width: 1001px) {
      .main-nav-dropdown-action {
        font-size: 16px; } }
    .main-nav-dropdown-action span {
      padding: 2px 0; }
    .main-nav-dropdown-action--cta {
      background: none;
      border: none;
      font-family: "Russo One", sans-serif;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.025rem;
      line-height: 1;
      height: auto;
      padding: 0; }
      @media (min-width: 1001px) {
        .main-nav-dropdown-action--cta {
          font-size: 28px; } }
      .main-nav-dropdown-action--cta span {
        display: block;
        padding: 1rem 0.5rem; }
      .main-nav-dropdown-action--cta .play:before {
        font-size: 60px;
        height: 60px;
        width: 60px; }
        @media (min-width: 1001px) {
          .main-nav-dropdown-action--cta .play:before {
            font-size: 120px;
            height: 120px;
            width: 120px; } }
  .main-nav-dropdown--car, .main-nav-dropdown--truck {
    align-items: stretch; }
    .main-nav-dropdown--car .main-nav-dropdown-list, .main-nav-dropdown--truck .main-nav-dropdown-list {
      padding-bottom: calc(50px + 0.5rem); }
      @media (min-width: 1001px) {
        .main-nav-dropdown--car .main-nav-dropdown-list, .main-nav-dropdown--truck .main-nav-dropdown-list {
          padding-bottom: calc(75px + 0.75rem); } }
      @media (min-width: 1121px) {
        .main-nav-dropdown--car .main-nav-dropdown-list, .main-nav-dropdown--truck .main-nav-dropdown-list {
          padding-bottom: calc(50px + 0.75rem); } }
    .main-nav-dropdown--car .main-nav-dropdown-item--solid, .main-nav-dropdown--truck .main-nav-dropdown-item--solid {
      bottom: 0;
      position: absolute;
      left: 0;
      width: 100%; }
    .main-nav-dropdown--car .main-nav-dropdown-action, .main-nav-dropdown--truck .main-nav-dropdown-action {
      height: 50px; }
      @media (min-width: 1001px) {
        .main-nav-dropdown--car .main-nav-dropdown-action, .main-nav-dropdown--truck .main-nav-dropdown-action {
          height: 75px; } }
      @media (min-width: 1121px) {
        .main-nav-dropdown--car .main-nav-dropdown-action, .main-nav-dropdown--truck .main-nav-dropdown-action {
          height: 50px; } }
      .main-nav-dropdown--car .main-nav-dropdown-action span, .main-nav-dropdown--truck .main-nav-dropdown-action span {
        padding: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .main-nav-dropdown--truck .main-nav-dropdown-heading {
    font-size: 14px; }
    @media (min-width: 1101px) {
      .main-nav-dropdown--truck .main-nav-dropdown-heading {
        font-size: 18px; } }
  .main-nav-dropdown--rv {
    height: 290px; }
    .main-nav-dropdown--rv .main-nav-dropdown-list--single {
      flex-basis: 80%; }
    .main-nav-dropdown--rv .main-nav-dropdown-item .main-nav-dropdown-action {
      padding: 0; }
      .main-nav-dropdown--rv .main-nav-dropdown-item .main-nav-dropdown-action img {
        width: 100%;
        height: auto; }
      .main-nav-dropdown--rv .main-nav-dropdown-item .main-nav-dropdown-action span {
        font-size: 28px;
        font-weight: 700; }
    .main-nav-dropdown--rv .main-nav-dropdown-item--solid span {
      font-size: 22px !important;
      line-height: 35px; }

.main-nav-subMenu {
  display: none; }
  .main-nav-subMenu.is-open {
    display: block; }

.main-nav-subMenu-list {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  width: auto; }

.main-nav-subMenu-heading {
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  padding: 10px 0 5px 10px;
  text-transform: uppercase; }
  .main-nav-subMenu-heading:first-of-type {
    padding-top: 5px; }
  @media (min-width: 801px) {
    .main-nav-subMenu-heading {
      font-size: 22px;
      padding: 0; } }

.main-nav-subMenu-item {
  margin: 0 0 10px; }
  .main-nav-subMenu-item.has-sub .main-nav-subMenu-action .fas {
    opacity: 1; }

.main-nav-subMenu-action {
  border: 1px solid #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 25px 2px 8px; }
  .main-nav-subMenu-action:hover {
    background: #242424;
    color: #fff; }
  .main-nav-subMenu-action .fas {
    opacity: 0;
    right: 7px;
    top: 4px; }
    .main-nav-subMenu-action .fas.is-open {
      transform: rotate(90deg); }
  @media (min-width: 801px) {
    .main-nav-subMenu-action {
      border: none;
      font-size: 18px;
      font-weight: 600;
      padding: 0; }
      .main-nav-subMenu-action:hover {
        background: none;
        color: #0075ce; } }

.main-nav-childList {
  display: none;
  margin: 0;
  padding: 5px 15px 0; }
  .main-nav-childList.is-open {
    display: block; }

.main-nav-childList-action {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0; }
  .main-nav-childList-action:hover {
    color: #fff; }
    .main-nav-childList-action:hover .nav-color:before {
      border-color: #000; }
  .main-nav-childList-action .nav-color {
    padding: 7px 0 7px 40px;
    position: relative; }
    .main-nav-childList-action .nav-color:before {
      border: 1px solid transparent;
      content: '';
      display: block;
      height: 20px;
      left: 10px;
      position: absolute;
      top: 7px;
      width: 20px; }
    .main-nav-childList-action .nav-color[data-nav-color="aqua"]:before {
      background: #0ff; }
    .main-nav-childList-action .nav-color[data-nav-color="beige"]:before {
      background: #ddc9ae; }
    .main-nav-childList-action .nav-color[data-nav-color="black"]:before {
      background: #000; }
    .main-nav-childList-action .nav-color[data-nav-color="bleached"]:before {
      background: #fff; }
    .main-nav-childList-action .nav-color[data-nav-color="blue"]:before {
      background: #004dff; }
    .main-nav-childList-action .nav-color[data-nav-color="brass"]:before {
      background: #EBCA5F; }
    .main-nav-childList-action .nav-color[data-nav-color="brown"]:before {
      background: #5c442c; }
    .main-nav-childList-action .nav-color[data-nav-color="checkerboard"]:before {
      background-color: #eee;
      background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
      background-size: 4px 4px;
      background-position: 0 0, 30px 30px; }
    .main-nav-childList-action .nav-color[data-nav-color="coffee"]:before {
      background: #B79362; }
    .main-nav-childList-action .nav-color[data-nav-color="cream"]:before {
      background: #E9E0D9; }
    .main-nav-childList-action .nav-color[data-nav-color="dark-brown"]:before {
      background: #412710; }
    .main-nav-childList-action .nav-color[data-nav-color="glass"]:before {
      background: #ecf4ff; }
    .main-nav-childList-action .nav-color[data-nav-color="gold"]:before {
      background: #f1bc1b; }
    .main-nav-childList-action .nav-color[data-nav-color="gray"]:before {
      background: #c3c3c3; }
    .main-nav-childList-action .nav-color[data-nav-color="green"]:before {
      background: #17fe01; }
    .main-nav-childList-action .nav-color[data-nav-color="ice-blue"]:before {
      background: #40ccff; }
    .main-nav-childList-action .nav-color[data-nav-color="light-gray"]:before {
      background: #dddbdf; }
    .main-nav-childList-action .nav-color[data-nav-color="multi-color"]:before {
      background: url("../jpg/multi-color-facet-icon.jpg") center; }
    .main-nav-childList-action .nav-color[data-nav-color="orange"]:before {
      background: #fe8400; }
    .main-nav-childList-action .nav-color[data-nav-color="pink"]:before {
      background: #fe00d6; }
    .main-nav-childList-action .nav-color[data-nav-color="purple"]:before {
      background: #8800fd; }
    .main-nav-childList-action .nav-color[data-nav-color="red"]:before {
      background: #f00; }
    .main-nav-childList-action .nav-color[data-nav-color="sand"]:before {
      background: #9b5714; }
    .main-nav-childList-action .nav-color[data-nav-color="white"]:before {
      background: #fff; }
    .main-nav-childList-action .nav-color[data-nav-color="yellow"]:before {
      background: #ece709; }

.main-nav-social {
  padding: 1rem; }
  .main-nav-social h3 {
    background: #000;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0.75rem 0;
    text-align: center;
    text-transform: uppercase; }
  .main-nav-social .footer-social {
    float: none;
    width: 100%; }
  .main-nav-social .socialLinks:before, .main-nav-social .socialLinks:after {
    display: none; }
  .main-nav-social .socialLinks-item {
    min-height: 100px; }

@media (min-width: 801px) {
  .main-nav--header .main-nav-list {
    display: flex;
    justify-content: center; } }

@media (min-width: 801px) {
  .main-nav--header .main-nav-item {
    display: inline-block;
    padding: 0 0.5rem;
    position: static; }
    .main-nav--header .main-nav-item:hover > .main-nav-action {
      color: #fff; }
      .main-nav--header .main-nav-item:hover > .main-nav-action span:after {
        display: block; }
    .main-nav--header .main-nav-item:hover > .main-nav-dropdown {
      display: flex; } }

@media (min-width: 1001px) {
  .main-nav--header .main-nav-item {
    padding: 0 1rem; } }

.main-nav--header .main-nav-action span:after {
  background: #ed1c24;
  bottom: -1px;
  content: '';
  display: none;
  height: 3px;
  left: calc(50% - 25px);
  margin: auto;
  position: absolute;
  width: 50px; }

.main-nav--sidebar {
  padding: 10px 0 0; }
  .main-nav--sidebar .main-nav-item.is-open > .main-nav-action {
    border-color: #0075ce;
    color: #0075ce; }
    .main-nav--sidebar .main-nav-item.is-open > .main-nav-action .fas {
      color: #0075ce;
      top: 8px;
      transform: rotate(90deg); }
    .main-nav--sidebar .main-nav-item.is-open > .main-nav-action:not([href]):not([tabindex]) {
      color: #0075ce; }
      .main-nav--sidebar .main-nav-item.is-open > .main-nav-action:not([href]):not([tabindex]):hover, .main-nav--sidebar .main-nav-item.is-open > .main-nav-action:not([href]):not([tabindex]):focus, .main-nav--sidebar .main-nav-item.is-open > .main-nav-action:not([href]):not([tabindex]):active {
        color: #0075ce; }
  .main-nav--sidebar .main-nav-action {
    border: 1px solid #c9c9c9;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    padding: 7px 25px 5px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .main-nav--sidebar .main-nav-action:hover {
      border-color: #333; }
    .main-nav--sidebar .main-nav-action:not([href]):not([tabindex]) {
      color: #333; }
      .main-nav--sidebar .main-nav-action:not([href]):not([tabindex]):hover, .main-nav--sidebar .main-nav-action:not([href]):not([tabindex]):focus, .main-nav--sidebar .main-nav-action:not([href]):not([tabindex]):active {
        color: #333; }
    .main-nav--sidebar .main-nav-action span {
      padding: 0; }
    .main-nav--sidebar .main-nav-action .custom-icon {
      display: none; }
    .main-nav--sidebar .main-nav-action .fas {
      color: #333;
      font-size: 18px;
      position: absolute;
      right: 8px;
      top: 7px;
      transform: rotate(0deg);
      transition: all 0.3s ease; }
  .main-nav--sidebar .main-nav-subMenu.is-open {
    display: block; }
    .main-nav--sidebar .main-nav-subMenu.is-open svg {
      transform: rotate(90deg); }
  .main-nav--sidebar .main-nav-subMenu-heading {
    display: none; }
  .main-nav--sidebar .main-nav-subMenu .main-nav-action {
    border: none;
    color: #333;
    font-weight: 400;
    padding: 0; }
    .main-nav--sidebar .main-nav-subMenu .main-nav-action:hover {
      color: #ed1c24; }
    .main-nav--sidebar .main-nav-subMenu .main-nav-action svg {
      transition: all 0.3s ease; }
      @media screen and (min-width: 801px) {
        .main-nav--sidebar .main-nav-subMenu .main-nav-action svg {
          display: none; } }

@media (min-width: 801px) {
  .quickSearchResults {
    background: #fff;
    border: 1px solid #c8c8c8;
    left: 0;
    position: absolute;
    top: 100%;
    width: 400px; }
    .quickSearchResults:empty {
      display: none; } }

.quickSearchResults .modal-close {
  background: #e8e8e8;
  display: none;
  font-size: 20px !important;
  line-height: 1.4;
  right: 0;
  top: 0; }
  .quickSearchResults .modal-close:hover {
    background: #f4f4f4; }

.quickSearchResults .productList {
  margin: 0; }

.quickSearchResults .product + .product {
  margin: 0; }

.quickSearchResults .listItem {
  margin: 0;
  padding: 10px;
  width: 100%; }
  .quickSearchResults .listItem:hover {
    background: #ededed; }

.quickSearchResults .listItem-figure {
  background: #fff;
  border: 1px solid #c8c8c8;
  display: table-cell;
  height: 65px;
  max-width: 70px;
  padding: 2px;
  vertical-align: middle;
  width: 70px; }
  .quickSearchResults .listItem-figure:hover .button {
    display: none; }

.quickSearchResults .listItem-body {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 10px;
  width: calc(100% - 70px); }

.quickSearchResults .listItem-content,
.quickSearchResults .listItem-details,
.quickSearchResults .listItem-actions {
  display: block;
  padding: 0;
  width: 100%; }

.quickSearchResults .listItem-details {
  margin-bottom: 0.5rem; }
  .quickSearchResults .listItem-details p {
    display: none; }

.quickSearchResults .listItem-title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.42;
  margin: -2px 0 0.2rem;
  padding: 0; }
  .quickSearchResults .listItem-title a {
    color: #ed1c24;
    display: block; }
    .quickSearchResults .listItem-title a:hover {
      color: #343434; }

.quickSearchResults .listItem-actions .button {
  display: none; }

.quickSearchResults .listItem-price {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin: 0; }

.quickSearchResults .price-label,
.quickSearchResults .price-section--rrp {
  display: none; }

.quickSearchResults .price-section--price {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }

.quickSearchMessage {
  font-size: 20px; }

.view-all-results {
  color: #ed1c24;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0.5rem 10px;
  text-decoration: none; }
  .view-all-results i {
    font-size: 10px; }
  .view-all-results:hover {
    color: #343434; }

/* FOOTER */
.footer {
  border: none;
  padding: 0; }

.footer-section {
  background: #000;
  border-top: 1px solid #232323;
  padding: 20px 0; }
  @media (min-width: 801px) {
    .footer-section {
      padding: 35px 0; } }
  .footer-section--social {
    overflow: hidden;
    padding: 0;
    text-align: center; }
    .footer-section--social .container {
      padding: 0; }
      @media (min-width: 801px) {
        .footer-section--social .container {
          align-items: stretch;
          display: flex;
          padding: 0 1rem;
          justify-content: space-around; } }
      @media (min-width: 1001px) {
        .footer-section--social .container {
          padding: 0 1.5rem;
          min-height: 166px; } }
  .footer-section--main {
    padding: 15px 0 10px; }
    @media (min-width: 401px) {
      .footer-section--main {
        padding: 20px 0; } }
    @media (min-width: 801px) {
      .footer-section--main {
        padding: 35px 0; } }

.footer-newsletter,
.footer-social {
  float: left;
  width: 100%; }
  @media (min-width: 801px) {
    .footer-newsletter,
    .footer-social {
      padding: 0 10px;
      width: 50%; } }

.footer-newsletter {
  padding: 20px; }
  @media (min-width: 801px) {
    .footer-newsletter {
      padding: 35px 10px; } }

.footer-heading {
  color: #fff;
  display: block;
  font-size: 22px;
  letter-spacing: 0.125em;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase; }
  @media (min-width: 1001px) {
    .footer-heading {
      font-size: 29px; } }

/* SOCIAL LINKS */
.socialLinks {
  display: flex;
  flex-grow: 1;
  height: 100%;
  line-height: 1; }
  .socialLinks .socialLinks-item {
    background: #111;
    margin: 0;
    text-align: center;
    width: 33.33%; }
    @media (min-width: 801px) {
      .socialLinks .socialLinks-item {
        margin: 0 10px; } }
  .socialLinks .icon {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    padding: 2.5rem 1rem;
    position: relative;
    text-align: center;
    transition: all 0.65s;
    width: 100%; }
    @media (min-width: 801px) {
      .socialLinks .icon {
        padding: 1rem; } }
  .socialLinks i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle; }
    @media (min-width: 801px) {
      .socialLinks i {
        font-size: 50px; } }

.footer-social .socialLinks-item--facebook {
  background: url("../jpg/social-footer-facebook.jpg") no-repeat center center;
  background-size: cover; }

.footer-social .socialLinks-item--instagram {
  background: url("../jpg/social-footer-instagram.jpg") no-repeat center center;
  background-size: cover; }

.footer-social .socialLinks-item--youtube {
  background: url("../jpg/social-footer-youtube.jpg") no-repeat center center;
  background-size: cover; }

.footer-social .socialLinks .icon i {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 15px); }
  @media (min-width: 801px) {
    .footer-social .socialLinks .icon i {
      top: calc(50% - 25px); } }

.footer-info {
  margin: 0; }
  @media (min-width: 901px) {
    .footer-info {
      align-items: stretch;
      display: flex; } }
  .footer-info-heading {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.125rem;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .footer-info-heading {
        font-size: 19px; } }
  .footer-info-col {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 33.33%; }
    .footer-info-col:first-of-type {
      display: none; }
    @media (min-width: 551px) {
      .footer-info-col {
        margin: 0; } }
    @media (min-width: 801px) {
      .footer-info-col {
        padding: 0 0 0 2%; }
        .footer-info-col:first-of-type {
          display: inline-block;
          margin: 0 0 20px;
          padding: 0;
          width: 100%; } }
    @media (min-width: 901px) {
      .footer-info-col {
        text-align: left;
        width: 23%; }
        .footer-info-col:first-of-type {
          margin: 0;
          width: 37%; }
        .footer-info-col > * {
          position: relative;
          z-index: 1; } }
    @media (min-width: 1031px) {
      .footer-info-col {
        padding-left: 5%;
        width: 24%; }
        .footer-info-col:first-of-type {
          width: 28%; } }
    .footer-info-col li {
      font-size: 13px;
      margin: 0; }
    .footer-info-col a {
      color: #fff;
      display: block;
      font-size: 13px;
      padding: 3px 0; }
      .footer-info-col a:hover {
        color: #ed1c24; }
      @media (min-width: 801px) {
        .footer-info-col a {
          font-size: 15px;
          padding: 5px 0; } }

.footer-box {
  border: 1px solid #232323;
  float: left;
  margin: 0 10px;
  padding: 5px;
  width: calc(50% - 20px); }
  @media (min-width: 901px) {
    .footer-box {
      clear: both;
      margin: 0 0 10px;
      width: 100%; } }
  .footer-box a {
    padding: 0; }
  .footer-box h4, .footer-box span {
    font-size: 16px; }
  .footer-box h4 {
    letter-spacing: 0.125rem;
    line-height: 20px;
    margin: 4px 0 0;
    padding: 0; }
  .footer-box span {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.025rem;
    line-height: 22px; }
  .footer-box .fas {
    font-size: 12px;
    margin-left: 2px;
    top: 2px; }
  .footer-box .custom-icon {
    float: left;
    margin-right: 5px; }

.footer-section--bottom {
  padding: 0; }

.footer-bottom--payment-copyright, .footer-bottom--disclaimer {
  clear: both;
  overflow: hidden;
  padding: 15px 0;
  text-align: center; }
  @media (min-width: 801px) {
    .footer-bottom--payment-copyright, .footer-bottom--disclaimer {
      text-align: left; } }
  .footer-bottom--payment-copyright p, .footer-bottom--disclaimer p {
    margin: 0; }

.footer-bottom--disclaimer {
  border-top: 1px solid #29354b;
  text-align: center; }
  .footer-bottom--disclaimer p {
    margin: 0; }

.footer-bottom--payment-copyright img {
  margin: 0 auto 10px; }
  @media (min-width: 801px) {
    .footer-bottom--payment-copyright img {
      margin: 0; } }

.footer-bottom--payment-copyright p {
  margin: 0;
  padding: 0; }
  .footer-bottom--payment-copyright p:first-of-type {
    border-top: 1px solid #232323;
    margin-top: 5px;
    padding-top: 10px; }
  @media (min-width: 801px) {
    .footer-bottom--payment-copyright p {
      float: left;
      width: calc(100% - 215px); }
      .footer-bottom--payment-copyright p:first-of-type {
        border: none;
        margin-top: 0;
        padding-top: 0; } }

/* SITEWIDE MESSAGE */
.sitewide-message {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }
  @media (min-width: 801px) {
    .sitewide-message {
      position: fixed; } }
  .sitewide-message.sitewide-message--dismissible .container {
    padding-right: 35px; }
  .sitewide-message .container {
    display: block;
    padding: 0 15px;
    text-align: center; }
  .sitewide-message p {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .sitewide-message p {
        font-size: 12px; } }
  .sitewide-message span {
    margin: 0 2px; }
    .sitewide-message span i {
      font-size: 14px;
      margin-right: 3px; }
  .sitewide-message .message-one {
    color: #ed1c24;
    font-family: "Russo One", sans-serif;
    font-weight: 400; }
  .sitewide-message-show + .header {
    margin-top: 32px; }
  .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 (min-width: 551px) {
      .sitewide-message-close {
        height: 32px;
        width: 40px; } }
  @media (min-width: 801px) {
    .sitewide-message-hide + .header {
      top: 0; } }

/* CUSTOM ICON */
.custom-icon {
  background-size: contain;
  content: '';
  display: block;
  height: 78px;
  width: 107px; }
  .custom-icon--filter {
    background: #ed1c24;
    display: inline-block;
    height: 2px;
    margin: 6px 3px 0 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 17px; }
    .custom-icon--filter:before, .custom-icon--filter:after {
      background: inherit;
      content: '';
      display: block;
      height: 2px;
      margin: auto;
      position: relative; }
    .custom-icon--filter:before {
      bottom: -4px;
      width: 75%; }
    .custom-icon--filter:after {
      bottom: -6px;
      width: 50%; }
  .custom-icon-camera {
    background: url("../png/icon-cameraf7ab.png?t=1577979101") no-repeat 50%;
    height: 45px;
    width: 55px; }
  .custom-icon-handshake {
    background: url("../png/icon-handshakef7ab.png?t=1577979101") no-repeat 50%;
    height: 45px;
    width: 55px; }
  .custom-icon-oem {
    background: url("../png/icon-oem.png") no-repeat 50%;
    height: 45px;
    width: 55px; }
  .custom-icon-new-product-request {
    background: url("../png/icon-new-product-request.png") no-repeat 50%;
    height: 45px;
    width: 55px; }
  .custom-icon-nav-account {
    background: url("../png/icon-account.png") no-repeat; }
  .custom-icon-nav-apparel {
    background: url("../png/icon-apparel.png") no-repeat; }
  .custom-icon-nav-bluetooth {
    background: url("../png/icon-bluetooth.png") no-repeat; }
  .custom-icon-nav-car {
    background: url("../png/icon-car.png") no-repeat; }
  .custom-icon-nav-cart {
    background: url("../png/icon-cart.png") no-repeat; }
  .custom-icon-nav-clearance {
    background: url("../png/icon-clearance.png") no-repeat; }
  .custom-icon-nav-contact {
    background: url("../png/icon-contact.png") no-repeat; }
  .custom-icon-nav-engine-bay {
    background: url("../png/icon-engine-bay.png") no-repeat; }
  .custom-icon-nav-golf-cart {
    background: url("../png/icon-golf-cart.png") no-repeat; }
  .custom-icon-nav-accessories {
    background: url("../png/icon-accessories.png") no-repeat; }
  .custom-icon-nav-limo {
    background: url("../png/icon-limo.png") no-repeat; }
  .custom-icon-nav-restolights {
    background: url("../png/icon-restolights.png") no-repeat; }
  .custom-icon-nav-replacement-parts {
    background: url("../png/icon-replacement-parts.png") no-repeat; }
  .custom-icon-nav-rv {
    background: url("../png/icon-rv.png") no-repeat; }
  .custom-icon-nav-home-theater {
    background: url("../png/icon-home-theater.png") no-repeat; }
  .custom-icon-nav-marine {
    background: url("../png/icon-marine.png") no-repeat; }
  .custom-icon-nav-motorcycle {
    background: url("../png/icon-motorcycle.png") no-repeat; }
  .custom-icon-nav-order {
    background: url("../png/icon-order.png") no-repeat; }
  .custom-icon-nav-open-box {
    background: url("../png/icon-open-box-new.png") no-repeat; }
  .custom-icon-nav-powersports {
    background: url("../png/icon-powersports.png") no-repeat; }
  .custom-icon-nav-returns {
    background: url("../png/icon-returns.png") no-repeat; }
  .custom-icon-nav-support {
    background: url("../png/icon-support.png") no-repeat; }
  .custom-icon-nav-truck {
    background: url("../png/icon-truck.png") no-repeat; }
  .custom-icon-nav-reviews {
    background: url("../png/icon-reviews-new.png") no-repeat; }
  .custom-icon--addons {
    background: url("../png/icon-addons.png") no-repeat; }
  .custom-icon--headset {
    background: url("../png/icon-headset.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px; }
    @media (min-width: 371px) {
      .custom-icon--headset {
        height: 50px;
        width: 50px; } }
  .custom-icon--instructions {
    background: url("../png/icon-instructions.png") no-repeat; }
  .custom-icon--videos {
    background: url("../png/icon-videos.png") no-repeat;
    filter: none !important; }
  .custom-icon--overview {
    background: url("../png/icon-overview.png") no-repeat; }
  .custom-icon--reviews {
    background: url("../png/icon-reviews.png") no-repeat; }
  .custom-icon--shield {
    background: url("../png/icon-shield.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px; }
    @media (min-width: 371px) {
      .custom-icon--shield {
        height: 50px;
        width: 50px; } }
  .custom-icon--shield-60-day {
    background: url("../png/icon-shield-60-day.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px; }
    @media (min-width: 371px) {
      .custom-icon--shield-60-day {
        height: 50px;
        width: 50px; } }
  .custom-icon--truck-cta {
    background: url("../png/icon-truck-cta.png") no-repeat;
    background-size: cover;
    height: 30px;
    width: 45px; }
    @media (min-width: 371px) {
      .custom-icon--truck-cta {
        height: 60px;
        width: 90px; } }

.title-heading {
  color: #000;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 10px; }
  .title-heading-bg {
    background: #000;
    color: #fff;
    padding: 7px 10px; }
  .title-heading span {
    color: #f11614; }

/* HOME */
.page-type_default .body > .container {
  clear: both; }

.carousel-wrap {
  background: #000; }
  .carousel-wrap .container {
    max-width: 2100px;
    padding: 0; }

.heroCarousel {
  display: none; }
  @media (min-width: 526px) {
    .heroCarousel {
      display: block; } }
  .heroCarousel.heroCarousel-mobile {
    background: #232323;
    display: block; }
    @media (min-width: 526px) {
      .heroCarousel.heroCarousel-mobile {
        display: none; } }
    .heroCarousel.heroCarousel-mobile img {
      margin: auto; }
    .heroCarousel.heroCarousel-mobile .slick-dots {
      bottom: 5px;
      display: block !important;
      left: 0;
      right: 0;
      width: 100%; }
      .heroCarousel.heroCarousel-mobile .slick-dots li button {
        height: 16px;
        width: 16px; }
      .heroCarousel.heroCarousel-mobile .slick-dots .slick-active button {
        background: #fff;
        opacity: 1; }
  .heroCarousel.slick-slider {
    margin: 0 0 15px;
    padding: 0; }
  @media (min-width: 1341px) {
    .heroCarousel .slick-track {
      left: 50%;
      margin-left: -1050px; } }
  .heroCarousel .heroCarousel-image-wrapper {
    height: auto !important; }
    @media (min-width: 1341px) {
      .heroCarousel .heroCarousel-image-wrapper {
        height: 525px !important; } }
  .heroCarousel-slide .heroCarousel-image {
    max-height: initial; }
    @media (min-width: 1341px) {
      .heroCarousel-slide .heroCarousel-image {
        height: auto;
        max-width: initial;
        object-fit: initial;
        width: 2100px; } }
  @media (min-width: 768px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 210px; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 450px; } }
  @media (min-width: 1341px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 525px; } }
  .heroCarousel .slick-dots {
    background: none;
    bottom: 20px;
    display: none !important;
    left: 0;
    margin: auto;
    opacity: 1;
    right: 0;
    width: auto; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        display: block !important; } }
    .heroCarousel .slick-dots li {
      background: transparent; }
      .heroCarousel .slick-dots li button {
        background: transparent;
        height: 15px;
        width: 15px; }
        .heroCarousel .slick-dots li button:hover {
          background: rgba(0, 0, 0, 0.5); }
      .heroCarousel .slick-dots li.slick-active button {
        background: #fff; }
  .heroCarousel .slick-arrow {
    opacity: 0.8;
    transition: opacity 0.3s ease; }
    .heroCarousel .slick-arrow:before {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 36px; }
    .heroCarousel .slick-arrow:hover {
      opacity: 1; }
  .heroCarousel .slick-prev {
    left: 50px;
    right: initial; }
    @media (min-width: 1341px) {
      .heroCarousel .slick-prev {
        left: calc(50% - 660px); } }
  .heroCarousel .slick-next {
    right: 50px; }
    @media (min-width: 1341px) {
      .heroCarousel .slick-next {
        right: calc(50% - 660px); } }

.section-home {
  clear: both;
  float: left;
  margin: 5px 0;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .section-home {
      margin: 15px 0; } }
  .section-home-title {
    color: #0072bc;
    display: block;
    font-family: 'Russo One', sans-serif;
    font-size: 32px;
    margin: 1rem auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase; }

.section-home--tabs .tabs {
  border: none;
  position: static;
  text-align: center;
  width: 100%; }

.section-home--tabs .tabs-contents {
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .section-home--tabs .tabs-contents {
      padding: 0; } }

.section-home--tabs .tab {
  background: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  float: none;
  margin: 0 -3px; }
  .section-home--tabs .tab + .tab {
    margin-left: -3px; }
  .section-home--tabs .tab.is-active {
    border: none; }
    .section-home--tabs .tab.is-active .tab-title {
      background: #fff;
      border-color: #c3c3c3;
      color: #ed1c24; }
  .section-home--tabs .tab .tab-title {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    color: #c2c2c2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 9px 20px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .section-home--tabs .tab .tab-title:hover {
      color: #ed1c24; }
    @media (min-width: 801px) {
      .section-home--tabs .tab .tab-title {
        font-size: 19px;
        padding: 7px 35px; } }
  .section-home--tabs .tab:first-of-type .tab-title {
    border-radius: 15px 0 0 0; }
    .section-home--tabs .tab:first-of-type .tab-title:before {
      background: #fff;
      border-bottom: 1px solid #c3c3c3;
      border-left: 1px solid #c3c3c3;
      bottom: -1px;
      content: '';
      display: block;
      height: 87%;
      left: -5px;
      position: absolute;
      transform: skewX(-25deg);
      width: 20px; }
      @media (min-width: 801px) {
        .section-home--tabs .tab:first-of-type .tab-title:before {
          left: -7px;
          width: 30px; } }
  .section-home--tabs .tab:last-of-type .tab-title {
    border-radius: 0 0 15px 0; }
    .section-home--tabs .tab:last-of-type .tab-title:before {
      background: #fff;
      border-right: 1px solid #c3c3c3;
      border-top: 1px solid #c3c3c3;
      content: '';
      display: block;
      height: 87%;
      position: absolute;
      right: -5px;
      top: -1px;
      transform: skewX(-25deg);
      width: 20px; }
      @media (min-width: 801px) {
        .section-home--tabs .tab:last-of-type .tab-title:before {
          right: -7px;
          width: 30px; } }

.section-home--tabs .productCarousel {
  margin: 0; }

.section-home--featured {
  background: url("../jpg/bg-grid.jpg") repeat;
  display: block; }
  @media (min-width: 801px) {
    .section-home--featured {
      display: block; } }

.featured-categories {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0; }

.featured-category {
  margin: 1rem;
  width: calc(33.33% - 2rem); }
  @media (max-width: 430px) {
    .featured-category {
      width: 100%; } }

.section-home--tabs {
  margin: 15px 0 0; }

.section-home--about {
  margin-bottom: 30px; }

.about-media,
.about-content {
  float: left;
  width: 100%; }

.about-media {
  display: block; }
  @media (min-width: 1241px) {
    .about-media {
      width: calc(49% - 40px); } }
  .about-media .play:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 550px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 0; }
  .about-media .play:hover:before, .about-media .play:hover:after {
    opacity: 1; }

.play {
  display: block;
  position: relative;
  text-align: center; }
  .play:before {
    bottom: 0;
    color: #fff;
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='play-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-play-circle fa-w-16 fa-7x'%3E%3Cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z' class=''%3E%3C/path%3E%3C/svg%3E");
    cursor: pointer;
    display: inline-block;
    font-size: 60px;
    height: 60px;
    left: 0;
    line-height: 1;
    aspect-ratio: 1/1;
    margin: auto;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 60px;
    z-index: 2; }
    @media (min-width: 801px) {
      .play:before {
        font-size: 120px;
        height: 120px;
        width: 120px; } }
  .play:hover:before, .play:hover:after {
    opacity: 1; }

.about-content {
  margin: 20px 0 0;
  text-align: center; }
  @media (min-width: 551px) {
    .about-content {
      margin-top: 40px; } }
  @media (min-width: 1241px) {
    .about-content {
      margin: 0 0 0 40px;
      text-align: left;
      width: 51%; } }
  .about-content h1 {
    color: #0072bc;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .about-content h1 {
        font-size: 38px;
        letter-spacing: 0.125em; } }
    @media (min-width: 1241px) {
      .about-content h1 {
        padding-top: 20px; } }
  .about-content p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 20px; }
  .about-content a {
    font-weight: 600; }

/* SLICK */
.slick-dots li {
  height: auto;
  padding: 0 0.35rem;
  width: auto; }
  .slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    height: 15px;
    opacity: 1;
    width: 15px; }
    .slick-dots li button:before {
      display: none; }
    .slick-dots li button:hover {
      background: rgba(0, 0, 0, 0.5); }

.slick-dots .slick-active button {
  background: #fff;
  opacity: 1; }

.slick-arrow {
  margin: 0;
  padding: 9px 0 0;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  height: 37px;
  width: 37px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #343434;
  cursor: pointer;
  display: inline-block !important;
  font-size: 0; }
  @media (min-width: 801px) {
    .slick-arrow {
      height: 44px;
      width: 44px; } }
  .slick-arrow:before {
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 47/75;
    width: 11px;
    max-height: 100%;
    margin: 0 auto;
    padding: 0; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: #fff;
    opacity: 1;
    background-image: initial; }
    .slick-arrow:hover.slick-prev:before, .slick-arrow:focus.slick-prev:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E"); }
    .slick-arrow:hover.slick-next:before, .slick-arrow:focus.slick-next:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E"); }
  .slick-arrow.slick-disabled {
    opacity: 1; }
    .slick-arrow.slick-disabled:before {
      opacity: 0.4;
      cursor: not-allowed; }

.slick-prev {
  left: initial;
  right: 31px; }
  @media (min-width: 551px) {
    .slick-prev {
      right: 41px; } }
  .slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.slick-next {
  right: 0; }
  .slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E"); }

/* OTHER */
.modal {
  border-radius: 0.3rem;
  height: initial; }

.breadcrumbs {
  background: none;
  border-radius: 0;
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  text-align: left; }
  @media (min-width: 801px) {
    .breadcrumbs {
      display: block;
      padding: 15px 0; } }

.breadcrumb {
  background: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: -0.025rem;
  padding: 0;
  position: relative;
  text-transform: none; }
  @media (min-width: 801px) {
    .breadcrumb {
      font-size: 13px; } }
  .breadcrumb a {
    color: #515763;
    font-weight: 400; }
    .breadcrumb a:hover {
      color: #343434; }
  .breadcrumb:before {
    color: #343434;
    content: '\f054';
    font-size: 10px;
    top: 0; }
    @media (min-width: 481px) {
      .breadcrumb:before {
        margin: 0;
        padding: 0 2px 0 4px; } }
    @media (min-width: 801px) {
      .breadcrumb:before {
        font-size: 12px; } }
  .breadcrumb:first-of-type:before {
    padding: 0; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #343434; }

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5 {
  font-family: "Russo One",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .78571rem; }

#lcdesc h2 {
  font-size: 24px; }

.tabs {
  border-color: #c9c9c9;
  position: relative; }

.tab {
  border: 1px solid #c9c9c9;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  float: left;
  position: relative;
  z-index: 2; }
  .tab + .tab {
    margin-left: 5px; }
    @media (min-width: 401px) {
      .tab + .tab {
        margin-left: 10px; } }
  .tab.is-active {
    border-color: #c9c9c9; }
    .tab.is-active .tab-title {
      background: #ed1c24;
      color: #fff; }
    .tab.is-active.tab-featured ~ .tab-arrows .tab-arrows--featured {
      display: block; }
    .tab.is-active.tab-new ~ .tab-arrows .tab-arrows--new {
      display: block; }
  .tab .tab-title {
    background: #fff;
    border-radius: 4px 4px 0 0;
    font-family: "Russo One", sans-serif;
    font-size: 12px;
    padding: 0.5rem 0.5rem 0.35rem;
    text-transform: uppercase; }
    @media (min-width: 401px) {
      .tab .tab-title {
        padding: 0.6rem 1rem; } }
    @media (min-width: 551px) {
      .tab .tab-title {
        font-size: 15px;
        padding: 0.78rem 1.5rem; } }
  .tab-arrows {
    display: block;
    left: 0;
    list-style: none;
    position: absolute;
    top: calc(50% + 40px);
    width: 100%;
    z-index: 1; }
    @media (min-width: 551px) {
      .tab-arrows {
        top: 63px; } }
    .tab-arrows--featured, .tab-arrows--new {
      display: none; }
    .tab-arrows .slick-arrow {
      transform: none; }
      @media (min-width: 401px) {
        .tab-arrows .slick-arrow {
          top: 0; } }
    .tab-arrows .slick-prev {
      left: 0;
      right: initial; }
      @media (min-width: 551px) {
        .tab-arrows .slick-prev {
          left: 0.5rem; } }
      @media (min-width: 1241px) {
        .tab-arrows .slick-prev {
          left: 1rem; } }
    .tab-arrows .slick-next {
      right: 0; }
      @media (min-width: 551px) {
        .tab-arrows .slick-next {
          right: 0.5rem; } }
      @media (min-width: 1241px) {
        .tab-arrows .slick-next {
          right: 1rem; } }

.skew-container {
  border-radius: 10px 0 10px 0;
  float: left;
  overflow: visible;
  margin-left: 7px;
  width: calc(100% - 14px); }
  @media (min-width: 801px) {
    .skew-container {
      transform: skewX(-20deg); }
      .skew-container--wrapper {
        transform: skewX(20deg); } }

/* CATEGORY */
.page-type_category .breadcrumbs {
  padding: 0 0 15px 0px;
  display: block; }
  @media (max-width: 430px) {
    .page-type_category .breadcrumbs {
      padding-bottom: 15px; } }

@media (max-width: 430px) {
  .page-type_category .page-content {
    padding: 0 20px 0 20px !important; } }

.page-type_category .card-figure {
  height: auto; }

.category-heading .page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase; }

.category-description {
  margin-bottom: 1.5rem; }
  .category-description #lcdesc {
    display: none; }
  .category-description a {
    color: #ed1c24; }
    .category-description a:hover {
      color: #171f2e; }
  .category-description--lower {
    margin-bottom: 0; }
    .category-description--lower > * {
      display: none; }
    .category-description--lower > #lcdesc {
      display: block;
      margin-top: 1rem; }

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

.facetedSearch-refineFilters {
  padding: 1rem 0 0; }
  .facetedSearch-refineFilters > a {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none; }
    .facetedSearch-refineFilters > a:hover {
      color: #343434; }

.facetLabel {
  background: #999;
  color: #fff;
  font-size: 11px;
  font-weight: 700; }
  .facetLabel .icon {
    fill: #fff; }
  .facetLabel:hover {
    color: #fff; }

.inlineList--labels {
  margin: 0; }
  .inlineList--labels > li {
    margin: 0 5px 5px 0; }

.filter-sort {
  background: none;
  clear: both;
  display: none;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 801px) {
    .filter-sort {
      display: block; } }
  .filter-sort .actionBar-section {
    float: left;
    margin: 0; }
    .filter-sort .actionBar-section .form-select {
      background: #fff url(../png/icon-arrow-down4b75.png?t=1580490832) no-repeat right center;
      padding: 0 2rem 0 10px; }

.actionBar {
  margin: 0; }
  .actionBar .form-field {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0; }

.actionBar-section .form-label {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  margin: 4px 5px 0 0;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle; }

.actionBar-section .form-select {
  background-position: right 0.5rem top 0.2rem;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #343434;
  font-size: 13px;
  height: 24px;
  padding: 0;
  padding: 0 2rem 0 10px;
  width: auto; }
  @media (min-width: 551px) {
    .actionBar-section .form-select {
      background-position: right 0.5rem top 0.5rem;
      height: 32px; } }

.filter-paging {
  clear: both;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: -20px;
  transition: opacity 0.2s ease, top 0.3s ease;
  width: 100%;
  z-index: 11; }
  @media (min-width: 801px) {
    .filter-paging {
      background: #e4e4e4;
      border: 1px solid #c3c3c3;
      box-shadow: none;
      float: left;
      margin: 10px 0 -20px 10px;
      opacity: 1;
      padding: 6px 20px 6px 10px;
      position: relative;
      width: calc(100% - 20px); } }
  .filter-paging--bottom {
    display: none; }
  .filter-paging + form {
    clear: both; }
  .filter-paging .actionBar-section {
    float: left;
    margin: 0; }
  .filter-paging .pagination {
    display: none; }
  .filter-paging.is_open .faceted-options {
    height: 100%; }
  .filter-paging.is_open .faceted-button--facets {
    background: #ed1c24;
    color: #fff !important; }
    .filter-paging.is_open .faceted-button--facets i {
      background: #fff; }

.filter-paging--top {
  background: #1c1c1c;
  float: left;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .filter-paging--top {
      background: none; } }
  .filter-paging--top .pagination {
    display: none;
    float: left; }
    .filter-paging--top .pagination .pagination-list {
      margin: 0; }
      .filter-paging--top .pagination .pagination-list:before, .filter-paging--top .pagination .pagination-list:after {
        display: none; }

.sort-by-dropdown-container {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  display: inline-block;
  height: 32px;
  position: relative;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  vertical-align: top;
  width: 100px; }
  .sort-by-dropdown-container:hover, .sort-by-dropdown-container:active, .sort-by-dropdown-container:focus {
    background: #ed1c24; }
    .sort-by-dropdown-container:hover .form-label-icon,
    .sort-by-dropdown-container:hover .form-label-text, .sort-by-dropdown-container:active .form-label-icon,
    .sort-by-dropdown-container:active .form-label-text, .sort-by-dropdown-container:focus .form-label-icon,
    .sort-by-dropdown-container:focus .form-label-text {
      color: #fff; }
  @media (min-width: 801px) {
    .sort-by-dropdown-container {
      background: none;
      border: none;
      border-radius: 0;
      height: auto;
      width: auto; }
      .sort-by-dropdown-container:hover {
        background: none; }
        .sort-by-dropdown-container:hover .form-label-icon,
        .sort-by-dropdown-container:hover .form-label-text {
          color: #343434;
          cursor: default; } }
  .sort-by-dropdown-container form {
    height: 24px; }
  .sort-by-dropdown-container .form-label {
    color: #ed1c24;
    font-size: 15px;
    height: 24px;
    left: 0;
    line-height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 801px) {
      .sort-by-dropdown-container .form-label {
        height: auto;
        position: relative;
        width: auto; } }
    .sort-by-dropdown-container .form-label-text {
      color: #333;
      display: inline-block;
      font-weight: 700;
      margin-left: 2px;
      position: relative;
      text-transform: uppercase;
      top: 2px; }
      @media (min-width: 801px) {
        .sort-by-dropdown-container .form-label-text {
          color: #343434;
          font-size: 15px;
          font-weight: 700;
          margin: 0;
          top: initial; } }
    .sort-by-dropdown-container .form-label-icon {
      font-size: 16px;
      line-height: 28px;
      position: relative;
      top: 2px; }
      @media (min-width: 801px) {
        .sort-by-dropdown-container .form-label-icon {
          display: none; } }
  .sort-by-dropdown-container .form-field {
    background: none;
    border: none; }
  .sort-by-dropdown-container .form-select {
    height: 32px;
    opacity: 0;
    width: 130px; }
    @media (min-width: 801px) {
      .sort-by-dropdown-container .form-select {
        border-radius: 0;
        height: 26px;
        margin-left: 5px;
        opacity: 1;
        width: auto; } }
  .sort-by-dropdown-container .button {
    padding: 17px 20px; }

.filter-paging__has-refinements .facetedSearch-label-text {
  display: inline-block; }

.filter-paging__has-refinements .sort-by-dropdown-container {
  display: inline-block; }

.filter-paging__has-refinements .facetedSearch-refineFilters {
  max-width: 100%;
  padding: 0; }

.filter-paging__has-refinements .faceted-options {
  max-height: calc((var(--vh, 1vh) * 100) - 131px); }

.filter-paging .facetedSearch-selected-filters {
  display: block;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 801px) {
    .filter-paging .facetedSearch-selected-filters {
      display: none; } }

.filter-paging .facetedSearch--filters {
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
  width: 100%; }

.filter-paging .filter-paging--paging {
  display: none; }

.filter-paging .filters-heading {
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  float: left;
  text-align: center;
  width: 100%; }
  .filter-paging .filters-heading i, .filter-paging .filters-heading svg {
    height: 12px;
    width: 12px;
    color: #ed1c24; }

.filter-paging .facetedSearch-label {
  text-decoration: none;
  width: 100%;
  line-height: 37px;
  font-size: 14px;
  line-height: 37px;
  padding: 0 11px 0 12px;
  height: 100%;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease; }
  .filter-paging .facetedSearch-label.facets-clear-all:hover {
    background: #ed1c24;
    color: #fff; }
    .filter-paging .facetedSearch-label.facets-clear-all:hover i, .filter-paging .facetedSearch-label.facets-clear-all:hover svg,
    .filter-paging .facetedSearch-label.facets-clear-all:hover .facetedSearch-label-text {
      color: #fff !important; }
  .filter-paging .facetedSearch-label--refine {
    display: none; }

.filter-paging .facetedSearch-refineFilters {
  display: inline-block;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.filter-paging .facetedSearch-label-text {
  color: #333;
  display: inline-block;
  margin-left: 2px; }

.filter-paging .facetedSearch.sidebarBlock {
  padding: 0;
  border: none;
  position: static; }

.filter-paging .facetLabel {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 3px 0 3px 3px;
  padding: 6px 27px 6px 15px;
  position: relative;
  text-decoration: none;
  transition: background 0.15s ease; }
  .filter-paging .facetLabel .icon {
    fill: #333;
    margin-left: 5px;
    stroke: #333;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }
  .filter-paging .facetLabel:hover {
    background: #ed1c24;
    color: #fff; }

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

.filter-paging .facetedSearch--filters-clear .filters-heading {
  display: inline-block; }

.filter-paging .facetedSearch--filters-clear .facetedSearch-navList {
  width: 100%; }

.filter-paging .facetedSearch-navList {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 100%; }
  .filter-paging .facetedSearch-navList + .facetedSearch-navList {
    margin-bottom: 10px; }
  .filter-paging .facetedSearch-navList .blocker {
    background: none; }
  .filter-paging .facetedSearch-navList .accordion {
    margin: 0;
    border: none; }
  .filter-paging .facetedSearch-navList .accordion-title {
    color: #fff; }
  .filter-paging .facetedSearch-navList .accordion--navList {
    border-radius: 0; }
  .filter-paging .facetedSearch-navList .accordion--navListItem {
    float: left; }
  .filter-paging .facetedSearch-navList .accordion-block {
    border-bottom: 1px solid #e8e8e8;
    display: block; }
    .filter-paging .facetedSearch-navList .accordion-block a {
      color: #646464;
      font-size: 14px; }
      .filter-paging .facetedSearch-navList .accordion-block a:hover {
        color: #000; }
    .filter-paging .facetedSearch-navList .accordion-block + .accordion-block {
      clear: none;
      margin: 0; }
    .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation-actions {
      display: none; }
    .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation {
      border: none;
      border-radius: 0;
      overflow: hidden;
      margin-top: 0;
      position: static; }
      .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation.is-open {
        border-radius: 0; }
      .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 37px;
        margin: 0;
        padding: 0 8px 0 15px; }
        @media (min-width: 801px) {
          .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title {
            font-size: 16px; } }
      .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title-icon {
        display: inline-block;
        float: right;
        margin: 0 0 0 5px; }
        .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation .accordion-title-icon i {
          position: relative;
          top: 1px; }
    .filter-paging .facetedSearch-navList .accordion-block .accordion-content {
      background: #fff;
      border-radius: 0;
      display: none;
      left: 0;
      overflow-y: auto;
      padding: 10px 13px;
      width: 100%;
      z-index: 1; }
    .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation {
      border-color: #999; }
      .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation.is-open .accordion-title {
        background: #ed1c24;
        color: #fff; }
        .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation.is-open .accordion-title svg {
          stroke: #fff; }
        .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation.is-open .accordion-title i:before {
          content: '\f106'; }
      .filter-paging .facetedSearch-navList .accordion-block .accordion-navigation.is-open + .accordion-content {
        display: block; }
  .filter-paging .facetedSearch-navList .navList-action-close {
    display: none; }
  @media (min-width: 801px) {
    .filter-paging .facetedSearch-navList .form-minMaxRow .form-field {
      padding: 0.375rem 0;
      width: 100%; } }
  .filter-paging .facetedSearch-navList .button {
    border-radius: 4px;
    font-size: 15px;
    height: 31px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: .5px; }

.faceted-buttons,
.faceted-options {
  background: #fff;
  float: left;
  width: 100%; }
  @media (min-width: 801px) {
    .faceted-buttons,
    .faceted-options {
      background: none; } }

.faceted-buttons {
  border-bottom: 2px solid #343434;
  padding: 4px 0;
  text-align: center; }
  @media (min-width: 801px) {
    .faceted-buttons {
      border: none;
      padding: 0;
      text-align: left; } }

.faceted-button {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  color: #333 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 32px;
  margin: 0 5px;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
  vertical-align: top;
  width: 100px; }
  .faceted-button:hover {
    color: #ed1c24 !important; }
  @media (min-width: 801px) {
    .faceted-button {
      display: none; } }
  .faceted-button i {
    color: #ed1c24;
    font-size: 16px;
    line-height: 28px;
    margin-right: 2px;
    position: relative;
    top: -1px; }
  .faceted-button .fas {
    vertical-align: baseline; }
  .faceted-button.facets-clear-all {
    line-height: 32px;
    padding-top: 1px; }
    .faceted-button.facets-clear-all svg {
      color: #ed1c24;
      height: 15px;
      width: 15px;
      margin-right: 2px;
      margin-bottom: 5px; }

.faceted-options {
  height: 0;
  max-height: calc((var(--vh, 1vh) * 100) - 95px);
  overflow: hidden;
  overflow-y: auto; }

.page-content--list .productList {
  margin: 0; }

.page-content--list .product {
  overflow: visible; }
  .page-content--list .product + .product {
    margin-top: 10px; }

.page-content--list .listItem {
  border: 1px solid #c9c9c9;
  display: block;
  margin: 0;
  padding: 10px; }
  @media (min-width: 801px) {
    .page-content--list .listItem {
      display: flex; } }
  .page-content--list .listItem-figure, .page-content--list .listItem-body {
    display: block; }
  .page-content--list .listItem-figure {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .page-content--list .listItem-figure {
        width: 30%; } }
  .page-content--list .listItem-body {
    padding: 1rem 0 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 801px) {
      .page-content--list .listItem-body {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 1rem;
        text-align: left;
        width: 70%; } }
  .page-content--list .listItem-header, .page-content--list .listItem-content {
    width: 100%; }
  .page-content--list .listItem-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    letter-spacing: normal; }
    @media (min-width: 801px) {
      .page-content--list .listItem-title {
        font-size: 23px; } }
    @media (min-width: 1001px) {
      .page-content--list .listItem-title {
        font-size: 26px; } }
    .page-content--list .listItem-title a {
      color: #000; }
      .page-content--list .listItem-title a:hover, .page-content--list .listItem-title a:focus, .page-content--list .listItem-title a:active {
        color: #ed1c24; }
  @media (min-width: 801px) {
    .page-content--list .listItem-rating {
      bottom: 35px;
      position: absolute;
      right: 5px; } }
  .page-content--list .listItem-rating-total {
    color: #000;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: middle; }
  .page-content--list .listItem-content {
    display: block;
    text-align: left; }
    @media (min-width: 801px) {
      .page-content--list .listItem-content {
        align-self: flex-end;
        margin-top: 1rem; } }
  .page-content--list .listItem-price {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .page-content--list .listItem-price {
        margin-bottom: 25px; } }
    .page-content--list .listItem-price .price-section {
      text-align: center; }
      @media (min-width: 801px) {
        .page-content--list .listItem-price .price-section {
          text-align: right; } }
      .page-content--list .listItem-price .price-section--rrp {
        display: none; }
    .page-content--list .listItem-price .price {
      color: #ed1c24;
      font-weight: 600;
      font-size: 26px;
      letter-spacing: -0.05rem; }
  @media (min-width: 801px) {
    .page-content--list .listItem-details, .page-content--list .listItem-actions {
      display: table-cell; } }
  @media (min-width: 801px) {
    .page-content--list .listItem-details {
      padding: 0 1rem 1.4rem 0 !important; } }
  .page-content--list .listItem-actions {
    vertical-align: bottom; }
    @media (min-width: 801px) {
      .page-content--list .listItem-actions {
        width: 30%; } }
    .page-content--list .listItem-actions .button {
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      font-weight: 600;
      height: 35px;
      line-height: 35px;
      margin: auto;
      padding: 0 0.5rem;
      width: 100%; }
      @media (min-width: 551px) {
        .page-content--list .listItem-actions .button {
          width: 225px; } }

.short-desc-list {
  font-size: 0.9rem;
  list-style: disc !important; }

.icon-alt svg {
  fill: #0075ce; }

/* PAGE */
.page {
  margin: 20px 0 0;
  padding-bottom: 1rem; }
  @media (min-width: 1001px) {
    .page {
      padding-bottom: 2rem; } }

.page-sidebar {
  display: none;
  margin: 0 20px 0 0;
  padding: 0;
  width: 230px; }
  @media (min-width: 801px) {
    .page-sidebar {
      display: block; } }
  .page-sidebar + .page-content {
    width: 100%; }
    @media (min-width: 801px) {
      .page-sidebar + .page-content {
        padding: 0;
        width: calc(100% - 261px); } }
    .page-sidebar + .page-content .productGrid .product {
      width: 100%; }
      @media (min-width: 441px) and (max-width: 600px) {
        .page-sidebar + .page-content .productGrid .product {
          width: calc(50% - 1rem - 1px); } }
      @media (min-width: 601px) and (max-width: 800px) {
        .page-sidebar + .page-content .productGrid .product {
          width: calc(33.33% - 1rem - 1px); } }
      @media (min-width: 801px) and (max-width: 900px) {
        .page-sidebar + .page-content .productGrid .product {
          width: calc(50% - 1rem - 1px); } }
      @media (min-width: 901px) {
        .page-sidebar + .page-content .productGrid .product {
          width: calc(33.33% - 1rem - 1px); } }

.page-content--centered {
  padding: 0;
  width: 100%; }

.page-content a {
  color: #ed1c24; }
  .page-content a:hover {
    color: #343434; }

.page-content p > a,
.page-content li > a {
  color: #ed1c24; }
  .page-content p > a:hover,
  .page-content li > a:hover {
    color: #343434; }

.page-content .btn,
.page-content .button {
  color: #fff !important; }
  .page-content .btn:hover,
  .page-content .button:hover {
    color: #fff !important; }

.page-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: left;
  text-transform: uppercase; }

.sidebar-nav {
  background: #fff;
  clear: both;
  float: left;
  margin: 0;
  width: 100%; }
  .sidebar-nav + .sidebar-nav {
    margin-bottom: 30px; }
  .sidebar-nav a {
    position: relative; }

.sidebar-heading {
  background: #00a7d5;
  background: -moz-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: -webkit-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  background: linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#3e57aa',GradientType=1 );
  color: #fff;
  display: block;
  font-size: 20px;
  letter-spacing: 0.025rem;
  margin: 0;
  padding: 6px 0 4px;
  text-align: center;
  text-transform: uppercase; }

.sidebarBlock-heading {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase; }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 10px; } }

.accordion--navList .accordion-title {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  padding: 3px 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      border: 1px solid #c9c9c9;
      padding-right: 30px; } }
  .accordion--navList .accordion-title-icon {
    font-size: 18px;
    transition: all 0.3s ease; }
    @media (min-width: 801px) {
      .accordion--navList .accordion-title-icon {
        position: absolute;
        right: 8px;
        top: 3px;
        transform: rotate(-90deg); } }

@media (min-width: 801px) {
  .accordion--navList .is-open .accordion-title {
    border-color: #0075ce;
    color: #0075ce; } }

@media (min-width: 801px) {
  .accordion--navList .is-open .accordion-title-icon {
    top: 5px;
    transform: rotate(0deg); } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation-actions {
    display: none; } }

.facetedSearch-navList--color .navList-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 3px); }

.navList-action {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }
  .navList-action--checkbox {
    margin: 7px 0;
    padding: 1px 0 0 2.25rem; }
    .navList-action--checkbox:before {
      border-radius: 0;
      margin: 0;
      height: 22px;
      top: 0;
      width: 22px; }
    .navList-action--checkbox:after {
      background: #00a7d5;
      background: -moz-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
      background: -webkit-linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
      background: linear-gradient(45deg, #00a7d5 0%, #0882c7 50%, #3e57aa 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d5', endColorstr='#3e57aa',GradientType=1 );
      height: 16px;
      left: 3px;
      margin: 0;
      top: 3px;
      width: 16px; }
  .navList-action[data-section-value="color"] {
    font-size: 12px;
    margin: 5px 0;
    padding: 1px 0 0 1.75rem; }
    .navList-action[data-section-value="color"]:before {
      height: 18px;
      width: 18px; }
    .navList-action[data-section-value="color"]:after {
      height: 16px;
      left: 1px;
      opacity: 1;
      top: 1px;
      transform: scale(1);
      width: 16px; }
    .navList-action[data-section-value="color"].is-selected:after {
      color: #fff;
      content: 'x';
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-align: center;
      text-shadow: 0 0px 3px black; }
  .navList-action[data-option-value="aqua"]:after {
    background: #0ff; }
  .navList-action[data-option-value="beige"]:after {
    background: #ddc9ae; }
  .navList-action[data-option-value="black"]:after {
    background: #000; }
  .navList-action[data-option-value="bleached"]:after {
    background: #fff; }
  .navList-action[data-option-value="blue"]:after {
    background: #004dff; }
  .navList-action[data-option-value="brass"]:after {
    background: #EBCA5F; }
  .navList-action[data-option-value="brown"]:after {
    background: #5c442c; }
  .navList-action[data-option-value="checkerboard"]:after {
    background-color: #eee;
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
    background-size: 4px 4px;
    background-position: 0 0, 30px 30px; }
  .navList-action[data-option-value="coffee"]:after {
    background: #B79362; }
  .navList-action[data-option-value="cream"]:after {
    background: #E9E0D9; }
  .navList-action[data-option-value="dark-brown"]:after {
    background: #412710; }
  .navList-action[data-option-value="glass"]:after {
    background: #ecf4ff; }
  .navList-action[data-option-value="gold"]:after {
    background: #f1bc1b; }
  .navList-action[data-option-value="gray"]:after {
    background: #c3c3c3; }
  .navList-action[data-option-value="green"]:after {
    background: #17fe01; }
  .navList-action[data-option-value="ice-blue"]:after {
    background: #40ccff; }
  .navList-action[data-option-value="light-gray"]:after {
    background: #dddbdf; }
  .navList-action[data-option-value="multi-color"]:after {
    background: url("../jpg/multi-color-facet-icon.jpg") center; }
  .navList-action[data-option-value="orange"]:after {
    background: #fe8400; }
  .navList-action[data-option-value="pink"]:after {
    background: #fe00d6; }
  .navList-action[data-option-value="purple"]:after {
    background: #8800fd; }
  .navList-action[data-option-value="red"]:after {
    background: #f00; }
  .navList-action[data-option-value="sand"]:after {
    background: #9b5714; }
  .navList-action[data-option-value="white"]:after {
    background: #fff; }
  .navList-action[data-option-value="yellow"]:after {
    background: #ece709; }
  .navList-action[data-option-value="amber"]:after {
    background: #ffcc00; }
  .navList-action-close {
    display: none; }

.navBar-categories .navBar-item {
  display: block;
  margin: 30px 0 0;
  width: 100%; }
  .navBar-categories .navBar-item:first-of-type {
    margin: 0; }
  .navBar-categories .navBar-item > .navBar-action {
    color: #ed1c24;
    display: block;
    font-family: "Russo One", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase; }
    .navBar-categories .navBar-item > .navBar-action:hover {
      color: #ed1c24; }

.navBar-categories .navBar-subMenu-item .navBar-action {
  border-top: 1px solid #e0e0e0;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 7px 17px 7px 0; }
  .navBar-categories .navBar-subMenu-item .navBar-action:hover {
    color: #ed1c24; }

.navBar-categories .navBar-subMenu-item:first-of-type > .navBar-action {
  border: none; }

.navBar-categories .navBar-subMenu-item.has-sub {
  position: relative; }
  .navBar-categories .navBar-subMenu-item.has-sub:hover .navBar-childList {
    background: #fff;
    border: 1px solid #c9c9c9;
    display: block;
    padding: 5px 20px;
    position: absolute;
    right: -350px;
    top: -3px;
    width: 350px;
    z-index: 2; }

.navBar-categories .navBar-childList {
  display: none; }
  .navBar-categories .navBar-childList-item:first-of-type .navBar-action {
    border: none; }

/* PRODUCTLIST & CAROUSEL */
.productCarousel {
  margin: 0; }
  .productCarousel .slick-track {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
  .productCarousel-slide {
    border: 1px solid #c9c9c9;
    float: none;
    height: auto;
    margin: 1rem 0.5rem;
    padding: 10px;
    text-align: center; }
    .productCarousel-slide:focus {
      outline: none; }
    @media (min-width: 1241px) {
      .productCarousel-slide {
        margin: 1rem; } }
  .productCarousel .card {
    height: 100%; }
    .productCarousel .card-figure {
      height: 160px; }
      .productCarousel .card-figure img {
        max-height: 160px; }

.productGrid {
  align-items: stretch;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .productGrid .product {
    border: 1px solid #c9c9c9;
    float: left;
    height: auto;
    margin: 0.5rem 0;
    padding: 10px;
    text-align: center;
    width: 100%; }
    @media (min-width: 441px) {
      .productGrid .product {
        margin: 0.5rem;
        width: calc(50% - 1rem); } }
    @media (min-width: 551px) {
      .productGrid .product {
        margin: 1rem 0.5rem 0;
        width: calc(33.33% - 1rem); } }
    @media (min-width: 901px) {
      .productGrid .product {
        margin: 1rem 0.5rem 0;
        width: calc(25% - 1rem); } }
  .productGrid .card {
    height: 100%; }

.card {
  border: none;
  margin: 0;
  padding-bottom: 75px;
  position: relative;
  text-align: center; }
  @media (min-width: 901px) {
    .card {
      padding-bottom: 120px; } }
  @media (min-width: 551px) {
    .card-figure {
      height: 205px; } }
  .card-figure img {
    max-height: 205px; }
  .card-image {
    position: relative; }
  .card-img-container:after {
    padding: 0; }
  .card-body {
    padding: 10px;
    text-align: center; }
  .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 901px) {
      .card-title {
        font-size: 15px;
        line-height: 21px; } }
    .card-title > a {
      color: #000; }
      .card-title > a:hover {
        color: #ed1c24; }
  .card-footer {
    border: none;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%; }
  .card-text--price {
    color: #ed1c24 !important;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0;
    position: relative; }
    @media (min-width: 901px) {
      .card-text--price {
        font-size: 20px; } }
    .card-text--price .price--non-sale {
      color: grey;
      text-decoration: line-through red !important; }
  .card-text--rating {
    display: none; }
  .card .price-section--rrp {
    display: none; }
  .card .button {
    box-shadow: none;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    letter-spacing: 0.025rem;
    line-height: 30px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 100%; }
    .card .button i {
      font-size: 20px;
      margin: -2px 3px 0 0;
      vertical-align: middle; }
      @media (min-width: 901px) {
        .card .button i {
          font-size: 24px; } }
    .card .button:hover {
      color: #fff; }
    .card .button:active, .card .button:focus {
      background: #df2828;
      background: -moz-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
      background: -webkit-linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
      background: linear-gradient(45deg, #df2828 0%, #c90a0a 50%, #940000 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2828', endColorstr='#940000',GradientType=1 ); }
    @media (min-width: 901px) {
      .card .button {
        font-size: 16px;
        height: 42px;
        letter-spacing: 0.05rem;
        line-height: 42px; } }

.details-container p {
  margin-bottom: 0;
  padding: 15px; }

.table--full-width {
  margin: 0; }
  .table--full-width td {
    border-bottom: 0; }

.table-column--one-quarter {
  clear: both;
  float: left;
  margin: 10px 0;
  padding: 10px;
  width: 100%; }
  @media (min-width: 551px) {
    .table-column--one-quarter {
      float: none;
      margin: auto;
      padding: auto;
      width: auto; } }
  .table-column--one-quarter p {
    margin-bottom: 0;
    padding: 10px; }
    @media (min-width: 551px) {
      .table-column--one-quarter p {
        min-height: 125px; } }

.table-column--one-half {
  clear: both;
  float: left;
  margin: 0;
  padding: 10px;
  width: 100%; }
  @media (min-width: 551px) and (max-width: 800px) {
    .table-column--one-half {
      float: none;
      width: 50%; } }
  @media (min-width: 801px) and (max-width: 960px) {
    .table-column--one-half {
      clear: both;
      float: left;
      margin: 0;
      padding: 10px;
      width: 100%; } }
  @media (min-width: 961px) {
    .table-column--one-half {
      clear: none;
      float: none;
      width: 50%; } }
  .table-column--one-half img {
    display: block;
    margin: 0 auto; }
  .table-column--one-half span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center; }

table.fitmenttable {
  background-color: #fff;
  border: 2px solid #000;
  border-collapse: collapse;
  color: #000;
  margin: 0 auto;
  text-align: center;
  width: 95%; }
  @media (min-width: 551px) {
    table.fitmenttable {
      text-align: left; } }
  table.fitmenttable th, table.fitmenttable td {
    border: 2px solid #29354b;
    padding: 5px; }
  table.fitmenttable thead {
    background-color: #29354b;
    color: #fff; }

.ProductActionAdd {
  text-align: center; }
  .ProductActionAdd .btn {
    color: #fff;
    font-family: "Russo One", sans-serif;
    font-size: 12px;
    height: 35px;
    line-height: 35px; }
    .ProductActionAdd .btn:hover {
      background: #343434;
      color: #fff; }
    @media (min-width: 961px) {
      .ProductActionAdd .btn {
        font-size: 16px;
        height: 50px;
        line-height: 50px; } }

/* QUICK CART */
.quick-cart {
  border-top: 2px solid #000;
  bottom: 0;
  box-sizing: border-box;
  font-size: 18px;
  height: 125px;
  left: 0;
  margin-bottom: -125px;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  transition: margin-bottom 0.3s ease 0.4s, background 0.3s ease 0.4s, box-shadow 0.4s ease;
  width: 100%;
  z-index: 999; }

.quick-cart-shown {
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.44);
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease, background 0.3s ease, box-shadow 0.4s ease 0.3s; }

.quick-cart-dark {
  background: rgba(0, 0, 0, 0.9);
  border-color: #000;
  color: #fff; }
  .quick-cart-dark:hover {
    background: #000; }

.quick-cart-light {
  background: rgba(219, 219, 219, 0.9);
  border-color: #fff;
  color: #000; }
  .quick-cart-light:hover {
    background: #dbdbdb; }

.quick-cart-text {
  color: #fff;
  margin: 0 0 10px; }

.quick-cart-link {
  background: #ed1c24;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 0.3s ease; }
  .quick-cart-link:hover {
    background: #343434;
    color: #fff; }

/* CART */
.cart-item-block {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2; }
  .cart-item-block .definitionList {
    font-size: 12px; }
  .cart-item-block .form-increment .button svg {
    fill: #666; }

.cart-item-image {
  max-height: 100%;
  max-width: 100%; }
  @media (min-width: 551px) {
    .cart-item-image {
      max-height: unset; } }

.cart-item-figure {
  margin-bottom: 0.5rem;
  z-index: 1; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-left: -33.33%; } }

.cart-item-brand {
  display: none; }

.cart-item-title {
  padding-left: 0.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      margin-bottom: 0; } }
  @media (min-width: 801px) {
    .cart-item-title {
      padding: 1.5rem; } }

@media (min-width: 551px) {
  .cart-item-info--price {
    padding-left: 0.5rem; } }

@media (min-width: 801px) {
  .cart-item-info--price {
    padding-left: 0; } }

@media (min-width: 551px) {
  .cart-item-info .cart-item-label,
  .cart-item-info .cart-item-value {
    padding: 0; } }

@media (min-width: 551px) {
  .cart-item-info .form-increment {
    margin-left: 0; } }

@media (min-width: 551px) {
  .cart-item-info + .cart-item-info {
    margin-top: 0; } }

.cart-item-availability {
  color: #ed1c24;
  display: block;
  font-size: 14px; }

.cart-total button {
  font-size: 14px; }

.cart-total .form-select {
  padding: 0 0.73rem; }

.cart-actions .button {
  font-size: 16px;
  height: 45px;
  line-height: 48px; }
  @media (min-width: 551px) {
    .cart-actions .button {
      width: 200px; } }

.cart-change {
  font-size: 0.9rem; }

.cart-additionalCheckoutButtons {
  position: relative;
  z-index: 1; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1rem; }

.button--icon {
  line-height: normal;
  padding: 0; }
  .button--icon .icon {
    height: 1.75rem;
    width: 1.75rem; }
  .button--icon svg {
    fill: #fff; }

.cart-totals .button {
  font-size: 16px;
  height: 31px;
  line-height: normal;
  padding: 5px 0 0; }
  @media (min-width: 551px) {
    .cart-totals .button {
      line-height: 33px;
      padding: 0; } }

.shipping-estimage-show, .shipping-estimage-hide {
  font-size: 14px; }

.estimator-form .button--primary,
.shipping-quotes .button--primary {
  width: 100%; }
  @media (min-width: 414px) {
    .estimator-form .button--primary,
    .shipping-quotes .button--primary {
      width: 60%; } }

.page-type_category .modal-close,
.page-type_search .modal-close,
.page-type_brand .modal-close {
  color: #fff;
  font-size: 38px; }

.modal-body-facets {
  padding: 0; }

.facet-quick-heading {
  background: #ed1c24;
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  padding: 1rem 2.25rem 1rem 1.25rem; }
  @media (min-width: 551px) {
    .facet-quick-heading {
      font-size: 1.5rem; } }
  @media (min-width: 801px) {
    .facet-quick-heading {
      font-size: 2rem; } }

.facetedSearch-optionColumns {
  padding: 1rem 1.25rem; }

/* PRODUCT DETAILS */
.page-type_product .modal {
  border-radius: .3rem;
  height: 100%;
  visibility: visible;
  z-index: 1041; }
  .page-type_product .modal-dialog {
    display: block;
    margin: 0 auto;
    z-index: 1050; }
    .page-type_product .modal-dialog:before {
      display: none; }
  .page-type_product .modal:after {
    clear: both;
    content: '';
    display: block; }

.page-type_product .modal-body {
  background-clip: padding-box;
  border: none;
  height: calc(100% - 4.5rem);
  overflow-y: auto; }

.page-type_product .modal-content {
  border: none; }

.page-type_product .modal-trigger {
  display: inline-block;
  height: 20px;
  padding-right: 5px;
  position: relative;
  top: -1px; }

.page-type_product .modal-close {
  color: #fff;
  opacity: 1;
  padding: 0; }

.page-type_product .modal-header {
  background-color: #0287f7;
  border-bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  min-height: 40px; }
  .page-type_product .modal-header-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.428571429;
    margin: 0;
    padding: 0;
    width: 100%; }

@media (min-width: 801px) {
  .page-type_product .add-on-desc {
    padding-bottom: 0; } }

.page-type_product #modal-review-form .modal-header,
.page-type_product #previewModal .modal-header {
  background: #222;
  border-radius: 0; }

.page-type_product #modal-review-form .modal-header-title,
.page-type_product #previewModal .modal-header-title {
  color: #fff;
  padding: 0; }

.page-type_product #modal-review-form .modal-close,
.page-type_product #previewModal .modal-close {
  color: #fff;
  top: 7px; }

.page-type_product #modal-review-form .product-brand:empty,
.page-type_product #previewModal .product-brand:empty {
  padding: 0; }

.page-type_product #modal-review-form .product-title,
.page-type_product #previewModal .product-title {
  font-size: 1.3rem;
  padding: 0;
  text-align: center; }

.page-type_product #modal-review-form .suggestiveCart,
.page-type_product #previewModal .suggestiveCart {
  display: block; }
  .page-type_product #modal-review-form .suggestiveCart > h4,
  .page-type_product #previewModal .suggestiveCart > h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 0; }

.page-type_product #modal-review-form .productCarousel,
.page-type_product #previewModal .productCarousel {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (min-width: 801px) {
    .page-type_product #modal-review-form .productCarousel,
    .page-type_product #previewModal .productCarousel {
      flex-wrap: nowrap; } }
  .page-type_product #modal-review-form .productCarousel-slide,
  .page-type_product #previewModal .productCarousel-slide {
    width: calc(50% - 10px); }
    @media (min-width: 801px) {
      .page-type_product #modal-review-form .productCarousel-slide,
      .page-type_product #previewModal .productCarousel-slide {
        width: calc(25% - 10px); } }

.page-type_product #modal-review-form .productGrid .product,
.page-type_product #previewModal .productGrid .product {
  margin: 10px 5px;
  width: calc(50% - 10px); }
  @media (min-width: 801px) {
    .page-type_product #modal-review-form .productGrid .product,
    .page-type_product #previewModal .productGrid .product {
      width: calc(25% - 10px); } }

.productView {
  margin: 0;
  padding-top: 1rem; }
  @media (min-width: 801px) {
    .productView {
      padding: 0; } }

.productView-details {
  padding: 0; }
  .productView-details--upper {
    border: none;
    margin: 0 0 15px;
    width: 100%; }
  @media (min-width: 801px) {
    .productView-details--lower {
      padding-left: 20px;
      width: 375px; } }

.productView-product {
  border: none;
  padding: 0; }

.productView-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.1rem;
  margin: 0 0 10px;
  text-align: center;
  text-transform: none; }
  @media (min-width: 551px) {
    .productView-title {
      font-size: 32px;
      margin-bottom: 20px;
      text-align: left; } }

.productView-images {
  padding: 0; }
  @media (min-width: 801px) {
    .productView-images {
      width: calc(100% - 375px); } }

.productView-image {
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 0; }

.productView-img-container {
  max-width: initial; }
  .productView-img-container:after {
    padding: 0; }
  .productView-img-container img {
    position: relative; }

.productView-thumbnail {
  margin: 0 3px;
  padding: 0; }
  @media (min-width: 551px) {
    .productView-thumbnail {
      margin: 0 9px; } }
  .productView-thumbnail-link {
    border-color: #c9c9c9;
    height: 110px;
    max-width: 200px;
    padding: 0;
    position: relative; }
    @media (min-width: 551px) {
      .productView-thumbnail-link {
        height: 130px; } }
    @media (min-width: 901px) {
      .productView-thumbnail-link {
        height: 150px; } }
    .productView-thumbnail-link i {
      color: #fff;
      font-size: 50px;
      left: 0;
      opacity: 0.8;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
    .productView-thumbnail-link svg {
      opacity: 0.8; }
    .productView-thumbnail-link:hover svg {
      opacity: 1; }
    .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
      border-color: #c9c9c9; }
  .productView-thumbnail--video img {
    height: 100%;
    object-fit: initial;
    width: 100%; }

.productView-thumbnails {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center; }
  .productView-thumbnails--gallery {
    clear: both;
    display: none;
    visibility: hidden; }
  .productView-thumbnails img {
    height: 100%;
    max-height: 150px;
    max-width: 200px;
    position: relative;
    width: 100%; }
  .productView-thumbnails .slick-list {
    margin: 0; }
    @media (min-width: 551px) {
      .productView-thumbnails .slick-list {
        margin: 0; } }
  .productView-thumbnails .slick-prev {
    left: 3px;
    right: initial !important; }
  .productView-thumbnails .slick-next {
    right: 0; }

.productView-rating {
  text-align: center;
  width: 100%; }
  @media (min-width: 801px) {
    .productView-rating {
      width: auto; } }

.productView-reviewLink {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0 5px; }
  .productView-reviewLink a {
    color: #343434; }
    .productView-reviewLink a:hover {
      color: #ed1c24; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    padding: 5px 0 10px; }
    @media (min-width: 401px) {
      .productView-reviewLink + .productView-reviewLink {
        border-left: 1px solid #343434;
        display: inline-block;
        margin: 0;
        padding: 0 0 0 10px; } }
    .productView-reviewLink + .productView-reviewLink a {
      color: #ed1c24; }
      .productView-reviewLink + .productView-reviewLink a:hover {
        color: #343434; }

.productView-price {
  color: #ed1c24;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.1rem;
  margin-bottom: 0; }
  .productView-price .price-section--rrp, .productView-price .price-section--saving {
    display: none !important; }
  .productView-price .price-section--openbox {
    font-size: 20px; }
  .productView-price .price-section--non-sale {
    color: grey;
    font-size: 30px;
    text-decoration: line-through;
    text-decoration-color: red; }

.productView-info {
  margin: -0.25rem 0 1rem; }
  .productView-info-item {
    display: none; }
    .productView-info-item--sku, .productView-info-item--availability {
      display: block; }
  .productView-info-name {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .productView-info > :first-of-type {
    margin-top: 0; }

.productView-info-item--sku, .productView-info-item--availability {
  margin-bottom: 10px; }
  .productView-info-item--sku .productView-info-name, .productView-info-item--sku .productView-info-value, .productView-info-item--availability .productView-info-name, .productView-info-item--availability .productView-info-value {
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    vertical-align: middle; }
  .productView-info-item--sku .productView-info-value, .productView-info-item--availability .productView-info-value {
    font-weight: 500; }

.productView-info-item--availability {
  color: #ed1c24; }

.productView-open-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .productView-open-box span {
    color: #0075ce;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Russo One", Arial, Helvetica, sans-serif;
    margin: 5px;
    padding-bottom: 15px;
    font-size: 16px; }
  .productView-open-box img {
    display: block;
    margin-bottom: 5px; }

.productView-options {
  border-top: 1px solid #c9c9c9;
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  text-align: center; }
  .productView-options .form-field {
    display: block;
    margin: 0 0 15px; }
    .productView-options .form-field.u-hiddenVisually {
      display: none;
      margin: 0; }
  .productView-options .form-field-values {
    display: block; }
  .productView-options .form-label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px 0 0; }
    @media (min-width: 551px) {
      .productView-options .form-label {
        font-size: 16px; } }
    .productView-options .form-label small {
      display: inline-block;
      float: none;
      margin: 0 5px 0 0; }
  .productView-options .form-select {
    display: block;
    font-size: 14px;
    margin: auto;
    max-width: 20rem;
    padding-right: 1.75rem; }
    @media (min-width: 801px) {
      .productView-options .form-select {
        display: inline-block;
        max-width: 100%; } }
  .productView-options .form-field--increments {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: auto; }
    @media (min-width: 801px) {
      .productView-options .form-field--increments {
        float: left;
        width: auto; } }
    .productView-options .form-field--increments .form-label {
      display: none; }
  .productView-options .form-action--addToCart {
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    padding: 0;
    vertical-align: middle;
    width: calc(50% - 10px); }
    @media (min-width: 801px) {
      .productView-options .form-action--addToCart {
        float: left;
        margin: 20px 0 0 20px;
        width: calc(100% - 205px); } }
    @media (min-width: 801px) {
      .productView-options .form-action--addToCart {
        margin: 0 0 0 10px;
        width: calc(100% - 145px); } }
    .productView-options .form-action--addToCart .button {
      background: #ed1c24;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      height: 40px;
      letter-spacing: 0.05rem;
      line-height: 44px;
      margin: 0;
      padding: 0 5px;
      width: 100%; }

.productView-addToCart {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  margin: 10px 0;
  overflow: hidden;
  padding: 20px 0; }
  @media (min-width: 551px) {
    .productView-addToCart {
      margin: 20px 0; } }

.form-field--quantity {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 551px) {
    .form-field--quantity {
      float: left; } }
  .form-field--quantity .form-label {
    display: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .form-field--quantity .form-input {
    font-size: 22px;
    height: 50px;
    line-height: 53px;
    width: 85px; }
  .form-field--quantity .button {
    font-size: 22px;
    height: 50px;
    line-height: 48px;
    width: 50px; }

.productAttributes-message {
  background: #f2dede;
  border-color: #ebccd1;
  clear: both;
  color: #a94442;
  margin: 0 0 1rem;
  padding: 0.78rem;
  top: 1rem; }
  .productAttributes-message .alertBox-icon {
    padding-right: 0.5rem; }
  .productAttributes-message .icon {
    display: none; }
    .productAttributes-message .icon svg {
      fill: #a94442; }

.product-ctas {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0; }
  @media (min-width: 551px) {
    .product-ctas {
      margin: 0 -5px; } }

.product-cta {
  align-items: center;
  background: #fff;
  border: 1px solid #c9c9c9;
  display: flex;
  margin: 5px;
  padding: 2px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .product-cta--label {
    color: black;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: normal;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 50px); }
    @media (min-width: 371px) {
      .product-cta--label {
        font-size: 15px; } }
  .product-cta span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: -2px; }
    @media (min-width: 371px) {
      .product-cta span {
        font-size: 12px; } }
  .product-cta img {
    max-width: 70px; }

.product-section {
  clear: both;
  margin: 1rem 0;
  position: relative; }
  @media (min-width: 551px) {
    .product-section {
      margin: 3rem 0; } }
  .product-section--reviews {
    margin: 1rem 0 0; }
  .product-section .page-heading {
    position: relative;
    text-align: center; }
  .product-section .slick-arrow {
    top: 14px; }
    @media (min-width: 551px) {
      .product-section .slick-arrow {
        top: 19px; } }
  .product-section .slick-prev {
    left: calc(50% - 135px);
    right: initial; }
    @media (min-width: 551px) {
      .product-section .slick-prev {
        left: calc(50% - 175px); } }
  .product-section .slick-next {
    right: calc(50% - 135px); }
    @media (min-width: 551px) {
      .product-section .slick-next {
        right: calc(50% - 175px); } }

.product-details--description {
  flex: unset;
  max-width: initial; }

.product-review-header {
  margin: 0 0 2rem;
  text-align: center; }
  .product-review-header .button {
    background: #343434;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    vertical-align: top;
    width: 220px; }
    .product-review-header .button:hover {
      background: #ed1c24; }
    @media (min-width: 551px) {
      .product-review-header .button {
        border-radius: 0 4px 4px 0; } }

.reviews-rating {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px 4px 0 0;
  display: block;
  float: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto -1px;
  padding: 5px 15px;
  vertical-align: top;
  width: 220px; }
  @media (min-width: 551px) {
    .reviews-rating {
      border-right: 0;
      border-radius: 4px 0 0 4px;
      display: inline-block;
      margin: 0 -4px 0 0;
      padding: 8px 15px 7px;
      width: auto; } }
  .reviews-rating .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .reviews-rating-value, .reviews-rating-label {
    display: inline-block;
    vertical-align: middle; }
  .reviews-rating-label {
    margin-left: 5px; }

.productReviews-list {
  counter-reset: review-counter;
  clear: both;
  margin: 0;
  padding: 0; }

.productReview {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  padding-left: 30px;
  position: relative;
  width: 100% !important; }
  .productReview:before {
    background: #E5E5E5;
    border-radius: 2px;
    color: #A9A9A9;
    content: attr(data-review-number);
    font-weight: 600;
    left: 0;
    padding: 3px 6px;
    position: absolute;
    text-align: center; }

.productReview-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.05rem;
  margin-top: 5px;
  padding: 0;
  vertical-align: top; }

.productReview-rating {
  margin: 5px 0 0 5px;
  vertical-align: top; }

.productReview-author {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px; }

.productReview-body {
  margin: 0; }

.writeReview-productDetails {
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .writeReview-productDetails {
      padding: 0; } }

.writeReview-form .button--primary {
  font-size: 18px; }

.pagination-reviews {
  display: block;
  margin: 1rem 0 0; }
  .pagination-reviews .pagination-list {
    text-align: left; }
    .pagination-reviews .pagination-list li {
      color: #343434;
      display: inline-block;
      vertical-align: middle; }
  .pagination-reviews .pagination-link {
    display: inline-block;
    padding: 2px 0 0;
    vertical-align: middle; }
    .pagination-reviews .pagination-link:hover {
      color: #343434; }

.custom-field {
  display: block;
  padding: 5px 0; }
  .custom-field-label, .custom-field-value {
    display: inline-block;
    vertical-align: middle; }
  .custom-field-label {
    font-weight: 700;
    margin-right: 5px; }

.tabs-product {
  border: none;
  display: none; }
  @media (min-width: 801px) {
    .tabs-product {
      display: block; } }
  .tabs-product .tab {
    border-radius: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .tabs-product .tab {
        width: calc(25% + 0.75px); } }
    .tabs-product .tab + .tab {
      margin: 0; }
      @media (min-width: 801px) {
        .tabs-product .tab + .tab {
          margin: 0 0 -1px -1px; } }
    .tabs-product .tab .tab-title {
      background: #343434;
      border-radius: 0;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.1em;
      padding: 0.78rem 0.5rem;
      position: relative;
      text-align: center;
      transition: background 0.3s ease; }
      .tabs-product .tab .tab-title:hover {
        background: #ed1c24;
        color: #fff; }
    .tabs-product .tab.is-active .tab-title {
      background: #ed1c24; }
      .tabs-product .tab.is-active .tab-title i:before {
        content: '\f056'; }

.tab-mobile-only {
  background: #343434;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
  clear: both;
  color: #fff;
  display: block;
  font-family: "Russo One", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.1em;
  margin: 0 -15px;
  padding: 0.78rem 0.78rem 0.78rem 1rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% + 30px); }
  .tab-mobile-only:hover, .tab-mobile-only:active, .tab-mobile-only:focus {
    color: #fff; }
  @media (min-width: 801px) {
    .tab-mobile-only {
      display: none; } }
  .tab-mobile-only i {
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 14px; }
  .tab-mobile-only .custom-icon {
    background-size: contain;
    filter: brightness(0) invert(1);
    height: 24px;
    position: relative;
    right: initial;
    top: 0;
    vertical-align: middle;
    width: 24px; }
  .tab-mobile-only svg.is-active {
    display: none; }
  .tab-mobile-only.is-active {
    background: #ed1c24; }
    .tab-mobile-only.is-active svg {
      display: none; }
    .tab-mobile-only.is-active svg.is-active {
      display: inline-block; }
    .tab-mobile-only.is-active .custom-icon:before {
      content: ''; }

.tabs-contents-product {
  background: #fff;
  display: block;
  margin: 0;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 801px) {
    .tabs-contents-product {
      padding: 0; } }

.tab-content {
  clear: both;
  float: left;
  width: 100%; }
  .tab-content.has-jsContent.is-active {
    padding: 1rem 0; }
    @media (min-width: 801px) {
      .tab-content.has-jsContent.is-active {
        padding: 1rem 0; } }

.tabpanel-addons h2 {
  margin-top: 0; }

.tabpanel-description {
  font-size: 16px; }
  .tabpanel-description > p:first-of-type {
    display: block; }
  .tabpanel-description p strong {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 400; }
  .tabpanel-description ul {
    display: inline-block;
    margin: 0;
    width: auto;
    margin-left: 20px; }
    @media (min-width: 801px) {
      .tabpanel-description ul {
        margin-left: 1.15rem;
        margin-bottom: 1.5rem; } }
  .tabpanel-description li {
    display: list-item;
    font-size: 16px;
    margin: 3px 0;
    position: relative;
    text-align: left;
    width: auto; }
    @media (min-width: 801px) {
      .tabpanel-description li {
        float: left;
        width: 100%; } }
  .tabpanel-description table td {
    padding: 10px 10px 20px; }
    @media (min-width: 801px) {
      .tabpanel-description table td {
        padding: 20px 0; } }

.prop65warning {
  border-top: 2px solid #c9c9c9;
  display: block;
  margin: 20px 0 0;
  padding: 30px 0 20px; }
  @media (min-width: 801px) {
    .prop65warning {
      padding-bottom: 0; } }
  .prop65warning img {
    margin-right: 5px;
    max-width: 25px; }
  .prop65warning span {
    font-size: 16px;
    font-weight: 700; }
  .prop65warning a {
    color: #ed1c24;
    font-size: 16px; }
    .prop65warning a:hover {
      color: #343434; }

#ProductAddOns {
  padding-top: 20px; }

.add-on-container {
  display: inline-block;
  padding-top: 15px;
  width: 100%; }

.add-on-desc {
  display: inline-block;
  float: none;
  font-size: 15px; }
  @media (min-width: 801px) {
    .add-on-desc {
      padding-bottom: 75px;
      width: 48%; } }
  .add-on-desc p {
    margin-top: 20px; }

.add-on-img {
  display: inline-block;
  float: right;
  vertical-align: top; }
  @media (min-width: 801px) {
    .add-on-img {
      width: 48%; } }
  .add-on-img img {
    border-radius: 8px;
    margin-top: 20px; }

.add-on-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px; }

.add-on-title {
  width: 100%; }

.slideshow-add-ons, .slideshow-modal {
  margin-bottom: 35px;
  position: relative;
  touch-action: pan-y; }

.slider {
  margin: auto; }
  .slider li {
    display: none;
    list-style: none;
    opacity: 0;
    z-index: -1; }
  .slider .active {
    display: inline-block;
    opacity: 1;
    z-index: 1; }

.modal-body .slider li {
  padding-left: 0px; }

.flex-control-nav {
  bottom: -30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9; }
  .flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    z-index: 1; }
  .flex-control-nav a {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px; }
  .flex-control-nav .flex-active {
    background: #fff; }

/* POPOVER */
.popover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  padding: 0; }

.bs-popover-left {
  left: -1rem !important;
  margin: 0; }

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  border-width: 11px;
  height: 0;
  margin: 0;
  right: -11px;
  top: 50% !important;
  width: 0; }
  .bs-popover-auto[x-placement^=left] > .arrow:before,
  .bs-popover-left > .arrow:before {
    border-width: 10px;
    bottom: -10px;
    right: -10px; }
  .bs-popover-auto[x-placement^=left] > .arrow:after,
  .bs-popover-left > .arrow:after {
    border-width: 10px;
    border-right-width: 0;
    bottom: -10px;
    right: 1px; }

.popover-header {
  background-color: #0287f7;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 16px 0;
  text-align: center; }

.popover-body > div > div:first-of-type {
  text-align: center; }

.popover-body .add-on-label {
  display: none; }

.popover-body .oneitem {
  width: 100%; }

.popover-body .twoitems {
  display: inline-grid;
  max-width: 275px;
  width: 48%; }

.popover-body .threeitems {
  display: inline-grid;
  max-width: 225px;
  width: 32%; }

.popover-body .multiitems {
  display: inline-grid;
  width: 24%; }

.popover-body ul {
  list-style: none;
  margin: 0 0 20px;
  padding-top: 10px; }

.popover-body li {
  font-size: 15px;
  margin: 3px 0;
  padding-left: 15px;
  position: relative;
  width: 100%; }
  .popover-body li:before {
    color: #0287f7;
    content: '\f105';
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px; }

.popover-body strong {
  font-size: 16px; }

.popover-body .add-on-image,
.popover-body .add-on-desc {
  width: 100%; }
  @media (min-width: 801px) {
    .popover-body .add-on-image,
    .popover-body .add-on-desc {
      width: 48%; } }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1600px) and (orientation: landscape) {
  .popover {
    max-width: 700px; } }

/* Tech Picks Ribbon */
.not-tech-pick, .set-tech-picks {
  display: none !important; }

.tsc_ribbon_wrap {
  height: auto;
  margin: 0 auto;
  position: relative; }

.tsc_ribbon_wrap .ribbon-wrap {
  position: absolute;
  z-index: 0;
  text-align: center;
  color: #fff;
  display: block; }

.tsc_ribbon_wrap .right-edge.point {
  width: 80px;
  height: 30px;
  line-height: 30px;
  top: 0px;
  right: 0px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  font-family: "Russo One", sans-serif; }

.tsc_ribbon_wrap .lblue.right-edge:before {
  border-right-color: #ed1c24;
  border-top-color: #ed1c24; }

.tsc_ribbon_wrap .right-edge.point:before {
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  bottom: -5px;
  right: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.tsc_ribbon_wrap .ribbon-wrap:before, .tsc_ribbon_wrap .ribbon-wrap:after {
  content: '';
  position: absolute;
  z-index: -2; }

.tsc_ribbon_wrap .lblue > span {
  background-color: #ed1c24;
  display: block;
  height: 100%;
  position: relative; }

.tsc_ribbon_wrap .ribbon-wrap > span:before, .tsc_ribbon_wrap .ribbon-wrap > span:after {
  content: '';
  position: absolute;
  z-index: -1; }

/* TABLES */
.table--full-width,
.table-column--full-width {
  width: 100%; }
  .table--full-width strong,
  .table-column--full-width strong {
    display: block; }

.table-column--one-half {
  width: 50%; }

.table-column--one-third {
  width: 33.33%; }

.table-column--two-thirds {
  width: 66.66%; }

.table-column--one-quarter {
  width: 25%; }

.table-column--three-quarters {
  width: 75%; }

@media only screen and (max-width: 800px) {
  .table-column--one-half,
  .table-column--one-third,
  .table-column--two-thirds,
  .table-column--one-quarter,
  .table-column--three-quarters {
    clear: both;
    float: left;
    width: 100%; }
  .table-column--one-quarter {
    clear: none;
    width: 50%; }
  .table-column--one-quarter:nth-child(2n+1) {
    clear: both; }
  table td > div {
    text-align: center; } }

@media only screen and (max-width: 550px) {
  .table-column--one-quarter {
    width: 100%; } }

.more-details-list strong {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 400; }

@media screen and (max-width: 420px) {
  .more-details-title {
    padding-bottom: 10px; }
  .more-details-list div {
    text-align: left; } }

#return-to-top {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 35px;
  bottom: 20px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 50px; }
  #return-to-top i {
    color: #ed1c24;
    font-size: 19px;
    left: 16px;
    margin: 0;
    position: relative;
    top: 13px;
    transition: all 0.3s ease; }

.mobile-contact .btn {
  font-family: "Russo One", sans-serif; }
  .mobile-contact .btn:hover {
    background-color: #ed1c24; }
  .mobile-contact .btn .glyphicon {
    font-size: 28px;
    float: right;
    padding: 0; }

.glyphicon-comment, .glyphicon-shopping-cart, .glyphicon-info-sign, .glyphicon-earphone {
  position: relative; }

.glyphicon-comment:before {
  content: '\f27a'; }

.glyphicon-shopping-cart:before {
  content: '\f07a'; }

.glyphicon-info-sign:before {
  content: '\f05a'; }

.glyphicon-earphone {
  top: -12px !important; }
  .glyphicon-earphone:before {
    content: '\f095'; }

#dcatalogemail {
  display: block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  max-width: 203px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0 10px;
  width: 100%; }

.sitemap > li {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .sitemap > li {
      width: calc(33.33% - 3px); } }

/* BLOG */
.page-type_blog .pagination,
.page-type_blog_post .pagination {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0 0; }
  .page-type_blog .pagination-list,
  .page-type_blog_post .pagination-list {
    text-align: left; }
    .page-type_blog .pagination-list li,
    .page-type_blog_post .pagination-list li {
      border: none;
      color: #000;
      display: inline-block;
      vertical-align: middle; }
  .page-type_blog .pagination .pagination-link,
  .page-type_blog_post .pagination .pagination-link {
    border-radius: 0;
    padding: 0 0.5rem; }
  .page-type_blog .pagination .pagination-arrow + .pagination-arrow,
  .page-type_blog_post .pagination .pagination-arrow + .pagination-arrow {
    margin-left: 0; }

.page-type_blog .page,
.page-type_blog_post .page {
  align-items: start;
  display: flex; }
  .page-type_blog .page-sidebar,
  .page-type_blog_post .page-sidebar {
    display: none;
    margin: 0;
    order: 1;
    padding: 20px 25px 15px;
    width: 285px; }
    @media (min-width: 801px) {
      .page-type_blog .page-sidebar,
      .page-type_blog_post .page-sidebar {
        display: block; } }
    .page-type_blog .page-sidebar .sidebar-section-title,
    .page-type_blog_post .page-sidebar .sidebar-section-title {
      font-size: 24px;
      font-weight: 700;
      margin: 10px 0;
      padding: 0;
      text-transform: none; }
    .page-type_blog .page-sidebar .sidebar-section-content ul,
    .page-type_blog_post .page-sidebar .sidebar-section-content ul {
      list-style: none;
      margin: 0; }
    .page-type_blog .page-sidebar .sidebar-section-content li,
    .page-type_blog_post .page-sidebar .sidebar-section-content li {
      border-top: 1px solid #c3c3c3;
      margin: 0;
      padding: 14px 0; }
    .page-type_blog .page-sidebar .sidebar-section-content a,
    .page-type_blog_post .page-sidebar .sidebar-section-content a {
      color: #222;
      text-decoration: none; }
      .page-type_blog .page-sidebar .sidebar-section-content a:hover,
      .page-type_blog_post .page-sidebar .sidebar-section-content a:hover {
        color: #ed1c24; }
    .page-type_blog .page-sidebar .button,
    .page-type_blog_post .page-sidebar .button {
      text-transform: none; }
  .page-type_blog .page-content,
  .page-type_blog_post .page-content {
    margin-top: 20px;
    order: 2; }
    @media (min-width: 801px) {
      .page-type_blog .page-content,
      .page-type_blog_post .page-content {
        width: calc(100% - 315px); } }

.page-type_blog .blog-item,
.page-type_blog_post .blog-item {
  margin: 5px 0;
  padding: 5px 0; }
  .page-type_blog .blog-item:first-of-type,
  .page-type_blog_post .blog-item:first-of-type {
    margin-top: 0;
    padding-top: 0; }
    .page-type_blog .blog-item:first-of-type .blog-item--title,
    .page-type_blog_post .blog-item:first-of-type .blog-item--title {
      margin-top: 0; }
  .page-type_blog .blog-item--first,
  .page-type_blog_post .blog-item--first {
    margin-bottom: 3rem; }
  .page-type_blog .blog-item--thumbnail,
  .page-type_blog_post .blog-item--thumbnail {
    display: none; }
  .page-type_blog .blog-item--details, .page-type_blog .blog-item--title, .page-type_blog .blog-item--summary,
  .page-type_blog_post .blog-item--details,
  .page-type_blog_post .blog-item--title,
  .page-type_blog_post .blog-item--summary {
    display: block; }
  .page-type_blog .blog-item--title,
  .page-type_blog_post .blog-item--title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
    padding: 0; }
  .page-type_blog .blog-item--summary,
  .page-type_blog_post .blog-item--summary {
    line-height: 1.5;
    margin-bottom: 15px; }

.page-type_blog .blog-read-more,
.page-type_blog_post .blog-read-more {
  display: block;
  margin-bottom: 15px; }
  .page-type_blog .blog-read-more a i,
  .page-type_blog_post .blog-read-more a i {
    font-size: 10px; }
  .page-type_blog .blog-read-more a:hover,
  .page-type_blog_post .blog-read-more a:hover {
    color: #222; }

.page-type_blog .blog-post-body,
.page-type_blog_post .blog-post-body {
  text-align: left;
  width: 100%; }
  .page-type_blog .blog-post-body .addthis_toolbox,
  .page-type_blog_post .blog-post-body .addthis_toolbox {
    margin: 0 0 1rem; }
    .page-type_blog .blog-post-body .addthis_toolbox span,
    .page-type_blog_post .blog-post-body .addthis_toolbox span {
      display: none; }
    .page-type_blog .blog-post-body .addthis_toolbox .socialLinks,
    .page-type_blog_post .blog-post-body .addthis_toolbox .socialLinks {
      text-align: left; }
      .page-type_blog .blog-post-body .addthis_toolbox .socialLinks-item,
      .page-type_blog_post .blog-post-body .addthis_toolbox .socialLinks-item {
        font-size: 1.4rem; }
        .page-type_blog .blog-post-body .addthis_toolbox .socialLinks-item .icon,
        .page-type_blog_post .blog-post-body .addthis_toolbox .socialLinks-item .icon {
          cursor: pointer;
          font-size: 1.4rem; }
          .page-type_blog .blog-post-body .addthis_toolbox .socialLinks-item .icon:hover,
          .page-type_blog_post .blog-post-body .addthis_toolbox .socialLinks-item .icon:hover {
            color: #222; }

.page-type_blog .blog-title,
.page-type_blog_post .blog-title {
  font-size: 36px;
  margin: 0 0 10px;
  padding: 0;
  text-align: left; }
  .page-type_blog .blog-title a,
  .page-type_blog_post .blog-title a {
    color: #000;
    display: block;
    line-height: 1; }

.page-type_blog .blog-date,
.page-type_blog_post .blog-date {
  color: #222;
  margin: 0 0 10px;
  text-align: left; }

/* ACCOUNT */
.login-row {
  clear: both;
  margin-top: 1rem; }

.account--fixed {
  width: 100%; }

.account-body {
  margin: 0; }

.account-product-figure:after {
  padding: 0; }

.account-orderTotal-key, .account-orderTotal-value {
  padding: 0.5rem 0; }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 66%; } }

.navBar--account {
  display: block;
  margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .navBar--account {
      margin-bottom: 4.5rem; } }

.address-label {
  color: initial; }

.pagination-list li {
  display: inline-block; }

.pagination-item {
  border: none; }
  .pagination-item.pagination-item--current {
    border: none; }

.is-mobile .sitewide-message {
  position: absolute; }

@media (min-width: 801px) {
  .is-mobile.sitewide-message-show .main-nav--mobile {
    height: calc(100vh - 84px);
    height: calc((var(--vh, 1vh) * 100) - 84px); } }

@media (min-width: 801px) {
  .is-mobile .header {
    border-color: #606773;
    position: relative; }
    .is-mobile .header > .container {
      max-width: initial;
      padding: 0; }
    .is-mobile .header.is-open {
      height: 100%;
      position: fixed; } }

@media (min-width: 801px) {
  .is-mobile .header-mobile {
    display: flex; } }

@media (min-width: 801px) {
  .is-mobile .header-desktop {
    display: none; } }

@media (min-width: 801px) {
  .is-mobile .mobileMenu-toggle,
  .is-mobile .header-mobile-link {
    display: inline-block; } }

@media (min-width: 801px) {
  .is-mobile .navPages-quickSearch {
    display: block; } }

@media (min-width: 801px) {
  .is-mobile .header-logo-image {
    max-height: 45px; } }

@media (min-width: 801px) {
  .is-mobile .main-nav-container {
    background: #343434;
    border: none;
    bottom: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: 0.5s ease all;
    width: 100%; }
    .is-mobile .main-nav-container:before {
      display: none; }
    .is-mobile .main-nav-container--header {
      display: none; } }

@media (min-width: 801px) {
  .is-mobile .main-nav-container.is-open {
    display: block;
    left: 0; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile {
    overflow-y: auto;
    max-width: initial;
    position: initial;
    text-align: left; } }

@media (min-width: 1241px) {
  .is-mobile .main-nav--mobile {
    padding: 0; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-list {
    display: block;
    justify-content: initial; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-item {
    display: block;
    padding: 0;
    position: relative; }
    .is-mobile .main-nav--mobile .main-nav-item:hover > .main-nav-action, .is-mobile .main-nav--mobile .main-nav-item:active > .main-nav-action {
      background: none;
      color: #fff; }
    .is-mobile .main-nav--mobile .main-nav-item-last > .main-nav-action {
      border: none; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-action {
    border-bottom: 1px solid #4a4a4a;
    color: #fff;
    display: block;
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0 40px 0 55px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase; }
    .is-mobile .main-nav--mobile .main-nav-action .fas.is-open {
      transform: rotateX(-180deg); }
    .is-mobile .main-nav--mobile .main-nav-action.activePage {
      color: #fff; }
    .is-mobile .main-nav--mobile .main-nav-action .custom-icon {
      width: 50px; }
    .is-mobile .main-nav--mobile .main-nav-action span {
      padding: 7px 0 6px; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-subMenu-heading {
    font-size: 16px;
    padding: 10px 0 5px 10px; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-subMenu-action {
    border: 1px solid #4a4a4a;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    padding: 3px 40px 2px 8px; } }

@media (min-width: 801px) {
  .is-mobile .main-nav--mobile .main-nav-childList-action {
    border: none;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    padding: 0; }
    .is-mobile .main-nav--mobile .main-nav-childList-action .nav-color {
      padding: 7px 0 7px 40px; } }

.is-mobile .page-sidebar {
  display: none; }
  .is-mobile .page-sidebar + .page-content {
    padding: 20px 20px 0;
    width: 100%; }

.is-mobile .section-home--tabs .tab:first-of-type .tab-title:before {
  left: -8px;
  width: 20px; }
  @media (min-width: 801px) {
    .is-mobile .section-home--tabs .tab:first-of-type .tab-title:before {
      bottom: -2px;
      left: -10px;
      width: 20px; } }

.is-mobile .section-home--tabs .tab:last-of-type .tab-title:before {
  right: -8px;
  width: 20px; }
  @media (min-width: 801px) {
    .is-mobile .section-home--tabs .tab:last-of-type .tab-title:before {
      right: -10px;
      width: 20px; } }

@media (min-width: 551px) {
  .is-mobile .tab.is-active {
    margin-bottom: -1px; } }

@media (min-width: 401px) {
  .is-mobile .tab .tab-title {
    padding: 0.6rem 1rem; } }

@media (min-width: 551px) {
  .is-mobile .tab .tab-title {
    padding: 0.78rem 1.5rem; } }

@media (min-width: 401px) {
  .is-mobile .tab-arrows .slick-arrow {
    top: 5px; } }

@media (min-width: 551px) {
  .is-mobile .slick-arrow:before {
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 36px; } }

@media (min-width: 801px) {
  .is-mobile .slick-arrow:before {
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 44px; } }

.is-mobile .card-title {
  font-size: 14px; }
  @media (min-width: 551px) {
    .is-mobile .card-title {
      font-size: 16px; } }

.is-mobile .card-text--price {
  font-size: 18px; }
  @media (min-width: 551px) {
    .is-mobile .card-text--price {
      font-size: 22px; } }

.is-mobile .card-buttons .button {
  font-size: 11px; }
  @media (min-width: 551px) {
    .is-mobile .card-buttons .button {
      font-size: 13px; } }

@media (min-width: 801px) {
  .is-mobile .filter-paging {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: fixed; } }

@media (min-width: 801px) {
  .is-mobile .filter-paging--top {
    background: #1c1c1c; } }

.is-mobile .faceted-buttons,
.is-mobile .facted-options {
  background: #fff; }

.is-mobile .faceted-buttons {
  border-bottom: 2px solid #343434;
  text-align: center; }

@media (min-width: 801px) {
  .is-mobile .sort-by-dropdown-container {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    height: 32px;
    width: 100px; }
    .is-mobile .sort-by-dropdown-container:hover, .is-mobile .sort-by-dropdown-container:active, .is-mobile .sort-by-dropdown-container:focus {
      background: #ed1c24; }
      .is-mobile .sort-by-dropdown-container:hover .form-label-icon,
      .is-mobile .sort-by-dropdown-container:hover .form-label-text, .is-mobile .sort-by-dropdown-container:active .form-label-icon,
      .is-mobile .sort-by-dropdown-container:active .form-label-text, .is-mobile .sort-by-dropdown-container:focus .form-label-icon,
      .is-mobile .sort-by-dropdown-container:focus .form-label-text {
        color: #fff; } }

@media (min-width: 801px) {
  .is-mobile .sort-by-dropdown-container .form-label {
    height: 32px;
    position: absolute;
    width: 100%; } }

@media (min-width: 801px) {
  .is-mobile .sort-by-dropdown-container .form-label-text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px; } }

.is-mobile .sort-by-dropdown-container .form-label-icon svg {
  margin-bottom: 4px; }

@media (min-width: 801px) {
  .is-mobile .sort-by-dropdown-container .form-label-icon {
    display: inline-block; } }

@media (min-width: 801px) {
  .is-mobile .sort-by-dropdown-container .form-select {
    height: 32px;
    margin: 0;
    opacity: 0;
    width: 130px; } }

.is-mobile .faceted-button {
  display: inline-block; }

.is-mobile .accordion--navList .accordion-block:first-child {
  margin-top: 0; }

.is-mobile .tab-mobile-only {
  display: block; }
  @media (min-width: 801px) {
    .is-mobile .tab-mobile-only {
      margin: 0 -30px;
      width: calc(100% + 60px); } }

@media (min-width: 801px) {
  .is-mobile .tabs-contents-product {
    padding-bottom: 0; } }

@media (min-width: 801px) {
  .is-mobile .tabs-product {
    display: none; } }

.is-mobile .suggestiveCart .productCarousel {
  justify-content: center !important;
  padding: 0; }
  @media (min-width: 414px) {
    .is-mobile .suggestiveCart .productCarousel {
      padding: 20px 0; } }
  @media (min-width: 768px) {
    .is-mobile .suggestiveCart .productCarousel {
      justify-content: space-around !important; } }
  .is-mobile .suggestiveCart .productCarousel-slide {
    border-left-color: transparent;
    margin: 15px 0;
    width: 100% !important; }
    @media (min-width: 414px) {
      .is-mobile .suggestiveCart .productCarousel-slide {
        border-left-color: #c9c9c9;
        margin-left: -1px;
        width: calc(50% - 11px) !important; } }
    @media (min-width: 768px) {
      .is-mobile .suggestiveCart .productCarousel-slide {
        width: calc(25% - 11px) !important; }
        .is-mobile .suggestiveCart .productCarousel-slide:nth-child(3n) {
          border-left-color: #c9c9c9 !important; }
        .is-mobile .suggestiveCart .productCarousel-slide:nth-child(4n+1) {
          border-left-width: 1px; } }
  .is-mobile .suggestiveCart .productCarousel .card-buttons .button {
    font-size: 11px; }

@media (min-width: 551px) {
  .is-mobile .productView-options .form-select {
    max-width: 20rem; } }

@media (min-width: 800px) {
  .main-nav--sidebar .main-nav-subMenu-heading {
    display: block;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9; } }

.livechat-offline {
  color: #c9c9c9 !important;
  font-style: italic; }

.category-desktop-banner {
  display: block; }
  @media (max-width: 430px) {
    .category-desktop-banner {
      display: none; } }

.category-mobile-banner {
  display: none; }
  @media (max-width: 430px) {
    .category-mobile-banner {
      display: block;
      margin: -22px;
      padding-top: 15px;
      padding-bottom: 10px; } }

.free-shipping-cart-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .free-shipping-cart-message svg {
    fill: #3c763d; }

@media (max-width: 420px) {
  .category-subcategories {
    display: none; } }

.category-subcategories .subcategory-image {
  width: calc(25% - 2%);
  display: inline-flex;
  text-align: center;
  padding: 5px; }
  .category-subcategories .subcategory-image span {
    color: #000;
    font-weight: 500; }
    .category-subcategories .subcategory-image span:hover {
      color: #ed1c24; }
  .category-subcategories .subcategory-image .subcategory-more {
    display: block; }
  .category-subcategories .subcategory-image img {
    width: 194px;
    height: auto; }

.category-subcategories .subcat-list {
  list-style: none;
  width: 100%; }

.reviews-banner-container {
  position: relative;
  text-align: center;
  color: white; }

.reviews-banner-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-shadow: 2px 2px 0 #7a7a7a; }
  @media (max-width: 430px) {
    .reviews-banner-text-centered {
      font-size: 20px; } }
  @media (max-width: 375px) {
    .reviews-banner-text-centered {
      font-size: 18px; } }

.reviews-banner-text-centered span {
  font-size: 24px; }
  @media (max-width: 430px) {
    .reviews-banner-text-centered span {
      font-size: 13px; } }
  @media (max-width: 375px) {
    .reviews-banner-text-centered span {
      font-size: 11px; } }

.reviews-page h1 {
  padding-top: 25px;
  text-align: center; }

.page-type_default .carousel-wrap #video-bg {
  width: 100%;
  padding-bottom: 20px; }

.category-vehicles .category-subcategories {
  display: block; }
  @media (max-width: 430px) {
    .category-vehicles .category-subcategories .subcat-list {
      margin-left: 0; } }
  @media (max-width: 430px) {
    .category-vehicles .category-subcategories .subcategory-image {
      width: 48%; } }
  .category-vehicles .category-subcategories .subcategory-more {
    display: none; }

.instock-shipping-info {
  display: none;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #c9c9c9; }
  @media (max-width: 430px) {
    .instock-shipping-info {
      padding: 5px;
      text-align: center; } }
  .instock-shipping-info .instock-label {
    color: #087800;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-left: 5px;
    font-size: 14px; }
  .instock-shipping-info .instock-desc {
    display: block;
    font-weight: 700;
    font-size: 12px;
    font-family: "Roboto", sans-serif; }

.product-layout-container .desktop-product-banner {
  display: block;
  padding-bottom: 15px; }
  @media (max-width: 430px) {
    .product-layout-container .desktop-product-banner {
      display: none; } }

.product-layout-container .mobile-product-banner {
  display: none; }
  @media (max-width: 430px) {
    .product-layout-container .mobile-product-banner {
      display: block;
      padding-bottom: 15px; } }

.product-layout-container .kit-details-img {
  padding-bottom: 20px; }

.product-layout-container .kit-details .table-column--one-half {
  vertical-align: top;
  padding: 0px 10px 10px 10px; }
  .product-layout-container .kit-details .table-column--one-half .kit-details-img {
    border: 1px solid #c9c9c9;
    padding-bottom: 0px; }
  .product-layout-container .kit-details .table-column--one-half p {
    min-height: 120px; }

.product-layout-container .kit-details .table-column--one-third {
  vertical-align: top;
  padding: 10px 10px 20px; }
  @media (max-width: 430px) {
    .product-layout-container .kit-details .table-column--one-third {
      padding: 0px 0px 20px;
      margin: 0px; } }
  .product-layout-container .kit-details .table-column--one-third .kit-details-img {
    border: 1px solid #c9c9c9;
    padding-bottom: 0px; }
  .product-layout-container .kit-details .table-column--one-third h2 {
    margin-top: 20px; }
  .product-layout-container .kit-details .table-column--one-third ul {
    list-style: disc;
    list-style-position: inside; }
    .product-layout-container .kit-details .table-column--one-third ul li {
      display: list-item;
      padding-left: 0px; }
      .product-layout-container .kit-details .table-column--one-third ul li:before {
        content: none; }

.product-layout-container .video-container {
  margin-bottom: 50px; }
  @media (max-width: 430px) {
    .product-layout-container .video-container {
      margin-bottom: 0px; } }
  .product-layout-container .video-container .table-column--one-third {
    vertical-align: top;
    padding: 15px; }
    @media (max-width: 430px) {
      .product-layout-container .video-container .table-column--one-third {
        padding: 0px;
        margin: 0px; } }
    .product-layout-container .video-container .table-column--one-third h2 {
      margin-top: 15px; }
    .product-layout-container .video-container .table-column--one-third p {
      font-size: 16px; }

.product-layout-container .table-column--two-third {
  position: relative;
  height: 449px;
  overflow: hidden;
  top: 20px;
  padding: 0; }
  @media (max-width: 430px) {
    .product-layout-container .table-column--two-third {
      display: block;
      height: auto;
      top: 0px; } }
  .product-layout-container .table-column--two-third .unbox-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 449px; }
    @media (max-width: 430px) {
      .product-layout-container .table-column--two-third .unbox-video {
        width: 100%;
        position: relative;
        height: 207px; } }

.photos-wanted-page p {
  color: white;
  font-size: 18px;
  padding: 15px; }

.productView-options .affirm-as-low-as {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #1e2738;
  font-weight: 400;
  letter-spacing: -1px;
  min-height: 46px; }
  .productView-options .affirm-as-low-as .affirm-modal-trigger {
    color: #0075ce; }
    @media (max-width: 430px) {
      .productView-options .affirm-as-low-as .affirm-modal-trigger {
        display: block; } }

.about-us-page .about-media {
  width: 100%;
  padding-bottom: 25px; }
  @media (min-width: 801px) {
    .about-us-page .about-media .play:before {
      font-size: 150px;
      height: 150px;
      width: 150px; } }
  .about-us-page .about-media .play:after {
    max-width: none; }

.about-us-page .about-intro {
  font-size: 16px; }

.about-us-page .header-hero {
  padding-bottom: 25px; }

.about-us-page .section-year {
  clear: both;
  position: relative;
  padding-bottom: 40px; }
  @media (max-width: 430px) {
    .about-us-page .section-year {
      padding-bottom: 15px; } }

.about-us-page .section-year-alt {
  text-align: right;
  clear: both;
  position: relative;
  padding-bottom: 40px; }
  @media (max-width: 430px) {
    .about-us-page .section-year-alt {
      padding-bottom: 15px; } }

.about-us-page .section-text-right {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 50%;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; }
  @media (max-width: 430px) {
    .about-us-page .section-text-right {
      position: relative;
      width: 100%;
      background: black;
      bottom: 0px; } }
  .about-us-page .section-text-right h2 {
    color: white;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .about-us-page .section-text-right p {
    font-size: 16px; }

.about-us-page .section-text-left {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 50%;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: left; }
  @media (max-width: 430px) {
    .about-us-page .section-text-left {
      position: relative;
      width: 100%;
      background: black;
      bottom: 0px; } }
  .about-us-page .section-text-left h2 {
    color: white;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .about-us-page .section-text-left p {
    font-size: 16px; }

.page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"], .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"], .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] {
  margin-bottom: 20px; }
  .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
    height: 100px;
    width: 100%;
    margin: 0; }
    @media (max-width: 412px) {
      .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
        height: 140px;
        width: 140px; } }
    @media (max-width: 375px) {
      .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
        height: 130px;
        width: 130px; } }
    @media (max-width: 360px) {
      .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
        height: 120px;
        width: 120px; } }
    @media (max-width: 320px) {
      .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
        height: 105px;
        width: 105px; } }
    @media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {
      .page-type_product .golf-cart-kit div[data-product-option-name="Select Your Powertrain"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Select Body Style"] label.form-option, .page-type_product .golf-cart-kit div[data-product-option-name="Golf Cart Voltage Output"] label.form-option {
        height: 85px;
        width: 85px; } }

.page-type_product .golf-cart-kit .productOptions-list-item, .page-type_product .golf-cart-kit .productOptions-list-item-content {
  padding-left: 0; }
  .page-type_product .golf-cart-kit .productOptions-list-item label, .page-type_product .golf-cart-kit .productOptions-list-item-content label {
    padding-left: 5px;
    font-family: "Russo One", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px; }
    .page-type_product .golf-cart-kit .productOptions-list-item label:before, .page-type_product .golf-cart-kit .productOptions-list-item label:after, .page-type_product .golf-cart-kit .productOptions-list-item-content label:before, .page-type_product .golf-cart-kit .productOptions-list-item-content label:after {
      content: none; }

.page-type_product .golf-cart-kit .golf-cart-powertrain-option-label {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400; }

.page-type_product .golf-cart-kit .productOptions-list-item-figure {
  width: 100%; }

.page-type_product .golf-cart-kit label + .form-label {
  margin: 0; }

.page-type_product .golf-cart-kit label[data-product-attribute-value] {
  padding-left: 0; }

.page-type_product .golf-cart-kit label[data-product-choice-label] {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px; }
  .page-type_product .golf-cart-kit label[data-product-choice-label] small {
    display: none; }

.page-type_product .golf-cart-kit div[data-product-attribute="product-list"] label:first-child {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px; }

.page-type_product .golf-cart-kit .productOptions-list-item {
  padding: 0;
  border: none;
  margin-bottom: 10px; }
  .page-type_product .golf-cart-kit .productOptions-list-item label {
    top: 0;
    border: none;
    position: relative; }

.page-type_product .golf-cart-kit .productOptions-list {
  border: none; }
  @media (max-width: 430px) {
    .page-type_product .golf-cart-kit .productOptions-list {
      padding: 5px; } }

.page-type_product .golf-cart-kit .form-option-variant--pattern {
  height: 100%;
  width: 100%; }

.page-type_product .golf-cart-kit .form-radio:checked + .form-option {
  background: none;
  border-color: #0075ce;
  color: black;
  transition: 0s; }

.page-type_product .golf-cart-kit .form-radio:checked ~ .form-image {
  outline: 2px solid #0075ce;
  box-shadow: 0px 0px 3px 0px #0075ce; }
  .page-type_product .golf-cart-kit .form-radio:checked ~ .form-image > .gc-toggle {
    background-image: url("../png/22-gc-configurator-selected.png"); }

.page-type_product .golf-cart-kit .golf-cart-powertrain-option {
  display: inline-block;
  width: 50%;
  padding: 5px; }
  .page-type_product .golf-cart-kit .golf-cart-powertrain-option .form-radio:checked + .form-option {
    box-shadow: 0px 0px 3px 0px #0075ce; }

.page-type_product .golf-cart-kit .gc-toggle {
  position: absolute;
  top: -10px;
  left: -8px;
  background-image: url("../png/22-gc-configurator-add.png");
  width: 40px;
  height: 40px;
  clip-path: circle(48%); }

.page-type_product .golf-cart-kit .gc-toggle-off .gc-toggle {
  background-image: url("../png/22-gc-configurator-remove.png"); }

.page-type_product .golf-cart-kit .gc-preload-toggle-1 {
  width: 0;
  height: 0;
  background-image: url("../png/22-gc-configurator-selected.png"); }

.page-type_product .golf-cart-kit .gc-preload-toggle-2 {
  width: 0;
  height: 0;
  background-image: url("../png/22-gc-configurator-remove.png"); }

#CartEditProductFieldsForm div .form-label-swatch {
  display: block !important;
  min-width: 120px; }

#CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio:checked + .form-option {
  outline: 2px solid #0075ce;
  box-shadow: 0px 0px 3px 0px #0075ce;
  background: none; }

.blog-layout-1 {
  padding-top: 20px; }
  .blog-layout-1 .blog-bullets {
    padding-top: 15px;
    display: block; }
    .blog-layout-1 .blog-bullets .bullets-left, .blog-layout-1 .blog-bullets .bullets-right {
      padding-top: 10px;
      display: inline-block; }
      .blog-layout-1 .blog-bullets .bullets-left ul, .blog-layout-1 .blog-bullets .bullets-right ul {
        margin-bottom: 0; }
    .blog-layout-1 .blog-bullets .bullets-left {
      padding-left: 115px; }
      @media (max-width: 430px) {
        .blog-layout-1 .blog-bullets .bullets-left {
          padding-left: 0px; } }
    .blog-layout-1 .blog-bullets .bullets-right {
      padding-left: 115px; }
      @media (max-width: 430px) {
        .blog-layout-1 .blog-bullets .bullets-right {
          padding-left: 0px; } }
  .blog-layout-1 .unbox-video {
    width: 800px;
    height: 449px; }
    @media (max-width: 430px) {
      .blog-layout-1 .unbox-video {
        width: 100%;
        height: 207px; } }

.affirm-page-container {
  display: flex; }
  @media (max-width: 430px) {
    .affirm-page-container {
      display: block; } }

.affirm-page-inner {
  padding: 20px; }
  @media (max-width: 430px) {
    .affirm-page-inner {
      padding: 10px; } }
  .affirm-page-inner strong {
    font-size: 23px; }
  .affirm-page-inner div {
    padding-top: 20px; }
  .affirm-page-inner p {
    font-weight: 600; }

.affirm-graphic-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-bottom: 20px; }
  @media (max-width: 430px) {
    .affirm-graphic-footer {
      width: 100%; } }

.affirm-disclaimer {
  font-style: italic;
  font-size: 13px; }

.affirm-faqs-title {
  text-align: center;
  display: block;
  font-size: 28px; }
  @media (max-width: 430px) {
    .affirm-faqs-title {
      padding: 15px; } }

.affirm-mobile-points p {
  display: none; }
  @media (max-width: 430px) {
    .affirm-mobile-points p {
      display: block;
      padding-top: 15px; } }

.affirm-desktop-points p {
  display: block; }
  @media (max-width: 430px) {
    .affirm-desktop-points p {
      display: none; } }

@media (max-width: 430px) {
  .affirm-desktop-points {
    display: none; } }

.dealer-table-layout td {
  padding: 30px; }
  @media (max-width: 430px) {
    .dealer-table-layout td {
      padding: 0px;
      display: block; } }

.page-type_product .visual-upsell-kit .productOptions-list-item, .page-type_product .visual-upsell-kit .productOptions-list-item-content {
  padding-left: 0;
  display: block; }
  .page-type_product .visual-upsell-kit .productOptions-list-item label, .page-type_product .visual-upsell-kit .productOptions-list-item-content label {
    padding-left: 5px;
    font-family: "Russo One", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: visible; }
    .page-type_product .visual-upsell-kit .productOptions-list-item label:before, .page-type_product .visual-upsell-kit .productOptions-list-item label:after, .page-type_product .visual-upsell-kit .productOptions-list-item-content label:before, .page-type_product .visual-upsell-kit .productOptions-list-item-content label:after {
      content: none; }

.page-type_product .visual-upsell-kit .productOptions-list-item-figure {
  width: 100%; }

.page-type_product .visual-upsell-kit label + .form-label {
  margin: 0; }

.page-type_product .visual-upsell-kit label[data-product-attribute-value] {
  padding-left: 0; }

.page-type_product .visual-upsell-kit label[data-product-choice-label] {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 17px; }
  .page-type_product .visual-upsell-kit label[data-product-choice-label] small {
    display: none; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-kit label[data-product-choice-label] {
      font-size: 20px; } }

.page-type_product .visual-upsell-kit div[data-product-attribute="product-list"] label:first-child {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 17px;
  padding-bottom: 10px; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-kit div[data-product-attribute="product-list"] label:first-child {
      font-size: 20px; } }

.page-type_product .visual-upsell-kit .productOptions-list-item {
  padding: 0;
  border: none;
  margin-bottom: 10px; }
  .page-type_product .visual-upsell-kit .productOptions-list-item label {
    top: 0;
    border: none;
    position: relative; }

.page-type_product .visual-upsell-kit .productOptions-list {
  border: none; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-kit .productOptions-list {
      padding: 5px; } }

.page-type_product .visual-upsell-kit .form-option-variant--pattern {
  height: 100%;
  width: 100%; }

.page-type_product .visual-upsell-kit .form-radio:checked + .form-option {
  background: none;
  border-color: #0075ce;
  color: black;
  transition: 0s; }

.page-type_product .visual-upsell-kit .form-radio:checked ~ .form-image {
  outline: 2px solid #0075ce;
  box-shadow: 0px 0px 3px 0px #0075ce; }
  .page-type_product .visual-upsell-kit .form-radio:checked ~ .form-image > .visual-option-toggle {
    background-image: url("../png/22-gc-configurator-selected.png"); }

.page-type_product .visual-upsell-kit .visual-option-toggle {
  position: absolute;
  top: -10px;
  left: -8px;
  background-image: url("../png/22-gc-configurator-add.png");
  width: 40px;
  height: 40px;
  clip-path: circle(48%); }

.page-type_product .visual-upsell-kit .gc-toggle-off .gc-toggle {
  background-image: url("../png/22-gc-configurator-remove.png"); }

.page-type_product .visual-upsell-kit .gc-preload-toggle-1 {
  width: 0;
  height: 0;
  background-image: url("../png/22-gc-configurator-selected.png"); }

.page-type_product .visual-upsell-kit .gc-preload-toggle-2 {
  width: 0;
  height: 0;
  background-image: url("../png/22-gc-configurator-remove.png"); }

.page-type_product .visual-upsell-kit .gc-preload-toggle-3 {
  width: 0;
  height: 0;
  background-image: url("../png/22-vs-configurator-remove-red.png"); }

.page-type_product .visual-upsell-carousel .productOptions-list-item {
  margin: 3px; }

.page-type_product .visual-upsell-carousel label {
  background-color: #707070;
  color: white;
  text-align: center; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-carousel label {
      font-size: 22px !important; } }
  @media (max-width: 393px) {
    .page-type_product .visual-upsell-carousel label {
      font-size: 20px !important; } }
  @media (max-width: 375px) {
    .page-type_product .visual-upsell-carousel label {
      font-size: 19px !important; } }
  @media (max-width: 320px) {
    .page-type_product .visual-upsell-carousel label {
      font-size: 22px !important; } }

.page-type_product .visual-upsell-carousel .form-radio:checked + .form-option {
  background: #ed1c24;
  color: white;
  transition: 0s; }

.page-type_product .visual-upsell-carousel .form-radio:checked ~ .form-image {
  outline: none;
  box-shadow: none; }
  .page-type_product .visual-upsell-carousel .form-radio:checked ~ .form-image > .gc-toggle {
    background-image: url("../png/22-gc-configurator-selected.png"); }

.page-type_product .visual-upsell-carousel .slick-prev {
  left: -9px;
  right: initial !important; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-carousel .slick-prev {
      left: 0px; } }

.page-type_product .visual-upsell-carousel .slick-next {
  right: -9px; }
  @media (max-width: 430px) {
    .page-type_product .visual-upsell-carousel .slick-next {
      right: 0px; } }

.page-type_product .visual-upsell-carousel .visual-option-toggle {
  position: absolute;
  top: -3px;
  left: -3px;
  background-image: url("../png/22-gc-configurator-add.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  clip-path: circle(48%); }

.page-type_product .visual-upsell-carousel .form-radio:checked + .form-option .visual-option-toggle {
  position: absolute;
  top: -3px;
  left: -3px;
  background-image: url("../png/22-gc-configurator-selected.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  clip-path: circle(48%); }

.page-type_product .visual-upsell-product-list, .page-type_product .visual-upsell-select-list {
  margin: 0 0 15px; }
  .page-type_product .visual-upsell-product-list .product-list-label, .page-type_product .visual-upsell-select-list .product-list-label {
    font-family: "Russo One", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 17px;
    padding-bottom: 10px; }
    @media (max-width: 430px) {
      .page-type_product .visual-upsell-product-list .product-list-label, .page-type_product .visual-upsell-select-list .product-list-label {
        font-size: 20px; } }
  .page-type_product .visual-upsell-product-list .slick-arrow, .page-type_product .visual-upsell-select-list .slick-arrow {
    top: -40px; }
    @media (max-width: 430px) {
      .page-type_product .visual-upsell-product-list .slick-arrow, .page-type_product .visual-upsell-select-list .slick-arrow {
        top: -60px; } }

.page-type_product .visual-option-toggle-closed {
  background-image: url("../png/22-vs-configurator-remove-red.png") !important; }

.page-type_product ul[data-type="Optional Wheel Lights (s)"] .visual-option-toggle-closed {
  background-size: 40px 40px; }

.modal-content {
  border: none; }

.modal-background {
  background-color: rgba(0, 0, 0, 0.5); }

.breadcrumb:not(:first-child)::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E");
  height: 6px;
  width: 6px;
  display: inline-block;
  top: 1px; }
  @media (min-width: 801px) {
    .breadcrumb:not(:first-child)::before {
      height: 13px;
      width: 13px; } }

.fas.fa-comment-alt {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt fa-w-16 fa-7x'%3E%3Cpath fill='currentColor' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.sitewide-message p {
  display: inline-flex;
  align-items: center;
  gap: 3px; }

.message-one,
.message-two {
  display: inline-flex;
  align-items: center;
  gap: 3px; }
  @media screen and (min-width: 800px) {
    .message-one,
    .message-two {
      gap: 4px; } }
  .message-one .fas.fa-truck,
  .message-two .fas.fa-truck {
    width: 17px;
    height: 17px;
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='truck' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-truck fa-w-20 fa-7x'%3E%3Cpath fill='%23ed1c24' d='M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z' class=''%3E%3C/path%3E%3C/svg%3E");
    margin-bottom: 6px; }
    @media screen and (min-width: 800px) {
      .message-one .fas.fa-truck,
      .message-two .fas.fa-truck {
        margin-bottom: 4px; } }

.header-mobile-link svg {
  margin: 0 auto;
  height: 28px;
  width: 28px; }

.header-mobile-link--chat svg {
  height: 28px;
  width: 28px; }

.header-mobile-link--search {
  padding: 8px 0 10px; }

.header-mobile-link.header-mobile---cart {
  padding: 8px 0 10px; }
  .header-mobile-link.header-mobile---cart svg {
    height: 32px;
    width: 32px; }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.main-nav--mobile,
.main-nav--sidebar {
  max-width: 100%; }
  .main-nav--mobile .main-nav-action svg,
  .main-nav--sidebar .main-nav-action svg {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    height: 20px;
    width: 20px; }
    .main-nav--mobile .main-nav-action svg.is-open,
    .main-nav--sidebar .main-nav-action svg.is-open {
      transform: translateY(-50%) rotate(90deg); }
  .main-nav--mobile .main-nav-action.is-open svg,
  .main-nav--sidebar .main-nav-action.is-open svg {
    transform: translateY(-50%) rotate(90deg); }

.actionBar-section .form-label-icon svg {
  height: 16px;
  width: 16px; }

.accordion-title-icon svg,
.footer-box svg {
  height: 16px;
  width: 16px; }

.mobile-support svg {
  height: 22px;
  width: 22px; }

.blog-read-more svg,
.subcategory-more svg {
  height: 10px;
  width: 10px; }

.socialLinks-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  height: 30px;
  width: 30px; }

@media (min-width: 801px) {
  .socialLinks-item svg {
    height: 50px;
    width: 50px; } }

.productView-thumbnail--video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  height: 50px;
  width: 50px; }

.page-content--list .listItem-actions .button,
.card-footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }
  .page-content--list .listItem-actions .button svg,
  .card-footer .button svg {
    height: 15px;
    width: 15px; }

.is-mobile .tab-mobile-only {
  display: flex;
  align-items: center;
  gap: 5px; }
  .is-mobile .tab-mobile-only svg {
    margin-left: auto;
    height: 23px;
    width: 23px; }

.cart-item-quantity .button--icon {
  color: #666 !important; }
  .cart-item-quantity .button--icon svg {
    height: 100% !important;
    width: 100% !important; }

a.cart-remove {
  color: #757575; }

.facet-button--close svg {
  height: 14px;
  width: 14px;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 2px;
  margin-right: -1px; }

.navPages-quickSearch .button svg {
  height: 60%;
  aspect-ratio: 1/1;
  margin-bottom: 2px; }

.glyphicon::before {
  display: block;
  height: 28px;
  width: 28px;
  margin-top: 3px;
  margin-right: 1px; }

.glyphicon-earphone::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='phone' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-phone fa-w-16 fa-7x'%3E%3Cpath fill='%23FFF' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.glyphicon-comment::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='comment-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt fa-w-16 fa-7x'%3E%3Cpath fill='%23FFF' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.glyphicon-info-sign::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-info-circle fa-w-16 fa-7x'%3E%3Cpath fill='%23FFF' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.glyphicon-shopping-cart::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='shopping-cart' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-shopping-cart fa-w-18 fa-7x'%3E%3Cpath fill='%23fff' d='M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z' class=''%3E%3C/path%3E%3C/svg%3E"); }

.ctas-gallery {
  display: none; }
  .ctas-gallery .product-cta {
    margin: 10px;
    width: calc(50% - 20px); }
    .ctas-gallery .product-cta .product-cta--label {
      font-size: 18px; }
    .ctas-gallery .product-cta img {
      max-width: 76px; }

@media (min-width: 801px) {
  .ctas-gallery-show {
    display: block; } }

@media (max-width: 430px) {
  .ctas-gallery-show {
    display: none; } }

@media (min-width: 801px) {
  .ctas-add-to-cart-show {
    display: none; } }

@media (max-width: 430px) {
  .ctas-add-to-cart-show {
    display: block; } }

@media (min-width: 801px) {
  .product-options-scroll {
    height: 593px;
    overflow-y: auto;
    overflow-x: hidden; } }

@media (min-width: 801px) {
  .product-options-scroll .visual-upsell-select-list, .product-options-scroll .visual-upsell-product-list, .product-options-scroll div.form-field {
    padding-right: 15px;
    padding-left: 9px; } }

.product-options-scroll .visual-upsell-select-list, .product-options-scroll .visual-upsell-product-list {
  max-height: 210px; }
  @media (max-width: 430px) {
    .product-options-scroll .visual-upsell-select-list, .product-options-scroll .visual-upsell-product-list {
      max-height: 265px; } }

.product-options-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.product-options-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.product-options-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0075ce; }

.listItem-price .price--non-sale {
  display: block;
  color: grey !important;
  text-decoration: line-through;
  text-decoration-color: red; }

@media (max-width: 450px) {
  .ytpo-category-rating-one-row {
    text-align: center !important; } }

@media (max-width: 430px) {
  .product-section--related .card {
    padding-bottom: 110px; } }

.yotpo-syndication-reference {
  display: none; }

@media (max-width: 500px) {
  #product-listing-container .card-title {
    padding-bottom: 25px; } }

.category-faq-section {
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.category-faq-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }

.category-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.category-faq-question {
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px; }
  @media (max-width: 500px) {
    .category-faq-question {
      font-size: 18px; } }

.category-faq-answer {
  display: none;
  padding: 15px;
  font-size: 16px; }

.category-faq-item.active .category-faq-answer {
  display: block; }

.category-faq-question:after {
  content: '+';
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  top: -2px; }

.category-faq-section-header {
  font-family: "Russo One", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 24px;
  display: block; }
  @media (max-width: 500px) {
    .category-faq-section-header {
      font-size: 20px; } }

.category-faq-item.active .category-faq-question:after {
  content: '-'; }

.main-nav-moto-first-row, .main-nav-moto-second-row {
  display: flex;
  margin-bottom: 10px;
  width: 100%; }

.main-nav-moto-left-column {
  display: flex;
  flex-direction: column; }

.main-nav-moto-right-column {
  display: flex;
  justify-content: flex-start; }

.main-nav-moto-a {
  padding-top: 45% !important;
  font-size: 23px; }
  .main-nav-moto-a img {
    width: 277px; }

.main-nav-moto-dropdown-list {
  width: 269px;
  flex-grow: 0; }

.listItem-figure {
  position: relative; }

.promo-overlay-badge {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgba(0, 117, 206, 0.8);
  z-index: 1; }

.promo-overlay-badge span {
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1; }

.promo-overlay-badge-product {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgba(0, 117, 206, 0.8);
  z-index: 10; }
  @media (max-width: 500px) {
    .promo-overlay-badge-product {
      width: 150px;
      height: 150px; } }

.promo-overlay-badge-product span {
  position: absolute;
  top: 5px;
  left: 16px;
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1; }
  @media (max-width: 500px) {
    .promo-overlay-badge-product span {
      font-size: 36px; } }

.cart-item-value.price--discounted {
  text-decoration: line-through; }

/* FATHERS DAY TEMP STYLES */
/*
.sitewide-message {
    @media (max-width: 500px) {
        height: 40px;
    }
    &-show {
        + .header {
            @media (max-width: 500px) {
                margin-top: 40px;
            }
        }
    }
    p {
        font-size: 19px;
        display: block;
        @media (max-width: 500px) {
            font-size: 14px;
            line-height: 19px;
        }
        @media (max-width: 390px) {
            font-size: 13px !important;
            line-height: 19px;
        }        
    }
}
*/
