

.category_header.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
/*
  margin-left: calc(-100vw / 2 + 500px / 2);
  margin-right: calc(-100vw / 2 + 500px / 2);
*/
}


.category_wrapper {
  word-wrap: break-word;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.category_wrapper .category_image {
  padding-top: 75%; 
  margin-bottom: 15px;
  
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DDD;
}

.category_wrapper .category_image a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.category_wrapper .cat_icon {
  position: absolute;
  bottom: 10px;
  right: 10px; 
  width: 100px;
  height: auto;
}

.category_wrapper h3 {
  font-size: 20px;
  width: 100%; 
}


.category_header {
  min-height: 275px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DDD;
  margin-bottom: 50px;
  text-align: center;
}

.category_header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(255,255,255,0.7);
}

.category_header .grid-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 70px;
  padding-right: 25px;
  margin-top: 0;
}

.category_header .cat_icon {
  position: absolute;
  left: -80px;
  top: 50%; 
  transform: translateY(-50%); 
}


.not_found_message {
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}


.product_family_item {
  margin-bottom: 50px;
}

.more_info_link {
  text-align: center;
}

.family_short_description {
  display: block;
  margin-bottom: 15px;
}


.product_image_link {
  position: relative;
  display: block;
  height: 225px;
  width: 100%;
}

.product_image_link img {
  display: block;
  margin: 0 auto 20px;
}

.first-product-image, .second-product-image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 1;

  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300 ease-in-out;
}


.second-product-image {
  opacity: 0;
}

.first-product-image.has-second:hover {
  opacity: 0;
}

.second-product-image:hover {
  opacity: 1;
}


#product_family_list .product_image_link img, 
body.page-id-21 .product_image_link img, 
.product_family_listings .product_image_link img {
  max-height: 215px;
  width: auto;
  max-width: 100%;
}

#product_gallery {
  width: 80%;
  margin-left: 10%;
  margin-top: 15px;
}


body .owl-carousel .owl-stage {
  margin-left: 45px;
}

body .owl-nav .owl-prev, body .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    color: #555;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-align: left;
    text-indent: -9999px;
}

body .owl-nav .owl-next {
  right: -30px;
  left: auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #9d9d9d;
  padding: 0;
  margin: 0;
}

body .owl-nav .owl-prev {
    left: -30px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #9d9d9d;
    margin: 0;
    padding: 0;
}


.owl-nav {
  top: 28%!important;
}

#product_family_list .product_family_name, 
#fitment_results .product_family_name, 
body.page-id-21 .product_family_name, 
.product_family_listings .product_family_name {
  font-size: 1.3em;
  letter-spacing: -0.04em;
  margin-bottom: 0.25em;
  text-align: center;
}

#fitment_results .product_family_name {
  text-align: left;
}

body.tax-product-family .product_family_name {
  font-size: 2em;
  text-align: left;
}

.family_short_description {
  line-height: 1.1em;
  font-size: 0.85em;
}

.product_details_link {
  font-size: 1rem!important;
}

.sub_category_list {
  margin: 30px auto 50px;
  list-style: none;
  text-align: center;
  display: block;
  clear: both;
}


.sub_category_list li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  border: #666 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 900;
  background: #00408d;
  text-transform: uppercase;
  color: #FFF;
}

.sub_category_list li.current-cat {
  background: #777;
}

.sub_category_list li a {
  color: #FFF;
}


.product_rating {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 8px 20px;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 11;
  background: #888;
}

.product_rating.rating_best, .product_rating.rating_Best {
  background: #549602;  
}

.product_rating.rating_better, .product_rating.rating_Better {
  background: #d7ba00;  
}

.product_rating.rating_good, .product_rating.rating_Good {
  background: #aa7d00;  
}



.product_images_wrapper {
  width: 100%;
  height: 390px;
  text-align: center;
  margin-bottom: 20px;
}

.main-product-image {
  max-height: 390px;
  width: auto;
  display: block;
  margin: 0 auto;
}


.product-thumb {
  width: 70px;
  height: auto;
  display: inline-block;
  margin: 0 5px 15px;
}


