.page-layout-spa-listing-page-layout .column.main,
.page-layout-spa-listing-page-layout .sections.nav-sections {
    display: none;
}

.page-layout-spa-times-page-layout .column.main,
.page-layout-spa-times-page-layout .sections.nav-sections {
    display: none;
}

/* Hiding the guest count in the pre-check and post-check for now. */
.page-layout-spa-listing-page-layout .spa-guest-count-form,
.page-layout-spa-times-page-layout .spa-guest-count-form {
    display: none;
}
/* Logo styles */
.page-layout-spa-listing-page-layout .trump-logo ,.page-layout-spa-times-page-layout .trump-logo {
    margin: 0.625rem 0 0 0.625rem;
}
.page-layout-spa-listing-page-layout .trump-logo img , .page-layout-spa-times-page-layout .trump-logo  img{
    max-width: 9.375rem;
    height: 6.125rem;
}
.product-listing-header-wrapper .trump-logo .generic-listing-header-logo {
    padding-left: 25px;
}
@media only screen and (max-width: 767px){
    .trump-logo {
        margin: 0.625rem 0 0 0.625rem;
    }
    .trump-logo img{
        max-width: 9.375rem;
        height: 3.125rem;
    }
    .page-layout-spa-listing-page-layout .trump-logo img , .page-layout-spa-times-page-layout .trump-logo  img{
        max-width: 5.375rem;
        height: 4.1rem;
    }
    .product-listing-header-wrapper .trump-logo .generic-listing-header-logo {
        padding-left: 15px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1024px){
    .trump-logo{
        margin: 0.625rem 0 0 0.625rem;
    }
    .trump-logo img{
        max-width: 9.375rem;
        height: 3.125rem;
    }
    .page-layout-spa-listing-page-layout .trump-logo img , .page-layout-spa-times-page-layout .trump-logo  img{
        max-width: 6.375rem;
        height: 4.2rem;
    }
    .product-listing-header-wrapper .trump-logo .generic-listing-header-logo {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 480px){
    .product-listing-header-wrapper .trump-logo .generic-listing-header-logo {
        padding-left: 5px;
    }
}
.spa-tilespage-category-name {
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem 0;
}

.spa-listing-category-tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3%;
    row-gap: 1rem;
    margin-bottom: 2rem;
}

.spa-listing-category-tiles-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32.3%;
    background: #fff;
    border: 3px solid #e1d5c2;
    min-height: 240px;
    cursor: pointer;
}

.spa-listing-category-tiles-content-wrapper:hover {
    border-color: #aa9471;
}

.spa-listing-category-tiles-content-wrapper:hover .spa-tile-reserve button,
.spa-listing-category-tiles-content-wrapper:hover .spa-tile-separator {
    background: #aa9471;
    color: #fff;
}

.spa-tile-content .course-name,
.spa-tile-content .teetime-time {
    text-align: center;
    text-transform: uppercase;
}

.spa-tile-content .course-name {
    font-weight: 600;
}

.spa-tile-content .teetime-time {
    font-weight: 500;
    font-size: 1rem;
}

.spa-containers-wrapper {
    padding: 0 1rem 1rem;
}

.spa-service-description-content-hidden {
    display: none;
}

.spa-service-description-content {
    margin-bottom: 5px;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.spa-services-wrapper {
    border-top: 1px solid #d4d4d4;
}

.spa-tile-reserve button {
    text-transform: uppercase;
}

.spa-tile-separator {
    width: 20%;
    margin: 10px auto;
    height: 3px;
    background: #e1d5c2;
}

.service-added {
    border-color: #aa9471;
}

.spa_service_filter_btn,
.spa_service_filter_btn_responsive {
    background: #aa9471;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    outline: none;
    padding: 7px 15px;
}

.spa_service_filter_btn:hover,
.spa_service_filter_btn_responsive:hover {
    background: #aa9471;
    color: #fff;
}

.spa_service_filter_btn_close,
.spa_service_filter_btn_close_responsive,
.spa-modal-close-btn {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px;
    cursor: pointer;
}

.spa-modal-close-btn {
    padding: 10px 0px;
}

.spa_service_filter_btn_close_responsive {
    padding: 10px;
}

.filter-container-footer button,
.filter-container-footer-responsive button {
    margin-top: 0;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    background-color: #aa9471;
    color: #fff;
    font-size: 1.2rem;
    padding: 12px;
    font-weight: 600;
}

.filter-container-footer-responsive button {
    width: 90%;
}

.filter-content-wrapper {
    width: 90%;
    margin: 0 auto;
}

.filter-content-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}

