

* {
    margin: 0px;
    padding: 0px;
}


@font-face {
    font-family: 'PPRadioGrotesk-Medium';
    src: url('../fonts/woff/PPRadioGrotesk-Medium.woff');
}


@font-face {
    font-family: 'PPRadioGrotesk-Regular';
    src: url('../fonts/woff/PPRadioGrotesk-Regular.woff');
}


@font-face {
    font-family: 'PPRadioGrotesk-Bold';
    src: url('../fonts/woff/PPRadioGrotesk-Bold.woff');
}

@font-face {
    font-family: 'PPRadioGrotesk-Ultrabold';
    src: url('../fonts/woff/PPRadioGrotesk-Ultrabold.woff');
}



@font-face {
    font-family: 'PPRadioGrotesk-Light';
    src: url('../fonts/woff/PPRadioGrotesk-Light.woff');
}


body {
    font-family: PPRadioGrotesk-Regular !important;
    background-color: #dd797900;
    font-size: 14px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mt-21 {
    margin-top: 21px;
}

main {
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: transparent;
}

a {
    cursor: pointer;
}

.box1 span {
    font-weight: 700;
}

.text-1 p span {
    font-weight: 700;
}

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

.card-1 {
    width: 500px;
    border: 0px solid #d4d4d4;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    overflow: auto;
    z-index: 0;
}

    .card-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
        opacity: 0;
        visibility: hidden;
    }

    .card-1::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
        opacity: 0;
        visibility: hidden;
    }

    .card-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
        opacity: 0;
        visibility: hidden;
    }

.btn-countinue {
    background-color: #9117f2 !important;
}

.btn-countinue-2 {
    background-color: #9117f2 !important;
}

.form-group {
    margin-bottom: 0.5rem;
    position : relative;
}



.countinue-1 {
    margin-bottom: 3rem;
    margin-top: 5rem;
}

label {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #000;
    font-family: PPRadioGrotesk-Light;
}

::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
    opacity: 0.5 !important;
}

.cart {
    margin-left: 0px !important;
    margin-right: 0px !important;
    justify-content: space-between;
    background-color: #efefef;
}

.cart-1 p {
    margin: 8px 0px;
}

    .cart-1 p i {
        margin: 0px 5px;
        margin-right: 15px;
    }

.cart-1 span {
    font-size: 21px;
    font-weight: 700;
}


.price {
    font-weight: 700;
    font-size: 15px;
}

.reg-1 {
    font-size: 13px;
    font-weight: 400;
}
/* card-2 */
.img-1 {
    height: 25px;
}

.card-21 {
    margin: 0px !important;
    border-bottom: 2px solid #d4d4d4;
}

.tnc {
    color: #bfc1c5;
}

.card-2 {
    height: 250px;
    background-color: #ecedf0;
    border-radius: 12px;
    position: relative;
    width: 200px;
}

.card-2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Payment checkout page*/
.main-pop {
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-1 {
    padding: 20px 30px;
}


.modal-body.editmodel-popup input:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}


.payment-form .form-control, #loginDivId .form-control {
    background: #EFEFEF;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 40px;
    margin: 0px;
}


.heading-1 h2 {
    margin: 0px;
    color: #000;
    font-size: 34px;
    font-weight: 800;
    font-family: PPRadioGrotesk-Ultrabold;
}

.card-headersvg svg {
    fill: #7700e2;
    width: 80px;
    height: 37px;
    margin-bottom: 24px;
}

    .selectprice .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
        border: none !important;
    }

.card {
    width: 174px;
    height: 237px;
    background-color: #7a27bb;
    border-radius: 5px
}

.card-image {
    width: 30px
}

.card1-image {
    width: 30px
}

/*card on payment page*/

.circle {
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #000;
}

    .circle:hover {
        background: #000;
    }


    .circle:before,
    .circle:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    /* PLUS */
    .circle.plus:before,
    .circle.plus:after {
        background: #fff;
    }

    .circle.plus:before {
        width: 2px;
        margin: 3px auto;
    }

    .circle.plus:after {
        margin: auto 3px;
        height: 2px;
        box-shadow: none;
    }

.car-image-aligment {
    margin-top: 147px;
}

.color-change {
    color: #161617;
}

.checkout-chang-password {
    width: 49%;
    border: 1px solid green;
    padding: -17px;
    margin: auto;
    margin-top: 7%;
    height: 50%;
}

/*=======================new changes styling===================================================*/

a.back {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    position: relative;
}

i.fa.fa-angle-left.backIcon {
    font-size: 27px;
    position: absolute;
    top: -5px;
}

.backbutton p {
    margin-left: 18px;
}

.backBtn {
    display: flex;
    justify-content: space-between;
}



/*button success fail styling*/


button.btn.check {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 4px 6px 10px #aaaaaa;
    padding: 5px 100px 5px 100px;
    margin-top: 30px;
    border-radius: 50px;
}

.check svg {
    width: 35px;
    height: 35px;
}

button.btn.cross {
    background: #8300E9;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    margin-top: 30px;
    box-shadow: 0px 2px 4px 2px #aaaaaa;
    font-size: 14px;
}

.cross svg {
    height: 18px;
    width: 20px;
    margin-left: 10px;
    fill: #fff;
}

svg.mobileicon {
    width: 30px;
    height: 30px;
}

.paymentpara {
    font-size: 13px;
    font-weight: 400;
    font-family: sora;
    color: #000000;
    width: 50%;
    text-align: initial;
}
/*button success fail styling*/
.quantity-1 .rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    color: #000;
    font-size: 56px;
    font-family: Sora, 'FontAwesome';
    margin-right: 14px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    bottom: -13px;
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 3px;
    bottom: -20px;
}

/*========================new changes styling end=================================================*/


/*home input field 10/19/2022 start*/
.flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


form#address-form {
    margin-bottom: 0px;
}

form#address-form2 {
    display: none;
}

form#address-form3 {
    display: none;
}

form#addBillingAddressForm {
    display: none;
}

form#addBillingAddressFormedit {
    display: none;
}

button#searchAddress {
    display: none;
}

span.downArrow {
    font-size: 25px;
    position: absolute;
    right: 0;
}

/*the container must be positioned relative:*/
.state-select {
    position: relative;
    font-family: Arial;
}

    .state-select select {
        display: block; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #efefef;
    color: #ccc;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "\f107";
        top: 0px;
        right: 10px;
        font-size: 29px;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        color: #868686;
        font-weight: 600;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #424242;
    padding: 6px;
    cursor: pointer;
    user-select: none;
    border-radius: 6px;
    height: 34px;
    box-shadow: none;
    outline: none;
    line-height: 1.2;
    font-family: 'PPRadioGrotesk-Light', 'FontAwesome';
    font-weight: 300;
}



.country {
    margin-bottom: 21px;
}


/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #efefef;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 154px;
    overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

button.btn.btn-primary.search-dilvery-button {
    background: none;
    color: #000;
    outline: 0;
    border: 0;
    float: left;
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    font-family: PPRadioGrotesk-Bold;
}

.checkout-delivery {
    margin-bottom: 55px;
}

/*error modal popup start*/
#erroreModal .modal-header .close {
    float: left;
    top: 3px;
    position: absolute;
    left: 0;
    color: #000;
}

#erroreModal .modal-header {
    padding: 0.5rem 1rem;
}

#erroreModal .modal-title {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #000;
}

#erroreModal .modal-header, .modal-footer {
    border: none;
}

#erroreModal .modal-dialog {
    max-width: 359px;
    float: right;
    right: 643px;
}

#erroreModal .modal-content {
    height: 244px;
    border-radius: 0.9rem;
}

#erroreModal span {
    font-size: 1.3rem;
}

#erroreModal .modal-body .btn {
    background: transparent;
    color: #000;
    border: none;
    margin: 0 auto;
    color: #8300E9;
    font-weight: 800;
    margin: 0 auto;
    display: block;
}

#erroreModal svg {
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
}

#erroreModal p {
    font-size: 13px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}

#erroreModal img.modalbg {
    position: absolute;
    width: 359px;
    height: 288px;
    right: -43px;
}
/*error popup start*/
/*edit address popup*/
/*card edit address */

.fillcountry {
    width: 147px;
    font-family: 'Sora', 'FontAwesome';
}

/*card edit address end */
#AddAddressPopup .modal-title {
    font-size: 34px;
    font-weight: 800;
    font-family: PPRadioGrotesk-Ultrabold;
}

#AddAddressPopup button.close {
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
}

#AddAddressPopup .update-btn-edit {
    font-size: 21px;
    font-weight: 700;
    width: 233px;
    height: 55px;
    text-align: center;
    border-radius: 50px;
}
/*-----Payment Page-------*/
.main-pop {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-1 {
    padding: 52px;
    position: fixed;
    right: 0;
    height: 100vh;
    width: 600px;
    background: #fff;
}

.smsCode {
    text-align: center;
    line-height: 85px;
    font-size: 50px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    width: 100%;
    outline: none;
    border-radius: 3px;
}

div#SMSArea {
    justify-content: center;
    margin: 0 auto;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
}

.input {
    border: 1px solid #888;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    padding: 2px 5px;
    vertical-align: baseline;
    width: 300px;
    border-bottom: 1px solid lightgrey;
    border-top: none;
    border-left: none;
    border-right: none
}

.payment-form .form-group, .card-1.checkout_popup .form-group {
    margin-bottom: 21px;
    position : relative;
}

.currentbtn {
    cursor: pointer !important;
}

    #Passwordeye svg{

    }


    .currentbtn, .currentbtn:focus {
        color: #fff;
        height: 55px;
        margin: 21px 0;
        font-size: 21px;
        border: #7700e2;
        font-weight: 700;
        box-shadow: none;
        border-radius: 50px;
        width: 233px !important;
        background: #8300E9;
        cursor: pointer !important;
        font-family: PPRadioGrotesk-Bold;
    }

.disable_Pay {
    background-color: #CACACA;
}

.pay_btn_color {
    background-color: #CACACA;
}

    .pay_btn_color:hover {
        background-color: #CACACA !important;
    }

.disable_Pay:hover {
    background-color: #CACACA !important;
}

.activepaybtn {
    background: #8300E9;
}

.currentbtn:hover {
    color: #fff;
    background: #8300E9;
}

label#lblAmountId {
    color: #fff;
}

.currentbtn.checkbtn, .currentbtn.checkbtn:hover, .currentbtn.checkbtn:focus {
    box-shadow: 0px 3px 15px rgba(0,0,0,.15);
    background-color: #fff !important;
    border: #fff !important;
    color: #8300e9;
}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 30px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #000;
    padding: 3px 11px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .select-styled:after {
        content: "\f107 ";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 30px;
        font-weight: bold;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .select-styled:hover {
        background-color: #fff;
    }

    .select-styled:active, .select-styled.active {
        background-color: #fff;
    }

        .select-styled:active:after, .select-styled.active:after {
            content: "\f106 ";
        }

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

    .select-options li {
        margin: 0;
        padding: 5px 0;
        text-indent: 15px;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        color: #000;
    }

        .select-options li:hover {
            color: #c0392b;
            background: #fff;
        }

        .select-options li[rel="hide"] {
            display: none;
        }

.heading-1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 10px;
    align-items: flex-end;
}


.selectprice {
    align-self: flex-end;
    display: flex;
    position: relative; 
}

.checkinform {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

    .checkinform .switch {
        position: relative;
        display: inline-block;
        width: 74px;
        height: 35px;
    }

        .checkinform .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .checkinform .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #D9D9D9;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .checkinform .slider:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 30px;
            left: 6px;
            bottom: 0px;
            top: 4px;
            background-color: #fff;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .checkinform input:checked + .slider {
        background-color: #6624a4;
    }

    .checkinform input:focus + .slider {
        box-shadow: 0 0 1px #6624a4;
    }

    .checkinform input:checked + .slider:before {
        -webkit-transform: translateX(32px);
        -ms-transform: translateX(32px);
        transform: translateX(32px);
        background-color: #fff;
    }

    /* Rounded sliders */
    .checkinform .slider.round {
        border-radius: 34px;
        height: 38px;
    }

        .checkinform .slider.round:before {
            border-radius: 50%;
        }

