/* listing */
#products .search-by-vehicle {
  margin-bottom: 2rem;
  text-align: center;
  padding-left: .625rem;
  padding-right: .625rem;
  font-family: "Roboto", sans-serif;
}
  @media print, screen and (min-width: 64em) {
    #products .search-by-vehicle select {
      margin-bottom: 0; } }
  #products .search-by-vehicle .row {
    padding: 1rem;
    border: 1px solid #333333; }
    @media print, screen and (min-width: 64em) {
      #products .search-by-vehicle .row > .column, #products .search-by-vehicle .row > .columns {
        padding-right: .5rem; }
        #products .search-by-vehicle .row > .column:first-child, #products .search-by-vehicle .row > .columns:first-child, #products .search-by-vehicle .row > .column:last-child, #products .search-by-vehicle .row > .columns:last-child {
          padding-right: 0; } }
  #products .search-by-vehicle .search-title {
    font-size: 1.25rem;
    color: #0a0a0a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1; }
#products .search-by-vehicle a {
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
  .column-filter {
    padding-left: 0;
    padding-right: 0; } }

.products-filter {
  border: 1px solid #333333;
  padding: 1rem;
  margin-bottom: 3rem; }
  .products-filter input {
    margin-bottom: 0; }
  .products-filter h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 800; }
  .products-filter .filter-section {
    border-bottom: 1px solid #333333;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .products-filter .filter-section:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .products-filter .filter-section.filter-vehicle a {
      margin-left: 1.6rem;
      color: #0a0a0a;
      font-weight: 400; }
      .products-filter .filter-section.filter-vehicle a.active {
        color: #025193;
        font-weight: 600; }
      .products-filter .filter-section.filter-vehicle a:hover {
        color: #025193;
        font-weight: 800; }
  .products-filter .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .products-filter .filter-title i {
      color: #444444;
      font-size: 1.65rem; }
  .products-filter .filter-items ul {
    list-style: none; }
    .products-filter .filter-items ul.level-0 {
      margin-left: 0; }
