@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.page-products h1 , .page-products h2 ,
.page-products h3 , .page-products h4 ,
.page-products h5 , .page-products h6, 
.page-products p , .page-products ul li,
.page-products li a , .page-products a ,
.page-products span {
    font-family: "Open Sans", sans-serif;
}

.container {
    width: 100%;
    max-width: 1370px;
    padding: 0 30px;
    margin: 0 auto;
    display: block;
}

.container-fluid {
    width: 100%;
    padding: 0 22px;
    margin: 0 auto;
    display: block;
}

.p-40 {
    padding: 40px;
}

.px-40 {
    padding: 0 40px;
}

.mt-40 {
    margin-top: 40px;
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.relative {
    position: relative;
}

.row-wrap {
    width: 100%;
    column-gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
    display: flex;
}

.row-wrap .full-col {
    width: 100%;
    display: block;
}

.row-wrap .half-col {
    width: calc(100% / 2 - 10px);
    display: block;
}

.row-wrap .fourty-col {
    width: calc(40% - 10px);
    display: block;
}

.row-wrap .sixty-col {
    width: calc(60% - 10px);
    display: block;
}

.row-wrap .three-col {
    width: calc(100% / 3 - 13.5px);
    display: block;
}

.row-wrap.no-gap {
    gap: 0;
}

.row-wrap.no-gap>.three-col {
    width: calc(100% / 3);
}

.row-wrap.no-gap>.half-col {
    width: calc(100% / 2);
}

.row-wrap.no-gap>.sixty-col {
    width: 60%;
}

.row-wrap.no-gap>.fourty-col {
    width: 40%;
}

.row-wrap.no-gap>.sixty-col {
    width: 60%;
}

.row-wrap.no-gap>.fourty-col {
    width: 40%;
}

.row-wrap.no-gap>.seventy-col {
    width: 70%;
}

.row-wrap.no-gap>.thirty-col {
    width: 30%;
}

.underline {
    text-decoration: underline !important;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center !important;
}

.row-reverse {
    flex-direction: row-reverse;
}

.col-reverse {
    flex-direction: column-reverse;
}

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

.uppercase {
    text-transform: uppercase;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100px !important;
}

.minh-200 {
    min-height: 200px !important;
}



input,
select,
textarea,
button {
    outline: none !important;
}

img.mx-100 {
    max-width: 100%;
    height: auto;
}

.light-dark {
    color: var(--font-color);
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase !important;
}

:root {
    --primary-color: #e6002d;
    --secondary-color: #231916;
    --font-color: #545454;
    --gray-color: #ededed;
    --white-color: #ffffff;
    --black-color: #000000;
}

/*CSS start here*/


/*banner css start here*/
.banner-wrap {
    position: relative;
    margin: 0 0 65px 0;
}

.content {
    width: 100%;
    background-image: url(../assets/hm-banner1.png);
    min-height: 660px;
    background-size: cover !important;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0;
    position: relative;
}

.banner-wrap .content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: var(--black-color);
    transition: all .3s ease-in-out;
    visibility: visible;
    z-index: 0;
}

.content.slide-2 {
    background-image: url(../assets/banner-img-1.png);
}

.content .content-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
}

.arrow-center .content .content-inner {
    padding: 0 !important;
}

.banner-wrap .content .content-inner h2 {
    font-weight: 500;
    color: var(--white-color);
}

.banner-wrap .content .content-inner h2.mw-400 {
    max-width: 400px;
}

.site-btn {
    padding: 10px 25px;
    background: #e6002d;
    color: var(--white-color);
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.site-btn.dark {
    border-radius: 0px;
    background: #000;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
    margin: 20px 0 0;
    transition: 0.2s all;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.site-btn:hover, .site-btn.dark:hover {
    background-color: var(--black-color);
    color: #fff;
}

.prd-btnsgroup .bnr-btn2 .site-btn:hover  {
    background: transparent;
    color: #e6002d;
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.content .content-inner h1 {
    font-weight: 500;
    color: var(--white-color);
    margin-top: 0;
}

.content .content-inner h1:not(:first-child) { 
   font-size:24px;
   line-height:30px;
   margin-bottom:10px;
}
.content .content-inner h2:not(:first-child) { 
   font-size:20px;
   line-height:28px;
   margin-bottom:10px;
}

.content .content-inner p {
   margin-bottom:10px;
   line-height:24px;
}


.content .content-inner p {
    color: var(--white-color);
}

/*banner css end here*/

/* =========================== where-to-buy page css start here =========================== */
/*banner css start here*/
.banner-wrap.wherebuy {
    background-image: url(../assets/banner-img.png) !important;
    background-position: center top;
}

/*.banner-wrap.wherebuy:before{content: inherit;}*/
/*.banner-wrap.wherebuy h1{color: var(--black-color);}*/
/*banner css end here*/

/*where to  buy section css start here*/
.wherebuy-wrap {
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0;
}

.wherebuy-wrap .wherebuy-caption {
    display: block;
    position: relative;
}

.wherebuy-wrap .filter-form {
    margin-bottom: 40px;
    display: block;
}

.wherebuy-wrap .filter-form .row-wrap {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.wherebuy-wrap .ftr-item {
    width: auto;
    display: block;
}

.wherebuy-wrap .ftr-item select {
    background-color: #f7f7f7;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px 40px 5px 12px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../assets/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 12px center;
    cursor: pointer;
}

.wherebuy-wrap .ftr-item label {
    font-weight: 500;
    color: var(--black-color);
    display: inline-flex;
    margin-right: 10px;
}

.wherebuy-wrap .ftr-item input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #bdbdbd;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    box-shadow: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wherebuy-wrap .ftr-item-inner {
    display: flex;
    align-items: center;
}

.range-slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.range-slider .range-slider__value {
    color: #737373;
    font-weight: 500;
    min-width: 56px;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: var(--gray-color);
    padding: 0;
    margin: 0;
    border: 0px !important;
    min-width: 220px;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--white-color);
    border: 2px solid #e6002d;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.wherebuy-wrap .site-btn {
    line-height: 22px;
}

.find-location-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.find-location-wrap .locations-info {
    width: 220px;
    padding-right: 10px;
}

.find-location-wrap .locations-info ul li {
    width: 100%;
    display: block;
    margin: 30px 0 0 0;
}

.find-location-wrap .locations-info ul li span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #00000096;
    padding: 0 0 2px 0;
}

.find-location-wrap .locations-info ul li span.area-code {
    text-transform: uppercase;
}

.find-location-wrap .locations-info ul li span a {
    color: #e6002d;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.find-location-wrap .locations-info ul li span a svg {
    width: 18px;
    height: 18px;
}

.find-location-wrap .map-info {
    width: calc(100% - 220px);
}

.map-inner {
    position: relative;
    overflow: hidden;
}

.map-inner iframe {
    filter: grayscale(100%);
    display: block;
}

.lc-finder {
    width: 100%;
    max-width: 330px;
    border: 2px solid #e6002d;
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 16px 22px;
    position: absolute;
    top: 28%;
    left: 28%;
}

.lc-finder:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0px 10px;
    border-color: var(--white-color) transparent transparent transparent;
    z-index: 9999;
}