.card-information {
    display: flex;
}

.card-info-1 {
    width: 50%;
    position: relative;
}

.card-info-2 {
    width: 25%;
    margin-left: 5px;
}

input#cardvalidityDateId {
    text-align: justify;
}

.card-info-3 {
    width: 25%;
    margin-left: 5px;
}

.content1 {
    margin-right: 34px;
}

    .content1 h4 {
        font-size: 20px;
        margin: 0px;
    }

    .content1 p {
        margin: 0px;
        font-size: 13px;
        color: #AAA;
        font-weight: 400;
        font-family: PPRadioGrotesk-Regular;
    }

a.right-fix {
    margin-top: -29px;
}

.iti {
    width: 100%;
}

.changelink {
    float: right;
    margin-top: -7%;
    padding-right: 10px;
}

.card.cardbg-1 {
    background: #efefef;
}

.addresscheckout {
    padding-right: 40px;
}

.fontstyle1 {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.slick-slide {
    margin: 12px 7px !important;
    width: 153px;
}

.panel-heading h6 {
    font-weight: 300;
    padding-right: 2rem;
    width: 86%;
    word-break: break-all;
    font-size: 13px;
    font-family: PPRadioGrotesk-Light;
}

.width-card {
    position: relative;
    width: 100%;
    height: 247px;
    background-color: #720dd3;
    border-radius: 15px;
    display: inline-block !important;
    border: none !important;
    padding: 10px;
    border-radius: 10px;
}


.img-card1 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 40% !important;
}

.img-card2 {
    position: absolute;
    width: auto !important;
    right: 16px;
    bottom: 167px;
}

.card-number-card2 {
    font-size: 10px;
    font-weight: 300;
    font-family: 'PPRadioGrotesk-Regular';
}

.img-card3 {
    position: absolute;
    right: 15px;
    top: 20%;
}

.heading-1.heading-2 {
    margin-bottom: 14px;
    padding-bottom: 10px;
}


.customClose {
    opacity: 1;
    color: #fff;
}

.ScrollStyle {
    overflow-x: scroll;
}

.card-scroll {
    height: auto;
    max-width: 600px;
    padding: 10px 0 10px;
    overflow-x: clip;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
}

.card-margin-details {
    text-align: right;
}

.card-cvv-style {
    width: 150px;
    outline: none;
    background-color: #EFEFEF;
    height: 34px;
    padding: 13px;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
    margin-bottom: 8px
}



/* Global CSS */

.border-none {
    border: 0;
}

.outline-none {
    outline: 0;
}


#panelproductId {
    padding: 0 10px;
    display: none;
    width: 100% !important;
}

.div-border-section {
    border: solid 1px #FFFFFF;
}

div#panelproductId {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 18px;
}

#panelproductId, #flipDivId {
    border: 0px;
}

/*Begin Card delete style*/

.img-wrap {
    position: relative;
    display: inline-block;
}

    .img-wrap .close {
        width: 25px;
        position: absolute;
        top: 54px;
        right: -140px;
        z-index: 100;
        padding: 5px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        line-height: 10px;
        border-radius: 50%;
        margin: 0;
        opacity: 0;
        transition: 0.3s all ease-in;
    }

    .img-wrap .fnt15 {
        font-size: 20px;
        color: #fff;
        margin-top: -4px;
    }

.DCcard-img:hover .img-wrap .close {
    opacity: 1;
}

/*.width-card:before {
    background-color: transparent;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: -17px;
    border-radius: 20px;
    height: 100%;
    opacity: 0.4;
    content: "";
}*/

.img-wrap:hover .close {
    opacity: 1;
}

.close-card-alignment {
    margin-right: 48px;
}

.chk-address {
    width: 72%;
    font-size: 15px;
    display: inline-block;
}

.address-area .disp-inblock {
    display: inline-block;
}

/*End Card delete style*/

.address-edit-btn {
    margin-left: 15px;
}

.edit-address-alignment {
    padding-top: 0px;
}


/* Address CSS */

.address-area {
    height: 275px;
    overflow: auto;
}

.payment-form .form-control.card-input {
    padding-left: 60px;
}

#panelproductId h3 {
    font-size: 15.11px;
    font-weight: 700;
    border-top: 3px solid #fff;
    padding-top: 8px;
    margin: 0;
    font-family: PPRadioGrotesk-Bold;
}

#panelproductId table {
    margin: 0px;
}

    #panelproductId table td.product-item {
        width: 80px;
    }

    #panelproductId table tr td {
        padding: 2.5px 0px;
        border: none;
        font-size: 11px;
        vertical-align: middle;
        border-bottom: 1px solid #fff;
        font-family: PPRadioGrotesk-Regular;
    }

        #panelproductId table tr td strong {
            font-size: 11px;
            font-weight: 800;
            font-family: PPRadioGrotesk-Bold;
        }


    #panelproductId table tr.total-row td span {
        font-family: 'PPRadioGrotesk-Regular';
    }

    #panelproductId table tr.item-row td {
        border-bottom: 1px solid #fff;
    }

    #panelproductId table tr.total-row td {
        padding: 5px 0px 5px;
    }

    #panelproductId table tr.total-row:first-child td {
       
        border-bottom: 1px solid #fff;
    }

#panelproductId img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #7700e2;
}

#panelproductId p {
    margin: 0px;
    font-size: 12px;
}

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

.dot-falling {
    margin-left: 20px;
}

.card-1 {
    display: flex;
    flex-direction: column;
}

    .card-1.checkout_popup {
        right: 0;
        float: right;
        width: 100%;
        height: 100vh;
        background: #fff;
        position: fixed;
        z-index: 9;
        max-width: 610px;
    }

.checkout_bg {
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.checkout_wraper {
    float: right;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.cart_input {
    display: none;
    right: 0;
    overflow: hidden;
}

.card-1.checkout_popup img {
    width: 85px;
}

.checkout_popup .heading-1 {
    margin: 21px 0;
    display: flex;
    padding-bottom: 5px;
}

p.already-acnt {
    margin-top: 21px;
    font-size: 13px;
    display: flex;
    margin-bottom: 24px;
    font-weight: 300;
    font-family: PPRadioGrotesk-Regular;
}

.already-acnt strong {
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
}


.already-acnt a#firstLoginId {
    color: #8300e9;
    font-weight: 300;
    position: relative;
    display: flex;
    font-family: PPRadioGrotesk-Light;
    margin-left: 5px;
    cursor: pointer;
}

    .already-acnt a#firstLoginId:hover {
        text-decoration: none;
        /*color: #c88df5;*/
        font-weight: 200;
    }

div#flipDivId {
    color: #fff;
    cursor: pointer;
    height: 55px;
}

    div#flipDivId:hover {
        z-index: 9999999;
        position: relative;
        transition: 0.4s all ease-in;
    }

#panelproductId.cart, #flipDivId.cart {
    background: #efefef;
}

.pannel-carddetails-sec:hover {
    background: #e5e5e5;
}

#stepFirstId .shopping-card-icon p {
    color: #000;
    font-size: 21px;
    font-family: PPRadioGrotesk-Regular;
    font-weight: 300;
    margin-left: 13px;
}

.shopping-card-icon {
    margin-left: 15px;
}

    .shopping-card-icon svg {
        margin-right: 0px !important;
        width: 21px !important;
        margin-left: 5px !important;
    }


#stepFirstId label, div#loginDivId label {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 10px;
    font-weight: 300;
    color: #000;
    font-family: PPRadioGrotesk-Light;
}

label#lblPaymentAmountId {
    color: #fff;
    font-size: 17px;
}

.content1 a {
    color: #8300E9;
    margin-left: 5px;
    font-weight: 300;
    font-family: PPRadioGrotesk-Light;
}

    .content1 a:hover {
        color: #c88df5;
        text-decoration: none;
    }


div#logo.unkown i {
    font-size: 30px;
    color: #2a2a2a;
}
/*
.payment-form .card-information .form-control {
    background-color: transparent;
}
*/
.card-information {
    width: 100%;
    font-family: PPRadioGrotesk-Light;
    margin-bottom: 21px;
}

.checkinform h4 {
    font-size: 21px;
    font-weight: 300;
    font-family: PPRadioGrotesk-Light;
    color: #000;
}

button.checkout_btn_click {
    top: 40%;
    left: 50%;
    border: 0;
    color: #fff;
    width: 250px;
    padding: 15px;
    font-size: 25px;
    border-radius: 4px;
    position: absolute;
    background: #7700e2;
}

.checkout_bg {
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-1.checkout_popup .form-group .form-control {
    background: #efefef;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
    font-family: PPRadioGrotesk-Light;
    padding:5px 12px;
}

.card-1.checkout_popup .form-group .iti--allow-dropdown .form-control#phoneNumberIds {
    padding-left: 90px !important;
}

.payment-form .form-control:focus, .card-information:focus, #loginDivId .form-control:focus, .card-1.checkout_popup .form-group .form-control:focus {
    border: 0 !important;
}

.card-information .form-control:hover {
    box-shadow: none;
}

.addcard-body .form-group {
    margin-bottom: 30px;
}

.fadeInRight {
    animation: drop-in 1s ease 200ms backwards;
    animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.fadeInBottom {
    animation: fadeInBottom 1s ease-in-out;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1
    }
}

input#loginSubmit {
    margin: 0;
    margin-top: 24px;
    padding-left: 60px;
    padding-right: 70px;
    line-height: 1.5;
    width: 226px;
    font-size: 21px;
}

input#btnbackId {
    margin: 0;
    float: left;
    margin-top: 24px;
    padding-left: 82px;
    padding-right: 82px;
    line-height: 1.5;
    width: 226px;
    font-size: 21px;
}

.logedIn_checkout {
    right: 0;
    float: right;
    width: 100%;
    max-width: 614px;
    height: 100vh;
    background: #fff;
    position: fixed;
}

.logedIn_checkout_flipDiv {
    color: #000;
    cursor: pointer;
    background: #efefef;
    height: 55px;
    border-radius: 6px;
    align-items: center;
}

    .logedIn_checkout_flipDiv:hover {
        background: #e5e5e5;
    }

.logedIn_checkout .img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

div#divAddCardId {
    width: 151px;
    padding: 0;
    height: 247px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

    div#divAddCardId:hover {
        background-color: #e5e5e5;
    }

.heading-1.heading-2 label {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 300;
}

.heading-1.heading-2 a {
    font-weight: 500;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
}

    .heading-1.heading-2 a:hover {
        color: #000;
        text-decoration: none;
    }

#divAddCardId .card-top.text-center {
    position: relative;
    top: 40%;
}

#stepFirstId .form-group.delivery_address label {
    font-size: 15px;
}


#stepFirstId .select-selected {
    line-height: unset;
}


    #stepFirstId .select-selected:after {
        top: 21px;
    }


input#deliveryAddress {
    width: 100%;
    background: #efefef;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    font-family: PPRadioGrotesk-Light, FontAwesome;
}

    input#deliveryAddress:focus, .card-information:focus {
        box-shadow: 0px 3px 5px 1px #ccc;
        transition: 0.3s ease-in-out;
    }

a#changeAddressId {
    font-size: 17px;
    color: #7a27bb;
    font-weight: 600;
    text-decoration: underline;
}

.flex-btn {
    display: flex;
    margin-top: 3rem;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
}

    .flex-btn .btn {
        padding: 12px 50px;
    }

input#btnAddAddressIdUpdate {
    width: auto;
    padding: 0 40px;
    margin: 0;
    height: 55px;
}

input#btnBackId {
    padding: 0 40px;
    height: 55px;
}

    input#btnbackId:focus, input#btnBackId:focus {
        box-shadow: none;
    }

