.closed-heading {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.receipt-heading {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom:0;
}
h1.receipt-heading {
    line-height: 1.428571429;
}
.guest-sign-in-box {
    width: 600px;
    padding: 5px 15px 5px;
    border: 1px solid #ccc;
    margin: 15px auto 30px;
    max-width: 100%;
}
.web-url{
    margin-top:10px;
}
#LoginAlert{
    padding:15px;
    margin-bottom:10px;
}
.mailingoptions{
    background-color:white;
    border:1px solid #ccc;
}
.mailingoptions input {
    width: 3%;
    float: left;
    margin-left: 0;
}

.mailingoptions label {
    width: 94%;
    float: left;
    margin-left: 3%;
    margin-bottom: 0;
}
.mailingoptions .option-row {
    margin-bottom: 10px;
}
.receipt-header{
    width:100%;
    float:left;
    border-bottom:1px solid #ccc;
    padding-top:5px;
}
@media(min-width:767px) {
    .OrderCompleteMessage {
        width: 100%;
        float: left;
        padding-right: 15px;
        border-right: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
}
.accountheader{
    font-weight:bold;
}
#GuestForm .form-control{
    margin-bottom:7px;
}
.receipt-header{
    width:100%;
    float:left;
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
}
.summaryborder{
    margin-bottom:30px;
}
.header-phone{
    padding-top:20px;
}
@media(max-width:1200px){
    .header-phone {
        padding-top: 13px;
    }
}
@media(max-width:992px) {
    .header-phone span{
        font-size:12px;
    }
    .header-phone {
        padding: 15px 0 0;
    }
}
/*#region Checkout Breadcrumb */
.breadcrumbLineRight {
    width: 50%;
    border-bottom: 3px solid #ddd;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 22px;
}

.breadcrumbLineLeft {
    width: 50%;
    border-bottom: 3px solid #ddd;
    float: left;
    position: absolute;
    top: 0px;
    z-index: 0;
    height: 22px;
    left: 0;
}

.rText {
    margin-left: -5px;
}

.textRow {
    margin: 5px -15px;
}

@media(max-width:767px) {
    .breadcrumbRow {
        margin: 15px 0 0 0;
    }
    .comodo-logo{
        display:none;
    }
}

.BreadcrumbPassed .fa {
    color: white;
}

.breadcrumbRow {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    height: 40px;
}

.breadcrumbRow .col-xs-3 {
    padding: 0;
}
.BreadcrumbCircle {
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 40px;
    margin: auto;
    background: #ddd;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}
.header-line {
    margin: 10px 0 0;
    border-color:#ddd;
}

/*#endregion */
@media(max-width:767px){
    .breadcrumbRow {
        margin: 0 0 5px;
    }
    .textRow {
        margin-bottom: 20px;
    }
}
.closed-footer .footercontainer{
    padding:5px 15px;
}
.payment-title{
    margin:10px 0;
}
.payment-or{
    width:60px;
    text-align:center;
    display:inline-block;
}
.payment-button span{
    padding-top:3px;
    padding-right:10px;
    display:inline-block;
}
.payment-button img {
    float:right;
}
@media(max-width:440px){
    .payment-button {
        display:block;
        margin:10px auto;
        width:170px;
    }

    .payment-button {
        display:block;
    }
}
.receipt-confidence {
    float: left;
    padding: 1px 0;
    display:block;
    width:100%;
}
@media(min-width:992px) and (max-width:1200px){
    .receipt-confidence {
        font-size:0.9em;
    }
}
@media(max-width:992px) {
    .checkout-logo img {
        max-width: 100px;
    }
}
#gcbox .form-group{
    margin-bottom:5px;
}
.payment-button {
    background-color: #ebebeb;
}
p.ForgotPassword {
    padding-top: 10px;
}
p.ForgotPassword, p.ForgotPassword-popup {
    padding-top: 10px;
}
.custform[disabled], .custform[readonly], fieldset[disabled] .custform {
    cursor: not-allowed;
    background-color: #eee;
}

/*Restyled Login progress Bars & Circle with BS5 Code Refactor*/
.login-progress-heading h6 {
    font-size: 14px;
    text-align: center;
}

.login-progress-heading h6.active {
    font-weight: 700;
}

.login-progress-circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.login-progress-circle p {
    font-size: 14px;
    color: #000;
}

.login-progress-bar {
    height: 3px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

.login-progress-bar.left {
    left: 0;
}

.login-progress-bar.right {
    left: 50%;
}

.login-form {
    margin-top: 70px;
}
.header-number {
    display: flex;
    font-size: 12px;
}

@media(max-width:767px) {
    .payment-or {
        width: 100%;
    }

    .payment-button {
        width: 210px;
        justify-content: center;
    }
}