.delivery-overlay{display:none;position:fixed;top:0;height:100vh;width:100vw;background:rgba(7,36,49,.7);z-index:9999999;cursor:pointer}.delivery-overlay.active{display:block}.delivery-overlay.animation-out{animation-name:FadeOut;animation-duration:.3s;animation-timing-function:ease-in-out}.delivery-overlay.animation-in{animation-name:FadeIn;animation-duration:.3s;animation-timing-function:ease-in-out}.delivery-panel{display:none;flex-direction:column;position:fixed;height:var(--window-height);max-width:800px;transition:var(--animation);top:0px;right:0;background:var(--primary-color);z-index:99999999;overflow-y:auto;font-size:var(--font-small);color:var(--light-color)}.delivery-panel.active{display:block;right:0px}.delivery-panel.animation-out{animation-name:SlideOutRight;animation-duration:.3s;animation-timing-function:ease-in-out}.delivery-panel.animation-in{animation-name:SlideInRight;animation-duration:.3s;animation-timing-function:ease-in-out}.delivery-panel__close{position:absolute;top:var(--spacing-small);right:var(--spacing-small)}.delivery-panel__close .icon{max-width:32px;min-width:32px;width:32px;fill:var(--light-color)}.delivery-panel__background{background:var(--text-secondary-color)}.delivery-panel__title{display:flex;justify-content:center;text-transform:uppercase;font-family:Archivo,sans-serif;font-size:var(--font-medium)}.delivery-panel__col-header{text-align:center;border-bottom:1px solid var(--light-color)}.delivery-panel__col-header-subtitle{color:#c4c4c4;font-size:var(--font-tiny)}.delivery-panel__col{text-align:center;border-bottom:1px dashed var(--light-color)}.delivery-panel__col:last-child,.delivery-panel__col:nth-last-child(2),.delivery-panel__col:nth-last-child(3){border-bottom:none}.delivery-panel__col-content-details{color:var(--text-secondary-color)}.delivery-panel__col-content{text-transform:uppercase}.delivery-panel__return{text-align:center}.delivery-panel__return>div:first-child{font-family:Archivo,sans-serif}.delivery-panel__return>div:nth-child(2) a{text-decoration:underline}.delivery-panel__return p{margin-bottom:var(--spacing-small)}.delivery-panel__return a{color:var(--light-color)}.delivery-panel__btn-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.delivery-panel__btn{cursor:pointer;background:var(--light-color);color:var(--text-primary-color) !important;border:1px solid var(--white-color) !important;text-transform:uppercase;text-decoration:none;padding:var(--theme-padding)}@media(min-width: 992px){.delivery-panel{width:40%}}@media(min-width: 768px)and (max-width: 991px){.delivery-panel{width:60%}}@media(max-width: 767px){.delivery-panel{width:90%}}/*# sourceMappingURL=delivery-panel.css.map */
