* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"],
ul li {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "ð•";
    font-size: 1.2em;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 16px;
}


header.site-header {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 999;
    background: #000;
    font-size: 15px;
}

header.site-header.fixed-header {
    position: fixed;
    background: #000;
}

header.site-header .row {
    align-items: center
}

header.site-header .main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
}

header.site-header .main-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    padding: 10px;
}

header.site-header .main-menu li a:hover,
header.site-header .main-menu li.current-menu-item a {
    color: #E92E31;
}

header.site-header .main-menu li:last-child a {
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
}

header.site-header .main-menu li:last-child a:hover {
    background: #fff;
    color: #E92E31
}

header.site-header .call-btn {
    text-align: right;
}

header.site-header .call-btn a {
    margin: 0;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

header.site-header .call-btn a:hover {
    color: #E92E31;
    background: #fff;
}

.home-banner {
    margin: 0;
    padding: 30px 0;
    background: #FFF;
    position: relative;
    width: 100%;
    color: #000;
    overflow: hidden;
    z-index: 1;
}

.home-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/home-banner-elipse.png") no-repeat left center;
    z-index: -1;
}

.home-banner .row {
    align-items: center;
}

.home-banner h1 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 48px;
    margin: 0 0 15px 0;
}

.home-banner h1 span {
    color: #E92E31
}

.home-banner .btn-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 15px;
}

.home-banner .btn-list li {
    margin: 0;
    padding: 0;
    display: flex;
}

.home-banner .btn-list li a {
    padding: 10px 30px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #E92E31;
}

.home-banner .btn-list li a:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.home-banner .btn-list li:last-child a {
    border-color: #000;
    background: #fff;
    color: #000;
}

.home-banner .btn-list li:last-child:hover a {
    background: #E92E31;
    color: #fff;
    border-color: #E92E31;
}

.home-banner .list-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.home-banner .list-item li span {
    width: 35px;
    height: 35px;
    background: #fff;
    display: inline-flex;
    border-radius: 100%;
    border: 1px solid #E92E31;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.home-banner .list-item li:nth-child(2) span {
    border-color: #28A745;
}

.home-banner .list-item li:nth-child(4) span {
    border-color: #FFBF00;
}

