:root {
    --primary-Button: #f8cf2c;
    --secondary-Button: #EE1C25;
    --nav-bar: #f8cf2c;
    --footer-color: #f8cf2c;
    --font-color: #000;
    --white: #fff;
}


.web-sale-item-price {
    visibility: hidden;
}

.web-sale-item-price-value {
    visibility: visible;
    float: left;
}

.web-sale-item-price-value:before {
    content: 'Price: ';
}


@media (max-width: 100%) {
    .nav-container {
        z-index: 2;
        max-width: 100px !important;
        background-color: grey !important;
    }

    body {
        background-image: url("");
        overflow-x: hidden !important;
    }

    .body {
        max-width: 400px !important;
    }

    .title, .title-sub {
        text-align: center;
        max-width: 250px !important;
    }

    .footer {
        margin-top: 4rem;
        padding: 2.5rem 0px 2rem;
        background-color: #8db7c7;
        color: var(--color-white);
        font-size: 0.93rem;
        max-width: 10px;
        position: fixed;
        bottom: 0px;
    }

    .page-description {
        margin-top: 0.7rem;
        font-size: 1.03rem;
        color: var(--color-brown-dark);
        max-width: 250px !important;
    }

    .main-container, .nav-content {
        display: inline-grid;
        margin: 0px auto;
        max-width: 138px !important;
    }

    .nav-container > .nav-content.nav-content-padding {
        padding: 0rem;
        height: 1rem;
        max-width: 1px;
    }

    .footer .footer-logo {
        display: inline-block;
        height: 5rem;
        width: 6rem;
        padding: 0.5rem;
        margin-top: -5rem;
        vertical-align: top;
        border-radius: 5rem;
        overflow: hidden;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .background-yellow {
        max-width: 10px;
    }

    .tile-container > .tile {
        width: 240px ;
        padding: 1rem;
        float: left;
        text-decoration: none;
    }

    .nav-basket-container .basket-button {
        display: flex;
        border-radius: 0.3rem;
        border: 2.5px solid var(--color-black);
        cursor: pointer;
    }

    .tile-container > .tile {
        padding: 0rem;
        float: left;
        display: block;
        text-decoration: none;
        max-width: 150px !important;
    }
}

@media (max-width: 800px) {
    html, body {
        margin: 0px;
        padding: 0px;
        height: 100%;
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
}



.nav-basket-container .basket-button .basket-icon {
    background-image: url("https://dev.venpos.net/VenPosJourneyUI/images/basket.png") !important;
}

.nav-menu-container .menu-container span:hover {
    background-color: white;
    display: block;
    color: black;
}

.background-yellow {
    background-color: var(--nav-Bar);
}

#nav-basket-container .header, #nav-basket-container .header-sub {
    color: rgb(69, 69, 69);
}

.background-yellow .header, .background-yellow .header-sub, #nav-basket-container .basket-price {
    color: rgb(69, 69, 69);
}

.web-sale-items-container .tab-container .tab.selected {
    color: white !important;
}

.tile-container > .tile > .tile-content > .tile-details > button::before {
    content: "Book Now";
}

.nav-container > .nav-content .nav-logo {
    height: unset !important;
    width: 1rem;
}

