.paypal-button-container {
	padding: 0 !important;
}

#mycart>h2 {
    color: #015c86;
    margin-bottom: 0.4rem;
    margin-left: 0.2rem;
}

.gpc-nbtn {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33.3rem;
    background-color: #015c86;
    color: #fff;
    border-radius: .2em;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    transition: .3s;
}

.gpc-nbtn:hover {
    background-color: #026b9c;
    border-color: #01345c;
}

.gpc-nbtn:active {
    background-color: #014566;
    border-color: #01345c;
}

.card-field-name {
    background-color: #FF0000 !important;
    color: red;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.gpc-novalid {
    border: 2px solid #FF0000 !important;
}