.container{
    margin-bottom: 50px; 
}


.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #cecece;   
}

.carousel-indicators li.active {
    width: 35px;
    height:10px;
    background-image: linear-gradient(142deg, #ff9c35 0%, #ffd019 100%);
}
.card-footer{
    border-top: none;
    background-color: white;
    border-radius: 15px;
}
.buy-now-button{
    color: white;
    background-color:black;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
   }

.card{
    text-align: center;
    padding-bottom: 50px;
    border: none;
    box-shadow: 3px 3px 10px lightgray;
    border-radius: 1opx;
}

.categories{
    margin-bottom: 100px;
    text-align: center;
    border-bottom: 6px solid;
    border-image: linear-gradient(#F47C00, #FF8319);
    border-image-slice: 1;
    width: 150px;
    margin: auto;
    border-radius: 5px;
}
.btn-dark:hover{
    background-color: #FFCA1C;
    border: none;
}
.see-all:hover{
    text-decoration: underline;
}
#product a{
    text-decoration: none;
    color: #FF8319;
}
footer{
    text-align: center;
}
.cat-image .card{
    border-radius: 10px;
    height: 150px;
    width: 120px;
    margin-left: 30%;
}
.cat-image .card a{
    text-decoration: none;
}