.cart.logedIn_checkout_flipDiv p {
    margin: 0;
    font-size: 18px;
}

button.confirm {
    background-color: #7700e2 !important;
}

.logedIn_checkout input#deliveryAddress {
    background: transparent;
}

a.editbtn:focus {
    outline: 0;
    box-shadow: none;
}
/*animation effect*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(1.1);
        opacity: 0.5;
        margin-left: 20px;
    }

    100% {
        transform: scale(0.99);
        opacity: 1;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

a.editbtn span, a.showdelete span {
    font-size: 20px;
    color: #c3c3c3 !important;
}

label#lblAmountId {
    font-size: 21px;
    color: #000;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
}

.iti__flag {
    background-color: #ffffff !important;
}

.iti--container {
    width: auto !important;
}

.iti__country-list {
    position: relative !important;
    max-height: 280px !important;
    width: 55% !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#stepThirdId h5 {
    margin-top: 38px;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 300;
    font-family: 'PPRadioGrotesk-Light';
}

.otp_verification .email_add label {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: 'PPRadioGrotesk-Bold';
}

#sendEmailForVerificationId {
    font-size: 13px;
    font-weight: 300;
    font-family: 'PPRadioGrotesk-Regular';
}

.otp_verification .email_add {
    margin-bottom: 5px;
}

.otp_verification .form-group.phone_add .form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 233px;
    padding: 0;
    font-size: 13px;
}

a#anchorEidtMobileNumberId {
    text-align: right;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.form-group.phone_add {
    border-bottom: 2px solid #efefef;
    width: 233px;
    margin-bottom: unset;
}

.otp_verification .phone_add label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    font-family: 'PPRadioGrotesk-Bold';
}

.otp_verification .rounded-lg {
    border-radius: 10px !important;
    background: #dfdfdf82;
    box-shadow: none !important;
    border: 0;
    width: 55px;
    height: 89px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'PPRadioGrotesk-Bold';
    margin-right: 5px;
}

#SMSArea .code-col {
    margin: 5px;
}

a#changeBtnStatusId {
    font-size: 15px;
    color: #8300E9;
}


a#SpanInvalidId {
    font-size: 13px;
    color: #000 !important;
}

label#emailAddress2 {
    font-size: 13px;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: 'PPRadioGrotesk-Light';
}

.otp_verification .form-group.phone_add .form-control:hover {
    box-shadow: none;
}


.iti__selected-flag {
    border-right: 2px solid #fffcfc;
    z-index: 9;
    width: 72px;
    height: 25px;
    top: 5px;
    display: flex;
    justify-content: center;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 4px !important;
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle;
    font-size: 14px;
}

.iti__selected-flag {
    background: transparent !important;
}


.btn:focus, .btn:active {
    box-shadow: none !important;
}

.checkout-card-head {
    display: flex;
    align-items: center;
}

.pannel-carddetails-sec {
    border: 5px;
    border-radius: 6px;
    z-index: 9999;
    background: #efefef;
    isolation: isolate;
}


#BacktoRegisterbtn {
    float: left;
    margin-top: 24px;
    padding-left: 82px;
    padding-right: 82px;
    line-height: 1.5;
    display: none;
}

input#btnSecondStep {
    margin: 0;
    float: right;
    margin-top: 24px;
    line-height: 1.5;
}

.cart-1 {
    display: flex;
    align-items: center;
}

.heroSlider-fixed img.img-card1 {
    width: 25%;
}

.chip-card {
    z-index: 999999999;
    position: absolute;
    top: 48px;
    right: 2px;
    width: 25%;
}


input#deliveryAddresstxt2 {
    margin-top: 0px !important;
}

.modal-dialog.setCenter {
    margin: 0px 0px;
    float: right;
    max-width: 613px;
}

#address-form {
    position: relative;
}

.modal-backdrop {
    z-index: -1;
}

.modal-dialog.manage-dilvery {
    float: right;
    max-width: 27%;
    margin: 8% 37px;
    width: 100%;
}

#exampleModal .modal-dialog.manage-dilvery {
    float: right;
    max-width: 520px;
    margin: 8% 37px;
}

.filladdress1 {
    width: 312px;
}

.fillcountry1 {
    width: 130px;
    font-family: 'Sora', 'FontAwesome';
}

#RememberMe {
    accent-color: #7700e2;
}

button.btn.btn-secondary.manage-dilvery-footer {
    background: #7700e2;
}

button.btn.btn-primary.manage-dilvery-button {
    background: none;
    color: #7700e2;
    outline: 0;
    border: 0;
    float: right;
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 34px;
}

.modal-content {
    border: 0;
}



#AddAddressPopup .modal-content {
    box-shadow: 0px 0px 30px 0 rgb(0 0 0 / 0.18);
}


#EditAddressPopup .modal-content {
    box-shadow: 0px 0px 30px 0 rgb(0 0 0 / 0.18);
}

.manage-dilvery-body.modal-body {
    height: 315px;
    overflow-x: auto;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: transparent;
    border-color: #7700e2;
}

.svglogo svg {
    fill: #7700e2;
    width: 80px;
    height: 37px;
}

.form-group.fade-in.form-bg input {
    width: 100%;
    background: #efefef;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    margin-bottom: 21px;
}

    .form-group.fade-in.form-bg input:focus {
        box-shadow: 0px 3px 5px 1px #ccc;
        transition: 0.3s ease-in-out;
    }

.card-info-1.form-bg input {
    width: 100%;
    background: #EFEFEF;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
}

.card-info-2.form-bg input {
    width: 100%;
    background: #EFEFEF;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
}

.card-info-3.form-bg input {
    width: 100%;
    background: #EFEFEF;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
}

button.close.customClose {
    outline: none;
}


.modal-footer.add-btn-modelfooter {
    border: 0;
    padding: 0;
}

.add-card-svg svg {
    fill: #7700e2;
    width: 80px;
    height: 37px;
}

.modal-content.addcard-content {
    padding: 55px;
}

.modal-body.addcard-body {
    padding: 1rem 0;
}

.modal-header.modalheaderBg {
    padding: 0;
    border-bottom: 2px solid #dee2e6;
    width: 98%;
    margin: auto;
}

.addcard-heading h2 {
    font-size: 21px;
    color: #7900e4;
    display: flex;
    align-items: center;
    font-family: PPRadioGrotesk-Regular;
    cursor: pointer;
}

.modal-footer.add-btn-modelfooter button#btndOk {
    margin: 15rem 0;
    width: 233px;
    height: 55px;
    font-size: 21px;
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
    border-radius: 50px;
}

    .modal-footer.add-btn-modelfooter button#btndOk:hover {
        background: #6e00c9 !important;
        border: 0 !important;
    }

.addcard-heading i.fa.fa-angle-left {
    font-size: 27px;
    margin: 0 3px 4px 0;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading.active a svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading a svg {
    transition: all 0.5s;
    float: right;
    position: absolute;
    right: 10px;
    transition: all .5s linear;
}

.logedIn_checkout .delivery_address .panel-heading a {
    position: relative;
}
/*
    .logedIn_checkout .delivery_address .panel-heading a::before {
        font-family: FontAwesome;
        right: 10px;
        position: absolute;
        font-weight: 100;
        font-size: 56px;
        font-weight: 100;
        content: "\f107";
        top: 0px;
    }
*/
.panel-title > a, .panel-title > a:active {
    padding: 20px 0 0;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
}

.panel-title a.collapsed {
    padding: 20px 0 0;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
}

.add-delivery-withplus span {
    color: #7e00e3;
}

.plus-delivery {
    color: #7e00e3;
}

    .plus-delivery:hover {
        color: #7600e3;
    }

.add-delivery-withplus input {
    color: #7e00e3;
}

.filladdress-input {
    margin-bottom: 21px !important;
}

.card-svg svg {
    fill: #7700e2;
    width: 80px;
    height: 37px;
    margin-bottom: 21px;
}

.card-header-logout {
    width: 100%;
    box-shadow: 0px 5px 4px 0px white;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #D9D9D9;
}

.heading-1.heading-2.align-items-center.card-heading-list {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

button.close.customClose {
    color: #000;
}

span#AddressdeleteId180 {
    color: #c3c3c3;
    font-size: 20px;
}

tr.item-row {
    border-bottom: 3px solid #fff;
    height: 45px;
}


.cart-1.shopping-card-icon img {
    margin-right: 15px;
    width: 21px;
    margin-left: 21px;
}

input#btnFirstStep {
    padding: 13px;
}

a#firstLoginId:hover i:after {
    width: 9px;
    height: 2px;
    content: "";
    top: 43.8%;
    display: block;
    background-color: #b766ff;
    position: absolute;
    left: 72%;
    transition: 0.2s ease-in;
}

div#stepFirstId input:focus, .card-information:focus-within {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}

#loginDivId input:focus {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}

div#stepFirstId input:focus, .card-information:focus-within {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}

div#stepFirstId .card-info-1 input:focus,
div#stepFirstId .card-info-2 input:focus,
div#stepFirstId .card-info-3 input:focus {
    box-shadow: none;
}

.already-acnt a#firstLoginId i.fa.fa-angle-right {
    margin-left: 15px;
    margin-top: -1px;
}

a#firstLoginId .fa-angle-right:before {
    margin-left: -8px;
}

a#firstLoginId:hover .fa-angle-right:before {
    margin-left: 0px;
    transition: 0.3s all ease-in;
}

a#firstLoginId i:after {
    width: 0px;
    height: 2px;
    content: "";
    top: 44%;
    display: block;
    background-color: #b766ff;
    position: absolute;
    right: 16%;
}

.fa-angle-right:before {
    content: "\f105";
    font-size: 20px;
}

a#AddressAnchor35 {
    padding: 0;
}

a#AddressdeleteAnchor35 {
    padding: 0;
}

.address-area.deliveryaddress-height {
    height: 125px;
    overflow: auto;
}

.pay-button {
    margin: 0;
    text-align: end;
    position: relative;
}

.slider_payment {
    position: relative;
}

.usa-address.mt-3 {
    padding: 0 0 15px;
}

button#load2 {
    margin: 50px 0;
}

.input-group-text.radiobtn-collapse {
    background: none;
    border: 0;
}

h6.address-collapse {
    width: 77%;
    line-height: 1.5;
    margin-left: 10px;
}

.icons-collapse.d-flex .fa-trash, .icons-collapse.d-flex .fa-pencil {
    font-size: 15px;
    color: #c4c4c4;
    margin-right: 15px;
}

.default-fav {
    font-size: 18px;
    color: #c4c4c4;
}

.icons-collapse.d-flex .fa-star-o {
    font-size: 18px;
    color: #c4c4c4;
}

:root {
    --w_icon_wrap: 140px;
    --g_icon_wrap: 20px;
}



.carddetails-address-infolist.d-flex.justify-content-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


    .carddetails-address-infolist.d-flex.justify-content-between:hover .icons-collapse.d-flex {
        visibility: visible;
    }

    .carddetails-address-infolist.d-flex.justify-content-between .icons-collapse i:not(.default-fav) {
        visibility: hidden;
    }

    .carddetails-address-infolist.d-flex.justify-content-between:hover .icons-collapse i {
        visibility: visible;
    }



.input-group-text.radiobtn-collapse input[type="radio"] {
    margin-bottom: 10px;
}

.add-delivery-withplus {
    margin-bottom: 0px;
}

    .add-delivery-withplus a {
        color: #7f02e7 !important;
    }

    .add-delivery-withplus i.fa.fa-plus {
        margin-right: 15px;
        margin-left: 5px;
    }

.delivery-Address-content {
    width: 60%;
    margin-bottom: 20px;
}

    .delivery-Address-content h6 {
        line-height: 1.5;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7b02e5;
    background-color: #ffffff;
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%7b02e5'/%3e%3c/svg%3e") !important;
    width: 18px;
    height: 18px;
}

