@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&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: #ffffff;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}

html,
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

p, h1, h2, h3, h4, h5, h6, a, label {
    font-family: "Inter", sans-serif !important;
}

.desktopheader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    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: -webkit-fill-available;
    border-top: 4px solid #e72829;
}

.mobileheaderup {
    display: none;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 10px 20px;
    width: -webkit-fill-available;
    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: -webkit-fill-available;
    padding: 6px;
    gap: 16px;
    position: relative;
    margin-right: 15px;
}

.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 !important;
}

.categoryinput {
    border: 0;
    outline: 0;
    width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    font-family: "Inter", sans-serif !important;
}

.faqs .panel p {
    font-size: 16px;
    line-height: 24px;
}

.faqs button:focus {
    outline: none;
    background-color: transparent !important;
}

.categoryinput:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.signintext {
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    padding: 0;
    margin: 0;
}

.accounttext {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    padding: 0;
    margin: 0;
}

.icon-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.icons {
    width: 26px;
    height: 26px;
}

.topshowquantity {
    background-color: #e72829;
    color: #ffffff;
    border-radius: 100%;
    font-family: "Inter", sans-serif !important;
    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: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 23px;
    padding: 10px 0 7px;
}

.modal {
    z-index: 9999;
    top: 135px;
}

.custom-order h5 {
    width: 50%;
}

.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 !important;
    margin-bottom: 0;
}

.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 !important;
    margin-bottom: 0;
}

.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 !important;
    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 !important;
    margin-bottom: 0;
}

.herosection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 60px;
    padding-bottom: 50px;
    gap: 30px;
}

.herosellsection {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e72829;
    width: -webkit-fill-available;
    padding: 20px;
    padding-top: 50px;
    border-radius: 24px;
    gap: 10px;
}

.herobuysection {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #254696;
    width: -webkit-fill-available;
    padding: 20px;
    padding-top: 50px;
    border-radius: 24px;
    gap: 10px;
}

.sellmobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 0px 10px;
}

.sellmobilesection {
    background-color: white;
    width: 170px;
    height: 170px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sellmobiletitle {
    font-size: 24px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    color: #ffffff;
    padding: 0 10px;
    margin: 0;
}

.heroselltitle {
    font-size: 30px;
    font-weight: 700;
    color: #e72829;
    font-family: "Inter", sans-serif !important;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e72829;
    width: fit-content;
    padding: 6px 20px;
}

.herobuytitle {
    font-size: 30px;
    font-weight: 700;
    color: #254696;
    font-family: "Inter", sans-serif !important;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #254696;
    width: fit-content;
    padding: 6px 20px;
}

.herobuy-container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.heroselltitlecon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -26px;
}

.herobuytitlecon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -26px;
}

.herosliderbanner {
    background-color: rgba(161, 198, 234, 0.3);
    width: -webkit-fill-available;
    max-height: 480px;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.herosliderbanner img {
    width: -webkit-fill-available;
    height: auto;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #808080;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .dot.active {
        background-color: #254696;
    }

.whysection1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding: 20px;
    margin-top: 30px;
}

.whyxtracover {
    padding: 50px 115px;
}

.whyouterdiv {
    display: flex;
    justify-content: flex-start;
    width: -webkit-fill-available;
    align-items: center;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    gap: 21px;
    padding: 20px;
}

.whysectionimage {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

.whytextouterdiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.whytextmaintext {
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.whytextsubtext {
    padding: 0;
    margin: 0;
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
}

.whysection2inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(161, 198, 234, 0.3);
    padding: 10px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.whysection2title {
    font-size: 36px;
    font-weight: 700;
    color: #254696;
    padding: 0;
    margin: 0;
}

.onestopsolution {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-fill-available;
    background-color: rgba(161, 198, 234, 0.3);
    padding: 60px 35px;
    flex-direction: row;
    gap: 30px;
}

.onestopsolutionleftdiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 30%;
}

.onestopsolutionrightdiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    width: 70%;
}

.image-container {
    overflow: auto;
    width: fit-content;
}

    .image-container::-webkit-scrollbar {
        display: none;
    }

.image-slider {
    display: flex;
    transition: transform 0.4s ease;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    scroll-snap-type: x mandatory;
    max-height: 240px;
    scroll-snap-align: start;
}

    .image-slider img {
        max-width: 260px;
        max-height: 240px;
        scroll-snap-align: start;
        border-radius: 15px;
        padding: 0px 21px;
        background: #fff;
    }

#left-arrow,
#right-arrow {
    cursor: pointer;
}

.dealoftheday {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
}

.st-title {
    padding: 0px 85px;
}

.st-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(161, 198, 234, 0.3);
    padding: 6px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.st-text {
    font-size: 30px;
    font-weight: 700;
    color: #254696;
    padding: 0;
    margin: 0;
}

.pt-title {
    padding: 0 85px;
}

.pt-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #254696;
    border: 1px solid #f3f9fb;
    padding: 5px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.pt-text {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

    .pt-text span {
        color: #ffbc42;
    }

.dealofthdaysection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 30px 106px;
    gap: 20px;
}

.dodbannerimage {
    object-fit: contain;
    width: 370px;
}

.dodproducts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0px;
    position: relative;
}

.arrow-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 990;
}

.product-container {
    overflow: hidden;
}

.product-slider {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s ease;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin: 20px;
    justify-content: center;
}

#dod-left-arrow,
#dod-right-arrow {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.productcard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px;
    border: 1px solid #f2f2f2;
    gap: 10px;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 320px;
    min-height: 320px;
    position: relative;
}

