.title-step {
    color: #000 !important;
    font-size: 1.125rem;
    font-weight: 900;
    text-align: left;
}

.list-item {
    list-style: none;
    max-width: 80px;
    margin-left: 1px;
    margin-right: 1px;
}

.product-color-option {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0.25rem;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--bs-body-bg);
}

.product-color-option img {
    height: 64px;
    width: auto;
}

.product-color-option.active,
.product-color-option:hover {
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.product-color-option p {
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-color-option .stock-label-product-mini {
    color: transparent;
}

.product-color-option:hover .stock-label-product-mini,
.product-color-option.active .stock-label-product-mini {
    color: #333;
}

.discount-table th,
.discount-table td {
    text-align: center;
    vertical-align: middle;
}

.availability {
    font-size: 1rem;
    font-weight: bold;
    float: right;
    border: 1px solid #333;
    padding: 0.3rem 0.6rem;
}

.badge-limited,
.badge-outlet {
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.2rem;
    --bs-badge-font-size: 0.8rem;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 0.25rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.badge-limited {
    background-color: #ff7f00;
}

.badge-outlet {
    background-color: #e63946;
}

.carousel-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    max-height: 480px;
    overflow-y: hidden;
}

.carousel-box li {
    list-style: none;
}

.contenedor-vista {
    display: block;
    height: auto;
}

.carousel-box .contenedor-vista {
    width: 80%;
    margin: 0.5rem auto;
    cursor: pointer;
}

.nav-arrow {
    position: absolute;
    left: 45%;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 99;
    font-weight: 400;
    color: #999;
}

.fa-angle-up.nav-arrow {
    top: -20px;
}

.fa-angle-down.nav-arrow {
    top: auto;
}

.nav-arrow:hover {
    color: var(--bs-danger);
}

@media (max-width: 767.98px) {
    .carousel-box {
        flex-direction: row;
        height: auto;
        overflow-x: auto;
        margin: 1rem auto;
    }

    .nav-arrow {
        display: none;
    }

    .carousel-box .contenedor-vista {
        width: auto;
        margin: auto 0.5rem;
    }

    .carousel-box img {
        height: 80px;
        width: auto;
    }

}

#product-details-tabs,
#method-dicounts-tabs {
    --bs-nav-tabs-link-active-color: var(--bg-danger);
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: var(--bs-danger);
}

#product-details-tabs .nav-link {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 500;
}

.product-spec-table {
    font-size: 0.75rem;
    min-width: auto !important;
}

.product-spec-table td {
    vertical-align: middle;
}

.product-spec-table td:first-child {
    width: 30%;
}

.product-spec-table td:last-child {
    width: 70%;
}

.tr-table-specs {
    height: auto;
}

@media (min-width: 992px) {
    .tr-table-specs {
        height: 50px;
    }
}

@media(max-width: 992px) {
    .product-spec-table td {
        width: 50% !important;
    }
}

#method-dicounts-tabs .nav-link.active {
    border-top: 2px solid #cd2122;
    background-image: url(https://www.impressline.com.mx/public/frontend/images/icons/button-check_red.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 5px 50%;
}

#ipt_cantidad {
    height: 3rem;
    font-size: 1rem;
    text-align: center;
}

#table-pricing {
    min-height: 90px;
}