.product_list_page {
    background-color: #faf9f9;
}

.product_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_wrap .product_sidebar {
    width: 330px;
    margin-right: 30px;
    /* background: #fbfbfb; */
    position: sticky !important;
    top: 150px;
    align-self: flex-start;
}

.product_wrap .product_listing_wrapper {
    width: calc(100% - 360px);
    padding-left: 0;
}

.pr_banner {
    background-color: rgb(0 0 0 / 30%);
    position: relative;
    min-height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
}

.pr_banner img {
    mix-blend-mode: multiply;
    z-index: 0;
}

.pr_banner .sechead_lg {
    margin-bottom: 0;
}

.inpg {
    padding: 35px 0 80px;
}

.pr_wc_left p,
.woocommerce .woocommerce-result-count {
    font-size: 14px;
    letter-spacing: 0.28px;
    font-weight: 400;
    color: #0D141A;
}

.product-wc-header {
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: 0 0 50px 0;
    flex-wrap: wrap;
}

.pr_wc_right {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pr_wc_left {
    width: calc(100% - 300px);
}

.woocommerce .woocommerce-ordering select {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #0D141A;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #ababab;
    min-width: auto;
    padding: 4px 5px;
    height: 30px;
    background: url(../images/select-arrow.svg)no-repeat right 10px top 11px #faf9f9;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.woocommerce .woocommerce-ordering span {
    color: #0D141A;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 30px;
    margin: 0 10px 0 0;
    font-weight: 600;
}

.woocommerce ul.products li:after {
    display: none;
}

.view-listing a {
    height: 30px;
    width: 50px;
    border: 1px solid #E5E5E5;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 0;
}

.woocommerce .woocommerce-ordering {
    float: none;
    margin: 0
}

.view-listing a:last-child {
    border-right: 1px solid #E5E5E5;
}

.view-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
}

.pr_wc_right .sort-input {
    width: 175px;
    margin-right: 15px;
}

.product_list_wrap {
    margin: 0;
    padding-bottom: 20px;

    & .safety-equipment-info { 
        padding: 20px 30px 20px 55px;
        &::after {
           top: 22px; left: 30px;
        }
        & P { 
            -webkit-line-clamp: 2;
            height: 50px;
        } 
    }

    & + hr  {
        margin-top: 20px;
    }
}

.woocommerce ul.products {
    width: calc(100% + 26px);
    margin: 0 -13px 0 -13px;
    display: flex;
    flex-wrap: wrap;
    /* background: gold; */
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: calc(33.33% - 26px);
    margin: 0 13px 26px 13px !important;
    min-width: calc(33.33% - 26px);
    max-width: calc(33.33% - 26px);
}

.pagination-wrpper {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

ul.page-numbers {
    display: flex;
    justify-content: flex-end;
}

.page-numbers li {
    float: left;
    border-radius: 6px;
}

.page-numbers li a,
.page-numbers li>span {
    padding: 6px 12px;
    font-size: 14px;
    color: #252B33;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    display: block;
    line-height: 16px;
}

.page-numbers li a:hover {
    color: #00B9B4;
}

.prev.page-numbers i,
a.next.page-numbers i {
    font-size: 14px;
}

.page-numbers li a.prev {
    border-radius: 5px 0 0 5px;
}

.page-numbers li a.next {
    border-radius: 0px 5px 5px 0;
}

.mobile-slide,
.mobilefilter_box.hide-in-desktop {
    display: none;
}

.mobilefilter_box .btn_sm_green i {
    margin-left: 6px;
}

ul.products li.product.fullwidthcta {
    width: 100% !important;
    border: 0px solid transparent;
}

.woocommerce ul.products li.product {
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

ul.products li.product.fullwidthcta:hover {
    box-shadow: none
}

.pro_listfilterdiv_right {
    width: 450px;
}

.product-desp-banner {
    position: relative;
    border-radius: 10px;
    z-index: 1;

    & .bgimg {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
    }

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(35, 31, 32, 70%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        z-index: 0;
    }

    & .prdt-description-wrap {
        position: relative;
        z-index: 1;
        padding: 40px 95px 40px 40px;

        p {
            color: var(--white);
        }

        h1,
        .heading-40 {
            font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
            margin: 0 0 15px 0;
            color: var(--white);
        }
    }
}

.pro_listfilterdiv_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    border-top: 0px solid #dedede;
    border-bottom: 0px solid #dedede;
    padding: 0;
}

.sortrightdiv {
    display: flex;
}

/* product listing pagination styles  */
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: var(--themecolor) !important;
    padding: 0;
    height: 32px;
    margin: 0;
    font-size: 14px;
    font-weight: 600 !important;
    border-radius: 50%;
    color: var(--black);
    min-width: 32px;
    line-height: 29px;
}