/* .productcard:hover {
  border: 1px solid #c9cfd2;
  transform: scale(1.01);
  box-shadow: 0px 8px 24px 0px rgb(25, 28, 31, 0.12);
} */

.productcardtitle {
    font-size: 14px;
    font-weight: 600;
    white-space: wrap;
    text-overflow: ellipsis;
    max-width: 70%;
    padding: 0;
    color: #1a1a1a;
    margin: 0 10px 0 10px;
    position: absolute;
    top: 6px;
}

.hotbadge {
    background-color: #17a398;
    color: #ffffff;
    width: fit-content;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.salebadge {
    background-color: #ffbc42;
    color: #000000;
    width: fit-content;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-image-container {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
}

.discountamount {
    font-size: 14px;
    font-weight: 600;
    color: #e72829;
    white-space: nowrap;
    margin: 0;
}

.cutoffprice {
    color: #666666;
    font-weight: 600;
    font-size: 18px;
    text-decoration: line-through;
    padding: 0;
    margin: 0;
}

.sellingprice {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.productimage {
    object-fit: fill;
    max-width: 172px;
    min-height: 172px;
}

.product-gallery-shop .productimage {
    object-fit: fill;
    max-width: 150px;
    min-height: 100px;
}

.hide-hot-badge {
    visibility: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    transition: background-color 1s ease;
}

    .overlay img {
        width: 48px;
        height: 48px;
    }

.productcard:hover .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

.pricecon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding: 0px 10px;
    position: absolute;
    bottom: 8px;
}

.selldevice {
    padding-bottom: 50px;
}

.stepsouterdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 50px;
    padding: 40px 0px;
}

.stepsinnertextcon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.stepsinnertextnumber {
    font-size: 56px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    color: #000;
}

.stepsinnertextdesc {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    width: 200px;
    line-height: 22px;
    margin: 0;
}

.selldevicecon p {
    color: #000;
}


.selldevicetitle {
    padding: 0px 85px;
}

.selldeviceinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(161, 198, 234, 0.3);
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.selldevicetext {
    font-size: 36px;
    font-weight: 800;
    color: #254696;
    padding: 0;
    margin: 0;
}

.selldeviceoutcon {
    justify-content: center;
    width: 90%;
    display: flex;
    margin: 0 auto;
    gap: 5px;
}


    .selldeviceoutcon a {
        flex: 0 0 auto;
        width: 25%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-top: var(--bs-gutter-y);
    }


.selldevicecon {
    background-color: #ffffff;
    border: 1px solid #f2f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    gap: 15px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}

.blogs {
    padding: 60px 50px 10px 50px;
    background-color: rgba(161, 198, 234, 0.3);
}

.blogssection {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
    justify-content: center;
}

.blogusername {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

.singleblogcon {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
    width: 39%;
}

.singleblogimage {
    width: 100%;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    border-radius: 3px;
    object-fit: cover;
}

.singleblogdetailcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.singleblogtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    max-width: -webkit-fill-available;
    padding: 0;
    margin: 0;
    min-height: 16px;
    max-height: 16px;
    line-height: 20px;
}

.singleblogdescription {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    max-width: -webkit-fill-available;
    margin: 60px 0;
    min-height: 80px;
    max-height: 80px;
}

.singlebloguserconicon {
    width: 25px;
    height: 25px;
}

.singleblogusercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.readmorebtncon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #254696;
    gap: 8px;
    padding: 13px 24px;
    width: fit-content;
}

.readmoretext {
    font-size: 14px;
    font-weight: 700;
    color: #254696;
    margin-right: 5px;
    margin-bottom: 0
}

.phonesoldsection {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 50px;
    margin: 50px 100px;
    padding: 20px 30px;
}

.phonesoldsectiontitle {
    font-size: 33px;
    font-weight: 800;
    padding: 0;
    margin: 0;
}

    .phonesoldsectiontitle span {
        color: #e72829;
    }

.starscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.customstar {
    color: #e72829;
    max-width: 18px;
    max-height: 17px;
}

.customername {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    padding: 0;
    margin: 0;
    color: #1a1a1a;
}

.customernameactive {
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    padding: 0;
    margin: 0;
    color: #1a1a1a;
}

.customerdesignation {
    font-size: 12px;
    font-weight: 400;
    font-family: "Nunito", system-ui;
    padding: 0;
    margin: 0;
    color: #4d4d4d;
}

.customerdesignation {
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", system-ui;
    padding: 0;
    margin: 0;
    color: #4d4d4d;
    text-align: left;
}

.customerinfo {
    gap: 14px;
    width: -webkit-fill-available;
}

customertestimonials {
    margin-bottom: 50px;
}

.cus-infi-flexi {
    display: flex;
}

    .cus-infi-flexi .customeravatar {
        margin-right: 10px;
    }

.customerdetail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: -webkit-fill-available;
}

.customerdetailinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.customerreviewtitle p {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    color: #1a1a1a;
    padding: 10px 0px;
    margin: 0;
    text-align: left;
}

.customerreviewtitleactive p {
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    color: #1a1a1a;
    padding: 10px 0px;
    margin: 0;
}

.customerreviewdesc p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Nunito", system-ui;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
    text-align: left;
}

.customerreviewdescactive p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito", system-ui;
    color: #4d4d4d;
    padding: 0;
    margin: 15px 0 0 0;
    line-height: 24px;
}

