@media screen and (min-width: 1024px) {

}

.text-yellow, .fa-star {
    color: yellow;
}

.fa-star-half-alt:before {
    color: yellow;
}

.percent-off {
    background: #f26c4f;
    padding: 3px 5px;
    border-radius: 20px;
}

.content-detail-tab {
    overflow: auto;
}

.content-detail-tab > div {
    text-align: center;
    padding: 0 30px;
    margin: 20px 0;
    font-weight: 500;
    white-space: nowrap;
}

.content-detail-tab > div:not(:last-of-type) {
    border-right: 1px solid #0a0a0a;
}

.content-detail-tab > div:hover {
    cursor: pointer;
    color: blue;
}

.content-detail-tab > div.active {
    color: blue !important;
}

.content-detail-content_child {
    display: none;
}

.price-detail strong {
    font-size: 25px;
}

.img-square-80 {
    height: 80px !important;
    width: 80px !important;
}
.img-square-icon {
    width: 48px;
    height: 48px;
}

.img-product {
    aspect-ratio: 5 / 3 !important;
}