/* Typo */
body {
    font-family: "Rakkas", serif;
    overflow-x: hidden !important;
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.modal-body .mb-3 input{
width: 100% !important;
  background-color: #f2f2f2 !important;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #aaa;
  font-size: 14px;
  height: auto;
  padding: 15px 12px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
  border: none !important;
}
.modal-content .modal-footer .cancel-btn{
       border: none;
  padding: 6px 25px;
  border-radius: 3px;
}
.widget .food-category-search input{
    outline: none;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    color: rgb(170, 170, 170);
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
    padding: 9px 10px;
    transition: 0.2s cubic-bezier(0, 0, 0.58, 1);
    width: 95% !important;
    background-color: rgb(242, 242, 242) !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: transparent;
    border-image: initial !important;
}
.res-3-box .res-3-icons .restaurant-distance{
     position: absolute;
    padding: 4px 6px;
    top: -7px;
    font-weight: 700;
    left: -387px;
    border-radius: 3px;
}
.res-3-box .res-3-icons .restaurant-distance small i{
    height: 34px;
    text-align: center;
    width: 24px;
    background-color: unset;
}
.modal-content .modal-footer .search-btn{
    border: none;
  padding: 6px 8px;
  border-radius: 3px;
}
.modal-content .modal-body .mb-3 label{
    font-size: 17px;
    font-weight: 700;
}
.btn-theme-primary,
.btn-theme-secondary {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #62221A;
    padding: 11px 32px;
    background-color: #FFCC00;
    border-radius: 50px;
    font-family: "Merienda", cursive;
}
.btn-theme-secondary {
    color: #ffff;
    background-color: #387001;
}
.btn-theme-primary:hover {
    background-color: #FFCC00;
}
.fd-section-sub-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    font-family: "Times New Roman", Times, serif ;
    text-align: center;
    color: #387001;
    margin-bottom: 0;
}
.fd-section-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 68px;
    font-family: "Times New Roman", Times, serif ;
    text-align: center;
    color: #581403;
    margin-bottom: 20px;
}
.fa.fa-star.starts-on {
    color: #FFCC00 !important;
}
/* previous header css start */

/* previous header css end */

/* nav additional css start */

.food-header-transparent.sticky .sb-header-container .sb-menu ul li a {
    color: black !important;
}
.food-header-transparent.sticky .sb-menu {
    margin-top: 10px;
}
/* nav addition css end */
/* -------------------- */

/* fd-header-start */
.fd-header .logo {
    width: 200px;
}
.fd-header .sb-menu > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    font-family: "Merienda", cursive;
}
.fd-header .sb-menu > ul > li > a i {
    font-family: 'Font Awesome 5 Free';
}
.fd-header .sb-menu > ul > li > a.cart {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid #FFCC00;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 204, 0, 0.2);
    border-radius: 50px;
    margin-right: 20px;
}
.fd-header .sb-menu > ul > li > a.cart .active {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background-color: #3DEA00;
    border-radius: 50px;
}
.fd-header .sb-menu > ul > li > a.btn-theme-primary {
    color: #62221A;
    padding: 11px 32px;
    line-height: 20px;
    height: 42px;
}
.fd-header .sb-menu > ul > li > a.btn-theme-primary:hover {
    background-color: #FFCC00;
}
.fd-header .sb-menu > ul > li > a.btn-theme-primary i {
    margin-right: 5px;
}
.fd-header .sb-menu ul ul li > a {
    font-family: "Merienda", cursive;
}
.burger-menu.menu-open {
    color: black;
}
/* fd-header-end */

/* fd-hero-classic-section-start */
.fd-hero-classic-section {
    position: relative;
    padding: 214px 0 255px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.fd-hero-classic-section .brush-vector {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 100%;
}

.fd-hero-classic-section .hero-content-area {
    position: relative;
    z-index: 1;
    margin-top: -30px;
}
.fd-hero-classic-section .hero-content-area .tag {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    font-family: "Merienda", cursive;
    line-height: 40px;
    color: #ffff;
    padding: 6px 20px;
    background-color: #387001;
    margin-bottom: 10px;
}
.fd-hero-classic-section .hero-content-area .tag::before,
.fd-hero-classic-section .hero-content-area .tag::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -26px;
    width: 26px;
    height: 26px;
    background-image: linear-gradient(135deg, #387001 50%, transparent 50%);
}
.fd-hero-classic-section .hero-content-area .tag::after {
    top: unset;
    bottom: 0;
    background-image: linear-gradient(45deg, #387001 50%, transparent 50%);
}
.fd-hero-classic-section .hero-content-area h1 {
    font-size: 120px;
    font-weight: 700;
    font-family: "Times New Roman", Times, serif;
    line-height: 120px;
    color: #ffff;
}
.fd-hero-classic-section .hero-content-area h1 span {
    position: relative;
}
.fd-hero-classic-section .hero-content-area h1 span::after {
    content: url(../../images/curve-line-vector.png);
    position: absolute;
    left: 4px;
    right: 0;
    bottom: -28px;
    margin: 0 auto;
}
.fd-hero-classic-section .hero-content-area h3 {
    font-size: 45px;
    font-weight: 700;
    font-family: "Merienda", cursive;
    line-height: 64px;
    margin-bottom: 30px;
    color: #FF957D;
    display: flex;
    align-items: center;
    gap: 20px 29px;
}
.fd-hero-classic-section .hero-content-area h3 span {
    position: relative;
    font-size: 75px;
    font-weight: 900;
    line-height: 108px;
    color: #FFCC00;
}
.fd-hero-classic-section .hero-content-area h3 span::before {
    content: url(../../images/scratch-vector.png);
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
}
.fd-hero-classic-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.fd-hero-classic-section-bg .fd-hero-slider {
    padding-top: 79px;
}
.fd-hero-classic-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}
.fd-hero-classic-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.fd-hero-classic-section .hero-img-box {
    position: relative;
}
.fd-hero-classic-section .hero-img-box img.main-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -16%);
    width: 1070px;
    height: 831px;
    max-width: none;
}
.fd-hero-classic-section .hero-img-box img.offer-vector {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-175%, 97%);
}
.owl-carousel4 .hero-img-box img.offer-vector{
    transform: rotate(-31deg) !important;
    width: 150px !important;
    top: 304px;
     left: 2%;
}
/* fd-hero-classic-section-end */

/* fd-super-deals-section-start */
.fd-super-deals-section {
    position: relative;
    padding: 80px 0px 140px 0px;
    margin-top: 0%;
    background-color: #F5ECDD;
    background-image: url(../../images/super-deal-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.fd-super-deals-section .brush-vector {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 100%;
}
.fd-super-deals-section .fd-section-title {
    margin-bottom: 56px;
}
.fd-super-deal-card {
    padding: 15px;
    background-color: #ffff;
    border-radius: 10px;
    margin-bottom: 36px;
    cursor: pointer;
    border: 1px solid #d5d4d4;
    transition: 0.3s ease-in-out;
}
.fd-super-deals-section.dark-section .fd-section-sub-title {
    color: #387001 ;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
}
.fd-super-deals-section.dark-section .fd-section-title {
    color: #581403 ;
    font-weight: 700;
    font-family: "Times New Roman", Times, serif;
}
.fd-super-deals-section.white-section .fd-section-sub-title {
    color: #387001 ;
    /* font-family: "rakkas", cursive; */
}
.fd-super-deals-section.white-section .fd-section-title {
    color: #581403 ;
    /* font-family: "rakkas", cursive; */
}
.fd-super-deals-section.white-section .brush-vector {
    display: none !important;
}
.fd-super-deals-section-white .fd-super-deal-card {
    border: 1px solid #00000026;
}
.fd-super-deal-card:hover {
    box-shadow: 0px 2px 0px 3px #387001;
}
.fd-super-deal-card span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Merienda", cursive;
}
.fd-super-deal-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    font-family: "Merienda", cursive;
}
.fd-super-deal-card .deal-img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 17px auto 20px auto;
}
.fd-super-deal-card .deal-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.fd-super-deal-card .price-box {
    position: relative;
    padding: 8px 20px;
    background-color: #F5ECDD;
    border-radius: 10px;
}
.fd-super-deal-card .price-box .price h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-family: "Merienda", cursive;
}
.fd-super-deal-card .price-box .price h4 del {
    font-size: 12px;
    color: #858585;
    margin-left: 20px;
    font-family: "Merienda", cursive;
}
.fd-super-deal-card .price-box .add-btn {
    position: absolute;
    right: 0;
    top: -7px;
    width: 50px;
    height: 60px;
    background-color: #387001;
    border-radius: 0 10px 10px 0;
    color: #ffff;
    border: 0;
}
.fd-super-deal-card .price-box .add-btn a {
    color: white;
}
.fd-advertise-img {
    margin-top: 36px;
}
.fd-super-deals-section.white-section {
    background-color: #ffff;
    /* padding: 90px 0 120px 0; */
}


/* fd-super-deals-section-end */

/* fd-restaurant-section-start */
.fd-restaurant-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fd-restaurant-section {
    /* padding: 80px 0; */
    background-color: #ffff;
}
.fd-restaurant-card {
    background-color: #ffff;
    margin-top: 36px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.fd-restaurant-card:hover {
    box-shadow: 0px 2px 0px 3px #387001;
}
.fd-restaurant-card .img-box {
    position: relative;
}
.fd-restaurant-card .img-box .brush-sm-vector {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.fd-restaurant-card .img-box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.fd-restaurant-card .restaurant-content-box {
    position: relative;
    padding: 10px 20px 20px 20px;
    border: 1px solid #D6D6D6;
    border-width: 0 1px 0 1px;
}
.fd-restaurant-card:hover .restaurant-content-box {
    border-color: #ffff;
}
.fd-restaurant-card .restaurant-content-box span,
.fd-restaurant-card .restaurant-footer-box span {
    font-size: 14px;
    font-weight: 400;
    color: #858585;
    font-family: "Merienda", cursive;
}
.fd-restaurant-card .restaurant-content-box span i,
.fd-restaurant-card .restaurant-footer-box i {
    color: #FFCC00;
    margin-right: 8px;
}
.fd-restaurant-card .restaurant-content-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #231900;
    margin: 5px 0;
    font-family: "Merienda", cursive;
}
.fd-restaurant-card .restaurant-content-box .rating i {
    font-size: 14px;
    color: #858585;
    margin-right: 5px;
}
.fd-restaurant-card .restaurant-content-box .restaurant-logo {
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;                  
}
.fd-restaurant-card .restaurant-footer-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #D6D6D6;
    border-radius: 0 0 10px 10px;
}
.fd-restaurant-card:hover .restaurant-footer-box {
    border-color: #ffff;
    border-top-color: #D6D6D6;
}
/* fd-restaurant-section-end */

/* fd-special-offer-section-start */
.fd-special-offer-section {
    position: relative;
    background-color: #F5ECDD;
    padding: 140px 0;
}

.fd-special-offer-section .brush-vector {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 100%;
}

.fd-special-offer-section .brush-vector-2{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -1px;
}
.fd-special-offer-section .leaf-vector-top {
    position: absolute;
    top: 120px;
    right: 0;
    transform: rotateY(180deg);
}
.fd-special-offer-section .leaf-vector-bottom {
    position: absolute;
    bottom: 120px;
    left: 0;
}
.fd-special-offer-section .row {
    align-items: center;
}
.fd-special-offer-section .offer-img-box {
    position: relative;
}
.fd-special-offer-section .offer-img-box .offer-vector {
    position: absolute;
    top: 80px;
    right: -38px;
    transform: rotate(20deg);
}
.fd-special-offer-section .offer-img-box .free-delivery-box {
    position: absolute;
  bottom: 50px;
  left: 0px;
  width: fit-content;
  padding: 6px 38px 7px 78px;
  background-color: #ffff;
  border: 1px solid #387001;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 292px;
}
.fd-special-offer-section .offer-img-box .free-delivery-box .icon-box {
   width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #ffff;
  background-color: #387001;
  border-radius: 50px;
  position: absolute;
  top: -1px;
  left: -2px;
}
.fd-special-offer-section .offer-img-box .free-delivery-box .meta h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #231900;
    margin-bottom: 0;
    font-family: "Merienda", cursive;
}
.fd-special-offer-section .offer-img-box .free-delivery-box .meta span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #858585;
    font-family: "Merienda", cursive;
}
.fd-special-offer-section .offer-img-box .free-delivery-box .meta span i {
    color: #FFCC00;
    margin-right: 5px;
}
.fd-special-offer-section .offer-content-box h4,
.fd-special-offer-section .offer-content-box h2 {
    text-align: left;
}
.fd-special-offer-section .offer-content-box h2 {
    max-width: 530px;
    margin: 5px 0;
    font-weight: 700;
}
.fd-special-offer-section .offer-content-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #858585;
    margin-bottom: 30px; 
    font-family: "Merienda", cursive; 
      margin-top: 25px;             
}
.fd-special-offer-section .offer-content-box ul {
    column-count: 2;
    margin-bottom: 15px;
}
.fd-special-offer-section .offer-content-box ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #858585;
    margin-bottom: 15px;
    font-family: "Merienda", cursive;
}
.fd-special-offer-section .offer-content-box ul li i {
    color: #387001;
    margin-right: 10px;
}
.fd-special-offer-section .offer-content-box a {
    margin: 0 36px 16px 0;
}
/* fd-special-offer-section-end */

