.purchase-card .card-body {
    padding: 35px 60px;
}
.purchase-card .form-control {
    border: 1px solid #d5dae2;
    padding: 10px 15px;
    min-height: 40px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    border: none;
    position: relative
}

.fs-title {
    font-size: 22px;
    color: #382700;
    font-weight: 600;
    text-align: left;
    margin-top:15px;
    margin-bottom: 20px;
}

.purple-text {
    color: #382700;
    font-weight: normal
}

.steps {
    font-size: 13px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;

}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
}

#progressbar .active {
    color: #382700;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #step_details:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f872";
}

#progressbar #step_design:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f302";
}

#progressbar #step_payment:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #382700
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #382700
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.login-card-footer-text {
    font-size:14px;
}
.btn-decrement,
.btn-increment
{
    border: 1px solid #d5dae2;
    font-size: 10px;
    font-weight: 600;
    background-color: #f6f6f6;
}
.btn-decrement { border-left:none; }

@media (max-width: 768px) {
    .purchase-card .card-body {
        padding: 25px 20px
    }
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.gc_purchase_summary {
    color: #1a1a1a;
    background-color: #fff3cd;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #ffeeba;
}
.gc_purchase_summary ul {
    list-style: none;
    padding-left: 5px;
}
.gc_purchase_summary ul li {
    padding-bottom: 7px;
}
.gc_purchase_summary ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    padding-right: 7px;
    color: #338b2c;
}
.gc_purchase_summary ul li:last-child {
    padding-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dee2e6;
}
.bootstrap-select .dropdown-menu li a {
    border-bottom: 1px solid #dee2e6;
}

.bootstrap-select .dropdown-item {
    padding-bottom: 0;
}

ul.cart_summary_totals {
    font-size: 15px;
    float: right;
    text-align: right;
    list-style: none;
    margin-bottom: 0;
}
ul.cart_summary_totals li.totals {
    font-size: 18px;
}
ul.cart_summary_totals li b {
    width: 110px;
    display: block;
    float: right;
}
.bootstrap-select {
    line-height: 1.6 !important;
}

.badge-payment-status { font-size:14px; }

table.table-order-summary th {
    text-align: left; color: #757575; font-weight: 500;
    font-size: 13px;
}
.table.table-list td,
.table.table-order-summary td,
.table.table-order-summary th {
    vertical-align: middle !important;
}
table.table-order-summary tr:first-child td,
table.table-order-summary tr:first-child th
{ border-top: none; }

.dropdown-invoice-options i {
    width: 20px; text-align: center; color: #423009;
}
