apple-pay-button {
    --apple-pay-button-width: 150px;
    --apple-pay-button-height: 30px;
    --apple-pay-button-border-radius: 3px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
    display: initial;
}

.feefowidget-logo {
    height: 13px;
    width: 53px;
    margin-top: -1px;
    vertical-align: middle;
}

feefowidget-global .feefowidget-global-container {
    padding: 0 !important;
}

.red-text {
    color: red;
}

#selected-filters {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;

    display: flex;
}

.product-filter,
.filter-close,
.clear-filter,
.qty-btn {
    cursor: pointer;
}

.custom-select {
    appearance: none; /* Modern browsers */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */

    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.05rem center;
    background-size: 1rem;
    padding-right: 1rem; /* space for the icon */

    height: 2.5rem;

    padding: 0.5rem;
}

.error-message {
    color: red;
}
.product-info-desc table {
    border-collapse: collapse;
}
.product-info-desc thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.product-info-desc tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.product-info-desc tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.product-info-desc td,
.product-info-desc th {
    display: table-cell;
    vertical-align: inherit;
}
.product-info-desc th {
    text-align: inherit;
    font-weight: bold;
}
.product-info-desc .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    background-color: transparent;
    text-align: left;
}
.product-info-desc .table td,
.product-info-desc .table th {
    padding: 5.5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.product-info-desc .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.account-nav-link {
    color: var(--dark-slate-grey);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #0f453f40;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 30px;
    text-decoration: none;
    display: block;
}

.account-nav-link:hover {
    color: #333;
    text-decoration: underline;
}

.account-nav-link.w--current {
    color: var(--light-sea-green);
    text-decoration: underline;
}

.text-right {
    text-align: right;
}

.account-nav-wrapper {
    border-top: 0.1rem solid #0f453f40;
    font-family: Austral Sans Stamp, sans-serif;
}

.account-content_wrapper {
    border: 0.1rem solid #0f453f40;
    margin-left: 2rem;
    padding: 2rem;
}

.account-table_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 0.06rem solid #d2d2dc;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
}