.filter-content-line-item-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 30px 0 30px 2px;
    border-bottom: 1px solid #dedede;
}

.filter-container-footer,
.filter-container-footer-responsive {
    padding: 20px 0;
}

.filter-container-footer-responsive button {
    width: 100%;
}

.filter-container-footer-responsive {
    width: 90%;
    margin: 0 auto;
}

.spa_service_filter_btn_close svg {
    transform: rotate(-180deg);
}

.service-added .spa-tile-reserve button,
.service-added .spa-tile-separator {
    background-color: #aa9471;
    color: #fff;
}

.spa-filter-btn-container {
    position: relative;
}

.filter-modal-container {
    position: absolute;
    width: 500px;
    top: 50px;
    left: -500px;
    background-color: #fff;
    transition: left 0.5s ease;
    z-index: 4;
}

.filter-container-header,
.spa-modal-container-header {
    display: flex;
    width: 100%;
    justify-content: end;
    background-color: #af946c;
}

.spa-modal-container-header {
    background-color: #fff;
    border-bottom: .5px solid #000;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

/* search widget styles */

.spa-listing-widget-container {
    width: 100%;
    display: flex;
    background: linear-gradient(rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)),
        url(../images/spa/spasearchbackground.png);
    justify-content: center;
    padding: 1.5rem 2.5rem;
    gap: 2.125rem;
    border-top: 0.313rem solid #aa9471;
}

.spa-listing-widget-container .bottom-left-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    text-transform: uppercase;
}

.spa-check-options-wrapper-responsive {
    font-family: montserrat, sans-serif;
    display: flex;
    gap: 5%;
}

.spa-guest-form-wrapper,
.spa-guest-form-wrapper-responsive {
    display: flex;
    gap: 1.25rem;
    color: #fff;
}

.spa-landing-reserve-button-container {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0.313;
}

.spa-reserve-button,
.spa-reserve-button-responsive {
    width: 100%;
    display: block;
    letter-spacing: 0.063rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    background-color: #aa9471;
    border-radius: 0.188rem;
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0.625rem 2.25rem;
}

#spa-check-options {
    display: none;
}

/* search widget style end */

input:not([disabled]):focus.service-search-filter {
    box-shadow: none;
}

input[type="checkbox"].service-search-filter {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
}


input[type="checkbox"].service-search-filter::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
    box-sizing: border-box;
}

input[type="checkbox"].service-search-filter:checked::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="checkbox"].service-search-filter:checked {
    outline: 1px solid #000;
}

.service-search-filter-wrapper {
    width: 45%;
}

.service-accordion-heading {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    align-items: center;
    font-weight: 600;
    transition: 0.4s;
    cursor: pointer;
}

.filter-reset {
    display: flex;
    color: #385888;
    font-size: 0.8rem;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

.display-effect-filter-modal {
    left: 0;
}

.filter-btn-responsive-container {
    background-color: #EDEDED;
    display: none;
    position: relative;
}

.spa_service_filter_btn_responsive svg {
    transform: rotate(90deg);
}

.filter-modal-container-responsive,
.spa-modal-container-responsive {
    display: none;
}

.filter-content-container {
    height: 300px;
    overflow-y: scroll;
}

.spa-filter-modal.modal-popup._inner-scroll .modal-inner-wrap {
    border: none;
}

.spa-filter-modal .modal-inner-wrap .modal-header .action-close {
    display: none;
}

/** Modal Styling **/
#spa-service-type-details-modal .spa-service-details .service-time {
    float: right;
}

