




body {
    font-family: 'Roboto-Regular';
    background-color: #fff;
    height: 100vh;
    color: #202020;
}

p {
    color: #202020;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto-Regular';
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Segoe UI';
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 100000;
    position: relative;
    top: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        /*padding-bottom: 3rem;*/
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.menu-icon {
    float: left;
}

.bg-color-gray {
    background-color: #F48020;
}

.site-navbar .site-logo {
    margin: 0;
    padding: 5px;
    font-size: 1rem;
    float: left;
    margin-left: 20px;
    /*margin-top: 5px;*/
}

    .site-navbar .site-logo a {
        text-transform: uppercase;
        color: #202020;
        font-family: 'Segoe UI';
    }

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

    .site-navbar .site-navigation .site-menu .active {
        color: #007bff !important;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            margin-left: 15px;
            margin-right: 15px;
            padding: 20px 0px;
            color: rgba(0, 0, 0, 0.7) !important;
            display: inline-block;
            text-decoration: none !important;
        }

            .site-navbar .site-navigation .site-menu > li > a:hover {
                color: #000 !important;
            }

        .site-navbar .site-navigation .site-menu > li.active > a {
            color: #000 !important;
        }

    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'Segoe UI';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            border-top: 2px solid #007bff;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #000 !important;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #007bff !important;
                    background: #f8f9fa;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 9px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f8f9fa;
                        color: #ced4da;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #007bff;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    left: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    /* padding-left: 20px;
    padding-right: 20px;*/
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #ced4da;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    font-family: 'Segoe UI';
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
        font-family: 'Roboto-Regular';
    }



    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #007bff;
        }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: 'Segoe UI';
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            /* font-size: 20px;*/
            font-size: 1.0rem;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        background: #fff;
    }

        .sticky-wrapper .site-navbar ul li a {
            color: rgba(0, 0, 0, 0.7) !important;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #000 !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #007bff;
        }

        .sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                color: #007bff !important;
            }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 7px;
    font-size: 17px;
    border: none;
    margin-bottom: 7px;
    margin-right: -5px;
    border-right: 1px solid #fff;
    height: 32px;
    background: #ddd;
    width: 270px;
    /*color: #fff;*/
}

.topnav input:focus {
    outline: none;
}

.topnav .search-container button {
    padding: 3px 9px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-left: 0px;
    padding-bottom: 2px;
    padding-top: 4px;
}

    .topnav .search-container button:hover {
        background: #ccc;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}


@media (max-width: 991.98px) {
    .productBox2 {
        width: 217px !important;
    }
}

@media (max-width: 767.98px) {
    .productBox2 {
        width: 158px !important;
    }
}

@media screen and (max-width: 600px) {
    .topnav .search-container {
    }

    .hide-mob {
        display: none;
    }

    .mg-mob {
        margin-left: -8px;
    }



    .up-img {
        width: 74px !important;
        height: auto;
        margin-left: -16px;
    }

    /*.techno-img-resize {
        height: 0.7rem !important;
    }

    .huawei-img-resize {
        height: 1.0rem !important;
    }

    .xiaomi-img-resize {
        height: 1.2rem !important;
    }

    .samsung-img-resize {
        height: 0.7rem !important;
    }*/



    .site-navbar .site-logo {
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 527px) {
    .productBox2 {
        width: 220px !important;
    }
}

@media screen and (max-width: 481px) {
    .productBox2 {
        width: 180px !important;
    }
}

@media screen and (max-width: 411px) {
    .productBox2 {
        width: 45% !important;
    }
}

.bg-row-white {
    background-color: #fff;
    border-bottom: 1px solid gray;
    padding: 10px;
}

    .bg-row-white div {
        color: gray;
        font-weight: bold;
    }

.arow {
    /*margin-left: 46px;*/
    /*  margin-top: -90px;*/
}

#sidebar ul li.active > a, a[aria-expanded=true] {
    color: #b30000;
    background: #f4f4f4;
    font-weight: 600;
}

.arow1 {
    margin-left: 85px;
    margin-top: -90px;
}


/*<--top slider-->*/
.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
}

.slick-slide {
    margin: 10px;
}

    .slick-slide img {
        width: 100%;
        border: 0px solid #fff;
    }

.slick-prev:before, .slick-next:before {
    font-family: 'Segoe UI';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 90px;
    padding: 1.25rem;
}

.m-name {
    font-size: 16.5px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.card-title a {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 600;
}

.card-body .price-box {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
}

.slick-initialized .slick-slide {
    display: block;
    border: 1px solid #eee !important;
}

.m-price {
    font-size: 15.5px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.text-muted {
    color: #6c757d !important;
    float: left;
}

.btn-see-all {
    padding: 0.75px 0;
    font-size: 13.5px !important;
    width: 60px !important;
    height: auto !important;
    background-color: #fff !important;
    color: #b30000 !important;
    border: 1px solid #b30000 !important;
}



/*<--top slider-->*/

/*<--Latest Mobiles-->*/
.section-category {
    background: url(../../images/section-mobile-bg.webp) 0 0/contain no-repeat;
    padding-top: 75px;
    background-color: #f1f3f6;
}

.productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 171px;
    flex-grow: 1;
}

    .productBox .image-box {
        height: 135px;
        position: relative;
        max-width: 135px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .productBox .image-box2 {
        height: 135px;
        position: relative;
        max-width: 135px;
        width: 100%;
        margin: 0 auto;
        margin-top: 2px;
    }

    /*.productBox .detail-box h4 {
        color: #000000;
        white-space: pre-line;
        max-height: 68px;
        margin-bottom: 0;
        overflow: hidden;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }*/



    .productBox .detail-box .price-box {
        font-size: 18px;
        font-weight: 600;
    }

        .productBox .detail-box .price-box:hover {
        }

    .productBox .price-diff {
        justify-content: space-between;
    }



    .productBox .price-diff-saving {
        margin-right: 5px;
    }

    .productBox .price-diff-saving {
        color: white;
        border: 1px solid #f08019;
        padding: 0 5px;
        background-color: #BD0600;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-right: 0px;
    }

    .productBox .price-diff {
        font-size: 12.2px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
    }

.section-category .text-white {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    margin-left: -2px;
}

.text-white a:hover {
    color: #fff;
}

.btn-secondary {
    color: #202020;
    background-color: #f4f4f4;
    border-color: #cecece;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .btn-secondary {
        font-size: 14px;
    }

    .section-category {
        padding-top: 25px;
    }
}

.btn-secondary:focus, .btn-secondary:hover {
    color: #202020;
    background-color: #e1e1e1;
    border-color: #bbb;
}

.home-promo-badges {
    position: absolute;
}

    .home-promo-badges .hme-badge-logo {
        position: relative;
        z-index: 1;
        top: -10px;
        left: 70px;
    }


/*<--end Latest Mobiles-->*/
/*<-- Browse by Budget-->*/

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

pl-3, .px-3 {
    padding-left: 1rem !important;
}

.h-100 {
    height: 100% !important;
}

.up-img {
    width: 85px;
    height: auto;
}

.up-name {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    font-weight: 500;
    color: #b30000;
}

.up-specs {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 18.5px;
    font-size: 13.5px;
}

.text-muted {
    color: #6c757d !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.sec-heading2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #202020;
    font-weight: 500;
    margin-left: 5px;
    font-family: Roboto-Bold;
}

/*<--  end Browse by Budget-->*/

/*<-- footer-->*/

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.text-white {
    color: #fff !important;
}

.segment-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .segment-col ul li a {
        color: rgba(255,255,255,.8);
        font-family: 'Segoe UI';
    }

.segment-two {
    border-left: 1px solid #333;
}

.segment-p {
    color: rgba(255,255,255,.8);
    font-family: 'Segoe UI';
}

.segment-three-a {
    background: #494848;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
}

.segment-col ul li {
    line-height: 24px;
}

.segment-four ul li {
    line-height: 34px;
}

.segment-three-a-i {
    color: #fff;
    padding: 10px 10.5px;
}

.hdng {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: gray;
    font-weight: 700;
    display: block;
}

    .hdng:hover {
        color: gray;
    }

ul.product-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    ul.product-list li {
        flex: 1 0 113.33px;
        max-width: 113.33px;
        display: inline-block;
        text-align: center;
    }

.BiggerText {
    font-size: 12px !important;
    color: #808080 !important;
}

p4, .p6 {
    text-decoration: none !important;
    display: block !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.PriceFont {
    line-height: 0.6;
    font-size: 11px;
    color: #007bff;
    line-height: 1.1;
    display: block;
}

.biggertext {
    line-height: 0.6;
}

.slick-dots {
    display: none;
}

/*<-- catog page-->*/



.bs-example {
    margin: 0px;
}

.accordion .fa {
    margin-right: 0.5rem;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
    float: right;
    color: #202020;
}

.card-header {
    padding: 0px;
    background-color: #fff;
}

.accordion > .card:first-of-type {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.checkbox label, .radio label, .checkbox > div {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.card-b-header {
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    padding: 20px;
    /*width: 98%;*/
    margin: 0 auto;
    /* margin-bottom: 15px;*/
}

.text-header .h3 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 4px;
}

.text-header > p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #202020;
    text-align: justify;
}

.btn-link {
    float: left;
    font-size: 13px;
    color: #202020;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .btn-link:hover {
        color: #202020;
    }

/* Category page styles end */







/*<-- Detail page-->*/
.Detail-h1 {
    font-size: 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.Detail-Price {
    color: #909090;
    font-size: 14px;
}

.Detail-Pkr {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
}

.save-price-section {
    background: #e0ffc1;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    align-self: center;
    float: right;
}

.Detail-stock {
    color: #909090;
    font-size: 16px;
}

.price-box-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sizes a.active, .sizes a:active, .sizes a:hover {
    background: #fff;
    border: 1px solid #F48020;
    padding: 4px 5px;
}

.sizes a {
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #606060;
    color: #606060;
    cursor: pointer;
    display: block;
    padding: 5px;
    /*width: 128px;
    float: left;*/
    margin-right: 8px;
    font-size: 14px;
}

.border-gray-2p {
    border-left: 2px solid #eee;
    /*border-right: 2px solid #eee;*/
}

.btn-warning {
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    color: #fff;
    background-color: #f88b2a;
    border-color: #cf6507;
    font-weight: 600;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    letter-spacing: 0.8px;
}

    .btn-warning:focus, .btn-warning:hover {
        color: #fff;
        background-color: #f47708;
        border-color: #aa5306;
    }



.i-amphtml-replaced-content, .i-amphtml-screen-reader {
    padding: 0 !important;
    border: none !important;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

#product-bullet li strong {
    font-size: 14px;
    display: block;
}

#product-benchmark h6, #product-bullet li strong, .p3 {
    font-size: 14px;
}

#product-bullet li span {
    color: #909090;
    font-size: 13px;
}

#product-bullet ul {
    list-style: none;
    padding-left: 0px;
}

#product-bullet li {
    margin-bottom: 15px;
}

/* The style for the complete specs table */
#specs-list hr {
    margin: 20px 0;
}

#specs-list {
    /*width: 98vw;*/
    margin-bottom: 10px;
}

    #specs-list p {
        background: #fafafa;
        font-size: 13px;
        padding: 5px 6px;
        line-height: 1.5;
        color: #333;
        border-bottom: 5px solid #eee;
    }

        #specs-list p a {
            color: #7D7464;
            text-decoration: underline;
        }

#non-gsm p {
    color: #555;
    font-weight: bold;
}

#specs-list table {
    border-top: 5px solid #eee;
    width: 100%;
    padding: 1px 0;
    /*background-color: #fafafa;*/
}

#specs-list caption {
    display: none;
}

#specs-list th,
#specs-list td {
    font-family: 'Roboto-Regular';
    /*font-weight: bold;*/
    padding: 2px 10px;
    vertical-align: top;
    font-size: 14px;
}

#specs-list th {
    border-right: medium none;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-transform: uppercase;
    width: 155px;
    font-size: 14px;
}

    #specs-list th.small-line-height {
        line-height: 18px;
    }

#specs-list td {
    border-bottom: 1px solid #f0f0f0;
    line-height: 21px;
}

#specs-list table:first-of-type {
    border-top: none;
}

#specs-list td.ttl {
    color: #615b51;
    font-weight: bold;
    width: 170px;
}