.custom-control-label {
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-control-label {
    width: 82%;
}

    .custom-control-label::before {
        width: 15px;
        height: 15px;
    }

    .custom-control-label::after {
        top: 2px;
        width: 14px;
        height: 13px;
        left: -26px;
    }

label.custom-control-label span {
    margin-left: 10px;
    display: block;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    display: none !important;
}

    .slick-dots li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
    }

        .slick-dots li.slick-active button {
            background-color: black;
        }

        .slick-dots li button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }

        .slick-dots li :hover {
            background-color: black;
        }
/* Custom Arrow */

.heroSlider-fixed img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.slick-track {
    display: flex;
    margin-left: 8px !important;
}

.heroSlider-fixed {
    padding: 0;
    z-index: -1;
    position: relative;
}

#stepFourthId{
    z-index:999;
}

.heroSlider-fixed .chip-card img {
    width: 23px;
    border-radius: 5px;
}
/* Custom Arrow */
.prev {
    color: #aa3dff;
    position: absolute;
    top: 37%;
    left: -26px;
    font-size: 2.5em;
    padding: 6px;
    height: 43px;
}

    .prev :hover {
        cursor: pointer;
        color: black;
    }

.next {
    color: #aa3dff;
    top: 37%;
    right: -26px;
    font-size: 2.5em;
    padding: 6px;
    height: 43px;
    position: absolute;
}

    .next :hover {
        cursor: pointer;
        color: black;
    }


/*.heroSlider-fixed:hover .next-prev-icon span, .heroSlider-fixed .next-prev-icon span:hover .next {
    display: block !important;
}*/

#stepFirstId ::-webkit-scrollbar {
    display: none;
}

/*.heroSlider-fixed .next.slick-disabled {
    visibility: hidden;
}*/
/*checkoutpopup height*/

.addcard-heading.close.customClose {
    padding: 15px 0;
    cursor: pointer;
}

.cart-1.shopping-card-icon.carddetails-page p {
    margin: 0 !important;
}

input#phoneNumber2 {
    margin-top: -7px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'PPRadioGrotesk-Light';
}

input#userNameId:focus {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}

.panel.panel-default {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
}

input#emailAddress:focus {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}

input#phoneNumberIds:focus {
    box-shadow: 0px 3px 5px 1px #ccc;
    transition: 0.3s ease-in-out;
}



.radio-new-button-animation {
    margin-top: 25px;
}

input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

@keyframes wobble1 {
    from, to {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(0) scale(1.33);
    }

    50% {
        transform: translateY(0.25em) scale(1);
    }

    67% {
        transform: translateY(-0.15em) scale(1);
    }

    83% {
        transform: translateY(0.07em) scale(1);
    }
}

.radio-new-button-animation input:nth-of-type(2):checked ~ span {
    transform: translateY(3em);
}

    .radio-new-button-animation input:nth-of-type(2):checked ~ span:before {
        animation: wobble2 0.0s linear forwards;
    }

.cart-1.carddetails-page.images-shopping {
    margin-left: 21px;
    margin-top: 5px;
}

    .cart-1.carddetails-page.images-shopping img {
        margin-right: 15px;
    }

    .cart-1.carddetails-page.images-shopping p {
        font-size: 20px;
    }

.modal-dialog.setCenter {
    background: #fff;
}

.cart_input.fadeInRight {
    align-items: center;
}

.shopping-card-icon p {
    margin: 0;
    color: #000;
    font-size: 21px;
    margin-left: 13px;
}

.icons-collapse.d-flex {
    align-items: inherit;
    padding-right: 17px;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .cssanimation span {
        display: inline-block
    }

.zoomInDown {
    animation-name: textdown;
}

.addcard-heading.close.customClose {
    height: 97px;
}

@keyframes zoomInDown {
    from {
        transform: scale(1) translateY(-50%);
        opacity: 0;
    }
}

.text_up {
    animation: textUp .4s linear;
}

@keyframes textdown {
    from {
        font-size: 25px;
    }

    to {
        font-size: 20px;
        margin: 33px 0 5px;
    }
}


.fadeInUp {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom {
    -webkit-animation: zoom;
    animation: zoom;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@keyframes textUp {
    from {
        color: #000;
        font-size: 20px;
        transform: translateY(30px);
    }

    to {
        transform: translateY(0px);
        color: #000;
        font-size: 33px;
        font-weight: bold;
    }
}


.zoom-in-zoom-out {
    margin: 24px;
    width: 50px;
    animation: zoom-in-zoom-out 2s;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0, 0);
    }

    50% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}


/*=== FADE IN DOWN ===*/
.box.animate.fadeInDown.two {
    border: 0;
}

.animate {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.two {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

button#btndOk {
    background-color: #8300e9;
}

.add-btn-addcard {
    margin: 15rem 0;
    width: 47%;
    height: 55px;
    background-color: #8300e9;
}

    .add-btn-addcard:hover {
        background: #6e00c9;
        border: none;
    }
/*custom select dropdown*/
.wrap {
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-30%);
}

.selectprice .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

select {
    display: block;
}

.wrap h1 {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, -40px -40px 0px rgba(28,110,164,0);
    color: #181B33;
    background: #232323;
    font-size: 47px;
    text-align: center;
    font-family: monospace;
}

.custom-select {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -54px;
    background-image: none;
    background-color: transparent;
    border: none;
    font-family: PPRadioGrotesk-Bold;
    padding: 0px 29px 0px 0px;
    vertical-align: middle;
    height: auto;
    text-align: right;
}


select#pricelist {
    width: 120px !important;
    background-color: #fff;
}

.flext-count {
    justify-content: flex-end !important;
}

/*.custom-select:after {
    position: absolute;
    top: 4px;
    right: 5px;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    transform-origin: 50% 25%;
    background-color: transparent;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 25px;
}*/

.custom-select:active, .custom-select.active {
    background-color: #fff;
    color: #141414;
}

    .custom-select:active:after, .custom-select.active:after {
        transform: rotateZ(180deg);
        transition: all 0.5s;
        transform-origin: 50% 25%;
        right: 2px;
        background-color: transparent;
        top: 19px;
        right: 8px;
    }

.select-options {
    max-height: 383px;
    background: #FFFFFF;
    font-size: 14px;
    position: absolute;
    z-index: 999;
    right: 0px;
    width: 129px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    font-size: 19px;
    top: 34px;
    padding-left: 0px !important;
}

select#pricelist.form-control {
    padding: 0 15px;
    border: 0;
}

.select-options li {
    display: block;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: justify;
    margin-top: 0px;
    font-size: 21px !important;
    font-weight: 400 !important;
    font-family: PPRadioGrotesk-Regular;
}

    .select-options li:hover {
        background: #D9D9D9;
        color: #000000;
    }

    .select-options li[rel="hide"] {
        display: none;
    }



.select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #AAAAAA;
    border: 3px solid #AAAAAA;
}


button.btn.check p {
    display: none;
}

.cross p {
    display: contents;
}

.card-header2 {
    z-index:9999;
}

/*responsive start*/
@media only screen and (min-device-width: 1080px) and (max-device-width: 1460px) and (orientation:landscape) {


    #exampleModal .filladdress {
        width: 242px !important;
    }

    .address-area {
        height: 260px;
        overflow: hidden;
    }

    .heading-1 h2 {
        font-size: 23px;
    }

    .payment-form .form-group {
        margin-bottom: 15px;
    }

    #panelproductId, #flipDivId {
        padding: 10px 10px;
        border: 0px;
    }

    #stepFirstId .cart-1 p {
        margin-top: 4px;
    }

    .selectprice .form-control {
        width: 95px;
        HEIGHT: 30px;
    }

    .card-margin-details {
        margin: auto;
        float: left;
        text-align: left;
        float: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .img-card1 {
        position: absolute;
        bottom: 10px;
        width: 45px;
    }


    .img-wrap .close {
        width: 25px;
        padding: 5px 5px;
        font-size: 20px;
        line-height: 0;
        height: 25px;
    }
}

.img-wrap .close {
    right: 9px;
}

@media only screen and (max-width: 1360px) {
    .img-wrap .close {
        width: 25px;
        padding: 5px 8px;
        font-size: 20px;
        line-height: 0;
        height: 25px;
        right: 20px;
    }

    button .checkout_btn_click {
        width: 200px;
        padding: 10px;
        font-size: 20px;
    }

    .address-area {
        height: 200px;
        overflow: auto;
    }
}

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


    #exampleModal .filladdress {
        width: 332px !important;
    }

    .payment-form .form-group, .card-1.checkout_popup .form-group {
        margin-bottom: 34px;
    }

    button.checkout_btn_click {
        left: 30%;
    }

    .card-information {
        width: 100%;
    }

/*    .quantity-1 {
        margin-right: 11px;
    }
*/
    .modal-dialog.manage-dilvery {
        max-width: 37%;
        margin: 9% 55px;
    }


    .modal-footer.add-btn-modelfooter button#btndOk {
        margin: 19.65rem 0;
    }

    .card-margin-details {
        margin-bottom: 9%;
    }

    .img-card1 {
        bottom: 0px;
    }

    .cart-1.shopping-card-icon.carddetails-page.images-shopping img {
        margin-top: 4px;
    }

    .cart-1.carddetails-page.images-shopping {
        margin-left: 21px;
        margin-top: 0px;
    }

    .cart-1.shopping-card-icon img {
        margin-left: 11px;
    }

    .quantity-1.quantity-2.card-right-detailsnum {
        margin-right: 21px;
    }
}

@media only screen and (max-width: 1280px) {
    .payment-form .form-group, .card-1.checkout_popup .form-group {
        margin-bottom: 34px;
    }

    button.checkout_btn_click {
        left: 30%;
    }

    .modal-dialog.manage-dilvery {
        max-width: 90%;
        margin: 6% 55px;
    }

    .modal-footer.add-btn-modelfooter button#btndOk {
        margin: 10.28rem 0;
    }

    .modal-content.addcard-content {
        padding: 8px 55px 0;
    }
}

@media only screen and (max-width: 1080px) {
    button.checkout_btn_click {
        top: 40%;
        left: 0;
        width: 200px;
        padding: 10px;
        font-size: 18px;
        position: relative;
    }

    .checkout_btn_position {
        text-align: center;
        width: 100%;
        position: relative;
        top: 35%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1079px) and (orientation:landscape) {
    .cart-1.total-heading p {
        margin-top: 0px !important;
    }

    .card-1 {
        overflow-y: auto;
    }

    .logedIn_checkout .img-wrap {
        width: 30%;
    }

    .img-wrap .close {
        width: 25px;
        padding: 5px 5px;
        font-size: 20px;
        line-height: 0;
        height: 25px;
    }

    .img-wrap .close {
        right: -22px;
    }

    .payment-form .form-control, #loginDivId .form-control {
        height: 35px;
    }

    .currentbtn, .currentbtn:focus {
        width: 100%;
        padding: 15px;
        margin: 21px 0 0;
    }

    .heading-1 h2 {
        font-size: 23px;
    }

    .payment-form .form-group {
        margin-bottom: 12px;
    }

    #panelproductId, #flipDivId {
        border: 0px;
    }


    .selectprice .form-control {
        width: 95px;
        HEIGHT: 30px;
    }

    .card-margin-details {
        margin: auto;
        margin-bottom: 19px;
    }

    .img-card1 {
        position: absolute;
        bottom: 10px;
        width: 45px;
    }

    .address-area {
        height: 200px;
        overflow: auto;
    }

    .card-cvv-style {
        bottom: 81px;
    }

    .modal-dialog.manage-dilvery {
        width: 48%;
        margin: 10% 55px;
    }

    .cart-1.shopping-card-icon img {
        margin-left: 11px;
    }

    .quantity-1 {
        margin-right: 11px;
    }
}

