.logo {
    width: 229px;
    height: 46px;
    background-image: url(../assets/imgs/logo.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: bottom;
    max-width: 100%;
    background-size: contain;
    background-position: center;
}

input[type=number] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cursor {
    cursor: pointer
}

label.error {
    color: red !important;
}

.disabledBtn {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

a {
    cursor: pointer !important
}

.signup {
    cursor: default !important
}

.forget {
    cursor: default !important
}

    .forget span {
        cursor: pointer !important
    }


.btn.btn-save {
    background: #4285f4 !important;
    color: #fff !important;
    border: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.paginationjs .paginationjs-pages li.active > a {
    background: #4285f4 !important;
}

.btn.btn_blue, .flxCenter {
    display: inline-flex;
    align-items: center;
    width: auto;
}

/*.modal-content {
    background-color: #fff;
}*/


.tools .btn-wishlist.btn-wishlist-red,
.btn.btn-wishlist.btn-wishlist-red,
.tools .btn-wishlist.btn-wishlist-grey:hover {
    background: #ffffff url('../assets/imgs/template/icons/wishlist-hover.svg') no-repeat center !important;
    opacity: unset !important;
    transform: translateX(0)
}

    .tools .btn-wishlist.btn-wishlist-grey,
    .tools .btn-wishlist.btn-wishlist-red:hover {
        background: #ffffff url('../assets/imgs/template/icons/wishlist.svg') no-repeat center !important;
    }

.header .main-header .header-left .header-shop .number-item.favNumber {
    color: white !important;
}

.delete-button[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.5;
}

.hidden-important {
    display: none !important;
}

.mobileFilters {
    display: none;
    /*    visibility: hidden;*/
}



/*Start Shared Classes*/
.bg-AboutHeader {
    background-color: #F7F7F7;
}

.Aboutcontainer {
    display: flex;
}

    .Aboutcontainer .box {
        flex: 1;
        margin-right: 20px;
        background-color: #FFFFFF;
        text-align: center;
        border: 1px solid #CCCCCC;
        border-radius: 6px;
    }

        .Aboutcontainer .box:last-child {
            margin-right: 0;
        }

    .aboutContainer p {
        max-width: 75%;
    }

.aboutBoxContent {
    padding: 24px 32px;
}

#sell_used_device, #how_works {
    font-family: 'DM Sans', sans-serif;
    color: #191919;
    line-height: 1.6;
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7;
    /*padding: 0 18px 39px;*/
    /*padding: 24px 0px 18px 0px;*/
    padding: 24px 18px;
}

    #how_works h1, #sell_used_device h1 {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0px;
        line-height: inherit;
    }

    #how_works h1 {
        padding-top: 27px;
    }

.how-it-works {
    text-align: center;
    padding-bottom: 77px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

    .steps .step img {
        position: relative;
        right: 47px;
        top: 13px;
        width: 32px;
        height: 32px;
    }

.step {
    flex: 1 1 300px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 24px;
    width: 530px;
    height: auto; /*256px*/
    background-color: #FFF;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .step h2 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: normal !important;
    }

    .step p {
        font-size: 1rem;
        font-weight: 500;
    }

    .step .icon {
        position: relative;
    }

        .step .icon .num {
            position: absolute;
            top: 0px;
            left: -38px;
            font-weight: 900;
            font-size: 2.5rem;
            color: #357ae8;
            width: 100%;
            text-align: center;
        }

@media (max-width: 768px) {

    .plans-header {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    body:not(.bg) .buySellMob {
        display: block
    }

    body:not(.bg) .header-link {
        display: none
    }

    #how_works h1, #sell_used_device h1 {
        font-weight: 700;
        font-size: 1.3rem;
        margin-bottom: 13px;
        line-height: 29px;
    }

    .steps {
        flex-direction: column;
    }

    .step h2 {
        font-size: 1rem;
    }

    .step {
        width: 100%;
        height: auto;
        flex: 0;
    }

        .step p {
            font-size: 0.8rem;
            font-weight: 500;
        }

    #choose_variant .gbs {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px !important;
    }

    .form-options {
        display: block;
    }
}

@media (max-width: 480px) {
    .Aboutcontainer {
        display: block;
    }

        .Aboutcontainer .box {
            margin-right: 0px;
        }

            .Aboutcontainer .box:last-child {
                margin-top: 20px;
            }

        .aboutContainer p {
            max-width: 100%;
        }

    .listPayment {
        display: flex !important;
    }

    #guestForm .list-group.listDelivery {
        display: flex !important;
    }

    #guestForm .list-group.listPayment label {
        padding: 0 13px !important;
    }
}

