<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

* {
    box-sizing: border-box;
}

.pm-0 {
    padding: 0;
    margin: 0;
}

.f-u {
    text-transform: uppercase;
}

.w-full {
    width: 100%;
}

.bg-white {
    background-color: white !important;
}

.p-5 {
    padding: 50px;
}

a {
    text-decoration: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

body {
    background-color: #f9f9fa;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

html,
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.desktopheader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 10000;
    border-bottom: 2px solid #ffffff;
}

.header-up {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 10px 40px;
    width: 100%;
    border-top: 4px solid #e72829;
}

.mobileheaderup {
    display: none;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 10px 20px;
    width: 100%;
    border-top: 4px solid #e72829;
}

.hamburger-menu {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 15px;
}

.header-logo {
    margin-right: 19px;
}

.searchinput {
    border: 1px solid #b9cfea;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 6px;
    gap: 16px;
    position: relative;
}

.categoriesdropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 50px;
    background-color: #f2f5fb;
    padding: 4px 10px;
    gap: 8px;
    cursor: pointer;
    z-index: 999;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 10px;
    border-radius: 12px;
    gap: 5px;
}

    .dropdown-menu.open {
        display: block;
        max-height: fit-content;
        overflow-y: auto;
    }

.categoryinput,
.searchicon {
    z-index: 999;
}

.categorytext {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    width: max-content;
    font-family: "Inter", sans-serif;
}

.categoryinput {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    font-family: "Inter", sans-serif;
    background-color: #fafafa;
}

.signintext {
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
}

.accounttext {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
}

.icon-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.icons {
    width: 26px;
    height: 26px;
}

.quantity {
    background-color: #e72829;
    color: #ffffff;
    border-radius: 100%;
    font-family: "Inter", sans-serif;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px;
}

.header-down {
    background-color: #254696;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 23px;
}

.header-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.unselected {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
}

.header-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    gap: 6px;
    position: relative;
    cursor: pointer;
}

    .header-dropdown p {
        padding: 0;
        margin: 0;
    }

.header-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(#e72829, #ea580c);
    font-family: "Inter", sans-serif;
}

.footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 85px;
    background-color: #254696;
    gap: 36px;
}

.followuscon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.followustitle {
    font-size: 23px;
    line-height: 25px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin: 0;
    margin-bottom: 38px;
}

.socialcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 17px;
}

    .socialcon img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

.askquestioncon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 12px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 48px;
}

    .askquestioncon p {
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: #254696;
        font-family: "Nunito", system-ui;
    }

.footermenucon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.footermenutitle {
    font-size: 23px;
    line-height: 25px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin: 0;
    margin-bottom: 38px;
}

.footermenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.footermenutext {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.copyrightcon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

    .copyrightcon p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

.mobilesearchinput {
    display: none;
}

.onestopsolutiontitle {
    font-size: 36px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: #254696;
}

.onestopsolutiondesc {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #254696;
    letter-spacing: 1px;
}

.shopbypricesection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    position: relative;
    margin: 20px 85px;
}

    .shopbypricesection img {
        width: 375px;
        height: 200px;
        object-fit: contain;
    }

.topsellingbrands {
    background-color: #ffffff;
    padding: 20px;
}

.topsellingcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px 20px;
    gap: 12px;
}

.topbrands {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.branddetailcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .branddetailcon img {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }

    .branddetailcon p {
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        padding-top: 12px;
    }

.bestsellingbrand {
    padding: 50px 0px;
}

.refurbishedpoints {
    background-color: rgba(37, 70, 150, 0.1);
    padding: 42px 85px;
}

.table {
    padding: 20px 0px;
}

    .table table {
        border: 1px solid #254696;
        width: 100%;
        border-collapse: collapse;
    }

        .table table tbody tr th {
            padding: 20px;
            background-color: rgba(161, 198, 234, 0.3);
            font-size: 22px;
            font-weight: 700;
            color: #254696;
            text-align: left;
            border: 1px solid #254696;
            width: 100%;
        }

        .table table tbody tr td {
            padding: 20px;
            font-size: 22px;
            font-weight: 500;
            color: #333333;
            text-align: center;
            border: 1px solid #254696;
        }

            .table table tbody tr td:first-child {
                text-align: left;
            }

            .table table tbody tr td img {
                width: 36px;
                height: 36px;
            }

.ourvideosection {
    padding: 50px 0px;
}

.videogallery {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 85px;
    padding-top: 40px;
    column-gap: 20px;
    justify-items: center;
    justify-content: center;
}

    .videogallery .videocontainer {
        width: 580px;
        height: 329px;
        border-radius: 7px;
        overflow: hidden;
    }

    .videogallery video {
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

a {
    text-decoration: none;
    color: #000000;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    margin: 5px;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
        font-weight: 700;
        color: #254696;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: #000000;
            font-weight: 400;
            content: "»\00a0";
        }

        ul.breadcrumb li a {
            color: #000000;
            font-size: 18px;
            font-weight: 400;
            text-decoration: none;
        }

.productspagecon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 50px 40px;
    flex-direction: column;
}

.whysellcon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding-top: 50px;
}

.whyselldetailscon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}

.whyselldetailtitle {
    font-size: 60px;
    font-weight: 400;
    color: #333333;
    padding: 0;
    margin: 0;
}

.whyselldetails {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.whyselldetailscon span {
    font-size: 40px;
    font-weight: 400;
    color: #b3b3b3;
}

.whysellsingledetailscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.singledetailnumber {
    font-size: 30px;
    font-weight: 700;
    color: #254696;
    padding: 0;
    margin: 0;
}

.singledetailtext {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 0;
    margin: 0;
}

.whysellyourphone {
    padding: 50px 0px;
}

.whysellbutton {
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    border-radius: 12px;
    padding: 14px 75px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    cursor: pointer;
}

.shopbypricecontainer {
    overflow: scroll;
}

    .shopbypricecontainer::-webkit-scrollbar {
        display: none;
    }

.shopbyprice-slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s ease;
    scroll-snap-type: x mandatory;
    gap: 0px;
    margin: 20px;
    justify-content: flex-start;
}

    .shopbyprice-slider img {
        margin-right: 16px;
    }

.product-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 85px;
    row-gap: 25px;
    column-gap: 25px;
}

.product-gallery-shop {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 10px;
    row-gap: 15px;
    column-gap: 15px;
}

.productstopheader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    background-color: #f3f4f6;
    width: 100%;
    border-radius: 8px;
}

.filtercon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    flex: 2;
}

    .filtercon p {
        font-size: 12px;
        font-weight: 400;
        color: #333333;
    }

.sortcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    flex: 1;
}

.showitemcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    margin-right: 20px;
}

.product-listtype-con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.productsfilter-con {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
    row-gap: 10px;
    column-gap: 10px;
}

    .productsfilter-con .productfilters {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

.productinfo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 10px 62px;
    gap: 100px;
}

.productimagescon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    /* position: sticky;
  z-index: 100;
  top: 182px; */
}

