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