/*End Shared Classes*/

@media (max-width: 767.98px) {
    .mobileFilters {
        display: inline-block;
        /*        visibility: visible;*/
    }
}

.desktopFilters {
    display: none;
}

@media (min-width: 992px) {
    .desktopFilters {
        display: block;
    }
}

.validation-error {
    border: 2px solid red !important;
    padding: 5px;
}

.div_btns {
    grid-template-columns: none !important;
}

/*.question.validation-error,
.condition_title.validation-error {
    color: red !important
}*/

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.remember-me {
    display: flex;
    color: #383838;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin-bottom: 14px;
}

.remember-me-input {
    margin-bottom: unset !important;
    /*transform: scale(1);*/
    transform-origin: center;
    width: unset !important
}

.form-search .autocomplete-suggestions {
    max-width: 17vw;
}

.grecaptcha-badge {
    bottom: 90px !important;
}

.signin.signinBtn {
    width: calc(100% - 15px) !important;
    height: 50px !important;
    border: none !important;
    padding-top: unset !important;
}

.contact-form .btn.btn-clear {
    background-color: #fff !important;
    border: 1px solid #707070 !important;
    border-radius: 4px;
}

.locationHeader {
    border-top: 2px solid #EEEEEE;
    font-size: 1.1rem;
    padding-top: 20px;
    margin-top: 20px;
    line-height: inherit;
    padding-bottom: unset !important;
}

.locationHeader {
    border-top: 2px solid #EEEEEE;
    font-size: 1.1rem;
    padding-top: 20px;
    margin-top: 20px;
    line-height: inherit;
    padding-bottom: unset !important;
}

.mapContainer {
    height: 240px
}

.seller-details {
    display: flex;
    justify-content: space-between;
}

.seller-container {
    padding-top: 15px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.sellerDetailsHeader {
    font-size: 1.1rem;
    line-height: inherit;
}

.seller-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .seller-info .sellerImg {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f0f0f0;
    }

.seller-text {
    gap: 4px;
    display: flex;
}

.seller-name {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.verified-user {
    font-size: 14px;
    color: #337AEF;
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 6px
}

    .reviews .star {
        color: #ffc107;
    }


.modalContainer {
    background-color: white
}

.optional {
    font-style: italic;
}

.disclaimerTxt {
    /*font-weight: 600;*/
    font-size: 13px;
    line-height: 16.93px;
    color: #707070
}

.btn-home-bs {
    white-space: nowrap;
}

/*begin otp*/
#ModalVerifyMobile input {
    width: calc(100% - 32px);
    height: 50px;
    padding: 12px 16px 12px 16px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background-color: #F7F7F7;
    color: #000;
    margin-bottom: 25px;
    font-size: 0.938rem;
    outline: none;
}

#ModalVerifyMobile .signin {
    height: 39px;
    background-color: #4285f4;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 30px;
    border-radius: 6px;
    padding-top: 12px;
    line-height: 29px;
    color: #fff;
}

#validationOtpForm.loading .signin, #confirmationOtpForm.loading .signin {
    opacity: 0.6;
    pointer-events: none;
}

#ModalVerifyMobile h5 {
    text-align: center;
    padding-bottom: 25px;
}

.confirmation-otp .msg {
    text-align: center;
    padding-bottom: 20px;
}

#kt_otp_send_mobile.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.digit-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .digit-inputs input[type="text"], .digit-inputs input[type="number"] {
        width: 51px;
        line-height: 51px;
        outline: none;
        height: 51px;
        text-align: center;
        border-radius: 12px;
        border: 1px solid #E3EBEF;
        margin-right: 5px;
    }

#validationOtpForm.loading input {
    pointer-events: none;
}


.phoneBatterySell input {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border-radius: 6px;
    border: 1px solid #EEE;
    /*background-color: #F7F7F7;*/
    color: #000;
    margin-bottom: 14px;
    font-size: 0.938rem;
}

#choose_variant .choose_text {
    text-align: left;
}

.choose_text_title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px
}

.ListingStatus {
    content: '';
    height: 10px;
    width: 10px;
    /*background-color: green;*/
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}