.customerreviewscard {
    display: block;
    width: fit-content;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 16px;
    min-width: 315px;
    transition: transform 0.3s ease;
}

.customerreviewscardactive {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 16px;
    min-width: 400px;
}

.customerreviewslider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 30px 25px;
    padding-bottom: 25px;
    width: 100%;
    gap: 60px;
}

.customeravatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.customeravataractive {
    width: 72px;
    height: 72px;
    border-radius: 100%;
}

.customersliderdots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 36px;
    padding: 40px;
    padding-bottom: 90px;
}

.reviewsdotcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.reviewsdot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background-color: #cccccc;
}

.reviewsdotcon .active {
    width: 16px;
    height: 16px;
    background-color: #666666;
}

.accordionoutercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: -webkit-fill-available;
}

.borderbottom {
    border-bottom: 1px solid #808080;
}

.accordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: transform 0.9s ease;
    border-top: 1px solid #808080;
}

.accordioninner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.accordioninnertitle {
    font-size: 30px;
    font-weight: 800;
    width: -webkit-fill-available;
    padding: 0;
    margin: 0;
    color: #000000;
}

.accordioninnerbtn {
    font-size: 48px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: #000000;
}

.active,
.accordion:hover {
    background-color: #ffffff;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

    .panel p {
        font-size: 20px;
        font-weight: 400;
    }

.faqs {
    padding: 0px 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .faqs .panel {
        width:100%;
    }

        .faqs .panel p {
            color: #0000008f;
            line-height: 18px;
            margin: 0 0 10px 0;
        }

            .faqs .panel p strong {
                margin-bottom: 10px;
                color: #0000008f;
            }

    .faqs .accordioninner {
        height: 25px;
    }


.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: 2px 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: 13px;
}

.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;
        color: #0000008f;
    }

.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;
    line-height: 22px;
    color: #254696;
    margin-top: 15px;
    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: -webkit-fill-available;
        }

        .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(1, 1fr);
    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: 50%;
        height: auto;
        border-radius: inherit;
    }

a {
    text-decoration: none;
    color: #000000;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    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: 25px 40px 50px 40px;
    flex-direction: column;
    overflow: hidden;
}

.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: 10px 40px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", system-ui;
    cursor: pointer;
}

.shopbypricecontainer {
    overflow: scroll;
    max-width: 1366px;
}

    .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;
    width: 80%;
    margin: 0 auto;
}

.list_view {
    grid-template-columns: repeat(2, 1fr);
}

.productstopheader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    background-color: #f3f4f6;
    width: -webkit-fill-available;
    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: flex;
    justify-content: flex-start;
    padding: 10px;
}

    .productsfilter-con .productfilters {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        margin-right: 25px;
        width: 10%;
    }

.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;
    /*height: 300px;*/
    height: 480px;
    object-fit: contain;
    width: 500px;
}

    .productimageconinner .focusedimage {
        width: auto;
        height: 100%;
    }

.productoptionscon {
    position: absolute;
    top: 0px;
    left: -45px;
    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;
    position: relative;
}

    .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: -webkit-fill-available;
    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;
        font-weight: 700;
    }

    .productvariantselectioncon .active .varianttype {
        color: #e72829;
        font-weight: 700;
    }

.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 !important;
        margin-right: 10px;
    }

        .enterpincodeouter input::placeholder {
            color: #cccccc;
        }

        .enterpincodeouter input:focus {
            outline: 0;
            border: none !important;
            box-shadow: none !important;
        }

#msgPincdoe .deliveryTxt {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px 0;
}

.productquantityandactions .buynowbtncon:focus {
    background: #e72829;
    color: #fff;
}

.enterpincodeouter a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #e72829;
    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 !important;
    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 !important;
    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;
        box-shadow: none;
    }

        .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: 700;
        }

.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 !important;
    }

.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 !important;
            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 !important;
}

    .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 0 25px 0;
    background-color: #ffffff;
    color: #254696;
    font-size: 14px;
    font-weight: 400;
}

.similiarproductscon {
    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: -webkit-fill-available;
    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: 24px;
    font-weight: 400;
    line-height: 15px;
    color: #000000;
    font-family: "Inter", sans-serif !important;
}

.loginconinner .numberinput {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    width: 100%;
}

.numberinput input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 17px;
    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 10px 300px;
    flex-direction: column;
    gap: 7px;
}

.enterotpcon {
    padding: 25px 0px;
}

.enterotpconinner p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    font-family: "Inter", sans-serif !important;
}

.enterotpconinner .subtext {
    font-size: 13px;
    line-height: 15px;
    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, .loginconinner .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;
        height: 45px;
        width: 400px;
        margin: 0 auto;
    }

        .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: flex-start;
    flex-direction: row;
    gap: 25px;
    margin: 0 auto;
    width: 70%;
}

    .cartpageconinner .cartproductscon {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
    }

    .cartpageconinner .cartamountcon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 25%;
    }

.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: 650;
        padding: 0;
        margin: 0;
        color: #000;
    }

.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: 600;
        }

        .cartpaymentbreakup .carttotalbreakup .amount {
            color: #2d2d2d;
            font-size: 16px;
            font-weight: 600;
        }

.cartproductcard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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: 100px;
        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: -webkit-fill-available;
    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;
    padding: 10px;
    border-radius: 8px;
}

    .cartpaymentbreakup .yousaved p {
        color: #ffffff;
    }



.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 {
    padding-bottom: 50px;
    width: 62%;
    display: block;
    margin: 0 auto;
}

.checkoutpageconinner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 50px;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1500px;
}

