/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&display=swap');

/* Variables */
:root {
    --light-gray: #F2F2F2;
    --top-bar-color: #2A2F33;
    --footer-boder-color: #CF3339;
    --text-light-gray: #707070;
    --primary-font: 'Cinzel', serif;
    --secondary-font: 'Lato', sans-serif;
    --c7-error-bg: #2A2F33;
}

a:hover {
    text-decoration: none !important;
}

.primary-font {
    font-family: var(--primary-font);
}

.secondary-font {
    font-family: var(--secondary-font);
}

.cus-text-color {
    color: var(--top-bar-color) !important;
}

body {
    overflow-x: hidden !important;
}

/* Buttons */
.button-outlined {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--footer-boder-color);
    border-radius: 3px;
}

.button-outlined:hover {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--light-gray);
    background-color: var(--footer-boder-color);
}

/* Header */
.border-top-theme {
    border-top: 1px solid var(--footer-boder-color);
}

.custom-logo-link .custom-logo {
    width: 292px;
    height: 71px;
}

#search.form-control:focus,
#search-wines.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.contact-num a:hover,
.top-bar-social-list a:hover {
    color: var(--footer-boder-color) !important;
}

.top-bar-c7-wrapper #search {
    border-radius: 50rem 0 0 50rem;
    border: none;
    background-color: var(--light-gray);
    height: 39px;
    font: normal normal normal 15px/18px Lato;
}

.top-bar-c7-wrapper #search-wines {
    border: none;
    border-radius: 0 50rem 50rem 0;
    background-color: var(--light-gray);
}

.c7-user-nav__cart__title::before {
    content: '';
    background: transparent url('../img/shopping-cart.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 27px;
    height: 26px;
}

.c7-user-nav__cart__title svg {
    display: none;
}

.c7-user-nav__cart__count {
    font-size: 16px;
    font-weight: 500;
}

.desktop-search .input-group {
    padding-top: 13px;
}

.top-bar-c7-wrapper #c7-login {
    margin-top: .25rem !important;
}

#c7wp-cart-box {
    z-index: auto;
}

.c7wp-wrap .c7-user-nav__account>a.c7-user-nav__account__login {
    content: ' ' !important;
    text-indent: -99999999px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 29px;
    height: 28px;
    outline: none;
    z-index: 1;
    background-size: cover;
    margin-top: 15px;
}

.c7-side-cart.c7-side-cart--visible {
    background-color: #fff;
    max-width: 460px;
}

.c7-side-cart__header h1.c7-h1 {
    font: normal normal bold 18px/25px var(--primary-font);
}

.c7-order-item__quantity select {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    min-height: 46px;
	text-align:end;
}

.top-bar-c7-wrapper #c7-login a.c7-login__logged-in {
    content: ' ' !important;
    text-indent: 35px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    background-size: cover;
}

.top-bar-c7-wrapper #c7-login a.c7-login__logout {
    content: ' ' !important;
    text-indent: 35px;
    white-space: nowrap;
    background: transparent url('../img/user-icon.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    background-image: none;
    top: 15px;
    font-size: 12px;
    right: -10px;
    background-size: cover;
}

.c7-account__create-account input {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
    background: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.c7-account__create-account .c7-form__group .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-account__create-account .c7-form__group .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-logout-message a {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 15px;
    display: inline-block;
}

.c7-logout-message a:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-account__create-account .c7-form__button-row .c7-button-alt {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-account__create-account .c7-form__button-row .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.nav-item.active {
    font-weight: 700;
}

.nav-item.active a {
    color: var(--footer-boder-color) !important;
}

/* Slider */
.home-slider-section {
    width: 100%;
    overflow: hidden;
}

/* Login Page */
.wp-block-c7wp-default #c7-login-form .c7-button {
    margin: auto !important;
}

.wp-blo#k-c7wp-default #c7-content {
    margin: 30px;
}

.wp-block-c7wp-default #c7-content h1 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account-login h4 {
    font: normal normal 400 18px/20px var(--primary-font);
    color: var(--top-bar-color);
    margin-top: 30px;
}

.wp-block-c7wp-default #c7-content .c7-account-login--new p {
    font: normal normal normal 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-btn.c7-btn--primary {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    display: block;
    padding: 9px 20px;
    color: #CF3339;
}

.c7-btn.c7-btn--primary:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button-alt {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--footer-boder-color);
    background-color: transparent !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0;
    text-align: center;
    display: block;
    line-height: 26px !important;
}

.c7-account-row--delete {
    border-top: 1px solid var(--footer-boder-color);
}

.c7-account-row--delete a {
    color: var(--bs-blue) !important;
}

.wp-block-c7wp-default #c7-content .c7-form .c7-button-alt:hover {
    color: var(--bs-white) !important;
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login p {
    font: normal normal normal 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
}

.wp-block-c7wp-default #c7-content .c7-account-login a {
    font: normal normal normal 16px/18px var(--secondary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-security {
    font: normal normal 400 12px/18px var(--secondary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-security a {
    font: normal normal 600 12px/18px var(--secondary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-questions {
    font: normal normal 400 12px/18px var(--secondary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-content .c7-message--login-questions a {
    font: normal normal 600 12px/18px var(--secondary-font);
    text-decoration: none;
}

.wp-block-c7wp-default #c7-create-account .c7-button {
    float: right;
    margin: initial !important;
}

/* Profile Page */
.wp-block-c7wp-default #c7-content h1 {
    margin: 30px auto;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard h2,
.wp-block-c7wp-default #c7-content .c7-account__information h2,
.wp-block-c7wp-default #c7-content .c7-account__order-history h2,
.wp-block-c7wp-default #c7-content .c7-account__clubs h2,
.wp-block-c7wp-default #c7-content .c7-account__address-book h2,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards h2 {
    font: normal normal 500 18px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard h3,
.wp-block-c7wp-default #c7-content .c7-account__information h3,
.wp-block-c7wp-default #c7-content .c7-account__order-history h3,
.wp-block-c7wp-default #c7-content .c7-account__clubs h3,
.wp-block-c7wp-default #c7-content .c7-account__address-book h3,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards h3 {
    font: normal normal 500 14px/26px var(--secondary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.wp-block-c7wp-default #c7-content .c7-account__dashboard p,
.wp-block-c7wp-default #c7-content .c7-account__information p,
.wp-block-c7wp-default #c7-content .c7-account__order-history p,
.wp-block-c7wp-default #c7-content .c7-account__clubs p,
.wp-block-c7wp-default #c7-content .c7-account__address-book p,
.wp-block-c7wp-default #c7-content .c7-account__credit-cards p {
    font: normal normal 400 12px/18px var(--secondary-font);
}

.wp-block-c7wp-default #c7-content .c7-account__order div:first-child {
    font-size: 0.75rem;
}

.wp-block-c7wp-default #c7-content a {
    cursor: pointer;
}

.c7-account-menu a {
    color: var(--bs-blue);
    cursor: pointer;
}

/* Visit banner Section */
.visit-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visit-banner-wrapper.img-left {
    float: inline-end;
}

.visit-banner-desc-wrapper .visit-banner-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.visit-banner-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
}

.visit-banner-desc-wrapper .visit-banner-desc {
    font: normal normal normal 16px/20px var(--secondary-font);
    color: var(--top-bar-color);
}

.visit-banner-desc-wrapper .visit-banner-desc.content-area {
    margin: 16px 0 32px 0;
    font-size: 16px;
}

/* History Section */
.history-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.history-section::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.history-description-wrapper {
    z-index: 1;
}

.history-section .history-title {
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--bs-light);
}

.history-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--bs-light);
    background-color: var(--bs-light);
    width: 25%;
    max-width: 200px;
}

.history-section .history-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--bs-light);
    max-width: 1209px
}

/* Feature Collection */
.feature-collection .feature-title {
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.feature-collection .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.feature-collection .c7-product-collection {
    max-width: 100%;
}

.feature-collection .c7-product__photo img {
    max-height: 330px;
}

.feature-collection .c7-product__variant__add-to-cart {
    display: none !important;
}

.feature-collection .c7-product__title.c7-title {
    font: normal normal normal 18px/23px var(--primary-font);
    color: var(--top-bar-color);
    margin-top: 10px;
}

.feature-collection .c7-product__info {
    width: 100%;
}

.feature-collection .c7-product {
    text-align: center;
    width: 20%;
    justify-content: center;
}

.feature-collection .c7-product__variant__price {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.feature-collection .c7-product__variant__price__compare {
    font: normal normal normal 18px/23px var(--primary-font);
    color: var(--top-bar-color);
    margin: auto 5px;
}

.feature-collection .c7-product__variant__price__normal {
    font: normal normal normal 18px/23px var(--primary-font);
    color: var(--footer-boder-color);
    margin: auto 5px;
}

.feature-collection .c7-product__variant__price__sale {
    font: normal normal normal 18px/23px var(--primary-font);
    color: var(--footer-boder-color);
    margin: auto 5px;
    font-weight: 600;
}

.feature-collection .c7-product-collection {
    position: relative;
}

.feature-collection .c7-product-collection .c7-badge.c7-badge--new {
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    position: relative;
    padding: 2px;
    position: absolute;
}

.feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.feature-collection .c7-product-collection .c7-badge.c7-badge--limited {
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
    position: absolute;
}

.feature-collection .c7-product-collection .c7-badge.c7-badge--limited::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.feature-collection .c7-product__login-message {
    font: normal normal 400 12px/16px var(--secondary-font);
    color: var(--text-light-gray);
}

.feature-collection .c7-product__login-message button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.feature-collection .c7-product__login-message button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}


/* Visit Section */
.discover-more-section {
    background-color: var(--light-gray);
}

.discover-more-section-wrapper img {
    width: 638px;
    max-height: 385px;
    object-fit: cover;
}

.discover-more-section-wrapper.img-left {
    float: inline-end;
}

.discover-more-section-desc-wrapper .discover-more-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.discover-more-section-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
}

.discover-more-section-desc-wrapper .discover-more-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}


/* About Section */
.about-section-wrapper img {
    max-width: 600px;
    max-height: 322px;
    object-fit: cover;
}

.about-section-wrapper.img-left {
    float: inline-end;
}