.no-data-message {
    width: 196.93px;
    height: 181px;
    margin: 0 auto;
    max-width: 100%;
}

    .no-data-message.purchases {
        background-image: url(../assets/imgs/MyPurchases.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .no-data-message.listing {
        background-image: url(../assets/imgs/Listing.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.infoText {
    text-align: center
}


.map {
    margin-bottom: 14px;
}
/*header icons if affect other divs same name check this*/
.forceRelativeSVG svg {
    position: relative !important;
    top: 0px !important;
    right: 0 !important;
}

.ColorMy191919 {
    color: #191919;
}

.NoDataDesc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.devicefooter a, .btnDeviceHeader {
    text-align: center;
    background-color: #357ae8;
    color: #FFF !important;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px
}

/* used to fix grid remove if it affects other containers */
#modelContainer .container {
    padding-right: 0px !important;
    padding-right: 0rem !important;
}

.section-box .list-9-col li {
    width: 14.2% !important;
}

@media (min-width: 1200px) {
    #modelContainer .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #modelContainer .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #modelContainer .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    #modelContainer .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

@media (max-width: 960px) {


    .SellUsedDevice .section-box .list-9-col li {
        width: 25% !important;
    }
}


@media (max-width: 499.98px) {
    .SellUsedDevice .section-box .list-9-col li {
        width: 33.33% !important;
    }
}

@media (max-width: 380px) {
    .SellUsedDevice .section-box .list-9-col li {
        width: 50% !important;
    }
}


.signin.signinBtn.guest_mode {
    background-color: black !important
}


.paymentMethodContainer {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px !important;
}

.cardConainer {
    cursor: pointer;
}

    .cardConainer.disabled {
        cursor: unset;
        pointer-events: none;
        opacity: 0.5
    }

    .cardConainer .card {
        padding: 5px;
        border-radius: 10px !important;
    }

        .cardConainer .card .card-body {
            padding: 8px;
        }

            .cardConainer .card .card-body h6 {
                margin: unset;
            }

.SellUsedDevice .filter-menu {
    display: none;
}

.filter-menu {
    padding: 10px 0px;
    margin: 0px 0 27px;
}

    .filter-menu .swiper-container {
        /*overflow-x: hidden !important;*/
    }

    .filter-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 10px;
    }

    .filter-menu .filter-item {
        cursor: pointer;
        padding: 0px 10px;
        border-radius: 5px;
        color: #191919;
        font-size: 0.8rem;
        height: 30px;
        line-height: 30px;
        border: 1px solid #707070;
        transition: background-color 0.3s ease;
        margin-right: 15px;
    }

    .filter-menu .swiper-slide {
        max-width: 130px;
        text-align: center;
    }

    .filter-menu .filter-item:hover, .filter-menu .filter-item.active {
        background-color: #357ae8;
        border-color: transparent;
        color: #fff;
    }

.header {
    z-index: 2
}

.modal-dialog-scrollable {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.buySellMob {
    display: none;
}

.zoomContainer {
    z-index: unset !important;
}


.password-container {
    position: relative;
    /*display: flex;*/
    align-items: center;
}

    .password-container input {
        width: 100%;
        padding-right: 40px; /* Space for the icon */
    }

.toggle-password {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    user-select: none;
}

.passwordIcon {
    color: black
}

.toggle-password.contactForm {
    right: 40px;
}

.select2-results__option {
    padding: 10px !important;
    color: black
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #357ae8;
    color: #fff;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #357ae8;
    color: #fff;
}

span.select2-selection.select2-selection--single {
    height: 40px;
    border: 1px solid #EEE;
    border-radius: 6px;
    /*margin-bottom: 14px;*/
    background-color: #F7F7F7;
}

.MyProfile span.select2-selection.select2-selection--single {
    height: 48px !important;
    border: 1px solid #ccc;
    background-color: transparent !important;
    margin-bottom: 0px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.MyProfile #profileForm span.select2.select2-container.select2-container--default {
    width: calc(100% - 38px) !important;
}

.error .select2-selection select2-selection--single {
    border-color: red !important;
}

.checkout.shop-template {
    font-family: 'DM Sans', sans-serif;
    color: #191919;
    width: 100%;
    padding: 0 18px;
}

    .checkout.shop-template .container {
        padding: 24px 0px 45px;
        max-width: 1283px;
        margin: 0 auto;
        width: 100%;
        min-height: calc(100vh - 75px);
        padding-bottom: 111px;
    }

.checkout .page-content img {
    width: 100%;
}

.checkout.shop-template .page_title {
    color: #707070;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.checkout.shop-template .mb_48 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 25px;
    margin-top: 8px;
}

.checkout.shop-template .page_title a, .shop-template .card a {
    color: #191919;
}


.checkout .item-wishlist .wishlist-price {
    width: 24%;
    text-align: right;
}

.checkout span.select2-selection.select2-selection--single {
    height: 33px;
    border: 1px solid #DDE4F0 !important;
    border-radius: .25rem;
    background-color: #fff;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a4b5c4;
    font-weight: 500;
}

form-control {
    background-color: #ffffff;
}


.product-wishlist .product-image {
    min-width: 115px;
    max-width: 115px;
}

@media (max-width: 449.98px) {
    .listCheckout .product-wishlist .product-image {
        min-width: 90px;
        max-width: 90px;
    }
}

.deviceAvailabilityContainer .listCheckout .item-wishlist .wishlist-product {
    width: 100%
}

.deviceAvailabilityContainer .color-brand-3 {
    color: black !important
}

.deviceAvailabilityContainer .response {
    display: flex;
    gap: 14px;
    justify-content: center;
}

    .deviceAvailabilityContainer .response .answer_opt {
        padding: 7px 24px;
        text-align: center;
        border-radius: 6px;
        display: inline-flex;
        cursor: pointer;
        font-size: 0.9rem;
        border: 1px solid #707070;
    }


        .deviceAvailabilityContainer .response .answer_opt.selected,
        .deviceAvailabilityContainer .response .answer_opt:hover {
            border: 1px solid #1f1f1f;
            color: #FFF;
            background-color: #1f1f1f;
        }

        .deviceAvailabilityContainer .response .answer_opt.disabled {
            cursor: unset;
            opacity: 0.5;
            pointer-events: none
        }


/*.input_form[data-select2-id] label.error {
    position: absolute;
    bottom: -9px;
}*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

#list_device .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}

#list_device .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}

/*.select2-selection.select2-selection--single {
    margin-bottom: 0px !important;
}*/

.btn.btn-verify {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #e54255;
    width: auto;
    text-align: center;
    padding: 2px 15px;
    background-color: #e54255;
}

    .btn.btn-verify:hover {
        border: 1px solid #e54255;
        background-color: #ffffff;
        color: #e54255;
    }

.content_poup .select2Input label.error {
    position: absolute;
    bottom: 356px;
}

.select2Input {
    /*margin-bottom: 20px*/
}

#signUpForm .select2Input.error {
    margin-bottom: unset
}

#signUpForm .select2Input {
    margin-bottom: 20px
}

#signUpForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
}

#signUpForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
}

.guestContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.guestContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

/*.guestContainer .select2Input label.error {
    position: absolute;
    bottom: 544px;
}*/

.btn.btn-buy {
    color: #ffffff;
    border: 1px solid #4285f4;
    background-color: #4285f4;
}

    .btn.btn-buy:hover {
        border: 1px solid #4285f4;
        background-color: #ffffff;
        color: #4285f4;
    }

.color-brand-3 {
    color: black !important;
}

.form-control:disabled, .form-control[readonly] {
    color: grey;
}

.preloader-dots {
    --uib-size: 60px !important;
    --uib-color: #1971e4 !important;
}

.preloader img {
    max-width: 60px !important;
}

.btn.loading {
    pointer-events: none;
}

    button.disabledBtn::after,
    .btn.disabledBtn::after,
    .btn.loading::after {
        content: "";
        background-image: url(../assets/imgs/loader.gif);
        position: absolute;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #4285f4ad;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.error span.select2-selection.select2-selection--single {
    border-color: red !important;
}


#signin_poup .remember-me input[type="checkbox"] {
    width: unset !important;
    height: unset !important;
    padding: unset !important;
}

/* Modern scrollbar */
.swiper-container {
    scrollbar-width: thin;
    /*scrollbar-color: #888 transparent;*/
    scrollbar-color: #F1F1F4 transparent;
    padding-bottom: 10px;
}

    .swiper-container::-webkit-scrollbar {
        height: 6px;
    }

    .swiper-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

        .swiper-container::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.swiper-wrapper {
    display: flex;
    gap: 10px; /* Adds spacing between items */
}

.swiper-slide {
    flex-shrink: 0;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: #f8f9fa;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, background 0.3s ease;
    white-space: nowrap;
}

    .swiper-slide:hover {
        transform: scale(1.05);
        background: #ddd;
    }

    .swiper-slide.active {
        background: #007bff;
        color: white;
    }

