.gri-add-credit-card-view
.view-body {
    padding-bottom: 60px !important;
}



.gri-add-credit-card-view
.intro-wrapper
h1 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}



.gri-add-credit-card-view
.intro-wrapper
h2 {
    margin: 6px 0 0 0;
    font-size: 17px;
    font-weight: 700;
    color: #999;
}



.gri-add-credit-card-view
.intro-wrapper
.secure-connection-wrapper {
    position: relative;
    margin: 16px 0 0 0;
    padding: 0 0 0 28px;
}



.gri-add-credit-card-view
.intro-wrapper
.secure-connection-wrapper
img {
    display: block;
    position: absolute;
    width: auto;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.gri-add-credit-card-view
.intro-wrapper
.secure-connection-wrapper
span {
    font-size: 13px;
    font-weight: 700;
    color: #25c662;
}





.gri-add-credit-card-view
.card-details-wrapper {
    margin: 15px 0 0 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper {
    margin: 10px 0 0 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper
img {
    display: inline-block;
    margin: 0 7px 0 0;
    width: auto;
    height: 26px;
    opacity: .4;
}

.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper.visa
.visa {
    opacity: 1;
}

.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper.mastercard
.mastercard {
    opacity: 1;
}

.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper.amex
.amex {
    opacity: 1;
}

.gri-add-credit-card-view
.card-details-wrapper
.card-number-wrapper
.card-types-wrapper.discover
.discover {
    opacity: 1;
}



.gri-add-credit-card-view
.card-details-wrapper
.card-expire-cvv-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin: 10px 0 0 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.card-expire-cvv-wrapper
.cc-fc-input-wrapper {
    margin-top: 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.name-wrapper {
    margin: 10px 0 0 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.make-default-card-wrapper {
    position: relative;
    margin: 24px 0 0 0;
    padding: 0 80px 0 0;
}



.gri-add-credit-card-view
.card-details-wrapper
.make-default-card-wrapper
.label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}



.gri-add-credit-card-view
.card-details-wrapper
.make-default-card-wrapper
.default-card-switch-wrapper {
    position: absolute;
    margin: 0;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.gri-add-credit-card-view
.billing-details-wrapper {
    margin: 50px 0 0 0;
}



.gri-add-credit-card-view
.billing-details-wrapper
.title {
    position: relative;
    height: 1px;
    background: #eee;
}



.gri-add-credit-card-view
.billing-details-wrapper
.title
span {
    display: inline-block;
    position: relative;
    padding: 0 12px 0 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}



.gri-add-credit-card-view
.billing-details-wrapper
.cc-fc-input-wrapper {
    margin-top: 10px;
}



.gri-add-credit-card-view
.billing-details-wrapper
.address-wrapper {
    margin-top: 30px;
}



.gri-add-credit-card-view
.billing-details-wrapper
.state-wrapper
select {
    width: 100%;
}



.gri-add-credit-card-view
.add-card-submit-button-wrapper {
    margin: 25px 0 0 0;
}






















