.checkout-progress-bar li a.active,
    .checkout-progress-bar li a:hover {
        color: #08C;
        opacity: 1;
    }

    .table.table-totals {
        margin-bottom: 2.6rem;
    }

    .table.table-totals .custom-radio .custom-control-input {
        width: 100px;
    }

    .table.table-totals h4 {
        display: inline;
        margin-bottom: 0;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .table.table-totals .form-control {
        line-height: 1.5;
    }

    .table.table-totals .form-group {
        margin-bottom: 1.5rem;
    }

    .table.table-totals .select2-container.select2-container--default .select2-selection--single {
        min-height: 37px;
    }

    .table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.6;
    }

    .table.table-totals tr th,
    .table.table-totals tr td {
        padding: 1rem;
        border: 0;
        letter-spacing: -0.01em;
        font-size: 14px;
        font-weight: 600;
        color: #222529;
        font-family: "poppins";
    }

    .table.table-totals tr th:last-child,
    .table.table-totals tr td:last-child {
        color: #777;
        text-align: right;
        font-weight: 400;
    }

    .table.table-totals tbody tr {
        border-bottom: 1px solid #dcdcdc;
    }

    .table.table-totals tfoot {
        border-top: 1px solid #ccc;
        color: #222529;
        font-size: 1.6rem;
        font-weight: 700;
    }

    .table.table-totals tfoot tr td {
        padding-top: 1.3rem;
        padding-bottom: 1.6rem;
        vertical-align: middle;
        font-size: 1.6rem;
        padding-left: 1.2rem;
    }

    .table.table-totals tfoot tr td:last-child {
        font-weight: 700;
        font-size: 22px;
        color: #222529;
    }

    .table.table-totals tfoot b {
        font-size: 2.2rem;
    }

    .checkout-methods .btn {
        font-family: "Open Sans", sans-serif;
        font-size: 1.5rem;
        letter-spacing: -0.015em;
        padding: 1em 0;
    }

    .checkout-methods .btn i {
        margin-left: 1.2rem;
    }

    .return-to-shop .btn {
        padding: 1.6rem 3.6rem;
        font-family: "Open Sans", sans-serif;
        font-size: 1.5rem;
        letter-spacing: -0.02em;
    }

    .cart-summary form {
        margin-bottom: 1.6rem;
    }

    .cart-summary .form-group-sm {
        max-width: none;
    }

    .cart-summary .form-group-sm label {
        margin-top: 1.3rem;
        letter-spacing: 0;
        margin-bottom: 1.4rem;
        font-weight: 400;
        font-size: 1.4rem;
        color: #777;
        font-family: "Open Sans", sans-serif;
    }

    .cart-summary .form-group-sm .form-control {
        height: 3.7rem;
        font-size: 1.4rem;
        letter-spacing: -0.012em;
    }

    .cart-summary .btn-update-total {
        background-color: #f4f4f4;
        color: #222529;
        border: none;
        padding: 8px 12px;
        line-height: 1.5;
        font-family: "Open Sans", sans-serif;
    }

    .cart-summary .btn-update-total:hover {
        color: #fff;
        background-color: #08C;
    }

    @media (max-width: 575px) {
        .cart-table-container {
            border-top: 4px solid #08C;
        }

        .table.table-cart {
            border: 1px solid #e7e7e7;
            border-top: 0;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        }

        .table.table-cart,
        .table.table-cart tbody,
        .table.table-cart tfoot {
            display: block;
        }

        .table.table-cart thead {
            display: none;
        }

        .table.table-cart tr td {
            padding: 0.5rem 1rem;
            border-top: 0;
        }

        .table.table-cart tr td.product-col {
            padding-bottom: 0.5rem;
        }

        .table.table-cart .product-row {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 3rem;
            padding-bottom: 2.5rem;
            border-top: 2px solid #ddd;
        }

        .table.table-cart .product-row:first-child {
            border-top: 0;
        }

        .table.table-cart .product-col {
            flex-direction: column;
            justify-content: center;
            text-align: center;
        }

        .table.table-cart .product-col .product-image-container {
            flex: 0 0 auto;
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .table.table-cart tfoot {
            border-top: 2px solid #ddd;
        }

        .table.table-cart tfoot tr {
            display: block;
            width: 100%;
        }

        .table.table-cart tfoot tr td {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 3rem 0;
        }

        .table.table-cart .cart-discount {
            margin-bottom: 2rem;
        }

        .table.table-cart .cart-discount form {
            margin-bottom: 0;
        }
    }

    @media (min-width: 1200px) {
        .cart-table-container .input-group .form-control {
            width: 183px;
        }
    }

    @media (max-width: 767px) {
        .cart-table-container .cart-discount .form-control {
            max-width: 132px;
            margin-right: 0.4rem;
        }

        .table.table-cart .cart-discount {
            margin-bottom: 1.5rem;
        }
    }

    @media (max-width: 479px) {
        .cart-summary {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .table.table-cart .cart-discount {
            margin-bottom: 1.5rem;
        }

        .cart-discount .input-group {
            flex-direction: column;
            align-items: center;
        }

        .cart-table-container .cart-discount .form-control {
            margin: auto;
            margin-bottom: 1.5rem;
            max-width: none;
            width: 100%;
        }
    }

    .checkout-progress-bar {
        margin: 4.7rem 0 2.1rem;
        font-size: 0;
        line-height: 1.4;
    }

    .checkout-progress-bar li {
        display: inline-block;
        position: relative;
        margin-bottom: 3rem;
        color: #999;
        font-family: Poppins, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: -0.03em;
        text-align: center;
        vertical-align: top;
    }

    .checkout-progress-bar li.prev {
        color: #222529;
    }

    .checkout-progress-bar li a {
        color: #222524;
    }

    .checkout-progress-bar li.active a {
        color: #08C;
    }

    .checkout-progress-bar li.active a:hover {
        color: #08C;
    }

    .checkout-progress-bar li.active+li a {
        color: #919292;
    }

    .checkout-progress-bar li.active+li a:hover {
        color: #08C;
    }

    .checkout-progress-bar li.disabled a {
        color: #919292;
    }

    .checkout-progress-bar li:not(:first-child) {
        margin-left: 5.8rem;
    }

    .checkout-progress-bar li:not(:first-child):before {
        position: absolute;
        left: -3.3rem;
        top: -0.8rem;
        content: "";
        color: #999;
        font-family: "porto";
        font-size: 3rem;
    }

    .checkout-progress-bar li:last-child {
        pointer-events: none;
    }

    .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;
    }

    .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;
    }

    .form-login-toggle,
    .form-coupon-toggle {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.025em;
        line-height: 24px;
    }

    .form-login-toggle a,
    .form-coupon-toggle a {
        color: #222524;
    }

    .form-login-toggle {
        margin-bottom: 0.8rem;
    }

    .form-coupon-toggle {
        margin-bottom: 2.3rem;
    }

    .table-step-shipping {
        max-width: 600px;
    }

    .table-step-shipping tr td {
        padding: 1.8rem 1.5rem;
        border: 0;
        border-bottom: 1px solid #ccc;
    }

    .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;
    }

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

    .login-form-container {
        padding-top: 3px;
        padding-bottom: 4px;
    }

    .login-form-container .feature-box,
    .checkout-discount .feature-box {
        box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
        margin-bottom: 2.9rem;
    }

    .login-form-container .feature-box .feature-box-content,
    .checkout-discount .feature-box .feature-box-content {
        border-top: 4px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        padding: 1rem 2rem;
    }

    .login-form-container form,
    .checkout-discount form {
        margin-bottom: 0;
        padding-top: 1.9rem;
        padding-bottom: 0.7rem;
    }

    .login-form-container form p,
    .checkout-discount form p {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }

    .login-form-container form .btn,
    .checkout-discount form .btn {
        margin-top: 1.8rem;
        padding: 0.9rem 4.7rem 1rem;
        letter-spacing: -0.01em;
        background-color: #f4f4f4;
        font-size: 1.3rem;
        font-family: "Open Sans", sans-serif;
    }

    .login-form-container form .btn:hover,
    .checkout-discount form .btn:hover {
        background-color: #08C;
        color: #fff;
    }

    .login-form-container form .input-group,
    .checkout-discount form .input-group {
        max-width: 480px;
    }

    .login-form-container .custom-control,
    .checkout-discount .custom-control {
        padding-left: 2.5rem;
    }

    .login-form-container .custom-control label,
    .checkout-discount .custom-control label {
        font-size: 1.2rem;
    }

    .login-form-container .custom-control+a,
    .checkout-discount .custom-control+a {
        margin-bottom: 3px;
        font-size: 14px;
        margin-left: 2rem;
    }

    .login-form-container h4,
    .checkout-discount h4 {
        margin-bottom: 1rem;
        color: #777;
        font-family: "Open Sans", sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: -0.025em;
    }

    .login-form-container h4 .btn,
    .checkout-discount h4 .btn {
        vertical-align: bottom;
        border: 0;
    }

    .login-form-container .btn-toggle,
    .checkout-discount .btn-toggle {
        padding: 0;
        color: #222529;
        letter-spacing: -0.025em;
    }

    .checkout-discount .form-control {
        min-height: 33px;
    }

    .checkout-discount .form-control,
    .checkout-discount .input-group-append {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .checkout-discount h4 {
        margin-bottom: 2.6rem;
    }

    .checkout-discount p {
        font-size: 1.4rem;
    }

    .checkout-discount .feature-box {
        margin-bottom: 3.4rem;
    }

    .checkout-discount .feature-box .feature-box-content {
        padding-top: 2.9rem;
    }

    .checkout-discount form {
        padding-top: 1rem;
    }

    .checkout-discount form .input-group {
        max-width: 319px;
    }

    .checkout-discount form .btn {
        padding: 0 1rem 0 1.1rem;
        letter-spacing: -0.015em;
    }

    .checkout-info-box {
        margin-bottom: 3rem;
        font-size: 1.3rem;
        line-height: 2.7rem;
    }

    .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;
    }
    