@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
.pages-css-home ._overlay-box {
  position: relative; }

.pages-css-home ._overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pages-css-home ._overlay-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%); }

.pages-css-home ._overlay-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%); }

.pages-css-home ._overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%); }

.pages-css-home ._flex-box {
  display: flex;
  align-items: center;
  justify-content: center; }

.pages-css-home ._subtxt-top {
  color: #ffc12c; }

.pages-css-home .btn-shop {
  display: inline-block;
  background: #ffc12c;
  color: #222222;
  font-weight: bold;
  padding: 5px 20px; }

.pages-css-home .heroCarousel {
  margin-bottom: 0; }
  .pages-css-home .heroCarousel .heroCarousel-slide .heroCarousel-image {
    -o-object-fit: cover;
       object-fit: cover; }
  .pages-css-home .heroCarousel .slick-prev, .pages-css-home .heroCarousel .slick-next {
    background: transparent;
    border: 0;
    padding: 10px 0; }
  @media (min-width: 1200px) {
    .pages-css-home .heroCarousel .slick-prev {
      margin-left: 2%; }
    .pages-css-home .heroCarousel .slick-next {
      margin-right: 2%; } }
  @media (max-width: 560px) {
    .pages-css-home .heroCarousel .slick-prev, .pages-css-home .heroCarousel .slick-next {
      display: none !important; } }
  .pages-css-home .heroCarousel .slick-prev::before, .pages-css-home .heroCarousel .slick-next::before {
    background-size: 100% 100%;
    width: 40px;
    height: 40px; }
  .pages-css-home .heroCarousel .slick-prev::before {
    background-image: url("../img/h-slick-prev.svg"); }
  .pages-css-home .heroCarousel .slick-next::before {
    background-image: url("../img/h-slick-next.svg"); }
  .pages-css-home .heroCarousel .slick-dots li {
    background-color: transparent; }
  .pages-css-home .heroCarousel .heroCarousel-play-pause-button {
    display: none; }
  .pages-css-home .heroCarousel .heroCarousel-content {
    background: transparent; }
    @media (min-width: 801px) {
      .pages-css-home .heroCarousel .heroCarousel-content {
        text-align: left; } }
    @media (max-width: 550px) {
      .pages-css-home .heroCarousel .heroCarousel-content {
        background-color: #191919;
        padding-top: 2rem; } }
    .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title {
      display: inline-block;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 600; }
      .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title span {
        display: block; }
        @media (min-width: 551px) and (max-width: 992px) {
          .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title span {
            font-size: 24px; } }
        @media (min-width: 551px) and (max-width: 680px) {
          .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title span {
            font-size: 20px; } }
        @media (max-width: 550px) {
          .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title span {
            display: inline; } }
      .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-title .txt-part-0 {
        display: block;
        font-size: 18px;
        color: #ffc22c;
        margin-bottom: 20px; }
    .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-description {
      color: #ffffff; }
      .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-description span {
        display: block; }
    .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-action {
      display: flex;
      width: 30%;
      border: 0;
      border-radius: 0;
      justify-content: space-evenly;
      align-items: center;
      color: #111111;
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 20px;
      padding: 15px 10px;
      min-width: 180px;
      max-width: 180px; }
      @media (max-width: 800px) {
        .pages-css-home .heroCarousel .heroCarousel-content .heroCarousel-action {
          font-size: 15px;
          min-width: 200px;
          max-width: 200px;
          padding: 10px;
          margin: auto;
          margin-bottom: 1rem; } }

.pages-css-home .home-section-2 {
  margin-bottom: 4%; }
  @media (max-width: 800px) {
    .pages-css-home .home-section-2 ._flex-box {
      display: block; } }
  .pages-css-home .home-section-2 ._flex-box ._flex-item ._overlay-left {
    left: 15%; }
    @media (max-width: 800px) {
      .pages-css-home .home-section-2 ._flex-box ._flex-item ._overlay-left {
        left: 5%; } }
  .pages-css-home .home-section-2 ._flex-box ._flex-item ._overlay-right {
    right: 60%; }
    @media (max-width: 991px) {
      .pages-css-home .home-section-2 ._flex-box ._flex-item ._overlay-right {
        position: absolute;
        top: 50%;
        left: 15%;
        right: auto;
        transform: translate(0%, -50%); } }
    @media (max-width: 800px) {
      .pages-css-home .home-section-2 ._flex-box ._flex-item ._overlay-right {
        left: 5%; } }
  .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt label, .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt h3 {
    font-weight: bold;
    color: #222222;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt label, .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt h3 {
        font-size: 5vh; } }
  .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt p {
    color: #222222; }
  @media (max-width: 560px) {
    .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt {
      background: rgba(255, 255, 255, 0.2);
      padding: 5px; }
      .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt label, .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt h3, .pages-css-home .home-section-2 ._flex-box ._flex-item .item-txt p {
        margin: 0; } }

.pages-css-home .home-section-3 .page-heading {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-css-home .home-section-3 .page-heading span {
    background: #fff;
    margin: 0 15px;
    color: #222222;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .pages-css-home .home-section-3 .page-heading span {
        font-size: 40px; } }
  .pages-css-home .home-section-3 .page-heading:after {
    background: black;
    height: 1px;
    flex: 1;
    content: ''; }

@media (max-width: 430px) {
  .pages-css-home .home-section-3 .productGrid .product {
    width: 100%; } }

.pages-css-home .home-section-3 .card-img-container:after {
  padding-bottom: 100%; }

.pages-css-home .home-section-4 {
  margin-bottom: 4%; }
  .pages-css-home .home-section-4 .container {
    padding-bottom: 5px; }
  .pages-css-home .home-section-4 button[data-test-id="carousel-left-arrow"], .pages-css-home .home-section-4 button[data-test-id="carousel-right-arrow"] {
    background: #ffc22c; }
    .pages-css-home .home-section-4 button[data-test-id="carousel-left-arrow"] svg, .pages-css-home .home-section-4 button[data-test-id="carousel-right-arrow"] svg {
      display: none; }
  .pages-css-home .home-section-4 button[data-test-id="carousel-left-arrow"] {
    background-image: url("../img/prev-arrow.png");
    background-repeat: no-repeat;
    background-position: center; }
  .pages-css-home .home-section-4 button[data-test-id="carousel-right-arrow"] {
    background-image: url("../img/next-arrow.png");
    background-repeat: no-repeat;
    background-position: center; }
  .pages-css-home .home-section-4 div[data-test-id="carousel-bullets"] .bc-carousel__bullet-active {
    background: #ffc22c; }
  @media (max-width: 560px) {
    .pages-css-home .home-section-4 #home-slick-slider .slick-prev, .pages-css-home .home-section-4 #home-slick-slider .slick-next {
      display: none !important; } }
  .pages-css-home .home-section-4 #home-slick-slider .slick-prev, .pages-css-home .home-section-4 #home-slick-slider .slick-next {
    padding: 0;
    width: 65px;
    height: 160px; }
  .pages-css-home .home-section-4 #home-slick-slider .slick-prev {
    left: -5px; }
  .pages-css-home .home-section-4 #home-slick-slider .slick-next {
    right: -5px; }
  .pages-css-home .home-section-4 #home-slick-slider .slick-prev::before, .pages-css-home .home-section-4 #home-slick-slider .slick-next::before {
    background-size: 100% 100%;
    width: 65px;
    height: 160px; }
  .pages-css-home .home-section-4 #home-slick-slider .slick-prev::before {
    background-image: url("../img/page/home/h-slick-prev-2.jpg"); }
  .pages-css-home .home-section-4 #home-slick-slider .slick-next::before {
    background-image: url("../img/page/home/h-slick-next-2.jpg"); }
  .pages-css-home .home-section-4 #home-slick-slider .slick-dots {
    bottom: -35px; }
    .pages-css-home .home-section-4 #home-slick-slider .slick-dots li {
      background-color: transparent; }
      .pages-css-home .home-section-4 #home-slick-slider .slick-dots li button:hover::before {
        background: #ffc22c; }
      .pages-css-home .home-section-4 #home-slick-slider .slick-dots li.slick-active button::before {
        background: #ecb329; }