#spa-service-type-details-modal .service-heading {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#spa-service-type-details-modal .box.service-enhance-guests .box-content {
    display: flex;
}

#spa-service-type-details-modal .box.footer-buttons {
    display: flex;
    justify-content: space-between;
}

#spa-service-type-details-modal .box .service-enhancements {
    width: 50%;
    border-right: 1px solid #dfd8d8;
    padding: 0px 70px 40px 0;
}

#spa-service-type-details-modal .box .service-guests {
    width: 100%;
    padding: 0 0 40px 0;
}

#spa-service-type-details-modal .block.spa-service-details .box.service-desc {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfd8d8;
    margin: 20px;
}

#spa-service-type-details-modal .block.spa-service-details .box.service-enhance-guests {
    margin-top: 30px;
}

#spa-service-type-details-modal .block.spa-service-details .service-enhance-guests .service-heading {
    border-bottom: 1px solid #dfd8d8;
    padding-bottom: 15px;
}

#spa-service-type-details-modal .checkbox-list {
    position: relative;
    padding-left: 35px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
    column-gap: 10px;
    display: flex;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom checkbox */
#spa-service-type-details-modal .checkmark {
    width: 20px;
    height: 20px;
    top: 4px;
    accent-color: #fff;
}

#spa-service-type-details-modal input[type="checkbox"].checkmark:checked {
    outline: 1px solid #000;
}

#spa-service-type-details-modal input:not([disabled]):focus {
    box-shadow: none;
}

.service-heading {
    font-weight: 600;
}

/* Create the checkmark/indicator (hidden when not checked) */
#spa-service-type-details-modal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#spa-service-type-details-modal .checkbox-list input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#spa-service-type-details-modal .checkbox-list .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #727273;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#spa-service-type-details-modal .add-guest {
    margin-top: 30px;
    cursor: pointer;
    vertical-align: bottom;
    column-gap: 5px;

}

#spa-service-type-details-modal button {
    width: 100px;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgb(78, 77, 79);
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 0;
    border: 1px solid #edeaea;
}

#spa-service-type-details-modal button.save.primary {
    background-color: rgb(226, 213, 194);
}

.modal-popup._inner-scroll .modal-inner-wrap:has(#spa-service-type-details-modal) {
    width: 50%
}

#spa-service-type-details-modal .call-to-book {
    color: rgb(78, 77, 79);
    border: 1px solid #edeaea;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 500;
}

.call-to-book svg {
    vertical-align: middle;
    /* Align the icon with the text */
    margin-right: 5px;
    /* Optional space between the icon and the text */
}

#spa-service-type-details-modal .block-title {
    font-size: 22px;
}

#spa-service-type-details-modal .block-title .service-name-wrapper {
    display: inline;
}

.add-on-services-list {
    padding-left: 15px;
}

.add-on-services-list-item {
    list-style: none;
}

/* .spa-service-book-button {
    display: none;
  } */
.spa-service-book-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.spa-filter-modal-overlay {
    z-index: 1;
}

.spa-listing-widget-container .only-protrait-mobile {
    display: none;
}

.spa-times-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.spa-times-tiles-wrapper {
    margin-left: 5%;
}

.body-freeze{
    position: fixed; 
    width: 100%;
    overflow: hidden;   
}