.woocommerce nav.woocommerce-pagination {
    padding: 8px 0;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    border-right: none;

    &::after {
        content: none;
    }
}

.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
    font-size: 0;
    background: url(../images/icon/pagination-left-arrow.svg)no-repeat center center !important;
    border: 0px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    font-size: 0;
    background: url(../images/icon/pagination-right-arrow.svg)no-repeat center center !important;
    border: 0px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li:hover a.prev.page-numbers {
    background: url(../images/icon/pagination-left-arrow.svg)no-repeat center center !important;
}

.woocommerce nav.woocommerce-pagination ul li:hover a.next.page-numbers {
    background: url(../images/icon/pagination-right-arrow.svg)no-repeat center center !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
    background: var(--blue) !important;
    color: var(--white);
    border: 1px solid var(--blue);
}

.pro_listfilterdiv_left {
    margin-bottom: 30px
}

.pro_listfilterdiv_right .woocommerce-result-count {
    font-weight: 600;
    margin: 0;
}

.pro_listfilterdiv_right .woocommerce-result-count span {
    font-weight: normal
}

h1,
h2,
h3 {
    color: #363636 !important
}

/* h2 {
    font-size: 22px !important
} */

.img_content_sec .helf-section:last-child .right-side {
    margin-bottom: 0;
}

.sortrightdiv form.woocommerce-ordering select {
    margin-bottom: 0;
    background: url(../images/select-arrow.svg) no-repeat right 10px top 15px #fff !important;
    border: 0px solid transparent;
    height: 34px;
    padding-right: 20px;
    margin: -2px 5px 0 0;
    min-width: 160px;
}

p.woocommerce-result-count {
    border-right: 1px solid #dedede;
    padding-right: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.sort-input {
    padding-left: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}


.filterbyprice_container {
    position: relative;
    display: flex;
    align-items: center;
}

.filterbyprice_container span {
    font-size: 14px;
    letter-spacing: 0.28px;
    font-weight: 400;
    background: url(../images/select-arrow.svg)no-repeat right 20px center transparent !important;
    color: #0D141A;
    padding: 10px 40px 10px 15px;
    border-left: 1px solid #dedede;
    height: 40px;
    align-items: center;
    display: flex;
    font-weight: 600;
    cursor: pointer;
}

.filterbyprice_container .filterpricediv {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(209, 209, 209);
    padding: 20px;
    min-width: 300px;
    position: absolute;
    top: 40px;
    display: none;
    z-index: 1;
}

.contenttxtdiv.width50 {
    padding-left: 0;
}

.pr_content.ptag .contentimg_div.width50 {
    justify-content: flex-end;
    display: flex;
}

.pr_content.ptag .contentsec .container {
    padding: 0;
    width: 100%;
}

.sortcolnumber a {
    display: inline-block;
    background: var(--white);
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
}

.sortcolnumber a:hover {
    background-color: var(--theme-color);
}

.pr_content .img_content_sec .helf-section:last-of-type .right-side,
.pr_content .img_content_sec .helf-section:last-of-type .left-side {
    margin-bottom: 0px;
}

.pr_content.ptag .title.ft36.uppercase {
    text-transform: uppercase;
}

section.cta_sec.bg_white {
    padding-top: 90px;
}

.pr_content .img_content_sec .helf-section .left-side {
    width: 450px;
    margin-bottom: 130px;
}

.pr_content .img_content_sec .helf-section .right-side {
    width: calc(100% - 450px);
    padding-left: 60px;
}

.pr_content .img_content_sec .helf-section.row-reverse .right-side {
    padding-left: 0px !important;
}

.pr_content .contentsec.img_content_sec {
    padding-top: 0;

    & > p:has(> strong) { 
        margin-bottom: 0;
    }
}

hr {
    margin: 60px 0;
    border: 0px solid transparent;
    background: #DEDEDE;
    opacity: 0.5;
    height: 1px;
}

.product-wc-header {
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: 0 0 50px 0;
    flex-wrap: wrap;
}

.pro_listfilterdiv_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0;
}

.bannerabovelisting img {
    width: 100%
}

.safety-equipment-slider {
    &:not(.slick-initialized) {
        &>li:not(:nth-child(-n+ 4)) {
            display: inherit !important;
        }
    }
}