.home-banner .list-item li {
    display: flex;
    margin: 0 0 15px 0;
    cursor: pointer;
    width: 100%;
    padding: 10px;
    align-items: center;
    border-radius: 30px;
    background: hsla(0, 45%, 84%, 1);
    background: linear-gradient(0deg, hsla(0, 45%, 84%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(0, 45%, 84%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(0, 45%, 84%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#E8C3C3", endColorstr="#FFFFFF", GradientType=1);
}

.home-banner .list-item li:nth-child(2) {
    background: hsla(134, 42%, 86%, 1);
    background: linear-gradient(0deg, hsla(134, 42%, 86%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(134, 42%, 86%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(134, 42%, 86%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#CCEAD3", endColorstr="#FFFFFF", GradientType=1);
}

.home-banner .list-item li:nth-child(4) {
    background: hsla(45, 100%, 88%, 1);
    background: linear-gradient(0deg, hsla(45, 100%, 88%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(45, 100%, 88%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(45, 100%, 88%, 1) 0%, hsla(0, 0%, 100%, 1) 70%, hsla(0, 0%, 100%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C2", endColorstr="#FFFFFF", GradientType=1);
}

.google-map {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.google-map iframe {
    display: block;
    margin: 0;
    padding: 0;
}

.popular-dishes {
    margin: 0;
    padding: 60px 0;
    background: #FBF1F1;
    position: relative;
    width: 100%;
    color: #000;
}

.popular-dishes h3 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0;
}

.popular-dishes .item {
    padding: 5px;
}

.popular-dishes .slide-content {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    color: #000;
}

.popular-dishes .slide-content .title {
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin: 10px 0 0 0
}

.popular-dishes .slide-content .rating-box {
    text-align: center;
    padding: 5px 0;
    color: #FFBF00;
}

.popular-dishes .slide-content p {
    text-align: center;
}

.popular-dishes .slide-content .row {
    align-items: center;
}

.popular-dishes .slide-content .price {
    color: #E92E31;
    font-weight: 800;
    font-size: 18px;
}

.popular-dishes .slide-content .online-btn a.ajax_add_to_cart {
    padding: 5px 10px;
    border-radius: 30px;
    border: 1px solid #E92E31;
    color: #000 !important;
    text-decoration: none;
    display: inline-flex;
    background: #fff !important
}

.popular-dishes .slide-content .online-btn a.ajax_add_to_cart:hover {
    color: #fff !important;
    background: #E92E31 !important;
}

.popular-dishes .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.popular-dishes .owl-nav button {
    border: 1px solid #E92E31 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0;
    color: #fff;
}

.popular-dishes .owl-nav button span {
    color: #000 !important;
    font-size: 21px
}

.popular-dishes .owl-nav button.owl-prev {
    margin-right: 15px
}

.popular-dishes .owl-nav button:hover {
    background-color: #E92E31 !important
}

.popular-dishes .owl-nav button:hover span {
    color: #fff !important
}

.popular-dishes .slide-content .img-box a img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.popular-dishes .slide-content .online-btn {
    text-align: right
}

.catering-packages {
    margin: 0;
    padding: 60px 0;
    background: #EBE9E9;
    position: relative;
    width: 100%;
    color: #000;
    text-align: center;
}

.catering-packages h3 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0;
}

.catering-packages .row {
    margin: 0 -15px;
}

.catering-packages .package-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
}

.catering-packages .package-list li {
    display: flex;
    margin: 0;
    padding: 0 15px;
    width: 25%;
    position: relative;
}

.catering-packages .package-list .content-box:hover {
    background: #000;
    color: #fff;
}

.catering-packages .package-list .content-box {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.catering-packages .package-list .content-box:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/silver-package-02.png") no-repeat right top;
    z-index: -1;
}

.catering-packages .package-list .content-box:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/silver-package-01.png") no-repeat left bottom;
    z-index: -1;
}

.catering-packages .package-list .content-box .title {
    font-family: "Protest Riot", sans-serif;
    font-size: 24px;
}

.catering-packages .package-list .content-box .price {
    color: #E92E31;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0;
}

.catering-packages .content-box .custom-btn {
    margin: 20px 0 0 0;
}

.catering-packages .content-box .custom-btn a {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #E92E31;
    background: #E92E31;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
}

.catering-packages .content-box .custom-btn a:hover {
    color: #E92E31;
    background: #FFF;
}

.catering-packages .content-box .list-item {
    margin: 0;
    padding: 0;
}

.catering-packages .content-box .list-item li {
    display: block;
    width: 100%;
    margin: 10px 0;
}



.about-sec {
    margin: 0;
    padding: 60px 0;
    background: #FDEDE8;
    position: relative;
    width: 100%;
    color: #000;
}

.about-sec h3 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.about-sec .content-box,
.about-sec .img-box {
    display: flex;
    flex-wrap: wrap;
}

.about-sec .img-box img {
    object-fit: cover;
    border-radius: 15px;
    max-height: 400px;
    width: 100%;
}

.about-sec .custom-btn {
    margin: 0;
}

.about-sec .custom-btn a {
    color: #E92E31;
    text-decoration: none;
}

.about-sec .custom-btn a:hover {
    color: #000;
}

.service-info {
    margin: 0;
    padding: 45px 30px;
    background: #090601;
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
}

.service-info .row {
    align-items: center;
}

.service-info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/fire-effect-01.png") no-repeat left bottom;
    z-index: -1;
}

.service-info::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/fire-effect-02.png") no-repeat right bottom;
    z-index: -1;
}

.service-info .lefts {
    color: #E92E31;
    font-weight: 600;
}

.service-info .lefts span {
    color: #fff;
}

.service-info .rights {
    text-align: right;
}

.service-info .rights i {
    color: #E92E31;
}

.service-info .rights a {
    text-decoration: none;
    color: #fff;
}

.service-info .rights a:hover {
    color: #E92E31;
}

.party-trays {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    color: #000;
    background: #fff;
    z-index: 1;
}

.party-trays:after {
    position: absolute;
    left: 7%;
    top: 10%;
    width: 44px;
    height: 52px;
    content: "";
    background: url("../images/party-trays-01.png") no-repeat left bottom;
    z-index: -1;
}

.party-trays:before {
    position: absolute;
    right: 7%;
    top: 10%;
    width: 40px;
    height: 36px;
    content: "";
    background: url("../images/party-trays-02.png") no-repeat left bottom;
    z-index: -1;
}

.party-trays .content-box,
.party-trays .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.party-trays .content-box h3 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.party-trays .table-responsive {
    padding: 0 30px;
}

.party-trays table th {
    font-size: 14px;
    font-weight: 500;
}

.party-trays table th,
.party-trays table td {
    padding: 5px 10px;
}

.party-trays table {
    width: 100%;
    margin: 0;
    padding: 0;
}

.party-trays table td {
    font-size: 21px;
    font-weight: 600;
}

.party-trays table .title span {
    display: block;
    color: #E92E31;
    font-weight: 400;
    font-size: 16px;
}

.party-trays .content-box p {
    margin: 30px 0 0 0;
    text-align: center;
}




.client-reviews {
    margin: 0;
    padding: 0 0 60px 0;
    background: #FFF;
    position: relative;
    width: 100%;
    color: #000;
}

.home .client-reviews {
    padding: 60px 0
}

.client-reviews h3 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0;
    text-align: center;
}

.client-reviews .rating-box {
    font-weight: 600;
}

.client-reviews .rating-box span {
    font-weight: normal;
}

.client-reviews .rating-box i {
    color: #FFBF00
}

.client-reviews .slide-content {
    padding: 15px;
    background: #f3f3f3;
    border-radius: 10px;
    min-height: 340px
}

.client-reviews .slide-content .auther {
    font-weight: 600;
}

.client-reviews .slide-content .rating {
    color: #FFBF00;
    margin: 5px 0 0 0;
}

.client-reviews .owl-dots {
    margin: 15px 0 0 0;
    text-align: center;
}

.client-reviews .owl-dots .owl-dot {
    background: #d9d9d9 !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    border: none;
}

.client-reviews .owl-dots .owl-dot.active {
    background: #000 !important
}


.page-banner {
    margin: 0;
    padding: 60px 250px;
    background: #000 url("../images/page-banner.jpg") no-repeat left center;
    background-size: cover;
    position: relative;
    width: 100%;
    color: #fff;
}

.page-banner h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.page-banner .breadcrumb {
    margin: 0;
    padding: 0;
    gap: 10px;
}

.page-banner .breadcrumb li {
    margin: 0;
    padding: 0;
    color: #E92E31;
}

.page-banner .breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner .breadcrumb li a:hover {
    color: #E92E31;
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    content: "\f101";
    color: #fff;
    font-family: 'FontAwesome';
}

.product-menu {
    margin: 0;
    padding: 60px 0;
    background: #FFF;
    position: relative;
    width: 100%;
    color: #000;
}

.product-menu .product-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.product-menu .product-list li {
    display: flex;
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 33.333%;
}

.product-menu .product-list li a {
    padding: 25px;
    border-radius: 15px;
    background: #F9F6F1;
    border: 1px solid #F9F6F1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.product-menu .product-list li a:hover {
    border-color: #E92E31;
}

.product-menu .product-list .img-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0px 5px 5px #9f9f9f;
    border-radius: 100%;
    margin: 0 auto 15px auto;
}

.product-menu .product-list .title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0
}

.product-menu .product-list .price {
    color: #E92E31;
    font-weight: 600;
}

.product-menu .product-result .pagination {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.product-menu .product-result .pagination li a {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.product-menu .product-result .pagination li a:hover {
    color: #fff;
    background: #E92E31;
    border-color: #E92E31;
}

.product-menu .popular-tag {
    margin: 0;
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    border-radius: 15px;
}

.product-menu .popular-tag .row {
    margin: 0 -5px;
}

.product-menu .popular-tag h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.product-menu .popular-tag .tag-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.product-menu .popular-tag .tag-list li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 5px;
    margin: 0 0 10px 0;
}

.product-menu .popular-tag .tag-list li a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background: #fff;
}

.product-menu .popular-tag .tag-list li a:hover {
    background: #E92E31;
    border-color: #E92E31;
    color: #fff;
}

.product-menu .food-collection {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    z-index: 1;
    margin: 30px 0;
}

.product-menu .food-collection img {
    width: 100%;
}

.product-menu .food-collection:before {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.product-menu .food-collection .title {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 0;
    font-size: 28px;
    text-align: center;
}

.product-menu .menu-box {
    margin: 0;
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    border-radius: 15px;
}

.product-menu .menu-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.product-menu .menu-box .sub-title {
    color: #28A745;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.product-menu .menu-box .sub-title.non-veg {
    color: #E92E31;
}

.product-menu .menu-box .menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.product-menu .menu-box .menu-list li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.product-menu .menu-box .menu-list li a {
    color: #000;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.product-menu .menu-box .menu-list li a:hover {
    color: #E92E31;
}

.product-menu .filter-box {
    display: flex;
    margin: 0 0 30px 0;
    gap: 15px;
}

.product-menu .filter-box select {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.product-menu .filter-box .view-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
    list-style-type: none;
    align-items: center;
}

.product-menu .search-box {
    display: flex;
    gap: 30px;
    align-items: center;
}
  @media (min-width: 768px) {
            .owl-nav {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                display: flex;
                justify-content: space-between;
                padding: 0 20px;
                margin-top: 0;
            }

            .owl-nav button {
                margin: 0;
            }
        }
        @media (max-width: 767px) {
            .popular-dishes .owl-nav {
                position: static;
                text-align: center;
                margin-top: 20px;
            }

            /* Hide the original nav and create duplicates */
            .owl-nav.original {
                display: none;
            }

            /* Show custom nav with two rows */
            .mobile-nav-container {
                display: block;
            }

            .mobile-nav-row {
                display: flex;
                justify-content: center;
                margin: 10px 0;
            }
        }

.product-menu .search-box form {
    position: relative;
}

.product-menu .search-box input[type="search"] {
    padding: 10px;
    border: 1px solid #D9D9D9;
    margin: 0;
    border-radius: 10px;
    width: 100%;
}

.product-menu .search-box input[type="submit"] {
    background: url("../images/search-icon.png") no-repeat center center;
    width: 40px;
    height: 46px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
}

.product-menu .product-list .row {
    align-items: center;
}

.product-menu#products .products.columns-3 li .add_to_cart_button {
    padding: 10px 15px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31
}

.product-menu#products .products.columns-3 li .add_to_cart_button:hover {
    background: #fff;
    color: #E92E31
}

.product-menu#products .products.columns-3 li img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0px 5px 5px #9f9f9f;
    border-radius: 100%;
    margin: 0 auto 15px auto;
    max-width: 100%
}

.product-menu#products .products.columns-3 li.product a.woocommerce-LoopProduct-link {
    min-height: 316px
}

#products.product-menu .woocommerce-pagination .page-numbers li a,
#products.product-menu .woocommerce-pagination .page-numbers li span {
    padding: 10px;
}

