/** Shopify CDN: Minification failed

Line 678:100 Expected ":"
Line 806:7 Expected ":"
Line 806:8 Expected identifier but found "1px"

**/
/*RQ! code for "Cop Comment" STARTS*/
img.price-ratings-block__cop-comment {
  width: auto;
  padding-bottom: 20px;
}
.cop-tooltip__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cop-tooltip__head-col.cop-tooltip__head-col--right h3 {
    margin-bottom: 5px;
}
.cop-tooltip__author {
  font-weight: 700;
}
/*RQ! code for "Cop Comment" ENDS*/

/*RQ! code for "Add terms checkbox to the cart page" STARTS*/
.rq-cart-page-checkbox {
    padding: 0;
}
.rq-validations-checked .dynamic-cart-btns {
    pointer-events: none;
}
.rq-validations-checked .dynamic-cart-btns {
    pointer-events: none;
}
.rq-validations-checked button {
    pointer-events: none;
}
.rq-validations-checked {
    cursor: pointer;
    position: relative;
}
.rq-cart-page-checkbox p {
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0;
}
/*RQ! code for "Add terms checkbox to the cart page" ENDS*/

p.rq-clc-desc {
   margin-top: -15px;
   font-size: 1.7rem; 
}
/*RQ! code for "Add metafields to product cards" STARTS*/
ul.rq-specifications {
    margin: 0 0 9px;
    padding: 0;
    font-size: 13px;
    color: #000;
    list-style: none;
}
/*RQ! code for "Add metafields to product cards" ENDS*/

/*RQ! code for "Product video gallery" STARTS*/
.rq-tab-content .videos.videos-section {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    gap: 12px;
    width: 100%;
}
.rq-tab-content .video-wrapper {
    width: calc(50% - 6px);
}
.rq-tab-content .video-title {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}
.rq-tab-content .videos .video-poster span {
    background: url(video-play-button.png) no-repeat center rgba(68,68,68,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.rq-tab-content  .videos .video-poster {
    position: relative;
    margin-bottom: 9px;
}
.rq-hide-video-div div#videos {
    display: none;
}
.rq-hide-bydefault {
    display: none;
}
/*RQ! code for "Product video gallery" ENDS*/

/*DJAS code for PDP Specification Tab specification label */
.product-spec__label {
    display:none;
}

/*DJAS code for home page slider */
#shopify-section-template--21003585093655__slideshow {
    background:linear-gradient(225deg, rgba(20, 20, 20, 1), rgba(45, 45, 45, 1) 56%, rgba(20, 20, 20, 1) 100%);;
}

/*DJAS code for Sales Team page grid */
@media only screen and (min-width: 769px) {
    .grid.rq-sales-page, 
    .grid--rev, 
    .grid--full, 
    .grid-uniform {
        list-style: none;
        padding: 0;
        margin: 0 0 0 -30px;display: grid;
    }
    .grid.rq-sales-page .grid__item {
        box-sizing: border-box;
        float: left;
        min-height: 1px;
        padding-left: 30px;
        vertical-align: top;
        width: 100%;
    }
    /* Thirds */
    .grid.rq-sales-page  .large--one-third {
        width: 33.333%; 
    }
}
.grid.rq-sales-page .rowflex {
    display:flex;flex-direction: row;
}
.grid.rq-sales-page .rowflex .col-md-6 {
  	flex: 0 0 auto;
    width: 50%;
  	padding-right: 15!important;
    padding-left: 15!important;
}

/* Form elements */
.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.input-full {
    width:80%;
    margin-bottom:10px;
    border: silver 1px solid;
    padding:10px;
}
p.rq-hide-btn-add {
    color: #e21616;
    font-weight: bold;
}
.rq-full-widhr-sec-richtext .section__block.reading-width--inline {
    max-width: 100%;
}
@media only screen and (min-width: 769px) {
    .grid.rq-sales-page {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
    }
    .grid.rq-sales-page .large--one-third {
         text-align: center;
    }
}

/*RQ! code for "Migrate Videos page"  STARTS*/
.page-videos {
    clear: both;
}
.videos-filters-container {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.videos-filters-toggle {
    display: inline-flex;
      align-items: center;
    background: #fff;
    border: 1px solid #E4E4E4;
    line-height: 1;
    padding: 12px;
    width: 100%;
}
.videos-filters-toggle::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #333333 transparent transparent transparent;
    margin-left: 10px;
}
.videos-filters-container {
    flex: 50%;
}
.videos-filters {
    list-style: none;
    margin: 0;
}

/* dropdown */
/* bof - ASP-58 */
@media (max-width: 1024px) {
    #shopify-section-videos-sidebar {
       /* position: absolute;*/
        top: 0;
        display: flex;
	    justify-content: space-between;
    	width: 100%;
        gap: 10px;
    }
}
/* eof - ASP-58 */

