:root{--primary:#cda360;--primary-hover:#e8d5b5;--light:#dedede;--mid:#ababab;--dark:#323234;--dark-hover:#7d7d82;--white:#fff;--error:#b30000;--error-background:#ee9191;--success:green;--success-background:#91ee91;--br:5px;--spacer:15px;--w-container:1200px}.buttons{align-items:center;display:flex;gap:15px}.buttons button{margin:0}.buttons>:first-child{margin:0 auto 0 0}.buttons>:only-child{margin:0 0 0 auto}.box.subtotal{align-items:center;display:flex;gap:30px}@media(max-width:768px){.box.subtotal{flex-wrap:wrap-reverse}}.box.subtotal .images{align-items:center;display:flex;flex:0 1 500px}@media(max-width:768px){.box.subtotal .images{justify-content:flex-start}}.box.subtotal .images img{aspect-ratio:2/1;display:block;height:64px;object-fit:contain;object-position:center}@media(max-width:768px){.box.subtotal .images{flex:0 0 100%}}.box.subtotal>:last-child{margin:0 0 0 auto}.products .product header{display:grid;gap:10px;grid-template-columns:40px 1fr}.products .product .image img{aspect-ratio:1/1;display:block;object-fit:contain;object-position:center;width:100%}.products .product .content{display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.products .product .content{align-items:center;flex-direction:row}}.products .product .name{font-weight:700}@media(min-width:768px){.products .product .name{flex:1}}.products .product .prices,.products .product .quantity{display:flex;gap:10px}.products .product .prices input,.products .product .quantity input{flex:0 0 80px}.products .product .prices{align-items:baseline}@media(min-width:768px){.products .product .prices{flex:0 0 250px}}.products .product .quantity{align-items:center}@media(min-width:768px){.products .product .quantity{flex:0 0 150px}}.ord_total_list{display:grid;gap:7.5px;grid-template-columns:1fr}.ord_total_list li{align-items:baseline;display:flex;flex-flow:row wrap;gap:15px;justify-content:flex-end}.ord_total_list li:before{display:none}.ord_total_list select{flex:1;width:auto}.ord_total_list .otl_col1{white-space:nowrap}