.about-section-desc-wrapper .about-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.about-section-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
}

.about-section-desc-wrapper .about-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}


/* Keyholders Section */
.keyholders-section {
    background-color: var(--light-gray);
}

.keyholders-section-wrapper img {
    width: 638px;
    max-height: 350px;
    object-fit: cover;
}

.keyholders-section-wrapper.img-left {
    float: inline-end;
}

.keyholders-section-desc-wrapper .keyholders-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.keyholders-section-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 22%;
}

.keyholders-section-desc-wrapper .keyholders-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}

.keyholder-detail-section .column-left img {
    max-height: 300px;
    object-fit: cover;
}

.keyholder-detail-section .column-right img {
    max-height: 300px;
    object-fit: cover;
}

.keyholder-detail-section .keyholders-section-title {
    position: relative;
    font: normal normal bold 20px/32px var(--primary-font);
    color: var(--footer-boder-color);
}

.keyholder-detail-section .keyholders-section-title a {
    color: var(--footer-boder-color);
    text-decoration: none !important;
}

.keyholder-detail-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 22%;
    margin-top: 15px;
}

.keyholder-detail-section .keyholders-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}

.keyholder-detail-section .keyholders-section-desc a {
    color: var(--footer-boder-color);
}

.keyholder-detail-section .keyholders-section-desc ul li {
    line-height: 38px;
}

/* Feature News */
.latest-news-section .keyholders-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

select#orderby {
    border-radius: 3px !important;
    background: var(--bs-white) !important;
    border: 2px solid #D8DADC !important;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}

.categories-news-section img {
    width: 275px;
    height: 175px;
    object-fit: cover;
    float: right;
}

.categories-news-section .categoy-page-news-title {
    font: normal normal bold 20px/26px var(--primary-font);
    text-decoration: none;
    color: var(--top-bar-color);
}

.categories-news-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.categories-news-section .categoy-page-news-title a {
    font: normal normal bold 20px/26px var(--primary-font);
    text-decoration: none;
    color: var(--top-bar-color);
}

.categories-news-section .category-post-content {
    font: normal normal normal 14px/24px var(--secondary-font);
    color: var(--text-light-gray);
}

.categories-news-section .category-post-date-time time {
    font: normal normal normal 14px/24px var(--seondary-font);
    color: var(--text-light-gray);
    font-size: 14px;
}

.categories-news-section .readmore-button {
    font: normal normal normal 14px/24px var(--seondary-font);
    color: var(--footer-boder-color);
    font-size: 14px;
    text-decoration: none;
}

.latest-news-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.news-see-all-link {
    font: normal normal medium 16px/25px var(--secondary-font);
    color: var(--top-bar-color);
}

.news-see-all-link i.fa {
    font-weight: 500;
    font-size: 14px;
}