.Shop .card-grid-style-3 .card-grid-inner .image-box .label.deviceStatus {
    background: #c90f0f !important;
}

    .Shop .card-grid-style-3 .card-grid-inner .image-box .label.deviceStatus.deviceStatusPosition {
        top: 35px;
        left: 6px;
    }

.dz-preview.dz-complete.dz-image-preview {
    text-align: center
}

.gbs .gb.error {
    border: 1.5px solid red !important;
}

.disabledSpan {
    pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: not-allowed;
}

@media (max-width: 768px) {

    .wishlist-overview {
        width: 100% !important;
    }

    .item-wishlist .wishlist-status {
        width: 100% !important;
        direction: unset !important;
        text-align: center !important;
    }

        .item-wishlist .wishlist-status .status {
            display: block;
            margin-bottom: 10px;
            margin-right: unset !important;
            text-align: right !important;
        }

        .item-wishlist .wishlist-status .btn-cart {
            display: inline-block !important;
            margin-top: unset !important;
            margin-bottom: 5px !important;
        }
}


.rightModal.modal .modal-dialog {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rightModal.modal.drawer {
    display: flex !important;
    pointer-events: none;
}

    .rightModal.modal.drawer * {
        pointer-events: none;
    }

    .rightModal.modal.drawer .modal-dialog {
        margin: 0px;
        display: flex;
        flex: auto;
        transform: translate(25%, 0);
    }

        .rightModal.modal.drawer .modal-dialog .modal-content {
            border: none;
            border-radius: 0px;
        }

            .rightModal.modal.drawer .modal-dialog .modal-content .modal-body {
                overflow: auto;
            }

    /* When modal is shown */
    .rightModal.modal.drawer.show {
        pointer-events: auto;
    }

        .rightModal.modal.drawer.show * {
            pointer-events: auto;
        }

        .rightModal.modal.drawer.show .close_popup * {
            cursor: pointer;
        }

        .rightModal.modal.drawer.show .modal-dialog {
            transform: translate(0, 0);
        }

    /* Align modal from right */
    .rightModal.modal.drawer.right-align {
        flex-direction: row-reverse;
    }


.evalSummary .overall_condition {
    color: #191919;
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.evalSummary ul {
    color: #707070;
    font-weight: 500;
    font-size: 0.875rem;
    margin-left: 22px;
    margin-bottom: 15px;
    list-style-type: disc;
}


.no-data-message {
    text-align: center
}
/* styles for phone input*/

.iti__flag {
    background-image: url('../assets/imgs/flags@2x.png') !important;
    /*background-size: cover !important;*/
}


.iti__flag {
    transform: scale(1.9);
    border-radius: 2px;
}

.iti__selected-country {
    margin: 0 45px 0 10px;
}

.iti__arrow {
    margin-left: 15px;
}

.iti__tel-input {
    padding-left: 105px !important;
}

.iti__selected-dial-code {
    color: #191919;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
}

.iti {
    width: 100% !important;
}
/* end styles for phone input*/


.langContainer select {
    padding: 5px;
    font-size: 0.8rem;
    border: none;
    background-color: transparent;
    outline: none;
    border-radius: 4px;
    color: #323335;
    padding-left: 0;
    font-weight: bold;
    cursor: pointer;
}


.iti__country-name {
    margin-left: 10px !important;
}

.phoneSignUp_Container {
    margin-bottom: 14px;
}

    .phoneSignUp_Container input {
        width: calc(100% - 120px) !important;
    }


.phone-input {
    margin-bottom: 10px
}


.see-more-btn {
    color: #357ae8;
}


.paymentMethodImg {
    height: 60px;
}


.totalPrice span {
    color: #E83C3C !important
}

#guestForm .list-group label[aria-disabled="true"] {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}


.product-wishlist .product-info {
    align-content: unset !important
}

#new_address_Modle {
    padding: unset !important;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

    #new_address_Modle #new_address_Modle_poup {
        border-radius: 20px;
        display: block;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        font-family: 'DM Sans', sans-serif;
        max-width: 92vw;
        margin: 0px auto;
        position: relative;
        padding: 48px;
    }

    #new_address_Modle .modal-content .close_popup {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }



span.select2.select2-container.select2-container--default.select2-container--disabled span.select2-selection.select2-selection--single {
    background-color: #e9ecef;
    opacity: 1;
}


.btn-placeOrder {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#guestForm .list-group.listPayment label.error {
    border: 1px solid red;
}

.paymentMethodDisclaimerCheckbox {
    height: 13px !important;
}

.editIcon {
    padding-right: 10px !important;
    cursor: pointer
}

.deleteIcon {
    padding-right: 10px !important;
    cursor: pointer
}


#addresses_Modle .modal-dialog {
    max-width: 700px;
}