#products.product-menu .woocommerce-pagination .page-numbers li a {
    color: #E92E31
}

#products.product-menu .woocommerce-pagination .page-numbers li {
    border: 1px solid #E92E31
}

#products.product-menu .woocommerce-pagination .page-numbers li span.current {
    color: #fff;
    background: #E92E31
}

.product-menu#products .products.columns-3 {
    margin: 0
}

.product-menu#products {
    padding-bottom: 0
}

.woof_container.woof_container_checkbox.woof_container_spice_level.woof_container_7.woof_container_spicelevels.woof_fs_spice_level {
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    margin: 0px !important;
}


.single-product .banner-cartpage {
    margin: 0;
    padding: 60px 250px;
    background: #000 url("../images/page-banner.jpg") no-repeat left center !important;
    background-size: cover !important;
    position: relative;
    width: 100%;
    color: #fff;
}

.single-product .banner-cartpage h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.single-product .woocommerce-breadcrumb {
    margin: 30px 0;
    width: 100%;
    color: #E92E31;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px
}

.single-product .woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none
}

.single-product .woocommerce-breadcrumb a:hover {
    color: #E92E31;
}

.single-product .product .summary .quantity .qty {
    padding: 5px;
}

.single-product .product .summary button {
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    font-weight: 500
}

