: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;
    --color-4d4d4d:#4D4D4D;
    --primary-font:"Harlow Duo Serif";
    --secondry-font:"Gotham Book";
    --secondry-font-dark:"Gotham";
}

.listing{
    overflow:visible !important;
}

@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);
}
p, footer li, .sidebar li{font-family: "Gotham Book";}
section ul li{
    font-family: "Gotham Book";
}
.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, h1, h2 {
    font-family: "Harlow Duo Serif";
    font-size: 7.2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color:var(--color-4d4d4d);
}
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 rgb(197, 199, 201);
}
.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);
    z-index: 9;
}
.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:not(:last-child){
    border-right: 1px solid var(--base);
}

a.link.d-flex.align-items-center.btn.btn-primary.d-inline-flex {
    color: #fff;
}

a.link.d-flex.align-items-center.btn.btn-primary.d-inline-flex svg{
    filter: brightness(0) invert(1);

}
.left-links span{
    display: none;
}
.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;
    z-index: 2;
}
.right-image img {
    width: 100%;
    display: block;
    border-radius: 2rem;
}
.banner .heading-bottom-text {
    font-size: 3rem !important;
    margin: 3rem 0 4.2rem;
    font-family: 'Harlow Duo Serif' !important;
}
section.banner.home_main_banners .banner .heading-bottom-text{
    color: #fff;
}
h1.homepage-banner-top {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
.home-new p.heading-bottom-text {
    font-size: 2.4rem;
}
section.banner.home_main_banners h3.heading-bottom-text.subtitle {
    color: #fff;
}
.banner p {
    font-size: 2.1rem;
    max-width: 68rem;
    width: 90%;
    margin-bottom: 0;
}
.banner .btn-primary {
    margin-top: 5rem;
}
.btn {
    font-size:1.4rem;
    outline: none;
}
.help-buttons a.btn.btn-primary.btn-lg.help-bar-button:hover{
    background: #a56658;
    color: #fff;
}
.btn:hover {
    box-shadow: none;
}
.btn.btn-sm {
    font-size:14px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    min-width: 20.4rem;
    text-transform: uppercase;
    color: var(--white);
    font-family: "Gotham";
}
.btn-primary {
    background-color: var(--primary);
    color: var(--white);
    font-size:14px;
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
    font-family: "Gotham";
    text-transform: uppercase;
    
}
.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
    font-family: "Gotham";
}
.btn-whitesmoke {
    background-color: var(--whitesmoke);
    color: var(--base);
    padding: 1.7rem 3.3rem;
    border-color: var(--primary);
    border-radius: 1.2rem;
    font-family: "Gotham";
}
.btn-whitesmoke.btn-white {
    border-color: var(--white);
    color: var(--white);
}
.min-w-220 {
    min-width: 220px;
}
.btn-primary:hover,
.btn-primary:active, 
.btn-primary:focus,
.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);
    color: var(--white);
}
.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);
    color: var(--white);
}
.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;
    text-transform: uppercase;
        font-family: 'Harlow Duo Serif';
        font-weight: normal;
}
.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;*/
    padding: min(10vw, 7rem) 0;
    background-color: var(--whitesmoke);
}
.newsletter .left-content {
    width: 95%;
}
.newsletter .left-content p {
    font-size: 2.1rem;
    margin-top: 3.2rem;
}
.newsletter .right-side p {
    font-size: 2.1rem;
    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:14px;
    padding: 2.8rem 3.6rem;
    margin-left: 2.4rem;
}
.shop-gift-voucher {
    padding: 10.6rem 0 3rem 0;
}

.shop-gift-voucher .shop-gift-voucher-inner {
    background-color: var(--whitesmoke);
    padding: min(5vw, 8.7rem) min(7vw, 11.5rem);
    position: relative;
    border-radius: 20px;
}
.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;
    border-radius: 0px 20px 20px 0px;
}
.offers {
    padding: 9rem 0 3rem;
}
.offers .heading-secondary {
    padding-bottom: 9rem;
    margin: 0;
}
.card {
    border: 0;
    background-color: var(--whitesmoke);
    min-height: 100%;
}
.card .card-img {
    position: relative;
    overflow: hidden;
}
.card .card-img img {
    display: block;
    width: 100%;
    height: 251px;
    object-fit: cover;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
  
}
.card .card-img:hover img{
    transform: scale(1.2);
}
.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);*/
    background: #774D46;
    display: inline-block;
    text-transform: uppercase;
}
.card-img .discount-offer span:last-child {
    background-color: var(--primary);
}
.card .content h3 {
    line-height: 1.3;
    font-size: 3rem;
    /*white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;*/
    max-width: 100%;
}
.offers .card .content h3,.guides .card .content h3{ font-size: 4rem; font-weight: normal;}
.offers .card .content h3, .guides .card .content h3{
    /*min-height: 80px;
    max-height: 90px;*/
    overflow: hidden;
	
}
.similar-offers-list .card .content h3{
    /*min-height: 80px;
    max-height: 90px;*/
    overflow: hidden;
}
.card .content {
    padding: 3.6rem 2.9rem;
}
.card .content p {
    margin: 2rem 0;
    font-weight: 500;
}
.offers .card .content p, .guides .card .content p{
    font-size: 2.1rem;
}
.card .location-price .card-location {
    display: flex;
    align-items: center;
}
.card .location-price .card-location span {
    font-size: 2.1rem;
    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);*/
   background-color: #774D46;
    position: relative;
    overflow: hidden;
}
.guides .left-content {
    max-width: max(100%, 37rem);
}
.guides .left-content p {
    margin-top: 5rem;
    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(--primary);
    border-color: var(--primary);
}
.guides .btn:hover {
    background-color: var(--primarydark);
    border-color:var(--white);
}
/* 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 rgb(197, 199, 201);
}
.breadcrumb {
    font-family: "Gotham Book";
}
.breadcrumb .breadcrumb-inner span {
    font-size: 1.7rem;
    color: var(--base);
    font-weight: 500;
    
}
.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-color: #e4e3e3;
    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);
    border-color: #e4e3e3;
}
.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.2rem;
    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;
    font-size:14px;
}
.columns-outer .columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.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);
    padding-top: 0;
    padding-left: 0;
}
.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.mode-map{
	display:none;
}
.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);
    font-size: 2.1rem;
	background-position:right 2rem center;
}

.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;
    flex-shrink: 0;
}
.wishlist:hover,
.share:hover {
    background: var(--base);
}
.wishlist.favorite{
	color:var(--white) !important;
}
.wishlist .fa-heart
{
	font-family:'FontAwesome';
}
.wishlist .fa-heart::before{
    content: '\f08a';
}
.wishlist.favorite .fa-heart:before{
	 content: "\f004"
}
/*.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;
}
#deals-list h3, .featured-articles-list .card .content h3, .slider-big-cards h3, #blogList h3, .offers h3{font-family: "Harlow Duo Serif";}

.columns-main .card-list .card.card-box .card-content h3 {
    font-size: 4rem;
    margin-top: 2rem;
	font-family: "Harlow Duo Serif";
    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: 2.1rem;
}
.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:not(.bg-transparent) .heading-secondary{
    color: var(--base);
    margin-bottom: 2rem !important;
}
.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 2rem;
    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(--darkgray-2);
}
.single-intro .single-intro-info .single-location {
    display: flex;
    align-items: center;
}
.single-intro .single-intro-info .single-location img {
    margin-right:1.5rem;
    width: 14px;
}
.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: 5rem;
}
.buy-sv .heading-secondary{
    color: var(--base);
    margin-bottom: 30px !important;
}
.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;
	position:sticky;
	top:0;
}

.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;
	position:relative;

}
.buy-sv .pay-summary-box .summary-content .giftcard-img .price-value{
	color:#fff;
	position:absolute;
	top:40%;
	transform:translateY(-50%);
	text-align:center;
	font-size:7rem;
	width:100%;
	font-family: "Harlow Duo Serif";
}
.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:4rem;
    padding-bottom:0;
    color: var(--base);
    font-family: "Gotham Book";
}
.form-group {
    margin-bottom: 10rem;
}

.form-group.form-group-mobile-view{
    display: none;
}
.form-group.form-group-desktop-view{
    display: block;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group h3 {
    margin-bottom: 5.5rem;
}
.buy-sv  .form-group h3{
	font-size:3rem;
	font-weight:normal;
/*	font-family: "Gotham Book"; */
}
.form-group .form-control,
.form-group .form-select {
    height: 7.7rem;
    border-radius: 1.2rem;
    padding: 1.2rem 1.5rem;
    border-color: var(--primary);
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    font-size: 2.1rem;
    background-color: var(--white);
    margin-bottom: 3.2rem;
    max-width: 80rem;
}
.form-group textarea.form-control {
    height: auto;
    min-height: 7.7rem;
    max-width: inherit;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.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: 5rem;
    height: 5rem;
    border: 1px solid var(--rosybrown);
    cursor: pointer;
    border-radius: 3.85rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--rosybrown);
    transition: 0.15s ease-in-out;
    line-height: 2.9rem;
}

.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.4rem;
    margin-bottom: 5rem;
}
.form-group p a {
    color: var(--primary);
    text-decoration: underline;
}
.form-group p a:hover {
    text-decoration: none;
}
.buy-sv .form-group p {
    font-size: 2.1rem;
}
.buy-sv-total {
    padding: 2rem 0;
}
.buy-sv-total .next-step span {
    padding-top: 1.8rem;
    font-size: 2.1rem;
    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 2rem;
    padding-left: 7rem;
    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.1rem;
}
.custom-checkbox input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    /* left: 0;
    top: 0; */
}
.custom-checkbox label {
    padding-left: 5.4rem;
    position: relative;
    font-size: 2.1rem;
    font-weight: 300;
}

.custom-checkbox label::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 5px;
    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.4rem;
    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.1rem;
}
.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.1rem;
    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;
}
.form-group.apply-coupon {
    padding: 6rem 4rem 4rem 4rem;
    border: 1px solid var(--primary);
    border-radius: 1.2rem;
    background: var(--white);
    aspect-ratio: 1013/200;
}
#apply_discount_code {
    height: 47px;
    font-size: 2rem;
}
#discount_code_applied{
    background: var(--whitesmoke);
    padding: 0.5rem 1.5rem;
    min-width: fit-content;
}
#remove_discount{
    cursor: pointer;
}
#coupon_msg{
    margin-top: -25px;
    margin-bottom: 15px;
}
.payement-section{
    padding-bottom: 0;
}
.payement-section hr{
    margin-top: 8rem;
    margin-bottom: 0;
}
.partners-wrapper {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}
.partners-wrapper .header {
    padding: 2rem 0;
    background: var(--primarydark);
}
.partners-wrapper .header .logo {
    width: 35.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 .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:1.6rem;
    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:14px;
}

.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: 2.1rem;
    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: 15px;
    overflow: hidden;
}
.partners-wrapper .partner-company-name .partner-company-logo img {
    margin: auto;
    width: auto;
    max-height: 100%;
}
.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: 2.1rem;
}
.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 p a{
    color: var(--primary);
}
.banner-steps .step p a:hover{
    color: var(--base);
}
.guides .left-content p a{
    text-decoration: underline;
}
.banner-steps .step span {
    position: absolute;
    top: -5px;
    left: 0;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}