#specs-list tr:last-child td {
    border-bottom: medium none;
}

#specs-list td.ttl a {
    /*color: #7D7464;*/
    color: #555;
}

#specs-list td.nfo ul {
    margin-left: 16px;
}

#specs-list td.nfo a {
    text-decoration: underline;
}

    #specs-list td.nfo a.noUnd {
        color: #000000;
        text-decoration: none;
    }

        #specs-list td.nfo a.noUnd:hover {
            color: #F04F40;
            text-decoration: underline;
        }

#specs-list td.nfo li {
    list-style-type: disc;
    padding: 1px 0;
}

#all-phones ul {
    height: 178px;
    overflow: auto;
}

.block {
    padding-left: 10px;
}

.link-network {
    display: block;
    padding-top: 5px;
}

#specs-list .tr-hover td {
    top: 0;
    padding: 3px 10px;
    transition: all 0.15s ease-out;
}

#specs-list .tr-hover:hover td {
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
    background: #fff;
}

    #specs-list .tr-hover:hover td.ttl {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.31);
    }

#specs-list .tr-hover .ttl a,
#specs-list .tr-hover .nfo a {
    position: relative;
}

#specs-list .tr-hover .ttl a {
    top: 3px;
}

#specs-list .tr-hover .nfo a {
    top: 3px;
}

#specs-list .tr-hover:hover td.ttl {
    /*box-shadow: 0px 1px 1px rgba(0,0,0,.31) ;*/
}

/* make <BR> into lines */
#specs-list br {
    content: "";
    display: block;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    border-top: 1px solid #f0f0f0;
    margin: 2px 0;
    line-height: 23px;
}

#specs-list.compare-specs-list td {
    vertical-align: top;
}

#specs-list th,
#specs-list td.nfo a {
    color: #d50000;
}

/* Network detail toggle in specs table */
.link-network-detail {
    display: block;
    height: 19px;
    position: relative;
    top: 2px;
    left: -1px;
    text-decoration: none !important;
    color: #333 !important;
    width: 102%;
}

    .link-network-detail.collapse:before,
    .link-network-detail:before {
        position: absolute;
        right: 10px;
        top: 4px;
        font: 700 9px/120% Arial, sans-serif;
        color: #999;
        text-transform: uppercase;
        display: none;
    }

    .link-network-detail:before {
        content: "Collapse \25b2";
    }

    .link-network-detail.collapse:before {
        content: "Expand \25bc";
    }

#specs-list .tr-hover .nfo {
    z-index: 1;
}

#specs-list table:first-of-type {
    display: block;
    overflow: hidden;
}

    #specs-list table:first-of-type tbody {
        width: 100%;
        display: table;
    }

.items2 .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 8px;
    text-align: center;
    min-height: 229px;
    float: left;
    width: 171px;
    margin-left: 10px;
    border: 1px solid #eee;
}

.bg-drakgray {
    background-color: #27262B !important;
    color: gray;
    padding: 13px;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

.slick-dots li {
    position: relative;
    display: none !important;
}

.card-b-header2 {
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.span-gray .h3 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 12px;
}

.span-gray {
    background-color: #fafafa;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

/*<-- Aamir Changes-->*/
.cursor-pointer {
    cursor: pointer;
}


/*----------------------------------------- Skeleton loading css start here-----------------------------------------*/



h1.h3:empty {
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    height: 16px;
    display: block;
    margin-top: 0.07rem;
    margin-bottom: 1rem;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 1.2s;
    width: 44%;
    border-radius: 5px;
}

p.p5:empty {
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    height: 16px;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.07rem;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 1.2s;
    min-width: 59vw;
    border-radius: 5px;
}

@keyframes load-anim {
    0% {
        background-position: -200px;
    }

    100% {
        background-position: 300px;
    }
}
/*----------------------------------------- Skeleton loading css end here -----------------------------------------*/




.p-mobile-5 {
    padding-top: 3rem;
}


.upcoming-ribbon-list {
    position: absolute;
    z-index: 0;
    background-color: #f2dfa2;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.rumored-ribbon-list {
    position: absolute;
    z-index: 6;
    background-color: #c7dded;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.upcoming-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #f2dfa2;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.rumored-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #c7dded;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.discontinued-ribbon-list {
    position: absolute;
    z-index: 0;
    background-color: #e8d8d8;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.discontinued-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #e8d8d8;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

/*Listing css*/

#divMobileProductsByCategory, .product-listing-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

/*.product-listing-container::after {
    content: "";
    flex: auto;
}*/

/*.product-listing-container::after {
    content: '';
        flex-grow: 1000000000;
}*/

#divLatestMobiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    #divLatestMobiles .productBox {
        border-radius: 4px !important;
        background-color: #fff !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        min-height: 270px !important;
        flex-grow: 1;
        flex-basis: 20% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }


#divMobileProductsByCategory .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 171px;
    flex-grow: 1;
    border: 1px solid #F48020;
}



/*@media only screen and (max-width: 325px) {

    .productBox {
        flex-basis: 100% !important;
    }
}

@media only screen and (min-width: 326px) and (max-width: 400px) {

    .productBox {
        flex-basis: 48.1% !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 477px) {

    .productBox {
        flex-basis: 48.2% !important;
    }
}

@media only screen and (min-width: 478px) and (max-width: 530px) {

    .productBox {
        flex-basis: 48.4% !important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 745px) {

    .productBox {
        flex-basis: 48.935% !important;
    }
}

@media only screen and (min-width: 1200px) {

    .productBox {
        flex-basis: 19% !important;
    }
}*/


@media only screen and (max-width: 410px) {

    .hidden-flex-item {
        display: none;
    }
}

.product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 171px;
    flex-grow: 1;
    background-color: white;
}

.badge {
    display: inline-block;
    border: 1px solid #F48020;
    border-radius: 3rem;
    background: #fcfcfc;
    color: #F48020;
    padding: 0.25rem 1rem;
    margin: 3px;
}

    .badge a {
        display: flex;
        color: #F48020;
    }

.selected-filters {
    display: flex;
    flex-wrap: wrap;
}

.badge a .filter-close-icon {
    margin-left: 5px;
}

.add-to-cart {
    width: 95%;
}

.btn-mobile-view .add-to-cart {
    width: 100%;
}

@media only screen and (max-width: 572px) {
    header {
        width: 100vw !important;
        margin-left: 0px;
    }

    .productBox, .product-by-brand, #divMobileProductsByCategory .productBox {
        width: 130px;
    }

    .add-to-cart {
        width: 95%;
        margin-bottom: 7px;
    }
}

#pricesNavItem,
#latestNavItem,
#comingSoonNavItem {
    float: left;
    font-size: 13px;
    /*color: #202020 ;*/
    font-weight: 600;
    letter-spacing: .5px;
}

.disable-btn {
    pointer-events: none;
}


.primary-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 180px;
    /*box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);*/
    z-index: 1;
}

.primary-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .dropdown-box {
    display: flex;
    color: #606060;
    padding: 12px 16px;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
    font-size: 18px;
}

.dropdown-box:hover {
    color: #a03074;
    font-weight: 500;
}

.resend-code {
    margin-top: 15px;
}

.primary-dropdown span {
    align-self: flex-end;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.resend-otp, #countdown, #countdown2 {
    font-size: 0.9rem;
    cursor: pointer;
}

#loginImage {
    width: 100%;
}

#sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*@media screen and (max-width: 767px) {
    #sidebar {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 767px) {
    #sidebar {
        display: flex;
        align-items: center;
    }
}*/

@media screen and (min-width: 550px) {
    #mobileNumberFormat {
        flex: 7 !important;
    }
}

@media screen and (max-width: 550px) {
    #mobileNumberFormat {
        flex: 1 !important;
    }
}

@media screen and (max-width: 460px) {
    #orderVerificationByOtp .login-box .login-form-sec .number-input form input {
        width: 26% !important;
        margin: 0 10px 8px 0 !important;
    }

    #lblMobileFormat {
        flex: 1 !important;
    }
}

.loading-spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/pinpack-spinner.svg) center no-repeat #ffffff80;
    display: none;
    opacity: 0.7;
}


#divMobileVariants {
    display: flex;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
}

.product-variants {
    margin-bottom: 20px;
}

.mb-ten-px {
    margin-bottom: 10px;
}

#spanStorage {
    margin-bottom: 16px;
}

.storage-box-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
}

#top-left-menu-toggler {
    color: white;
    font-size: 1.3rem;
}

.fa-times-thin:before {
    content: '\00d7';
}

#topMenu {
    min-height: 60px;
}

.product-availability {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .product-availability > p {
        margin-bottom: 0
    }

    .product-availability > div {
        color: #909090;
        font-size: 1.1rem;
    }

.mySlides {
    text-align: center;
}

    .mySlides > img {
        width: auto !important;
        height: 250px;
    }

.img-arrow-container {
    position: absolute;
    top: 35%;
    width: 96%;
}

    .img-arrow-container > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }







.whats-ap-content {
    padding: 0px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 15px 0px;
    color: #333;
    font-size: 16px;
    /*width: 183px;*/
    width: 100%;
}

    .whats-ap-content div {
        width: 100%;
    }

    .whats-ap-content div {
        width: 100%;
        color: #898989;
    }



.whats-ap.whatsapp-desktop a.whatsapp-btn {
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
}




.whatsapp-desktop .whatsapp-btn img {
    width: 29px;
    height: 29px;
    margin-top: 3px;
}

.product-action-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-add-to-cart {
    flex: 1;
}

.whats-txtt {
    line-height: 2rem;
    color: #fff;
}

.btn-add-to-cart > btn {
    width: 100%;
}

#otherCityText {
    color: red;
    font-weight: 400;
}

.whatsapp-desktop-city {
    background: #1cbd58;
    border-radius: 4px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .whatsapp-desktop:hover, .whatsapp-desktop-city:hover {
        background: #299451;
    }

.disable-btn {
    pointer-events: none !important;
    background-color: lightgrey !important;
    border-color: lightgrey !important;
    filter: grayscale(100%);
}

.whatsapp-desktop {
    /*padding: 0.05rem;*/
    color: #fff;
    background: #1cbd58;
    border-radius: 4px;
    width: 50%;
    /*height: 2.36rem;*/
}

.inner-whatsapp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3px;
}

@media screen and (max-width:767px) {
    .whatsapp-desktop {
        padding: 0.15rem;
        color: #fff;
        width: 50%;
        height: 2.5rem;
        border-radius: 25px;
        font-family: 'Roboto-Regular';
        font-size: 15px;
        width: 150px;
    }

    .inner-whatsapp {
        padding-top: 3px;
    }

    .whatsapp-desktop .whatsapp-btn img {
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }

    #btnAddToCart2 {
        padding: 0.5rem;
        color: #fff;
        height: 2.5rem;
        border-radius: 25px;
        font-family: 'Roboto-Regular';
        font-size: 15px;
        width: 150px;
        background-color: #f88b2a;
        border-color: #cf6507;
    }
}


.detail-box > p {
    font-size: 16px;
    text-transform: uppercase;
}



#divMobileProductsByPopuparity .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
}

#divMobileProductsByPopuparity .product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
    background-color: white;
}

#divMobileProductsByPrice .product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
    background-color: white;
}

/*Home slider*/

#home-banner-slider .slide-box {
    margin-bottom: 16px !important;
}

@media all and (min-width: 650px) {

 /*   .home-banner-container {
        min-height: 31vh;
    }*/

    #home-banner-slider .slide-box {
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media all and (max-width: 649px) {

    /*.home-banner-container {*/
        /*min-height: 31vh;*/
        /*min-height: 26vh;
    }*/

    /*#home-banner-slider {
        min-height: 0;
    }*/

    #home-banner-slider .slide-box {
        /*min-height: 0;*/
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}

#home-banner-slider {
    display: none;
}

    #home-banner-slider.slick-initialized {
        display: block;
    }

/*End*/

.mobile-availability {
    display: block;
    background-color: #f1f3f6;
    padding: 10px
}

#divMobileAvailability p {
    font-size: 0.9rem;
    color: #202020;
    text-align: justify;
}

#divMobileAvailability table,
#divMobileAvailabileVariants table {
    font-size: 14px;
    color: #202020;
    text-align: justify;
    margin-bottom: 0 !important;
    font-family: 'Roboto-Regular';
}