.productimageconinner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 350px;
    object-fit: contain;
}

    .productimageconinner .focusedimage {
        width: 100%;
        height: 100%;
    }

.productoptionscon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}

.otherimagescon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.productinfodetailscon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.producttitle {
    font-size: 20px;
    font-weight: 600;
}

.productinfobasicdetails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 10px;
    width: 100%;
}

.productinfobasicdetailinner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

    .productinfobasicdetailinner span {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .productinfobasicdetailinner p {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        padding: 0;
        margin: 0;
    }

.productpricingdetails {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

    .productpricingdetails .productprice {
        font-size: 24px;
        font-weight: 700;
        color: #e72829;
    }

    .productpricingdetails .productdiscounted {
        font-size: 14px;
        font-weight: 400;
        color: #1a1a1a;
        text-decoration: line-through;
    }

    .productpricingdetails .salebadge {
        margin-left: 10px;
    }

.detaildivider {
    border: 0.8px solid #f2f2f2;
    width: 100%;
    margin-right: 124px;
}

.productvariantcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

    .productvariantcon .productvariantlabel {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.enterpincodecon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

    .enterpincodecon .productvariantlabel {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.productvariantcon .productvariantselectioncon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.productvariantselectioncon .productvariantselectioninner {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
    border-radius: 10px;
    color: #808080;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.productvariantselectioncon .active {
    border: 1px solid #a1c6ea;
    background-color: rgba(161, 198, 234, 0.3);
}

    .productvariantselectioncon .active .variantvalue {
        color: #254696;
    }

    .productvariantselectioncon .active .varianttype {
        color: #e72829;
    }

.colorselectioncon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .colorselectioncon .colorselectioninner {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        border: 1px solid #f2f2f2;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .colorselectioncon .colorselectioninner li {
            width: 25px;
            height: 25px;
            border-radius: 100%;
            background-color: #b1b5b8;
        }

.enterpincodeouter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 1px solid #b3b3b3;
    padding: 10px;
    border-radius: 10px;
}

    .enterpincodeouter input {
        border: 0;
        outline: 0;
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        margin-right: 10px;
    }

        .enterpincodeouter input::placeholder {
            color: #cccccc;
        }

    .enterpincodeouter a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: #254696;
        cursor: pointer;
    }

.productquantityandactions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

    .productquantityandactions .productquantitycon {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 12px 15px;
        width: max-content;
        min-width: 129px;
        min-height: 45px;
        border: 2px solid #f2f2f2;
        border-radius: 3px;
    }

        .productquantityandactions .productquantitycon img {
            cursor: pointer;
            width: 13px;
            height: 13px;
            object-fit: contain;
        }

        .productquantityandactions .productquantitycon .productquantity {
            font-size: 12px;
            font-weight: 400;
            color: #4d4d4d;
        }

.addtocartbtncon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    color: #ffffff;
    background-color: #e72829;
    border: 2px solid #e72829;
    border-radius: 3px;
    width: max-content;
    min-height: 45px;
    cursor: pointer;
    border: 0;
    outline: 0;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}

.buynowbtncon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
    color: #e72829;
    background-color: #ffffff;
    border: 2px solid #e72829;
    border-radius: 3px;
    width: max-content;
    min-height: 45px;
    cursor: pointer;
    outline: 0;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}

.productshareactions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 16px;
}

    .productshareactions a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 8px;
    }

        .productshareactions a img {
            border-radius: 6px;
            border: 1px solid #f2f2f2;
            padding: 6px;
            width: 36px;
            height: 36px;
            object-fit: contain;
        }

        .productshareactions a p {
            padding: 0;
            margin: 0;
            font-size: 12px;
            font-weight: 600;
        }

.emidetailcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    margin-top: 11px;
    margin-bottom: 4px;
}

    .emidetailcon .emiprice {
        font-size: 20px;
        font-weight: 700;
        color: #333333;
    }

    .emidetailcon .emitext {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .emidetailcon .viewplanlink {
        font-size: 14px;
        font-weight: 500;
        color: #254696;
    }

.availablepaymentcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

    .availablepaymentcon .availablepaymentlabel {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.availablepaymentoptions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

    .availablepaymentoptions .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }

    .availablepaymentoptions p {
        font-size: 11px;
        font-weight: 400;
        color: #000000;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

.additionalwarrantycon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px 0px rgba(37, 70, 150, 0.04);
    border-radius: 10px;
}

    .additionalwarrantycon p {
        font-size: 14px;
        font-weight: 400;
        color: #1a1a1a;
    }

    .additionalwarrantycon span {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
    }

    .additionalwarrantycon button {
        border: 0;
        outline: 0;
        padding: 6px 12px;
        color: #254696;
        margin-left: 8px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        font-family: "Inter", sans-serif;
    }

.productdetailedinfosection {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
    width: 100%;
}

    .productdetailedinfosection .horizontaltab {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 10px;
        padding: 0;
        list-style: none;
        width: 100%;
        gap: 24px;
    }

        .productdetailedinfosection .horizontaltab li {
            font-size: 18px;
            font-weight: 300;
            font-family: "Inter", sans-serif;
            padding: 4px 8px;
            color: #0c0c0c;
            cursor: pointer;
        }

        .productdetailedinfosection .horizontaltab .active {
            color: #254696;
            border-bottom: 1px solid #254696;
        }

.technicaldetailstable table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Inter", sans-serif;
}

    .technicaldetailstable table td {
        text-align: left;
        padding: 18px 12px;
        font-size: 16px;
        font-weight: 300;
        color: #717171;
    }

    .technicaldetailstable table tr td:first-child {
        font-size: 16px;
        font-weight: 500;
        color: #717171;
        min-width: 300px;
    }

    .technicaldetailstable table tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

        .technicaldetailstable table tr:nth-child(odd) td:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .technicaldetailstable table tr:nth-child(odd) td:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

.showmorebtn {
    border: 0;
    outline: 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #254696;
    font-size: 14px;
    font-weight: 400;
}

.similiarproductscon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.similiarproductstitle {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.similarproducts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    position: relative;
}

    .similarproducts .arrow-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 990;
    }

.similar-product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    text-align: center;
    margin: 0px 20px;
}

.colorscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    list-style: none;
    gap: 8px;
}

    .colorscon li:not(:last-child) {
        background-color: #ededed;
        width: 12px;
        height: 12px;
        border: 0.25px solid #444444;
        border-radius: 100%;
    }

    .colorscon li:last-child {
        font-size: 16px;
        font-weight: 600;
    }

.similarproductcardtitle {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0px 10px;
    color: #0c0c0c;
}

.similarprodsellingprice {
    color: #0c0c0c;
    font-weight: 300;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.similarproductcard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #f2f2f2;
    gap: 10px;
    border-radius: 5px;
    width: 265px;
}

.reviewscard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
}

.thumbnail-container {
    position: relative;
    display: inline-block;
}

