/* .product-box{
    cursor: pointer;
}
.product-name{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2); 
    border-top-left-radius: .25rem; 
    border-top-right-radius: .25rem;
    font-size: .875rem !important;
    background-color: #6c757d !important;
    color: #fff !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    height: 50px;
    overflow: hidden;
}
.product-description{
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
    border-bottom-left-radius: .25rem; 
    border-bottom-right-radius: .25rem;
} */
.bg-theme{
    background-color: #d49205 !important;
    border-color: #d49205;
    color: #fff;
}
.bg-theme-2{
    background-color: #e0b04a !important;
    border-color: #e0b04a;
    color: #000;
}
.text-theme{
    color: #d49205 !important;
}
.outline-theme{
    border-top: 3px solid #d49205 !important;
}