﻿.cart-layout {
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    padding: 0px 0 0;
    flex-direction: column;
}

.cart-header-text {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}
span.back-btn-home-Setting {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.cart-main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    max-width: 791px;
}

.cart-left {
    padding: 20px;
    width: 375px;
    margin-right: 41px;
}

.cart-left-inner {
    background-color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-left-section1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 334px;
    overflow: auto;
    display: none;
    box-shadow: 3px 3px 3px #ccc;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
#myBtn {
    width: 334px;
    background: #E1E3E5;
    padding: 10px 10px;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    float: left;
    text-align: left;
}
img.downarrow {
    float: right;
    margin: 10px 0 0;
}
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.show {
    display: block;
}



.cart-left-section1-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.product-img {
    display: block;
    width: 48px;
}

    .product-img img {
        display: block;
        width: 70px;
        height: 70px;
        object-fit: contain;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0px 4px 4px 0px #ccc;
        padding: 3px;
    }

.cart-left-section1-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
}

.section2-header-text {
    color: #000000;
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
}

.section2-description-text {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.add-buttons {
    padding: 10px 10px !important;
    border-radius: 30px !important;
    box-shadow: 0px 4px 4px 0 #a6a2a2 !important
}
.section2-footer {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 17px;
}

.section2-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 212px;
}

.add-buttons {
    background: #2978A7;
    color: #fff;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    padding: 4px 4px;
}

    .add-buttons button {
        border: 0;
        background: transparent;
        cursor: pointer;
        color: #fff;
    }

    .add-buttons input[type="text"] {
        width: 30px;
        text-align: center;
        border: 0;
        background: transparent;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        height: 22px;
    }

.remove-btn {
    color: #9a1d1e;
    font-size: 16px;
    font-weight: 500;
    border: unset;
    background-color: transparent;
}

.section2-price {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.cart-left-section2 {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #E1E1E1;
}

.cart-left-section2-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.product-types {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.product-cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.prod-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000000D;
    border-radius: 52px;
    width: 312px;
    height: 104px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 30px 15px 0;
    position: relative;
}

.prod-card-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prod-card2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000000D;
    border-radius: 52px;
    width: 227px;
    height: 83px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 15px 30px 15px 0;
    position: relative;
}

.remove-product {
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
}

.prod-card-img {
    display: block;
    width: 48px;
    height: 48px;
}

    .prod-card-img img {
        display: block;
        width: 100%;
        height: 100%;
    }

.prod-card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
}

.prod-name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.prod-price {
    color: #2978A7;
    font-size: 16px;
    font-weight: 500;
}

.prod-price {
    color: #2978A7;
    font-size: 18px;
    font-weight: 500;
}

.prod-price-old {
    color: #B2B2B2;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: line-through;
}

.cart-left-section3 {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.cart-left-section3-inner {
    display: flex;
    align-items: center;
}

.cart-left-section3-text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    width: 264px;
}
#myDropdown img {
    width: 37px;
    height: 33px;
    background: #fff;
    box-shadow: 0px 2px 5px #e1dfdf;
    border-radius: 7px;
    padding: 5px;
    margin-right: 20px;
}
.left-main-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.empty-cart {
    width: 171px;
    height: 46px;
    background: #9a1d1e 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: unset;
    padding:10px 10px;
    outline: unset;
}

.cart-right {
    padding: 20px;
    width: 30%;
    min-width: 375px;
}

.cart-right-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
}
.ListingDiscount {
    width: 100%;
    padding: 0px 10px 0 10px;
}
.cart-right-row {
    border-bottom: 1px solid #0000004a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
}

.cart-right-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    width: 100%;
}

.cart-right-row-text {
    color: #000000;
    font-size: 20PX;
    font-weight: 600;
}

.total-text {
    color: #000000;
    font-size: 20PX;
    font-weight: 700;
}

.free-product-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px;
}

.free-prod-name {
    display: flex;
    align-items: center;
}