.reviewscard .reviewimage {
    width: 392px;
    object-fit: cover;
    display: block;
}

.video-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    z-index: 1000;
}

.videotitlebg {
    position: absolute;
    bottom: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: fit-content;
    border-radius: 0px 0px 8px 8px;
    padding: 20px 10px;
    background-color: rgba(16, 16, 16, 0.4);
    backdrop-filter: blur(15px);
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videomodal {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

#closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.loginconinner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 300px;
    flex-direction: column;
    gap: 24px;
}

.logincon {
    padding: 50px 0px;
}

.loginconinner p {
    font-size: 28px;
    font-weight: 400;
}

.loginconinner .numberinput {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 17px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.047);
    width: 100%;
}

.numberinput input {
    border: 0;
    outline: 0;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    width: 100%;
}

.loginconinner .getotpbtn {
    text-align: center;
    padding: 12px 24px;
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    border-radius: 12px;
    width: 100%;
    margin-top: 50px !important;
    cursor: pointer;
}

.enterotpconinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 300px;
    flex-direction: column;
    gap: 24px;
}

.enterotpcon {
    padding: 50px 0px;
}

.enterotpconinner p {
    font-size: 28px;
    font-weight: 400;
}

.enterotpconinner .subtext {
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.enterotpconinner .numberinput {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 17px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.047);
    width: 100%;
}

.enterotpconinner .submitotpbtn {
    text-align: center;
    padding: 12px 24px;
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    border-radius: 12px;
    width: 100%;
    margin-top: 25px !important;
    cursor: pointer;
}

.enterotpconinner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .enterotpconinner .container .inputs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 14px;
    }

        .enterotpconinner .container .inputs .input {
            border: 1.5px solid #d9d9d9;
            font-size: 42px;
            font-weight: 700;
            font-family: "Nunito", sans-serif;
            width: 90px;
            height: 90px;
            text-align: center;
            border-radius: 8px;
            color: #254696;
        }

            .enterotpconinner .container .inputs .input:focus {
                background-color: #fafafa;
                outline: 0;
            }

            .enterotpconinner .container .inputs .input:nth-child(1) {
                cursor: pointer;
                pointer-events: all;
            }

.checkoutindicatorcon {
    margin: 10px auto;
}

    .checkoutindicatorcon .stepsindicator {
        display: flex;
        align-items: center;
        padding: 0 40px;
        margin: 30px 0px;
    }

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.stepsindicator .step .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepsindicator .step.active .step-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid #254696;
    width: 72px;
    height: 72px;
}

.stepsindicator .step.completed .step-icon {
    background-color: #a1c6ea;
}

.step.active .step-icon img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1618%) hue-rotate(200deg) brightness(92%) contrast(98%);
    width: 48px;
    height: 48px;
}

.step p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 500;
}

.step.active p {
    color: #254696;
}

.step.step.completed p {
    color: #a1c6ea;
}

.step.step2 p,
.step.step3 p {
    left: 50%;
    transform: translateX(-50%);
}

.indicator-line {
    width: 100%;
    min-width: 112px;
    height: 2px;
    background: #c2c2c2;
    flex: 1;
}

    .indicator-line.active {
        background: #254696;
    }

    .indicator-line.completed {
        background-color: #a1c6ea;
    }

.cartpagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cartpageconinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 100px;
    margin: 0 auto;
}

    .cartpageconinner .cartproductscon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .cartpageconinner .cartamountcon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.adddiscountcoupondiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

    .adddiscountcoupondiv button {
        border: 0;
        outline: 0;
        background-color: #ffffff;
        border: 2px solid #254696;
        color: #254696;
        font-size: 16px;
        font-weight: 400;
        padding: 12px 24px;
        border-radius: 8px;
    }

    .adddiscountcoupondiv .discountinput {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #b4b4b4;
        padding: 12px;
        border-radius: 8px;
    }

        .adddiscountcoupondiv .discountinput input {
            border: 0;
            outline: 0;
            font-size: 16px;
            font-weight: 400;
            color: #717171;
        }

.paymentdetailcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
    width: 100%;
    margin: 20px 0px;
    padding: 16px;
    gap: 16px;
}

    .paymentdetailcon .pd-title {
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

.cartpaymentbreakup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

    .cartpaymentbreakup .singlecartbreakup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }

        .cartpaymentbreakup .singlecartbreakup .title {
            color: #717171;
            font-size: 14px;
            font-weight: 300;
        }

        .cartpaymentbreakup .singlecartbreakup .amountblack {
            color: #444444;
            font-size: 14px;
            font-weight: 700;
        }

        .cartpaymentbreakup .singlecartbreakup .amountblue {
            color: #254696;
            font-size: 14px;
            font-weight: 700;
        }

    .cartpaymentbreakup .carttotalbreakup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }

        .cartpaymentbreakup .carttotalbreakup .title {
            color: #2d2d2d;
            font-size: 16px;
            font-weight: 500;
        }

        .cartpaymentbreakup .carttotalbreakup .amount {
            color: #2d2d2d;
            font-size: 16px;
            font-weight: 500;
        }

.cartproductcard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px;
    gap: 16px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: -2px 2px 15px -1px rgba(113, 113, 113, 0.12);
}

    .cartproductcard .cartproductsingleimage img {
        width: 182px;
        height: fit-content;
        object-fit: contain;
        padding: 10px;
    }

.cartproductsingledetails {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 300px;
}

    .cartproductsingledetails .cartproducttitle {
        font-size: 16px;
        font-weight: 500;
        color: #0c0c0c;
        padding: 0;
        margin: 0;
    }

.cartproductsingledetailsdata {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .cartproductsingledetailsdata .availablestock {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        font-size: 14px;
        font-weight: 500;
        color: #717171;
        gap: 4px;
        padding: 10px 0px;
        margin: 0;
    }

        .cartproductsingledetailsdata .availablestock span {
            color: #254696;
        }

.cartsingleitempricecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

    .cartsingleitempricecon .discountedprice {
        color: #717171;
        font-size: 14px;
        text-decoration: line-through;
    }

    .cartsingleitempricecon .singleproductprice {
        color: #717171;
        font-size: 16px;
        color: #0c0c0c;
    }

.cartitemdeletecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.cartitemqtycon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    border-bottom: 1px solid #9e9e9e;
}

.cartpaymentbreakup .detaildivider {
    border: 1px solid #cbcbcb;
    width: 100%;
    margin-right: 0px;
    margin: 12px 0px;
}

.cartpaymentbreakup .yousavedcon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}

    .cartpaymentbreakup .yousavedcon img {
        margin-right: 20px;
        transform: translateY(1px);
    }

.cartpaymentbreakup .yousaved {
    background-color: #254696;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
}

.ptocheckoutbtn {
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 24px;
}

.checkoutpagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.checkoutpageconinner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.checkoutpagecon .checkoutpageconinner .cartaddresscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    width: 560px;
    border: 1px solid #ededed;
}

    .checkoutpagecon .checkoutpageconinner .cartaddresscon .shippingdetailcon {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

.shipaddresscon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.shipmethodcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

    .shipmethodcon .shippinginputcon {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        background-color: rgba(161, 198, 234, 0.3);
        border: 1px solid #a1c6ea;
        border-radius: 8px;
        padding: 8px;
        width: 100%;
        gap: 5px;
    }

        .shipmethodcon .shippinginputcon .sm-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            gap: 8px;
        }

            .shipmethodcon .shippinginputcon .sm-inner input {
                width: 20px;
                height: 20px;
                accent-color: #254696;
            }

            .shipmethodcon .shippinginputcon .sm-inner label {
                font-size: 16px;
                font-weight: 400;
                color: #2d2d2d;
            }

        .shipmethodcon .shippinginputcon .sm-priceinner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            gap: 8px;
            margin-left: 35px;
            width: 100%;
        }

            .shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
                color: #505050;
                font-size: 14px;
                font-weight: 300;
            }

.checkoutproductcard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px;
    gap: 16px;
    background-color: #ffffff;
    border-bottom: 0.5px solid #cbcbcb;
}

    .checkoutproductcard .cartproductsingleimage img {
        width: 100px;
        height: fit-content;
        object-fit: contain;
        padding: 10px;
    }

    .checkoutproductcard .cartproductsingledetails .cartproducttitle {
        font-size: 14px;
        font-weight: 400;
        color: #2d2d2d;
        padding: 0;
        margin: 0;
    }

.checkoutpaymentdetailcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
    width: 100%;
    padding: 16px;
    gap: 16px;
}

    .checkoutpaymentdetailcon .pd-title {
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

.addressdetailscon {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 8px;
}

.addressnameinput {
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
    padding: 15px 8px;
}

    .addressnameinput input {
        border: 0;
        outline: 0;
        background-color: transparent;
        font-size: 14px;
        font-weight: 300;
        color: #2d2d2d;
        width: 100%;
    }

.paymentpagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.paymentpageconinner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 20px;
    width: 50%;
    gap: 20px;
}

.output {
    position: relative;
    width: fit-content;
    padding: 4px 8px;
    margin-left: 50%;
    font-family: cursive;
    font-size: 16px;
    line-height: 20px;
    color: #254696;
    text-align: center;
    background: #f5f9ff;
    border: 2px solid #254696;
    border-radius: 8px;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

#range {
    --active: #254696;
    --value: #fff;
    --line: #cdd9ed;
    touch-action: none;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--line);
    position: relative;
    &amp;::-webkit-slider-thumb

{
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #f5f9ff;
    border: 2px solid #254696;
    cursor: pointer;
    border-radius: 18px;
    transition: 0.5s ease;
    &amp;:focus, &amp;:active

{
    padding: 8px;
}

}

&amp;:focus,
&amp;:active {
    outline: none;
}

}

.partialcodpaymentcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 16px 60px;
    padding-left: 16px;
    border-radius: 8px;
    width: 100%;
}

.titles p {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    text-transform: uppercase;
}

.partialcodpaymentcon .slider {
    width: 100%;
    padding: 0px;
}

.partialcodpaymentcon .slider-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 0px;
}

.partialcodpaymentcon .payingvalue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .partialcodpaymentcon .payingvalue span {
        font-size: 16px;
        font-weight: 700;
    }

    .partialcodpaymentcon .payingvalue .payingvalueinner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

        .partialcodpaymentcon .payingvalue .payingvalueinner div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #dddddd;
            padding: 4px;
            border-radius: 5px;
            font-size: 20px;
            font-weight: 400;
        }

        .partialcodpaymentcon .payingvalue .payingvalueinner button {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #e72829;
            background-color: #e72829;
            color: #ffffff;
            padding: 4px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
            padding: 8px 16px;
        }

.note-box {
    color: #ffffff;
    background-color: #254696;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
}

    .note-box i {
        color: #ffffff;
        margin-right: 10px;
    }

.completecheckoutfromledger .walletbalance {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .completecheckoutfromledger .walletbalance input {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.paymentpageconinner .makepaymentbtn {
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 24px;
}

.choose_paymentcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

    .choose_paymentcon .dvprepaid {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        background-color: rgba(161, 198, 234, 0.3);
        padding: 10px;
        border: 1px solid #a1c6ea;
        border-radius: 10px;
        width: 100%;
        gap: 10px;
    }

        .choose_paymentcon .dvprepaid .sm-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

            .choose_paymentcon .dvprepaid .sm-inner input {
                width: 20px;
                height: 20px;
            }

            .choose_paymentcon .dvprepaid .sm-inner label {
                font-size: 16px;
                font-weight: 600;
                color: #2d2d2d;
                text-transform: uppercase;
            }

        .choose_paymentcon .dvprepaid .sm-priceinner {
            font-size: 12px;
            font-weight: 400;
            color: #0a0a0a;
            margin-left: 35px;
        }

        .choose_paymentcon .dvprepaid .paymentCard {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

            .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText {
                text-align: center;
                background-color: #254696;
                border: 1px solid #efefef;
                border-radius: 5px;
                margin-left: 35px;
                width: 100%;
                padding: 10px;
                font-size: 16px;
                font-weight: 600;
                color: #ffffff;
                gap: 5px;
            }

                .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText span {
                    color: #ffffff;
                }

.checkoutstep {
    display: none;
}

.mobilemenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

.mobilemenu-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: start;
    margin-top: 0px;
}

.mobilemenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    display: block;
    transition: 0.3s;
}

    .mobilemenu a:hover,
    .mobilemenu a:focus {
        color: #f1f1f1;
    }

.mobilemenu .closebtn {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 45px;
}

.productsdetaileddatacon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.viewallcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
}

    .viewallcon button {
        border: 0;
        outline: 0;
        background-color: #ffffff;
        color: #254696;
        font-size: 16px;
        padding: 12px 24px;
        font-weight: 600;
        border: 2px solid #254696;
        border-radius: 4px;
        font-family: "Inter", sans-serif;
    }

        .viewallcon button:hover {
            border: 0;
            outline: 0;
            background-color: #ffffff;
            color: #254696;
            font-size: 16px;
            padding: 12px 24px;
            font-weight: 600;
            border: 2px solid #254696;
            border-radius: 4px;
            font-family: "Inter", sans-serif;
        }

.addressrowcon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
}

.transactionfailurecon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    flex-direction: column;
    gap: 20px;
}

.transactionfailurtext {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ff0000;
    padding: 50px;
    border-radius: 6px;
    font-size: 20px;
    color: #e72829;
}

.backtocartbtn {
    margin: 0 auto;
}

    .backtocartbtn a {
        background-color: #ffffff;
        color: #254696;
        font-size: 18px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
    }