#new_address_Modle #signup_poup input, #signup_poup select {
    background-color: transparent !important;
}

#new_address_Modle #signup_poup {
    max-width: 700px;
    /*margin: 1.75rem auto;*/
}


#new_address_Modle span.select2-selection.select2-selection--single {
    background-color: transparent !important;
}

#new_address_Modle .modal-content,
#addresses_Modle .modal-content {
    color: black !important;
    border-radius: 20px
}

#new_address_Modle .modal-header {
    text-align: center !important;
    border-bottom: unset !important;
    padding-bottom: unset !important;
}

#new_address_Modle #new_address_Modle_poup {
    padding: 20px 48px 48px 48px;
}


.borderc {
    padding-bottom: 20px;
}

.color-brand-1 {
    color: #1971E4 !important;
}

.color-brand-grey {
    color: #707070 !important;
}


/*#loggedInUserForm input, #guestForm select {
    border-radius: 6px;
    height: 47px;
}
*/

#addresses_Modle #signin_poup * {
    box-sizing: border-box !important
}


#new_address_Modle .overlay.modal-dialog .overlay-layer.bg-light {
    background-color: #ffffff !important
}

#addresses_Modle .overlay .overlay-layer,
#new_address_Modle .overlay .overlay-layer {
    display: flex;
    position: absolute;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-overlay-bg);
    transition: all .3s ease;
    border-radius: 20px;
    max-width: 700px;
}


#new_address_Modle .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

#new_address_Modle .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

#new_address_Modle .select2Input.error {
    margin-bottom: 5px !important;
}

#new_address_Modle span.select2-selection.select2-selection--single {
    height: 46px !important;
}

@media screen and (max-width: 600px) {
    #addresses_Modle .font-md-bold,
    #defalutShippingLocationContainer .font-md-bold {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*  #addresses_Modle .editIcon,
    #addresses_Modle .deleteIcon {
        height: 45px;
    }*/
}

.paymentStatusBk {
    display: block;
    width: fit-content;
    height: 33px;
    border-radius: 21px;
    padding: 6px 15px;
    color: #FFFFFF
}

.item-wishlist .wishlist-status.paymentStatus {
    width: 15% !important;
    align-self: flex-start !important;
}

@media (max-width: 768px) {
    #addresses_Modle #signin_poup {
        padding-right: 20px;
        padding-left: 20px;
    }

    #new_address_Modle #new_address_Modle_poup {
        padding-right: 20px;
        padding-left: 20px;
    }

    .checkOut_imgIcons {
        display: inline-grid;
    }

    #new_address_Modle .rowSm {
        box-sizing: border-box;
        width: 100%;
    }
}

.checkOut_imgIcons {
    text-align: right;
    min-width: 40px;
}

.phone-color-box {
    box-shadow: inset 1px 3px rgb(18,18,18, .1);
    width: 13.17px;
    height: 13.17px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #00000014;
}

.card-product-colors-details .phone-color-box {
    width: 30px;
    height: 30px;
}

.listCheckout .card-product-colors-details .phone-color-box {
    width: 20px;
    height: 20px;
}

.add_new_address_Btn {
    box-sizing: border-box !important;
}

.mob_nb {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 47px !important;
}

#buy_device .div_btns .btn {
    width: 100%
}

    #buy_device .div_btns .btn:hover {
        color: black;
        background: #CCCCCC;
        border: 1px solid #CCCCCC !important;
    }


/*
@media (max-width: 768px) {
    .slick-dots {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 150px !important;
    }
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 26px;
    left: 255px;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 32px;
}

    .slick-dots li {
        list-style: none;
    }

        .slick-dots li button {
            font-size: 0;
            width: 10px;
            height: 12px;
            background-color: #8f8f8f;
            border-radius: 50%;
            border: none;
            margin: 5px;
            cursor: pointer;
        }

        .slick-dots li.slick-active button {
            background-color: #4285f4;
        }*/


.whatsapp-icon {
    position: fixed;
    bottom: 33px;
    right: 20px;
    z-index: 999;
}

.btn-payInstallment {
    font-size: 14px !important;
    background-color: #4285F4 !important;
    color: #FFF !important;
    border-radius: 4px !important;
    padding: 5px !important
}