.single-product .product .summary button:hover {
    background: #000
}

.single-product .product .summary .product_meta .posted_in a {
    color: #E92E31;
    text-decoration: none
}

.single-product .product .summary .product_meta .posted_in a:hover {
    color: #000
}

.single-product .related.products .products.columns-4 li:hover {
    border-color: #E92E31;
}

.single-product .related.products h2 {
    margin-bottom: 15px
}

.single-product .related.products .products.columns-4 li {
    padding: 25px !important;
    border-radius: 15px;
    background: #F9F6F1;
    border: 1px solid #F9F6F1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.single-product .related.products .products.columns-4 li img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    box-shadow: 0px 5px 5px #9f9f9f;
    border-radius: 100%;
    margin: 0 auto 15px auto !important;
    max-width: 100%;
}

.single-product .related.products .products.columns-4 li.product a.woocommerce-LoopProduct-link {
    min-height: 316px;
}

.single-product .related.products .products.columns-4 li .add_to_cart_button {
    padding: 10px 15px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31
}

.single-product .related.products .products.columns-4 li .add_to_cart_button:hover {
    background: #fff;
    color: #E92E31
}

.single-product #reviews input,
.single-product #reviews textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
}

.single-product #reviews input[type="checkbox"] {
    width: auto;
    padding: 0;
    display: inline-block;
}