/*    #divMobileAvailability table td:first-child,
    #divMobileAvailabileVariants table td:first-child {
        width: 50%;
    }*/

@media all and (max-width: 649px) {
    .mobile-availability {
        padding: 0px;
    }

    /*    #divMobileAvailability table td:first-child,
    #divMobileAvailabileVariants table td:first-child {
        width: 42%;
    }*/


    #divMobileAvailability tr {
        display: flex;
    }

    /*    #divMobileAvailabileVariants tr {
        display: flex;
    }*/

    /*#divMobileAvailability tr td:nth-child(1) {
            flex-grow: 1;
        }

        #divMobileAvailability tr td:nth-child(2) {
            flex-grow: 2;
        }*/

    /*#divMobileAvailability table, thead, tbody, th, td, tr,
    #divMobileAvailabileVariants table, thead, tbody, th, td, tr {
        display: inline;
    }*/
}

/*.product-name1, .product-price {
    will-change: transform;
    transform: translateZ(0);
}*/

.related_tags {
    background: #f6f6f6;
    padding: 6px 10px;
    border-radius: 5px;
    color: #202020;
    display: inline-block;
    font-size: 13.5px;
}

#btmALinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.related_tags:hover {
    background: #dfdfdf;
}

/********************************* static - pages start *********************************/

.static-section {
    min-height: 280px;
}

    .static-section h1 {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .static-section h4 {
        color: #F48020;
        font-size: 1.2rem;
        font-weight: 700;
    }

.justifyPara {
    text-align: justify;
}

.smallHeading {
    font-weight: 600;
}

/********************************* static - pages end *********************************/



/********************************* Left Nav-Bar top items start *********************************/

.sb-user-box {
    display: flex;
    background: #F48020;
    padding: calc(20px * 2) 20px;
}

.sb-login-box {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

#nav-logo {
    flex-grow: 1;
    margin-bottom: 5px;
}

a {
    color: #F48020;
}

.user-login {
    font-size: 1.4rem;
    color: #fff;
    display: flex;
}

.user-logout {
    font-size: 1.0rem;
    color: #fff;
    display: flex;
    padding-top: 15px;
    font-family: 'Roboto-Regular';
}


/********************************* top brand icons start *********************************/
#divTopMobileBrands .logos img {
    width: inherit !important;
    border: 0px solid #fff;
}

#divTopMobileBrands .slick-initialized .slick-slide {
    border: none !important;
}

#divTopMobileBrands .slick-slide {
    margin: 0 !important;
}

#divTopMobileBrands .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#divTopMobileBrands .slick-slide img {
    height: 40px;
    filter: grayscale(1);
}

    #divTopMobileBrands .slick-slide img:hover {
        height: 40px;
        filter: grayscale(0);
    }


#divTopAccessoryBrands .slick-slide img {
    height: 40px;
    filter: grayscale(1);
}

    #divTopAccessoryBrands .slick-slide img:hover {
        height: 40px;
        filter: grayscale(0);
    }

#divTopAccessoryBrands .slick-slide {
    width: 60px !important;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

#divTopAccessoryBrands .slick-initialized .slick-slide {
    border: none !important;
}

#divTopAccessoryBrands .slick-track {
    display: flex !important;
    /*width: 55vw !important;*/
    justify-content: space-around !important;
    /*margin-left: 200px !important;*/
    /*gap: 4.4rem;*/
}

#divTopAccessoryBrands .bg-row-white {
    background-color: #fff;
    border-bottom: 1px solid gray;
    padding: 0.22rem;
    padding-right: 29px;
    padding-left: 29px;
}

#divTopAccessoryBrands .slick-slide {
    margin: 0px !important;
}

#divTopAccessoryBrands .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


/*.slick-track img {
    height: 0.7rem !important;
}*/


/*.techno-img-resize {
    height: 0.7rem !important;
}

.samsung-img-resize {
    height: 0.75rem !important;
}

.xiaomi-img-resize {
    height: 0.7rem !important;
}

.huawei-img-resize {
    height: 0.9rem !important;
}

.oppo-img-resize {
    height: 0.8rem !important;
}


.infinix-img-resize {
    height: 0.75rem !important;
}

.apple-img-resize {
    height: 1.0rem !important;
}

.realme-img-resize {
    height: 0.9rem !important;
}

.vivo-img-resize {
    height: 0.72rem !important;
}*/

#divTopMobileBrands .slick-track {
    display: flex !important;
    /*width: 55vw !important;*/
    justify-content: space-around !important;
    /*margin-left: 200px !important;*/
    /*gap: 4.4rem;*/
}

@media screen and (min-width: 380px) {
    #divTopMobileBrands .slick-track {
        /*gap: 1.2rem;*/
    }
}

@media screen and (max-width: 379px) {
    #divTopMobileBrands .slick-track {
        /* gap: 1.4rem;*/
    }
}

@media screen and (min-width: 480px) {
    #divTopMobileBrands .slick-track {
        /*gap: 1.4rem;*/
    }
}

@media screen and (max-width: 479px) {
    #divTopMobileBrands .slick-track {
        /* gap: 1.2rem;*/
    }

    /*    .slick-prev:before, .slick-next:before {
        display: none !important;
    }*/

    /* .slick-prev:before, .slick-next:before {
        height: 34px;
        width: 34px;
        background-color: rgba(0,0,0,.5);
    }*/

    /* .slick-prev:before, .slick-next {
        background-image: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M9 3 7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z"/></svg>');
        background-size: 18px 18px;
    }*/
}

@media screen and (min-width: 620px) {
    #divTopMobileBrands .slick-track {
        /* gap: 5.0rem;*/
    }
}

@media screen and (max-width: 620px) {
    /*    .slick-next {
       margin-right: 25px;
    }

    .slick-prev {
        margin-left: 25px;
    }*/
}

/*@media screen and (min-width: 620px) {
    #divTopMobileBrands .slick-track {
        gap: 2.4rem;
    }
}
*/

/*#topBrandIconContainer {
    border: 2px solid green;
}*/


/********************************* top brand icons end *********************************/
/********************************* Left Nav-Bar top items end *********************************/

@media screen and (max-width: 760px) {
    #mobileVerification #login-form .login-form-sec .number-input > input {
        width: 100%;
    }
}

@media screen and (min-width: 760px) {
    #mobileVerification #login-form .login-form-sec .number-input > input {
        width: 37%;
    }
}

#mobileVerification {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 18px;
    /*padding: calc(30px / 2);*/
}

#order-info {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-right: 18px;
    padding: calc(30px / 2);
}

#order-info-unverified {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-right: 18px;
    padding: calc(30px / 2);
}

    #order-info-unverified h4 {
        color: #909090;
    }

#mobileVerification input[type=button], input[type=reset], input[type=submit] {
    border-radius: 4px;
    font-size: 1.0rem;
    background-color: #F48020;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#mobileVerification .login-form-sec {
    margin: 15px;
}

#mobileVerification h4 {
    margin: 0 !important;
}

#loged-in-form .login-form-sec .verify-box {
    display: flex;
}

    #loged-in-form .login-form-sec .verify-box .img-verify-txt {
        align-items: center;
        display: inline-flex;
        margin-left: 15px;
    }

        #loged-in-form .login-form-sec .verify-box .img-verify-txt span {
            margin: 5px;
        }

#loged-in-form .verify-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#verifiedMobile {
    font-size: 1.2rem;
}

#mobileVerification .resend-code {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

#divTopMobileBrands .slick-slide {
    width: 60px !important;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}


#divTopMobileBrands .bg-row-white {
    background-color: #fff;
    border-bottom: 1px solid gray;
    padding: 0.22rem;
    padding-right: 29px;
    padding-left: 29px;
}

.aa {
    position: relative;
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    margin: 16px;
    border-style: none;
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: all;
}


/*.home-banner-container .slick-next .slick-arrow {
    height: 34px !important;
    width: 34px !important;
    background-color: rgba(0,0,0,.5) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 10 !important;
    pointer-events: all !important;
}*/


/* Order submit bby credit card start */

.redirection-container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redirection-container {
    font-size: 2rem;
}

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

p.loading {
    color: #F48020;
    font: 2.0rem Impact;
    font-size: 2.0rem;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #F48020;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 #F48020, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 #F48020, .5em 0 0 #F48020;
    }
}

.inner-box a,
.continue-shopping-container a {
    color: #fff;
    background-color: #F48020;
    border-color: #F48020;
}

    .inner-box a:hover,
    .continue-shopping-container a:hover {
        color: #fff;
        background-color: #32a4fc;
        border-color: #32a4fc;
    }

/* Order submit bby credit card end */

#paymentMethodContainer .delivery-text > span {
    flex-basis: 175px;
}

#paymentMethodContainer .delivery-text {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 0;
}


@media screen and (max-width: 760px) {
    #specs-list th {
        width: 100% !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    #specs-list table th {
        background-color: #fbefef !important;
    }



    tr {
        border: none !important;
    }

    #specs-list table {
        border-top: none !important;
        margin-bottom: 10px;
    }



    #specs-list tr:last-child td {
        border-bottom: 1px solid #f0f0f0;
    }
}

.left-filters {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}


/*#usr-sidebar .sb-category-box .sb-all-category amp-accordion [expanded] {
    background: rgba(116,138,152,.05);
    border-radius: 10px;
}*/

.brand-skeleton-container {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    /*border-bottom: 1px solid #808080;*/
    padding: 0.22rem;
}

#divReferenceNum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*details page start*/

.general-menu ul {
    box-shadow: 0 2px 4px #cfcfcf;
    /*padding: 0;*/
    /*margin-bottom: 20px;*/
    background-color: white;
}

.general-menu ol, ul, dl {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.general-menu li {
    display: inline-block;
}

    .general-menu li a {
        display: block;
        border-left: 1px solid #eee;
        padding: 10px 12px;
        font-weight: 600;
        font-size: 15px;
        background: #fff;
        color: #3e4348;
        font-family: arial;
    }

        .general-menu li a img {
            width: 30px;
            height: auto;
            margin-right: 10px;
        }

        .general-menu li a span {
            font-size: 20px;
            margin-top: 4.2px;
            color: #b30000;
            padding-left: 10px;
        }




.Item-detail a img {
    width: 30px;
    height: auto;
    /*margin-right: 10px;*/
    display: inline;
}

.Item-detail a span {
    font-size: 20px;
    margin-top: 4.2px;
    color: #b30000;
    padding-left: 10px;
}

.section-heading {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #fff1f1;
    color: #b30000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.6364em;
    font-weight: 600;
    /*border-left: 8px solid #b30000;*/
    background: #fff;
    margin: 0;
}

.official-images {
    margin: 20px 0px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 2px 5px #e0e0e0;
}

.text-white {
    color: #fff !important;
}


/*details page end*/

@media screen and (max-width: 767px) {

    #ulImages li:nth-child(1) {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    #ulImages li:nth-child(3) {
        margin-right: 57px;
    }
}

#postReviewContainer .input-field {
    background-color: inherit !important;
    border-bottom: 2px solid silver !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    overflow: auto !important;
    height: 30px !important;
    max-height: 80px !important;
    resize: none !important;
    padding: 0 !important;
    width: 100% !important;
}

    #postReviewContainer .input-field textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }


.btn-submit {
    text-align: right;
    padding: 5px 20px;
    background: #e0e0e0;
    color: #756e6e !important;
    border: none;
    font-size: .9em;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
}

.btn-submit-active {
    text-align: right;
    padding: 5px 20px;
    background: #b30000;
    color: #f0f0f0 !important;
    border: none;
    font-size: .9em;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
}

#divReviews .customer-info {
    flex: 1;
}

#divReviews .customer-img {
    flex: 1;
}

#divReviews .customer-name {
    flex: 10;
}

#divReviews .customer-actions {
    flex: 1;
}

#divReviews .btn-action:hover {
    background-color: #b3d7ef;
}

#divReviews .btn:hover {
    color: #212529;
    text-decoration: none;
}

#divReviews .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: none;
}

#divReviews .btn-action {
    border-radius: 50% !important;
    box-shadow: none;
    outline: 0;
    display: inline-flex !important;
}

.div-action .dropdown-item {
    cursor: pointer;
}

