.checkout-container{max-width:1200px;margin:0 auto;padding:20px}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid #e1e1e1;padding-bottom:15px}.checkout-header h1{font-size:24px;font-weight:600;color:#333}.back-button{background:none;border:1px solid #ddd;padding:8px 16px;border-radius:4px;cursor:pointer;color:#555;font-size:14px}.checkout-columns{display:flex;gap:30px}.checkout-left-column{flex:2}.checkout-right-column{flex:1}.checkout-section{background:white;padding:20px;margin-bottom:20px}.checkout-section h2{font-size:18px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee;color:#333}.delivery-address-section,.delivery-details-section,.optional-address-section,.payment-method-section{margin-bottom:25px}.delivery-address-section h3,.delivery-details-section h3,.optional-address-section h3,.payment-method-section h3{font-size:16px;margin-bottom:10px;color:#444}.address-display{display:flex;justify-content:space-between;align-items:center;border-radius:6px;background-color:white;border:2px solid #d2d2d2;padding:5px}.address-display p{margin:6px;color:#555;line-height:1.5}.address-display p:first-child{font-weight:700}.delivery-option{display:flex;justify-content:space-between;align-items:center;border-radius:6px;background-color:white;border:2px solid #d2d2d2;padding:5px}.delivery-option p{margin:6px;color:#555}.change-button,.delivery-option p:first-child{font-weight:700}.change-button{background:none;border:none;color:#79A637;cursor:pointer;margin-top:10px;margin-left:6px;font-size:14px;padding:0}.optional-address-section textarea{width:725px;border:2px solid #d2d2d2;border-radius:6px;resize:none;padding:6px}.payment-option{display:flex;align-items:center;margin-bottom:15px;padding:15px;border:1px solid #ddd;border-radius:6px;background:#f9f9f9}.payment-option input{margin-right:15px;accent-color:#79A637}.payment-option label{flex-grow:1;color:#444;font-size:15px}.payment-logo img{width:50px}.order-total{border-top:0 solid #d3d3d3;padding-top:20px}.total-row{display:flex;justify-content:space-between;margin-bottom:8px}.total-row span{font-size:14px!important}.grand-total-row{display:flex;justify-content:space-between;margin-bottom:20px;font-size:15px;font-weight:700;padding-top:8px}.bulk-order-inform{border-top:2px solid #d3d3d3;padding:12px;border-radius:0;font-size:12px;color:#666;margin-top:20px}.info-header{gap:8px;font-size:16px;color:#333;margin-bottom:12px}.info-header,.info-icon{display:flex;align-items:center}.info-icon{justify-content:center;color:black}.info-text{margin:0;font-size:11px}.highlight-text{color:#79A637;font-weight:700}.pay-now-button{width:100%;background-color:#79A637;color:white;padding:15px;border:none;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;margin-top:25px;transition:background-color .3s}@media (max-width:768px){.checkout-columns{flex-direction:column}.checkout-container,.checkout-section{padding:15px}}