.checkoutpagecon .checkoutpageconinner .cartaddresscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    width: 50%;
    border: 1px solid #ededed;
}

.checkoutpagecon .checkoutpageconinner .cartamountcon {
    width: 50%;
}

.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: -webkit-fill-available;
        }

            .shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
                color: #505050;
                font-size: 14px;
                font-weight: 300;
            }

.checkoutproductcard {
    display: flex;
    justify-content: flex-start;
    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;
        color: #000000;
    }

.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: -webkit-fill-available;
    }

.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: 100%;
    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;
    &::-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;
    &:focus, &:active

{
    padding: 8px;
}

}

&:focus,
&: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: #ffffff;
        padding: 10px;
        border: 1px solid #ededed;
        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: #fcfcfc;
                border: 1px solid #efefef;
                border-radius: 5px;
                margin-left: 35px;
                width: 100%;
                padding: 10px;
                font-size: 16px;
                font-weight: 600;
                color: #333333;
                gap: 5px;
            }

                .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText span {
                    color: #e72829;
                }

/*.checkoutstep {
    display: none;
}
*/
.mobilemenu {
    height: -webkit-fill-available;
    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: 15px;
    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 !important;
    }

        .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 !important;
        }

.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 !important;
    }

.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 20px;
    padding-top: 30px;
}

.selectbrandcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 100px 0px 20px;
    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;
            width: auto;
            height: auto;
        }

.selectbrandmodelcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 100px 0px 20px;
    padding-top: 30px;
}

.selectbrandmodeloutcon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    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: 100%;
    }

.selectbrandmodelvariantscon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    padding: 100px 0px 0;
    padding-top: 30px;
}

.selectvariproductbrandmodelloutcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .selectvariproductbrandmodelloutcon .selectvariproductbrandmodelcon {
        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: 100%;
    }

.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;
    }

.pincodecompcon {
    padding: 50px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .pincodecompcon h4 {
        font-size: 30px;
        font-weight: 700;
        color: #254696;
        padding: 0;
        margin: 0;
    }

        .pincodecompcon h4 span {
            color: #000000;
        }

.priceaccordionoutercon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    min-width: 650px;
}

.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;
}

    .priceaccordioninner:focus {
        background: transparent !important;
    }

.priceaccordioninnertitle {
    /*font-size: 36px;*/
    font-size: 25px;
    font-weight: 700;
    width: -webkit-fill-available;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

    .priceaccordioninnertitle span {
        /* width: 10px;*/
        height: 10px;
        color: #ffbc42;
        float: right; 
    }

.priceaccordioninnerbtn i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #ffffff;
    margin-left: 10px;
}

.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: normal;
    flex-direction: column;
}

    .collectionmethodcon .collectiontitle {
        color: #254696;
        font-size: 30px;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }

.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 !important;
        border-radius: 10px;
        height: 60px;
    }

        .collectiondetaiscon input::placeholder {
            color: #254696;
        }

    .collectiondetaiscon select {
        border: 1px solid #e4e7e9;
        outline: 0;
        padding: 0px 6px;
        color: #254696!important;
        font-size: 18px;
        font-weight: 400;
        font-family: "Inter", sans-serif !important;
        border-radius: 10px;
        height: 60px;
    }


.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 {
    display: block;
    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 !important;
    border-radius: 12px;
    cursor: pointer;
    margin: 50px auto 25px;
}

.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;
}*/
    @media screen and (max-width: 1016px) {

    /*.product-gallery-shop { 
        margin-left: 240px;
    }*/
    .desktopheader {
        display: none;
    }

    .similar_product {
        max-width: 100% !important;
    }

    .mobileheaderup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: -webkit-fill-available;
    }

    .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: -webkit-fill-available;
        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: 5px;
        width: -webkit-fill-available;
        border-radius: 16px;
    }

    .herobuysection {
        flex-direction: row;
        gap: 8px;
        width: -webkit-fill-available;
    }

    .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: -webkit-fill-available;
        padding: 20px;
    }

    .whysection1 {
        flex-direction: column;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 10px;
        column-gap: 10px;
        width: -webkit-fill-available;
    }

    .phonesoldsection p {
        line-height: 24px !important;
    }

    .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: -webkit-fill-available;
        gap: 3px;
    }

    .stepsinnertextnumber {
        font-size: 20px;
    }

    .stepsinnertextdesc {
        font-size: 12px;
        width: -webkit-fill-available;
    }

    .selldeviceoutcon {
        gap: 10px;
        display: flex;
        grid-template-columns: repeat(2,1fr);
    }

    .selldevicecon {
        width: 100%;
        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 0;
    }

    .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: 5px;
    }

    .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: -webkit-fill-available;
            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: 20px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    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: -webkit-fill-available;
        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: 100%;
    }

        .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: 50px;
    }

    .loginconinner {
        padding: 20px;
    }

        .loginconinner p {
            font-size: 20px;
        }

    .enterotpconinner {
        padding: 20px;
    }

        .enterotpconinner p {
            font-size: 17px;
        }

        .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: -webkit-fill-available;
        margin: 20px;
    }

    .shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
        font-size: 12px;
    }

    .checkoutpaymentdetailcon {
        width: -webkit-fill-available;
        margin: 20px;
    }

    .paymentpageconinner {
        width: -webkit-fill-available;
        margin: 20px;
    }

    .note-box {
        font-size: 12px;
    }

    .walletbalance label {
        font-size: 14px;
    }

    .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText {
        font-size: 12px;
    }

    .transactionfailurecon {
        padding: 20px;
    }

    .transactionfailurtext {
        padding: 20px;
    }

    .whysellcon {
        gap: 20px;
        flex-direction: column;
        padding: 20px;
    }

        .whysellcon .tnimg {
            /*width: 200px;
            height: 200px;*/
            width: 190px;
            height: 335px;
        }

        .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: 60px;
            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;
        padding: 20px;
    }

    .selectbrandmodelvariantscon {
        gap: 20px;
        padding: 20px 20px 0;
    }

    .selectbrandmodeloutcon {
        grid-template-columns: repeat(2,1fr);
        padding: 0px;
        gap: 18px;
    }

        .selectbrandmodeloutcon .selectproductbrandmodelcon {
            padding: 14px;
            font-size: 14px;
            width: -webkit-fill-available;
            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;
            text-align: justify;
        }

    .pricecompinner {
        padding: 20px 0px;
        gap: 10px;
    }

    .priceaccordioninner {
        padding: 15px;
        border-radius: 10px;
    }

    .priceaccordioninnertitle {
        font-size: 14px;
    }

    .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 auto;
    }

    .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: auto;
        width: 100%;
        object-fit: cover;
    }

    .readmoretext {
        font-size: 12px;
    }

    .productcardtitle {
        white-space: wrap;
        font-size: 12px;
    }

    .WishlistNew .productimage {
        height: auto !important;
        width: 100% !important;
        max-height: 100% !important;
    }

    .product-image-container {
        padding-top: 50px;
    }

    .pricecon {
        width: 100%;
    }

    .discountamount {
        font-size: 12px;
    }

    .sellingprice {
        font-size: 14px;
    }

    .cutoffprice {
        font-size: 10px;
    }
}