.product-thumb img {
  max-height: 65px;
  width: auto;
  display: block;
  margin: 0 auto;
}



.series_image {
  height: 200px;
  background: #EEE; 
  margin: 0 auto 15px;
}

.series_image a {
  display: block;
  height: 100%; 
  width: 100%; 
}


.sharing-links {
  clear: both;
  margin: 20px auto 10px;
}

#product_overview, .fitment_listing {
  padding: 0 25px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
/*   overflow: hidden; */ /* for owl carousel */
}

.product_images {
  width: 42%;
  float: left;
  text-align: center;
}

#product_info {
  width: 55%;
  float: right;
}

#product_info_lower {
  width: 55%;
  float: right;
  clear: right;
}

li.accordion-item {
  margin: 0;
}


.product_images .item {
  display: inline-block;
  margin: 0;
}



body .fitment_listing a.find_a_retailer {
  background: #BC261A!important;
  margin-bottom: 25px;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
}


#fitment_guide_submit {
  background: #48742C !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
  width: 100% !important;
}

#filter #fitment_guide_submit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
}

#filter #fitment_guide_submit.disabled {
  background: #999!important;
  cursor:default!important;
}



#fitment_guide_button_wrapper {
  height: 100%;
}


#fitment_guide_submit:hover {
  background: #589533!important;
  box-shadow: none;
  -webkit-box-shadow: none;
}


body #fitment_results .owl-carousel .owl-stage {
  transition: all 0s ease 0s;
  width: 600px!important;
  transform: none!important;
}


#fitment_results .owl-carousel .owl-item {
  width: 70px !important;
}



#product_usage {
  padding: 0.5em 1em;
  border: #DDD 2px solid;
  margin: 20px auto;
  background: #f9f9f9;
  color: #666;
  font-size: 1rem;
}


#fitment_results #product_usage {
  font-size: 0.9rem;
}


#warranty {
  text-align: right;
  float: right;
  z-index: 1;
  font-size: 0.9rem;
  padding: 10px;
}



#product_resources a {
  font-size: 0.9rem !important;
/*
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 7px;
  text-shadow: none;
*/
}

#product_resources .cta:first-child { /* .fitment_guide  */
  width: 49%!important; 
  margin-right: 2%;
  float: left;
  margin-bottom: 8px;
}

#product_resources .cta:nth-child(2) { /* .catalog_download */ 
  width: 49%!important;
  float: left;
}

#product_resources .cta:nth-child(3) { /* .find_a_retailer */
  width: 100%!important;
}



.product_long_description {
  margin: 10px 20px 30px;
  line-height: 1.25em;
}

.product_long_description ul {
  font-size: 1rem;
  margin: 0 1rem 20px;
}

.product_long_description ul li {
  margin: 0 0 0.15rem;
}


form#filter {
  position: relative;
  margin-bottom: 30px;
}

.fitment_guide_button_wrapper {
  margin-top: 25px;
}

.fitment_guide_fields {
}


.selected_fitment_type, .selected_brand, .selected_model {
  border: #CCC 2px solid;
  background: #f1f1f1;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 10px;
  word-wrap: break-word;
}

.selected_model {
  margin-bottom: 30px;
}

.fitment_listing {
  border: #CCC 2px solid;
  padding: 30px 20px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
}


.fitment_table {
  border: #BBB 1px solid;
}

.fitment_table td, .fitment_table th, .fitment_table tr, .fitment_table thead, .fitment_table tbody {
  display: block;
  border: none;
  font-size: 0.80rem;
  font-weight: normal;
}

.fitment_table thead {
  float: left;
  width: 60%; 
  background: none;
  letter-spacing: -0.02em;
}

.fitment_table tbody {
  float: left;
  width: 40%;
  text-align: right;
  letter-spacing: -0.02em;
}

.fitment_table th, .fitment_table td {
  border-bottom: #BBB 1px solid;
  padding: .5rem;
}

.fitment_table th:last-child, .fitment_table td:last-child {
  border-bottom: none;
}

.rwp-users-rating-shortcode {
  float: left;
  border-right: #888 1px solid;
  margin-right: 10px;
  line-height: 1em;
}