/*...................991 media Query.......................*/
@media only screen and (max-width: 992px) {
    .modal-dialog.manage-dilvery {
        width: 49.2%;
        margin: 10% 55px;
    }
}


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

    .address-area.deliveryaddress-height {
        height: 150px !important;
    }

    i.fa.fa-plus.plus-delivery {
        margin-top: 13px;
    }

    .collapse-address input {
        vertical-align: top;
        margin: 4px 0 0 0;
    }

    .usa-address h6 {
        font-size: 13px;
    }

    .card-1.checkout_popup {
        padding: 55px;
    }

    #panelproductId table tr.total-row td {
        padding: 0;
    }

    .content1 p {
        font-size: 11px;
    }

    .form-group {
        margin-bottom: 21px;
    }

    .delivery_address {
        margin-bottom: 0px !important;
    }

    .heading-1.heading-2 label, .heading-1.heading-2 a {
        font-size: 12px;
    }

    .payment-form .form-control.card-input {
        padding-left: 45px;
    }


    #panelproductId h3 {
        font-size: 17px;
    }

    button.checkout_btn_click {
        top: 40%;
        left: 0px;
        width: 200px;
        padding: 10px;
        font-size: 18px;
        position: relative;
    }

    .checkout_btn_position {
        text-align: center;
        width: 100%;
        position: relative;
        top: 35%;
    }

    .currentbtn, .currentbtn:focus {
        margin: 20px 0;
    }

    .modal-dialog.manage-dilvery {
        width: 59.6%;
        margin: 15% 55px;
    }

    .heroSlider-fixed {
        padding: 0;
    }

    .slick-dots li button {
        display: none;
    }



    .delivery-Address-content {
        width: 70%;
    }

    .otp_verification .form-group.phone_add .form-control {
    }

    .card-1 {
        padding: 55px;
    }

    .custom-control-label::after {
        top: 3px;
    }

    .carddetails-address-infolist {
        --w_icon_wrap: 95px;
        --g_icon_wrap: 20px;
    }

    .radio-new-button-animation form span:before {
        width: 8px;
        height: 8px;
    }

    .radio-new-button-animation form label {
        font-size: 12px;
        margin-bottom: 12PX;
    }

    .radio-new-button-animation form span {
        /* top: 14px; */
    }

    .radio-new-button-animation form span {
        /* left: 4px; */
    }

    .modal-content.addcard-content {
        padding: 55px;
    }

    .cart-1.carddetails-page.images-shopping p {
        margin-top: 5px;
    }

    .cart-1.shopping-card-icon img {
        margin-left: 21px;
    }

   /* .quantity-1 {
        margin-right: 21px;
    }*/
}

/*...................767 media Query.......................*/

@media only screen and (max-width: 767px) {
    #addcardAandPayment {
        margin: 0 auto;
        display: block;
    }


    .quantity-1 {
        margin-right: 13px;
    }
    #copright_secation {
        margin-top: 3rem !important;
    }

    .a#anchorEidtMobileNumberId {
        top: unset;
        left: unset;
    }

    #SMSArea .code-col {
        margin-left: 0rem !important;
    }

    #SMSArea input {
        height: 72px;
    }

    .card-scroll {
        padding: 0px 0 11px;
    }

    .changephonecode {
        padding-bottom: 30px;
    }

    #addchangemodels {
        padding-bottom: 15px;
    }

    #addchangesmodel {
        padding-bottom: 15px;
    }

    #changeemailcode {
        padding-bottom: 30px;
    }


    .addchangedmodel :has(.addcard-content .addnewpass .iti__selected-flag:is(:focus, :focus-within)) #phoneotpsend {
        z-index: -1;
    }

    .countinue-1 {
        margin-bottom: 17px;
    }

    .panel.panel-default {
        overflow: scroll;
        margin-bottom: 0rem;
    }

    .card-header2 {
        position: sticky;
        top: 0px !important;
        padding: unset;
        border-radius: unset;
        padding-block-start: 25px;
        background-color: #fff;
        box-shadow: -5px 0px 5px 0px white, 5px 0px 5px 0px white;
    }



    #exampleModal .modal-dialog.manage-dilvery {
        top: 78px;
        left: 10px;
    }

    .filladdress1 {
        width: 164px;
    }

    .fillcountry1 {
        width: 108px;
    }

    #EditAddressPopup .update-btn-edit {
        width: 140px;
        border-radius: 39px;
        height: 45px;
        padding: 4px;
    }

    #EditAddressPopup button#editaddressbtn {
        width: 116px;
    }

    #AddAddressPopup .modalclosebtn {
        width: 126px !important;
        margin-right: 30px !important;
    }

    #AddAddressPopup .update-btn-edit {
        width: 137px !important;
        height: 48px;
        border-radius: 39px;
        padding: 8px;
    }


    .backBtn {
        display: block;
    }

    .svglogo {
        text-align: center;
    }
    /*success fail screen styling*/
    .add-delivery-withplus {
        margin-bottom: 70px;
    }

    button.btn.check {
        display: block;
        margin: 0 auto;
        box-shadow: none;
    }

        button.btn.check p {
            display: block;
            font-size: 14px;
            color: #720dd3;
            margin-top: 4px;
        }

    button.btn.cross {
        display: block;
        margin: 0 auto;
        width: 46px;
        height: 46px;
        background: transparent;
        border-radius: 50px;
        border: 2px solid #8300E9;
        box-shadow: none;
    }

        button.btn.cross p {
            position: absolute;
            color: #000;
            text-align: center;
            transform: translate(-90px, 42px);
            display: block;
        }

    .cross svg {
        height: 18px;
        width: 15px;
        margin-left: -6px;
        fill: #7d0bde;
    }
    /*success fail screen styling*/
    .bottomfix {
        bottom: 0;
        z-index: 99;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-bottom: 0;
        background: #fff;
        height: 74px;
        margin-bottom: 30px;
        margin-top: 18px;
    }

    .quantity-1 .rotate {
        font-size: 36px;
    }

    .slick-slide {
        margin: 15px 7.5px 15px 75px !important;
    }

    input#deliveryAddress3 {
        width: 490px;
    }

    #panelproductId {
        padding: 0 20px;
    }


    button#editaddressbtn {
        border-radius: 39px;
        width: 117px;
        height: 48px;
    }


    .modal-dialog.editbtn-dialog {
        width: 92% !important;
        left: -15px;
        right: 0px !important;
        top: 287px !important;
    }

    .payment-form .form-group, .card-1.checkout_popup .form-group {
        margin-bottom: 18px;
    }

    .checkinform {
        justify-content: space-between;
        margin-bottom: 21px;
    }

    div#divAddCardId {
        width: 81%;
        margin-left: 126px;
        height: 138px;
        margin-bottom: 35px;
    }

    button.btn.btn-secondary.manage-dilvery-footer {
        border-radius: 39px;
        width: 130px;
    }

    .modal-footer.add-btn-modelfooter button#btndOk {
        height: 55px;
        width: 177px;
        margin: 0 auto;
        display: block;
        margin-top: 4rem;
        border-radius: 39px;
    }

    div#myModal .addcard-body {
        margin-top: 39px;
    }

    .modal-header.modalheaderBg {
        width: 86%;
    }

    div#stepFourthId {
        margin-top: 13px;
        box-shadow: 0px 1px 4px 0px #ffffff00;
    }

    button#btndOk {
        width: 177px;
        height: 50px;
        display: block;
    }

    select#pricelist {
        width: 100px !important;
    }

    .select-options {
        right: 0;
    }

    .custom-select:active:after, .custom-select.active:after {
        right: 19px;
    }

    #myHeader .custom-select:active:after, .custom-select.active:after {
        right: 8px;
    }

    #myHeader .select-options {
        left: -13px;
    }

    .custom-select {
        font-size: 13px;
        margin-top: -59px;
        font-weight: 700;
    }

        .custom-select:after {
            top: 2px;
            right: 8px;
        }

    .heading-1.heading-2 label, .heading-1.heading-2 a {
        display: none;
    }

    .heading-1 h2 {
        font-size: 21px;
        bottom: 35px;
    }

    .img-card1 {
        bottom: 0;
    }

    button#load2 {
        width: 177px !important;
        height: 50px;
        border-radius: 39px;
        display: block;
        margin: 0 auto;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .card-header1 {
        position: fixed;
        top: 128px;
        left: 0px;
        width: 100%;
        background: #fff;
        height: 128px;
        padding: 65px;
        border-radius: 42px 42px 0px 0px;
        padding-top: 32px;
        z-index: 999999;
        padding-right: 66px;
    }

    div#stepSecondId {
        margin-top: 87px;
        padding: 5px;
    }

    div#stepThirdId {
        margin-top: 26px;
    }

    div#SMSArea {
        margin: 0;
    }


    input#btnFirstStep {
        width: 233px;
        height: 50px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        line-height: 0px;
    }

    input#btnSecondStep {
        width: 177px;
        height: 50px;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        padding: 0;
        float: none;
    }

    div#loginDivId {
        margin-top: 45px;
        padding: 7px;
    }

    .card-header3 {
        position: fixed;
        top: unset;
        background-color: #fff;
        width: 100%;
        left: 0px;
        border-radius: 42px 42px 0px 0px;
        padding: unset;
        z-index: 1;
        padding-top: 17px;
        padding: 30px;
        height: 140px;
    }

    .card-1.checkout_popup {
        height: 79vh;
        background: #fff;
        position: fixed;
        bottom: 0;
        max-width: 100%;
    }

    .logedIn_checkout {
        height: 78vh;
        position: fixed;
        bottom: 0;
        max-width: 100%;
    }

    #myModal .modal-dialog {
        height: 85% !important;
    }

    input#btnbackId {
        padding-left: 44px;
        padding-right: 63px;
        line-height: 0.3;
        width: 132px;
        height: 55px;
        margin: 0 auto;
        border-radius: 39px;
        text-align: center;
    }

    input#loginSubmit {
        line-height: 0.3;
        width: 233px;
        height: 55px;
        margin: 0 auto;
        text-align: center;
    }

    .card-margin-details {
    }

    .prev, .next {
        display: none !important;
    }



    .img-card1 {
        bottom: 5px;
        left: 4px;
        width: 20% !Important;
    }

    .card_exp_group {
        right: 10px !important;
        bottom: 0px !important;
        color: #000;
    }


    .chip-card {
        transform: rotate(90deg);
        top: 27px
    }

    .width-card {
        height: 146px;
        width: 227px;
    }

    .img-card2 {
        bottom: 106px !important;
        left: 0px;
    }

    .img-wrap #logo1 {
        position: unset !important;
    }

    div#divAddCardId {
        margin-left: 50px;
    }

    .img-wrap .close {
        opacity: 1;
    }

    .logedIn_checkout .img-wrap {
        position: relative;
        display: inline-block;
        width: 85%;
    }

    .selectprice .form-control {
        font-size: 16px;
    }

    .next {
        display: none !important;
    }


    #logo {
        bottom: 4px;
        left: 8px !important;
    }

    .btn {
        height: auto;
        padding: 10px;
    }

    .close-card-alignment {
        margin-right: 10px;
    }

    .img-wrap .close {
        width: 22px;
        padding: 4px;
        font-size: 16px;
        line-height: 0px;
        height: 22px;
    }

    .checkout_wraper {
        width: 100%;
    }

    .card-1.checkout_popup {
        width: 100%;
    }

    .otp_verification .rounded-lg {
        font-size: 30px;
        height: 72px;
    }

    .card_design {
        display: none;
    }

    .card_design_mobile {
        display: block !important;
        position: absolute;
        left: -1px;
        bottom: -3px;
    }


    .defaul_message {
        padding: 7px 6px !important;
        margin-right: 8px !important;
    }

    .icons-collapse.d-flex .fa-trash, .icons-collapse.d-flex .fa-pencil {
        margin-right: 8px;
    }

    .cardcvc{
        margin:0 auto;
    }
}



@media only screen and (min-width: 601px) and (max-width: 769px) {
    .modal-dialog.manage-dilvery {
        width: 63.6% !important;
    }

    .logedIn_checkout .img-wrap {
        width: 95%;
    }
}

/*...................600 media Query.......................*/