#divReviews .btn-cancel {
    padding: 5px 20px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    color: #495057;
    text-transform: uppercase;
    font-size: 14px;
}

/*#myModalStatusConfirmation.modal {
    text-align: center;
    padding: 0 !important;
}

    #myModalStatusConfirmation.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#myModalStatusConfirmation.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
*/

#myModalStatusConfirmation #btnCross {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.2rem 2rem;
    color: inherit;
    font-size: 1.8rem;
}

#myModalStatusConfirmation p {
    color: black;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.read-all-review {
    color: #b30000;
    font-weight: 600;
    font-size: 1.0rem;
}

#divReviews .customer-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ratingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#divReviews .customer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


















@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold.woff') format('woff'), url('Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.woff') format('woff'), url('Roboto-Regular.ttf') format('truetype');
}

.text-white {
    color: #fff !important;
}

.segment-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .segment-col ul li a {
        color: rgba(255,255,255,.8);
        font-family: 'Segoe UI';
    }

.segment-two {
    border-left: 1px solid #333;
}

.segment-p {
    color: rgba(255,255,255,.8);
    font-family: 'Segoe UI';
}

.segment-three-a {
    background: #494848;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
}

.segment-col ul li {
    line-height: 24px;
}

.segment-four ul li {
    line-height: 34px;
}

.segment-three-a-i {
    color: #fff;
    padding: 10px 10.5px;
}

.hdng {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: gray;
    font-weight: 700;
    display: block;
}

    .hdng:hover {
        color: gray;
    }

ul.product-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    ul.product-list li {
        flex: 1 0 113.33px;
        max-width: 113.33px;
        display: inline-block;
        text-align: center;
    }

.BiggerText {
    font-size: 12px !important;
    color: #808080 !important;
}

p4, .p6 {
    text-decoration: none !important;
    display: block !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.PriceFont {
    line-height: 0.6;
    font-size: 11px;
    color: #007bff;
    line-height: 1.1;
    display: block;
}

.biggertext {
    line-height: 0.6;
}

.slick-dots {
    display: none;
}

/*<-- catog page-->*/



.bs-example {
    margin: 0px;
}

.accordion .fa {
    margin-right: 0.5rem;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
    float: right;
    color: #202020;
}

.card-header {
    padding: 0px;
    background-color: #fff;
}

.accordion > .card:first-of-type {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.checkbox label, .radio label, .checkbox > div {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.card-b-header {
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    padding: 20px;
    /*width: 98%;*/
    margin: 0 auto;
    /* margin-bottom: 15px;*/
}

.text-header .h3 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 4px;
}

.text-header > p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #202020;
    text-align: justify;
}

.btn-link {
    float: left;
    font-size: 13px;
    color: #202020;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .btn-link:hover {
        color: #202020;
    }

/* Category page styles end */







/*<-- Detail page-->*/
.Detail-h1 {
    font-size: 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.Detail-Price {
    color: #202020;
    font-size: 14px;
}

.Detail-Pkr {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
}

.save-price-section {
    background: #e0ffc1;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    align-self: center;
    float: right;
}

.Detail-stock {
    color: #909090;
    font-size: 16px;
}

.price-box-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.sizes a.active, .sizes a:active, .sizes a:hover {
    background: #fff;
    border: 1px solid #F48020;
    padding: 4px 5px;
}

.sizes a {
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #606060;
    color: #606060;
    cursor: pointer;
    display: block;
    padding: 5px;
    /*width: 128px;
    float: left;*/
    margin-right: 8px;
    font-size: 14px;
}

.border-gray-2p {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}

.btn-warning {
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    color: #fff;
    background-color: #f88b2a;
    border-color: #cf6507;
    font-weight: 600;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    letter-spacing: 0.8px;
}

    .btn-warning:focus, .btn-warning:hover {
        color: #fff;
        background-color: #f47708;
        border-color: #aa5306;
    }



.i-amphtml-replaced-content, .i-amphtml-screen-reader {
    padding: 0 !important;
    border: none !important;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

#product-bullet li strong {
    font-size: 14px;
    display: block;
}

#product-benchmark h6, #product-bullet li strong, .p3 {
    font-size: 14px;
}

#product-bullet li span {
    color: #909090;
    font-size: 13px;
}

#product-bullet ul {
    list-style: none;
    padding-left: 0px;
}

#product-bullet li {
    margin-bottom: 15px;
}

/* The style for the complete specs table */
#specs-list hr {
    margin: 20px 0;
}

#specs-list {
    /*width: 98vw;*/
    margin-bottom: 10px;
}

    #specs-list p {
        background: #fafafa;
        font-size: 13px;
        padding: 5px 6px;
        line-height: 1.5;
        color: #333;
        border-bottom: 5px solid #eee;
    }

        #specs-list p a {
            color: #7D7464;
            text-decoration: underline;
        }

#non-gsm p {
    color: #555;
    font-weight: bold;
}

#specs-list table {
    border-top: 5px solid #eee;
    width: 100%;
    padding: 1px 0;
    /*background-color: #fafafa;*/
}

#specs-list caption {
    display: none;
}

#specs-list th,
#specs-list td {
    font-family: 'Segoe UI';
    /*font-weight: bold;*/
    padding: 2px 10px;
    vertical-align: top;
    font-size: 14px;
}

#specs-list th {
    border-right: medium none;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-transform: uppercase;
    width: 155px;
    font-size: 14px;
}

    #specs-list th.small-line-height {
        line-height: 18px;
    }

#specs-list td {
    border-bottom: 1px solid #f0f0f0;
    line-height: 21px;
}

#specs-list table:first-of-type {
    border-top: none;
}

#specs-list td.ttl {
    color: #615b51;
    font-weight: bold;
    width: 170px;
}

#specs-list tr:last-child td {
    border-bottom: medium none;
}

#specs-list td.ttl a {
    /*color: #7D7464;*/
    color: #555;
}

#specs-list td.nfo ul {
    margin-left: 16px;
}

#specs-list td.nfo a {
    text-decoration: underline;
}

    #specs-list td.nfo a.noUnd {
        color: #000000;
        text-decoration: none;
    }

        #specs-list td.nfo a.noUnd:hover {
            color: #F04F40;
            text-decoration: underline;
        }

#specs-list td.nfo li {
    list-style-type: disc;
    padding: 1px 0;
}

#all-phones ul {
    height: 178px;
    overflow: auto;
}

.block {
    padding-left: 10px;
}

.link-network {
    display: block;
    padding-top: 5px;
}

#specs-list .tr-hover td {
    top: 0;
    padding: 3px 10px;
    transition: all 0.15s ease-out;
}

#specs-list .tr-hover:hover td {
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
    background: #fff;
}

    #specs-list .tr-hover:hover td.ttl {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.31);
    }

#specs-list .tr-hover .ttl a,
#specs-list .tr-hover .nfo a {
    position: relative;
}

#specs-list .tr-hover .ttl a {
    top: 3px;
}

#specs-list .tr-hover .nfo a {
    top: 3px;
}

#specs-list .tr-hover:hover td.ttl {
    /*box-shadow: 0px 1px 1px rgba(0,0,0,.31) ;*/
}

/* make <BR> into lines */
#specs-list br {
    content: "";
    display: block;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    border-top: 1px solid #f0f0f0;
    margin: 2px 0;
    line-height: 23px;
}

#specs-list.compare-specs-list td {
    vertical-align: top;
}

#specs-list th,
#specs-list td.nfo a {
    color: #d50000;
}

/* Network detail toggle in specs table */
.link-network-detail {
    display: block;
    height: 19px;
    position: relative;
    top: 2px;
    left: -1px;
    text-decoration: none !important;
    color: #333 !important;
    width: 102%;
}

    .link-network-detail.collapse:before,
    .link-network-detail:before {
        position: absolute;
        right: 10px;
        top: 4px;
        font: 700 9px/120% Arial, sans-serif;
        color: #999;
        text-transform: uppercase;
        display: none;
    }

    .link-network-detail:before {
        content: "Collapse \25b2";
    }

    .link-network-detail.collapse:before {
        content: "Expand \25bc";
    }

#specs-list .tr-hover .nfo {
    z-index: 1;
}

#specs-list table:first-of-type {
    display: block;
    overflow: hidden;
}

    #specs-list table:first-of-type tbody {
        width: 100%;
        display: table;
    }

.items2 .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 8px;
    text-align: center;
    min-height: 229px;
    float: left;
    width: 171px;
    margin-left: 10px;
    border: 1px solid #eee;
}

.bg-drakgray {
    background-color: #27262B !important;
    color: gray;
    padding: 13px;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

.slick-dots li {
    position: relative;
    display: none !important;
}

.card-b-header2 {
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.span-gray .h3 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 12px;
}

.span-gray {
    background-color: #fafafa;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

/*<-- Aamir Changes-->*/
.cursor-pointer {
    cursor: pointer;
}


/*----------------------------------------- Skeleton loading css start here-----------------------------------------*/



h1.h3:empty {
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    height: 16px;
    display: block;
    margin-top: 0.07rem;
    margin-bottom: 1rem;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 1.2s;
    width: 44%;
    border-radius: 5px;
}

p.p5:empty {
    background-image: linear-gradient(90deg, #eee 8%, #dadada 18%, #eee 33%);
    background-size: 550px;
    height: 16px;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.07rem;
    animation: load-anim 1.2s infinite linear;
    animation-fill-mode: backwards;
    animation-delay: 1.2s;
    min-width: 59vw;
    border-radius: 5px;
}

@keyframes load-anim {
    0% {
        background-position: -200px;
    }

    100% {
        background-position: 300px;
    }
}
/*----------------------------------------- Skeleton loading css end here -----------------------------------------*/




.p-mobile-5 {
    padding-top: 3rem;
}


.upcoming-ribbon-list {
    position: absolute;
    z-index: 0;
    background-color: #f2dfa2;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.rumored-ribbon-list {
    position: absolute;
    z-index: 6;
    background-color: #c7dded;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.upcoming-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #f2dfa2;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.rumored-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #c7dded;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.discontinued-ribbon-list {
    position: absolute;
    z-index: 0;
    background-color: #e8d8d8;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    /*top: 0px;*/
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

.discontinued-ribbon {
    position: absolute;
    z-index: 6;
    background-color: #e8d8d8;
    color: #002f34;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    top: 11px;
    z-index: 1;
    padding: 7px;
    border-top-left-radius: 4px;
}

/*Listing css*/

#divMobileProductsByCategory, .product-listing-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

/*.product-listing-container::after {
    content: "";
    flex: auto;
}*/

/*.product-listing-container::after {
    content: '';
        flex-grow: 1000000000;
}*/

#divLatestMobiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    #divLatestMobiles .productBox {
        border-radius: 4px !important;
        background-color: #fff !important;
        margin-bottom: 0px !important;
        text-align: center !important;
        min-height: 270px !important;
        /*margin-left: 8px;*/
        flex-grow: 1;
        flex-basis: 20% !important;
        /*margin-right: 8px;*/
        margin-right: 0px !important;
        margin-left: 0px !important;
        /*border: none !important;*/
    }


#divMobileProductsByCategory .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 171px;
    flex-grow: 1;
    border: 1px solid #F48020;
}



/*@media only screen and (max-width: 325px) {

    .productBox {
        flex-basis: 100% !important;
    }
}

@media only screen and (min-width: 326px) and (max-width: 400px) {

    .productBox {
        flex-basis: 48.1% !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 477px) {

    .productBox {
        flex-basis: 48.2% !important;
    }
}

@media only screen and (min-width: 478px) and (max-width: 530px) {

    .productBox {
        flex-basis: 48.4% !important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 745px) {

    .productBox {
        flex-basis: 48.935% !important;
    }
}

@media only screen and (min-width: 1200px) {

    .productBox {
        flex-basis: 19% !important;
    }
}*/


@media only screen and (max-width: 410px) {

    .hidden-flex-item {
        display: none;
    }
}

.product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 171px;
    flex-grow: 1;
    background-color: white;
}

.badge {
    display: inline-block;
    border: 1px solid #F48020;
    border-radius: 3rem;
    background: #fcfcfc;
    color: #F48020;
    padding: 0.25rem 1rem;
    margin: 3px;
}

    .badge a {
        display: flex;
        color: #F48020;
    }

.selected-filters {
    display: flex;
    flex-wrap: wrap;
}

.badge a .filter-close-icon {
    margin-left: 5px;
}

.add-to-cart {
    width: 95%;
}

.btn-mobile-view .add-to-cart {
    width: 100%;
}

@media only screen and (max-width: 572px) {
    header {
        width: 100vw !important;
        margin-left: 0px;
    }

    .productBox, .product-by-brand, #divMobileProductsByCategory .productBox {
        width: 130px;
    }

    .add-to-cart {
        width: 95%;
        margin-bottom: 7px;
    }
}