.rwp-rating-stars {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.rwp-rating-stars-count {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0 !important;
    font-size: 0.7rem !important;
    line-height: 1em;
}

.reviews_link {
  font-size: 0.9rem;
  vertical-align: top;
  margin-top: -2px;
  display: inline-block;
  letter-spacing: -0.03em;
}


#reviews_tab .rwp-header {
  float: left;
  width: 10%;
  margin-right: 3%;
}


#reviews_tab .rwp-review-wrap .rwp-review .rwp-users-reviews-wrap {
  margin-top: 30px;
  float: right;
  width: 85%;
  clear: none;
}

.rwp-review-wrap .rwp-review .rwp-scores {
  margin-top: 20px;
  float: right;
  width: 85%;
}

.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap {
  float: right;
  width: 85%;
}




.product_family_item .product_review_rating {
  display: block;
  position: relative;
  margin: 10px auto;
  text-align: center;
}

.product_family_item .product_review_rating .rwp-users-rating-shortcode {
  float: none;
  border-right: none;
  margin-right: auto;
  line-height: 1em;
}



/* TAB STYLES */

body .tabs {
  border: none;
  border-bottom: 1px solid #999;
}

body .tabs-panel {
    padding: 2rem 0.5rem;
}

body .tabs-title {
  margin: 0 0 -1px 0!important; 
  border: #999 1px solid;
  border-bottom: #999 1px solid;
}

body .tabs-title.is-active {
  border-bottom: 1px solid #999;
}

body .tabs-title > a {
    background: #ededed;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
}

body .tabs-title > a:focus, body .tabs-title > a[aria-selected="true"] {
  background: #00408d;
  color: #FFF;
}

.tabs_content {
  clear: both; 
}


body .button_style_tabs {
  border: none;
}

.spec_table_tabs {
  float: right;
}

body .button_style_tabs .tabs-title {
  border: none;
  margin-left: 3px!important;
  margin-right: 3px!important;
}

body .button_style_tabs .tabs-title > a {
  padding: .5rem 1rem;
  border-radius: 4px;
  border: #999 1px solid;
  font-weight: 600;
}

body .button_style_tabs .tabs-title > a {
    background: #FFF;
}

body .button_style_tabs .tabs-title > a:focus, 
body .button_style_tabs .tabs-title > a[aria-selected="true"] {
  background: #1779ba;
  color: #FFF;
}


.specialty_line_title {
  float: left;
}


body table.dataTable thead th {
  background: #233e8c;
  color: #FFF;
}

body table.dataTable thead th, body table.dataTable thead td {
  padding: 8px 8px;
  border-bottom: 1px solid #111;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  line-height: 1.3em;
}


body table.dataTable tr.odd td {
  background-color: #F1F1F1;
}



body table.dataTable th.sorting_desc, body table.dataTable th.sorting_asc {
  background-color: #003366;
}

body table.dataTable td.sorting_1, body table.dataTable td.sorting_1 {
  background: #ccccff!important;
  font-weight: bold;
  border-bottom: #555 1px solid;
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}



/* TECH TABLE STYLES */

.tech_tables {
  font-size: 0.9rem;
  overflow-x: scroll;
}

.tech_tables .tabs-panel {
  padding: 1rem 0 2rem;
}


.specs_table {
  width: 100%!important;
}

.collapsed td.sorting_1 {
  padding-left: 35px!important;
  position: relative;
}

.collapsed td.sorting_1::before {
  content: '+';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  background: #5cb530;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 5px 4px;
}









#video_tabs {
  text-align: center;
}

#video_tabs .tabs-title {
  float: none;
  display: inline-block;
}

#video_tabs .tabs-title > a {
  padding: .5rem 1rem;
}


.product_video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 auto 30px;
}
.product_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
#videos_tab iframe {
  max-width: 100%;
  margin: 0 auto 30px;
  display: block;
}
*/

.video_title, .video_script h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
    
.video_description {
  margin-bottom: 40px;
}





#product_footnotes {
  font-size: 0.75rem;
  padding: 10px 20px;
  clear: both;
  border-top: #EEE 1px solid;
  margin-top: 30px;
}