@media only screen and (max-width: 767px) {
    .spa-listing-category-tiles-content-wrapper {
        width: 100%;
    }

    .filter-btn-responsive-container {
        display: flex;
        width: 100%;
        padding: 1rem 1rem 0rem;
        justify-content: end;
    }

    .spa-services-wrapper {
        border-bottom: 1px solid #d4d4d4;
        border-top: 0;
    }

    .service-search-filter-wrapper span {
        font-size: 0.8rem;
    }

    #spa-service-type-details-modal .box .service-enhancements,
    #spa-service-type-details-modal .box .service-guests {
        width: 100%;
        border-right: none;
        padding: 0;
    }

    #spa-service-type-details-modal .box .service-guests {
        margin: 60px 0;
    }

    #spa-service-type-details-modal .box.service-enhance-guests .box-content {
        display: block;
    }

    #spa-service-type-details-modal .block-title {
        text-align: center;
        height: 100px;
    }

    #spa-service-type-details-modal .spa-service-details .service-time {
        float: none;
    }

    #spa-service-type-details-modal .block-title .service-name-wrapper {
        display: block;
    }

    #spa-service-type-details-modal .block-title-icon {
        margin: 0 10px;
    }

    #spa-check-options {
        display: flex;
    }

    .spa-listing-widget-container {
        align-items: center;
    }

    .spa-listing-widget-container .only-protrait-mobile {
        display: flex;
    }

    .spa-listing-widget-container .spa-date-form {
        display: none;
    }

    .spa-listing-widget-container .spa-landing-reserve-button-container {
        display: none;
    }

    .spa-listing-widget-container .spa-check-options-wrapper-responsive {
        display: none;
    }

    .spa-listing-widget-container .bottom-left-text span {
        min-width: 200px;
    }

    .filter-modal-container {
        left: -100%;
    }

    .display-effect-filter-modal {
        left: 0%;
    }

    .spa-times-tiles-wrapper {
        margin: 1rem;
        width: 95%;
    }


}

@media only screen and (max-width: 600px) {

    #spa-service-type-details-modal .block-title {
        height: 150px;
    }

    .cms-page-view.page-layout-spa-listing-page-layout #spa-service-type-details-modal .block-title {
        height: auto;
        padding: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .spa-listing-category-tiles-content-wrapper {
        width: 49%;
    }
}


@media only screen and (max-width: 1024px) {
    .modal-popup._inner-scroll .modal-inner-wrap:has(#spa-service-type-details-modal) {
        width: 75%
    }
}

/* Prefixed all classes with 'spa-' to namespace them */
.spa-schedule-container {
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.spa-schedule-title {
    text-align: center;
    color: #333;
}

.spa-time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.spa-time-slot {
    flex: 0 1 200px;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    text-align: center;
}

.spa-time-slot .spa-time {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.spa-time-slot .spa-description {
    margin-bottom: 10px;
}

.spa-time-slot .spa-reserve {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.spa-time-slot .spa-reserve.spa-added {
    background-color: #28a745;
}

.spa-time-slot.spa-added .spa-time,
.spa-time-slot.spa-added .spa-description {
    text-decoration: line-through;
}


/*---------------------------------------------------------------*/


.filter-spa-service-type {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.spa-service-name {
    font-size: 1.1rem;
    font-weight: 600;
}

.service-preferences-btn-section {
    display: flex;
    gap: 10px;
}

.service-preferences-btn-section button {
    height: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

.guest-preferences-section label {
    text-transform: uppercase;
    font-weight: 500;
}

.guest-preferences-section.filter-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: none;
    padding-top: 0px;
}

.guest-preferences-section.filter-item-content.hide {
    display: none;
}

.guest-preferences-section.filter-item-content .guest-service-preference:first-child {
    border-top: 1px solid #ededed;
}

.guest-preferences-section.filter-item-content .guest-service-preference {
    border-top: 1px solid #ededed;
    padding: 20px 0px;
}

.service-date-picker {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border: 0px;
    width: 320px;
    box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.4);
}

#ui-datepicker-div .service-date-picker {
    border: 0px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.filter-popup.spa-popup {
    top: -200px;
    width: 440px;
    max-height: 777px;
}

.filter-popup.spa-popup .filter-content {
    max-height: 625px;
    overflow: scroll;
}

.spa-filter-calender-section {
    padding: 10px;
}

.spa-filter-calender-section .ui-datepicker {
    background-color: #fff;
    box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.4);
}

.service-preferences-btn-section button {
    background-color: #f2f2f2;
    color: #333333;
}

.service-preferences-btn-section button.active {
    background: #e4d5c0;
    border: 0;
}

.technician-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    /* Adjust as needed */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="down-arrow" width="10.377" height="6.387" viewBox="0 0 10.377 6.387"><path id="Path_3684" data-name="Path 3684" d="M154.545,926.968l5.188,5.187,5.188-5.187-1.2-1.2-3.99,3.99-3.987-3.99" transform="translate(-154.545 -925.77)" fill="%234d4d4f"></path></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    /* Adjust as needed */
}

.technician-dropdown h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

/* Position the custom arrow SVG */
.select-wrapper {
    position: relative;
}

.down-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    /* Adjust this value to position the arrow */
    transform: translateY(-50%);
}