#pricesNavItem,
#latestNavItem,
#comingSoonNavItem {
    float: left;
    font-size: 13px;
    /*color: #202020 ;*/
    font-weight: 600;
    letter-spacing: .5px;
}

.disable-btn {
    pointer-events: none;
}



.primary-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 180px;
    /*box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);*/
    z-index: 1;
}

.primary-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .dropdown-box {
    display: flex;
    color: #606060;
    padding: 12px 16px;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
    font-size: 18px;
}

.dropdown-box:hover {
    color: #a03074;
    font-weight: 500;
}

.resend-code {
    margin-top: 15px;
}

.primary-dropdown span {
    align-self: flex-end;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.resend-otp, #countdown, #countdown2 {
    font-size: 0.9rem;
    cursor: pointer;
}

#loginImage {
    width: 100%;
}

#sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*@media screen and (max-width: 767px) {
    #sidebar {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 767px) {
    #sidebar {
        display: flex;
        align-items: center;
    }
}*/

@media screen and (min-width: 550px) {
    #mobileNumberFormat {
        flex: 7 !important;
    }
}

@media screen and (max-width: 550px) {
    #mobileNumberFormat {
        flex: 1 !important;
    }
}

@media screen and (max-width: 460px) {
    #orderVerificationByOtp .login-box .login-form-sec .number-input form input {
        width: 26% !important;
        margin: 0 10px 8px 0 !important;
    }

    #lblMobileFormat {
        flex: 1 !important;
    }
}

.loading-spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/pinpack-spinner.svg) center no-repeat #ffffff80;
    display: none;
    opacity: 0.7;
}


/*#divMobileVariants {
    display: flex;
    justify-content: flex-start;*/
/*flex-wrap: wrap;*/
/*}*/

.product-variants {
    margin-bottom: 20px;
}

.mb-ten-px {
    margin-bottom: 10px;
}

#spanStorage {
    margin-bottom: 16px;
}

.storage-box-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
}

#top-left-menu-toggler {
    color: white;
    font-size: 1.3rem;
}

.fa-times-thin:before {
    content: '\00d7';
}

#topMenu {
    min-height: 60px;
}

.product-availability {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .product-availability > p {
        margin-bottom: 0
    }

    .product-availability > div {
        color: #909090;
        font-size: 1.1rem;
    }

.mySlides {
    text-align: center;
}

    .mySlides > img {
        width: auto !important;
        height: 250px;
    }

.img-arrow-container {
    position: absolute;
    top: 35%;
    width: 96%;
}

    .img-arrow-container > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }







.whats-ap-content {
    padding: 0px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 15px 0px;
    color: #333;
    font-size: 16px;
    /*width: 183px;*/
    width: 100%;
}

    .whats-ap-content div {
        width: 100%;
    }

    .whats-ap-content div {
        width: 100%;
        color: #898989;
    }



.whats-ap.whatsapp-desktop a.whatsapp-btn {
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
}





.product-action-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-add-to-cart {
    flex: 1;
}

.whats-txtt {
    line-height: 2rem;
    color: #fff;
}

.btn-add-to-cart > btn {
    width: 100%;
}

#otherCityText {
    color: red;
    font-weight: 400;
}

.whatsapp-desktop-city {
    background: #1cbd58;
    border-radius: 4px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .whatsapp-desktop:hover, .whatsapp-desktop-city:hover {
        background: #299451;
    }

.disable-btn {
    pointer-events: none;
    background-color: lightgrey;
    border-color: lightgrey;
}




.detail-box > p {
    font-size: 16px;
    text-transform: uppercase;
}



#divMobileProductsByPopuparity .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
}

#divMobileProductsByPopuparity .product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
    background-color: white;
}

#divMobileProductsByPrice .product-by-brand {
    border-radius: 4px;
    margin-bottom: 0px;
    text-align: center;
    min-height: 270px !important;
    width: 150px;
    flex-grow: 1;
    background-color: white;
}

/*Home slider*/

#home-banner-slider .slide-box {
    margin-bottom: 16px !important;
}

@media all and (min-width: 650px) {

/*    .home-banner-container {
        min-height: 55vh !important;
    }*/

    #home-banner-slider .slide-box {
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media all and (max-width: 649px) {

    /*.home-banner-container {*/
        /*min-height: 31vh;*/
        /*min-height: 26vh;
    }*/

    /*#home-banner-slider {
        min-height: 0;
    }*/

    #home-banner-slider .slide-box {
        /*min-height: 0;*/
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}

/*#home-banner-slider {
    display: none;
}

    #home-banner-slider.slick-initialized {
        display: block;
    }*/

/*End*/

.mobile-availability {
    display: block;
    background-color: #f1f3f6;
    padding: 10px
}

#divMobileAvailability p {
    font-size: 0.9rem;
    color: #202020;
    text-align: justify;
}

#divMobileAvailability table,
#divMobileAvailabileVariants table {
    font-size: 0.9rem;
    color: #202020;
    text-align: justify;
    margin-bottom: 0 !important;
}

/*    #divMobileAvailability table td:first-child,
    #divMobileAvailabileVariants table td:first-child {
        width: 50%;
    }*/

@media all and (max-width: 649px) {
    .mobile-availability {
        padding: 0px;
    }

    /*    #divMobileAvailability table td:first-child,
    #divMobileAvailabileVariants table td:first-child {
        width: 42%;
    }*/


    #divMobileAvailability tr {
        display: flex;
    }

    /*    #divMobileAvailabileVariants tr {
        display: flex;
    }*/

    /*#divMobileAvailability tr td:nth-child(1) {
            flex-grow: 1;
        }

        #divMobileAvailability tr td:nth-child(2) {
            flex-grow: 2;
        }*/

    /*#divMobileAvailability table, thead, tbody, th, td, tr,
    #divMobileAvailabileVariants table, thead, tbody, th, td, tr {
        display: inline;
    }*/
}

/*.product-name1, .product-price {
    will-change: transform;
    transform: translateZ(0);
}*/

.related_tags {
    background: #f6f6f6;
    padding: 6px 10px;
    border-radius: 5px;
    color: #202020;
    display: inline-block;
    font-size: 13.5px;
}

#btmALinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.related_tags:hover {
    background: #dfdfdf;
}

/********************************* static - pages start *********************************/

.static-section {
    min-height: 280px;
}

    .static-section h1 {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .static-section h4 {
        color: #F48020;
        font-size: 1.2rem;
        font-weight: 700;
    }

.justifyPara {
    text-align: justify;
}

.smallHeading {
    font-weight: 600;
}

/********************************* static - pages end *********************************/



/********************************* Left Nav-Bar top items start *********************************/

.sb-user-box {
    display: flex;
    background: #F48020;
    padding: calc(20px * 2) 20px;
}

.sb-login-box {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

#nav-logo {
    flex-grow: 1;
    margin-bottom: 5px;
}

a {
    color: #F48020;
}

.user-login {
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    text-transform: capitalize;
}

.user-logout {
    font-size: 1.0rem;
    color: #fff;
    display: flex;
    padding-top: 15px;
    font-family: 'Roboto-Regular';
}


/********************************* top brand icons start *********************************/
#divTopMobileBrands .logos img {
    width: inherit !important;
    border: 0px solid #fff;
}

#divTopMobileBrands .slick-initialized .slick-slide {
    border: none !important;
}

#divTopMobileBrands .slick-slide {
    margin: 0 !important;
}

#divTopMobileBrands .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#divTopMobileBrands .slick-slide img {
    height: 40px;
    filter: grayscale(1);
}

    #divTopMobileBrands .slick-slide img:hover {
        height: 40px;
        filter: grayscale(0);
    }


#divTopAccessoryBrands .slick-slide img {
    height: 40px;
    filter: grayscale(1);
}

    #divTopAccessoryBrands .slick-slide img:hover {
        height: 40px;
        filter: grayscale(0);
    }

#divTopAccessoryBrands .slick-slide {
    width: 60px !important;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

#divTopAccessoryBrands .slick-initialized .slick-slide {
    border: none !important;
}

#divTopAccessoryBrands .slick-track {
    display: flex !important;
    /*width: 55vw !important;*/
    justify-content: space-around !important;
    /*margin-left: 200px !important;*/
    /*gap: 4.4rem;*/
}

#divTopAccessoryBrands .bg-row-white {
    background-color: #fff;
    border-bottom: 1px solid gray;
    padding: 0.22rem;
    padding-right: 29px;
    padding-left: 29px;
}

#divTopAccessoryBrands .slick-slide {
    margin: 0px !important;
}

#divTopAccessoryBrands .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


/*.slick-track img {
    height: 0.7rem !important;
}*/


/*.techno-img-resize {
    height: 0.7rem !important;
}

.samsung-img-resize {
    height: 0.75rem !important;
}

.xiaomi-img-resize {
    height: 0.7rem !important;
}

.huawei-img-resize {
    height: 0.9rem !important;
}

.oppo-img-resize {
    height: 0.8rem !important;
}


.infinix-img-resize {
    height: 0.75rem !important;
}

.apple-img-resize {
    height: 1.0rem !important;
}

.realme-img-resize {
    height: 0.9rem !important;
}

.vivo-img-resize {
    height: 0.72rem !important;
}*/

#divTopMobileBrands .slick-track {
    display: flex !important;
    /*width: 55vw !important;*/
    justify-content: space-around !important;
    /*margin-left: 200px !important;*/
    /*gap: 4.4rem;*/
}

@media screen and (min-width: 380px) {
    #divTopMobileBrands .slick-track {
        /*gap: 1.2rem;*/
    }
}

@media screen and (max-width: 379px) {
    #divTopMobileBrands .slick-track {
        /* gap: 1.4rem;*/
    }
}

@media screen and (min-width: 480px) {
    #divTopMobileBrands .slick-track {
        /*gap: 1.4rem;*/
    }
}

@media screen and (max-width: 479px) {
    #divTopMobileBrands .slick-track {
        /* gap: 1.2rem;*/
    }

    /*    .slick-prev:before, .slick-next:before {
        display: none !important;
    }*/

    /* .slick-prev:before, .slick-next:before {
        height: 34px;
        width: 34px;
        background-color: rgba(0,0,0,.5);
    }*/

    /* .slick-prev:before, .slick-next {
        background-image: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M9 3 7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z"/></svg>');
        background-size: 18px 18px;
    }*/
}

@media screen and (min-width: 620px) {
    #divTopMobileBrands .slick-track {
        /* gap: 5.0rem;*/
    }
}

@media screen and (max-width: 620px) {
    /*    .slick-next {
       margin-right: 25px;
    }

    .slick-prev {
        margin-left: 25px;
    }*/
}

/*@media screen and (min-width: 620px) {
    #divTopMobileBrands .slick-track {
        gap: 2.4rem;
    }
}
*/

/*#topBrandIconContainer {
    border: 2px solid green;
}*/


/********************************* top brand icons end *********************************/
/********************************* Left Nav-Bar top items end *********************************/

@media screen and (max-width: 760px) {
    #mobileVerification #login-form .login-form-sec .number-input > input {
        width: 100%;
    }
}

@media screen and (min-width: 760px) {
    #mobileVerification #login-form .login-form-sec .number-input > input {
        width: 37%;
    }
}

#mobileVerification {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 18px;
    /*padding: calc(30px / 2);*/
}

#order-info {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-right: 18px;
    padding: calc(30px / 2);
}

#order-info-unverified {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-right: 18px;
    padding: calc(30px / 2);
}

    #order-info-unverified h4 {
        color: #909090;
    }

#mobileVerification input[type=button], input[type=reset], input[type=submit] {
    border-radius: 4px;
    font-size: 1.0rem;
    background-color: #F48020;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#mobileVerification .login-form-sec {
    margin: 15px;
}

