.btn-rush {
   border-radius: 0px;
    padding: 6px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
    border: none !important;
    background: rgb(46, 112, 0);
    background: linear-gradient(0deg, rgba(46, 112, 0, 1) 0%, rgba(126, 197, 0, 1) 100%);
    display: block;
    margin: 0 auto 9px;
    width: 90%;
    text-align: center;
}
.popup-para {

    color: black;
    padding: 10px;

}

.btn-rush:hover {
    color: white;
    background: rgb(46, 112, 0);
    background: linear-gradient(180deg, rgba(46, 112, 0, 1) 0%, rgba(126, 197, 0, 1) 100%);
}

#tshirtModal 
{ background: rgba(0,0,0,0.8);
}


#nothanksModal .modal-header {
/*    background-image: url(../images/pop-head-bg.webp);
*/    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-bottom:none;
    background:#ff0000;
}

#nothanksModal .modal-title
{ color:#fff;
text-align:center;
font-weight:600;
font-size:28px;
}

#nothanksModal .modal-body img
{ margin-bottom:30px;
}

#nothanksModal .nothanks-btn
{ text-decoration: underline;
    color: blue;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}



#nothanksModal .modal-title span
{ font-weight:400;
}


#tshirtModal .modal-header
{ padding:0;
position:relative;
border:none;
}

#tshirtModal .modal-body
{ 
padding-bottom:0;
}

.no-th
{ text-align:center;
margin-bottom:14px;
}

.no-th a {
    text-decoration: underline;
    color: blue;
    font-weight: 400;
    font-size: 16px;
}


#tshirtModal .modal-footer
{ 
border:none;
padding:0;
}

#tshirtModal .modal-title {
    text-align: center;
    padding-top: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}


#tshirtModal .modal-header .close {
    margin-top: auto;
    margin-right: auto;
    font-size: 26px;
    position: absolute;
    right: 3px;
    top: -2px;
    font-size: 27px;
    opacity: 1;
    color: grey;
}

@media (min-width: 480px) {
#tshirtModal .modal-dialog {
    width: 470px;
    margin: 30px auto;
}

}