body#checkout #wim_guesttocustomercart_modal .modal-header button.close {
    font-size:14px;
    padding-top:15px;
    padding-bottom:8px;
    padding-right:15px;
    position: absolute;
    top:15px;right:14px;
}

body#checkout #wim_guesttocustomercart_modal .modal-header{
    border-bottom:none;
    height:38px;
    padding:0px;
    margin-bottom:0px;
    position:relative;
}

body#checkout #wim_guesttocustomercart_modal .modal-body{
    padding-top:0px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}

body#checkout #wim_guesttocustomercart_modal .modal-body div{
    margin-bottom:16px;
}

body#checkout #wim_guesttocustomercart_modal .modal-footer{
    border-top:none;
    display:flex;
    flex-flow:column;
    gap:12px;
    padding-left:12px;padding-right:12px;padding-bottom:12px;
}

body#checkout #wim_guesttocustomercart_modal .modal-footer button{
    margin-left:0px;margin-right:0px;
}

body#checkout #wim_guesttocustomercart_modal .modal-content{
    box-shadow:none;
    border-radius:2px;
    border:none;
}

body#checkout #wim_guesttocustomercart_modal .modal-dialog.modal-dialog-centered{
    margin-left: 7px;
    margin-right: 7px;
}

@media (min-width:576px){
    body#checkout #wim_guesttocustomercart_modal .modal-dialog.modal-dialog-centered {
        max-width:584px;
        margin-left:auto;
        margin-right:auto;
    }    
}
