.light_gray_bg {
    background-color: rgb(240, 240, 240);
}

.productBanner {
    height: 220px;
    background: #F0F0F0;
    padding-top: 90px;
    padding-bottom: 30px;

    .innerTitle {
        position: static;

        .innerTitleText {
            background-color: transparent;
            width: 100%;
            padding: 15px 0px;
            border-radius: 0;
            border: none;

            .innrTle {
                text-align: center;
                color: #000;
            }

            .breadcrumbs {
                ul {
                    justify-content: center;

                    li {
                        color: #E30011;

                        &::after {
                            color: #000;
                        }

                        a {
                            color: #000;
                        }
                    }
                }
            }
        }
    }
}

.prodDtlsSec_1 {
    .csrOverviewImg {
        width: 100%;
        height: 400px;
        background-color: #F0F0F0;
        border-radius: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    .overviewRightText {
        .secHead {
            margin-bottom: 6px;
        }

        .prdOverTle {
            font-size: 40px;
            font-weight: 700;
            color: #E30011;
            margin-bottom: 20px;
        }

        .prodBtnWrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 15px;
            margin-top: 20px;
        }
    }
}

.postid-498 {
    .prodDtlsSec_3 {
        padding: 0 !important;
    }
}


/* start feature */
.featureItems {
    margin-bottom: 30px;

    .eachFeature {
        background-color: #fff;
        box-shadow: rgba(129, 171, 195, 0.4) 0px 5px 18px;
        border-radius: 15px;
        padding: 20px 30px;
        height: 100%;
        display: flex;
        align-items: center;

        .eachFeatureInn {
            p {
                position: relative;
                padding-left: 40px;

                &::before {
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    content: "";
                    background: url(../images/category/check-mark.png) no-repeat;
                    background-size: 100%;
                    left: 0;
                }
            }
        }
    }
}

/* information table */
.prdDtlsInfoContent {
    .prdDtlsInfoAcc {
        border-radius: 15px;

        .prdDtlsInfoAcc-head {
            padding: 20px 24px;
            background-color: #F0F0F0;
            position: relative;
            cursor: pointer;
            border-radius: 15px;
            transition: .4s;

            .prdTle {
                color: #E30011;
                padding-right: 50px;
                font-weight: 700;
                font-size: 25px;
                margin-bottom: 0;
            }

            &::after {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                color: #E30011;
                background-color: #fff;
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 20px;
                content: "\f107";
                font-family: "FontAwesome";
                display: flex;
                justify-content: center;
                align-items: center;
                transition: .4s;
            }
        }

        &.active {
            .prdDtlsInfoAcc-head {
                background-color: #E30011;
                padding: 20px 24px;
            }
        }

        &:first-child {
            .prdDtlsInfoAcc-content {
                display: block;
            }
        }

        .prdDtlsInfoAcc-content {
            display: none;
        }

        &:not(:last-child) {
            margin-bottom: 30px;
        }

        &.active {
            box-shadow: rgba(129, 171, 195, 0.4) 0px 1px 38px;

            .prdDtlsInfoAcc-head {
                .prdTle {
                    color: #fff;
                }

                &::after {
                    content: "\f106";
                }
            }
        }
    }

}

.brHeadTable {
    .adTable {
        border-top: 1px solid #ccc;
        border-radius: 10px;
        padding: 0 5px;
    }
}

