:root {
    --base: #333333;
    --burlywood: #e4c095;
    --darkgray-1: #b3b3b3;
    --darkgray-2: #999999;
    --darkolivegreen: #7c703b;
    --dimgray: #666666;
    --primary: #a56658;
    --primarydark: #774d46;
    --primarydark-100: #4b4139;
    --rosybrown: #a06856;
    --secondary: #b78579;
    --silver: #d6c6b9;
    --tan: #ab8158;
    --white: #ffffff;
    --whitesmoke: #eee9e6;
}

@font-face {
    font-family: "Harlow Duo Serif";
    src:
        url("../font/HarlowDuoSerif-regular.woff2") format("woff2"),
        url("../font/HarlowDuoSerif-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Book";
    src:
        url("../font/Gotham-BookItalic.woff2") format("woff2"),
        url("../font/Gotham-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Book";
    src:
        url("../font/Gotham-Book.woff2") format("woff2"),
        url("../font/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../font/GothamBold.woff2") format("woff2"),
        url("../font/GothamBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../font/Gotham-MediumItalic.woff2") format("woff2"),
        url("../font/Gotham-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../font/Gotham-Medium.woff2") format("woff2"),
        url("../font/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("../font/Gotham-Light.woff2") format("woff2"),
        url("../font/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: clamp(7px, calc(0.33rem + 0.15vw), 10px); /*1rem = 10px*/
}
body {
    font-size: 2.1rem;
    font-family: "Gotham";
    font-weight: 500;
    color: var(--base);
}
.form-select,
.form-control,
.table > :not(caption) > * > * {
    color: var(--base);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
iframe {
    max-width: 100%;
}
.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.row > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.row.cg-4 {
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}
.row.cg-4 > * {
    padding-left: calc(0.5 * 1.5rem);
    padding-right: calc(0.5 * 1.5rem);
}
a {
    text-decoration: none;
    color: var(--base);
}

a:hover,
a:focus {
    color: var(--primary);
    outline: none;
}
p {
    margin-bottom: 2rem;
}
h3 {
    font-size: 3.6rem;
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}
.heading-primary {
    font-family: "Harlow Duo Serif";
    font-size: 7.6rem;
    line-height: 1;
}
.heading-secondary {
    font-family: "Harlow Duo Serif";
    font-size: 7.2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
input::placeholder {
    color: var(--darkgray-1) !important;
}
.navbar-brand {
    width: min(45%, 32rem);
}
.navbar-brand img {
    width: 100%;
}
.header .header-inner {
    position: relative;
}

/* .container {
    max-width: 1688px !important;
} */
.topbar .right-side {
    position: absolute;
    top: 57.5%;
    right: 0;
    z-index: 1;
}
.topbar .right-side input::placeholder {
    font-size: 1.4rem;
}
.topbar {
    padding: 1rem 0;
    border-bottom: 1px solid var(--darkgray-2);
}
.topbar .right-side input {
    padding: 1.6rem 4rem 1.6rem 2rem;
    font-size: 1.6rem;
    color: var(--base);
    width: 100%;
    border: 1px solid var(--darkgray-2);
    outline: none;
}

.navbar-toggler {
    border-width: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.navbar-toggler .navbar-toggler-icon {
    width: 25px;
    background-image: none;
    height: 2.5px;
    display: block;
    margin: 5px 0;
    background-color: var(--base);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler::before,
.navbar-toggler::after {
    content: "";
    width: 100%;
    display: block;
    height: 2.5px;
    background-color: var(--base);
}
.navbar-collapse {
    position: absolute;
    left: calc((-1 * (100vw - 100%) / 2));
    top: 100%;
    width: 100vw;
    background: var(--white);
}
.navbar-collapse .navbar-nav {
    position: relative;
    padding: 2rem 1.5rem;
}
.navbar-collapse .navbar-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background-color: var(--darkgray-2);
}
.navbar .navbar-nav .nav-link {
    color: var(--base);
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary);
}
.search {
    width: min(70%, 43.8rem);
}
.search .search-icon {
    width: 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    color: var(--base);
}
.search .search-icon svg {
    width: 20px;
}
.search .search-box {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 1;
}
.search button {
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
.search button img {
    width: 2rem;
    display: block;
}
.left-links a {
    font-size: max(1.4rem, 11px);
    text-decoration: none;
    padding: 0 1rem;
}
.left-links a:first-child {
    padding-left: 0;
}
.topbar .right-side .cart {
    margin-left: 3rem;
    position: relative;
    cursor: pointer;
    width: 30px;
}
.topbar .right-side .cart span {
    position: absolute;
    background: var(--primary);
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    bottom: 0;
    left: -1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}
.header .navbar {
    padding: 1rem 0;
}
.banner {
    background-color: var(--whitesmoke);
    padding: min(10vw, 12.2rem) 0;
}
.right-image img {
    width: 100%;
    display: block;
}
.banner .heading-bottom-text {
    font-size: 2.4rem;
    margin: 3rem 0 4.2rem;
}
.banner p {
    font-size: 1.8rem;
    max-width: 68rem;
    width: 90%;
    margin-bottom: 0;
}
.banner .btn-primary {
    margin-top: 5rem;
}
.btn {
    font-size: 2.1rem;
    outline: none;
}
.btn:hover {
    box-shadow: none;
}
.btn.btn-sm {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    min-width: 20.4rem;
}
.btn-primary {
    background-color: var(--primary);
    color: var(--white);
    /* font-size: 18px; */
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
}
.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
}
.btn-whitesmoke {
    background-color: var(--whitesmoke);
    color: var(--base);
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
}
.btn-whitesmoke.btn-white {
    border-color: var(--white);
    color: var(--white);
}
.min-w-220 {
    min-width: 220px;
}
.btn-primary:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:active {
    background-color: var(--primarydark);
    border-color: var(--primarydark);
}
.btn-secondary:hover,
.btn-check:checked + .btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check) + .btn.btn-secondary:active,
.btn.btn-secondary:active {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-whitesmoke:hover,
.btn-check:checked + .btn.btn-whitesmoke,
.btn.btn-whitesmoke.active,
.btn.btn-whitesmoke.show,
.btn.btn-whitesmoke:first-child:active,
:not(.btn-check) + .btn.btn-whitesmoke:active,
.btn.btn-whitesmoke:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.btn-whitesmoke.btn-white:hover {
    background-color: var(--primary) !important;
}
.btn.with-icon svg {
    height: 1.8rem;
}
.alert {
    padding: 2.5rem 3.3rem;
    border-radius: 1.2rem;
    font-weight: 300;
}
.alert-group {
    margin-bottom: 6rem;
}
.alert strong {
    font-weight: 500;
}
.alert-primary {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.alert-secondary {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--primary);
}
.alert-whitesmoke {
    background-color: var(--whitesmoke);
    color: var(--base);
    border-color: var(--primary);
}
.footer .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.footer {
    padding: min(10vw, 11.7rem) 0 min(5vw, 6rem);

    background-color: var(--primarydark);
    color: var(--white);
}
.footer-col h3 {
    color: var(--white);
    font-size: 2.8rem;
    position: relative;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 3rem 0 0;
}
.footer ul li a {
    color: var(--white);
    padding-left: 0;
    line-height: 1;
    transition: 0.2s;
    text-decoration: none;
}
.footer ul li a:hover {
    color: var(--burlywood);
}
.footer ul li {
    margin-bottom: 2rem;
}
.footer .footer-links-list .footer-links .footer-col h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: rotate(45deg) translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    border: 3px solid var(--white);
    border-top-width: 0;
    border-left-width: 0;
}
.footer .footer-links-list .footer-links .footer-col.show h3::after {
    border-top-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 0;
    border-right-width: 0;
}

.footer .footer-links-list .footer-links .footer-col:not(.show) ul {
    display: none;
}
.footer .footer-links .footer-col {
    padding: 1.8rem 0;
}
.footer .footer-links + .footer-links .footer-col {
    border-top: 1px solid var(--rosybrown);
}
.footer-bottom {
    border-top: 1px solid var(--rosybrown);
    padding-top: 4.2rem;
    margin-top: 4rem;
}
.footer-bottom img {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
}
.social-icons {
    display: flex;
}
.social-icons .icon:hover {
    background-color: var(--tan);
}
.social-icons .icon {
    width: 6rem;
    height: 6rem;
    position: relative;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons .icon + .icon {
    margin-left: 1.6rem;
}
.newsletter {
    padding: min(10vw, 11.7rem) 0;
    background-color: var(--whitesmoke);
}
.newsletter .left-content {
    width: 95%;
}
.newsletter .left-content p {
    font-size: 2.4rem;
    margin-top: 3.2rem;
}
.newsletter .right-side p {
    font-size: 1.8rem;
    margin-top: 1rem;
}
.newsletter .right-side p a {
    font-size: inherit;
}
.newsletter .right-side .form-control {
    padding: 2.5rem 5rem;
    font-size: 2.4rem;
    outline: none;
}
.newsletter .right-side .form-control::placeholder {
    color: var(--primary);
}
.newsletter .right-side .submit-btn {
    font-size: 2rem;
    padding: 2.8rem 3.6rem;
    margin-left: 2.4rem;
}
.shop-gift-voucher {
    padding: 10.6rem 0;
}

.shop-gift-voucher .shop-gift-voucher-inner {
    background-color: var(--whitesmoke);
    padding: min(5vw, 8.7rem) min(7vw, 11.5rem);
    position: relative;
}
.shop-gift-voucher .shop-gift-voucher-inner .left-content {
    margin-bottom: 13rem;
}
.shop-gift-voucher .shop-gift-voucher-inner .right-image {
    margin-top: -3rem;
    margin-bottom: 3rem;
}
.rotate img {
    transform: rotate(8deg);
    max-width: 45rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.shop-gift-voucher .shop-gift-voucher-inner .left-content p {
    margin: 3.2rem 0 3.7rem;
}
.shop-gift-voucher .shop-gift-voucher-inner::after {
    position: absolute;
    content: "";
    background-color: var(--silver);
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
}
.offers {
    padding: 9rem 0 3rem;
}
.offers .heading-secondary {
    padding-bottom: 9rem;
    margin: 0;
}
.card {
    border: 0;
    background-color: var(--whitesmoke);
}
.card .card-img {
    position: relative;
}
.card .card-img img {
    display: block;
    width: 100%;
}

.card-img .discount-offer {
    position: absolute;
    top: 2.6rem;
    left: 0;
    color: var(--white);
    /* background-color: var(--darkolivegreen); */
    display: flex;
    flex-wrap: wrap;
}
.card-img .discount-offer span {
    color: inherit;
    font-size: min(16px, 2rem);
    line-height: 1;
    font-weight: 500;
    padding: 1.9rem 2rem;
    position: relative;
    background-color: var(--darkolivegreen);
    display: inline-block;
}
.card-img .discount-offer span:last-child {
    background-color: var(--primary);
}
.card .content h3 {
    line-height: 1.3;
    font-size: 3rem;
}
.card .content {
    padding: 3.6rem 2.9rem;
}
.card .content p {
    margin: 3.8rem 0 6rem;

    font-weight: 500;
}
.card .location-price .card-location {
    display: flex;
    align-items: center;
}
.card .location-price .card-location span {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 1rem;
}
.card .location-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card .card-price span {
    font-size: 3.5rem;
    font-weight: 500;
}
.card .card-price span del {
    font-weight: inherit;
    font-family: 400;
    font-family: "Gotham Book";
}
.button-wrapper {
    margin-top: 8rem;
}
.guides {
    padding: min(10vw, 11.7rem) 0;
    background-color: var(--darkolivegreen);
    position: relative;
    overflow: hidden;
}
.guides .left-content {
    max-width: max(100%, 37rem);
}
.guides .left-content p {
    margin-top: 8rem;
    color: var(--white);
    line-height: 1.6;
}
.guides .left-content p a {
    color: inherit;
    font-size: inherit;
}
.guides .heading-secondary {
    color: var(--white);
    font-weight: 400;
}
.guides .btn {
    background-color: var(--primarydark);
    border-color: var(--primarydark);
}
.guides .btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
/* the slides */
.guides .slick-slide {
    margin: 0 2.8rem;
    height: inherit;
}
/* the parent */
.guides .slick-list {
    margin: 0 -2.8rem;
}
.guides .slick-track,
.guides .owl-carousel .owl-stage {
    display: flex;
}

.guides .card,
.guides .item.slider-big-cards__item {
    height: 100%;
}
.guidesright-side {
    width: calc(100% + ((100vw - 100%) / 2));
}
.breadcrumb,
.buySv-step {
    margin-bottom: 0;
}
.breadcrumb .breadcrumb-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
body.listing .breadcrumb .breadcrumb-inner {
    border-top: 1px solid var(--darkgray-2);
}
.breadcrumb .breadcrumb-inner span {
    font-size: 1.4rem;
    color: var(--base);
}
.breadcrumb .breadcrumb-inner span > a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
.breadcrumb .breadcrumb-inner span > a:hover {
    text-decoration: underline;
}

.columns-outer {
    padding-bottom: 10rem;
}
.listing-top {
    margin-bottom: 5rem;
}
.listing-top .heading-secondary {
    padding: 7.2rem 0;
}
.search-wrapper .search-inner {
    border: 1px solid var(--darkgray-2);
    border-radius: 1.2rem;
    display: flex;
    background: var(--white);
}
.search-wrapper .search-inner .col.keyword {
    min-width: 35%;
}
.search-wrapper .search-inner .col label {
    padding: 2rem 3.5rem 0;
    width: 100%;
}
.search-wrapper .search-inner .col + .col {
    border-left: 1px solid var(--darkgray-2);
}
.search-wrapper .search-inner .form-control,
.search-wrapper .search-inner .form-select {
    border: none;
    padding: 0.6rem 3.5rem 2rem;
    font-size: 2.1rem;
    outline: none;
    background: transparent;
}
.search-wrapper .search-inner select.form-select{
    background-image: url(../img/icons/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: calc(100% - 2rem) calc(50% - 0.8rem);
}
.search-wrapper .search-inner .form-control:focus,
.search-wrapper .search-inner .form-select:focus {
    box-shadow: none;
}
.search-wrapper .search-inner .button {
    width: 15%;
}
.search-wrapper .search-inner .button .btn {
    height: 100%;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.columns-outer .columns {
    display: flex;
    flex-wrap: wrap;
}
.columns-outer .columns .columns-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.columns-outer .columns .sidebar {
    width: 42rem;
    max-width: 100%;
    flex: 0 1 auto;
    margin-right: 5%;
    background: var(--whitesmoke);
    border-radius: 1.5rem;
    border: 1px solid var(--darkgray-2);
}
.sidebar .filter-heading {
    padding: 2rem 3.5rem;
    border-bottom: 1px solid var(--darkgray-2);
}
.sidebar .filter-heading p {
    margin-bottom: 0;
}
.sidebar .filter-options {
    padding: 2rem 3.5rem;
}
.sidebar .filter-options .filter-option-group {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.sidebar .filter-options .filter-option-group:first-child {
    padding-top: 0;
}
.sidebar .filter-options .filter-option-group + .filter-option-group {
    border-top: 1px solid var(--darkgray-2);
}
.sidebar .filter-options .filter-option-group .filter-option-heading {
    margin-bottom: 2rem;
}
.sidebar .filter-options .filter-option-group .filter-option-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .filter-options .filter-option-group .filter-option-list label {
    display: block;
    margin-bottom: 1.5rem;
}
.custom-checkox {
    position: relative;
    cursor: pointer;
    line-height: 1.7;
}
.custom-checkox input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}
.custom-checkox input + span {
    position: relative;
    padding-left: 5.5rem;
    display: flex;
}
.custom-checkox input + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.8rem;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border: 2px solid var(--base);
}
/* .custom-checkox input:checked+span::before {
    background: var(--base);
} */
.custom-checkox input:checked + span::after {
    content: "";
    width: 1rem;
    height: 2.5rem;
    /* border-bottom: 2px solid var(--whitesmoke);
    border-right: 2px solid var(--whitesmoke); */
    border-bottom: 2px solid var(--base);
    border-right: 2px solid var(--base);
    position: absolute;
    top: 0.3rem;
    left: 1.3rem;
    transform: rotate(45deg);
}
.columns-main .toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.columns-main .toolbar .listMap-modes {
    display: flex;
    padding: 0;
    margin: 0;
}
.columns-main .toolbar .listMap-modes .mode-list {
    flex: 1 1 auto;
    padding: 1.2rem 2.2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--darkgray-1);
}
.columns-main .toolbar .listMap-modes .mode-list svg {
    margin-right: 1.5rem;
}
.columns-main .toolbar .listMap-modes .mode-list.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.columns-main .toolbar .sort-by .form-select {
    width: 31.2rem;
    max-width: 100%;
    height: 100%;
    border-color: var(--darkgray-1);
}

.columns-main .card-list .card.card-box {
    display: flex;
    flex-direction: row;
    background: var(--white);
    border: 1px solid var(--darkgray-2);
}
.columns-main .card-list .card.card-box + .card.card-box {
    margin-top: 4rem;
}
.columns-main .card-list .card.card-box .card-img {
    flex: 1 0 38.8%;
    max-width: 38.8%;
    aspect-ratio: 450/400;
    position: relative;
}
.columns-main .card-list .card.card-box .card-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.wishlist,
.share {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--primary);
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    cursor: pointer;
}
.wishlist:hover,
.share:hover {
    background: var(--base);
}
.columns-main .card-list .card.card-box .card-img .wishlist {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}
.columns-main .card-list .card.card-box .card-img .card-wishlist svg {
    margin-top: 0.2rem;
}

.columns-main .card-list .card.card-box .card-content {
    flex: 1 1 auto;
    padding: 2rem 6rem 3rem;
    display: flex;
    flex-direction: column;
}
.columns-main .card-list .card.card-box .card-content h3 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.columns-main .card-list .card.card-box .card-content .card-rating,
.columns-main .card-list .card.card-box .card-content .card-location {
    font-size: 1.8rem;
}
.columns-main .card-list .card.card-box .card-content .card-location {
    display: flex;
    align-items: center;
}
.columns-main .card-list .card.card-box .card-content .card-rating {
    margin-right: -3rem;
}
.columns-main .card-list .card.card-box .card-content .card-location img {
    margin-right: 1rem;
}
.columns-main .card-list .card.card-box .card-content .card-discription {
    margin-bottom: 3rem;
}
.pagination {
    display: inline-flex;
}
.pagination .pages {
    margin-top: 4rem;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.pagination .pages .page-item .page {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
    font-size: 2rem;
    text-decoration: none;
}
.pagination .pages .page-item + .page-item {
    margin-left: 1rem;
}
.pagination .pages .page-item.current .page {
    background: var(--white);
    color: var(--primary);
    font-weight: 500;
}
.single-gallery {
    background: var(--whitesmoke);
    padding-bottom: 4rem;
    margin-top: -8.25rem;
    padding-top: 8.25rem;
}
.single-gallery .single-gallery-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.single-gallery .single-gallery-images .image {
    aspect-ratio: 4/3;
    height: 100%;
    max-width: 100%;
}
.single-gallery .single-gallery-images .image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.single-gallery .single-gallery-images .image.one {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.gx-10 {
    margin-left: -7rem;
    margin-right: -7rem;
}
.gx-10 [class^="col-"] {
    padding-left: 7rem;
    padding-right: 7rem;
}

.border-color {
    border-color: var(--dimgray) !important;
}
.single-intro {
    background: var(--silver);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.single-intro .shareIcons .shareIcons-list > div,
.single-intro .shareIcons .shareIcons-list > div a {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.single-intro .shareIcons .shareIcons-list > div a:hover .wishlist,
.single-intro .shareIcons .shareIcons-list > div a:hover .share {
    background: var(--base);
}
.single-intro .shareIcons .shareIcons-list > div + div {
    margin-top: 1rem;
}

.single-intro .shareIcons .shareIcons-list > div span.icon {
    margin-right: 2rem;
}
.single-intro .single-intro-info {
    display: flex;
    align-items: center;
}
.single-intro .single-intro-info > * {
    padding: 0 3rem;
    font-size: 2.4rem;
    line-height: 1;
}
.single-intro .single-intro-info > *:first-child {
    padding-left: 0;
}
.single-intro .single-intro-info > * + * {
    border-left: 1px solid var(--base);
}
.single-intro .single-intro-info .single-location {
    display: flex;
    align-items: center;
}
.single-intro .single-intro-info .single-location img {
    margin-right: 2rem;
}
.single-content {
    padding-top: 7.5rem;
    padding-bottom: 13.5rem;
}
.single-content .single-content-facilities {
    margin-top: 8rem;
}
.single-content .single-content-facilities h3 {
    margin-bottom: 5rem;
}
.single-content .single-content-facilities ul {
    padding-left: 2.2rem;
}
.single-content .single-content-facilities ul li + li {
    margin-top: 3rem;
}
.single-content .single-contact-info ul {
    margin-bottom: 4rem;
    padding: 0;
    list-style: none;
}
.single-content .single-contact-info ul li + li {
    margin-top: 4rem;
}
.single-content .single-contact-info ul li p {
    margin-bottom: 1rem;
}
.single-content .single-contact-info ul li a {
    text-decoration: underline;
}
.single-content .single-contact-info ul li a:hover {
    text-decoration: none;
}
.icon-text-link {
    display: inline-flex;
    align-items: center;
}
.icon-text-link svg {
    text-decoration: none;
    margin-right: 1.5rem;
}
.single-content .social-icons .icon {
    background: var(--base);
}
.single-content .social-icons .icon:hover {
    background: var(--primary);
}
.single-content .social-icons img {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
}
.single-content .single-contact-info .giftcard img {
    width: 100%;
}
.single-offers {
    padding-top: 8rem;
    padding-bottom: 10rem;
    background: var(--primary);
}
.single-offers h2,
.single-reviews h2 {
    margin-bottom: 4rem;
}
.single-reviews {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.single-reviews .overall-rating {
    background: var(--whitesmoke);
    border: 1px solid var(--silver);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 6.5rem;
}
.single-reviews .overall-rating > div {
    padding: 2rem 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-reviews .overall-rating .overall-out-5 {
    text-align: left;
    grid-column: 1 / span 2;
}
.single-reviews .overall-rating > div + div {
    border-left: 1px solid var(--silver);
}
.single-reviews .overall-rating h3 {
    font-size: 3rem;
    margin-bottom: 0;
}
.single-reviews .overall-rating .rating-out-5 {
    text-align: center;
}
.single-reviews .overall-rating .rating-out-5 .rating-num {
    font-family: "Harlow Duo Serif";
    font-size: 6rem;
    width: 8rem;
    height: 8rem;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 4rem;
    border: 3px solid var(--primary);
    color: var(--primary);
    margin-bottom: 1.5rem;
}
.single-reviews .overall-rating .rating-out-5 .out-5 {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}
.single-reviews .overall-rating .overall-out-5 .all-rating-num {
    font-family: "Harlow Duo Serif";
    font-size: 8.7rem;
    width: 16rem;
    height: 16rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8rem;
    background: var(--primary);
    color: var(--white);
    margin-bottom: 1.5rem;
}

.single-reviews .write-review a {
    color: var(--primary);
}
.single-reviews .write-review a:hover {
    color: var(--base);
}
.single-reviews .reviews-list .review-box {
    margin-top: 8rem;
}
.single-reviews .reviews-list .review-box h3 {
    font-size: 3.8rem;
    margin-bottom: 4rem;
}
.single-reviews .reviews-list .review-box .rating-type {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -3rem;
    margin-right: -3rem;
    padding: 0;
}
.single-reviews .reviews-list .review-box .rating-type li {
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
}
.single-reviews .reviews-list .review-box .rating-type li .num {
    background: var(--base);
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-right: 1.5rem;
    color: var(--white);
}
.single-reviews .reviews-list .review-box .review-box-discription p {
    font-size: 2.4rem;
    font-weight: 300;
}
.single-reviews .reviews-list .review-box .review-box-discription .customer-name {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0;
}
.buy-sv {
    background: var(--whitesmoke);
    padding-bottom: 10rem;
}
.buy-sv .pay-summary-box {
    display: block;
    border-radius: 1.5rem;
    overflow: hidden;
    background-color: var(--white);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 8rem;
}

.buy-sv .pay-summary-box .summary-banner-img img {
    width: 100%;
}
.buy-sv .pay-summary-box .summary-content {
    padding: 6rem 3.5rem 3rem;
}
.buy-sv .pay-summary-box .summary-content .giftcard-img {
    display: block;
    margin-bottom: 6rem;
}

.buy-sv .pay-summary-box .summary-content h4 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 6rem;
}
.buy-sv .pay-summary-box .summary-content p {
    font-size: 2.7rem;
    font-weight: 300;
    margin-bottom: 6rem;
}
.buy-sv .pay-summary-box .summary-content h4 + p {
    margin-top: -2rem;
}
.buy-sv .pay-summary-box .summary-content .summary-table {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.buy-sv .pay-summary-box .summary-content .summary-table li {
    display: flex;
    justify-content: space-between;
    font-size: 2.7rem;
    font-weight: 300;
}
.buy-sv .pay-summary-box .summary-content .summary-table li span {
    margin-left: 1.5rem;
}
.buy-sv .pay-summary-box .summary-content .summary-table li + li {
    margin-top: 1.5rem;
}
.buy-sv .pay-summary-box .summary-content .summary-table li.total {
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 6rem;
    padding-top: 5rem;
    border-top: 1px solid var(--dimgray);
}
.buy-sv .pay-summary-box .summary-content p.summary-info {
    font-size: max(14px, 1.6rem);
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 0;
}
.buy-sv .pay-summary-box .summary-content p.summary-info img {
    margin-right: 1.5rem;
}

.buy-sv .buy-voucher-form {
    display: block;
    margin-top: 6rem;
}
.buy-sv .buySv-step {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: var(--base);
    font-family: "Gotham Book";
}
.form-group {
    margin-bottom: 10rem;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group h3 {
    margin-bottom: 5.5rem;
}
.form-group .form-control,
.form-group .form-select {
    height: 7.7rem;
    border-radius: 1.2rem;
    padding: 1.2rem 3rem;
    border-color: var(--primary);
    font-weight: 300;
    -webkit-appearance: none;
    appearance: none;
    font-size: 3.3rem;
    background-color: var(--white);
    margin-bottom: 3.2rem;
    max-width: 80rem;
}

.form-group .form-control::placeholder {
    color: var(--base) !important;
}
.form-group .with-icon {
    position: relative;
}
.form-group .with-icon .euro {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.3rem;
    color: var(--primary);
    left: 5rem;
}
.symbol {
    font-family: "Gotham Book";
}

.form-group .with-icon .form-control,
.form-group .with-icon .form-select {
    padding-left: 10rem;
}
.form-group .form-select.custom-arrow {
    background: url(../img/select-arrow-icon.png) right 3rem center no-repeat var(--white);
}
.form-group .form-control.qty {
    font-size: 5rem;
    font-family: "Harlow Duo Serif";
    max-width: 22.5rem;
    margin-left: 2.2rem;
    margin-right: 2.2rem;
    margin-bottom: 0;
}
.form-group .qty-field {
    display: flex;
    align-items: center;
    margin-bottom: 5.5rem;
}
.form-group .qty-field .qty-plus,
.form-group .qty-field .qty-minus {
    cursor: pointer;
    width: 7.7rem;
    height: 7.7rem;
    border: 1px solid var(--rosybrown);
    cursor: pointer;
    border-radius: 3.85rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    font-weight: bold;
    color: var(--rosybrown);
    transition: 0.15s ease-in-out;
}

.form-group .qty-field .qty-plus:hover,
.form-group .qty-field .qty-minus:hover {
    background: var(--rosybrown);
    color: var(--white);
}
.form-group p {
    font-weight: 300;
    font-size: 2.7rem;
    margin-bottom: 5rem;
}
.form-group p a {
    color: var(--primary);
    text-decoration: underline;
}
.form-group p a:hover {
    text-decoration: none;
}
.buy-sv-total {
    padding: 2rem 0;
}
.buy-sv-total .next-step span {
    padding-top: 1.8rem;
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
}
.buy-sv-total .next-step .btn {
    margin-top: -2.1rem;
    margin-left: 5rem;
}
.buy-sv-total h3 {
    font-size: 4.2rem;
}
.buy-sv-total h3 span:not(.symbol) {
    font-weight: 300;
}
.form-group .presented-card {
    border-radius: 1.2rem;
    display: block;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.form-group .presented-card .card-img img {
    width: 100%;
}
.form-group .presented-card input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.form-group .presented-card .card-content {
    padding: 4rem 3rem;
    padding-left: 7.5rem;
    position: relative;
    font-weight: 300;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-group .presented-card .card-content p {
    margin: 0 1.5rem 0 0;
    font-size: 2.4rem;
}
.form-group .presented-card .card-content strong {
    font-weight: bold;
    color: var(--primary);
    font-size: 2.4rem;
}
.form-group .presented-card .card-content::before {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid var(--primary);
    border-radius: 1.6rem;
    top: 50%;
    background-color: var(--white);
    left: 2rem;
    transform: translateY(-50%);
}
.form-group .presented-card .presented-card-radio {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.form-group .presented-card input[type="radio"]:checked + .presented-card-radio .card-content::after {
    content: "";
    position: absolute;
    cursor: pointer;
    background-color: var(--primary);
    width: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2.2rem;
    border-radius: 1.1rem;
    left: 2.5rem;
}
.form-group .checkbox-group {
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-group .checkbox-group li {
    margin-bottom: 3.2rem;
    font-weight: 300;
    font-size: 2.7rem;
}
.custom-checkbox input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    /* top: 0; */
}
.custom-checkbox label {
    padding-left: 7.4rem;
    position: relative;
    font-size: 2.7rem;
    font-weight: 300;
}

.custom-checkbox label::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1.2rem;
    border: 1px solid var(--primary);
    background: var(--white);
    cursor: pointer;
}
.custom-checkbox input:checked + label::after {
    width: 1rem;
    height: 2.4rem;
    position: absolute;
    left: 1.4rem;
    top: 0.6rem;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    content: "";
    display: block;
    cursor: pointer;
}
.form-group .radio-group {
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-group .radio-group li {
    margin-bottom: 3.2rem;
    font-weight: 300;
    font-size: 2.7rem;
}
.custom-radio input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
}
.custom-radio label {
    padding-left: 6rem;
    position: relative;
    font-size: 2.7rem;
    font-weight: 300;
}

.custom-radio label::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1.6rem;
    border: 1px solid var(--primary);
    background: var(--white);
    cursor: pointer;
}
.custom-radio input:checked + label::after {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 1.1rem;
    position: absolute;
    background: var(--primary);
    content: "";
    left: 0.5rem;
    top: 0.7rem;
    display: block;
    cursor: pointer;
}

.form-group .radio-inline-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.form-group .radio-inline-group li {
    margin-right: 4rem;
    margin-bottom: 3.2rem;
}
.form-group .radio-inline-group .custom-radio {
    padding: 2rem;
    border: 1px solid var(--primary);
    display: block;
    border-radius: 0.8rem;
}
.form-group .radio-inline-group .custom-radio label::before,
.form-group .radio-inline-group .custom-radio label::after {
    top: 50%;
    transform: translateY(-50%);
}

.form-group.information h3 {
    margin-bottom: 3.7rem;
}
.form-group.information p {
    margin-bottom: 2.2rem;
}
.form-group.information p a {
    text-decoration: none;
}
.form-group.pay-securely {
    padding: 2.5rem 4rem;
    border: 1px solid var(--primary);
    border-radius: 1.2rem;
    background: var(--white);
    aspect-ratio: 1013/635;
}
.partners-wrapper {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}
.partners-wrapper .header {
    padding: 2rem 0;
    background: var(--primarydark);
}
.partners-wrapper .header .logo {
    width: 25.8rem;
    display: inline-block;
}
.partners-wrapper .header a {
    color: var(--white);
}
.partners-wrapper .header .btw-link {
    display: inline-block;
    padding-top: 2.5rem;
    font-size: 1.6rem;
}
.partners-wrapper .header .btw-link a {
    display: flex;
    align-items: center;
}
.partners-wrapper .header .btw-link a:hover {
    color: var(--burlywood);
}

.partners-wrapper .main{
    min-height: calc(100vh - 227px);
}
.partners-wrapper .footer {
    padding: 5.6rem 0 7.5rem;
}
.partners-wrapper .main-content,
.partners-wrapper .login-box-outer {
    flex: 1;
    padding: 10rem 0;
}
.partners-wrapper .login-box-outer {
    padding: 5rem 0 7rem;
}
.partners-wrapper .login-box-outer {
    display: flex;
}
.partners-wrapper .login-box-outer .login-box {
    margin: auto;
    width: 45.8rem;
    max-width: 100%;
}
.partners-wrapper .login-box-outer .login-box .heading-secondary {
    text-transform: inherit;
    margin-bottom: 3rem;
}
.partners-wrapper .login-box-outer .login-box .heading-secondary + p {
    font-family: "Gotham Book";
}
.partners-wrapper .account-form {
    margin-top: 6.5rem;
}
.account-form .form-group {
    margin-bottom: 8rem;
}
.account-form .form-group .form-control,
.account-form .form-group .form-select {
    height: 5.8rem;
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
}
.account-form .form-group p {
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 500;
}
.custom-checkbox.small label {
    font-size: 1.8rem;
    padding-left: 4.8rem;
}
.custom-checkbox.small label::before {
    width: 2.2rem;
    height: 2.2rem;
}
.custom-checkbox.small input:checked + label::after {
    width: 0.8rem;
    height: 1.4rem;
    left: 0.7rem;
    top: 0.4rem;
}
.custom-checkbox.small.rounded-0 label::before {
    border-radius: 0;
}

.account-form .form-group a {
    text-decoration: none;
}
.account-form .btn-box {
    margin-top: 5rem;
}
.account-form .btn-box .btn {
    font-size: 1.8rem;
	text-transform:uppercase;
}

.partners-wrapper .footer .footer-links,
.partners-wrapper .footer .footer-links li a {
    display: flex;
    align-items: center;
}
.partners-wrapper .footer .footer-links {
    margin-top: 0;
}
.partners-wrapper .footer .footer-links li {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.partners-wrapper .footer .footer-links li + li {
    margin-left: 5rem;
}
.partners-wrapper .partner-company-name {
    padding: 8.5rem 0 5rem;
    background-color: var(--whitesmoke);
}
.partners-wrapper .partner-company-name .partner-company-logo {
    width: 13.2rem;
    height: 13.2rem;
    display: flex;
    background: var(--white);
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.partners-wrapper .partner-company-name .partner-company-logo img {
    width: 110px;
    height: 110px;
    display: flex;
    background: var(--white);
    border-radius: 50%;
    object-fit: cover;
}
.primary-link {
    color: var(--primary);
}
.primary-link:hover {
    color: var(--base);
}
.partners-wrapper .partner-company-name + .main-content {
    padding-top: 7rem;
}
.partners-wrapper .breadcrumb + .main-content {
    padding-top: 2.5rem;
}
table.table.table-bordered {
    border-color: var(--primary);
}
table.table .tr-sticky td,
table.table .tr-sticky th {
    position: sticky;
    top: 0;
}
table.table * {
    font-weight: 500;
}
table.table th,
table.table td {
    padding: 1.5rem;
}
table.table.spacing-large th,
table.table.spacing-large td {
    padding-left: 4rem;
    padding-right: 4rem;
}
.spa-profiles table.table tbody th {
    color: var(--primary);
}
table.table th,
table.table td {
    font-size: 2.4rem;
}
table.table td {
    font-family: "Gotham Book";
    font-weight: normal;
}
.font-gotham-book {
    font-family: "Gotham Book";
    font-weight: normal;
}
.fs-24 {
    font-size: 2.4rem;
}
.fs-28 {
    font-size: 2.8rem;
}
.fs-18 {
    font-size: 1.8rem;
}
.spa-profiles h3,
.gift-vouchers h3,
.account-details .heading {
    margin-bottom: 4rem;
}

.spa-profiles h3 + .table-responsive,
.gift-vouchers h3 + .row {
    margin-bottom: 10rem;
}
.bg-whitesmoke {
    background-color: var(--whitesmoke) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primarydark {
    background-color: var(--primarydark) !important;
}
table thead.bg-primary th {
    background-color: var(--primary) !important;
    color: #fff;
}
.bg-transparent {
    background-color: transparent;
}
.gift-vouchers .box {
    padding: 3rem;
    border-radius: 1.5rem;
}
.gift-vouchers .box h3 {
    font-size: 3.5rem;
}
.gift-vouchers .box .validate-redeem-form .form-group:not(:last-child) {
    margin-bottom: 2.6rem;
}
.gift-vouchers .box .validate-redeem-form .form-group label {
    font-size: 2.4rem;
}
.gift-vouchers .box .validate-redeem-form .form-group .form-control,
.gift-vouchers .box .validate-redeem-form .form-group .form-select {
    font-size: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0;
}
.gift-vouchers .box .validate-redeem-form .form-group .form-select {
    padding-right: 4.5rem;
}
.gift-vouchers .box .validate-redeem-form .form-group .form-select.custom-arrow {
    background: url(../img/icons/down-arrow.svg) right 1.5rem center no-repeat var(--white);
    background-size: 1.6rem auto;
}
.input-group > :not(:first-child):not(:last-child) {
    border-left: 0;
    border-right: 0;
}
.gift-vouchers .box .validate-redeem-form .form-group .input-group > :last-child {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}
.gift-vouchers .box .validate-redeem-form .form-group .input-group > :first-child {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
}
.gift-vouchers .box .validate-redeem-form .form-group .input-group > .input-group-text {
    background: var(--silver);
    font-size: 2.4rem;
    border: 1px solid var(--primary);
    padding-left: 2rem;
    padding-right: 2rem;
    color: var(--base);
}
.gift-vouchers .box table {
    margin-top: 1rem;
    margin-bottom: 7rem;
}
.gift-vouchers .box .primary-link,
.account-details .heading .primary-link {
    font-size: 2.4rem;
}
.gift-vouchers .box .primary-link svg {
    width: 1rem;
}
.account-details .heading .primary-link svg {
    width: 1.8rem;
}
table.table.bg-transparent td,
table.table.bg-transparent th {
    background: transparent;
}
.account-details .box {
    border-radius: 1.5rem;
    padding: 7rem 3rem;
    min-height: 33.5rem;
}
.account-details .box ul {
    margin: 0;
    padding: 0;
}
.account-details .box ul li {
    display: flex;
    flex-wrap: wrap;
    font-family: "Gotham Book";
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}
.account-details .box ul li:last-child {
    margin-bottom: 0;
}
.account-details .box ul li strong {
    flex: 0 1 40%;
    max-width: 350px;
}
.account-details .box ul li span {
    flex: 1 1 60%;
}
.partners-wrapper .breadcrumb .breadcrumb-inner span {
    font-size: 2rem;
    font-family: "Gotham Book";
}
.partners-wrapper .sidebar-links {
    margin-bottom: 3rem;
}
.partners-wrapper .sidebar-links:last-child {
    margin-bottom: 7rem;
}
.partners-wrapper .sidebar-links h3 {
    font-weight: 500;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--darkgray-2);
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.partners-wrapper .sidebar-links h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: rotate(45deg) translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -1.5rem;
    border: 3px solid var(--base);
    border-top-width: 0;
    border-left-width: 0;
}
.partners-wrapper .sidebar-links.show h3::after {
    border-top-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 0;
    border-right-width: 0;
    margin-top: -0.5rem;
}

.partners-wrapper .sidebar-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.partners-wrapper .sidebar-links:not(.show) ul {
    display: none;
}
.partners-wrapper .sidebar-links ul li {
    display: block;
    padding-left: 3.7rem;
    border-bottom: 1px solid var(--darkgray-2);
    font-family: "Gotham Book";
    font-weight: normal;
    font-size: 2.4rem;
    position: relative;
}
.partners-wrapper .sidebar-links ul li li {
    border-width: 0;
}
.partners-wrapper .sidebar-links ul li li:last-child {
    margin-bottom: 1.5rem;
}
.partners-wrapper .sidebar-links ul li::before {
    content: "";
    width: 1rem;
    height: 1.6rem;
    background: url(../img/icons/right-arrow.svg) center center no-repeat;
    position: absolute;
    left: 0.6rem;
    top: 3rem;
    transform: translateY(-50%);
}
.partners-wrapper .sidebar-links ul li a {
    display: block;
    padding: 1.3rem 0;
}
.partners-wrapper .sidebar-links ul li.active > a {
    color: var(--primary);
}
.partners-wrapper .content-section {
    display: block;
}
.partners-wrapper .content-section .heading-secondary {
    margin-bottom: 3rem;
}
.partners-wrapper .content-section .content-section-box ~ .content-section-box {
    margin-top: 10.5rem;
}
.partners-wrapper .content-section .content-section-box,
.partners-wrapper .content-section .content-section-box p {
    font-size: 2.4rem;
}
.partners-wrapper .content-section .content-section-box h3 {
    font-weight: 500;
    margin-bottom: 5rem;
}
.partners-wrapper .content-section .content-section-box .btn {
    margin-bottom: 5rem;
}

.partners-wrapper .content-section .content-section-box .content-box,
.partners-wrapper .content-section .content-section-box .content-box p {
    font-family: "Gotham Book";
    font-weight: normal;
    font-size: 2.4rem;
}
.partners-wrapper .content-section .content-section-box .content-box label {
    font-weight: 500;
    font-family: "Gotham";
}
.partners-wrapper .content-section .content-section-box .content-box > div + div {
    margin-top: 3rem;
}
.ps-70 {
    padding-left: 7rem;
}
.gift-vouchers .box .mw-76 {
    max-width: 76.3rem;
}
.text-primary{
    color: var(--primary)!important;
}
.mb-70 {
    margin-bottom: 7rem;
}
.mt-160 {
    margin-top: 16rem;
}
.fw-light {
    font-weight: 300;
}
.fw-medium {
    font-weight: 500;
}
.fw-normal {
    font-weight: normal;
}
.ps-93 {
    padding-left: 9.3rem;
}
.gap-30 {
    gap: 3rem;
}
.form-group.file-field {
    position: relative;
}
.form-group.file-field .form-control[type="file"] {
    max-width: 100%;
    pointer-events: none;
    opacity: 0;
}
.form-group.file-field label {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--whitesmoke);
    border: 1px solid var(--primary);
    border-radius: 1.2rem;
    cursor: pointer;
    overflow: hidden;
}
.form-group.file-field label strong {
    display: inline-flex;
    align-items: center;
    background: var(--primary);
    color: var(--white);
    font-family: "Gotham Book";
    font-weight: normal;
    flex: 0 1 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.form-group.file-field label span {
    display: flex;
    flex: 1;
}
.your-photos-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20.6rem, 1fr));
    gap: 1.5rem;
}
.your-photos-list ::marker {
    color: var(--primary);
}
.your-photos-list .main-photo::marker {
    color: var(--base);
}
.your-photos-list .photo-box {
    border: 1px solid var(--primary);
    padding: 1rem;
}
.your-photos-list .photo-box img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}
.your-photos-list .photo-box ul {
    font-size: 2.1rem;
    font-weight: 300;
}
.your-photos-list .photo-box ul span {
    font-weight: 500;
}
.banner-steps .step {
    position: relative;
    padding-left: 10rem;
}
.banner-steps .step span {
    position: absolute;
    top: -7px;
    left: 0;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
}
.banner-steps .heading-bottom-text {
    margin: 5.24rem 0 3.7rem;
}
.pt-72 {
    padding-top: 7.2rem;
}
.pb-72 {
    padding-bottom: 7.2rem;
}
.mb-50{
    margin-bottom: 5rem!important;
}
.mt-50{
    margin-top: 5rem;
}
.ml-50{
    margin-left: 5rem;
}
.mt-68{
    margin-top: min(6vw, 6.8rem)!important;
}
.mt-148{
    margin-top: min(6vw, 14.8rem)!important;
}
.faq {
    padding: 6rem 0;
}
.checkbox label{
    font-size: 2.4rem!important;
}
.checkbox .custom-checkbox.small.rounded-0 label::before{
    border-radius: 0.4rem;
}
.checkbox .custom-checkbox.small label::before{
    width: 3rem;
    height: 3rem;
}
.checkbox .custom-checkbox.small input:checked + label::after{
    width: 1rem;
    height: 1.6rem;
    left: 1rem;
    top: 0.7rem;
}
.bold,
.font-weight-bold {
    font-weight: bold!important;
}
.fontGothamBook{
    font-family: "Gotham Book";
}
.fontGotham{
    font-family: "Gotham";
}
.font-weight-normal{
    font-weight: 400;
}
.faq p {
    max-width: 70rem;
    width: 100%;
}
.faq .heading-secondary {
    padding-bottom: 5.1rem;
}
.content .heading-faq {
    font-size: 2.4rem;
}
.content p {
    font-size: 1.8rem;
}
.content .heading-faq {
    margin: 3.24rem 0 3.7rem;
}
.banner-bg-image {
    background-color: var(--primarydark-100);
    /* background-image: url('../img/Spa-Voucher-Gift-Header.jpg'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 11.6rem 0;
}
.c-white {
    color: var(--white);
}
.perfect-gift {
    padding: min(10vw, 12.2rem) 0;
}
.perfect-gift h2 {
    padding-bottom: min(10vw, 12.2rem);
}
.delivery-option h2 {
    padding-bottom: min(10vw, 6.4rem);
}
.perfect-gift-card .icon {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perfect-gift-card .icon img {
    height: 9rem;
    width: 9rem;
}
.perfect-gift-card h4 {
    margin: 5.7rem 0 4.1rem;
}
.delivery-cards .card {
    background-color: var(--white);
    margin-bottom: 8vw;
}
.link svg {
    width: 1.7rem;
    margin-left: 1rem;
}
.delivery-cards .card .content {
    padding: 3.9rem 4.7rem;
}
.delivery-cards .card .content h3 {
    font-size: 3rem;
}
.delivery-cards .card .content p {
    margin: 3.2rem 0 4.1rem;
    font-size: 2.1rem;
}
.delivery-cards .card .content .link {
    color: var(--primary);
}
section.content{
    padding: min(10vw, 8rem) 0 min(10vw, 13.3rem);
}
section.content h4{
    margin: 7.9rem 0 5rem;
}
section.content .fs-24{
    font-size: 2.4rem;
}
.spa-deal-single .heading-secondary{
    padding-bottom: min(6vw, 4rem);
}
.spa-deal-single-banner .right-details{
    padding:  6.3rem 5rem;
}
.spa-deal-single-banner .price strong,
.spa-deal-single-banner .price strike{
    font-size: 6rem;
}
.spa-deal-single-banner .right-details > p{
    margin: 3.2rem 0 4.1rem;
}
.spa-deal-single-banner .right-details .expiry-details{
    padding: 2.4rem 0;
    margin-bottom: min(6vw, 6.2rem)
}
.spa-deal-single-banner .right-details .expiry-details span:first-child{
    padding-right: 5.2rem;
}
.spa-deal-single-banner .right-details .expiry-details span:last-child{
    padding-left: 5.2rem;
}
.spa-deal-single-content-left > h3{
    margin-bottom: min(6vw, 5rem);
}
.spa-deal-single-content-left > p,
.single-content-facilities > p{
    font-family: "Gotham Book";
}
.single-contact-info img{
    margin: 4.5rem 0;
}
.single-contact-info .single-location{
    gap: 0 2rem 
}

.btn-edit, .btn-edit:hover{background-color:var(--primary); color:white;}

.swal2-popup{font-size:15px !important;}

.heading-custom {
    font-family: "Harlow Duo Serif";
    font-size: 4rem;
    line-height: 1;
}
#edit-contact-details-form{display:none;}
#edit-login-details-form{display:none;}
.darker-radio{border-color:#000000;}
.item-total-box{
    font-family: '"Gill Sans", sans-serif';
    line-height: 1.5;
    color:#262626;
}
.item-box-heading{font-family:'Harlow Duo Serif';font-size: 4rem;}
.membership-text{font-family: "Gotham book";line-height: 1.5;}
.image-preview-container{display: flex;flex-wrap: wrap;gap: 10px;}
.image-preview-container img{
    max-width: 150px; 
    max-height: 150px; 
    border: 1px solid var(--primary); 
    padding: 5px; 
}
.login-detail-error{font-size: 1.5rem;}
.error-small{font-size: 1.5rem;}
.form-group textarea.form-control {
    height: auto;
    min-height: 7.7rem;
    max-width: inherit;
    padding-left: 3rem;
    padding-right: 3rem;
}
.partners-wrapper .content-section .content-section-box .btn-edit {
    background: transparent;
    border-color: var(--primarydark);
    color: var(--primarydark) !important;
}
.partners-wrapper .content-section .content-section-box .btn-success{
    background: var(--primarydark);
    color: var(--white);
    border-color: var(--primarydark);
}
.partners-wrapper .content-section .col-sm-1 .bg-success{
    background: var(--primarydark) !important;
}
.partners-wrapper .content-section .col-sm-1 .bg-primary{
    background:transparent !important;
    border:1px solid var(--primarydark);
}

#error-message { 
    font-size: 18px;
    font-weight: 400;
 }
#error-message a {  
  color: #a67c52;  
}

#error-message a:hover {
  color: #3b3b3b;
}
/*responsive S*/
@media (min-width: 576px) {
    .navbar-collapse .navbar-nav {
        max-width: 54rem;
    }
    .guidesright-side {
        width: calc(100% + ((100vw - 528px) / 2));
    }
}
@media (min-width: 768px) {
    .guidesright-side {
        width: calc(100% + ((100vw - 708px) / 2));
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1.6rem;
    }
    .navbar-collapse .navbar-nav {
        max-width: 72rem;
    }
    .navbar-brand {
        width: min(30%, 32rem);
    }
    .faq {
        padding: 13.2rem 0;
    }
}

@media (min-width: 992px) {
    .delivery-cards .card {
        margin-bottom: 0;
    }
    .delivery-cards .col-lg-6:nth-child(even) {
        padding-left: 5.5rem;
    }
    .delivery-cards .col-lg-6:nth-child(odd) {
        padding-right: 5.5rem;
    }
    .guidesright-side {
        width: calc(100% + ((100vw - 948px) / 2));
    }
    .search {
        position: relative;
    }
    .search .search-box {
        position: unset;
    }
    .topbar {
        padding: 1.8rem 0;
    }
    .topbar .right-side {
        position: unset;
    }
    .topbar .right-side input {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .topbar .right-side .cart {
        width: inherit;
    }
    .header .navbar {
        padding: 2.7rem 0;
    }
    .header .navbar-nav li a {
        padding: 0 2rem !important;
        line-height: 1;
        border-right: 2px solid var(--base);
    }
    .header .navbar-nav li:last-child a {
        border-right: 0;
        padding-right: 0 !important;
    }
    .navbar-collapse {
        position: unset;
        width: auto;
    }
    .navbar-brand {
        width: min(20%, 32rem);
    }
    .navbar-collapse .navbar-nav {
        position: unset;
        padding: inherit;
        max-width: inherit;
    }
    .navbar-collapse .navbar-nav::before {
        display: none;
    }
    .shop-gift-voucher .shop-gift-voucher-inner .left-content,
    .shop-gift-voucher .shop-gift-voucher-inner .right-image {
        margin: 0;
    }
    .footer ul li {
        font-size: 1.6rem;
    }
    .footer ul li a {
        position: relative;
        transition: 0.2s;
    }
    .footer .footer-links .footer-col {
        padding: 0;
    }
    .footer .footer-links + .footer-links .footer-col {
        border-top-width: 0;
    }
    .footer .footer-links-list .footer-links .footer-col h3::after,
    .partners-wrapper .sidebar-links h3::after {
        display: none;
    }
    .partners-wrapper .sidebar-links h3 {
        cursor: inherit;
    }
    .partners-wrapper .sidebar-links {
        margin-bottom: 7rem;
    }
    .partners-wrapper .sidebar-links:last-child {
        margin-bottom: 0;
    }

    .footer .footer-links-list .footer-links .footer-col:not(.show) ul,
    .partners-wrapper .sidebar-links:not(.show) ul {
        display: block;
    }
    .partners-wrapper .content-section {
        padding-left: 6rem;
    }
    .partners-wrapper .content-section .content-section-box .your-photos-list {
        padding-right: 6rem;
    }
    .banner-bg-image {
        background-image: url("../img/Spa-Voucher-Gift-Header.jpg");
    }
}

@media (min-width: 1200px) {
    .guidesright-side {
        width: calc(100% + ((100vw - 1128px) / 2));
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1.7rem;
    }
    .cards .row {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .cards .row > div {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1400px) {
    .guidesright-side {
        width: calc(100% + ((100vw - 1308px) / 2));
    }
    .heading-primary {
        font-size: 9.6rem;
    }

    .cards .row {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .cards .row > div {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .card-img .discount-offer span {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .footer-col h3 {
        font-size: 3.6rem;
    }
    .footer ul li {
        margin-bottom: 2rem;
        font-size: inherit;
    }
    .buy-sv .pay-summary-box {
        margin: 0 4rem;
    }
    .buy-sv .buy-voucher-form {
        padding-right: 8rem;
    }
}

@media (min-width: 1750px) {
    html {
        font-size: clamp(7px, calc(0.4rem + 0.19vw), 10px);
    }
    .guidesright-side {
        width: calc(100% + ((100vw - 1676px) / 2));
    }
    .container {
        max-width: 1688px !important;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 2.1rem;
    }
    .heading-primary {
        font-size: 10.5rem;
    }
    .col-custom-3 {
        width: 25%;
    }
    .col-custom-9 {
        width: 75%;
    }
    .form-group .presented-card .card-content p,
    .form-group .presented-card .card-content strong {
        font-size: 2.7rem;
    }
    .loader-section {
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        text-align: center;
      }
      .loader-section img {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        transform: translateX(-50%);
      }
}

@media (max-width: 1750px){
    .partners-wrapper .partner-company-name .partner-company-logo img
    {
        width: 80px;
        height: 80px;
    }
}