#mobileVerification h4 {
    margin: 0 !important;
}

#loged-in-form .login-form-sec .verify-box {
    display: flex;
}

    #loged-in-form .login-form-sec .verify-box .img-verify-txt {
        align-items: center;
        display: inline-flex;
        margin-left: 15px;
    }

        #loged-in-form .login-form-sec .verify-box .img-verify-txt span {
            margin: 5px;
        }

#loged-in-form .verify-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#verifiedMobile {
    font-size: 1.2rem;
}

#mobileVerification .resend-code {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

#divTopMobileBrands .slick-slide {
    width: 60px !important;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}


#divTopMobileBrands .bg-row-white {
    background-color: #fff;
    border-bottom: 1px solid gray;
    padding: 0.22rem;
    /*padding-right: 29px;
    padding-left: 29px;*/
    /*padding-right: 15px;
    padding-left: 30px;*/
    padding-right: 6px;
    padding-left: 20px;
}

.aa {
    position: relative;
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    margin: 16px;
    border-style: none;
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: all;
}


/*.home-banner-container .slick-next .slick-arrow {
    height: 34px !important;
    width: 34px !important;
    background-color: rgba(0,0,0,.5) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    z-index: 10 !important;
    pointer-events: all !important;
}*/


/* Order submit bby credit card start */

.redirection-container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redirection-container {
    font-size: 2rem;
}

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

p.loading {
    color: #F48020;
    font: 2.0rem Impact;
    font-size: 2.0rem;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #F48020;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 #F48020, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 #F48020, .5em 0 0 #F48020;
    }
}

.inner-box a,
.continue-shopping-container a {
    color: #fff;
    background-color: #F48020;
    border-color: #F48020;
}

    .inner-box a:hover,
    .continue-shopping-container a:hover {
        color: #fff;
        background-color: #32a4fc;
        border-color: #32a4fc;
    }

/* Order submit bby credit card end */

#paymentMethodContainer .delivery-text > span {
    flex-basis: 175px;
}

#paymentMethodContainer .delivery-text {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 0;
}




.left-filters {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}


/*#usr-sidebar .sb-category-box .sb-all-category amp-accordion [expanded] {
    background: rgba(116,138,152,.05);
    border-radius: 10px;
}*/

.brand-skeleton-container {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    /*border-bottom: 1px solid #808080;*/
    padding: 0.22rem;
}

#divReferenceNum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*details page start*/

.general-menu ul {
    box-shadow: 0 2px 4px #cfcfcf;
    /*padding: 0;*/
    /*margin-bottom: 20px;*/
    background-color: white;
}

.general-menu ol, ul, dl {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.general-menu li {
    display: inline-block;
}

    .general-menu li a {
        display: block;
        border-left: 1px solid #eee;
        padding: 10px 12px;
        font-weight: 600;
        font-size: 15px;
        background: #fff;
        color: #3e4348;
        font-family: arial;
    }

        .general-menu li a img {
            width: 30px;
            height: auto;
            margin-right: 10px;
        }

        .general-menu li a span {
            font-size: 20px;
            margin-top: 4.2px;
            color: #b30000;
            padding-left: 10px;
        }



.section-heading {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #fff1f1;
    color: #b30000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.6364em;
    font-weight: 600;
    /*border-left: 8px solid #b30000;*/
    background: #fff;
    margin: 0;
}

.official-images {
    margin: 20px 0px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 2px 5px #e0e0e0;
}

.text-white {
    color: #fff !important;
}








.Padding-Main-Container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    /*padding-bottom: 5px;*/
}

.menu-icon {
    margin-left: 0px;
}

.login-btn2 {
    margin-right: 0px;
}

.Header-span {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

    .Header-span img {
        margin-right: 3px;
    }



.topnav .typeahead {
    border-radius: 5px;
}

#topMenu {
    margin: 0 auto;
}

.divTopMobileBrandsheader {
    width: 100%;
    background-color: #fff;
    min-height: 91px;
}

#divTopMobileBrands .bg-row-white {
    border-bottom: 0px;
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
    z-index: 1;
}

.banner-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.slick-slide {
    margin: 0px;
}

.CategoriesImg {
    border: 1px solid #F48020 !important;
    border-radius: 35px !important;
    height: 60px !important;
    width: 60px !important;
    padding: 5px !important;
    /*margin-top: 10px !important;*/
    margin: 0 auto;
}

.CategoriesSpan {
    color: #202020;
    font-size: 12px;
    font-family: Roboto-Bold;
    line-height: 1;
    width: 70px;
    display: block;
    padding-top: 2px;
}

.img-Catg {
    height: 50px !important;
    margin-left: -6px;
    margin-top: -1px;
    filter: none !important;
}

.img-Catg2 {
    height: 41px !important;
    width: 30px !important;
    margin-left: 10px;
    margin-top: 1px;
    filter: none !important;
}

.img-Catg:hover {
    transform: scale(1.1);
}

.img-Catg2:hover {
    transform: scale(1.1);
}

.CategoriesImg:hover {
    background-color: #d3e9fa;
}


.Search-bg {
    position: absolute;
    top: 14px;
    right: 29px;
    z-index: 2;
    display: block;
    /* width: 34px; */
    /* height: 34px; */
    line-height: 34px;
    text-align: center;
}

.txt-center {
    text-align: center;
}




.productBox .price-diff-saving {
    display: none;
}

.productBox .price-diff-retail {
    font-size: 15px;
    color: #FF6961;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: line-through;
    font-family: Roboto-Bold;
}

/*#divPopularMobiles .items {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}*/



/* the parent */
/*#divPopularMobiles .slick-list {
    margin: 0 -27px;
}*/

.section-category {
    background: none;
    padding-top: 0px;
    background-color: #fff;
}

#divLatestMobiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #becfc1;
    padding-top: 30px;
    padding-bottom: 30px;
}




.sec-heading {
    font-size: 1.25rem;
    margin-bottom: 0px;
    color: #202020;
    font-weight: 600;
    font-family: Roboto-Bold;
}



.img-Brand {
    height: 80px;
    width: 80px !important;
}

    .img-Brand:hover {
        height: 85px;
        width: 85px !important;
    }


.ShopNow:hover {
    color: #fff;
}

.productBox {
    border-radius: 0px;
}

.BrowseByBudget {
    width: 150px;
    margin-bottom: 10px;
    background: #F48020 0% 0% no-repeat padding-box;
    background: linear-gradient(to right, #F48020 50%, #FFF348 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    /* margin-right: 15px;*/
    text-align: center;
    /*    float: left;*/
    padding: 10px;
    font-size: 16px;
    font-family: Roboto-Bold;
    margin-right: 5px;
    margin-left: 5px;
}

    .BrowseByBudget:hover {
        background-position: right bottom;
        transition: .4s ease-in;
        border-color: #FFF348;
    }

.sec-heading {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #202020;
    font-weight: 600;
    font-family: Roboto-Bold;
    display: inline-block;
}

    .sec-heading:hover {
        color: #202020 !important;
    }

.Heading-p {
    font-size: 23px;
    color: #202020;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.Text-div {
    height: 450px;
    width: 100%;
    display: inline-block;
    overflow: auto;
}

    .Text-div::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .Text-div::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .Text-div::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .Text-div::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.hr-border {
    border-top: 2px solid #b0acac;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Footer-top-brand {
    float: left;
    margin-right: 15px;
}

    .Footer-top-brand a {
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        color: #202020;
    }

.text-black2 {
    font-size: 21px;
    color: #202020;
    /* font-weight: 600; */
    font-family: 'Poppins', sans-serif;
}

.Link-Footer2 a {
    color: #fff;
    margin-right: 30px;
    margin-left: 30px;
}

.Link-Footer3 a {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.hr-border2 {
    border-top: 2px solid #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-white2 {
    font-size: 21px;
    color: #FFF;
    /* font-weight: 600; */
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}

.segment-three-a {
    background: none;
}

.fa {
    font-size: 20px !important;
}



.price-box {
    color: #F48020 !important;
}

    .price-box:hover {
        color: #F48020 !important;
    }

@media screen and (max-width:574px) {
}

@media screen and (max-width:484px) {
    .BrowseByBudget {
        background-color: #fff;
        color: #202020;
        border: 2px solid #F48020;
        /*margin-left: 30px;
        margin-right: 0px;*/
    }
}

@media screen and (max-width:419px) {
    .BrowseByBudget {
        background-color: #fff;
        color: #202020;
        border: 2px solid #F48020;
        /*margin-left: 10px;
        margin-right: 10px;*/
        width: auto;
    }
}

.productBox .detail-box {
    min-height: 82px;
}

/*--------*/
.Detail-h1 {
    font-family: 'Roboto-Bold';
    color: #202020;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 30px;
}

.star-checked {
    margin-right: -9px;
    width: 24px;
}

    .star-checked img {
        height: 20px;
    }

.star-span {
    font-family: 'Roboto-Regular';
    margin-left: 5px;
    font-size: 11px;
}

.Detail-Price {
    font-family: 'Roboto-Regular';
}

.Detail-Pkr {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto-Bold';
}

.strike-th {
    text-decoration: line-through;
}

.discount-div {
    width: 60px;
    height: 24px;
    background-color: #f1f1f1;
    padding: 5px;
    font-size: 10px;
    margin-left: 10px;
    color: #f00;
    font-family: 'Roboto-Bold';
}

.price-box-div {
    padding-right: 38px;
}

.sizes a {
    padding: 5px 8px;
}

    .sizes a.active, .sizes a:active, .sizes a:hover {
        color: #fff;
        border: 1px solid #F48020;
        /*padding: 5px 25px;*/
        padding: 5px 8px;
        background-color: #F48020;
        border-radius: 0.25rem;
    }









.span-bold {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    color: #202020;
    display: block;
    margin-bottom: -3px;
}

.span-light {
    font-size: 14px;
    font-family: 'Segoe UI';
    color: #909090;
    display: block;
}

.border-div {
    border: 1px solid #707070;
    border-radius: 20px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.col-div {
    width: 24%;
    display: inline-block;
    text-align: center;
}

    .col-div div {
        display: inline-block;
        margin: 0 auto;
    }

.col-div-img1 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.col-div-img2 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.col-div-img3 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.col-div-img4 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.txt-left {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.txt-right {
    text-align: right;
    padding-top: 10px;
}

.text-heading {
    width: 100%;
    font-family: 'Roboto-Bold';
    text-align: center;
}

.spec-head {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 8px;
    width: 100%;
    background-color: #ff9900;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    opacity: .8;
}

.card-group-tbl {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: 85%;
    margin-bottom: 15px;
}

.row-pta {
    margin-top: 16px;
    margin-bottom: 15px;
}

.PTA-span {
    line-height: 20px;
    padding-top: 19px;
    display: inline-block;
    font-size: 20px;
}

.PTA-span2 {
    line-height: 22px;
    padding-top: 4px;
    display: inline-block;
    font-size: 20px;
}

.bg-black {
    background-color: #222222;
}

.phone-hed {
    color: #fff !important;
}

    .phone-hed:hover {
        color: #fff !important;
    }

.row-padding {
    padding: 10px;
    padding-top: 15px;
}

.row-padding2 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-pta img {
    height: 77px;
}

.wdfull {
    width: 100%;
}

@media(max-width:991.98px) {
    .col-div {
        width: 48%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row-pta {
        border: 1px solid #707070;
        border-radius: 20px;
        width: 100%;
        padding-left: 0px;
        padding-right: 9px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .border-div {
        border: 1px solid #707070;
        border-radius: 20px;
        width: 100%;
        padding-left: 10px;
        padding-right: 9px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .row-pta img {
        height: 66px;
        margin-top: 10px;
    }
}

/*details page end*/

#divMobileProductsByCategory .productBox {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    min-height: 270px !important;
    width: 180px;
    flex-grow: 1;
    border: 0px solid #F48020;
}

#divMobileProductsByCategory, .product-listing-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 21px;
}

.slick-initialized .slick-slide {
    display: block;
    border: 0px solid #eee !important;
}

.sec-heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #202020;
    font-weight: 500;
    /*margin-left: 20px;*/
    font-family: Roboto-Bold;
}

.ShopNow {
    width: 100%;
    display: inline-block;
    background-color: #4e4e4f;
    height: 25px;
    margin-bottom: -7px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.text-black {
    font-size: 1.25rem;
    color: #202020;
    font-weight: 600;
    font-family: Roboto-Bold;
}

    .text-black:hover {
        color: #202020;
    }

.sec-heading:hover {
    color: #202020;
}

.productBox .detail-box .price-box {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Roboto-Bold;
}

.productBox .detail-box p {
    color: #000000;
    white-space: pre-line;
    max-height: 68px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-family: Roboto-Bold;
}

.AccountSpan {
    display: inline-block;
}

/*#divPopularMobiles .slick-next {
    right: -25px !important;
}

#divPopularMobiles .slick-prev {
    left: -25px !important;
    z-index: 1;
}
*/
#divTopMobileBrands2 .slick-next {
    right: -25px !important;
}

#divTopMobileBrands2 .slick-prev {
    left: -25px !important;
    z-index: 1;
}

.login-container {
    margin-left: auto;
    margin-right: 10px;
}

.span-right-mg {
    /*margin-right: 20px;*/
}

/*#divPopularMobiles .slick-slide {
    margin: 0 27px;
}*/

.slick-next::before {
    content: " " !important;
    background-image: url(nextarrow.svg);
    background-size: 21px 23px;
    background-repeat: no-repeat;
}

.slick-prev:before {
    content: " " !important;
    background-image: url(back-arrow.svg);
    background-size: 21px 23px;
    background-repeat: no-repeat;
}

.Footer-margin {
    margin-right: 77px;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0 !important;
}

/*#divPopularMobiles .slick-initialized .slick-slide {
    border: 1px solid #eee !important;
}*/

#divPopularMobiles .slick-slide {
    border: 1px solid #eee !important;
}

#divPopularMobiles {
    /*margin-bottom: 10px;*/
}

    #divEarbuds .slick-slide, #divPopularMobiles .slick-slide {
        margin: 0 7px;
    }