.prdDtlsInfoTable {
    width: 100%;

    /* overflow-x: auto; */
    .adTable {
        /* border-right: 1px solid #ccc; */
    }

    ::-webkit-scrollbar {
        height: 5px;
    }

    h5 {
        padding: 24px;
    }

    table {
        display: block;
        overflow-x: auto;
        width: 100%;

        tbody {
            width: 100%;
            display: table;
        }

        tr {
            td {
                &:first-child {
                    text-align: left;
                }
            }

            td {
                border-left: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 24px;
                color: #000 !important;
                font-size: 18px;
                text-align: center;
                .NteText {
                    font-size: 13px;
                    & > span {
                        color: #E30011;
                    }
                }

                &.borBtm_0 {
                    border-bottom: 0;
                }

                &.bor_lft {
                    border-left: 1px solid #ccc !important;
                }

                &.bnk {
                    border-left: none;
                }

                &:first-child {
                    border-left: none;
                }
            }

            &:first-child {
                td {
                    color: #E30011 !important;
                    font-weight: 700;
                    font-size: 22px;
                    font-family: "Raleway", sans-serif;
                }
            }

            &:last-child {
                td {
                    border-bottom: none;
                }
            }
        }
    }

    .wUl {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 20px;
        row-gap: 12px;

        li {
            width: 20%;
            padding: 0px 5px;

            .imSc {
                width: 100%;
                height: 150px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .TxtSc {
                background-color: #E30011;
                text-align: center;
                color: #fff;
                padding: 5px 8px;
            }
        }
    }
}

/* .postid-2930,
.postid-2989,
.postid-2985,
.postid-2986,
.postid-2983,
.postid-2979,
.postid-2978,
.postid-2974,
.postid-2970,
.postid-2969 {
    .prdDtlsInfoTable {
        table {
            tr {
                td {
                    &:first-child {
                        border-left: 1px solid #ccc;
                    }
                }
            }
        }
    }
} */
.tbBl {
    border-left: 1px solid #ccc !important;
}

/* related product */
.rldProdSlideBx {
    .eachRldProd {
        margin: 0 10px;
        text-align: center;

        .rldProdCard {
            padding: 0 0 10px;

            a {
                .rldProdImg {
                    width: 100%;
                    height: 350px;
                    border: 1px solid #00000025;
                    border-radius: 15px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }

                .rldProdTitle {
                    margin-top: 20px;

                    .rldTle {
                        font-weight: 700;
                        font-size: 18px;
                        font-family: "Oxygen", sans-serif;
                        color: #000;
                        transition: 0.5s;
                    }
                }
            }

            &:hover {
                a {
                    .rldProdTitle {
                        .rldTle {
                            color: #E30011;
                            position: relative;
                            padding-right: 40px;
                            display: inline-block;

                            &::after {
                                width: 30px;
                                height: 30px;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                content: '\f061';
                                font-family: "FontAwesome";
                                justify-content: center;
                                align-items: center;
                                position: absolute;
                                background-color: #E30011;
                                color: #fff;
                                font-size: 14px;
                                transform: rotate(-45deg);
                                right: 0;
                                top: -5px;
                            }
                        }
                    }
                }
            }
        }
    }

    .slick-prev {
        bottom: auto;
        left: -10%;
        top: 50%;
        transform: translateY(-50%);
    }

    .slick-next {
        bottom: auto;
        right: -10%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.faqSec {
    border: unset;
}

.prodMobOvr {
    display: none;
}

/* start responsive */
@media (max-width: 1680px) {
    .rldProdSlideBx {
        .slick-prev {
            left: -110px;
        }

        .slick-next {
            right: -85px;
        }
    }
}

@media (max-width: 1600px) {
    .prodDtlsSec_4 {
        .rldProdWrap {
            padding: 0px 100px;
        }
    }

    .rldProdSlideBx {
        .eachRldProd {
            .rldProdCard {
                a {
                    .rldProdImg {
                        height: 300px;
                        padding: 20px;
                    }
                }
            }
        }
    }
}


@media(max-width: 1440px) {
    .prodDtlsSec_1 {
        .overviewRightText {
            .prdOverTle {
                font-size: 30px;
            }
        }
    }

    /* feature */
    .featureItems {
        .eachFeature {
            padding: 14px 16px;

            .eachFeatureInn {
                p {
                    padding-left: 24px;

                    &::before {
                        width: 20px;
                        height: 20px;
                    }
                }
            }
        }
    }

    /* start table */
    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                padding: 14px 14px;

                .prdTle {
                    font-size: 22px;
                    margin-bottom: 0;
                }

                &::after {
                    width: 30px;
                    height: 30px;
                    top: 10px;
                    font-size: 18px;
                }
            }

            &.active {
                .prdDtlsInfoAcc-head {
                    padding: 14px 14px;

                    .prdTle {
                        font-size: 22px;
                        margin-bottom: 0;
                    }

                    &::after {
                        width: 30px;
                        height: 30px;
                        font-size: 18px;
                    }
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                &:first-child {
                    td {
                        font-size: 20px;
                    }
                }

                td {
                    font-size: 16px;
                    padding: 14px;
                }
            }
        }
    }

    /* end table */
}

@media(max-width: 1366px) {
    .prodDtlsSec_1 {
        .overviewRightText {
            .prdOverTle {
                font-size: 26px;
            }
        }
    }
}

@media (max-width: 1360px) {
    .prodDtlsSec_4 {
        .rldProdWrap {
            padding: 0px;

            .rldProdSlideBx {
                padding-bottom: 60px;

                .slick-arrow {
                    top: auto;
                    bottom: -20px;

                    &.slick-prev {
                        left: calc(50% - 100px);
                    }

                    &.slick-next {
                        right: calc(50% - 100px);
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .prdDtlsInfoTable {
        .wUl {
            padding: 30px 12px;

            li {
                width: 25%;

                .imSc {
                    height: 130px;
                }
            }
        }
    }

    .rldProdSlideBx {
        .eachRldProd {
            .rldProdCard {
                a {
                    .rldProdTitle {
                        .rldTle {
                            color: #E30011;
                            position: relative;
                            padding-right: 40px;
                            display: inline-block;

                            &::after {
                                width: 30px;
                                height: 30px;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                content: '\f061';
                                font-family: "FontAwesome";
                                justify-content: center;
                                align-items: center;
                                position: absolute;
                                background-color: #E30011;
                                color: #fff;
                                font-size: 14px;
                                transform: rotate(-45deg);
                                right: 0;
                                top: -5px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 991px) {
    .productDetailsPage {
        .overviewRightText {
            h2.secHead {
                text-align: left;
            }
        }
    }

    /* product table */
    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                .prdTle {
                    font-size: 18px;
                }
            }

            &.active {
                .prdDtlsInfoAcc-head {
                    .prdTle {
                        font-size: 20px;
                    }
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                &:first-child {
                    td {
                        font-size: 16px;
                    }
                }

                td {
                    white-space: nowrap;
                    font-size: 14px;
                    padding: 10px 12px;
                }
            }
        }
    }

    .prodDtlsSec_1 {
        .overviewRightText {
            margin-bottom: 30px;

            .textWrap {
                text-align: center;
            }

            .prdOverTle {
                margin-bottom: 10px;
            }

            .secHead {
                text-align: center;
            }

            .prodBtnWrap {
                justify-content: center;
            }
        }
    }
}

@media (max-width: 768px) {
    .prdDtlsInfoTable {
        .wUl {
            li {
                width: 33.33%;

                .imSc {
                    height: 100px;
                }
            }
        }
    }
}

@media(max-width: 767px) {

    /* product overview */
    .prodMobOvr {
        display: block;
        margin-bottom: 20px;
    }

    .prodDtlsSec_1 {
        .csrOverviewImg {
            &.prodDskOver {
                display: none;

                img {
                    width: 300px;
                }
            }
        }
    }

    .productDetailsPage {
        .overviewRightText {
            text-align: center;

            .secHead {
                text-align: center;
            }

            .prodBtnWrap {
                justify-content: center;
            }
        }
    }

    /* feature */
    .featureItems {
        margin-bottom: 16px;

        .eachFeature {
            box-shadow: rgba(129, 171, 195, 0.4) 0px 2px 6px;
        }
    }

}

@media (max-width: 575px) {
    .prdDtlsInfoTable {
        .wUl {
            li {
                width: 100%;

                .imSc {
                    height: auto;
                }
            }
        }
    }

    .prodDtlsSec_1 {
        .csrOverviewImg {
            height: auto;
        }
    }
}

/* end responsive */

/* start min-width responive */
@media(min-width: 1921px) {}

@media(min-width: 2134px) {}

@media(min-width: 2400px) {
    .productBanner {
        height: 270px;
        padding-top: 140px;
    }

    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                .prdTle {
                    font-size: 27px;
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                td {
                    font-size: 20px;
                }

                &:first-child {
                    td {
                        font-size: 24px;
                    }
                }
            }
        }
    }
}

@media(min-width: 2560px) {
    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                .prdTle {
                    font-size: 29px;
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                td {
                    font-size: 22px;
                }

                &:first-child {
                    td {
                        font-size: 26px;
                    }
                }
            }
        }
    }
}

@media(min-width: 2880px) {
    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                .prdTle {
                    font-size: 31px;
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                td {
                    font-size: 24px;
                }

                &:first-child {
                    td {
                        font-size: 28px;
                    }
                }
            }
        }
    }
}

@media(min-width: 3840px) {
    .prdDtlsInfoContent {
        .prdDtlsInfoAcc {
            .prdDtlsInfoAcc-head {
                .prdTle {
                    font-size: 35px;
                }
            }
        }
    }

    .prdDtlsInfoTable {
        table {
            tr {
                td {
                    font-size: 28px;
                }

                &:first-child {
                    td {
                        font-size: 32px;
                    }
                }
            }
        }
    }
}

/* end min-width responsive */