.marquee-home-divslot
{
    display: inline-block;
    color: black;
    background-color: white;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #92b25a;
    border-style: solid;
    border-radius: 0;
    border-width: thin;
}
.marquee-home-divslot:hover
{
    cursor: pointer;
    display: inline-block;
    color: white;
    border-width: 2px;
    background-color: #92b25a;
    border-color: #4d6b19;
}
.bg-breadcrumb-nav
{
    background-color: #c6c7c4;
}
.btn-shop-cart-remove
{
    background-color: #df2b34;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
}
.btn-shop-cart-remove:hover
{
    background-color: #e78388;
    border: #df2b34;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
}
.p-orderform
{
    font-size: 1.4rem;
    color:black;
    font-weight: 600;
}
.css-category-div
{
    min-height: 70px;
    text-align: left;
}
.css-category-box
{
    border-radius: 4px;
    background: #95c443;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    /* transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12); */
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width:100%;
    color: #030303;
}
.css-category-box:hover
{
    transform: scale(1.05);
    background: #a3c961;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    color: #313532;
}