﻿.c-d-none {
    display: none;
}

.c-cart-empty {
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

    .c-cart-empty p {
        font-size: 1.125rem;
    }

    .c-cart-empty a {
        font-size: 0.9375rem;
    }

.c-cart-section {
    max-width: 1240px;
    margin: auto;
    padding: 40px 20px;
    min-height: 550px;
}

.c-cart-title {
    font-size: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.table {
    font-size: 0.9375rem;
}

.table thead tr th {
    padding: 12px 0 12px !important;
    border: none !important;
    background-color: #f3f3f3;
    font-size: 0.9375rem;
}

    .table thead tr th:first-child {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .table thead tr th:last-child {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

.table tbody tr:first-child td {
    border-top: none;
}

.table tbody tr td {
    vertical-align: middle;
}

.table tfoot tr td {
    padding-left: 0;
}


.c-th-quantity {
    width: 150px;
}

.c-th-price {
    width: 150px;
}

.table {
    margin: 0;
}

    .table thead tr th:first-child {
        padding-left: 30px !important;
    }

    .table thead tr th:nth-child(2) {
        padding-left: 20px !important;
    }

    .table thead tr th:last-child {
        text-align: center;
    }

.c-item-product-placeholder {
    display: flex;
}

.c-item-product-name {
    margin: auto 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 0;
}

.c-item-img {
    width: 100px;
    height: 100px;
    margin: auto 0;
}

.c-item-quantity-section {
    display: flex;
}

.c-item-quantity {
    padding-left: 30px;
    font-weight: bold;
}

.c-item-quantity-disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.btn-light {
    background-color: white;
    border: none;
}

    .btn-light:hover {
        background-color: #f3f3f3;
    }

.c-btn-remove {
    height: 38px;
    margin-left: 5px;
}

.c-item-price-section {
    float: right;
    display: flex;
    text-align: right;
}

.c-item-price {
    margin-right: 10px;
}

.c-footer-display {
    display: flex;
}

.c-addon-card {
    padding: 10px 20px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #f3f3f3;
    border-color: transparent;
    height: fit-content;
}

.c-addon-checkbox {
    margin-top: 28px;
}

.c-addon-img {
    width: 70px;
    height: 70px;
    margin: auto 0;
}

.c-addon-desc {
    padding-top: 13px;
    margin: 0 10px;
}

.c-addon-msrp {
    margin-left: 20px;
    padding-top: 24px;
}

.sub-table {
    text-align: right;
    margin-left: auto;
}

.sub-table tr td {
    border: none;
}

.c-promo-click-section {
    font-size: 13px;
    padding-top: 10px;
}

.c-promo-click {
    font-weight: bold;
    color: #007bff !important;
    cursor: pointer;
}

.c-label-p-t-5 {
    padding-top: 5px;
}

.c-form-promocode {
    display: block;
    margin-left: auto;
    text-align: left;
}

.c-promo-input-section {
    margin-left: auto;
}

.c-promo-input {
    font-size: 12px;
}

.c-btn-submit-promo {
    font-size: 12px;
    border-color: #ced4da;
}

.c-promocode-invalid {
    color: red;
    padding-left: 13px;
    font-weight: bold;
}

.c-promocode-placeholder {
    margin-right: 20px;
}

.badge-promocode {
    color: black;
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 1px 1px 1px 15px;
    font-weight: bold;
}

.badge-promocode-exp {
    color: red;
    background-color: #fbd7d7;
    border-radius: 8px;
    padding: 1px 1px 1px 15px;
    font-weight: bold;
}

.btn-remove-promo {
    position: relative;
    padding: 0;
    line-height: 1;
    margin-left: 3px;
    font-size: 18px;
}

.btn-remove-promo-exp {
    position: relative;
    padding: 0;
    line-height: 1;
    margin-left: 3px;
    font-size: 18px;
    color: red;
}

.c-total-label {
    font-weight: bold;
}

.c-total {
    font-weight: bold;
    font-size: 18px;
}

.c-checkout-section {
    text-align: right;
    margin: 30px 0 50px;
    display: flex;
}

.c-checkout-reminder {
    font-size: 12px;
    color: gray;
    margin: auto;
    margin-right: 25px;
}

.c-btn-checkout {
    font-size: 12px;
    padding: 8px 50px;
    border-radius: 8px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.c-btn-green-o {
    color: white;
    border: solid 2px #0fb59e;
    background-color: #0fb59e;
}

.c-btn-green-o-dis, .c-btn-green-o-dis:hover {
    color: white;
    border: solid 2px #6c757d;
    background-color: #6c757d;
    cursor: initial;
}

.c-btn-mobile-disabled {
    position: initial !important;
    left: auto !important;
}

.c-success {
    color: #0ab50a;
}

.c-failed {
    color: red;
}

@media (max-width: 700px) {
    .c-cart-section {
        padding: 10px;
    }

    .c-cart-title {
        padding-left: 0;
        text-align: center;
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .table thead tr th {
        font-size: 13px;
    }

        .table thead tr th:first-child {
            padding-left: 10px !important;
        }

        .table thead tr th:nth-child(2) {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

    .c-th-quantity {
        width: 20%;
    }

    .c-th-price {
        width: 25%;
    }

    .table tbody {
        font-size: 13px;
    }

        .table tbody tr td {
            padding: 3px 5px;
        }

        .table tbody tr td:first-child {
            display: flex;
        }

    .c-item-img {
        width: 60px !important;
        height: 60px;
        margin: auto;
    }

    .c-item-quantity-section {
        padding-top: 0px;
    }

    .c-item-quantity {
        padding: 1px 0 1px 11px;
        height: 30px;
        background-position: right 0.5rem center;
    }

    .c-btn-remove {
        padding: 0;
        height: auto;
        margin-left: 6px;
        font-size: 14px;
    }

    .c-item-price-section {
        padding-top: 0;
    }

    .c-addon-card {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .c-addon-checkbox {
        margin-top: 23px;
    }

    .c-addon-img {
        width: 40px;
        height: 40px;
        margin: auto 0;
    }

    .c-addon-desc{
        padding-top: 0;
    }

    .c-addon-msrp {
        padding-top: 10px;
    }

    .sub-table {
        width: 100%;
    }

        .sub-table tbody tr td:first-child {
            width: 70%;
            text-align: right;
            display: table-cell !important;
        }

    .c-promo-click-section {
        margin-bottom: 10px;
    }

    .c-discount-label {
        margin-left: 5px;
    }

    .c-total-label {
        width: 100%;
    }

    .c-total {
        font-size: 0.9375rem;
    }

    .c-promocode-placeholder {
        margin-right: auto;
        font-size: 14px;
    }

    .badge-promocode {
        padding-left: 10px;
    }

    .c-checkout-section {
        margin: 20px 0;
        text-align: center;
        height: 100px;
    }

    .c-checkout-reminder {
        margin-right: 0;
        position: absolute;
        margin-top: 50px;
        width: 88%;
        display: block;
        font-size: 11px;
    }

    .c-checkout-btn-placeholder-m {
        position: absolute;
        left: 50%;
        width: 100%;
    }

    .c-btn-green-o {
        position: relative;
        left: -50%;
    }

    .c-btn-green-o-dis {
        position: relative;
        left: -50%;
    }

    .c-promo-input {
        width: 200px;
    }
}

@media (max-width: 900px) {
    .c-footer-display {
        display: block;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .c-cart-section {
        min-height: 700px;
    }
}
