

/*  -----------------------------------------------gio hang---------------*/
body
{
   background-color: #ffffff;
}
.main_giohang{
    width: 100%;
    position: relative; 
}
.giamgia
{  max-width: 1500PX;
    height: 180PX;
}
.giamgia p
{   
    width: 630PX;
    border-radius: 10px;
    height: 100PX;
    background-image: linear-gradient(to left bottom, rgb(255, 70, 70),rgb(255, 231, 231),rgb(255, 125, 11));
    color: #ffffff;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.7);;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
    background-size:140% 10%;
    padding: 20px;
    position: relative;
    top: 300px;
    font-size: 35px;
    left: 460PX;
    font-family:sans-serif;
    
}

.giamgia img
{   
    
    position: absolute;
    width: 30%;
    top: 340PX;
    left: 550PX;
  
}
.sanpham{
  
   position: relative;
    top: 200px;
    display: flex;
    max-width: 100%;
    min-width: 200px;
    height: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/* Khung chung của 1 sản phẩm */
.sanphams{
    background-image:  linear-gradient(to right bottom , #ff4128,rgb(255, 255, 255), #f42020a7);
    background-size: 150% 150%;
    margin: 24px;
    margin-top: 200px;
    width: 21%;
    height: 400px; 
    border-style:outset;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    padding: 67px 20px;
    border-radius: 20px;
}
.iconnoel img
{   
    position: relative;
    top: -430px;
    left: 50px;
    width: 60%;
}
/*Khung ảnh của sản phẩm */
.sanpham_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sanpham_text{
    color: black;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    overflow: hidden;

}
/* ảnh sản phẩm */
.sanpham_img img{
    width: 260px;
    border-radius: 10px;
}
/* .sanpham_img:hover
{
    border-radius: 10px;
} */
.sanpham_img:hover img{
    border-radius: 20px;
    transform: scale(1.2);
    transition: 1s;
}
.sanpham_img:hover .sanpham_text{
    
    opacity: 0.8;
    height: 30%;
    transition: 0.5s;
    max-width: 280px;
}
/*  ten sp */
.sanpham_text #tensanpham span{
    font-size: 20px;
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
/*  gia sp */
.sanpham_text p 
{
    font-size: 18px;
    padding: 10px;  
   
}
.sanpham_text  sup
{
    color: #960000;

}
.sanpham_text #giasanpham 
{   
    font-size: 23px;
    color: #960000;
    font-weight: bold;
    width: 10px;
    border-radius: 6px;
    background-image:  linear-gradient(to bottom , #f14d34,rgb(250, 250, 250), #ed3d3da7);

    
}
.sanpham_text del 
{
    font-size: 17px;
    color: rgb(26, 81, 1);

    
}
.sanpham_text #tensanpham
{
    margin-top: -10px;
}

/* ô nhập số lượng sản phẩm */
.sanpham_btn input{
    width: 70px;
    padding: 10px;
    text-align: center;
    /* border-style:outset; */
    border: 0;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    background-image:  linear-gradient(to left bottom , #ff4ca8,#ffe6e9,#fffbfb);
    height: 20px;
    margin-top: 20px;
    /* position: absolute; */
    margin-left: 160px;
}
/*  chọn số lượng text  */
.sanpham_btn p
{   
    color: var(--pramiry-color);
    padding: 10px;
    width: 210px;
    height: 39px;
    border-radius: 10px;
    /* background-color: #9c9c9c; */
    background-image:  linear-gradient(to left bottom , #2d0202,#ff2b41,#fea6a6);
    background-size: 130% 200%;
    font-size: 13PX;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: -30px;
    margin-left: 30px;
 
}
/* nút buttons đặt hàng */
.sanphams button

{   position: relative;
    width: 150px;
    color: var(--pramiry-color);
    background-image: linear-gradient(to bottom,rgb(161, 222, 255), rgb(244, 77, 77),rgb(255, 255, 255),rgb(49, 46, 46));
    box-shadow: 0 10px 8px rgba(85, 85, 85, 0.7); /* Màu và độ trong suốt của bóng */
    background-size: 120% 200%;
    top: -120px;
    padding: 10px;
    left: 50px;
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
    
}
.sanphams button:hover
{
    background-image: linear-gradient(#F30, #000);
}