.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: 2.1rem;
}
.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);
}
.delivery-option .image-wrapper{
    overflow: hidden;
	max-height:400px;
}
@media screen and (min-width:992px){
	.delivery-option .image-wrapper{
		max-height:290px;
	}
	.delivery-option .image-wrapper img{
		height:100%;
	}
}
@media screen and (min-width:1200px){
	.delivery-option .image-wrapper{
		max-height:300px;
	}
	.delivery-option .image-wrapper img{
		height:100%;
	}
}
@media screen and (min-width:1600px){
	.delivery-option .image-wrapper{
		max-height:300px;
	}
}
.delivery-option .image-wrapper img{
	width:100%;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
}
.delivery-option .image-wrapper:hover img{
    transform: scale(1.2);
}
.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;
	min-height:100%;
}
.link svg {
    width: 1.7rem;
    margin-left: 1rem;
}
.delivery-cards .card .content {
    padding: 3.9rem 4.7rem;
}
.delivery-cards .card .content h3 {
    font-size: 5rem;
	font-weight:400;
}
.delivery-cards .card .content p {
    margin: 3.2rem 0 4.1rem;
    font-size: 2.1rem;
}
.delivery-cards .card .content .link {
    color: var(--primary);
}
.delivery-cards .card .content .link:hover{
    color: var(--primarydark);
}
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 !important;
}
.spa-deal-single .heading-secondary{
    padding-bottom: min(6vw, 4rem);
}
.spa-deal-single-banner .left-image{
    max-height: 540px;
}
.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 
}

/*-- Contact Us--*/
.inner-banner{
    position: relative;
}
.contact-info-section{
    padding: 5rem 0;
}
.overly-banner-block{
    background: var(--primarydark-100);
    padding: 10rem 0;
}

.contact-info {
    font-family: var(--secondry-font-dark);
}
.contact-info h2{
    font-size: 5.4rem;
    margin-bottom: 4rem;
    font-family: var(--primary-font);
}
.contact-info p{
    font-weight: 400;
}
.competition_banner p a,
.competition_banner ul li a, 
.contact-info p a, 
.contact-info ul li a,
.contact-form p a,
.contact-form ul li a {
	text-decoration:underline;
	font-weight: 700;
}

.contact-info p a:hover,
.contact-info p a:focus,
.contact-info ul li a:hover,
.contact-info ul li a:focus,
.competition_banner p a:hover,
.competition_banner p a:focus,
.competition_banner ul li a:hover,
.competition_banner ul li a:focus,
.contact-form ul li a:hover,
.contact-form ul li a:focus,
.contact-form p a:hover,
.contact-form p a:focus {
	text-decoration:none;
}


