.minicart_modal{position:fixed;top:0;right:0;width:100%;max-width:524px;height:100%}.modal-close-icon button{z-index:20}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.modalSlideInRight{animation:slideInFromRight .5s ease-out forwards;position:fixed;z-index:10001;width:100%;height:100%;background-color:#ffffff}@media screen and (max-width:767px){.modalSlideInRight{animation:slideInFromBottom .5s ease-out forwards;top:auto;bottom:0;height:auto}}.delete_modal{position:fixed;bottom:0;right:0;width:100%;max-width:524px;height:auto;min-height:215px;background-color:#f6f6f6;z-index:10002;animation:deleteSlideInFromBottom .5s ease-out forwards}@keyframes deleteSlideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.banner_modal{position:absolute;top:90px;z-index:100;animation:slideInOutTop 5s ease-in-out forwards;pointer-events:none}@keyframes slideInOutTop{0%{transform:translateY(-100%);opacity:0}20%{transform:translateY(0);opacity:1}80%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}