.pages-css-home .home-section-fbk {
  margin: 5rem 0; }
  .pages-css-home .home-section-fbk ._flex-box {
    -moz-column-gap: 5rem;
         column-gap: 5rem; }
    .pages-css-home .home-section-fbk ._flex-box ._flex-item {
      flex: 2; }
      .pages-css-home .home-section-fbk ._flex-box ._flex-item._left {
        width: 100%;
        flex: 2.5; }
      .pages-css-home .home-section-fbk ._flex-box ._flex-item ._subtxt-top {
        font-weight: bold; }
      .pages-css-home .home-section-fbk ._flex-box ._flex-item .section-title {
        margin: 0;
        font-weight: bold;
        font-size: 55px;
        color: #000; }
      .pages-css-home .home-section-fbk ._flex-box ._flex-item .btn-shop {
        padding: 20px; }
  @media (max-width: 991px) {
    .pages-css-home .home-section-fbk ._flex-box {
      display: block;
      text-align: center; }
      .pages-css-home .home-section-fbk ._flex-box ._flex-item:first-child {
        margin-bottom: 2rem; } }

.pages-css-home .home-section-5 {
  margin-bottom: 4%;
  background-image: url("../img/page/home/h-section-5-bg-img.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .pages-css-home .home-section-5._parallax {
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .pages-css-home .home-section-5 .section-title, .pages-css-home .home-section-5 p {
    color: #ffffff;
    text-align: left; }
  .pages-css-home .home-section-5 .section-title {
    font-size: 55px;
    line-height: 1.2; }
    @media (max-width: 560px) {
      .pages-css-home .home-section-5 .section-title {
        font-size: 32px; } }
  .pages-css-home .home-section-5 ._flex-box {
    padding: 10% 0; }
    @media (max-width: 991px) {
      .pages-css-home .home-section-5 ._flex-box {
        display: block; } }
  @media (max-width: 991px) {
    .pages-css-home .home-section-5 ._flex-item img, .pages-css-home .home-section-5 ._flex-item _video-box {
      width: 98%;
      margin: 1%;
      margin-top: 30px; } }
  .pages-css-home .home-section-5 ._flex-item._left {
    text-align: left;
    width: 100%;
    margin-right: 5%; }
    .pages-css-home .home-section-5 ._flex-item._left ._subtxt-top {
      font-weight: bold; }
    .pages-css-home .home-section-5 ._flex-item._left .section-title {
      margin-top: 0px;
      font-weight: bold; }
    .pages-css-home .home-section-5 ._flex-item._left .btn-rm {
      display: flex;
      width: 30%;
      min-width: 200px;
      justify-content: space-evenly;
      align-items: center;
      padding: 10px;
      color: #111111; }
      @media (max-width: 991px) {
        .pages-css-home .home-section-5 ._flex-item._left .btn-rm {
          margin: auto;
          width: 20%;
          min-width: 200px; } }
    @media (max-width: 991px) {
      .pages-css-home .home-section-5 ._flex-item._left {
        width: 98%;
        padding-left: 0;
        margin-bottom: 2%;
        text-align: center; }
        .pages-css-home .home-section-5 ._flex-item._left .section-title, .pages-css-home .home-section-5 ._flex-item._left p {
          text-align: center; } }

.pages-css-home .home-section-6 {
  margin-bottom: 4%; }
  .pages-css-home .home-section-6 .section-title, .pages-css-home .home-section-6 p {
    color: #ffffff;
    text-align: left; }
  .pages-css-home .home-section-6 .section-title {
    font-size: 55px;
    line-height: 1.2; }
    @media (max-width: 560px) {
      .pages-css-home .home-section-6 .section-title {
        font-size: 32px; } }
  .pages-css-home .home-section-6 ._flex-box {
    padding: 2% 0;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .pages-css-home .home-section-6 ._flex-box {
        display: block; } }
  @media (max-width: 991px) {
    .pages-css-home .home-section-6 ._flex-item img, .pages-css-home .home-section-6 ._flex-item ._video-box {
      width: 98%;
      margin: 1%; } }
  .pages-css-home .home-section-6 ._flex-item._left {
    width: 85%; }
    @media (max-width: 991px) {
      .pages-css-home .home-section-6 ._flex-item._left {
        display: none; } }
  .pages-css-home .home-section-6 ._flex-item._right {
    text-align: left;
    width: 48%; }
    .pages-css-home .home-section-6 ._flex-item._right .item-txt {
      width: 80%; }
      @media (max-width: 560px) {
        .pages-css-home .home-section-6 ._flex-item._right .item-txt {
          width: 96%;
          position: relative;
          transform: translate(-50%, -30%); } }
    .pages-css-home .home-section-6 ._flex-item._right ._subtxt-top {
      font-weight: bold; }
    .pages-css-home .home-section-6 ._flex-item._right .section-title {
      margin-top: 0px;
      font-weight: bold; }
    .pages-css-home .home-section-6 ._flex-item._right .btn-rm {
      display: flex;
      width: 30%;
      min-width: 200px;
      justify-content: space-evenly;
      align-items: center;
      padding: 10px;
      color: #111111; }
      @media (max-width: 991px) {
        .pages-css-home .home-section-6 ._flex-item._right .btn-rm {
          margin: auto;
          width: 20%;
          min-width: 200px; } }
    @media (max-width: 991px) {
      .pages-css-home .home-section-6 ._flex-item._right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 2%;
        text-align: center;
        top: auto;
        transform: unset;
        position: relative; }
        .pages-css-home .home-section-6 ._flex-item._right .section-title, .pages-css-home .home-section-6 ._flex-item._right p {
          text-align: center; } }
    @media (max-width: 560px) {
      .pages-css-home .home-section-6 ._flex-item._right {
        background: #191919; } }

.pages-css-home .home-section-yt {
  margin: 5rem 0; }
  .pages-css-home .home-section-yt ._flex-box {
    -moz-column-gap: 5rem;
         column-gap: 5rem; }
    .pages-css-home .home-section-yt ._flex-box ._flex-item {
      flex: 2; }
      .pages-css-home .home-section-yt ._flex-box ._flex-item._left {
        width: 100%;
        flex: 2.5; }
      .pages-css-home .home-section-yt ._flex-box ._flex-item ._subtxt-top {
        font-weight: bold; }
      .pages-css-home .home-section-yt ._flex-box ._flex-item .section-title {
        margin: 0;
        font-weight: bold;
        font-size: 55px;
        color: #000;
        line-height: 1.2; }
      .pages-css-home .home-section-yt ._flex-box ._flex-item .btn-shop {
        padding: 20px; }
        .pages-css-home .home-section-yt ._flex-box ._flex-item .btn-shop span {
          padding-left: 12px; }
  @media (max-width: 991px) {
    .pages-css-home .home-section-yt ._flex-box {
      display: block;
      text-align: center; }
      .pages-css-home .home-section-yt ._flex-box ._flex-item:first-child {
        margin-bottom: 2rem; } }

.pages-css-home .home-section-7 .section-title {
  text-align: center;
  font-size: 32px;
  color: #111111;
  font-weight: bold; }

.ig-feed-section .ig-heading-section {
  background: #FFF;
  height: 150px;
  padding: 50px 0 0;
  position: relative;
  display: block;
  z-index: 1;
  margin-top: -50px; }

.ig-feed-section .embedsocial-hashtag {
  margin-top: -100px; }
  @media (max-width: 800px) {
    .ig-feed-section .embedsocial-hashtag {
      margin-top: -150px; } }

body, p, a, .button {
  font-family: 'Rubik', sans-serif;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, label {
  font-family: 'Rubik', sans-serif;
  text-decoration: none; }

p {
  font-size: 16px; }

.gr-dropzone {
  display: none !important; }

.logo-fav {
  display: none; }

@media (min-width: 801px) {
  div#sticky-navbar.sticky {
    position: fixed;
    border: 0;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #aaa; }
    div#sticky-navbar.sticky .h-middle-section {
      justify-content: center;
      padding: .5rem 0 .5rem; }
      div#sticky-navbar.sticky .h-middle-section > * {
        padding: 0 .75rem; }
    div#sticky-navbar.sticky .header-logo {
      display: none !important; }
    div#sticky-navbar.sticky .logo-fav {
      display: inline-block !important;
      height: 50px; }
      div#sticky-navbar.sticky .logo-fav img {
        height: 100%; }
    div#sticky-navbar.sticky .contactusWrap {
      height: 50px; }
      div#sticky-navbar.sticky .contactusWrap img {
        height: 100%; }
    div#sticky-navbar.sticky .navPages-container {
      border-top: 1px solid #cccccc;
      background: #ffc02a; } }

@media (min-width: 801px) {
  ._mobileOnly {
    display: none !important; } }

.anchor-link {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden; }

._pdf-list-style {
  list-style: none;
  margin-left: 0; }
  ._pdf-list-style li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  ._pdf-list-style .fas.fa-file-pdf {
    font-size: 18px;
    text-decoration: none;
    padding-left: 25px;
    position: relative; }
    ._pdf-list-style .fas.fa-file-pdf:before {
      color: #d31414;
      font-size: 20px;
      position: absolute;
      left: 0px; }

.card-body {
  display: flex;
  flex-flow: column; }
  .card-body .card-title {
    order: 2; }
  .card-body .card-text {
    order: 1;
    text-transform: uppercase;
    font-weight: bold; }
    .card-body .card-text .price-section {
      color: #222222;
      font-size: 18px;
      font-weight: bold; }

.card-figcaption-button {
  background-color: #ffc12c;
  color: #222222;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  box-shadow: 1px 1px 5px 0px #333333;
  margin: 5px auto; }

.card-img-container:after {
  padding-bottom: 100%; }

#download-catalog-modal .modal-content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

.form-label--alternate {
  font-family: 'Rubik', sans-serif; }

.video-box-wide {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-box-wide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.header {
  background-color: #fff; }

._sectionContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.h-top-section {
  background: #ffc12c;
  z-index: 21; }
  .h-top-section .top_bar {
    border-bottom: 0;
    position: relative; }
    @media (max-width: 1100px) {
      .h-top-section .top_bar {
        justify-content: center; } }
    @media (max-width: 800px) {
      .h-top-section .top_bar {
        display: none; } }
    .h-top-section .top_bar .topnav {
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      color: #222222; }
      @media (max-width: 1100px) {
        .h-top-section .top_bar .topnav._left {
          display: none !important; } }
      .h-top-section .top_bar .topnav .topnav-item {
        position: relative; }
        @media (max-width: 1200px) {
          .h-top-section .top_bar .topnav .topnav-item {
            padding-left: 12px !important;
            padding-right: 12px  !important; } }
        .h-top-section .top_bar .topnav .topnav-item:not(:last-child):before {
          content: '';
          position: absolute;
          right: 0;
          height: 70%;
          top: 15%;
          width: 2px;
          background-color: #e0a81e; }
        .h-top-section .top_bar .topnav .topnav-item._nobar:before {
          background-color: transparent; }
      .h-top-section .top_bar .topnav a {
        text-decoration: underline;
        color: #222222;
        font-weight: bold; }
      .h-top-section .top_bar .topnav ._callus {
        font-weight: bold;
        background: #e30014;
        color: #ffffff;
        padding: 12px 25px; }
        .h-top-section .top_bar .topnav ._callus a {
          color: #ffffff; }
      .h-top-section .top_bar .topnav ._socialmedia {
        font-weight: bold;
        padding: 5px 10px 5px 10px; }
        .h-top-section .top_bar .topnav ._socialmedia img {
          margin: 0 2px;
          width: 22px; }
      .h-top-section .top_bar .topnav ._link {
        padding: 5px 15px; }
        @media (min-width: 1501px) {
          .h-top-section .top_bar .topnav ._link {
            padding: 5px 25px; } }
      .h-top-section .top_bar .topnav ._downCat {
        background: #111111;
        padding: 10px 25px; }
        .h-top-section .top_bar .topnav ._downCat a {
          text-decoration: none;
          color: #ffc22c; }
      .h-top-section .top_bar .topnav .icon svg {
        fill: #111111; }
    .h-top-section .top_bar ._topbar-dropdown {
      background: #111111;
      margin-left: 25px;
      top: 100% !important;
      margin-top: 5px;
      padding: 10px 0;
      list-style: none; }
      .h-top-section .top_bar ._topbar-dropdown li {
        list-style: none;
        margin: 0; }
      .h-top-section .top_bar ._topbar-dropdown a {
        text-transform: capitalize;
        text-decoration: none;
        color: #FFF; }
        .h-top-section .top_bar ._topbar-dropdown a:hover {
          color: #ffc22c; }

.h-middle-section {
  position: relative; }
  @media (max-width: 801px) {
    .h-middle-section {
      display: block; } }
  @media (min-width: 992px) {
    .h-middle-section .header-logo {
      width: 25%; } }
  @media (min-width: 801px) {
    .h-middle-section .header-logo {
      margin: 0;
      max-width: 36%; } }
  .h-middle-section .header-logo .header-logo-image-container {
    vertical-align: middle;
    display: flex;
    min-height: 120px; }
    @media (max-width: 1201px) {
      .h-middle-section .header-logo .header-logo-image-container {
        margin-left: 15px; } }
    .h-middle-section .header-logo .header-logo-image-container .header-logo-image {
      margin: auto; }
  .h-middle-section .contactusWrap {
    max-width: 25%; }
    @media (max-width: 992px) {
      .h-middle-section .contactusWrap {
        display: none; } }
  .h-middle-section .quickSearchWrap {
    margin: 0;
    padding: 0;
    width: 30%; }
    @media (max-width: 992px) {
      .h-middle-section .quickSearchWrap {
        width: 36%; } }
    @media (max-width: 800px) {
      .h-middle-section .quickSearchWrap {
        display: none; } }
    .h-middle-section .quickSearchWrap .container, .h-middle-section .quickSearchWrap .form, .h-middle-section .quickSearchWrap .form-field {
      margin: 0;
      padding: 0; }
    .h-middle-section .quickSearchWrap .quickSearchResults {
      position: absolute;
      background: white;
      border: 1px solid #ccc;
      border-top: 0;
      width: 100%;
      overflow: hidden;
      z-index: 15; }
      .h-middle-section .quickSearchWrap .quickSearchResults h5 {
        background: #f9f9f9;
        border-top: 1px solid #d2d2d2;
        padding: 15px 20px;
        margin: 0; }
      .h-middle-section .quickSearchWrap .quickSearchResults .modal-close {
        margin-top: -5px; }
      .h-middle-section .quickSearchWrap .quickSearchResults ul .product {
        display: block;
        margin: 0;
        max-width: none;
        padding: 0;
        width: 100%;
        position: relative; }
      .h-middle-section .quickSearchWrap .quickSearchResults .card {
        align-items: flex-start;
        border: 0;
        border-bottom: 1px solid #ebebeb;
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 0;
        padding: 12px 20px; }
      .h-middle-section .quickSearchWrap .quickSearchResults .card-figure {
        border: 1px solid #ebebeb;
        display: block;
        flex: 1 1 75px;
        height: auto; }
      .h-middle-section .quickSearchWrap .quickSearchResults .card-figcaption {
        display: none; }
      .h-middle-section .quickSearchWrap .quickSearchResults .sale-flag-side {
        display: none !important; }
      .h-middle-section .quickSearchWrap .quickSearchResults div.card-body {
        background: #fff;
        flex: 1 1 calc(100% - 75px);
        padding: 0 0 0 15px;
        font-size: 12px; }
      .h-middle-section .quickSearchWrap .quickSearchResults li .overlay-link {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
  @media (min-width: 801px) {
    .h-middle-section .navUser-wrap .navUser-section, .h-middle-section .navUser-wrap .navUser {
      position: inherit; } }
  @media (min-width: 801px) {
    .h-middle-section .navUser-wrap .navUser {
      padding: 0; } }
  .h-middle-section .navUser-wrap .navUser-item {
    text-align: center; }
    .h-middle-section .navUser-wrap .navUser-item img {
      display: block;
      margin: auto;
      width: 32px; }
    .h-middle-section .navUser-wrap .navUser-item .navUser-action {
      padding-top: 5px;
      padding-bottom: 10px; }
    .h-middle-section .navUser-wrap .navUser-item img, .h-middle-section .navUser-wrap .navUser-item .navUser-item-Icon {
      padding: 0; }
    .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart .navUser-action {
      display: flex;
      align-items: center;
      justify-content: center; }
    .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart .countPill {
      margin-top: -20px;
      margin-left: -10px;
      background-color: #c91a1a;
      min-width: 20px;
      width: auto;
      padding: 0 6px; }
    @media (max-width: 800px) {
      .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart .navUser-item--cart__hidden-s {
        display: block; }
      .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart img, .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart .navUser-item-Icon {
        padding-top: 10px; }
      .h-middle-section .navUser-wrap .navUser-item.navUser-item--cart .navUser-item-cartLabel {
        display: none; } }

.navPages-container .navPages-action {
  color: #222222; }
  @media (min-width: 1261px) and (max-width: 1501px) {
    .navPages-container .navPages-action {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (min-width: 801px) and (max-width: 1260px) {
    .navPages-container .navPages-action {
      padding-left: 8px;
      padding-right: 8px; } }

@media (min-width: 801px) {
  .navPages-container {
    /* background: #191919;
		.navPages-action {
			color: #ffffff;

			
			svg, &:hover svg, &.activePage svg {
				fill: #fff;
				stroke: #fff;
			}	
		}
		*/ }
    .navPages-container .navPages-action {
      padding-left: 0.6rem;
      padding-right: 0.6rem; }
    .navPages-container .navPage-subMenu-list {
      padding-top: 4rem; }
      .navPages-container .navPage-subMenu-list .navPage-subMenu-item:first-child {
        position: absolute;
        padding: 1rem !important;
        top: 0; } }

.navPages-quickSearch .form-input, .navPages-quickSearch .quickSearchWrap .form-input, .quickSearchWrap .form-input, .quickSearchWrap .quickSearchWrap .form-input {
  background: #ebebeb;
  border: 0;
  border-radius: 0; }
  .navPages-quickSearch .form-input::-moz-placeholder, .navPages-quickSearch .quickSearchWrap .form-input::-moz-placeholder, .quickSearchWrap .form-input::-moz-placeholder, .quickSearchWrap .quickSearchWrap .form-input::-moz-placeholder {
    font-style: italic;
    color: #111111; }
  .navPages-quickSearch .form-input::placeholder, .navPages-quickSearch .quickSearchWrap .form-input::placeholder, .quickSearchWrap .form-input::placeholder, .quickSearchWrap .quickSearchWrap .form-input::placeholder {
    font-style: italic;
    color: #111111; }

.navPages-quickSearch .form-button, .navPages-quickSearch .form-button, .quickSearchWrap .form-button, .quickSearchWrap .form-button {
  height: 3rem;
  padding: 0 19px;
  position: absolute;
  right: 0;
  top: 0;
  color: #111111;
  font-weight: bold;
  background: #ffc22c; }

@media (min-width: 801px) {
  .navPages {
    max-width: 90rem; } }

.dropdown-menu {
  z-index: 15; }

.previewCartItem-content {
  text-align: left; }

.footer-newsletter {
  background-image: url("../img/footer/f-nl-bg.jpg");
  background-size: 100% 100%;
  padding: 3% 0; }
  @media (max-width: 560px) {
    .footer-newsletter {
      background: #191919;
      padding: 2% 0; } }
  .footer-newsletter .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-newsletter ._flex-box {
    display: flex;
    align-items: center; }
    .footer-newsletter ._flex-box img {
      margin-right: 20px; }
  .footer-newsletter .f-nl-txt h3, .footer-newsletter .f-nl-txt p, .footer-newsletter .form, .footer-newsletter .form-field {
    margin: 0;
    color: #ffffff; }
  .footer-newsletter .f-nl-txt h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #ffc22c; }
  .footer-newsletter .form {
    width: 40%; }
  .footer-newsletter .form-prefixPostfix.wrap {
    align-items: center; }
  .footer-newsletter .form-prefixPostfix .button {
    width: auto;
    border-radius: 0;
    padding: 10px 15px;
    margin: 0;
    color: #111111;
    font-weight: bold;
    background: #ffc22c; }
  .footer-newsletter .form-prefixPostfix .form-input {
    background: #191919;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    height: 2.86rem; }
    .footer-newsletter .form-prefixPostfix .form-input::-moz-placeholder {
      color: #fff; }
    .footer-newsletter .form-prefixPostfix .form-input::placeholder {
      color: #fff; }
  @media (max-width: 800px) {
    .footer-newsletter .container {
      display: block;
      text-align: center; }
    .footer-newsletter ._flex-box {
      justify-content: center; }
    .footer-newsletter .form {
      width: auto;
      margin: 2% 2% 0; } }
  @media (max-width: 560px) {
    .footer-newsletter {
      padding: 2%; }
      .footer-newsletter .container {
        padding: 0; }
      .footer-newsletter ._flex-box {
        display: none; }
      .footer-newsletter .form {
        margin: 0%; } }

.footer {
  background: #111111;
  padding: 3rem 0 0; }
  .footer .footer-info-heading {
    color: #ffc22c;
    text-transform: uppercase;
    font-weight: bold; }
  .footer .btn-f-gd {
    display: inline-block;
    background: #e30014;
    color: #fff;
    padding: 10px 10px;
    width: 80%;
    text-align: center;
    margin-top: 15px; }
  .footer ._two-columns .footer-info-list {
    -moz-columns: 2;
         columns: 2; }
  .footer address {
    font-style: normal; }

.footer-bottom {
  text-align: center;
  padding: 15px 10px;
  background: #252525; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto; }
    @media (max-width: 560px) {
      .footer-bottom .container {
        display: block; } }
  .footer-bottom .footer-copyright {
    text-align: center;
    padding: 5px; }
    .footer-bottom .footer-copyright p {
      color: #c5c5c5; }
  .footer-bottom .footer-payment-icons {
    margin: 0;
    height: auto; }
    .footer-bottom .footer-payment-icons img {
      margin: 2px 0px; }

.productView-images {
  padding-top: 2rem; }
  @media (min-width: 801px) {
    .productView-images {
      padding-top: 0;
      width: 42%;
      margin-left: 8%;
      position: relative; }
      .productView-images .productView-img-container:after {
        padding-bottom: 115%; } }
  .productView-images .productView-image {
    border: 1px solid #c3c3c6; }
  .productView-images .productView-img-container:after {
    padding-bottom: 100%; }
  @media (min-width: 801px) {
    .productView-images .productView-thumbnails {
      width: 20% !important;
      position: absolute;
      left: -18%;
      /*top: 10%;
			transform: translateY(0%);*/
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; }
      .productView-images .productView-thumbnails .slick-list {
        margin: 0; } }
  @media (min-width: 992px) {
    .productView-images .productView-thumbnails {
      top: 50%;
      transform: translateY(-50%); } }
  .productView-images .slick-dots {
    position: relative;
    bottom: auto; }
  .productView-images .slick-prev {
    left: 0; }
  .productView-images .slick-next {
    right: 0; }
  .productView-images .slick-next, .productView-images .slick-prev {
    transform: translate(0, -25%); }
  .productView-images .slick-vertical .slick-slide {
    width: 100% !important; }
  .productView-images .slick-vertical .slick-prev {
    left: 50%;
    top: -10%;
    transform: translateX(-50%); }
    .productView-images .slick-vertical .slick-prev:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNIDIyIDEgTCAxIC0xOS4wMjUgTCAyMS45NDggLTM5IiBzdHJva2U9IiMyRDJEMkQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC0wLCAxLCAtMSwgLTAsIDIsIDApIi8+PC9zdmc+); }
  .productView-images .slick-vertical .slick-next {
    left: 50%;
    top: auto;
    bottom: -10%;
    transform: translateX(-50%); }
    .productView-images .slick-vertical .slick-next:before {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDQyIDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0gNjIgMjMgTCA0MSAyLjk3NSBMIDYxLjk0OCAtMTciIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJtYXRyaXgoMCwgLTEsIDEsIDAsIDE4LCA2NCkiLz48L3N2Zz4=); }
  .productView-images .slick-vertical .slick-prev,
  .productView-images .slick-vertical .slick-next {
    width: remCalc(58px);
    height: remCalc(40px);
    margin-top: 0; }
    .productView-images .slick-vertical .slick-prev:before,
    .productView-images .slick-vertical .slick-next:before {
      width: remCalc(40px);
      height: remCalc(21px); }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 0;
    padding-bottom: 0; } }

.productView-details.product-data {
  padding-bottom: 0px; }

._displayFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center; }
  @media (max-width: 430px) {
    ._displayFlex {
      padding: 10px 0 !important;
      display: block; } }
  @media (max-width: 430px) {
    ._displayFlex ._flexItem {
      margin: 10px 0 !important; } }

.productView-socialmedia-section {
  padding: 5px 20px !important;
  background: #111111; }
  @media (max-width: 550px), (max-width: 1100px) and (min-width: 801px) {
    .productView-socialmedia-section._displayFlex {
      display: block; }
      .productView-socialmedia-section._displayFlex ._flexItem {
        margin: 10px 0 !important; } }
  .productView-socialmedia-section .view-sku {
    order: 1;
    color: #ffffff; }
    @media (min-width: 431px) {
      .productView-socialmedia-section .view-sku {
        width: 45%; } }
    .productView-socialmedia-section .view-sku span {
      color: #ffffff; }
  .productView-socialmedia-section .view-social {
    order: 2; }
    .productView-socialmedia-section .view-social .socialLinks .icon svg {
      fill: #ffffff; }

.productView-title {
  color: #222222;
  line-height: 1;
  margin: 1.2rem 0; }

.productView-brand-section {
  padding: 5px 0 !important;
  border-bottom: 1px solid #aaaaaa; }
  .productView-brand-section .productView-brand {
    margin: 0; }
    .productView-brand-section .productView-brand a {
      text-decoration: underline;
      font-size: 18px;
      color: #666666; }
  .productView-brand-section #productReview_link {
    text-decoration: underline; }
  .productView-brand-section .productView-reviewLink {
    color: #333333; }

.icon--ratingFull svg {
  fill: #ffc12c; }

.productView-price-section .productView-price {
  margin: 1rem 0;
  font-weight: bold;
  font-size: 24px; }

.productView-price-section .productView-shippingQTY dt, .productView-price-section .productView-shippingQTY dd {
  margin: 0;
  color: #47c339;
  text-decoration: underline;
  float: none; }

.productView-options-section, .productView-dates-section {
  border-top: 1px solid #aaaaaa;
  padding-top: 20px; }
  .productView-options-section .form-label, .productView-dates-section .form-label {
    font-weight: bold; }

.productView-options {
  margin-bottom: 0.75rem; }

.productView-addtocart-section {
  padding: 5px 20px !important;
  background: #ffc12c; }
  .productView-addtocart-section .form-field--increments {
    display: flex;
    align-items: center;
    margin: 0; }
    .productView-addtocart-section .form-field--increments .form-label {
      margin: 5px;
      color: #111111;
      font-family: 'Rubik', sans-serif; }
    .productView-addtocart-section .form-field--increments .form-input--incrementTotal {
      border-radius: 0;
      background: #ffc12c;
      color: #111111; }
    .productView-addtocart-section .form-field--increments .button {
      border-radius: 0;
      border: 1px solid #111111; }
      .productView-addtocart-section .form-field--increments .button i {
        color: #111111; }
  .productView-addtocart-section .form-action {
    margin: 15px 0; }
    .productView-addtocart-section .form-action .button {
      background: #111;
      border-radius: 0;
      color: #ffc12c;
      text-transform: uppercase;
      margin: 0; }

.productView-description-section {
  padding-top: 0.75rem; }
  .productView-description-section.accordion-data .accordion-section {
    margin-bottom: 0.75rem; }
  .productView-description-section.accordion-data .accordion-btn {
    background-color: #111111;
    color: #ffffff;
    cursor: pointer; }
    .productView-description-section.accordion-data .accordion-btn:after {
      content: '\f107';
      font-family: FontAwesome;
      color: #ffffff;
      font-weight: bold;
      float: right;
      margin-left: 5px; }
    .productView-description-section.accordion-data .accordion-btn.active:after {
      content: "\f106"; }
    .productView-description-section.accordion-data .accordion-btn.active, .productView-description-section.accordion-data .accordion-btn:hover {
      color: #ffc12c;
      background-color: #111111; }
      .productView-description-section.accordion-data .accordion-btn.active:after, .productView-description-section.accordion-data .accordion-btn:hover:after {
        color: #ffc12c; }
  .productView-description-section.accordion-data .accordion-panel {
    padding: 0 20px; }
  .productView-description-section.accordion-data .accordion-panel-content {
    padding-top: 1.5rem; }

.productView-review-section h2 {
  font-weight: bold; }

.toggle {
  border-top: 1px solid #aaaaaa; }

.tabs {
  border-bottom: 1px solid #aaaaaa; }

@media (min-width: 801px) {
  .tab.is-active {
    border: 1px solid #aaaaaa;
    border-bottom: 1px solid white; } }

.previewCart .productView {
  display: block; }

.pages-css-category {
  margin-top: 0; }
  .pages-css-category > .container {
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .pages-css-category .page-banner {
    margin-bottom: 2%; }
    .pages-css-category .page-banner .page-banner-img {
      margin: 0px;
      background-image: url("../img/page/banner/category-banner-lighting.jpg");
      position: relative;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      .pages-css-category .page-banner .page-banner-img .page-heading {
        margin: 0;
        color: #FFF;
        line-height: 1;
        padding: 8% 2%;
        text-transform: uppercase;
        font-weight: bold; }
        .pages-css-category .page-banner .page-banner-img .page-heading span {
          display: block;
          margin: 0.5rem 0; }
        .pages-css-category .page-banner .page-banner-img .page-heading .page-subtext {
          font-size: 16px;
          font-weight: normal; }
        @media (min-width: 801px) {
          .pages-css-category .page-banner .page-banner-img .page-heading {
            font-size: 2.1vw; } }

.css_ctp_lighting, .css_ctp_lighting-led-s {
  background-image: url("../img/page/banner/category-banner-lighting.jpg") !important; }

.css_ctp_seats, .css_ctp_seats {
  background-image: url("../img/page/banner/category-banner-seats.jpg") !important; }

.css_ctp_sheet-metal-body-work, .css_ctp_sheet-metal-body-work {
  background-image: url("../img/page/banner/category-banner-sheetmetal.jpg") !important; }

.css_ctp_suspension, .css_ctp_suspension {
  background-image: url("../img/page/banner/category-banner-suspension.jpg") !important; }

.subcategory-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch; }
  .subcategory-grid .grid-item {
    width: 48%;
    margin: 1%;
    position: relative;
    background-color: #000;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 551px) {
      .subcategory-grid .grid-item {
        width: 100%; } }
    .subcategory-grid .grid-item._grid-bg {
      background-image: url("../img/page/category/subcat-bg-img.jpg");
      background-color: #fdbf2c;
      background-size: auto 100%; }
    .subcategory-grid .grid-item .img-overlay {
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
      .subcategory-grid .grid-item .img-overlay .content-box {
        display: inline-block;
        padding: 15% 8%;
        max-width: 70%; }
        @media (max-width: 550px) {
          .subcategory-grid .grid-item .img-overlay .content-box {
            max-width: 60%; } }
        .subcategory-grid .grid-item .img-overlay .content-box .sc-text {
          color: #222222;
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          display: inline-block; }
          @media (min-width: 801px) {
            .subcategory-grid .grid-item .img-overlay .content-box .sc-text {
              font-size: 2vw; } }
          .subcategory-grid .grid-item .img-overlay .content-box .sc-text br:first-child {
            display: none; }
          .subcategory-grid .grid-item .img-overlay .content-box .sc-text br:last-child {
            display: block; }
        .subcategory-grid .grid-item .img-overlay .content-box .shop-btn {
          padding: 10px;
          margin: 0;
          background: #222222;
          color: #FFF;
          font-weight: bold;
          margin-top: 5%;
          display: inline-block; }
          .subcategory-grid .grid-item .img-overlay .content-box .shop-btn i {
            color: #ffc12c;
            margin-left: 10px; }
          @media (min-width: 801px) {
            .subcategory-grid .grid-item .img-overlay .content-box .shop-btn {
              font-size: 1.1vw; } }
        .subcategory-grid .grid-item .img-overlay .content-box._active {
          max-width: 100%; }
          .subcategory-grid .grid-item .img-overlay .content-box._active .sc-text {
            color: #FFF; }

.category-section {
  margin: 0 1%; }
  .category-section .page-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase; }
    .category-section .page-heading:after {
      background: #222222;
      height: 2px;
      flex: 1;
      content: '';
      margin: 0 5px; }
  .category-section .card-figure {
    border: 1px solid #eeeeee; }
  .category-section.page .card-figure {
    background: #ebebeb; }

.pages-css-page {
  margin-top: 0; }
  .pages-css-page .page {
    margin: 0; }

.container.cms-page {
  margin: 0;
  padding: 0;
  max-width: none; }

.page-heading {
  margin: 3rem 0; }

.breadcrumbs {
  margin: 0; }

.page-heading-container {
  position: relative;
  margin-bottom: 2rem; }
  .page-heading-container img {
    width: 100%; }
    @media (max-width: 800px) {
      .page-heading-container img {
        position: absolute;
        height: 100%; } }
  .page-heading-container .heading-text {
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media (max-width: 800px) {
      .page-heading-container .heading-text {
        position: relative;
        top: auto;
        left: auto;
        transform: unset;
        padding: 2%; } }
    .page-heading-container .heading-text h1 {
      color: #FFF;
      margin: 0;
      font-weight: bold; }
    .page-heading-container .heading-text p {
      color: #FFF;
      margin: 0; }

.tech-guide_cssBody .body {
  margin-bottom: 3rem; }

.tech-guide_cssBody .page-content, .tech-guide_cssBody .page-content--full {
  padding: 0; }
  @media (min-width: 992px) {
    .tech-guide_cssBody .page-content .container, .tech-guide_cssBody .page-content--full .container {
      padding: 0 3rem; } }
  @media (min-width: 1200px) {
    .tech-guide_cssBody .page-content .container h2, .tech-guide_cssBody .page-content--full .container h2 {
      font-size: 32px; } }

.tech-guide_cssBody .guide-section {
  overflow: auto; }

.tech-guide_cssBody .pages-css-page > .container {
  margin: 0;
  padding: 0;
  max-width: none; }

.tech-guide_cssBody .section-heading {
  color: #191919;
  border-bottom: 2px solid #191919;
  font-weight: bold; }

.tech-guide_cssBody .note-w {
  color: #f6241b; }

.tech-guide_cssBody .installation-guide-section.container {
  padding: 0 3rem 2rem; }

.tech-guide_cssBody .installation-guide-section ._displayFlex {
  align-items: baseline; }
  @media (max-width: 1200px) {
    .tech-guide_cssBody .installation-guide-section ._displayFlex {
      display: block; } }

.tech-guide_cssBody .installation-guide-section ._pdf-list-style {
  width: 50%;
  margin-right: 2%;
  margin-left: 0; }
  .tech-guide_cssBody .installation-guide-section ._pdf-list-style:last-child {
    margin-right: 0;
    margin-left: 2%; }
  @media (max-width: 1200px) {
    .tech-guide_cssBody .installation-guide-section ._pdf-list-style {
      width: 100%;
      margin: 0 !important; } }
  .tech-guide_cssBody .installation-guide-section ._pdf-list-style li {
    display: flex;
    align-items: center;
    padding: 2%;
    border-bottom: 1px solid #191919; }
    @media (max-width: 550px) {
      .tech-guide_cssBody .installation-guide-section ._pdf-list-style li {
        display: block; } }
    .tech-guide_cssBody .installation-guide-section ._pdf-list-style li label {
      font-weight: bold;
      width: 15%; }
      @media (max-width: 550px) {
        .tech-guide_cssBody .installation-guide-section ._pdf-list-style li label {
          display: block;
          margin-bottom: 0.5rem; } }
    .tech-guide_cssBody .installation-guide-section ._pdf-list-style li .fas.fa-file-pdf {
      font-size: 14px;
      /*height: 30px;*/ }
    .tech-guide_cssBody .installation-guide-section ._pdf-list-style li a {
      font-weight: normal;
      width: 85%;
      margin-left: 30px; }
      .tech-guide_cssBody .installation-guide-section ._pdf-list-style li a:before {
        font-weight: bold;
        margin-left: -25px;
        margin-right: 10px; }

.tech-guide_cssBody .video-guide-section {
  margin-bottom: 2%;
  background-image: url("../img/page/cms/tech-guide-video-section-bg-img-1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .tech-guide_cssBody .video-guide-section._parallax {
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .tech-guide_cssBody .video-guide-section .container {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 4%; }
    .tech-guide_cssBody .video-guide-section .container h2 {
      color: #ffffff;
      font-weight: bold; }
    .tech-guide_cssBody .video-guide-section .container ._displayFlex {
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .tech-guide_cssBody .video-guide-section .container ._displayFlex {
          display: block; } }
      .tech-guide_cssBody .video-guide-section .container ._displayFlex ._flexItem {
        margin: .5rem;
        margin: .5%;
        width: 49%; }
        @media (max-width: 991px) {
          .tech-guide_cssBody .video-guide-section .container ._displayFlex ._flexItem {
            width: 98%;
            margin: 1%; } }

.tech-guide_cssBody .tech-faq-section .container {
  text-align: center; }
  .tech-guide_cssBody .tech-faq-section .container h2 {
    color: #222222; }
  .tech-guide_cssBody .tech-faq-section .container .accordion-section {
    margin-bottom: 1rem; }
    .tech-guide_cssBody .tech-faq-section .container .accordion-section .accordion-btn {
      background: #ebebeb;
      color: #111111;
      font-weight: bold; }
      .tech-guide_cssBody .tech-faq-section .container .accordion-section .accordion-btn:after {
        color: #666666; }
    .tech-guide_cssBody .tech-faq-section .container .accordion-section .accordion-panel ._content {
      padding: 1rem;
      text-align: left; }

.tech-guide_cssBody .diagram-guide-section {
  display: none !important; }
  .tech-guide_cssBody .diagram-guide-section .diagram-box {
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem; }
    .tech-guide_cssBody .diagram-guide-section .diagram-box:not(:last-child) {
      border-bottom: 1px solid #aaaaaa; }
    .tech-guide_cssBody .diagram-guide-section .diagram-box label {
      font-weight: bold;
      font-size: 1.5rem; }
    .tech-guide_cssBody .diagram-guide-section .diagram-box img {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex {
      text-align: left; }
      @media (max-width: 550px) {
        .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex {
          display: block; } }
      .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex ._flexItem {
        width: 55%;
        margin-right: 5%; }
        .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex ._flexItem:last-child {
          width: 40%; }
        @media (max-width: 550px) {
          .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex ._flexItem {
            width: 100% !important;
            margin: 0; } }
        .tech-guide_cssBody .diagram-guide-section .diagram-box ._displayFlex ._flexItem p {
          margin: 0;
          font-weight: normal; }
    .tech-guide_cssBody .diagram-guide-section .diagram-box .note-n {
      text-align: left;
      padding: 1.5rem 0;
      margin-bottom: 1.5rem; }

.tech-guide_cssBody .tech-tips-section {
  /*
		display:none !important;
		background: #ebebeb;
		.container{
			text-align:center;
			padding-top: 2%;
			padding-bottom: 4%;
			
			h2{ color:#222222; font-weight: bold; }
			
			._displayFlex{
				justify-content: space-evenly;
				width: 100%;
				flex-wrap: wrap;
				align-items: stretch;
				
				._flexItem{
					width: 32%;
					margin: 0.5%;
					background: #111111;
					
					@media(max-width: 800px){
						width:49%;
					}
					@media(max-width: 550px){
						width:99%;
					}
				}
			
			}
			
			.tips-box{
				text-align:left;
				padding: 1.5rem;
				color:#ffffff;
				label{
					color:#dea827;
					vertical-align: middle;
					display: block;
					line-height: 1;
					margin-bottom: 1rem;
					._numberC{
						background: #ffc12c;
						color: #111111;
						display: inline-block;
						border-radius: 50%;
						padding-left: 1px;
						width: 30px;
						height: 30px;
						text-align: center;
						line-height: 31px;
						font-size: 16px;
						font-weight: bold;
						margin-right: .75rem;
					}
					strong{ font-size: 20px; }
				}
				p{ margin:0;}
				
			}
		}
		*/ }
  .tech-guide_cssBody .tech-tips-section ._displayFlex {
    align-items: baseline; }
    @media (max-width: 1200px) {
      .tech-guide_cssBody .tech-tips-section ._displayFlex {
        display: block; } }
  .tech-guide_cssBody .tech-tips-section ._pdf-list-style {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 1200px) {
      .tech-guide_cssBody .tech-tips-section ._pdf-list-style {
        width: 100%;
        margin: 0 !important; } }
    .tech-guide_cssBody .tech-tips-section ._pdf-list-style li {
      display: flex;
      align-items: center;
      padding: 2%;
      border-bottom: 1px solid #191919; }
      .tech-guide_cssBody .tech-tips-section ._pdf-list-style li.accordion-data {
        width: 100%;
        padding: 0; }
        .tech-guide_cssBody .tech-tips-section ._pdf-list-style li.accordion-data .accordion-section {
          width: 100%; }
          .tech-guide_cssBody .tech-tips-section ._pdf-list-style li.accordion-data .accordion-section .accordion-btn {
            padding: 2%;
            background: #FFF; }
          .tech-guide_cssBody .tech-tips-section ._pdf-list-style li.accordion-data .accordion-section .accordion-panel img {
            width: 100%;
            max-width: -moz-fit-content;
            max-width: fit-content; }

.tech-guide_cssBody .ask-tech-section .container {
  text-align: center; }
  .tech-guide_cssBody .ask-tech-section .container ._contactUs {
    background: #111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; }
    @media (max-width: 800px) {
      .tech-guide_cssBody .ask-tech-section .container ._contactUs {
        display: block; } }
    .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box {
      align-items: center;
      text-align: left;
      display: flex; }
      .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box img {
        display: inline-block;
        margin-right: 1rem; }
        @media (max-width: 550px) {
          .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box img {
            display: none; } }
      @media (max-width: 550px) {
        .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box ._txt-label {
          text-align: center; } }
      .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box ._txt-label h2 {
        color: #ffc12c;
        margin: 0; }
      .tech-guide_cssBody .ask-tech-section .container ._contactUs ._flex-box ._txt-label p {
        color: #ffffff;
        margin: 0; }
    .tech-guide_cssBody .ask-tech-section .container ._contactUs .faq-btn {
      display: inline-block;
      background: #ffc12c;
      padding: 1rem 3rem;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .tech-guide_cssBody .ask-tech-section .container ._contactUs .faq-btn {
          margin-top: 1.5rem; } }

@media (min-width: 801px) {
  #imgModalPop.modal {
    width: -moz-fit-content;
    width: fit-content; } }

#imgModalPop.modal {
  padding: 5px; }

#imgModalPop.modal img {
  max-width: 100%;
  max-height: 100%; }

li.product.custom_right {
  padding: 0;
  position: absolute; }
  @media screen and (max-width: 800px) {
    li.product.custom_right {
      position: relative; } }

li.product.custom_right .float_right img {
  height: 350px;
  -o-object-fit: unset;
     object-fit: unset; }
  @media screen and (max-width: 1023px) {
    li.product.custom_right .float_right img {
      height: 250px; } }
  @media screen and (max-width: 480px) {
    li.product.custom_right .float_right img {
      height: auto; } }

@media screen and (min-width: 801px) {
  body.sheet-metal-body-work-risers-for-m8-softails_cssBody .productGrid .product {
    width: 33%; } }

body.sheet-metal-body-work-risers-for-m8-softails_cssBody .productGrid li.product.relative {
  width: 66% !important; }

@media screen and (min-width: 1025px) {
  li.product.relative img {
    height: 330px;
    -o-object-fit: scale-down;
       object-fit: scale-down; } }

@media screen and (max-width: 550px) {
  li.product.relative img {
    width: 100% !important; } }

.shipping_cssBody .mb-0 {
  margin-bottom: 0; }

.distributor_section {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  align-items: center;
  margin-top: 2rem;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .distributor_section {
      grid-template-columns: repeat(2, 40%);
      grid-column-gap: 1rem;
      justify-content: space-around;
      align-items: baseline; } }

.text-center, .distributor {
  text-align: center; }

.distributor {
  display: none; }
  @media screen and (max-width: 1000px) {
    .distributor {
      display: block; } }

p.distributor.d-block {
  display: block; }

.distributed-logo img {
  display: block;
  margin: 0 auto; }

.distributed-logo img.parts_canada {
  margin: 0 0 0 auto;
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (max-width: 1000px) {
    .distributed-logo img.parts_canada {
      height: auto;
      width: 100%; } }

.rollies_speed {
  image-rendering: -webkit-optimize-contrast; }

.distributor {
  margin-top: 12px;
  font-weight: 600; }

.mt-4 {
  margin-top: 1rem; }

.link-color {
  color: #0F7FFF; }

.distributor_column {
  position: relative; }

.distributor_column .distributor-link {
  position: absolute;
  height: 200px;
  width: 100%;
  top: 0;
  color: transparent; }
  @media screen and (max-width: 1000px) {
    .distributor_column .distributor-link {
      height: auto; } }

.distributor_column .distributor-link:focus {
  outline: 0px solid #ffffff !important; }

.text-center.mt-12 {
  margin-top: 12rem; }

.shipping_cssBody table.second_table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem; }

.shipping_cssBody table.second_table tr {
  border-top: 1px solid #333; }

.shipping_cssBody table.second_table tr:last-child {
  border-bottom: 1px solid #333; }

.shipping_cssBody table.second_table tr th {
  text-align: left;
  font-weight: 400;
  padding: 0.5rem 2rem 0.5rem 3rem;
  font-size: 16px; }

.shipping_cssBody table.second_table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px; }

.shipping_cssBody table.first_table tr th {
  text-align: left;
  font-weight: 400;
  padding: 0.5rem 0;
  font-size: 16px; }

.shipping_cssBody table.first_table tr {
  border-top: 1px solid #333333; }

.shipping_cssBody table.first_table tr:last-child {
  border-bottom: 1px solid #333333; }

.shipping_cssBody table.first_table {
  width: 100%;
  margin-bottom: 2rem; }

.shipping_cssBody table.first_table tr td {
  font-size: 16px; }

.shipping_cssBody table.first_table tr td p {
  width: 85%;
  margin-left: auto; }

.shipping_cssBody table.first_table tr th p {
  width: 80%;
  margin: 0 0 0 auto; }

.shipping_cssBody .page-heading {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: 6px solid #ffc12c;
  display: table;
  margin: 1rem auto 2.5rem; }

h2.text-center.mt-4 {
  font-size: 28px; }

@media screen and (min-width: 1001px) {
  .distributor_column p.distributor {
    display: block;
    position: absolute;
    width: 100%; }
  .distributor_column:first-child p.distributor,
  .distributor_column:nth-child(2) p.distributor {
    margin: 1.5rem 0 0; }
  .distributor_column:nth-child(3) p.distributor {
    margin: 1.5rem 0 0; }
  .distributor_column:last-child p.distributor {
    margin: 1.5rem 0 0; } }

.navPages-list .navPage-subMenu-list .navPage-subMenu-action {
  font-size: 15px;
  padding-left: .5rem;
  padding-right: .5rem; }

@media screen and (min-width: 801px) {
  .navPages-list .navPages-item .navPages-action {
    font-size: 14px;
    padding-left: .7rem;
    padding-right: .7rem; } }

.foot-controls-nxl-line_cssBody .category-header-image {
  margin-top: 3rem;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.foot-controls-nxl-line_cssBody .category-header-image + .page-heading {
  margin-top: 8px; }