.slect {
    background: transparent !important;
    width: 125px !important;
    height: fit-content !important;
    padding: 4px 3px !important;
    font-size: 14px !important;
    font-weight: 350 !important;
    color: #000 !important;
}

.sle-cdwn {
    position: relative;
}

    .sle-cdwn .arrowil {
        position: absolute;
        right: -4px;
        top: 20%;
        width: 26px;
        height: 26px;
        transform: translateX(-50%);
        z-index: 5;
    }

.bannerArea, .bottomCategorymenu {
    float: none !important;
}

.dodproducts {
    width: 50%;
}

.searchinput {
    padding: 6px;
}

.sle-cdwn::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 15px;
    width: 15px;
    height: 15px;
    z-index: 1;
    background: white;
}


.ulSearchMain {
    z-index: 10000 !important;
    margin-top: -32px !important;
}

.phonesoldsection p {
    color: #161515 !important;
    line-height: 35px;
}


#o-wrapper {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/*.owl-carousel .center .customerinfo .customername {
    font-size: 19px;
    text-align: left;
}

.owl-carousel .center .customerdesignation {
    font-size: 17px;
    text-align: left;
}

.owl-carousel .center .customerreviewtitle p {
    font-size: 22px;
    text-align: left;
    line-height: 24px;
}

.owl-carousel .center .customerreviewdesc p {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}*/

.owl-carousel .customerreviewscard {
    max-height: 210px;
    min-height: 210px;
    border: 1px solid transparent;
}

.owl-carousel .center .customerreviewscard {
    border: 1px solid #254696;
}

.happycustomers {
    overflow: hidden;
    margin-top: 30px;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
    overflow: hidden !important;
}

.owl-carousel .owl-stage {
    margin-bottom: 30px !important;
}

.testimonials .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px auto 0;
    width: 90%;
    max-width: 1200px;
}

    .testimonials .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
        line-height: 0px;
        color: #ffffff !important;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 15px;
    }

    .testimonials .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
        line-height: 0px;
        color: #ffffff !important;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 15px;
    }

/*.ulSearchMain {
    background: #ffffff!important;
}

.ui-widget-content {
    display: block !important;
    background: #ffffff!important;
}


.ui-menu-item-wrapper img {
    max-width: 40px;
    max-height: 40px;
}

.ui-front ul li{
    border-bottom:1px solid lightgray;
}

.ui-front ul li .SearchProdDiv a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ui-state-active {
    background: transparent !important;
}

    .ui-state-active a p {
        font-weight: 400;
        color: #e72829!important;
    }

.divWithAnchorTag h4{
    padding:5px 0 5px 5px;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
    line-height:16px;
}

.ui-front ul li .SearchProdDiv a p{
    margin-bottom:0;
}*/

@media only screen and (max-width:1399px) {

    .whytextsubtext {
        font-size: 17px;
    }

    .singleblogcon {
        width: 100%;
    }
}


@media only screen and (max-width:1366px) {
    .dealofthdaysection {
        padding: 30px 0px;
    }

    .dodproducts {
        width: 60%;
    }
}


@media only screen and (max-width:1315px) {
    .whysection1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .whytextsubtext {
        font-size: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .selldeviceoutcon a {
        width: 47%;
    }

    .selldeviceoutcon {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .owl-carousel .center .customerreviewscard {
        transform: scale(1.1);
        margin: 0 20px;
    }

    .productimagescon {
        width: 100%;
    }
}








#SearchAutocompleteDiv {
    z-index: 10000;
}


.view-all-blog {
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #254696;
    color: #254696;
    border-radius: 5px;
    font-weight: 600;
}

.BottomFilter.TopFilterSection {
    position: unset !important;
}

.loginconinner .numberinput input:focus {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


#frmloginOtp .inputs input {
    width: 55px;
    height: 55px;
    font-size: 22px;
    border: 1.5px solid #d9d9d9;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-align: center;
    border-radius: 8px;
    color: #254696;
}

    #frmloginOtp .inputs input:active {
        border: 1.5px solid #254696 !important;
    }

    #frmloginOtp .inputs input:focus {
        border: 1.5px solid #254696 !important;
    }

    #frmloginOtp .inputs input:hover {
        border: 1.5px solid #254696 !important;
    }

