#shopify-section-featured-blog, #top-menu, .right_sidebar_content, .left_sidebar_content, .wrapper-nav {
    display: none;
}

.normal_main_content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.payment-form div {
    font-family: Arial;
}

.payment-form button, payment-form a, .payment-form p, .payment-form b, .payment-form span, .payment-form th, .payment-form td, .payment-form label, .payment-form input[type=number], .payment-form input[type=text], .payment-form textarea {
    font-size: 14px;
    font-family: Arial;
}

.payment-form p {
    color: #212529;
}

.tab .info {
    background: #e9ecef;
    border: 1px solid #e3e3e3;
}

.will-show, .d-inline-block.will-show {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-table-cell.will-show {
        display: none !important;
    }
}

.bg-l {
    background: #f8f9fa;
    border: 1px solid #e3e3e3;
}

.i-button {
    padding: 4px 8px;
    color: white;
    margin: 4px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 2px solid white;
    font-weight: normal;
    text-decoration: none !important;
}

.i-button.bg-primary {
    border-color: #007bff;
}

.i-button.bg-primary:hover {
    color: #007bff;
}

.i-button.bg-danger {
    border-color: #009be4;
}

.i-button.bg-danger:hover {
    color: #009be4;
}

.i-button.bg-secondary {
    border-color: #6c757d;
}

.i-button.bg-secondary:hover {
    color: #6c757d;
}

.i-button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
}

.i-button:hover:after {
    top: 0;
    height: 100%;
}

.steps {
    border-bottom: 1px solid #c9c9c980;
    max-width: 100%;
    align-items: baseline;
    margin: 8px 0;
}

.steps .step {
    display: flex;
}

.steps .step-line {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1px;
}

.steps .step-line .dashed-line {
    height: 40px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.steps .step-line .dashed-line .dot-line {
    width: 80%;
    border-top: dashed 2px #c9c9c9;
    margin: 0;
    position: absolute;
    top: 50%;
}

.steps .step-line .dashed-line .fa {
    position: absolute;
    right: 10%;
    margin: -9px 0 0 0;
    top: 50%;
    background: white;
    color: #c9c9c9;
    padding: 0 0 0 3px;
}

.steps .step-line.active {
    border-bottom: solid 1px #2196f3;
}

.steps .step {
    flex-direction: column;
    align-items: center;
    margin-bottom: -1px;
    max-width: 24%;
}

.steps .step .step-icon {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps .step .step-label {
    color: #777;
    font-weight: bold;
    text-align: center;
}

.steps .step.active, .steps .step.passed {
    border-bottom: solid 1px #2196f3;
}

.steps .step.active .step-icon, .steps .step.passed .step-icon {
    border-color: #009be4;
    background: #009be4;
    color: white;
}

.steps .step.active .step-label {
    color: black;
}

.steps .step.passed {
    cursor: pointer;
}

.table-cart td {
    vertical-align: middle !important;
}

.table-cart td.td-no {
    width: 1px;
    background: white !important;
}

.table-cart td.td-image {
    padding: 1px;
    width: 140px;
    background: white !important;
}

.table-cart td.td-image img {
    width: 100%;
    max-height: 140px !important;
}

.table-cart td.td-qty {
    width: 86px;
    font-weight: bold;
    font-size: 18px;
}

.table-cart td.td-total {
    color: blue;
    font-weight: bold;
    font-size: 18px;
    width: 126px;
}

.table-cart td.td-price {
    font-weight: bold;
    font-size: 18px;
    width: 126px;
}

.table-cart .input-qty {
    width: 100%;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 18px !important;
}

.table-cart #total {
    font-weight: bold;
    color: red;
    font-size: 18px;
}

.table-cart .delete-item {
    cursor: pointer;
}

.table-cart .td-icon {
    width: 1px;
}

.table-cart.inactive .input-qty {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.div-confirm-order .left, .div-confirm-order .right {
    background: #f8f9fa;
    border: 1px solid #e3e3e3;
}

.div-confirm-order #contain-table-cart {
    margin: 0 -1px;
}

.div-confirm-order #contain-table-cart .table-cart {
    margin-bottom: 0;
}

.div-confirm-order #contain-table-cart .table-cart tr {
    background: white;
}

.div-confirm-order #contain-table-cart .table-cart .td-qty {
    width: auto;
}

.div-confirm-order #contain-table-cart .table-cart .td-image {
    width: 100px;
}

.fa-check {
    background: #009be4;
    color: white;
    border-radius: 2px;
    padding: 3px;
}

.form-info {
    background: #f8f9fa;
    border: 1px solid #e3e3e3;
}

.form-info label {
    margin: 9px 0;
    min-width: 140px;
}

.form-info .fa-asterisk {
    color: #a81e24;
    font-size: 9px;
    margin: 0 4px 0 4px;
    vertical-align: top;
}

.form-info textarea, .form-info input[type=text] {
    margin: 0 0 20px 0;
    padding: 6px 12px;
}

.form-info textarea {
    height: 86px !important;
    resize: none;
}

.pay-type {
    background: #f8f9fa;
    border: 2px solid #e3e3e3;
}

.pay-type.active {
    border-color: red;
}

.pay-type .d-flex {
    align-items: center;
}

.pay-type .d-flex input[type=radio] {
    margin-right: 8px;
    height: 26px;
    width: 26px;
    min-width: 26px;
}

.pay-type .d-flex .heading {
    display: inline;
    margin: 0;
    line-height: 26px;
}

.pay-type .d-flex .image-1 {
    height: 40px;
    margin-right: 8px;
}

.pay-type .d-flex .image-2 {
    margin-left: 8px;
}

@media (max-width: 575px) {
    .step-label {
        font-size: 14px;
    }

    .table-cart > tbody > tr > td {
        padding: 4px 6px;
    }

    .table-cart > thead > tr > th {
        padding: 4px 6px;
    }

    .table-cart td.td-image {
        width: 80px;
    }

    .table-cart td.td-total {
        width: 1px;
        font-size: 16px;
    }

    .table-cart td.td-qty {
        width: 55px;
    }

    .table-cart #total {
        font-size: 16px;
    }
}

@media (max-width: 470px) {
    .step-label {
        font-size: 12px;
        height: 28.7px;
    }
}