﻿*{
    font-family: 'Courier';
}


.section-content{
    background-color: white;
    width: 937px;

}

#div-img{
    border: solid 1px black;
    width: 445px;
    height: 445px;

}

#div-img img{
    width: 100%;
    height: 100%;
}

#div-details {
    border: solid 1px black;
    width: 470px;
    height: 445px;
    background-color: #022140;
    text-align: center;
    float: left;
    display: inline-block;
}

input#quantity {
    width: 40px !important;
    text-align: center;
}


a i{
    color: white;
}

#Sanphamlienquan {
    width: 270px;
    border: solid 1px black;
    text-align: center;
    background-color: #1E4258;
    padding-bottom: 20px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    
}

.Sanphamlienquan-item {
    position: relative;
    width: 238px;
    height: 348px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2D5F5D;
    margin-top: 10px;
    padding: 5px;
    border: solid white 1px;
}

.Sanphamlienquan-item img {
    border-radius: 10px;
    width: 220px;
    height: 220px;
}

.Sanphamlienquan-item:hover img{
    transform: scale(1.03);
    transition: 0.5s;
}

.Sanphamlienquan-item i{
    position: absolute;
    color: #F8AE69;
    right: 45%;
    bottom: 10%;


    
  
}

.Sanphamlienquan-item a:hover p{
    color: #F8AE69;
    transition: 0.5s;
}






/*-------------------CSS cho thông tin sản phẩm-----------------------*/
#Name {
    font-size: 25px;
    color: #F8AE69;
}
#Brand {
    font-size: 25px;
    color: white;
}
#Id {
    font-size: 25px;
    color: white;
}
#Price {
    font-size: 25px;
    color: red;
}
#Color {
    font-size: 25px;
    color: white;
}
#Quantity {
    font-size: 25px;
    color: white;
}
/*-------------------CSS cho nút thêm vào giỏ và mua ngay--------------------*/
.btn {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}


#addCart {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8AE69;
    margin-top: 10px;
}

#buyBtn {
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8AE69;
    margin-top: 20px;
}

.BuyAndAddCart{
    padding: 0;
    padding-top: 30px;
    border-radius: 10px;
    
}

.BuyAndAddCart p{
    color: white;
    margin: 0;
    padding: 0;
}

/*------------------------CSS mô tả sản phẩm-----------------------*/
#Desciption{
    height: auto;
    width:937px;
    border: solid black 1px;
    padding: 15px;

}


