@-webkit-keyframes spaceboots {
    0% {
        transform: scale(1.1);
    },
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0px);
    }

    15% {
        -webkit-transform: translateX(-20px);
    }

    30% {
        -webkit-transform: translateX(0px);
    }

    45% {
        -webkit-transform: translateX(-20px);
    }

    60% {
        -webkit-transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0px);
    }

    15% {
        transform: translateX(-20px);
    }

    30% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(-20px);
    }

    60% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

.tracking_promo_success {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_image {
    width: 1px;
    height: 1px;
}

#popup-review {
    font-size: 16px;
    z-index: 999999;
    --gray: #A3A3A6;
    --red: #ed1c24;
    --focus-border: #000;
    --focus-color: #79797B;
    --error-border: #E32E22;
    --error-color: #E32E22;
}

#popup-review .popup-overlay {
    background-color: rgba(0, 0, 0, .85);
}

#popup-review .popup-content {
    width: 795px;
    height: 460px;
    max-height: 100%;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/2025/location-details/review/popup-back.jpg);
    background-image: -webkit-image-set(url("../../../images/2025/location-details/review/popup-back.jpg") 1x, url("../../../images/2025/location-details/review/popup-back@2x.jpg") 2x);
}

#popup-review .popup-content .popup-close:before,
#popup-review .popup-content .popup-close:after {
    display: none;
}

#popup-review .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 13px 18px;
    top: 0;
    right: 0;
}

#popup-review .button {
    width: 164px;
    height: 39px;
    border-radius: 20px;
    font-size: 1.25em;
}

#popup-review .popup-form p {
    font-size: 2em;
    line-height: 1.09375;
}

#popup-review .popup-form form {
    width: 624px;
    margin-top: 23px;
}

#popup-review .form-field {
    padding: 8px;
    flex-basis: 50%;
    flex-grow: 1;
}

#popup-review .form-field label {
    left: 16px;
    font-size: 1.125em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
}

#popup-review .form-field .textarea_box label {
    margin-top: 16px;
}

#popup-review .form-field input,
#popup-review .form-field textarea,
#popup-review .form-field select {
    font-size: 1.125em;
    height: 56px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    padding-top: 18px;
    border-radius: 12px;
}

#popup-review .form-field select {
    background-image: none;
}

#popup-review .form-field textarea {
    height: 126px;
    padding-top: 16px;
    resize: none;
}

#popup-review .form-field .select_box:after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../images/2025/location-details/down-arrow.png);
    background-image: -webkit-image-set(url("../../../images/2025/location-details/down-arrow.png") 1x, url("../../../images/2025/location-details/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

@-moz-document url-prefix() {
    #popup-review .form-field select {
        text-indent: 8px;
    }
}

#popup-review .form-field select.selected,
#popup-review .form-field input {
    color: var(--black);
}

#popup-review .form-field select,
#popup-review .form-field ::placeholder {
    opacity: 1;
    color: #262626;
}

#popup-review .form-field input:-internal-autofill-selected,
#popup-review .form-field input:-webkit-autofill,
#popup-review .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

#popup-review .form-action [type="submit"].button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-review .form-field .validation-error:before,
#popup-review .form-field .incomplete-mask:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 2;
    right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../../images/error.png);
    background-image: -webkit-image-set(url("../../../../images/error.png") 1x, url("../../../../images/error@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

#popup-review .form-field .validation-error select,
#popup-review .form-field .validation-error input,
#popup-review .form-field .incomplete-mask input {
    border-color: var(--error-border);
    border-width: 2px;
}

#popup-review .form-field .validation-error label,
#popup-review .form-field .incomplete-mask label {
    color: var(--error-color);
}

#popup-review .form-field .select_box.focused:after {
    transform: scaleY(-1);
}

#popup-review .form-field .focused label,
#popup-review .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}

#popup-review .form-field .textarea_box.focused label,
#popup-review .form-field .textarea_box.has-value label {
    margin-top: 8px;
}

#popup-review .form-field .focused select,
#popup-review .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
}

#popup-review .popup-thanks p {
    font-size: 1em;
    line-height: 1.5;
    width: 355px;
}

#popup-review .popup-thanks p.f-yellow {
    font-size: 5.4375em;
    line-height: 1;
    margin-bottom: 7px;
}

#popup-review .popup-thanks .button {
    width: 228px;
    margin-top: 15px;
}



