.popup{transition:all .3s linear;position:relative}.popup-overlay{z-index:1000;background-color:#00000080;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.close-btn{z-index:2000;cursor:pointer;color:#ed652d;position:absolute;top:15px;right:20px}.cart_container{z-index:100;color:#161616;background-color:#fff;flex-direction:column;gap:20px;width:30%;min-height:100vh;margin:0 auto;display:flex;position:fixed;top:0;right:0}.cart_header_container{border-bottom:1px solid #ed652d;justify-content:center;align-items:center;width:100%;display:flex}.cart_header_container h1{padding:10px;font-size:20px}.products_list_cart{border-bottom:1px solid #ed652d;flex-direction:column;flex:1;gap:10px;max-height:70vh;padding-right:5px;display:flex;overflow-y:auto}.product_cart{justify-content:center;align-items:center;gap:10px;padding:10px;display:flex}.product_cart_image{justify-content:center;align-items:center;width:200px;height:200px;display:flex}.product_cart_info{flex-direction:column;gap:5px;display:flex}.cart_size_span{color:#a59f9f;font-size:13px}.product_cart_P_amount{align-items:center;gap:5px;display:flex}.product_cart_price{flex-direction:column;align-items:end;gap:5px;display:flex}.cart_select_Amount_Div{align-items:center;gap:5px;display:flex}.select-Amount-Button{cursor:pointer;background-color:#0000;border:1px solid #a59f9f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:5px;transition:all .3s linear;display:flex}.select-Amount-Button:hover{color:#fff;background-color:#ed652d;border:3px solid #ed652d}.cart_price{margin:0;font-size:15px}.cart_delete_button{cursor:pointer}.cart_delete_button:hover{color:red}.cart_total_price_container{border-bottom:1px solid #ed652d;justify-content:space-between;align-items:center;padding-bottom:20px;padding-left:10px;padding-right:10px;display:flex}.cart_checkout_button_container{justify-content:center;align-items:center;width:100%;padding-bottom:20px;padding-left:10px;padding-right:10px;display:flex}.cart_checkout_button{cursor:pointer;color:#fff;background-color:#ed652d;border:1px solid #ed652d;border-radius:5px;width:100%;padding:5px 10px;transition:all .3s linear}.cart_checkout_button:hover{scale:1.05}.cart_select_Amount{justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.scroll-hidden-but-active{scrollbar-width:none;overflow:auto}.scroll-hidden-but-active::-webkit-scrollbar{display:none}@media screen and (max-width:1200px){.cart_container{width:70%}.product_cart{justify-content:space-around}}@media screen and (max-width:780px){.cart_container{width:100%}.product_cart{justify-content:space-around}}