.free-pro-image {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

    .free-pro-image img {
        display: block;
        width: 100%;
        height: 100%;
    }

.free-text {
    color: #000000;
    font-size: 14PX;
    font-weight: 700;
    padding: 0 5px;
}

.free-text1 {
    color: #000000;
    font-size: 14PX;
    font-weight: 600;
    padding: 0 5px;
}

.remove-text {
    display: flex;
    align-items: center;
    color: #2978A7;
    font-size: 14px;
    font-weight: 600;
}

.add-coupons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    width: 100%;
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
}

.add-coupons-text {
    color: #2978A7;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cart-right-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:0px;
    margin:20px 0 ;
}

.continue-shopping-btn {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #2978A7 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
}

.proceed-checkout-btn {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #2978A7;
    text-transform: uppercase;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #2978A7;
    border-radius: 8px;
}

.alert-div {
    background-color: #2978A7;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

.alert-text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-left: 20px;
}

.error-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}

.error-text {
    width: 36%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.errors-checkout-btn {
    width: 237px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #E84A4A 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    margin-left: 20px;
}

.cart-left-section1-mobile-footer {
    display: none;
}

.remove-icon {
    font-size: 12px;
    margin-right: 10px;
}

/* Coupon Model*/
.coupons-popup-layout {
    display: flex;
    width: 100%;
    padding: 24px 30px;
    max-width: 1080px;
    margin: auto;
    background-color: #FFF;
}

.coupons-popup-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.coupons-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.popup-header-text {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.coupons-popup-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: calc(100vh - 220px);
    overflow: auto;
}

.coupons-popup-card {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 190px;
    height: 190px;
    background: #F6F8F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #2978A729;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .coupons-popup-card:last-child {
        margin-bottom: 0px;
    }

.coupons-card-image {
    width: 217px;
    height: 190px;
    padding: 25px;
    display: block;
    background-color: #fff;
    border-right: 2px dotted #0000004d;
}

    .coupons-card-image img {
        width: 100%;
        height: 100%;
        display: block;
    }

.coupons-card-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    flex-grow: 1;
    flex-wrap: wrap;
}

.card-inner-left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 20px;
}

.coupons-card-free-text {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
}

.card-Expires-date {
    color: #000000;
    opacity: 0.4;
    font-size: 19px;
    font-weight: 400;
}

.card-btn {
    width: 178px;
    height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: #2978A7 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: unset;
    outline: unset;
    margin: 10px 0;
}

.card-dot {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -20px;
}
button.iconedit.pointer-cursor {
    background: no-repeat;
    border: none;
}
.section2-header-text1 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
}

.cart-left-section1-inner1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
   
}

.section2-description-text1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
}
h1.confrmorder {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.email-text {
    font-size: 16px;
    font-weight: 500;
    color: #5D5D5D;
}

.address-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.StoreDetails {
    width: auto;
}
    .StoreDetails img {
        margin-right: 11px;
    }
.edit-btn {
    width: 76px;
    height: 30px;
    background: #2978A7 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-transform: uppercase;
}

.add-tip-btn {
    width: 100px;
    height: 40px;
    background: #2978A7 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-transform: uppercase;
}

.border-card {
    border-bottom: 1px solid #E1E3E5;
}

.cart-confirm-border-card {
    border-bottom: 10px solid #E1E3E5 !important;
}

    .border-card:last-child {
        border-bottom: unset;
    }

.payment-method-text {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.payment-method-text1 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.cart-left-section1-inner2 {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
}

.tips-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px 20px 10px;
    border-bottom: 2px dotted #E1E3E5;
}
span.tip-text b {
    float: right;
    color: #2978A7;
    font-size: 14px;
    font-weight: bold;
}
.price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    border: unset;
    color: #000000;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    width: 25%;
    border-radius: 0 !important;
    padding: .375rem .75rem !important;
}

    .price-btn:hover {
        color: #fff;
        background-color: #2978A7;
    }

.tip-text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.notes-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    background: #Fff;
}

.p1 {
    color: #A64B38;
    font-size: 13px;
    font-weight: bold;
}

.p2 {
    font-size: 13px;
    font-weight: 400;
}

.p3 {
    font-size: 13px;
    font-weight: 400;
}

.p4 {
    font-size: 13px;
    font-weight: 400;
}

    .p4 a {
        color: #2978A7;
        cursor: pointer;
    }