.contact-info > p > strong{
    display: block;
    margin-bottom:1.5rem;
}
.contact-info h3, .folllow-us h3{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 2.4rem;
    font-family:var(--secondry-font-dark);
}
.time-slot p{
    margin: 0;
    font-size: 2.1rem;
    font-family:var(--secondry-font-dark);
}
.time-slot p strong{
    font-weight: bold;
}
.mini-social .icon a{
    display: block;
}
.mini-social  .icon:hover {
    background-color: var(--tan);
}
.mini-social .icon {
    width: 5rem;
    height: 5rem;
    position: relative;
    background-color: var(--primary);
    border-radius: 50%;

}
.mini-social .icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mini-social .icon img{
    height: 2.5rem;
}
.mini-social  .icon + .icon {
    margin-left: 1.6rem;
}
.bg-theme{
    background: var(--whitesmoke);
}
.contact-form{
    padding:4rem;
}
.contact-form h2{
    font-family: var(--primary-font);
    font-size: 5.4rem;
    margin: 0  0 3rem;
}
.form-block-group{
    margin-bottom: 2rem;
}
.form-block-group .label{
    font-family: var(--secondry-font-dark);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-4d4d4d);
    margin-bottom: 10px;
}
.contact-input{
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(153, 153, 153, 0.5);
    width: 100%;
    font-family: var(--secondry-font);
    padding: 0 0 10px;
}
.textarea-input{
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(153, 153, 153, 0.5);
    width: 100%;
    font-family: var(--secondry-font);
    padding: 0 0 10px;
    height: 100px;
    resize: none;
}
.contact-form .form-block-group .submit-btn{
    padding: 1.5rem 5rem;
    border: none;
    border-radius: 10px;
    font-family: var(--secondry-font-dark);
}
/*--Become a Partner --*/
.become-partner{
    background: url(../img/become-partner-banner.png) right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
@media (max-width:575px) {
    .become-partner::before{
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(74,64,57);
        background: linear-gradient(90deg, rgba(74,64,57,1) 0%, rgba(85,76,70,1) 46%, rgba(255,255,255,0.00043767507002800965) 100%);
    }
}

.partner-benefits-section{
    padding: 5rem 0;
}
.block-content h2{
    font-family: var(--primary-font);
    color: var(--color-4d4d4d);
    margin-bottom: 5rem;
}
.block-content h4{
    font-size:2.4rem;
    font-family: var(--secondry-font-dark);
    color: var(--base);
    font-weight: bold;
    margin-bottom: 2rem;
}
.block-content{
    font-weight: 500;
    font-family: var(--secondry-font-dark);
    font-size: 2rem;
}
.block-content p{
    margin-bottom: 2rem;
}
.listing-tabs{
    border: none;
    margin-bottom: 1px;
}
.listing-tabs .nav-link{
    background: var(--whitesmoke);
    color:var(--base);
    padding: 1.5rem 2rem;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--secondry-font-dark);
    margin-right: 1rem;
    border-radius: 10px 10px 0 0 ;
    text-align:left;
}
.listing-tabs .nav-link span{
    font-weight: 500;
    font-style: italic;
}
.listing-tabs .nav-link.active{
    background: var(--primary);
    color:var(--white);
    border: none;
}
.listing-tabs-content{
    border-top: 5px solid var(--primarydark);
    padding: 5rem 5rem 10rem;
    background: var(--whitesmoke);
}
.check-list ul{
    margin: 0 0 5rem;
    padding: 0;
    font-family: var(--secondry-font-dark);
}
.check-list ul li{
    list-style: none;
    font-size: 2rem;
    font-weight: 500;
    color: var(--base);
    position: relative;
    padding-left: 5rem;
    margin-bottom: 2.5rem;
}
.check-list ul li::before{
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top:5px;
    border: 1px solid var(--primary);
    border-radius: 50%;
}
.check-list ul li::after
{
    content: "";
    width: 0.6rem;
    height: 1.3rem;
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    position: absolute;
    top: 1rem;
    left: 1rem;
    transform: rotate(45deg);
}
.call-link{
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--primary);
    font-family: var(--secondry-font-dark);
}
.call-link a{
    color: var(--primary);
}
.call-link a:hover{
    color: var(--base);
}
/*-- Blog --*/
.featured-articles-section{
    padding: 5rem 0 10rem;
    background: var(--primarydark);
}
.block-heading{
    font-family:var(--primary-font);
    font-size: 5.4rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #F9F3E8;
    margin-bottom: 5rem;
}
.text-dark{
    color: var(--base);
}
.featured-articles-list .card{
    min-height: 100%;
}
.featured-articles-list  .card .content{
    padding: 3.6rem 2.9rem;
    min-height: 245px;
}
@media (min-width:1400px) {
    .featured-articles-list  .card .content{
        padding-bottom: 5vw;
    }
}
.featured-articles-list  .card .content h3{
    /*min-height: 80px;
    max-height: 90px;*/
    overflow: hidden;
}
.featured-articles-list  .card .content .read-block{
    position: absolute;
    left: 2.9rem;
    bottom: 3.6rem;
}
.read-block span{
    position: relative;
    display: inline-block;
    font-family: var(--secondry-font-dark);
    font-size: 2rem;
    padding-left: 4rem;
}
.read-block span::before{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.8rem;
    transition: all ease-in-out 0.2s;
}
.read-block span:hover::before{
    left: 1rem;
}
.featured-articles-list .owl-nav,
.slider-big-cards .owl-nav
{
    position: absolute;
    right: 0;
    top: -10rem;    
    display: block !important;
}
.slider-big-cards .owl-nav
{
  right: 2rem;
  top: -8.5rem;
}
.featured-articles-list .owl-nav .owl-prev, 
.featured-articles-list .owl-nav .owl-next,
.slider-big-cards .owl-nav .owl-prev, 
.slider-big-cards .owl-nav .owl-next
{
    width: 5rem;
    height: 5rem;
    border: 1px solid #F9F3E8 !important;
    border-radius: 50%;
    color: #F9F3E8 !important;
    margin: 0 5px;
  
}
.featured-articles-list .owl-nav .owl-prev span, 
.featured-articles-list .owl-nav .owl-next span,
.slider-big-cards .owl-nav .owl-prev span,
.slider-big-cards .owl-nav .owl-next span
{
    display: none;
}
.featured-articles-list .owl-nav .owl-prev,
.slider-big-cards .owl-nav .owl-prev
{
    background:url(../img/arrow-light-prev.png) no-repeat center !important;
    background-size: 12px !important;
}
.featured-articles-list .owl-nav .owl-next,
.slider-big-cards .owl-nav .owl-next
{
    background:url(../img/arrow-light-right.png) no-repeat center !important;
    background-size: 12px !important;
}
.featured-articles-list #counter{
    margin-right: 13rem;
    margin-top: 1rem;
    color:#F9F3E8;
    font-family: var(--secondry-font);
    font-size: 3rem;
}
.latest-article-section{
    padding: 10rem 0;
}
.latest-articles-list .card{
    min-height: 100%;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    display: block;
}
.latest-articles-list .card .content h3{
   /* min-height: 80px;*/
}
.latest-articles-list .card .content .read-block{
    position: absolute;
    bottom: 2.5rem;
}
.filter-select{
    width: 100%;
    height: 70px;
    border-radius: 4px;
    border:1px solid rgba(153, 153, 153, 0.5);
    padding: 0 1.5rem;
    outline: none;    
    -moz-appearance: none;    
    -webkit-appearance: none;
    appearance: none;
    background: var(--white) url(../img/select-both-icon.png) no-repeat right 2rem center;
    background-size: 1.2rem;
	color: var(--base);
}
/*-- Post data--*/
.blog-section{
    margin-bottom: 5rem;
}
.post-article{
    padding: 5rem 0;
}
.post-title{
    margin-bottom:3rem;
}
.post-title h1{
    font-size: 7.2rem;
    line-height: 1;
    font-family:var(--primary-font) ;
    text-transform: uppercase;
}
.post-info{
    margin: 0 0 5rem;
}
.post-info ul{
    list-style: none;
    padding: 0;
}
.post-info ul li{  
    font-family: var(--secondry-font-dark);
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
}
.post-info ul li:not(:last-child){
    border-right: 1px solid var(--base);
    margin-right: 2rem;
    padding-right: 2rem;
}
.post-info ul li:first-child{
    padding-left: 0;
}
.post-share {
    display: flex;
    align-items: center;
    color: var(--base);
    font-size: 2.4rem;
    font-weight: bold;
    font-family: var(--secondry-font-dark);
}
.post-share .icon-share{
    width: 4rem;
    height: 4rem;
    background: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.5rem;
    flex-shrink: 0;
}
.post-share .icon-share svg{
    fill: var(--white);
    width: 2rem;
}
.post-content{
    font-family: var(--secondry-font);
    font-size: 2.1rem;
    color: var(--base);
}
.post-content h3{
    font-family: var(--secondry-font-dark);
    font-weight: bold;
    font-size: 3.6rem;
    margin:4rem 0 2rem;
}
.post-content a:not(.btn){
    color: var(--primary);
    text-decoration: underline;
}
.post-content a:not(.btn):hover{
    text-decoration: none;
    color: var(--base);
}
.block-img{
    margin: 4rem 0;
}
.post-author{
    padding: 4rem 0;
    margin:3rem 0;
    border-top: 1px solid rgb(153, 153, 153, 0.5);
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    display: flex;
    align-items: center;
}
.author-img{
    width: 13.4rem;
    height: 13.4rem;
    border-radius: 50%;
    background: #D5B18D;
}
.author-content{
    padding: 0 4rem;
    font-family: var(--secondry-font-dark);
}
.author-content p{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.author-content p strong{
    font-weight: 700;
}
.author-content a{
    font-family: var(--secondry-font);
    font-size: 2.1rem;
    color: var(--primary);
}
.author-content a:hover{
    color: var(--base);
}
.sidebar{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.block-data {
    margin-bottom: 3rem;
}
.category-block{
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(153, 153, 153, 0.5);
}
.category-block a{
    display: inline-block;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-family: var(--secondry-font-dark);
    font-size: 2rem;
    font-weight: 500;
    padding: 1.5rem 4rem;
    margin-bottom: 2.5rem;
    margin-right: 2rem;
    border-radius: 30px;
    transition: all ease-in-out 0.3s;
}
.category-block a:hover{
    background: var(--primary);
    color: var(--white);
}
.block-data h3{
    font-size: 3.6rem;
    color: var(--base);
    font-weight: bold;
    font-family: var(--secondry-font-dark);
}
.featured-article-block{
    list-style: none;
    padding: 0;
    margin:4rem 0 0 ;
}
.featured-article-block li{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}
.featured-article-block li:not(:last-child){
    margin-bottom: 2rem;
}
.featured-article-block li .post-img{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: #D5B18D;
}
.featured-article-block li .post-article-data{
    flex: 65%;
    max-width: 65%;
    padding-left: 2rem;
}
.featured-article-block li .post-article-data h4{
    font-size: 2.4rem;
    font-weight:500;
    font-family: var(--secondry-font-dark);
    color: var(--base);
}
.error{
    font-size: 15px;
}
/* Modal */
.modal-title{
    line-height: 1;
    font-family: var(--primary-font);
    font-weight: 500;
}
.modal-body{
    padding: 3rem 4rem 2rem;
}
.modal-header{
    padding-inline: 3rem;
    padding-block:4rem 1.5rem;
}
.modal-header .btn-close{
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    background:url(../img/close-icon.svg) no-repeat center center;
    background-size: 14px;
    opacity: 1;  
}
.modal-header .get-in-touch{
    margin-left: 0;
}
.modal-content{
    border: none;
    border-radius: 30px;
	padding:0;
}
.modal-content .col-form-label{
    font-size: 14px;
    font-weight: bold;
    color: var(--base);
}
.modal-content .contact-input{
    border: var(--primarydark) 1px solid;
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 10px 15px;
}
.review-form .form-select{
    background: url(../img/select-arrow-icon.png) no-repeat right 2rem center;
    background-size: 12px;
}
.modal-footer{
    padding-block: 1.5rem;
    justify-content: center;
}
.modal-footer .submitReview {
    padding: 1rem 5rem;
    text-transform: uppercase;
}
.thanks-title{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.heading-bottom-text{
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

.pagination .pagination {
    margin-top: 4rem;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.pagination .pagination .page-item .page-link {
    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 .pagination .page-item + .page-item {
    margin-left: 1rem;
}
.pagination .pagination .page-item.active .page-link {
    background: var(--white);
    color: var(--primary);
    font-weight: 500;
}
.pagination .pagination .page-item.disabled{
    opacity: 0.5;
}
#reviewModal .account-form .form-group .form-control, #reviewModal .account-form .form-group .form-select{
    margin-bottom: 0;
}
.topbar .right-side .cart{
    font-size: 2.5rem;
}
.post-content .block-img{
    aspect-ratio: 1095/591;
}
.post-content .block-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner .row{
    flex-direction: column-reverse;
    gap: 40px;
}
.mobile-menu{
    display: none;
}
.single-content .single-contact-info ul li strong span{
    margin-right: 10px;
}



/*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;
    }
    .contact-info-section{
        padding:7rem 0;
    }
    .partner-benefits-section{
        padding: 8rem 0;
    }
    .listing-tabs .nav-link{
        padding: 1.5rem 4rem;
    }
    .sidebar{
        padding: 0rem;
    }
    .mobile-only{
        display: none;
    }
    .desktop-only{
        display: block;
    }
}
@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: 1px solid var(--base);
    }
    .header .navbar-nav li:last-child a {
        border-right: 0;
        padding-right: 0 !important;
    }
    .navbar-collapse .navbar-nav .nav-item:nth-last-child(4) a {
        border-right: 0;
    }
	.navbar-collapse .navbar-nav .nav-item:nth-child(4) a {
        border-right: 0;
    }
    .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");
    }
    .overly-banner-block{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: none !important;
    }
    .contact-info-section{
        padding: 15rem 0;
    }
    .become-partner{
        background: url('../img/become-partner-banner.png') no-repeat right top;
        background-repeat: no-repeat;
        background-size: cover;
    }

   
}
@media (max-width: 991px) {
    .guidesright-side
    {
        margin-top: 9rem;
    }
    section.banner.pt-72.pb-72.partner h1.heading-secondary{
        font-size: 4.8rem;
    }
}

@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;
    }
    .banner .row{
        flex-direction: unset;
        gap: unset;
    }
    .banner-bg-image{
        min-height: 350px;
        display: flex;
        align-items: center;
        background-size: cover;
    }
    
   
}

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

    .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: 3rem;
    }
    .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 screen and (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: 30%;
    }
    .col-custom-9 {
        width: 70%;
    }
    .form-group .presented-card .card-content p,
    .form-group .presented-card .card-content strong {
        font-size: 2.7rem;
    }
}
p.total-txt {
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width:767.5px) {
    /*.single-content-facilities ul li{
        border-bottom: 1px solid #ccc;
        padding-bottom: 13px;
    }*/
    .gx-10 {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .gx-10 [class^="col-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .form-group.form-group-mobile-view{
    display: block;
    margin-bottom: 0px;
}
.form-group.form-group-desktop-view{
    display: none;
}
    .spa-deal-single-banner .right-details {
        padding: 6.3rem 2rem;
    }
    .banner .container ,section.banner.home_main_banners .container{
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    body.listing.buy_gift_class .banner .container{
        padding:0px !important;

    }

    body.listing.buy_gift_class.buy_gift_class-two .banner .container{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .heading-primary {
        font-size: 5.6rem;
        line-height: 1.2;
    }
    .banner .right-image{
        max-width: 80%;
        margin: 0 auto;
    }
    .header .container{
        padding-right: 0;
        padding-left: 0;
    }
    .header .navbar{
        padding-left: 1.5rem;
    }
    .navbar-collapse{
        left: 0;
        width: 100%;
    }
    .inner-banner-content{
        padding-inline: 1.5rem;
    }
    .inner-banner-content p br{
        display: none;
    }
    .offers .cards > .row{
        gap: 2.4rem;
    }
    .banner-bg-image,
    .become-partner{
        background-image: unset;
        background: unset;
        background-color: #4b4139;
    }
    .banner-image-block img,
    .become-partner::before{
        opacity: 0;
    }
    .single-gallery .single-gallery-images .image:not(:first-child),
    .shareIcons-list > div > span:not(.wishlist, .icon.share),
    .single-reviews .overall-out-5 > h3 > br,
    .shareIcons-list .wishlist,
    .desktop-only,
    .single-intro .shareIcons .shareIcons-list > div:first-child,
    .shareIcons-list .icon.share {
        display: none;
    }
    .single-intro.spa-deal-single .shareIcons-list .icon.share,
    .single-intro.spa-deal-single .shareIcons .shareIcons-list > div:first-child{
        display: flex!important;
    }
    .single-intro.spa-deal-single .shareIcons {
        justify-content: flex-start!important;
    }
    .single-intro.spa-deal-single .shareIcons-list{
        margin-top: 14px;
    }
    .single-reviews .overall-rating h3{
        font-size: 2rem;
    }
    .single-gallery .single-gallery-images{
        gap: 0;
    }
    .single-gallery .single-gallery-images .image.one {
        grid-column: none;
        grid-row: none;
    }
    .single-intro .single-intro-info > * {
        font-size: 2rem;
        padding: 0 1rem;
    }
    .single-reviews .overall-rating{
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-only{
        display: block;
    }
    .single-intro-info .mobile-only{
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        flex: 1;
        border-left: 0;
    }
    .single-intro-info .mobile-only .wishlist i{
        font-size: 2.6rem;
    }
    .single-intro .border-start.shareIcons,
    .single-content .border-start{  
        border-left: 0!important;
    }
    .single-content .border-start{
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        padding-top: 4rem;
        margin-top: 4rem;
    }
    .single-reviews .reviews-list .review-box .rating-type{
        margin: 0;
    }
    .single-reviews .reviews-list .review-box .rating-type li{
        flex: 1;
    }
    .social-btn-sp #social-links ul{
        display: flex;
        padding-left: 0;
    }
    .single-intro .shareIcons .shareIcons-list > div{
        flex-wrap: wrap;
        gap: 10px;
    }
    .heading-secondary, h1, h2{
        font-size: 4.8rem;
    }
    .single-content{
        padding-bottom: 0;
    }
    .featured-articles-list #counter {
        min-width: 80px;
        margin-right: 9rem;
        margin-bottom: 5rem;
    }
    .featured-articles-section .featured-articles-list .justify-content-between{ 
        align-items: flex-end;
    }
    .columns-main .toolbar .filter-toggle{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        border: 1px solid var(--primary);
        aspect-ratio: 1/1;
    }
    .columns-main .toolbar .filter-toggle svg,
    .search-bar-toggle svg{
        width: 20px;
        height: 20px;
        fill: #774D46;
    }
    .columns-main .toolbar .filter-toggle.active{
        background-color: #774D46;
    }
    .columns-main .toolbar .filter-toggle.active svg{
        fill: #fff;
    }
    .columns-main .toolbar{
        justify-content: space-between;
    }
    .columns-main .toolbar .sort-by.ms-auto {
        margin-left: initial!important;
    }
    .columns-outer .columns .sidebar{
        width: 100%;
        margin-bottom: 4rem;
        margin-right: 0;
    }
    .search-bar-toggle{
        position: relative;
        padding: 14px 12px 14px 20px;
        border: 1px solid rgb(228, 227, 227);
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
    }
    .search-bar-toggle span{
        color: #774D46;
    }
    .search-bar-toggle svg{
        margin-right: 1rem;
    }
    .search-wrapper .search-inner{
        flex-wrap: wrap;
    }
    .search-wrapper .search-inner:not(.active),
    .columns-outer .columns .sidebar:not(.active){
        display: none;
    }
    .search-wrapper .search-inner .col ,
    .search-wrapper .search-inner > .button{
        flex: 1 0 50%;
    }
    .search-wrapper .search-inner select.form-select,
    .search-wrapper .search-inner input.form-control{
        border-bottom: 1px solid rgb(228, 227, 227);
    }
    .gallery-slider-section .col-md-8.relative{
        padding-top: 12rem;
    }
    .gallery-slider-section .close-icon{
        top: 11rem;
    }
    .post-share .icon-share{
        margin-right: 1.4rem;
    }
}

.newsletter .right-side .submit-btn {white-space: nowrap;}
.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%);
  }
p:empty {display: none !important;}
.newsletter .right-side .submit-btn {white-space: nowrap;}
.search .search-box input::placeholder {color: var(--base) !important;}
@media screen and (max-width:768px){
    .single-gallery .single-gallery-images{
        display: block;
    }
}


.center {
    width: 90%;
    padding: 20px;
}

.hideform {
    display: none;
}
.circular-image {
    width: 100px; 
    height: 100px;
    overflow: hidden;
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.social-btn-sp #social-links {
    margin: 0 auto;
    max-width: 500px;
}
.social-btn-sp #social-links ul{
    margin: 0;
}
.social-btn-sp #social-links ul li {
    display: inline-block;
}          
.social-btn-sp #social-links ul li a {
    padding: 6px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
}
table #social-links{
    display: inline-table;
}
table #social-links ul li{
    display: inline;
}
table #social-links ul li a{
    padding: 5px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 15px;
    background: #e3e3ea;
}
#copy-link-message {
  font-size: 14px;
  color: #007bff;
  margin-top: 10px;
}
.social-btn-sp{
    display: none;
    position: relative;
}
.social-btn-sp.show{
    display: inline-flex;
    align-items: center;
}
#copy-link-button{
    width: 40px;
    height: 44px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
    margin-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#copy-link-button svg{
    width: 23px;
}
#copy-link-message {
    font-size: 14px;
    color:var(--primary);
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    top: -35px;
}
.single-intro #copy-link-button, .single-intro .social-btn-sp #social-links ul li a{
    border-color: var(--primarydark);
}
.copyright{
    font-size: 1.8rem;
    font-weight: 300;
}
/* -- Gallery Section --*/
.single-gallery-images{
    position: relative;
}
.view-gallery{
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    background: none;
    border: none;
    color:var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background:var(--white);
    opacity: 1;
    border-radius: 5px;
    font-weight: 400;
}
.view-gallery svg{
    fill: var(--base);
    margin-right: 5px;
}
.gallery-slider-section{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#774d46;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transform: translateY(-150%);
    transition: all ease-in-out 0.4s;
    z-index: 99;
}
.gallery-slider-section.show{
    transform: translateY(0);
}
.gallery-image {
    max-height: 650px;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-image img{
   width: auto !important;
   max-height: 650px;
}
.relative{
    position: relative;
}
.gallery-slider-section #counter{
    color: #F9F3E8;
    font-family: var(--secondry-font);
    font-size: 3rem;
    margin-bottom: 1rem;
}
.close-icon{
    position: absolute;
    right: 2rem;
    top: -0.8rem;
    width: 5rem;
    height:5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #F9F3E8;
    border-radius: 50%;
    outline: none;
}
.close-icon svg{
    fill:#F9F3E8;
}
.gallery-slider-section .owl-nav{
    position: absolute;
    right: 6rem;
    top: -6.3rem;
}
.gallery-slider-section .owl-nav .owl-prev, .gallery-slider-section .owl-nav .owl-next{
    width: 5rem;
    height: 5rem;
    border: 1px solid #F9F3E8 !important;
    border-radius: 50%;
    color: #F9F3E8 !important;
    margin: 0 5px;
    outline: none;
  
}
.gallery-slider-section .owl-nav .owl-prev span, .gallery-slider-section .owl-nav .owl-next span{
    display: none;
}
.gallery-slider-section .owl-nav .owl-prev{
    background:url(../img/arrow-light-prev.png) no-repeat center !important;
    background-size: 12px !important;
}
.gallery-slider-section .owl-nav .owl-next{
    background:url(../img/arrow-light-right.png) no-repeat center !important;
    background-size: 12px !important;
}
.gallery-slider-section  .owl-dots {
    text-align: center;
    width: 100%;
}
.gallery-slider-section  .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all ease-in-out 0.2s;
}
.gallery-slider-section  .owl-dots .owl-dot.active{
    width: 25px;
    height: 12px;
    border-radius: 30px;
    background: var(--white);
}
/*-- Wishlist link--*/
.wishlist-top {
    position: absolute;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}
