.order-summary{color:var(--gray-font-color);width:100%;background-color:#000;border:none;border-radius:20px;flex-direction:column;padding:20px;display:flex}.order-summary .item{direction:rtl;flex-direction:row;justify-content:space-between;width:100%;height:3rem;font-size:15px;display:flex}.order-summary .costs-after-discount,.order-summary .all-sum{border-bottom:1px solid #262626;margin-bottom:.5rem}.order-summary h2{margin-bottom:20px}.order-summary .line-item{flex-direction:column;margin-bottom:15px;display:flex}.order-summary .total{color:#fff;border-top:1px solid #262626;padding-top:15px;font-size:23px;font-weight:700}.order-summary .discount-field{direction:rtl;flex-direction:row;justify-content:flex-start;gap:1px;width:100%;display:flex}.order-summary .discount-field input{border:1px solid var(--main-color);border-radius:3px;width:89%;height:35px;padding-right:5px}.order-summary .discount-field button{color:#000;background-color:var(--main-color);border:none;border-radius:3px;width:10%;height:36px;font-weight:700}.order-summary .pickup-buttons{justify-content:left;gap:1rem;width:60%;display:flex}.order-summary .pickup-buttons button{width:100px;height:35px;color:var(--gray-font-color);border:1px solid var(--gray-font-color);background-color:#0000;border-radius:8px}.order-summary .pickup-buttons button.active{background-color:var(--main-color);color:#000}.order-summary [type=radio]{margin-right:8px}.order-summary .checkout-btn{color:#000;cursor:pointer;background-color:#e2c38c;border:none;border-radius:6px;width:100%;margin-top:20px;padding:12px;font-weight:700}.order-summary .checkout-btn:hover{background-color:#d4af37}.order-summary .promotion{flex-direction:row-reverse;gap:.2rem;padding-bottom:1rem;display:flex}.order-summary .promotion input{text-align:right;width:250px;height:25px;padding-right:.5rem}.order-summary .promotion button{background-color:var(--main-color);color:#000;border:none;border-radius:5px;width:55px;height:28px;font-weight:600}.order-summary .line-item.total .total-before-discount{color:#b9b9b9;text-decoration-line:line-through}