.howitworkssection .howitworkcon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px;
    text-align: center;
    row-gap: 10px;
    column-gap: 40px;
}

    .howitworkssection .howitworkcon .howitworkcard {
        padding: 15px;
    }

        .howitworkssection .howitworkcon .howitworkcard img {
            width: 90px;
            height: 90px;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .howitworkssection .howitworkcon .howitworkcard h4 {
            padding: 0;
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            color: #333333;
            text-transform: capitalize;
        }

        .howitworkssection .howitworkcon .howitworkcard p {
            padding: 0;
            margin: 0;
            font-size: 18px;
            font-weight: 400;
            color: #666666;
        }

.sdindicatorcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sdstepsindicator {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 80px;
}

.sdstep {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.sdstepsindicator .sdstep .sdstep-icon {
    height: 63px;
    width: 63px;
    border-radius: 100%;
    background: #ffffff;
    border: 3px solid #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #c2c2c2;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sdstepsindicator .sdstep.active .sdstep-icon {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #254696;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid #254696;
}

.sdstepsindicator .sdstep.completed .sdstep-icon {
    background-color: #a1c6ea;
}

.sdstep.active .sdstep-icon img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1618%) hue-rotate(200deg) brightness(92%) contrast(98%);
    width: 48px;
    height: 48px;
}

.sdstep p {
    text-align: center;
    color: #9e9e9e;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.sdstep.active p {
    color: #254696;
}

.sdstep.sdstep.completed p {
    color: #a1c6ea;
}

.selectdevicecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 100px 20px;
    padding-top: 30px;
}

.selectbrandcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 100px 0px;
    padding-top: 30px;
}

.selectbrandoutcon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 50px;
    row-gap: 40px;
    padding: 0px 85px;
}

    .selectbrandoutcon .selectproductbrandcon {
        height: 100px;
        background-color: #ffffff;
        border: 0.86px solid #e4e7e9;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .selectbrandoutcon .selectproductbrandcon img {
            object-fit: contain;
        }

.selectbrandmodelcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 100px 0px;
    padding-top: 30px;
}

.selectbrandmodeloutcon {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    padding: 0px 85px;
    justify-items: center;
}

    .selectbrandmodeloutcon .selectproductbrandmodelcon {
        background-color: #ffffff;
        border: 0.86px solid #e4e7e9;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
        text-align: center;
        color: #254696;
        font-size: 18px;
        font-weight: 600;
        width: 200px;
    }

.pricecomptitlecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.pricecompinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 85px;
    width: 100%;
    gap: 30px;
}

.pricecompcon {
    padding: 50px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .pricecompcon h4 {
        font-size: 30px;
        font-weight: 700;
        color: #254696;
        padding: 0;
        margin: 0;
    }

    .pricecompcon .pricecomptitlecon .subtitle {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        padding: 0;
        margin: 0;
    }

    .pricecompcon h4 span {
        color: #000000;
    }

.priceaccordionoutercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.priceaccordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: transform 0.9s ease;
}

.priceaccordioninner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #254696;
    padding: 20px 30px;
    border-radius: 10px;
}

.priceaccordioninnertitle {
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

    .priceaccordioninnertitle span {
        width: 10px;
        height: 10px;
        color: #ffbc42;
    }

.priceaccordioninnerbtn i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #ffffff;
}

.active,
.priceaccordion:hover {
    background-color: #ffffff;
}

.pricepanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    transform: translateY(-15px);
    border: 1px solid #254696;
    border-radius: 10px;
    width: 100%;
}

    .pricepanel ul {
        font-size: 20px;
        font-weight: 400;
        color: #254696;
        width: 100%;
    }

.sellnowbtn {
    border: 0;
    outline: 0;
    background-color: #e72829;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
}

.collectionmethodcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .collectionmethodcon .collectiontitle {
        color: #254696;
        font-size: 30px;
        font-weight: 700;
    }

.collectiondetaiscon {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 20px 85px;
    gap: 20px;
}

    .collectiondetaiscon input {
        border: 1px solid #e4e7e9;
        outline: 0;
        padding: 15px 10px;
        color: #254696;
        font-size: 18px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        border-radius: 10px;
    }

        .collectiondetaiscon input::placeholder {
            color: #254696;
        }

.tnccon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    color: #333333;
    font-size: 16px;
}

    .tnccon span {
        color: #e72829;
    }

button.continuecollectionbtn {
    text-align: center;
    padding: 12px 24px;
    border: 0;
    outline: 0;
    background-color: #e72829;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    border-radius: 12px;
    cursor: pointer;
    margin: 25px 85px;
}

.sellthankyoupagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .sellthankyoupagecon .sellthankyoudetails {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

        .sellthankyoupagecon .sellthankyoudetails .thumbup {
            width: 140px;
            height: 140px;
            object-fit: contain;
        }

        .sellthankyoupagecon .sellthankyoudetails h4 {
            color: #254696;
            font-size: 30px;
            font-weight: 700;
        }

        .sellthankyoupagecon .sellthankyoudetails p {
            color: #333333;
            font-size: 18px;
            font-weight: 400;
        }

        .sellthankyoupagecon .sellthankyoudetails .sellproductdetailcon {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            gap: 10px;
        }

            .sellthankyoupagecon .sellthankyoudetails .sellproductdetailcon img {
                width: 120px;
                height: 120px;
                object-fit: contain;
            }

.sellproductdetailcon .sellproductdetailinner p {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
}

.referencecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .referencecon p {
        font-size: 30px !important;
        font-weight: 700 !important;
    }

    .referencecon span {
        font-size: 18px;
        font-weight: 500;
        color: #254696;
    }

img.bannerimage {
    width: 100%;
}

.selectdevicestep {
    display: none;
}

/* About Us Code Starts Here */

.aboutuscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.aboutustitlecon {
    text-align: center;
    /*margin: 10px;*/
}

    .aboutustitlecon p {
        font-size: 60px;
        font-weight: 800;
        color: #254696;
        font-family: "Nunito", "sans-serif"!important;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    .aboutustitlecon span {
        font-size: 24px;
        font-weight: 800;
        color: #4d4d4d;
        font-family: "Nunito", "sans-serif"!important;
    }

.aboutusvideocon {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 50px;
    margin: 20px 100px;
}

.rounded-iframe {
    border-radius: 10px;
}

.aboutusvideocon p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", "sans-serif" !important;
    color: unset !important; 
    margin: 0px !important;
    padding: 0 !important;
}

.whatwedotitle {
    font-size: 48px;
    font-weight: 800;
    color: #254696;
    font-family: "Nunito", "sans-serif" !important;
    text-align: center;
}

.whatwedoinner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 50px;
}

.whatwedoinnercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.whatwedoinnercon img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.whatwedoinnercon p {
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    font-family: "Nunito", "sans-serif"!important;
    text-align: center;
    padding: 0; 
    margin-bottom: 15px;
}

.whatwedoinnercon span {
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    font-family: "Nunito", "sans-serif"!important;
    text-align: center;
}

.ourmissioninner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

    .ourmissioninner p {
        font-size: 32px;
        font-weight: 800;
        color: #254696;
        font-family: "Nunito", "sans-serif" !important;
        text-align: center;
        padding: 5px;
        margin: 0;
        margin-bottom: 10px;
    }