.wishlist-top.favorite .wishlist{
    color: red;
}
.viewFavMain{
    display: none;
}
.view-fav-link{
    position: absolute;
    left: 112%;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 15px;
    background:var(--primary);
    width: 130px;
    font-size: 14px;
    color:var(--white);
}
.view-fav-link a{
    color:var(--white);
}
.view-fav-link::before{
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--primary);
}
.columns-main .card-list .card.card-box .card-img .wishlist-top .wishlist.favorite + .viewFavMain{
    display: block;
}
.sidebar .filter-heading{
	display:flex;
	
}
.sidebar .filter-heading .clear-all{
	margin-left:auto;
	opacity:0.3;
	cursor:context-menu;
}
.sidebar .filter-heading .clear-all:not(.active){
    color: var(--base);
}
.sidebar .filter-heading .clear-all.active{
	opacity:1;
	cursor:pointer;
    color: var(--primary);
}
.inner-banner-section{
    padding: 0;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7rem 0;
    display: flex;
    align-items: center;
}
.banner-image-block img{
    width: 100%;
    max-height: 625px;
    object-fit: cover;
}
.border-none{
    border: none !important;
}
.latest-articles-list{
   margin-top: 2rem; 
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .banner-image-block img{
        min-height: 455px;
    }
}
@media screen and (max-width: 1200px){
    .single-reviews .overall-rating > div{
            justify-content: flex-start;
    }
}
@media screen and (max-width:991.5px)  {
    .banner-image-block img{
        min-height: 455px;
    }
    .columns-main .card-list .card.card-box{
        flex-direction: column;
    }
    .columns-main .card-list .card.card-box .card-img{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .columns-main .card-list .card.card-box .card-content{
        padding: 2rem 3rem 3rem;
    }
    .columns-main .card-list .card.card-box .card-content .card-rating{
        margin-right: 0;
    }
    .social-btn-sp #social-links ul{
        display: flex;
        padding-left: 0;
    }
    .single-intro .shareIcons .shareIcons-list > div{
        flex-wrap: wrap;
        gap: 10px;
    }
    .header .topbar{
        display: none;
    }
    .navbar-toggler::before, .navbar-toggler::after{
        width: 25px;
        margin: 0 auto;
        background-color: #fff;
    }
    .navbar-toggler{
        right: 0;
        left: auto;
        height: 100%;
        background-color: #774d46;
        min-width: 80px;
        border-radius: 0;
    }
    .navbar-toggler .navbar-toggler-icon{
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    .header .navbar .navbar-brand{
        margin-left: 0!important; 
    }
    .navbar-collapse .navbar-nav {
        max-width: calc(720px - 3rem)!important;
        background-color: #774d46;
    }
    .navbar-collapse .navbar-nav::before{
        display: none;
    }
    .navbar-collapse .navbar-nav {
        padding: 12rem 0 8rem 0;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 2.4rem;
        color: #fff;
        padding: 3rem 6rem;
    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link{
        border-bottom: 1px solid var(--primary);
    }
    .navbar-collapse .navbar-nav .mobile-menu:last-child a{
        position: relative;
        padding-left: 7rem;
    }
    .navbar-collapse .navbar-nav .mobile-menu:last-child a::before{
        content: '';
        /* background-image: url(../img/icons/wishlist-icon-white.svg); */
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 6rem;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }
    .mobile-menu{
        display: block;
    }
}
@media screen and (max-width:768px)  {
    .banner-image-block img{
        min-height: 520px;
    }
    .featured-articles-section{
        padding-bottom: 0;
    }
    .featured-articles-list .card .content{
        min-height: inherit;
    }
    .featured-articles-list .card .content .read-block{
        position: initial;
    }
}
@media screen and (max-width:575px)  {
    .banner-image-block img{
        min-height: 650px;
    }
}
.btn-order{
    background: transparent;
    border-color: var(--whitesmoke);
    color: var(--whitesmoke) !important;
    font-weight: 600;
}
.btn-order span{
    font-weight: 400;
    font-size: 1;
}
.gift-button{
    margin-top:0;
    z-index: 2;
    position: relative;
}
.form-group p.voucher-type{
    font-size: 14px;
    margin: 0;
}
@media screen  and (min-width:768px){
    .gift-button{
        column-gap: 80px;
    }
		.desktop_header_section.banner .desktop_banner.banner-image-block { width: 100%; height: 100%; position: absolute; top: 0; }
		.desktop_header_section.banner .banner-overlay {  position: relative; z-index:9; }
}

@media screen and (max-width:480px) {
    .search-wrapper .search-inner .col,
    .search-wrapper .search-inner > .button{
        flex: 1 0 100%;
    }
section.perfect-gift .row{
    display: block !important;
}
    .perfect-gift-card h4 {
    margin: 1rem 0 1rem;
    text-align: left;
}
.perfect-gift-card p.fs-18 {
    text-align: left;
}
.perfect-gift-card.text-center {
    margin-bottom: 3rem;
    display: flex;
    gap:10px;
    justify-content: left;
    align-items: center;
}
.custom-accordion-header .custom-icon{
    width: 10%;
}
p.heading-faq.font-weight-bold{
    width: 90%;
}
.banner p{
    width: 100%;
}
.perfect-gift-card .icon{
    margin:0 !important;
    max-width: 10%;
}
    .search-wrapper .search-inner .button .btn{
        border-radius: 1.2rem;
    }
    .columns-main .toolbar .sort-by .form-select{
        width: 100px;
        max-width: 31.2rem;
    }
    .search-wrapper .search-inner > .button{
        margin-top: 16px;
    }
}



/* 30-01-2024 start */
.buy-sv-total .next-step
{
    display: flex;
}
.buy-sv-total .next-step span {
    padding-top:0;
}
.buy-sv-total .next-step .btn
{
  margin-top: 0;
}
.faq .content .row{
    display: block;
    column-count: 2;
}
.faq .content .row .col-md-6{
    width: 100%;
}
.spa-deal-single-banner .left-image img
{
    width: 100%;
}
.contact-form h2
{
  text-transform: uppercase;
}
.content .heading-faq
{
  font-family: "Gotham";
}

.custom_text_size .heading-bottom-text
{
    font-size: 2.1rem;
    font-family: "Gotham";
}
.contact_content span{
    background-color:transparent !important;
}
.hr-line
{
    border-top: 1px solid rgb(197, 199, 201);
}
.contact-info h3 ,.contact-info .time-slot
{
    display: none;
}
.share_div{
    gap: 20px;
}
.competition_banner .left-content .heading-bottom-text{
    margin: 2.5rem 0;
}
.competition_banner h3,
.competition_faq .contact-info h3
{
    font-weight: 500;
    color: #333;
    padding: 2.5rem 0 2rem 0;
    margin-bottom: 0;
    display: block;
    font-size: 2.1rem;
    font-family: "Gotham";
}
.competition_faq .contact-info h3
{
    padding-top: 0;
    margin-top:0;
}
.competition_banner p,
.competition_banner ul li,
.competition_faq .contact-info p,
.competition_faq .contact-info ul li
{
    padding-bottom: 15px;;
}
.competition_banner ul
{
    padding-left: 1rem;
}
.competition_banner ul li,
.competition_faq .contact-info p
{
    padding-bottom: 0px;
}
.competition_faq
{
    padding: 8rem 0;
}
.competition_faq .contact-info-section 
{
    padding: 1rem 0;
}
.competition_faq .contact-info ul li
{
    padding-bottom: 10px;
}
.competition_faq #mc_embed_signup,
.competition_faq #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error 
{
    background: transparent;
    width: 100%;
}
.competition_faq  #mc_embed_signup .helper_text
{
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}
.competition_faq #mc_embed_signup input {
    border: 1px solid #A56658;
    background: transparent;
  }
.competition_faq #mc_embed_signup input:focus-visible
{
    outline: none;
} 
.competition_faq #mc_embed_signup input.button {
    background: #a56658;
    padding: 1rem 5rem;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--secondry-font-dark);
    height: auto;
  }
.competition_faq #mc_embed_signup input.button:hover
  {
    background-color: var(--primarydark);
  }
