Custom CSS
/Store Image Start/
.restaurant-info {
margin-top: 4.2rem;
text-align: left;
padding-left: 2.5rem;
padding-bottom: 1rem !important;
}
.restaurant-image {
width: 100%;
height: auto !important;
float: right;
/height: 14.625rem;/
border-radius: 1.25rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.single-item {
margin-top: 130px !important;
}
.single-item-img{
display: block !important;
}
/.col-12.mt-10{/
/* margin-top: 110px !important;/
/}/
/Store Image End*/
/Store ribbon start/
.ribbon-box {
position: absolute;
top: -10px !important;
right: 0;
padding: 0 10px;
height: 22px;
line-height: 21px;
color: #000 !important;
font-weight: 600;
z-index: 0;
margin-top: 0.5rem;
}
/Store ribbon End/
/Store shadow End/
.col-xs-12.col-sm-12.restaurant-block {
position: relative;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
margin-top: 3%;
margin-left: 1% !important;
margin-right: 1% !important;
width: 98%;
}
/Store shadow start/
/Item shadow Start/
.category-list-item {
background-color: white !important;
position: relative;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
margin-top: 3%;
margin-left: 1% !important;
margin-right: 1% !important;
padding-top: 0.8rem;
border-radius: 10px;
width: 98%;
padding-right: 5%;
padding-left: 5%;
}