ul{
    list-style-type: none;
}
li{
    float:left;
padding-left: 20px;
padding-top: 5px;
}
.div01{
    background-color: #F5F3E7;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.div02{
    border: 1px solid black;
    margin-left: 10px;
    height: 150px;
    border-radius: 10px;
    padding-top: 50px;
}
.div02:hover{
   border: 1px solid black;
}
.side-img{
    width:150%;
    height: 400px;
    object-fit:cover;
    border-radius:10px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.carousel {
    margin: 0;
    padding: 0;
}

.carousel-inner {
    border-radius: 0; 
}

.carousel-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    padding: 10px;
    background-size: 60%;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.product-card {
    border: none;
    background: transparent;
}


.product-img {
    height: 260px;
    object-fit: cover;
}


.badge-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f3efe6;
    font-size: 11px;
    padding: 4px 8px;
}

.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #8a7f73;
    cursor: pointer;
}

.product-footer {
    background: transparent;
    border: none;
    padding-top: 10px;
}


.product-name {
    font-size: 14px;
    color: #4a433c;
}

.price {
    font-weight: 600;
}

.cart-btn {
    background: #6b4a35;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width: 100%;
}
.container-fluid-1{
    background-color:#f5f5f5; padding:20px 0;
}