.news-post-wrapper img {
    max-height: 230px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.news-post-wrapper .news-post-title {
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.news-post-wrapper .sidebar-news-post-title {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.news-post-wrapper .news-post-title a {
    text-decoration: none;
    color: inherit;
}

.news-post-wrapper .sidebar-news-post-title a {
    text-decoration: none;
    color: inherit;
}

.news-post-wrapper .news-description-wrapper {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--text-light-gray);
}

.news-post-wrapper .sidebar-news-description-wrapper {
    font: normal normal normal 14px/24px var(--secondary-font);
    color: var(--text-light-gray);
}

/* Single News */
.single-post-section {
    max-height: 300px;
    position: relative;
}

.single-post-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.single-post-content-wrapper h1 {
    text-align: left;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.single-post-content-wrapper .post-date-time {
    color: var(--text-light-gray);
}

.single-post-content-wrapper .post-date-time time {
    font: normal normal normal 14px/24px var(--secondary-font);
    color: var(--text-light-gray);
}

.sidebar-post-date-time {
    color: var(--text-light-gray);
}

.sidebar-post-date-time time {
    font: normal normal normal 14px/24px var(--secondary-font);
    color: var(--text-light-gray);
}

.sidebar-readmore-button {
    font: normal normal normal 14px/24px var(--secondary-font);
    color: var(--footer-boder-color);
    text-decoration: none;
}

.sidebar-readmore-button:hover {
    color: var(--footer-boder-color);
    text-decoration: none;
}

.sidebar-single-post-wrapper .news-post-wrapper {
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px !important;
}

.sidebar-single-post-wrapper .news-post-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 10px !important;
}

/* Cart Section */
.c7-message--empty-cart:after {
    height: 28px;
    width: 28px;
    top: 3px;
}

.c7-cart.c7-visible h1 {
    font: normal normal bold 18px/25px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart__close {
    font-family: var(--secondary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
    z-index: 2;
}

.c7-cart.c7-visible a.c7-cart__close {
    color: var(--top-bar-color) !important;
}

.c7-cart.c7-visible .c7-message--empty-cart {
    padding: 2rem 1rem 1rem !important;
    font: normal normal normal 14px/17px var(--secondary-font);
}

.c7-cart.c7-visible a {
    text-decoration: none;
}

.c7-cart.c7-visible .c7-cart__carrot {
    background: var(--light-gray) !important;
    color: var(--top-bar-color);
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button-alt {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-cart.c7-visible .c7-cart-items__image {
    order: 1;
}

.c7-cart.c7-visible .c7-cart-items__image img {
    max-width: 100%;
}

.c7-cart.c7-visible .c7-cart-items__quantity {
    order: 2;
}

.c7-cart.c7-visible .c7-cart-items__title {
    padding-left: 3%;
    font: normal normal normal 18px/25px var(--primary-font);
    order: 3;
    width: 35%;
}

.c7-cart.c7-visible .c7-cart-items__title a {
    font: normal normal normal 14px/25px var(--secondary-font);
}

.c7-cart.c7-visible .c7-cart-items__price {
    order: 4;
    font: normal normal normal 18px/20px var(--primary-font);
    width: 17%;
    text-align: center;
}

.c7-cart.c7-visible .c7-cart-items__price span {
    font: normal normal normal 16px/18px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-items__item-total {
    order: 4;
    font: normal normal normal 25px/31px var(--primary-font);
}

.c7-cart.c7-visible .c7-cart-items .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-cart.c7-visible .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.c7-cart.c7-visible .c7-cart-summary__subtotal div:first-child,
.c7-cart.c7-visible .c7-cart-summary div div:first-child {
    text-align: left;
    font: normal normal normal 16px/20px var(--secondary-font);
}

.c7-cart.c7-visible .c7-cart-summary__total {
    padding-top: 1rem !important;
    ;
}

.c7-cart.c7-visible .c7-cart-summary__total div:first-child {
    text-transform: uppercase;
}

.c7-cart.c7-visible .c7-cart-summary__total div:last-child {
    font: normal normal bold 20px/25px var(--secondary-font);
}

.c7-cart.c7-visible .c7-cart-summary__total div:last-child span {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
}

.c7-cart.c7-visible .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--secondary-font) !important;
}

/* Cart Page */
.shopping-cart-section h1 {
    font: normal normal bold 25px/32px var(--primary-font);
    margin: 0;
    text-align: center;
}

.shopping-cart-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
    margin: auto;
}

.shopping-cart-section #c7-content h1 {
    display: none;
}

.shopping-cart-section .c7-cart__buttons--top {
    display: none;
}

.shopping-cart-section .c7-cart__wrapper {
    max-width: 70rem;
}

.shopping-cart-section .c7-cart-items>div {
    padding: 5px 30px;
    border: 1px solid #D8DADC;
    border-radius: 5px;
    position: relative;
}

.shopping-cart-section .c7-cart-items__image {
    order: 1;
}

.shopping-cart-section .c7-cart-items__quantity {
    order: 2;
}

.shopping-cart-section .c7-cart-items__title {
    order: 3;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart-items__title a {
    font: normal normal normal 11px/16px var(--secondary-font);
    color: transparent;
    position: absolute;
    top: 0px;
    right: 10px;
}

.shopping-cart-section .c7-cart-items__title a:after {
    content: '';
    background: transparent url('../img/close-line.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.shopping-cart-section .c7-cart-items__price {
    order: 4;
    font: normal normal 400 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.shopping-cart-section .c7-cart-items__price span {
    font: normal normal 400 16px/20px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart-items__item-total {
    order: 5;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.shopping-cart-section .c7-cart__summary {
    border: none;
}

.shopping-cart-section .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-cart__summary__message {
    padding: 0.5rem 0;
}

.c7-cart__wrapper .c7-cart__buttons a {
    margin: 0 0;
}

.shopping-cart-section .c7-cart__summary__message a {
    font: normal normal medium 14px/16px var(--secondary-font);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--top-bar-color);
    text-decoration: none;
    cursor: pointer;
}

.shopping-cart-section .c7-form__group input {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
    background: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.shopping-cart-section .c7-form__group .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.shopping-cart-section .c7-form__group .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.shopping-cart-section .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--secondary-font) !important;
}

.shopping-cart-section .c7-cart__summary__message .c7-cart__promo__summary+div {
    display: none;
}

.shopping-cart-section .c7-cart__summary__totals {
    text-transform: uppercase;
    font: normal normal normal 16px/25px var(--secondary-font);
}

.shopping-cart-section .c7-cart__summary__totals .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.shopping-cart-section .c7-cart__summary__totals .c7-cart-summary .c7-cart-summary__total div:last-child {
    font-weight: 700;
}

.shopping-cart-section .c7-cart__wrapper .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.shopping-cart-section .c7-cart__wrapper .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-cart__wrapper .c7-cart-summary__total div:first-child {
    text-align: right;
}

/* Checkout Page */
.c7-checkout-summary {
    background-color: var(--light-gray);
}

.c7-checkout-summary h1 {
    font: normal normal bold 18px/25px var(--primary-font);
}

.c7-checkout-summary h2 {
    font: normal normal bold 18px/25px var(--primary-font);
    text-align: center;
}

.c7-checkout-summary .c7-cart__close {
    font-family: var(--secondary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
}

.c7-checkout-summary a.c7-cart__close {
    color: var(--top-bar-color) !important;
}

.c7-checkout-summary .c7-message--empty-cart {
    padding: 2rem 1rem 1rem !important;
    font: normal normal normal 14px/17px var(--secondary-font);
}

.c7-checkout-summary a {
    text-decoration: none;
}

.c7-checkout-summary .c7-cart__carrot {
    background: var(--light-gray) !important;
    color: var(--top-bar-color);
}

.c7-checkout-summary .c7-cart__buttons .c7-button-alt {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart__buttons .c7-button-alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.c7-checkout-summary .c7-cart__buttons .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-summary .c7-cart-items__image {
    order: 1;
}

.c7-checkout-summary .c7-cart-items__image img {
    max-width: 100%;
}

.c7-checkout-summary .c7-cart-items__quantity {
    order: 2;
}

.c7-checkout-summary .c7-cart-items__title {
    padding-left: 3%;
    font: normal normal normal 18px/25px var(--primary-font);
    order: 3;
    width: 35%;
}

.c7-checkout-summary .c7-cart-items__title a {
    font: normal normal normal 14px/25px var(--secondary-font);
}

.c7-checkout-summary .c7-cart-items__price {
    order: 4;
    font: normal normal normal 18px/20px var(--primary-font);
    width: 17%;
    text-align: center;
}

.c7-checkout-summary .c7-cart-items__price span {
    font: normal normal normal 16px/18px var(--primary-font);
}

.c7-checkout-summary .c7-cart-items__item-total {
    order: 4;
    font: normal normal normal 25px/31px var(--primary-font);
}

.c7-checkout-summary .c7-cart-items .c7-cart-items__quantity input {
    border-radius: 3px;
    border: 2px solid var(--footer-boder-color)
}

.c7-checkout-summary .c7-cart-summary>div {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.c7-checkout-summary .c7-cart-summary__subtotal div:first-child,
.c7-checkout-summary .c7-cart-summary div div:first-child,
.c7-cart-summary__total div:first-child {
    text-align: left;
    font: normal normal normal 16px/20px var(--secondary-font);
}

.c7-cart-summary div.c7-cart-items__price {
    width: 40%;
    text-align: right !important;
    font: normal normal normal 16px/20px var(--secondary-font) !important;
}

.c7-checkout-summary .c7-cart-summary__total {
    padding-top: 1rem !important;
    ;
}

.c7-checkout-summary .c7-cart-summary__total div:first-child {
    text-transform: uppercase;
}

.c7-checkout-summary .c7-cart-summary__total div:last-child {
    font: normal normal bold 20px/25px var(--secondary-font);
}

.c7-checkout-summary .c7-cart-summary__total div:last-child span {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
}

.c7-checkout-summary .c7-cart__promo__summary {
    color: var(--top-bar-color);
    font: normal normal normal 14px/20px var(--secondary-font) !important;
}

.c7-checkout-summary .c7-form__group input {
    border-radius: 3px;
    background: var(--bs-white);
    border: 2px solid var(--text-light-gray)
}

.c7-checkout-summary .c7-form__group .c7-button {
    border: 2px solid var(--footer-boder-color);
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 14px/16px var(--secondary-font);
    text-transform: uppercase;
}

.c7-checkout-summary .c7-form__group .c7-button:hover {
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
}

.c7-checkout-breadcrumbs {
    font: normal normal medium 16px/25px var(--secondary-font);
}

.c7-checkout-breadcrumbs a {
    font-weight: bold;
    text-decoration: none;
    color: var(--top-bar-color);
}

.c7-message.c7-message--checkout-legal {
    font: normal normal medium 16px/25px var(--secondary-font) !important;
    font-size: 14px;
    color: var(--top-bar-color);
    text-align: left;
    margin-bottom: 3rem;
}

.c7-checkout-template h3 {
    font: normal normal 500 25px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-checkout__content__title a {
    font: normal normal medium 14px/16px var(--secondary-font);
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.c7-checkout-template .c7-checkout__content__account {
    color: var(--text-light-gray);
    font: normal normal medium 14px/16px var(--secondary-font);
    font-size: 12px;
}

.c7-checkout-template [for="c7-email"],
.c7-checkout-template .label,
.c7-checkout-template [for="c7-firstName"],
.c7-checkout-template [for="c7-lastName"],
.c7-checkout-template [for="c7-company"],
.c7-checkout-template [for="c7-address"],
.c7-checkout-template [for="c7-address2"],
.c7-checkout-template [for="c7-city"],
.c7-checkout-template [for="c7-stateCode"],
.c7-checkout-template [for="c7-zipCode"],
.c7-checkout-template [for="c7-phone"],
.c7-checkout-template [for="c7-countryCode"],
.c7-checkout-template [for="c7-password"],
.c7-checkout-template [for="c7-cardNumber"],
.c7-checkout-template [for="c7-expiryMo"],
.c7-checkout-template [for="c7-expiryYr"],
.c7-checkout-template [for="c7-cvv2"],
.c7-checkout-template [for="c7-cardHolderName"],
.c7-account__create-account span.label,
.c7-checkout-template [for="c7-emailMarketingStatus"],
.c7-checkout-template [for="c7-confirmPassword"],
.c7-account__create-account [for="c7-email"],
.c7-account__create-account .label,
.c7-account__create-account [for="c7-firstName"],
.c7-account__create-account [for="c7-lastName"],
.c7-account__create-account [for="c7-company"],
.c7-account__create-account [for="c7-address"],
.c7-account__create-account [for="c7-address2"],
.c7-account__create-account [for="c7-city"],
.c7-account__create-account [for="c7-stateCode"],
.c7-account__create-account [for="c7-zipCode"],
.c7-account__create-account [for="c7-phone"],
.c7-account__create-account [for="c7-countryCode"],
.c7-account__create-account [for="c7-password"],
.c7-account__create-account [for="c7-cardNumber"],
.c7-account__create-account [for="c7-expiryMo"],
.c7-account__create-account [for="c7-expiryYr"],
.c7-account__create-account [for="c7-cvv2"],
.c7-account__create-account [for="c7-cardHolderName"],
.c7-account__create-account [for="c7-emailMarketingStatus"],
.c7-account__create-account [for="c7-confirmPassword"] {
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: bold;
}

.c7-checkout-template input,
.c7-checkout-template select,
.c7-account__create-account input,
.c7-account__create-account select {
    border-radius: 3px !important;
    background: var(--bs-white) !important;
    border: 2px solid #D8DADC !important;
}

.c7-checkout-template .c7-message--error {
    font-size: 12px;
    font-family: var(--secondary-font);
}

.c7-checkout-template .c7-checkout__content__buttons a {
    /* border: 2px solid var(--footer-boder-color); */
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 12px/16px var(--secondary-font);
    text-transform: uppercase;
    /* padding: 0.5rem 1.5rem; */
    text-decoration: none;
}

/* .c7-checkout-template .c7-checkout__content__buttons a:hover{
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
} */
.c7-checkout-template .c7-checkout__content__buttons .c7-button {
    display: block;
    max-width: 20rem;
    margin: auto;
    width: 100%;
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
    font: normal normal normal 14px/16px var(--secondary-font);
    text-transform: uppercase;
    margin-right: 0;
}

.c7-checkout-template .c7-checkout__content__buttons .c7-button:hover {
    background-color: transparent;
    color: var(--footer-boder-color);
}

.c7-checkout-template .c7-checkout__footer li a {
    font: normal normal medium 14px/16px var(--secondary-font);
    font-size: 12px;
    color: var(--bs-blue);
    text-decoration: none;
    cursor: pointer;
}

.c7-checkout-template .c7-checkout__content__buttons {
    margin-top: 30px;
}

.c7-checkout-template .c7-checkout__main h1 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-checkout-template .c7-account-login h4 {
    font: normal normal 400 18px/20px var(--primary-font);
    color: var(--top-bar-color);
    margin-top: 30px;
}

.c7-checkout-template .c7-account-login--new p {
    font: normal normal normal 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-account-login--new .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
}

.c7-checkout-template .c7-account-login--new .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template #c7-promoCode+.c7-button {
    width: auto;
}

.c7-checkout__content__buttons .c7-button {
    margin: initial !important;
}

.c7-checkout-template .c7-form .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}

.c7-checkout-template .c7-form .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template .c7-account-login p {
    font: normal normal normal 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
}

.c7-checkout-template .c7-account-login a {
    font: normal normal normal 16px/18px var(--secondary-font);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-security {
    font: normal normal 400 12px/18px var(--secondary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-security a {
    font: normal normal 600 12px/18px var(--secondary-font);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-questions {
    font: normal normal 400 12px/18px var(--secondary-font);
    color: var(--top-bar-color);
    text-decoration: none;
}

.c7-checkout-template .c7-message--login-questions a {
    font: normal normal 600 12px/18px var(--secondary-font);
    text-decoration: none;
}

.page-template-reservation .c7-modal.c7-visible .c7-modal__content a:not([class]) {
    display: none;
}

/* Chckout Summary Page */
.c7-checkout-template .c7-checkout__content__summary div {
    position: relative;
}

.c7-checkout-template .c7-checkout__content__summary div>a {
    font: normal normal normal 11px/16px var(--secondary-font);
    color: transparent;
    position: absolute;
    top: 0px;
    right: 10px;
}

.c7-checkout-template .c7-checkout__content__summary div>a:after {
    content: '';
    background: transparent url('../img/edit-pen.svg') 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
}

.c7-checkout-template .c7-checkout__content__summary {
    background: var(--light-gray);
    border-radius: 3px;
}

.c7-checkout-template .c7-checkout__main h2 {
    font: normal normal bold 22px/25px var(--primary-font)
}

.c7-checkout-template .c7-checkout__main h4 {
    font: normal normal 500 20px/22px var(--primary-font)
}

.c7-checkout-template .c7-checkout__main h2 span {
    font: normal normal 500 16px/25px var(--secondary-font)
}

.c7-checkout-template .c7-order__buttons .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-checkout-template .c7-order__buttons .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-checkout-template span strong {
    display: block;
    margin-bottom: -10px;
}

.c7-icon.c7-icon--help a {
    color: var(--bs-blue);
}

.c7-modal__content .c7-button {
    width: initial !important;
    margin: initial !important;
}

.c7-modal__content .c7-form__button-row .c7-button-alt {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--footer-boder-color) !important;
    border-radius: 3px;
}

.c7-modal__content label[for="c7-comments"] {
    text-align: left;
}

.c7-modal__content .c7-form__button-row .c7-button-alt:hover {
    background-color: var(--footer-boder-color) !important;
    color: var(--bs-white) !important;
}

.c7-modal__content .c7-button {
    background-color: var(--footer-boder-color) !important;
    color: var(--bs-white) !important;
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    border-radius: 3px;
}

.c7-modal__content .c7-button:hover {
    background-color: transparent !important;
    color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
}

/* Instagram Feeds Section */
.instagram-feeds-section {
    background-color: var(--light-gray);

}

.instagram-feeds-section .instagram-feeds-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color) !important;
}

.instagram-feeds-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

/* Newsletter Section */
.newsletter-section .newsletter-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.newsletter-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
    max-width: 200px;
}

.newsletter-section .c7-subscribe .c7-form {
    justify-content: center;
    margin: auto;
    max-width: 25rem;
}

.newsletter-section #c7-email-error {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row {
    height: 40px;
    bottom: -24px;
    font: normal normal medium 18px/25px var(--secondary-font);
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
    border-radius: 0 3px 3px 0;
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
}

.newsletter-section .c7-subscribe .c7-form .c7-form__button-row:hover button {
    color: var(--footer-boder-color);
    background-color: var(--bs-white);
}

.newsletter-section .c7-subscribe .c7-subscribe-message h3 {
    font: normal normal normal 25px/32px var(--primary-font);
}

.newsletter-section .c7-subscribe .c7-subscribe-message p {
    font: normal normal medium 18px/25px var(--secondary-font);
}

/* Collection Page */
.shop-header-section {
    max-height: 300px;
    position: relative;
}

.shop-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.shop-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.collection-section .nav-tabs .nav-link {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.collection-section .c7-product__photo img {
    max-height: 330px;
    object-fit: contain;
}

.collection-section .c7-product__photo {
    width: 40%;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.collection-section .nav-tabs .nav-item.show .nav-link,
.collection-section .nav-tabs .nav-link.active {
    color: var(--footer-boder-color);
    border-bottom: 2px solid var(--footer-boder-color) !important;
}

.collection-section .c7-product-collection .c7-product__title.c7-title {
    font: normal normal 500 22px/26px var(--primary-font);
    color: var(--top-bar-color);
    min-height: 55px;
}

.collection-section .c7-product-collection .c7-product__teaser {
    font: normal normal normal 16px/22px var(--secondary-font);
    color: var(--top-bar-color);
    min-height: 55px;
}

.collection-section .c7-product-collection .c7-product__teaser p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--new {
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    position: absolute;
    padding: 2px;
    left: 0;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--limited {
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.collection-section .c7-product-collection .c7-badge.c7-badge--limited::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.collection-section .c7-product__variant__price {
    min-height: 70px;
}

.collection-section .c7-product__variant__price .c7-product__variant__price__compare {
    font: normal normal normal 25px/31px var(--primary-font);
    color: var(--top-bar-color);
}

.collection-section .c7-product__variant__price .c7-product__variant__price__sale,
.collection-section .c7-product__variant__price .c7-product__variant__price__normal {
    font: normal normal normal 30px/38px var(--primary-font);
    color: var(--top-bar-color);
}

.collection-section .c7-product__variant__price .c7-product__variant__price__sale {
    font: normal normal 600 16px/22px var(--primary-font);
    color: var(--footer-boder-color);
}

.c7-product__variant__add-to-cart__select {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
    background-color: var(--bs-white);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    height: 45px;
}

.collection-section .c7-product__variant__add-to-cart .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.collection-section .c7-product__variant__add-to-cart .c7-button:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.collection-section .c7-product__variant__add-to-cart label input {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.collection-section .c7-product__login-message {
    font: normal normal 400 12px/16px var(--secondary-font);
    color: var(--text-light-gray);
}

.collection-section .c7-product__login-message button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.collection-section .c7-product__login-message button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.keyholder-join-section {
    background-color: var(--light-gray);
}

.keyholder-join-section .keyholders-section-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.keyholder-join-section .button-outlined {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--light-gray);
    background-color: var(--footer-boder-color);
    border-radius: 3px;
}

.keyholder-join-section .button-outlined:hover {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.keyholder-icon {
    width: 35px;
    height: 35px;
    background-image: url('../img/keyholder_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 15px;
}

.keyholder-register-section #c7-login-form .c7-button {
    text-align: center;
    margin: auto;
    display: block;
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
}

.keyholder-register-section #c7-login-form .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.keyholder-register-section .c7-account-login--new .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 30px;
}

.keyholder-register-section .c7-account-login--new .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.keyholder-register-section h4,
.keyholder-register-section p {
    text-align: center;
}

.keyholder-register-section h4 {
    font: normal normal 400 18px/20px var(--primary-font);
    color: var(--top-bar-color);
}

.keyholder-register-section #c7-login-form a {
    font: normal normal normal 16px/18px var(--secondary-font);
    text-decoration: none !important;
    color: var(--bs-blue) !important;
    cursor: pointer;
}

/* Product Detail Page */
.c7-product-detail__photo img {
    max-width: 100%;
}

.c7-product-detail .c7-product__login-message button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.c7-product-detail .c7-product__login-message button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-product-detail .c7-product-detail__titles {
    width: 65%;
}

.c7-product-detail .c7-product-detail__titles h1 {
    font-family: var(--primary-font) !important;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: var(--top-bar-color);
    text-align: left !important;
}

.c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
    font: normal normal 500 18px/23px var(--primary-font) !important;
    color: var(--top-bar-color);
}

.c7-product-detail .c7-product-detail__info p {
    font: normal normal medium 14px/17px var(--secondary-font);
}

.c7-product-detail .c7-product__variant__add-to-cart {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.c7-product-detail .c7-product__variant__add-to-cart label {
    margin: 30px 0;
}

.c7-product-detail .c7-product__variant__add-to-cart button {
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.c7-product-detail .c7-product__variant__add-to-cart button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.c7-product-detail .c7-product__variant__add-to-cart label input {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-product-detail .c7-product-detail__photo {
    position: relative;
}

.c7-product-detail .c7-badge.c7-badge--new {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge.c7-badge--new::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-badge--award {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge--award::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-badge--limited {
    position: absolute;
    top: 0;
    font: normal normal bold 12px/15px var(--secondary-font);
    display: block;
    width: 59px;
    height: 35px;
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    padding: 2px;
}

.c7-product-detail .c7-badge--limited::after {
    border-bottom: 50px solid transparent;
    content: '';
    width: 0;
    height: 0;
    border-right: 29px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid var(--footer-boder-color);
    position: absolute;
    top: 35px;
    left: 0;
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
    font: normal normal 400 22px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-product-detail .c7-product__variant__price .c7-product__variant__price__normal {
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}

.c7-product-detail .nav-link {
    padding: .5rem 1rem .5rem 0rem;
    font: normal normal 500 18px/23px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-product-detail .nav-link.active {
    color: var(--footer-boder-color);
    font-weight: 600;
    position: relative;
}

/* .c7-product-detail .nav-link.active:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background-color: var(--footer-boder-color);
    bottom: 0;
    left: 0;
} */
.c7-product-detail .c7-product-description-content .line {
    border-bottom: 1px solid var(--footer-boder-color);
    width: 25%;
    display: block;
}

.c7-product-detail .c7-product-detail__photo__thumbs {
    padding: 1rem !important;
}

.c7-product-detail .c7-product-detail__photo__thumbs a img {
    height: 150px;
    margin: 10px;
    border: 2px solid var(--footer-boder-color);
    width: 100px;
    object-fit: contain;
    border-radius: 5px;
}

.product-detail-faq-section {
    background-color: var(--light-gray);
}

.product-detail-faq-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.question-section-title {
    font: normal normal normal 24px/26px var(--primary-font);
}

.product-detail-faq-section .accordion-header button {
    font: normal normal normal 22px/26px var(--primary-font);
    color: var(--footer-boder-color);
}

.product-detail-faq-section .accordion-body {
    font: normal normal normal 16px/20px var(--secondary-font);
}

.product-video-section {
    background-color: var(--light-gray);
}

.product-video-section .featured-video-player {
    max-width: 700px;
}

.product-video-section .productvideo-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.product-video-section .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 20%;
    margin: auto;
}

.suggested-wines-title {
    font: normal normal bold 30px/39px var(--primary-font);
}

.suggested-wines-section .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 15%;
    margin: auto;
}

.suggested-wines-section .c7-product-collection.slick-initialized.slick-slider {
    max-width: 90%;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__photo img {
    margin: auto;
    max-height: 260px;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__info {
    margin: auto;
    width: 100%;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__title.c7-title {
    margin: auto;
    margin-top: 15px;
    font: normal normal normal 18px/20px var(--primary-font);
    min-height: 40px;
}

.suggested-wines-section .slick-initialized .slick-slide .c7-product__variant__price {
    font: normal normal normal 18px/23px var(--primary-font);
}

/* Keyholders Section */

.keyholder-header-section {
    max-height: 300px;
    position: relative;
}

.keyholder-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.keyholder-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.keyholder-section-wrapper .keyholders-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.keyholder-section-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 25%;
}

.keyholder-section-wrapper .keyholders-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}

.keyholder-section-wrapper {
    background-color: var(--light-gray) !important;
    ;
    position: relative;
}

.keyholder-section-wrapper h1 {
    display: none;
}

.keyholder-section-wrapper .c7-club-list {
    display: flex;
    justify-content: center;
    max-width: 75rem;
    margin: auto;
    display: grid;
    grid-auto-flow: column;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item {
    flex-direction: column;
    max-width: 450px;
    background-color: var(--bs-white) !important;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    margin: auto 10px;
    transition: all ease-in-out 0.5s;
    height: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item:hover {
    margin-top: -15px !important;
    transition: all ease-in-out 0.5s;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
    width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image img {
    max-width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content {
    width: 100%;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
    text-align: center;
    font: normal normal bold 20px/26px var(--primary-font);
    margin: 15px auto !important;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
    font: normal normal normal 16px/18px var(--secondary-font);
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .club-price-wrapper strong {
    font: normal normal 900 20px/18px var(--secondary-font);
    color: var(--footer-boder-color);
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .c7-button {
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    max-width: 190px;
    font: normal normal medium 18px/26px var(--secondary-font) !important;
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

/* Reservation Page */
.rdt.date-picker::after {
    border-top-color: transparent;
    border-top-color: currentColor;
    content: '\f073';
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 30%;
    font-family: "Font Awesome 5 Pro";
}

.reservation-header-section {
    max-height: 300px;
    position: relative;
}

.reservation-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.reservation-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.reservation-usp-section {
    background-color: var(--light-gray);
}

.reservation-usp-section .usp-icon {
    max-width: 26.24px;
    /* filter: grayscale(100%) brightness(50%) invert(50%); */
}

.reservation-usp-section .usp-title {
    font: normal normal normal 20px/25px var(--primary-font);
}

.reservation-usp-section .usp-desc {
    font: normal normal normal 14px/26px var(--secondary-font);
}

/* .reservation-vale-section{
} */
.reservation-vale-section-wrapper img {
    width: 638px;
    max-height: 350px;
    object-fit: cover;
}

.reservation-vale-section-wrapper.img-left {
    float: inline-end;
}

.reservation-vale-section-desc-wrapper .reservation-vale-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-vale-section-desc-wrapper .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 22%;
}

.reservation-vale-section-desc-wrapper .reservation-vale-section-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--top-bar-color);
}

.wine-flights-section {
    /* background-color: var(--light-gray) !important; */
    position: relative;
}

.wine-flights-section .wine-flights-section-title {
    position: relative;
    font: normal normal bold 25px/32px var(--primary-font);
    color: var(--top-bar-color);
}

.wine-flights-section .leader-line {
    display: inline-block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 15%;
}

.wine-flight-wrapper {
    height: 100%;
    min-height: 560px;
    border: 1px solid #D8DADC;
}

.wine-flight-wrapper img {
    max-height: 145px;
    height: 145px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.wine-flight-wrapper .wine-flight-title {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.wine-flight-wrapper .wine-flight-title a {
    text-decoration: none;
    color: inherit;
}

.wine-flight-wrapper .wine-flight-description-wrapper {
    font: normal normal normal 18px/26px var(--secondary-font);
    color: var(--text-light-gray);
}

/* About Page */
.about-section-header {
    max-height: 300px;
    position: relative;
}

.about-section-header img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.about-section-header h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.history-tabs-section .nav-tabs .nav-link {
    font: normal normal 500 20px/26px var(--primary-font);
    color: var(--text-light-gray);
}

.history-tabs-section .nav-tabs .nav-item.show .nav-link,
.history-tabs-section .nav-tabs .nav-link.active {
    color: var(--footer-boder-color);
    border-bottom: 2px solid var(--footer-boder-color) !important;
}

.history-tabs-section .alignright {
    float: right;
    margin-left: 15px;
}

.history-tabs-section .alignleft {
    float: left;
    margin-right: 15px;
}

.history-tabs-section .gallery {
    display: flex;
    flex-wrap: wrap;
}

.history-tabs-section .gallery .gallery-item {
    font: normal normal normal 18px/24px var(--secondary-font);
}

.history-tabs-section .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
    text-align: center;
}

.history-tabs-section .gallery.gallery-columns-4 .gallery-item img {
    min-width: 100%;
    height: 100%;
    max-width: 324px;
    max-height: 324px;
    object-fit: cover;
}

.history-tabs-section .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
    text-align: center;
}

.history-tabs-section .gallery.gallery-columns-2 .gallery-item img {
    min-width: 100%;
    height: 100%;
    max-height: 324px;
    object-fit: cover;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
    text-align: center;
    margin: 0;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item img {
    min-width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
}

.history-tabs-section .gallery.gallery-columns-5 .gallery-item img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.grayscale-filter img {
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
}

.grayscale-filter img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.gallery-about-us li img {
    filter: grayscale(100);
    transition: all ease-in-out 0.5s;
    max-height: 350px !important;
}

.gallery-about-us li img:hover {
    filter: grayscale(0);
    transition: all ease-in-out 0.5s;
    transform: scale(1.015);
}

.background-section-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.background-section-wrapper::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-description-wrapper {
    z-index: 1;
}

.background-description-wrapper .background-desc {
    font: normal normal normal 18px/22px var(--secondary-font);
    color: var(--bs-light);
    max-width: 1209px
}

.history-tabs-section .profile-name {
    font: normal normal bold 25px/32px var(--primary-font);
}

.history-tabs-section .profile-content {
    font: normal normal normal 18px/24px (--secondary-font);
}

.accordion-button {
    font: normal normal bold 16px/21px var(--primary-font);
    color: var(--top-bar-color);

}

.accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--top-bar-color);
}

.accordion-item {
    border: 1px solid var(--light-gray) !important;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid var(--light-gray) !important;
}

.accordion-button::after {
    filter: grayscale(100%);
}

.reservation-slots-section .reservation-cards .gap-16 {
    gap: 16px;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card {
    width: calc(25% - 12px);
    min-height: 448px;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer {
    border: 1px solid #D8DADC;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer .reservation-image img {
    max-height: 169px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer .content-area {
    padding: 24px;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer .content-area .reservation-expert {
    text-align: center;
    margin-bottom: 32px;
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer .content-area .reservation-expert h4 {
    font: normal normal 700 20px/25px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-slots-section .reservation-cards .gap-16 .reservation-card .card-outer .content-area .reservation-expert p {
    font: normal normal 400 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
    margin-bottom: 0;
}

.reservation-modal .modal-content .modal-body {
    padding: 40px;
}

.reservation-modal .modal-content .modal-body .gap-34 {
    gap: 34px;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-image img {
    max-height: 400px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 250px;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content h4 {
    font: normal normal 700 24px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content p {
    font: normal normal 400 16px/18px var(--secondary-font);
    color: var(--top-bar-color);
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(1) {
    width: 100%;
    max-width: unset;
    margin: 0;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(2) {
    width: calc(50% - 5px);
    max-width: unset;
    padding-left:0;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(3) {
    width: calc(50% - 5px);
    max-width: unset;
    padding-left:0;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field .c7-date-picker-input {
    width: 100%;
}
.reservation-modal .modal-content .modal-body .close_btn{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10px, 10px);
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field .c7-date-picker-dropdown {
    width: auto;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field .c7-date-picker-dropdown div {
    width: auto;
}

.reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-btn.c7-btn--primary {
    width: 100%;
    color: #ffffff;
    background-color: #cf3339 !important;
    margin: 29px 0 20px 0;
}

/* login css */
.c7-account .c7-account-login {
    display: flex;
}

.c7-account .c7-account-login .c7-account-login__alt-login {
    order: 1;
}

.c7-account .c7-account-login .c7-account-login__alt-login>div>div>div>div svg {
    stroke: none;
}

.c7-account .c7-account-login .c7-account-login__alt-login>div>div iframe {
    margin: auto !important;
}

.c7-account .c7-account-login .c7-account-login__alt-login>div>div iframe #container {
    padding: 0 !important;
}

.c7-account .c7-account-login .c7-account-login__alt-login .c7-btn--facebook {
    border: 1px solid #CFD3D5;
}

.c7-account .c7-account-login .c7-account-login__alt-login .c7-btn--facebook span svg {
    stroke: none;
}

.c7-account .c7-account-login .c7-divider {
    order: 2;
}

.c7-account .c7-account-login .c7-divider::before {
    background: #D8DADC;
}

.c7-account .c7-account-login .c7-divider span {
    background: #fff;
}

.c7-account .c7-account-login .c7-form--login {
    width: 100%;
    order: 3;
}

.c7-account .c7-account-login .c7-account-login__password-options {
    order: 4;
}

.c7-account .c7-account-login .c7-account-login__options {
    order: 5;
}

/* faq */
.shipping-faq-section .faqs .single-faq {
    margin-bottom: 32px;
}

.shipping-faq-section .faqs .single-faq:not(:last-child) {
    border-bottom: 1px solid #D8DADC;
}

.shipping-faq-section .faqs .single-faq:not(:last-child) div.contents p:last-child {
    margin-bottom: 32px;
}

.shipping-faq-section .faqs .single-faq h4 {
    font: normal normal 700 22px/24px var(--primary-font);
    color: var(--footer-boder-color);
    margin-bottom: 16px;
}

.shipping-faq-section .faqs .single-faq div.contents {
    font: normal normal 400 16px/24px var(--secondary-font);
    color: #000;
    margin-bottom: 32px;
}

.reservation-slots-section .c7-reservation-widget .c7-form {
    max-width: 60rem;
}

.c7-reservation-widget .c7-form__group input,
.c7-reservation-widget .c7-form__group select,
.reservation-slots-section .c7-experience__content select {
    font: normal normal 500 14px/20px var(--secondary-font) !important;
    background-color: var(--bs-white);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 45px;
}

.c7-reservation-widget .c7-button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--bs-white);
    background-color: var(--footer-boder-color);
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
}

.c7-reservation-widget .c7-button:hover {
    color: var(--footer-boder-color);
    background-color: transparent !important;
}

.reservation-slots-section .c7-experiences {
    margin: 30px auto;
    display: flex;
}

.reservation-slots-section .c7-experience {
    flex-direction: column;
    width: 30%;
    margin: 20px;
    background-color: var(--bs-white);
    border: 1px solid var(--light-gray);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.reservation-slots-section .c7-experience__image img {
    max-width: 100%;
    max-height: 145px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.reservation-slots-section .c7-experience .c7-experience__image {
    width: 100%;
}

.reservation-slots-section .c7-experience .c7-experience__content {
    width: 100%;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 19px;
}

.reservation-slots-section .c7-experience .c7-experience__content h2 {
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
}

.reservation-slots-section .c7-experiences__footer {
    display: none;
}

.reservation-slots-section .c7-experience .c7-experience__content .c7-product__variant__price {
    color: var(--text-light-gray);
}

.reservation-slots-section .c7-experience__content button {
    font-size: 14px;
}

.reservation-slots-section .c7-experience__content button {
    font-size: 14px;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    color: var(--footer-boder-color);
}

.reservation-slots-section .c7-experience__content button:hover {
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
}

.reservation-slots-section .c7-experience__content label[for="c7-reservation-option"] {
    text-align: left;
}

.reservation-slots-section label {
    font-weight: 500;
    font-size: 12px;
}

/* Privacy Policy */
.privacy-policy-header-section {
    max-height: 300px;
    position: relative;
}

.privacy-policy-header-section img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.privacy-policy-header-section h1 {
    text-align: center;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal bold 50px/63px var(--primary-font);
}

.privacy-policy-header-section h1 a {
    color: var(--bs-white);
    text-decoration: none;
}

.privacy-policy-wrapper h2 {
    font-family: var(--primary-font);
    margin-top: 20px;
}

.privacy-policy-wrapper h3 {
    font-family: var(--primary-font);
    margin-top: 20px;
}

.privacy-policy-wrapper a {
    color: var(--footer-boder-color);
}

.privacy-policy-wrapper .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 20%;
    margin: auto;
}

/* Footer */
footer {
    background-color: var(--top-bar-color);
    border-top: 7px solid var(--footer-boder-color);
}

footer .scroll-top {
    bottom: 5%;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 2px solid var(--footer-boder-color);
    border-radius: 100%;
    background: var(--bs-white) !important;
    color: var(--footer-boder-color);
    text-align: center;
    line-height: 1.75;
    transition: all ease-in-out 0.75s;
    cursor: pointer;
    z-index: 99999;
}

footer .scroll-top:hover {
    background: var(--footer-boder-color) !important;
    color: var(--bs-white);
    cursor: pointer;
    transition: all ease-in-out 0.75s;
}

.footer-logo {
    height: 71px;
}

footer .contact-location iframe {
    float: right;
}

footer .contact-adderss {
    font: normal normal normal 14px/17px var(--secondary-font);
}

footer .contact-adderss .member-login {
    font: normal normal normal 14px/17px var(--secondary-font);
}

footer .contact-adderss li span {
    width: 26px;
    height: 26px;
    display: block;
    line-height: 26px;
}

footer .contact-adderss li .bg-color {
    background-color: var(--footer-boder-color);
}

footer .credit-text {
    font: normal normal medium 14px/17px var(--secondary-font);
    font-size: 14px !important;
}

footer .credit-text a {
    color: var(--bs-white);
    text-decoration: none;
}

footer .credit-text li:after {
    position: absolute;
    margin: auto 10px;
    content: ' | ';
}

footer .credit-text li:last-child:after {
    content: '';
}

footer .credit-text .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

footer .leader-line {
    display: block;
    border-bottom: 1px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    width: 50%;
    max-width: 295px;
}

/* Other CSS */


.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 48%;
    height: 25px;
    width: 25px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url('../img/chevron-right.svg');
    background-repeat: no-repeat;
    z-index: 999;
    background-color: var(--footer-boder-color);
    border-radius: 50%;
    background-position: center;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--text-light-gray);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--footer-boder-color);
}

/* Slider Rev */
.tp-video-play-button {
    top: 90%;
    width: 30px;
    height: 30px;
}

.tp-video-play-button i {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 20px !important;
}

/* Commerce 7 Override CSS */
.c7-modal {
    z-index: 999999;
}

.c7-modal__content {
    border-radius: 16px;
}

.c7-modal__content .c7-account-login .c7-form label {
    margin: auto;
    text-align: left;
}

.c7-modal__content .c7-form>div {
    text-align: center;
}

.c7-modal__content .c7-form>div .c7-message--error {
    display: block;
    font-size: 12px;
}

.c7-modal__content .c7-form>div input {
    border-radius: 3px;
    background: var(--bs-white);
    border: 2px solid var(--light-gray)
}

.c7-modal__content .c7-account-login .c7-button {
    display: block;
    max-width: 20rem;
    margin: auto !important;
    width: 100%;
    border: 2px solid var(--footer-boder-color);
    background-color: transparent;
    border-radius: 3px;
    color: var(--footer-boder-color);
    font: normal normal normal 14px/16px var(--secondary-font);
    text-transform: uppercase;
}

.c7-modal__content .c7-account-login .c7-button:hover {
    border: 2px solid var(--footer-boder-color);
    background-color: var(--footer-boder-color);
    color: var(--bs-white);
    border-radius: 3px;
}

.c7-modal__content h2 {
    border-radius: 16px;
    font: normal normal bold 20px/26px var(--primary-font);
    color: var(--top-bar-color);
    text-align: center;
}

.c7-account-login {
    text-align: center;
}

/*.c7-modal::before {
    background: rgba(0, 0, 0, 0.8);
}*/
.c7-modal__content .c7-message.c7-message--login-security {
    display: none;
}

.c7-modal__content .c7-message.c7-message--login-questions {
    display: none;
}

.c7-modal__content a {
    color: var(--bs-primary) !important;
    cursor: pointer;
}

.c7-modal__content .c7-modal__close {
    font-family: var(--secondary-font);
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    line-height: 28px;
}

.c7-modal__content a.c7-modal__close {
    color: var(--top-bar-color) !important;
}

div.c7-message--error {
    background: var(--c7-error-bg) !important;
}

.c7-button-small {
    background-color: var(--footer-boder-color);
    border: 1px solid var(--footer-boder-color);
    border-radius: 3px;
}

.c7-button-small:hover {
    background-color: transparent !important;
    border: 1px solid var(--footer-boder-color);
    color: var(--footer-boder-color);
}

.c7-button-alt-small {
    border-radius: 3px;
    border: 1px solid var(--footer-boder-color);
    color: var(--footer-boder-color);
}

.c7-button-alt-small:hover {
    background-color: var(--footer-boder-color) !important;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}

/* Splash Screens */
.age-gate-form {
    display: inline-grid;
    color: var(--top-bar-color);
    background-color: transparent !important;
}

.age-gate-heading.age-gate-logo {
    order: 2;
    margin: 30px auto;
}

.age-gate-challenge {
    font: normal normal bold 30px/39px var(--primary-font);
    order: 1;
    color: var(--top-bar-color);
}

.age-gate-submit-no {
    display: none;
    color: var(--top-bar-color);
}

.age-gate-submit-yes {
    order: 3;
    border: none;
    background-color: transparent;
    font: normal normal bold 30px/39px var(--primary-font);
    color: var(--top-bar-color);
}


/* Utilities CSS */
input[type=checkbox] {
    display: inline-grid;
    place-items: center;
    width: 24px !important;
    height: 24px !important;
    padding: 0;
    margin: 0;
    color: var(--footer-boder-color);
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: inherit;
}

input[type=checkbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    line-height: 1;
    color: inherit;
    border-width: 2px;
    border-color: var(--footer-boder-color);
    border-radius: 4px;
    transition: all 0.2s ease;
}

input[type=checkbox]:after {
    content: "";
    width: calc(100% - 7px);
    height: calc(100% - 15px);
    border-width: 0px 0px 2px 2px;
    border-color: var(--footer-boder-color);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 4px;
    transition: all 0.2s ease;
}

input[type=checkbox]:checked:before {
    background: var(--footer-boder-color);
    border-style: solid;
}

input[type=checkbox]:checked::after {
    border-color: var(--bs-white);
    border-style: solid;
}

input[type=checkbox]:disabled {
    cursor: not-allowed;
}

input[type=checkbox]:disabled:before {
    border-color: var(--text-light-gray);
}

input[type=checkbox]:disabled:after {
    border-color: transparent;
}

input[type=checkbox]:disabled:checked {
    color: var(--footer-boder-color);
    opacity: 0.65;
}

input[type=checkbox]:disabled:checked:before {
    border-color: var(--footer-boder-color);
}

input[type=checkbox]:disabled:checked::after {
    border-color: var(--bs-white);
}

input[type=checkbox].focus,
input[type=checkbox]:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid inherit !important;
}


/* Radio Button */
input[type=radio] {
    display: inline-grid;
    place-items: center;
    width: 24px !important;
    height: 24px !important;
    padding: 0;
    margin: 0;
    color: var(--footer-boder-color);
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: inherit;
    border-radius: 100% !important;
    background: var(--bs-white) !important;
    border: 2px solid var(--footer-boder-color) !important;
}

input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    line-height: 1;
    color: inherit;
    border-width: 2px;
    border-color: var(--footer-boder-color);
    border-radius: 100%;
    transition: all 0.2s ease;
}

input[type=radio]:after {
    content: "";
    border-width: 0px 0px 2px 2px;
    border-color: var(--footer-boder-color);
    position: absolute;
    top: auto;
    left: auto;
    transition: all 0.2s ease;
    border-radius: 100%;
    background-color: var(--bs-white);
    width: 10px;
    height: 10px;
    margin: auto;
}

input[type=radio]:checked:before {
    background: var(--footer-boder-color);
    border-style: solid;
}

input[type=radio]:checked::after {
    border-color: var(--footer-boder-color);
}

input[type=radio]:disabled {
    cursor: not-allowed;
}

input[type=radio]:disabled:before {
    border-color: var(--text-light-gray);
}

input[type=radio]:disabled:after {
    border-color: transparent;
}

input[type=radio]:disabled:checked {
    color: var(--footer-boder-color);
    opacity: 0.65;
}

input[type=radio]:disabled:checked:before {
    border-color: var(--footer-boder-color);
}

input[type=radio]:disabled:checked::after {
    border-color: var(--bs-white);
}

input[type=radio].focus,
input[type=radio]:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid inherit !important;
}

.slider-static-content-toggle {
    font-family: 'FontAwesome' !important;
}

.w-20 {
    width: 20%;
}

.boject-cover {
    object-fit: cover;
}

/* Autocomplete UI */
.ui-widget-content {
    border-color: var(--light-gray);
    border-radius: 3px;
    margin: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.ui-menu .ui-menu-item {
    padding: 10px 10px !important;
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: 400;
}

/* Sitemap */
.simple-sitemap-wrap h3 {
    font-family: var(--primary-font);
}

.simple-sitemap-wrap ul {
    list-style-type: circle;
}

.simple-sitemap-wrap ul a {
    text-decoration: none;
    font-weight: var(--secondary-font);
    color: var(--text-light-gray);
}

/* Product Short Desc - Read More/Less  */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 600;
    margin-left: 2px;
    color: var(--footer-boder-color);
    cursor: pointer;
    font-size: 12px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

button:focus-visible,
a:focus-visible,
i:focus-visible,
li:focus-visible {
    border: none;
    outline: 0;
    box-shadow: none;
}

#tnh_-tab {
    display: none;
}

.popup-body {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/load.gif);
    background-size: 110px;
}

.flipmsg p {
    max-width: 750px;
    margin: 0px auto 20px;
}

.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before,
.close:after {
    content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 1000px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
    padding: 25px;
    color: #5E5E5E;
}

@media screen and (max-width: 1000px) {
    .popup {
        width: 80%;
    }
}

.popup-header {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-top: -5px;
}

.popup-body {
    padding: 0;
}

.popup-footer .button {
    padding: 10px 15px;
    border: 1px solid #F5F5F5;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #F5F5F5;
    color: #5E5E5E;
    cursor: pointer;
    transition: all 120ms ease-in;
    outline: none;
}

.popup-footer .button:hover {
    box-shadow: 1px 3px 5px #E9E9E9;
    transform: translateY(-1px);
}

.popup-footer .button:active,
.popup-footer .button:visited {
    transform: translateY(1px);
    outline: none;
    box-shadow: 1px 2px 3px #F5F5F5;
}

.book-div {
    background-image: url(../img/book.png);
    background-repeat: no-repeat;
    background-size: 225px;
    height: 230px;
    padding: 56px 45px 154px 62px;
    text-align: center;
    cursor: pointer;
}

.book-div.active+.hide {
    visibility: visible;
    opacity: 1;
}

.book-div.active+.main-popupback {

    transition: all 0.5s;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    visibility: visible;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10;

}

.main-popupback {
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
}

.turn-page-wrapper {
    background-color: #ccc;
    background-size: 100% 100%;
}

.popup-body {
    overflow: hidden;
}

.popup-body iframe {
    overflow: hidden;
    height: 550px;
    width: 950px;
    border: 0px;
}

.popup-body iframe body {
    overflow: hidden;
}

.flipbok-padd {
    padding: 70px 0px;
}

.year-menu {
    background-color: #f7f7f7;
    height: 100%;
    padding: 70px 30px;
    position: relative;
}

.year-menu:after {
    content: '';
    position: absolute;
    left: -500%;
    top: 0px;
    background-color: #f7f7f7;
    width: 500%;
    height: 100%;
}

.year-menu h4 {
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    border-bottom: 1px solid #CF3339;
    margin-bottom: 30px;
    padding-bottom: 7px;

}

.year-menu ul {
    padding-left: 0px;
}

.year-menu li {
    list-style: none;
}

.year-menu li a {
    color: #000;
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 15px;
}

.year-menu li.current-menu-item a {
    text-decoration: none;
    color: #cf3339;
}

.year-menu li a:hover {
    text-decoration: none;
}

.lightGallery a {
    display: none;
}

.lightGallery a:nth-child(1) {
    display: block;
}

.filpbook {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.filpbook .lightGallery {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.book-row {
    margin: 50px 0px 70px;
}

.flipmsg {
    text-align: center;
    background-color: #f2f2f2;
    padding: 35px 10px 20px;
    font-size: 15px;
}

.c7-product-collection {
    width: 100%;
}

.home .c7-product-collection .c7-product-collection__product-list {
    display: flex;
    width: 100%;
}

.c7-product__variant__price__title::before {
    display: none;
}

.home .c7-form>div {
    text-align: center;
}

.c7-product__add-to-cart__price {
    font: normal normal normal 18px/23px var(--primary-font);
    color: var(--footer-boder-color);
    margin: auto 5px;
}

.home .c7-product-collection .c7-product__add-to-cart__form {
    display: none;
}

.home .c7-product-collection .c7-product__title.c7-title {
    min-height: 46px;
}

.home .c7-product-collection .c7-product-collection__product-list {
    margin: 40px 0 0px;
}

.visit-banner.home-page {
    padding: 60px 0;
}

.page-template .c7-product-collection .c7-product {
    width: 100%;
	gap:14px;
}

.c7-product__add-to-cart__form .c7-product__add-to-cart__form__quantity input {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    min-height: 46px;
}

.c7-product__add-to-cart__form button {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 9px 20px;
}

.c7-account-login {
    /* display: block; */
    flex-direction: column;
}

.c7-form__error {
    font-size: 13px;
    color: red;
}

.c7-account-login__password-options {
    text-align: center;
}

.c7-account-login__password-options a,
.c7-account-login__options a {
    color: #cf3339;
}

.c7-order-summary__buttons .c7-btn--alt {
    font: normal normal medium 18px/26px var(--secondary-font);
    color: var(--footer-boder-color);
    background-color: transparent;
    border: 2px solid var(--footer-boder-color);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.c7-order-summary__buttons .c7-btn--alt:hover {
    color: var(--bs-white);
    background-color: var(--footer-boder-color) !important;
}

.c7-order-summary__buttons .c7-btn--primary {
    padding: 10px 15px;
    white-space: nowrap;
}

.c7-reservation__search .c7-btn {
    min-height: 43px;
}

.c7-date-picker-dropdown {
    background-color: #fff;
    padding: 5px;
}

.c7-subscribe .c7-form__group .c7-form__field {
    align-self: end;
}

.c7-subscribe .c7-form__group .c7-form__field+button {
    margin: 0px;
    align-self: end;
    border-radius: 0px 4px 4px 0px;
    background-color: #CF3339;
    color: #fff;
    padding: 6px 20px;
}

.c7-subscribe .c7-form__group .c7-form__field+button:hover {
    color: #CF3339;
}

@media(max-width:480px) {
    .book-div {
        padding: 56px 45px 149px 41px;
        background-position: center;
    }

    .year-menu {
        padding: 30px 30px 15px;
    }

    .book-row {
        margin-top: 30px;
    }

    .newsletter-section .c7-subscribe .c7-form {
        justify-content: center;
        margin: auto;
        max-width: 100%;
    }
}

.c7-cart {
    overflow-y: unset;
    max-width: 100%;
    transform: unset;
    visibility: visible;
    position: relative;
    border-left: 0px;
}

.c7-user-nav__cart .c7-user-nav__cart__count {
    background-color: #cf3339;
    color: #fff;
    font-size: 12px;
}

.c7-order-summary>a.c7-btn {
    padding: 9px 30px;
}

.c7-link {
    color: #cf3339 !important;
}

.c7-link:hover {
    text-decoration: none !important;
}

.c7-link svg {
    stroke: #cf3339 !important;
}

#c7-payment-creditcard-group .c7-link {
    border: 1px solid #cf3339;
    border-radius: 4px;
    padding: 13px 21px 13px 18px;
}

.tab-content img {
    width: 100%;
}

#c7-content.c7-content--checkout {
    position: relative !important;
    overflow: unset !important;
    z-index: 99 !important;
}

#c7-content.c7-content--checkout:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#c7-content.c7-content--checkout:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#c7-account .c7-user-nav__account>a.c7-user-nav__account__name {
    max-width: 90px;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 5px;
}

.sub-wrapper-contact-details,
.sub-wrapper-social-list {
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .c7-user-nav__cart>button.c7-link {
        white-space: nowrap;
    }
}

.c7-account__menu .c7-active a {
    border-bottom-color: #cf3339 !important;
}

/*.suggested-wines-section .c7-product-collection__product-list{
    display: block !important;
} */
.suggested-wines-section .c7-product-collection>.c7-product-collection__product-list {
    display: block !important;
    width: 100%;
}

#c7-modal>.c7-modal {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    max-height: 87vh;
    height: auto;
}

#c7-modal .c7-modal::before {
    display: none;
}

#c7-modal>.c7-modal .c7-modal__content {
    position: relative !important;
    transform: unset;
    left: 0;
    border: 0px;
    padding: 0px 30px;
    width: 100%;
    max-height: 500px;
}

#c7-modal>.c7-modal #c7-modal-title {}

.keyholder-section-wrapper .c7-club {
    height: auto;
    position: relative;
    transform: unset;
}

.keyholder-section-wrapper .c7-club .c7-club__details {
    text-align: center;
}

.keyholder-section-wrapper .c7-club .c7-club__image {
    max-height: 240px;
    width: 100%;
    overflow: hidden;
}
.keyholder-section-wrapper .c7-club .c7-club__image img {
    height: 100%;
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.keyholder-section-wrapper .c7-club .c7-club__details .c7-btn {
    line-height: 32px !important;
}

.keyholder-section-wrapper .c7-club .c7-club__details .c7-club__details__content {
    min-height: 390px;
}

.c7-subscribe .c7-form input[type='email'] {
    height: 40px;
}

.c7-product-collection .c7-product__add-to-cart__price {
    font-size: 22px;
}

@media (max-width: 480px) {
    .keyholder-section-wrapper .c7-club .c7-club__details .c7-club__details__content {
        min-height: unset;
    }
}

.c7-account-reservations .c7-notice--empty {
    text-align: center;
}

.c7-account-reservations .c7-notice--empty .c7-btn {
    display: inline;
}

.holderlogin #keyholder-register-section {
    display: none;
}

.c7-btn {
    min-height: 40px;
    padding: 6px 20px;
}

.c7-order-summary__buttons a:last-of-type {
    color: #CF3339;
}

.c7-cart__summary-container>a {
    padding: 9px 20px;
    margin-top: 20px !important;
}

.c7-checkout__content .c7-form .c7-form__buttons {
    justify-content: left;
}

.c7-message--alert-error {
    background: #ffc1c4;
    border: 1px solid #CF3339;
}

.c7-message--alert-error svg {
    display: none;
}

.button-outlined {
    padding: 9px 30px;
}

.loginprice {
    display: none;
}

.c7-reservation__search {
    margin: 20px auto 0px;
}

.c7-content.c7-reservations {
    padding: 20px 0 0px;
}

.reservation-vedio-section {
    margin-bottom: 75px;
    position: relative;
}

.reservation-vedio-section video {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

.reservation-vedio-section span {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url(../img/play-button.png);
    z-index: 50;
    cursor: pointer;
    background-size: 100%;
    transition: all .5s;
    opacity: 1;
}

.reservation-vedio-section i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 40;
    cursor: pointer;
}

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}

.reservation-vedio-section.play span {
    opacity: 0;
}

.c7-user-nav__account__dropdown {
    background-color: #fff;
    border: 1px solid #e7e4e4;
    box-shadow: 0px 0px 10px #ddd;
}

.c7-content svg,
.c7-checkout svg,
.c7-account svg,
.c7-side-cart svg,
.c7-personalization svg {
    stroke: #000;
}

.c7-notice--empty a.c7-btn.c7-btn--primary {
    display: inline;
}

.c7-account-club-shipments .c7-notice--empty {
    text-align: center;
}

.c7-modal-container {
    background: rgb(0, 0, 0, 0.4);
}

.c7-form__help,
.c7-form__error {
    font-size: 12px;
}

.c7-modal__content {
    top: auto !important;
}

.c7-reservation-widget .rdp {
    padding: 5px !important;
}

.c7-checkbox input[type='checkbox']:checked+.c7-checkbox__control::after {
    height: 15px;
    width: 15px;
    background-color: #000;
}

.c7-checkbox input[type='checkbox']:checked+.c7-checkbox__control {
    overflow: hidden;
}

.c7-checkbox input[type='checkbox'],
.c7-checkbox input[type='checkbox']:hover,
.c7-checkbox input[type='checkbox']:active {
    box-shadow: unset;
}

.c7-checkbox__control,
.c7-checkbox__control:hover,
.c7-checkbox__control:active {
    box-shadow: unset;
}

.c7-checkbox input[type='checkbox']:not([disabled]):active+.c7-checkbox__control,
.c7-checkbox input[type='checkbox']:not([disabled]):focus+.c7-checkbox__control,
.c7-radio input[type='radio']:not([disabled]):active+.c7-radio__control,
.c7-radio input[type='radio']:not([disabled]):focus+.c7-radio__control,
.c7-radio--box input[type='radio']:not([disabled]):focus+.c7-radio__control+.c7-radio__label::after,
.c7-radio--box input[type='radio']:not([disabled]):focus+.c7-radio__control+.c7-card-type+.c7-radio__label::after {
    box-shadow: unset !important;
}

.c7-form input:active:not([disabled]),
.c7-form input:focus:not([disabled]),
.c7-form select:active:not([disabled]),
.c7-form select:focus:not([disabled]),
.c7-form textarea:active:not([disabled]),
.c7-form textarea:focus:not([disabled]),
.c7-order-item input:active:not([disabled]),
.c7-order-item input:focus:not([disabled]),
.c7-order-item select:active:not([disabled]),
.c7-order-item select:focus:not([disabled]),
.c7-order-item textarea:active:not([disabled]),
.c7-order-item textarea:focus:not([disabled]) {
    box-shadow: unset !important;
}

.rdp-day_selected:not([aria-disabled='true']),
.rdp-day_selected:focus:not([aria-disabled='true']),
.rdp-day_selected:active:not([aria-disabled='true']),
.rdp-day_selected:hover:not([aria-disabled='true']) {
    background-color: #000;
}

.c7-date-picker-dropdown {
    z-index: 9999;
}

.rdp-button:hover:not([aria-disabled='true']) {
    background-color: #000;
    color: #fff;
}

.rdp-weeknumber,
.rdp-day {
    width: 25px;
    height: 25px;
}

.rdp-nav_button {
    width: 25px;
    height: 25px;
}

.c7-user-nav__account__dropdown {
    z-index: 99999;
}

.c7-btn.c7-btn--primary:hover {
    color: #ffffff;
    background-color: #cf3339 !important;
}

.c7-account-orders .c7-notice--empty {
    text-align: center;
}

.c7-cart {
    height: auto;
    min-height: 100vh
}

.c7-order-item__pricing {
    align-items: start;
}

.c7-order-item__pricing .c7-order-item__quantity--input>button {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.c7-side-cart {
    z-index: 99999 !important;
}

.c7-form__group.c7-form--zip-city-state {
    display: block
}

.c7-form__group.c7-form--zip-city-state .c7-form__empty {
    font-size: 13px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.c7-club-summary__selection svg,
.c7-reservation-summary__selection svg {
    max-width: 20px
}

.c7-checkout__summary-container .c7-club-summary {
    text-align: center
}

.c7-radio input[type='radio']:checked+.c7-radio__control::after {
    background: #000;
}

.page-template-product-php .c7-product-collection .c7-form .c7-product__add-to-cart__form {
    text-align: center;
}

.c7-subscribe .c7-form__group .c7-form__field+button:hover {
    color: #fff;
}

.button-outlined:hover {
    padding: 9px 30px;
}

.page-id-9 #c7-content .c7-message--alert-error {
    position: fixed;
    left: 0px;
    top: 150px;
    z-index: 1000;
    right: 0px;
    margin: 0 auto;
    max-width: 700px;
}

@media (max-width: 480px) {
    .home .c7-product-collection .c7-product-collection__product-list {
        display: block;
        width: 100%;
    }

    .c7-form>div {
        text-align: center;
    }

    .c7-product__add-to-cart__form {
        justify-content: center;
    }

    .home .c7-product-collection .c7-product-collection__product-list {
        display: block;
        width: 100%;
    }
}

.clum-distributor h4 {
    font-size: 19px;
}

.clum-distributor p {
    margin-bottom: 5px;
}

.distributors-section {
    background-image: url('../img/banner-shop.png');
    background-size: cover;
    padding: 40px 0px;
}

.distributors-div {
    margin-top: 80px;
}

.distributors-div h4 {
    border-bottom: 1px solid var(--footer-boder-color);
    display: inline;
    position: relative;
    font: normal normal bold 23px/32px var(--primary-font);
    color: var(--top-bar-color);
    padding-bottom: 5px;
}

.distributors-div p {
    max-width: 450px;
    margin-top: 30px;
}

.distributors-div a {
    border: 2px solid var(--footer-boder-color);
    padding: 5px 24px 8px;
    font: normal normal medium 18px/26px var(--secondary-font);
    text-decoration: none;
    color: var(--footer-boder-color);
    margin-top: 20px;
    display: inline-block;
}

.shop-left-image {}

.shop-left-image img {}

.c7-product-allocation__product-list .c7-product {
    width: 100%;
    align-items: center;
}

.c7-product-allocation__product-list .c7-product .c7-product__allocation__title {
    font-size: 25px;
}

.c7-product-allocation__product-list .c7-product .c7-product__allocation__title span {
    display: block;
    font-size: 16px;
    margin-bottom: 17px;
}

.c7-form--allocation-request {
    max-width: 100%;
    margin-bottom: 25px;
}

.c7-form--allocation-request .c7-form__buttons {
    justify-content: space-between;
}

.c7-product__allocation__wish button {
    margin: 15px 0px;
    border: 2px solid #d7555a;
    padding: 6px 15px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    transition: 0.5s;
}

.c7-product__allocation__wish button:hover {
    background-color: #d7555a;
    color: #fff !important;
}

@media(max-width:830px) {
    .distributors-div {
        margin-top: 35px;
        text-align: center;
        margin-bottom: 35px;
    }

    .distributors-div p {
        max-width: 450px;
        margin: 30px auto 0px;
    }
}
.border-radius-24px{
    border-radius: 24px;
}
#myModalRedirect .content-div{
    width: calc(100% - 276px);
}
#myModalRedirect .img-divs{
    max-width: 276px;
}
#myModalRedirect .content-div .gapping-40{
    padding: 24px 40px 24px 24px;
}
#myModalRedirect .content-div .gapping-40 .custom-logo-link .custom-logo{
    width: 150px;
    margin-bottom: 40px;
}
#myModalRedirect .content-div .gapping-40 .content-area{
    margin-bottom: 32px;
}
#myModalRedirect .content-div .gapping-40 .content-area h1,
#myModalRedirect .content-div .gapping-40 .content-area h2,
#myModalRedirect .content-div .gapping-40 .content-area h3,
#myModalRedirect .content-div .gapping-40 .content-area h4,
#myModalRedirect .content-div .gapping-40 .content-area h5,
#myModalRedirect .content-div .gapping-40 .content-area h6{
    font-family: var(--primary-font);
    margin-bottom: 32px;
}
#myModalRedirect .content-div .gapping-40 .content-area ul{
    list-style: none;
    position: relative;
}
#myModalRedirect .content-div .gapping-40 .content-area ul li{
    font: normal normal normal 20px/22px var(--secondary-font);
    line-height: 32px;
}
#myModalRedirect .content-div .gapping-40 .content-area ul li:before{
    content: '✓';
    position: absolute;
    left: 0;
}
#myModalRedirect .content-div .gapping-40 .button-filled{
    border: 2px solid var(--footer-boder-color);
    padding: 5px 30px;
    font: normal normal medium 18px / 26px var(--secondary-font);
    text-decoration: none;
    color: var(--light-gray);
    background-color: var(--footer-boder-color);
    text-align: center;
    display: block;
}
#myModalRedirect .btn-close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-20px , 20px);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}
#c7-content.c7-content--checkout .c7-club-product__details__quantity button.c7-btn.c7-btn--alt{
    border: 2px solid #d7555a;
    padding: 6px 15px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    transition: 0.5s;
}
#c7-content.c7-content--checkout .c7-club-product__details__quantity  button.c7-btn.c7-btn--alt:hover {
    background-color: #d7555a;
    color: #fff !important;
}
#c7-content.c7-content--checkout .c7-club-product__details__quantity .c7-club-product__details__quantity__restriction svg{
    width: 20px;
}
.visit-book-now{
    background-color: #fff;
}
.about-us-class h1, .about-us-class h2, .about-us-class h3, .about-us-class h4, .about-us-class h5, .about-us-class h6{
    font-family: var(--primary-font);
}
.about-us-class a{
    color: #d7555a;
    text-decoration: underline;
}
.c7wp-wrap[data-c7-type="login"], .c7wp-wrap[data-c7-type="cart"] {
    min-width: 10ch;
}