.cartpopup h2 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 1em;
}

.cartpopup .icon {
    font-size: 1.0em !important;
}

.cartpopup .product .removeproduct {
    margin: 10px 5px;
    font-size: 0.5em;
    cursor: pointer;
}

.productlist .preview {
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    flex-direction:column;
    height:100%;
}

.cart_restoreorders {
    display:flex;
    flex-flow:column;
}

.order_list_item {
    border: 1px solid #999;
    margin: 0 11px 10px;
    padding: 10px 20px 12px;
}

.orders_cartlist {
    flex-grow:1;
    height: 100%;
    overflow-x: scroll;
}

.order_list_item .top {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin-bottom:8px;
    font-size:16px;
}

.order_list_item .order_date , .order_list_item .order_total {
    font-size:15px;
}

.order_list_item button , .order_cartlist button {
    cursor:pointer;
    color:#000;
    font-size:16px;
    background:none;
    border:0;
    margin:5px;
    outline:none;
}


.bottom_deliveries {
    height:50px !important;
    background:none !important;
    
}
.order_list_item .restore_order {
    font-weight:bold;
}

.order_cartlist .restore_order {
    border:1px solid #000;
    padding:5px;
    width:50%;
    transition: .3s;
}

.order_cartlist .restore_order:hover {
    transform:scale(1.05);
}

.return_orders {
    cursor:pointer;
    font-size:20px;
    margin-top:15px;
}

.order_cartlist .main {
    align-items:flex-start;
}

.order_cartlist .changeamount {
    left: 6px !important;
    bottom: 6px !important;
}

.order_list_item .buttons {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin-top:10px;
}

.order_list_item  .created_date {
    margin-right:10px;
}


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

.total_saved {
    font-size:16px;
    transition:all 0.3s;
    background:#313131;
    text-align:center;
    padding:10px;
    color:#fff;
}


.total_saved svg {
    color:#fff;
    margin-left:10px;
}


.startbuying {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding: 11px;
    height: 40px;
    cursor: pointer;
    background: #da3465;
    font-size: 35px;
    outline: none;
    border: 0px;
    width: 70%;
    border-radius: 35px;
    color: #fff;
    font-size: 1.1em;
    transition: all 0.3s;
}

.productlist .preview .icon {
    font-size:1.5em !important;
}

.toggle-products {
    position: absolute;
    top: 0.15em;
    left: 0.5em;
    border-radius: 50%;
    font-size: 2em;
    width: 2em;
    height: 2em;
    color: #4a4a4a;
    z-index:2;
}

.toggle-products i {
    transform: rotate(0);
    transition: transform .5s ease;
}

.toggle-products[aria-expanded="false"] i {
    transform: rotate(180deg);
}

.cartpopup .picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 92px;
    width: 92px;
    flex-shrink: 0;
    background: #f9f9f9;
    margin-left: auto;
}

.cartpopup .picture img {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cartpopup .add-note {
    position: absolute;
    border: 1px solid #c8c8c8;
    background-color: rgba(255,255,255,.7);
    padding: .4em;
    line-height: 1;
    white-space: nowrap;
    font-size: .8em;
    bottom: 0.3em;
    cursor: pointer;
}

.cartpopup .add-note:hover {
    background-color: rgba(236, 236, 236, 0.7);
}

.cartpopup .main {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    position: relative;
    flex-grow: 1;
    padding: 0 10px;
}

.cartpopup .main .units__text {
    font-size: 1em;
}

.cartpopup .amount__field {
    align-self: flex-start;
}

.cartpopup .changeamount {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cartpopup .bottomproduct {
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    position: relative;
}

.cartpopup .load {
    display: None;
    position: absolute;
}

.cartpopup .bottomcart {
    background: #ebebeb;
    height: 70px;
    margin-top: auto;
    font-size: 1.4em;
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.bottomcart .checkoutbtn {
    color: #fff;
    transition: all 0.3s;
    margin-right: auto;
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}


.bottomcart .text {
    padding: 20px;
    font-weight: 700;
}

.bottomcart .text small {
    font-size: 0.8em;
    margin: 0 3px;
}

.checkoutbtn .text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 25px;
    border-left: 1px solid #fff;
    padding-left: 25px;
    transition: all 0.3s;
}

.cartpopup .kg-quantity {
    text-align: center;
    display: flex;
    width: 50%;
}

.cartpopup .colordisplay {

    height: 15px;
    width: 15px;
    border-radius: 15px;
    border:1px solid #000;

}

.cartpopup .subdetails {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.1em;
    font-size: 15px;
}

.cartpopup .productlist {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
}


.cartdelivery {
    
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    margin:7px 27px 11px 7px ;
    background:#fff;
    color:#000;
    font-size:16px;
}

.cartdelivery svg {
    margin-left:5px;
    font-size:18px;
}

.cartdelivery a {
    text-decoration:underline;
}


.cartpopup .productlist::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.cartpopup .productlist::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: none;
    border-radius: 5px;
}

.cartpopup .subdetails div {

    margin: 5px;
}

.cartpopup .kg-quantity .kg-quantity-item {
    width: 50%;
    border-radius: 35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
    margin: 5px 0;
}

.cartpopup .kg-quantity input[type=radio]:checked + label.kg-quantity-item {
    background-color: #161616;
    color: white;
    font-weight: bold;
}

.cartpopup .kg-quantity input[type=radio] {
    display: none;
}

.cartpopup .product .amount {
    display: flex;
    align-items: Center;
}

.cartpopup .product input {
    border: 1px solid #b5b5b5 !important;
    width: 50px !important;
    font-size: 18px !important;
    height: 32px !important;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.5);
    FONT-WEIGHT: 500;
}

