
.header-product {
    padding: 15vh 0 10px;
    text-align: center;
    border-bottom: 2px solid;
    margin: 0 10vw 30px;
}

.nav-filter-sort-web {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0 20px;

    @media screen and (min-width: 576px){
        font-size: 24px;
        margin: 0 50px;
    }
    
    .nav-filter {
        float: left !important;
        cursor: pointer;
    }

    .nav-sort {
        float: right !important;
    }
}

.filter-web {
    display: none;

    @media screen and (min-width: 576px){
        display: block;
        font-size: 24px;
    }

}

.navbar-toggle-category {
    font-size:16px;
}

.navbar-toggle-category-detail {
    color: #6e6e73;
    font-size: 16px;
}

.list-product-item {
    width: 50%;
    
    .subtitle {
        color: #6e6e73;
    }

    .title {
        color: black;
    }
    
    .div-color {
        margin: 0 30px;
        gap: 7px;
    }

    .color {
        width: 25px;
        border-radius: 100%;
    }

    @media screen and (min-width: 576px){
        width: 25%;

    }
}

.overview-specifications {
    padding-top: 30px;
    text-decoration: none;

    span {
        cursor: pointer;
        font-size: 30px;
        padding-right: 50px;
        color: #6e6e73;

        &:hover{
            color: black;
            
        }
    }
}

.specifications-section {
    padding: 20px;
    margin-bottom: 40px;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;

    @media screen and (min-width: 576px){
        width: 100%;

    }

}

.specifications-table th,
.specifications-table td {
    padding: 30px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.specifications-table th {
    font-weight: bold;
    color: #333;
}

.product-subtitle {
    font-size: 24px;
}

.product-title {
    font-size: 42px;
}

.product-feature {
    padding-left: 20px;
    list-style: disc;
}

.product-div-color {
    gap: 7px;
}

.product-color {
    width: 25px;
    border-radius: 100%;
}

.list-overview-product {
    .title {
        font-size: 32px;
    }
    .subtitle {
        font-size: 28px;
        color: #6e6e73;
    }
}
