.pop-outer {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.pop-inner {
    max-width: 860px;
    width: 100% !important;
    padding: 0 0 0px 0;
    height: auto !important;
    background: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
}
.para-text{
    padding: 2% 2% 0% 2%;
    font-size: 11px;
    text-align: center;
    color: rgb( 18 18 102 );
    font-family: Arial;
}

.cart-custom-message {
    width: 100%;
    display: inline-block;
}
    button.close {
        right:0;
    }

button.close {
    position: absolute;
    background: border-box;
    font-size: 13px;
    border: 1px #211c1c59 solid;
}

a.open {
    cursor: pointer; 
    text-decoration: underline;
}

a.open:hover {
    text-decoration: none;
}


@media only screen and (min-width:320px) and (max-width:575px) {
    .para-text{
        padding: 7% 2% 0% 2%;
        font-size: 9px;
    
    }
}
