@charset "utf-8";

.keyfeature_slide_sec {
    margin-bottom: 50px;
}

.productlist_container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px 15px;

    & a.productbx {
        width: calc(33.33% - 50px);
        margin: 0 25px 50px;

        .prodimg {
            width: 100%;
            overflow: hidden;

            img {
                width: 100%;
                transform: scale(1);
                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;
            }

            &:hover img {
                width: 100%;
                transform: scale(1.05);
                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;
            }
        }
    }

    .prodname {
        border: 1px solid #E5E5E5;
        border-top: 0px solid transparent;
        font-family: "Teko";
        font-size: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);
        font-weight: 500;
        color: var(--black);
        padding: 20px 40px;
        position: relative;
        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;

        &:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background: var(--siteblue);
            left: 0px;
            top: 30px;
        }
    }

    & :hover>.prodname {
        color: var(--siteblue);
        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;
    }
}

/* product listing page style  */
.listcategory_slide_sec {
    background: var(--litebg);
    padding: 50px 0;
}

.prodlistslider:not(.slick-initialized) a.productbx:not(:nth-child(-n+6)) {
    display: none;
}

.prodlistslider:not(.slick-initialized) a.productbx {
    width: calc(16.66% - 24px);
    margin: 0 12px 0;
}

.prodlistslider.slick-initialized {
    width: calc(100% + 24px);
    display: block;
    margin: 0 -12px;
}

.prodlistslider.slick-initialized .slick-slide {
    padding: 0 12px;
}

.prodlistslider.slick-initialized a.productbx {
    margin: 0;
}


.prodlistslider .prodname {
    font-size: 20px;
    border: 0px solid transparent;
    padding: 20px;
}

.prodlistslider .prodname:before {
    width: 10px;
}

.prodlist_sec {
    padding: 80px 0;
}

.prodlist_content {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;

    .prodlist_title {
        width: 50%;
    }

    .prodlist_txt {
        width: 50%;

       /* .smalltitle {}*/
    }
}


.productbxcontianer {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px 0;
    padding: 80px 0 0;

    a.productbx {
        width: calc(25% - 30px);
        margin: 0 15px 50px;
        border: 1px solid #E5E5E5;

        .prodimg {
            text-align: center;

            & img {
                margin: 0 auto;
            }
        }

        .prodname {
            font-size: 30px;
            font-family: "Teko";
            font-size: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);
            font-weight: 500;
            line-height: 1;
            color: var(--black);
            padding: 20px 40px;
            position: relative;
            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;

            &:before {
                content: '';
                position: absolute;
                width: 20px;
                height: 2px;
                background: var(--siteblue);
                left: 0px;
                top: 32px;
            }
        }
    }

    a.productbx:hover {
        border: 1px solid var(--siteblue)
    }

}

a.productbx:hover .prodname {
    color: var(--siteblue);
}


/* product detail page styles  */
main.productdtlpg .keyfeature_slide_sec {
    margin-bottom: 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 0px solid transparent;
}

main.productdtlpg .getquotecta_sec {
    margin-bottom: 100px;
}

main.productdtlpg .trustedpartner_sec {
    padding-top: 100px;
    border-top: 1px solid #E5E5E5;
}


.relatedprod_slider {
    padding: 20px 0 0;
}

.inner-banner.banner-sm {
    min-height: 180px;
    margin-bottom: 0;
}

section.breadcums-sec {
    min-height: 54px;
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
}

section.breadcums-sec>.container {
    text-align: left;
    width: 100%;
}

section.breadcums-sec .woo_breadcums {
    margin-bottom: 0;
}

section.breadcums-sec .woo_breadcums li,
section.breadcums-sec .woo_breadcums li span a {
    color: #6D6D6D;
}

section.breadcums-sec .woo_breadcums li span a:after {
    filter: none;
}


/* proudct details page style  */

.productdtl_container.sec_padd {
    width: 100%;
    clear: both;
    padding: 80px 0 100px !important;
}

.productdtl_container .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.proddtl_left {
    width: 780px;
    position: sticky;
    top: 160px;
    align-self: flex-start;
}

.proddtl_left .banner-slider {
    border: 0px solid #E5E5E5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    background: var(--white);
}

/* thumbnail slider styles */