/* fd-blogs-section-start */
.fd-blogs-section {
    /* padding: 80px 0; */
    background-color: #ffff;
}
/* fd-blogs-section-end */
.elementor-widget-image-carousel .swiper {
    /* width: 78%;
    padding-bottom: 2%; */
}
/* fd-hero-classic-section-bg start */
.fd-hero-classic-section-bg .anchor-img {
    position: absolute;
    bottom: -1px;
}
.fd-hero-classic-section-bg .carousel-topbar {
    display: flex;
    justify-content: space-between;
    font-family: "Merienda", cursive;
}
.fd-hero-classic-section-bg .carousel-topbar img {
    width: 50px;
    height: 50px;
}
.fd-hero-classic-section-bg .carousel-topbar .item {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.fd-hero-classic-section-bg .carousel-topbar .item a{
    display: flex;
    align-items: center;
}
.fd-hero-classic-section-bg .carousel-topbar h6 {
    color: white;
    padding: 17px;
    font-family: 'rakkas';
    font-weight: 500;
}
.fd-hero-classic-section-bg .fd-top-carousel {
    margin-top: -155px;
}
.fd-hero-classic-section-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 130px 0px 245px 0px;
}
.middle-section-second {
    position: absolute;
    right: 226px;
}
.middle-section-third {
    position: absolute;
}

.fd-hero-classic-section-bg::before {
    content: url(../../images/wave-1.png);
    color: white;
}
.fd-hero-classic-section-bg .vector_slice {
    left: -74% !important;
    transform: translate(-175%, 164%) !important;
} 
.fd-hero-classic-section-bg .vector_tomato {
    left: 37%;
    transform: translate(-175%, 138%);
} 

.fd-hero-classic-section-bg .hero-content-area h1 {
    font-size: 60px;
    line-height: 75px;
    color: #FFCC00;
}

.fd-hero-classic-section-bg .hero-content-area .tag-white {
    color: white;
    font-weight: 400;
    font-size: 28px;
    font-family: "Times New Roman", Times, serif;
    line-height: 70px;
}

.fd-hero-classic-section-bg .hero-content-area p {
    color: white;
    font: 18px light;
    font-family: "Merienda", cursive;
    padding-top: 16px;
    padding-bottom: 18px;
}

.fd-hero-classic-section-bg .hero-img-box .page-main-img {
    width: 600px !important;
    height: 710px !important;
}
.fd-hero-classic-section-bg .middle-action-content h1 {
    color: white;
    font-size: 47px;
    line-height: 50px;
    font-family: 'rakkas';
    font-weight: 400;
}
.fd-custom-style .hero-content-area span{
    font-weight: 700;
}
.fd-custom-style .hero-content-area h1{
    font-weight: 700;
}
.fd-special-offer-section.grey-mode .offer-content-box .fd-section-title{
        font-family: 'Merienda';
}
.fd-special-offer-section.grey-mode .offer-content-box .fd-section-sub-title{
        font-family: 'Merienda';
}
.page-center-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-family: "Merienda", cursive;
}
.page-center-actions .order-food-action {
    background-color: white;
}
.fd-hero-classic-section-bg.fd-middle-section {
    padding: 0px 0px 300px 0px;
}

.fd-hero-classic-section-bg .custom-row {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: nowrap; 
}
.fd-hero-classic-section-bg .custom-row span {
    flex: 1; /* Allows equal width for all span elements */
    text-align: center; /* Center content inside each span */
    padding: 10px; /* Optional: Add padding around each span */
    margin: 0 10px; /* Optional: Add margin between spans */
}
.fd-hero-classic-section-bg .middle-section-center {
    margin-top: 70px;
    font-family: "Merienda", cursive;
    line-height: 30px;
}
.fd-hero-classic-section-bg .custom-row .custom-span .text-content h3 {
    line-height: 30px;
    padding-bottom: 12px;
    font-family: 'merienda';
}
.fd-middle-section {
    position: relative;
    padding-bottom: 422px;
}
.custom-span {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px;
    margin: 0 10px;
    text-align: left; /* Ensures the text inside is left-aligned */
}

.custom-span img {
    max-width: 80px; /* Set a max width for the image */
    margin-right: 15px; /* Add space between image and text */
}

.text-content {
    display: flex;
    flex-direction: column; /* Stacks h3 and p vertically */
    justify-content: center;
    line-height: 30px;
}

.text-content h3, .text-content p {
    margin: 0; /* Remove default margin for better spacing */
    text-align: left; /* Ensure the text is left-aligned */
    color: white;
    font-weight: lighter;
    font-family: 'merienda';
}