.products-filter .filter-item label {
  font-family: "Roboto", sans-serif;
  margin-right: 0;
}
  .products-filter .filter-category label.checked {
    font-weight: 800; }
  .products-filter .filter-category .category-sub, .products-filter .filter-category .category-filter {
    margin-left: 1rem; }
  .products-filter .filter-category .category-sub label.checked {
    color: #025193; }
  .products-filter .filter-category .category-filter label.checked {
    color: #025193; }
  .products-filter .clear {
    color: #333333;
    font-weight: 800;
    font-size: .8375rem;
    text-decoration: underline;
    text-transform: uppercase; }
    .products-filter .clear:hover {
      color: #025193; }

.header-price-filter, .header-sort-filter {
  padding-bottom: 1rem;
  text-align: right; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .header-price-filter, .header-sort-filter {
      padding-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .header-price-filter, .header-sort-filter {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .header-price-filter select, .header-sort-filter select {
    margin-bottom: 0;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 204, 0%29'></polygon></svg>"); }
    @media print, screen and (min-width: 40em) {
      .header-price-filter select, .header-sort-filter select {
        max-width: 210px; } }

.products-search input {
  border-color: #333333;
  border-right: 0; }

.products-search button {
  width: 100%;
  padding: .575rem;
  border: 1px solid #333333;
  border-left: 0; }

.products-search form {
  margin-top: 1rem; }

#products .parallax {
  margin-bottom: 0; }

#products .content-header {
  padding-top:2rem;
}
#products .content-header h1 {
  font-size:1.25rem;
  text-align:center;
}
@media print, screen and (min-width: 40em) {
  #products .content-header {
    background-image: url("/rough-country/assets/header.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media print, screen and (min-width: 64em) {
  #products .content-header {
    height: 240px; } }

#products .content-header h1 {
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    #products .content-header h1 {
      color: #fefefe; } }
  @media print, screen and (min-width: 64em) {
    #products .content-header h1 {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: .2rem; } }

.product-vehicle-bar {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  background-color: #025193;
  margin-bottom: 2rem;
}
.product-vehicle-bar h2 {
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fefefe;
}
@media print, screen and (min-width: 64em) {
  .product-vehicle-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-vehicle-bar h2 {
    font-size:2rem;
  }
}
.products-listing h6 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0; }

.products-listing .product-item {
  text-align: center;
  border-bottom: 1px solid #444444;
  margin-bottom: 2rem;
  min-height: 400px; }

.products-listing .product-image {
  min-height: 200px;
  padding-bottom: 1rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .products-listing .product-image {
      padding-bottom: 2rem; } }
  .products-listing .product-image img {
    max-height: 200px; }
  .products-listing .product-image .in-stock-image {
    max-width: 50px;
    position: absolute;
    top: 0;
    left: 0; }

.products-listing .product-name {
  min-height: 40px;
  /*max-height:40px;*/ }

.products-listing .product-notes, .products-listing .product-price {
  color: #0a0a0a;
  padding-bottom: 1rem; }

.products-listing .product-notes {
  font-weight: 600;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
}

.products-listing .product-number {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 800;
  line-height: 1.5;
}

.products-listing .product-price {
  margin-top: 1rem; }

.products-listing .pricing {
  color: #545454;
  font-weight: 600;
}
.products-listing .pricing .price, .products-listing .pricing .sale-price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
  .products-listing .pricing .sale-price {
    margin-left: .25rem; }
  .products-listing .pricing .sale-box {
    background-color: #0066cc;
    color: #0a0a0a;
    padding: .25rem;
    display: inline-block;
    padding: .25rem .5rem;
    line-height: 1.5;
    margin-bottom: .5rem; }

.loading-screen {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .loading-screen i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    font-size: 3rem;
    color: #fefefe;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

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

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

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

.column-listing a {
  display: block; }

.text-overflow-button {
  display: none;
  padding-top: .5rem; }
  .text-overflow-button a {
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .95rem; }
    .text-overflow-button a:hover {
      color: #025193; }
      .text-overflow-button a:hover .fas {
        color: #025193; }
  .text-overflow-button .fas {
    font-size: 1.25rem;
    color: #025193;
    margin-right: .25rem;
    transition: all .2s ease; }

@media print, screen and (max-width: 39.99875em) {
  .text-overflow-button {
    display: block;
  }
  .text-overflow {
    /*height: 80px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;*/
  }
  .btn-overflow {
    display: none;
    text-decoration: none;
  }
}

.product-detail h3 {
  text-transform: uppercase; }

.product-detail .details-spec-description-container {
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .product-detail .details-spec-description-container {
      padding-bottom: 0;
      border-right: 1px solid #666666; } }

.slick-loading .slick-list {
  background: #fff slick-image-url("../images/vendors/ajax-loader.gif") center center no-repeat; }





/* filtering */
  @media print, screen and (min-width: 64em) {
    .column-filter {
      padding-left: 0;
      padding-right: 0; } }
  
  .products-filter {
    border: 1px solid #333333;
    padding: 1rem;
    margin-bottom: 3rem; }
    .products-filter input {
      margin-bottom: 0; }
    .products-filter h4 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-size: 1.5rem;
      font-weight: 800; }
    .products-filter .filter-section {
      border-bottom: 1px solid #333333;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
      .products-filter .filter-section:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
      .products-filter .filter-section.filter-vehicle a {
        margin-left: 1.6rem;
        color: #0a0a0a;
        font-weight: 400; }
        .products-filter .filter-section.filter-vehicle a.active {
          color: #ffcc33;
          font-weight: 600; }
        .products-filter .filter-section.filter-vehicle a:hover {
          color: #ffcc33;
          font-weight: 800; }
    .products-filter .filter-title {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .products-filter .filter-title i {
        color: #444444;
        font-size: 1.65rem; }
    .products-filter .filter-items ul {
      list-style: none; }
      .products-filter .filter-items ul.level-0 {
        margin-left: 0; }
    .products-filter .filter-item label {
      margin-right: 0; }
    .products-filter .filter-category label.checked {
      font-weight: 800; }
    .products-filter .filter-category .category-sub, .products-filter .filter-category .category-filter {
      margin-left: 1rem; }
    .products-filter .filter-category .category-sub label.checked {
      color: #ffcc33; }
    .products-filter .filter-category .category-filter label.checked {
      color: #ffcc33; }
    .products-filter .clear {
      color: #333333;
      font-weight: 800;
      font-size: .8375rem;
      text-decoration: underline;
      text-transform: uppercase; }
      .products-filter .clear:hover {
        color: #ffcc33; }
  
  .header-price-filter, .header-sort-filter {
    padding-bottom: 1rem;
    text-align: right; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .header-price-filter, .header-sort-filter {
        padding-right: 1rem; } }
    @media print, screen and (min-width: 40em) {
      .header-price-filter, .header-sort-filter {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .header-price-filter select, .header-sort-filter select {
      margin-bottom: 0;
      color: #333333;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 204, 0%29'></polygon></svg>"); }
      @media print, screen and (min-width: 40em) {
        .header-price-filter select, .header-sort-filter select {
          max-width: 210px; } }
  
  .products-search input {
    border-color: #333333;
    border-right: 0; }
  
  .products-search button {
    width: 100%;
    padding: .575rem;
    border: 1px solid #333333;
    border-left: 0; }
  
  .products-search form {
    margin-top: 1rem; }
    
    







/* details */
.breadcrumbs {
  font-size:.85rem;
  padding-top: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height:1.25;
}
@media print, screen and (min-width: 40em) {
  .breadcrumbs {
    font-size:1rem
  }
}
.breadcrumbs a {
  color: #025193;
}
.breadcrumbs a:hover {
  color: #0a0a0a;
}

@media print, screen and (max-width: 39.99875em) {
  #products .breadcrumbs {
    padding-bottom: 0; } }


#accessory .text-overflow-button {
  display: none;
  padding-top: .5rem;
}

.accessory-image {
  max-width: 500px;
}

.accessory-name {
  font-weight: 700;
  font-size: 1.5rem; }

.accessory-details {
  background: #f1f1f1;
  padding: 1rem 1.5rem; }

@media print, screen and (max-width: 39.99875em) {
  .accessory-detail .breadcrumbs {
    padding-bottom: 0; } }

.accessory-detail #detail-top {
  padding-bottom: 1.5rem; }
  .accessory-detail #detail-top .disclaimer {
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: .5rem; }

.accessory-detail .main-image {
  border: 1px solid #999999;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .accessory-detail .main-image {
      margin-bottom: 2rem; } }
  .accessory-detail .main-image img {
    width: 100%; }

.accessory-detail .alt-images {
  margin-bottom: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .accessory-detail .alt-images {
      margin-bottom: 0rem; } }
  .accessory-detail .alt-images img {
    transition: all .2s ease-in-out; }
    .accessory-detail .alt-images img:hover {
      transform: scale(1); }
  .accessory-detail .alt-images .slick-track {
    display: flex;
    justify-content: center;
    margin-top: 0; }
    .accessory-detail .alt-images .slick-track > .slick-slide:last-child {
      margin-right: 0; }
  .accessory-detail .alt-images .slick-slide {
    border: 1px solid #999999;
    margin-right: .5rem;
    background-color: #025193;
    max-width: 136px; }
    .accessory-detail .alt-images .slick-slide:hover img {
      opacity: .65; }

.accessory-detail .lighting-main-image {
  border: 1px solid #999999;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .accessory-detail .lighting-main-image {
      margin-bottom: 2rem; } }
  .accessory-detail .lighting-main-image img {
    width: 100%;
    margin: 0 auto; }

.accessory-detail .lighting-alt-images {
  margin-bottom: 1rem; }
  @media print, screen and (max-width: 39.99875em) {
    .accessory-detail .lighting-alt-images {
      margin-bottom: 0rem; } }
  .accessory-detail .lighting-alt-images img {
    transition: all .2s ease-in-out; }
    .accessory-detail .lighting-alt-images img:hover {
      transform: scale(1); }
  .accessory-detail .lighting-alt-images .slick-track {
    width: 100% !important; }
    .accessory-detail .lighting-alt-images .slick-track > .slick-slide:nth-child(4n) {
      margin-right: 0; }
  .accessory-detail .lighting-alt-images .slick-slide {
    border: 1px solid #999999;
    margin-right: .5rem;
    background-color: #025193;
    max-width: 136px;
    margin-bottom: .5rem; }
    .accessory-detail .lighting-alt-images .slick-slide:hover img {
      opacity: .65; }

.accessory-detail .details-spec-description-container {
  padding-bottom: 0; }

#accessory .slick-dots li button {
  display: none; }




.details-information {
  font-size: 1rem;
}
.details-information h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.details-information > div {
  padding-bottom: .5rem;
}
.details-information .label {
  background-color: transparent;
  font-weight: 700;
  text-transform: capitalize;
  color: #0a0a0a;
  font-size: 1rem;
  padding-left: 0;
}
.details-information .details-brand-logo {
  padding-bottom: 1.5rem;
}
.details-information .title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.35rem;
  margin-bottom: 0;
  text-transform: none;
  line-height:1.25;
}
.details-information .product-vehicle h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.35rem;
  color: #666666;
  margin-bottom: 0;
  text-transform: none;
}
.details-information .product-information {
  font-size: .9rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .details-information .product-information {
    margin-bottom: 1.5rem;
  }
}
.details-information .instock {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
}
.details-information .instock.orange {
  color: #333333;
}
.details-information .instock.green {
  color: #2ca900;
}
.details-information .part-number .label {
  text-transform: uppercase;
}
.details-information .pricing-affirm {
  background-color: #efefef;
  padding: 1rem;
  border-radius: .5rem;
  color: #0a0a0a;
  margin-bottom: 1rem;
  font-size: .9rem;
  text-align: center;
  font-weight: 500;
  max-width: 400px;
}
.details-information .pricing-affirm .affirm-modal-trigger {
  display: inline-block;
  font-weight: 600;
}
.details-information .pricing-affirm p {
  margin: 0;
}
.details-information .price {
  font-size: 2rem;
}
.details-information .price .content {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #0a0a0a;
}
.details-information .price .sale {
  text-decoration: line-through;
}
.details-information .price .salePrice {
  margin-left: .5rem;
}
.details-information .price .sale-box {
  background-color: #025193;
  color: #0a0a0a;
  padding: .25rem;
  margin-left: .5rem;
  font-weight: 400;
  font-size: 1rem;
}
.details-information .quantity {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.details-information .quantity input {
  font-family: "Roboto", sans-serif;
  max-width: 2.5rem;
  max-height: 1.5rem;
  padding: 0 .25rem;
  margin-bottom: 0;
  text-align:center;
  padding-right:0;
}
.details-information .vehicle {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.details-information .vehicle-icon {
  background-color: #025193;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 50px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 1rem;
}
.details-information .vehicle-icon i {
  color: #fefefe;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.details-information .vehicle-information {
  font-weight: 800;
  font-size: 2rem;
  color: #0a0a0a;
  line-height: 1;
}
.details-information .shipping {
  padding-bottom: 1rem;
}
.details-information .vehicle-info {
  background-color: #eeeeee;
  padding: 1rem;
  display: none;
}
.details-information .vehicle-info label {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
}
.details-information .vehicle-info input.missing {
  background-color: rgba(255, 51, 51, 0.5);
}
.details-information .vehicle-info .snipcart-add-item {
  display: none;
}
.details-information .vehicle-info .button.disabled {
  color: #fefefe;
  background-color: #333333;
}
.details-information .buy-toggle.buy-active {
  background-color: #999999;
  color: #333333;
}
.details-information .button:hover {
  color: #333333;
}
.details-information .financing-options {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.details-information .shipping-options {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .details-information .shipping-options {
    margin-bottom: 2rem;
  }
}
.details-information .shipping-options .free-shipping {
  display: flex;
  align-items: center;
}
.details-information .shipping-options .free-shipping .icon {
  margin-right: .75rem;
  font-size: 2rem;
  color: #2ca900;
}
.details-information .shipping-options .free-shipping .information {
  line-height: 1.35;
  font-size: .9rem;
}


.detail-bottom {
  padding: 1rem .5rem;
  border: 1px solid #999999;
  float: left;
  clear: both;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .detail-bottom {
    padding: 2rem;
    margin-bottom: 5rem;
  }
}
.detail-bottom.row {
  margin-left: 0;
  margin-right: 0;
}
.detail-bottom.row > .column > div, .detail-bottom.row > .columns > div {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .detail-bottom.row > .column > div, .detail-bottom.row > .columns > div {
    margin-bottom: 2rem;
  }
}
.detail-bottom.row > .column > div.kit-components iframe, .detail-bottom.row > .columns > div.kit-components iframe {
  max-width: 560px;
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 64em) {
  .detail-bottom.row > .column > div.kit-components iframe, .detail-bottom.row > .columns > div.kit-components iframe {
    min-height: 315px;
  }
}
.detail-bottom .downloads ul {
  list-style: none;
  margin-left: 0;
}
.detail-bottom .downloads ul li {
  margin-bottom: 1rem;
}
.detail-bottom .downloads a {
  display: flex;
  align-items: center;
}
.detail-bottom .downloads a:hover .downloads-icon {
  background-color: #0a0a0a;
  transition: all .3s ease-in-out;
}
.detail-bottom .downloads a:hover .downloads-icon i {
  color: #333333;
  transition: all .3s ease-in-out;
}
.detail-bottom .downloads a:hover .downloads-title {
  color: #333333;
  transition: all .3s ease-in-out;
}
.detail-bottom .downloads-icon {
  width: 50px;
  height: 50px;
  background-color: #025193;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  margin-right: 1rem;
}
.detail-bottom .downloads-icon i {
  display: flex;
  align-items: center;
  color: #0a0a0a;
  font-size: 2rem;
}
.detail-bottom .downloads-title {
  font-family: "Montserrat", sans-serif;
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.product-detail h3 {
  font-size:1rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .product-detail h3 {
    font-size:2rem;
  }
}       
.product-detail .details-spec-description-container {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .product-detail .details-spec-description-container {
    padding-bottom: 0;
    border-right: 1px solid #666666;
  }
}