﻿*{
    margin: 0;
    padding: 0;
    font-family:'Courier';
}


#danhmucsanpham-section{
    width: 1903px;
    height: auto;
    display: flex;
}


section{
    width: 1903px;
    background-color: white;    
}
#section-left {
    background-color: #022140;
    width: 10%;
    height: 1000px;
    flex: 1%;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

#section-right {
    background-color: #022140;
    width: 70%;
    height: auto;
    border-radius: 10px;
    flex: 75%;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
}



/*----------------------section phải---------------------*/

#section-right-list{
    width: auto;
    height: auto;
    background-color: #022140;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;

}

.section-right-list-item {

    position: relative;
    background-color: #2D5F5D;
    width: 238px;
    height: 348px;
    border: solid 1px white;
    padding: 5px;
    margin: 8px;


}

.section-right-list-item img{
    border-radius: 10px;
    width: 220px;
    height: 220px
}
.section-right-list-item:hover img{
    transform: scale(1.03);
    transition: 0.5s;
}

.section-right-list-item i{
    position: absolute;
    color: #F8AE69;
    top: 80%;
    left: 45%;
}

.section-right-list-item a:hover p{
    color: #F8AE69;
    transition: 0.5s;
}

/*---------------CSS bộ lọc--------------*/

#filter{
    width: 100%;
    height: 100%;

}