@media only screen and (max-width:767px) {
    .enterotpconinner .container .inputs .input {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

.AlertModal {
    z-index: 9999 !important;
}

.checkbox_green label {
    font-size: 15px;
}

.product-slider .owl-stage-outer {
    margin-bottom: 0px !important;
}

.product-slider .owl-stage {
    margin-bottom: 0 !important;
}

.product-slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 97%;
    max-width: 1200px;
    top: 50%;
    transform: translateY(-50%);
}

    .product-slider .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
        line-height: 0px;
        color: #ffffff !important;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 5px;
    }

    .product-slider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
        line-height: 0px;
        color: #ffffff !important;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 5px;
    }


.productfilters .selected-filtry-list {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

    .productfilters .selected-filtry-list img {
        margin-right: 5px;
    }


#SelectedFilter {
    overflow: auto;
    width: 100%;
}

.productspagecon {
    display: block;
}


#SelectedFilter::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.product-gallery-shop .viwy {
    display: block;
    text-align: center;
    background-color: ghostwhite;
    padding: 12px;
    width: 100%;
    margin: 0 auto;
}

    .product-gallery-shop .viwy .view_All_Btn {
        color: red;
    }

.stockTxt {
    right: -60px;
    top: 5px;
}

.shopbyprice {
    position: relative;
}

.swipy-control {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    z-index: 999;
}

    .swipy-control .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 5px;
        position: unset;
    }

        .swipy-control .swiper-button-next:after {
            font-size: 20px !important;
            line-height: 52px !important;
            color: #ffffff !important;
        }

    .swipy-control .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #254696 !important;
        border-radius: 100%;
        margin: 0 5px;
        position: unset;
    }

        .swipy-control .swiper-button-prev:after {
            font-size: 20px !important;
            line-height: 52px !important;
            color: #ffffff !important;
        }


@media screen and (max-width: 778px) {
    .swipy-control .swiper-button-next:after {
        line-height: 43px !important;
    }

    .swipy-control .swiper-button-prev:after {
        line-height: 43px !important;
    }

    .shopbypricecontainer {
        margin-top: 25px;
    }
}


.productinfo .otherimagescon {
    margin-top: 25px;
}

    .productinfo .otherimagescon picture {
        width: 100px;
        height: 100px;
    }

.amz-dropdown-mob button {
    box-shadow: none !important;
}

.amz-dropdown-mob .dropdown-menu {
    max-height: none;
    left: 15px;
}

.technicaldetailscon {
    overflow: hidden;
    height: 328px;
}

.openy {
    overflow: visible;
    height: auto;
}

button:focus {
    background: transparent !important;
}

.productvariantcon .pri-btn-disable {
    border: none !important;
    opacity: 0.5 !important;
}

    .productvariantcon .pri-btn-disable:hover {
        color: #70707066;
    }