.leftcolcta {
    background: var(--blue);
    margin: 30px 0 0;

    .leftctainfodiv {
        padding: 50px 40px;
        display: flex;
        flex-wrap: wrap;


        .leftcta_title {
            width: 100%;
            line-height: 1.8;
            text-align: center;
            color: var(--white);
            font-family: 'Boldonse';
            font-size: 22px;
            margin-bottom: 20px;
        }

        .leftcta_txt {
            width: 100%;
            text-align: center;
            color: var(--white);
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .btnlist {
            margin: 0 auto;
            width: 100%;

            & a.btn-theme {
                width: 100%;
            }
        }
    }
}


.get-started-sec {
    padding-top: 100px;
    border-top: 1px solid rgb(222 222 222 / 50%);
}


/* update */
.categorylistbox {
    display: inline-block;
    width: 100%;
    border: 1px solid #DEDEDE;
}
.widget-title.wpc-filter-title > button { 
    width: 100%;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    background: transparent;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Boldonse';
    text-align: left;
    color: var(--blue);
    padding: 26px 30px 20px; margin-bottom: 0;
}

.wpc-filters-section .wpc-filter-content { 
    padding: 35px 30px 35px 30px;

    & > .wpc-filters-ul-list { 
        & > li > a { 
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
            color: #1A232B;
        }
        & > li {
            padding-left: 23px; text-align: left;
            &:after {
                background: transparent url(../images/icon/btn-image.svg) no-repeat center;
                width: 13px;
                height: 13px;
                background-size: contain;
                top: 8px;
            }
            & > a:hover { 
                text-transform: none;
                color: var(--themecolor);
               
            }
            &:hover, &.current-cat { 
                &:after { 
                    filter: invert(57%) sepia(78%) saturate(3527%) hue-rotate(14deg) brightness(121%) contrast(81%);
                } 
            }
        }
    }
    & > .wpc-filters-ul-list > li.current-cat > a { 
        text-transform: none;
        color: var(--themecolor);
    }
}
/* update */
/*responsive styles*/
@media(max-width:1599px) {

    .pr_content .img_content_sec .helf-section .right-side {
        padding-left: 50px;
        margin-bottom: 80px;
    }

    .pr_content .img_content_sec .helf-section .left-side {
        margin-bottom: 80px;
    }

    .pr_content .img_content_sec .helf-section.row-reverse .right-side {
        padding-left: 0px;
        padding-right: 50px;
    }

    .product-desp-banner {
        & .prdt-description-wrap {
            padding: 30px 30px 30px 30px;

            h1,
            .heading-40 {
                margin: 0 0 10px 0;
            }
        }
    }

    .woocommerce ul.products {
        width: calc(100% + 10px);
        margin: 0 -5px 0 -5px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
}

@media(max-width:1440px) {

    .pr_content .img_content_sec .helf-section .right-side {
        width: 50%;
        padding-left: 40px;
        margin-bottom: 70px;
    }

    .pr_content .img_content_sec .helf-section .left-side {
        width: 50%;
        margin-bottom: 70px;
    }

    .pr_content .img_content_sec .helf-section.row-reverse .right-side {
        padding-left: 0px;
        padding-right: 40px;
    }

    .woocommerce ul.products.columns-3 {
        width: calc(100% + 20px);
        margin: 0 -10px !important;
    }

    .sortcolnumber {
        display: none;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 26px);
        margin: 0 13px 26px 13px !important;
        min-width: calc(50% - 26px);
        max-width: calc(50% - 26px);
    }

    .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0;
    }


}

@media(max-width:1200px) {

    .pro_listfilterdiv_right {
        justify-content: space-between;
        width: 100%;
        margin: 20px 0 0;
    }

    .pro_listfilterdiv_left {
        margin-bottom: 10px;
    }

    .leftcolcta {
        display: none;
    }

    .woocommerce nav.woocommerce-pagination {
        margin-top: 30px;
    }


    .get-started-sec {
        padding-top: 80px;
    }

}

