@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400&display=swap');



.cartpopup h2 {
    padding:0;
    margin:0;
    display:inline-block;
    font-weight:normal;
    font-size:1em;
}

.cartpopup svg {
    color:#000;
}

.cartpopup .options {
    font-size:10px;
}


.productlist .preview {
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    flex-direction:column;
    height:100%;
}

.cartdelivery {
    
    display:flex;
    align-items:center;
    justify-content:center;
    margin:7px 27px 11px 7px ;
    background:#fff;
    height:30px;
    color:#000;
    font-size:16px;
}

.cartdelivery svg {
    margin-left:5px;
    font-size:18px;
}

.cartdelivery a {
    text-decoration:underline;
}


.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;
}

.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;
}


.bottomcart svg {
    color:#fff;
    font-size:20px;
    margin-left:10px;
    transition:all 0.3s;
    
}

.cart_top .closecart  {
    font-size:15px;
}

.cartpopup .icon {
    font-size:1.0em !important;
}


.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;
}


.cartpopup .product {
    margin:0;
}

.cartpopup  .product .removeproduct {
    font-weight:bold;
    margin:5px;
    font-size:12px;
    cursor:pointer;
}


.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 .bottomproduct {
    border-bottom:2px solid #e6e6e6;
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding:5px 5px 5px 10px;
    font-size:1.2em;
    position:relative;
    padding-top:5px;
    padding-bottom:10px;
}

.cartpopup .load {
    display:None;
}

.cartpopup .checkoutbottom{
    background: #ebebeb;
    height: 80px;
    margin-top: auto;
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}


.checkoutbottom .bottomcart {
    width: 100%;
    padding: 10px 6px 8px 5px ;
    margin: 0 auto;
}


.amount_total {
    transition:all 0.3s;
}


.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;
    

}

@media(max-width:960px) {
    .desktopcart {
        display:none !important;
    }
    .cartpopup h2 {
        margin-right:0px;
    }
    .cartdelivery {
        flex-wrap:wrap;
        height:fit-content;
    }
    .cart_top {
         padding-bottom: 20px !important;
         padding-top: 20px !important;
    }
}

@media(min-width:961px) {
    .mobilebottom {
        display:None !important;
    }
}

.mobilebottom {
    flex-direction:column !important;
    align-items:Center !important;
}

.bottomsidemobile {
    margin-top:25px;
}

.bottomsidemobile , .topsidemobile {
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:row-reverse;
}

.bottomcart .checkoutbtn {
     display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor:pointer;
    background:#da3465;
    font-size:35px;
    outline:none;
    border:0px;
    width:95%;
    border-radius:35px;
    margin:0 auto;
    color:#fff;
    font-size:1.1em;
    transition:all 0.3s;
}

.cartpopup .bottom_deliveries {
    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;
}


.cartpopup .bottom_deliveries .deliveries_btn {
    color: #fff;
    transition: all 0.3s;
    margin-right: auto;
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction:column;
    align-items: center;
    border-radius:0;
    margin:unset !important;
    justify-content: center;
}

.bottom_deliveries .text {
    padding-right:10px;
}


.cartpopup .bottomproduct .space {
    margin:0px 8px;
}


.cartpopup .kg-quantity {
    text-align: center;
    border-radius: 20px;
    display: flex;
    margin: 10px auto 0 auto;
    width: 80%;
}

.cartpopup .colordisplay {
		
	height:15px;
	width:15px;
	border-radius:15px;
        border:1px solid #000;
}

.cartpopup .subdetails {
	display:flex;
	align-items:center;
	justify-content: center;
	font-size:15px;


}

.cartpopup .subdetails div {
	
	margin:5px;
}
.cartpopup .kg-quantity .kg-quantity-item {
    width: 50%;
    margin-bottom: inherit;
    border-radius: 35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
}

.cartpopup .kg-quantity .kg-quantity-item:first-of-type {
    margin: 5px 5px 5px 0;
}

.cartpopup .kg-quantity .kg-quantity-item:last-of-type {
    margin: 5px 0 5px 5px;
}

.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;
    height:25px;
}

.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:18px;
    padding-top:5px;
    padding-right:12px;
    text-align:right;
}


.cartpopup .product .top_product {
    display:flex;
    justify-content:space-between;
    margin:0px;
}

.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;
}

.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 .productlist span {
    font-size: 1.5em;
}

.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;
    
}

.cart_top span {
    margin-right:15px;
}

.cart_total {
    background:#ebebeb;
    padding:20px;
    font-size:22px;
    height:60px;
    display:Flex;
    align-items:center;
    justify-content: space-around;
}

.cartpopup .cart_totalsum {
    background:#000;
    padding-top:3px;
    border-radius:50%;
    width:2em;
    height:2em;
    text-align:Center;
    font-size:18px;
    color:#fff;
}

.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;
}

.sidecheckout span , .sidecheckout .fa {
	color:#fff;
	font-size:16px;
  text-align:center;
}
.sidecheckout .fa {
	font-size:1.7em;
}

.sidecheckout .sidecounter {
	
  display: inline-block;
    min-width: 21px;
    height: 20px;
    border-radius: 18px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 10px;
    background: #000;
    color: white;
    font-size: 12px;
    padding-top: 1px;

}

.containside {
    display:none;
}
.sidecheckout {
	
	position: fixed;
	z-index:107;
    top: 25%;
	padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    left: -7px;
    background: #eb0f23;
    width: 85px;
    height: fit-content;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.33);
}


.cartmsg img{
	width:15%;
	margin-right:15px;
}


.cartpopup a {
    color:#000;
}


.cartpopup .totalprice {
    font-size:22px;
}

.cartpopup .cart_top .bottom_top {
    margin-top:25px;
}

.cart_top .closecart {
    float:left;
    font-weight:bold;
    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;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    display: flex;
    flex-flow: column;
    width: 400px;
}


.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;
}

.cartbox .info {
    font-size: 18px;
    text-align: center;
    padding: 1.2em;
}


.cartpopup .buttons_strip {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
}

.cartpopup .buttons_strip .icon-class {
    font-size:1.2em;
}

.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;
}


.cartpopup .productlist::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.cartpopup .productlist::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: none;
    border-radius: 5px;
}

.cartboxbuttons {
    display:flex;
    align-items:center;
    justify-content:center;
}

.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;
    
}

.opencartbox {
    visibility:visible;
    opacity:1;
    transform:translateY(0);
    
}

.cartbox .boxtitle {
    display: flex;
    justify-content: space-around;
    align-items:center;
    padding:10px;
    font-size: 22px;
}

.cartbox svg , .cart_top svg {
    font-size:16px !important;
    cursor:pointer;
}


.cartbox span {
    font-size:18px;
    text-align:center;
 
}

.openedcart {
	
    visibility:visible;
    transform: translateX(0px);
    opacity:1;
	
	
}



.productlist {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
}

@media(max-width:960px) {
    .cartpopup {
        width:100%;
    }
   
    .cartpopup .bottomproduct .space {
        margin:5px;
        text-align:center;
    }
    
    
    .cartdelivery {
        margin:0px;
        margin-top:3px;
    }
    
    .cartpopup .bottomproduct {
        margin-right:0px;
    }
    
    .cartpopup .totalprice {
        font-size:23px;
    }
    
    .cartpopup .cart_total {
        font-size:22px;
    }
    
    .bottomcart .checkoutbtn {
        font-size:1.1em;
    }

}