#divSmartWatches .slick-slide {
    margin: 0 7px;
}

.slick-initialized .slick-slide:active {
    background-color: #d3e9fa;
}

.slick-initialized .slick-slide:focus {
    background-color: #d3e9fa;
}

.BrandImg {
    margin: 0 auto;
    display: inline-block;
    height: 85px !important;
}

.img-size {
    height: 70px;
    width: 70px;
}

.detail-box-main-div {
    background-color: #f1f3f6;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.card-b-header {
    width: 100%;
}

.bg-mb-white {
    background-color: #fff;
}

.card-b-header2 {
    padding: 10px;
}

.row bg-mb-white2 {
    background-color: #f1f3f6;
}

.dexstop-row-margin {
    margin-top: 70px;
}

.ImgbtnAddToCart2 {
    height: 32px;
}

.color-white {
    color: #fff;
}

.Item-detail a {
    display: block;
    border-left: 0px solid #eee;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 15px;
    background: #fff;
    color: #202020;
    font-family: 'Roboto-Bold'
}



.Footer-bold {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Roboto-Regular';
}

.Footer-bold2 {
    color: #F48020;
    font-family: 'Roboto-Regular';
    font-size: 2rem;
}

.Footer-Link-pag {
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    padding-bottom: 6px;
    display: inline-block;
}

.size-font {
    font-size: 38px !important;
    font-weight: bold;
}

.hr-border-footer {
    border-bottom: 3px solid #c9e2ed;
    width: 127px;
    display: inline-block;
    margin-bottom: 8px;
}

.hr-border-footer2 {
    border-bottom: 3px solid #c9e2ed;
    width: 227px;
    display: inline-block;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 10px;
    visibility: visible;
}

.icon-border {
    /*margin-left: 2.5px;*/
    border: 1px solid #c9e2ed;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.segment-three-a {
    margin-right: 10px;
    margin-bottom: 18px;
    margin-top: 10px;
}

.Footer-txtcenter {
    text-align: center;
}

.h4, h4 {
    font-family: 'Roboto-Regular' !important;
}

h2, .h2 {
    font-family: 'Roboto-Regular' !important;
}

.btn {
    font-family: 'Roboto-Bold';
}

.cart-item-detail-container #productName {
    color: #202020;
    font-family: 'Roboto-bold' !important;
}

.cart-item-detail-container .product-detail {
    color: #202020;
    font-family: 'Roboto-bold' !important;
}

.cart-item-detail-container .product-detail {
    color: #202020;
    font-family: 'Roboto-bold' !important;
}

.cart-item-detail-container .order-detail {
    color: #202020;
    font-family: 'Roboto-Regular' !important;
}

#paymentMethodContainer .delivery-text > span {
    font-family: 'Roboto-Regular' !important;
    font-weight: normal;
}

#pricesNavItem, #latestNavItem, #comingSoonNavItem {
    font-family: 'Roboto-bold' !important;
}

#dtPengingOrderHistory .color-white, #dtOldOrderHistory .color-white {
    color: #202020 !important;
}

.For-dexstop {
    display: inline-block;
    height: 200px;
}

.Footer-txtRight {
    text-align: right;
}

.margin-footer {
    margin-top: -22px;
    margin-bottom: 10px;
}

.Footer-bg {
    background-image: url(Footer-bg-web.png);
    background-size: cover;
    padding-top: 30px;
}

.Footer-Link {
    display: block;
    min-width: 140px;
}

.Footer-Link2 {
    display: block;
}

.margin-icon {
    margin-top: 0px;
}

.Footer-Link-pag:hover {
    color: #fff !important;
}

.Footer-bold:hover {
    color: #fff !important;
}

.hr-border-footer2:hover {
    color: #F48020 !important;
}

@media only screen and (max-width: 767px) {
    .hr-border-footer2 {
        visibility: hidden;
    }

    .Footer-Link {
        display: inline-block;
        margin-right: 16px;
        min-width: 100px;
    }

    .hr-border-footer {
        display: none;
    }

    .margin-icon {
        margin-top: -22px;
    }


    .Footer-bg {
        background-image: url(/images/Footer-bg-mob.webp);
        padding-top: 10px;
    }

    .Footer-txtRight {
        text-align: center;
    }

    .margin-footer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .For-dexstop {
        display: none;
    }

    .Item-detail a {
        display: block;
        border-left: 0px solid #eee;
        padding: 10px 12px;
        font-weight: 600;
        font-size: 12px;
        background: #fff;
        color: #202020;
        font-family: 'Roboto-Bold'
    }

    .dexstop-row-margin {
        margin-top: 0px;
    }

    .col-div-img1 {
        width: 30px;
        height: 30px;
    }

    .ImgbtnAddToCart2 {
        height: 24px;
    }

    .col-div-img2 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img3 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img4 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }


    .up-name {
        font-size: 15px !important;
    }

    #reviewHeading .h5 {
        font-size: 16px;
    }

    .card-b-header2 {
        padding: 0px;
    }

    .detail-box-main-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-b-header {
        padding: 0px;
    }

    #divPopularMobiles {
        margin-bottom: 0px;
    }

    .topMenu {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .img-Brand {
        height: 65px;
        width: 65px !important;
    }

        .img-Brand:hover {
            height: 70px;
            width: 70px !important;
        }

    .BrandImg {
        height: 70px;
    }

    .CategoriesSpan {
        font-size: 0.65rem;
        font-family: Roboto-Regular;
    }

    .Detail-h1 {
        font-size: 18px;
    }

    .PTA-span {
        line-height: 20px;
        padding-top: 9px;
        display: inline-block;
        font-size: 17px;
    }

    .PTA-span2 {
        line-height: 22px;
        padding-top: 0px;
        display: inline-block;
        font-size: 17px;
    }

    .span-bold {
        font-size: 12px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
        padding-right: 5px;
        padding-top: 5px;
        padding-left: 5px;
    }

    .span-light {
        font-size: 12px;
    }

    .img-size {
        height: 52px;
        width: 52px;
    }

    .txt-left {
        text-align: left;
        padding-top: 23px;
        padding-left: 10px;
    }

    .Detail-Pkr {
        font-size: 20px;
    }

    .productBox .price-diff-retail {
        font-size: 12px;
    }

    .Footer-margin {
        margin-right: 15px;
    }

    .slick-next {
        right: 0px !important;
    }

    .slick-prev {
        left: 0px !important;
    }

    .productBox2 {
        width: 150px !important;
    }

    .span-right-mg {
        margin-right: 0px;
    }

    #divPopularMobiles .slick-slide {
        /* margin: 0 10px;*/
    }

    .AccountSpan {
        display: none;
    }

    .sec-heading {
        font-size: 16px !important;
        /*      padding-top: 10px;*/
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .text-black {
        font-size: 16px;
    }

    #divPopularMobiles .slick-next {
        right: -18px !important;
    }

    #divPopularMobiles .slick-prev {
        left: -18px !important;
        z-index: 1;
    }

    #divTopMobileBrands2 .slick-next {
        right: -15px !important;
    }

    #divTopMobileBrands2 .slick-prev {
        left: -15px !important;
        z-index: 1;
    }

    .productBox .detail-box .price-box {
        font-size: 16px;
        font-weight: 600;
        font-family: Roboto-Bold;
    }

    .ShopNow {
        width: 100%;
        display: inline-block;
        background-color: #4e4e4f;
        height: 22px;
        margin-bottom: -7px;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
    }

    .login-container {
        margin-left: auto;
        margin-right: 0px;
    }



    .productBox .detail-box p {
        font-size: 12px;
    }

    #divLatestMobiles .productBox {
        min-height: 250px !important;
    }

    .section-category .text-white {
        font-size: 16px !important;
    }

    .sec-heading2 {
        font-size: 16px !important;
    }

    .BrowseByBudget {
        background-color: #fff;
        color: white;
        border: 2px solid #F48020;
        /*margin-left: 60px;
        margin-right: 0px;*/
        font-family: Roboto-Bold;
        font-size: 12px;
        flex-grow: 1;
    }

    #divLatestMobiles {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 600px) {
    .hr-border-footer2 {
        visibility: hidden;
    }

    .Footer-Link {
        display: inline-block;
    }

    .hr-border-footer {
        display: none;
    }

    .margin-icon {
        margin-top: -22px;
    }

    .Footer-bg {
        background-image: url(/images/Footer-bg-mob.webp);
        padding-top: 10px;
    }

    .Footer-txtRight {
        text-align: center;
    }

    .margin-footer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .For-dexstop {
        display: none;
    }

    .ImgbtnAddToCart2 {
        height: 24px;
    }

    .dexstop-row-margin {
        margin-top: 0px;
    }

    .col-div-img1 {
        width: 30px;
        height: 30px;
    }

    .col-div-img2 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img3 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img4 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .up-name {
        font-size: 15px;
    }

    .card-b-header2 {
        padding: 0px;
    }

    .card-b-header {
        padding: 0px;
    }

    .detail-box-main-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    #divLatestMobiles {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Footer-margin {
        margin-right: 15px;
    }

    /*.home-banner-container {
        min-height: 25vh;
    }*/
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hr-border-footer2 {
        visibility: hidden;
    }

    .Footer-Link {
        display: inline-block;
    }

    .hr-border-footer {
        display: none;
    }

    .margin-icon {
        margin-top: -22px;
    }


    .Footer-bg {
        background-image: url(/images/Footer-bg-mob.webp);
        padding-top: 10px;
    }

    .Footer-txtRight {
        text-align: center;
    }

    .margin-footer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .For-dexstop {
        display: none;
    }

    .ImgbtnAddToCart2 {
        height: 24px;
    }

    .dexstop-row-margin {
        margin-top: 0px;
    }

    .col-div-img1 {
        width: 30px;
        height: 30px;
    }

    .col-div-img2 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img3 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .col-div-img4 {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .up-name {
        font-size: 15px;
    }

    .card-b-header {
        padding: 0px;
    }

    .card-b-header2 {
        padding: 0px;
    }

    .detail-box-main-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    #divLatestMobiles {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Footer-margin {
        margin-right: 15px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .Footer-Link {
        display: block;
    }

    .margin-icon {
        margin-top: 0px;
    }

    .hr-border-footer2 {
        border-bottom: 3px solid #c9e2ed;
        width: 227px;
        display: inline-block;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 10px;
        visibility: visible;
    }

    .hr-border-footer {
        border-bottom: 3px solid #c9e2ed;
        width: 127px;
        display: inline-block;
        margin-bottom: 8px;
    }

    .Footer-txtcenter {
        text-align: center;
    }

    .Footer-bg {
        background-image: url(/images/Footer-bg-web.webp);
        background-size: cover;
        padding-top: 30px;
    }

    .Footer-txtRight {
        text-align: right;
    }

    .margin-footer {
        margin-top: -22px;
        margin-bottom: 10px;
    }

    .For-dexstop {
        display: inline-block;
        height: 200px;
    }

    .dexstop-row-margin {
        margin-top: 70px;
    }

    .col-div-img1 {
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .col-div-img2 {
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .col-div-img3 {
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .col-div-img4 {
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .up-name {
        font-size: 18px;
    }

    .card-b-header2 {
        padding: 10px;
    }

    .detail-box-main-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-b-header {
        padding: 20px;
    }

    .container-lg {
        margin: 0 auto;
        /*max-width: 124rem;*/
        max-width: 97.7%;
        padding: 0 2rem;
        position: relative;
        width: 100%;
    }

    .Footer-margin {
        margin-right: 77px;
    }
}

.sticky-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .sticky-btns img {
        width: 25px;
    }

    .sticky-btns > span {
        color: #202020;
        font-size: 0.70rem;
        font-weight: normal;
    }



#divLongDescription strong {
    color: #202020;
    font-weight: 500;
}

#divLongDescription h1 {
    font-size: 1.1rem;
    color: #202020;
    line-height: .95rem;
    margin-bottom: 0;
    font-weight: bold;
}

#divLongDescription h2 {
    font-size: .95rem;
    color: #202020;
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
    font-weight: bold;
}

#divLongDescription h3 {
    font-size: 0.9rem;
    color: #202020;
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
}