@media(max-width:992px) {
    .product_wrap .product_sidebar {
        width: 100%;
        position: relative !important;
        top: unset;
        align-self: unset;
    }

    .leftcolfilter {
        display: none;
    }

    .mobile-slide,
    .mobilefilter_box.hide-in-desktop {
        display: block;
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }

    .mobilefilter_box.hide-in-desktop .enq_sortby_open {
        display: none;
    }

    .product_wrap {
        padding-bottom: 0;
    }

    .pro_listfilterdiv_left {
        margin-top: 30px;
    }

    .woocommerce ul.products li.product {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }

    a.m_filtertrigger {
        font-size: 14px;
        line-height: 1;
        color: var(--white);
        font-weight: 500;
        text-transform: uppercase;
        z-index: 0;
        position: relative;
        padding: 12px 15px;
        overflow: hidden;
        margin: 0;
        letter-spacing: 3.2px;
        background: var(--blue);
        min-width: inherit;
        height: auto;
        display: inline-block;
    }

    .mobile-slide {
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background: #F3F2EF;
        margin: 0;
        padding: 0;
        z-index: 9999;
        height: 100vh;
        transition: 1s ease all;
        overflow: scroll;
    }

    .product_wrap .product_listing_wrapper {
        width: 100%;
        padding-left: 0;
    }

    .product_sidebar .yellowbg_trustfactor,
    .product_sidebar .carbonnatural_leftcoldiv {
        display: none
    }

    .mobile-slide {
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background: #F3F2EF;
        margin: 0;
        padding: 0;
        z-index: 9999;
        height: 100vh;
        transition: 1s ease all;
        overflow: scroll;
    }

    .mobile-slide.slide {
        left: 0px;
    }

    .mobile-slide.slide .closemenu img {
        filter: brightness(1) invert(1);
    }

    .mobile-slide.slide .desk-hide,
    .popup_close_btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 27px;
        border-radius: 100%;
    }

    div#enq_sortby {
        padding: 30px;
        width: 85%;
        background: #fff;
    }

    body.overlayshow header {
        z-index: 0 !important
    }

    .mobilefilter_box .btn_theme:hover {
        background: var(--themecolor);
        color: var(--white);
    }

    .pr_content.ptag .contentsec .container {
        padding-bottom: 0;
        width: 100%;
    }

    .pr_content .img_content_sec .helf-section .right-side {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .pr_content .img_content_sec .helf-section .left-side {
        width: 100%;
        margin-bottom: 60px;
    }

    .pr_content .img_content_sec .helf-section.row-reverse .right-side {
        width: 100%;
        padding: 0px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-2 li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px !important;
    }

}

@media(max-width:768px) {

    .contenttxtdiv.width50 {
        padding-left: 0;
        width: 100%;
    }

    .pr_content.ptag .contentimg_div.width50 {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        margin: 30px 0 0 0;
    }

    .pr_content .img_content_sec .helf-section .right-side,
    .pr_content .img_content_sec .helf-section .left-side,
    .pr_content .img_content_sec .helf-section.row-reverse .right-side {
        margin-bottom: 50px;
    }

    .get-started-sec {
        padding-top: 30px;
    }
}

@media(max-width:640px) {

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }


}

@media(max-width:575px) {

    h1:before {
        display: none
    }

    h1 {
        padding-left: 0;
    }

    .product-wc-header {
        margin: 0;
    }

    .pro_listfilterdiv_right {
        display: flex;
        flex-wrap: wrap;
    }

    .pro_listfilterdiv_left {
        margin-top: 15px;
    }

    .sortrightdiv {
        display: flex;
        width: 100%;
        margin: 0;
        justify-content: space-between;
        border-top: 1px solid #dedede;
    }

    .sort-input {
        border-left: 0px solid #dedede;
        padding-left: 0;
    }

    .sort-input form select {
        margin-bottom: 0
    }

    h1 {
        margin-bottom: 10px !important
    }

    .pro_listfilterdiv_right {
        margin: 5px 0 0;
    }

    .woocommerce ul.products li.product {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px !important;
    }

    ul.products li a.button.add_to_cart_button.product_type_variable {
        background: url(../images/select-options.svg)no-repeat center left 10px var(--blue);
        font-size: 12px;
        padding: 10px 10px 10px 40px;
    }

    ul.products li a.button.add_to_cart_button.added {
        font-size: 12px;
        padding: 10px 10px 10px 10px;
    }

    ul.products li a.button.add_to_cart_button {
        background: url(../images/add-to-cart.svg)no-repeat center left 10px var(--blue);
        font-size: 12px;
        padding: 10px 10px 10px 40px;
    }

    p.woocommerce-result-count {
        border-right: 0px solid #dedede;
    }

    .pr_content .img_content_sec .helf-section .right-side,
    .pr_content .img_content_sec .helf-section .left-side,
    .pr_content .img_content_sec .helf-section.row-reverse .right-side {
        margin-bottom: 30px;
    }

    hr {
        margin: 10px 0 20px;
    }
}

@media(max-width:480px) {

    .pro_listfilterdiv_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: inherit;
    }

    .woocommerce .woocommerce-result-count {
        width: 100%;
        margin: 0 0 10px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 26px);
        margin: 0 13px 26px 13px !important;
        min-width: 100%;
        max-width: 100%;
    }

}

@media(max-width:360px) {}