.basket_empty_container{background:#fff;border-radius:12px;opacity:1;display:flex;justify-content:center;align-items:center;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.0392156863);border:1px solid #f5f5f5;height:320px}.basket_empty_container .basket_empty_box{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center}.basket_empty_icon{box-shadow:0 3px 6px rgba(0,0,0,.0392156863);border:1px solid #f5f5f5;border-radius:12px;width:80px;height:80px;display:flex;color:var(--cart_color_code);justify-content:center;align-items:center;font-size:40px}.basket_empty_text{font-weight:700;margin-top:20px}.basket_empty_desc{color:#525252;font-weight:lighter}.basket_empty_btn{height:48px;background:var(--cart_color_code);border-radius:8px;cursor:pointer;color:#fff!important;border:none;width:100%;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}@media (max-height:550px),(max-width:550px){.basket_empty_container{border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.0392156863);border:1px solid #f5f5f5;margin-top:10px;display:block}.basket_empty_container .basket_empty_box{height:100%;padding:20px}.basket_empty_text{font-size:18px;margin-top:10px}.basket_empty_desc{font-size:16px}}