#checkout{position:fixed;width:100%;height:100%;z-index:1004;display:flex;justify-content:center;align-items:center;top:0;left:0}#checkout .darkoverlay{z-index:2}#checkout-container{align-items:center;width:calc(100% - 2rem);height:auto;min-height:auto;max-width:35rem;position:relative;z-index:1005;background:var(--bgcolor);color:var(--fgcolor);border-radius:var(--bigradius);box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.5);font-size:.875rem;overflow:hidden}#checkout-container .categorytop{position:relative!important}#checkout-container .darkoverlay{z-index:2}#checkout-container .buttons{display:flex;gap:1rem}#checkout-container .content{width:100%;padding:1rem}#checkout-container .buttons{margin-top:1rem}#checkout-container #booking-header{text-align:left}#checkout-container #checkout-type{font-weight:790}#checkout-container #checkout-bookings{margin-bottom:75px;font-size:1rem;text-align:center;margin-inline:2rem}#checkout-container #checkout-price{margin-bottom:1.3rem}#checkout-container .spec{font-weight:700;font-size:1.25rem}#checkout-container #booking-sum{margin-bottom:1rem}#checkout-container hr{border:.5px solid var(--secondary-light-grey-alternative);margin-top:1rem;margin-bottom:1rem}#checkout-container .product-details{display:grid;grid-template-columns:2.5rem 1fr;line-height:1.6rem}#checkout-container .product-name{color:gray;font-weight:500;margin-bottom:.5rem}#checkout-container .price{font-weight:700}#checkout-container .icon-booking,#checkout-container .icon-clock,#checkout-container .icon-positionpoint,#checkout-container .icon-profile,#checkout-container .icon-train{background-size:1rem;margin-right:.8rem}#checkout-container .icon-card{background-size:1.3rem;margin-right:.8rem}#checkout-container .summary-section{display:grid;grid-template-columns:8fr 2fr}#checkout-container .sumhead{color:gray;font-size:.875rem;padding-bottom:.5rem}#checkout-container .sumhead:nth-child(2){text-align:right}#checkout-container .spec{margin-bottom:1rem}#checkout-container .product{margin-bottom:1rem;border-bottom:1px dotted var(--secondary-light-grey);padding-bottom:1rem;font-weight:700}#checkout-container .product:nth-child(4){text-align:right}#checkout-container #checkout-price{text-align:right;font-weight:700}#checkout-container .checkout-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;margin-block:30px}@media (max-width:600px){#checkout-container{width:90%;max-width:none;padding:.9rem;margin:.5rem auto;font-size:.8rem}#checkout-container #checkout-price{margin-bottom:.2rem}}