.product__card__a {
    text-decoration: none;
    width: 100%;

    height: auto;
}

.product__card__a:hover {
    /* color: white; */

}

.product__card__title {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 28px;
}

.product_card__discountTag {
    background-color: #E26E20;
    border-radius: 0 22px 22px 0;
    color: white;
    font-size: 13px;
    font-weight: 600;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.product__card__oldprice {
    text-decoration: line-through;
    color: black;
    font-size: 12px;
    font-weight: 400;
}

.product__card__price {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.product__title {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.product__description {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-top: 12px;
}

.product__category {
    color: #FBB219;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product__code {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.product__btn {
    color: #FBB219;
    border: 1px solid #FBB219;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;

    max-width: 100%;
    width: 220px;

}

.product__btn:hover {
    background-color: #E26E20;
    color: white;
}

.product__measure-container:not(:first-child) {
    /* border-top: 1px solid #EDEDED; */
    border-bottom: 1px solid #EDEDED;
}

.product__measure-container:first-child {
    border-top: 1px solid #EDEDED;
    padding-top: 15px;
}

.product__measure {
    text-transform: capitalize;
    font-size: 16px;
    color: black;
}

.product__measure--value {
    text-transform: capitalize;
    font-size: 16px;
    color: black;
}

.product__contact-container {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.product__oldprice {
    color: #828282;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    text-align: right;
}

.product__price {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.product__btn--carrito {
    background-color: #E26E20;
    color: white;
    border: 1px solid #E26E20;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}


.table__products table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.table__products thead th {
    background-color: #E26E20;
    color: white;
    font-weight: 600;
    border-bottom: none;
}

.table__products thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.table__products thead th:last-child {
    border-radius: 0 10px 10px 0;
}