.lc-finder:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0px 10px;
    border-color: #e6002d transparent transparent transparent;
    z-index: 9998;
}

.lc-finder h6 {
    color: #e6002d;
}

.lc-finder ul {
    width: 100%;
    max-width: 180px;
}

.lc-finder ul li {
    margin-bottom: 15px;
}

.lc-finder ul li:last-child {
    margin: 0;
}

.lc-finder ul li,
.lc-finder ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #00000096;
    text-decoration: none;
    font-weight: 500;
}

.lc-finder ul .icons {
    padding: 0 0 0 25px;
    background-image: url(../assets/lc.png);
    background-size: 16px;
    background-position: left top 3px;
    background-repeat: no-repeat;
}

.lc-finder ul .icons.phone {
    background-image: url(../assets/call.png);
    background-position: left top 4px;
    background-size: 15px;
}

.lc-finder ul .icons.url {
    background-image: url(../assets/link.png);
}

.lc-finder ul li a:hover {
    color: #e6002d;
}

/*where to  buy section css end here*/
/* =========================== where-to-buy page css end here =========================== */


/* =============== Universal Product Finder - Business css start here ================= */
/*----- Global sidebar and filter css  -----*/



.search-bar {
    position: relative;
    margin-bottom: 30px;
}

.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    border: solid 1px #8b8b8b;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
}

.search-bar button {
    width: 20px;
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    padding: 0px;
    background-color: transparent;
}

.search-bar button:hover , button.prd-list-filter-search:focus {
    background-color: transparent;
}

.prd-listsidebar .accordion h3 {
    font-size: 16px;
    margin: 25px 0 0;
    padding: 12px 3px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.prd-listsidebar .accordion .accordion-content {
    display: none;
    padding: 10px 0 0; 
}

.prd-listsidebar .accordion .accordion-content a {
    color: inherit; transition:0.3s all;
    
}
.prd-listsidebar .accordion .accordion-content a:hover {
    color: #e6002d;
}

.prd-list-inners ul { list-style:none; padding:0; }
.prd-listsidebar .accordion .accordion-content.show { display: block; }
.prd-listsidebar .accordion .accordion-item { position: relative; }

.prd-listsidebar .accordion .accordion-icon {
    font-size: 22px;
    transition: transform 0.5s;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 0px;
    color: #000;
    transform: rotate(45deg);
    font-weight: 500;
}

.prd-listsidebar .accordion .accordion-content label {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.prd-listsidebar .accordion .accordion-item.active .accordion-icon {
    transform: rotate(-135deg);
    top: 10px; right: 8px;
}

.prd-listsidebar .accordion .accordion-content label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.prd-listsidebar .accordion .accordion-content label input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid 2px #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.product-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-gap: 10px 35px;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
}

.product-toolbar .sort-dropdown {
    padding-right: 0px;
    position: relative;
}
.product-toolbar .sort-dropdown select {
    padding:5px 0px 5px 8px;
    font-size: 16px;
    border-radius: 4px;
    border: 0;
    appearance: none;
    max-width: 100%;
    background: transparent;
    padding-right: 18px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}



.product-toolbar .sort-dropdown span.slct-icn {
    transform: rotate(45deg);
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 0;
}

.product-toolbar .hide-filters {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    cursor: pointer;
    color: #111;
}

.product-toolbar .hide-filters img {
    width: 18px;
    height: 18px;
}


/*--- banner css start here ---*/
.prd-finderbusnes-inner .swiper-slide .content-inner h5 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 0.267em;
}

.prd-finderbusnes-inner .swiper-slide .content-inner h1,
.prd-finderbusnes-inner .swiper-slide .content-inner h2 {
    font-weight: 400;
    color: var(--white-color);
}

.prd-finderbusnes-inner .swiper-slide .content-inner .btn-row {
    margin-top: 30px;
}

.prd-finderbusnes-inner .content-inner br {
    display: none;
}

/*--- Displays Monitors ---*/
.prd-sec-finddisplays {
    margin: 0 0 80px;
}

.prd-fiddisply-box .blk-tx {
    color: #000;
    display: block;
}

.row-wrap.prd-fiddisplay-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.3fr 3fr;
    align-items: center;
    row-gap: 25px;
    column-gap: 25px;
}

.prd-fiddisply-box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

/*--- Global Products lists ----*/
section.prd-sec-prdctlist {
    margin-bottom: 60px;
}

.row-wrap.prd-prodcts-inner {
    display: flex;
    grid-gap: 25px 50px;
    flex-direction: row;
    justify-content: space-between;
}

.prd-listsidebar.prd-prdctlist-box {
    max-width: 280px;
    width: 100%;
    display: block;
}
.prd-prdctlist-box {
    flex: 1;
}

.prd-list-inners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px 30px;
    position: relative;
}

.business-products-list .site-btn.dark {
    width: 200px;
    display: block;
}

.business-products-list .prd-list-inners .products-list {
    padding: 15px;
    border: solid 1px #afafaf;
    box-shadow: 0 0 10px 0 #e4e4e4;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.business-products-list .prd-list-inners .product-content { 
    display: flex;
    flex-direction: column;
    height: 100%;
}
.business-products-list .prd-list-inners .product-content .prd-btn {
    margin-top: auto;
}
.prd-list-inners .product-thumbnail {
    height: 200px;
    text-align: center;
    margin-bottom: 25px;
    min-height: 200px;
}

.prd-list-inners .product-thumbnail img.mx-100 {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: contain;
}

p.prd-model {
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--font-color);
}

.products-list .product-title a {
    color: inherit;
    text-decoration: none;
}

.products-list .product-title h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 15px;
    min-height: 60px;
}

.products-list p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #000;
}

.product-content .pr-model-no-and-copy {
    padding-bottom: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.product-content .prd-sizes {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin: 0px;
    align-items: center;
    flex-wrap: wrap;
}
.product-content .prd-sizes p {
    min-width: 85px;
    margin: 0;
}

.prd-list-inners .prd-sizes ul {
   display: flex;
    list-style: none;
    padding: 0;
    position: relative;
}
.prd-list-inners .prd-sizes ul li {
    position: relative;
    padding-right: 18px;
}
.prd-list-inners .prd-sizes ul li:last-child {
    padding-right: 0px;
}
.product-content .prd-sizes ul li:not(:last-child)::before {
    position: absolute;
    content: "|";
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    line-height: 24px;
}

.prd-list-inners .prd-sizes ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--font-color);
    text-decoration: none;
    transition: 0.4s;
}