.competition_faq  #mc_embed_signup h2
{
    font-family: var(--primary-font);
    font-size: 5.4rem;
    margin: 0 0 3rem;
    font-weight: 500;
    line-height: 1.2;
}
.competition_faq #mc_embed_signup .mc-field-group label
{
    font-family: var(--secondry-font-dark);
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-4d4d4d);
  margin-bottom: 10px;
}
.competition_faq #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 0;
    border-bottom: 1px solid #e85c41;
  }
.competition_faq #mc_embed_signup .mc-field-group input
{
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(153, 153, 153, 0.5);
    width: 100%;
    font-family: var(--secondry-font);
    padding: 0 0 10px;
    border-radius:0px;
}
.competition_faq #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error
{
    font-family: "Gotham";
    font-weight: 500;
    color:#e85c41;
}
/* 
h1{}
h2{}
h3{}
h4{}
h5{} */

/**new css 16-05-2024**/
.shop-gift-voucher .shop-gift-voucher-inner .left-content h3,.newsletter .left-content h3,.delivery-cards .card .content h3{font-family: "Harlow Duo Serif";}


.left-content h3{    font-size: 5rem;     max-width: 800px; font-weight:400}
.newsletter .left-content h3{       max-width: 620px;}

.footerlogo  span{    width: 175px; display: block; color:#a06856; text-transform:uppercase}
.footerlogo  .press-logoss{    width: calc(100% - 175px); display: block;}

/* updated 11DEC2024 */
body:has(.header.sticky) { padding-top: 12rem; }
header.header.sticky { position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 9; }
header.header.sticky .topbar { display: none; }
header.header.sticky .navbar {     padding: 1rem 0;padding-left:1.5rem; }
/*header.header.sticky nav.navbar a.navbar-brand { width: 40px;     overflow: hidden; }*/
header.header.sticky nav.navbar a.navbar-brand > img { width:100$; max-width: inherit; }
.banner-steps .heading-bottom-text { margin: 5.24rem 0 3rem; }
.banner-steps .step {  padding-left: 16rem; }
.banner-steps .step span {  background: transparent; border: 3px solid var(--primary); color: var(--primary); width: 80px; height: 80px; font-size: 8rem; top: 5px; font-family: "Harlow Duo Serif"; }
.banner:has(.banner-steps) .right-image > img {  border-radius: 0 10rem 0 10rem; }
.single-reviews .overall-rating .overall-out-5 .all-rating-num,
.single-reviews .overall-rating h3 { font-family:"Harlow Duo Serif"; }
.home_gift_text .home_gift_description p {  margin-bottom: 3.7rem; }
.desktop_header_section.banner .desktop_banner.banner-image-block img { height:100%; max-height: 100%; opacity: 1; min-height: inherit; }
.desktop_header_section.banner .mobile_banner { display:none;  }
.desktop_header_section.banner .mobile_banner img { opacity:1; min-height:200px; }
.modal-dialog .text-primary.success {  padding: 0 4rem 2rem; }
section.single-offers .similar-offers-list.similar-offers-list.offers { background: none; padding: 0;}
a.link.d-flex.align-items-center.btn.btn-primary.d-inline-flex svg {
    display: none;
}

h2.heading-secondary.h2-mobile {
    margin-top: 30px;
    display: none;
    text-align: center;
    padding: 0 1.5rem;
}


@media (max-width: 1749px)
{
    .spa-deal-single-banner .left-image
    {
        max-height: 430px;
    }
}

@media (max-width:1200px)
{
    .buy-sv-total .next-step
    {
        justify-content: center;
    }
}
@media (max-width:768px)
{
    .faq .content .row
    {
        column-count: 1;
    }
    .faq p
    {
        max-width: 100%;
    }
    h2.heading-secondary.h2-mobile {
    margin-top: 30px;
    display: block;
}
h3.heading-bottom-text.subtitle.subtitle-white{
    text-align: center;
    padding: 0 1.5rem;
}
section.banner.pt-72.pb-72{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}
@media (max-width:513px)
{
    .btn_box
    {
        display: grid;
        gap: 20px;
    }
    .btn_box a{width: 100%;}
}

/* 30-01-2024 end */

.navbar-collapse .navbar-nav {

    display: flex;
    align-items: center;
}
.header .navbar-nav li a.nav-link.shop-gift-btn{
    padding: 16px 19px !important;
    display: block;
    margin:0 0 0 10px
}
.press-logobg{ background-color: #714f48; padding:2rem 0; overflow:hidden}
.press-logos{  position:relative; left:4%}
.press-logos  .press-logo{display:flex; align-items:center; height:80px; justify-content:center}
.press-logos  .press-logo img{   height: 70px;  object-fit: contain; width:127px !important}
.home_gift_image{  padding-top:3rem; padding-bottom:3rem}
.home-gift-section img { transform: rotate(-8deg); max-width: 45rem; margin: 0 auto; position: relative; z-index: 2; }
.home-gift-section img { width: 70%; display: block; }

.banner.home_main_banners .container{ position:relative; z-index:9}
.banner.home_main_banners:before{ background-color: rgba(0,0,0,0.1); content:""; position:absolute; width:60%; height:100%; top:0; left:0; clip-path: polygon(0 0%, 80% 0%, 100% 100%, 0% 100%); z-index:3}
.banner.home_main_banners:after{ background-color: rgba(0,0,0,0.2); content:""; position:absolute; width:63%; height:100%; top:0; left:0; clip-path: polygon(0 0%, 76% 0%, 100% 100%, 0% 100%); z-index:2}
.home_gift_text .home_gift_title h2 { font-family: "Harlow Duo Serif"; font-size: 4.2rem; text-transform: uppercase; color: var(--color-4d4d4d); }
.banner.home_main_banners  video { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; z-index:1; object-fit: cover;}
.press-logos .spaceLogo{     position: relative; left: 10%;}

.press-logos .owl-carousel .owl-stage{transition: transform 0.6s linear;}
.bottomLogo{ background:none !important}
.bottomLogo .press-logoss .img-responsive { /*filter: sepia(0.7) saturate(1.5) brightness(0.6) contrast(1.2);*/ }


.footerlogo .press-logoss { position: relative; left: 0;}
.footerlogo .press-logoss .item{display:flex; align-items:center; height:100%}
.footerlogo .press-logoss.owl-carousel .owl-stage{display:flex; align-items:center}
.offers { background:#ece8e5}
.offers .card { background:#fff;     box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;}
.offers .card .location-price { background:#ece8e5; margin:0 -2.9rem; padding:0 2.9rem}
@media (min-width:768px) {
.banner.home_main_banners { padding: min(10vw, 12.2rem) 0; position:relative}	
.banner.home_main_banners  .left-content h1, .banner.home_main_banners   .left-content p{ color:#fff;}	
.banner.home_main_banners  .btn-primary { margin-top: 5rem; background: var(--white); color:var(--primary); border-color:var(--white)}
.banner.home_main_banners  .btn-primary:hover { margin-top: 5rem; background: var(--primary); color:var(--white);
border-color:var(--primary)}
.banner.home_main_banners  .btn-primary +  .btn-primary{background: none; color:var(--white);}
.banner.home_main_banners  .btn-primary +  .btn-primary:hover{background: var(--primary); color:var(--white); border-color:var(--primary) }
.banner.home_main_banners .buttonGroup{display:flex; gap:20px; flex-wrap:wrap }
}
@media (max-width:1300px)
{
.banner.home_main_banners .left-content h1{ max-width:600px;}
}
@media (max-width:991px){
    .navbar-collapse .navbar-nav {max-width: 100% !important; }
    .navbar-collapse { 
        z-index: 99;
        overflow: auto;
        scroll-behavior: smooth;
        max-height: calc(100svh - 50px);
    }
    .navbar-collapse .navbar-nav {position: relative;}
    .shop-gift-btn{position: absolute;top: 20px;left: 50%;transform: translateX(-50%);}
    
    
}
@media (max-width:767px)
{
 .banner.home_main_banners .left-content h1 {max-width: 400px;}	
 .press-logos{   left:5%;}	
 .banner.home_main_banners{ padding-top:0px !important;z-index: 1;position: relative; padding-bottom:0px;}
 section.banner.home_main_banners.homepage {
    padding-bottom: 100px !important;
}
 .buy_gift_class body.listing .banner.home_main_banners{
    padding-bottom:0px; }
	.banner.home_main_banners video { position:relative; z-index: 0;vertical-align: top;}
	.banner.home_main_banners:before{display: none;
      }
      body.listing.buy_gift_class .banner.home_main_banners:before{width:100%;
          clip-path: fill-box;
          display: block;
        height: 240px;
      }
	.banner.home_main_banners:after{display:none;}
	.footerlogo .text{ width:100%; }
.footerlogo .press-logoss{ width:calc(100% - 0px);}
.perfect-gift h2 br{display: none !important;}
.footerlogo span {
    width: 100%;
    display: block;
   

    text-align: center;
    margin-bottom: 20px;
}
section.perfect-gift {
    padding: 0px;
    padding-bottom: 10rem;
    padding-top: 10rem;
}
.banner-steps.home-banner-steps .step{
    margin-bottom: 0rem;
}
section.perfect-gift .row.bottom{
    grid-template-columns: 50% 1fr;
    display: grid;
    align-content: center;
}
.delivery-cards .card .content h3{font-size:4.5rem}
}
@media (max-width:469px)
{
    .header .navbar-nav li a.nav-link.shop-gift-btn {
        padding: 16px 10px !important;
        margin: 0 0 0 0px;
        width: calc(100% - 20px);
      }
	  .left-content h3{font-size:4rem;}
}

@media (min-width:1299px) and (max-width:1399px)
{
    .home_main_banners .left-content{max-width: 500px;}
}

  img.monile-image-three-col{
        display: none;
    }
.shopgiftbanner{display:none}

@media (max-width:767px)
{
	.shopgiftbannerwrapper{ padding-top:0px !important}
	.shopgiftbanner{display:block}
	.shopgiftbannerwrapper .btn-primary{font-size: 11px;
    padding: 1.7rem 2rem;}
	.shopgiftbannerwrapper .min-w-220 {
    min-width: auto;
}
section.banner.pt-72.pb-72.partner h1.heading-secondary{
    font-size: 4rem;
}
img.desktop-image-three-col{
    display: none;
}
img.monile-image-three-col{
    display: block;
}
.home-new h1.heading-secondary {
    text-align: center;
    margin-bottom: 4rem;
}
a.btn.btn-primary.btn-lg.help-bar-button {
    background: #A06856 !important;
    color: #fff !important;
}
.help-buttons a.btn.btn-primary.btn-lg.help-bar-button:hover {
    background: #7b3120 !important;
}
}
@media (max-width:374px)
{
.shopgiftbannerwrapper .btn-primary{font-size: 10px;
    padding: 1.7rem 1.5rem;}	
}

/*24-07-2024*/
.bottomLogo .press-logoss .item {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
} 
.bottomLogo .press-logoss .item a {
    display: block;
    height: 100%;
    width: 100%;
}
.bottomLogo .press-logoss img {
    height: 70px;
	width:127px !important;
    object-fit: contain;
}
.banner .heading-bottom-text,
.partner-benefits-section .block-content {
    font-family: var(--secondry-font);
}
.partner-benefits-section .block-content ol li,
.partner-benefits-section .block-content ul li {
    margin-bottom: .8rem;
}
.partner-benefits-section .block-content b,
.partner-benefits-section .block-content strong {
    font-family: var(--secondry-font-dark);
}
@media (max-width:1365px)
{
#payment-form button.btn-primary{     padding-left: 0px;
    padding-right: 0px;
    width: 90% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    font-size: 14px;}
}

@media (max-width:992px)
{
	#payment-form .form-group .col-md-4{ width: 33%;} 
	#payment-form button.btn-primary{ width:100% !important; padding-left:10px; padding-right:10px}
}
@media (max-width:767px)
{

	#payment-form button.btn-primary{ font-size: 14px;}
	   .home_gift_image:not(.col-md-4)  img {
	width: 70%;
    display: block;
   }
.banner-steps.home-banner-steps .step{
    padding-left: 15rem !important;
}
  .row.home-gift-section.m-5 {
	  margin: 0!important;
  }
  .single-intro .single-intro-info {
	flex-wrap: wrap;
    gap: 10px;
  }
   .single-intro .single-intro-info .mobile-only { 
    flex: 0 0 100%;
    padding-top: 15px;
    justify-content: flex-start;
   }
   .desktop_header_section.banner:has(.mobile_banner) .desktop_banner {
	   display:none;
   }
   .desktop_header_section.banner .mobile_banner {
	   display:block;
   }
   .desktop_header_section.banner:has(.mobile_banner) .banner-overlay {
	   position: static;
	   padding-top: 3.5rem;
   }
   .desktop_header_section.banner:has(.mobile_banner) .button-wrapper {
	   margin-top: 6rem;
   }
}

.listing .listing-top h1{ padding-bottom:20px}
.listing .listing-top .heading-bottom-text, .listing .listing-top .offers__subtext {     max-width: 650px;}
.heading-bottom-text{ line-height:1.2;}
.listing .listing-top .offers__subtext {   margin-bottom:70px;       }
.heading-bottom-text{text-transform: capitalize;        }

@media (max-width:480px) {
  .banner-steps .step { padding-left: 13rem; }
  .banner-steps .step span { width: 70px !important; height: 70px !important; font-size: 7rem !important; }
}

.subtitle {
    font-family: "Harlow Duo Serif" !important;
    font-size: 4rem !important;
}
@media (min-width: 1400px) {
       .banner.home_main_banners .left-content h1  {
               max-width: 100%;
               font-family: "Gotham";
               font-weight: 300;
               font-size: 2rem;

        }
        section.banner.home_main_banners .left-content {
                 max-width: 100%;
                 width: 100%;
                 }
		.listing .listing-top .heading-bottom-text, .listing .listing-top .offers__subtext {     max-width: inherit;}
}
@media (min-width: 1750px) {
        .banner.home_main_banners .left-content h1 {
                max-width: 100%;
                font-family: "Gotham";
                 font-weight: 300;
               font-size: 2rem;
        }
        section.banner.home_main_banners .left-content {
                 max-width: 100%;
                 width: 100%;
                 }
		
}

@media (max-width: 1300px) {
        .banner.home_main_banners .left-content h1 {
                max-width: 100%;
                font-family: "Gotham";
                 font-weight: 300;
               font-size: 2rem;
        }
        section.banner.home_main_banners .left-content {
                 max-width: 100%;
                 width: 100%;
                 }
		
		.listing .listing-top .heading-bottom-text, .listing .listing-top .offers__subtext {     max-width: inherit;}
}

@media (max-width: 1300px) {
        .banner.home_main_banners .left-content h1 {
                max-width: 100%;
        }
        section.banner.home_main_banners .left-content {
                 max-width: 100%;
                 width: 100%;
                 }
    }

@media (max-width: 767px) {
        h1.heading-primary.home_banner_text.heading-primary-block {
                max-width: 100%;
                font-family: "Gotham";
                line-height: 3rem;
                 font-weight: 300;
               font-size: 2rem;
        }
        section.banner.home_main_banners .left-content {
                 max-width: 100%;
                 width: 100%;
                 }
}


.home_banner_text{
    font-size: 10rem !important;
    color: #fff;
    
}

.review-container {
 

    margin:50px auto 0;
}

/* 26/08/2025 {YS changes}*/

@media (min-width:1024px){

.order-xl-2.home {
        order: 1 !important;
    }

.order-xl-2.home  .right-image img{
    border-radius: 10rem;
    object-fit: cover;
    border-radius: 40px !important;
}

h2.One-platform {
    font-family: "Harlow Duo Serif";
    font-size: 4.2rem;
    text-transform: uppercase;
    color: var(--color-4d4d4d);
    text-align: center;
}

h2.One-platform {
    font-family: "Harlow Duo Serif";
    font-size: 4.2rem;
    text-transform: uppercase;
    color: var(--color-4d4d4d);
    text-align: center;
}


    .help-bar {
      display: flex;
    justify-content: space-between;
    align-items: center;
    background: #774d46;
    color: #fff;
    padding: 20px 100px 20px 30px;
    border-radius: 12px;
    margin: 0px;
    margin-top: -50px;
    z-index: 7;
    position: relative;
}

.help-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.help-buttons {
    display: flex;
    gap: 20px;
}

p.One-platform.Help {
    color: #fff;
    text-align: left;
    text-transform: none;
    font-size: 4.2rem;
    font-family: "Harlow Duo Serif";
    margin-bottom: 0px !important;
}

.help-left .icon img {
    height: 50px;
    width: 50px;
}
a.btn.btn-primary.btn-lg.help-bar-button{
        background: #fff;
    color: #a56658;
}



}
@media screen and (max-width:1024px){
 .help-bar{
    justify-content: space-between;
    align-items: center;
    background: #7a4a3a;
    color: #fff;
    padding: 20px 10px;
    border-radius: 12px;
    margin: 0px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
 }
img.desktop-image-three-col{
    height:100% !important;
    object-fit: cover;
}
.banner-steps.home-banner-steps .step{
    padding-left: 15rem !important;
}


.help-left {
    display: block;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}



.help-buttons {
    display: flex;
    gap: 20px;
    margin-top:25px;

}

p.One-platform.Help {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    display: block;
    text-transform: inherit;
    font-family: "Harlow Duo Serif";
    margin-bottom: 0rem;
}

.help-left .icon img {
    height: 50px;
    width: 50px;
}

a.btn.btn-primary.btn-lg.help-bar-button{
        background: #fff;
    color: #a56658;
    width:100%;
}


}
p.Subtittle-content-mobile {
    text-align: center;
    display: none;
}
p.Subtittle-content.desktop{
    display: block;
}

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

 .home_banner_text ,section.banner.home_main_banners h3.heading-bottom-text.subtitle{
color:#666666 !important;
}
.home-new h2.heading-secondary{
    text-align: center;
}
.icon-info.last-section {
    margin-left: 0rem;
}

.perfect-gift-card .icon img{
    width: 5rem;
    height: 7rem;
}
.perfect-gift-card .icon{
    align-items: baseline;
    height: 16rem;
    width: 30%;
}
.icon.buy-gift {
    height: 20rem;
    width: 30%;
}
.search-box-my{
    padding: 8px 5px;
}
p.Subtittle-content-mobile {
    text-align: center;
    display: block;
}
p.Subtittle-content.desktop{
    display: none;
}

.custom-faq-section h2.text-center.mb-5 {
    text-align: left !important;
}

h1.homepage-banner-top {
    line-height: 3rem;
    max-width: 100% !important;
}
h2.heading-primary.home_banner_text ,h1.heading-primary.home_banner_text.heading-primary-block {
    font-size: 8rem !important;
}
.banner .right-image {
        max-width: 100%;
        margin: 0 auto;
    }
.order-xl-2.home  .right-image img{
    border-radius: 10rem;
    height: 300px;
    object-fit: cover;
}
.help-buttons{
    display: grid;
        row-gap: 10px;
}

.help-button-div{
    display: flex;
    justify-content: center;
}
.perfect-gift-card h4 {
    margin: 1rem 0 1rem;
}

section.perfect-gift h2.One-platform{
    text-align: center;
}
}


/* Contact US */

.contact-info-section .col-lg-7{
            width: 100%;
        display: flex;
        gap: 50px;
}

.contact-info-section a ,.custom-faq-section a{
    color: #a56658;
    text-decoration: underline;
}

@media (min-width:1200px){
    .info-section {
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
    margin-top: -100px;
    z-index: 99;
    position: relative;
    }
    section.custom-faq-section h2.text-center.mb-5 {
    margin-bottom: 10rem !important;
    margin-top: -8rem;
}

    .info-card {
      flex: 1;
      background: #774d46;
      color: #fff;
      border-radius: 10px;
      padding: 40px;
      text-align: left;
      display: flex;
    flex-direction: column;
    }

    .title h2.One-platform {
    text-align: left;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-top: 42px;
}
.banner-overlay.contact-us{
    margin-top:-10rem;
}
.info-card .three-card-btn {
    margin-top: 8rem;
}

.three-card-btn .btn-primary{
    width:75%;
    justify-content: center;
}

.weekdays{
    margin-top:20px;
}

}

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

.info-card {
    flex: 1;
    background: #774d46;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}
section.custom-faq-section h2.text-center.mb-5{
    margin-top:5rem !important;
    margin-bottom: 4rem !important;
 }
.title h2.One-platform {
    text-align: left;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 34px;
}

    .info-section {
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
    margin-top: 50px;
    z-index: 99;
    position: relative;
    }

}

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

.info-card {
    flex: 1;
    background: #774d46;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top:30px;
}
section.custom-faq-section.contact-us h2.text-center.mb-5 {
    text-align: left !important;
}

.title h2.One-platform {
    text-align: left;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 34px;
}
.home-new .col-xl-6.order-xl-2.home ,.home-new .col-xl-6.order-xl-1.mt-5.mt-xl-0 {
    width: 100%;
}

    .info-section {
      display: contents;
    z-index: 99;
    position: relative;
    }

.contact-info-section .col-lg-7{
            width: 100%;
        display: grid;
        gap: 30px;
}
}


.home-new .row.align-items-center {
    gap: 40px;
}
.home-new .col-xl-6.order-xl-2.home ,.home-new .col-xl-6.order-xl-1.mt-5.mt-xl-0 {
    width: 48%;
}

.custom-faq-column {
    FLEX: 1;
}

a.btn.btn-primary.btn-lg.chat-now:hover {
    border: 1px solid;
}

/* Contact us faq*/
section.custom-faq-section {
    padding-bottom: 100px;
}
    .custom-faq-wrapper {
  display: flex;
  gap: 50px;
}

.custom-accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.custom-accordion-header .custom-icon {
  transition: transform 0.2s ease;
}

.custom-accordion-item.active .custom-accordion-header .custom-icon {
  transform: rotate(180deg);
}

.custom-accordion-content {
  max-height:0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-faq-column h3{
    color: #A56658;
    font-size: 3.2rem;
    font-weight: 600;
}

.custom-accordion-item {
    border-bottom: 1px solid #b8b8b8;
}

.custom-accordion {
    border-top: 1px solid #b8b8b8;
    margin-top: 30px;
}
p.heading-faq.font-weight-bold {
    margin: 0px;
}
section.contact-info-section h3.d-block {
    margin-top: 5rem;
}
.three-card-btn a.btn.btn-primary.btn-lg.chat-now:active ,.three-card-btn a.btn.btn-primary.btn-lg.chat-now:focus{
    border:1px solid;
}

@media screen and (max-width:991px){
    .custom-faq-wrapper {
  display: grid;
  gap: 30px;
}


}

    /* Become a partner */

section.partner-benefits-section-one {
    padding: 8rem 0rem 0rem 0rem;
}

.bp-tick-icon ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    padding: 0;
    margin: 0;
}


.bp-tick-icon ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 50px;
  height: 50px;
  background: url("/assets/customer/img/icons/check-01.svg") no-repeat center center;
  background-size: contain; /* makes sure icon fits */
}

.bp-tick-icon ul li{
        position: relative;
    padding-left: 80px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tick-tittle h2 {
    text-align: center;
    margin-bottom: 80px;
}
.content-benefits-first-section {
    margin-top: 20px;
}
@media screen and (max-width:991px){
.bp-tick-icon ul li {
    position: relative;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}
.bp-tick-icon ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.tick-tittle h2 {
    text-align: left;
    margin-bottom: 40px;
}
}


section.custom-faq-section.partners h2.text-center.mb-5{
    margin-bottom: 5rem !important;
    margin-top: 5rem;
}


section.banner.pt-72.pb-72.partner {
    background: none;
}

 .search-box-my {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #f5f1ef;
      border: 2px solid #8b5e49; /* Brown border */
      border-radius: 10px;       /* Rounded corners */
      padding: 8px 15px;
      width: 50%;
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: #8b5e49;
    }

    .search-box-my .icon-left {
      margin-right: 8px;
      color: #c19a85;
      font-size: 16px;
    }

    .search-box-my input {
      border: none;
      outline: none;
      background: transparent;
      flex: 1;
      font-size: 14px;
      color: #8b5e49;
    }

    .search-box-my input::placeholder {
      color: #8b5e49;
    }

    .search-box-my .icon-right {
      font-size: 16px;
      color: #8b5e49;
      cursor: pointer;
    }
span.icon-right img {
    border-radius: 10px;
    background: #7A4A3A;
    padding: 3px;
}
p.button-search-box {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.help-buttons a.btn.btn-primary.btn-lg.help-bar-button {
    margin: 0px;
    margin-bottom: 5rem;
    margin-top:3rem;
}
.banner-overlay.become-a-partner p.heading-bottom-text.subtitle.offers__subtitle{
    max-width: 100%;
    width: 100%;
}
section.banner.pt-72.pb-72.home-new img {
    border-radius: 6rem;
}
@media screen and (max-width:1200px){
.home-new .col-xl-6.order-xl-2.home, .home-new .col-xl-6.order-xl-1.mt-5.mt-xl-0 {
    width: 100% !important;
}
}
@media screen and (max-width:1024px){
        .search-box-my{
    width:100%;
}
section.custom-faq-section.shop-gift-faq h2.text-center.mb-5 {
    margin-top: 4rem !important;
}
    }

@media screen and (max-width:767px){
.help-buttons a.btn.btn-primary.btn-lg.help-bar-button{
    margin-bottom: 0px;
    margin-top: 1rem;
}
button.search-box-my {
    margin-top: 1rem;
}
}
section.banner.pt-72.pb-72.partner h1.heading-secondary {
    font-size: 6rem;
    margin-bottom: 4rem;
}

section.partner-benefits-section.why-us {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

section.custom-faq-section.shop-gift-faq h2.text-center.mb-5 {
    margin-top: 0rem ;
}


/* Offers page */
section.desktop_header_section.offers-page {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
    max-height: 350px !important;
    height: 100% !important;
}


.card-img {
  position: relative;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Default dark overlay */
.offer-page-carousel .card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0));
  transition: background 0.4s ease;
  z-index: 1;
  height: 30%;
  top: 70%;
}



/* Zoom effect on hover */
.card-img:hover img {
  transform: scale(1.1);
}

/* Title styling */
.card-image-tittle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}
.breadcrumb-inner {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.breadcrumb-inner a {
    color: #c9c9c9;
}

section.three-offer-points {
    background: #EEE9E6;
    padding: 40px 0px;
}

.three-offer-points h2.block-heading.three-offer{
    width: 100%;
    max-width: 100%;
    color: #333333 !important;
}

section.three-offer-points .banner-steps .heading-bottom-text {
    margin: 0rem 0rem 1rem 0rem;
}

section.three-offer-points .banner-steps {
    display: flex;
    gap: 40px;
    margin-top: 5rem;
}

section.three-offer-points .step{
    padding-left: 15rem;
}

section.offer-page-carousel .col-custom-9{
    width: 100%;
}

h3.card-image-tittle {
    margin-top: -6rem;
    z-index: 99;
    position: relative;
    padding-left: 2rem;
}

section.offer-page-carousel h2 {
    width: fit-content;
    font-size: 4.4rem;
    text-transform:inherit;
}
section.content.offer-text-page h4.fs-24.font-weight-bold{
    margin-top: 2rem;
}
section.offer-page-carousel .card .card-img img{
    height:auto;
}

section.offer-page-carousel .slider-big-cards.owl-carousel.owl-loaded.owl-drag{
    margin-top: 8rem;
}
section.three-offer-points p.heading-bottom-text {
    font-size: 2.4rem;
}

section.three-offer-points .banner-steps .step span ,.home-new .banner-steps .step span{
        width: 80px;
    height: 80px;
    font-size: 8rem;
}
section.three-offer-points .banner-steps .heading-bottom-text{
    font-family: Gotham;
    font-weight: 800 !important;
    margin: 0px 0px 1rem;
}
.offer-slider .owl-nav
{
    position: absolute;
    right: 0;
    top: -10rem;    
    display: block !important;
}
.offer-slider .owl-nav
{
  right: 2rem;
  top: -8.5rem;
}

.offer-slider .owl-nav .owl-prev, 
.offer-slider .owl-nav .owl-next
{
    width: 5rem;
    height: 5rem;
    border: 1px solid #F9F3E8 !important;
    border-radius: 50%;
    color: #F9F3E8 !important;
    margin: 0 5px;
  
}

.offer-slider .owl-nav .owl-prev span,
.offer-slider .owl-nav .owl-next span
{
    display: none;
}

.offer-slider .owl-nav .owl-prev
{
    background:url(../img/arrow-light-prev-brown.png) no-repeat center !important;
    background-size: 12px !important;
    border-color: #a56658 !important;
}

.offer-slider .owl-nav .owl-next
{
    background:url(../img/arrow-light-right-brown.png) no-repeat center !important;
    background-size: 12px !important;
    border-color: #a56658 !important;
}

.offer-slider.owl-carousel.owl-loaded.owl-drag {
    margin-top: 6rem;
}

section.offer-page-carousel {
    padding-top: 7rem;
    overflow: hidden;
}

section.offer-page-carousel .offer-slider .owl-nav {
    right: 4rem;
    top: -11.5rem;
}
.offers-page .mobile_banner.banner-image-block{
    margin-top: 0rem;
}
.three-offer-points h2.block-heading.three-offer {
    text-transform:none;
    font-size: 4.4rem;
}
section.three-offer-points .step p.heading-bottom-text{
    margin-top: 1rem;
}
section.offer-page-carousel h3.card-image-tittle {
    color: #fff;
    font-family: "Harlow Duo Serif";
    font-weight: 400;
    position: absolute;
    font-size: 3rem;
}
.popup-overlay.active{
    display: none;
}
.modal.fade.deal-inquiry.show {
    z-index: 9999;
}

section.custom-faq-section.shop-gift-faq.all-faq-pages {
    padding-top: 10rem;
}
@media screen and (max-width:767px){

section.offer-page-carousel .offer-slider .owl-nav {
    right: 2rem;
    top: -8.5rem;
}
.contact-three-box .icon img {
    width: 7rem;
}
img.chat_icon {
    width: 10rem !important;
}
.breadcrumb-inner{
    display: none;
}
section.desktop_header_section.offers-page{
    max-height: 100%!important;
    padding-top:0px;
}
section.three-offer-points .banner-steps {
    display: grid;
    gap: 40px;
    margin-top: 5rem;
}


}

.top-buttons {
  display: flex;
    align-items: center;
    text-transform: uppercase;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-size: 1.4rem;
}

.top-btn {
  display: flex !important;
  align-items: center;
  gap: 6px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
  align-items: flex-start;
}
.top-buttons p {
    margin: 4px 0 0 0;
    font-family: 'Gotham';
    font-size: max(1.4rem, 11px) !important;
    line-height: 21px;
    color: #333333 !important;
    
}
.top-buttons p:hover {
  color: #a56658 !important;
}

.top-btn .icon {
  font-size: 14px;
}

.divider {
  margin: 0 8px;
  color: #aaa;
}
section.perfect-gift.homepage h2.One-platform {
    padding-bottom: 2rem;
}

p.Subtittle-content {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 4rem;
}

.banner-steps.home-banner-steps p.heading-bottom-text {
    font-weight: 800 !important;
    font-family: 'Gotham';
    margin-bottom: 1rem;
}
.home-new h2.heading-secondary {
    margin-bottom: 6rem !important;
}



.pacakges-text{
    text-align: center;
    margin-bottom: 4rem;
}

section.offers.homepage-package h2.heading-secondary.text-center {
    padding-bottom: 2rem !important;
    text-transform: capitalize;
}
.modal{
    z-index: 9999;
}

button.submit-btn.btn.btn-primary.d-inline-flex.align-items-center.next-step:focus-visible ,
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    background: #5a1c0f;
    box-shadow: none;
    border: none;
    color: #fff;
}

  .chat-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        visibility: hidden;
        opacity: 0;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .chat-container {
        position: relative;
        background-color: #6b433c; /* Chestnut color */
        width: 90%;
        max-width: 750px;
        height: 90%;
        max-height: 650px;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    #webchat {
        flex: 1;
    }

    #webchat .bpWebchat {
        position: unset;
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
    }

    #webchat iframe.bpWebchatIframe {
        height: 100% !important;
    }

    .bpFab {
        visibility: hidden !important;
        opacity: 0 !important;
    }

/* Corporate page */
.gift-section {
  padding: 60px 0;
  background: #fff;
}

.gift-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 90px;
}

