/*clear with 
http://myentergyadvisor.entergy.com/generate-styles/clearcss?styles%5B0%5D=%2Fcss%2Fviews3.0%2Fproducts%2Flist_flat.css&styles%5B1%5D=%2Fcss%2Fviews3.0%2Fmobile%2Flist-mobile.css&styles%5B2%5D=%2Fcss%2Fviews3.0%2Fproducts%2Fproducts.css&opCoId=0
 */
/* 

Generated on Wed, 29 Oct 2025 12:10:18 -0500

- /css/views3.0/products/list_flat.css
- /css/views3.0/mobile/list-mobile.css
- /css/views3.0/products/products.css

*/

body {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
@media screen and (min-width: 1440px) {
    body {
        font-size: 26px;
    }
}
.inner-wrapper,
.inner{
    width: 100%;
    /*max-width: 1440px;*/
}
.content-wrapper{
    margin: 0;
}
.banner-category-section{
    position: relative;
}
.banner-category-section img{
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.banner-category-section > .col-6{
    padding: 0 5px !important;
}
.banner-category-content{
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
}
.banner-category-name{
    font-size: 44px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}
.banner-category-name:after{
    content: "";
    display: block;
    width: 100px;
    border-top: 1px solid white;
    margin: 10px auto 0;
}
.banner-category-name span{
    display: inline-block;
}
.banner-category-description{
    font-size: 0.7em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 300;
    text-align: center;
}
.banner-category-button{
    margin-top: 0.4em;
    text-align: center;
}
.filters-area{
    background: white;
    padding: 25px 0 0;
    border-bottom: 1px solid rgba(100, 100, 103, 0.5);
}
.results-text{
    font-weight: 300;
    color: #646467;;
}
.cat-filter-title{
    font-size: 1.2em;
    color: #646467;;
}
.sort-list{
    padding: 0;
    list-style-type: none;
    font-size: 0.7em;
}
.sort-list li{
    border-right: 1px solid rgba(100, 100, 103, 0.5);
}
.sort-list a{
    text-decoration: none !important;
    color: #646467 !important;
}
.sort-list-label,
.sort-list a{
    padding: 0 0.6em;
}
.sort-list-label,
.list-label{
    color: #646467;
}
.border-none{
    border: none !important;
}
a.price-filters{
    padding: 0 0.3em;
}
.price-filters-label{
    padding: 0 0.3em 0 0.6em;
    color: #646467; !important;
}
.sort-list a.selected{
    color: #E25D00 !important;
}
ul{
    padding: 0;
    list-style-type: none;
}
.view-switcher{
    font-size: 0.7em;
}
.view-switcher li > .list-label{
    margin: 0 0.6em;
}
.view-icon{
    cursor: pointer;
}
.view-switcher li:before{
    color: #646467;
    line-height: 1;
    margin: 0 0.3em;
    font-size: 1.2em;
}
.view-switcher li.selected:before{
    color: #E25D00 !important;
}

.filters-buttons-row .new-btn{
    font-size: 0.9em;
    padding: 0.6em 0.8em;
    margin: 5px 0;
    border-radius: 2px;
    color: white;
    border: 1px solid #E25D00;
    background: #E25D00;
}
.btn-inactive,
.more-filters-btn:not(.has-selected-filters){
    background: transparent !important;
    color: #E25D00 !important;
}
.filters-buttons-row{
    margin-top: 0.6em;
}

/* dropdown*/
.custom-filter-dropdown{
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid rgba(100, 100, 103, 0.5);
    border-radius: 2px;
    background: white;
    position: relative;
    color: #646467;
    z-index: 30;
}
.custom-filter-name{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 12px 30px 12px 10px;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.custom-filter-name:after{
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f078";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    color: #646467;
}
.expanded .custom-filter-name:after{
    color: #E25D00;
    transform: rotate(-180deg);
    top: calc(50% - 3px);
}
.custom-filter-options{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 270px;
    width: 90%;
}
.custom-filter-options-results{
    background: #F8F8F8;
}
.custom-filter-options-results{
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-filter-counter,
.custom-filter-selected-list{
    font-size: 14px;
    padding: 0 10px;
}
.custom-filter-counter{
    color: #646467;
}
.custom-filter-selected-list{
    color: #BFBFC1;
}
.custom-filter-options-results .new-btn-transparent-blue{
    margin-right: 10px;
    border: 1px solid #646467 !important;
}
.icon-vector::before,
.custom-filter-options-results .new-btn-transparent-blue{
    color: #646467 !important;
}
.custom-filter-options-list{
    width: 100%;
    padding: 10px;
    background: #EEEEEE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.custom-filter-options-list .selection .css-label{
    float: none !important;
    display: block !important;
}
input[type="checkbox"].css-checkbox + label.css-label::before{
    display: none !important;
}
.custom-filter-options-list input[type="checkbox"] + label{
    padding: 10px !important;
    line-height: 1 !important;
    display: block;
    box-sizing: border-box;
    height: auto !important;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 16px !important;
}
.custom-filter-options-list input[type="checkbox"]:checked + label{
    background: #E25D00;
    color: white !important;
}
.custom-filter-options-list .selection:not(:first-child){
    margin-top: 10px;
}

.more-filters-wrapper{
    display: none;
    padding-bottom: 2%;
    background: #EEEEEE;
}
.filters-border{
    margin-bottom: 20px;
    border-top: 1px solid rgba(100, 100, 103, 0.5);
}

.more-filters-btn.expanded:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(100, 100, 103, 0.5) transparent;
    position: absolute;
    top: calc(100% + 11px);
    left: calc(50% - 9px);
}
.more-filters-btn.expanded:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8.5px 8.5px;
    border-color: transparent transparent #EEEEEE transparent;
    position: absolute;
    top: calc(100% + 13px);
    left: calc(50% - 7px);
    z-index: 20;
}
.more-filters-btn.expanded{
    border-width: 2px;
}
.active-border{
    display: none;
}
.expanded .active-border{
    position: absolute;
    border-top: 3px solid #6B9DC9;
    left: 15px;
    top: 5px;
    width: calc(100% - 30px);
    display: block;
}

.custom-filter-dropdown.expanded .active-border,
.was-selected .active-border{
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #E25D00;
}
.was-selected .active-border{
    display: block;
}
.expanded .custom-filter-name:before{
    content: "";
    border-top: 1px solid rgba(98, 100, 103, 0.5);
    width: 90%;
    position: absolute;
    top: 100%;
    left: 5%;
    z-index: 10;
}
.icon-vector{
    display: none;
}
.trigger-all .icon-vector:before{
    font-size: 10px;
    position: relative;
    top: -1px;
}
.trigger-all .icon-vector{
    display: inline;
}
/* // */
.row-count{
    font-style: normal;
}
.selected-item-label:not(:first-child):before{
    content: ', ';
}
.product-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.item-inner-wrapper{
    background: white;
    padding-bottom: 20px;
}
#results #pagination{
    display: none;
}
.pagination-progress-bar{
    width: 100%;
    height: 5px;
    max-width: 250px;
    background: #E1E1E1;
    margin: 20px auto;
}
.pagination-progress-bar-filled{
    height: 100%;
    background: #6B9DC9;
}
.viewed-results{
    font-size: 0.7em;
    color: #646467;
    text-align: center;
}
.load-more-wrapper{
    margin: 0 0 30px;
    text-align: center;
}
.load-more-wrapper .load-more-btn{
    padding: 10px 50px !important;
}
.load-more-pagination{
    margin: 30px auto 50px;
}
/* product list item*/
.list-img-wrapper{
    max-width: 230px;
    max-height: 210px;
    width: 100%;
    height: 100%;
    display: block;
}
.list-img-wrapper > img{
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 210px;
    object-fit: contain;
}
.product-item-title{
    display: block;
}
.items-list-wrapper a.product-item-title{
    color: #211651;
    text-decoration: none;
}
.items-list-wrapper .product-item-title,
.items-list-wrapper .product-item-brand{
    margin: 7px 0;
}
.items-list-wrapper .product-item-price-wrapper{
    margin: 15px 0;
}
.items-list-wrapper .product-item-green-rectangle{
    position: static;
    font-size: 11px;
}
.items-list-wrapper .product-item-old-price-description{
    text-decoration: none;
    font-size: 14px;
    color: #646467;
    padding: 0 6px;
}
.product-item-description-wrapper{
    font-size: 14px;
    color: #646467;
}
.product-item-description-title{
    font-weight: 600;
    margin: 20px 0 10px;
}
.product-item-long-text{
    display: none;
}
.product-item-show-full-description{
    color: #25165B !important;
    text-decoration: none !important;
}
.product-item-info{
    padding: 50px 0 0;
}
.product-li{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-li:not(:last-child){
    border-bottom: 1px solid rgba(100, 100, 103, 0.5);
}
.items-list-wrapper{
    padding: 0 5%;
}

.product-item-info .product-rating .jRatingColor{
    background: #E25D00 !important;
}
.product-item-info .product-rating .jRatingAverage{
    background: red !important;
}
.product-item-info .product-rating .jStar{
    background: url("https://d1gfh64gwhrii7.cloudfront.net/images3_150/smeco/star.png") 0 0/ 20% 100% !important;
}
.product-item-reviews-label{
    font-size: 18px;
    color: #211651;
}
.items-list-wrapper,
.items-grid-wrapper{
    display: none;
}
[data-view-type="grid"] .items-grid-wrapper{
    display: block;
}
[data-view-type="list"] .items-list-wrapper{
    display: block;
}
.custom-filter-dropdown.expanded .custom-filter-name{
    color: #E25D00;
}
.product-item-img-wrapper{
    display: block;
}
.product-item-title-wrapper{
    display: block;
    text-decoration: none !important;
}
.item-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    display: block;
    background: rgba(255,255,255,.75);
    opacity: 0;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.product-item-img-wrapper:hover .item-overlay{
    opacity: 1;
}
.product-checkbox-compare{
    position: absolute;
    opacity: 0;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: calc(60% + 40px);
    display: block;
    width: 100%;
    font-size: .70588em;
    text-align: center;
}
.product-item-img-wrapper:hover .product-checkbox-compare {
    top: calc(50% + 40px);
    opacity: 1;
}
.product-checkbox-compare .checkbox-label{
    color: #211651 !important;
    cursor: pointer;
}
.product-checkbox-compare .checkbox-label:hover{
    padding-bottom: 3px;
    border-bottom: 1px solid #211651;
}
.product-item-img-wrapper > img{
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
}
.product-item-img-wrapper:hover > img {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.product-checkbox-compare label.checkbox-label:before{
    content: '\f067';
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 10px;
}
.product-checkbox-compare input[type="checkbox"].checked + label.checkbox-label:before{
    content: '\f068';
}
.compare-title-section{
    padding-top: 15px;
    padding-bottom: 15px;
}
.compare-list-title{
    font-size: 30px;
    color: #333333;
}
#compare-list .compare-title-section .new-btn{
    padding: 16px 20px !important;
    font-size: 20px;
    text-transform: capitalize !important;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.hide-compare-list{
    color: #646467 !important;
    border: 1px solid #646467 !important;
}
.compare-title-section{
    border-top: 1px solid #B1B1B3;
    border-bottom: 1px solid #B1B1B3;
}
.add-product-to-compare{
    width: 213px;
    height: 180px;
    margin: 20px 0;
    box-sizing: border-box;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.empty-rectangle{
    border: 1px solid #B1B1B3;
    justify-content: center;
    align-items: center;
    display: flex;
}
.show-text-if-empty{
    display: none;
    font-size: 18px;
    color: #646467;
}
.empty-rectangle .show-text-if-empty{
    display: block;
}
.add-product-to-compare .delete-compare-elem{
    width: 100%;
    height: 100%;
}
.add-product-to-compare .compare-el-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delete-my-compare{
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    height: auto;
    display: block;
    text-decoration: none !important;
    transform: rotate(-45deg);
}
.delete-my-compare:before{
    /*font: normal normal normal 14px/1 FontAwesome;*/
    content: "+";
    color: #646467;
    font-size: 26px;
    line-height: 1;
}
#compare-list{
    display: none;
}
#compare-list.show-compare-list{
    display: block;
}
.compare-list-fixed-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 10;
}
.flat-list-page{
    background: #F6F6F6;
    overflow: hidden;
}
.compare-list-wrapper{
    background: white;
}
#results{
    padding: 3% calc(5% - 15px);
}
.compare-title-section{
    padding-left: 5%;
    padding-right: 5%;
}
#results .items-list-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}
.product-li{
    background: white;
}
#footer .inner-wrapper,
#footer .inner{
    max-width: none !important;
}
.gray-block{
    background: #646466;
    width: 100%;
    height: 100%;
}
.banner-category-section{
    background: white;
}
.filters-buttons-section{
    margin-bottom: 20px;
}
.padding-lr-5{
    padding-right: 5%;
    padding-left: 5%;
}
#compare-list .compare-title-section .products-compare-list{
    background: #E25D00 !important;
}
.flat-sort-select-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    min-height: 35px;
    padding: 0 30px 0 10px;
    font-size: 18px;
    line-height: 1;
    color: #7b7b7b;
    cursor: pointer;
    background-color: #F6F6F6;
}
.flat-sort-select-text{
    color: #646467;
    cursor: pointer;
}
.current-sort-text{
    margin-left: 20px;
}
.flat-sort-select{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.flat-sort-select-wrapper:after {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    border-top: 4px solid #7b7b7b;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}@media screen and (max-width: 767px) {
    .rebates_contractors_message_block1{
        height: auto;
        line-height: inherit;
        min-height: 33px;
    }
    .grid-4col,
    .grid-8col{
        width: 100%;
    }
    .col-left, .col-right{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .grid-8col{
        margin-left: 0;
    }
    .find-prod, .grid .company-buttons a.button{
        margin-top: 0;
    }
    .contractors-message-left-block{
        margin-bottom: 10px;
    }
    .contractors-message-right-block,
    .contractors-message-left-block{
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .bar-grey-thick{
        min-height: 32px;
        height: auto;
    }
    .contractors-message-left-block h1{
        display: none;
    }
    .contractors-message-left-block{
        padding: 10px;
    }
    .right-mobile-menu-toggle{
        display: block !important;
    }
    #rebate-type-myplan{
        display: none !important;
    }
    .form-control-item{
        display: block;
        height: auto;
        padding: 0;
        margin-bottom: 8px;
    }
    .form-controls {
        display: block;
        margin: 0;
        float: none;
    }
    .rebates-wrapper .form-control-item span{
        padding: 3px 0;
        float: none;
        line-height: 1;
    }
    .content-inner .form-control-item select{
        width: 50%;
    }
    .hidden-element{
        display: none !important;
    }
    .bar-grey-thick{
        min-height: 0;
        font-size: 18px;
    }
    .mobile-cat-section {

    }

    .mobile-cat-section ul{
        margin: 0;
        list-style-type: none;
        width: 90%;
        height: 390px;
        overflow-y: auto;
        position: absolute;
        left: 5%;
        top: 80px;
        background: white;
        z-index: 30;
        padding: 10px;
        box-sizing: border-box;
        display: none;
        -webkit-overflow-scrolling: touch;
        border-radius: 5px;
    }
    .mobile-cat-section ul li{
        display: block;
    }
    .mobile-cat-section ul li a{
        display: flex;
        display: -webkit-flex;
        min-height: 60px;
        padding: 5px 0;
        border-bottom: 1px solid lightgrey;
        align-items: center;
        -webkit-align-items: center;
    }
    .mobile-cat-section ul li a img{
        height: 60px;
        width: 60px;
        display: block;
        object-fit: contain;
        box-sizing: border-box;
    }
    .mobile-cat-section ul li a span{
        line-height: 1;
        padding-left: 20px;
        font-size: 20px;
        width: 75%;
        box-sizing: border-box;
    }
    .mobile-black-overlay{
        display: none;
        background: rgba(0,0,0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
    }
    [for="choose-product-cat"]{
        float: none;
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }
    #choose-product-cat{
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px;
        display: block;
        border: 1px solid lightgrey;
        border-radius: 3px;
        position: relative;
        padding: 5px 10px;
        font-size: 18px;
        text-transform: capitalize;
    }
    #choose-product-cat .fa-angle-down{
        right: 10px;
        top: calc(50% - 13px);
        font-size: 26px;
        position: absolute;
    }
    .content-inner {
        padding: 0 0 5px !important;
    }
    .product-button2{
        clear: left;
    }
    .product-button2{
        clear: left;
        margin-top: 10px;
    }
    .product-button2 .popbox {
        margin-top: 10px;
        float: none;
        width: auto !important;
    }
    .product-button2 a.product-save,
    .product-button2 a.product-find{
        display: block;
        float: none;
        width: auto;
        margin: 0;
    }
    .product-checkbox-compare:after{
        content: "";
        display: block;
        clear: both;
    }
    .product-checkbox-compare{
        float: none;
    }
    #results .company-box .list-item-body .product-image {
        width: auto !important;
    }
    #results .company-box .list-item-body .product-group {
        width: auto !important;
    }
    #product-list-return-url{
        padding: 10px;
    }
    #product-list-return-url a:before{
        content: '< ';
    }
    #results .company-box .list-item-body{
        min-height: 0;
    }
    .mobile-cat-section ul li.active a{
        background: orange;
        color: black;
    }
    .smeco-login-link {
        position: static !important;
    }
    .smeco-login-link a{
        float: none !important;
        line-height: 42px;
    }
    .smeco-products-messagebox::after {
        content: "";
        clear: both;
        display: block;
    }
    .smeco-products-messagebox{
        height: auto !important;
        margin-bottom: 10px;
    }
    .mobile-cat-section, .page-descr{
        padding: 0 10px;
    }
    .product-button2 .box {
        width: 100% !important;
        box-sizing: border-box !important;
    }

}
.disclaimer, .similar-products-image {
	font-size: 9.5px;
	line-height: 1.2em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}/* .disclaimer */


.similar-products-image {
	border: solid 1px #DDD;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	width: 76px;
	height: 140px;
}/* similar-products-image */


.product-slide-image .similar-products-image {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	flex-direction: column;
}/* product-slide-image .similar-products-image */