.commitmentcon{
    margin:50px 0;
}

.bordercon {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    margin: 20px 100px;
}

.ourmissioninner span {
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
    font-family: "Nunito", "sans-serif"!important;
}

.ourmissionimage img {
    width: 500px;
    height: auto;
    object-fit: contain;
}

.commitmenttitle {
    font-size: 48px;
    font-weight: 800;
    color: #333333;
    font-family: "Nunito", "sans-serif"!important;
    text-align: center;
}

.commitmentinner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.commitmentinnercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagecon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.commitmentinnercon img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.commitmentinnercon p {
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    font-family: "Nunito", "sans-serif"!important;
    text-align: center;
    padding: 0;
    margin: 0;
}

.legacyinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.whatwedocon{
    margin:50px 0;
}

.legacyinner p {
    font-size: 32px;
    font-weight: 800;
    color: #254696;
    font-family: "Nunito", "sans-serif"!important;
    text-align: center;
    padding: 0;
}

    .legacyinner span {
        font-size: 18px;
        font-weight: 400;
        color: #4d4d4d;
        font-family: "Nunito", "sans-serif"!important;
    }

.bigtitle {
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    color: #808080;
    font-family: "Nunito", "sans-serif"!important;
}

.founderbordercon {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin: 20px 100px;
}

.founderinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .founderinner p {
        font-size: 32px;
        font-weight: 800;
        color: #254696;
        font-family: "Nunito", "sans-serif"!important;
        text-align: center;
        padding: 0;
       
    }

    .founderinner span {
        font-size: 18px;
        font-weight: 400;
        color: #4d4d4d;
        font-family: "Nunito", "sans-serif"!important;
    }

.founderconinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px;
    gap: 50px;
}

    .founderconinner img {
        width: 200px;
        height: 200px;
        border-radius: 100%;
    }

.founderdetailcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

    .founderdetailcon .foundername {
        font-size: 36px;
        font-weight: 800;
        color: #333333;
        font-family: "Nunito", "sans-serif"!important;
    }

    .founderdetailcon .founderdesg {
        font-size: 18px;
        font-weight: 700;
        color: #808080;
        font-family: "Nunito", "sans-serif"!important;
        padding: 8px 0px;
    }

    .founderdetailcon .founderdesc {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        font-family: "Nunito", "sans-serif"!important;
    }

/* About Us Code Ends Here */