@media only screen and (max-width: 600px) {
    .quantity-1 .rotate {
        margin-right: 0px;
    }

    #exampleModal input#deliveryAddress2 {
        width: 103px;
    }

    input#deliveryAddress3 {
        width: 426px;
    }

    .radio-new-button-animation form span:before {
        width: 7px;
        height: 7px;
    }

    .radio-new-button-animation form label:before {
        width: 18px;
        height: 18px;
    }

    .modal-footer.add-btn-modelfooter button#btndOk {
    }

    .modal-content.addcard-content {
        padding: 25px !important;
    }

    .modal-dialog.setCenter {
        width: 370px;
    }

    .logedIn_checkout .delivery_address .panel-heading a::before {
        font-weight: 100;
        font-size: 35px;
        top: 12px;
    }

    i.fa.fa-plus.plus-delivery {
        margin-top: 19px;
    }

    .collapse-address input {
        vertical-align: top;
        margin: 4px 0 0 0;
    }

    .flex-btn .btn {
        padding: 15px 0;
        margin: 0 auto;
    }

    .selectprice .form-control {
        margin: 0;
        background: transparent;
    }

    .logedIn_checkout .img-wrap {
        width: 95%;
        margin-right: 20px;
    }

    .card-1 {
        padding: 20px;
    }

    button.checkout_btn_click {
        left: 0;
    }

    .card-1.checkout_popup {
        padding: 20px;
    }

    .content1 p {
        font-size: 13px;
    }

    .heading-1.heading-2 label, .heading-1.heading-2 a {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .emailheader {
        white-space: nowrap;
        max-width: 179px;
        overflow: hidden;
        text-overflow: ellipsis
    }

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

    .card-margin-details {
    }

    .chk-address {
        display: inline-block;
        width: 60%;
        font-size: 14px;
        line-height: 1;
    }

    a.editbtn span, a.showdelete span {
        font-size: 17px;
        color: #7700e2;
    }

    .editbtn {
        margin: 0;
        vertical-align: baseline;
    }

    .btn {
        height: auto;
        padding: 10px;
    }

    div#divAddCardId {
        margin-left: 8px
    }

    .modal-dialog.manage-dilvery {
        width: 90%;
        margin: 26% 30px;
    }

    .next {
        right: 6px;
        top: 35%;
    }

    #myModal .modal-dialog {
        width: 100%;
    }

    /*    .card-cvv-style {
        right: 14px;
        bottom: 75px;
        z-index: 999;
    }*/


    .next-prev-icon {
        display: block !important;
    }

    .prev, .next {
        top: 39%;
    }

    .custom-control-label::after {
        top: 3px;
    }



    .radio-new-button-animation form span {
        left: 5px;
    }
}


@media only screen and (max-width: 480px) {
    #exampleModal .modal-dialog.manage-dilvery {
        top: 281px;
    }

    .filladdress1 {
        width: 200px;
    }

    .modal-dialog.editbtn-dialog {
        top: 271px !important;
    }


    .modal-dialog.manage-dilvery {
        width: 87%;
        margin: 49% 30px;
    }

    .card-header2 {
        padding-block-start: 25px;
    }

 /*   div#stepFourthId {
        margin-top: 2px;
    }*/

    div#myModal {
        height: 100vh;
        bottom: 0;
        position: fixed;
        top: 134px;
        border-radius: 42px 42px 0px 0px;
        padding-top: 25px;
    }

        div#myModal .modal-header.modalheaderBg {
            position: fixed;
        }


    .heroSlider-fixed {
        margin-bottom: -54px;
    }

    div#divAddCardId {
        margin-left: 0px;
        width: 114px;
        height: 146px;
    }

    div#myHeader {
        padding-right: 2px !important;
    }

    .heading-1 h2 {
        bottom: 21px;
        margin-bottom: 5px;
    }

    .card-header1 {
        top: 138px;
        padding: 26px;
        padding-right: 29px;
    }

    div#stepSecondId {
        margin-top: 102px;
        padding: 8px;
    }

    .radio-new-button-animation form label:before {
        width: 20px;
        height: 18px;
    }

    .radio-new-button-animation form span {
        left: 5px;
    }
}

@media only screen and (max-width: 390px) {
    .filladdress1 {
        width: 178px;
    }


    #exampleModal .filladdress {
        width: 204px !important;
    }
/*

    div#stepFourthId {
        margin-top: 6px;
    }
*/
    .card-header2 {
        top: 75px;
    }

    div#divAddCardId {
        max-width: 59%;
        margin-left: 0px;
    }

    .card-header1 {
        top: 128px;
    }

    div#myHeader {
        padding-right: 32px;
    }
}


@media only screen and (max-width: 375px) {
    .panel.panel-default {
        margin-bottom: 0px;
    }

    #exampleModal .modal-dialog.manage-dilvery {
        top: 153px;
    }

    .filladdress1 {
        width: 152px;
    }

    .filladdress1 {
        width: 166px;
    }


    /*.wrapper.center-block {
        padding-bottom: 61px;
    }*/


    #exampleModal .filladdress {
        width: 189px !important;
    }



    .heading-1 h2 {
        margin-bottom: 8px;
    }

    .card-header2 {
        top: 72px;
    }

    .heroSlider-fixed {
        margin-bottom: -62px;
    }



    .img-wrap #logo1 {
        top: 101px !important;
        left: 157px !important;
    }

    div#divAddCardId {
        margin-left: -5px;
        width: 93px;
        height: 137px;
    }

    .width-card {
        height: 135px;
        width: 220px;
    }

    div#myHeader {
        padding-right: 34px;
    }

    .heading-1 h2 {
        bottom: 26px;
    }

    .card-header1 {
        top: 92px;
        padding-right: 29px;
        padding: 27px;
    }

    div#stepSecondId {
        margin-top: 104px;
        padding: 6px;
    }

    div#loginDivId {
        padding: 8px;
    }


    .otp_verification .rounded-lg {
        height: 69px;
    }

    #phonecodeinput .verification-code .rounded-lg {
        height: 69px;
    }

    .radio-new-button-animation form label:before {
        width: 30px;
        height: 18px;
    }

    .radio-new-button-animation form label {
        font-size: 13px;
        margin-bottom: 8PX;
    }

    .checkinform h4 {
        font-size: 17px;
    }

    .modal-dialog.setCenter {
        width: 330px;
    }
}

@media only screen and (max-width: 360px) {
    #exampleModal .modal-dialog.manage-dilvery {
        top: 204px;
    }

    .city2, .country2, .state2, .zip2 {
        max-width: 142px;
    }

    #exampleModal .filladdress {
        width: 179px !important;
    }


    .checkinform .switch {
        width: 85px;
    }


    .card-header2 {
        padding-right: 25px;
    }

    div#stepFourthId {
        margin-top: 36px;
    }

    div#divAddCardId {
        width: 88px;
        margin-left: -5px;
        height: 136px;
    }

    div#stepSecondId {
        margin-top: 96px;
        padding: 8px;
    }

    .card-header1 {
        top: 105px;
        padding-right: 33px;
    }

    div#SMSArea {
        width: 308px;
    }

    .carddetails-address-infolist {
        --w_icon_wrap: 89px;
        --g_icon_wrap: 11px;
    }

    .icons-collapse.d-flex .fa-trash, .icons-collapse.d-flex .fa-pencil {
        margin-right: 20px;
    }

    p.already-acnt {
        font-size: 11px;
    }
}

@media only screen and (max-width: 320px) {
    a.right-fix {
        padding-right: 0px;
    }

    .otp_verification .rounded-lg {
        height: 65px;
        width: 43px;
    }

    div#SMSArea {
        width: 287px;
    }

    div#stepThirdId {
        margin-top: 4px;
    }

    .flex-btn {
        display: block;
        margin-top: 0;
        margin-left: 0;
    }

    input#loginSubmit {
        width: 117px;
        height: 48px;
        font-size: 18px;
        line-height: 0.8;
    }

    input#btnbackId {
        padding-left: 37px;
        width: 117px;
        height: 48px;
        font-size: 18px;
        line-height: 0.8;
    }

    div#loginDivId {
        margin-top: -3px;
    }

    .card-header1 {
        width: 100%;
        height: 130px;
        padding: 24px;
        top: 109px;
    }

    div#stepFirstId {
        margin-top: 0;
    }

    div#stepSecondId {
        margin-top: 5px;
    }

    .otp_verification .rounded-lg {
        margin-left: -8px;
    }

    .width-card {
        height: 173px;
        width: 278px;
    }

    h6#customerFullNameId1 {
        margin-top: 124px;
    }

    .card-number-card2 {
        bottom: 43px;
    }

    .img-wrap #logo1 {
        top: 137px !important;
        left: 213px !important;
    }

    .prev, .next {
        display: none !important;
    }

    div#divAddCardId {
        height: 175px;
        margin-left: 145px;
    }
}



/* custom */
.modal-content.addcard-content.bbox {
    min-height : 100vh;
}

.addcard-body {
    display: block;
}

.modal-header.modalheaderBg {
    margin: inherit;
    margin-bottom: 21px;
}

.selectprice .select ul li:nth-child(3) {
    pointer-events: none !important;
    color: #aaa;
}

.selectprice .select ul li:nth-child(7) {
    pointer-events: none !important;
    font-size: 14px;
    color: #aaa;
}

    .selectprice .select ul li:nth-child(7):before {
        content: "";
        background: #aaa;
        width: 77%;
        height: 2px;
        position: absolute;
    }

.modal-body.editmodel-popup input {
    background: #efefef;
    border: 0;
    color: #000;
    box-shadow: none;
    outline: none;
    height: 34px;
    margin: 0px;
    font-weight: 300;
    font-size: 13px;
    font-family: PPRadioGrotesk-Light;
    margin-top: 0px !important;
}

button#updateaddressbtn {
    background: #7700e2;
}

button#editaddressbtn {
    color: #7f01e7;
    font-size: 21px;
    width: 233px;
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
}

.modal-dialog.editbtn-dialog {
    float: right;
    max-width: 600px;
    width: 573px;
    right: 19px;
    top: 162px;
    margin-bottom: 0px;
}