#product_footnotes p {
  margin-bottom: 0.5em;
}

#product_footnotes h5 {
  font-size: 0.9rem;
  font-weight: bold;
}


.prop65_link {
  float: right;
  margin: 20px 0;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1em;
}

.prop65_link img {
  max-width: 25px;
  height: auto;
  margin-top: -3px;
}







/* PRODUCT FINDER STYLES */


.product_finder {
  position: relative;
  background: #FFF;
  border-radius: 4px;
  margin: 10px auto 30px;
  padding: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.25); 
  width: 100%; 
  z-index: 100;
}


#product_finder_header {
  background: #00408d;
  color: #FFF;
  padding: 17px 5px 5px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  height: 65px;
  line-height: 1.1em;
  font-size: 14px;
}


.drop_downs_wrappers {
  
}

#fitment_category_filter {
  min-width: 200px;
}

#carlstar_brand_filter_wrapper {
  min-width: 140px;
}

.finder_dropdown {
    outline: none;
    float: left;
    width: 100%;
    height: 50px !important;
    margin: 0;
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: -15px;
    border: none;
    padding-right: 20px !important;
    background-position: right -0.8rem center;
}

.finder_dropdown:focus {
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
}


.dropdown_filter_wrapper, .dropdown_category_filter_wrapper {
  height: 65px;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300 ease-in-out;
}

.dropdown_filter_wrapper.visible, .dropdown_category_filter_wrapper.visible {
  opacity: 1;
  display: block;
}


#product_finder_submit {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  padding: 7px 16px;
  vertical-align: middle;
  width: 100% !important;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: #d64f00!important;
}

#product_finder_submit:hover {
  background: #00408d !important;
}


option.ajax_search {
  font-weight: bold;
}

option.product_name_search {
  border-top: #999 1px solid;
}

.ajax_search_wrapper {
  display: none;
  float: left;
  margin-right: 15px;
  border-right: #CCC 1px solid;
  z-index: 1;
}

.ajax_search_wrapper input[type="text"] {
  margin: 0;
  height: 100%!important;
  box-shadow: none;
}

#category_filter_wrapper, .dropdown_filter_wrapper {
  border-right: none;
  display: block;
  max-width: 180px;
}

#category_filter_wrapper.show_brands {
  opacity: 0;
}

.ajax_search_wrapper {
position: absolute;
right: 0;
height: 100%;
top: 0;
}


.loading_gif {
  width: 30px;
  height: 30px;
  background: url('../images/loading.gif') 50% 50% / contain no-repeat transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  box-shadow: 0 0 14px rgb(255, 255, 255), 0 0 14px rgb(255, 255, 255), 0 0 14px rgb(255, 255, 255);

  opacity: 0;  
}

.loading_gif.loading {
  opacity: 1;
}

.filter_header {
  color: #00559f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: -0.02em;
  padding: 8px 10px 0 15px;
  position: absolute;
  z-index: 1;
  display: block;
}

.fitment_guide .loading_gif {
  top: 36px;
}

.post_var {
  width: 100%; 
  display: block;
  background: #FFF;
  padding: 4px;
}

#filters_wrap {
    display: none;
    position: fixed;
    top: 150px;
    left: 14px;
    font-size: 12px;
    line-height: 1em;
}

#fitment_filters select {
  background-position: right -12px center;
  font-size: 0.9rem;
  padding: .3rem !important;
  padding-right: 20px !important;
}


form.fitment_guide #product_finder_fields {
  border: #BBB 1px solid;
}

#additional_fitment_filters {
  margin: 20px auto;
}

#additional_fitment_filters h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
    border-bottom: #DDD 2px solid;
    padding-bottom: 10px;
}

body.page-id-32158 #page_content {
/*   padding-top: 130px!important; */
}

#fitment_results #product_gallery {
  width: 100%;
  margin-left: 0;
}

#fitment_results .product_images {
  width: 32%;
  float: left;
}

#fitment_results .main-product-image {
  max-height: 275px;
}

#fitment_results #product_info {
  width: 64%;
  float: right;
  margin-bottom: 10px;
}