.signin.signinBtn.verifyDocs_next {
    background-color: #4285F4 !important;
    color: #FFF !important;
    border-radius: 4px !important;
    width: calc(100% - 55px) !important;
}


.installmentItem {
    width: 33.33%
}

.documentTypeContainer {
    display: flex;
    justify-content: space-evenly
}

#ModalVerifyDocs .modal-header {
    border-bottom: unset !important
}

#ModalVerifyDocs .modal-content {
    border-radius: 8px;
}

#ModalVerifyDocs .modal-body {
    border-radius: 8px;
}

#ModalVerifyDocs .modal-body {
    padding: 0 1rem 1rem;
}

.imgPosition {
    text-align: left
}

.dropzone-error {
    border: 1px solid red !important;
}


.modal-title {
    color: black
}

#installmentsDataContainer .item-wishlist {
    cursor: auto !important;
}

#ModalVerifyDocsAgreementContainer p {
    color: black
}

.aboutContainer {
    color: black
}


.plan-button.plan-buttonWithIcon span {
    /*padding: 0 5px 0 19px;*/
}

.plan-button.plan-buttonWithIcon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    /*padding: 0px !important*/
}

    .plan-button.plan-buttonWithIcon.active svg {
        color: #1971E4;
    }

    .plan-button.plan-buttonWithIcon svg {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        color: #707070;
    }

#customInstallment_modal {
    color: #383838;
}

.asterisk-required {
    color: red;
    font-weight: bold;
    margin-left: 4px; /* Adds spacing between text and asterisk */
}

#customInstallment_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}

#customInstallment_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

#customInstallment_modal span.select2-selection.select2-selection--single {
    background-color: #f7f7f700 !important;
    height: 47px;
}

.selectedInstallmentDetails {
    background-color: #F7F7F7
}

.vertical-line {
    width: 1px;
    background-color: #CCCCCC;
    margin: 0 20px 0 20px;
}


#customInstallment_modal .modal-dialog {
    max-width: 660px;
}

#customInstallment_modal input {
    background-color: #f7f7f700 !important;
}

#customInstallment_modal .select2Input.form-group.error {
    margin-bottom: 5px !important;
}

.btn-buyDeviceWithInstallment {
    min-width: 720px !important;
}

    .btn-buyDeviceWithInstallment .btn-home-bs {
        text-transform: none !important
    }

.withEasyInstallmets {
    line-height: 30px;
}

    .withEasyInstallmets .withEasyInstallmets-btn {
        text-transform: none !important;
        font-size: 21px;
    }

@media (max-width: 991.98px) {
    .mobileFilters {
        display: inline-block;
        /*        visibility: visible;*/
    }
}

.box-header-mobile-search {
    width: 340px;
    height: 42px;
    border-radius: 28px !important;
    border: 1px solid #EEEEEE !important;
    background-color: #F7F7F7;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 15px !important;
    /*margin: 0 auto 10px auto;*/
}

.btn-mobile-search {
    height: fit-content;
    padding: 8px 9px;
    border: none;
    border-radius: 4px;
    margin-left: 5px
}

.mobile-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}


.customizeReset {
    text-decoration: underline;
    color: #4285f4
}

.deliveryMethodsContainer .listDelivery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

    .deliveryMethodsContainer .listDelivery label {
        padding: 21px 16px !important;
        /*margin-right: 10px;*/
    }

    .deliveryMethodsContainer .listDelivery span {
        font-weight: bold;
        color: black
    }

.listPayment span {
    font-weight: bold;
    color: black
}

.listPayment label:has(input:checked) {
    background-color: #1971E414;
}

.listDelivery label:has(input:checked) {
    background-color: #1971E414;
}


.listPayment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.homeAlert {
    text-align: left !important
}

body.modal-open:has(#signup_modal.show) {
    overflow: auto !important;
}

.deviceRelatedItemsContainer .gbs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}


    .deviceRelatedItemsContainer .gbs .gb {
        height: 38px;
        text-align: center;
        border: 1px solid #70707052;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.75rem;
        border-radius: 6px;
        padding: 0 15px;
        color: #707070;
        line-height: 38px;
    }

        .deviceRelatedItemsContainer .gbs .gb:hover, .deviceRelatedItemsContainer .gbs .gb.selected {
            background-color: #4285f4;
            color: #FFF;
        }


@media (max-width: 768px) {

    .deviceRelatedItemsContainer .gbs {
        justify-content: space-between;
    }

        .deviceRelatedItemsContainer .gbs .gb {
            flex: 1;
        }

        .deviceRelatedItemsContainer .gbs .gb {
            font-size: 0.7rem;
            padding: 0 2px;
        }
}