/*Custom checkbox radio buttons*/
.carddetails-address-infolist [type="radio"]:checked,
.carddetails-address-infolist [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .carddetails-address-infolist [type="radio"]:checked + label,
    .carddetails-address-infolist [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 17px;
        display: inline-block;
        color: #666;
        display: block;
        max-width: 250px;
        width: 200px;
        overflow: auto;
        vertical-align: middle;
    }

        .carddetails-address-infolist [type="radio"]:checked + label:before,
        .carddetails-address-infolist [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 3px;
            top: 4px;
            width: 17px;
            height: 17px;
            border: 1.5px solid #720dd3;
            border-radius: 100%;
            background: #fff;
        }

        .carddetails-address-infolist [type="radio"]:checked + label:after,
        .carddetails-address-infolist [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 9px;
            height: 9px;
            background: #720dd3;
            position: absolute;
            top: 8.5px;
            left: 6.5px;
            vertical-align: middle;
            border-radius: 100%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.2s ease;
        }

        .carddetails-address-infolist [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .carddetails-address-infolist [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.update-btn-edit {
    background-color: #7f02e7 !important;
    font-size: 21px;
    width: 233px;
    font-weight: 700;
    height: 55px;
    border-radius: 50px;
    font-family: PPRadioGrotesk-Bold;
}

#AddAddressPopup .modalclosebtn {
    color: #7e01e7 !important;
    color: #7e01e7 !important;
    font-size: 21px;
    font-weight: 700;
    width: 233px;
    text-align: center;
    font-family: PPRadioGrotesk-Bold;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .card-1.checkout_popup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}



#stateZip {
    gap: 30px;
}
/*new css phone*/
@media screen and (max-width: 767px) {
    .card-header1, .card-header2.card3 {
        position: sticky;
        top: 0px !important;
        padding: unset;
        border-radius: unset;
        padding-block-start: 25px;
        box-shadow: -5px 0px 9px 0px white, 5px 0px 9px 0px white;
    }

    .card-1.checkout_popup, .logedIn_checkout {
        border-radius: 42px 42px 0px 0px;
        height: auto;
        max-height: 72vh;
    }

        .card-1.checkout_popup:has(.card-header1),
        .card-1 {
            padding-block-start: 0px !important;
            bottom: 0px;
        }

    div#stepSecondId {
        padding: unset;
        margin-top: 21px;
        margin-bottom: 18px;
    }

    .modal-dialog.setCenter {
        height: auto;
        max-height: 74vh;
        bottom: 0;
    }

    .checkout_slider .slick-slide {
        width: 255px;
    }

    .addslickcard {
        width: 132px !important;
    }

    .popupcountryselect {
        margin-left: 8px !important;
    }

    .card-header-logout {
        padding-bottom: 0px;
        margin-bottom: unset;
    }


    .img-wrap .fnt15 {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 300;
        opacity: 0.9;
        position: absolute;
        bottom: 7px;
        right: 103px;
    }

    .heroSlider-fixed {
        padding-left: 5px;
    }

    #loginDivId .form-group {
        margin-bottom: 1.25rem;
    }

    .checkout-card-head label {
        display: block !important;
    }

    #LogoutForm a {
        display: block !important;
        margin-bottom: 0;
    }

    div#stepFirstId {
        margin-top: 14px;
    }

    .checkout_popup .heading-1 {
        padding-bottom: 4px;
    }


    .modal-dialog.setCenter {
        height: auto !important;
        max-height: 74vh;
        bottom: 0;
    }


    div#myModal .modal-header.modalheaderBg {
        position: absolute;
        top: 0;
    }

    div#myModal {
        height: unset;
        bottom: 0;
        position: fixed;
        top: auto;
        border-radius: 42px 42px 0px 0px;
        padding-top: 0px;
        padding-left: 0px !important;
    }

    .modal-content.addcard-content.bbox {
        padding-top: 115px !important;
    }

    .svglogo {
        text-align: center;
    }

    .select-items div, .select-selected {
        padding: 0.25rem 0.5rem;
        line-height: unset;
    }

    .jcb {
        left: 188px !important;
    }

    .discover {
        left: 143px !important;
    }

    .select-selected:after {
        top: -4px;
    }
}


.backbutton p {
    margin-left: 18px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: PPRadioGrotesk-Bold;
}


.img-card1 {
    width: 43.93px !important;
    height: 43.93px !important;
}


.changepassword-content {
    margin-bottom: 25px;
    font-family: 'PPRadioGrotesk-Regular';
    font-size: 13px;
    font-weight: 300;
}

.card-header6 .modal-header {
    display: block;
    width: 100%;
}


.backBtn-change {
    display: flex;
    justify-content: right;
}


.forget-alert {
    padding: 10px 18px;
    margin-top: 19px;
    background-color: #F7EDFF;
    border-radius: 10px;
    color: #000;
}

.forgetpass {
    color: #8300E9;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    font-family: PPRadioGrotesk-Medium;
}

#commonbtn {
    width: 233px;
    height: 55px;
    float: right;
    position: relative;
    padding: 0px;
    background: transparent linear-gradient( 0deg, #8300E9 0%, #7300E2 100%) 0% 0% no-repeat padding-box !important;
}

    #commonbtn:hover {
        color: #fff;
    }

#Passwordeye {
    margin-top: -29px !important;
}

#Passwordeye1 {
    position: absolute;
    top: 9px;
    right: 25px;
}
.logincred {
    margin-top : 10px;
}


#AddAddressPopup .modal-content {
    padding: 15px;
    border-radius: 16px;
}


#EditAddressPopup .modal-content {
    padding: 15px;
    border-radius: 16px;
}


.addcard-content .modal-header.modalheaderBg {
    display: block;
}

.addcard-content #homelink {
    display: flex;
    justify-content: right;
}

.authentication-text {
    font-size: 12px;
}

.resend {
    margin-left: 7px;
    color: #FF8A00;
}



    .resend .fa {
        font-size: 6px;
        position: relative;
        top: -1px;
        padding-right: 7px;
        color: #FF8A00;
    }

.authentication-email {
    color: #FF8A00;
    font-weight: 400;
    font-size: 13px;
    margin-left: 20px;
}

#commonbtn .btn.active, .btn:active {
}

@media only screen and (max-width: 767px) {
    .bottomfix #crossArrow {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 15px;
        width: 233px;
    }


    .bottomfix .cross_phone span {
        font-size: 13px;
        margin-top: 10px;
        font-weight: 500;
        color: #000 !important;
    }

    .bottomfix #rightArrow {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
        box-shadow: unset !important;
    }


    .bottomfix .paycheck_phone span {
        color: #7700e2;
        font-size: 13px;
        font-weight: 500;
        margin-top: 10px;
    }


    .bottomfix #rightArrow {
        width: 233px;
        height: 55px;
        background-color: #fff;
        box-shadow: 3px 5px 6px #aaaaaa;
        border-radius: 50px;
        margin-top: 20px;
        font-size: 34px;
        color: #8301e9;
        text-align: center;
    }

    .card-top h6 {
        top: 16px !important;
        right: 8px;
        width: 54px !important;
    }

    div #myModal {
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
    }

    #myHeader2 .add-card-svg {
        border-bottom: 2px solid #dee2e6;
    }

    p.already-acnt {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .card-header6 {
        position: sticky;
        top: 0px !important;
        padding: unset;
        border-radius: unset;
        padding-block-start: 25px;
        z-index: 1;
        background: #fff;
        left: 0px;
        width: 100%;
    }

    .backBtn-change {
        justify-content: center !important;
    }

    .flext-count {
        justify-content: center !important;
        margin: 0 auto;
        margin-top: 26px;
    }

    a#anchorEidtMobileNumberId {
        top: 261px;
        left: 224px;
        position: absolute;
    }

    #EditAddressPopup .country3 {
        height: 34px;
    }

    .addcard-content #homelink {
        justify-content: center;
    }

    .resend .fa {
    }

    .resend {
        margin-left: 10px;
    }

    .authentication-email {
        display: block;
        margin-left: 0px !important;
    }


    #EditAddressPopup .city2 {
        margin-right: 0px;
    }

    .country2, .zip2 {
        margin-left: 0px;
    }


    .iti__country-list {
        z-index: 999;
    }


    div#divAddCardId {
        width: 68px;
        width: calc(100vw - (238px + (25px * 2)));
    }



    .card-info-2 {
        width: 48%;
    }

    .card-info-3 {
        width: 48%;
    }

    .card-info-1 {
        width: 100%;
        margin-bottom: 10px;
    }

        .card-info-1 input#card {
            padding-right: 15px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }


    .card-information {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    #passwordPopup {
        left: 50%;
    }


    .radio-new-button-animation form label {
        width: 156px;
    }
}

#EditAddressPopup .modal-title {
    font-size: 34px;
    font-weight: 800;
    font-family: PPRadioGrotesk-Ultrabold;
}

#EditAddressPopup .close {
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
}

#Forgetpassword {
    color: #8300E9;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    font-family: PPRadioGrotesk-Bold;
}

#txtcvvNumberId {
    padding-right: 0px !important;
}

#cardvalidityDateId {
    padding-right: 0px;
    border-radius: 6px;
}

#loginDivId #Passwordeye {
    margin-right: 15px !important;
}

.authentication_email_group {
    display: inline-flex;
    align-items: center;
    position: relative;
    bottom: 1px;
}

.modal-header {
    border-bottom: 0px;
}

.img-wrap .fnt15 {
}

.iti__country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.iti__country-list::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #AAAAAA;
    border: 3px solid #AAAAAA;
}


.dropHead {
    border-top: 2px solid #D9D9D9;
    margin-left: 8px;
    width: 90%;
    margin-top: 10px;
    font-size: 13px;
    padding-top: 5px;
    color: #AAAAAA;
    text-align: left;
}

.card-1.logedIn_checkout:has(.modal.show) .card-header2 {
    z-index: unset;
}

#card_holder_name {
    margin-bottom: 21px;
}

.emailheader {
    white-space: nowrap;
    max-width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    margin-bottom: 0;
    vertical-align: middle;
}


#changepasswordbtn {
    cursor: pointer !important;
}

#commonbtn {
    cursor: pointer !important;
}

.card-header-logout span {
    color: #000;
}



@media only screen and (max-width: 991px) {
    .sweet-alert.showSweetAlert.visible {
        width: 70%;
        right: 19px;
    }
}


@media only screen and (max-width: 600px) {
    .sweet-alert.showSweetAlert.visible {
        width: unset;
    }
}


#myModal .modal-dialog {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}


#settingdivlink {
    font-family: PPRadioGrotesk-Light;
    font-size: 12px;
    font-weight: 300;
}



@media only screen and (min-width:1080px) and (max-width:1460px) and (orientation:landscape) {
    .modal-dialog.editbtn-dialog {
        top: 164px;
    }

    .card-margin-details {
        margin-bottom: 10%;
    }
}

input,
input::-webkit-input-placeholder {
    font-size: 13px;
}

/*23/11*/

.common_btn {
    background: none;
    color: #000;
    outline: 0;
    border: 0;
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    font-family: PPRadioGrotesk-Bold;
}

    .common_btn:hover {
        background: transparent;
        border: unset;
        color: #000;
        text-decoration: underline;
    }

    .common_btn:focus, .common_btn:active {
        background: transparent;
        border: unset;
        color: #000;
        text-decoration: underline;
    }

.checkout-company_name {
    margin-bottom: 21px;
}

#full_name_feild {
    margin-bottom: 13px !important;
}

.crad_icon_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 13px;
}

.card_grop img {
    max-width: 100%;
    width: unset !important;
}

.card_grop {
    margin-left: 1px;
}

.card-info-2 {
    position: relative;
}

    .card-info-2::before,
    .card-info-2::after {
        /* content: ''; */
        position: absolute;
        bottom: 4px;
        height: 25px;
        width: 2px;
        left: 0px;
        background: #fff;
        transform: translateX(-50%);
    }

    .card-info-2::after {
        left: unset;
        right: 0px;
    }

#cardlogo img {
    max-width: 30px;
}

#cardlogo {
    position: absolute;
    bottom: 0px;
    padding: 7px;
}

.card-information:focus-within {
    box-shadow: unset;
}

.payment-form .card-information .form-control:is(.card-input, .numbersOnly):focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}


#securitylogo img {
    max-width: 30px;
}

#securitylogo {
    position: absolute;
    bottom: 0px;
    padding: 7px;
    right: 5px;
}

.billing_checkbox {
    display: flex;
    margin-bottom: 21px;
    align-items: center;
}

.biling_flex {
    height: 21px;
}


    .biling_flex input {
        accent-color: #7700e2;
    }

        .biling_flex input:focus {
            box-shadow: unset !important;
        }

    .biling_flex input {
        width: 21px;
        height: 21px;
        border-radius: 6px;
        position: relative;
    }

    .biling_flex p {
        margin-top: 3px;
        font-size: 13px;
        color: #000;
        font-weight: 500;
        font-family: 'PPRadioGrotesk-Medium';
        margin-left: 21px;
    }



.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.payment-form .card-information .form-control {
    border-radius: 6px;
}

.card-info-3 input {
}

.card-info-3 {
    position: relative;
}

#securitylogo {
    position: absolute;
    bottom: 6px;
    padding: unset;
    right: 5px;
}

    #securitylogo svg {
        width: 31px !important;
    }

#divCardId .card-information .form-control:is(.card-input, .numbersOnly):focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.atm_icon svg {
    width: 31px !important;
}

.atm_icon {
    position: absolute;
    bottom: 7px;
    left: 8px;
}

#divCardId #securitylogo {
    padding: 7px;
    bottom: -2px;
}

    #divCardId #securitylogo svg {
    }

#divCardId .atm_icon {
    bottom: 7px;
}


