.rest-description table, th, td{
    border: 1px solid var(--gray-color);
}
.rest-description tr, th, td{
    width: 50%;
}
.rest-description ul{
    list-style: none;
    padding-left: 1em;
}
[dir="rtl"] .rest-description ul{
    padding-left: unset;
    padding-right: 1em;
}
.rest-description ol{
    padding-left: 3em;
}
[dir="rtl"] .rest-description ol{
    padding-left: unset;
    padding-right: 3em;
}
[dir="rtl"] ol{
    padding-left: unset;
    padding-right: 3em;
}
.rest-description ul:not(.checked-list) li{
padding-left: 30px;
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
}
.rest-description ul.checked-list li{
    padding-left: 30px;
    background-image: url("../images/greentick.png");
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

[dir="rtl"] .rest-description ul:not(.checked-list) li{
    padding-left: unset;
    padding-right: 30px;
    background-image: url("../images/bullet_reversed.png");
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    background-position-x: 101%;
}
[dir="rtl"] .rest-description ul.checked-list li{
    padding-left: unset;
    padding-right: 30px;
    background-position-x: 101%;
}
.rest-description p{
    margin-top: 1rem;
}
.rest-description p img{
    width: 2em;
    height: 2em;
}
.rest-description p a{
    text-decoration: none;
    color: var(--primary-color);
}
.rest-description p a:hover{
    color: var(--gray-color);
}