.banner-slider .slider.slider-for {
    max-width: calc(100% - 130px);
    padding-left: 0;
    border: 1px solid #e5e5e5;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .slider.slider-nav {
    max-width: 115px;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: auto;
    overflow: hidden;
}

.slider-banner-image {
    position: relative;
}

.banner-slider .slider.slider-for .slider-banner-image img {
    margin: 0 auto;
    max-width: 96%;
}

.slider-banner-image span {
    position: relative;
    width: 100%;
    background: #303030;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 20px;
    z-index: 2;
    bottom: 0;
    line-height: 1.2;
    display: block;
}

.banner-slider .slider.slider-nav {
    padding: 0;
    margin-left: 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 10px auto;
    border: 1px solid #EBEBEB;
    display: flex;
}

.thumbnail-image .thumbImg {
    border: 1px solid #d1d6d9;
    margin: 5px 0;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slider-banner-image a.fancybox {
    cursor: url('../images/zoom-view.svg'), auto;
}

.proddtl_left .slider-nav.thumb-image .slick-prev {
    background: url(../images/slider-left-arrow.svg)no-repeat center center #fff !important;
    right: 0 !important;
    z-index: 1;
    left: 44px !important;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    top: 0;
    border: 0px solid transparent;
}

/* .slider-nav.thumb-image .slick-prev:hover {
    background: url(../images/slider-left-arrow-hover.svg)no-repeat center center !important;
} */

.proddtl_left .slider-nav.thumb-image .slick-next {
    background: url(../images/slider-right-arrow.svg)no-repeat center center #fff !important;
    right: 0 !important;
    z-index: 1;
    left: 44px;
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
    bottom: 0;
    top: inherit;
    border: 0px solid transparent;
}

.proddtl_left .slider-nav.thumb-image .slick-prev:hover,
.proddtl_left .slider-nav.thumb-image .slick-next:hover {
    background-color: var(--themered) !important;
}

.proddtl_left .slick-prev:before,
.proddtl_left .slick-next:before {
    width: 30px;
    height: 30px;
}

.slider.slider-for:not(.slick-initialized) .slider-banner-image:not(:nth-child(-n+1)) {
    display: none;
}

.slider.slider-nav.thumb-image:not(.slick-initialized) .thumbnail-image:not(:nth-child(-n+4)) {
    display: none;
}

.proddtl_info_right {
    width: calc(100% - 910px);
    padding: 0;
    position: relative;

    .proddtl_title {
        line-height: 1.1;
        margin-bottom: 15px;
        font-size: 40px;
        font-weight: 600;
        color: #020202;
        text-transform: uppercase;
    }

    .proddtl_semititle {
        line-height: 1.1;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--themered);
    }

    .btnbar {
        margin-top: 40px;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
}

.banner-slider .zoomicon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

body.showhidezoom .banner-slider .zoomicon {
    display: none;
}

.proddtlbx {
    background: #F5F5F5;
    padding: 45px;
}

.proddtlbx .heading-18 {
    text-transform: none;
    line-height: 1.2;
}

.proddtlbx table {
    width: 100%;
    border: 0px solid transparent;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.proddtlbx table tr td:first-child {
    min-width: 230px;
}

.proddtlbx table tr td {
    font-size: 16px;
    font-weight: 400;
    color: #020202;
    padding: 10px 0;
}

.proddtlbx table tr td {
    border: 0px solid rgba(0, 0, 0, 0);
    padding-left: 15px;
}

.proddtlbx table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.button.redborder {
    background: transparent !important;
    border-color: var(--themered) !important;
    color: var(--themered) !important;
}


/* related products section styles */
.relatedprod_sec.mrgb100 .heading-40 {
    text-align: center;
}

.relatedprod_slider.slick-initialized {
    padding: 20px 0 0;
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
}

.relatedprod_slider.slick-initialized .slick-slide {
    padding: 0 15px;
}

.relatedprod_slider.slick-initialized a.productbx {
    margin: 0 0 50px;
}

.relatedprod_slider:before,
.relatedprod_slider:after {
    content: '';
    position: absolute;
    width: calc(50% - 60px);
    background: #e2e2e2;
    height: 1px;
    left: 0;
    bottom: -50px;
}

.relatedprod_slider:after {
    left: inherit;
    right: 0;
}

.relatedprod_slider .slick-prev {
    left: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}

.relatedprod_slider .slick-next {
    right: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}

.relatedprod_sec.mrgb100 {
    padding-bottom: 40px;
}

.proddtl_info_right .btnbar a.button {
    margin-right: 15px !important;
}

.proddtl_info_right .btnbar a.button img {
    filter: brightness(0) invert(1);
}

.proddtl_info_right .btnbar a.button:hover {
    background: var(--black) !important;
    color: var(--white) !important;
}

.free-quote-cta.video-content {
    margin-top: 0;
}

section.sitecontentsec.video-list .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

section.sitecontentsec.video-list .flex-container .hm-content {
    padding: 0;
    width: calc(50% - 20px);
}

/* enquire now popup - styles */
#popup-product-form {
    max-width: 60%;
}

.fancybox-placeholder {
    background: var(--white);
    padding: 15px;
}
.sitecontentsec .two-col{display:flex; flex-wrap:nowrap}



/* Duper large devices (large desktops, 1600px and up) */
@media (max-width: 1600px) {}

@media (max-width: 1440px) {


    .productlist_container a.productbx {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }

    .proddtl_left {
        width: 600px;
    }

    .proddtl_info_right {
        width: calc(100% - 600px);
        padding: 0 0 0 40px;
    }

    .relatedprod_sec.mrgb100 {
        padding-bottom: 40px;
    }

}

@media (max-width: 1200px) {

    .productbxcontianer a.productbx {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }

    .proddtl_left {
        width: 450px;
    }

    .proddtl_info_right {
        width: calc(100% - 450px);
        padding: 0 0 0 20px;
    }	


}

@media (max-width: 992px) {

    .prodlist_content {
        display: flex;
        flex-wrap: wrap;
    }

    .prodlist_content .prodlist_txt {
        width: 100%;
    }

    .productbxcontianer a.productbx {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }

    .productbxcontianer {
        padding: 30px 0 0;
    }

    .productdtl_container .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .proddtl_left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .proddtl_info_right {
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .productdtl_container.sec_padd {
        padding: 60px 0 60px !important;
    }

    .proddtl_info_right .proddtl_title {
        font-size: 34px;
    }
	
	.sitecontentsec .two-col{flex-wrap:wrap}


}

@media (max-width: 768px) {

    .productlist_container a.productbx {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .proddtl_left .banner-slider {
        flex-wrap: wrap;
    }

    .banner-slider .slider.slider-for {
        max-width: 100%;
        padding-left: 0;
        order: 1;
    }

    .banner-slider .slider.slider-nav {
        max-width: 100%;
        order: 2;
        margin: 15px 0 0;
    }

    .thumbnail-image .thumbImg {
        margin: 0 10px;
    }

    .proddtl_left .slider-nav.thumb-image .slick-prev {
        background: url(../images/slider-left-arrow.svg) no-repeat center center #fff !important;
        transform: rotate(0deg);
        left: 0 !important;
        right: inherit !important;
        top: 50%;
        margin: -15px 0 0 0 !important;
    }

    .proddtl_left .slider-nav.thumb-image .slick-next {
        background: url(../images/slider-left-arrow.svg) no-repeat center center #fff !important;
        transform: rotate(0deg);
        left: inherit !important;
        top: 50% !important;
        margin: -15px 0 0 0 !important;
        right: 0 !important;
    }

    .proddtl_info_right .proddtl_semititle {
        font-size: 16px;
    }

    .proddtl_info_right .proddtl_title {
        font-size: 30px;
    }

    .proddtlbx {
        padding: 25px;
    }




}

@media (max-width: 576px) {
    .productbxcontianer a.productbx {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .productbxcontianer a.productbx .prodname {
        padding: 10px 20px;
    }

    .productbxcontianer a.productbx .prodname:before {
        width: 10px;
        top: 18px;
    }

    .productbxcontianer a.productbx .prodimg img {
        margin: 0 auto;
        max-width: 70%;
    }

    .productbxcontianer {
        padding: 10px 0 0;
    }

    .productlist_container .prodname {
        padding: 10px 20px;
    }

    .productlist_container .prodname:before {
        width: 10px;
        left: 0px;
        top: 20px;
    }

    section.sitecontentsec.video-list .flex-container {
        gap: 20px;
    }

    section.sitecontentsec.video-list .flex-container .hm-content {
        width: 100%;
    }

}

@media (max-width: 480px) {}