.phone-color-box.selected {
    box-shadow: 0 0 15px #4285f4;
}

.deviceRelatedItemsContainer .choose_text_title {
    font-weight: unset !important;
}

/*#buy_device .plans-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);*/
/*gap: 10px;*/
/*border-radius: 16px !important;
}*/

.card-product-storage li {
    margin-right: 5px;
}

.whishPhoneSignUp_Container {
    display: none
}

.item-myusers {
    cursor: unset !important;
}

    .item-myusers .wishlist-overview {
        width: 100% !important;
        border: none !important;
    }

    .item-myusers .wishlist-status {
        width: 50% !important;
    }

        .item-myusers .wishlist-status .btn-cart {
            width: fit-content !important;
        }

.content-myusers .item-myusers .wishlist-overview .lineo:nth-child(3) {
    border-bottom: 1px dotted #EEEEEE !important;
}

/*.content-myusers .item-myusers .wishlist-overview .lineo:nth-child(4) {
    border: 0px !important;
}*/

.content-myusers .content-myusersGrid.content-wishlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.Shop .card-grid-style-3 {
    border-radius: 21.96px !important;
}

    .Shop .card-grid-style-3 .card-grid-inner {
        border-radius: 21.96px !important;
        padding: 15px !important;
        text-align: center !important;
    }

        .Shop .card-grid-style-3 .card-grid-inner .card-product-colors,
        .Shop .card-grid-style-3 .card-grid-inner .card-product-storage {
            display: flex;
            justify-content: center;
            align-content: center;
        }

            .Shop .card-grid-style-3 .card-grid-inner .card-product-storage .mainStorage {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 73px !important;
                height: 30px !important;
                border-radius: 5px !important;
                background-color: #D8E8FF !important;
                font-size: 13px !important;
                font-weight: 500;
                color: #1971E4 !important;
            }

.card-grid-inner .btn.btn-wishlist,
.card-grid-inner {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}


.verifiedUser,
.nameDataContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemName {
    color: #191919;
    margin-top: 10px !important;
    height: 26px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.verifiedImageContainer .verifiedImage {
    width: 20px;
    height: 20px
}


@media (max-width: 768px) {
    .content-myusers .content-wishlist {
        display: block !important;
    }
}


.myUserHeader {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.checkout .usersListContainer .usersListSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit !important;
}

.usersListContainer .usersListSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: inherit !important;
}

.itemName p {
    line-height: 1.3
}

.card-grid-style-3 .card-grid-inner .price-info {
    color: #1971E4 !important;
    width: auto;
    height: 24px !important;
}

/*.card-grid {
    width: 393px;
    height: 485px;
    border-radius: 21.96px;*/
/*gap: 10px;*/
/*padding: 15px;
}*/

.dropdownFilterBtn {
    color: #383838 !important;
    width: 148px;
    height: 45px;
    border-radius: 10px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-color: #E6E6E6 !important;
}

.scrollable-dropdown {
    max-height: 250px;
    overflow-y: auto;
}

#idBrand.dropdownFilterBtn {
    width: 160px !important;
}

#dropdownSort.dropdownFilterBtn {
    width: 200px !important;
}

.priceInput-dd {
    width: 94px;
    height: 45px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    /*padding: 0 20px;*/
    padding: 8px 15px;
}

.sorting-container {
    margin-bottom: 10px;
    vertical-align: top;
}

.sorting-text {
    vertical-align: -webkit-baseline-middle;
}

.line-height {
    line-height: normal;
}

.storage-container {
    place-content: center;
}

.pagination-info {
    white-space: nowrap;
}

.pagination-container {
    align-content: center;
}

.price-header {
    color: #383838;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 10px 10px 0 !important;
}

.Shop .usability {
    margin-left: 10px;
    margin-right: 10px;
    width: 73px !important;
    height: 30px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: 500;
    padding-top: 5.2px;
    padding-right: 12.13px;
    padding-bottom: 5.2px;
    padding-left: 12.13px;
    background-color: #53C572;
    color: #fff;
}

.card-product-storage-seller {
    justify-content: space-between !important;
}

.seller-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #191919;
    margin-left: 10px;
    margin-right: 10px;
}

.content-myusers .wishlist-product {
    width: 23% !important
}

.content-myusers .wishlist-overview {
    padding-right: 10px !important
}
