#cookie {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
#cookie {
    color: white;
    background-color: black;
    text-align: center;
    padding: 15px;
    z-index: 15;
}
.scroll-top {
    background: #2a2e64;
}
.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 24px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    border-radius: 4px;
}
.scroll-top {
    right: 30px;
}

.scroll-top.open {
    bottom: 50px;
}

html {
     scroll-behavior: smooth
 }

.scroll-superdeals::-webkit-scrollbar-button, .scroll-superdeals::-webkit-scrollbar-corner, .scroll-superdeals::-webkit-scrollbar-track, .scroll-superdeals::-webkit-scrollbar-track-piece {
    display: none !important
}

.scroll-superdeals {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    overflow-y: hidden;
    padding-left: 5px
}

input[type=radio] {
    width: 10px;
    height: 10px
}

input[type=radio]:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -2px;
    left: 0;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none
}

input[type=radio]:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -2px;
    left: 0;
    position: relative;
    background-color: orange;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none
}

.land-search-main {
    overflow: hidden
}

.super-deals {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    margin: 15px 0 !important;
    text-align: left
}

.book-now-btn {
    display: none;
    padding: 10px 14%;
    background-color: #0071eb;
    color: #fff !important;
    border: 1px solid #eee;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    width: max-content;
    align-self: center;
    margin-top: 5px
}

.book-now-price {
    margin-bottom: 20px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 576px) {
    .book-now-price {
        width: 100%;
        justify-content: space-between
    }
}

.featured-title {
    color: #555;
    line-height: 20px;
    padding-bottom: 10px
}

.featured-card {
    box-shadow: 0 3px 6px #0000001a;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    cursor: pointer;
    padding: 20px
}

.featured-card-url {
    text-decoration: none;
    color: #000
}

@media (max-width: 576px) {
    .featured-card {
        width: 100%;
        margin-bottom: 12px
    }

    .featured-title {
        height: auto;
        font-size: 14px
    }
}

.featured-price {
    color: red;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700
}

@media screen and (max-width: 575px) {
    .featured-btn-seemore {
        position: static;
        margin-top: 30px;
        display: inline-flex
    }
}

.custom-button {
    border-radius: 8px;
    padding: 13px 28px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background: #fff;
    width: max-content;
    align-self: center
}

.custom-button:hover {
    transition: .1s ease-in;
    opacity: .8
}

.custom-button--red {
    background: #d65858;
    color: #fff
}

.custom-button--blue {
    background: #4181f8;
    color: #fff
}

@media screen and (max-width: 575px) {
    .custom-button {
        padding: 7px 14px;
        font-size: 14px
    }
}

.screening-section-title {
    font-weight: 400;
    color: #434343;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 27px;
    padding: 20px;
    text-align: center
}

.screening-section-title--reduced-top-margin {
    margin-top: 30px
}

.screening-section-title--increased-top-margin {
    margin-top: 90px
}

@media screen and (max-width: 575px) {
    .screening-section-title {
        font-size: 18px;
        line-height: 30px;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .screening-section-title--reduced-top-margin {
        margin-top: 20px
    }

    .screening-section-title--increased-top-margin {
        margin-top: 80px
    }
}

.vaccine-banner {
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff
}

.vaccine-banner-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 320px
}

.vaccine-banner-title {
    font-size: 58px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 600px
}

.vaccine-banner-subtitle {
    max-width: 600px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400
}

@media (max-width: 576px) {
    .vaccine-banner-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .vaccine-banner-subtitle {
        font-size: 14px;
        line-height: 26px
    }

    .vaccine-banner-text-container {
        align-items: center;
        text-align: center;
        max-width: 90%;
        height: 300px
    }
}

#registration-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.registration-form-message {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    background: bisque;
    display: none
}

.registration-form-description {
    margin-bottom: 30px
}

.registration-form-input {
    padding: 14px;
    width: 100%;
    max-width: 576px;
    margin: 14px 0;
    font-size: 16px
}

.registration-form-input:focus {
    outline: 0
}

.registration-form-label {
    width: 100%;
    text-align: left
}

.registration-form-submit {
    margin-top: 20px;
    margin-bottom: 30px
}

@media (max-width: 576px) {
    #registration-form {
        align-items: center
    }

    .registration-form-submit {
        margin-bottom: 30px
    }
}

.vaccine-article {
    text-decoration: none;
    color: #434343;
    text-align: center
}

.vaccine-article-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    height: 150px
}

