.select{
    height: 40px;
}
.select select{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.6rem !important;
    cursor: pointer;
}
.add-more-btn{
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: red;
    color: #fff;
    font-size: 1.5rem;
   width: 100%;
   height: 40px;
   font-family: var(--font-crimson_pro);
   box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.521);
}
.add-more-btn:hover{
    color: #fff;
}
.catelog-table{
    height: 300px !important;
}
.sub-title2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20% !important;
    height: 3px; 
    background-color: #720d1d;
    transform: translateX(-50%); 
}