#divLongDescription h4 {
    font-size: 0.85rem;
    color: #202020;
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
}

#divLongDescription p, #divLongDescription ul, #divLongDescription ol {
    color: #202020;
    font-weight: 400;
    font-size: 0.84rem;
    text-align: left;
    font-family: 'Roboto-Regular';
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
}

#divLongDescription h5 {
    font-size: 0.8rem;
    color: #202020;
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
}

#divLongDescription p {
    line-height: 0.95rem;
    margin-bottom: 0.75rem;
}

.user-name {
    text-transform: capitalize;
    font-size: 1rem !important;
}

#loggedIn .dropdown-content a {
    font-size: 1rem;
}

/*.search-container .input-group {
    display: flex;
    flex-wrap: nowrap;
}

.search-container .topnav input[type=text] {
    font-size: 17px;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.search-container .topnav .typeahead {
    border-radius: 0px !important;
}
*/

.full-width {
    margin-right: -15px;
    margin-left: -15px;
}

#mobileBrandsContainer {
    background-color: #f1f3f6;
}

.tab-labels {
    font-weight: 600;
    font-size: 1.0rem;
    background: #fff;
    color: #202020;
    font-family: 'Roboto-Bold';
    padding-top: 2px;
}

#videoIframe {
    margin-bottom: -7px;
}

#section-mobiles {
    background-color: #becfc1;
}

@media only screen and (max-width: 767px) {
    #homeTopIcons {
        margin-left: -30px;
    }

    /*  #divPopularMobiles .items {
        width: 100%;
    }*/

    #popularMobileContainer {
        /*margin-top: -20px;*/
       
        /*       margin-left: -15px;
        width: 99vw;*/
        /*   margin-right: -15px;
        margin-left: -15px;*/
    }

    #mobileBrandsContainer {
        margin-left: -15px;
        width: 100vw;
        margin-bottom: 0px !important;
    }

    #latestMobileContainer {
        margin-left: -15px;
        width: 100vw;
    }

    #section-mobiles {
        background-color: none;
    }

    #divPopularMobiles .slick-next {
        right: -15px !important;
    }

    #divPopularMobiles .slick-prev {
        left: -15px !important;
        z-index: 1;
    }

    #btnAddToCart {
        border-radius: 25px;
    }

    .tab-labels {
        font-size: 0.7rem;
        width: 100%;
        display: block;
    }

    #divMobileProductsByCategory .productBox,
    #divMobileProductsByPopuparity .productBox {
        width: 130px !important;
    }

    .CategoriesImg {
        height: 50px !important;
        width: 50px !important;
    }

    .img-Catg {
        height: 40px !important;
    }

    #topHeaderText {
        padding: 12px;
    }

    #videoContainer {
        margin-left: -30px;
        min-width: 100vw;
    }

        #videoContainer h2 {
            color: white !important;
            font-size: 1.0rem !important;
            font-weight: 600;
        }

    #divMobileVariants a {
        font-size: .7rem;
    }
}

#homeTopIcons .CategoriesSpan {
    min-width: 160px;
}


/*#divPopularMobiles .productBox {
    min-width: 293px !important;
}*/

#popularMobileContainer #aPopularMobiles, #popularMobileContainer #aLatestMobiles {
    color: #202020;
}

#popularMobileContainer button:hover {
    color: #fff !important;
    background-color: #d58a8a !important;
    border-color: #d58a8a !important;
}

.f:hover {
    background-color: #3b5999;
    transition: 1s;
}

.t:hover {
    transition: 1s;
    background-color: #28a7e0;
}

.i:hover {
    transition: 1s;
    background-color: #e4405f;
}

.y:hover {
    background-color: red;
    transition: 1s;
}

#priceUpdateMsg,
.confirm-availability {
    color: #A0303F;
    font-weight: bolder;
}

#videoContainer hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

ul.colors {
    row-gap: 10px
}

/*#btnAddToCart2 {
    background-color: #f88b2a !important;
    border-color: #cf6507 !important;
}*/

.page-wrapper {
    background-color: #f1f3f6;
    padding-top: 25px;
    padding-bottom: 25px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mt-21 {
    margin-top: 21px;
}

#mobileDetailPageContainer,
#accessoryDetailPageContainer {
    padding-left: 22px;
    padding-right: 22px;
}

#homeTopIcons a {
    background-color: white;
}

@media only screen and (max-width: 767px) {

    #populuarMobileContainer,
    #productByBrandContainer,
    #accessoryTypeContainer,
    #mobileDetailPageContainer,
    #accessoryDetailPageContainer,
    #orderContainer {
        margin-left: -15px;
        width: 100vw;
    }

    #profileContainer {
        margin-left: -15px;
        width: 100vw;
    }

    #profileDetailContainer {
        padding-left: 17px;
        padding-right: 0px;
    }

    #profileDashboardContainer {
        padding-left: 16px;
        margin-left: 0px;
    }

    #btnUpdateProfile {
        font-size: 15px !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    #homeTopIcons a {
        background-color: unset;
    }

    #mobileVerification,
    #order-info-unverified,
    #order-info {
        margin-right: 0;
    }

    #product-info {
        margin-top: 15px;
        padding: 0 0.5rem;
    }

    #leftContentContainer {
        padding: 0 0.5rem;
    }

    #verification-code {
        width: 100%;
    }
}

#btnAddToCart2 {
    background-color: #f88b2a;
    border-color: #cf6507;
}

#mobileScreenFilter span {
    font-size: 0.75rem;
}

#divLatestMobiles .slick-slide {
    margin: 0 7px !important;
}

#dtPengingOrderHistory_paginate .pagination,
#dtOldOrderHistory_paginate .pagination {
    flex-wrap: wrap;
}

#shippingInfo {
    margin-top: 20px;
}



.form-check-input[type=checkbox]:checked:after {
    display: block;
    transform: rotate(45deg) /*!rtl:ignore*/;
    width: 0.375rem;
    height: 0.8125rem;
    border: 0.125rem solid #fff;
    border-top: 0;
    border-left: 0 /*!rtl:ignore*/;
    margin-left: 0.25rem;
    margin-top: -1px;
    background-color: transparent;
}

.form-check-input:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

.form-check {
    min-height: 1.5rem;
}

.form-check {
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #3b71ca;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25rem;
    margin-top: 0.19em;
    margin-right: 6px;
}

.form-check-input:checked {
    border-color: #3b71ca;
}

.form-check-input:checked {
    background-color: #3b71ca;
}


@media screen and (max-width: 767px) {
    #divAvailabilityDesktop {
        display: none !important;
    }
}


/*.home-banner-container {
    min-height: 60vh;*/
    /*margin-bottom: -50px;*/
/*}*/

/*#divTopMobileBrands .slick-track {
    min-height: 30vh;
}*/

@media all and (max-width: 1200px) {

    .home-banner-container {
        min-height: 25vh !important;
    }
}

@media all and (min-width: 1200px) {

    .home-banner-container {
       /* min-height: 60vh;*/
    }
}


#home-banner-container {
    display: none;
}

/*#home-banner-slider.slick-initialized {
    display: block;
}*/

/*#home-banner-slider .slide-box:not(:first-child) {
    display: none;
}*/


@media all and (max-width: 500px) {
    .category-wrapper {
        justify-content: space-around !important;
        /*gap: 78px !important;*/
    }

    .person-details > .product-name2:empty {
        height: 50px !important;
        width: 50px !important;
    }

    /*#category-1 {
        margin-left: 60px !important;
    }*/

    #categories-img6 img {
        margin-left: 0.25rem !important;
        height: 36px !important;
    }
}

#divLongDescription table td {
    padding-right: 25px;
    padding-left: 0;
}

#divLongDescription table {
    font-size: 0.75rem;
}



@media all and (max-width: 600px) {
    .toggle-short-description {
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .bio {
        max-width: 100%;
        height: 55px;
        overflow: hidden;
    }

}

.seemore_button {
    background-color: #f1f3f4;
    padding: 8px 16px;
    border-radius: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #202124;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px !important;
}



#divRequestMobileStatus .alert-dismissible .close {
    font-size: 2.0rem !important;
}

@media (max-width: 560px) {

    .alert-dismissible {
        padding: 17px;
        font-size: 0.8rem;
    }

    #divRequestMobileStatus .alert-dismissible .close {
        font-size: 1.5rem !important;
        padding: 1rem 1.25rem;
    }

    #divRequestMobileStatus #divStatusMsg button {
        width: 15px !important;
    }
}


.segment-three-a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.segment-three-a-i {
    color: #f48020;
    padding: 6px 6.5px;
    font-size: 24px !important;
}



/**************************************** Used mobile **********************************************************/

.used-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.used-heading {
    color: #202020;
    font-size: 1rem;
    flex-basis: 130px;
}
.used-heading-value {
     color: #000; 
    font-size: 1.0rem;
    font-weight: 600;
    font-family: 'Roboto-Bold';
}

.progress-bar {
    background-color: #F48020 !important;
}

#condition-container {
    padding: 20px;
    width: 50%;
}

#used-details-container{
    width:100%;
}

.used-heading-small {
    color: #202020;
    font-size: 0.85rem;
    flex-basis: 130px;
}

#divUsedMobiles_Apple .slick-slide,
#divUsedMobiles_Samsung .slick-slide,
#divUsedMobiles_Xiaomi .slick-slide,
#divUsedMobiles_Oppo .slick-slide,
#divUsedMobiles_Techno .slick-slide,
#divYouMightInterestedInMobiles .slick-slide {
    margin: 0 7px;
}

.home-sec-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}

#ddlSearchType {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
}

.search-container {
    width: 100%;
    margin-left: 5px;
}

#topSearchBar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#divSearchType {
    width: 150px;
}

@media (max-width: 400px) {

    #ddlSearchType {
        padding: 6px 10px;
    }
}

.location-city label {
/*    font-size: 1.0rem;
    font-weight: bolder;*/
    color: #f48020 !important;
}

.items {
    width: 100%;
}

.call-us {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin-left: 10px;
}

    .call-us div, .call-us-mobile div {
        color: #fff !important;
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
    }

.call-us-mobile {
    width: 98%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.date-posted-container {
    /*display: flex;
    align-items: center;
    justify-content: left;*/
}

#aLinkSeller div{
    color: #F48020 !important;
}

.sec-heading-lvl2 {
    font-size: 1.08rem;
    margin-bottom: 20px;
    color: #202020;
    font-weight: 600;
    font-family: Roboto-Bold;
}

    .sec-heading-lvl2:hover {
        color: #202020 !important;
    }