.vaccine-article-title {
    font-weight: 700;
    line-height: 23px;
    margin: 15px 0;
    font-size: 16px
}

.vaccine-article-description {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 16px
}

.vaccine-featured {
    height: 100%;
    background: #ad3030;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 15px;
    text-align: center
}

.vaccine-featured-question {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px
}

.vaccine-featured-description {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px
}

@media (max-width: 992px) {
    .vaccine-article {
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .vaccine-featured {
        margin-top: 40px
    }
}

.reviews-title {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0
}

.featured-card {
    position: relative;
    padding: 0
}

.book-now-price {
    padding: 0 10px
}

.category-featured-card {
    padding: 0;
    font-size: 16px;
    color: #0071eb
}

.category-book-now-price {
    margin-bottom: 0;
    padding-bottom: 10px
}

.flex-between {
    display: flex;
    flex-direction: column
}

.featured-card {
    position: relative;
    height: 265px;
    width: 220px;
    margin-right: 15px
}

.category-featured-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    padding: 0 10px
}

.category-featured-price {
    margin-top: 0;
    text-align: left
}

.category-compared-price {
    text-align: left;
    font-size: 12px;
    color: grey;
    margin: 0;
    margin-left: 5px;
    text-decoration: line-through
}

.same-day-delivery {
    position: absolute;
    top: 50px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    right: 0;
    width: 4rem !important;
    height: 2.5rem !important
}

@media (max-width: 1200px) {
    .book-now-btn {
        font-size: 1.25em;
        padding: 10px 10%
    }

    .category-book-now-price {
        margin-bottom: 10px;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding-bottom: 5px
    }
}

@media (max-width: 576px) {
    .mobile-category-scroll-max-width {
        overflow: scroll;
        justify-content: unset;
        flex-wrap: nowrap;
        max-width: 90vw
    }

    .category-featured-title {
        font-size: 14px
    }

    .book-now-btn {
        font-size: 4vw
    }

    .mobile-max-width {
        max-width: 100% !important
    }

    .mobile-row-nowrap {
        flex-wrap: nowrap !important;
        overflow: scroll
    }

    .mobile-block {
        display: block
    }
}

.inherit-max-width {
    max-width: inherit
}

.padding-right-zero {
    padding-right: 0;
    max-width: 18%
}

.featured-img-position {
    display: flex;
    justify-content: center;
    padding: 10px
}

@media (max-width: 960px) {
    .padding-right-zero {
        max-width: unset
    }
}

.featured-title-container {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
    color: #555;
    font-weight: 400
}

.overlay {
     background-color: #000;
     display: none;
     height: 100%;
     left: 0;
     opacity: .7;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 100000
 }

.popup {
    border-radius: 5px;
    display: none;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 10%;
    width: 100%;
    z-index: 100001
}

.popup-display-block {
    display: inline-block
}

.popup-container {
    background-size: 100% 100%;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 600px;
    width: 600px
}

.popup-close-icon {
    align-items: center;
    background-color: #eee;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: flex;
    float: right;
    height: 25px;
    justify-content: center;
    margin: -12px;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 10000
}

.popup-close-icon svg {
    width: 16px
}

@media (max-width: 576px) {
    .popup-container {
        height: 320px;
        width: 320px
    }

    .popup {
        top: 25%
    }
}
.show-more-button {
     color: #41c0f1;
     font-size: 14px;
     font-weight: 400;
     text-decoration: none
}

.product-fomo {
    background-color: #f0fff4;
    color: #7ab688;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center
}

@media (max-width: 576px) {
    .product-fomo {
        margin: 15px 15px 15px -15px;
        width: calc(100% + 30px)
    }
}

.product-rating-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 36px
}

.product-rating-item {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 23px;
    margin: 24px 0;
    padding-bottom: 16px
}

.product-rating-date {
    color: #777;
    margin-bottom: 16px
}

.product-rating-img {
    border-radius: 50%;
    float: left;
    text-align: center;
    width: 100%
}

@media (max-width: 576px) {
    .product-rating-title {
        font-size: 20px
    }

    .product-rating-img-container {
        margin: 0;
        padding: 0
    }
}

.star {
    position: relative;
    top: 3px;
    width: 14px
}

.star path {
    fill: gold
}

.star-rating {
    color: #aaa;
    font-size: 12px;
    position: relative;
    text-align: left;
    top: -1px
}

.product-star-icon-column .star-rating {
    display: inline-block
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