.gift-text {
  width: 32%;
}

.gift-text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}


.gift-image {
  flex: 1;
}

.gift-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

/* ================= Responsive ================= */
@media (max-width: 1024px) {
  .gift-text {
    width: 45%;
  }
  .founder-section .container{
        display: flex;
    align-items: center;
    gap: 30px !important;
    background:#774d46;
    padding: 5rem 5rem !important;
    color: #fff;
    border-radius: 2rem;
  }

  .gift-text h2 {
    font-size: 3.5rem;
  }

}

@media (max-width: 768px) {
  .gift-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .gift-text {
    width: 100%;
  }


  .gift-image {
    width: 100%;
  }
}


/*Form section*/
.corporate-section {
  padding: 0px 0px 60px 0px;
  background: #fff;
}

section.corporate-section .container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.corporate-form-box {
  width: 35%;
  background: #774d46;
  padding: 4rem 3rem;
  color: #fff;
}

.corporate-form-title {
  margin-bottom: 10px;
}

.corporate-form-desc {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.corporate-form input,
.corporate-form select {
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: none;
  border-radius: 6px;
}
h3.corporate-form-title{
    font-family: 'Harlow Duo Serif';
}

.corporate-form input:focus,
.corporate-form select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.corporate-btn {
  width: 100%;
  background: #9e645c;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.corporate-btn:hover {
  background: #854b44;
}



.corporate-note a {
  color: #fff;
  text-decoration: underline;
}

.corporate-content {
  width: 65%;
}

.corporate-heading {
  margin-bottom: 3rem;
}

.corporate-intro {
  margin-bottom: 8rem;
}

.corporate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.corporate-card-bottom {
      background: #EEE9E6;
    text-align: center;
    padding: 3rem;
    flex:1;
}

.corporate-card-bottom img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.corporate-card h4 {x;
  margin: 0 0 8px;
}
.corporate-card-bottom h3 {
   font-family: 'Gotham';
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 2.4rem;

}
.faq-button{
    margin-top:6rem !important;
}
/* ---------- Responsive ---------- */

/* Tablets (between 768px and 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  section.corporate-section .container {
    flex-direction: column;
  }

  .corporate-form-box,
  .corporate-content {
    width: 100%;
  }

  .corporate-form-box {
    margin-bottom: 4rem;
    padding: 5rem 3rem;
  }

  .corporate-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Mobiles (max-width: 767px) */
@media (max-width: 767px) {
  section.corporate-section .container {
    flex-direction: column;
  }
  section.perfect-gift.icon-layout .col-lg-3{
    width: 100% !important;
  }
  p.button-search-box.openChatBtn{
    width: 90%;
  }
  .founder-image img{
    height: 350px;
    object-fit: cover;
  }
.button-wrapper{
    margin-top:4rem;
    justify-content: center;
}
.guides .left-content p{
    margin-top: 4rem;
}
 

  .corporate-form-box,
  .corporate-content {
    width: 100%;
  }

  .corporate-form-box {
    margin-bottom: 3rem;
    padding: 4rem 3rem;
  }


  .corporate-btn {
    padding: 12px;
  }

  .corporate-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .corporate-card-bottom {
    padding: 2rem;
  }
}

/* Small mobiles (max-width: 480px) */
@media (max-width: 480px) {
  .corporate-section {
    padding: 0px 0px 40px 0px;
  }

  .corporate-form-box {
    padding: 4rem 3rem;
  }
  h2.heading-primary.home_banner_text ,h1.heading-primary.home_banner_text.heading-primary-block{
    font-size: 6rem !important;
  }


  .corporate-btn {
    padding: 10px;
  }

  .corporate-card-bottom {
    padding: 1.5rem;
  }
  .custom-accordion.right {
    border-top: none;
    margin-top: -30px;
}
}
@media (min-width: 1751px)
{
        img.desktop-image-three-col {
        height: 700px !important;
        object-fit: cover;
    }
}
@media (max-width: 1750px)
{
        img.desktop-image-three-col {
        height: 500px !important;
        object-fit: cover;
    }
}

    h2.One-platform {
        font-family: "Harlow Duo Serif";
        font-size: 4.2rem;
        text-transform: uppercase;
        color: var(--color-4d4d4d);
        text-align: center;
    }

    h2.heading-secondary.text-center.gift-headline {
    padding: 0px;
    margin-bottom: 3rem;
}

section.perfect-gift.icon-layout {
    padding-top: 5rem;
}

section.perfect-gift.icon-layout .row {
    margin-top: 5rem;
}
section.perfect-gift.icon-layout .col-lg-3{
    width:20%
}

section.founder-section {
    padding: 10rem 0rem;
}

.founder-section .container {
  display: flex;
  align-items: center;
  gap: 150px;
  background: #774d46;
  padding: 5rem 11rem;
  color: #fff;
  border-radius: 2rem;
}


.founder-image {
width:25%;
}

.founder-image img {
  width: 100%;
  border-radius: 2rem;
  display: block;
}

.founder-text {
  flex: 1;
}

.founder-text .quote {
  margin-bottom: 20px;
}

.founder-text .founder-name {
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-section .container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 5rem 4rem;
    border-radius: 2rem;
  }

  .founder-image {
    flex: none;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}


.comparison-section {
  padding: 60px 20px;
  background: #fff;
}

.comparison-section .section-title {
  text-align: center;
  font-size: 6rem;
  margin-bottom: 6rem;
  color: #444;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #000;
}

.comparison-table th,
.comparison-table td {
  border: none;
  padding: 2rem;
  text-align: left !important;
  vertical-align: top;
  font-size: 2.1rem;
  border-bottom: 1px solid #000;
  font-weight: 300;
}

.comparison-table th {
  background: #EEE9E6;
  font-weight: 500;
  border-bottom: 1px solid #000;
  font-size: 2.1rem;
  text-align: left;
  vertical-align: middle;
}

.comparison-table td:first-child,
.comparison-table th:first-child {
  font-weight: 500;
  width: 20%;
  font-size: 2.1rem;
  vertical-align: middle;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

/* Tablet view */
@media (max-width: 1024px) {
  .comparison-section {
    padding: 40px 15px;
  }

  .comparison-section .section-title {
    font-size: 6rem;
    margin-bottom: 3rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 1.2rem;
    font-size: 1.3rem;
  }
}

/* Mobile stacked layout */
@media (max-width: 768px) {
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table th,
  .comparison-table td,
  .comparison-table tr {
    display: block;
    width: 100%;
  }


  .comparison-table tr {
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
  }

  .comparison-table td {
    border: none;
    padding: 10px 0;
    text-align: left !important;
    font-size: 1.4rem;
  }

  .comparison-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
  }

  .comparison-table td:first-child {
    font-weight: 600;
    font-size: 1.6rem;
    color: #222;
    width: 100%;
        text-align: center !important;
        border-bottom: 1px solid #666;
  }

  th.table-full ,td.table-full{
    width:100% !important;
    text-align: center !important;
  }
  th.table-half ,td.table-half{
    width: 50% !important;
    text-align: center !important;
    flex:1;
    padding-left: 1rem;
    padding-right: 1rem;
            border-bottom: 1px solid #666666;
}

tr.table-mobile {
    display: flex;
    flex-wrap: wrap;
}
.contact-bar{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
}
    .contact-bar .divider {
  display: none !important;
}
}


section.shop-gift-voucher.gifting-section .btn-order {
    background: #6E4741;
}

section.shop-gift-voucher.gifting-section .btn-order:hover {
    background: #a56658;
}

.contact-bar {
  color: #333;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
}

.contact-bar a {
  color: #3b3b3b;
  text-decoration: underline;
}

.contact-bar a:hover {
  color: #a67c52; /* hover color */
}

.contact-bar .divider {
  color: #999;
}
.corporate-form-box .contact-input {
    background: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(153, 153, 153, 0.5);
    width: 100%;
    font-family: var(--secondry-font);
    padding: 2rem 1rem;
    border-radius:1rem;
    font-size: 1.5rem;
}

.modal-body.corporate{
    padding: 0px;
}

section.partner-benefits-section.why-us.corporate-gifting {
    border: none;
}
section.shop-gift-voucher.gifting-section {
    margin-bottom: 6rem;
}

.button-wrapper.flex-wrap.d-inline-flex.justify-content-center.align-items-center.gift-button.gap-30{
    gap:10px;
    justify-content: left !important;
}

.mb-3.new a.submitReview.btn.btn-primary {
    width: 100%;
}

.modal-body.corporate .mb-3 {
    margin-bottom: 2.5rem !important;
}

.image-card {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.image-card a {
  display: block;
  position: relative;
  overflow: hidden;
}

/* Image zoom */
.image-card a img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Default dark overlay */
.image-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0,0,0,0));
  transition: background 0.4s ease;
  z-index: 1;
}