.prd-list-inners .prd-sizes ul li a.active,
.prd-list-inners .prd-sizes ul li a:hover {
    color: #e6002d;
}


.prd-otherlist ul li , 
.prd-otherlist > p,
.prd-otherlist .extra-feature { 
    margin: 0 0 10px; 
    padding-left: 25px; 
    position: relative; 
    font-family: "Open Sans", sans-serif;
}

.prd-otherlist ul li:last-child ,
.prd-otherlist p:last-child {
    margin:0; 
}
.prd-otherlist ul li::after {
    position: absolute;
    content: "";
    inset: 0;
    top: 3px;
    background: #e6002d;
    border-radius: 50px; 
    width: 10px;
    height: 10px;
    /* background-image: url(../assets/li-aero.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}



.prd-otherlist p::after { 
    position: absolute;
    content: "";
    inset: 0;
    top: 7px;
    background: #e6002d;
    border-radius: 50px; 
    width: 10px;
    height: 10px;
} 





.product-content a.pr-list-learn-more-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0;
    transition: 0.2s all;
    letter-spacing:2px;
}

.product-content a.pr-list-learn-more-btn:hover { 
    background: #e6002d;
}


/*--- Global Con page, Products lists ----*/


section.prd-sec-prdctlist.consumer-products-list {
    padding: 60px 0;
    background: #F7F7F7;
    margin-top: -65px;
    margin-bottom: 0px;
}

.consumer-products-list .prd-list-inners {
    display: grid;
    grid-gap: 15px;
}

.consumer-products-list .prd-list-inners .products-list {
    padding: 15px 15px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;    
    border-radius: 7px;
}


.prd-list-inners span.price {
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}


.consumer-products-list .prd-list-inners .prd-color-size-wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 25px;
    margin:5px 0 25px;
}


.consumer-products-list .prd-list-inners .prd-color-size-wrapper .prd-colors {
    display: flex;
    flex-direction: column;
    width: 110px;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0;
}


.consumer-products-list .prd-list-inners .prd-color-size-wrapper .prd-sizes ul {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.consumer-products-list .prd-list-inners .prd-sizes ul li {
    padding-right: 0px;
}

.consumer-products-list .prd-list-inners .prd-sizes ul li a {
    border: solid 1px #d0d0d0;
    padding: 5px 7px;
    color: #000;
    line-height: 20px;
    display: block;
}

.consumer-products-list .prd-list-inners .prd-sizes ul li a:hover { 
    color: #e6002d;
}
.consumer-products-list .prd-list-inners .consumer-products-list .prd-list-inners p {
    font-size: 14px;
    line-height: 20px;
} 

.consumer-products-list .pr-model-no-and-copy span.prd-model {
    font-weight: 600;
    color: #000;
}

.prd-collects {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.prd-collects .prd-saved{
    margin-left: auto;
}
.con-sec-prdctlist .row-wrap.prd-prodcts-inner {
    display: grid;
    grid-template-columns: 1.1fr 4fr;
    grid-gap: 25px 50px;
}

.con-prodcts-inner .prd-list-inners {
    grid-gap: 20px;
}

.con-list-inners .products-list {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 40px 0px #dbdbdb;
    border-radius: 8px;
}

.prd-collects .prd-saved a {
    width: 35px;
    height: 35px;
    background: #e6002d;
    padding: 10px 12px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
    transition: 0.3s all;
}
.prd-collects .prd-saved a:hover img  { filter:brightness(0);  transition: 0.3s all; }


.prd-collects .site-btn {
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 0px;
    cursor: unset;
    color: #fff;
    font-weight: 600;
}

.con-list-inners .product-thumbnail {
    margin: 5px 0 30px;
    display: inline-block;
}

.prd-colors,
.prd-btnsgroup,
.prd-compare,
.prd-firsinnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
}



.prd-colors ul,
.prd-soclicn ul {
    display: flex;
    grid-gap: 10px;
}

.prd-colors ul li {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50px;
    border: solid 1px transparent;
}

.prd-colors ul li.l-grey {
    background-color: #737373;
}

.prd-colors ul li.l-black {
    background-color: #000;
}

.prd-colors ul li.l-white {
    background-color: #fff;
    border-color: #000;
}

.prd-soclicn ul li a {
    background: #e6002d;
    width: 38px;
    height: 38px;
    padding: 7px;
    display: inline-block;
    border-radius: 100px;
}

.prd-soclicn ul li img.mx-100 {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
}

.prd-btnsgroup {
    flex-wrap: nowrap;
    margin-top: 30px;
    grid-gap: 10px;
}

.consumer-products-list .products-list .product-title h2 {
    margin-top: 5px;
}
.consumer-products-list .products-list .prd-btnsgroup {
    margin-top: auto;
}


.prd-btnsgroup .bnr-btn {
    width: 100%;
}

.prd-btnsgroup .bnr-btn1 a.site-btn:not(:hover) {
    background: transparent;
    color: #e6002d;
    border: solid 1px #e6002d;
}

.prd-btnsgroup .bnr-btn1 a.site-btn:hover {
    border: solid 1px transparent;
}

.prd-btnsgroup a.site-btn {
    border-radius: 0px;
    padding: 8px 15px 9px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border: solid 1px;
}

.prd-compare {
    margin: 15px 0 0;
    padding-left: 5px;
}

.prd-compare label,
.prd-compare p {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 0;
}
.prd-compare p.valid {
    margin: 3px 0 0;
}

.prd-compare label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #e6002d;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
    top: 3px;
    border-radius: 100px;
}

.prd-compare label input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid 1px #e6002d;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

/* =============== Universal Product Finder - Business css end here ================= */

/* =============== Displays, Projectors, DVLED Single Product Detail Pages css start here ================= */
section.sgl-sec-productdetails {
    padding: 60px 0;
    border-top: solid 1px #ccc;
}

.sgl-productdetails-inner {
    display: grid;
    grid-gap: 25px 40px;
    grid-template-columns: 1fr 1.5fr;
}

.sgl-productdetails-inner .sgl-prductdtils-box {
    overflow: hidden;
}

.sgl-prdtailsbox h1 {
    font-weight: 500;
    font-size: 32px;
    margin: 15px 0;
    line-height: 1.3em;
}