.add-tip-div {
    background: #E1E3E5 0% 0% no-repeat padding-box;
    border: 1px solid #DCDEE2;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 452px;
    position: relative;
    margin-top: 10px;
    height: 100px;
}
.pmathod {
    
    width: 70%;
}
.checkoutsetting {
    padding: 0 0;
    margin: 20px 0px;
}
.check-box-my.handit {
    border-top: 1px solid #ccc;
    padding: 11px 0 6px 0;
}
.delivery-swtiches {
    padding: 22px 0 0 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.cart-right-row.descountset {
    border-top: 1px solid #0000004a;
}
.section2-footer.mt-0.change button {
    padding: 14px 5px 14px 4px;
    height: 44px;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
}
.change {
    width: 30%;
}
.ListingDiscount2{
    padding:0px;
}

.add-tip-text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.add-tip-div-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.tip-input-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B8B8B8;
    border-radius: 6px;
    flex-grow: 1;
    margin-right: 15px;
    width: auto !important;
    border-left: unset !important;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edeff2;
    position: absolute;
    right: 40px;
    top: -10px;
}
.add-tip-div-inner input {
    padding: 10px;
    height: 40px !important;
    max-width: 215px;
}
span.add-tip-text {
    font-size: 14px !important;
    color: #000;
    font-weight: 400 !important;
}
.price-btn-all {
    display: flex;
    width: 100%;
    border: 2px solid #2978A7;
    border-radius: 8px;
    overflow: hidden;
    height: 45px;
}
    .price-btn-all button {
        font-size: 14px;
        border-right: 2px solid #2978A7;
    }

.price-btn-tip {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

/* Slider-btn */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2978A7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #30C852;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.tip-textbox {
    background-color: #fff !important;
    font-weight: 700;
    /*border : unset!important;*/
}

.scroller {
    overflow: auto;
    max-height: calc(100vh - 460px);
}

.main-popup-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0000004a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mb_20 {
    margin-bottom: 20px;
}

.main-layout {
    display: flex;
    flex-direction: column;
    width: 93%;
    max-width: 471px;
    position: relative;
    padding: 32px 55px;
    margin: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    overflow: hidden;
}

/*.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 20px;
    border-bottom: 1px solid #9ca3ae54;
}*/

.main-header-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-top: unset !important;
    margin-bottom: unset !important;
}

.main-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 20px 0;
}

.update-btn {
    width: 231px;
    height: 46px;
    background-color: #2978A7;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
}

.cancel-btn {
    width: 231px;
    height: 52px;
    background-color: #fff;
    border-radius: 12px;
    color: #2978A7;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
    margin-right: 10px;
}


/*.main-body1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 30px 0;
}*/

/*.main-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px 20px;
    border-bottom: 1px solid #9ca3ae54;
}*/

.place-order-card {
    width: 100%;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #9ca3ae54;
    align-items: flex-start;
    justify-content: center;
}

.place-order-card-text {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.place-order-card-inner {
    display: flex;
    align-items: center;
/*    padding-left: 28px;*/
}

.no-uppercase {
    text-transform: unset !important;
}

.fees-header {
    padding: 10px 30px 0 !important;
}
input.bw-radio-input.mr-2 {
    position: relative;
    top: 10px;
}
.place-order-card-text1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 84%;
    margin: 0px 27px 0 27px;
}

.select-color-line {
    color: #86D827;
}

.text-gray {
    color: #00000085 !important;
}

.add-vehicle-btn {
    width: 85px;
    height: 36px;
    border: 1px solid #2978A7;
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2978A7;
    font-size: 16px;
    font-weight: 500;
}

.select-vehicle-div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 10px 0 0;
    flex-wrap: wrap;
}

    .select-vehicle-div.place-order-car-color-card {
        justify-content: center;
    }

.select-vehicle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-direction: column;
    margin: 7px;
    cursor: pointer;
}

.select-vehicle:hover {
    border: 2px solid #2978A7;
}

.select-vehicle-active {
    border: 2px solid #2978A7;
}

