@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --font-primary: "Nunito", sans-serif;
    --color-primary: #254696;
    --color-red: #E72829;
}

header .TopSection .MenuArea {
    width: 10%;
    float: left;
}

header .TopSection .logoSection {
    width: 35%;
    float: left;
}

header .TopSection .OtherLinks {
    width: 55%;
    float: left;
}

header .TopSection {
    margin-bottom: 0;
    padding: 10px;
}

header .TopSearchArea {
    background: #a1c6ea;
    padding: 5px 15px;
}

.shopbyBrand_section,
.topOfferSection {
    padding: 20px 0px 20px 10px;
}

.latestInStock {
    background: #eceff8;
}

.productCardSection .productImg {
    padding: 8px;
}

.productCardSection .addtoCartArea {
    width: 100%;
    float: left;
    padding-top: 5px;
    text-align: center;
    min-height: 38px;
}

.addtoCartArea a.addToCartBtn,
.ProductsDisplayArea .productCardSection .addtoCartArea a.addToCartBtn,
.addtoCartArea .QtyButtonArea {
    display: inline-block;
    line-height: 26px;
    font-size: 11px;
    text-transform: none;
    font-weight: 500;
    padding: 0 8px;
    background: #21409a;
    width: auto;
    color: #fff;
    text-align: center;
    float: none;
}

.addtoCartArea .QtyButtonArea {
    text-align: center;
}

    section.CategorySection .ProductsDisplayArea.grid_view ul li .addtoCartArea .QtyButtonArea a,
    .addtoCartArea .QtyButtonArea a {
        color: #fff;
        font-size: 10px;
        width: 20px;
        padding: 0;
        height: 20px;
        text-align: center;
        float: left;
    }

        section.CategorySection .ProductsDisplayArea.grid_view ul li .addtoCartArea .QtyButtonArea a span,
        .addtoCartArea .QtyButtonArea a span {
            font-size: 16px;
            line-height: 20px;
        }

    section.CategorySection .ProductsDisplayArea.grid_view ul li .addtoCartArea .QtyButtonArea .form-control,
    .addtoCartArea .QtyButtonArea .form-control {
        width: 30px;
        font-size: 12px;
        height: 20px;
        padding: 5px 2px;
        text-align: center;
        border-radius: 4px;
        float: left;
        font-weight: 600;
    }

section.CategorySection .ProductsDisplayArea.grid_view ul li .addtoCartArea .QtyButtonArea,
.addtoCartArea .QtyButtonArea {
    text-align: center;
    padding: 3px 4px;
    border-radius: 5px;
    background: #fd4453;
}

.addtoCartArea a.addToCartBtn span,
.ProductsDisplayArea .productCardSection .addtoCartArea a.addToCartBtn span {
    font-size: 14px;
    padding-left: 2px;
    vertical-align: top;
    line-height: 25px;
}

    .addtoCartArea a.addToCartBtn span,
    .ProductsDisplayArea .productCardSection .addtoCartArea a.addToCartBtn span img {
        width: 18px;
        display: inline-block;
        vertical-align: middle;
    }

.topOfferSection .headerSection .titleArea h4,
.headerSection .titleArea h4,
.titleArea h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.shopbyBrand_section {
    background: #f6f6f6;
}

    .shopbyBrand_section .headerSection {
        margin: 0 0 0px 0;
    }

.topOfferSection .headerSection .buttonArea a,
.headerSection .buttonArea a {
    margin-bottom: 0;
    margin-top: 0px;
    border: none;
    background: transparent;
    color: var(--color-primary);
    line-height: 150%;
    font-size: 14px;
    font-family: var(--font-primary);
    text-transform: none;
}

.topOfferSection .headerSection,
.headerSection {
    padding: 0 10px 0 0;
}

.shopbyBrand_section .brandListSection .swiper-slide a {
    display: block;
    padding: 10px;
    background: transparent;
    border-radius: 5px;
}

.topOfferSection .headerSection .buttonArea a,
.headerSection .buttonArea a {
    border-radius: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    transform: translateY(25%);
}

.shopbyCategory_section .swiper-slide a img {
    border-radius: 5px;
}

.shopbyCategory_section {
    background: #cae8e3;
    padding: 8px 0px 15px 10px;
    width: 100%;
    float: left;
}

    .shopbyCategory_section .swiper-slide a p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 0px;
        text-transform: none;
        font-size: 12px;
        color: #323232;
        line-height: 24px;
        text-align: center;
    }

.shopByCondition {
    background: #f7eac6;
}

.bestDealSection {
    width: 100%;
    float: left;
    padding: 15px 10px;
    background: #ffeee7;
}

.dealsListSection {
    width: 100%;
    float: left;
}

    .dealsListSection ul li {
        width: 50%;
        float: left;
        padding: 3px;
    }

        .dealsListSection ul li .productCardSection {
            padding: 10px;
        }

.BottomFilter.TopFilterSection ul li {
    width: 80%;
}

    .BottomFilter.TopFilterSection ul li a {
        text-align: left;
        text-transform: none;
        vertical-align: top;
        color: #656565;
    }

        .BottomFilter.TopFilterSection ul li a span {
            vertical-align: top;
        }

.BottomFilter ul li:first-child::after {
    content: initial;
}

.BottomFilter.TopFilterSection ul li.viewFilter a {
    text-align: right;
    padding-right: 10px;
    color: #656565;
}

.bannerArea {
    background: #f6f6f6;
}

.ProductsDisplayArea.grid_view ul.ProductsDisplayAreaUL li .productCardSection .productDescription .productFeaturesSection li {
    float: left;
    width: auto;
    border: 1px solid #e0e0e0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    padding: 0px 2px;
    max-width: 100%;
    border-radius: 2px;
    text-transform: none;
    font-weight: 600;
    font-size: 8px;
    line-height: normal;
    color: #a0a0a0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin: 0 2px 2px 0;
}

.productCardSection .productDescription p.inStockCard,
.ProductsDisplayArea.list_view ul li .list_item .list_description p.inStockCard {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 4px;
    text-transform: none;
    font-size: 9px;
    text-align: left;
    color: #fff;
    line-height: 10px;
    display: inline-block;
    background: #618100;
    padding: 4px 6px;
    border-radius: 5px;
}

    .productCardSection .productDescription p.inStockCard span,
    .ProductsDisplayArea.list_view ul li .list_item .list_description p.inStockCard span {
        font-size: 12px;
        padding: 0;
        text-transform: lowercase;
    }

.ProductsDisplayArea.list_view ul li .list_item .list_description h4 {
    font-size: 15px;
}

.ProductsDisplayArea.list_view ul li .productFeaturesSection {
    padding: 5px 0px 0;
}

    .ProductsDisplayArea.list_view ul li .productFeaturesSection ul li,
    section.CategorySection.fullWidth .ProductsDisplayArea.list_view .productFeaturesSection ul li {
        font-size: 8px;
    }