/* Zoom on hover */
.image-card a:hover img {
  transform: scale(1.1);
}

/* Caption */
.image-card .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: 'Harlow Duo Serif';
  color: #fff;
  font-size: 3rem;
  z-index: 2;
}

.corporate-card{
    display: flex;
    flex-direction: column;
}

.corporate-form-box .contact-input::placeholder {
    font-size: 1.5rem !important;
    color: #666666!important;
    opacity: 1;
}
.textarea-input::placeholder{
    color: #666666!important;
    opacity: 0.5;
}
a.openChatBtn {
    display: inline-flex !important;
}

section.perfect-gift.homepage p.Subtittle-content{
    margin-bottom: 7rem;
}

select{
    color: #666666!important;
}

option {
    color: #000;
}

h2.One-platform-bottom {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0px;
}
.banner-steps.home-banner-steps strong {
    font-family: "Gotham";
}

.corporate-form-box .invalid-feedback{
    color: #fff;
}
.modal-content .contact-input::placeholder {
    color: #666666 !important;
}

button.btn.btn-primary.btn-lg{
    text-transform: uppercase;
}
.bottomLogo.py-5.corporate-page {
    background: #774d46 !important;
}

.bottomLogo.py-5.corporate-page .footerlogo span {
    color: #fff;
}
section.contact-three-box {
    z-index: 1;
    position: relative;
}
html:has(.navbar-collapse.justify-content-end.mobile-menu-on.collapse.show) {
    overflow: hidden;
}

