.checkout-steps li {
    margin-bottom: 3rem;
}

.checkout-steps li form {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.checkout-steps li form:last-of-type {
    padding-bottom: 0.1rem;
    border-bottom: 0;
}

.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem;
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}

.step-title:after {
    display: block;
    clear: both;
    content: "";
}

.step-title .step-title-edit {
    margin-top: 0.4rem;
    float: right;
    font-size: 1.4rem;
}

.checkout-steps-action:after {
    display: block;
    clear: both;
    content: "";
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center;
}

.order-summary {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7;
}

.order-summary .custom-radio .custom-control-input {
    width: 102px;
}

.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.order-summary h4 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px;
}

.order-summary .info-box p {
    padding: 11px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f6473;
}

.table-mini-cart {
    margin-bottom: 0;
}

.table-mini-cart tr, .table-mini-cart th, .table-mini-cart td, .table-mini-cart thead th {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart th, .table-mini-cart td {
    padding: 1rem;
}

.table-mini-cart td:last-child {
    text-align: right;
}

.table-mini-cart thead, .table-mini-cart tfoot tr {
    border-bottom: 1px solid #e7e7e7;
}

.table-mini-cart .product-col, .table-mini-cart .price-col {
    padding: 1.3rem 1rem 1.4rem;
}

.table-mini-cart .product-col .product-image-container {
    max-width: 75px;
    padding-right: 1.5rem;
    vertical-align: top;
}

.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400;
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.table-mini-cart .cart-subtotal th, .table-mini-cart .cart-subtotal td, .table-mini-cart .cart-tax th, .table-mini-cart .cart-tax td {
    padding-top: 3rem;
    padding-bottom: 1.3rem;
}

.table-mini-cart .order-shipping td {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
}

.table-mini-cart .order-shipping h4 {
    margin-bottom: 1.3rem;
}

.table-mini-cart .order-shipping .custom-radio {
    margin: 0;
}

.table-mini-cart .order-shipping .custom-radio label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
}

.table-mini-cart .order-shipping ul {
    margin-bottom: 2rem;
}

.table-mini-cart .order-shipping li + li {
    margin-top: 1.5rem;
}

.table-mini-cart .order-shipping .price {
    float: right;
    font-weight: 600;
}

.table-mini-cart .order-total th {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.table-mini-cart .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem;
}

.table-mini-cart .order-total h4 {
    font-size: 1.6rem;
}

.table-mini-cart .order-total .total-price {
    color: #222529;
    font-size: 2.2rem;
}

.payment-methods {
    padding: 2rem 0.8rem 0;
    margin-bottom: 4.6rem;
    border-bottom: 1px solid #e7e7e7;
}

.payment-methods h4 {
    margin-bottom: 1.5rem;
}

.payment-methods ul {
    margin: 1.5rem 0 0;
}

.payment-methods .custom-radio {
    margin: 0;
}

.payment-methods li + li {
    margin-top: 1.5rem;
}

.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1.4rem;
    font-family: "Open Sans", sans-serif;
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem;
}

.checkout-container {
    padding-bottom: 7px;
}

.checkout-container .shipping-info {
    padding-bottom: 3px;
}

.checkout-container .select-custom .form-control {
    font-size: 1.4rem;
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.checkout-container .checkout-discount .form-control {
    margin-right: 1.4rem;
    height: 33px;
    font-size: 1.2rem;
}

.checkout-container .checkout-discount .btn.btn-sm {
    height: 33px;
}

.checkout-container .step-title {
    letter-spacing: -0.01em;
}

.checkout-container select.form-control:not([size]):not([multiple]),
.checkout-container .form-control {
    height: 49px;
}

.checkout-container .select-custom,
.checkout-container .form-group {
    margin-bottom: 1.7rem;
}

.checkout-container .checkout-steps .custom-control-label::before, .checkout-container .checkout-steps .custom-control-label::after {
    top: 0px;
}

.checkout-container .checkout-steps .select-custom::after {
    top: 66%;
}

.checkout-container .custom-control {
    margin-top: 3.3rem;
    margin-bottom: 14px;
}

.checkout-container .order-comments {
    padding-top: 6px;
}

.checkout-container textarea.form-control {
    min-height: 125px;
}

.checkout-container .order-summary {
    padding: 2.8rem 3.2rem 3.1rem;
    margin-top: 1px;
}

.cart-summary, .order-summary {
    position: relative;
}

.cart-summary:before, .order-summary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cart-summary.loading:before, .order-summary.loading:before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 576px) {
    .checkout-container .order-summary {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
