@import url("./fe.css");



#checkout {
    margin-top: 2rem;
    font-size: 20px;
}

/*
#checkout .cart-header {
    font-size: 2.0rem;
}*/

/* cart */


.bnc-padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bnc-padding-top-20,
.bnc-sm-padding-top-20 {
    padding-top: 20px;
}

.bnc-padding-bottom-20,
.bnc-sm-padding-bottom-20{
    padding-bottom: 20px;
}

.bnc-border-top {
    border-top: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.bnc-magrin-v-2rem,
.bnc-form .cart-row.bnc-magrin-v-2rem{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bnc-magrin-v-05rem,
.bnc-form .cart-row,
.form-control {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.bnc-form .cart-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2;
}

.cart img.loading-item {
    width: 50px;
    display: inline-block;
    margin: 10px auto;
}

/* #checkout-container */
/*
#checkout input[type="text"],
#checkout input[type="email"]{
    width: 100%;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e2;
    font-size: 1.1rem;
}

#checkout select {
    width: 100%;
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e2;
    font-size: 1.1rem;
}


#checkout .frm-label {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}
*/


#checkout .configurator-btn {
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
    padding: 4px  12px;
    padding: 4px  10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
#checkout .configurator-btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

#checkout .configurator-btn.btn-secondary {
    background-color: #ffffff;
    color: #444;
    font-weight: initial;
    border-color: #ffffff;
    text-transform: initial;

}
#checkout .configurator-btn.btn-secondary:hover {
    background-color: initial;
    color: #000;
}

#checkout .configurator-btn.btn-proceed-to-payment {
    font-size: 2rem;
    line-height: 2rem;
}

#checkout .btn-edit-item-qty {

    cursor: pointer;
    /*
    font-weight: bold;
    background-color: #000000;
    color: #fff;*/
    display: inline-block;
    margin: auto 10px;
}

.has-error input, .has-error select {
    border-color: red !important;
}

.has-error .frm-label {
    color: red;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .bnc-sm-padding-top-20 {
        padding-top: initial;
    }

    .bnc-sm-padding-bottom-20 {
        padding-bottom: initial;
    }

    .bnc-lg-padding-top-100 {
        padding-top: 100px;
    }

    .bnc-lg-border-top {
        border-top: 1px solid #e5e5e5;
        border-collapse: collapse;
    }
}