﻿@font-face {
    font-family: "Fascinate";
    font-style: normal;
    font-weight: normal;
    src: url("../Styles/fonts/Fascinate/Fascinate-Regular.ttf");
}
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    src: url("../Styles/fonts/Outfit/Outfit-VariableFont_wght.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: "Outfit",sans-serif;
    font-size: clamp(14px,3vw,16px);
    background-color: #fff;
    color: #000;
}

/*Loader*/

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat #ffffff21;
    background-size: 70px 70px;
}

/*End*/

.HeaderLogo {
    height:150px;
    width:150px !important;
    position:relative;
}
.FooterLogo {
    height: 250px;
    width: 250px !important;
    position: relative;
}
.nav-item {
    display: flex;
    align-items: flex-start;
    top: 18px;
    position: relative;
}
.nav-link {
    color: #000;
    font-family: "Outfit",sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0 12px;
    margin:10px auto;
}
.btnHeaderOnlineOrdering {
    background-color: #F2533A;
    border:2px solid #F2533A;
    padding: 4px 12px;
    color: #fff;
    font-family: "Outfit",sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration:none;
}
    .btnHeaderOnlineOrdering:hover {
        background-color: #fff;
        padding: 4px 12px;
        color: #F2533A;
        border: 2px solid #F2533A;
        transition: 0.3s ease-in-out;
        font-family: "Outfit",sans-serif;
        font-size: 1em;
        text-transform: uppercase;
        text-decoration: none;
    }


.SliderContainer {
    top:-55px;
    z-index:1;
}

.Part1 {
    background-color: #FEC97B;
}
.SliderTitle {
    font-family: Fascinate;
    color:#000;
    font-size:clamp(24px,3vw,55px);
}
.nav-link:focus, .nav-link:hover {
    color: #fe3b1d;
}
.btn-bsn {
    width: 100%;
    color: #000;
    font-size: clamp(16px,3vw,24px);
    background-color: #EBAF57;
    border-radius: 7px;
    padding: 7px 0;
}
.btn:focus {
    outline: none !important;
    box-shadow:none !important;
}
#businessHours {
    background-color:lightgoldenrodyellow;
    text-align:center;
}
.dropdown-menu.show {
    overflow:visible;
}
.SliderBottom {
    border-radius: 7px;
    background-color: #FFD89D;
    padding: 7px 0;
    color: #000;
    font-size: clamp(16px, 3vw, 24px);
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background-color: #fe3b1d;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}
.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}
.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #000;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 1021;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.FooterTitle {
     font-family: "Fascinate";
     font-size:1.8em;
}
.footercontainer {
    background-color: #fec97b;
}
button.back-to-top.show::after, button.back-to-top.show::before {
    visibility: visible;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
    button.back-to-top::before, button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 20px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

.PrivacyPolicy, .PrivacyPolicy a {
    font-family: "Outfit",sans-serif;
    color: #000;
}



@media (max-width: 991.98px) {
    .bottomCart {
        display: block;
    }

    .SliderContainer {
        top: 0;
    }

    .HeaderLogo {
        height: 70px;
        width: 70px !important;
        position: relative;
    }

    .OrderingBtn {
        align-items: center;
        justify-content: center;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }

    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }

    #floatingCart {
        display: none !important;
    }
}
#cke_59_fileInput_input {
    width:auto;
}
input[type=radio]:checked {
    background-color: #000 !important;
    border: 2px solid #000 !important;
}
.form-select:focus {
    border-color: none !important;
    outline: none !imp;
    box-shadow: none !important;
}