@media screen and (max-width: 1016px) {
    .desktopheader {
        display: none;
    }

    .mobileheaderup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }

    .mobileheaderuplogocon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .mobileheadericons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .header-logo {
        width: 150px;
    }

    .icon-container {
        position: relative;
        display: flex;
        align-items: center;
    }

    .mobileheaderdown {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
    }

    .mobilesearchinput {
        border: 1px solid #b9cfea;
        border-radius: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 100%;
        padding: 12px;
        gap: 16px;
        position: relative;
    }

    .herosection {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 40px 0px;
        gap: 16px;
        padding-top: 20px;
    }

    .herosellsection {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        border-radius: 16px;
    }

    .herobuysection {
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .sellmobilesection {
        width: 95px;
        height: 95px;
        border-radius: 10px;
    }

        .sellmobilesection img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

    .sellmobile {
        gap: 0px;
        padding: 0px;
    }

    .sellmobiletitle {
        font-size: 14px;
        margin-top: 8px;
    }

    .heroselltitlecon {
        top: 0px;
    }

    .herobuytitlecon {
        top: 0px;
    }

    .heroselltitle {
        font-size: 20px;
    }

    .herobuytitle {
        font-size: 20px;
    }

    .herobuy-container {
        width: 100%;
        padding: 20px;
    }

    .whysection1 {
        flex-direction: column;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        column-gap: 10px;
        width: 100%;
    }

    .whyouterdiv {
        width: 100%;
        height: 100%;
        padding: 10px;
        gap: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
    }

    .whysectionimage {
        max-width: 30px;
        max-height: 30px;
    }

    .whytextmaintext {
        font-size: 18px;
        width: max-content;
    }

    .whytextsubtext {
        font-size: 14px;
        width: max-content;
    }

    .whysection2 {
        padding: 0px 20px;
    }

    .whysection2title {
        font-size: 30px;
    }

    .onestopsolution {
        flex-direction: column-reverse;
        padding: 60px 20px;
    }

    .onestopsolutionleftdiv {
        width: 100%;
    }

    .onestopsolutionrightdiv {
        width: 100%;
        gap: 20px;
    }

    .onestopsolutiontitle {
        font-size: 20px;
    }

    .onestopsolutiondesc {
        font-size: 14px;
    }

    .image-container {
        overflow: auto;
        width: 250px;
    }

    .image-slider {
        overflow: scroll;
    }

        .image-slider::-webkit-scrollbar {
            display: none;
        }

        .image-slider img {
            width: 215px;
        }

    .dealofthedaytitle {
        padding: 0px 20px;
    }

    .dealofthedaytext {
        font-size: 30px;
    }

    .dealofthdaysection {
        flex-direction: column;
        padding: 30px 20px;
    }

    .product-slider {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: clip;
    }

    .st-title {
        padding: 0px 15px;
    }

    .st-text {
        font-size: 18px;
        text-align: center;
        white-space: nowrap;
    }

    .dodbannerimage {
        object-fit: contain;
        width: 320px;
    }

    .whyxtracover {
        padding: 50px 0px;
    }

    .stepsouterdiv {
        flex-direction: row;
        gap: 8px;
        padding: 10px;
        justify-content: flex-start;
    }

        .stepsouterdiv img {
            width: 18px;
        }

    .stepsinnertextcon {
        width: 100%;
        gap: 3px;
    }

    .stepsinnertextnumber {
        font-size: 20px;
    }

    .stepsinnertextdesc {
        font-size: 12px;
        width: 100%;
    }

    .selldeviceoutcon {
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .selldevicecon {
        width: 90px;
        height: 150px;
        overflow: hidden;
        padding: 10px;
        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
    }

        .selldevicecon img {
            max-width: 70%;
            max-height: 70%;
            margin-bottom: 5px;
        }

        .selldevicecon p {
            font-size: 12px !important;
            margin: 0;
        }

    .blogs {
        padding: 30px 15px;
    }

    .pt-title {
        padding: 0px;
    }

    .pt-text {
        font-size: 16px;
    }

    .singleblogcon {
        padding: 20px;
    }

    .phonesoldsection {
        margin: 20px;
        border-radius: 1000px;
        padding: 10px 50px;
    }

    .phonesoldsectiontitle {
        font-size: 16px;
    }

    .happycustomers {
        padding: 20px 15px;
    }

    .customertestimonials {
        overflow: hidden;
        position: relative;
    }

    .customerreviewslider {
        display: flex;
        transition: transform 0.3s ease;
        padding: 15px;
    }

    .customerreviewscard {
        min-width: 100%;
        box-sizing: border-box;
    }

    .customerreviewscardactive {
        min-width: 300px;
    }

    .customeravataractive {
        width: 50px;
        height: 50px;
    }

    .customernameactive {
        font-size: 20px;
    }

    .customerdesignation {
        font-size: 16px;
    }

    .customerreviewtitleactive p {
        font-size: 18px;
    }

    .customerreviewdescactive p {
        font-size: 14px;
    }

    .customersliderdots {
        margin: 0 auto;
        padding: 20px;
        gap: 10px;
    }

        .customersliderdots img {
            width: 20px;
            height: 20px;
        }

    .reviewsdot {
        width: 12px;
        height: 12px;
    }

        .reviewsdot .active {
            width: 12px;
            height: 12px;
        }

    .faqs {
        padding: 15px;
    }

    .accordioninnertitle {
        font-size: 20px;
    }

    .accordioninnerbtn {
        font-size: 24px;
    }

    .panel p {
        font-size: 16px;
    }

    .footer {
        flex-direction: column;
        padding: 30px 15px;
    }

    .followustitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .socialcon img {
        width: 35px;
        height: 35px;
    }

    .askquestioncon {
        margin-top: 30px;
        padding: 6px 12px;
    }

        .askquestioncon p {
            font-size: 14px;
        }

    .footermenutitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footermenutext {
        font-size: 14px;
    }

    .categoryinput,
    .searchicon {
        z-index: 0;
    }

    .topsellingcon {
        justify-content: flex-start;
        overflow-x: hidden;
        padding: 20px;
    }

    .topsellingbrands {
        padding: 20px;
    }

        .topsellingbrands .st-title {
            padding: 0px;
        }

    .topbrands {
        overflow-x: auto;
        padding: 0px 20px;
        justify-content: flex-start;
        gap: 24px;
        scroll-snap-type: x mandatory;
    }

        .topbrands::-webkit-scrollbar {
            display: none;
        }

    .dodproducts {
        width: 100%;
    }

    .shopbypricesection {
        margin: 20px;
    }

        .shopbypricesection img {
            width: 330px;
        }

    .shopbyprice-slider {
        margin: 0px 20px;
    }

    .bestsellingbrand {
        padding: 20px 0px;
    }

    .product-gallery {
        padding: 20px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
    }

    .refurbishedpoints {
        padding: 20px;
    }

    .pt-inner {
        padding: 10px 5px;
    }

    .table table tbody tr th {
        font-size: 14px;
        padding: 10px;
    }

    .table table tbody tr td {
        font-size: 14px;
        padding: 10px;
    }

        .table table tbody tr td img {
            width: 20px;
            height: 20px;
        }

    .videogallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding: 10px 20px;
        row-gap: 10px;
    }

        .videogallery .videocontainer {
            width: 100%;
            height: fit-content;
        }

    .productspagecon {
        padding: 15px;
    }

    .productstopheader {
        padding: 10px;
        justify-content: space-between;
    }

    .productsfilter-con .productfilters p {
        white-space: nowrap;
    }

    .product-container {
        width: 100%;
    }

    .product-gallery-shop {
        padding: 0px;
        padding-top: 20px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .showitemcon {
        display: none;
    }

    .product-listtype-con {
        display: none;
    }

    ul.breadcrumb li {
        font-size: 16px;
    }

        ul.breadcrumb li a {
            font-size: 16px;
        }

    .productinfo {
        flex-direction: column;
        padding: 10px;
        gap: 20px;
    }

    .productimageconinner {
        width: 100%;
    }

    .productinfodetailscon {
        width: 100%;
        padding: 0px 10px;
    }

    .otherimagescon {
        gap: 5px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

        .otherimagescon img {
            width: 60px;
            height: 60px;
        }

    .producttitle {
        font-size: 18px;
    }

    .productsdetaileddatacon {
        width: 100%;
    }

    .enterpincodecon {
        width: 100%;
    }

    .productquantityandactions {
        flex-direction: row;
        width: fit-content;
    }

        .productquantityandactions .productquantitycon {
            width: fit-content;
            min-width: 85px;
        }

    .detaildivider {
        margin-right: 0px;
    }

    .addtocartbtncon {
        width: 100%;
        padding: 0px 15px;
    }

    .buynowbtncon {
        width: 100%;
        padding: 0px 15px;
    }

    .availablepaymentoptions {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .productdetailedinfosection {
        padding: 20px 10px;
    }

        .productdetailedinfosection .horizontaltab li {
            font-size: 16px;
        }

    .technicaldetailstable table tr td:first-child {
        min-width: 100px;
    }

    .technicaldetailstable table td {
        white-space: wrap;
    }

    .similiarproductscon {
        width: 100%;
    }

    .similarproducts {
        width: 100%;
    }

    .reviewscard .reviewimage {
        width: 340px;
    }

    .video-play-circle {
        width: 32px;
        height: 32px;
    }

    .videotitlebg {
        font-size: 14px;
        padding: 10px;
        min-height: 52px;
    }

    .cartpageconinner {
        flex-direction: column;
        gap: 30px;
    }

    .indicator-line {
        min-width: 70px;
    }

    .loginconinner {
        padding: 20px;
    }

        .loginconinner p {
            font-size: 20px;
        }

    .enterotpconinner {
        padding: 20px;
    }

        .enterotpconinner p {
            font-size: 20px;
        }

        .enterotpconinner .container .inputs .input {
            width: 50px;
            height: 50px;
            font-size: 25px;
        }

    .loginconinner .getotpbtn {
        font-size: 20px;
    }

    .enterotpconinner .submitotpbtn {
        font-size: 20px;
    }

    .cartproductcard {
        gap: 10px;
        box-shadow: none;
        border-bottom: 1px solid #e0e0e0;
    }

        .cartproductcard .cartproductsingleimage img {
            width: 75px;
            padding: 0px;
        }

    .cartproductsingledetails .cartproducttitle {
        font-size: 14px;
    }

    .similiarproductstitle {
        font-size: 18px;
        padding: 0px 20px;
    }

    .checkoutpageconinner {
        flex-direction: column;
        gap: 30px;
    }

    .checkoutpagecon .checkoutpageconinner .cartaddresscon {
        width: 100%;
        margin: 20px;
    }

    .shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
        font-size: 12px;
    }

    .checkoutpaymentdetailcon {
        width: 100%;
        margin: 20px;
    }

    .paymentpageconinner {
        width: 100%;
        margin: 20px;
    }

    .note-box {
        font-size: 12px;
    }

    .walletbalance label {
        font-size: 14px;
    }

    .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText {
        font-size: 11px;
    }

    .transactionfailurecon {
        padding: 20px;
    }

    .transactionfailurtext {
        padding: 20px;
    }

    .whysellcon {
        gap: 20px;
        flex-direction: column;
        padding: 20px;
    }

        .whysellcon .tnimg {
            width: 200px;
            height: 200px;
        }

        .whysellcon img {
            width: 24px;
            height: 24px;
        }

    .whyselldetailtitle {
        font-size: 18px;
    }

    .whyselldetailscon span {
        font-size: 10px;
    }

    .singledetailnumber {
        font-size: 18px;
    }

    .singledetailtext {
        font-size: 14px;
    }

    .whysellbutton {
        font-size: 14px;
        padding: 14px 75px;
    }

    .selldevice {
        padding: 50px 5px !important;
    }

    .howitworkssection .howitworkcon {
        padding: 10px;
        column-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

        .howitworkssection .howitworkcon .howitworkcard img {
            width: 50px;
            height: 50px;
        }

        .howitworkssection .howitworkcon .howitworkcard h4 {
            font-size: 16px;
        }

        .howitworkssection .howitworkcon .howitworkcard p {
            font-size: 12px;
        }

    .sdstepsindicator {
        gap: 20px;
    }

        .sdstepsindicator .sdstep.active .sdstep-icon {
            width: 42px;
            height: 42px;
            font-size: 18px;
        }

        .sdstepsindicator .sdstep .sdstep-icon {
            width: 42px;
            height: 42px;
            font-size: 18px;
        }

        .sdstepsindicator img {
            width: 42px;
            height: 42px;
        }

    .sdstep p {
        font-size: 14px;
    }

    .selectbrandcon {
        padding: 20px;
        gap: 20px;
    }

    .selectbrandoutcon {
        padding: 0px;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 10px;
        column-gap: 10px;
    }

        .selectbrandoutcon .selectproductbrandcon {
            border-radius: 8px;
            height: 100%;
            min-height: 60px;
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        }

            .selectbrandoutcon .selectproductbrandcon img {
                width: 50%;
                height: 50%;
            }

    .selectbrandmodelcon {
        gap: 20px;
    }

    .selectbrandmodelcon {
        padding: 20px;
    }

    .selectbrandmodeloutcon {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
        gap: 18px;
    }

        .selectbrandmodeloutcon .selectproductbrandmodelcon {
            padding: 14px;
            font-size: 14px;
            width: 100%;
            border-radius: 8px;
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        }

    .pricecompcon {
        padding: 20px;
    }

    .pricecomptitlecon {
        width: 100%;
    }

    .pricecompcon h4 {
        font-size: 20px;
    }

    .pricecompcon .pricecomptitlecon .subtitle {
        font-size: 14px;
    }

    .pricecompinner {
        padding: 20px 0px;
        gap: 10px;
    }

    .priceaccordioninner {
        padding: 15px;
        border-radius: 10px;
    }

    .priceaccordioninnertitle {
        font-size: 18px;
    }

    .pricepanel {
        transform: translateY(-8px);
    }

        .pricepanel ul li {
            font-size: 14px;
        }

    .sellnowbtn {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .collectionmethodcon {
        padding: 0px 20px;
    }

    .collectiondetaiscon {
        padding: 20px 0px;
    }

        .collectiondetaiscon input {
            font-size: 14px;
        }

    .collectionmethodcon .collectiontitle {
        font-size: 16px;
    }

    button.continuecollectionbtn {
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 10px;
        margin: 25px;
    }

    .sellthankyoupagecon .sellthankyoudetails {
        padding: 20px;
    }

        .sellthankyoupagecon .sellthankyoudetails .thumbup {
            width: 90px;
            height: 90px;
        }

        .sellthankyoupagecon .sellthankyoudetails h4 {
            font-size: 20px;
        }

        .sellthankyoupagecon .sellthankyoudetails p {
            font-size: 14px;
        }

    .referencecon p {
        font-size: 20px !important;
    }

    .referencecon span {
        font-size: 16px;
    }

    .singleblogtitle {
        font-size: 14px;
    }

    .singleblogdescription {
        font-size: 14px;
    }

    img.singleblogimage {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .readmoretext {
        font-size: 12px;
    }

    .productcardtitle {
        white-space: wrap;
        font-size: 12px;
    }

    .productimage {
        object-fit: fill;
        max-width: 100px;
        min-height: 100px;
    }

    .pricecon {
        width: 100%;
    }

    .discountamount {
        font-size: 12px;
    }

    .sellingprice {
        font-size: 14px;
    }

    .cutoffprice {
        font-size: 10px;
    }

    /* About Us Responsive Design Start Here */

    .aboutustitlecon p {
        font-size: 32px;
    }

    .aboutustitlecon span {
        font-size: 16px;
    }

    .aboutusvideocon {
        background-color: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        width: 95%;
    }

    .aboutvideo {
        width: 100%;
    }

    .rounded-iframe {
        width: 100%;
        height: 198px;
    }

    .aboutusvideocon p {
        font-size: 14px;
    }

    .whatwedotitle {
        font-size: 32px;
    }

    .whatwedoinner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 15px;
    }

    .whatwedoinnercon img {
        width: 100px;
        height: 50px;
    }

    .imagecon {
        padding: 10px;
    }

    .whatwedoinnercon p {
        font-size: 18px;
    }

    .whatwedoinnercon span {
        font-size: 12px;
        height: 50px;
    }

    .bordercon {
        margin: 20px;
        padding: 20px;
        flex-direction: column-reverse;
    }

    .ourmissionimage img {
        width: 100%;
        height: auto;
    }

    .ourmissioninner p {
        font-size: 24px;
    }

    .ourmissioninner span {
        font-size: 14px;
    }

    .commitmentcon {
        width: 100%;
        margin: 20px 0px;
    }

    .commitmenttitle {
        font-size: 20px;
        width: 100%;
    }

    .commitmentinner {
        gap: 0px;
    }

    .commitmentinnercon img {
        width: 100px;
        height: 100px;
    }

    .commitmentinnercon p {
        font-size: 16px;
    }

    .legacyinner p {
        font-size: 18px;
    }

    .legacyinner span {
        font-size: 14px;
    }

    .bigtitle {
        font-size: 28px;
    }

    .founderbordercon {
        margin: 20px;
    }

    .founderinner p {
        font-size: 24px;
    }

    .founderinner span {
        font-size: 16px;
    }

    .founderconinner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
        padding: 0px;
        padding-top: 50px;
        gap: 10px;
    }

        .founderconinner img {
            width: 80px;
            height: 80px;
        }

    .founderdetailcon .foundername {
        font-size: 20px;
    }

    .founderdetailcon .founderdesg {
        font-size: 14px;
    }

    .founderdetailcon .founderdesc {
        font-size: 14px;
    }
}

.categoryinput {
    color: rgb(117, 117, 117) !important;
    background: transparent !important;
}

    .categoryinput::placeholder {
        color: rgb(117, 117, 117) !important;
    }

@media only screen and (max-width: 767px) {
    .footer {
        padding: 30px 15px 30px 50px;
    }
}

.aboutustitlecon h1 {
    font-size: 60px;
    font-weight: 800;
    color: #254696;
    font-family: "Nunito", "sans-serif"!important;
    padding: 0;
    margin: 0;
}</pre></body></html>