.sidecart .modal-header{position:relative;justify-content:center;padding:1rem 1.25rem;text-align:center;border-bottom:0}.sidecart .modal-header .btn-close{position:absolute;top:50%;left:.75rem;margin:0;transform:translateY(-50%)}.sidecart .modal-body{position:static;display:flex;flex-direction:column;padding:0}.sidecart .modal-body>div{padding:1rem 1.25rem}.sidecart .modal-body>div:not(:first-child){border-top:1px solid #dee2e6}.sidecart .modal-footer{padding:1.25rem}.sidecart .cart-voucher__line{display:flex;justify-content:space-between}.sidecart .cart-voucher__reduction{font-weight:700}.sidecart-main{flex:1 1 0%}.sidecart-product{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.2}.sidecart-product:not(:last-child){margin-bottom:1rem}.sidecart-product__image{display:block;margin-right:.75rem}.sidecart-product__details{flex:1 1 0%;align-self:center}.sidecart-product__remove{float:right}.sidecart-product__remove .material-icons{font-size:1.125rem}.sidecart-product__name{margin-bottom:.25rem}.sidecart-product__name a{color:inherit}.sidecart-product__attributes{margin-bottom:.25rem;font-size:.875rem}.sidecart-product__attribute{display:inline}.sidecart-product__attribute:not(:last-child)::after{content:","}.sidecart-product__open-customization{font-size:.75rem}.sidecart-product__bottom{display:flex;margin-top:.5rem;clear:both}.sidecart-product__quantity{flex-shrink:0}.sidecart-product__quantity .bootstrap-touchspin{max-width:90px;background-color:transparent;border-width:0}.sidecart-product__quantity .bootstrap-touchspin .form-control{min-height:0;padding:0;background-color:transparent}.sidecart-product__quantity .bootstrap-touchspin .btn{width:1.5rem;height:1.5rem;padding:0;background-color:transparent;border:1px solid #d3d3d3;border-radius:50%}.sidecart-product__quantity .bootstrap-touchspin .btn .material-icons{font-size:.875rem}.sidecart-product__prices{flex:1 1 0%;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;text-align:right}.sidecart-product__prices .discount{margin-right:.5rem;padding:.125rem .25rem;background-color:var(--bs-primary);font-weight:600;font-size:.75rem;color:#fff}.sidecart-product__prices .prices{display:flex;flex-direction:column}.sidecart-product__prices .regular-price{font-size:.875rem;text-decoration:line-through}.sidecart-product__customizations{flex:0 1 100%;margin-top:1rem;padding:1rem;background-color:#f1f1f1;font-size:.75rem}.sidecart-product__customizations .label{margin-bottom:.125rem;font-weight:700}.sidecart-product__customization:not(:last-child){margin-bottom:.5rem}.sidecart-summary-line{display:flex;justify-content:space-between}.sidecart-summary-line .label{margin-bottom:0}.sidecart-total{font-weight:700;font-size:1.125rem}.sidecart-panel{position:absolute;top:0;left:0;z-index:100;display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;transform:translateX(100%);transition:transform .3s ease-out}.sidecart-panel.open{transform:translateX(0)}.sidecart-panel__header{position:relative;display:flex;align-items:center;padding:1rem 2.75rem 1rem 1.25rem;text-align:center}.sidecart-panel__close-button{padding:0;background-color:transparent;border:0}.sidecart-panel__title{flex:1 1 0%;margin-bottom:0}.sidecart-panel__body{overflow-y:auto;flex:1 1 0%;padding:1.25rem}