#fitment_results .product_images_wrapper {
  width: 100%;
  height: 275px;
}

#fitment_results .product_long_description {
  font-size: 0.9rem;
  margin: 10px 0 0 20px;
}

#fitment_results #product_info_lower {
  margin-bottom: 15px;
  width: 67%;
}

body .elementor-button.additional-info {
  font-size: 1rem;
  margin-left: 20px;
  display: block;
}

body .elementor-button.additional-info:hover {
  font-size: 1rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
  

.disclaimer_text {
  font-size: .75rem;
  line-height: 1.2em;
  margin: 25px 0;
}

.clear_filters_link {
  font-size: 0.85rem!important;
  display: block;
  text-align: center;
  margin: 25px auto 15px auto;
  
}

.oem_flag {
  position: absolute;
  left: 15px;
  top: -4px;
  width: 130px;
  height: auto;
  display: block;
  z-index: 100;
}


.fitment_label [type="checkbox"] {
  margin-bottom: 0;
}

.select_model_number, .select_part_type, .select_size, .select_application {
    margin-bottom: 20px;
    border-bottom: #DDD 1px solid;
    padding-bottom: 10px;
}


#fitment_filters label, #fitment_filters .form_label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}


#fitment_filters select.listbox_select {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: .3rem!important;
}

#fitment_filters select.listbox_select option {  
  padding: 0.25rem 0.35rem;
}



/* IMAGE MAGNIFICATION STYLES  */


html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 105;
}

/*
Reduce the size of the zoom lens...
.magnify > .magnify-lens {
  width: 100px;
  height: 100px;
}
*/


.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}


/* AUTOCOMPLETE STYLES */


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }










/* OWL CAROUSEL  */


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}




/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}




.additional-info {
  font-size: 0.8em;
}

/* TINY CAROUSEL STYLES */

/* Tiny Carousel */

/*

#product_gallery {
    margin: 15px 0 0 0;
    overflow: hidden;
    position: relative;
    height: 70px;
    padding: 0 50px;
}


#product_gallery .buttons {
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 35px;
    height: 35px;
    color: #555;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-align: left;
    text-indent: -9999px;
}

#product_gallery .next {
    right: 10px;
    left: auto;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #9d9d9d;
}

#product_gallery .prev {
    left: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #9d9d9d;
}


#product_gallery .buttons:hover {

}

#product_gallery .viewport {
  overflow: hidden;
  height: 100%;
}

#product_gallery .disable {
    visibility: hidden;
}

#product_gallery .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

#product_gallery .overview li {

    margin: 0 20px;
    width: 93px;

    display: inline-block;
 }
*/



/* RESPONSIVE STYLES */


@media screen and (max-width: 1024px) { 


  .cmm4e-sub-panel.cmm4e-content-container {
    background: none!important;
    color: #FFF;
  }
  
  #fitment_button_text {
    display: none;
  }
  
  .fitment_guide_menu_button a.elementor-button, .fitment_guide_menu_button a.elementor-button:hover {
    background: none!important;
    color: #e76100!important;
    font-weight: bold;
    text-align: left;
    padding: 7px 20px!important;
    font-size: 18px!important;
    display: block;
  }
  
  .fitment_guide_menu_button {
    text-align: left!important;
    margin-bottom: 0!important;
    margin-top: 10px;
  }
  
  .fitment_guide_menu_button a.elementor-button .elementor-button-icon {
    display: none;
  }
  
  .fitment_guide_menu_button a.elementor-button i {
    display: none!important;
  }
  
  #product_resources .fitment_guide {
    width: 100%!important; 
    margin-right: 0;
    float: none;
  }
  
  
  #product_resources .cta:first-child, #product_resources .cta:nth-child(2) {
    width: 100%!important; 
  }
  
  
  #product_resources .catalog_download {
    width: 100%!important;
    float: none;
  }
  

  .finder_dropdown {
    margin-top: 14px;
  }
  
  #fitment_guide_submit {
    font-size: 0.9em;
  }
  
  .drop_downs_wrappers {
    height: 90px;
  }


  .additional_filters_wrapper {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
    border: #CCC 2px solid;
    border-top: none;

    -webkit-transition: all 300ms ease-in-out;
    transition: all 300 ease-in-out;

  }
  
  #additional_fitment_filters h4 {
    position: relative;
    border: #999 1px solid;
    padding: 10px 15px;
    background: #EEE;
    margin-bottom: 0;
  }
  
  #additional_fitment_filters h4::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    clear: both;
  }
  
  #additional_fitment_filters h4:hover {
    cursor: pointer; 
  }

  .additional_filters_wrapper.expanded {
    max-height: 10000px;
    padding: 15px;
  }  
  
} 