.single-product #reviews input#submit {
    padding: 10px 15px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31;
    width: auto;
    margin: 15px 0 0 0;
}

.single-product #reviews input#submit:hover {
    background: #fff;
    color: #E92E31
}

.single-product #reviews p.stars a::before {
    color: #FFC300
}

.product-menu .search-box .icheckbox_square-blue,
.product-menu .search-box .iradio_square-blue {
    background-image: url("../images/blue@2x.png") !important
}


.woocommerce-cart aside#secondary {
    display: none
}

.woocommerce-cart article .wc-block-cart__submit-button {
    padding: 10px 15px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31;
    text-decoration: none
}

.woocommerce-cart article .wc-block-cart__submit-button:hover {
    background: #fff;
    color: #E92E31;
}

.woocommerce-cart article table a,
.woocommerce-cart article table .wc-block-cart-item__remove-link {
    color: #E92E31 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 15px 0;
    border-radius: 10px;
    background: #f1f1f1;
    margin: 0 0 15px 0
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block h2 {
    padding: 10px 15px !important;
    font-size: 18px !important;
}

.woocommerce-cart #wc-block-components-totals-coupon__form button {
    padding: 10px 15px;
    background: #E92E31;
    color: #fff;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31;
    text-decoration: none
}

.woocommerce-cart #wc-block-components-totals-coupon__form button:hover {
    color: #E92E31 !important;
    background: #fff !important
}

.woocommerce-cart .wc-block-components-shipping-calculator-address button {
    padding: 10px 15px;
    background: #E92E31 !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 30px;
    font-weight: 500 !important;
    border: 1px solid #E92E31;
    text-decoration: none
}

.woocommerce-cart .wc-block-components-shipping-calculator-address button:hover {
    color: #E92E31 !important;
    background: #fff !important
}



footer.site-footer {
    background: #181717;
    color: #fff;
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    text-align: center;
}

footer.site-footer p a:hover {
    color: #E92E31;
}

footer.site-footer p a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

