﻿.category-parent {
    text-transform: uppercase !important;
    font-weight: 700;
}

.category-child {
    text-transform: lowercase !important;
    font-weight: 400;
}

    .category-child::first-letter {
        text-transform: uppercase !important;
    }


.row-document {
    padding-bottom: 20px;
}

.box-document {
    height: 100%;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .box-document .box-content-document {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 10px;
        margin-bottom: 10px;
    }

.box-content-document .thumbnail {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-content-document .thumbnail img {
        width: 100%;
        height: auto;
    }

.box-content-document .content {
    width: calc(100% - 100px);
}

    .box-content-document .content h5 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
        color: var(--color-body);
    }

    .box-content-document .content .description {
        font-size: 14px;
        font-weight: 400;
        color: var(--color-body);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.box-price .price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.box-price .price-info .price {
    font-weight: 700;
    font-size: 17px;
    color: var(--color-primary);
}

.box-price .price-info .price-old {
    font-weight: 500;
    font-size: 15px;
    text-decoration: line-through;
}

.add-cart-document {
    padding: 8px 20px;
    margin: 0 auto;
    outline: none;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-text-button);
    border-radius: 5px;
    transition: ease-in-out 0.3s;
}

    .add-cart-document:hover {
        background-color: var(--color-text-button);
        color: var(--color-primary);
    }

a.edu-btn, button.edu-btn, input.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-text-button);
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}

.tld-landingpage .page-item {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.box-button-buy {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

    .box-button-buy .note {
        font-size: 16px;
        margin-bottom: 15px;
        color: #991b1b;
        font-weight: 700;
        font-style: italic;
    }

.page-item .box-button-buy {
    background: none;
}

.document-name {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}

.sheet-number {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #6b6b6b;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 10px;
}