.prodtemplate img {
    width: 100%;
}

.prodtemplate .product-header {
    padding-top: 3rem;
    justify-content: center;
}

.prodtemplate .enquire-btn {
    min-width: 150px;
}

.prodtemplate .product-header .header-bg-container {
    min-height: 30vh;
}

.prodtemplate .product-hero a.btn {
    border-color: white;
    border-radius: 0;
    background-color: black;
}

.prodtemplate .date-prices {}



.prodtemplate .product-variants {}

@media (min-width: 768px) {
    .prodtemplate .product-hero {
        justify-content: end;
    }
    .prodtemplate .product-bookingbar {
        height: auto;
        padding-bottom: 1rem;
    }
    .prodtemplate .product-overview {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}


.pricing.swiper-button-next, 
.pricing.swiper-button-prev {
    margin-top: -28px;
    background-color: transparent;
    filter: invert(100%);
    width: 50px!important;
    height: 50px!important;
    background-size: 30%!important;
    top: 35px;
    outline:none !important;
}

.swiper-button-next {
    right: 0px !important;
}

.pricing.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E")!important;
    left: -10px !important;
}
.pricing.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")!important;
}
.pricing.swiper-button-next:before, 
.pricing.swiper-button-prev:before {
    content: '';
    background: transparent;
}
.pricing-nav {
    width: 300px;
    position: relative;
    margin: auto;
    top: -180px;
}
.bg-teal {
    background-color: #00a680;
}
.sold-out {
    text-decoration: line-through; 
}
.btn-sold-out {
    pointer-events: none;
}
@media (min-width: 768px) {
    .pricing.swiper-button-next {
        right: -10px !important;
    }
}

/* HEADER */
.product #menu {
    background-color: var(--menuBgColor) !important;
}
.product #menu .navbar-brand img.icon {
    filter: none !important;
}
.product #menu .navbar-brand img.logo {
    filter: none !important;
}
.product #menu .navbar-nav .nav-link, .product #menu .menu-cta {
    text-shadow: none !important;
    color: var(--menuTextColor) !important;
}
.product #menu a, #menu .navbar-toggler, .product #menu:not(.open):not(.scrolled) a {
    color: var(--menuTextColor) !important;
}
.product #menu .menu-cta {
    border-color: var(--menuTextColor) !important;
}