@media screen and (max-width: 767px) { /* tablet */


  #product_overview {

  }

  #fitment_results #product_info {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  
  .product_images {
    width: 100%;
    float: none;
  }

  #product_info {
    width: 100%;
    float: none;
  }
  
  #product_info_lower {
    width: 100%;
    float: none;
  }
  
  #reviews_tab .rwp-header {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  
  #reviews_tab .rwp-review-wrap .rwp-review .rwp-users-reviews-wrap {
    float: none;
    width: 100%;
  }
  
  .rwp-review-wrap .rwp-review .rwp-scores {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  .rwp-review-wrap .rwp-review .rwp-ratings-form-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  #warranty {
    float: none;
  }
  
  #fitment_results #product_info_lower {
    width: 100%;
  }
  
  #fitment_results .product_images {
    width: 38%;
    margin-right: 20px;
  }

  body .elementor-button.additional-info {
    font-size: 1rem;
    margin-left: 0;
  }

} /* 767 */




.elementor-nav-menu--main li:last-child .cmm4e-sub-panel {
  left: auto!important; 
  right: 0!important; 
}




@media screen and (max-width: 40em) { /* small */
  
  #filter #fitment_guide_submit {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .finder_dropdown {
    margin-top: 15px;
  }
  
  #fitment_guide_submit {
    font-size: 1.1em;
  }
  
  .drop_downs_wrappers {
    height: auto;
  }
  
  .category_header .grid-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px 20px 30px;
  }
  
  .category_header .cat_icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 10px auto 20px;
  }
  
  .category_header h1 {
    font-size: 1.6em;
  }
  
  .category_description {
    font-size: 1rem;
    line-height: 1.2em;
  }
  
  .product_image_link img {
    display: block;
    margin: 0 auto 20px auto;
  }
  
  .product_family_item {
    border-bottom: #999 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  #product_finder_submit {
    padding: 1rem 16px;
  }
  
  #product_finder_header {
    padding: 12px 5px 14px;
    height: auto;
    font-size: 1.2em;
  }
  
  
}  /* 40em */
  
  
  


@media print {
    
  body .category_header .grid-container {
    position: relative;
    top: auto; 
    left: auto; 
    transform: none;
    width: 100%
  }
  
  #product_resources {
    display: none;
  }
  
  
    a[href]:after {
      content: '' !important;
    }

  body .category_header {
    min-height: 100px;
    display: block!important;
    position: relative!important;
  }
  
  .tabs-title {
    border: none;
  }
  
  #find_retailer_tab-label, 
  #reviews_tab-label, 
  .cmm4e-toggle-wrapper, 
  #tech_spec_tabs li.tabs-title {
    display: none!important;
  }
  
  #tech_spec_tabs li.tabs-title.is-active {
    display: block!important; 
  }
  
  .button_style_tabs .tabs-title > a[aria-selected="true"], .button_style_tabs .tabs-title.is-active a {
    background: #666!important;  
    color: #FFF!important
  }

  #header_content_wrapper {
    position: relative!important;
    margin-bottom: 10px;
    display: none!important;
    height: 100px;
  }

  @page :first {
    #header_content_wrapper {
      display: block!important;
    }
  }
  
  #page_content {
    padding-top: 80px!important;
  }
  
  #nav_wrapper {
    display: none;
  }
  
  #logo_wrapper {
    float: left;
    display: block;
  }
  
  #footer_nav {
    display: none;
  }
  

  
  

} /* @media print */
  
  