.ProductsDisplayArea.list_view ul li .list_item .list_description .price .newPrice {
    font-weight: 700;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description .price .oldPrice {
    font-weight: 600;
    margin: 0px 5px;
}

    .ProductsDisplayArea.list_view ul li .list_item .list_description .price .oldPrice i {
        color: #848484;
    }

.ProductsDisplayArea.list_view ul li .list_item .list_description .price .OfferedPrice {
    font-weight: 700;
    color: #e02a31;
    text-transform: capitalize;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description p.specialPrice {
    color: #a0a0a0;
    font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 8px;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description .conditionArea h4,
.conditionArea h4 {
    line-height: 18px;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea a.addToCartBtn {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

    .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea a.addToCartBtn span {
        width: 20px;
    }

section.CategorySection.fullWidth .ProductsDisplayArea.list_view ul li {
    padding-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 49%;
    margin: 0.5%;
}

    section.CategorySection.fullWidth .ProductsDisplayArea.list_view ul li.fullW {
        width: 100%;
    }

.productCardSection .productDescription p.inStockCard.outstock,
.ProductsDisplayArea.list_view ul li .list_item .list_description p.inStockCard.outstock {
    background: #eb6145;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea {
    padding: 0px;
    width: 100%;
    float: left;
    background: #fd4453;
    border-radius: 4px;
}

    .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea a.minusBtn,
    .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea a.plusBtn {
        width: 15%;
        height: 36px;
        float: left;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 36px;
        background: rgba(255, 255, 255, 0.2);
    }

        .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea a.minusBtn span,
        .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea a.plusBtn span {
            line-height: 36px;
        }

    .ProductsDisplayArea.list_view ul li .list_item .list_description .addtoCartArea .QtyButtonArea .form-control {
        width: 70%;
        height: 36px;
        background: transparent;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 36px;
        float: left;
    }

.refineSection {
    width: 100%;
    float: left;
    padding: 10px;
    background: #eceff8;
    position: relative;
}

    .refineSection .heading {
        width: 100%;
        float: left;
    }

        .refineSection .heading h4 {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #21409a;
            padding: 0;
            text-align: left;
            text-decoration: none;
            text-transform: uppercase;
        }

    .refineSection a.collapseBtn {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #21409a;
        padding: 0;
        text-decoration: none;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 13px;
        z-index: 1;
    }

.FiltertabSection {
    width: 100%;
    float: left;
}

    .FiltertabSection .tabHeader,
    .FiltertabSection .tabContent {
        width: 100%;
        float: left;
    }

        .FiltertabSection .tabHeader .tabs .tab a {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            margin-bottom: 0px;
            margin-top: 0px;
            font-size: 12px;
            color: #21409a;
            text-transform: uppercase;
            background: #fff;
            border-radius: 5px;
        }

        .FiltertabSection .tabHeader .tabs .tab {
            height: 42px;
            padding: 0 2px;
        }

        .FiltertabSection .tabHeader .tabs {
            height: 42px;
        }

    .FiltertabSection .tabs .indicator {
        display: none;
    }

    .FiltertabSection .tabHeader .tabs::after {
        background: #eceff8;
        display: none;
    }

    .FiltertabSection .tabHeader .tabs .tab a.active {
        background: #21409a;
        color: #fff;
    }

.filterCheckArea {
    width: 100%;
    float: left;
    padding: 5px;
    height: 111px;
    overflow-x: scroll;
    margin: 15px 0px 7px 0px;
    position: relative;
    background-color: #e2e6f1;
}

    .filterCheckArea li {
        float: left;
        padding: 0 4px;
    }

        .filterCheckArea li [type="checkbox"] + span:not(.lever) {
            padding-left: 25px;
            height: 20px;
            line-height: 20px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 12px;
            text-transform: none;
        }

        .filterCheckArea li [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
            height: 18px;
            width: 18px;
            background-color: #fff;
            border: 2px solid #ffffff;
        }

/**/
.bottomFilterSection {
    width: 100%;
    float: left;
}

    .bottomFilterSection ul li {
        float: left;
        margin: 0 0.5%;
        width: 100%;
        background: #e2e6f1;
        padding: 4px 6px;
        border-radius: 4px;
    }

        /* .bottomFilterSection ul li:last-child{
	width:20%;
	margin:0;
} */
        .bottomFilterSection ul li.SearchBtnArea {
            padding: 0;
            background: transparent;
        }

            .bottomFilterSection ul li.SearchBtnArea a.SearchBtn {
                padding: 11px 15px;
                color: #fff;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                font-weight: 600;
                line-height: 40px;
                text-transform: uppercase;
                background: #df1414;
                display: block;
                text-align: center;
                border-radius: 4px;
            }

                .bottomFilterSection ul li.SearchBtnArea a.SearchBtn:hover {
                    background: #fbd60c;
                }

    .bottomFilterSection .multiselectArea label {
        color: #b7b7b7;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

.multiselectArea .fstElement {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border: none;
    box-shadow: none;
    margin: 0;
}

.multiselectArea .fstMultipleMode .fstQueryInput {
    font-size: 14px;
    color: #363636;
}

.multiselectArea .fstMultipleMode.fstActive .fstResults {
    border-top: none;
}

.multiselectArea .fstMultipleMode.fstActive,
.multiselectArea .fstMultipleMode.fstActive .fstResults {
    box-shadow: none;
}

.multiselectArea .fstChoiceItem {
    margin: 0 0.41667em 0.41667em 0;
    padding: 0.2em 0.8em 0.3em 1.5em;
    border-radius: 4px;
    color: #363636;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #dedede;
    border-radius: 50px;
}

.multiselectArea .fstChoiceRemove {
    color: #b5b5b5;
}

.multiselectArea .fstElement {
    background: transparent;
}

.bottomFilterSection .multiselectArea label {
    color: #21409a;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    padding: 0;
    margin: 0;
}

/**/

.promiseDetailsArea ul li .txtArea h4 {
    font-size: 12px;
}

section.ProductDetailsSection .keyFeaturesArea {
    box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
}

.keyFeaturesArea .headerTitleArea h4.TitleText,
.headerTitleArea h4.TitleText {
    color: #727272;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
}

.keyFeaturesArea.gradeArea .headerTitleArea h4 {
    color: #727272;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
}

section.ProductDetailsSection .keyFeaturesArea.gradeArea p {
    color: #21409a;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    padding: 15px 10px;
}

.keyFeaturesArea .onlinePriceSection {
    width: 100%;
    float: left;
    padding: 10px;
    background: #eef1f8;
}

/**/
.priceComparisonArea {
    width: 100%;
    float: left;
    padding: 0;
}

    .priceComparisonArea ul,
    section.ProductDetailsSection .keyFeaturesArea .priceComparisonArea ul {
        width: 100%;
        float: left;
        padding: 0px;
    }

        .priceComparisonArea ul li,
        section.ProductDetailsSection .keyFeaturesArea .priceComparisonArea ul li {
            width: 100%;
            padding: 0 0% 0 0;
            float: left;
            margin: 0px;
        }

.paymentOpotionCard {
    border-radius: 4px;
    background: #fff;
    margin: 5px 0 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 20%;
}

    .paymentOpotionCard.onlineStore span {
        width: 20%;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

        .paymentOpotionCard.onlineStore span img {
            max-width: 100%;
        }

    .paymentOpotionCard .comparePrice {
        width: 100%;
        float: left;
    }

    .paymentOpotionCard .comparePrice,
    .onlineStore.paymentOpotionCard h4 {
        text-align: right;
    }

section.ProductDetailsSection .keyFeaturesArea .onlinePriceSection .paymentOpotionCard h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 16px;
    color: #e02a31;
    line-height: 16px;
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
}


/**/

.seenProducts {
    background: #ffedb5;
}

/* ---- cart // start ----*/

.CartArea {
    width: 400px;
    float: right;
    background: #d6d6d6;
    padding: 15px;
}

    .CartArea .cartHeader {
        width: 100%;
        float: left;
        padding: 10px;
        background: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        text-align: center;
        margin-bottom: 4px;
    }

        .CartArea .cartHeader h4 {
            color: #df1414;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 800;
            padding: 0px;
            margin: 0;
            line-height: 20px;
            text-transform: uppercase;
            vertical-align: top;
        }

            .CartArea .cartHeader h4 i {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: -4px;
            }

    .CartArea .cartBodyArea {
        width: 100%;
        float: left;
        padding: 0px;
        /* background: #fff; */
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        text-align: center;
        margin-bottom: 0px;
    }

        .CartArea .cartBodyArea li,
        .OrderLists ul li {
            width: 100%;
            float: left;
            padding: 15px 15px 5px;
            position: relative;
            border-bottom: 1px dashed #dcdfe6;
            background: #fff;
        }

            .CartArea .cartBodyArea li:not(.button)::after,
            .CartArea .cartBodyArea li:not(.button)::before {
                content: "";
                width: 10px;
                height: 10px;
                display: inline-block;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -o-border-radius: 50px;
                border-radius: 50px;
                background: #dee1e8;
                position: absolute;
                z-index: 10;
            }

            .CartArea .cartBodyArea li::after {
                left: -5px;
                bottom: -5px;
            }

            .CartArea .cartBodyArea li::before {
                right: -5px;
                bottom: -5px;
            }

            .CartArea .cartBodyArea li .productImg,
            .OrderLists ul li .productImg {
                width: 20%;
                float: left;
                border: 1px solid #dfdfdf;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                padding: 6px 2px;
            }

            .OrderLists ul li .productImg {
                width: 15%;
            }

            .CartArea .cartBodyArea li .productDescription,
            .OrderLists ul li .productDescription {
                width: 80%;
                float: left;
                padding: 0 0 0 10px;
                text-align: left;
            }

                .cartBodyArea li .productDescription h4,
                .OrderLists ul li .productDescription h4 {
                    color: #343434;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                    padding: 0px 0 10px 0;
                    margin: 0;
                }

                .cartBodyArea li .productDescription .detailsArea,
                .OrderLists ul li .productDescription .detailsArea {
                    width: 100%;
                    float: left;
                    padding: 0;
                }

                    .cartBodyArea li .productDescription .detailsArea p.seller,
                    .cartBodyArea li .productDescription .detailsArea .qtyArea p,
                    .OrderLists ul li .productDescription .detailsArea p.seller {
                        color: #f07f05;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 12px;
                        font-weight: 400;
                        padding: 0;
                        margin: 0 0 5px 0;
                    }

                    .cartBodyArea li .productDescription .detailsArea .qtyArea {
                        width: 100%;
                        float: left;
                    }

                        .cartBodyArea li .productDescription .detailsArea .qtyArea p {
                            display: inline-block;
                            color: #505050;
                            margin: 0;
                            font-weight: 600;
                        }

                        .cartBodyArea li .productDescription .detailsArea .qtyArea .quantity {
                            float: left;
                            width: auto;
                            margin-right: 5px;
                            margin: 0 10px 0 0;
                        }

            .CartArea .cartBodyArea li .quantity li {
                padding: 0;
                width: auto;
                border: none;
            }

                .CartArea .cartBodyArea li .quantity li::after,
                .CartArea .cartBodyArea li .quantity li::before,
                .CartArea .cartBodyArea li.totalAmount::after,
                .CartArea .cartBodyArea li.totalAmount::before,
                .CartArea .cartBodyArea li.GeneratePObutton::after,
                .CartArea .cartBodyArea li.GeneratePObutton::before {
                    content: initial;
                }

                .CartArea .cartBodyArea li .quantity li a {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    padding: 2px;
                    font-size: 12px;
                    color: #21409a;
                }

                .CartArea .cartBodyArea li .quantity li.inputArea .form-control {
                    display: inline-block;
                    padding: 4px;
                    height: 25px;
                    font-size: 12px;
                    margin: 0 4px;
                    width: 60px;
                }

            .cartBodyArea li .productDescription .bottomArea,
            .OrderLists ul li .productDescription .bottomArea {
                width: 100%;
                float: left;
                padding: 5px 0 0 0;
            }

                .cartBodyArea li .productDescription .bottomArea .condition,
                .cartBodyArea li .productDescription .bottomArea .amount,
                .OrderLists ul li .productDescription .bottomArea .condition,
                .OrderLists ul li .productDescription .bottomArea .amount {
                    width: 50%;
                    float: left;
                }

                    .cartBodyArea li .productDescription .bottomArea .amount h4,
                    .OrderLists ul li .productDescription .bottomArea .amount h4 {
                        color: #df1414;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 16px;
                        font-weight: 800;
                        padding: 0px;
                        margin: 0;
                        line-height: 30px;
                        text-transform: uppercase;
                        vertical-align: top;
                        text-align: right;
                    }

            .CartArea .cartBodyArea li a.closeBtn {
                width: 15px;
                height: 15px;
                font-size: 14px;
                position: absolute;
                top: 5px;
                right: 5px;
                display: inline-block;
                z-index: 1000;
                line-height: 15px;
                color: #e4e4e4;
            }

                .CartArea .cartBodyArea li a.closeBtn:hover {
                    color: #df1414;
                }

            .CartArea .cartBodyArea li.totalAmount {
                padding: 15px;
                border: none;
            }

                .CartArea .cartBodyArea li.totalAmount .textArea,
                .CartArea .cartBodyArea li.totalAmount .amountArea {
                    width: 50%;
                    float: left;
                }

                    .CartArea .cartBodyArea li.totalAmount .textArea h4 {
                        color: #b5b5b5;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 14px;
                        font-weight: 400;
                        padding: 0px 0 0px 0;
                        margin: 0;
                        text-transform: uppercase;
                        text-align: left;
                        line-height: 30px;
                    }

                    .CartArea .cartBodyArea li.totalAmount .amountArea h4 {
                        color: #000000;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        padding: 0px;
                        margin: 0;
                        line-height: 30px;
                        text-transform: uppercase;
                        vertical-align: top;
                        text-align: right;
                    }

            .CartArea .cartBodyArea li.GeneratePObutton {
                padding: 0px;
                border: none;
            }

                .CartArea .cartBodyArea li.GeneratePObutton a,
                a.PObutton {
                    background: #21409a;
                    -webit-border-radius: 0 0 4px 4px;
                    -moz-border-radius: 0 0 4px 4px;
                    -o-border-radius: 0 0 4px 4px;
                    border-radius: 0 0 4px 4px;
                    color: #fff;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                    padding: 15px;
                    margin: 0;
                    line-height: 16px;
                    text-transform: uppercase;
                    text-align: center;
                    display: block;
                }

                    .CartArea .cartBodyArea li.GeneratePObutton a:hover,
                    a.PObutton:hover {
                        background: #ed1c24;
                    }

                    .CartArea .cartBodyArea li.GeneratePObutton a:hover,
                    a.PObutton:hover {
                        color: #fff;
                    }

.cartBodyArea li .productDescription .bottomArea .condition h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.cartBodyArea li .productDescription .bottomArea .condition i {
    width: 30px;
    display: inline-block;
}

.CartArea .cartBodyArea .scroll_body_down {
    /* height: 560px; */
    height: calc(100vh - 300px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.notificationArea {
    /* display: none; */
    position: fixed;
    right: -400px;
    top: 64px;
    z-index: 1000;
    height: calc(100vh - 48px);
    transition: right 0.3s ease-in;
}

    .notificationArea.open {
        /* display: block; */
        right: 0;
        transition: right 0.2s ease-in;
        box-shadow: -10px 10px 20px rgb(0 0 0 / 10%);
    }

.CartArea .cartBodyArea li.continueShopping {
    background: #dee1e8;
    border: none;
    padding: 15px;
}

    .CartArea .cartBodyArea li.continueShopping:before,
    .CartArea .cartBodyArea li.continueShopping:after {
        content: initial;
    }

    .CartArea .cartBodyArea li.continueShopping a {
        background: #fff;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 100px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        line-height: 16px;
        color: #21409a;
    }

header .TopSection .OtherLinks ul li a.notificationBell.open,
header .TopSection .OtherLinks ul li a.navCart.open {
    background: #eceff8;
}

header .TopSection .OtherLinks ul li a {
    width: 32px;
}


    /**/
    header .TopSection .OtherLinks ul li a.navCart span.counter,
    header .TopSection .OtherLinks ul li a.notificationBell span.counter,
    .desktopMenuSection nav a.notificationBell span.counter,
    .desktopMenuSection nav a.navCart span.counter {
        min-width: 12px;
        height: 12px;
        display: inline-block;
        background: #e02a31;
        margin: 0px;
        position: absolute;
        top: 25%;
        left: 20px;
        right: initial;
        color: #fff;
        line-height: 14px;
        text-align: center;
        border-radius: 100px;
        font-size: 8px;
        font-weight: 700;
        transform: translateY(-40%);
        font-family: var(--font-primary);
    }

.desktopMenuSection nav a.notificationBell span.counter,
.desktopMenuSection nav a.navCart span.counter {
    left: initial;
    right: 10px;
}

.desktopMenuSection nav a.navCart span.counter {
    right: initial;
    left: 20px;
}

header .TopSection .OtherLinks ul li a.notificationBell span.counter,
a.notificationBell span.counter,
.desktopMenuSection nav a.notificationBell span.counter {
    background: #d4eaff;
    color: var(--color-primary);
}

header .TopSection .OtherLinks ul li a.notificationBell,
a.notificationBell {
    position: relative;
}

header .TopSection .OtherLinks ul li a.navCart {
    width: 50%;
}

    header .TopSection .OtherLinks ul li a.navCart.hasPrice,
    a.navCart.hasPrice {
        width: 30px;
        text-align: center;
    }

        header .TopSection .OtherLinks ul li a.navCart.hasPrice span.displayPrice,
        a.navCart.hasPrice span.displayPrice {
            min-width: 50px;
            height: 15px;
            display: inline-block;
            background: #21409a;
            margin: 0px;
            position: absolute;
            /*top: 25%;
        left: 37px;*/
            top: 60%;
            left: 25px;
            color: #fff;
            line-height: 15px;
            text-align: center;
            border-radius: 100px;
            font-size: 10px;
            font-weight: 600;
            transform: translateY(-40%);
            padding: 0 4px;
        }

            a.navCart.hasPrice span.displayPrice i {
                height: auto;
                line-height: initial;
            }

.notificationList {
    width: 100%;
    float: left;
}

    .notificationList ul li {
        width: 100%;
        float: left;
        background: #fff;
        padding: 10px 15px;
        border-bottom: 1px dashed #dcdfe6;
    }

        .notificationList ul li:first-child {
            border-radius: 5px 5px 0 0;
        }

        .notificationList ul li:last-child {
            border-radius: 0px 0px 5px 5px;
            border: none;
        }

        .notificationList ul li .icon {
            width: 10%;
            float: left;
        }

        .notificationList ul li .contntArea {
            width: 90%;
            float: left;
        }

        .notificationList ul li .icon span {
            font-size: 18px;
            line-height: 30px;
            color: #8cc74c;
        }

        .notificationList ul li .contntArea h4 {
            color: #343434;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 600;
            padding: 0px 0 5px 0;
            margin: 0;
        }

        .notificationList ul li .contntArea p {
            color: #a9a9a9;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            font-weight: 400;
            padding: 0;
            margin: 0 0 0px 0;
        }

.desktopMenuSection ul li.actionBtn a img {
    width: 30px;
    height: 30px;
}


.pricetabSection {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .pricetabSection .tabContent {
        padding: 10px;
        background: #eef1f8;
        width: 100%;
        float: left;
        border-radius: 0 0 6px 6px;
    }

    .pricetabSection .tabHeader .tabs .tab a {
        color: #000000;
        font-weight: 600;
        text-transform: none;
        font-size: 14px;
    }

        .pricetabSection .tabHeader .tabs .tab a.active {
            background: #eef1f8;
            border-radius: 6px 6px 0 0;
            color: #ed1c24;
        }

        .pricetabSection .tabHeader .tabs .tab a span {
            background: #eef1f8;
            border-radius: 10px;
            font-size: 10px;
            line-height: 15px;
            color: #21409a;
            display: inline-block;
            padding: 0 4px;
            margin-left: 2px;
        }

        .pricetabSection .tabHeader .tabs .tab a.active span {
            background: #fff;
        }

        /* .pricetabSection .tabHeadInner{
    position: relative;
    width: 100%;
} */
        /* .pricetabSection .tabHeader .tabs .tab{
    position: relative;
} */
        .pricetabSection .tabHeader .tabs .tab a.info {
            position: absolute;
            left: 0px;
            top: 0px;
            display: inline-block;
            width: 20px;
            height: 20px;
            padding: 0;
            z-index: 1;
        }

            .pricetabSection .tabHeader .tabs .tab a.info i {
                color: #fba21c;
                font-size: 14px;
                line-height: 20px;
                vertical-align: top;
            }

    .pricetabSection .tabHeader .tabs .indicator {
        /* display: none; */
        background: #ed1c24;
        ;
    }

.sellerDetailsContent {
    width: 100%;
    float: left;
}

    .sellerDetailsContent .seller {
        width: 40%;
        float: left;
    }

    .sellerDetailsContent .sellerPrice {
        width: 30%;
        float: left;
    }

    .sellerDetailsContent .sellerQty {
        width: 30%;
        float: left;
    }

    .sellerDetailsContent .seller a {
        font-family: 'Open Sans', sans-serif;
        color: #fead00;
        text-decoration: underline;
        font-size: 12px;
        line-height: normal;
        font-weight: 600;
        margin: 0px 0 5px 0;
        padding: 0;
        display: block;
    }

    .sellerDetailsContent .seller h4 {
        color: #727272;
        font-weight: 600;
        text-transform: none;
        font-size: 12px;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

        .sellerDetailsContent .seller h4 span {
            color: #000000;
        }

section.ProductDetailsSection .productTitleArea .sellerDetailsContent .seller p {
    font-family: 'Open Sans', sans-serif;
    color: #9498a0;
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
    margin: 0px;
    padding: 0;
}

.sellerDetailsContent .sellerPrice h6 {
    color: #000000;
    font-weight: 600;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sellerDetailsContent .sellerQty a.minusBtn,
.sellerDetailsContent .sellerQty a.plusBtn {
    width: 25px;
    height: 25px;
    float: left;
    color: #21409a;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    line-height: 34px;
    background: #dfe4ee;
    border-radius: 100px;
    margin: 2px;
}

    .sellerDetailsContent .sellerQty a.minusBtn span,
    .sellerDetailsContent .sellerQty a.plusBtn span {
        font-size: 18px;
    }

.sellerDetailsContent .sellerQty .form-control {
    width: 42%;
    height: 28px;
    background: #fff;
    color: #21409a;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    float: left;
    border-radius: 4px;
}

.sellerBottomSection {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    border-top: 1px solid #dfe4ee;
}

    .sellerBottomSection .totalPrice {
        width: 50%;
        float: left;
    }

    .sellerBottomSection .cartArea {
        width: 50%;
        float: left;
    }

    .sellerBottomSection .totalPrice h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 16px;
        color: #e02a31;
        line-height: 36px;
        text-align: center;
    }

        .sellerBottomSection .totalPrice h4 span {
            display: inline-block;
            color: #9498a0;
            font-size: 10px;
            line-height: normal;
            padding-right: 4px;
        }

    .sellerBottomSection a.addToCartBtn {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        background: #21409a;
        line-height: 36px;
        text-align: center;
    }

        .sellerBottomSection a.addToCartBtn span {
            display: inline-block;
            vertical-align: top;
            padding: 7px 0 0 2px;
        }

            .sellerBottomSection a.addToCartBtn span img {
                width: 20px;
            }

/**/

.addressPage .cartItemListArea ul li {
    padding: 10px 0 0px 0;
    border-bottom: none;
}

.addressPage .reviewOrderSection .cartItemListArea ul li .ProductDesc {
    margin: 0px;
}

.addressCheckPanel.selected {
    background: #eef1f8;
    border: 1px solid #cdd6ec;
}

.addressCheckPanel [type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #21409a;
    background-color: #21409a;
}

.btn_continue {
    background: #21409a;
    border-radius: 4px;
}

.addressPage .MyAccountCard.MyOrderCard ul li .ProductDesc {
    padding: 0px;
    box-shadow: none;
}

.addressPage .MyAccountCard ul li {
    box-shadow: none;
}

.addressPage .MyAccountCard.MyOrderCard.MyOrderListArea.SellerLists ul li .ProductDesc .Description {
    width: 100%;
}

.addressPage .MyAccountCard.SellerLists ul li .Description .priceTrend {
    padding: 0;
    border: none;
}

.addressPage .couponCodeSection {
    padding: 0px;
    border: 1px solid #d7deec;
    border-radius: 5px;
}

.addressPage a.applyBtn {
    line-height: 28px;
    background: #dd1c23;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
}

.pageHeader {
    width: 100%;
    float: left;
}

    .pageHeader h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0;
        color: #000;
        line-height: 30px;
        text-transform: uppercase;
    }

.paymentBtnLists ul li {
    margin-bottom: 4px;
}

    .paymentBtnLists ul li a {
        text-align: left;
        color: #21409a;
        text-transform: uppercase;
    }

        .paymentBtnLists ul li a i {
            float: right;
            font-size: 20px;
        }

.paymentCard.neftDetails .input-field {
    margin: 0 0 10px 0;
}

.acountDetails {
    width: 100%;
    float: left;
    padding: 10px 0;
}

    .acountDetails li {
        width: 100%;
        float: left;
    }

        .acountDetails li .left {
            width: 30%;
            float: left;
        }

        .acountDetails li .right {
            width: 70%;
            float: left;
        }

        .acountDetails li h4 {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 12px;
            margin-bottom: 0px;
            margin-top: 0;
            color: #000;
            line-height: 30px;
        }

.singleAddress .addressCheckPanel {
    padding: 15px;
    background: #eceff8;
    border: none;
    margin: 0;
}

header .TopSection {
    padding: 0 15px;
}

    header .TopSection .MenuArea,
    header .TopSection .OtherLinks ul li a {
        padding: 8px 0;
    }

    header .TopSection .logoSection {
        padding: 0px 0px;
    }

.CartArea {
    background: #dee1e8;
}

.paymentBtnLists li .paymentCard {
    display: none;
}

.paymentBtnLists li.open .paymentCard {
    display: block;
}

/*----*/

.login_Back {
    width: 100%;
    float: left;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url(../img/login_back.jpg) repeat;
    background-size: 50% auto;
    height: 200px;
}

.Login_Wrapper {
    width: 100%;
    float: left;
}

    .Login_Wrapper .create_wrapper {
        width: 100%;
        float: left;
        padding: 5% 20% 10%;
    }

    .Login_Wrapper .login_Area {
        width: 100%;
        float: left;
        padding: 0;
    }

        .Login_Wrapper .login_Area .login {
            width: 100%;
            float: left;
            background: rgba(255, 255, 255, 1);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            border: none;
            box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
        }

    .Login_Wrapper .create_wrapper .login_Area .login .logiin_box.create_box {
        width: 100%;
        float: left;
        padding: 30px 25% 70px 25%;
    }

    .Login_Wrapper .login_Area .logo {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .Login_Wrapper .login_Area .login h4 {
        color: #424242;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding: 0px 0 10px 0;
        margin: 0 0 10px 0;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        float: left;
    }

    .Login_Wrapper .login_Area .logo h6.buyer_title {
        font-weight: 600;
        color: #000000;
        font-size: 2rem;
        display: inline-block;
        margin: 0px;
    }

    .Login_Wrapper .login_Area .logo h6 img {
        width: 30px;
        margin-right: 15px;
    }

.buyer_progress_bar {
    width: 100%;
    float: left;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
}

    .buyer_progress_bar .stepsArea {
        width: 100%;
        float: left;
    }

        .buyer_progress_bar .stepsArea ul li {
            width: 33.33%;
            float: left;
            text-align: center;
            position: relative;
        }

            .buyer_progress_bar .stepsArea ul li a {
                display: block;
                text-align: center;
            }

                .buyer_progress_bar .stepsArea ul li a.active span.counter {
                    border: 1px solid #fd5f5c;
                    background: #fd918e;
                    color: #fff;
                    width: 25px;
                    height: 25px;
                    display: inline-block;
                    border-radius: 100px;
                    text-align: center;
                    line-height: 25px;
                    vertical-align: middle;
                    font-size: 1.6rem;
                    font-weight: 600;
                }

                .buyer_progress_bar .stepsArea ul li a span.counter_title {
                    color: #acb3b8;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 1.1rem;
                    font-weight: 600;
                    padding: 0px 0 0px 0;
                    margin: 0 0 0px 5px;
                    line-height: 35px;
                    text-transform: capitalize;
                }

                    .buyer_progress_bar .stepsArea ul li a span.counter_title i img {
                        width: 10px;
                        margin-left: 15px;
                    }

.Login_Wrapper .login_Area .login .logiin_box.create_box form.resgister {
    padding: 0 10%;
    width: 100%;
    float: left;
}

.Login_Wrapper .login_Area .login .form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.Login_Wrapper .login_Area .login .Input_Area {
    width: 100%;
    float: left;
    position: relative;
}

.Login_Wrapper .login_Area .login .form-control {
    display: block;
    width: 100%;
    padding: 8px 20px 8px 12px;
    font-size: 12px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Login_Wrapper .login_Area .login input.form-control,
.Login_Wrapper .login_Area .login select.form-control {
    height: 35px;
}

.Login_Wrapper .login_Area .mandatory {
    position: absolute;
    top: 20%;
    right: -10px;
    color: #ea534b;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: default;
}

.Login_Wrapper .login_Area .Input_Area.std_code_view .form-control {
    padding-left: 45px;
}

.Login_Wrapper .login_Area .std_code_view .std_code {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #ababab;
    font-size: 1.1rem;
    border-right: 1px solid #ababab;
    padding-right: 7px;
    font-weight: 600;
}

.Login_Wrapper .login_Area .checkbox_login {
    padding: 6px 0px;
    margin: 0;
}

    .Login_Wrapper .login_Area .checkbox_login:last-child {
        border-bottom: none;
    }

    .Login_Wrapper .login_Area .checkbox_login .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

.Login_Wrapper .login_Area .login .logiin_box.create_box form.resgister .term_condition label {
    font-size: 1.1rem;
}

    .Login_Wrapper .login_Area .login .logiin_box.create_box form.resgister .term_condition label a {
        color: #000;
        font-weight: 700;
    }

.Login_Wrapper .login_Area .login .btn_sign {
    background: #fd5f5c;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 9px 10px;
    border: none;
    border-radius: 2px;
    font-weight: 600;
}

.Login_Wrapper .login_Area .login h4 img {
    width: 44%;
}

.Login_Wrapper .login_Area .login .form-control:hover,
.Login_Wrapper .login_Area .login .form-control:focus {
    border: 1px solid #21409a !important;
}

.Login_Wrapper .create_wrapper .login_Area .login .logiin_box.create_box {
    padding: 30px 20% 70px 20%;
}

.buyer_progress_bar .stepsArea ul li a.active span.counter {
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: 1rem;
}

.buyer_progress_bar .stepsArea ul li a span.counter_title i img {
    width: 10px;
    margin-left: 0;
}

.verification p,
.verification h4,
.Login_Wrapper .login_Area .login .verification h4 {
    text-transform: none;
    text-align: center;
}

.Login_Wrapper .login_Area .login .otpField input.form-control {
    height: 50px;
    padding-right: 100px;
    font-size: 2rem;
}

.Login_Wrapper .login_Area .login .otpField {
    position: relative;
}

    .Login_Wrapper .login_Area .login .otpField a {
        background: #21409a;
        height: 35px;
        border: none;
        font-size: 1.2rem;
        text-transform: none;
        color: #fff;
        font-weight: 600;
        border-radius: 6px;
        padding: 0 15px;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        line-height: 35px;
    }

p.or {
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0;
    position: relative;
}

    p.or span {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0 10px;
    }

    p.or::before {
        content: "";
        width: 50%;
        height: 1px;
        background: #dedede;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

.Login_Wrapper .login_Area .login .btn_sign {
    background: #e4383f;
}

.animatedCheck {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .animatedCheck img {
        width: 50px;
    }

body.login_body {
    background: #f0f0f0;
    padding: 40px 0;
}

.Login_Wrapper .Login_content {
    padding: 5% 30% 0;
    width: 100%;
    float: left;
}

.Login_Wrapper .login_Area {
    width: 100%;
    float: left;
    padding: 0;
}

    .Login_Wrapper .login_Area .login {
        width: 100%;
        float: left;
        background: rgba(255, 255, 255, 1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: none;
        box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
    }

        .Login_Wrapper .login_Area .login .logiin_box {
            width: 100%;
            float: left;
            padding: 50px 80px 50px;
        }

        .Login_Wrapper .login_Area .login .Input_Area {
            width: 100%;
            float: left;
            position: relative;
        }

    .Login_Wrapper .login_Area .password_view .psw {
        position: absolute;
        top: 6px;
        right: 10px;
        color: #cecece;
        font-size: 16px;
    }

    .Login_Wrapper .login_Area .checkbox_login {
        padding: 6px 0px;
        margin: 0;
    }

        .Login_Wrapper .login_Area .checkbox_login .styled-checkbox {
            position: absolute;
            opacity: 0;
        }

            .Login_Wrapper .login_Area .checkbox_login .styled-checkbox + label {
                position: relative;
                cursor: pointer;
                padding: 0;
            }

    .Login_Wrapper .login_Area .login .checkbox_login label {
        color: #505050;
        font-family: 'Open Sans', sans-serif;
        vertical-align: middle;
        line-height: 25px;
        text-transform: capitalize;
        font-size: 1.3rem;
    }

    .Login_Wrapper .login_Area .checkbox_login .styled-checkbox + label:before {
        content: '';
        margin-right: 5px;
        display: inline-block;
        vertical-align: text-top;
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 2px;
        border: 1px solid #58b952;
        background: #58b952;
    }

    .Login_Wrapper .login_Area .checkbox_login .forget_psw {
        float: right;
    }

    .Login_Wrapper .login_Area a.forgotpass {
        font-size: 12px;
        color: #afafaf;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0;
        display: block;
        font-weight: 600;
    }

    .Login_Wrapper .login_Area .error_show {
        text-align: center;
        width: 100%;
        float: left;
        color: #fd5f5c;
        padding: 0;
        margin: 5px 0 5px 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .Login_Wrapper .login_Area .error_show,
    .error_show p {
        text-align: center;
        width: 100%;
        float: left;
        color: #fd5f5c;
        padding: 0;
        margin: 5px 0 5px 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .Login_Wrapper .login_Area .sucess_show {
        text-align: center;
        width: 100%;
        float: left;
        color: #3c960c;
        padding: 0;
        margin: 5px 0 5px 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .Login_Wrapper .login_Area .sucess_show,
    .sucess_show p {
        text-align: center;
        width: 100%;
        float: left;
        color: #3c960c;
        padding: 0;
        margin: 5px 0 5px 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

.login_Area .login .new_account {
    width: 100%;
    float: left;
    padding: 15px 30px;
    text-align: center;
}

    .login_Area .login .new_account a.back {
        font-size: 12px;
        color: #000000;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0;
        display: block;
        font-weight: 600;
        text-transform: capitalize;
    }

        .login_Area .login .new_account a.back:hover {
            color: #fd5f5c;
        }

.Login_Wrapper .changePassword .login_Area .login input.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 50px 8px 12px;
    font-size: 14px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.changePassword .login_Area .login .InputArea {
    position: relative;
}

.changePassword .login_Area .InputArea span {
    position: absolute;
    right: 14px;
    top: 13px;
    z-index: 10;
    width: auto;
    display: inline-block;
    padding: 0 0 0 10px;
    border-left: 1px solid #e2e2e2;
}

/**/

.customMenuHeader .left {
    width: 5%;
    float: left;
}

.customMenuHeader .middle {
    width: 75%;
    float: left;
}

.customMenuHeader .right {
    width: 20%;
    float: left;
}

.protection_plan_section .titleArea,
.titleArea {
    text-align: center;
}

.purchaseCardSection {
    width: 100%;
    float: left;
}

    .purchaseCardSection .purchaseCard {
        width: 100%;
        float: left;
        padding: 10px;
        background: #fff;
        border-radius: 8px;
        margin-bottom: 0px;
        position: relative;
        padding-right: 60px;
    }

.purchaseCard a.cardDetailBtn {
    width: 50px;
    height: 100%;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border-left: 1px solid #dedede;
    border-radius: 0 8px 8px 0;
}

    .purchaseCard a.cardDetailBtn:hover {
        background: #ed1c24;
        color: #fff;
    }

    .purchaseCard a.cardDetailBtn span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }

.purchaseCard h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}

.purchaseCard p {
    margin: 0px;
    font-size: 10px;
    color: #909090;
    line-height: 20px;
}

.purchaseCard h5 {
    margin: 0 0 0px 0;
    font-size: 12px;
}

.btn_continue:hover {
    color: #ed1c24;
    ;
}

.purchaseCardSection .half {
    padding: 5px;
    margin: 0px;
}

.half .purchaseCard .half {
    padding: 0px;
}

.purchaseCard a.btn_continue {
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    width: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
}

    .purchaseCard a.btn_continue:hover {
        background: #ed1c24;
    }

.seller {
    width: 100%;
    float: left;
}

    .seller a,
    .ProductsDisplayArea ul li .seller a {
        font-family: 'Open Sans', sans-serif;
        color: #fead00;
        text-decoration: underline;
        font-size: 12px;
        line-height: normal;
        font-weight: 600;
        margin: 0px 0 5px 0;
        padding: 0;
        display: block;
    }

.purchaseOrderDetails .ProductsDisplayArea {
    background: transparent;
}

    .purchaseOrderDetails .ProductsDisplayArea.list_view ul li {
        background: #fff;
        width: 49%;
        margin: 0.5%;
    }

.headerFilterArea {
    width: 100%;
    float: left;
}

    .headerFilterArea .titleArea {
        width: 60%;
        float: left;
        text-align: left;
    }

    .headerFilterArea .filterArea {
        width: 40%;
        float: left;
    }

.filterArea .searchArea {
    width: 50%;
    float: left;
    position: relative;
}

    .filterArea .searchArea input[type=search] {
        background: #ffffff;
        height: 46px;
        border: 1px solid #ececec;
        border-radius: 4px;
        font-size: 14px;
        color: #000000;
        line-height: 46px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        padding-left: 10px;
        padding-right: 40px;
    }

        .filterArea .searchArea input[type=search] + .label-icon {
            right: 0;
            width: 40px;
            text-align: center;
            display: block;
            position: absolute;
            top: 0;
            z-index: 1;
            height: 46px;
            color: #cacaca;
        }

            .filterArea .searchArea input[type=search] + .label-icon i {
                line-height: 46px;
            }

        .filterArea .searchArea input[type=search]:focus {
            box-shadow: none;
            outline: none;
        }

.protection_plan_section .titleArea h4 {
    color: #000000;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
}

.filterArea .dateRangeArea {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.datepicker {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 30px 15px 10px;
    color: #312f2f;
    background: #ffffff url(../img/icon-calendar.svg) 97% 45% no-repeat;
    background-size: 18px;
    text-align: left;
    border: none;
    border-radius: 4px;
    height: 43px;
    border: none;
    outline: none;
    box-shadow: none;
    min-width: 205px;
}

.ProductsDisplayArea.list_view ul li .list_item .list_img {
    width: 25%;
    float: left;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description {
    width: 75%;
    float: left;
    min-height: 220px;
}

.paymentBtnLists ul li a.paymentActionBtn.open {
    background: #e2464c;
    color: #fff;
}

.paymentCard .input-field .form-control:hover,
.paymentCard .input-field .form-control:focus {
    border: 1px solid #21409a !important;
}

.infinityLoader {
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
    text-align: center;
}

    .infinityLoader img {
        max-width: 50px;
    }

.bottomApplySection {
    width: 100%;
    float: left;
    padding: 10px;
}

    .bottomApplySection ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .bottomApplySection ul li {
            display: inline-flex;
            padding: 0 5px;
            align-items: center;
        }

            .bottomApplySection ul li a {
                padding: 5px 10px;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 0px;
                border-radius: 5px;
                background: #21409a;
                color: #fff;
                font-family: 'Open Sans', sans-serif;
            }

                .bottomApplySection ul li a.cancelBtn {
                    background: #fd4453;
                }

                .bottomApplySection ul li a:hover {
                    background: #000000;
                }

header .TopSection .OtherLinks {
    text-align: right;
}

    header .TopSection .OtherLinks ul {
        margin: 0px;
    }

        header .TopSection .OtherLinks ul li {
            padding: 0px 0;
        }

.purchaseCardSection .list-row {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.purchaseCard h5.largeTxt {
    font-size: 16px;
}

.purchaseCard h5.green {
    color: #07961a;
}

.purchaseCard h5.red {
    color: #be2a16;
}

.purchaseCard h5.blue {
    color: #0a3fb3;
}

.DashboardSection .headerFilterArea {
    width: 100%;
}

.dashboardInner {
    width: 100%;
    float: left;
}

    .dashboardInner ul li {
        width: 25%;
        float: left;
        padding: 5px;
    }

.dashboardCard {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}

.dashboardInner ul li .dashboardCard::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #4acfec;
    position: absolute;
    left: 0;
    top: 0;
}

.dashboardInner ul li:nth-child(2) .dashboardCard::before {
    background: #ffba3b;
}

.dashboardInner ul li:nth-child(3) .dashboardCard::before {
    background: #3bb1ff;
}

.dashboardInner ul li:nth-child(4) .dashboardCard::before {
    background: #b581f1;
}

.dashboardInner ul li:nth-child(5) .dashboardCard::before {
    background: #4b6be0;
}

.dashboardInner ul li:nth-child(6) .dashboardCard::before {
    background: #9fe65d;
}

.dashboardInner ul li:nth-child(7) .dashboardCard::before {
    background: #ffd91e;
}

.dashboardInner ul li:nth-child(8) .dashboardCard::before {
    background: #f17676;
}

.dashboardCard .iconArea {
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.dashboardCard .contentArea {
    width: 70%;
    padding-left: 15px;
}

    .dashboardCard .contentArea h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        line-height: 28px;
        color: #21409a;
    }

    .dashboardCard .contentArea p {
        margin: 0 0 0px 0;
        font-size: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #f4f4f4;
    }

.dashboardCard .iconArea span {
    font-size: 60px;
    color: #c3cce6;
}

a.viewBtn {
    padding: 5px 5px 5px 10px;
    text-align: center;
    display: inline-block;
    width: auto;
    color: #21409a;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid;
}

    a.viewBtn span {
        font-size: 14px;
        vertical-align: top;
    }

    a.viewBtn:hover {
        color: #fff;
        background: #21409a;
        border: 1px solid #21409a;
    }

.DashboardSection {
    min-height: calc(100vh - 64px);
}

section.CategorySection .ProductsDisplayArea.list_view,
.ProductsDisplayArea.list_view {
    box-shadow: none;
    padding: 15px 0;
}

.desktopMenuSection nav ul a:hover {
    background-color: rgb(222 225 232);
}

header .TopSection.InnerpageHeader .MenuArea a {
    vertical-align: top;
}

.thankyouPage {
    padding: 0 20%;
    width: 100%;
    float: left;
}

.purchaseOrderDetails .ProductsDisplayArea.list_view ul li .list_item .list_description {
    min-height: 158px;
}

.trackOrderSection {
    width: 100%;
    float: left;
    padding: 20px 0 40px;
}

    .trackOrderSection h4 {
        font-weight: 600;
        text-transform: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: normal;
        color: #353535;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        float: left;
    }

    .trackOrderSection ul {
        width: 100%;
        float: left;
        padding-left: 30px;
        position: relative;
    }

        .trackOrderSection ul::before {
            content: "";
            width: 1px;
            height: 100%;
            background: #dedede;
            position: absolute;
            left: 15px;
            top: 0;
        }

        .trackOrderSection ul li {
            width: 100%;
            float: left;
            padding: 10px 0;
            position: relative;
        }

            .trackOrderSection ul li::before {
                content: "";
                width: 11px;
                height: 11px;
                background: #dedede;
                position: absolute;
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
                border-radius: 100px;
            }

            .trackOrderSection ul li.active::before {
                background: #05c124;
            }

            .trackOrderSection ul li.completed::before {
                background: #21409a;
            }

            .trackOrderSection ul li h6 {
                font-size: 13px;
                margin: 0px;
                letter-spacing: 0px;
                font-weight: 600;
                font-family: 'Open Sans', sans-serif;
                text-decoration: none;
                color: #c3c3c3;
                padding: 0;
                line-height: 24px;
                text-transform: none;
                border: none;
            }

            .trackOrderSection ul li p {
                font-size: 11px;
                font-weight: 500;
                color: #8c8c8c;
                font-family: 'Open Sans', sans-serif;
                padding: 0px;
                margin: 0;
                line-height: 16px;
            }

            .trackOrderSection ul li.completed h6 {
                color: #21409a;
            }

            .trackOrderSection ul li.active h6 {
                color: #05c124;
            }

.thankyouPage .OrderLists ul li {
    padding: 5px;
}

.profileSection {
    width: 100%;
    float: left;
}

    .profileSection .dp {
        width: 100px;
        height: 100px;
        background: #eceff8;
        border-radius: 100px;
        margin: 0px auto 10px;
        text-align: center;
    }

        .profileSection .dp span {
            font-size: 80px;
            line-height: 100px;
            color: #b4c2ec;
        }

    .profileSection ul {
        width: 100%;
        float: left;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .profileSection ul li {
            align-items: center;
        }

.MyAccountCard .profileSection ul li h4 i {
    vertical-align: top;
}

.MyAccountCard.profilePage .ProductDesc .AddressArea li h4 {
    font-size: 14px;
    color: #000000;
}

.MyAccountCard.profilePage .ProductDesc .AddressArea h4 {
    color: #21409a;
}

.MyAccountCard.profilePage .ProductDesc .AddressArea {
    position: relative;
}

.profileSection a.editBtn {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #21409a;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #eceff8;
    border-radius: 5px;
}

    .profileSection a.editBtn i {
        color: #21409a;
        font-size: 14px;
        line-height: 20px;
        vertical-align: top;
    }

    .profileSection a.editBtn:hover {
        background: #21409a;
        color: #fff;
    }

        .profileSection a.editBtn:hover i {
            color: #fff;
        }

.MyAccountCard.profilePage .ProductDesc .AddressArea .arrderssDetails .TextArea p {
    font-size: 14px;
}

.MyAccountCard.profilePage {
    padding: 5px 0;
}

.customModal .modal-dialog {
    width: 50%;
    margin: 5% auto 0;
}

.editFormSection .form-control {
    height: 40px;
    border-bottom: 1px solid #c2c2c2;
    border-radius: 0px;
}

    .editFormSection .form-control:hover,
    .editFormSection .form-control:focus {
        border-bottom: 1px solid #21409a !important;
    }

.customModal .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 0px 0 0px 0;
    margin: 0 0 0px 0;
    line-height: 24px;
}

.modal .modal-footer {
    border-radius: 0;
    background-color: #fff;
    border: none;
}

a.btnDefault {
    font-family: 'Open Sans', sans-serif;
    background: #21409a;
    padding: 0 20px;
}

    a.btnDefault:hover {
        background: #e02a31;
    }

.modal .modal-footer a.btnDefault {
    display: inline-block;
}

.customModal .modal-body {
    padding: 30px 30px;
}

.rmaPageSection .filterArea .searchArea {
    width: 100%;
}

.rmaPageSection {
    padding: 20px 25% 50px;
}

    .rmaPageSection .headerFilterArea {
        padding: 20px 0;
    }

        .rmaPageSection .headerFilterArea .titleArea h4 {
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-weight: 600;
        }

    .rmaPageSection .purchaseCard .productDescription,
    .rmaPageSection .purchaseCard .otherDecription {
        width: 100%;
        float: left;
    }

        .rmaPageSection .purchaseCard .productDescription .list_img {
            width: 30%;
            float: left;
        }

        .rmaPageSection .purchaseCard .productDescription .descTxt {
            width: 70%;
            float: left;
        }

    .rmaPageSection .purchaseCardSection .purchaseCard {
        padding-right: 15px;
        padding: 15px;
    }

    .rmaPageSection .purchaseCard .productDescription,
    .rmaPageSection .purchaseCard .otherDecription {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .rmaPageSection .purchaseCard p {
        line-height: 16px;
    }

.cancelBtn,
.btnDefault.cancelBtn {
    background: #ec7323;
}

.customModal .file-field .btn {
    width: 100%;
    height: 145px;
}

    .customModal .file-field .btn.upload {
        background: #f4f4f4 url("../img/xtra/image_thumbnail.png") 50% 50% no-repeat;
        border: 1px solid #e2e2e2;
        box-shadow: none;
        outline: none;
    }

.customModal .file-field .file-path-wrapper .file-path {
    background: transparent;
    border: none;
    outline: none;
}

/*----*/

.tableTopSection {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    .tableTopSection .leftSection {
        width: 60%;
        float: left;
    }

    .tableTopSection .ExportButtonArea {
        width: 40%;
        float: left;
    }

    .tableTopSection .leftSection .locationSetArea {
        float: left;
        width: 40%;
    }

    .tableTopSection .leftSection .showModelSection {
        float: left;
        width: 60%;
    }

    .tableTopSection .ExportButtonArea .actionBtnArea {
        text-align: right;
        margin: 3px 0 0 0;
    }

.sellerModelsArea .tableArea {
    width: 100%;
    float: left;
    padding: 30px 0;
}

table.dataTable tbody tr.highlightedRow,
table.dataTable.stripe tbody tr.odd.highlightedRow,
table.dataTable.display tbody tr.odd.highlightedRow {
    background: #baffc9;
    color: #000;
}

    table.dataTable tbody tr.highlightedRow.red,
    table.dataTable.stripe tbody tr.odd.highlightedRow.red,
    table.dataTable.display tbody tr.odd.highlightedRow.red {
        background: #ffbebc;
    }

    table.dataTable tbody tr.highlightedRow.blue,
    table.dataTable.stripe tbody tr.odd.highlightedRow.blue,
    table.dataTable.display tbody tr.odd.highlightedRow.blue {
        background-color: #9ddfff !important;
    }

    table.dataTable tbody tr.highlightedRow.yellow,
    table.dataTable.stripe tbody tr.odd.highlightedRow.yellow,
    table.dataTable.display tbody tr.odd.highlightedRow.yellow {
        background-color: #fff793 !important;
    }

table.dataTable tbody tr td.red {
    background: #ffbebc !important;
    color: #000000;
    font-weight: 600;
}

table.dataTable tbody tr td.blue {
    background-color: #9ddfff !important;
    color: #000000;
    font-weight: 600;
}

table.dataTable tbody tr td.yellow {
    background-color: #fff793 !important;
    color: #000000;
    font-weight: 600;
}

table.dataTable tbody tr td.green {
    background: #baffc9 !important;
    color: #000000;
    font-weight: 600;
}

table th,
table td {
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4e4e4e;
    padding: 10px;
}

table th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

table td.highlighted {
    background: #c4ffce;
}

table.dataTable.display tbody tr > .sorting_1 {
    background: #fff !important;
    width: 25%;
    min-width: 250px;
}

.manageAllModelTableSection {
    padding: 15px 30px;
}

a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    width: auto;
}

/*-----*/

.table .tbleModel {
    position: relative;
    width: 100%;
    padding-left: 30px;
    line-height: 16px;
    font-size: 12px;
    padding: 5px 5px 5px 35px;
}

    .table .tbleModel span {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

        .table .tbleModel span img {
            width: 30px;
        }

.table .tblPrice {
    position: relative;
    width: 100%;
    padding-right: 50px;
    min-width: 150px;
}

    .table .tblPrice .form-control {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding: 5px 8px;
        border-radius: 4px 0 0 4px;
        border: 1px solid #e4e4e4;
    }

        .table .tblPrice .form-control:hover {
            border: 1px solid #2f4fa7 !important;
        }

    .table .tblPrice a.priceSaveBtn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 0px;
        text-transform: none;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        padding: 0px 5px;
        background: #2f4fa7;
        border-radius: 0 4px 4px 0;
        display: inline-block;
        height: 30px;
        width: 50px;
        text-align: center;
    }

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 5px;
    vertical-align: middle;
}

a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    padding: 4px 5px;
    min-width: 60px;
}

    a.tbleAvailablePrice h6,
    a.tbleOfferPrice h6,
    a.tbleRefurbishedPrice h6 {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }

.stockAvailable {
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    color: #000000;
    width: 100%;
    display: block;
    line-height: 30px;
}

    .stockAvailable.instock {
        color: #009c18;
    }

    .stockAvailable.outstock {
        color: #ff7177;
    }

table.dataTable.display tbody tr > .sorting_1 {
    background: #fff !important;
    width: 25%;
    min-width: 250px;
}

.manageAllModelTableSection {
    padding: 15px 30px;
}

a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    width: auto;
}

/*----*/

.switch label input[type=checkbox]:checked + .lever {
    background-color: #a6beff;
}

.switch label .lever {
    width: 25px;
    height: 10px;
    margin-right: 10px;
    margin: 0 15px;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
    left: 12px;
}

.switch label .lever:before,
.switch label .lever:after {
    width: 15px;
    height: 15px;
    top: -2px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fff;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: 1px solid #2e4ea6;
        background: #2e4ea6;
    }

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #b7b7b7;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #b7b7b7;
}

.modelManageSelection .full .half:first-child {
    border-right: 1px solid #e4e4e4;
}



span.highlightedLabel {
    color: #fff;
    padding: 3px 6px;
    border-radius: 100px;
    margin-right: 0px;
    font-size: 10px;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    line-height: 11px;
}

.bgGreen,
.button-group li a.bgGreen {
    background: #5cb85c;
}

.bgRed,
.button-group li a.bgRed {
    background: #F96A57;
}


a.yourOfferPriceBtn {
    width: auto;
    padding: 4px 5px;
    min-width: 60px;
    color: #fff;
    background: #ffa115;
    border: 1px solid #ffa115;
    float: left;
    border-radius: 4px;
    display: block;
}

    a.yourOfferPriceBtn h6 {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0px;
        margin-top: 0;
        line-height: normal;
        width: 100%;
        float: left;
    }

    a.yourOfferPriceBtn.green {
        background: #029435;
        border: 1px solid #029435;
    }

    a.yourOfferPriceBtn.red {
        background: #ed1c24;
        border: 1px solid #ed1c24;
    }

/**/
section.ProductDetailsSection .productTitleArea .priceAvailableSection li a,
.priceAvailableSection li a,
a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    display: block;
    width: 100%;
    float: left;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    border-radius: 4px;
}

section.ProductDetailsSection .productTitleArea .priceAvailableSection li.online a,
.priceAvailableSection li.online a,
a.tbleAvailablePrice {
    color: #fff;
    background: #1cb954;
    border: 1px solid #1cb954;
}

a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    padding: 4px 5px;
    min-width: 60px;
}

a.tbleAvailablePrice,
a.tbleOfferPrice,
a.tbleRefurbishedPrice {
    width: auto;
}

    section.ProductDetailsSection .productTitleArea .priceAvailableSection li h6,
    .priceAvailableSection li h6,
    a.tbleAvailablePrice h6,
    a.tbleOfferPrice h6,
    a.tbleRefurbishedPrice h6 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 0;
        color: #009c18;
        line-height: normal;
        width: 100%;
        float: left;
    }

    section.ProductDetailsSection .productTitleArea .priceAvailableSection li.online h6,
    .priceAvailableSection li.online h6,
    a.tbleAvailablePrice h6,
    a.tbleOfferPrice h6,
    a.tbleRefurbishedPrice h6 {
        color: #fff;
    }

    a.tbleAvailablePrice h6,
    a.tbleOfferPrice h6,
    a.tbleRefurbishedPrice h6 {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }

section.ProductDetailsSection .productTitleArea .priceAvailableSection li.offline a,
.priceAvailableSection li.offline a,
a.tbleOfferPrice {
    color: #fff;
    background: #ffa115;
    border: 1px solid #ffa115;
}

section.ProductDetailsSection .productTitleArea .priceAvailableSection li.refurbished a,
.priceAvailableSection li.refurbished a,
a.tbleRefurbishedPrice {
    color: #fff;
    background: #25b9ff;
    border: 1px solid #25b9ff;
}

.tableTopSection .leftSection {
    width: 30%;
    float: left;
    padding: 0 20px;
}

.tableTopSection .ExportButtonArea {
    width: 30%;
    float: right;
    padding: 0 20px;
}

.productCardSection .productImg {
    position: relative;
}

.productImg .ribbon {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 80%;
    transform: translateY(-80%);
    padding: 0 4px;
}

    .productImg .ribbon img,
    .flexslider .ribbon img {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

.flexslider .ribbon {
    width: 60%;
    float: left;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateY(-70%) translateX(-50%);
    padding: 0 4px;
    margin: 0px auto;
    z-index: 10;
}

.paymentOpotionCard.onlineStore span {
    width: 15%;
}

/*----*/

.toast.toastStyle {
    background: #21409a;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(43, 43, 43, 0.3);
    z-index: 100;
    text-align: left;
    padding: 10px 15px;
}

    .toast.toastStyle.success {
        background: #4d9e2b;
        color: #fff !important;
        border: 1px solid #4d9e2b;
    }

    .toast.toastStyle.error {
        background: #cf423e;
        color: #fff !important;
        border: 1px solid #cf423e;
    }

#toast-container {
    top: initial;
    bottom: 5%;
    right: 5%;
    max-width: 200px;
    min-width: auto;
}

.toast a.toast-action {
    font-size: 24px;
    opacity: 0.5;
    color: #fff;
    margin-left: 10px;
    margin-right: 0px;
}

    .toast a.toast-action:hover {
        opacity: 1;
    }


/*--- specification ----*/

section.ProductDetailsSection.productReviewSection.fixedTopSection.relativeTitleBar {
    padding-top: 0px;
}

.productReviewSection.fixedTopSection.specification .rateProductArea {
    position: relative;
    top: initial;
    left: initial;
    width: 50%;
    float: left;
    padding: 0;
    background: #fff;
    box-shadow: none;
    min-height: 130px;
    z-index: 100;
}


/*--- search ----*/

.ui-autocomplete.ulSearchMain {
    display: block !important;
}

.AdvancedCategorySearch .SearchPanel .form-control,
.AdvancedCategorySearch .SearchPanel .form-control:hover,
.AdvancedCategorySearch .SearchPanel .form-control:focus,
.AdvancedCategorySearch .SearchPanel .form-control:active {
    border: 1px solid #B3B3B3 !important;
}

.ui-helper-hidden-accessible {
    width: 100%;
    float: left;
    padding: 10px 15px;
}

.AdvancedCategorySearch .SearchPanel .form-control.ui-autocomplete-input {
    padding: 5px 5px 5px 35px;
    width: 100%;
}

.ulSearchMain .liSearchMiddle {
    margin-bottom: 10px;
}

.ulSearchMain .liSearchMiddle,
.ulSearchMain .liSearchBottom {
    width: 100%;
    float: left;
}

    .ulSearchMain .liSearchMiddle h4,
    .ulSearchMain .liSearchBottom h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 36px;
        padding: 0;
        margin: 0px;
    }

    .ulSearchMain .liSearchMiddle a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #2f4fa7;
    }

.liSearchBottom ul li .SearchProdDiv {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

    .liSearchBottom ul li .SearchProdDiv a .ImageArea {
        width: 30%;
        float: left;
    }

    .liSearchBottom ul li .SearchProdDiv a .textArea {
        width: 70%;
        float: left;
    }

.ulSearchMain .liSearchMiddle ul li {
    float: left;
    width: auto;
    padding: 0 10px;
}

    .ulSearchMain .liSearchMiddle ul li a {
        display: block;
        line-height: 24px;
    }

.shoppingCartMessage {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

    .shoppingCartMessage a {
        color: #21409a;
        font-weight: 600;
    }

.lightpick__month header {
    float: none;
    background: transparent;
    border: none;
}

.ProductsDisplayArea .list_img .close {
    float: left;
    padding: 0 5px;
}

.modal .modal-content {
    padding: 0;
    float: left;
    width: 100%;
}

.modal-header .close {
    margin-top: 0px;
    color: #000;
    opacity: 0.5;
}

.leftmenuFix.lnkAdminMenuClose {
    padding: 0;
    line-height: normal;
}

.couponCodeSection .msg {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
}

.MyAccountCard.TrackOrder .ProductDesc .AddressArea .arrderssDetails .TextArea p,
.MyAccountCard.TrackOrder .ProductDesc .AddressArea p,
.OrderProcessStepsCard .arrderssDetails .TextArea p {
    word-break: break-word;
}

.thankyouSection h4,
.MyOrderCard ul li .thankyouSection h4 {
    text-transform: capitalize;
}

/*============== Phase-2 - added style ===============*/

header {
    background: #A1C6EA;
}

    header .TopSection .logoSection a img {
        height: 40px;
    }

    header .TopSection .MenuArea a img,
    header .TopSection .OtherLinks ul li a img {
        width: 24px;
        height: 24px;
    }

    header .TopSection .MenuArea a:first-child {
        margin-right: 8px;
    }

.AdvancedCategorySearch .SearchPanel .form-control {
    height: 44px;
}

.AdvancedCategorySearch .SearchPanel .form-control {
    padding: 6px 8px 6px 40px;
    border-radius: 8px;
}

.AdvancedCategorySearch .SearchPanel a.SearchBtn {
    left: 4px;
    top: 8px;
    display: inline-block;
    width: 28px;
    height: 28px;
    right: initial;
}

header .TopSearchArea .form-control {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #4D4D4D;
}

    header .TopSearchArea .form-control::-webkit-input-placeholder {
        color: #4D4D4D;
    }

    header .TopSearchArea .form-control::-moz-placeholder {
        color: #4D4D4D;
    }

    header .TopSearchArea .form-control:-ms-input-placeholder {
        color: #4D4D4D;
    }

    header .TopSearchArea .form-control:-moz-placeholder {
        color: #4D4D4D;
    }

header .TopSearchArea {
    padding: 5px 15px;
}

    header .TopSearchArea section.AdvancedCategorySearch {
        position: relative;
        z-index: 10;
    }

    header .TopSearchArea::after {
        content: "";
        height: 26px;
        width: 100%;
        background: #F6F6F6;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }

.shopbyBrand_section.dealSection {
    background: #f6f6f6;
}

    .shopbyBrand_section.dealSection .brandListSection .swiper-slide a {
        display: block;
        padding: 4px;
        background: transparent;
        border-radius: 0px;
        text-align: center;
    }

        .shopbyBrand_section.dealSection .brandListSection .swiper-slide a img {
            border-radius: 100px;
            display: block;
            margin: 0px auto;
            max-width: 65px;
            min-width: 65px;
        }

        .shopbyBrand_section.dealSection .brandListSection .swiper-slide a p {
            font-family: var(--font-primary);
            font-size: 14px;
            color: #333333;
            line-height: 150%;
            margin: 0;
            font-weight: bold;
        }

.bannerArea .banner_box .swiper-slide img {
    border-radius: 8px;
}

.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    background: var(--color-primary);
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    background: var(--color-primary);
    opacity: 1;
}

.dealofdaySection {
    background: #A1C6EA;
}

.titleArea h4.smallerTxt,
.headerSection .titleArea h4.smallerTxt,
.topOfferSection .headerSection .titleArea h4.smallerTxt {
    font-family: var(--font-primary);
    font-size: 14px;
    color: #1A1A1A;
    line-height: 150%;
    margin: 0;
    font-weight: 800;
}

.productCardSection {
    padding: 8px;
    border-radius: 8px;
}

    .productCardSection .productDescription .offer {
        font-family: var(--font-primary);
        font-size: 12px;
        color: var(--color-red);
        line-height: normal;
        margin: 0;
        font-weight: 700;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    .productCardSection .productDescription h4 {
        font-family: var(--font-primary);
        font-size: 11px;
        color: #808080;
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        margin: 2px 0 0 0;
    }

    .productCardSection .productDescription p {
        font-family: var(--font-primary);
    }

        .productCardSection .productDescription p span.newPrice {
            font-size: 14px;
            font-weight: 700;
            color: #000000;
            margin-left: 0;
            line-height: 150%;
        }

        .productCardSection .productDescription p span {
            padding-right: 2px;
        }

            .productCardSection .productDescription p span.oldPrice {
                font-size: 14px;
                font-weight: bold;
                color: #808080;
            }

                .productCardSection .productDescription p span.oldPrice span {
                    padding: 0;
                }

                .productCardSection .productDescription p span.oldPrice:after {
                    background: var(--color-red);
                }

    .productCardSection .productDescription h4 {
        height: 36px;
    }

    .productCardSection .productImg {
        padding: 4px 4px 10px;
    }

        .productCardSection .productImg img {
            max-height: 65px;
            margin-top: 35px;
        }

    .productCardSection .productGrade,
    .productGrade {
        /* width: 36px;
        height: 36px;*/
        width: 65px;
        height: 30px;
        background: #000000;
        border-radius: 100px;
        position: absolute;
        left: 10px;
        top: 10px;
        /* font-family: var(--font-primary); */
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        z-index: 50;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .productCardSection .productGrade.grdA,
        .productGrade.grdA {
            background-color: #306B34;
        }

        .productCardSection .productGrade.grdBPos,
        .productGrade.grdBPos {
            background-color: #271F39;
        }

        .productCardSection .productGrade.grdBNeg,
        .productGrade.grdBNeg {
            background-color: var(--color-primary);
        }

.bannerArea .swiper-container {
    padding-left: 8px;
}

.singleBannerSection {
    width: 100%;
    padding: 10px 8px;
    background: #f6f6f6;
}

    .singleBannerSection img {
        border-radius: 8px;
        border: 1px solid var(--color-primary);
    }

.shopbyPrice .brandListSection .swiper-slide a {
    padding: 0px;
}

    .shopbyPrice .brandListSection .swiper-slide a img {
        border-radius: 100px;
    }

.shopbyPrice .headerSection.fullWidth .titleArea {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 5px 50px 5px 8px;
    border-radius: 4px;
    background: rgb(37 70 150 / 10%);
    position: relative;
}

    .shopbyPrice .headerSection.fullWidth .titleArea .seeAllBtn {
        margin-bottom: 0;
        margin-top: 0px;
        border: none;
        background: transparent;
        color: var(--color-primary);
        line-height: 150%;
        font-size: 14px;
        font-family: var(--font-primary);
        text-transform: none;
        padding: 4px 10px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700;
    }

.shopbyPrice .brandListSection .whyXtracover .swiper-slide a {
    padding: 0px;
}

    .shopbyPrice .brandListSection .whyXtracover .swiper-slide a img {
        border-radius: 12px;
    }

.shopbyPrice .brandListSection .categorySlider .swiper-slide a img {
    border-radius: 12px;
}

.shopbyPrice .brandListSection .categorySlider .swiper-slide a {
    padding: 0px;
}

.shopbyPrice .brandListSection .swiper-slide a p {
    font-family: var(--font-primary);
    font-size: 11px;
    color: #333333;
    line-height: 150%;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.videoSection {
    width: 100%;
}

    .videoSection .videoDesc {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border-radius: 0 0 8px 8px;
    }

        .videoSection .videoDesc p {
            font-family: var(--font-primary);
            font-size: 12px;
            color: #333333;
            line-height: 150%;
            margin: 0;
            font-weight: bold;
        }

footer {
    background: #f6f6f6;
    padding: 32px 8px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

    footer h4 {
        font-family: var(--font-primary);
        font-size: 14px;
        color: #1A1A1A;
        line-height: 150%;
        margin: 0 0 0px 0;
        font-weight: 800;
        text-transform: uppercase;
    }

.socialList {
    width: 100%;
    display: flex;
    gap: 8px;
    margin: 4px 0;
    align-items: center;
    justify-content: center;
}

.disclaimer {
    width: 100%;
    text-align: center;
    padding: 4px 10px;
}

    .disclaimer p {
        font-family: var(--font-primary);
        font-size: 11px;
        color: #1A1A1A;
        line-height: 140%;
        margin: 0;
        font-weight: 600;
        text-align: center;
    }

.copyright {
    font-family: var(--font-primary);
    font-size: 11px;
    color: #1A1A1A;
    line-height: 150%;
    margin: 0;
    font-weight: 800;
    text-align: center;
}

.bottomMenu {
    width: 100%;
    background: #fff;
    padding: 8px 24px;
    border-radius: 16px 16px 0 0;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 100;
    box-shadow: 0 0px 6px rgb(0 0 0 / 10%);
}

    .bottomMenu ul {
        width: 100%;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }

        .bottomMenu ul li a {
            display: flex;
            flex-direction: column;
            gap: 4px;
            align-items: center;
            justify-content: center;
        }

            .bottomMenu ul li a span {
                width: 40px;
                height: 40px;
                border: 1px solid #E6E6E6;
                padding: 4px;
                border-radius: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .bottomMenu ul li p {
            font-family: var(--font-primary);
            font-size: 11px;
            color: #1A1A1A;
            line-height: 150%;
            margin: 0;
            font-weight: 800;
            text-align: center;
        }

        .bottomMenu ul li a span.warranty {
            background-color: #17A398;
            border: 1px solid #17A398;
        }

.shopbyBrand_section.laptopCatList {
    padding: 10px 8px;
}

.laptopCatList .brandListSection .swiper-slide a {
    display: flex;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 10px 10px;
}

    .laptopCatList .brandListSection .swiper-slide a p {
        text-align: center;
        padding: 4px;
        font-family: var(--font-primary);
        font-size: 11px;
        color: #1A1A1A;
        line-height: 150%;
        margin: 0;
        font-weight: 800;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 10px;
        background: #D9D9D9;
        width: 100%;
    }

    .laptopCatList .brandListSection .swiper-slide a img,
    .screenSize .brandListSection .swiper-slide a img {
        border-radius: 0;
    }

.innerHeader .TopSearchArea::after {
    background: #fff;
}

.innerPageHeader {
    width: 100%;
    padding: 0px 15px 8px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .innerPageHeader a,
    .innerPageHeader span {
        font-family: var(--font-primary);
        font-size: 12px;
        color: #666666;
        line-height: 150%;
        margin: 0;
        font-weight: 800;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.filterHeader {
    width: 100%;
    padding: 0 0px;
    background: #F6F6F6;
}

    .filterHeader ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #CCCCCC;
    }

        .filterHeader ul li {
            width: 50%;
            flex: 1 auto;
            position: relative;
        }

            .filterHeader ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                width: 100%;
                padding: 4px;
                font-family: var(--font-primary);
                font-size: 11px;
                color: #1A1A1A;
                line-height: 150%;
                margin: 0;
                font-weight: 600;
                text-align: center;
            }

            .filterHeader ul li:after {
                content: "";
                width: 1px;
                height: 10px;
                background: #B3B3B3;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0px;
            }

            .filterHeader ul li:last-child:after {
                content: initial;
            }

.listingPage .bannerArea {
    padding: 10px 0 10px 15px;
    width: 100%;
    float: initial;
}

    .listingPage .bannerArea .swiper-container {
        padding-left: 0px;
    }

.listingPageSection {
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
}

    .listingPageSection ul {
        width: 100%;
        display: flex;
        gap: 6px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .listingPageSection ul li {
            width: 48%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 6px;
        }

    .listingPageSection .productCardSection {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid rgb(0 0 0 / 10%);
    }

        .listingPageSection .productCardSection .wishlist {
            width: 24px;
            height: 24px;
            padding: 3px;
            /*background: #F5F5F7;*/
            border-radius: 100px;
            position: absolute;
            right: 10px;
            top: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }

        .listingPageSection .productCardSection .productDescription .offer,
        .listingPageSection .productCardSection .productDescription h4,
        .listingPageSection .productCardSection .productDescription p {
            text-align: center;
        }

        .listingPageSection .productCardSection .productDescription .newPrice {
            line-height: 30px;
            padding: 0;
        }

        .listingPageSection .productCardSection .addtoCartBtn {
            font-family: var(--font-primary);
            font-size: 14px;
            color: var(--color-primary);
            line-height: 150%;
            margin: 0;
            font-weight: 800;
            text-align: center;
            border: 1px solid;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 3px;
        }

        .listingPageSection .productCardSection .bestsellerTag,
        .bestsellerTag {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

            .listingPageSection .productCardSection .bestsellerTag span,
            .bestsellerTag span {
                font-family: var(--font-primary);
                font-size: 9px;
                color: #ffffff;
                line-height: 100%;
                margin: 0;
                font-weight: 600;
                text-align: center;
                background: var(--color-red);
                padding: 5px 5px 4px;
                border-radius: 4px;
                text-transform: uppercase;
                letter-spacing: 0.2px;
            }

.listingPage {
    width: 100%;
    height: 100%;
    position: relative;
}

.filterSection {
    width: 100%;
    background: #f6f6f6;
    height: calc(100vh - 121px);
    position: fixed;
    right: -100%;
    bottom: 0;
    z-index: 1000;
    padding-bottom: 80px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

    .filterSection.open {
        right: 0;
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1)
    }

    .filterSection .filterBody {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .filterSection .filterFooter {
        width: 100%;
        height: 80px;
        background-color: #fff;
        border-top: 1px solid #CCCCCC;
        padding: 15px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .filterSection .filterFooter a,
        .filterSection .filterFooter a.applyBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1 auto;
            padding: 10px;
            font-family: var(--font-primary);
            font-size: 18px;
            color: #ffffff;
            line-height: 150%;
            margin: 0;
            font-weight: bold;
            text-align: center;
            background-color: var(--color-primary);
            border-radius: 10px;
            border: 1px solid var(--color-primary);
            text-transform: none;
        }

            .filterSection .filterFooter a.clearBtn {
                background-color: #fff;
                color: #4D4D4D;
                border: 1px solid #4D4D4D;
            }

.filterBody .nav-tabs {
    padding: 15px 11px 15px 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border: none;
    width: 50%;
}

.filterBody .tab-content {
    padding: 15px 16px 15px 20px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #CCCCCC;
}

.filterBody .nav-tabs,
.filterBody .tab-content {
    height: 100%;
    overflow-y: scroll;
}

    .filterBody .tab-content::-webkit-scrollbar-track,
    .filterBody .nav-tabs::-webkit-scrollbar-track {
        border-radius: 4px;
    }

    .filterBody .tab-content::-webkit-scrollbar {
        width: 4px;
        background-color: #f6f6f6;
    }

    .filterBody .nav-tabs::-webkit-scrollbar {
        width: 4px;
        background-color: #ffffff;
    }

    .filterBody .tab-content::-webkit-scrollbar-thumb,
    .filterBody .nav-tabs::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #b3b3b3;
    }




    .filterBody .nav-tabs li {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: initial;
    }

    .filterBody .nav-tabs > li > a {
        margin-right: 0px;
        line-height: 100%;
        border: none;
        border-radius: 0px;
        font-family: var(--font-primary);
        color: #333333;
        font-size: 14px;
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 10px 0;
        position: relative;
        padding-right: 20px;
    }

        .filterBody .nav-tabs > li > a i {
            width: 10px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 10px;
        }

    .filterBody .nav-tabs > li.active > a,
    .filterBody .nav-tabs > li.active > a:focus,
    .filterBody .nav-tabs > li.active > a:hover {
        color: var(--color-primary);
        cursor: default;
        background-color: #fff;
        border: none;
    }

    .filterBody .tab-content .tabpanel ul {
        width: 100%;
    }

    .filterBody .tab-content .tab-pane li {
        width: 100%;
        padding: 6px 0;
        border-bottom: 1px solid #E6E6E6;
    }

        .filterBody .tab-content .tab-pane li label {
            margin: 0;
            width: 100%;
        }

            .filterBody .tab-content .tab-pane li label span,
            .sortItems li label span,
            .tab-pane li label span {
                font-family: var(--font-primary);
                color: #4D4D4D;
                font-size: 12px;
                line-height: 24px;
                margin: 0;
                font-weight: bold;
                text-transform: none;
                padding-left: 28px;
            }

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border-radius: 4px;
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: 0px;
    left: -2px;
    width: 10px;
    height: 18px;
    border-radius: 4px;
}

.sortModalPanel.modal {
    background-color: transparent;
}

.sortModalPanel .modal-dialog {
    width: 90%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sortModalPanel.modal.fade .modal-dialog {
    transform: translate(0, -10%);
}

.sortModalPanel .modal-content {
    padding: 0;
    float: left;
    width: 100%;
    border-radius: 8px;
    border: 2px solid var(--color-primary);
}

.sortModalPanel .modal-title {
    font-family: var(--font-primary);
    font-size: 18px;
    color: #333333;
    line-height: 150%;
    margin: 0;
    font-weight: 800;
    text-transform: none;
    text-align: center;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.sortModalPanel .modal-footer {
    background: var(--color-primary);
    width: 100%;
    height: 80px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sortModalPanel .modal-footer a,
    .sortModalPanel .modal-footer a.sortApply {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 auto;
        padding: 10px;
        font-family: var(--font-primary);
        font-size: 18px;
        color: var(--color-primary);
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #fff;
        text-transform: none;
    }

        .sortModalPanel .modal-footer a.sortClear {
            background-color: var(--color-primary);
            color: #fff;
            border: 1px solid #fff;
        }

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.sortItems [type="radio"]:not(:checked) + span,
.sortItems [type="radio"]:checked + span {
    font-size: 12px;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid var(--color-primary);
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: var(--color-primary);
}

/******/
.listingPage .bannerInsert .bannerArea {
    padding: 5px 0 0px 14px;
}

    .listingPage .bannerInsert .bannerArea .swiper-container {
        padding-left: 0px;
        padding-bottom: 20px;
    }

.listingPage .bannerInsert .swiper-container-horizontal .swiper-pagination-bullets {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingPageSection.bannerInsert {
    padding: 0 0px;
}

    .listingPageSection.bannerInsert ul {
        gap: 4px;
        justify-content: center;
    }

        .listingPageSection.bannerInsert ul li {
            width: 46%;
            margin: 0;
        }

/******/

/*-------*/

.productDetailSection {
    width: 100%;
}

    .productDetailSection .pageTitleArea {
        width: 100%;
        padding: 0px 15px 8px;
        background: #fff;
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }

        .productDetailSection .pageTitleArea a,
        .productDetailSection .pageTitleArea span {
            font-family: var(--font-primary);
            font-size: 14px;
            color: #666666;
            line-height: 150%;
            margin: 0;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.productSliderSection {
    width: 100%;
    padding: 30px 30px 15px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}

.flotedRightPanel {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.productDetailSection .productGrade {
    left: 15px;
    top: 15px;
    font-size: 20px;
    width: 45px;
    height: 45px;
}

.flotedRightPanel .wishlist {
    width: 30px;
    height: 30px;
    /* background: #F5F5F7;*/
    padding: 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productPrice {
    padding: 5px 15px;
    width: 100%;
    background-color: #fff;
}

    .productPrice .bestsellerTag span,
    .productPrice .bestsellerTag {
        justify-content: flex-start;
    }

    .productPrice .xcPrice,
    .xcPrice {
        font-family: var(--font-primary);
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
        text-transform: none;
        font-size: 14px;
        text-align: left;
        color: #808080;
        display: flex;
        gap: 8px;
        align-items: center;
        margin: 10px 0;
    }

        .productPrice .xcPrice span,
        .xcPrice span {
            color: #1A1A1A;
            position: relative;
            font-weight: 800;
            display: flex;
            align-items: center;
        }

        .productPrice .xcPrice .oldPrice,
        .xcPrice .oldPrice {
            font-weight: bold;
            color: #808080;
        }

            .productPrice .xcPrice .oldPrice::after,
            .xcPrice .oldPrice::after {
                content: "";
                width: 90%;
                float: left;
                height: 1px;
                background: var(--color-red);
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                z-index: 10;
            }

.buyWithSection {
    width: 100%;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 15px;
}

    .buyWithSection .buyWithAccordHeader {
        padding: 6px 10px;
        background: rgb(37 70 150 / 10%);
        font-family: var(--font-primary);
        font-size: 14px;
        color: #000000;
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .buyWithSection .buyWithAccordHeader i {
            transform: rotate(0deg);
            transition: all 0.4s ease-in;
        }

    .buyWithSection.open .buyWithAccordHeader i {
        transform: rotate(180deg);
        transition: all 0.4s ease-in;
    }

    .buyWithSection .accordContentBody {
        width: 100%;
        padding: 10px 0;
    }

        .buyWithSection .accordContentBody .nav {
            width: 100%;
            display: flex;
            border-bottom: 0;
        }

            .buyWithSection .accordContentBody .nav li {
                flex: 1 auto;
                margin-bottom: 0px;
                padding: 0 5px 0 0;
            }

                .buyWithSection .accordContentBody .nav li:last-child {
                    padding: 0 0px 0 5px;
                }

        .buyWithSection .accordContentBody .nav-tabs > li > a {
            padding: 6px 10px;
            background: #fff;
            font-family: var(--font-primary);
            font-size: 18px;
            color: #4D4D4D;
            line-height: 150%;
            margin: 0;
            text-align: center;
            font-weight: bold;
            border: 1px solid;
            border-radius: 100px;
        }

        .buyWithSection .accordContentBody .nav-tabs > li.active > a,
        .buyWithSection .accordContentBody .nav-tabs > li.active > a:focus,
        .buyWithSection .accordContentBody .nav-tabs > li.active > a:hover {
            color: #fff;
            background: var(--color-primary);
            border-color: var(--color-primary);
        }

.warrantyPanelArea {
    width: 100%;
    padding: 10px 0 0 0;
}

    .warrantyPanelArea ul {
        width: 100%;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }

        .warrantyPanelArea ul li {
            border: 1px solid rgb(0 0 0 / 5%);
            padding: 6px;
            border-radius: 8px;
            flex: 1;
            flex-basis: 32%;
        }

            .warrantyPanelArea ul li [type="checkbox"] + span:not(.lever) {
                padding-left: 24px;
                font-size: 12px;
                font-weight: 800;
                color: var(--color-red);
            }

            .warrantyPanelArea ul li label {
                margin-bottom: 4px;
                margin-top: 4px;
                width: 100%;
            }

    .warrantyPanelArea .xcPrice {
        gap: 4px;
        font-size: 14px;
        margin: 0;
    }

        .warrantyPanelArea .xcPrice span {
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2px;
        }

    .warrantyPanelArea li .offer {
        font-family: var(--font-primary);
        font-size: 12px;
        color: var(--color-red);
        line-height: normal;
        margin: 0;
        font-weight: 800;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    .warrantyPanelArea li h4 {
        font-family: var(--font-primary);
        font-size: 11px;
        color: #808080;
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        margin: 2px 0 0 0;
    }

.accessories li .itemImg {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

    .accessories li .itemImg img {
        max-height: 75px;
    }

.buyWithSection {
    overflow: hidden;
}

    .buyWithSection .accordContentBody {
        /* display: none; */
        opacity: 0;
        transform: translateY(10%);
        transition: all 0.4s ease-in;
        height: 0;
        visibility: hidden;
        padding: 0;
    }

    .buyWithSection.open .accordContentBody {
        /* display: block; */
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.4s ease-in;
        height: auto;
        visibility: visible;
        padding: 10px 0;
    }

.productDetailSection .colorSection {
    width: 100%;
    padding: 10px 0 10px 15px;
    background-color: #fff;
}

    .productDetailSection .colorSection .sectionTitle {
        width: 100%;
        padding: 0 15px 0 0;
        margin: 0 0 10px 0;
        font-family: var(--font-primary);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        text-align: left;
        color: #808080;
    }

.colorSlideList .swiper-slide a img {
    border-radius: 100px;
}

.colorSlideList .swiper-slide a .colorBox {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    position: relative;
    display: block;
    margin: 0px auto 4px;
    border: 1px solid #cccccc;
}

.colorSlideList .swiper-slide a p {
    font-family: var(--font-primary);
    font-size: 11px;
    color: #333333;
    line-height: 150%;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.colorSlideList .swiper-slide a {
    display: block;
    position: relative;
}

    .colorSlideList .swiper-slide a.notAvailable {
        cursor: not-allowed;
    }

        .colorSlideList .swiper-slide a.notAvailable::after {
            content: "";
            width: 60px;
            height: 1px;
            background-color: #e72829;
            position: absolute;
            left: 3%;
            top: 35%;
            transform: rotate(-45deg);
        }

        .colorSlideList .swiper-slide a.notAvailable .colorBox {
            border-color: #e72829;
        }

    .colorSlideList .swiper-slide a.active .colorBox {
        border-color: #e72829;
    }

    .colorSlideList .swiper-slide a.notAvailable p {
        opacity: 0.5;
    }


.storageSlides .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 8px;
    padding: 10px 16px;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

    .storageSlides .swiper-slide a.active {
        border-color: #CCCCCC;
        background-color: rgb(0 0 0 / 5%);
    }

.deliveryPinArea {
    width: 100%;
    padding: 10px 15px;
    background: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .deliveryPinArea .details {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

        .deliveryPinArea .details h4 {
            font-family: var(--font-primary);
            font-weight: 400;
            font-size: 14px;
            color: #808080;
            display: flex;
            align-items: center;
            margin: 0;
            gap: 4px;
        }

            .deliveryPinArea .details h4 strong {
                color: #000000;
                font-weight: 800;
            }

        .deliveryPinArea .details p {
            font-family: var(--font-primary);
            font-weight: bold;
            font-size: 12px;
            color: var(--color-primary);
            margin: 0;
            line-height: 12px;
        }

.highlightsArea {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
}

    .highlightsArea .headerTxtArea {
        padding: 6px 10px;
        background: rgb(37 70 150 / 10%);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .highlightsArea .headerTxtArea h4 {
            font-family: var(--font-primary);
            font-weight: bold;
            font-size: 14px;
            line-height: 150%;
            color: #000000;
            margin: 0px;
        }

        .highlightsArea .headerTxtArea a {
            font-family: var(--font-primary);
            font-weight: bold;
            font-size: 12px;
            color: var(--color-primary);
            margin: 0px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

            .highlightsArea .headerTxtArea a i {
                font-size: 14px;
                line-height: normal;
            }

    .highlightsArea ul {
        width: 100%;
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
        margin: 4px 0 0;
    }

        .highlightsArea ul li {
            display: flex;
            align-items: center;
            gap: 0px;
            font-family: var(--font-primary);
            font-weight: bold;
            font-size: 11px;
            color: #666666;
            line-height: 150%;
            padding: 0px 0 0px 10px;
            position: relative;
            flex-basis: 48%;
            flex-direction: row;
        }

            .highlightsArea ul li::before {
                content: "";
                width: 4px;
                height: 4px;
                border-radius: 100px;
                background-color: #666666;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            /* .highlightsArea ul li span:first-child{
    width: 50%;
} */
            .highlightsArea ul li span {
                width: 100%;
            }

                .highlightsArea ul li span:last-child {
                    color: var(--color-primary);
                }

.productDls .descriptionTxt {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 11px;
    color: #828282;
    line-height: 150%;
    margin: 0 0;
    padding-top: 6px;
}

    .productDls .descriptionTxt a.readMoreBtn {
        color: var(--color-primary);
        font-size: 11px;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

        .productDls .descriptionTxt a.readMoreBtn i {
            font-size: 14px;
            line-height: 14px;
            transform: rotate(90deg);
            transition: all 0.4s ease-in;
        }

    .productDls .descriptionTxt span {
        height: 50px;
        overflow: hidden;
        position: relative;
        display: inline-block;
    }

        .productDls .descriptionTxt span::before {
            content: "";
            width: 100%;
            height: 30px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: linear-gradient(0deg, #fff, transparent);
        }

    .productDls .descriptionTxt.expanded span {
        height: auto;
    }

        .productDls .descriptionTxt.expanded span::before {
            content: initial;
        }

    .productDls .descriptionTxt.expanded a.readMoreBtn i {
        transform: rotate(-90deg);
        transition: all 0.4s ease-in;
    }

.buyNowSection {
    width: 100%;
    height: 65px;
    background-color: #fff;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1001;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: white;
    width: 100%;
    border-top: 2px solid var(--color-primary);
}

.buyNowSection a,
.buyNowSection a.buyNowBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    margin: 0;
    font-weight: bold;
    text-align: center;
    background-color: var(--color-primary);
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
}

    .buyNowSection a.cartBtn {
        background-color: #fff;
        color: #4D4D4D;
        border: 1px solid #4D4D4D;
    }

.searchloader-content {
    background: rgb(228 13 12 / 20%);
    z-index: 100;
}

    .searchloader-content .progress {
        background-color: #e62828;
    }

@keyframes loader-anim {
    0% {
        left: -50%;
        transform: scaleX(2);
    }

    100% {
        left: 100%;
        transform: scaleX(0);
    }
}

.AdvancedCategorySearch .SearchPanel {
    z-index: 1100;
}

.searchListDropdown {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 99;
    box-shadow: 0 6px 6px rgb(0 0 0 / 15%);
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.show .searchListDropdown {
    /* display: flex; */
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 12px;
}

.searchListDropdown ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .searchListDropdown ul li {
        width: 100%;
    }

        .searchListDropdown ul li a {
            width: 100%;
            display: flex;
            gap: 10px;
            justify-content: space-between;
            align-items: center;
        }

            .searchListDropdown ul li a p {
                font-family: var(--font-primary);
                font-size: 14px;
                color: #333333;
                line-height: 150%;
                margin: 0;
                font-weight: 400;
            }

.searchListDropdown {
    height: 400px;
    overflow-y: scroll;
}

    .searchListDropdown::-webkit-scrollbar-track {
        border-radius: 4px;
    }

    .searchListDropdown::-webkit-scrollbar {
        width: 4px;
        background-color: #f6f6f6;
    }

    .searchListDropdown::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #b3b3b3;
    }

.similarProducts {
    background: rgb(37 70 150/10%);
    padding: 10px 0px 15px 15px;
}

    .similarProducts.topOfferSection .headerSection .buttonArea a {
        padding: 3px 0px;
        font-size: 12px;
        text-transform: uppercase;
    }

.gradeSlider .productGrade {
    position: relative;
    left: initial;
    top: initial;
}

.gradeSlider .swiper-slide a {
    padding: 0px;
    border: none;
    background: none;
}

    .gradeSlider .swiper-slide a.active {
        border: none;
        background-color: transparent;
    }

/**/

.cartListingPage {
    padding: 15px;
    background: #F6F6F6;
}

    .cartListingPage .listingPageSection ul {
        flex-direction: column;
        gap: 10px;
    }

        .cartListingPage .listingPageSection ul li {
            width: 100%;
            margin: 0;
        }

    .cartListingPage .listingPageSection {
        width: 100%;
        padding: 0 0px;
        /* overflow: auto;
    height: 500px;*/
    }

        .cartListingPage .listingPageSection .productCardSection {
            width: 100%;
            display: flex;
            gap: 10px;
            align-items: center;
            flex-direction: row;
        }

    .cartListingPage .productCardSection .cardProdImg {
        width: 35%;
        position: relative;
    }

    .cartListingPage .productCardSection .cardProductContent {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .cartListingPage .productCardSection .bestsellerTag {
        justify-content: flex-start;
    }

    .cartListingPage .productCardSection .productDescription .offer,
    .cartListingPage .productCardSection .productDescription h4,
    .cartListingPage .productCardSection .productDescription p {
        text-align: left;
    }

    .cartListingPage .productCardSection .productImg img {
        max-height: 85px;
    }

    .cartListingPage .productCardSection .productImg {
        padding: 0px;
    }

    .cartListingPage .productCardSection .productDescription h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        height: auto;
        margin: 0;
        line-height: 150%;
    }

    .cartListingPage .productCardSection .productDescription p {
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 0px;
        text-transform: none;
        font-size: 12px;
        text-align: left;
        color: #254696;
        line-height: 150%;
    }

    .cartListingPage .productCardSection .productDescription .newPrice {
        line-height: 24px;
        font-size: 12px;
    }

    .cartListingPage .productCardSection .qtyBtnArea,
    .qtyBtnArea {
        width: 100%;
    }

        .cartListingPage .productCardSection .qtyBtnArea .input-group,
        .qtyBtnArea .input-group {
            background-color: #F2F2F2;
            width: 100px;
            margin-top: 10px;
        }

            .cartListingPage .qtyBtnArea .input-group .input-group-addon,
            .qtyBtnArea .input-group .input-group-addon {
                background-color: #F2F2F2;
                padding: 4px;
                font-size: 10px;
                border: none;
                width: 30px;
                height: 30px;
            }

            .cartListingPage .qtyBtnArea .input-group .form-control,
            .qtyBtnArea .input-group .form-control {
                background: #F2F2F2;
                text-align: center;
                height: 30px;
                font-size: 14px;
                font-weight: 600;
                padding: 4px;
                margin-bottom: 0;
            }

            .qtyBtnArea .input-group .input-group-addon i {
                font-size: 14px;
            }

.priceSummary {
    width: 100%;
    background: #fff;
    padding: 0 15px 5px;
    margin-top: 15px;
}

    .priceSummary ul li {
        width: 100%;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        border-bottom: 1px dashed #cccccc;
    }

        .priceSummary ul li:last-child {
            border-bottom: none;
        }

        .priceSummary ul li h4,
        .priceSummary ul li p {
            font-family: var(--font-primary);
            font-size: 14px;
            color: #000000;
            line-height: 150%;
            margin: 0;
            font-weight: 500;
            width: 50%;
        }

        .priceSummary ul li p {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .priceSummary ul li .highlightColor,
        .highlightColor {
            color: #E72829;
        }

        .priceSummary ul li .strike {
            text-decoration: line-through;
        }

.priceTotalFloat .totalPrice {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

    .priceTotalFloat .totalPrice h4 {
        font-weight: bold;
        font-size: 14px;
        line-height: 150%;
        margin: 0px;
    }

    .priceTotalFloat .totalPrice a {
        font-size: 12px;
        color: #254696;
        line-height: 150%;
        padding: 0px;
        background: transparent;
        text-transform: none;
        border: none;
    }

.priceTotalFloat a.buyNowBtn {
    text-transform: none;
}

/**/

.helpPanelSection {
    width: 100%;
    padding: 15px;
    background: #F6F6F6;
}

    .helpPanelSection ul {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .helpPanelSection ul li {
            width: 48%;
            flex: 1 auto;
        }

            .helpPanelSection ul li a {
                display: flex;
                flex-direction: column;
                padding: 8px 10px;
                background: #fff;
                border-radius: 8px;
                border: 1px solid #E6E6E6;
                align-items: center;
                justify-content: center;
                gap: 8px;
            }

                .helpPanelSection ul li a span {
                    width: 52px;
                    height: 52px;
                    border-radius: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

            .helpPanelSection ul li.chat a span {
                background-color: #60BD4D;
            }

            .helpPanelSection ul li.talk a span {
                background-color: #E72829;
            }

            .helpPanelSection ul li.write a span {
                background-color: #0D3597;
            }

            .helpPanelSection ul li a p {
                font-family: var(--font-primary);
                font-size: 14px;
                color: #333333;
                line-height: 150%;
                font-weight: bold;
                margin: 0px;
            }

                .helpPanelSection ul li a p span {
                    font-family: var(--font-primary);
                    font-size: 10px;
                    font-weight: 400;
                    line-height: 15px;
                    text-align: left;
                    width: auto;
                    height: auto;
                    border-radius: 0;
                    display: block;
                    background-color: transparent !important;
                }

            .helpPanelSection ul li.write a {
                flex-direction: row;
            }

.emptyCartArea {
    width: 100%;
    padding: 15px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    /* min-height: 90vh; */
}

    .emptyCartArea .headertext {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .emptyCartArea .headertext h4 {
            font-family: var(--font-primary);
            font-size: 30px;
            font-weight: 700;
            line-height: 45px;
            color: #808080;
            margin: 0px;
        }

        .emptyCartArea .headertext p {
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            margin: 0px;
        }

    .emptyCartArea .shopNowbtn {
        width: 100%;
        background: #254696;
        display: block;
        border-radius: 40px;
        padding: 15px 15px;
        font-family: var(--font-primary);
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

.brandListArea {
    width: 100%;
    padding: 15px;
    background: #F6F6F6;
}

    .brandListArea ul {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .brandListArea ul li {
            width: 31.35%;
        }

            .brandListArea ul li a {
                display: flex;
                gap: 6px;
                align-items: center;
                justify-items: center;
                flex-direction: column;
            }

                .brandListArea ul li a span {
                    width: 70px;
                    height: 70px;
                    background: #fff;
                    border-radius: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .brandListArea ul li a span img {
                        border-radius: 100px;
                    }

                .brandListArea ul li a p {
                    font-family: var(--font-primary);
                    font-size: 12px;
                    font-weight: 700;
                    line-height: 100%;
                    margin: 0px;
                }

.wishlistPage .productCardSection .productDescription p .mrp {
    color: #999999;
}

.wishlistPage .productCardSection .productDescription .newPrice {
    color: #0D3597;
}

.wishlistPage .productCardSection .productDescription .discountPrice {
    color: #E72829;
}

.wishlistPage .productCardSection .cardProductContent .addtoCartBtn {
    width: auto;
    display: inline-block;
    background-color: #0D3597;
    padding: 4px 15px;
    border-radius: 4px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
}

.wishlistPage .productCardSection .productDescription {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 6px;
}

.wishlistPage .productCardSection .cardProductContent {
    width: 70%;
    padding-right: 30px;
    position: relative;
}

.wishlistPage .productCardSection .cardProdImg {
    width: 30%;
}

.trashBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

/*------*/
.pageWrapperSection {
    width: 100%;
    float: left;
    padding-bottom: 80px;
    min-height: 100vh;
}

    .pageWrapperSection.MobHomePage {
        padding-bottom: 0px;
    }

.wishlistPage,
.brandListArea {
    height: calc(100vh - 202px);
    overflow-y: overlay;
}

.listingPageSection .productCardSection .wishlist.active svg path,
.flotedRightPanel .wishlist.active svg path {
    fill: var(--color-red);
    stroke: var(--color-red);
}

.searchListDropdown {
    padding: 15px 0 0 0;
}


.acce-warra-list {
    margin-top: 20px;
}

    .acce-warra-list li input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .acce-warra-list li {
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

        .acce-warra-list li .xcPrice {
            margin: 0;
        }

        .acce-warra-list li label {
            position: relative;
            cursor: pointer;
            font-family: var(--font-primary);
            font-weight: bolder;
            font-size: 12px;
        }

            .acce-warra-list li label:before {
                content: '';
                background-color: whitesmoke;
                border: 1px solid #cecece;
                padding: 8px;
                display: inline-block;
                position: relative;
                border-radius: 5px;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
            }

        .acce-warra-list li input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 2px;
            left: 6px;
            width: 6px;
            height: 11px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .acce-warra-list li input:checked + label:before {
            background-color: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

#incrementor {
    width: 50%;
    padding: 8px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #000000;
    text-transform: uppercase;
}

    #incrementor button {
        border: none;
        background: transparent;
        text-align: center;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
    }

    #incrementor input {
        border: none;
        background: transparent;
        text-align: center;
        font-size: 20px;
        width: fit-content;
        color: #000000;
        font-weight: 700;
    }


.xcPrice .tiny-text {
    font-size: 10px;
}

.acce-warra-list li:first-child {
    margin-bottom: 15px;
}

.acce-warra-list li select {
    display: block !important;
    width: fit-content;
    color: #254696;
    position: relative;
    top: -5px;
}

.acce-warra-list li:last-child {
    border-top: 1px solid #d4eaff;
    border-bottom: 1px solid #d4eaff;
    padding: 10px 12px;
}

    .acce-warra-list li:last-child p {
        font-weight: 700;
        color: #000000;
    }

.footer-bottom .add-cart {
    background: #fff !important;
    border: 1px solid #000000 !important;
    color: #000 !important;
}

.orderhistory ul li .productImg img {
    max-height: 50px !important;
}

.orderhistory .productCardSection .cardProdImg {
    width: 15%;
}

.orderhistory .productCardSection .cardProductContent {
    width: 73%;
}

.orderhistory ul li {
    margin-bottom: 20px !important;
}

.orderhistory .quantity {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #000000;
    text-align: center;
    position: absolute;
    top: 12%;
    right: 5px;
    line-height: 17px;
    background: white;
    font-size: 9px;
    font-family: var(--font-primary);
    font-weight: bolder;
}

.orderhistory .fa-angle-right {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.orderhistory .order-id {
    text-align: left;
    width: 100%;
    font-family: var(--font-primary);
}

    .orderhistory .order-id strong {
        color: #000000;
    }

.orderhistory .disp-flexi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

    .orderhistory .disp-flexi select {
        display: block;
        background: lightgray;
    }

    .orderhistory .disp-flexi p,
    .orderhistory .disp-flexi select {
        width: 50%;
    }

    .orderhistory .disp-flexi p {
        font-size: 15px;
        color: #000;
        font-weight: 700;
        margin-bottom: 0;
        font-family: var(--font-primary);
    }


.myaccount .order-details {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 15px;
}

    .myaccount .order-details p {
        font-size: 15px;
        color: #808080;
        font-weight: 500;
        font-family: var(--font-primary);
    }

        .myaccount .order-details p span {
            color: #000;
            font-weight: 700;
        }

    .myaccount .order-details hr {
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .myaccount .order-details a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px;
        font-size: 15px;
        color: #000000;
        font-weight: 700;
        font-family: var(--font-primary);
    }

.comm-white-block {
    margin-top: 25px;
}

    .comm-white-block h5 {
        font-size: 15px;
        color: #000000;
        font-weight: bold;
        font-family: var(--font-primary);
    }

    .comm-white-block .p-iblock {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid rgb(0 0 0 / 10%);
        padding: 10px 30px;
    }

        .comm-white-block .p-iblock p {
            font-size: 15px;
            color: black;
            line-height: 20px;
            font-family: var(--font-primary);
        }

            .comm-white-block .p-iblock p.have-dotted {
                font-weight: 500;
                border-top: 1px dashed lightgray;
                padding-top: 10px;
                margin-bottom: 0;
            }

        .comm-white-block .p-iblock ul li p {
            margin: 0;
        }

        .comm-white-block .p-iblock ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px dashed lightgray;
            padding: 10px 0;
        }

.order-summary ul li:last-child {
    border-bottom: none;
}

.delivery-status-list {
    margin-top: 7px;
}

    .delivery-status-list ul li {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid rgb(0 0 0 / 10%);
        padding: 15px 8px;
        margin-bottom: 25px;
    }

        .delivery-status-list ul li h5 {
            font-size: 15px;
            color: #000000;
            font-weight: bold;
            font-family: var(--font-primary);
            margin: 0;
        }

        .delivery-status-list ul li p.arrive {
            font-size: 15px;
            color: #254696;
            font-weight: bold;
            font-family: var(--font-primary);
            margin: 0;
        }

    .delivery-status-list .sub-list {
        margin-top: 10px;
    }

        .delivery-status-list .sub-list li {
            border: none;
            padding: 12px 0;
            display: flex;
            justify-content: space-between;
        }

            .delivery-status-list .sub-list li .set-flex {
                display: flex;
                justify-content: flex-start;
                width: 75%;
            }

            .delivery-status-list .sub-list li p {
                font-size: 15px;
                color: #000000;
                font-weight: bold;
                font-family: var(--font-primary);
                margin: 0;
            }

                .delivery-status-list .sub-list li p.boldy,
                .delivery-status-list .sub-list li p.redcha,
                .delivery-status-list .sub-list li p.lightil {
                    font-size: 12px;
                    line-height: 13px;
                    margin-bottom: 8px;
                }

.redcha {
    color: red !important;
}

.lightil {
    color: #808080 !important;
}

.account-page {
    background: #F6F6F6;
}

    .account-page .pageWrapperSection {
        padding-bottom: 0;
    }

.track-order .p-iblock ul {
    position: relative;
    z-index: 1;
}

    .track-order .p-iblock ul::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 22px;
        width: 5px;
        height: 35%;
        border-right: 2px dashed #dcdfe6;
    }

    .track-order .p-iblock ul li {
        justify-content: flex-start;
        border-bottom: none;
        align-items: self-start;
        padding: 13px;
    }

        .track-order .p-iblock ul li img {
            margin-right: 10px;
            position: relative;
            z-index: 1;
        }

        .track-order .p-iblock ul li p {
            font-size: 18px;
            color: #333333;
        }

        .track-order .p-iblock ul li small {
            font-family: var(--font-primary);
            font-size: 14px;
            color: #999999;
        }

.track-order .p-iblock .dotted-border {
    border-bottom: 1px dashed #dcdfe6;
    padding: 10px;
}

.set-active {
    background: #E9EDF5;
}

.track-order .p-iblock {
    padding: 0;
}

.blue-box {
    background: #254696;
}

    .blue-box .flexi {
        display: flex;
        justify-content: space-between;
        padding: 25px;
    }

        .blue-box .flexi a {
            width: 50%;
            background: #ffffff;
            border-radius: 15px;
            text-align: center;
            display: block;
            margin: 0 10px;
            padding: 10px;
        }

            .blue-box .flexi a p {
                font-weight: 800;
                font-family: var(--font-primary);
                margin-top: 5px;
            }

.orderhistory .SearchPanel {
    position: relative;
    width: 85%;
    margin-bottom: 15px;
}

    .orderhistory .SearchPanel input {
        padding-left: 30px;
    }

    .orderhistory .SearchPanel i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        opacity: 0.5;
    }

.orderhistory .productCardSection .productDescription p {
    color: #808080;
}

.orderhistory .set-flexi {
    display: flex;
    justify-content: space-between;
}

    .orderhistory .set-flexi button {
        width: 48px;
        height: 50px;
        border-radius: 10px;
        background: #fff;
        border: none;
        margin-top: 1px;
    }

.policy-page .order-details h3 {
    text-align: center;
    font-weight: 600;
    font-family: var(--font-primary);
    margin-top: 0;
}

.policy-page .order-details p {
    font-weight: 800;
    font-family: var(--font-primary);
    font-size: 13px;
    text-align: center;
}

.policy-page .order-details small {
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.policy-page .order-details table td {
    border: 1px solid #cfcfcf;
}

.policy-page .order-details .replacement-list li {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

    .policy-page .order-details .replacement-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #000;
    }

.policy-page .order-details table.warranty-table td {
    text-align: left;
    width: 50%;
}

    .policy-page .order-details table.warranty-table td p,
    .policy-page .order-details table.warranty-table small {
        text-align: left;
    }

.suggestion p {
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 15px;
    color: #808080;
    text-align: center;
    line-height: 18px;
}

.suggestion textarea {
    margin-top: 15px;
    height: 100px;
}

.faq-list {
    padding-inline-start: 15px;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 15px;
}

    .faq-list li {
        margin-bottom: 25px;
    }

        .faq-list li p,
        .faq-list li small {
            text-align: left !important;
            font-size: 13px !important;
        }

.chechout-list .delete-prod {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0D3597;
    font-size: 15px;
}

.chechout-list .listingPageSection ul li {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 10%);
}

    .chechout-list .listingPageSection ul li .productCardSection {
        background: transparent;
        border: none;
    }

.chechout-list .accessories-list {
    padding: 10px;
}

    .chechout-list .accessories-list li {
        position: relative;
        background: #F6F6F6 !important;
        border: none !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        padding: 10px;
    }

        .chechout-list .accessories-list li img {
            margin-right: 10px;
        }

        .chechout-list .accessories-list li h5,
        .chechout-list .accessories-list li p {
            margin: 0;
        }

        .chechout-list .accessories-list li .close-me {
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #000000;
            border-radius: 100%;
            text-align: center;
            line-height: 13px;
            font-size: 10px;
        }

.check-out-bottom h2 {
    margin: 0;
}

.checkout-addr-edit {
    position: absolute;
    right: 5px;
    top: 10px;
}

.check-out-bottom {
    position: fixed;
    bottom: 6px;
    z-index: 1000;
}

.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
}

.cart-popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1500;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 20px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    display: none;
}

    .cart-popup p {
        font-weight: 700;
        font-family: var(--font-primary);
        font-size: 20px;
        color: #000;
        margin-top: 15px;
        line-height: 18px;
    }

    .cart-popup .close-me {
        position: absolute;
        top: 5px;
        right: 10px;
    }

.my-profile .name-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 15px;
}

.my-profile .three-links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .my-profile .three-links img {
        display: block;
        margin: 0 auto 5px;
        width: 20px;
    }

    .my-profile .three-links a {
        width: 32%;
        height: auto;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        background: #fff;
        font-weight: 700;
        font-family: var(--font-primary);
        font-size: 13px;
        color: #000;
        border: 1px solid rgb(0 0 0 / 10%);
    }

.change-password input {
    background: transparent;
    border: 1px solid #D9D9D9;
}

.my-profile .change-password a,
.my-profile .delete-account a {
    display: block;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 13px;
    color: #000;
}

    .my-profile .change-password a i,
    .my-profile .delete-account a i {
        float: right;
    }

    .my-profile .delete-account a i {
        font-size: 18px;
        color: blue;
    }

.my-profile .comm-white-block .p-iblock h4 {
    color: #999999;
}

.my-profile .comm-white-block .p-iblock p,
.my-profile .comm-white-block .p-iblock h4 {
    margin: 0;
    font-family: var(--font-primary);
}

.my-profile .prof-detail p {
    display: flex;
    justify-content: flex-start;
}

    .my-profile .prof-detail p strong {
        width: 40%;
        display: block;
        color: #999999;
    }

    .my-profile .prof-detail p span {
        width: 60%;
        display: block;
    }

.remember-me {
    margin-top: 20px;
}

    .remember-me label {
        position: relative;
        cursor: pointer;
        font-family: var(--font-primary);
        font-weight: bolder;
        font-size: 12px;
    }

    .remember-me input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }


    .remember-me label:before {
        content: '';
        background-color: whitesmoke;
        border: 1px solid #cecece;
        padding: 8px;
        display: inline-block;
        position: relative;
        border-radius: 5px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

    .remember-me input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 6px;
        width: 6px;
        height: 11px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .remember-me input:checked + label:before {
        background-color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

.change-password div {
    margin-bottom: 15px;
    position: relative;
}

.change-password label {
    font-family: var(--font-primary);
    font-weight: bolder;
    font-size: 12px;
}

.change-password div button {
    position: absolute;
    right: 15px;
    top: 40px;
    border: navajowhite;
    background: transparent;
}


.side-navigation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
}

.side-navigation {
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    overflow: auto;
    left: -100%;
    transition: 0.5s ease;
}

    .side-navigation .header {
        background: #A1C6EA;
        padding: 12px;
        position: relative;
    }

        .side-navigation .header #close-menu {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
        }

    .side-navigation .menu-items {
        padding: 10px;
    }

        .side-navigation .menu-items li {
            padding: 20px 0;
            border-bottom: 1px solid lightgray;
        }

            .side-navigation .menu-items li a {
                font-weight: 700;
                font-family: var(--font-primary);
                font-size: 16px;
                color: #000;
                position: relative;
                display: block;
            }

                .side-navigation .menu-items li a span {
                    position: relative;
                    top: 4px;
                    left: 2px;
                }

    .side-navigation a.logout {
        width: fit-content;
        padding: 12px 50px;
        border-radius: 50px;
        display: block;
        background: #254696;
        margin: 20px 0;
        font-weight: 700;
        font-family: var(--font-primary);
        font-size: 16px;
        color: #ffffff;
    }

    .side-navigation .botomy {
        padding: 15px;
    }


.has-child-list:after {
    content: '\002B';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 16px;
}

.side-navigation .active:after {
    content: "\2212";
}

.side-navigation .sub-menu {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .side-navigation .sub-menu li {
        position: relative;
        padding: 10px 0 10px 15px;
        border-bottom: 1px solid lightgray;
    }

        .side-navigation .sub-menu li::before {
            content: '\276F';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #254696;
            left: 0;
        }

        .side-navigation .sub-menu li a {
            font-weight: 700;
            font-family: var(--font-primary);
            font-size: 15px;
            color: #254696;
        }

        .side-navigation .sub-menu li:last-child {
            border-bottom: none;
        }

.control-margin {
    margin-bottom: 150px;
}

.payment-setting .prof-detail h4 {
    color: #666666;
    font-family: var(--font-primary);
}

.payment-setting .prof-detail .p-iblock {
    margin-bottom: 20px;
}

.payment-setting ul li {
    border-bottom: 1px solid #ffffff !important;
    display: block !important;
}

    .payment-setting ul li:last-child {
        border: none !important;
    }

    .payment-setting ul li .frst-item img {
        width: 25px;
        margin-right: 10px;
    }

    .payment-setting ul li .frst-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

        /* .payment-setting ul li .frst-item i {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
} */

        .payment-setting ul li .frst-item p {
            font-size: 16px;
            font-weight: 700;
            font-family: var(--font-primary);
        }

        .payment-setting ul li .frst-item span {
            font-size: 13px;
            color: #999999;
            font-family: var(--font-primary);
            font-weight: 700;
        }

    .payment-setting ul li .snd-item {
        justify-content: space-between;
        display: none;
        margin-top: 10px;
    }

    .payment-setting ul li.active::after {
        display: none;
    }

.payment-setting .p-iblock {
    border-radius: 20px;
}

.payment-setting ul li .snd-item a {
    display: block;
    width: 90%;
    border: 1px solid #999999;
    color: #999999;
    margin: 8px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-family: var(--font-primary);
}

.payment-setting ul li.active .snd-item {
    display: flex !important;
}

.payment-setting ul li.active .frst-item i {
    transform: rotate(180deg);
}

.payment-setting ul li .add-card {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
    color: var(--color-red);
    font-family: var(--font-primary);
    font-weight: 700;
}

.payment-setting .prof-detail {
    margin-top: 0px;
}

.add-credit-card .nike-btn {
    display: flex;
    justify-content: space-between;
}

    .add-credit-card .nike-btn button {
        position: unset;
        border: 1px solid #999999;
        text-align: center;
        padding: 5px;
        background: transparent;
        border-radius: 5px;
        font-family: var(--font-primary);
        font-weight: 700;
        width: 100%;
        margin: 0 5px;
    }


        .add-credit-card .nike-btn button.clicked {
            background: #254696;
            color: #fff;
        }

.submission-btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    margin: 25px 0 0 0;
    font-weight: bold;
    text-align: center;
    background-color: var(--color-primary);
    border-radius: 50px;
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
}

.FAQ-page a {
    display: inline !important;
    color: #0D3597 !important;
}

.FAQ-page .strong {
    font-size: 15px;
    font-weight: 800;
}

.credential-page select {
    display: block;
}

.credential-page input, .credential-page select {
    background: transparent;
    border: 1px solid #D9D9D9;
    margin-bottom: 15px;
}

.credential-page label span {
    color: #ff0015;
}

.credential-page .no-border {
    border: none;
    margin-bottom: 5px;
    padding: 0;
}

.credential-page .checkbox {
    width: 15px;
    height: 15px;
    position: relative;
    opacity: 1;
    pointer-events: all;
    margin-right: 5px;
    top: 4px;
}

.credential-page .my-checkbox-rules {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .credential-page .my-checkbox-rules label {
        font-size: 12px;
        text-transform: lowercase;
    }

        .credential-page .my-checkbox-rules label::first-letter {
            text-transform: uppercase;
        }

        .credential-page .my-checkbox-rules label a {
            font-weight: 800;
            text-transform: capitalize;
        }

.credential-page a.submission-btn {
    border: 1px solid var(--color-primary);
    background: white;
    color: var(--color-primary);
    margin-top: 10px;
}

.credential-page .inner-content {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.credential-page .passkey-block .toggle-password {
    position: absolute;
    right: 15px;
    top: 40px;
    border: navajowhite;
    background: transparent;
}

.credential-page div .passkey-block {
    position: relative;
}

.credential-page .fg-pass {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
}

.credential-page .separator {
    text-align: center;
    font-weight: 500;
    color: #666666;
    margin: 20px 0;
    position: relative;
}

    .credential-page .separator strong {
        background: #ffffff;
        padding: 10px;
        position: relative;
        z-index: 5;
    }

    .credential-page .separator::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #666666;
        opacity: 0.5;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.credential-page .third-party-login {
    display: flex;
    justify-content: center;
    margin: 35px 0;
}

    .credential-page .third-party-login a {
        width: 45px;
        height: 45px;
        border: 1px solid lightgray;
        margin-right: 10px;
        text-align: center;
        line-height: 40px;
    }

        .credential-page .third-party-login a:last-child {
            margin-right: 0;
        }

.credential-page .password-otp-selector {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px 0;
}

    .credential-page .password-otp-selector div {
        margin-right: 10px;
    }

    .credential-page .password-otp-selector input {
        width: 15px;
        height: 15px;
        position: relative;
        opacity: 1;
        pointer-events: all;
        margin-right: 2px;
        top: 4px;
    }

.credential-page .otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.credential-page .otp-input {
    width: 50px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    box-shadow: none;
    outline: none;
    background: transparent;
    border: 1px solid #D9D9D9;
    margin-bottom: 15px;
    color: var(--color-primary);
    text-align: center;
    font-weight: 700;
}

.credential-page .otp-mess {
    text-align: center;
    margin: 50px 0 15px 0;
}

    .credential-page .otp-mess h5 {
        margin-bottom: 5px;
        line-height: 10px;
    }

.credential-page .otp-submit {
    margin-top: 400px;
}

.payment-setting input {
    position: relative !important;
    opacity: 1 !important;
    pointer-events: all !important;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.payment-setting .img-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.payment-setting .payment-continue {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: var(--font-primary);
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
    background-color: var(--color-primary);
    border-radius: 50px;
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
}


.credential-page textarea, .credential-page input, .credential-page select {
    border: 1px solid #D9D9D9 !important;
    outline: 1px solid #D9D9D9 !important;
}

.form-control:active {
    border: 1px solid #000 !important;
    outline: 1px solid #000 !important;
}



/*24-09-2024*/
.circular-deals-block {
    width: 65px;
    height: 65px;
    background: #ffbc42;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    font-family: var(--font-primary);
}

.sp-by-price-block {
    width: 70px;
    height: 70px;
    background: #254696;
    border-radius: 100%;
    padding: 20px 10px 10px 10px;
    margin: 0 auto;
}

    .sp-by-price-block small {
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        color: #e4ad4d;
        display: block;
        margin: 0 auto 0;
        text-align: center;
        font-family: var(--font-primary);
    }

    .sp-by-price-block span {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        color: #ffffff;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-family: var(--font-primary);
    }


.why-xtracover-block {
    width: 100%;
    height: 100px;
    background: #254696;
    border-radius: 10px;
    padding: 30px 10px 10px 10px;
    margin: 0 auto;
}

    .why-xtracover-block span {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        color: #e4ad4d;
        display: block;
        margin: 0 auto 5px;
        text-align: center;
        font-family: var(--font-primary);
    }

    .why-xtracover-block small {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        color: #ffffff;
        display: block;
        margin: 0 auto 0;
        text-align: center;
        font-family: var(--font-primary);
    }

.productCardSection .productImg {
    min-height: 80px;
}

.cartListingPage .productCardSection .productDescription h4 {
    width: 90%;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word;
    line-height: 20px;
    white-space: break-spaces;
}

.pageWrapperSection {
    background: #f2f2f2;
}

.preBookingBar label {
    width: 100%;
    text-align: center;
}

.preBookingBar {
    display: flex;
}

.my-profile .editBtn {
    font-size: 15px;
}

    .my-profile .editBtn i {
        font-size: 19px !important;
    }

.highlightsArea ul li p {
    font-weight: 600 !important;
}

.suggestion-bottom {
    border-top: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

    .suggestion-bottom button {
        padding: 10px;
        font-family: var(--font-primary);
        font-size: 18px;
        color: #ffffff;
        line-height: 150%;
        margin: 0;
        font-weight: bold;
        text-align: center;
        background-color: var(--color-primary);
        border-radius: 10px;
        border: 1px solid var(--color-primary);
        text-transform: uppercase;
        width: 100%;
    }

        .suggestion-bottom button:first-child {
            background: transparent;
            color: var(--color-primary);
        }

.ConfirmConainer .toastConfirm {
    padding: 15px 20px !important;
    min-width: auto !important;
    max-width: auto !important;
    width: fit-content !important;
    margin: 0 50px !important;
}

.toastConfirm > .toastContent > p {
    text-transform: lowercase;
}

    .toastConfirm > .toastContent > p::first-letter {
        text-transform: uppercase;
    }

.confirmBG {
    z-index: 10;
}

/*15-10-2024 */
.delivery-status-list .sub-list li .set-flex {
    align-items: center;
}

    .delivery-status-list .sub-list li .set-flex img {
        margin-right: 10px;
        width: 80px;
        max-width: 80px;
        height: 80px;
        min-width: 80px;
    }

.delivery-status-list li {
    position: relative;
}

.order-flexi {
    display: flex;
}

    .order-flexi a {
        display: block;
        width: 100%;
        padding: 6px 5px;
        font-family: var(--font-primary);
        font-size: 11px;
        color: #ffffff;
        line-height: 150%;
        margin: 0 5px 0 0;
        font-weight: bold;
        text-align: center;
        background-color: var(--color-primary);
        border-radius: 50px;
        border: 1px solid var(--color-primary);
        text-transform: uppercase;
    }

.order-cancel {
    background: #e72829 !important;
    border: 1px solid #e72829 !important;
}

.order-complain {
    background: green !important;
    border: 1px solid green !important;
}

.order-repay {
    background: #254696 !important;
    border: 1px solid #254696 !important;
}


.myaccount .order-details {
    position: relative;
}

.myaccount .delivery-status-list .order-flexi {
    width: 100%;
}

    .myaccount .delivery-status-list .order-flexi a {
        text-align: center;
    }

.cancel-my-order {
    border-radius: 100%;
    background: #e72829;
    padding: 5px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px !important;
    height: 30px !important;
}

.delivery-status-list li .cancel-my-order {
    top: 7px;
    right: 7px;
    z-index: 1;
}

.cancel-my-order.lnkCancelOrder {
    width: 24px !important;
    height: 24px !important;
}

.orderhistory .listingPageSection ul li a.clickling {
    width: 100%;
}

.orderhistory .listingPageSection ul li .listy-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px #eeecec;
    position: relative;
}

    .orderhistory .listingPageSection ul li .listy-content .cancel-my-order {
        width: 24px;
        height: 24px;
        z-index: 1;
        top: -3px;
        right: -3px;
    }

.orderhistory .listingPageSection .productCardSection {
    border: none;
    border-radius: 0px;
}

.orderhistory .listingPageSection ul li .order-flexi {
    width: 100%;
    padding: 0 5px 10px;
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}

.orderhistory .listingPageSection .productCardSection .productImg {
    min-height: 50px;
}

#incrementor {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 2px;
    font-size: unset;
}

.hide-for-incrementor {
    display: none !important;
}

.delivery-status-list .sub-list li {
    align-items: center;
}

.orderhistory .listingPageSection ul li {
    align-items: unset;
}

#CancelOrderModal {
    padding: 0 10px;
}

    #CancelOrderModal .modal-body {
        padding: 8px 15px;
    }

        #CancelOrderModal .modal-body input:focus {
            border: none !important;
            outline: 0 !important;
            border-bottom: 1px solid #21409a !important;
        }

.prod-details #incrementor {
    width: 50%;
    padding: 8px;
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
}


.plslogin {
    font-size: 11.5px !important;
    line-height: 150% !important;
    margin: 0 !important;
    font-weight: 800 !important;
    text-align: center !important;
    border: 1px solid #21409a !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 8px 0 !important;
    background: transparent !important;
    color: #21409a !important;
}

.productCardSection .det-span {
    width: 24px !important;
    height: 24px !important;
    left: 10px !important;
    top: 10px !important;
    font-size: 14px !important;
}

header.fixed {
    box-shadow: none;
}

header .TopSearchArea {
    padding-bottom: 0;
}

.xtr-headre {
    height: 85px;
}

    .xtr-headre .TopSearchArea::after {
        display: none;
    }

    .xtr-headre .TopSearchArea {
        position: fixed;
        z-index: 999;
    }

    .xtr-headre .TopSection {
        z-index: 1000;
    }

.cartListingPage .listingPageSection.dvscroll {
    overflow: auto;
    height: 500px;
}

.order-flexi {
    justify-content: flex-end;
}

.order-complain, .order-repay {
    width: 50% !important;
    padding: 6px 17px !important;
}