.technician-dropdown select {
    height: 50px;
    width: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: no-repeat right center;
    background-size: auto 100%;
    padding-right: 20px;
}

.technician-dropdown .select-wrapper svg {
    margin-right: 50px;
}

.update-filter-btn-wrapper.spa-filter-update-btn {
    width: 90%;
    margin-top: 20px;
}

.spa-listing-service-tiles-wrapper .spa-tile-content {
    padding: 10px;
}

.spa-listing-service-tiles-wrapper .service-timing {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.spa-listing-service-tiles-wrapper .spa-service-tiles-description {
    height: 100px;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.spa-listing-service-tiles-wrapper .spa-service-name {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
}

.spa-listing-service-tiles-wrapper .spa-service-timing {
    font-weight: 500;
    margin-bottom: 0;
}

.spa-post-filtering-container .filter-modal-container {
    top: 220px;
}

.spa-listing-service-tiles-wrapper .spa-service-tiles-description.spa-service-details-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 165px;
    overflow: scroll;
    margin-top: 20px;
}

div#spa-times-listing-component {
    width: 73%;
    background: #ededed;
}

.spa-filter-service-name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}

input[type="checkbox"].guest-selection,
input[type="checkbox"].add-ons-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
}

input[type="checkbox"].guest-selection:checked::before,
input[type="checkbox"].add-ons-checkbox:checked::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="checkbox"].guest-selection::before,
input[type="checkbox"].add-ons-checkbox::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
    box-sizing: border-box;
}

.page-layout-spa-listing-page-layout .product-listing-header-wrapper .hotel-info {
    display: none;
}

@media only screen and (max-width: 767px) {
    .filter-btn-container.spa-filter-btn-container.spa-post-filtering-container {
        display: flex;
        width: 100%;
        padding: 1rem 1rem 0rem;
    }

    .filter-popup.spa-popup {
        width: 100%;
        position: relative;
        max-height: 780px;
    }

    .spa-post-filtering-container .filter-modal-container {
        top: 175px;
        max-height: 590px;
        width: 100%;
    }

    .update-filter-btn-wrapper.spa-filter-update-btn button {
        margin-top: 0px;
    }

    div#spa-times-listing-component {
        width: 100%;
    }


    .page-layout-spa-listing-page-layout .modal-popup._inner-scroll .modal-inner-wrap:has(#spa-service-type-details-modal) {
        width: 90%;
    }

    .page-layout-spa-listing-page-layout #spa-service-type-details-modal .checkbox-list {
        gap: 10px;
    }

    .page-layout-spa-listing-page-layout #spa-service-type-details-modal .checkbox-list span:last-of-type {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1367px) {
    .filter-btn-container.spa-filter-btn-container.spa-post-filtering-container {
        display: flex;
        width: 100%;
        padding: 1rem 1rem 0rem;
    }

    .filter-popup.spa-popup {
        left: 0;
        right: -0;
        max-height: 777px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1367px) {
    .filter-btn-responsive-container {
        display: flex;
        width: 100%;
        padding: 1rem 1rem 0rem;
        justify-content: end;
    }

    .spa-services-wrapper {
        border-bottom: 1px solid #d4d4d4;
        border-top: 0;
    }

    div#spa-times-listing-component {
        width: 100%;
    }

    .filter-popup .header .filter svg {
        transform: rotate(0deg);
    }
}