#checkout .bordered {
    border-right: 2px solid #ebedf3;
}

#checkout .nav .nav-link .nav-icon {
    width: 5rem;
}

#checkout .nav .nav-link .nav-label p {
    padding: 0;
    margin: 0;
}

#checkout .nav .nav-link .nav-label h4 {
    color: #7e8299;
    font-weight: bold;
}

#checkout .nav .nav-link.active .nav-label h4 {
    color: black;
}

#checkout .nav .nav-link .nav-label p {
    color: #7e8299;
}

/* Variables */

.result-message {
    line-height: 22px;
    font-size: 16px;
}

.result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
}

.hidden {
    display: none;
}

#card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

#payment-request-button {
    margin-bottom: 32px;
}

.gifted {
    border: 2px solid black;
    padding: 30px 30px;
}

#checkout-cart td {
    padding: 10px 0;
}

#checkout-cart .child-table td {
    border: none;
    padding: 0;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 600px) {
    form {
        width: 80vw;
    }
}
