#desc > ol,
#desc > ul {
    text-align: left;
    padding-left: 1rem !important;
}

#desc ul li,
#desc ol li {
    margin: 0.3rem auto 0.7rem;
}

.categories .opening-hours ul li span.opening-hours-day,
.prices .opening-hours ul li span.opening-hours-day,
.rewards .opening-hours ul li span.opening-hours-day {
    /* width: 60% !important; */
    text-align: left;
    word-wrap: break-word !important;
}

.categories .opening-hours ul li span.opening-hours-time,
.prices .opening-hours ul li span.opening-hours-time,
.rewards .opening-hours ul li span.opening-hours-time {
    text-align: right;
    /* width: 40% !important; */
    word-wrap: break-word !important;
}

.wishlist-btn {
    float: left;
    margin-left: 10px;
    padding: 8px 20px;
    border: 1px solid transparent;
    background: #425998;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.wishlist-btn.selected i {
    color: red;
    font-weight: 900;
}

.show-more-snopt-tooltip #social-links {
    width: auto;
}

.show-more-snopt-tooltip #social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.show-more-snopt-tooltip #social-links ul li {
    list-style: none;
    width: 100%;
}

.show-more-snopt-tooltip #social-links ul li a {
    text-decoration: none;
    color: #034ea1;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
}

.list-single-header-column:after {
    content: "";
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    display: none;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.star-rating-complete {
    color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
    background: #fff;
    border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
    color: #000;
}

.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rated:not(:checked) > input {
    position: absolute;
    display: none;
}

.rated:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
}

.rated:not(:checked) > label:before {
    content: "★ ";
}

.rated > input:checked ~ label {
    color: #ffc700;
}

.rated:not(:checked) > label:hover,
.rated:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rated > input:checked + label:hover,
.rated > input:checked + label:hover ~ label,
.rated > input:checked ~ label:hover,
.rated > input:checked ~ label:hover ~ label,
.rated > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.tc-pagination3 {
    float: none;
    display: inline-block;
    background: #fff;
    padding: 14px 0;
    border-radius: 30px;
    min-width: 250px;
    border-bottom: 0;
}

.swiper-pagination-bullet {
    margin: 0 4px;
}

@media screen and (max-width: 1024px) {
    .listing-rating {
        margin-top: 0px !important;
    }

    .bg-parallax-wrap > img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}

.rotor-group-heading,
.rotor-group-heading:before,
.rotor-group-heading:after {
    color: #034ea1 !important;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-leaf-rear,
.flipdown.flipdown__theme-dark .rotor-leaf-front,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):after,
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-leaf-rear,
.flipdown.flipdown__theme-light .rotor-leaf-front,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light
    .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    color: #fff;
    background-color: #384f95 !important;
}

.flipdown.flipdown__theme-dark .rotor:after,
.flipdown.flipdown__theme-light .rotor:after {
    /* border-top: solid 1px #8799d1; */
    border: none;
}

@media screen and (max-width: 1024px) {
    .listing-rating {
        margin-top: 0px !important;
    }

    .bg-parallax-wrap > img {
        height: 100% !important;
        width: 100% !important;
        /* object-fit: cover !important; */
    }
}

.list-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.list-event p {
    margin: 0 10px 0 0;
    width: 100%;
}

.list-event p span {
    display: block;
    padding: 8px 15px;
    border: 1px solid #e7e7ed;
    color: #70778b;
    font-size: 12px;
    border-radius: 4px;
    background: #fff;
}

.list-event p span i {
    color: #ee141f;
    font-size: 11px;
    margin-right: 5px;
}

.list-tags {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    gap: 12px 0;
}

.list-tags .event-type {
    display: flex;
    align-items: center;
}

.list-tags .event-type div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #4c97fd;
}

.list-tags .event-type div i {
    color: white;
    font-size: 0.85rem;
}

.list-tags .event-type span {
    margin-left: 10px;
    font-size: 0.85rem;
    color: #7d93b2;
}

.list-tags .registration-end,
.list-tags .city-type {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.list-tags .registration-end div,
.list-tags .city-type div {
    padding: 8px 20px;
    min-width: 200px;
    text-align: left;
}

.list-tags .registration-end div i,
.list-tags .city-type div i {
    margin-right: 10px;
}

.list-tags .registration-end {
    background: #ee141f;
}

.list-tags .city-type {
    background: #384f95;
}

.list-tags .review-type {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}

.register_btn {
    display: block;
    padding: 12px 25px;
    width: 230px;
    margin-left: 1.5rem;
    border: 1px solid #e7e7ed;
    color: #70778b;
    font-size: 12px;
    border-radius: 4px;
    background: #ee141f;
}

@media screen and (min-width: 426px) {
    .list-event {
        flex-direction: row;
        justify-content: end;
    }

    .list-event p {
        width: 220px;
    }
}

@media screen and (min-width: 689px) {
    .list-tags {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }

    .list-tags .registration-end div,
    .list-tags .city-type div {
        min-width: auto;
        text-align: left;
    }

    .list-tags .review-type {
        margin-left: auto;
        width: auto;
        justify-content: end;
    }

     
}

@media screen and (max-width: 1293px) {
    .scroll-nav.scroll-init {
        display: none;
    }
    .scroll-nav-wrapper-opt {
        float: none !important;
        margin: 0.7rem 0;
        display: flex;
        gap: 10px;
        justify-content: center;
        position: static;
    }

    .scroll-nav-wrapper-opt > a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