.vehicle-text {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.select-color {
    width: 53px;
    height: 53px;
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B2B2B2;
    cursor: pointer;
}

.vehicle-color-1 {
    background-color: #006CFF;
}

.vehicle-color-2 {
    background-color: #FF0000;
}

.vehicle-color-3 {
    background-color: #FFFFFF;
}

.vehicle-color-4 {
    background-color: #EEEEEE;
}

.vehicle-color-5 {
    background-color: #000000;
}

.vehicle-color-6 {
    background-color: #4A4A4A;
}

.vehicle-color-7 {
    background-color: #3D8A2E;
}

.vehicle-color-8 {
    background-color: #E07BF8;
}

.selected-color {
    display: flex !important;
}

.main-layout1 {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 640px;
    padding: 0px 0px 10px;
    position: relative;
    margin: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    overflow: hidden;
}

/*.main-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid #9ca3ae54;
    background-color: #2978A7;
    color: #fff !important;
}*/

    .main-header2 h1 {
        color: #fff !important;
        padding-top: unset !important;
        margin-bottom: unset !important;
    }

.px_20 {
    padding: 20px 0;
}

    .px_20:last-child {
        border-bottom: unset;
    }


.remove-item-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    border-radius: 14px;
    margin: auto;
    overflow: hidden;
}

.remove-item-popup-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 148px;
    background-color: #2978A7;
    color: #fff !important;
    padding: 0 50px;
    position: relative;
}

.remove-item-text {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
}

.remove-item-popup-btn {
    height: 52px;
    background-color: #fff;
    color: #2978A7;
    border: 1px solid #2978A7;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: unset;
}

.no-border {
    border-bottom: unset !important;
}

.modal-btn {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.per-text {
    border-radius: 12px 0 0 12px !important;
    overflow: hidden;
    font-weight: 900 !important;
    font-size: 20px !important;
}

.cart-right-btns-order {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 7px 30px;
}

    .cart-right-btns-order .continue-shopping-btn {
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: #2978A7;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #2978A7;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .cart-right-btns-order .continue-shopping-btn1 {
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        background: #2978A7;
        border: 1px solid #ffffff;
        border-radius: 8px;
        margin-bottom: 20px;
    }

.but-inner-text {
    color: #FFFFFF;
    font-size: 10px;
}

.qr-scan {
    font-size: 12px;
    margin-right: 10px;
}

.price-active-tips {
    color: #fff;
    background-color: #2978A7;
}

.confirm-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.profile-layout {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.profile-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 65px #0000000D;
    border-radius: 12px;
}

.profile-info1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 35px 40px;
    border-bottom: 1px solid #E1E1E1;
}

.profile-info1-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile-pic {
    width: 124px;
    height: 124px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 6px;
    background-color: #00000014;
}

    .profile-pic img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.profile-name-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
}

.profile-name {
    font-size: 34px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 22px;
}

.change-password-btn {
    width: 168px;
    height: 30px;
    color: #FFFFFF;
    background-color: #2978A7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-info-section1 {
    padding: 0px 40px;
    display: flex;
}