@media (min-width: 1601px){
    html{
        font-size: 50%;
    }

    .columns-main .card-list .card.card-box .card-img {
    flex: 1 0 29.8%;
    max-width: 38.8%;
    aspect-ratio: 450 / 400;
    position: relative;
}

.search-wrapper .search-inner .button .btn {
font-size: 17px;
}
.home_banner_text{
    width: 85%;
}
h2.heading-secondary.slider-text {
    width: 50%;
}

}
.custom-faq-section a.btn.btn-primary {
    color: #fff;
    text-decoration: none;
}

.for-desktop{
display:block;
}
.for-mobile{
display:none;
}
h2.One-platform-bottom.for-mobile br {
    display: block !important;
}
@media screen and (max-width:767px){
.for-desktop{
display:none;
}
.for-mobile{
display:block;
}
h2.One-platform-bottom.for-mobile br {
    display: block !important;
}

}

h2.heading-secondary.slider-text.luxury {
    text-transform: capitalize;
}
.mt-100{
    margin-top: 100px;
}
.welcome-banner-text{
  display: none;
}


/*7/11/2025*/
p span.d-flex.align-items-center{
    font-size: 1vw !important;
}

.mt-100 {
    margin-top: 50px;
}
p.for-mobile-text {
    display: none;
}
p.choose-the-voucher {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width:767px){

p span.d-flex.align-items-center{
    font-size: 15px !important;
}
.mt-100 {
    margin-top: 50px;
    margin-bottom: -25px;
}
p.for-mobile-text {
    display: block;
    margin-top: 20px;
}
}

@media screen and (min-width:1024px){
	.shop-container-height{
		padding-block: 3vw;
	}
	.max-Wcontent{
		max-width:80%;
	}
	.lg-mb-30{
		padding-bottom:30px !important;
	}
}

.heading-primary-block{
	font-family: "Harlow Duo Serif" !important;
}
@media screen and (min-width:767px){
	.subtitle-white{
		color:#fff !important;
	}
}
@media screen and (max-width:767px){
	.buy_gift_class .banner.home_main_banners .left-content h1{
		line-height:1;
        position: absolute;
        top: -240px;
        color: #fff !important;
        height: 240px;
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 0 1.5rem;
	}

  .welcome-banner-text {
    display: block;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    background: #774d46;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
}
.welcome-banner-text a {
    color: #fff;
    cursor: pointer;
}
	.shop-perfect-gift .perfect-gift-card .icon{
		height:auto;
	}
	.shop-perfect-gift .perfect-gift-card{
		margin-bottom:5rem;
	}
}

section:has(>.container>.row) {overflow-x: hidden;}

p.top-brown-stripe {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom:0px !important;
}
.brown-stripe{
    background: #774d46;
    padding: 7px 1.5rem;
    text-align: center;

}
.buy_gift_class-two section.banner.home_main_banners ,.buy_gift_class-two h1.heading-primary.home_banner_text.heading-primary-block ,.buy_gift_class-two video
,body.listing.buy_gift_class-two .banner.home_main_banners:before{
    display: none;
}
@media screen and (max-width:767.5px){
    p.top-brown-stripe {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.brown-stripe{
    background: #774d46;
    padding: 7px 1.5rem;
    text-align: center;

}
.buy_gift_class-two section.banner.home_main_banners{
    display: block;
}
}

 section.banner.home_main_banners h3.heading-bottom-text.subtitle{
               text-transform: none !important;
             }