footer.site-footer p span {
    color: #E92E31;
}

footer.site-footer h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

footer.site-footer .copy-right {
    background: #000;
    padding: 15px;
    margin: 30px 0 0 0;
}

footer.site-footer .copy-right a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer .copy-right a:hover {
    color: #E92E31;
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

footer.site-footer .social-list li {
    margin: 0 10px;
    padding: 0;
    display: flex;
}

footer.site-footer .social-list li a {
    border: 1px solid #fff;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 24px;
}

footer.site-footer .social-list li a:hover {
    color: #E92E31;
    background: #fff;
}

footer.site-footer .nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

footer.site-footer .nav-list li {
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
}

footer.site-footer .nav-list li a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer.site-footer .nav-list li a:hover {
    color: #E92E31;
}

.popular-dishes .added_to_cart.wc-forward {
    padding: 2px !important;
    border: none !important;
    color: #e92e31 !important;
    font-size: 13px !important;
    background: transparent !important;
}

.woof_price3_search_container.woof_container.woof_price_filter.woof_fs_by_price {
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    border-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 !important;
}

.woof_checkbox_instock_container.woof_container.woof_container_stock.woof_fs_by_instock,
.woof_checkbox_sales_container.woof_container.woof_container_onsales.woof_fs_by_onsales,
.woof_container.woof_container_checkbox.woof_container_product_cat.woof_container_6.woof_container_productcategories.woof_fs_product_cat {
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    margin: 0px !important;
}

.woof_container.woof_container_label.woof_container_product_tag.woof_container_7.woof_container_producttags.woof_fs_product_tag {
    padding: 15px 15px 5px 15px;
    background: #F9F6F1;
    border-radius: 15px;
    margin-top: 23px;
}

.woof_label_term {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    border-radius: 30px;
    background: #fff !important;
}

.filters-sidebar.search-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.woof_label_term:hover,
.woof_label_term.checked {
    background: #E92E31 !important;
    border-color: #E92E31 !important;
    color: #fff !important;
}

.orderby {
    padding: 10px !important;
    margin: 0;
    border: 1px solid #D9D9D9 !important;
    border-radius: 10px !important;
}

/*.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {*/
/*  padding: 10px 15px !important;*/
/*  background: #E92E31 !important;*/
/*  color: #fff !important;*/
/*  border-radius: 30px !important;*/
/*}*/
.woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 5px 0 !important;
}

.price {
    color: #E92E31 !important;
    font-weight: 600 !important;
}

#products .products.columns-3 li {
    padding: 25px;
    border-radius: 15px;
    background: #F9F6F1;
    border: 1px solid #F9F6F1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #000;
}


#products .products.columns-3 li:hover {
    border-color: #E92E31;
}

#products .products.columns-3 li img {
    height: 200px;
    object-fit: contain;
}

.product-short-description {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}



.product-menu#products .products.columns-3 li .add_to_cart_button {
    margin-top: 0;
}

.product-menu .price {
    margin-top: 7px;
}

.product-menu {
    margin-bottom: 45px;
}

.single.single-product .wp-post-image {
    height: 351px !important;
    object-fit: cover;
}

.single.single-product h2 {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0;
}

.product_title.entry-title {
    font-family: "Protest Riot", sans-serif;
    color: #000;
    font-size: 43px;
    margin: 0 0 30px 0;
}

/*----------- Responsive --------*/
.iradio_square-blue {
    background-position: -24px 0 !important;
}

.iradio_square-blue.checked {
    background-position: -48px 0 !important;
}

@media(min-width:768px) {
    .popular-dishes .slide-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 48px
    }

}



a.add_to_cart_button {
    padding: 5px 10px;
    border-radius: 30px;
    border: 1px solid #E92E31;
    color: #000 !important;
    text-decoration: none;
    display: inline-flex;
    background: #fff !important
}

.add_to_cart_button:hover {
    background: #fff !important;
    color: #E92E31 !important
}

@media (min-width: 1200px) {
    .popular-dishes .slide-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 48px;
    }
}