@media (max-width: 1023px) {
    .videos-filters {
        display: none;
        background: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
        min-width: 130px;
        padding: 12px;
        position: absolute;
        left: 0;
        top: 100%;
    }
    .videos-filters.show {
        display: block;
    }
    .videos-filters li {
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .videos-filters-toggle {
        display: none;
    }
    #shopify-section-videos-sidebar {
        width: 182px;
        margin-right: 5.12%;
    }
    #shopify-section-videos, #shopify-section-loginvideos {
        flex: 1;
        display: flex;
    }
    .videos-filters {
        display: block;
    }
}
.videos-section {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 -9px;
    align-content: baseline;
}
.page-main-content {
    position: relative;
}
.videos-section .video-wrapper { 
    padding: 0 9px 30px;
    width: 100%;
}
@media (min-width: 365px) {
    .videos-section .video-wrapper {
        width: 50%;
    }
}
@media (min-width: 650px) {
    .videos-section .video-wrapper {
        width: 33.3%;
    }
}
@media (min-width: 990px) {
    .videos-section {
        margin-left: -15px;
        margin-right: -15px;
    }
    .videos-section .video-wrapper { 
        padding: 0 15px 30px;
    }
}
@media (min-width: 1170px) {
    .videos-section .video-wrapper { 
        padding: 0 15px 30px;
        width: 25%;
    }
}
.videos .video-title {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    /* text-transform: uppercase; */
    font-weight: 500;
}
.videos .video-description { 
    padding: 20px 0 0;
}
.videos .video-description:empty { 
    display: none 
}
.videos .video-poster { 
    position: relative;
    margin-bottom: 9px;
}
.videos .video-poster span {
    background: url(video-play-button.png) no-repeat center rgba(68,68,68,0.4);
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    display: block;
}
.videos .video-poster img { 
    display: block; 
}
.videos .video-poster:after{
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    content: "";
}
/* ASP-83 */
.custom-sidebar-menu > li > a,
.list-collection-side,
.list-collection-side a {color: #9D9D9D; font-size: 14px; text-transform: uppercase; font-weight: bold; }
.list-collection-side { margin-bottom: 12px; }

.custom-sidebar-menu li { margin-bottom: 12px; }
.custom-sidebar-menu li a { color: #9D9D9D; font-weight: bold; text-transform: uppercase; }
.custom-sidebar-menu li > .dropdown { display: none; padding: 12px 0 0 12px; }
.custom-sidebar-menu li.active > .dropdown { display: block; }
.custom-sidebar-menu li.active > a { color:#333; }
.custom-sidebar-menu li.active--store > a { color:#E21616; }
.custom-sidebar-menu li > .dropdown--last li { margin-bottom: 6px; }
.custom-sidebar-menu li > .dropdown--last a { text-transform: none; font-weight: normal; }
/* end: ASP-83 */

form#js-videos-search-container input#js-search-term {
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    width: 100%;
}
form#js-videos-search-container {
    flex: 50%;
}
.videos div#shopify-section-main-page {
    margin-bottom: 10px;
}
.videos  h1.page__title {
    margin-bottom: 0px;
}
.videos  img {
    width: 100%;
}
.videos .page-width {
    width: 100% !important;
}
.videos-filters-container {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
/*RQ! code for "Migrate Videos page"  ENDS*/

/*RQ! code for "Navigation logic"  ENDS*/
.rq-instructor-login div#shopify-section-main-page {
     margin-bottom: 0px;
}
.rq-instructor-login .input-full {
     width: 100%;
}
/*RQ! code for "Navigation logic"  ENDS*/

/*RQ! code for "Testimonials logic"  STARTS*/
.rq-grid-style-testimonials {
    flex-wrap: wrap;
}
.rq-padd-prodcut-title-testimonials {
    padding-bottom:15px;
}
.rq-main-testimonials .slideshow__slide {
    /*flex: calc(75% - 40px);*/
    padding: 0;
}
.rq-main-img-testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 25px 25px;
    border-style: double;
}
.rq-main-img-testimonials.rq-slideshow-border-hide {
    border-style: none;
}
.rq-main-img-testimonials .testimonial__author.flex {
    margin-top: 25px;
}
.rq-main-testimonials{
    row-gap: 30px;
}
.rq-main-img-testimonials figure.testimonial {
    flex: calc(75% - 40px);
}
slide-show.testimonials .slideshow-ctrl {
    bottom: unset;
}
.rq-image-author {
    flex: 25%;
}
.rq-width-testimonial.max-w-text-overlay {
    max-width: 100%;
}
@media (max-width: 1023px) {
  .rq-main-img-testimonials {
      flex-wrap: unset;
  }
}
@media (max-width: 540px) {
  .rq-main-img-testimonials {
      flex-wrap: wrap;
      flex-direction: column;
  }
}
/*RQ! code for "testimonials"  ENDS*/