.sgl-prdtailsbox p.sgl-nmbr {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-prdslider .sgl-product-slider {
    width: 100%;
    margin-bottom: 15px;
}

.single-prdslider .sgl-thumb-slider {
    max-width: 100%;
    height: 85px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.single-prdslider .sgl-thumb-slider .swiper-slide {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: solid 1px transparent;
}

.single-prdslider .sgl-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #e6002d;
}

.single-prdslider .sgl-product-slider img,
.sgl-thumb-slider img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.single-prdslider .sgl-product-slider img {
    object-fit: contain; 
    height: auto;
}
.single-prdslider .swiper-button-next,
.single-prdslider .swiper-button-prev {
    font-size: 0px;
    font-family: monospace;
    color: #fff;
}
.single-prdslider .thumb-arrow i {
    display: none;
}
.single-prdslider .swiper-button-prev {
    left: 0;
}
.single-prdslider .swiper-button-next {
    right: 0;
}

.single-prdslider .swiper-button-prev:after, 
.single-prdslider .swiper-button-next:after {
    font-size: 16px;
    height: 50px;
    background: #000000;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    font-weight: 600;
    transition: 0.4s all;
}
.single-prdslider .swiper-button-prev:hover:after, 
.single-prdslider .swiper-button-next:hover:after {
    background: #4f4f4f;
}

/*
.single-prdslider .swiper-button-prev:after,
.single-prdslider .swiper-button-next:after {
    font-size: 0px;
}*/

.sgl-prdtailsbox .prd-sizes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 5px;
    border: 0;
    padding: 0;
    flex-wrap: wrap;
}

.sgl-prdtailsbox .prd-sizes ul {
    display: flex;
    align-items: center;
}

.sgl-prdtailsbox .prd-sizes p {
    margin-bottom: 0px;
}

p.sgl-price {
    font-size: 20px;
    color: #e6002d;
    margin: 15px 0 20px;
    font-weight: 500;
}

.prd-firsinnr a.site-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 22px;
    border-radius: 2px;
}

.prd-firsinnr .prd-sizes {
    display: flex;
    grid-gap: 10px 30px;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.sgl-prdtailsbox .prd-otherlist {
    margin: 5px 0 25px;
    display: inline-block;
}

section.sgl-sec-producttabs {
    margin-bottom: 40px;
}

.prd-tabcont-inner button#toggleBtn {
    margin: 40px auto 10px;
    text-align: center;
    display: block;
}

.prd-tabs-content li.hide-product-specification {
    display: none !important;
}
 


.sgl-prdtabs {
    max-width: 100%;
}

/*.sgl-prdtabs .tab-buttons {
    display: flex;
    justify-content: center;
    grid-gap: 10px 30px;
    overflow-x: auto;
    border-bottom: solid 2px #cfcfcf;
}

.sgl-prdtabs .tab-buttons button {
    padding: 12px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    white-space: nowrap;
}*/

/*.sgl-prdtabs .tab-buttons button.active,
.sgl-prdtabs .tab-buttons button:hover {
    border-bottom: 3px solid #e6002d;
    font-weight: bold;
    transition: 0.1s all;
    color: #e6002d;
}

.sgl-prdtabs .tab-content {
    display: none;
    padding: 20px 0;
    border-top: none;
    background: #fff;
}

.sgl-prdtabs .tab-content.active {
    display: block;
}
*/
.sgl-slectclor {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 0px;
    margin-bottom: 25px;
}

.sgl-slectclor p,
.sgl-prdtailsbox .prd-sizes p {
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
    margin: 0;
    font-size: 18px;
}
/*
.sgl-lblcolr label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 0px;
    cursor: pointer;
    position: relative;
    top: 3px;
    background: #222222;
    border-radius: 100px;
}
*/

.sgl-lblcolr label input[type="radio"] {
    -webkit-appearance: none !important;
    width: 22px;
    height: 22px;
    border: 0px;
    position: relative;
    top: 3px;
    background: #222222;
    border-radius: 100px;
    appearance: none !important;
    cursor: unset;
}
/*
.sgl-lblcolr label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    width: 4px;
    height: 8px;
    border: solid 1px #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/


.sgl-lblcolr label input[type="radio"]:checked::before {
    display: none;
}



.sgl-lblcolr .yellow input[type="radio"] {
    background: #E58B14;
}

.sgl-lblcolr .green input[type="radio"] {
    background: #89B750;
}

.sgl-lblcolr .blue input[type="radio"] {
    background: #1E73BE;
}

.sgl-prdcontet .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 1.3s ease;
    line-height: 24px;
}

.sgl-prdcontet .text.expanded {
    -webkit-line-clamp: unset;
}

.sgl-prdcontet .read-more-btn {
    margin-top: 10px;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #000;
    font-weight: 600;
}

.sgl-prdcontet .read-more-btn:hover {
    background-color: transparent;
}

.sgl-prdbtngroup img {
    width: 12px;
    display: inline;
    margin-left: 10px;
}

.sgl-prductdtils-box .sgl-imgboxx {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px 20px;
    margin: 0px;
}


.sgl-prdtailsbox .sgl-imgboxx .sgl-imgbx .mw-100 {
    max-width: 150px !important;
}

.sgl-prdtailsbox .sgl-imgboxx .sgl-imgbx {
    /*height: 50px;*/ margin-bottom: 20px;
}

.sgl-prdtailsbox .sgl-imgboxx .sgl-imgbx img {
    height: 100%;
    object-fit: contain;
}

.sgl-dateiner {
    align-items: flex-start;
}

.sgl-dateiner .sgl-datcont p {
    margin-bottom: 8px;
    color: var(--font-color);
    font-size: 16px;
}

.sgl-sec-productdetails .sgl-prductdtils-box .btn-social-icons-wrapper .site-btn { 
    /*padding-right: 55px; */ /* 2025-08-21 Arrow on button should be removed. */
    position: relative; 
}

.prd-firsinnr span.site-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 22px;
    border-radius: 2px;
    cursor: text !important;
    margin-top: 10px
}
.prd-firsinnr span.site-btn:hover {
    background-color: #e6002d;
}

/* 2025-08-21 Arrow on button should be removed. */
/*.sgl-sec-productdetails .sgl-prductdtils-box .btn-social-icons-wrapper .site-btn::before { 
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/07/btn-rgt-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}*/



.swal2-container .swal2-popup.swal2-toast { 
    background: #e6002deb;
    width: 100%;
    padding: 15px 20px;
    padding-right: 65px;
    position: relative;
}
.swal2-container .swal2-popup.swal2-toast .swal2-content p {
    margin: 0; font-size: 18px!important;
    padding-left: 20px;
    position: relative;
}
.swal2-container .swal2-popup.swal2-toast .swal2-content p span.cp-ticked {
    position: absolute;
    left: 0;
}
.swal2-container .swal2-popup.swal2-toast .swal2-content {
    font-size: 18px; font-size: 18px!important;
    color: #fff;
    font-weight: 500;
    width: 100%;
}
.swal2-popup #swal2-content {
    text-align: left;
}

.swal2-container .swal2-popup.swal2-toast .swal2-content span.cp-closed {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    z-index: 1;
    cursor: pointer;
    background: #fff;
    color: #000;
    height: 20px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
}



