#cart{
    color: rgb(255, 52, 52);
    font-size: 25px;   
    margin-left: 400px;
}
#price{
    background-color: rgb(196, 195, 195);
    border-radius: 0px 0px 8px 8px;
    justify-content: center;
    display: flex;
}
.curve{
    border-radius: 5px;
}
.btn-cust{
    background-color: rgb(219, 143, 0);
}
.carousel{
    width: 550px;
    height: 450px;
}

.carousel-caption{
    color: black;
}

#newsMenu{
    display: flex;
    justify-content: center;
    
}
.call{
    display: flex;
    flex-wrap: wrap;
}
body{
    background-color: rgba(216, 216, 219, 0.89);
}
.list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.collapse{
    margin-left: 100px;
}
.nav-link{
    color: rgb(185, 15, 15);
}
.icon{
    color: rgba(187, 0, 0, 0.925);
    background-color: rgba(205, 205, 207, 0.801);
    padding: 15px;
    border-radius: 50%;
}
.icon:hover{
    color: black;
    transition: 0.5s;
    background-color: rgba(156, 156, 156, 0.801) ;
}

#vidual:hover{
    box-shadow: rgba(3,1,2, 0.160) 0px 5px 10px;
    border-radius: 7px;

    
}
.dark img{
    border-radius:5px;
}
.swiper {
    width: 300px;
    height: 200px;
  }
.hot{
    background-color: green;
} 
.space{
    margin-right: 3px;
}
.search-box{
    margin-left: 70px;
}
#space {
    border-right: solid 1px rgb(100, 100, 100);
    padding-right: 10px;
}
#space i {
    color: rgba(221, 6, 6, 0.938);
}
.navbar{
    box-shadow: rgba(3,1,2, 0.160) 0px 5px 10px;
    border-radius: 0px 0px 7px 7px;   
}