.account-table_row.pod {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.account-table_row.payment {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.account-table_row.pricing {
    grid-template-columns: 1fr 1fr;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.account-table_row.pricing.total {
    background-color: #00baab1a;
}

.booking-details_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.fake-input-field {
    border-bottom: 1.5px solid #e5eadf;
    padding-bottom: 10px;
}

.h6-normal-line-height {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 27px;
}

.divider {
    border-top: 4px solid #00694f;
}

.divider.alt {
    border-top-width: 1px;
    border-top-color: #707070;
}

.mb-15 {
    margin-bottom: 15px;
}

.login_nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.login_nav-link {
    border-bottom: 0.1rem solid #0000;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-decoration: none;
}

.login_nav-link:hover {
    text-decoration: underline;
}

.login_nav-link.w--current {
    border-bottom-color: var(--light-sea-green);
    color: var(--light-sea-green);
}

.account-overview-wrapper {
    display: flex;
}

.black-link {
    color: #252f1e;
    text-decoration: none;
}

.black-link:hover {
    color: #db5735;
    text-decoration: underline;
}

.account-links {
    border-top: 2px solid #e5eadf;
    flex: 1;
    margin-bottom: 0;
}

.collapse-header {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-weight: 700;
    transition: background-color 0.3s;
    display: flex;
}

.collapse-header:hover {
    background-color: #f9f9f9;
}

.collapse-header.alt {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-weight: 400;
}

.collapse-header.alt:hover {
    background-color: #fff;
}

.orange-title {
    color: #cb5f40;
    font-size: 18px;
    font-weight: 700;
}

.account-overview-row {
    flex: 1;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.account-columns {
    display: flex;
}

.account-overview-column {
    width: 50%;
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.columns-align-center {
    align-items: center;
    display: flex;
}

.account-overview-inner-wrapper {
    border-top: 2px solid #e5eadf;
    border-bottom: 2px solid #e5eadf;
    flex: 1;
    position: relative;
}

.account-overview-inner-wrapper.no-bottom-border {
    border-bottom: 0 rgba(0, 0, 0, 0);
}

.collapses {
    border-top: 2px solid #e5eadf;
}

.collapse-arrow {
    width: 14px;
    height: 8px;
}

.account-mobile {
    display: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.account-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    display: block;
}

.account-link:hover {
    color: #db5735;
    text-decoration: underline;
}

.account-link.w--current {
    text-decoration: underline;
}

.collapse-body {
    padding-right: 20px;
    display: none;
    overflow: hidden;
}

.account-menu-wrapper {
    padding-left: 0;
    padding-right: 140px;
    display: flex;
}

.account-faq-wrapper {
    margin-top: 140px;
    padding-left: 100px;
    padding-right: 100px;
}

.pb-20 {
    padding-bottom: 20px;
}

.account-faq-inner-wrapper {
    background-color: #faf9f2;
    padding: 60px 80px 80px;
}

.collapse {
    border-bottom: 2px solid #e5eadf;
}

.account-desktop {
    display: block;
}

.account-link-item {
    border-bottom: 2px solid #e5eadf;
}

h1.orange-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #d55b33;
}

.account-overview-inner-wrapper {
    border-top: 2px solid #e5eadf;
    border-bottom: 2px solid #e5eadf;
    flex: 1;
    position: relative;
}

.account-overview-inner-wrapper.no-bottom-border {
    border-bottom: 0 rgba(0, 0, 0, 0);
}

.basket-desktop-wrapper {
    margin-top: 60px;
}

.basket-mobile-wrapper {
    display: none;
}

.sheet.sign-in.basket {
    padding-bottom: 60px;
}
.sheet.sign-in {
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
}
.sheet {
    padding: 60px 20px;
    background-color: #fff;
}

.text-center {
    text-align: center;
}

input.input-like-text {
    border: none;
    width: 10px;
}

.basket-breadcrumbs {
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 40px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
}
.basket-breadcrumb.current {
    color: #323232;
}
.basket-breadcrumb {
    color: #d6d6d6;
}

.basket-breadcrumb-text {
    padding-left: 40px;
    padding-right: 40px;
}

.basket-breadcrumb-line-wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.basket-breadcrumb-dot.current {
    background-color: #323232;
    margin-left: auto;
    margin-right: auto;
}
.basket-breadcrumb-dot {
    z-index: 2;
    width: 11px;
    height: 11px;
    background-color: #d6d6d6;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

line.start {
    left: 50%;
}
.basket-breadcrumb-line {
    z-index: 1;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 5px;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.form-row.checkout {
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.form-column-2 {
    width: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
}

.form-column-2.checkout-left {
    width: 80%;
    align-content: flex-start;
}

.form-column-2.checkout-right {
    border-left: 1px solid #e5eadf;
    align-content: flex-start;
    margin-left: 30px;
    padding-left: 30px;
    transition: max-height 0.3s;
    display: block;
}

.form-column-2.account {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.is-invalid {
    color: #db5735;
}

.fieldset {
    margin-left: -6px;
    margin-right: -6px;
}

.fieldset.address {
    flex-wrap: wrap;
    display: flex;
}

.form-row.checkout {
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.checkout-final-total {
    font-size: 20px;
    font-weight: 700;
}

.required-fields {
    text-align: right;
    font-style: italic;
}

.required-fields.align-left {
    text-align: left;
}

.address-radio-button {
    z-index: 1;
    width: auto;
    height: auto;
    cursor: pointer;
    border-color: #d9d9d9;
    border-radius: 5px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.address-radio-button.w--redirected-checked {
    background-color: #e9e9e9;
    border-width: 2px;
    border-color: #1d1d1b;
}

.address-radio-button.w--redirected-focus {
    box-shadow: none;
}

.form-checkout-mobile-toggle-wrapper {
    display: none;
}

.checkout-footer {
    text-align: center;
    border-top: 2px solid #e5eadf;
    margin-top: 40px;
    padding-top: 20px;
}

.error-message {
    color: #db5735;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.field-wrapper {
    width: 100%;
    float: left;
    padding: 6px;
    display: block;
}

.field-wrapper.address {
    display: flex;
}

.form-item {
    width: 100%;
    flex: none;
    padding: 5px;
}

.form-item.title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.form-item.totals-row {
    border-top: 1px solid #e5eadf;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-item.checkout-product {
    justify-content: space-between;
    padding-bottom: 20px;
    display: flex;
}

.form-item.half {
    width: 50%;
}

.checkout-product-subtext {
    color: #aaada9;
    font-size: 14px;
    line-height: 18px;
}

.checkout-product-subtext.addon {
    color: var(--chocolate);
    text-transform: uppercase;
}

.address-radio-field {
    flex: 1;
    margin-bottom: 0;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}

.orange-link {
    color: #db5735;
}

.orange-link:hover {
    color: #b2472b;
}

.orange-link.non-italic {
    font-style: normal;
}

.checkout-content-wrapper {
    padding-top: 80px;
}

.address-radio-label {
    z-index: 2;
    position: relative;
}

.checkout-product-content {
    flex: 1;
    padding-right: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.checkout-total-item {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.checkout-h2 {
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cardo, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.checkout-h2.address {
    margin-top: 40px;
}

.checkout-h2.address.mb-20 {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 400;
}

.form-label.is-invalid {
    font-weight: 600;
}

.tc-checkbox {
    width: 20px;
    height: 20px;
    border-color: var(--dim-grey);
    border-radius: 0;
    margin-top: 2px;
    margin-right: 10px;
}

.tc-checkbox.w--redirected-checked {
    border-color: var(--dim-grey);
    background-color: var(--dim-grey);
    background-size: 16px 16px;
}

.tc-checkbox.w--redirected-focus {
    box-shadow: none;
}

.tc-checkbox-field {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
}

.tc-checkbox-label {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.basket-mobile-wrapper {
    display: none;
    position: relative;
}

.basket-quantity-column {
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 60px;
    display: flex;
}

.basket-loader {
    width: 100px;
    height: 100px;
    border-top: 5px solid var(--chocolate);
    border-left: 5px solid var(--chocolate);
    border-radius: 50%;
    position: absolute;
}

.basket-head {
    color: #db5735;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14px;
    font-weight: 700;
}

.basket-desktop-wrapper {
    margin-top: 60px;
}

.basket-row {
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

.basket-quantity {
    height: 26px;
    color: var(--black);
    text-align: center;
    background-color: rgba(236, 103, 26, 0.2);
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.basket-price-row {
    margin-bottom: 15px;
}

.basket-price-row.total {
    margin-bottom: 20px;
    font-weight: 700;
}

.mt-0 {
    margin-top: 0;
}

.basket-price {
    float: right;
}

.basket-price.total {
    font-size: 18px;
}

.basket-loader-wrapper {
    z-index: 2;
    background-color: rgba(229, 234, 223, 0.7);
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -10px;
    right: -10px;
}

.basket-loader-wrapper.show {
    display: flex;
}

.basket-list {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 45px;
    font-size: 15px;
}

.basket-footer {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.basket-footer-left {
    width: 33.3333%;
    color: #fff;

    flex: none;
    padding: 40px 20px;
}

.basket-footer-right {
    flex: 1;
    padding: 40px 100px;
}