.middle-section-img {
    position: absolute;
    z-index: 1;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fd-super-deals-section .fd-super-deals-section-white {
    background-color: white !important;
    margin-top: 80px;
}
/* fd-hero-classic-section-bg end */

.fd-restaurant-section-page2 {
    margin-top: 70px;
}

/* fd-dine-take-section-start */
.fd-dine-take-section{
    background-image: url(../../images/dine-take.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 35px 0px 108px 0px;
}
.fd-dine-take-section.page-dine .pink-brush,
.fd-dine-take-section.page-dine .footer-brush {
    display: none;
}

.fd-dine-take-section .container .row {
    align-items: center;
}


.fd-dine-take-section .dine-take-content {
    color: white;
}
.fd-dine-take-section .dine-take-content h3 {
    font-family: "Rakkas", serif;
    font-weight: 700;
    height: 45px;
    color: #fafafa;
    font-size: 26px;

}
.fd-dine-take-section .dine-take-content h1 {
    font-family: "Rakkas", serif;
    font-weight: 700;
    color: #fafafa;
    font-size: 46px;


}
.fd-dine-take-section .dine-take-content p {
    font-family: "Merienda", cursive;
    color: white;
    font-size: 16px;
    padding-top: 37px;
    margin-bottom: 90px;
}
.fd-dine-take-section .dine-take-img {
    position: relative;
    bottom: -25px;
}
.fd-dine-take-section .dine-take-img img.main-img {
    max-width: 100%;
    max-height: 97%;
    margin-top: 30px;
    margin-bottom: -85px;
}
.fd-dine-take-section .dine-take-content-actions {
    display: flex;
    gap: 20px;
}
.fd-dine-take-section .dine-take-content-actions .order-food-action {
    background-color: white;
}
.fd-dine-take-section .dine-take-img .discount-tag {
    position: absolute;
    bottom: 144px;
    left: 4px;

}
/* fd-dine-take-section-end */

/* fd-resturants-logo-scroll-start */
.fd-resturants-logo-scroll {
    background-color: white;
    padding: 70px 0 70px 0;
}
.fd-resturants-logo-scroll img {
    max-width: 200px;
    height: auto;
}
/* fd-resturants-logo-scroll-end */

/* fd-footer-section-start */
.fd-footer-section {
    background-image: url(../../images/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fd-footer-section .footer-left-content .footer-logo {
    max-width: 123px;
    margin-bottom: 15px;
}
.fd-footer-section .footer-left-content img {
    max-width: 100px;
    margin-right: 10px;
}
.fd-footer-section .footer-left-content {
    line-height: 30px;
}
.fd-footer-section .fd-footer-content {
    padding: 80px 0 80px 0;
    line-height: 40px;
}
.fd-footer-section .footer-left-content {
    color: white;
}
.fd-footer-section .footer-left-content p{
    color: white;
}
.fd-footer-section .footer-left-content strong {
    color: white;
}
.fd-footer-section li {
    color: white;
    font-weight: lighter;
}
.fd-footer-section .copyright-content-footer {
    text-align: center;
    padding: 22px 0;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Merienda", cursive;
}
.fd-footer-section .copyright-content-footer h6 {
    font-size: 16px;
    line-height: 30px;
    color: white;
    font-family: "Merienda", cursive;
    margin-bottom: 0;
}
.fd-footer-section .copyright-content-footer b {
    color: #fc0;
    font-family: "Merienda", cursive;
}
.fd-footer-section .fd-footer-content h4 {
    color:  #fc0;
    font-family: "Rakkas", serif;
}
/* fd-footer-section-end */

/* fd-dine-take-section-page1-start */
.fd-dine-take-section-page1 {
    position: relative;
    margin-top: 10%;
    padding-bottom:7%;
    background-size: 90% 54%;
    background-color: #f5ecdd;
    background-image: url(../../images/0Group37995.png) !important;
}
.fd-dine-take-section-page1 .dine-take-content h1{
    color: #581403;
}

.fd-dine-take-section-page1 .pink-brush {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  top: -147px;
  background: linear-gradient(#f5ecdd);
  z-index: 1;

}

.fd-dine-take-section-page1 .dine-take-content h3 {
    font-family: "Rakkas", serif;
    font-size: 26px;
    line-height: 38.77px;
    font-weight: 700;
    color: #387001;
}
.fd-dine-take-section-page1 .dine-take-content p {
    font-family: "Merienda", cursive;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #858585;
}
.fd-dine-take-section-page1 .search-food-action {
    background-color: #387001;
    color: white;
}
.fd-dine-take-section-page1 .order-food-action {
    background-color: #FFCC00;
}
.fd-dine-take-section-page1 a {
    font-family: "Merienda", cursive;
    font-weight: 900;
    font-size: 16px;
    line-height: 20.22px;
}
/* fd-dine-take-section-page1-end */

/* fd-footer-section-page1-start */
.fd-footer-section-page1 {
    position: relative;
    background-image: none !important;
    background-color: #B33012;
}

.fd-dine-take-section-page1 .footer-brush {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    width: 100%;
}



.fd-footer-section.fd-footer-section-page1 ul li a, .fd-footer-section ul li a {
    /* color: white; */
    text-decoration: none;
}
.fd-footer-section.fd-footer-section-page1 h4 {
    color: white;
    font-weight: 600;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.fd-footer-section.fd-footer-section-page1 .footer-left-content p{
    color: white !important;
}
.fd-footer-section.fd-footer-section-page1 .footer-left-content strong{
    color: white !important;
}
.fd-footer-section.fd-footer-section-page1 .fd-footer-social-icons a, .fd-footer-section .fd-footer-social-icons a {
    color: white;
    word-spacing: 5px;
    display: contents;
}
.fd-footer-section.fd-footer-section-page1 .copyright-content-footer h6 {
    font-family: "Merienda", cursive;
    color: white;
}
.fd-footer-section.fd-footer-section-page1 .fd-footer-section .copyright-content-footer h6 a {
    text-decoration: none;
    color: white;
    font-weight: 700;
}
/* ========================================================== */
.fd-footer-section .news-post {
    display: flex;
    gap: 12px;
    margin-top: 20px;
} 
.fd-footer-section .news-post .icon,
.fd-footer-section .news-post .icon figure.image-thumb {
    width: 60px;
    height: 60px;
}
.fd-footer-section .news-post .icon figure.image-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.fd-footer-section .news-content a {
     line-height: 18px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: block;
}
.fd-footer-section .news-post .time {
    color: #ffff;
    line-height: 18px;
    font-size: 12px;
    margin-top: 8px;
}
.fd-footer-section h6 a {
    text-decoration: none;
    color: #FFCC00;
} 
/* ========================================================= */
/* fd-footer-section-page1-end */

/* fd-blogs-section-start */
.fd-blogs-section h3 {
    color: black;
}
.fd-blogs-section p {
    color: black;
}
/* fd-blogs-section-end   */

.viewport-sm .submenu-scale ul li a {
    color: black;
}
del .woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    color: #858585;
    display: flex;
}
del .woocommerce-Price-amount.amount bdi span {
    font-size: 14px;
    color: #858585;
}

.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    /* width: 60%; */
    margin-bottom: 0;
    align-items: center;
}
.price h4 span:first-child {
    font-size: 16px !important;
}
.fd-hero-classic-section .fd-hero-classic-section-bg .item {
    margin-top: 80px;
}

/* =========================================== */
/* Foodota restaurant-top-saleproduct.php widgets // price */
.res-2-bg-white .res-2-inner .res-2-text .foodota-product-price .sale-price{
    color: #c70909;
    font-weight: 800;
    font-size: 22px;
}
.res-2-bg-white .res-2-inner .res-2-text .foodota-product-price span {
    margin-right: 10px; /* Adds space between elements */
}
.foodota-product-price.regular-price{
    color: #000; 
    font-weight: 500;
    font-size: 14px;
    margin-right: 3px;
}

.elementor-3811 .elementor-element.elementor-element-5cac5c0 {
    background-color: #f5ecdd !important;
}

.cf-canvas-content .cf-canvas-checboxes .mCSB_container .cf-order-details .counter .woocommerce-mini-cart__buttons .button.wc-forward {
   background-color: #FFCC00;
    font-size: 17px;
    font-weight: bold;
    color: #231900;
    padding: 8px 46px;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: inherit;
    text-decoration: none;
 }
  .cf-canvas-content .cf-canvas-checboxes .mCSB_container .cf-order-details .counter .woocommerce-mini-cart__buttons .button.wc-forward:hover {
    background-color: #050505;
    color: #fff;

  }
  .customer-note-field{
    font-size: large;
    font-weight: bolder;
    color: black;
  }

 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal {
     height: 630px;
     overflow-y: auto;
     overflow-x: hidden;
    clip-path: inset(0 round 15px);
    border-radius: 25px;
    width: 530px;
    max-width: none;
 }

 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-content {
     width: 101% !important;
 }

 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-content .modal-body .res-md-img img{
    margin: -1px !important;
 }

 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button{
    border-radius: 6px;
    width: 100%;
    z-index: 1000;
 }
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail .variations_form{
    position: static;
    zoom: 1;
    display: flex;
    flex-direction: column;
}
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .res-fl-main-cat-heading{
    position: unset;
}
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail {
    position: unset;
}
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail .variations_form .single_variation_wrap{
    order: 3;
}
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .res-fl-main-cat-heading .customer-action-field{
    margin-bottom: 10px;
    order: 1;
}
.res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .res-fl-main-cat-heading .customer-action-field label{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .res-fl-main-cat-heading .customer-note-field {
    order: 2;
 }


 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail .single_variation_wrap .woocommerce-variation-price{
    position: absolute;
    margin-left: 67px;
 }

 .res-fl-details .container .row .res-modal-content .modal-dialog.order-modal .modal-body .res-dialog .cart-detail .single_variation_wrap .quantity{
   width: 100%;
 }

 .cf-off-canvas .sidenav .cf-canvas-content .cf-canvas-checboxes .mCSB_container .cf-order-details .counter .woocommerce-mini-cart__buttons {
       display: flex;
       gap: 5px;

 }

 .content-area .site-main .foodota-shop-detail .food-shop-detail .product .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{
        position: absolute;
          margin-top: 214px;
        margin-left: 240px;
 }

.modal-content .modal-body .foodota-product-data .res-dialog .res-fl-main-cat-heading .cart-detail .cart .shopping-cart-items .card-body .align-items-top .style-text h4.mb-2 a {
    color: black !important;
    padding-left: 0px !important;
    font-size: 20px !important;
    text-decoration: none !important;
}

.modal-content .modal-body .foodota-product-data .res-dialog .res-fl-main-cat-heading .cart-detail .cart .shopping-cart-items .card-body .align-items-top .bg-warning-light img{
    padding-right: 7% !important;
    height: 101px !important;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name{
    color: black ;
    text-decoration: none !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container{
   background-color: #FFCC00 ;
    color: black ;
    text-decoration: none !important;
    border-radius: 8px !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container :hover{
   /* background-color: #070707 ;
   color: white ; */
   border-radius: 8px !important;

}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a{
     /* color: black ; */
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.res-2-text .text-s1,.delicious .main-box .uper-box p,.res-exp-text span,.res-exp-text .style-p,.res-logo-d-count span,.res-blog-box .res-blog-content .res-blog-style,.res-blog-box .res-blog-content span.read-more,.res-featured-box .res-featured-details .res-featured-box-2 .h-style{
    text-decoration: none !important;
    }

.cf-canvas-content .cf-canvas-checboxes .mCustomScrollBox .mCSB_container .cf-order-details .woocommerce-mini-cart .woocommerce-mini-cart-item .uwcc-cart-items-inner .product-quantity-mini-cart{
    margin-left: 0px !important;
}

.res-2-featured .container .row .res-3-box .res-2-inner .res-2-text a .text-s1{
    white-space: nowrap;
     text-overflow: ellipsis;
     font-size: 20px   !important;
     overflow: hidden;
      width: 100%;
}
.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products a {
    text-decoration: none !important;
}
.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product-title{
    color: black;
    font-size: 20px;
    text-decoration: none !important;
}

.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price .price h4 span{
    margin-left: 40px !important;
}

.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
    width: 100% !important;
    height: 130px !important;
    object-fit: cover;
}

.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wp-block-button{
        padding: 1px 50px 10px 50px;
}

.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wp-block-button a{
    color: black;
    background-color: #FFCC00 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 13px 10px 10px;
}

.woocommerce-page .container .row .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__products .wc-block-grid__product .wp-block-button a:hover {
    background-color: #070707 !important;
    color: white !important;

}
.res-lat-blog.white-section{
    /* padding: 80px 0; */
}
.res-lat-blog .container .row .blog-card .card-body h3 {
    font-size: 20px;
}
.res-lat-blog .container .row .blog-card .card-body p{
    font-size: 16px;
    /* height: 150px; */
}

.delicious .container .row .main-box .bottom-box {
        /* height: 135px !important; */
        display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

/* ============================================CART PAGE RELATED */

.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-calculator{
    display: none !important;
}

.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination{
    display: none !important;
}

.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row .prop-up-cart {
    display: none !important;
}
.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals h2{
     text-transform: capitalize !important;
     padding-top: 16px !important;
     color: black !important;
     font-size: 20px;
    /* padding-left: 9px; */

}
.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .shop_table th{
    color: #72716f !important;
    
}
/* .woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .shop_table */


.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row .input-group {
        width: 52% !important;
        gap: 7px !important;

}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row .input-group .form-control{
    background-color: #f2f2f2 ;
    border: 1px solid #f3f5ff ;
    padding: 10px 11px 7px 11px;
    width: 270px !important;
    margin-left: 24px;
    margin-right: 19px;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row .input-group-append .btn{
    padding: 9px 10px 6px 8px;
    width: 180px;
    border-radius: unset;
    margin-top: -5px;
} 

.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .maxwheels-products-attributes span{
    font-weight: 900 !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .maxwheels-products-attributes span a{
    text-decoration: none !important;
    font-size: 12px !important;
    color: #716161 !important;
}

.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .product-thumbnail img {
    width: 86px !important;
   
}
 .blog-detail-section-2 .container .row .woocommerce .woocommerce-notices-wrapper{
    flex-grow: 1 !important;
    margin: 4px -10px -5px -14px !important;
 }
  .woocommerce-page .container .row .woocommerce .woocommerce-cart-form{
   width: calc(70% - 15px) !important;
       background-color: #ffff;
  }

  .woocommerce-page .container .row .woocommerce .rounded-lg {
     width: calc(30% - 15px) !important;
    height: 10%;

}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body {
    display: flex !important;
    gap: 25px !important;
    flex-direction: row !important;
     justify-content: space-between;

}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .section-thumbnails{
    display: flex;
    gap: 25px;
    margin-left: 23px;
}

.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row .input-group {
        display: ruby-text;

}
.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .wc-proceed-to-checkout{
        margin-right: 0px;
}
.shipping-bg-set{
    background-color: white !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-section1{
          margin-right: 22px !important;

}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-section1 .product-quantity{
    display: flex;
    gap: 40px;
    margin-top: 47px !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-section1 .product-quantity span{
        margin-top: 3px !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-sections .main-product-name h3{
    font-size: 20px !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-sections .product-price span{
    font-size: 16px !important;
}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .media-body .products-section1 .product-quantity .quantity input{
        background-color: #f2f2f2  !important;
        height: 37px !important;
        font-size: 15px !important;
        border: 1px solid #ddd !important;
        text-align: center !important;
        width: 55px !important;
}
.woocommerce-page.blog-detial-page.blog-detail-section-2.real-static-page{
    background-color: #f2f2f2 !important;
}

.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals .shop_table span {
    font-size: 18px !important;
    margin-top: -8px !important;
   width: 112px !important;

}
.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table h2{
    font-weight: 700;
    padding: 17px 0px 26px 31px;
}

.woocommerce-page .container .row .woocommerce .woocommerce-cart-form .shop_table .row{
      padding-top: 15px;
}

.cf-canvas-content .cf-canvas-checboxes .mCSB_container .cf-order-details .counter .woocommerce-mini-cart .woocommerce-mini-cart-item .uwcc-cart-items-inner .product-quantity-mini-cart .quantity input{
    background-color: #f2f2f2  !important;
    height: 37px !important;
    font-size: 15px !important;
    border: 1px solid #ddd !important;
    text-align: center !important;
    width: 55px !important;
}

/* ========================================================== */
.related .row .food-shop-1 .product-pic img{
     width: 100%;
    height: 285px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
.food-shop-detail .summary .price h4,
.related .row .food-shop-1 .item-desz .price h4{
    display: flex;
}
.food-shop-detail .summary .price h4 del,
.related .row .food-shop-1 .item-desz .price h4 del{
    display: flex;
}
.related .row .food-shop-1 .product-pic {
    width: 100%;
  height: 273px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related .row .food-shop-1 .item-desz .category a{
        color: grey !important;
    text-decoration: none;
}
.related .row .food-shop-1 .item-desz .product-name a{
        color: black;
    text-decoration: none;
}
.related .row .food-shop-1 .item-desz .product-name {
    padding-bottom: 0px !important;
}
.related .row .food-shop-1 .item-desz .justify-content-between .price span.woocommerce-Price-amount bdi{
    font-size: 16px !important;
    
}

.single-product .content-area .site-main .foodota-shop-detail .container .row .food-shop-detail .type-product .summary .cart .quantity .qty{
  background-color: #f2f2f2 !important;
      height: 37px !important;
    font-size: 15px !important;
    border: 1px solid #ddd !important;
    text-align: center !important;
    width: 55px !important;
}

.res-response .container .row .res-blog2-main-content .res-blog2-main-content .post-detial-commenting-meta .list-unstyled .list-inline-item .meta-text a{
    color: black;
    text-decoration: none;
}
.res-response .container .row .res-blog2-main-content .res-blog2-main-content .res-blog2-text-area span a{
    color: black;
    text-decoration: none;
}
.res-header-3 .container-fluid .sb-menu .right-space{
    background-color: #b7626212;
}

.foodota-product-data .cart-detail .grouped_form .single_add_to_cart_button {
 color: #000;
}

.summary .cart .shopping-cart-items .card .card-body .d-flex .style-text h4 a{
    font-size: 20px;
    color: black;
    text-decoration: none;
}


.delicious .container .row .main-box .bottom-box .price-box .price h4{
    display: flex;
    gap: 83px;
}

.res-footer .footer-area .footer-content .container .row .footer-widget a{
    text-decoration: none;
}
.s-call-action .container .row .s-call-action-content .sub-title{
    color: black;
}
.res-hero-3 .container .row .res-hero-content .res-hero-main .res-hero-tite h3{
    display: none;
}
.inner-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}
.res-featured .container .row .res-featured-box .res-featured-details .res-f-detsil .wcfmfa.fa-clock{
    color: green;
}

.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area{
    background-color: white;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper span input{
    width: 100% !important;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #aaa;
    font-size: 14px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    border: none !important;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection span b{
    margin-top: -18px;
}

.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field{
     float: left;
    width: 48% !important;
    overflow: visible;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field{
    float: right;
    width: 48%;
    overflow: visible;
    clear: none;
}


.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field{
     float: left;
    width: 48% !important;
    overflow: visible;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field{
    float: right;
    width: 48%;
    overflow: visible;
    clear: none;
}
.woocommerce .foodota-checkout form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px !important;
        background-color: #f2f2f2 !important;

}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field{
     float: left;
    width: 48% !important;
    overflow: visible;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_city_field{
  float: right;
    width: 48%;
    overflow: visible;
    clear: none;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field{
    padding-top: 10px;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #wcfmmp_user_location_field{
    padding-top: 10px;
}

.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field{
     float: left;
    width: 48% !important;
    overflow: visible;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_field{
  float: right;
    width: 48%;
    overflow: visible;
    clear: none;
      margin-top: 16px;

}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_field{
     float: left;
    width: 48% !important;
    overflow: visible;
}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field{
  float: right;
    width: 48%;
    overflow: visible;
    clear: none;
      margin-top: 16px;

}
.woocommerce-page .container .row .woocommerce .foodota-checkout .container .checkout .row .content-area .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.foodota-checkout .container .custom-coupon-container .woocommerce-form-coupon-toggle .container .woocommerce-info{
    width: 97% !important;
    margin: 0 auto;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #aaa;
    font-size: 16px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    border: none !important;
}
.foodota-checkout .container .custom-coupon-container .woocommerce-form-coupon-toggle .container .woocommerce-info a{
    color: black !important;
    text-decoration: none !important;
}
.checkout_coupon .row .form-group .input-text{
        width: 78% !important;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #aaa;
    font-size: 14px;
    height: auto;
    padding: 10px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    border: none !important;
}
.checkout_coupon .row .form-group .btn{
        padding: 13px 0px;
    border-radius: 1px;
    font-weight: 700;
    font-size: 15px;

}
.res-fl-details .container .row .tab-content .tab-pane .res-fl-center-container .main-tab-content .taber-inner .food-blocks .res-fl-main-cat .res-fl-main-cat-content-3 .innner-cart-div .product-quantity{
    display: none;
}
.order-btn.added::after,
.order-btn.added::before {
  display: none !important;
  content: none !important;
}

a{
    text-decoration: none !important;
}

.cf-off-canvas .sidenav .cf-canvas-content{
    width: 100% !important;
}
.cf-off-canvas .sidenav .cf-canvas-content .cf-canvas-checboxes{
        margin-right: 0px !important;
    padding-right: 0px !important;
}
.cf-order-details .counter .uwcc-cart-items-inner{
    width: 97%;
}
.cf-order-details .counter .uwcc-cart-items-inner .uwcc-item-desc{
    flex-grow: 1;
}
.cf-order-details .counter .uwcc-cart-items-inner .uwcc-item-img .uwcc-item-img-holder img{
    width: 60px !important;
    height: 65px !important;
}

.cf-order-details .counter .uwcc-cart-items-inner .uwcc-item-desc .cart-item-detail .item-extra-detail .maxwheels-products-attributes .font-size-sm{
    display: flex;
}
.res-fl-cat-2-count .foodota-product-price .price h4{
    display: flex;
}
.res-fl-cat-2-count .foodota-product-price .price h4 del span{
    color: #757575 ;
}

.woocommerce-page .container .row .woocommerce .foodota-checkout .container .woocommerce-notices-wrapper{
        margin: 5px -10px 12px -12px;
}

.woocommerce .foodota-checkout .container .container .woocommerce-message{
    background-color: white;
}
.blog-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    background-color: #f2f2f2 !important;

}
.row .content-area .woocommerce-billing-fields{
    padding-top: 20px;
    padding-bottom: 15px;
}
.row .content-area .woocommerce-billing-fields h3{
        padding-left: 11px;
    display: unset;
}
.main-box .bottom-box p{
    line-height: 1.5;
    display: block;
}
.res-3-box .res-2-box .res-2-map-product span{
        font-size: 14px ;
}
.media-body .products-sections .main-product-name{
        padding: 0px;
    margin-top: 12px;
    margin-bottom: -4px;
}
.media-body .products-sections .product-price{
    margin-top: -18px;
}
/* .elementor .elementor-section.elementor-element-77c27fb{
    padding: 130px 0px 70px 0px !important;
} */

.content-area .woocommerce-billing-fields .custom-coupon-container .checkout_coupon{
    border: none;
}
.custom-coupon-container .checkout_coupon .row .form-group{
    width: 124%;
}
.custom-coupon-container .checkout_coupon .row .form-group button{
    margin-left: -23px;
    float: none !important;
}
.blog-sidebar .woocommerce-checkout-review-order .shop_table{
    border: none !important;
}
.woocommerce-checkout-review-order .shop_table .product-total{
    text-align: right;
}

.blog-sidebar .woocommerce-checkout-review-order .shop_table .woocommerce-Price-amount{
    display: contents;
    line-height: 16px;

}
.woocommerce-checkout-review-order .shop_table .product-name{
    text-align: left;
}
.woocommerce-shipping-totals .woocommerce-shipping-method label{
    font-size: 10px;

}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals th{
    font-size: 14px;
}

.woocommerce-billing-fields .custom-coupon-container .checkout_coupon p{
    margin-top: -30px;
    margin-bottom: 6px;
}

.container .row .woocommerce .woocommerce-notices-wrapper .container .woocommerce-message{
    background-color: white;
    border-top-color: white !important;
        border-top: white !important;

}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals th {
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals td {
  font-size: 14px;
  font-weight: 100 !important;
  line-height: 1.5;
  padding-bottom: 10px;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    text-align: left;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods label {
  display: inline-block;
  line-height: 1.4;
}
.woocommerce-checkout-review-order .shop_table .cart-subtotal th{
    text-align: left;
}
.woocommerce-checkout-review-order .shop_table .cart-subtotal td{
    text-align: right;
}
.woocommerce-checkout-review-order .shop_table .order-total th{
    text-align: left;
}
.woocommerce-checkout-review-order .shop_table .order-total td{
    text-align: right;
}
.woocommerce-checkout-review-order .shop_table .cart_item .product-name .maxwheels-products-attributes .font-size-sm span.text-muted{
    display: none !important;
}
.woocommerce-checkout-review-order .shop_table .cart_item .product-name .maxwheels-products-attributes .variation-Store a{
    font-weight: 700 !important;
  font-size: 12px !important;
}
.shop_table .woocommerce-shipping-totals th{
    display: none;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods{
    display: grid;
      text-align: left;
}
.shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods .woocommerce-Price-amount bdi{
    float: inline-end;
}
.sale-price{
    color: #000 !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{
    color: #000 !important;
}
.foodota-checkout .container .woocommerce-form-login-toggle{
    margin: 5px -10px 12px -12px;
}
.foodota-checkout .container .woocommerce-form-login-toggle .container .woocommerce-info{
    background-color: white;
    border-top-color: white !important;
}
.foodota-checkout .container .woocommerce-form-login-toggle .container .woocommerce-info a{
    color: #000;
}
.cf-order-details .counter .woocommerce-mini-cart__total{
    position: fixed;
  padding-top: 25px;
  bottom: 50px;
}

.cf-order-details .counter .woocommerce-mini-cart__buttons{
    position: fixed;
  padding-top: 71px;
  bottom: -1px;
}

/* =============== */
.woocommerce-mini-cart-item .uwcc-cart-items-inner .uwcc-item-desc .cart-item-detail .item-extra-detail .font-size-sm .text-muted{
    display: none;
}

.woocommerce-input-wrapper .wcfmmmp_locate_icon{

  right: -534px !important;
 
  margin-top: -43px !important;
  
}
input:focus {
  border-color: transparent !important;
  outline: none !important;
}
.woocommerce-billing-fields__field-wrapper .wcfmmp-user-locaton-map {
    position: sticky !important;
}

.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-inner .res-2-text a .text-s1{
    font-size: 20px !important;
}
.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-box .res-3-logo-img-container{
    /* width: 36px !important;
  height: 36px !important; */
}

.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-box p span{
  
    font-size: 10px !important;
}

.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-box .res-2-map-product span{
  
    font-size: 11px !important;
}
.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-inner {
    padding: 12px !important;
}

.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box {
    display: flex;
    flex-direction: column;
    height: 93%; /* full height required */
}

.res-container-inline .res-main-panel .row .row .col-xxl-4 .res-3-box .res-2-bg-white {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* push content to top and bottom */
}
.res-sidebar-box3 .list-group .near-btn-li .switch span{
    background-color: #f2f2f2 !important;
}
.col-xxl-2_4 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.res-fl-main-cat-content .res-fl-cat-2-count .foodota-product-price .price h4 del{
    display: flex;
}
#wcfmmp-store .add_review_box textarea {
 background-color: #f2f2f2 !important;
}
#wcfmmp-store .add_review input {
     background-color: #f2f2f2 !important;

}
.price-box .price h4 del{
    text-decoration: none;
    display: flex;
}
.price-box .price h4 del span{
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    opacity: 1.85;
    /* vertical-align: middle; */
    margin-left: -35px;
}
.price-box .price h4 span bdi{
    /* color: #000; */
}
.price-box .price h4 del span bdi{
    color: #858585 !important;
}
.delicious .main-box .bottom-box .price-box del .woocommerce-Price-amount{
     color: #9d9990 !important;;
}

.price-box .added_to_cart.wc-forward{
    display: none;
}
.price-box .fas.fa-plus{
    margin-left: -7px;
}
.fd-super-deals-section .fd-super-deal-card .price-box .price h4 span{
        /* color: #000; */

}
.fd-super-deals-section .fd-super-deal-card .price-box .price h4 del span{
   color: #858585 ;
}
.fd-super-deals-section .fd-super-deal-card .price-box .price h4 {
   display: flex;
  gap: 70px;
}

.woocommerce .container.user-dash-board{
        padding-top: 38px;
}

.woocommerce-EditAccountForm p input#account_last_name,#account_display_name,#account_email,#password_current,#password_1,#password_2{
    width: 100% !important;
    background-color: #f2f2f2 !important;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #aaa;
    font-size: 14px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    border: none !important;

}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a{
    display: none !important;
}

.fd-hero-classic-carousel-section-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 130px 0px 245px 0px;
    height: 800px;
}
.fd-hero-classic-carousel-section-bg .hero-content-area h1 {
    font-size: 60px;
    font-weight: 900;
    font-family: 'merienda';
    line-height: 76px;
    color: #FFCC00;
    width: 680px;
    height: 179px;
}

.fd-hero-classic-carousel-section-bg .hero-content-area .tag-white {
    color: white;
    font-weight: 700;
    font-size: 35px;
    font-family: 'merienda';
    line-height: 80px;
}
.fd-hero-classic-carousel-section-bg .hero-content-area p {
    color: white;
    font-size: 20px;
    font-family: "Merienda", cursive;
    height: 64px;
    line-height: 30px;
    margin-bottom: 40px;
}
.fd-hero-classic-carousel-section-bg .hero-content-area a{
    border-radius: 1px !important;
    font-family: inherit;
     font-size: 18px;
     font-weight: 700;
     color: #4B3317;
}
.fd-hero-classic-carousel-section-bg .hero-img-box img.offer-vector {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 34%;
    top: 50%;
    left: 50%;
    transform: translate(-175%, 97%);
}
.fd-hero-classic-carousel-section-bg .hero-img-box img.vector_slice {
   position: absolute;
    bottom: 20px;
    left: 20px;
    width: 34%;
    top: 50%;
    left: -74% ;
    transform: translate(-175%, 164%) !important;
}
.fd-hero-classic-carousel-section-bg .hero-img-box img.vector_third {
        top: -24px;
         left: 35%;
}
.fd-hero-classic-carousel-section-bg .hero-img-box img.vector_tomato {
    width: 12%;
    left: 170px;
    top: 50px;
}
/* Wrapper & Scroll Behavior */
.fd-grid-scroll-wrapper-3 {
    position: relative;
  scroll-snap-type: x mandatory;
  display: flex;
  scrollbar-width: none;
  padding-top: 80px;
    margin-bottom: -10px;
}
.fd-grid-scroll-wrapper-3::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Product Scroller Grid */
.fd-product-scroller {
    display: flex;
    gap: 20px;
}
.fd-product-card {
    flex: 0 0 auto;
    width: 220px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
     justify-content: center;
     align-items: center;
    height: 258px;
    margin-bottom: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.fd-product-card {
  position: relative;
}

.custom-carousel-4 .fd-product-card {
    width: 100%;
}
/* 
.fd-product-card::after {
  /* content: '';
  position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* width: 0%; */
  /* height: 4px; thickness of green line */
  /* background-color: #ffffff;
}

.fd-product-card:hover::after {
  width: 100%;
} */
.fd-product-card img {
    width: 100%;
    height: 150px;
    display: block;
}
.fd-product-card a img {
    height: 150px;
}
.fd-product-title {
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.fd-product-count{
    background-color: #387001;
  color: white;
  padding: 4px 7px;
  border-radius: 5px;
}
/* Arrows */
/* Arrow default style */
.fd-scroll-arrows-grid{
position: relative;
  text-align: right;
  z-index: 2;
}
.fd-scroll-arrows-grid span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  font-size: 44px;
  background-color: #ffd500; /* bright yellow base */
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
    border-radius: 6px;
}

/* On hover: invert to black */
.fd-scroll-arrows-grid span:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Ad Images */
.fd-grid-side-ads {
  width: 100%;
}

.fd-advertise-img-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.fd-advertise-img-1,
.fd-advertise-img-2 {
  flex: 1 1 calc(50% - 10px);
}

.fd-advertise-img-1 img,
.fd-advertise-img-2 img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: block;
  height: auto;
  object-fit: cover;
}
.fd-heading-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  margin-bottom: -56px;
  position: relative;
}

.fd-section-heading-wrapper h2 {
  margin: 0;
  font-size: 32px;
  font-family: 'Merienda';
  font-weight: 700;
}
.fd-super-deals-section-3.fd-super-gridmain-3{
    padding: 10px 29px;
}
.fd-super-deals-section-3.fd-super-gridmain-3 .grid-main-3{
    border: 1px solid #F5ECDD;
  border-radius: 10px;
  background-color: #F5ECDD;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 33px
}
.fd-testimonial-section .heading-sec{
    padding-bottom: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
     text-align: center;

}

.fd-special-offer-section.dark-mode {
    background-image: url(../../images/a211.png) !important;
    color: #fff;
    padding: 85px;
    background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fd-special-offer-section.dark-mode .offer-content-box h4,
.fd-special-offer-section.dark-mode .offer-content-box h2,
.fd-special-offer-section.dark-mode .offer-content-box p,
.fd-special-offer-section.dark-mode .offer-content-box ul li {
  color: white;
}
.fd-special-offer-section.dark-mode .offer-content-box ul li i{
    color: #FFCC00;
}
.fd-special-offer-section.dark-mode .offer-content-box a{
    border-radius: 0px;
}
.fd-special-offer-section.dark-mode .offer-content-box a.btn-theme-secondary{
    background-color: #387001 ;
  color: #FFF ;
}
.fd-special-offer-section.dark-mode .offer-content-box a.btn-theme-secondary:hover{
    background-color: #FFCC00 ;
  color: #000 ;
}
.fd-special-offer-section.dark-mode .offer-content-box a.btn-theme-primary{
    background-color: #FFCC00 ;
  color: #000 ;
}
.fd-special-offer-section.dark-mode .offer-content-box a.btn-theme-primary:hover{
    background-color: #387001 ;
  color: #FFF ;
}

.fd-special-offer-section.dark-mode .offer-img-box .offer-vector {
  position: absolute;
  top: 80px;
  right: 20px;
  transform: rotate(20deg);
}
.fd-special-offer-section.dark-mode .offer-content-box{
      margin-left: -30px;
}
.testimonial-card .testimonial-main-section{
    display: flex;
  flex-direction: row;
  gap: 13px;
  justify-content: center;
    margin-left: 21%;
}
.testimonial-card .testimonial-main-section .testimonial-image img{
    width: 65px;
  border-radius: 50px;
  height: 65px;
}
.testimonial-title{
    color: #387001;
  font-family: 'Merienda';
  font-size: 26px;
  padding-top: 20px;
}
.testimonial-heading{
    font-size: 46px;
  font-weight: 700;
  font-family: 'Merienda';
  color: #581403;
  margin-bottom: 50px;
}
.fd-testimonial-section{
     background-image: url(../../images/0Group37995.png) !important;
     background-size: 99% 79% !important;
     /* margin-top: 60px; */
     background-repeat: no-repeat;

}
.testimonial-name-role h4{
    font-size: 18px;
    font-weight: 700;
     font-family: 'Merienda';
       width: 150px;
     height: 26px;
}
.testimonial-name-role span{
    font-size: 14px;
    font-weight: 400;
     font-family: 'Merienda';
     width: 85px;
     height: 20px;
     color: #858585;
}
.fd-dine-take-section.fd-dine-white-section {
     background-image: url(../../images/0Group37995.png) !important;
     color: #222;
     background-color: #F4F4F4;
     background-size: 91% 67%;
    padding-top: 0px;
}
.fd-dine-white-section .dine-take-content h3{
    color: #387001;
}
.fd-dine-white-section .dine-take-content h1{
    color: #581403;
}
.fd-dine-white-section .dine-take-content p{
    color: #858585;
}


.fd-dine-white-section .dine-take-content-actions a{
    border-radius: 0px;
}
.fd-dine-white-section .dine-take-content-actions a.search-food-action{
    background-color: #387001 ;
  color: #FFF ;
    font-family: 'Nunito';

}
.fd-dine-white-section .dine-take-content-actions a.search-food-action:hover{
    background-color: #FFCC00 ;
  color: #000 ;
      font-family: 'Nunito';

}
.fd-dine-white-section .dine-take-content-actions a.order-food-action{
    background-color: #FFCC00 ;
  color: #000 ;
    font-family: 'Nunito';

}
.fd-dine-white-section .dine-take-content-actions a.order-food-action:hover{
    background-color: #387001 ;
  color: #FFF ;
      font-family: 'Nunito';

}

/* owl carousel 4 */
.owl-carousel4 .hero-img-box .page-main-img {
  width: 552px;
  height: 584px ;
}
.owl-carousel4 .hero-img-box img.main-img {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -10%) !important;
  width: 93% !important;
  height: auto !important;
  max-width: none;
}

.custom-carousel-4 .owl-stage-outer .owl-stage .fd-product-card:hover {
    box-shadow: 0px 7px 0px 0px #387001;
    
         /* border-bottom: 5px solid #387001;
    border-left: 3px solid #387001;
    border-right: 3px solid #387001; */

}

.owl-carousel4{
    padding: 60px 0px 330px 0px;
}
.owl-carousel4 .vector_tomato {
  left: 37%;
  transform: translate(-125%, 86%);
}
.owl-carousel4 .hero-content-area .btn-theme-primary{
    border-radius: 1px !important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #4B3317;
}

.decor-flower {
  position: absolute;
  z-index: 1;
  width: auto;
  max-width: 120px;
}
.fd-super-gridmain-4 img.decor-left{
    left: -51px;
  top: 268px;
}
.fd-super-gridmain-4 img.decor-right{
   right: -51px;
  top: 268px;
}


.decor-left {
  top: 0;
  left: 0;
}

.decor-right {
  top: 0;
  right: 0;
}
.fd-scroll-arrows-grid {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
  font-size: 32px;
  gap: 20px;
  margin-top: 20px;
}
.container {
  position: relative; /* Important for absolute positioning inside it */
}

.fd-scroll-arrows-car4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.arrow-left-car,
.arrow-right-car {
  font-size: 53px;
  color: #080808;
  /* width: 18px;
  height: 54px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}

.arrow-left-car {
  margin-left: -28px;
  margin-top: -14px;
}

.arrow-right-car {
    margin-right: -28px;
  margin-top: -14px;
}


/* excellent quality */
.fd-restaurant-section .middle-section-img {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 16%;
  transform: translate(2%, 3%);
  margin: auto;
}

.fd-restaurant-section .middle-section-second {
  position: absolute;
  right: 62px;
}
.fd-special-offer-section.grey-mode {
  position: relative;
  background-color: white;
  padding: 20px 0;
}
.fd-special-offer-section.grey-mode .offer-img-box .offer-vector {
  position: absolute;
  top: 80px;
  right: 75%;
  width: 23%;
    transform: rotate(3deg);
}
.fd-special-offer-section.grey-mode .offer-img-box .free-delivery-box {
  position: absolute;
  bottom: 149px;
  left: 55%;
  width: fit-content;
  padding: 3px 38px 7px 78px;
  background-color: #ffff;
  border: 1px solid #387001;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.fd-special-offer-section.grey-mode .offer-content-box a.btn-theme-secondary{
    background-color: #387001;
  color: #FFF ;
  border-radius: 1px;
}
.fd-special-offer-section.grey-mode .offer-content-box a.btn-theme-secondary:hover{
    background-color: #FFCC00 ;
  color: #000 ;
}
.fd-special-offer-section.grey-mode .offer-content-box a.btn-theme-primary{
    background-color: #FFCC00 ;
  color: #000 ;
  border-radius: 1px;
}
.fd-special-offer-section.grey-mode .offer-content-box a.btn-theme-primary:hover{
    background-color: #387001;
  color: #FFF;
}

.fd-super-gridmain-4 .main-section-gridmain{
    position: relative;
    border-radius: 36px;
  background-color: #FFCC00;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-top: 0px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: 20px;
  margin-right: 20px;
}
.fd-super-gridmain-4 .main-section-gridmain .gridmain-decor-images{
    position: relative;
}
.fd-super-gridmain-4 .main-section-gridmain .gridmain-decor-images .decor-image-2{
        position: absolute;
        left: -64px;
        top: 80px;
}
.fd-super-gridmain-4 .main-section-gridmain .gridmain-decor-images .decor-image-1{
        position: absolute;
        right: -64px;
        top: 80px;
}
.footer-4 .fd-footer-content .row h4{
    color: white !important;
}
.footer-4 .copyright-content-footer h6 a{
    color: white !important;
}
.fd-dine-take-part-2 .dine-take-content-actions .search-food-action{
    background-color: #387001;
      color: #FFF ;
     border-radius: 1px;
}
.fd-dine-take-part-2 .dine-take-content-actions .order-food-action{
    background-color: #FFCC00 ;
  color: #000 ;
  border-radius: 1px;
}


.fd-dine-take-part-2 .dine-take-content-actions .search-food-action:hover{
    background-color: #FFCC00 ;
  color: #000 ;
}

.fd-dine-take-part-2 .dine-take-content-actions .order-food-action:hover{
    background-color: #387001 ;
  color: #FFF ;
}

.fd-custom-style .page-center-actions .btn-theme-primary{
    background-color: #387001 ;
      color: #FFF ;
     border-radius: 1px;
}
.fd-custom-style .page-center-actions .btn-theme-primary:hover{
    background-color: #FFCC00 ;
  color: #000 ;
}

.fd-custom-style .page-center-actions .order-food-action{
    background-color: #FFCC00 ;
  color: #000 ;
  border-radius: 1px;
}
.fd-custom-style .page-center-actions .order-food-action:hover{
    background-color: #387001 ;
  color: #FFF ;
}
.fd-testimonial-section .testimonial-wrapper .testimonial-card-decor{
    position: relative;
}
.fd-testimonial-section .testimonial-wrapper .testimonial-card-decor .decor-img.left{
    position: absolute;
  left: 15px;
  top: -37px;
  z-index: 2;
}
.fd-testimonial-section .testimonial-wrapper .testimonial-card-decor .decor-img.right{
    position: absolute;
     top: 186px;
     right: 5%;
     z-index: 2;
}
.testimonial-card .testimonial-content .testimonial-quote-box{
    height: 225px;
}

.testimonial-quote-box {
  position: relative;
  background: #fff;
  border: 4px solid #CB988F;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 23px;
}

/* Speech bubble tail */
.testimonial-quote-box::after {
    content: '';
  position: absolute;
  bottom: -35px;
  left: 50px;
 width: 103px;
  height: 65px;
  background: #fff;
  border-left: 4px solid #CB988F;
  border-bottom: 4px solid #CB988F;
  transform: rotate(-32deg);
  border-bottom-left-radius: 10px;
}
.fd-testimonial-section .testimonial-card .testimonial-quote-box p{
    font-family: 'meriendina';
  font-size: 16px;
  color: #858585;
  z-index: 3;
  position: relative;
}
.right-space.home-7-location-bg{
    background-color: #6A1300 !important;
    color: white !important;
}
.right-space.home-7-location-bg .header-form .form-group .selection span.select2-selection__rendered{
    color: white !important;
}
.right-space.home-6-location-bg{
    background-color: #000000D9 !important;
}
.right-space.home-6-location-bg .header-form .form-group .selection span.select2-selection__rendered{
    color: white !important;
}
.footer-left-content .fd-footer-social-icons{
    display: flex;
  gap: 14px;
}
.fd-testimonial-section .testimonial-card .testimonial-content{
      padding-bottom: 20px;
}
.right-space.home-6-location-bg .header-form .form-group .selection .select2-selection__arrow b{
  border-color: #fff transparent transparent transparent !important;
}
.right-space.home-7-location-bg .header-form .form-group .selection .select2-selection__arrow b{
  border-color: #fff transparent transparent transparent !important;
}

.foodota-shop-detail .food-shop-detail .product .summary .variations_form .variations ul.variable-items-wrapper{
    display: none;
}
.foodota-shop-detail .food-shop-detail .product .summary .variations_form .variations span.woo-selected-variation-item-name{
    display: none;
}
.fd-product-scroller.gridmain-3 .owl-nav{
    display: flex;
  font-size: 32px;
  gap: 0px;
  margin-top: -15px;
    top: -104%;
  float: right;
  position: relative;
  z-index: 9999;
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-prev span{
    display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  font-size: 44px;
  background-color: #ffd500;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-next span{
   display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  font-size: 44px;
  background-color: #ffd500;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-prev span:hover{
 background-color: #000;
  color: #fff;
  border-color: #000;
  box-shadow: none;
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-prev:hover{
    background-color:transparent !important
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-next span:hover{
 background-color: #000;
  color: #fff;
  box-shadow: none;
  border-color: #000;
}
.fd-product-scroller.gridmain-3 .owl-nav .owl-next:hover{
 background-color: transparent !important;
}
.fd-super-gridmain-4 .main-section-gridmain .owl-nav{
    display: flex;
    position: relative;
  color: black;
  font-size: 48px;
}
.fd-super-gridmain-4 .main-section-gridmain .owl-nav .owl-prev{
    position: absolute;
    left: -55px;
    top: -210px;
}
.fd-super-gridmain-4 .main-section-gridmain .owl-nav .owl-next{
    position: absolute;
    right: -55px;
    top: -210px;
}
.fd-super-gridmain-4 .main-section-gridmain .owl-nav .owl-prev:hover{
     background-color: transparent !important;
}
.fd-super-gridmain-4 .main-section-gridmain .owl-nav .owl-next:hover{
     background-color: transparent !important;
}
.owl-carousel4 .owl-stage-outer .owl-stage .hero-content-area span{
    font-family: 'Merienda';
    line-height: 90px;
    font-weight: 700;
}
.owl-carousel4 .owl-stage-outer .owl-stage .hero-content-area h1{
    font-family: 'Merienda' ;
    line-height: 73px;
    font-weight: 800;
    padding-bottom: 26px;
}
.owl-carousel4 .owl-stage-outer .owl-stage .hero-content-area p{
    font-family: 'Merienda' ;
    margin-bottom: 34px;
}
.fd-special-offer-section.dark-mode .offer-content-box h2.fd-section-title{
    font-family: 'Merienda';
    font-weight: 700;
     font-size: 46px;
}
.fd-special-offer-section.dark-mode .offer-content-box h4.fd-section-sub-title{
    font-family: 'Merienda';
    font-weight: 700;
     font-size: 26px;
}
.fd-dine-take-section.fd-dine-take-part-2 .dine-take-content h3{
        font-family: 'Merienda' ;
}
.fd-dine-take-section.fd-dine-take-part-2 .dine-take-content h1{
        font-family: 'Merienda' ;
}
.fd-dine-take-section.fd-dine-white-section .dine-take-content h3{
        font-family: 'Merienda' ;
}
.fd-dine-take-section.fd-dine-white-section .dine-take-content h1{
        font-family: 'Merienda' ;

}
/* .gridmain-3 .owl-stage-outer .owl-stage .fd-product-card .fd-category-meta h4{
    font-family: 'Merienda';
}
.gridmain-3 .owl-stage-outer .owl-stage .fd-product-card .fd-category-meta span{
    font-family: 'Merienda';
} */
.fd-hero-classic-carousel-section-bg .static-vectors{
    position: relative;
}
.fd-hero-classic-carousel-section-bg .static-vectors .vector_tomato{
    position: absolute;
    top: 316px;
    left: -5%;
}
.fd-hero-classic-carousel-section-bg .static-vectors .vector_slice{
    position: absolute;
  left: 42%;
  top: 180px;
}
.fd-hero-classic-carousel-section-bg .static-vectors .vector_third{
   position: absolute;
  width: 60px;
  left: 55%;
  top: 112px;
}
.gridmain-3 .owl-stage-outer .owl-stage .fd-product-card:hover{
    box-shadow: 0px 2px 0px 3px #387001;
}

.elementor-control {
  flex-wrap: wrap;
}
.elementor-control .elementor-control-title,
.elementor-control .elementor-control-input-wrapper {
  width: 100% !important;
}

.order-modal .modal-content .grouped_form .item-pric .price h4{
    display: flex;
}
.order-modal .modal-content .grouped_form .item-pric .price h4 .woocommerce-Price-amount{
    width: 48%;
}
.order-modal .modal-content .grouped_form .single_add_to_cart_button{
    margin-top: 40px;
}

.mw-shop .food-shop-1{
      height: 400px !important;
}
.mw-shop .food-shop-1 .item-desz{
    margin-top: 10px !important;
}
.mw-shop .food-shop-1 .product-pic img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    object-fit: contain;
}
.mw-shop .food-shop-1 .item-desz .price h4{
    display: flex ;
  flex-direction: row;
  gap: 12px ;
}
.mw-shop .food-shop-1 .item-desz .price h4 del{
    display: flex;
}
.fd-super-gridmain-3 .grid-main-3 .owl-stage-outer {
    padding: 1px 3px 0 3px;
}
.fd-super-gridmain-3 .grid-main-3 .fd-product-card{
    width: 100%;
}

 .food-shop-1 .sale-badge-wrapper .mw-product-onsale{
    margin-left: 15px;
  margin-top: 15px;
 }
.foodota-product-data .res-dialog .foodota_product_price .price h4{
    display: flex;
  gap: 15px;
  padding: 6px;
}
.fd-dine-take-section-page1 .dine-take-content h2{
    font-family: "rakkas", serif;
  font-weight: 700;
  height: 120px;
  font-size: 46px;
  line-height: 63.59px;
    color: #581403;
}
.fd-dine-take-part-2 .dine-take-content h3{
      font-family: 'Merienda';
}

.page-dine .dine-take-content h3{
      font-family: 'rakkas';

}

.page-dine .dine-take-content h2{
    font-weight: 700;
  height: 120px;
  color: #fafafa;
  font-size: 46px;
  font-family: 'rakkas';
}
.fd-dine-white-section .dine-take-content h2{
    font-weight: 700;
  height: 120px;
  color: #581403;
  font-size: 46px;
  font-family: 'merienda';
}
.fd-dine-take-part-2 .dine-take-content h2{
    font-weight: 700;
  height: 120px;
  color: #fafafa;
  font-size: 46px;
  font-family: 'merienda';
}

.blog-detial-page.blog-detail-section-2{
      padding: 120px 0 120px !important;
}
.blog-detail-section-2 .wc-block-checkout__actions_row button{
    background-color: #FFCC00 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
}
.blog-detail-section-2 .wc-block-checkout__actions_row button .wc-block-components-button__text{
  font-weight: 700 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
.blog-detail-section-2 .wc-block-checkout__actions_row button:hover{
    background-color: black !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 8px !important;
}
/* .blog-detail-section-2 .wc-block-checkout__actions_row button .wc-block-components-button__text:hover{
    color: white !important;

} */

/* ======================================================================= */
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_subscribe_button_wrapper,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_membership_subscribe_button_wrapper{
    height: 25px !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button{
    width: 103% !important;
  height: 69px !important;
  margin-top: -31px !important;
  margin-left: 0px !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px 0px 11px 11px !important;
    background-color: white !important;
    margin: -20px 0px 0px -2px !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button:hover,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button:hover{
    background-color:  #231900  !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_box_head,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_head{
    background-color: white !important;
    padding-top: 7px !important;
      margin-top: 0px !important;
      border-color: white !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_price .woocommerce-Price-amount,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_price .woocommerce-Price-amount{
    display: flex !important;
  width: 92% !important;
  height: 73px !important;
    min-height: 68px !important;
  border-radius: 8px !important;
  border: 0px solid #ececec !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_price .woocommerce-Price-amount bdi,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_price .woocommerce-Price-amount bdi{
    margin-top: -22px !important;
  margin-left: 137px !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_title,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_title{
      background-color: white !important;
      height: 63.2px;
     margin-left: 13px;
     text-align: left;
       width: 90% !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_title .wcfm_membership_title_text,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_title .wcfm_membership_title_text{
    font-size: 32px;
  font-weight: 700;
  color: #231900;
  font-family: 'Montserrat';
  line-height: 1.5;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_box_head .wcfm_membership_featured_top,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_head .wcfm_membership_featured_top{
    background-color: white !important;
}

.foodota-main-plan .wcfm_membership_box_wrraper{
     border: 3px solid #FFCC00;
    overflow: hidden;
      height: 640px;
  border-radius: 13px 13px 13px 15px;
    margin: 12px;
}

.foodota-main-plan .wcfm_membership_box_wrraper_3627,
.foodota-main-plan .wcfm_membership_box_wrraper_3627{
      border: 3px solid #231900  !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper_3627 .wcfm_membership_box .wcfm_membership_price .amount,
.foodota-main-plan .wcfm_membership_box_wrraper_3627 .wcfm_membership_price .amount{
    color: white !important;
      background-color: #231900  !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper_3627 .wcfm_membership_box .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button,
.foodota-main-plan .wcfm_membership_box_wrraper_3627 .wcfm_membership_box_foot .wcfm_membership_subscribe_button_wrapper .wcfm_submit_button{
    background-color: #231900  !important;
      color: white !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_description .wcfm_membership_description_content,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_description .wcfm_membership_description_content{
    font-size: 17px;
    color: #757575 !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_box_head .wcfm_membership_featured_top,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_head .wcfm_membership_featured_top{
    display: none !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box .wcfm_membership_box_body,
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_body{
      border-color: #cccccc4f !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box.wcfm_membership_feature_box.wcfm_membership_feature_box_inside{
    display: none !important;
}
.foodota-main-plan .wcfm_membership_box_wrraper .wcfm_membership_box_head.wcfm_membership_box_head_inside{
      height: 430.967px !important;
}

#wcfm-main-contentainer .wcfm_membership_box_foot {
          border: 0px solid !important;

}
#wcfm-main-contentainer .wcfm_membership_box_foot {
    font-size: 14px !important;
}
/* ============================================================================================================== */
.cf-order-details .woocommerce-mini-cart .uwcc-cart-items-inner .uwcc-item-desc .uwcc-item-price{
    color: #231900 !important;
}
.cf-order-details .woocommerce-mini-cart .uwcc-cart-items-inner .uwcc-item-desc .cart-item-detail .show-attributes{
    color: #231900 !important;
}

.res-cat .prop-types-carsol.owl-carousel {
    /* overflow: hidden; */
}
.delicious .main-box .image-box img{
    height: auto;
  width: 100%;
}

.delicious .main-box .bottom-box p{
        color: #000;
}
.blog-detail-section-2 .row .woocommerce{
    display: flex !important;
    gap: 10px;
}
.blog-detail-section-2 .row .woocommerce .woocommerce-notices-wrapper{
    display: none;
}


.blog-card .card-body span{
        font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.blog-card .card-body a{
    font-family: 'Montserrat', sans-serif;
}
.blog-card .card-body .blog-author .stats{
    font-family: 'Montserrat', sans-serif;
}
.blog-sidebar.custom-padding{
   font-family: 'Montserrat', sans-serif; 
}
.blog-sidebar .widget ul li a{
    font-weight: 400;
    font-size: 16px;
}
.blog-sidebar .widget .wp-block-group h2{
        font-size: 25px;
}
.fd-header .sb-header-container .sb-menu ul li a{
    
  color: #231900 ;
}
.fd-header.sb-header.food-header-transparent .sb-header-container .sb-menu ul li> a{
    
  color: #ffffff ;
}
.fd-header.sb-header.food-header-transparent .sb-header-container .sb-menu ul li> a:hover{
    color: unset !important;
}
.fd-header.sb-header.food-header-transparent .sb-header-container .sb-menu ul .dropdown_menu ul li> a{
    color: #000;
}
.modal-dialog.order-modal .modal-body .cart-detail .card-body .style-text .price h4 span bdi{
    display: flex;
}
/* ===========================SHOP================================== */
.super-deals-grid .deal-card .card-meta .price-box h4{
        display: flex;
    gap: 78px;
}

.owl-item .food-shop-1 .product-pic a img{
    height: 200px;
        width: 88%;
    margin: 0 auto;
}

.food-shop-1 .sale-badge-wrapper .mw-product-onsale{
    border-radius: 0% !important;
  background: #ff7900 !important;
  box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 30%);
  line-height: inherit !important;
  min-height: auto !important;
  width: 47px;
  color: white;
  padding-left: 3px;
}

.related {
    position: relative;
}

.related .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -35px;
  right: -35px;
    transform: translateY(-50%);
    pointer-events: auto;
    z-index: 99;
}

.related .owl-nav .owl-prev span,
.related .owl-nav .owl-next span {
      font-size: 27px;
    background: #640707;
    color: #ffffff;
    padding: 0px 10px;
    cursor: pointer;
    border-radius: 10%;
}
.owl-item .food-shop-1 .item-desz .product-name a{
    font-size: 18px;

}
.owl-item .food-shop-1 .item-desz .price h4,
.owl-item .food-shop-1 .item-desz .price h4 del{
    display: flex;
}
.super-deals .deal-card .card-meta .price h4{
    display: flex ;
  gap: 80px;
}
.woocommerce-page .container .row .woocommerce .rounded-lg .cart-collaterals .cart_totals{
        float: none;
    width: 100%;
    margin-left: 6px;
}
.our-team .heading-minimal .sub-title{
    padding-top: 0% !important;
}

.blog-detial-page.blog-detail-section-2 .woocommerce .nothing-found{
    width: 100%;
}


/* ======================================================= */
.blog-card .card-body span{
        font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.blog-card .card-body a{
    font-family: 'Montserrat', sans-serif;
}
.blog-card .card-body .blog-author .stats{
    font-family: 'Montserrat', sans-serif;
}
.blog-sidebar.custom-padding{
   font-family: 'Montserrat', sans-serif; 
}
.blog-sidebar .widget ul li a{
    font-weight: 400;
    font-size: 16px;
}
.blog-sidebar .widget .wp-block-group h2{
        font-size: 25px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a{
    font-size: 16px;
    font-weight: 300;
}
.real-comms .comment-user .user-details span{
       font-family: 'Montserrat', sans-serif; 

}
.res-blog2-main-content .res-blog2-main-content .res-post-comment .comment-respond form{
           font-family: 'Montserrat', sans-serif; 

}
.res-blog2-main-content .res-blog2-main-content .res-post-comment .comment-respond form .wrap textarea{
    background-color: #f2f2f2;
}
.super-deals .deal-card .card-meta .price h4{
    display: flex;
  gap: 80px;
}

/* ========================================== */
.header-3 .sb-header-container{
        display: flex;
    justify-content: space-between;
    align-items: center;
        list-style: none;
}
.header-3 .sb-header-container .logo{
    order: 1;
    position: relative;
  left: -13%;
  width: 145px;
  top: 26px;
}
.header-3 .sb-header-container li{
    order: 2;
}
.header-3.food-header-transparent .sb-header-container .icons{
 display: flex;
  order: 3;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: white;
}
.header-3 .sb-header-container .icons{
 display: flex;
  order: 3;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: rgb(0, 0, 0);
}
.header-3.sticky .sb-header-container .icons {
  color: black;
}
.header-3 .icons li a{
    position: relative;
}
.header-3 .icons li a .active{
    background-color: #000;
  height: 14px;
  border-radius: 53px;
  width: 14px;
  font-size: 11px;
  position: absolute;
  top: -7px;
  text-align: center;
  right: -9px;
  color: white;
}
.header-3 .search-overlay{
    display: flex;
  flex-direction: row;
  /* margin-left: -254px; */
}

.header-3 .search-overlay .search-box{
   display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  position: relative;
  left: 42px;
}
.header-3 .search-overlay form{
     display: flex;
    border: none;
    position: absolute;
    top: 28px;
}

.header-3 .search-overlay form input{
    background-color: #f2f2f2 !important;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #aa9f9f !important;
}
.header-3 .search-overlay form button{
  border: none;
    position: relative;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    /* background-color: transparent; */
    padding: 9px 15px;
}
.header-3 .search-overlay form .foodota-search-spinner{
    display: none;
}
.custom-topbar-wrapper .custom-topbar .right-text{
    display: flex; 
    align-items: center;
}
/* ============================= */
.hero-section-4-wrapper {
    position: relative;
    /* padding: 80px 20px 120px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 750px;
}

.hero-section-4-wrapper .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
  gap: 17px;
}
.hero-section-4-wrapper .hero-content .hero-image{
  width: 630px;
}

.hero-section-4-wrapper .hero-subtitle {
    font-size: 19px;
    color: #fdfdfd;
    line-height: 100%;
    font-weight: 900;
    font-family: "Passion One", Sans-serif;
    /* margin-bottom: 10px; */
}

.hero-section-4-wrapper .hero-title {
   font-family: "Passion One", Sans-serif;
  font-weight: 900;
  line-height: 100%;
 color: white;
  font-size: 80px;
  padding-bottom: 46px;
}

.hero-section-4-wrapper .hero-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.hero-section-4-wrapper .hero-brush {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.hero-section-4-wrapper .hero-brush .donald-brush {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.our-team.dark-section .main-team-box .image-box img{
    /* height: 330px; */
}
.our-team.dark-section{
    /* background-color: #F8F8F8; */
}
.our-team.dark-section .main-team-box .image-box{
    background-color: white;
}
.our-team.dark-section .main-team-box .text-box{
    background-color: white;
}
/* ==================================================== */
/* .fd-cart-plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #ff4d4d;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border: none;
    transition: background 0.3s ease;
} */

.fd-cart-plus:hover {
    background-color: #e63946;
    color: #fff;
}
.fd-product-rating .star {
    font-size: 1.2rem;
    color: #ffc107;
    margin: 0 1px;
}
.fd-product-rating .star.empty {
    color: #9e9393;
}
.fd-product-rating .star.half {
    color: #ffc107;
    opacity: 0.6;
}

.fd-donut-products-grid .info{
    display: flex;
  align-items: center;
  justify-content: space-between;
    text-align: initial;
    position: relative;
}
.fd-donut-products-grid .fd-product-wrap{
    background-color: #F8F8F8;
    border: 1px solid #efefef !important;
}
.fd-donut-products-grid .donut-product-content .donut-product-title a{
    font-size: 19px;
  color: black;
}
.fd-donut-products-grid .donut-product-content .fd-product-price h4{
    display: flex;
  gap: 12px;
}
.fd-donut-products-grid .info .fd-add-to-cart button{
  padding: 4px 12px;
}
/* .fd-donut-products-grid .info .fd-product-price h4 span bdi{
    font-size: 21px;
  font-weight: 600;
}
.fd-donut-products-grid .info .fd-product-price h4 del span bdi{
    font-size: 14px;
} */
.fd-donut-products-grid .donut-product-content h3{
margin: -8px auto;
}
.fd-donut-products-grid .info .btn-cart{
position: absolute;
  bottom: 16px;
  right: 0;
}
.fd-donut-products-grid .info .fd-add-to-cart a.added_to_cart{
    display: none;
}
.fd-donut-products-grid .text-center h2{
    font-family: 'Montserrat';
    color: #000;
}
.fd-donut-products-grid .text-center{
    padding-bottom: 18px;
}
.fd-donut-products-grid .text-center p{

font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.fd-donut-products-grid .text-center .fd-product-image img{
    height: 225px;
}

/* ==================================================== */
.simple-donut-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

.simple-donut-products {
    /* background-color: #F8F8F8; */
    /* padding: 60px 0; */
}
.simple-donut-products .donut-product-card{
    display: flex;
    align-items: center;
    background-color:#FFF ;
    justify-content: space-between;
}

 .simple-donut-products .donut-product-card {
            border: 1px solid #eee;
            padding: 20px;
            border-radius: 8px;
            transition: box-shadow 0.3s;
        }
 .simple-donut-products .donut-product-card .image {
    height: 100px;
    width: 100px;
 }
.simple-donut-products .donut-product-card .image img {
    height: 100%;
    width: 100%;
}
 .simple-donut-products .donut-product-card .image {
    background-color: #F8F8F8;
 }
 .simple-donut-products .donut-product-card .donut-info{
 display: flex;
  align-items: center;
  gap: 13px;
 }
 .simple-donut-products .text-center{
 padding: 0px 0px 40px 0px;
  text-align: center;
 }
  .simple-donut-products .text-center p{
 margin-bottom: 0px;
  }
  .simple-donut-products .donut-product-card .donut-info .donut-product-title a{
    color: #000;
  }
  
 .donut-subtitle {
            font-size: 14px;
            color: #777;
            margin-bottom: 5px;
        }

  .donut-title {
            font-size: 24px;
            font-weight: bold;
        }
.simple-donut-products .donut-product-card .info {
    width: calc(100% - 113px);
}
 .simple-donut-products .donut-product-card .donut-info .donut-product-title{
      font-size: 20px;
            font-weight: bold;
 }
  .simple-donut-products .donut-product-card .donut-info .donut-short-desc{
          font-size: 14px;

  }
 
        .simple-donut-products .donut-product-card:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        } 
/* ========================================================== */
.custom-topbar-wrapper .custom-topbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 23px;
    flex-wrap: wrap;
    gap: 0px 20px;
}
.custom-topbar-wrapper .custom-topbar .left-text{
    display: flex;
 gap: 10px; 
align-items: center;
}
.custom-topbar-wrapper .custom-topbar .topbar-phone,
.custom-topbar-wrapper .custom-topbar .topbar-time,
.custom-topbar-wrapper .custom-topbar .topbar-location,
.custom-topbar-wrapper .custom-topbar .topbar-email{
    font-size: 14px;
        display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.custom-topbar-wrapper .custom-topbar .break-point{
padding: 0 8px; 
font-size: 16px;
}
.sticky-topbar {
 position: fixed;
  top: -46px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.custom-topbar-wrapper{
    background-color:#d2cad44f ;
    box-shadow: none !important;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.fd-header.with-topbar {
  margin-top: 42px !important ;
}

/* ========================================================= */
/* Parent wrapper */
.contact-form {
   /* padding: 120px 0px 60px 0;
  background-color: #F6F6F6; */
}

/* Info boxes section */
.contact-form .info-boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-form .info-box {
    flex: 1;
    min-width: 220px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form .info-box .icon img {
       width: 50px;
    height: auto;
    padding: 9px;
}

.contact-form .info-box .content strong {
    display: block;
    font-size: 16px;
}

.contact-form .info-box .content span {
    font-size: 14px;
}

/* Main contact wrapper */
.contact-form .contact-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Form Column */
.contact-form .contact-form-column {
    flex: 1;
    min-width: 300px;
}

.contact-form .form-box {
    background: #fff;
    padding: 30px 30px 0 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.contact-form .form-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-form .form-box p {
    margin-bottom: 0px;
}

/* Contact image */
.contact-form .contact-image-column {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.contact-form .contact-image-column img {
    max-width: 100%;
    height: auto;
}
.contact-form .form-shortcode .wpcf7-form textarea{
    width: 100% ;
  background-color: #f2f2f2 !important;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #aaa;
  font-size: 14px;
  padding: 15px 12px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
  border: none !important;
    height: 180px;
}
.contact-form .form-shortcode .wpcf7-form input{
width: 100% ;
  background-color: #f2f2f2 ;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #aaa;
  font-size: 14px;
  height: auto;
  padding: 15px 12px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
  border: none !important;
}
.contact-form .form-shortcode .wpcf7-form input.wpcf7-submit{
    width: 30% ;
  /* background-color: black;
  color: white; */
  padding: 7px 0px;
  position: relative;
  margin-top: -30px;
  right: -124px;
  left: 70%;
  border-radius: 4px;
      margin-bottom: -25px;
  font-size: 18px;

}
.contact-form .form-shortcode .wpcf7-form textarea:focus{
  border: none !important;
      outline: none;
}
.contact-form .form-shortcode .wpcf7-form p{
    display: flex;
  gap: 10px;
  flex-direction: column;
}
.contact-form .info-box .icon{
    background-color: #f2f2f2;
        border-radius: 3px;
}
/* ================================ */
#about-us{
    /* padding: 90px 0; */
}
  
    .about-us{
      display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-us .info{
    display: flex;
        gap: 14px;
}
.about-us .info .about-left{
    width: 50%;
}
.about-us .info .about-left{
       font-size: 46px;
    font-weight: 600;
}
 .about-us .info .about-left .custom-list li{
        font-size: 22px;
    font-family: system-ui;
    color: black;
        font-weight: 400;
 }
  .about-us .info .about-left p{
       font-size: 22px;
    font-family: system-ui;
    color: black;
 }
   .about-us .info .about-left h2{
 font-size: 40px;
   }
   .about-us .about-right{
    width: 50%;
 }
.about-us .about-banners{
    display: flex;
        gap: 25px;
    justify-content: space-between;
}
.about-us .circle-badge svg{
     background: linear-gradient(#fd6e4b, #f21f44);
    border-radius: 50%;
     width: 100px;
     height:100px
}
.about-us .circle-badge{
    position: absolute;
    top: 38%;
    left: 42%;
}
.about-us .circle-badge .circle-number{
       position: absolute;
    top: 20%;
    left: 20%;
    width: 55px;
    line-height: 1;
    font-size: 35px;
    font-weight: 700;
    color: white;
    text-align: center;
}
.about-us .circle-badge .circle-label{
     position: absolute;
    top: 55%;
    left: 23%;
    width: 55px;
    line-height: 1;
    font-size: 18px;
    color: white;
    text-align: center;
}


.about-us .circle-badge textPath{
    letter-spacing: 9px;
}
/* .about-us .images-grid img{
    width: 92%;
} */
.about-us .images-grid{
        display: flex;
        justify-content: space-between;
        position: relative;
            gap: 27px;
}
.about-us .images-grid .img-left{
    display: flex;
    flex-direction: column;
        gap: 27px;
    padding-top: 30px;

}
.about-us .images-grid .img-right{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
/* .about-us .about-banners .banner img{
    width: 90%;
} */
 .about-us .about-left .btn{
    padding: 10px 21px;
    font-size: 16px;
    font-weight: 600;
 }
 .service-features .service-features-inner{
    display: flex;
    justify-content: space-between;
 }
 .service-features-inner .left-side{
    width: 50%;
      padding-top: 5%;
 }
  .service-features-inner .left-side .features-list{
    display: flex;
    gap: 30px;
  }
    .service-features-inner .left-side .features-list .feature-box{
background-color: white;
  padding: 20px;
  text-align: center;
  height: 50%;
  display: flex;
  flex-direction: column;
  gap: 4px;
    }
   .service-features-inner .left-side .main-title{
  font-size: 50px;
  color: black;
  font-weight: 600;
  padding: 30px 14px;
  line-height: normal;
  font-family: system-ui;
  height: 50%;
   }
   .service-features{
   /* background-color:#F8F8F8;
   padding: 70px 0; */
   }
  .service-features .group-box-1-2,
    .service-features .group-box-3-4{
   display: flex;
  flex-direction: column;
  gap: 30px;
    }
 .service-features-inner .left-side .features-list .feature-box p{
            text-align: initial;
            font-size: 14px;
   }


 .service-features-inner .left-side .features-list .feature-box .feature-image{
 background-color: #F8F8F8;
  width: 28%;
  margin: 0 auto;
  padding: 5px;
 }
 /* ================ */
 .random-products-section{
    /* background-color: #F8F8F8; */
    /* padding: 70px 0; */
 }
 .random-products-section .badge{
       position: absolute;
       top: 0px;
    left: 0px;
    border-radius: 1px;
        width: 93px;
            font-size: 15px;
    padding: 7px 26px;
 }
  .random-products-section .card{
    border: none;
    position: relative;
  }
  .random-products-section .card .card-body{
        background-color: #F8F8F8;
        padding: 20px;

  }
.random-products-section .card .card-body .card-title a{
       font-size: 24px;
    font-weight: 600;
     color: black;

  }
  .random-products-section .card .card-body .card-text{
    color: black;
    font-size: 16px;
    font-weight: 500;
        width: 90%;
  }
 .random-products-section .text-center p{
    color: #777777 ;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: Montserrat;
    /* /* padding-top: 8%; */
 }
  .random-products-section .text-center h2{
        padding-top: 0;
    margin-bottom: 15px;
    font-size: 46px;
    color: black;
    font-weight: 600;
    font-family: Montserrat;
    padding-bottom: 20px;
 }
 /* ================== */
 .our-team.background-white .main-team-box{
 box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
 background-color: white;
 }
 .our-team .main-team-box .image-box img{

 width: auto;
 padding: 10px 0 0 0;
    height: 297px;
    margin: 0 auto;
    display: flex;
 }
  .our-team.background-white .main-team-box .image-box {
    background-color: white;
  }
  .our-team.background-white .main-team-box .text-box{
    background-color: white;
  }
  .testimonial-3 .heading-minimal{
    padding-top: 30px;
  }
  .testimonial-3{
  /* padding-bottom: 100px ;
      padding-top: 30px; */
  }
  .fd-header.sb-header.header-3 .sb-menu li a.cart{
    display: none;
  }

#selected-categories-bar {
    display: none; /* hidden by default from JS */
    background: #fff;
}

#selected-categories-bar:not(:empty) {
    padding: 10px;
}

#selected-categories-bar span{
    background:rgb(242, 242, 242);
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
#selected-categories-bar span span{
    cursor: pointer;
  background: black;
  color: white;
  padding: 0px 6px;
  border-radius: 21px;
}
.s-call-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.res-fl-deals .res-3-box .res-2-img a img{
  height: 250px;
}
.res-3-box .res-2-bg-white .res-2-box li p .today-timing,
.res-3-box .res-2-bg-white .res-2-box li .res-2-map-product {
    font-family: 'Montserrat';
}
.res-3-box .res-2-img .restaurant-distance{
    width: 31%;
    padding: 3px 10px;
    position: absolute;
    top: 23px;
    left: 10px;
    border-radius: 3px;
}
.res-fl-deals .res-3-box .res-2-img .res-3-logo-img a img{
    height: unset;
}
/* ------------------single restaurant demo--------------------------- */

.animated-hero-wrapper{
    padding: 110px 0;
}
.animated-hero-wrapper .hero-image-container {
    padding: 40px 0px;
    display: flex;
    justify-content: center;
}

/* .animated-hero-img {
    width: 100%;
    transition: transform 3s ease-in-out;
    animation: floatImage 6s infinite alternate;
} */

/* @keyframes floatImage {
    0% { transform: scale(1) translateY(0px); }
    100% { transform: scale(1.05) translateY(-10px); }
} */
.hero-left-text{
 display: flex;
    flex-direction: column;
    justify-content: end;
     padding-bottom: 0px;
    position: absolute;
    left: -30px;
    bottom: 0px;
}
.hero-left-text h2{
     font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    width: 52%;
    color: #FBBD12;
    line-height: 73px;
    font-family: 'HOOKRIDE', sans-serif;
    letter-spacing: 1px;
}
.hero-left-text p{
    width: 41%;
    color: white;
    font-size: 18px;
}
.fd-marquee-wrapper marquee{
    display: flex;
    align-items: center;
}
.fd-marquee-wrapper marquee img{
    height: 50px;
    margin-top: -31px;
}
.fd-marquee-wrapper marquee span{
    font-size: 72px;
  font-weight: 900 !important;
      font-family: 'HOOKRIDE', sans-serif;
  text-shadow: 2px 0 #c4c3c3, -2px 0 #c4c3c3, 0 2px #c4c3c3, 0 -2px #c4c3c3, 1px 1px #c4c3c3, -1px -1px #c4c3c3, 1px -1px #c4c3c3, -1px 1px #c4c3c3;
  color: #F7F2E2 !important;
}
.hero-right-text {
    position: absolute;
    right: 0px;
    top: 39%;
    width: 22%;
    font-size: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Lemonada', sans-serif;
    line-height: 35px;
} 
/* .hero-image-container img{
    width: 68%;
} */
.juicy-flavour-widget .main-section{
    display: flex;
}
.juicy-flavour-widget{
    padding: 70px 0;
}
.main-section .juicy-content h2{
    font-size: 43px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.main-section .juicy-content p{
    font-size: 18px;
}
.juicy-flavour-widget .main-section .juicy-image{
    width: 50%;
}
.juicy-flavour-widget .main-section .juicy-content{
    width: 50%;
}
.juicy-content .juicy-stats{
        display: flex;
}
.juicy-content .juicy-stats .branch-section span{
     background-color: #FBBD12;
    padding: 4px 85px;
    border-radius: 0px 0px 0px 42px;
    font-size: 17px;
    font-weight: 700;
    color: black;
}
.juicy-content .juicy-stats .branch-section,
.juicy-content .juicy-stats .item-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.juicy-content .juicy-stats .item-section span{
    background-color: #FA6800;
    padding: 5px 85px;
    font-size: 17px;
    color: white;
    font-weight: 700;
    border-radius: 0px 0px 42px 0px;

}

.juicy-content .juicy-stats .branch-section h5,
.juicy-content .juicy-stats .item-section h5{
    text-align: center;
}
.main-section .juicy-content a.juicy-button{
    display: flex;
    margin-top: 36px;
    background-color: black;
    color: white;
    padding: 7px 11px;
    width: 27%;
}

.hero-image-container .hero-main-image{
    width: 70%;
}
.fd-new-items-carousel-section .fd-item-circle-card {
  background: #FA6800;
  border-radius: 180px 180px 5px 5px;
  /* padding: 13px 12px; */
  padding-top: 15px;
  margin: 10px;
  margin-bottom: 90px;
}

.fd-new-items-carousel-section .fd-item-circle-card .fd-item-footer{
    display: none;
}  .fd-new-items-carousel-section .fd-item-circle-card:hover .fd-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    opacity: 1;
    transform: translateX(0);
} 
.fd-item-circle-card .fd-item-info .white-section p {
  color: #fff;
}
 .fd-item-circle-card .fd-item-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}
.fd-item-circle-card .fd-item-name a {
    color: #fff;
    text-decoration: none;
}
.fd-item-circle-card .fd-item-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}
  .fd-new-items-carousel-section.white-section {
    background: #fff;
}
.fd-new-items-carousel-section.dark-section {
    background: #1a1a1a;
    color: #fff;
}
.fd-new-items-carousel-section .fd-circle-image-wrapper {
    position: relative;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
}
.fd-new-items-carousel-section .fd-circle-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fd-new-items-carousel-section .fd-circle-image img {
    width: 75%;
    height: 75%;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}
.fd-new-items-carousel-section .fd-items-carousel .owl-nav {
  position: absolute;
  bottom: -28px;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
 .fd-new-items-carousel-section .fd-items-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a1a1a !important;
    color: #fff !important;
    border: none;
    pointer-events: all;
    transition: all 0.3s ease;
    font-size: 24px;
}
.fd-new-items-carousel-section .fd-item-circle-card:hover .fd-footer-cart-icon {
    opacity: 1;
    transform: translateX(0);
}
  .fd-new-items-carousel-section .fd-carousel-header {
    margin-bottom: 40px;
    align-items: center;
}
.fd-new-items-carousel-section .fd-carousel-title {
    font-size: 32px;
    font-weight: 700;
    color: #ff6b35;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.fd-new-items-carousel-section .fd-title-decoration {
    display: inline-block;
}
.fd-new-items-carousel-section .fd-carousel-view-all {
    color: #ff6b35;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}
.fd-new-items-carousel-section .fd-carousel-view-all:hover {
    color: #e55a2b;
}
.fd-new-items-carousel-section .fd-carousel-wrapper {
    position: relative;
}


.fd-new-items-carousel-section .fd-circle-rating {
    position: relative;
    bottom: -3px;
    left: 33%;
    transform: translateX(-50%);
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    gap: 3px;
    z-index: 10;
}
.fd-new-items-carousel-section .fd-circle-rating i {
    color: #ffd700;
    font-size: 14px;
}
.fd-new-items-carousel-section .fd-hover-cart-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}
/* .fd-item-circle-card:hover .fd-hover-cart-icon {
    opacity: 1;
    transform: scale(1);
} */
.fd-new-items-carousel-section .fd-add-to-cart-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}
.fd-new-items-carousel-section .fd-add-to-cart-btn:hover {
    background: #333;
    transform: rotate(360deg);
}
.fd-new-items-carousel-section .fd-item-rating {
    margin-bottom: 15px;
}
.fd-new-items-carousel-section .fd-item-rating i {
    color: #ffd700;
    font-size: 18px;
    margin: 0 2px;
}
.fd-new-items-carousel-section .fd-item-price-wrapper {
    flex: 1;
}
.fd-new-items-carousel-section .fd-item-price {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.fd-new-items-carousel-section .fd-item-circle-card:hover .fd-item-price {
    opacity: 1;
    transform: translateY(0);
}
.fd-new-items-carousel-section .fd-item-price .woocommerce-Price-amount {
    color: #fff;
}
.fd-new-items-carousel-section .fd-footer-cart-icon {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.fd-new-items-carousel-section .fd-footer-cart-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.fd-new-items-carousel-section .fd-footer-cart-btn:hover {
    background: #333;
}
.fd-main-image-box .hero-content-area h1{
    font-size: 51px;
  color: white;
  font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -2px;

}
.fd-main-image-box .hero-content-area p{

color: white;
  width: 76%;
}
.heroo-button-price a{
    background-color: #FBBD12;
  color: black;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 700;
}
.fd-main-image-box .heroo-button-price{
    display: flex;
  gap: 20px;
  text-align: center;
  align-items: center;
}
.fd-main-image-box .heroo-button-price .price-section{
    margin-top: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.fd-main-image-box .heroo-button-price .regular-price{
    color: #c2bfbf;
        font-family: 'Poppins', sans-serif;

}
.fd-main-image-box .heroo-button-price .salee-price{
    font-size: 31px;
  font-weight: 900;
      font-family: 'Poppins', sans-serif;
  color: white;
}
.fd-category-box-section .category-box {
    background-color: white;
  padding-top: 20px;
  border-radius: 21px;
  transition: all 0.3s ease;
}
.fd-category-box-section .category-box:hover {
    background-color: #FBBD12;
      transition: all 0.3s ease;

}
.fd-category-box-section .category-box:hover .category-name {
    background-color: #FA6800;
    color: white;
      transition: all 0.3s ease;

}
.fd-category-box-section{
    background-color: #F7F2E2;
    padding: 60px 0;
}
.fd-category-box-section .category-box .category-name{
background-color: #FBBD12;
  width: 155px;
  margin: auto;
  font-size: 42px;
  font-weight: 800;
  font-family: 'HOOKRIDE', sans-serif;
  color: #FA6800;
  letter-spacing: 0px;
  border-radius: 10px;
  padding: 0px 8px
}
.fd-category-box-section .category-box  .category-image {
    padding: 4px 50px;
    margin-bottom: 10px;
}
.fd-category-box-section .category-box .flavor-text{
    margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: black;
}
.fd-category-box-section .category-box .category-image img{
    width: 150px;
}
.fd-category-box-section .category-box a{
padding: 8px 16px;
  border-radius: 24px;
  margin-bottom: 15px;
}
.fd-category-box-section .section-title{
    color: #FA6800;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}
.fd-category-box-section  .section-header a{
    border: 1px solid #FBBD12;
  padding: 4px 9px;
  border-radius: 3px;
  color: #FA6800;
  font-size: 14px;
  font-weight: 600;
      font-family: 'Poppins', sans-serif;


}
.fd-three-banner-section .banner-large img {
    object-fit: cover;
    height: 100%;
    min-height: 100%;
}
.fd-three-banner-section .banner-small img {
    width: 100%;
    object-fit: cover;
}
@media(max-width: 991px) {
    .fd-three-banner-section .banner-large img {
        height: auto;
    }
}

   /* overlay that appears on image hover */
/* .fd-item-image-wrap .fd-image-overlay {
    opacity: 1;
    background-color: rgba(255,131,0,0.12);
    background-image: url('http://localhost/Foodota-Octuber/wp-content/themes/foodota/libs/images/vectorss-product.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    left: 34px;
    position: absolute;
} */
    /* overlay that appears on image hover */
.fd-item-image-wrap .fd-image-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .25s ease, background-color .25s ease;
    background-size: auto;
    left: 34px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events:none;
}

.fd-top-rated-items-section .fd-item-image {
 width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  transition: transform .3s ease;
  margin: 0 auto;
}
.fd-top-rated-items-section .fd-item-content{
    padding-left: 12px;
  padding-top: 12px;
  width: 50%;
}
  .fd-top-rated-items-section .fd-item-card { 
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display:flex;
    border:1px solid #efefef; 
    height: 100%; 
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}
.sb-menu ul li a{
    display: flex;
  align-items: center;
  gap: 10px;
}
.sb-menu ul li a.signin-btn{
border-right: 1px solid gray;
  height: 16px !important;
}

/* .fd-header .offset-4 {
  margin-left: 25% !important;
} */
.header-3 .offset-4 {
  margin-left: 0% !important;
}