.wc-proceed-to-checkout {
    margin-bottom: 15px;
}


.wc-request-your-offer a:focus,
.wc-proceed-to-checkout a:focus {color: #fff; outline: none; box-shadow: inherit;}
.offer-request-acception-msg {font-size: 14px;margin: 5px 0 0;}
.success{color: green;}
.error{color: red;}


.add-loader {position: relative;opacity: 0.6;}
.add-loader::after {position: absolute;top: 0%;right: 0;width: 100%;height: 100%;background: url(http://projects.theglobalwebdev.com:8191/gtk/wp-content/uploads/2020/12/Spinner.gif) right no-repeat;content: "";background-size: contain;z-index: 9;opacity: 1;}

.login-require-discount {
    border: 2px solid #202224;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    line-height: 22px;
    height: 40px;
    font-size: 18px;
}

.expiry-validation-message p {
	border: 2px solid #fb5d5d;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    line-height: 28px;
    height: 40px;
    font-size: 16px;
    color: #fb5d5d;
    font-weight: 700;
}