.form-control:has( ~ .hideclass:not(:empty)) {
    margin-bottom: unset !important;
}

.card_details_error {
    margin-block: 11px 22px;
    display: block !important;
    color: #F00;
    font-size: 13px;
    font-weight: 400;
    font-family: PPRadioGrotesk-Regular;
}

/*.card-information div:has( ~ .hideclass:not(:empty)) {
    margin-bottom: unset !important;
}
*/
#full_name_feild:has( ~ .card_details_error) {
    margin: unset !important;
}

.card-information:has( ~ .card_details_error) {
    margin: unset !important;
}


.card-holder:has( ~ .hideclass:not(:empty)) .form-control {
    margin-bottom: unset !important;
}

/*.addErrorBorder {
    border: 3px solid #F00 !important;
}*/

.modal.modal-static .modal-dialog {
    transform: none;
}

#logout .modal-header.modalheaderBg {
    margin: unset;
}

.modal-dialog.editbtn-dialog .biling_flex input {
    height: 25px !important;
    background: transparent;
    border: 1px solid #ddd;
    width: 25px !important;
}

.card-top h6 {
    font-weight: 700;
    font-family: PPRadioGrotesk-Bold;
    font-size: 13px;
    width: 66px;
    word-wrap: break-word;
    white-space: initial;
    position: absolute;
    top: 20px;
}

.statezip {
    width: 100%;
}

.fillcity {
    width: 100%;
}

.statedropdown {
    width: 100%;
}

.state-select {
    width: 100%;
}

.select_country {
    width: 100%;
}

.modal-dialog.editbtn-dialog .state-select {
    width: unset;
}

.modal-body.editmodel-popup {
    height: 428px;
    overflow-y: auto;
}

    .modal-body.editmodel-popup::-webkit-scrollbar {
        width: 0px;
    }

.biling_flex input {
    background: #EFEFEF !important;
}


.delivery_address .panel-body {
    max-height: 177px;
    overflow: auto;
}


    /* width */
    .delivery_address .panel-body::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .delivery_address .panel-body::-webkit-scrollbar-track {
        background: #ccc;
    }

    /* Handle */
    .delivery_address .panel-body::-webkit-scrollbar-thumb {
        background: #8300E9;
    }


/* width */
.modal-body.editmodel-popup::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.modal-body.editmodel-popup::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
.modal-body.editmodel-popup::-webkit-scrollbar-thumb {
    background: #8300E9;
}

.selectarrow {
    background-image: url(../images/arrow_select.svg) !important;
    content: "";
    background-repeat: no-repeat !IMPORTANT;
    background-position: right 10px center !important;
    background-repeat: no-repeat;
    background-size: unset;
    font-size: 13px;
}



.selectarrow {
    -moz-appearance: none;
    -webkit-appearance: none;
}


#SMSArea input {
    width: calc((100% - 20%) / 6);
}


#SMSArea .code-col {
    margin-left: 3rem;
}


.signinbutton {
    padding: 4px 24px;
    font-size: 10px;
    border: none;
    font-family: 'PPRadioGrotesk-Light';
    border-radius: 5px;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    background-color: #efefef;
    cursor: pointer;
    height: 22px;
    width: 81px;
}


.custom_checkbox {
    appearance: none !important;
}

    .custom_checkbox:checked {
        appearance: none !important;
        background: #8300E9 !important;
        border: unset;
    }

        .custom_checkbox:checked::before {
            top: 53%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -45%);
            content: url(../images/tick.svg);
        }

a.sendsms {
    font-size: 13px;
    color: #a240ef;
    font-weight: 300;
    margin: 0 auto;
    display: block;
}

    a.sendsms strong {
        font-weight: 700;
        font-size: 13px;
        color: #000000;
        margin-right: 3px;
        font-family: 'PPRadioGrotesk-Bold';
    }

#otp_message {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-family: PPRadioGrotesk-Light;
    display: none
}

.sendsms strong {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-right: 5px;
}

#aResentDivId {
    color: #8300E9;
    display: none;
}

.otpsms {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 11px;
}

#deliveryAddress {
    margin-bottom: 13px !important;
}


.card_design {
    bottom: 0px;
    position: absolute;
    left: 0px;
}

.card_design_mobile {
    display: none;
}

.card_exp_group {
    position: absolute;
    right: 9px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card_numbers {
    margin-left: 18px;
}


#divPaymentMethodId:hover .next-prev-icon, #divPaymentMethodId .next-prev-icon:hover .next {
    display: block !important;
}


.active_card {
    outline: 3px solid #8500de7f;
    border-radius: 8px;
    transition: unset;
    outline-offset: 5px;
}

.common_btn:active {
    color: #000 !important;
}


.cardcvc {
    width: 230px;
    background-color: #fff;
    position: relative;
    border-radius: 26px;
    text-align: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-top: 2rem;
}


    .cardcvc #securitylogo {
        right: 44px;
        bottom: 10px;
    }

.cardcvc_input {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .cardcvc_input label {
        font-size: 14px;
        color: #000;
    }

.wallet-content {
    background-color: #EFEFEF;
    padding: 15px;
    border-radius: 10px;
}

.wallet-login {
    background-color: #EFEFEF;
    padding: 15px;
    border-radius: 10px;
}

div#addshiping {
    margin-top: -8px;
    margin-bottom: 10px;
}




.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell {
    display: inline-block;
}

.toasts {
    text-align: left;
    padding: 10px 0;
    background-color: #B4FFBC;
    border-radius: 8px;
    max-width: 500px;
    top: 0px;
    position: relative;
    margin-top: 17px;
    border: 1px solid #61E56E;
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #00850D;
    font-family: 'PPRadioGrotesk-Regular';
}

.toast__content {
    padding-left: 13px;
}

.toast__close {
    position: absolute;
    right: 27px;
    top: 24%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    transform: translateY(-50%);
}


.flex_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.undo_messsage {
    position: absolute;
    right: 50px;
    top: 8px;
    background-color: #fff;
    padding: 2px 30px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
}

    .undo_messsage a {
        font-size: 12px;
        text-decoration: none;
        color: #000;
        font-family: PPRadioGrotesk-Bold;
    }

.toast__close .close_btn {
    font-size: 25px;
    padding: 0px 9px;
    border-radius: 8px;
    color: #000;
    opacity: 1;
}

.defaul_message {
    border: 1px solid #61E56E;
    padding: 7px 13px;
    position: relative;
    height: 34px;
    border-radius: 10px;
    font-size: 14px;
    color: #00850D;
    margin-right: 19px;
    background-color: #B4FFBC;
}

#addshiping_billing1, #addshiping_billing2 {
    margin-top: -10px;
    margin-bottom: 10px;
}

#editshiping_address, #editshiping_billing1 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.copright_group h4 {
    font-size: 14px;
    color: #AAAAAA;
    font-family: 'PPRadioGrotesk-Medium';
}


.copyright_email a {
    color: #AAAAAA;
    text-decoration: none;
}

.copright_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#copright_secation {
    position: relative;
    margin-top: auto;
    padding-top : 40px;
}

/*.heightcustomcss {
    min-height: 100vh;
}
*/
#add_additional_unitAddress {
    margin-top: -18px;
}

.common_toster {
    padding: 8px 14px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.success_color {
    background-color: #B4FFBC;
}

.success_toster_messsage {
    background-color: #B4FFBC;
    border: 1px solid #61E56E;
}

    .success_toster_messsage span {
        color: #00850D;
        font-size: 12px;
        font-family: 'PPRadioGrotesk-Medium';
    }

.warning_toster_messsage {
    background-color: #FFFAEB;
    border: 1px solid #FEDF89;
}

    .warning_toster_messsage span {
        color: #B54708;
        font-size: 12px;
        font-family: 'PPRadioGrotesk-Medium';
    }


.error_toster_messsage {
    background-color: #FFEBEB;
    border: 1px solid #FFB2B2;
}

    .error_toster_messsage span {
        color: #B50808;
        font-size: 12px;
        font-family: 'PPRadioGrotesk-Medium';
    }

.payment_success {
    background-color: #B4FFBC;
    color: #00850D;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otpverified_section {
    background-color: #B4FFBC;
    border: 1px solid #61E56E;
    border-radius: 8px;
}


.toster_message p {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    color: #000;
    margin: unset;
}

.defaul_new_card {
    padding: 2px 1px;
    position: relative;
    height: 24px;
    border-radius: 8px;
    font-size: 14px;
    color: #00850D;
    margin-bottom: 10px;
    background-color: #B4FFBC;
    text-align: center;
}

.addErrorBorder {
    border: 3px solid #F00 !important;
}

#cardCvvError {
    font-size: 13px;
    margin-top: 0;
    color : red;
}

.loginHeader {
    margin-top: 5px !important;
}

.hideclass {
    display : none;
}

#loginbackbtn p {
    margin-left: 18px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'PPRadioGrotesk-Regular';
    font-size: 21px;
    font-weight: 400;
    color: #8300E9;
}

#loginbackbtn i {
    font-size: 33px;
    position: absolute;
    top: -2px;
    color: #8300E9;
}

#loginbackbtn{
    margin-top:5px;
}

.toster_msg_section {
    margin-bottom: 21px;
}

#OtpTimerId {
    margin-bottom: 7px
}

.heroSlider-fixed .slick-disabled {
    opacity: 0;
    display: none;
}

.selectprice .spin {
    position: absolute;
    right: 12px;
    bottom: 9px;
    transition: all 0.4s ease;
}

.spin.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.otpLoader{
    position:relative;
}

    .otpLoader img {
        position: absolute;
        right: 0;
        bottom: -3px;
        width: 42px !important;
    }
.login_credentials {
    align-items: center;
    display: flex;
    justify-content: space-between;
   
}

.change_Password_toaster {
    margin-bottom: 16px;
    margin-top: 9px;
}

.review_text {
    color: #B54708;
}
.device_messsage {
    color: #B54708 !important;
}
.toast__device {
    color: #B54708 !important;
}

.review_toaster_btn {
    padding: 2px 14px!important;
}

.slider_card_add{
    margin-top:25px;
}

.account_created {
    margin-top: 20px;
}

.phone_tooltip {
    position: absolute;
    display: inline-block;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
}

    .phone_tooltip .phone_tooltiptext {
        visibility: hidden;
        width: 235px;
        background-color: #ededed;
        color: #000;
        border-radius: 6px;
        padding: 10px 16px;
        position: absolute;
        top: 100%;
        right: 50%;
        margin-right: -17px;
        margin-top:17px;
        font-family: 'PPRadioGrotesk-Regular';
        font-size: 13px;
        text-align: left
    }


    .phone_tooltip:hover .phone_tooltiptext {
        visibility: visible;
    }

.modal-footer .flex{
    justify-content:space-between!important;
}

#AddAddressPopup .modal-footer{
    display:unset!important;
}
#EditAddressPopup .modal-footer {
    display: unset !important;
}

.productQuantity {
    position: relative;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
    text-align: center;
    padding: 3px 0px 6px 2px;
    margin: 0px;
    line-height: 23px;
    vertical-align: middle;
}

.product_quantity {
    line-height: unset !important;
    padding: unset !important;
}


.productQuantity strong {
    position: relative;
    left: -1px;
    top: 2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.card_cvv_input_image{
    position:relative;
}

#subtotallabelquantity {
    font-weight : 700;
}

#openBilling {
    cursor: pointer;
}
#openBilling_AddPopup {
    cursor: pointer;
}
#openBilling_editPopup {
    cursor: pointer;
}

#Passwordeye2 {
    position: absolute;
    top: 8px;
    right: 25px;
}
#Passwordeye3 {
    position: absolute;
    top: 8px;
    right: 25px;
}

.table > tfoot {
    background-color: #efefef;
}

#addshiping_billing {
    margin-top: -9px;
    margin-bottom: 13px;
}

.login-alert input[type="checkbox"] {
    accent-color: #720dd3;
    background-color: #ffffff;
}