.cartpopup .product .title {
    font-size: 1.2em;
}

.cartpopup .product .price {
    font-weight: bold;
}

.cartpopup .product .newprice {
    font-weight: 400;
    font-size: 17px;
}

.cartpopup .product .price .oldprice {
    color: #b3b3b3;
    text-decoration: underline;
}

.cartpopup .add {
    width: fit-content;
    padding: 0px 8px 0px 9px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}

.cartpopup .plus {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.cartpopup .minus {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.cartpopup .icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.cart_top {
    background: #da3465;
    font-size: 1.25em;
    color: #fff;
    padding: 20px 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.cart_top .icon {
    width: 1.3em;
    height: 1.3em;
}

.cartmsg {

    position: fixed;
    top: 8%;
    left: 11%;
    width: fit-content;
    padding: 6px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    border: 2px solid #fff;
    background: #e4e4e4;
    color: #3F3F3F;
    z-index: 999;
    border-radius: 6px;
    font-size: 18px;
    font-weight: Bold;
    display: none;
}

.cartmsg img {
    width: 15%;
    margin-right: 15px;
}


.cartpopup a {
    color: #000;
}

.cartpopup .cart_top .bottom_top {
    margin-top: 25px;
}

.cart_top .closecart {
    display: inline-block;
    cursor: pointer;
}

.cartpopup {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(100%);
    z-index: 122;
    width: 400px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    display: flex;
    flex-flow: column;
}

.cartbox {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-100%);
    text-align: center;
    z-index:4;
}

.cartbox .info {
    font-size: 18px;
    text-align: center;
    padding: 1.2em;
}


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

.cartpopup .buttons_strip {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
    padding: 8px;
    text-align: center;
}



.cartpopup .buttons_strip .icon-class {
    font-size:1.2em;
}

.cartboxbuttons a {

    transition: all 0.3s;
    padding: 4px 15px;
    width: 40%;
    text-align: center;
    font-size: 18px;
    margin: 13px 18px;
    font-weight: Bold;
}

.cartboxbuttons .abort {
    background-color: none;
    color: #000;
    border: 2px solid #000;

}

.cartbox .couponfield input[type='submit'] {
    background-color: #ffedbb;
    font-size: 16px;
    line-height: 44px;
    color: #000000;
    border:1px solid #b5b5b5;
   
}


.cartbox .coupon_used {
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
}

.cartbox .couponfield input[type='text'] {
    box-shadow: none;
    border-radius: 0;
    text-align: right;
    background: transparent;
    z-index: 2;
    padding: 9px 0 5px;
    font-size: 15.8px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #333;
    width: 100%;
    line-height: 24px;
    letter-spacing: normal;
    resize: none;
    margin:25px 0;
    outline:none;
}

.opencartbox {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}

.openedcart {
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
}

@media (max-width: 960px) {
    .cartpopup {
        width: 100%;
    }
    
    .cartdelivery {
        flex-wrap:wrap;
        height:fit-content;
        margin:0px;
        margin-top:3px;
    }
    
    .bottomcart .checkoutbtn {
        font-size: 1.1em;
    }

    .toggle-products {
        display: none;
    }
}

.kioskheader.cartpopup {
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
    top: unset;
}