.the-carousel {
    height: 150px;
    overflow: hidden;
}

.entry-title {
    text-align: center;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0.625rem;
}


@media (min-width: 480px) {
    .site-logo {
        height: 5rem !important;
    }
}

.product-main-content {
    background: #ffffff;
    min-height: 70vh;
}

.entry-header-no-image {
    margin: 30px 0 0;
}

.entry-header-no-image .entry-title {
    font-size: 3.875rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
    color: #0084ff;
    line-height: 1 !important;
}

.entry-content .wp-block-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.entry-content h2.wp-block-heading {
    font-size: 1.5rem;
    color: #0084ff;
}

.wc-block-components-product-name {
    font-size: 1.5em !important;
    font-weight: bold;
}

.wc-block-cart__submit-button {
    background: #0084ff !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 14px !important;
    cursor: pointer;
    margin: 0 !important;
    transition: background 500ms ease-in-out;
}

.wc-block-cart__submit-button:hover {
    background: #000000 ! important;
}

.wc-block-components-checkout-order-summary__title-text {
    font-size: 1.25em !important;
    font-weight: bold !important;
    color: #0084ff;
}

.wc-block-components-order-summary-item__total-price {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    color: #0084ff;
    font-size: 1rem;
}

.wc-block-components-product-details>li:not(:last-of-type) {
    margin: 0 0 10px;
}

.wc-block-cart-items thead {
    display: none;
}

.is-large.wc-block-cart .wc-block-cart-items {
    border: 1px solid #efefef !important;
    border-top: none !important;
}

.woocommerce-product-gallery__wrapper {
    border: 1px solid #ccc;
}

.product_meta {
    display: none;
}

/*
#booking-cfa {display:none;}
*/

#footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0;
}

#footer-links a,
#footer-links span {
    font-size: 0.8rem;
    line-height: 1;
}

.page-template-page-full-to-edge .top-bar-container,
.page-template-page-full-to-edge .tab-bar {
    margin-bottom: 0 !important;
}

.page-template-page-full-to-edge #footer-section {
    margin-top: 0 !important;
}

.page-template-page-full-to-edge .wp-block-image img {
    width: 100%;
    height: auto;
}

#booking-cfa {
    background: #117a1d;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#booking-cfa a {
    color: #fff;
}

@media all and (max-width: 768px) {
    #booking-cfa {
        font-size: 0.8rem;
        line-height: 1;
    }
}

.plbs-booking-group-admin {
    display: none !important;
}

.woocommerce-MyAccount-content .wc-item-meta li:first-of-type .wc-item-meta-label {
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    border: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul>li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation a {
    display: block;
}

.woocommerce-MyAccount-navigation a {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul>li.is-active a {
    background: #0084ff !important;
    color: #fff !important;
}

@media all and (max-width: 880px) {
    .entry-header-no-image .entry-title {
        font-size: 2rem;
    }
}