.email input {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.pri-color-disable:after {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 1.5px;
    background-color: #707070;
    top: 11px;
    left: 1px;
    transform: rotate(34deg);
}

.out_of_stock {
    right: -90px;
    top: 5px;
}

.recent-product-view {
    max-width: 1399px;
    display: block;
    margin: 0 auto;
    width: 50%;
}

.similar_product {
    max-width: 1500px;
}

    .similar_product .product-slider .owl-nav {
        width: 98.80%;
        max-width: 1500px;
    }



.viewPromobtnArea {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .viewPromobtnArea h5 {
        margin: 0;
    }

.promo_input_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .promo_input_group input {
        border: 1px solid lightgray;
        width: 81%;
        height: 42px;
    }

.payment-option ul {
    padding: 0 !important;
}

.promo_input_group .clsCouponBtnArea button {
    background: transparent;
    border: 1px solid #254696;
    color: #254696;
    border-radius: 10px;
}

.cartony {
    margin-bottom: 20px;
}

.address_content .address_area {
    width: 100%;
    height: 230px;
    overflow: scroll;
}

.shippingdetailcon .payment-option {
    margin-top: 0;
}

.shippingdetailcon .more_address {
    text-align: center;
}

.shippingdetailcon .deliveryAddressSection, .shippingdetailcon .payment-option {
    padding: 0;
}

    .shippingdetailcon .deliveryAddressSection .headerSection, .shippingdetailcon .payment-option .headerSection {
        padding: 0;
    }

.checkoutpaymentdetailcon .cartproductscon {
    width: 100%;
}

.ProductListGridView ul li {
    width: 15% !important;
    margin-right: 10px !important;
}

section.CategorySection.WishlistNew .ProductsDisplayArea {
    background: whitesmoke !important;
}

section.CategorySection .ProductsDisplayArea ul li a .product_img {
    text-align: center !important;
}

.deliveryAddressSection .headerSection a.addnewBtn {
    border: 1px solid #254696;
    border-radius: 10px;
    height: 40px;
    line-height: 27px;
    font-weight: 700;
}

.lnkpromoApply {
    border-radius: 5px !important;
}

.divy-payment {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.make-pay {
    margin-top: 25px;
    border-radius: 10px;
}

.paaty section {
    padding: 15px;
}

.address_review .choose_payment .choose_item {
    padding: 12px;
    border-radius: 10px;
}

    .address_review .choose_payment .choose_item .paymentCard {
        margin-top: 20px;
    }


.detailProduct .PicArea {
    width: 10% !important;
}


.lnkPrebooking {
    background: #e72829;
    color: white;
}

.buynowbtncon i {
    font-size: 15px;
}

button:focus {
    background: #364194 !important;
    color: white !important;
}


@media screen and (max-width: 1920px) and (min-width: 1366px) {
    .checkoutindicatorcon {
        width: 50%;
    }
}


#main-carousel {
    width: 500px;
}

.splide__slide img {
    width: 100%;
    height: 112px;
    object-fit: cover;
}

.splide-main li {
    width: 500px;
    text-align: center;
}

.splide-main img,
.splide-main video {
    width: 500px;
    height: 300px;
    object-fit: contain;
}

#thumbnail-carousel {
    margin-top: 20px;
}

.splide__arrow--prev {
    left: -35px !important;
}

.splide__arrow--next {
    right: -35px !important;
}


.mobile-view {
    display: none;
    width: 100%;
}


.sellingprice {
    font-size: 15px;
}

.cutoffprice, .sellingprice {
    font-size: 14px;
}


.carty_flex {
    display: flex;
}


@media screen and (max-width: 1399px) {
    .sellingprice {
        font-size: 13px;
    }

    .cutoffprice {
        font-size: 12px;
    }

    .similar_product {
        max-width: 100%;
    }
}








@media only screen and (max-width:767px) {
    /*.product-gallery-shop {
            margin-left: 240px;
        }*/
    .sle-cdwn {
        position: absolute;
        top: -52px;
        left: 0;
        width: 100%;
    }

    .modal {
        z-index: 9999;
        top: 0;
    }

    .SimilarProductItems .pricecon {
        position: relative;
        bottom: 10px;
    }

    .happycustomers {
        margin-top: 0px;
    }

    .selectdevicecon {
        gap: 30px;
        padding: 10px 20px 8px;
    }

    .selectbrandoutcon {
        grid-template-columns: repeat(3, 1fr) !important;
    }

        .selectbrandoutcon .selectproductbrandcon img {
            object-fit: contain;
            width: 70%;
            height: auto;
        }

    .footer {
        padding: 30px 15px 30px 25px;
    }

    .footermenutitle {
        margin-bottom: 2px;
    }

    .footermenu {
        gap: 5px;
    }


    .banner_box img {
        width: 100%;
        height: auto;
    }

    .recent-product-view {
        width: 100%;
    }

    .ProductListGridView ul li {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .enterotpconinner .container .inputs {
        width: 100%;
    }

    .mobile-view {
        display: block;
    }

        .mobile-view .lnkPrebooking {
            margin-top: 15px;
        }

    .product-gallery-shop {
        width: 100%;
    }

    .slect {
        width: 100%;
    }

    .mobileheaderdown {
        margin-top: 0px;
    }

    .ulSearchMain {
        margin-top: -64px !important;
    }

    .mobilesearchinput {
        padding: 8px;
    }

    .mobileheader {
        background: #fff;
    }

    .ui-autocomplete {
        left: 0 !important;
        top: 193px !important;
        position: fixed !important;
        width: 100% !important;
        height: 300px;
        overflow: auto;
    }

    .divWithAnchorTag h4 {
        margin-top: 15px;
    }

    .dodproducts {
        width: 100%;
    }

    .customerreviewscard {
        min-width: 100%;
        box-sizing: border-box;
        width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        margin-bottom: 0px;
        overflow-y: hidden !important;
    }

    .owl-carousel .customerreviewscard {
        margin: 0 0px;
    }

    .testimonials .owl-nav {
        margin: -17px auto 0;
    }

    .blogssection {
        flex-wrap: wrap;
    }

    .cartpageconinner, .cartpageconinner .cartamountcon, .checkoutpagecon, .divy-payment {
        width: 100%;
    }

    .shippingdetailcon .deliveryAddressSection .headerSection {
        margin-bottom: 15px;
    }

    .checkoutpaymentdetailcon {
        margin: 0;
    }

    .detailProduct .PicArea {
        width: 20% !important;
    }

    .filtercon {
        flex: 1;
    }

    .lnkprodSortby {
        margin-left: -60px;
    }

    .amz-dropdown-mob .dropdown-menu {
        left: 0px;
    }

    .AlertModal .modal-dialog {
        width: 100%;
    }

    .modal {
        background-color: transparent !important;
    }

    #main-carousel {
        width: 100%;
    }

    .splide__slide img {
        width: 100%;
        height: auto;
    }

    /*.splide-main li {
        width: 100%;
        text-align: center;
    }*/

    .splide-main img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .splide__arrow--prev {
        left: 0px !important;
    }

    .splide__arrow--next {
        right: 0px !important;
    }

    .splide-main li {
        left: 26%;
        top: 30px;
    }

    .splide-main video {
        height: auto;
        object-fit: contain;
        margin-left: -120px;
    }

    .productoptionscon {
        left: 0px;
    }
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #f5f5f5 !important;
}

.addtocartbtncon p {
    color: #ffffff;
}



.listproductcard {
    display: flex;
    align-items: center;
    border: 1px solid #e3e1e1;
    padding: 15px;
}

    .listproductcard .productcardtitle, .listproductcard .pricecon {
        position: unset;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

    .listproductcard .hotbadge {
        margin: 10px 0;
    }

    .listproductcard .product-image-container {
        padding-top: 0;
        margin: 0 10px 0 0;
    }

.categoryinput {
    color: rgb(117, 117, 117);
}

    .categoryinput::placeholder {
        color: rgb(117, 117, 117);
    }

.paymentCheckPanel [type="checkbox"].filled-in:checked + span:not(.lever):before, .paymentCheckPanel [type="checkbox"].filled-in + span:not(.lever):before {
    right: unset !important;
    left: -30px !important;
    top: 5px !important;
}

.paymentCheckPanel [type="checkbox"].filled-in + span:not(.lever):after {
    left: -30px !important;
    right: unset !important;
    top: 5px !important;
}

.paymentCheckPanel label {
    padding: 5px 8px 0px 40px !important;
}



.set-payment li {
    border: 1px solid #a1c6ea !important;
    border-radius: 15px;
    background: rgba(161, 198, 234, 0.3) !important;
    overflow: hidden;
}

.payment-sub-prepaid, .payment-sub-partly-paid {
    background-color: #dce7f1 !important;
}

.add_address_box input.form-control {
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
    padding: 15px 8px;
}


.side-navigation .menu-items {
    padding: 0px 10px 10px 10px;
    list-style-type: none;
}

    .side-navigation .menu-items li img {
        max-width: 25px;
        max-height: 25px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }

    .side-navigation .menu-items li {
        padding: 0px 0;
        border-bottom: 1px solid lightgray;
    }

        .side-navigation .menu-items li a {
            font-weight: 600;
            font-family: var(--font-primary);
            font-size: 15px;
            color: #000;
            position: relative;
            display: block;
        }

            .side-navigation .menu-items li a span {
                position: relative;
                top: 2px;
                left: 2px;
            }

.side-navigation .header {
    background: #A1C6EA;
    padding: 2px 12px 2px 12px;
    position: relative;
}

    .side-navigation .header #close-menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.side-navigation .botomy {
    padding: 5px;
}

.side-navigation a.logout {
    width: 100%;
    padding: 12px 50px;
    border-radius: 50px;
    display: block;
    background: #254696;
    margin: 5px 0 0 0;
    font-weight: 700;
    font-family: var(--font-primary);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}


.searchinput .form-control {
    margin-bottom: 0;
    border: none;
}


.loginconinner input:not([type="checkbox"]), .enterotpconinner input:not([type="checkbox"]) {
    height: 45px;
    padding: 5px;
}

.loginconinner .custom-notification {
    margin: unset !important;
}

.loginconinner .getotpbtn {
    margin-top: 0 !important;
}

.suggestions1 {
    top: 45px;
}


.banner_box .swiper-wrapper img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) {
    .testimonials .customerreviewscard {
        min-height: 240px;
    }

    .selectbrandoutcon .selectproductbrandcon img {
        object-fit: contain;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .stepsinnertextdesc {
        font-size: 15px;
        line-height: 16px;
        margin-left: 5px;
    }

    .selectvariproductbrandmodelloutcon {
        display: grid;
        padding-bottom: 0;
        padding-top: 0;
        grid-template-columns: repeat(2,1fr);
    }

        .selectvariproductbrandmodelloutcon .selectvariproductbrandmodelcon {
            padding: 20px;
        }


        .selectvariproductbrandmodelloutcon a {
            width: 100%;
        }

    .selectbrandoutcon .selectproductbrandcon img {
        object-fit: contain;
        width: 80%;
        height: auto;
    }

    .selectvariproductbrandmodelloutcon .selectvariproductbrandmodelcon {
        width: 100%;
        margin-bottom: 2px;
    }
}


.enterotpconinner .otp-input {
    width: 55px;
    height: 55px;
    font-size: 22px;
    border: 1.5px solid #d9d9d9;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-align: center;
    border-radius: 8px;
    color: #254696;
}

.selectbrandmodeloutcon a {
    width: 100%;
}

    .selectbrandmodeloutcon a .selectproductbrandmodelcon {
        min-height: 80px;
        max-height: 80px;
    }

@media screen and (max-width: 1570px) {
    .selectbrandoutcon {
        grid-template-columns: repeat(5, 1fr);
    }
}


.selectdevicestep .tnccon {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

    .selectdevicestep .tnccon input {
        margin-right: 10px;
    }


.search-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 85px;
}

.search-box {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


@media screen and (max-width: 991px) {
    .videogallery video {
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

    .search-container {
        padding: 0;
    }

    .search-box {
        width: 100%;
    }

    .priceaccordionoutercon {
        max-width: 100%;
        min-width: 100%;
    }
}


.custom-vertical-tabs-main {
    padding-top: 10px !important;
}

.desktopheader-go-back {
    position: relative;
    z-index: -10;
}

a.scrollTopButton {
    right: 10px;
}

a.pageCallButton, a.scrollTopButton {
    width: 35px;
    height: 35px;
    background: #ebedee;
    border-radius: 100px;
    padding: 6px;
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 2px solid #c7c7c7;
}

    a.scrollTopButton i {
        font-size: 24px;
        color: #2f4fa7;
        text-align: center;
        line-height: 14px;
    }


.howitworkssection{
    padding:50px 5px;
}

.form-select:disabled {
    text-transform:uppercase;
}

.collectionmethodcon .tnccon {
    gap:0px;
}

a:hover { 
    text-decoration: auto!important;
}


.custom-popuporder-details.active{
    z-index:9999
}