.profile-info2 {
    /*margin: 0 -35px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.profile-info2-inner {
    padding: 24px 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    border-right: 1px solid #E1E1E1;
}

    .profile-info2-inner:last-child {
        border-right: unset;
    }

.personal-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
}

.personal-info-text {
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
}

.personal-info-text1 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.profile-tab a {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-tab a img {
        margin-right: 10px;
    }

.profile-tabs .active a {
    color: #2978A7;
    border-bottom: 3px solid#2978A7;
}

.profile-tabs a {
    border-bottom: 3px solid #fff;
}

.order-card {
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--Colors-E5E6E2, #E5E6E2);
    align-items: center;
    width: 100%;
    padding: 12px 30px;
    position: relative;
    margin-bottom: 20px;
}

    .order-card:last-child {
        margin-bottom: 0px;
    }

.order-card-left {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.order-image {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .order-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.order-info-main {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.order-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
    flex-grow: 1;
}

.status-new-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #fabfa6;
    color: #fabfa6;
    background-color: #fff6f2;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-delivered-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #28cf28;
    color: #28cf28;
    background-color: #f3fff3;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-cancelled-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid rgb(241 205 64);
    color: rgb(241 205 64);
    background-color: rgb(255 254 235);
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.order-card-text {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.order-card-text1 {
    color: #B2B2B2;
    font-size: 22px;
    font-weight: 500;
    margin-right: 10px;
}

.order-card-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}


.verify-nodes {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.verify-nodes1 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    opacity: 0.7;
}

.verify-nodes2 {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    opacity: 0.6;
}

.verify-date-table {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #B8B8B8;
    margin-bottom: 12px;
}

.verify-date-table-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #2978A7;
    height: 33px;
}

.table-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    color: #FCFCFC;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.verify-date-table-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #fff;
    height: 50px;
}

.table-body-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    color: #B8B8B8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border-right: 1px solid #B8B8B8;
}

    .table-body-inner:last-child {
        border-right: unset;
    }

.verify-date-btn {
    width: 149px;
    height: 40px;
    color: #FFFFFF;
    background-color: #2978A7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-order-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px;
}

.no-order-image {
    max-width: 500px;
    max-height: 500px;
    display: block;
}

    .no-order-image img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

.no-order-text {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}


.validation {
    color: red;
    font-size: 20px;
    margin: 0 3px;
}

.change-number-text {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0px;
}

.change-number-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #9ca3ae54;
    color: #fff !important;
}

.change-number-info {
    color: #707070;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.change-number-message {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

    .change-number-message a {
        color: #2978A7;
        text-decoration: underline;
        padding: 0 10px;
    }

.enter-number {
    border-radius: 60px !important;
}

.value-clear-icon {
    position: absolute;
    right: -5px;
    width: 30px;
    top: 11px;
    z-index: 10;
}

.confirm-btn {
    width: 300px;
    height: 50px;
    color: #FFFFFF;
    background-color: #2978A7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel-confirm-btn {
    width: 300px;
    height: 50px;
    color: #2978A7;
    background-color: unset;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enter-number-main {
    margin: 10px 0;
}


.my-stores-layout {
    display: flex;
    width: 95%;
    padding: 0 30px;
}

.my-stores-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.my-stores-card {
    display: flex;
    width: 33.33%;
    min-width: 450px;
    padding: 15px;
}

.my-stores-card-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000024;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 24px;
}

.my-stores-card-img {
    width: 40px;
    height: 40px;
    display: block;
}

    .my-stores-card-img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.my-stores-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
}

.my-stores-card-text {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.stores-card-info-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.my-stores-card-text1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}


.transaction-detail-layout {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.back-btn {
    color: #2978A7;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.transaction-detail-text {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}

.transaction-detail-main-div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000021;
    border-radius: 14px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.transaction-section1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 20px 30px 0;
}

.transaction-product-img {
    width: 95px;
    height: 95px;
    display: block;
}

    .transaction-product-img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.transaction-product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 30px;
}

.transaction-product-text {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.ml_30 {
    margin-left: 30px;
}

.transaction-product-date {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 500;
}

.transaction-product-price {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 20px;
}

.transaction-section2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 30px 0;
}

.transaction-address-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.transaction-address-text {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.map-icon {
    margin-right: 10px;
    width: 15px;
}

.transaction-section3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.section3-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #E1E3E5;
    padding: 20px;
}

.qty-column {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2978A7;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.desc-column {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2978A7;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.amount-column {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #2978A7;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.section3-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #E1E3E5;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px 0px #00000057;
    border-radius: 8px;
}

.qty-column-text {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.qty-column-image {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.desc-column-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.amount-column-text {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.transaction-section4 {
    display: flex;
    flex-direction: column;
    padding: 0 20px 30px;
    width: 100%;
}

.transaction-section4-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #E1E3E5;
}

.fw_700 {
    font-weight: 700;
}

.m-price {
    display: none;
}

.w-price {
    display: block;
}

.profile-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 65px #0000000D;
    border-radius: 12px;
}

.profile-info1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 35px 40px;
    border-bottom: 1px solid #E1E1E1;
}

.profile-info1-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}

.profile-pic {
    width: 124px;
    height: 124px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    background-color: #00000014;
}

    .profile-pic img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.profile-name-div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 0px;
    flex-grow: 1;
}

.profile-name-div-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    flex-direction: column;
}


.profile-name {
    font-size: 34px;
    color: #000000;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.change-password-btn {
    width: 168px;
    height: 30px;
    color: #FFFFFF;
    background-color: #2978A7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    border: unset;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-info-section1 {
    padding: 0px 40px;
    display: flex;
}

.profile-info2 {
    /*margin: 0 -35px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-info2-inner {
    padding: 24px 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    border-right: 1px solid #E1E1E1;
}

    .profile-info2-inner:last-child {
        border-right: unset;
    }

.personal-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
}

.personal-info-text {
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
}

.personal-info-text1 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.profile-tab a {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.profile-tab-active a {
    color: #2978A7;
    font-size: 20px;
}

.order-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 65px #0000000D;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 30px;
    position: relative;
    margin-bottom: 20px;
}

    .order-card:last-child {
        margin-bottom: 0px;
    }

.order-card-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.order-image {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .order-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.order-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}

.status-new-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #fabfa6;
    color: #fabfa6;
    background-color: #fff6f2;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-delivered-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #28cf28;
    color: #28cf28;
    background-color: #f3fff3;
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.status-cancelled-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid rgb(241 205 64);
    color: rgb(241 205 64);
    background-color: rgb(255 254 235);
    border-radius: 20px;
    line-height: 14px;
    font-size: 16px;
    font-weight: 700;
}

.order-card-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.order-card-text1 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.order-card-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.order-card-icon {
    position: absolute;
    right: 0;
}

.web-view-search {
    display: flex !important;
}

.mobile-view-search {
    display: none !important;
}
.ui-widget.ui-widget-content {
    z-index: 1200 !important;
}

.custom-fields {
    border-radius: 16px !important;
    height: 50px !important;
    border-color: #E1E1E1;
}

.form-wrap-right i {
    position: absolute;
    right: 17px;
    left: unset !important;
    top: 15px;
    border-right: unset !important;
    font-size: 20px;
    padding-right: 0px !important;
    color: #9C9C9C;
    z-index: 1201;
}

.edit-profile-btn {
    color: #2978A7 !important;
    cursor: pointer;
}

.redeem-header {
    margin-top: 40px;
    opacity: 1;
    color: #2978A7;
    font-size: 32px;
    text-align: start;
    padding-left: 40px;
}

.ui-timepicker-container {
    z-index: 1200 !important;
}

.pointer-cursor {
    cursor: pointer;
}

.quantity-btn-round {
    border-color: #2978A7;
    color: #2978A7;
}

.search-textbox-close {
    display: none !important;
}

.web-view-div {
    display: flex;
}

.mobile-view-div {
    display: none;
}



@media only screen and (max-width: 1400px) {
    .profile-info2 {
        flex-wrap: wrap;
    }

    .profile-info2-inner {
        width: 50%;
    }

        .profile-info2-inner:nth-child(2) {
            width: 50%;
            border-right: unset;
        }
}

@media only screen and (max-width: 1123px) {
    .cart-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 0 0px;
    }

    .cart-left {
        padding: 20px 0 0;
        width: 100%;
        
    }

    .cart-right {
        padding: 20px 0px;
        width: 100%;
        min-width: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .m-price {
        display: block;
        position: unset;
        right: unset;
        top: unset;
    }

    .w-price {
        display: none;
    }
}

.pruduct-list-filter {
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .owl-item {
        width: 100px !important;
    }

        .owl-item .item a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    .pruduct-list-filter {
        flex-wrap: unset;
        overflow: auto;
    }

        .pruduct-list-filter .sub-cat {
            white-space: nowrap;
        }

    .search-textbox-close {
        display: block !important;
        position: absolute;
        left: 7px;
        margin-right: 0 !important;
        font-size: 13px !important;
    }


    .m-price {
        display: block;
    }

    .w-price {
        display: none;
    }

    .transaction-detail-layout {
        padding: 30px 0;
    }

    .back-btn {
        font-size: 14px;
        padding: 0px 16px;
    }

    .transaction-detail-text {
        font-size: 18px;
        padding: 0px 16px;
    }

    .transaction-detail-main-div {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        margin-top: 0;
    }

    .transaction-section1 {
        padding: 5px 16px;
    }

    .transaction-product-img {
        width: 50px;
        height: 50px;
    }

    .transaction-product-info {
        margin-left: 20px;
    }

    .transaction-product-text {
        font-size: 14px;
    }

    .ml_30 {
        margin-left: 15px;
    }

    .transaction-product-date {
        font-size: 12px;
    }

    .transaction-product-price {
        font-size: 12px;
        position: unset;
    }

    .transaction-section2 {
        padding: 5px 15px;
    }

    .transaction-address-text {
        font-size: 12px;
    }

    .map-icon {
        margin-right: 10px;
        width: 10px;
    }

    .section3-header {
        height: unset;
        padding: 10px;
        border-top: 1px solid #E1E3E5;
    }

    .qty-column {
        width: 30px;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }

    .desc-column {
        flex-grow: 1;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }

    .amount-column {
        width: 70px;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }

    .section3-body {
        height: unset;
        padding: 10px;
    }

    .qty-column-text {
        width: 30px;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }

    .desc-column-text {
        flex-grow: 1;
        color: #000000;
        font-size: 12px;
        padding: 5px;
    }

    .amount-column-text {
        width: 70px;
        font-size: 12px;
        padding: 5px;
    }

    .transaction-section4 {
        padding: 16px;
        box-shadow: 0 -8px 7px -6px #00000024;
    }

    .transaction-section4-row {
        height: unset;
    }

    .transaction-address-div {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
    }

    .web-view-search {
        display: none !important;
    }

    .mobile-view-search {
        display: flex !important;
    }

    .order-card {
        padding: 8px 0;
        box-shadow: none;
    }

    .order-info-main {
        display: flex;
        flex-grow: 1;
        align-items: flex-start;
        flex-direction: column;
    }

    .order-info {
        margin-left: 10px;
    }

    .order-card-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-left: 10px;
    }

    .order-card-left {
        align-items: flex-start;
        width: 100%;
    }

    .order-image {
        width: 70px;
        height: 60px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin-right:8px;
    }

    .order-card-text {
        font-size: 16px;
    }

    .text-code, .order-card-text1 {
        font-size: 12px;
    }

    .profile-info1 {
        padding: 15px;
    }

    .profile-pic {
        width: 66px;
        height: 66px;
        padding: 5px;
    }

    .profile-name {
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .change-password-btn {
        width: 127px;
        height: 26px;
        font-size: 11px;
    }

    .profile-name-div-inner .edit-btn {
        width: 58px;
        height: 26px;
        font-size: 12px;
    }

    .profile-name-div-inner {
        align-items: flex-start;
        width: 100%;
        flex-direction: row;
    }

    .profile-name-div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 0px;
    }

    .profile-info-section1 {
        padding: 15px;
        display: flex;
    }

    .profile-info2 {
        margin: unset;
        flex-direction: column;
        width: 100%;
    }

    .profile-info2-inner {
        padding: 15px 0;
        width: 100% !important;
        border-bottom: 1px solid #E1E1E1;
        border-right: unset;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .profile-info2-inner:last-child {
            border-bottom: unset;
        }

        .profile-info2-inner img {
            width: 20px;
            margin-top: 6px;
        }

    .personal-info-text {
        font-size: 12px;
    }

    .personal-info-text1 {
        font-size: 14px;
    }

    .personal-info {
        margin-left: 10px;
    }

    .profile-tab a {
        font-size: 12px !important;
    }

    .prod-card,
    .prod-card2 {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        width: 100%;
        height: 40px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0;
    }

    .error-div {
        flex-direction: column;
    }

    .error-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .errors-checkout-btn {
        margin-left: 0px;
    }

    .product-img {
        width: 83px;
        height: 83px;
    }

    .cart-left-section1-inner {
        margin-left: 10px;
        width: 50%;
    }

    .cart-left-section1-main {
        border-bottom: unset;
    }

    .section2-description-text {
        text-overflow: ellipsis;
        width: 90%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }

    .section2-footer {
        margin-top: 0;
    }

    .section2-footer-inner {
        /*display: none;*/
    }

    .cart-left-section1-mobile-footer {
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .right-btn {
        display: flex;
        align-items: center;
    }

    .remove-btn-mobile {
        padding: 4px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 28px;
        border: 1px solid #00000030;
        background-color: transparent;
        margin: 0 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

    .my-stores-card-text1 {
        font-size: 12px;
    }

    .my-stores-card-text {
        font-size: 16px;
    }

    .my-stores-card {
        display: flex;
        width: 100%;
        min-width: 300px;
        padding: 15px;
    }

    .enter-number-main {
        margin: 10px 0;
    }

    .change-number-text {
        font-size: 14px;
    }

    .change-number-info {
        font-size: 20px;
        line-height: 28px;
    }

    .change-number-message {
        font-size: 14px;
    }

    .mobile-icon {
        height: 40px;
    }

    .confirm-btn,
    .cancel-confirm-btn {
        font-size: 14px;
        height: 40px;
    }

    .no-order-text {
        color: #000000;
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
    }

    .coupons-popup-card {
        height: 113px;
    }

    .coupons-card-image {
        width: 122px;
        height: 113px;
        padding: 15px;
        border-right: 1px dotted #0000004d;
    }

    .coupons-card-free-text {
        font-size: 16px;
    }

    .card-Expires-date {
        font-size: 14px;
    }

    .card-btn {
        width: 100px;
        height: 36px;
        font-size: 12px;
        border-radius: 8px;
        margin-right: 10px;
    }

    .coupons-card-inner {
        padding: 0 20px 0 10px;
    }

    .card-dot {
        width: 30px;
        height: 30px;
        right: -15px;
    }

    .web-view-div {
        display: none !important;
    }

    .mobile-view-div {
        display: flex !important;
        right: 10px !important;
    }

    .mobile-view-div img{
        max-width:2rem;
    }
}

@media only screen and (max-width: 599px) {
    .mobile-btn {
        flex-direction: column-reverse;
        margin-top: 0 !important;
    }

    .cancel-btn,
    .update-btn {
        width: 100%;
        margin: 20px 0 0 0;
        height: 40px;
    }

    .cancel-btn,
    .update-btn {
        width: 100%;
        margin: 20px 0 0 0;
        height: 40px;
    }

    .main-header-text {
        font-size: 18px;
    }

    .place-order-card-text,
    .place-order-card-text1 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .remove-item-popup-header {
        flex-direction: column;
        padding: 0;
    }

    .remove-item-text {
        font-size: 20px;
        margin-left: 0px;
        text-align: center;
        padding: 0 10px;
    }

    .my-stores-layout {
        padding: 0 !important;
    }

    .my-stores-main {
        margin: 0 !important;
    }

    .my-stores-card {
        min-width: unset !important;
        padding: 10px 0 !important;
    }

    .my-stores-card-inner {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 420px) {
    .tip-input-mobile {
        width: 100px !important;
    }

    .cart-left-section1-mobile-footer {
        flex-direction: column;
        align-items: unset;
    }

    .right-btn {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }
}

.filter-main-div {
    display: flex;
    width: 50%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    min-height: 100vh;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.filter-header-text {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.filter-header-text1 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.filter-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.all-check-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

/*-----Mandip-Css----*/
.cartheading {
    background: #F5F6F8;
    height: 80px;
    padding: 25px 0 25px 0;
    width: 100%;
}
.cart-right-row {
    border-bottom: 1px solid #0000004a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 45px;
}
span.ListSetting {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    border-top: 1px solid #E1E1E1;
}
    span.cart-left-section3-text.ListSetting.Spanhd {
        font-weight: 400;
    }
span.cart-left-section3-text.ListSetting {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.cart-right span {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
span.cart-right-row-text.spanwt {
    font-weight: 400;
}
.OrderSummary span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.OrderSummary {
    background: #E1E3E5;
    width: 100%;
    padding: 10px 10px;
    height: 45px;
    margin: 8px 0 0;
}
.dropdown a {
    border-bottom: 1px solid #0000004a;
}
    span.cart-left-section3-text.ListSetting h5 {
        font-size: 15px;
        color: #000;
        font-weight: bold;
    }
h1.cart-header-text.ml-3.p-0.m-0 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
/*-----Mandip-Css--End--*/
.check-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 0;
    width: 50%;
}

.checkbox-text {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-left: 10px;
}