.tile-container > .tile > .tile-content > .tile-image {
    height: 15rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#24394C;(12, 60, 96);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}


.font-color-white {
    color: var(--font-color);
}

.button-container .button.orange {
    color: var(--color-white);
    background-color: var(--primary-Button);
}

.button-container .button.orange:hover {
    background-color: var(--primary-Button);
}

.button-container .button.orange:disabled {
    background-color: var(--primary-Button);
}

.nav-menu-container .menu-container span {
    color: white;
}

.footer {
    margin-top: 35rem;
    padding: 0.5rem 1rem 0.5rem 10px;
    color: white;
    font-size: 0.93rem;
    background-color: black;
    position: inherit;
    width: 100%;
    height: 200px;
}

.footer .footer-logo {
    display: inline-block;
    width: 26rem;
    padding: 3.5rem;
    margin-top: 2rem;
    vertical-align: top;
    border-radius: 5rem;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.quantity-control .quantity-down, .quantity-control .quantity-up {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin: 0.3rem;
    background-color: var(--primary-Button);
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-block: 0.4rem solid var(--primary-Button); transition-duration: 0.2s;
}

.quantity-control:hover .quantity-down:hover, .quantity-control:hover .quantity-up:hover {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    margin: 0.3rem;
    background-color: var(--primary-Button);
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-block: 0.4rem solid var(--primary-Button); transition-duration: 0.2s;
}

.web-sale-items-container .web-sale-item .web-sale-item-header {
    padding: 0.5rem 0.7rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background-color: var(--primary-Button);
    color: var(--color-white);
    font-weight: 500;
}

.web-sale-items-container .tab-container .tab:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.font-color-orange-dark {
    color: black;
}

.nav-basket-container .basket-button {
    display: inline-block;
    padding: 0.15rem 0.5rem 0.15rem 0.25rem;
    border-radius: 0.3rem;
    border: 1px solid var(--color-black) !important ;
    cursor: pointer;
    background-color: var(--primary-Button);
	width: 86px;
}

.background-yellow .header, .background-yellow .header-sub, #nav-basket-container .basket-price {
    color: black;
}

.background-yellow {
    background-color: var(--nav-bar);
}

.tile-details {
    background-color: var(--primary-Button);
    color: white;
    min-height: 253px;
	white-space: wrap !important;
}

.tile-container > .tile > .tile-content > .tile-details > .tile-description {
    margin-bottom: 1.5rem;
    color: white;
    min-height: 48px;
	white-space: wrap !important;
	
	
}

.tile-container > .tile > .tile-content > .tile-details > .tile-title {
    margin: 1rem 0px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: white;
    min-height: 62px;
	white-space: wrap !important;
	
}

.tile-container > .tile > .tile-content > .tile-details > button {
    background-color: white;
}

.tile-container > .tile:hover > .tile-content:hover > .tile-details > button {
    background-color: white;
}

.main-container .upsell-splash-container .upsell-splash .img-container {
    height: 35px;
    margin: 0px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: none !important;
}

.nav-menu-container .menu-button .menu-icon {
    z-index: -1;
    display: inline-block !important;
    height: 3.5rem !important;
    width: 3.5rem !important;
    vertical-align: top !important;
    margin-top: 1.8rem !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url('https://online1.venpos.net/site/Images/Resource/928929_menu-button-icon-512x512-x86bgpt9.png')!important;
   
}

.nav-menu-container .menu-button {
    display: inline-block !important;
    padding: 0.15rem 0.5rem 0.15rem 0.15rem !important;
    border-radius: 0.3rem !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    cursor: pointer !important;
    
}

.nav-menu-container {
    float: right;
    position: relative;
    margin-top: -0.35rem;
}

.nav-menu-container:not(menu-icon) {
    display: inline-block !important;
}

body {
    background-color: var(--bs-body-bg);
    background-attachment: fixed;
    background-position: center bottom;
	overflow-x: hidden !important;
	background-image: url('');
    background-size: contain !important;
    background-repeat: no-repeat !important; 
}

#powered-by {
    margin-top: -30px;
}

.web-sale-items-container .tab-container .tab.selected {
    color: var(--white);
    cursor: default;
    background-color: var(--primary-Button) !important;
}

.web-sale-items-container .web-sale-item .web-sale-item-header {
    color: var(--white);
    background-color: var(--nav-bar) !important;
}

.container img {
    height: 111px;
    visibility: visible;
    padding-left: 44px;
}

#header-logo img {
    width: auto;
    position: relative;
    height: 130px;
}

@media screen and (max-width: 769px) {
    #header-logo img {
        padding: 6px;
    }
    #header-logo img {
    width: auto;
    position: relative;
    top: -30px;
    left: 40px;
}
}

.customer-area-menu__button-icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: top;
    margin-top: 0.1rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("https://online1.venpos.net/site/Styles/GannowF929/images/person-black.svg") !important;
}

.nav-basket-container .basket-button .basket-icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: top;
    margin-top: 0.1rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("https://online1.venpos.net/site/Styles/GannowF929/images/basket-black.png") !important;
}

.nav-header {
    background-color:#f8cf2c;
    margin-top: -10px;
}

.button-container .button.orange.selected:hover {
    background-color: var(--color-orange-extra-dark);
}




/* -- *************************************************************************************----  */


.web-sale-items-container .web-sale-item .web-sale-item-details {
    background: rgb(154 146 146 / 10%) !important;
}

.tab-container
{
	background: rgb(1,1,1,0.1) !important;
}

.nav-container > .nav-content.nav-content-padding {
    padding: 1rem;
    /* height: 3.5rem; */
}


div#header-top .container {
    height: 120px;
}

.web-sale-items-container .web-sale-item .web-sale-item-details .web-sale-item-price .web-sale-item-price-value {
	color: black;
}

.time-selector {
    padding-right: 12px !important;
}

.payment-methods .method:nth-child(3) {
    display: none !important;
}

.tile-container {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
}
.tile-container > .tile {
  width: 50%;
  padding: 1rem;
  float: left;
  text-decoration: none;
}
.tile-container > .tile > .tile-content > .tile-image {
    height: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--color-grey-light);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}


.tile-container {
    display: inline-flex !important;
    width: 100%;
    align-content: flex-start;
    margin-top: 2rem;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 800px) {
	.tile-container {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
}
.tile-container > .tile {
  width: 100%;
  padding: 1rem;
  float: left;
  text-decoration: none;
}
.tile-container > .tile > .tile-content > .tile-image {
    height: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--color-grey-light);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}


.tile-container {
    display: inline-flex !important;
    width: 100%;
    align-content: flex-start;
    margin-top: 2rem;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}