﻿.theme-sdr .hero-unit {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    margin-top: 5rem;
}

.theme-sdr .bodyCard .card {
    padding: 40px 20%;
    margin-bottom: 2rem;
    border-color: transparent;
    border: none !important;
}

@media (max-width: 1366px) {
    .theme-sdr .hero-unit {
        padding: 1.5rem 0 !important;
    }
}

@media (max-width: 991px) {
    .theme-sdr .hero-unit {
        margin-top: 4rem !important;
        padding: 1rem 0 !important;
    }

    .theme-sdr .bodyCard .card {
        padding: 30px !important;
    }
}

@media (max-width: 576px) {
    .theme-sdr .hero-unit {
        padding: 15px !important;
    }

    .theme-sdr .bodyCard .card {
        padding: 15px !important;
    }
}

.theme-sdr .table {
    max-width: 100%
}

    .theme-sdr .table td {
        padding: .5rem !important;
        border-color: var(--color-black-200);
        font-size: var(--font-size-body3)
    }

        .theme-sdr .table td.money {
            text-wrap: nowrap
        }

@media (max-width:991px) {
    .theme-sdr .table td {
        font-size: var(--font-size-body3) !important
    }
}

.theme-sdr .table input {
    height: auto;
    padding: .25rem .5rem
}

.theme-sdr .table .number .form-control {
    width: 3.5rem
}

.theme-sdr thead th {
    background: #fff;
    border-color: #dcdcdc;
    border-top: none;
    border-bottom-width: 1px
}

.theme-sdr .basket-page .table .number .minus, .theme-sdr .basket-page .table .number .plus {
    position: absolute;
    top: calc(50% - 23px);
    border: none;
    background: 0 0;
    height: 41px
}

.theme-sdr .table-striped tbody tr:nth-of-type(odd), .theme-sdr .table-striped tr:nth-last-of-type(odd) {
    background-color: var(--color-white)
}

.theme-sdr .basket-page thead th {
    padding-top: 0 !important
}

.theme-sdr .basket-page .table td, .theme-sdr .basket-page thead th {
    padding: .75rem 0;
    border: none !important;
    position: relative
}

    .theme-sdr .basket-page .table td:last-child, .theme-sdr .basket-page thead th:last-child {
        width: 160px
    }

.theme-sdr .basket-page .table .number input {
    margin-top: 80px;
    text-align-last: center;
    background-color: transparent !important;
    pointer-events: none;
    padding: 0 !important;
    width: 100%;
    border: none !important
}

.theme-sdr .basket-page .table .money p {
    margin-top: 80px
}

.theme-sdr .basket-page .table .number .minus {
    left: 0
}

.theme-sdr .basket-page .table .number .plus {
    right: 0
}

.theme-sdr .basket-page .total-line {
    height: auto
}

    .theme-sdr .basket-page .total-line .total-content {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--color-black-50);
        align-items: center
    }

.theme-sdr .basket-page .order-line .col-first p {
    color: var(--color-black-500) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5
}

.theme-sdr .basket-page .order-line .col-first .content-desc {
    padding: 0 1.5rem;
    display: grid
}

.theme-sdr .basket-page .order-line .col-first img {
    width: 120px;
    height: 180px;
    object-fit: cover
}

.text-right {
    text-align: -webkit-right !important;
}

.theme-sdr .btn-link.line-remove {
    color: currentColor;
    width: fit-content;
    justify-self: end;
    align-self: end;
    text-decoration: underline !important;
}

    .theme-sdr .btn-link.line-remove:hover, .theme-sdr .btn-link.line-remove:active, .theme-sdr .btn-link.line-remove:focus {
        color: #C10000;
    }

@media (max-width: 767.98px) {
    .theme-sdr .basket-page .table .number .minus, .theme-sdr .basket-page .table .number .plus {
        position: inherit !important;
    }

    .theme-sdr .basket-page .order-line .col-first .content-desc {
        padding: 0 0 0 1.5rem !important;
    }

    .theme-sdr .basket-page .table .number input {
        width: 80px !important;
        margin-top: 0 !important;
    }

    .theme-sdr .basket-page .order-line .col-first img {
        width: 100px !important;
        height: 160px !important
    }

    .theme-sdr .basket-page .table .number .minus, .theme-sdr .basket-page .table .number .plus {
        height: 52px !important;
        padding: 0 0.5rem;
        top: 0
    }
}

@media (max-width: 575.98px) {
    .theme-sdr .basket-page .table .number input {
        width: 30px !important;
    }
}

.color-blue {
    color: var(--color-blue) !important
}