﻿
@font-face {
    font-family: 'Rubik-Medium';
    src: url('../Styles/fonts/Rubik/Rubik-Medium.ttf');
}


body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px !important;
    font-family: Rubik-Medium;
    background:#eeeeee;
}
a {
    text-decoration:none !important;
}
    a:focus, select:focus, textarea:focus, button:focus, input:focus {
        box-shadow:none !important;
    }
input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field {
    color: #000;
}
input[type="date"]::-webkit-datetime-edit-text {
    color: #000;
}
.dropdown-toggle::after {
    visibility:hidden;
    display:none;
}


.nav-btn {
    background-color: #719c2d;
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 8px 13px;
}

    .nav-btn:hover {
        background-color: #5f8724;
        color: #fff;
    }

.BgHeader {
    background: url(../Images/HeaderBG.jpg) no-repeat;
    background-size:cover;
}
.BluredBG {
    background: rgba(0, 0, 0, 0.5);
}
.HeaderAddress {
    font-size:14px;
    color:#ffffffb8;
}
.home-page {
    background-color: #000;
}
.Logo img {
    zoom:0.6;
}
.BorderHolder {
    border-top:1px solid #ffffff0f;
}
.inner-page {
    background-color: #fff;
}

.nav-link {
    color: #ffffffb8;
    font-size: 16px;
    gap: 10px;
    text-align: center;
    padding: 10px 16px !important;
}
.nav-item .nav-link:hover {
    color: white;
    padding: 10px 16px !important;
    border-radius: 999px;
    background: #ffffff14;
}
.nav-item .nav-link.active {
    color: white;
    padding: 10px 16px !important;
    background: #719c2d;
}
@media (max-width: 992px) {
    .offcanvas-body .navbar-nav {
        width: 100%;
        align-items: center;
    }
        .offcanvas-body .navbar-nav .dropdown-menu {
            width: max-content;
            min-width: 180px;
            text-align: center;
        }
        .offcanvas-body .navbar-nav .dropdown > .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: max-content !important;
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav .dropdown-menu {
            position: static !important;
            float: none;
            margin-top: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .offcanvas-body .navbar-nav .dropdown {
            position: relative;
            width: 100%;
        }
        .offcanvas-body .navbar-nav > .nav-item {
            margin-bottom: 4px;
        }
        .offcanvas-body .navbar-nav .OnlineOrderBtn {
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav > .nav-item {
            width: 100%;
            justify-content: center !important;
            align-items: center !important;
        }
        .offcanvas-body .navbar-nav .dropdown {
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav > .nav-item > .nav-link {
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
    .nav-item .nav-link:hover {
        color: #fff;
        
        border-radius: 999px;
        background: #b32025;
       
    }

    .nav-item .active,
    .nav-item .dropdown-toggle {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.nav-link:hover, .nav-link:focus {
    color:#c9a227;
}

.animated-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .animated-submit-btn:active {
        background: #ffd86f !important;
        color: #2c3216 !important;
    }

    .animated-submit-btn:hover {
        background: #fff !important;
        color: #7a0607 !important;
    }
@media(max-width:992px) {
    .nav-link {
        color: #000;
        font-size: 16px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
       
    }

        .nav-link:hover {
            color: #f00;
        }
}

#myTabContent {
    display: block !important;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #719c2d;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #719c2d;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.header-content {
    padding: 5px 30px;
}

.header-logo {
    max-width: 200px;
    height: auto;
}

.header-content span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #c21725;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(1) invert(0);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }

   /* #floatingCart {
        display: none !important;
    }

    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .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;
    }*/

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}

.form-check-input:checked[type=radio] {
    background-image:none !important;
}



input[type=radio]:checked {
    background-color: #719c2d !important;
    border: 2px solid #719c2d !important;
}
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:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    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: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #9f4e00;
        position: relative;
        top: -24px;
    }

    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.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
#content-footer-bottom-pp{
    border-top:1px solid #000;
}





.OnlineOrderBtn {
    background-color: #719c2d;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    transition: .5s all;
    text-transform: unset;
}

    .OnlineOrderBtn:hover {
        color: #fff !important;
        transform: translateY(-4px);
        box-shadow: 0px 3px 6px #959595;
    }


.dropdown-menu {
    color: #fff;
    background-color: #719c2d;
}
.dropdown-item {
   text-align:start;
    color: #fff;
    
}
    .dropdown-item:hover {
        background-color: #000;
        color: #fff;
        transition:0.3s ease-in-out;
    }
/*Slider*/

.SliderText {
    font-size:clamp(26px,3vw,29px);
    color:#fff;
    margin:80px 0px;
    text-transform:uppercase;
}
/*End*/
/*Home Page Container*/

/*Footer*/

.mazzella-footer {
    width: 100%;
    color: #ffffff;
    font-family: inherit;
}

.mazzella-footer-main {
    background: #26242a;
    padding: 38px 0 45px;
}


/* =====================================================
       LOGO
       ===================================================== */

.footer-logo-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
}

.footer-logo {
    width: 195px;
    max-width: 100%;
    height: auto;
    display: block;
}


/* =====================================================
       FOOTER TITLES
       ===================================================== */

.footer-title {
    margin: 2px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .footer-title i {
        color: #76a82f;
        font-size: 27px;
        width: 27px;
    }

    .footer-title strong {
        color: #76a82f;
        font-weight: 700;
    }

.footer-title-line {
    width: 50px;
    height: 2px;
    background: #76a82f;
    margin-top: 20px;
    margin-bottom: 28px;
    position: relative;
}

    .footer-title-line::after {
        content: "";
        position: absolute;
        left: 45px;
        top: 0;
        width: 6px;
        height: 2px;
        background: #76a82f;
    }


/* =====================================================
       QUICK LINKS
       ===================================================== */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 18px;
    }

    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .footer-links a i {
            color: #76a82f;
            font-size: 11px;
            margin-right: 12px;
        }

        .footer-links a:hover {
            color: #76a82f;
            padding-left: 3px;
        }


/* =====================================================
       CONTACT
       ===================================================== */

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

    .footer-contact-item i {
        color: #76a82f;
        font-size: 17px;
        width: 22px;
        min-width: 22px;
        text-align: center;
        padding-top: 3px;
    }

    .footer-contact-item span {
        max-width: 300px;
    }


/* =====================================================
       BOTTOM FOOTER
       ===================================================== */

.mazzella-footer-bottom {
    background: #121212;
    border-top: 1px solid #3a393c;
    min-height: 53px;
    display: flex;
    align-items: center;
}

    .mazzella-footer-bottom .row {
        min-height: 53px;
    }

.footer-powered,
.footer-copyright,
.footer-login {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.mazzella-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .mazzella-footer-bottom a:hover {
        color: #76a82f;
    }

.footer-copyright a,
.footer-powered a {
    color: #76a82f;
}

    .footer-copyright a:hover,
    .footer-powered a:hover {
        color: #ffffff;
    }

.footer-separator {
    margin: 0 5px;
    color: #ffffff;
}

.footer-login span {
    margin: 0 5px;
    color: #ffffff;
}


/* =====================================================
       TABLET
       ===================================================== */

@media (max-width: 991.98px) {

    .mazzella-footer-main {
        padding: 35px 0;
    }

    .footer-logo-col {
        margin-bottom: 40px;
    }

    .footer-links-col,
    .footer-contact-col {
        margin-bottom: 25px;
    }

    .footer-title {
        font-size: 21px;
    }

    .footer-powered,
    .footer-copyright,
    .footer-login {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


/* =====================================================
       MOBILE
       ===================================================== */

@media (max-width: 767.98px) {

    .mazzella-footer-main {
        padding: 30px 20px 35px;
    }

    .footer-logo-col {
        margin-bottom: 35px;
    }

    .footer-logo {
        width: 180px;
    }

    .footer-links-col,
    .footer-contact-col {
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-title {
        font-size: 20px;
    }

        .footer-title i {
            font-size: 23px;
        }

    .footer-title-line {
        margin-top: 15px;
        margin-bottom: 22px;
    }

    .footer-links li {
        margin-bottom: 14px;
    }

    .footer-links a,
    .footer-contact-item {
        font-size: 15px;
    }

    .mazzella-footer-bottom {
        padding: 12px 15px;
    }

        .mazzella-footer-bottom .row {
            min-height: auto;
        }

    .footer-powered,
    .footer-copyright,
    .footer-login {
        font-size: 13px;
        line-height: 1.6;
        text-align: center !important;
    }
}

/*End*/




@media (max-width: 992px) {
    .offcanvas-body .navbar-nav {
        width: 100%;
        align-items: center;
    }

        .offcanvas-body .navbar-nav .dropdown-menu {
            width: max-content;
            min-width: 180px;
            text-align: center;
        }

        .offcanvas-body .navbar-nav .dropdown > .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: max-content !important;
            margin-left: auto;
            margin-right: auto;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            position: static !important;
            float: none;
            margin-top: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            position: relative;
            width: 100%;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            margin-bottom: 4px;
        }

        .offcanvas-body .navbar-nav > .nav-item {
            width: 100%;
            justify-content: left !important;
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown {
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            text-align: center;
        }

        .offcanvas-body .navbar-nav > .nav-item > .nav-link {
            width: max-content;
        }

    .nav-item .nav-link:hover {
        color: #fff;
        background: #3a5e00;
    }

    .nav-item .active,
    .nav-item .dropdown-toggle {
        width: max-content;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}