.parent-pageid-364,
.parent-pageid-388 {
    .innerBanner {
        .innerBannerImg {
            img {
                object-position: right;
            }
        }
    }
}

.productWidget {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px #ccc;
    background-color: #fff;
    margin-bottom: 20px;

    .widgetHead {
        padding: 10px 10px;
        background-color: #E30011;
        cursor: pointer;
        position: relative;
        padding-right: 30px;

        &::after {
            right: 10px;
            position: absolute;
            content: "\f107";
            top: 50%;
            transform: translateY(-50%);
            font-family: "FontAwesome";
            font-size: 16px;
            color: #fff;
            transition: 0.5s;
        }

        h4 {
            color: #fff;
            margin-bottom: 0px;
        }
    }

    .WidgetContent {
        display: none;

        .cat_list {
            list-style: none;

            li:not(:last-child) {
                border-bottom: 1px solid #ccc;
            }

            a {
                color: #808080;
                font-weight: bold;
                padding: 18px 10px;
                display: block;
                padding-left: 40px;
                position: relative;

                &:before {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    position: absolute;
                    content: "";
                    border: 1px solid #808080;
                    left: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                &:after {
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    position: absolute;
                    content: "";
                    background-color: #E30011;
                    left: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: 0.5s;
                    opacity: 0;
                }
            }

            li {
                &.active {
                    a {
                        color: #E30011;

                        &::after {
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }

    &.current {
        .widgetHead {
            &::after {
                right: 10px;
                position: absolute;
                content: "\f107";
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
                font-family: "FontAwesome";
                font-size: 16px;
                color: #fff;
            }

            h4 {
                color: #fff;
                margin-bottom: 0px;
            }
        }

        .WidgetContent {
            display: block;
        }
    }
}

.productWidget_2 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px #ccc;
    background-color: #fff;
    margin-bottom: 20px;

    .widgetHead_2 {
        padding: 10px 10px;
        background-color: #E30011;
        cursor: pointer;
        position: relative;
        padding-right: 30px;

        &::after {
            right: 10px;
            position: absolute;
            content: "\f107";
            top: 50%;
            transform: translateY(-50%);
            font-family: "FontAwesome";
            font-size: 16px;
            color: #fff;
            transition: 0.5s;
        }

        h4 {
            color: #fff;
            margin-bottom: 0px;
        }
    }

    .WidgetContent_2 {
        display: none;

        .cat_list {
            list-style: none;

            li:not(:last-child) {
                border-bottom: 1px solid #ccc;
            }

            a {
                color: #808080;
                font-weight: bold;
                padding: 18px 10px;
                display: block;
                padding-left: 40px;
                position: relative;

                &:before {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    position: absolute;
                    content: "";
                    border: 1px solid #808080;
                    left: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                &:after {
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    position: absolute;
                    content: "";
                    background-color: #E30011;
                    left: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: 0.5s;
                    opacity: 0;
                }
            }

            li {
                &.active {
                    a {
                        color: #E30011;

                        &::after {
                            opacity: 1;
                        }
                    }
                }
            }
        }

        .price-range-slider {
            padding: 18px 10px;

            .range-value {
                input {
                    min-height: 45px;
                    padding: 5px 20px;
                    font-size: 16px;
                }
            }

            .ui-widget.ui-widget-content {
                width: calc(100% - 20px);
                margin: 0px auto;
                border-radius: 6px;

                .ui-widget-header {
                    background: #E30011;
                }

                .ui-slider-handle {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;

                    &.ui-state-active {
                        border-color: #E30011;
                        background: #fff;
                    }
                }
            }
        }
    }

    &:first-child {
        .WidgetContent_2 {
            display: block;
        }
    }

    &.current {
        .widgetHead {
            &::after {
                right: 10px;
                position: absolute;
                content: "\f107";
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
                font-family: "FontAwesome";
                font-size: 16px;
                color: #fff;
            }

            h4 {
                color: #fff;
                margin-bottom: 0px;
            }
        }
    }
}


.productContentWrap {
    .productDescWrap {
        margin-bottom: 20px;

        .prdDesTel {
            color: #E30011;
            margin-bottom: 10px;
            font-weight: bold;
        }
    }

    .productSrcBx {
        margin-bottom: 15px;

        .productSrcInn {
            .prodSrcClPanel {
                margin-bottom: 14px;

                ul {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;

                    li {
                        margin: 8px 10px;

                        .prodClBtn {
                            background-color: #EFEFEF;
                            border: unset;
                            color: #E30011;
                            font-weight: 700;
                            font-size: 16px;
                            padding: 8px 16px;
                            border-radius: 6px;
                        }

                        .prodPanelTxt {
                            color: #131313;
                            font-size: 16px;
                            position: relative;
                            background-color: #efefef;
                            padding: 8px 10px;
                            padding-right: 35px;
                            border-radius: 6px;

                            span {
                                font-weight: 600;
                            }

                            &::after {
                                content: '\f00d';
                                position: absolute;
                                top: 50%;
                                transform: translateY(-50%);
                                right: 12px;
                                font-family: fontawesome;
                                font-size: 12px;
                            }
                        }
                    }
                }
            }

            .prodSrcFx {
                margin-bottom: 20px;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                row-gap: 15px;

                .prodSrc {
                    width: 40%;

                    input {
                        background-image: url(../images/update-product-listing/search.png);
                        background-repeat: no-repeat;
                        background-position: 95%;
                        background-size: 18px;
                        padding: 0 42px 0px 25px;
                        background-color: transparent;
                        border: 1px solid #00000039;
                        outline: none;

                        &::placeholder {
                            color: #000;
                        }
                    }
                }

                .prodSrt {
                    width: 40%;

                    select {
                        background-color: transparent;
                        border: 1px solid #00000039;
                    }
                }
            }
        }
    }
}

.productCards {
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px 10px 20px;
    margin-bottom: 20px;


    .productImg {
        text-align: center;
        width: 100%;
        height: 320px;
        /* padding: 10px; */

        a {
            display: block;
            width: 100%;
            height: 100%;

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

    .productTitle {
        padding-top: 8px;
        h4 {
            margin-bottom: 0;
        }
        a {
            color: #000;
            transition: 0.5s;
        }
    }

    &:hover {
        .productTitle {
            h4 {
                display: flex;
                justify-content: center;
            }

            a {
                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: translateY(-50%) rotate(-45deg);
                    right: 6px;
                    top: 50%;
                }
            }
        }
    }
}

.productListingPage {
    .listingSec_1 {
        .productWrap {
            .col-lg-12 {
                &.prodCont {
                    .productDescWrap {
                        text-align: center;
                    }

                    .col-lg-12 {
                        .prodSrcFx {
                            justify-content: end;
                        }
                    }

                    .productList {
                        .row {
                            justify-content: center;
                        }
                    }
                }
            }
        }
    }
}

.productSidebar {
    position: sticky;
    top: 80px;
}

.border-top-none {
    border-top: none;
}

/* Responsive */
@media (max-width: 1600px) {
    .productCards {
        .productImg {
            height: 270px;
        }
    }
}

@media (max-width: 1440px) {

    .productWidget_2 {
        .WidgetContent_2 {
            .cat_list {
                a {
                    padding-left: 35px;

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

                    &:after {
                        width: 8px;
                        height: 8px;
                        left: 13px;
                    }
                }
            }
        }
    }

    .productWidget_2 {
        .WidgetContent_2 {
            .price-range-slider {
                .range-value {
                    input {
                        min-height: 40px;
                        padding: 5px 15px;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .productContentWrap {
        .productSrcBx {
            .productSrcInn {
                .prodSrcClPanel {
                    ul {
                        li {
                            .prodClBtn {
                                font-size: 14px;
                                padding: 6px 14px;
                            }

                            .prodPanelTxt {
                                font-size: 14px;
                            }
                        }
                    }
                }

                .prodSrcFx {
                    .prodSrc {
                        input {
                            font-size: 15px;
                            padding: 0 42px 0px 16px;
                        }
                    }

                    .prodSrt {
                        select {
                            font-size: 15px;
                            padding: 6px 16px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .productCards {
        .productTitle {
            h4 {
                a {
                    color: #E30011;
                    position: relative;
                    padding-right: 40px;

                    &::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;
                    }
                }
            }
        }
    }

    .productContentWrap {
        .productSrcBx {
            margin-bottom: 20px;

            .productSrcInn {
                .prodSrcFx {
                    .prodSrc {
                        width: calc(50% - 10px);
                    }

                    .prodSrt {
                        width: calc(50% - 10px);
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .productContentWrap {
        padding-top: 40px;

        .productDescWrap {
            text-align: center;
        }

        .productSrcBx {
            .productSrcInn {
                .prodSrcFx {
                    .prodSrc {
                        input {
                            font-size: 14px;
                        }
                    }

                    .prodSrt {
                        select {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    .productListingPage {
        .listingSec_1 {
            .productWrap {
                .col-lg-12 {
                    &.prodCont {
                        .productContentWrap {
                            padding-top: 0;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .productCards {
        .productImg {
            height: 230px;
        }
    }

    .productContentWrap {
        .productSrcBx {
            .productSrcInn {
                .prodSrcFx {
                    .prodSrc {
                        width: 100%;
                    }

                    .prodSrt {
                        width: 100%;
                    }
                }
            }
        }
    }
}

/* start min-width */
@media(min-width: 1921px) {
    .productWidget_2 {
        .widgetHead_2 {
            h4 {
                font-size: 20px;
            }
        }
    }

    .productContentWrap {
        .productDescWrap {
            .prdDesTel {
                font-size: 34px;
            }
        }
    }
}

@media(min-width: 2400px) {
    .productWidget_2 {
        .widgetHead_2 {
            h4 {
                font-size: 22px;
            }
        }
    }

    .productContentWrap {
        .productSrcBx {
            .productSrcInn {
                .prodSrcClPanel {
                    ul {
                        li {
                            .prodClBtn {
                                font-size: 18px;
                            }

                            .prodPanelTxt {
                                font-size: 18px;
                            }
                        }
                    }
                }
            }
        }

        .productDescWrap {
            .prdDesTel {
                font-size: 36px;
            }
        }

    }
}

@media(min-width: 2560px) {
    .productWidget_2 {
        .widgetHead_2 {
            h4 {
                font-size: 24px;
            }
        }
    }

    .productContentWrap {
        .productDescWrap {
            .prdDesTel {
                font-size: 38px;
            }
        }

        .productSrcBx {
            .productSrcInn {
                .prodSrcClPanel {
                    ul {
                        li {
                            .prodClBtn {
                                font-size: 20px;
                            }

                            .prodPanelTxt {
                                font-size: 20px;
                            }
                        }
                    }
                }
                .prodSrcFx {
                    .prodSrc {
                        input {
                            background-size: 20px;
                            font-size: 20px;
                        }
                    }

                    .prodSrt {
                        select {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2880px) {
    .productWidget_2 {
        .widgetHead_2 {
            h4 {
                font-size: 26px;
            }
        }
    }

    .productContentWrap {
        .productDescWrap {
            .prdDesTel {
                font-size: 40px;
            }
        }

        .productSrcBx {
            .productSrcInn {
                .prodSrcClPanel {
                    ul {
                        li {
                            .prodClBtn {
                                font-size: 22px;
                            }

                            .prodPanelTxt {
                                font-size: 22px;
                            }
                        }
                    }
                }
                .prodSrcFx {
                    .prodSrc {
                        input {
                            background-size: 23px;
                            font-size: 22px;
                        }
                    }

                    .prodSrt {
                        select {
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 3840px) {
    .productWidget_2 {
        .widgetHead_2 {
            h4 {
                font-size: 28px;
            }

        }
        
        .WidgetContent_2 {
            .price-range-slider {
                .range-value {
                    input {
                        padding: 18px 20px;
                        font-size: 24px;
                    }
                }
            }
            .cat_list {
                a {
                    &:before {
                        width: 24px;
                        height: 24px;
                    }

                    &:after {
                        width: 12px;
                        height: 12px;
                    }
                }
            }
        }
    }

    .productContentWrap {
        .productDescWrap {
            .prdDesTel {
                font-size: 44px;
            }
        }

        .productSrcBx {
            .productSrcInn {
                .prodSrcClPanel {
                    ul {
                        li {
                            .prodClBtn {
                                font-size: 26px;
                            }

                            .prodPanelTxt {
                                font-size: 26px;
                            }
                        }
                    }
                }

                .prodSrcFx {
                    .prodSrc {
                        input {
                            background-size: 25px;
                            font-size: 24px;
                        }
                    }

                    .prodSrt {
                        select {
                            font-size: 24px;
                        }
                    }
                }
            }
        }
    }
}

/* end min-width */