.price-format .fa {
    font-size: 22px;
}
ul {
    margin-left: 15px;
}
ul li{
    font-size: 1rem;
}
.elementor-button-link .elementor-button-icon {
    display: flex;
}

.fa.fa-star.checked {
    color: orange;
}

.star {
    font-size: x-large;
    width: 18px;
    display: inline-block;
    color: gray;
    position: relative;
}
.star:last-child {
    margin-right: 0;
}
.star:before {
    content:'\2605';
}
.star.on {
    color: gold;
}
.star.half:after {
    content:'\2605';
    color: gold;
    position: absolute;
    width: 10px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.rating_explain {
    display: block;
    font-size: 0.875rem;
}
.srow.acf-title.is_stuck {
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;

}

#tablebutton_right {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 124px;
    height: 123px;
    top: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.05);
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    right: -70px;
}
#tablebutton_left {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 124px;
    height: 123px;
    top: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.05);
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: -75px;
}

#tablebutton_left i{
    font-size: 40px;
    margin-top: 40px;
    margin-left: 78px;
}
#tablebutton_right i {
    font-size: 40px;
    margin-top: 40px;
    margin-left: 22px;
}
#no-horizontal-scroll .sticky-table {
    overflow: hidden;
}