/*---- gs_css producs details  -------*/

.sgl-prductdtils-box .single-prdslider {
    height: max-content;
}

.b2c-template .sgl-prductdtils-box .sgl-prdtailsbox .prd-otherlist p::after  {
    background: unset;
    border-radius: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/08/cc-aero.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}


.fancybox__content {
    max-width: 600px;
    padding: 20px!important;
    width: 100%;
}
.fancybox__content .finder-content form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    grid-gap: 20px;
        align-items: flex-end;
}

.fancybox__content .finder-content .row input.filter-finder-btn {
    line-height: 1;
    font-weight: 500;
}
.fancybox__content .finder-content .row label {
    font-size: 15px;
    font-weight: 500;
    color: #7d7d7d;
    margin-bottom: 5px;
}


.fancybox__content .finder-content form .row {width: 100%;}

.fancybox__content .finder-content form .row:nth-child(2) {
    width: auto;
}

.fancybox__content .finder-content form .row:nth-child(2) input.pedestal-finder-btn {
    border-radius: 0;
    border: 0;
}

.fancybox__content>.carousel__button.is-close {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px;
    padding: 0;
    top: -18px;
    right: -15px;
}
.carousel__button .fancybox__button.fancybox__button--close {
    border-radius: 50px;
    width: 100%;height: 100%;
    padding: 0;
}

.finder-content .finder-list-content h6 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px 0 8px;
}
.finder-content .finder-list-content h6:not(:first-child) {
    margin-top: 20px;
}

.finder-list-content p {
    margin-bottom: 5px !important;
    color: #000;
}
.finder-list-content p a { 
    color: #e6002d; 
    text-decoration: underline;
}

/* 17092025 */

.finder-content-form, .finder-content-ajax-content{
    display: none;
}
.finder-content-form.active, .finder-content-ajax-content.active{
    display: block;
}
.trimkit-content-form, .trimkit-content-ajax-content{
    display: none;
}
.trimkit-content-form.active, .trimkit-content-ajax-content.active{
    display: block;
}
.pedestal-content-form, .pedestal-content-ajax-content{
    display: none;
}
.pedestal-content-form.active, .pedestal-content-ajax-content.active{
    display: block;
}

