.my-btn{
    float: right !important;
    /* right:0 !important; */
    margin-left:50px;
    position:relative;

    background-color: #be5a7c;
    /* background: linear-gradient(to right, #d6338, #d6338); */ 
  
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
  
}.my-btn:hover{
    background-color: #b73863;
    color: #ffffff!important;
}
.sm-text{
    line-height: 0.5!important;;

}.desc{
    line-height: 1.3!important;
}
i.fa.fa-times-circle-o {
    color: red;
    font-size: medium;
}
.menu-list-img img{
width:100px;
height:100px;
border-radius:10px;
}.cate1 .img-fluid{
    width:142px;
    height:142px;
}
@media only screen and (max-width: 767px){
.single-delicious-menu .delicious-menu-text p {
/*height: 35px;*/
    overflow: auto;
}
}