#review {
    padding: 72px 0;
    margin-top: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/2025/location-details/review/review-back.jpg);
    background-image: -webkit-image-set(url("../../../images/2025/location-details/review/review-back.jpg") 1x, url("../../../images/2025/location-details/review/review-back@2x.jpg") 2x);
}
#review p {
    width: 696px;
    font-size: 1.125em;
    line-height: 1.444;
}
#review p.h2 {
    width: auto;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 18px;
}
#review .ribbon {
    margin-top: 35px;
}

#review .animation {
    height: auto;
    width: 291%;
}
#review .anim-stars ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#review .anim-stars ul li {

    padding: 0 6px;
    margin: 0;
}

#review .anim-stars ul li a {
    display: block;
    position: relative;
    width: 65px;
    height: 62px;
    overflow: hidden;
}

#review .anim-stars ul li a:not(.from-both) {
    z-index: 2;
    transition: all 1s linear;
}

#review .anim-stars ul li a.from-both {
    z-index: 2;
    transition: all 0.5s linear;
}

#review .anim-stars ul li img {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
    height: auto;
}

#review .anim-stars ul li:not(.clicked) img.to-hover,
#review.loaded .anim-stars.loaded ul li img.outline,
#review .anim-stars.loaded ul li img.outline,
#review:not(.done) .anim-stars ul li img.to-load {
    opacity: 0;
    visibility: hidden;
}

#review .anim-stars ul li.shake a img.to-hover {
    opacity: 1;
    visibility: visible;
}

#review .anim-stars ul li.shake a {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.2s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

#review .anim-stars ul li:nth-child(1) a {
    -webkit-animation-delay: 0s;
}

#review .anim-stars ul li:nth-child(2) a {
    -webkit-animation-delay: 0.15s;
}

#review .anim-stars ul li:nth-child(3) a {
    -webkit-animation-delay: 0.3s;
}

#review .anim-stars ul li:nth-child(4) a {
    -webkit-animation-delay: 0.45s;
}

#review .anim-stars ul li:nth-child(5) a {
    -webkit-animation-delay: 0.6s;
}

#review .anim-stars ul li.shake:nth-child(1) a img {

    -webkit-transition-delay: 0s;
    /* Safari */
    transition-delay: 0s;
}

#review .anim-stars ul li.shake:nth-child(2) a img {
    -webkit-transition-delay: 0.15s;
    /* Safari */
    transition-delay: 0.15s;
}

#review .anim-stars ul li.shake:nth-child(3) a img {
    -webkit-transition-delay: 0.3s;
    /* Safari */
    transition-delay: 0.3s;
}

#review .anim-stars ul li.shake:nth-child(4) a img {
    -webkit-transition-delay: 0.45s;
    /* Safari */
    transition-delay: 0.45s;
}

#review .anim-stars ul li.shake:nth-child(5) a img {
    -webkit-transition-delay: 0.6s;
    /* Safari */
    transition-delay: 0.6s;
}

@media screen and (min-width:1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 567px) {
    #popup-review .popup-content {
        width: 390px;
        max-width: 100%;
        height: 674px;
        max-height: 100vh;
        overflow-y: auto;
        background-image: url(../../../images/2025/location-details/review/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/2025/location-details/review/popup-back-m.jpg") 1x, url("../../../images/2025/location-details/review/popup-back-m@2x.jpg") 2x);
    }

    #popup-review .popup-content .popup-close {
        padding: 27px 25px;
    }

    #popup-review .popup-form {
        width: 100%;
    }

    #popup-review .popup-form p {
        font-size: 1.5em;
    }

    #popup-review .popup-form form {
        margin-top: 15px;
        width: calc(100% - 25px);
    }

    #popup-review .form-row {
        flex-direction: column;
    }

    #popup-review .form-field {
        padding: 6px 0;
    }

    #popup-review .form-field label {
        font-size: 1em;
    }

    #popup-review .form-field input,
    #popup-review .form-field select {
        font-size: 1em;
        border-radius: 13px;
    }

    #popup-review .form-field textarea {
        height: 144px;
    }

    #popup-review .popup-thanks .button {
        margin-top: 20px;
    }
    #review {
        padding: 52px 0;
        margin-top: 52px;
        background-image: url(../../../images/2025/location-details/review/review-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/2025/location-details/review/review-back-m.jpg") 1x, url("../../../images/2025/location-details/review/review-back-m@2x.jpg") 2x);
    }
    #review p {
        font-size: 1em;
        line-height: 1.625;
    }
    #review p.h2 {
        font-size: 1.5em;
        line-height: 1.333;
        margin-bottom: 8px;
    }
    #review .ribbon {
        margin-top: 19px;
    }
    
}