/*RQ! code for "Migrate FAQ CSS"  STARTS*/
.faq-accord{border: 1px solid #e8e8e8;margin-bottom: 28px; width: 100%;}
.faq-accord .faq-question{
    color: #717171;
    font-size: 16px;
    font-weight: bold;
    /* text-transform: uppercase; */
    padding: 15px 100px 15px 29px;
    cursor: pointer;
    position: relative;
}

.faq-accord .faq-question:after{
content: "";
display: block;
width: 27px;
height: 16px;
background: url(faq-arrow.png) no-repeat center;
position: absolute;
right: 28px;
top: 50%;
margin-top: -8px;
}

.faq-accord.active .faq-question:after{
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}

.faq-accord .faq-answer{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding: 0 29px 29px;
    display: none;
    overflow: hidden;
}
.faq-accord.active .faq-question{color:#333333;padding-bottom: 18px; padding-top:33px; }

/*RQ! code for "Migrate FAQ CSS"  ENDS*/

/*DJAS! code for "Migrate Belt & key CSS"  STARTS*/
.rowflex {display:flex;}
.rowflex .col-md-6 {
  	flex: 0 0 auto;
    width: 50%;
  	padding-right: 15!important;
    padding-left: 15!important;
}
/*DJAS! code for "Migrate Belt & key CSS"  ENDS*/

/*RQ! code for "Migrate Flashlight comparison page"  STARTS*/
/** PDF Table **/
template-page lightmatrix{ background:#f7f7f7; }

.template-page.lightmatrix #shopify-section-footer .site-footer,
.template-page.pdftable #shopify-section-footer .site-footer{padding-top:0; }
.template-page.lightmatrix #shopify-section-footer .page-width > div:nth-child(1),
.template-page.pdftable #shopify-section-footer .page-width > div:nth-child(1){ display:none; }
.template-page.lightmatrix #shopify-section-footer .site-footer__copyright,
.template-page.pdftable #shopify-section-footer .site-footer__copyright{ margin-top:0; border-top:0; }

/*
.template-page.pdftable .header-newletter,
.template-page.pdftable .site-header .main-wrapper .site-header__search,
.template-page.pdftable #shopify-section-header #top-nav-section,
.template-page.pdftable #shopify-section-header nav#AccessibleNav,
.template-page.pdftable #shopify-section-header .notification-bar,
.template-page.lightmatrix .header-newletter,
.template-page.lightmatrix .site-header .main-wrapper .site-header__search,
.template-page.lightmatrix #shopify-section-header #top-nav-section,
.template-page.lightmatrix #shopify-section-header nav#AccessibleNav,
.template-page.lightmatrix #shopify-section-header .notification-bar{ display:none; }

.template-page.lightmatrix #shopify-section-header,
.template-page.pdftable #shopify-section-header{ position:relative; }

.template-page.lightmatrix .site-header .main-wrapper,
.template-page.pdftable .site-header .main-wrapper{padding: 0;text-align: center;}

.template-page.lightmatrix .header-logo-section,
.template-page.pdftable .header-logo-section{margin:0;float: none;display: inline-block;text-align: left;width: auto;padding: 0;margin-right: -93px;}

.template-page.lightmatrix #PageContainer,
.template-page.pdftable #PageContainer{ padding-top: 0 !important; }

*/
.template-page.lightmatrix .main-content .section-header,
.template-page.pdftable .main-content .section-header{background: #fff !important;padding: 30px 0;overflow: hidden;}

.template-page.lightmatrix .main-content .section-header:after,
.template-page.pdftable .main-content .section-header:after{ background:none; }

.template-page.lightmatrix .main-content .section-header h1,
.template-page.pdftable .main-content .section-header h1{color:#000;text-transform: none;}

.template-page.lightmatrix .main-content .section-header p,
.template-page.pdftable .main-content .section-header p{font-size:30px;font-weight:300;color: #000;margin-bottom: 0;line-height: 1;}


.template-page.lightmatrix .main-content,
.template-page.pdftable .main-content{ padding-bottom: 0; }

#pdftable-main-container:after{ color:""; display:table; clear:both; }
#pdftable-main-container.enable_sticky{margin-top: 152px;}
#pdftable-main-container.enable_sticky .lightmatix-data-specs{ top:143px; }
.page-content.pdftable{background: #f7f7f7;padding-bottom: 0;padding: 50px 0;font-weight: 400;}

.pdf-table-tabs{ list-style: none; position: relative; margin: 0; display: none; }
.pdf-table-tabs li{ float: left; width: 25%; margin: 0; position: relative; }
.pdf-table-tabs li a{
    display: block;
    border-right: 1px solid #b8b8b8;
    padding: 16px 10px 14px;
    color: #f7f7f7;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #888;
}
.pdf-table-tabs li:last-child a{ border-right: 0; }
.pdf-table-tabs li.active a{ background: #0f0f0f; border-right: none; }

.pdf-table-tabs li.active:after,
.pdf-table-tabs li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pdf-table-tabs li.active:after {
    border-top-color: #0f0f0f;
    border-width: 8px;
    margin-left: -8px;
}
.pdf-table-tabs li.active:before {
    border-top-color: #838383;
    border-width: 9px;
    margin-left: -9px;
}

.pdf-table{list-style: none;margin: 0 -15px;padding: 50px 0 0;}
.pdf-table-symbols:after,
.pdf-table-symbols:after,
.pdf-table-tabs:after,
.tabled.pdf-table li .wrap-in:after,
.tabled.pdf-table .product-table-specs:after,
.pdf-table:after{ clear: both; width: 100%; height: 0; display: block; content: ""; }
.tabled.pdf-table li{ width: 50%; padding: 0 15px; float: left; margin-bottom: 30px; display:none; }

.tabled.pdf-table li .wrap-in{ border:1px solid #ddd; background: #fff; padding: 30px 20px 30px 30px; }

.tabled.pdf-table li .wrap-in .wrap-image{float: left;width: 22%;margin-right: 3%;padding-top: 45px;}
.tabled.pdf-table li .wrap-in .wrap-content{float: left;width: 75%;}
.tabled.pdf-table li .wrap-in .wrap-content .product-title{ color: #333333; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 16px; }
.tabled.pdf-table li .wrap-in .wrap-content .product-table-price{ padding: 10px 0 5px; }
.tabled.pdf-table li .wrap-in .wrap-content .product-table-price .product-price__price{ font-size: 16px; color: #e21616; }

.tabled.pdf-table .product-table-specs{ margin: 0 -10px;  }
.tabled.pdf-table .product-table-specs .product-table-spec-block{ float: left; width: 50%; padding: 0 10px; }
.tabled.pdf-table .product-table-specs .product-table-spec-block .product-spec{ margin-bottom: 10px; font-size: 13px; color: #555555; }
.tabled.pdf-table .product-table-specs .product-table-spec-block .product-spec span{ font-weight: bold; color: #000; }

.pdf-table-symbols{ padding-bottom: 50px; clear: both; }
.pdf-table-main-symbols .pdf-symbol{
    font-size: 13px;
    color: #000;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 30px;
}
.meta-spec.symbol-1,
.pdf-table-main-symbols .pdf-symbol.symbol-1{ background-image: url(/cdn/shop/files/pdf-table-symbol-1.png?v=1720635811); }
.meta-spec.symbol-2,
.pdf-table-main-symbols .pdf-symbol.symbol-2{ background-image: url(/cdn/shop/files/pdf-table-symbol-2.png?v=1720635811); }
.meta-spec.symbol-3,
.pdf-table-main-symbols .pdf-symbol.symbol-3{ background-image: url(/cdn/shop/files/pdf-table-symbol-3.png?v=1720635811); }
.meta-spec.symbol-4,
.pdf-table-main-symbols .pdf-symbol.symbol-4{ background-image: url(/cdn/shop/files/pdf-table-symbol-4.png?v=1720635811); }
.meta-spec.symbol-5,
.pdf-table-main-symbols .pdf-symbol.symbol-5{ background-image: url(/cdn/shop/files/pdf-table-symbol-6.png?v=1720635811); }
.meta-spec.symbol-6,
.pdf-table-main-symbols .pdf-symbol.symbol-6{ background-image: url(/cdn/shop/files/pdf-table-symbol-triangle.svg?v=1720635811); }
.pdf-table-main-symbols .pdf-symbol.symbol-6{ background-size: 15px 13px; }
.meta-spec.symbol-7,
.pdf-table-main-symbols .pdf-symbol.symbol-7{ background-image: url(/cdn/shop/files/pdf-table-symbol-7.svg?v=1720635809); }
.pdf-table-main-symbols .pdf-symbol.symbol-7{ background-position: 2px center; } /* change by ASP-43 */
.meta-spec.symbol-8,
.pdf-table-main-symbols .pdf-symbol.symbol-8{ background-image: url(/cdn/shop/files/pdf-table-symbol-number.svg?v=1720635810); }
.pdf-table-main-symbols .pdf-symbol.symbol-8{ background-size: 10px 13px; background-position: 1px center; } /* change by ASP-43 */

.meta-spec{
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    margin-top: 4px;
    margin-left: 5px;
}
#sticky-header-light-matrix .pdf-table.grid_layout{padding-top: 50px;border-bottom: 0;}
.pdf-table.grid_layout{float: left;margin: 0;display: block;border: 1px solid #ddd;background: #fff;width: 100%;position: relative;padding-top: 0;}
.pdf-table.grid_layout li{float: left;width: 120px;background: #fff;margin-bottom: 0;display: block !important;}
.pdf-table.grid_layout li.product-list.hovering{
    position:relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec.spec_hover{
    position:relative;
    background:#fff;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
}
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec.spec_hover.spec_active{
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.pdf-table.grid_layout li.display_important{ display: block !important; }
#lightmatix-data-center td .wrap-in .wrap-content .product-title,
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title{color: #fff;font-size: 12px;font-weight: bold;line-height: 16px;height: 48px;display: table;margin-bottom: 0;text-align: center;width: 100%;background: #333333;}
#lightmatix-data-center td .wrap-in .wrap-content .product-title a,
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title a{display: table-cell;vertical-align middle;padding-bottom: 0;vertical-align: middle;color: #fff;border-right: 1px solid #2f2f2f;}

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec span,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec span{ display: none; }

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec span.product-price__price{
    display:inline;
    font-size:14px;
    font-weight:bold;
    color: #e21616;
}

#lightmatix-data-center td .wrap-in .product-table-specs,
.grid_layout.pdf-table .product-table-specs{border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center;}
#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec{padding: 10px 5px;height: 100px; max-height: 100px; overflow: hidden; display: table;width: 100%;vertical-align: middle;font-size: 12px;position: relative;color: #333;font-weight: 400;}
#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec > div,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec > div{ display: table-cell; vertical-align:middle; white-space: wrap; }

.spec-table-title{ position: relative; }

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec > div.appended-desc,
.spec-table-title > div.appended-desc{
    background: #333;
    position: absolute;
    top: 0;
    width: 200px;
    padding: 20px;
    color: #fff;
    text-align: left;
    left: 100%;
    right: auto;
    z-index: 190;
}


.spec-table-title > div.appended-desc:before{
    right: 100%;
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -10px;
}
.spec-table-title > div.appended-desc:before{
    right:auto;
    left: -10px;
    border-right-color: #333;
    border-width: 5px;
    border-left-color: transparent;
}

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec:nth-child(2n),
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec:nth-child(2n) { background: #f7f7f7; }

#mobile-list-spec{ display:block; }
#pdftable-main-container .page-width{ position:relative; }

#mobile-list-spec{
    position: absolute;
    top: 0;
    z-index: 25;
    width: 88px;
}
.lightmatix-data-specs{
    width: 88px;
    position:absolute;
    top: 109px;
    left:0;
}
#lightmatix-data-center tr td:first-child .wrap-in .wrap-image{ border-left:1px solid #ddd; }
#lightmatix-data-center td .wrap-in .wrap-image,
.grid_layout.pdf-table li .wrap-in .wrap-image{display:flex; align-items: center; justify-content: center; border-top:1px solid #ddd;border-right:1px solid #ddd;padding: 10px 5px;height: 120px;position: relative;}
.lightmatix-data-specs,
.grid_layout.pdf-table li.first-list{width: 88px;font-size: 12px;font-weight: bold;color: #fff;background: #888888;z-index: 200;}
.grid_layout.pdf-table li .product-table-price{ display: none; }

.grid_layout.pdf-table li .product-table-specs{border-bottom:none; }

#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w{ display: table; width: 100%; height: 100%; }
#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w-c{ display: table-cell; vertical-align: bottom; }
#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w-c img{ vertical-align: bottom; }

.lightmatix-data-specs .spec-table-titles .spec-table-title,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title{
    padding: 10px 15px;
    height: 100px;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-right: solid 1px #ddd;
}
.lightmatix-data-specs .spec-table-titles .spec-table-title{border-right:none;}
.lightmatix-data-specs .spec-table-titles .spec-table-title.image-con{border-right:1px solid #ddd;width: 88px;}
.lightmatix-data-specs .spec-table-titles .spec-table-title span,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title span{
     display: table-cell; vertical-align:middle; 
}
.lightmatix-data-specs .spec-table-titles .spec-table-title .description,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title .description{ display: none; }

.lightmatix-data-specs  .image-con{min-height: 90px;background: #fff;}
.grid_layout.pdf-table .first-list.table-first .image-con {
    min-height: 120px;background: #fff;
}
.lightmatix-data-specs  .title-con,
.grid_layout.pdf-table .first-list.table-first .title-con {min-height: 48px;height: auto !important;background: #333;}


.lightmatix-data-specs .title-con .arrow-left,
.grid_layout.pdf-table .first-list.table-first .title-con .arrow-left {
    width: 0;
    height: 0;
    border-top: 48px solid #000;
    border-left: 89px solid #fff;
    position:absolute;
    top: 0;
    left: 0px;
}
.lightmatix-data-specs .title-con .arrow-left.sec,
.grid_layout.pdf-table .first-list.table-first .title-con .arrow-left.sec {
    width: 0;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 89px solid #000;
    top;1px
}
.lightmatix-data-specs .title-con,
.grid_layout.pdf-table .first-list.table-first .title-con{
  position:relative;
  overflow:hidden;
  height:48px;
  overflow: hidden;
}
.lightmatix-data-specs .image-con{height: 170px !important;border-left: 1px solid #ddd;}

.lightmatix-data-specs .label-right,
.grid_layout.pdf-table .first-list.table-first .title-con .label-right{position:relative;text-align:right;z-index:100;padding-right: 7px;font-weight: 400;padding-top: 3px;height: 24px;}
.lightmatix-data-specs .title-con .label-left,
.grid_layout.pdf-table .first-list.table-first .title-con .label-left{
    position: relative;
    z-index: 100;
    padding-left: 7px;
    font-weight: 400;
    padding-top: 4px;
    height: 24px;
}

.lightmatix-data-specs .spec-table-title:nth-child(2n),
.grid_layout.pdf-table .first-list.table-first .spec-table-title:nth-child(2n){background:#777777;}

.pdf-table.grid_layout li.first-list.table-first:hover{ box-shadow: none; }


.with_margin-top{ margin-top: 50px !important; margin-bottom: 50px !important; }

#sticky-header-light-matrix.remove-li-activate .pdf-table.grid_layout{ padding-top:0; }
.lightmatix-data-specs .spec-table-titles .spec-table-title.image-con.no-heading-bar{ height: 120px !important; }

#sticky-header-light-matrix.remove-li-activate .grid_layout.pdf-table li .wrap-in .wrap-image{border-top:1px solid transparent; }

#pdftable-main-container.enable_sticky #sticky-header-light-matrix.remove-li-activate{top: 276px;}

#sticky-header-light-matrix .clone-pdf-table-title.tile-edc,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-edc,
.pdf-clone-table-1 .clone-pdf-table-title.tile-edc{
    position: absolute;
    top: 0;
    left: 87px;
    right: 250px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-transitional,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-transitional,
.pdf-clone-table-1 .clone-pdf-table-title.tile-transitional{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 250px;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-duty,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-duty,
.pdf-clone-table-2 .clone-pdf-table-title.tile-duty{
    position: absolute;
    top: 0;
    left: 87px;
    right: 499px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-strategic,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-strategic,
.pdf-clone-table-2 .clone-pdf-table-title.tile-strategic{
    position: absolute;
    top: 0;
    right: 333px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-right: 0;
    left: 668px;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-edc,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-edc{
    right: auto;
    width: 831px;
    background:#888;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-transitional,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-transitional{
    left: 916px;
    right: auto;
    width: 251px;
    border-right: 1px solid #ddd;
    background: #777;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-duty,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-duty{
    left: 1166px;
    right: auto;
    width: 582px;
    border-right: 1px solid #ddd;
    background:#888;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-strategic,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-strategic{
    left: 1749px;
    right: 0;
    background: #777;
}
#main-pdftable-list.grid_layout{padding-left: 88px;border-top: 0;}
#main-pdftable-list{padding-left: 0px;border-top: 0;}

.grid_layout.pdf-table li .spec-table-titles{display:none;}
#sticky-header-light-matrix li .spec-table-titles{ display:block;}
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title,
.grid_layout.pdf-table li .wrap-in .wrap-image{ display:none; }
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-content .product-title{ display:table; }
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-image{ display:flex;}
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-image img { max-height: 100%; }


.pdf-table-mobile-wrapper{width: 100%;overflow: hidden;overflow-x: scroll;padding-bottom: 30px;/* margin-bottom: 50px; */}

.pdf-table-mobile-wrapper .grid_layout.pdf-table li:nth-child(14) .product-table-specs{ border-right:1px solid #ddd; }
.pdf-table-mobile-wrapper .grid_layout.pdf-table li:nth-child(14) .wrap-in .wrap-image{ border-right:1px solid #ddd; }
.pdf-table-mobile-wrapper .pdf-table.grid_layout li:nth-child(14){min-width: 84px;}

.pdf-table-mobile-wrapper .grid_layout.pdf-table li:last-child .product-table-specs{ border-right:none; }
.pdf-table-mobile-wrapper .grid_layout.pdf-table li:last-child .wrap-in .wrap-image{ border-right:none; }

.pdf-clone-table-1 .clone-pdf-table-title.tile-edc{
    position: absolute;
    top: 0;
    left: 87px;
    right: 250px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
.pdf-clone-table-1 .clone-pdf-table-title.tile-transitional{
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 250px;
}
.pdf-clone-table-2 .clone-pdf-table-title.tile-duty{
    position: absolute;
    top: 0;
    left: 87px;
    right: 499px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
.pdf-clone-table-2 .clone-pdf-table-title.tile-strategic{
    position: absolute;
    top: 0;
    right: 333px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    left: 668px;
}
.pdftable-controls{ float: right; margin-top: 10px; }
.pdftable-header-left{float: left;margin-top: 13px;}
.pdftable-controls a{
    
    width: 40px;
    height: 40px;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.pdftable-controls a span{
    display: table-cell;
    vertical-align: middle;
}
.pdftable-controls a span span{
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display:block;
}
.pdftable-controls #pdftable-control-table span span{
    background: url(/cdn/shop/files/pdf-table-table-view_1.png?v=1720641643) no-repeat center #000;
}
.pdftable-controls #pdftable-control-grid span span{
    background: url(/cdn/shop/files/pdf-table-grid-view.png?v=1720641439) no-repeat center #fff;
}

.pdftable-controls a.active{ border-radius:50%; border:1px solid #ddd; background:#f7f7f7; }

.pdftable-controls #pdftable-control-grid.active span span{
    background: url(/cdn/shop/files/pdf-table-grid-view-active.png?v=1720641643) no-repeat center #f7f7f7;
}
.pdftable-controls #pdftable-control-table.active span span{
    background: url(/cdn/shop/files/pdf-table-table-view.png?v=1720641439) no-repeat center #e21616;
}

.pdftable-controls > div{ display: inline-block; vertical-align: middle; margin-left: 5px; }
.pdftable-controls > div.pdftable-label{ color: #000; font-size: 16px; font-weight: bold; margin-right: 5px; }

.pdf-symbol-table-con{float: right;width: 67%;}
.pdf-table-main-symbols{float: left;width: 30%;margin-right: 1%;}
.pdf-symbol-tables { margin: 0 -5px; }
.pdf-symbol-tables .pdf-symbol-table{ width:33.33%; padding: 0 5px; float:left; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box{background:#fff;border:1px solid #ddd;border-bottom:none;font-size: 13px;}
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box.last{ border-bottom: 1px solid #ddd; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box:after{content:""; display:block; clear:both; width:100%; height:0; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box .pdf-symbol-table-box-left{
    padding: 10px 20px;
    display: block;
    vertical-align: middle;
    width: 70%;
    float: left;
    border-right:1px solid #ddd;
}
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box .pdf-symbol-table-box-right{
    padding: 21px 10px;
    display: block;
    vertical-align: middle;
    width: 30%;
    float: left;
    text-align: center;
}

table.symbol-spec{ float: left; width: 21.7%; margin-left: 1%; vertical-align: middle; background: #fff; }

.liability-manuals{ width: 50%;  margin: 0; list-style: none; }
.liability-manuals a{ color: #BE0808; font-size: 15px; text-decoration: none; }
.liability-manuals a:hover{ color:#008cba; text-decoration: underline; }


.spec-question-mark{
	position: absolute;
	top: 3px;
	right: 3px;
	background: #e21616;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
#top-scroll-bar-wrapper{
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
    max-width: 1170px;
    /* display: none; */
    height: 14px;
    background: transparent;
}
#pdftable-main-container.enable_sticky  #top-scroll-bar-wrapper{
    position: fixed;
    top: 259px;
    z-index: 998;
    background: transparent;
}
#top-scroll-bar-pdf{ height:30px; position:relative; }
#pdftable-main-container.enable_sticky #dragger-pdf{
    position: fixed;
    top: 259px;
    z-index: 950;
}
.dragger-pdf{position:relative;height: 20px;width:100%;margin-bottom: 27px;background: #888;max-width: 1170px;display: none;}
.dragger{
	display: block;
	width: 30px;
	height: 20px;
	background: rgb(51, 51, 51);
	position: absolute;
	top: 0;
	left: 4px;
	cursor: pointer;
}
#sticky-header-light-matrix{
  width:100%;
  /*overflow-x: hidden;*/
  overflow: hidden;
  max-width: var(--page-width, 1320px);
  position:relative;
}

#pdftable-main-container.enable_sticky #mobile-list-spec{top: 119px;}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix{
    position:fixed;
    top: 226px;
    z-index:400;
    background: #fff;
}
#pdftable-main-container.enable_sticky .clone-pdf-table-title{ display:none; }

#pdftable-main-container.enable_sticky #main-pdftable-list2 > li:nth-child(2){margin-left: 88px;}

#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title{
    height: 121px;
    width: 89px;
}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table .first-list.table-first .title-con{width: 89px;}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table li.first-list{
    position: fixed;
    top: 276px;
    margin-left: -2px;
    border-left: 1px solid #ddd;
}
#pdftable-main-container.enable_sticky #main-pdftable-list.grid_layout{
    padding-top: 168px;
}

#pdftable-main-container.enable_sticky .lightmatix-data-specs .spec-table-titles .spec-table-title.image-con,
#pdftable-main-container.enable_sticky .lightmatix-data-specs .spec-table-titles .title-con{ display:none; }

#sticky-header-light-matrix:after{
    content:"";
    display:block;
    width:100%;
    height:0;
    clear:both;
}
.remove-matix-column:active,
.remove-matix-column:hover,
.remove-matix-column {
    display: none;
    text-align: center;
    line-height: 16px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    padding: 1px 2px;
    position: absolute;
    top: 5px;
    right: 4px;
}
.pdf-table.grid_layout li .wrap-in {
    position: relative;
}
.pdf-table.grid_layout li.product-list.hovering .remove-matix-column,
.pdf-table.grid_layout li.product-list:hover .remove-matix-column{display: block;}

.page-content .rte:after{ clear: both; width: 100%; height: 0; content: ""; display: contents; }

.rte a.block-btns,
.block-btns{
    padding: 10px 42px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    background: #e21616;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    min-width: 250px;
    text-align: center;
}

.top-bar-header-section{
    background: #232323;
}
.top-bar-header-section:after,
.top-bar-header-section ul:after{ content: ""; display: block; width: 100%; height: 0; clear: both; }
.top-bar-header-section ul{ list-style: none; margin: 0; float: right; }
.top-bar-header-section ul li{float: left;margin-left: 18px;margin-bottom: 0;}
.top-bar-header-section ul li a{
    text-transform: uppercase;
    color: #919191;
    display: block;
    line-height: 40px;
    padding-top: 3px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    height: 42px;
  	transition: all .25s ease;
}
.top-bar-header-section ul li a:hover {
 	color: white; 
}
.top-bar-header-section .top-bar-wrapper{
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}

.top-bar-header-section ul li.top-bar-cart a{
    background: url(cart-icon.png) no-repeat left center;
    background-size: 12px;
    padding-left: 25px;
}
.top-bar-header-section ul li.top-bar-cart a span{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e31616;
    text-align: center;
    line-height: 17px;
    font-size: 8px;
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.instruction-pdftable {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0 20px 20px;
    height: 44px;
    overflow: hidden;
}
.slide-to-see-right {
    height: 50px;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto';
}
.template-page .section-header h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    padding: 0;
}
.template-page.lightmatrix .section-header h1, .template-page.pdftable .section-header h1 {
    color: #000;
    text-transform: none;
}
.template-page.lightmatrix .section-header, .template-page.pdftable .section-header {
    background: #fff !important;
    padding: 30px 0;
    overflow: hidden;
}
#slide-to-see-right a {
    margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #e31616;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
#top-scroll-bar-wrapper {
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
    max-width: 1170px;
    /* display: none; */
    height: 14px;
    background: transparent;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
#top-scroll-bar-pdf {
    height: 30px;
    position: relative;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}  
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #333;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}
.rq-pdftable-main .hide {
    display: none!important;
}
#top-scroll-bar-wrapper {
    max-width: var(--page-width, 1320px);
}
/*RQ! code for "Migrate Flashlight comparison page"  ENDS*/

/*RQ! code for "Question: Logo List image issue*"  STARTS*/  
.rq-logo-list .flex-grid {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align:center;
  grid-column-gap: 2%;
}
.rq-logo-list .flex-grid img {
  width: 100%;
}
@media (max-width: 900px) {
  .rq-logo-list .flex-grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align:center;
  }
}
@media (max-width: 400px) {
  .rq-logo-list .flex-grid {
    grid-template-columns: 1fr 1fr;
    text-align:center;
  }
}
.rq-logo-list .rte h3 {
    display: block;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    line-height: 1.4;
    font-size: 1.57143em;
}
.rq-logo-list .rte h5 {
    display: block;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    line-height: 1.4;
    font-size: 1.14286em;
}
/*.rq-logo-list .page-content {
    padding-top: 50px;
}*/
.rq-mian-logo-bg.section-header {
    margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .rq-mian-logo-bg.section-header {
      display: block;
      width: 100%;
  }
}
.rq-mian-logo-bg.section-header {
    padding: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: #393742;
}
.rq-mian-logo-bg.section-header {
    position: relative;
}
.rq-mian-logo-bg.section-header {
    margin-bottom: 0;
    background: #393742;
    background-position: center;
    background-repeat: no-repeat;
}
.rq-mian-logo-bg.section-header.history {
    background-color: #3c3a44;
}
.rq-mian-logo-bg .section-header__image {
    background-color: #3c3a44;
}
.rq-mian-logo-bg .site-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.rq-mian-logo-bg.section-header .section-header__image .site-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: right;
    background-repeat: no-repeat;
}
.rq-mian-logo-bg.section-header .section-header-wrap {
    display: table;
    width: 100%;
    height: 121px;
    vertical-align: middle;
}
.rq-mian-logo-bg.section-header .section-header-wrap {
    height: 121px;
}
.rq-mian-logo-bg.section-header .section-header-wrap .inner-section-header-wrap {
    display: table-cell;
    vertical-align: middle;
}
.rq-mian-logo-bg.section-header .inner-section-header-wrap {
    padding: 2px 0 0;
}
.rq-mian-logo-bg.section-header h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 9;
}
.rq-mian-logo-bg.section-header.history p {
    padding-top: 12px;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.7;
    max-width: 303px;
    margin-bottom: 0;
    color: #fff;
}  
.rq-mian-logo-bg.section-header .inner-section-header-wrap p {
    font-size: 14px;
    max-width: 340px;
}
nav.rq-breadcrumb.breadcrumb {
    display: none;
}
@media only screen and (max-width: 860px) {
  .rq-mian-logo-bg.section-header .section-header__image .site-wrapper {
      display: none;
  }
}
.section-header .page-width {
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .rq-mian-logo-bg .page-width {
      padding: 0 35px;
      width: unset;
      max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
   .rq-mian-logo-bg .page-width {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rq-mian-logo-bg .page-width {
      padding: 0 15px;
  }
}
@media only screen and (max-width: 860px) {
  .rq-mian-logo-bg.section-header .section-header-wrap {
      height: 121px;
  }
}
.rq-main-agency .page__content.reading-width  {
    max-width: 100%;
}
.rq-main-agency .reading-width {
    max-width: 100%;
}
/*RQ! code for "lQuestion: Logo List image issue*"  ENDS*/

/*RQ! code for "Migrate custom image logic on PDP"  STARTS*/
div#product-media media-gallery button.media-ctrl__btn {
    display: none !important;
}
@media only screen and (max-width: 860px) {
  ul#gallery-viewer {
    pointer-events: none !important;
  }
}
/*RQ! code for "Migrate custom image logic on PDP"  ENDS*/

/*RQ! code for "Contact us page"  STARTS*/
.rq-contact-us {
    display: flex;
    column-gap: 100px;
    row-gap: 30px;
    padding-top: 50px;
}
.rq-contact-us div#contact-sidebar {
    flex: 20%;
}
.rq-contact-two {
    flex: 80%;
    margin: 0;
}
.rq-contact-m {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    padding-bottom: 50px;
    margin-top: 30px;
}
.rq-contact-us .contact-sidebar-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.rq-contact-us .contact-sidebar-address {
    border-bottom: 1px solid #e1e1e1;
    color: #666666;
    padding: 18px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.rq-contact-us .contact-sidebar-phones .phone {
    border-bottom: 1px solid #e1e1e1;
    color: #666666;
    padding: 18px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: url(/cdn/shop/files/icon-phone-contact.png?v=1721145451) left center no-repeat;
    padding-left: 38px;
}
.rq-contact-us label.label.rq-required::after {
    content: " *";
}
@media only screen and (max-width: 1023px) {
  .rq-contact-us {
      flex-direction: column;
  }  
}
/*RQ! code for "Contact us page"  ENDS*/

/*DJAS code for PDP Sell Sheet button */
.js-sell-sheet-iframe-toggle {
    background-color: rgb(var(--btn-bg-color));
    color: white;
    padding: 10px 15px;
    text-decoration: none!important;
    border-radius: 5px;
    display: inline-block;
  margin-bottom:20px;
}
/*DJAS code for PDP Sell Sheet button END */

/*DJAS code for PDP Stock Status */
.product-stock-status {font-size:20px}

/*DJAS code for PAGE */
.article-content img {
        padding-top: 0!important;
    }
/*DJAS code for PAGE ENDS */

/* DJAS - Store Locator */
.search_filters .search_filter {width:auto!important;}
#store-locator-title {padding-top:30px!important;}

@media (max-width: 510px) {
.search_filters .search_filter { width: 100%!important;}
}
/* DJAS - Store Locator ENDS */

/*DJAS code for PDP ANSI image */
#ANSI {width:300px;}
@media only screen and (max-width: 450px) {
  #ANSI {width:350px; text-align:center}
}
/*DJAS code for PDP ANSI image ENDS */

/*DJAS code - Home Slider */
.cc-slideshow {
  background-color: #0a0a0a;
/*DJAS code - Home Slider ENDS */
}

/* RQ - Store Locator "footer-image-logo" STARTS */
.rq-image-logo-desktop {
    padding-top: 20px;
}
/*.rq-image-logo-desktop img {
    max-width: 60%;
}*/
.rq-image-logo-mobile {
    display: none;
}
@media only screen and (max-width: 1023px) {
  .rq-image-logo-desktop {
      display: none;
  }
  .rq-image-logo-mobile {
      display: block;
      padding-bottom: 30px;
  }
  /*.rq-image-logo-mobile img {
      max-width: 60%;
  }*/
}
/* RQ - Store Locator "footer-image-logo" ENDS */

/* RQ - Store Locator "(Quote request) Product description Read more" STARTS */
.rq-hide-video-div {
    position: relative;
}
.rq-product-description-short {
    position: relative;
}
.rq-descreadmore {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.rq-descreadless {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.rq-descreadless svg {
    transform: rotate(180deg);
}
/* RQ - Store Locator "(Quote request) Product description Read more" ENDS */


/* RQ - Move Sell Sheet button out of description." STARTS */
.rq-show-pdf-dec #videos {
  display:none;
}
.rq-show-pdf-dec p {
  display:none;
}
.rq-show-pdf-dec div {
  display:none;
}
.rq-show-pdf-dec b {
  display:none;
}
.rq-show-pdf-dec a {
  display:none;
}
.rq-show-pdf-dec strong {
  display:none;
}
.rq-show-pdf-dec span {
  display:none;
}
.rq-show-pdf-dec ul {
  display:none;
}
.rq-show-pdf-dec li {
  display:none;
}
.rq-show-pdf-dec ol {
  display:none;
}
.rq-show-pdf-dec hr {
  display:none;
}
.rq-show-pdf-dec h1, .rq-show-pdf-dec h2, .rq-show-pdf-dec h3, .rq-show-pdf-dec h4, .rq-show-pdf-dec h5, .rq-show-pdf-dec h6  {
  display:none;
}
.rq-show-pdf-dec .sell-sheet {
    display: inline-block !important;
    padding-top: 30px;
}
.rq-show-pdf-dec .sell-sheet a {
    display: block !important;
}
.rq-show-pdf-dec .sell-sheet a strong {
    display: block !important;
}
.rq-hide-video-div .sell-sheet {
    display: none;
}
/* RQ - Move Sell Sheet button out of description." ENDS */

/*RQ! code for 'Replace sign up box with button' STARTS*/
button.rq-newsletter-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-inline-end: 25px !important;
}
/*RQ! code for 'Replace sign up box with button' ENDS*/

/* Quick search results - hide blog author and date */
.predictive-result__sub-title {
    display: none;
}
