.cart-modal .modal-header, i.close-modal {
    display:none;
}

.custom-header {
    line-height: 55px;
    background-size: cover;
    color: #ffedb2;
    text-transform: uppercase;
    font-family: MatrixBook, "Times New Roman", Times, serif;
    font-size: 21px;
    text-align: center;
    background-image: url('./../images/popup-header-reg.png');
}

.custom-body {
    padding: 30px;
}
.custom-body a {
    position: relative !important;
    width: 49.5%;
    float: left;
    border: unset;
    color: #ffedb2 !important;
    font-size: 1.2em !important;
    padding: 5px 0;
    font-family: MatrixBook, "Times New Roman", Times, serif;
    background-color: #000;
    text-transform: uppercase;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    text-align: center;
    top: auto !important;
    right: auto !important;
}
.custom-body a.close-modal {
    margin-right: 1%
}
.custom-body a:hover {
    color: #fff !important;
    background-color: #c08754;
}

.cart-modal .cart-modal-inner {
    border-radius: 0;
    max-width: 420px;
    margin-top: 10%;
}