.sgl-prductdtils-box .sgl-prdflex {
    display: flex;
    justify-content: flex-start;
    grid-gap: 25px 30px;
    border: 0;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.sgl-prductdtils-box .sgl-prdflex p { 
  margin-bottom: 5px;
}   

.sgl-prductdtils-box .sgl-prdflex .prd-sizes ul {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.sgl-prductdtils-box .sgl-prdflex .prd-sizes ul li {
  padding-right: 0px;
}
.sgl-prductdtils-box .sgl-prdflex .prd-sizes ul li a ,
.sgl-prductdtils-box .sgl-prdflex .prd-sizes ul li span {
  border: solid 1px #d0d0d0;
  padding: 7px;
  color: #000;
  display: block;
  text-decoration: none;
  line-height: 20px;
}
.sgl-prductdtils-box .sgl-prdflex .prd-sizes ul li a:hover { 
  color: #e6002d;
}

.sgl-prductdtils-box .sgl-prdflex .sgl-slectclor {
    display: flex;
    grid-gap: 0;
    flex-direction: column;
    margin: 0;
}

.sgl-prductdtils-box .prd-price-sec span.price {
    font-size: 24px;
    font-weight: 500;
    color: #e6002d;
}
.sgl-prductdtils-box .prd-price-sec .price .msrp_label {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.sgl-prductdtils-box .prd-promo-msg span.prd-promo-span {
    font-size: 14px;
    font-weight: 600;
    color: 0;
    letter-spacing: -0.3;
    margin-bottom: 20px;
    display: block;
}

.prd-otherlist ul {
    padding-left: 0px;
    list-style: none;
}
.prd-otherlist ul li { 
    margin: 0 0 10px; 
    padding-left: 25px; 
    position: relative; 
}

.prd-otherlist ul li:nth-last-child {
    margin:0; 
}


.sgl-prductdtils-box .prd-otherlist {
    margin: 0 0 25px;
}

.sgl-sec-producttabs .sgl-prdtabs .tab-buttons button {
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: transparent;
    border: solid 0 transparent;
    outline: 0px !important;
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
}
.sgl-prdtabs .tab-buttons button.active,
.sgl-prdtabs .tab-buttons button:hover {
    border-bottom: 3px solid #e6002d;
    font-weight: 600;
    transition: 0.1s all;
    color: #e6002d;
}


.home-type-category {
    margin-bottom:0px;
    display: flex;
    grid-gap: 8px;
}
.home-type-category a {
    color: #000;
    text-decoration: none;
} 


/*.sgl-prductdtils-box .prd-firsinnr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 12px;
    flex-direction: column;
}

.prd-firsinnr .prd-bredcum ul {
    display: flex;
    grid-gap: 12px;
}
.prd-firsinnr .prd-bredcum ul a {
    color: #000;
    text-decoration: none;
} 
*/
.sgl-prductdtils-box .btn-social-icons-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 15px 20px;
}
.b2c-template .sgl-prductdtils-box .btn-social-icons-wrapper {
    display: flex;
    align-items: flex-start;
    grid-gap: 15px 20px;
    flex-direction: column-reverse;
}
.sgl-prductdtils-box .social-icons-wrapper a{
    text-decoration: none;
    margin-right: 8px;
    display: inline-block;
}
.sgl-prductdtils-box .social-icons-wrapper i {
  color: #000; transition: 0.3s all;
}

.sgl-prductdtils-box .social-icons-wrapper i:hover {
    color: #e6002d;
}


/*--- tabs css gs ---*/
.sgl-producttabs-inner .sgl-prdtabs .tab-buttons {
  display: block;
  border-bottom: solid 0px #cfcfcf;
  padding: 0 20px;
  position: relative;
  height: 50px;
} 

.sgl-producttabs-inner .sgl-prdtabs .tab-buttons::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background: #cfcfcf;
    z-index: -1;
}

.sgl-producttabs-inner .sgl-prdtabs .tab-buttons > .container {
    display: flex;
    justify-content: center;
    grid-gap: 10px 20px;
    overflow-x: auto;
    border-bottom: solid 0px;
    padding-bottom: 10px;
        flex-wrap: nowrap;
}

.sgl-producttabs-inner .sgl-prdtabs .tab-buttons > .container.many-tabs {
    justify-content: start;
}
.sgl-prdtabs .tab-content {
    padding: 25px 0;
}
.prd-tabcont-inner .prd-tbrow:not(:last-child) {
    margin-bottom: 30px;
}
.prd-tabs-content .prd-tabflex {
    display: flex;
    grid-gap: 25px 35px;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.prd-tabs-content .prd-tabflex .prd-tbcontbox {
    flex: 1 1 calc(33.333% - 35px);
    width: 100%;
}

.prd-iconslist ul {
    padding-left: 0px;
    list-style: none;
}
.prd-iconslist ul li { 
    margin: 0 0 10px; 
    padding-left: 30px; 
    position: relative; 
}
.prd-iconslist ul li:nth-last-child { margin:0;}

.prd-iconslist ul li::after {
    position: absolute;
    content: "";
    inset: 0;
    top: 4px;
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/08/true-aero.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.tab-buttons.active-sticky {
  position: fixed !important;
  top: 76px; /* <-- adjust to your header height */
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #ddd;
}

.prd-tabs-content .prd-tabflex .prd-tbcontbox .bnr-btn {
    margin-top: 20px;
}

.prd-tabcont-inner .prd-flexul ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.prd-tabcont-inner .prd-flexul ul li {
    padding: 15px;
    display:flex;
    background: transparent; 
    width: 100%;
    overflow: hidden;
}



.prd-tabcont-inner .prd-flexul ul li .specif-title {
    font-size: 18px;
    font-weight: 500;
    min-width: 160px;
    color: #000;
    padding-right: 20px;
}
.prd-tabcont-inner .prd-flexul ul li .filter-values .filter-item {
    border-left: 2px solid #231916;
    padding: 2px 0px 2px 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height:22px;
    /*min-width: max-content;*/
    color: #000;
}

.prd-tabcont-inner .prd-flexul ul li .filter-values .filter-item:nth-child(1){
    border-left: 0px solid #231916;
    padding-left: 0;
}

.prd-flexul ul li .filter-values {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 10px;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7px;
    border-radius: 8px;
}

/* WebKit browsers */
.prd-flexul ul li .filter-values::-webkit-scrollbar {
    height: 5px; border-radius: 8px;
}

.prd-flexul ul li .filter-values::-webkit-scrollbar-track {
    background: #c9c9c9;
    border-radius: 8px;
}

.prd-flexul ul li .filter-values::-webkit-scrollbar-thumb {
    background: #e6002da6;
    border-radius: 8px;
}


@-moz-document url-prefix() {
    .prd-flexul ul li .filter-values {
        scrollbar-width: thin;
        border-radius: 8px;
        scrollbar-color: #e6002d #cfc8d8; /* thumb | track */
        position: relative;
        padding-top: 10px; /* Moves content down so scrollbar appears 10px from top */
    }
}


.prd-documents-inner .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prd-documents-inner .accordion .accordion-item {
    position: relative;
    width: 100%;
    /*max-width: 47%;*/
}
.prd-documents-inner .accordion .accordion-item:nth-child(1) h3 {
  border-top: solid 1px;
}

.prd-documents-inner .accordion .accordion-item .accordion-icon {
    top: 30px !important;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    background: none;
}
.prd-documents-inner .accordion .accordion-item.active .accordion-icon {
  top: 18px !important;     color: #e6002d;
}


.prd-otherlist ul li::after {
  top: 5px;
}

.prd-documents-inner .accordion .accordion-item h3 {
  color: #000;
  border-color: #ccc!important;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 0;
}
.prd-documents-inner .accordion .accordion-item.active h3 {
  color: #e6002d;
}
.prd-documents-inner .accordion .accordion-content {
    display: none;
    padding: 15px 0;
    padding-right: 25px;
}

.prd-tabcont-inner.prd-documents-inner {
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px 50px;
}
.sgl-producttabs-inner .sgl-prdtabs .tab-content {
    padding: 40px 0 10px; 
    position: relative;
}

.sgl-producttabs-inner .sgl-prdtabs .tab-content .empty-data {
    position: absolute;
    font-size: 20px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top:30px;
    bottom: 0;
}

.accordion-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1000px;
}

.accordion-col {
  flex: 1;
}

.prd-documents-inner .accordion .accordion-item {
  border-bottom: 0px solid #ddd;
}

.prd-documents-inner .accordion .accordion-content ul li a {
    color: #000;
}



.accordion-header {
  cursor: pointer;
  padding: 12px 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.prd-documents-inner .accordion .accordion-item.active .accordion-header {
  color: #e53935; /* red active text */
}

.toggle-icon {
  font-size: 18px;
  transition: transform 0.3s;
}

.prd-documents-inner .accordion .accordion-item.active .toggle-icon {
  transform: rotate(45deg);
}

.prd-documents-inner .accordion .prd-otherlist ul li::after {
    top: 8px;
}

.prd-documents-inner .accordion .accordion-item.active .accordion-content {
  display: block;
}


.prd-documents-inner .accordion .accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prd-documents-inner .accordion .accordion-content li {
    margin: 7px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.check-icon {
    color: #e53935;
    margin-right: 8px;
}

.version {
    margin-left: auto;
    font-size: 13px;
    color: #555;
}

.prd-tabcont-inner.prd-gallrytab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.prd-gallrytab img.image-fluid {
    max-width: 100%;
    height: auto;
}




.prd-product-table table {
    width: 100%;
    border:0;
}
.prd-product-table table tr th, .prd-product-table table tr td {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid !important;
    border-color : #7b7b7b!important;
    font-family: "Open Sans", sans-serif;
}
.prd-product-table table tr th {
    width: 250px;
    background: #ededed!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color:#000!important;
}
.prd-product-table table td {
    background: transparent!important;
}
.prd-product-table table .filter-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.prd-product-table table .filter-item {
    border: 1px solid #ccc;
    padding: 6px 10px;
    background: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
    .prd-product-table table .filter-values {
        flex-direction: column;
        gap: 5px;
    }
    .prd-product-table table .filter-item {
        width: 100%;
    }
}



.prd-tablepart-inner  {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.prd-tablepart-inner .table-box {
    flex: 1;
}
.prd-tablepart-inner .table-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.prd-tablepart-inner .table-box table {
    width: 100%;
    border-collapse: collapse;
}
.prd-tablepart-inner .table-box table tr th, 
.prd-tablepart-inner .table-box table tr td {
    padding: 12px;
    text-align: left;
    border-bottom:solid 0px #333;
    font-size:16px;
    line-height:24px;
}
.prd-tablepart-inner .table-box table tr th {
    font-weight: 600;
}
.prd-tablepart-inner .table-box table tr:nth-child(odd) th,
.prd-tablepart-inner .table-box table tr:nth-child(odd) td {
    background-color: #f2f2f2;
}
.prd-tablepart-inner .table-box table tr a {
    color: black;
    text-decoration: none;
}
.prd-tablepart-inner .table-box table tr a:hover {
    text-decoration: underline;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .prd-tabs-content .prd-tabflex {
      display: flex;
      grid-gap: 25px 35px;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .prd-tablepart-inner .table-box table tr {
        margin-bottom: 15px;
    }
    .prd-tablepart-inner .table-box table tr th {
        background-color: transparent;
    }
    .prd-tablepart-inner .table-box table tr td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .prd-tablepart-inner .table-box table tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
    }
}

/* start Press tab CSS */
.sgl-sec-producttabs .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.sgl-sec-producttabs .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 380px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.sgl-sec-producttabs .card:hover {
  transform: translateY(-5px);
}

.sgl-sec-producttabs .card-image {
  position: relative;
}

.sgl-sec-producttabs .card-image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sgl-sec-producttabs .card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: crimson;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}

.sgl-sec-producttabs .card-content {
  padding: 15px;
}

.sgl-sec-producttabs .card-date {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.sgl-sec-producttabs .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.sgl-sec-producttabs .card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* end Press tab CSS */



/* =============== Displays, Projectors, DVLED Single Product Detail Pages css end here ================= */


.banner-wrap.prd-sec-finderbusness .content {

    min-height: 300px;
    /* background-image: url(../assets/prd-prodct-listing.png); */
    background-position: top center;
}

.banner-wrap.prd-sec-finderbusness .content.slide-2,
.banner-wrap.all-summary .content.slide-2 {
    /*min-height: 445px; */
    /*  background-image: url(../assets/banner-img.png); */
}

.copy-icon {
    width: auto;
    display: inline-flex;
    padding-left: 4px;
    cursor: pointer;
}

.copy-icon img {
    width: 100%;
    max-width: 14px;
    object-fit: contain;
}

.thumb-arrow img {
    width: 100%;
    max-width: 10px;
    object-fit: contain;
    transform: rotate(90deg);
}

.swiper-button-next.thumb-arrow img {
    transform: rotate(-90deg);
}

.loading-div {
    text-align: center;
    position: relative;
    top: 5%;
    display: none;
}

.loading-div.active {
    display: block;
}

.prd-list-inners.deactive {
    display: none !important;
}

.sc-load-more.deactive {
    display: none !important;
}




@media only screen and (max-width: 1660px) {
    .content .content-inner {
        padding: 0 8%;
    }

}

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

    .support-wrap .image-caption img,
    .one-stop-wrap .half-col {
        /*min-height: 380px; */
    }
    .one-stop-wrap .bg-img {
        min-height: 425px;
    }


}

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

    /* =========================== where-to-buy page css start here =========================== */
    /*where to  buy section css start here*/
    .wherebuy-wrap .ftr-item {
        width: 100%;
        min-height: 62px;
        display: flex;
        align-items: flex-end;
    }

    .wherebuy-wrap .ftr-item:last-child {
        width: auto;
    }

    .wherebuy-wrap .ftr-item-inner {
        flex-wrap: wrap;
    }

    .wherebuy-wrap .ftr-item label {
        padding: 0 0 5px 0;
        margin: 0;
        width: 100%;
    }

    .wherebuy-wrap .filter-form .row-wrap {
        align-items: flex-end;
    }

    .wherebuy-wrap .ftr-item select {
        width: 100%;
        max-width: 100%;
    }

    .wherebuy-wrap .ftr-item input {
        width: 100%;
    }

    /*where to  buy section css end here*/
    /* =========================== where-to-buy page css end here =========================== */


}

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

    .row-wrap.no-gap>.seventy-col {
        width: 60%;
    }

    .row-wrap.no-gap>.thirty-col {
        width: 40%;
    }

    /* =========================== Single Product Detail Pages =========================== */
    .sgl-productdetails-inner {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .sgl-prdtailsbox h1 {
        font-size: 28px;
    }

    /*--- Global Products lists ----*/
   /* .row-wrap.prd-prodcts-inner {
        display: grid;
        grid-template-columns: 1.3fr 3fr;
    }*/

    .prd-list-inners {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: 1fr 1fr;
        position: relative;
    }

}

@media screen and (min-device-width: 1300px) and (max-device-width: 1480px) {

    .content {
        min-height: 550px;
        background-position: center;
    }

}


@media screen and (min-device-width: 1160px) and (max-device-width: 1300px) {

    .content {
        min-height: 480px;
        background-position: top center;
    }

    .banner-wrap.prd-sec-finderbusness .content {
        min-height: 450px;
    }

}

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

    .content {
        min-height: 400px;
        background-position: center;
    }

    .banner-wrap.prd-sec-finderbusness .content {
        min-height: 400px;
    }

}



@media only screen and (min-width: 1025px) {

    .prd-listsidebar.prd-prdctlist-box.not-display {
        display: none;
    }

}


@media only screen and (min-width: 992px) {

    .prd-tabcont-inner .prd-flexul ul li:nth-child(4n-3),
    .prd-tabcont-inner .prd-flexul ul li:nth-child(4n-2) {
        background: #ededed;
    }

}

@media only screen and (max-width: 1024px) {
 
    .prd-tabcont-inner.prd-documents-inner ,
    .prd-tabcont-inner .prd-flexul ul{
        grid-gap: 35px;
    }


    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-wrap.prd-sec-finderbusness .content {
        min-height: 350px;
    }

    /* =========================== where-to-buy page css start here =========================== */
    /*where to  buy section css start here*/
    .wherebuy-wrap .filter-form .row-wrap {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .wherebuy-wrap .ftr-item {
        width: calc(100% / 2 - 10px);
        min-height: auto;
    }

    .wherebuy-wrap .ftr-item-inner {
        width: 100%;
        flex-wrap: nowrap;
    }

    .wherebuy-wrap .ftr-item label {
        width: auto;
        display: inline-flex;
        white-space: nowrap;
        margin-right: 10px;
    }

    .range-slider {
        width: 100%;
    }

    .lc-finder {
        max-width: 300px;
    }

    /*where to buy section css end here*/
    /* =========================== where-to-buy page css end here =========================== */

    /*--- Global Products lists ----*/
    .prd-sec-finddisplays {
        margin: 0 0 40px;
    }

    .row-wrap.prd-fiddisplay-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .prd-fiddisply-box.prd-fiddisply-content {
        grid-column: span 2;
    }

    .prd-list-inners {
        grid-gap: 30px;
    }

    .row-wrap.prd-prodcts-inner,
    .con-sec-prdctlist .row-wrap.prd-prodcts-inner {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        position: relative;
    }

    /*--- Global sidebar and filter css code -----*/
    .prd-listsidebar.prd-prdctlist-box {
        min-width: 360px;
        background: #fff;
        position: absolute;
        height: 100%;
        transition: 0.4s;
        transform: translateX(-440px);
        overflow: hidden;
        padding: 20px;
        z-index: 11;
        box-shadow: 0 0 20px 0px #7a757585;
        visibility: hidden;
        top: 0;
    }

    .prd-listsidebar.prd-prdctlist-box.hidden ,
    .prd-listsidebar.prd-prdctlist-box.not-display {
        transition: 0.4s;
        transform: translateX(0px);
        overflow: hidden;
        visibility: visible;
    }

    .prd-finderbusnes-inner .swiper-slide .content-inner h5 {
        font-size: 18px;
        line-height: 26px;
    }

    section.sgl-sec-productdetails {
        padding: 50px 0;
    }
}

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


   .prd-tabcont-inner .prd-flexul ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .prd-tabcont-inner .prd-flexul ul li:nth-child(odd) {
         background: #ededed;
    }


}

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

    /* =========================== Single Product Detail Pages =========================== */
    .sgl-productdetails-inner {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }

    .tab-buttons button {
        padding: 8px 0;
    }

}

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

    .prd-tabcont-inner .prd-flexul ul li {
        padding: 15px;
        display: flex;
        width: 100%;
        overflow: hidden;
        flex-direction: column;
        grid-gap: 5px;
    }

    .row-wrap.no-gap>.thirty-col,
    .row-wrap.no-gap>.seventy-col,
    .row-wrap.no-gap>.thirty-col,
    .row-wrap.no-gap>.seventy-col {
        width: 100% !important;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    h1 {
        font-size: 32px;
        line-height: 44px;
    }

    h2,
    .section-title h2,
    .support-wrap .half-col h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3,
    .one-stop-wrap .stop-content-inner h3 {
        font-size: 26px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h5 {
        font-size: 20px;
        line-height: 28px;
    }

    h6 {
        font-size: 18px;
        line-height: 26px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .slider-btn {
        display: none;
    }

    .content {
        min-height: 390px;
    }

    .p-80 {
        padding: 20px;
    }

    .p-60 {
        padding: 20px;
    }

    .p-40 {
        padding: 15px;
    }

    .px-40 {
        padding: 0;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .site-btn {
        font-size: 14px;
        padding: 8px 24px;
    }

    .row-wrap .half-col,
    .row-wrap .sixty-col,
    .row-wrap .fourty-col {
        width: 100% !important;
    }

    .row-wrap {
        row-gap: 20px;
    }

    .banner-wrap .swiper-pagination {
        display: block;
    }

    .banner-wrap .content .content-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .prd-finderbusnes-inner .swiper-slide .content-inner .btn-row {
        margin-top: 10px;
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        width: 97%;
    }


/* =========================== where to buy page css end here =========================== */
    /*where to buy section css start here*/
    .wherebuy-wrap .ftr-item,
    .find-location-wrap .locations-info,
    .find-location-wrap .map-info {
        width: 100%;
    }

    .wherebuy-wrap .ftr-item-inner,
    .find-location-wrap {
        flex-wrap: wrap;
    }

    .wherebuy-wrap .ftr-item:last-child {
        width: 100%;
    }

    .wherebuy-wrap .site-btn {
        width: 100%;
        justify-content: center;
    }

    .wherebuy-wrap .filter-form {
        margin-bottom: 20px;
    }

    .find-location-wrap .locations-info ul li {
        margin: 10px 0 0 0;
    }

    .find-location-wrap .locations-info {
        margin-bottom: 20px;
    }

    .lc-finder {
        padding: 10px 20px 15px 20px;
        left: 6%;
        width: 100%;
        max-width: 260px;
    }

    .lc-finder h6 {
        margin: 0 0 10px 0;
    }

    .lc-finder ul li {
        margin-bottom: 10px;
    }

    .wherebuy-wrap .ftr-item label {
        font-size: 14px;
    }

    .map-inner iframe {
        height: 510px !important;
    }

    .wherebuy h1,
    .contact-banner h1 {
        text-align: center;
    }

    /*where to buy section css end here*/

/* =========================== where to buy page css end here =========================== */

    /*--- Global Products lists ----*/
    .prd-list-inners {
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }

    .prd-fiddisply-box.prd-fiddisply-content {
        grid-column: span 1;
        margin-top: 10px;
    }

    .row-wrap.prd-fiddisplay-inner {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 0;
    }

    /*--- Global sidebar and filter css code -----*/
    .prd-listsidebar.prd-prdctlist-box {
        top: 70px;
    }

    .product-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        grid-gap: 10px 25px;
    }

    section.sgl-sec-productdetails {
        padding: 40px 0;
    }

    .single-prdslider .sgl-thumb-slider .swiper-wrapper {
        overflow: hidden;
        /*overflow-x: auto !important;*/
    }

    /*.single-prdslider .sgl-thumb-slider .swiper-wrapper .swiper-slide {
        width: 70px !important;
    }

    .single-prdslider .sgl-thumb-slider .swiper-wrapper img {
        min-width: 60px;
    }*/

    .single-prdslider .sgl-thumb-slider {
        height: 65px;
    }

    .prd-tabcont-inner.prd-documents-inner {
        padding-top: 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .prd-documents-inner .accordion .accordion-item:nth-child(1) h3 {
        border-top: solid 0px;
    }

}

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

    .prd-listsidebar.prd-prdctlist-box {
        min-width: 90%;
    }

    .products-list .product-title h2 {
        min-height: auto;
    }
    .sgl-prdtailsbox h1 {
        font-size: 22px;
    }

    .sgl-prdtailsbox p.sgl-nmbr , .sgl-prdtailsbox p.sgl-nmbr {
        font-size: 16px; 
    }


}

/*Product listing css start 13-08-2025*/
/* Compare actions container */
.compare-actions {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

/* Compare now button */
.compare-now-button {
    background: #e6002d;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Disabled state */
.compare-now-button[disabled] {
    background: #cccccc;
    cursor: not-allowed;
}

/* Enabled state hover effect */
.compare-now-button:not([disabled]):hover {
    background: white;
    transform: translateY(-2px);
    color: #e6002d;
}
/*Product listing css end 13-08-2025*/

/*start Product display page css end 14-08-2025*/
.prd-documents-inner .accordion h3 {
    font-size: 18px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    color: var(--font-color);
}

.prd-documents-inner .accordion-icon {
    background-image: url(../assets/dropdown-menu.png);
    background-size: 16px;
    background-position: right top 3px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 24px !important;
    transform: rotate(180deg);
}

.prd-documents-inner .accordion-item.active .accordion-icon {
    transform:rotate(0deg);right: 2px;
}
/*end Product display page css end 14-08-2025*/

/* start show more/ show less in product compare page */
.spec-hidden-row {
    display: none;
}

.spec-hidden-row.show {
    display: table-row; /* Important: use table-row for <tr> */
}

.spec-toggle-btn-wrapper {
    text-align: center;
    margin-top: 15px;
}

.toggle-specs-btn {
    padding: 10px 20px;
    background-color: #2b2d42;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.toggle-specs-btn:hover {
    background-color: #444;
}
/* end show more/ show less in product compare page */