/* Medium Desktop (992px to 1199px) */
@media (max-width: 1199px) {
    .page-banner {
        padding: 60px 150px;
    }

    .single-product .banner-cartpage {
        padding: 60px 150px;
    }

    .home-banner h1 {
        font-size: 42px;
    }

    .popular-dishes h3,
    .catering-packages h3,
    .about-sec h3,
    .party-trays .content-box h3,
    .client-reviews h3 {
        font-size: 32px;
    }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991px) {
    .page-banner {
        padding: 60px 100px;
    }

    .single-product .banner-cartpage {
        padding: 60px 100px;
    }

    /* Catering packages - 2 columns */
    .catering-packages .package-list li {
        width: 50%;
        margin-bottom: 30px;
    }

    /* Product menu - 2 columns */
    .product-menu .product-list li {
        width: 50%;
    }

    .single-product .related.products .products.columns-4 li {
        width: 50% !important;
        margin-bottom: 30px;
    }

    /* Service info - stack content */
    .service-info .rights {
        text-align: left;
        margin-top: 20px;
    }

    /* Home banner buttons */
    .home-banner .btn-list {
        flex-wrap: wrap;
        gap: 10px;
    }

    /* Popular dishes images */
    .popular-dishes .slide-content .img-box a img {
        width: 200px;
        height: 200px;
    }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    /* Header responsive
    header.site-header {
        padding: 10px 0;
        font-size: 14px;
    }
    header.site-header .main-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    header.site-header .main-menu li a {
        padding: 8px 15px;
        font-size: 14px;
    }
    header.site-header .call-btn {
        text-align: center;
        margin-top: 15px;
    }
    header.site-header .call-btn a {
        padding: 8px 20px;
        font-size: 14px;
    } */

    /* Page banner */
    .page-banner {
        padding: 40px 50px;
        text-align: center;
    }

    .page-banner h1 {
        font-size: 20px;
    }

    .single-product .banner-cartpage {
        padding: 40px 50px;
    }

    /* Home banner */
    .home-banner {
        padding: 40px 0;
        text-align: center;
    }

    .home-banner h1 {
        font-size: 36px;
        text-align: center;
    }

    .home-banner .btn-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-banner .btn-list li a {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Section headings */
    .popular-dishes h3,
    .catering-packages h3,
    .about-sec h3,
    .party-trays .content-box h3,
    .client-reviews h3 {
        font-size: 28px;
        text-align: center;
    }

    /* Popular dishes */
    .popular-dishes {
        padding: 40px 0;
    }

    .popular-dishes .slide-content .img-box a img {
        width: 180px;
        height: 180px;
    }

    .popular-dishes .slide-content .title {
        font-size: 18px;
    }

    .popular-dishes .owl-nav {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    /* Catering packages - single column */
    .catering-packages {
        padding: 40px 0;
    }

    .catering-packages .package-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .catering-packages .package-list .content-box .title {
        font-size: 20px;
    }

    .catering-packages .package-list .content-box .price {
        font-size: 20px;
    }

    /* About section */
    .about-sec {
        padding: 40px 0;
    }

    .about-sec .content-box,
    .about-sec .img-box {
        text-align: center;
    }

    .about-sec .img-box {
        margin-top: 30px;
    }

    /* Service info */
    .service-info {
        padding: 30px 15px;
        text-align: center;
    }

    .service-info .rights {
        text-align: center;
        margin-top: 15px;
    }

    /* Party trays */
    .party-trays {
        padding: 40px 0;
    }

    .party-trays .table-responsive {
        padding: 0 15px;
        overflow-x: auto;
    }

    .party-trays table td {
        font-size: 16px;
    }

    .party-trays table th,
    .party-trays table td {
        padding: 8px 5px;
        font-size: 12px;
    }

    /* Product menu */
    .product-menu {
        padding: 40px 0;
    }

    .product-menu .product-list li {
        width: 50%;
        padding: 0 10px;
    }

    .product-menu .product-list li a {
        padding: 15px;
    }

    .product-menu .product-list .img-box img {
        width: 150px;
        height: 150px;
    }

    .product-menu .filter-box {
        flex-direction: column;
        gap: 10px;
    }

    .product-menu .search-box {
        display: block;
        gap: 15px;
    }

    .product-menu .popular-tag .tag-list li {
        width: 100%;
    }

    /* WooCommerce products */
    #products .products.columns-3 li {
        width: 50% !important;
        padding: 15px;
    }

    #products .products.columns-3 li img {
        width: 150px;
        height: 150px;
    }

    .single-product .related.products .products.columns-4 li {
        width: 100% !important;
    }

    .single-product .related.products .products.columns-4 li img {
        width: 150px !important;
        height: 150px !important;
    }

    /* Client reviews */
    .client-reviews {
        padding: 40px 0;
    }

    .client-reviews .slide-content {
        min-height: auto;
    }

    /* Footer */
    footer.site-footer {
        padding: 40px 0 0 0;
    }

    footer.site-footer p a {
        font-size: 18px;
    }

    footer.site-footer h5 {
        font-size: 20px;
    }

    footer.site-footer .social-list li a {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* Mobile Landscape (481px to 575px) */
@media (max-width: 575px) {
    /* Header mobile menu 
    header.site-header .main-menu {
        padding: 0 15px;
    }
    header.site-header .main-menu li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    header.site-header .main-menu li a {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }*/

    /* Page banner */
    .page-banner {
        padding: 30px 20px;
    }

    .page-banner h1 {
        font-size: 18px;
    }

    .single-product .banner-cartpage {
        padding: 30px 20px;
    }

    /* Home banner */
    .home-banner {
        padding: 30px 0;
    }

    .home-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .home-banner .btn-list li a {
        padding: 8px 15px;
        font-size: 13px;
    }

    .home-banner .list-item li {
        font-size: 14px;
        padding: 8px;
    }

    .home-banner .list-item li span {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    /* Section headings */
    .popular-dishes h3,
    .catering-packages h3,
    .about-sec h3,
    .party-trays .content-box h3,
    .client-reviews h3 {
        font-size: 24px;
    }

    /* Popular dishes */
    .popular-dishes .slide-content .img-box a img {
        width: 140px;
        height: 140px;
    }

    .popular-dishes .slide-content .title {
        font-size: 16px;
    }

    .popular-dishes .slide-content .price {
        font-size: 16px;
    }

    /* Catering packages */
    .catering-packages .package-list .content-box {
        padding: 20px 15px;
    }

    .catering-packages .package-list .content-box .title {
        font-size: 20px;
    }

    .catering-packages .package-list .content-box .price {
        font-size: 18px;
    }

    .catering-packages .content-box .custom-btn a {
        padding: 8px 20px;
        font-size: 14px;
    }

    /* Service info */
    .service-info {
        padding: 25px 15px;
        font-size: 14px;
    }

    /* Party trays */
    .party-trays .table-responsive {
        padding: 0 10px;
    }

    .party-trays table th,
    .party-trays table td {
        padding: 5px 3px;
        font-size: 11px;
    }

    .party-trays table td {
        font-size: 14px;
    }

    /* Product menu - single column */
    .product-menu .product-list li {
        width: 100%;
        padding: 0 5px;
    }

    .product-menu .product-list .img-box img {
        width: 120px;
        height: 120px;
    }

    .product-menu .popular-tag {
        padding: 10px;
    }

    .product-menu .menu-box {
        padding: 10px;
    }

    .product-menu .menu-box h3 {
        font-size: 20px;
    }

    /* WooCommerce products - single column */
    #products .products.columns-3 li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #products .products.columns-3 li img {
        width: 120px;
        height: 120px;
    }

    /* Single product */
    .product_title.entry-title {
        font-size: 28px;
    }

    .single.single-product h2 {
        font-size: 24px;
    }

    /* Footer */
    footer.site-footer p a {
        font-size: 16px;
    }

    footer.site-footer h5 {
        font-size: 18px;
    }

    footer.site-footer .social-list {
        gap: 5px;
    }