
/* navbar Css styles */

@import "navbar.css";
@import "footer.css";

/* navbar Css styles */

.nav-link-active{
    color: #ED7D31;
    border: 1px solid #6C5F5B;
} */
.nav-link-active:hover{
    color: #d46f2b;
    background-color: #6C5F5B;
    font-weight: none;
}
.collection-section{
    width: 100%;
    height: auto;
    background-color: #fcf7f5;
    padding-top: 50px;
    
}
.collection-heading{
    color: #ED7D31;
    font-family:'MuseoModerno', cursive ;
    font-weight: 500;
    margin: 0px;
    font-size: 25px;
    
}
.collection-description{
    color: #6C5F5B;
    font-family:'MuseoModerno', cursive ;
    /* font-weight: bold; */
    font-size: 15px;
}
.table-responsive::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}
.table th{
    background-color: transparent;
    width: 120px;
    border: hidden;
}
.product-card{
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 40%,
        #e4e0dc 40%,
        #dfd9d4 60%,
        #d3cabf 60%,
        #cabdad 100%
      ); ;
    width: 250px;
    min-height: 350px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    cursor: pointer;
}
.product-card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.01);
}
.product-image{
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.product-image2{
    width: auto;
    height: auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.product-title{
    font-size: 17px;
    color: #4F4A45;
    font-family:'MuseoModerno', cursive ;
    font-weight: 700;
}
.product-price{
    font-size: 17px;
    color: #102c57;
    font-family:'MuseoModerno', cursive ;
}
.shopnow-button{
  border: 1px solid #6C5F5B;
  color: #F6F1EE;
    background-color: #6C5F5B;
    font-family:'MuseoModerno', cursive ;
}
.shopnow-button:hover{
    background-color: #F6F1EE;
    color: #6C5F5B;
    border: 1px solid #6C5F5B;
}
