/* Product detail — info tabs frame */
.product-detail-tab .product-review {
    border: 1px solid #111;
    margin-top: 30px;
}

.product-detail-tab .review-tab {
    margin-bottom: 0;
    border-bottom: 1px solid #111;
}

.product-detail-tab .review-tab li a {
    margin-top: 0;
    border-top: none;
    border-right: 1px solid #111;
    color: #111;
}

.product-detail-tab .review-tab li:first-child a {
    border-left: none;
}

.product-detail-tab .review-tab li:last-child a {
    border-right: none;
}

.product-detail-tab .review-tab li a.active {
    background: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.product-detail-tab .product-review-des.tab-content {
    background: transparent;
    padding: 16px 10px 20px;
}

/* Product detail — brand / related product carousels */

.product-detail-related {
    padding: 28px 20px 32px;
}

.product-detail-related .home-newest-carousel-wrap {
    margin-top: 0;
    padding: 8px 48px 12px;
}

.product-detail-related .home-newest-carousel .owl-stage-outer {
    padding: 4px 2px 8px;
}

.product-detail-related .home-newest-carousel__item .featured-product.product-card-v2 {
    margin: 0 4px !important;
}

.product-detail-related__footer {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding-bottom: 4px;
}

.product-detail-related__see-all {
    display: inline-block;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    padding: 12px 22px;
    border: 1px solid #111;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-detail-related__see-all:hover {
    background: #fff6f2;
    color: #111;
    text-decoration: none;
}

.product-detail-related__empty {
    margin: 8px 0 0;
    padding: 20px;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.55);
}

.product-detail-related .home-newest-carousel__nav button.owl-prev:hover,
.product-detail-related .home-newest-carousel__nav button.owl-next:hover {
    background: #fff6f2;
    border-color: #111;
    color: #111;
}

@media (max-width: 767px) {
    .product-detail-related {
        padding: 20px 12px 24px;
    }

    .product-detail-related .home-newest-carousel-wrap {
        padding: 4px 36px 8px;
    }
}
