/*
Theme Name: Restaurant Cafe Pro
Description: Restaurant Cafe Pro WordPress Theme is the perfect choice for building Restaurant Cafe Pro website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the Restaurant Cafe Pro WordPress Theme will make a lasting impression on your visitors. The WordPress Restaurant Cafe Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: wpelemento
Theme URI: https://preview.wpelemento.com/medical-store/
Author URI: https://www.wpelemento.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.4
Text Domain: restaurant-cafe-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(https://www.wpelemento.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html {
  overflow-x: hidden;
}
.bkr_container {
  max-width: 1350px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100% !important;
}

.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 10px;
  animation: slideDown 0.75s ease-out;
  background-color: #DADADA;
  box-shadow: 0px 2px 6px #CCBABAF2;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
      transform: translateY(0);
  }
}

/*============================= Moving Image Start =========================*/

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}
.top-light img {
  transform: translate(84px, 10px);
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/*============================= Moving Image End =========================*/











/*========== Star Rating CSS Start ============*/

.star-rating {
  color: #FEC004;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  float: unset !important;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #dab7b7bf !important;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/*========== Star Rating CSS End ============*/

/*========== Return to Top Start ============*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3DB3FF;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}
#return-to-top div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#return-to-top:hover {
  background-color: #000000;
}

/*========== Return to Top End ============*/

/*============= Preloader Start =============*/

.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  background: #FFFFFF;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner-loading-box img {
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li {
  width: 100%;
}
.demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/*============= Preloader End =============*/



.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 0 #0004;
  animation: l2 1.5s infinite linear;
  position: relative;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #0004;
  animation: inherit;
  animation-delay: -0.5s;
}
.loader:after {
  animation-delay: -1s;
}
@keyframes l2 {
    100% {box-shadow: 0 0 0 40px #0000}
}
















































body{
	/* background-color:#fff9f0 !important; */
}
.space-remove p{
	margin:0px !important;
}
.breadcrumb-title:hover{
	color:#fff;
}
.flex-food-blk-btn .elementor-button{
    /* padding: 7px 10px; */
    border-radius: 10px;
    width: max-content;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* display: flex; */
    /* align-items: center; */
    /* border: 1px solid var(--green); */
    /* background: var(--white); */
    gap: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* overflow: hidden; */
}
.flex-food-blk-btn .elementor-button::before {
    content: "";
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.flex-food-blk-btn .elementor-button :hover::before {
    width: 100%;
}




@media screen and (max-width:1023px){
.flex-food-offer::before {
    background-color: #00000087 !important;
}	
}


@media screen and (min-width:1025px) and (max-width:1439px){
	.space-add{
		padding-left:20px;
		padding-right:20px;
	}
}
/* *********Header css start*********** */
.flex-food-header-sub .hfe-nav-menu li:hover > .sub-menu {
  animation: skewBounceIn 0.6s ease forwards;
}

@keyframes skewBounceIn {
  0% {
    opacity: 0;
    transform: skewX(-25deg) translateY(20px);
  }
  50% {
    opacity: 1;
    transform: skewX(15deg) translateY(-5px);
  }
  70% {
    transform: skewX(-8deg) translateY(3px);
  }
  100% {
    transform: skewX(0deg) translateY(0);
  }
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFF9F0 !important;
  z-index: 99999 !important;
}
 .ekit_modal-searchPanel svg.e-font-icon-svg.e-fas-search {
    font-size: 10px !important;
    height: 45px;
    width: 45px;
    fill:#D7DF23 !important;
}
 input[type=search]:focus {
    border-color: red !important;
}
@media screen and (max-width:767px){
	.flex-food-header-sub svg{
		fill:#fff !important;
	}
	.flex-food-header-cart .elementor-button-icon i:before {
    color: #fff;
}
}
@media screen and (max-width:767px){
	.sticky-header  svg{
		fill:#000 !important;
	}
	.sticky-header  .flex-food-header-cart .elementor-button-icon i:before {
    color: #000;
}
}
 @media screen and (min-width: 768px) and (max-width: 1920px) {
    .flex-food-header-sub {
        position: relative; /* ensure pseudo-element positioning works */
    }
    .flex-food-header-sub::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0; /* keep it behind menu content */
        pointer-events: none;
        background: #fff;
        clip-path: polygon(
            1.541% 17.975%, 1.561% 15.734%, 1.601% 13.609%, 1.659% 11.628%, 
            1.734% 9.818%, 1.825% 8.21%, 1.928% 6.83%, 2.044% 5.707%, 
            2.169% 4.87%, 2.303% 4.347%, 2.445% 4.167%, 98.604% 4.167%, 
            98.745% 4.348%, 98.88% 4.875%, 99.005% 5.717%, 99.119% 6.846%, 
            99.221% 8.235%, 99.308% 9.853%, 99.379% 11.673%, 99.432% 13.666%, 
            99.465% 15.803%, 99.476% 18.056%, 99.476% 73.611%, 99.465% 75.864%, 
            99.432% 78.001%, 99.379% 79.994%, 99.308% 81.814%, 99.221% 83.432%, 
            99.119% 84.82%, 99.005% 85.95%, 98.88% 86.792%, 98.745% 87.318%, 
            98.604% 87.5%, 1.072% 87.5%, 0.962% 87.319%, 0.861% 86.805%, 
            0.771% 85.999%, 0.693% 84.943%, 0.63% 83.678%, 0.582% 82.245%, 
            0.552% 80.687%, 0.541% 79.045%, 0.551% 77.361%, 0.584% 75.676%, 
            0.646% 73.294%, 0.712% 70.787%, 0.778% 68.182%, 0.846% 65.501%, 
            0.914% 62.769%, 0.981% 60.011%, 1.047% 57.252%, 1.11% 54.515%, 
            1.17% 51.825%, 1.226% 49.206%, 1.279% 46.424%, 1.327% 43.457%, 
            1.369% 40.347%, 1.406% 37.133%, 1.439% 33.858%, 1.467% 30.561%, 
            1.491% 27.283%, 1.511% 24.066%, 1.527% 20.95%, 1.541% 17.975%
        );
			
    }
}
.flex-food-header-sub {
	height:70px;
}
.flex-food-header-cart .elementor-button-icon i:before {
    content: '\f217' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 20px;
}
.flex-food-header {
    position: fixed;
    z-index: 1;
	width:100%;
}
/* .flex-food-header-sub {
	height:70px;
    clip-path: polygon( 1.541% 17.975%,1.541% 17.975%,1.561% 15.734%,1.601% 13.609%,1.659% 11.628%,1.734% 9.818%,1.825% 8.21%,1.928% 6.83%,2.044% 5.707%,2.169% 4.87%,2.303% 4.347%,2.445% 4.167%,98.604% 4.167%,98.604% 4.167%,98.745% 4.348%,98.88% 4.875%,99.005% 5.717%,99.119% 6.846%,99.221% 8.235%,99.308% 9.853%,99.379% 11.673%,99.432% 13.666%,99.465% 15.803%,99.476% 18.056%,99.476% 73.611%,99.476% 73.611%,99.465% 75.864%,99.432% 78.001%,99.379% 79.994%,99.308% 81.814%,99.221% 83.432%,99.119% 84.82%,99.005% 85.95%,98.88% 86.792%,98.745% 87.318%,98.604% 87.5%,1.072% 87.5%,1.072% 87.5%,0.962% 87.319%,0.861% 86.805%,0.771% 85.999%,0.693% 84.943%,0.63% 83.678%,0.582% 82.245%,0.552% 80.687%,0.541% 79.045%,0.551% 77.361%,0.584% 75.676%,0.584% 75.676%,0.646% 73.294%,0.712% 70.787%,0.778% 68.182%,0.846% 65.501%,0.914% 62.769%,0.981% 60.011%,1.047% 57.252%,1.11% 54.515%,1.17% 51.825%,1.226% 49.206%,1.226% 49.206%,1.279% 46.424%,1.327% 43.457%,1.369% 40.347%,1.406% 37.133%,1.439% 33.858%,1.467% 30.561%,1.491% 27.283%,1.511% 24.066%,1.527% 20.95%,1.541% 17.975% );
} */
/* **********8Header css End**************** */
/******** Banner css start********** */
.flex-food-blk-btn .elementor-button {
  position: relative;
  display: inline-flex;            /* makes gap work */
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: max-content;
  cursor: pointer;
  background-image: linear-gradient(0deg, #D7DF23, #D7DF23);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 0% 100%;
  transition: background-size .35s cubic-bezier(.42,0,.58,1), color .35s;
}

.flex-food-blk-btn .elementor-button:hover {
  background-size: 100% 100%;
}
.flex-food-yellow-btn .elementor-button {
  position: relative;
  display: inline-flex;            /* makes gap work */
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: max-content;
  cursor: pointer;
  background-image: linear-gradient(0deg, #EA3344, #EA3344);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 0% 100%;
  transition: background-size .35s cubic-bezier(.42,0,.58,1), color .35s;
}

.flex-food-yellow-btn .elementor-button:hover {
  background-size: 100% 100%;
}

p.flex-food-marquee {
    margin: 0px;
}
.flex-food-banner {
    background-size: 100% 100% !important;
}
.flex-food-banner-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.flex-food-banner-testimonial img{
	border-radius: 0px !important;
	width:100% !important;
	height: 100% !important;
}
@media screen and (min-width: 1024px) and (max-width: 1300px){
	.flex-food-banner::before {
    background-color: #00000087 !important;
}
.flex-food-banner{
    background-size: cover !important;
}
}
@media screen and  (max-width: 1023px){
.flex-food-banner{
    background-color: #EA3344 !important;
    background-image: none !important;
}
	.flex-food-banner::before {
    background-color: #00000087 !important;
}
}

/******** Banner css start end********** */
/* ********About css start***********8 */

.flex-food-about-imgbox-1 .elementor-image-box-img:hover img {
  transform: rotateY(180deg); /* flip horizontally */
}
.flex-food-about-imgbox-2 .elementor-image-box-img:hover img {
  transform: rotateY(180deg); /* flip horizontally */
}

.flex-hover-img .elementor-widget {
    position: relative;
    overflow: hidden;
}

.flex-hover-img .elementor-widget::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255, 0) 0%,
        rgba(255,255,255, 0.4) 50%,
        rgba(255,255,255, 0) 100%
    );
    transform: skewX(-25deg);
    opacity: 0;
    pointer-events: none;
}

.flex-hover-img .elementor-widget:hover::after {
    animation: shimmer 1.0s linear forwards;
    opacity: 1;
}

@keyframes shimmer {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

.flex-food-about-imgbox-1 figure {
    width: fit-content !important;
    background-color: #EA3344;
    padding: 15px;
    border-radius: 50%;
}
.flex-food-about-imgbox-2 figure {
    width: fit-content !important;
    background-color: #000000;
    padding: 15px;
    border-radius: 50%;
}
@media screen and (max-width:767px){
	.flex-food-about-counter .elementor-counter {
    display: flex;
    flex-direction: column-reverse !important;
}
}
/********** About css end***************** */
/* *********combo offer css start********** */
.flex-food-combo-img img {
  animation: rotateInfinite 10s linear infinite;
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.flex-food-timer .eael-countdown-item>div {
    text-align: center;
     padding: 10px !important; 
}
.flex-food-timer ul{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
 .flex-food-timer .eael-countdown-digits {
    background-color: #fff;
    padding: 0px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 50px !important;
}
.flex-food-comboff {
    clip-path: polygon( 100% 10.492%,100% 10.492%,99.866% 8.73%,99.478% 7.069%,98.86% 5.533%,98.035% 4.144%,97.025% 2.928%,95.855% 1.907%,94.546% 1.106%,93.123% 0.548%,91.608% 0.256%,90.024% 0.254%,8.652% 7.916%,8.652% 7.916%,7.04% 8.228%,5.546% 8.831%,4.191% 9.694%,2.993% 10.786%,1.971% 12.077%,1.146% 13.536%,0.535% 15.132%,0.159% 16.835%,0.036% 18.615%,0.186% 20.44%,0.186% 20.44%,0.604% 23.128%,1.023% 25.974%,1.433% 28.939%,1.822% 31.987%,2.181% 35.083%,2.498% 38.19%,2.763% 41.272%,2.966% 44.291%,3.095% 47.213%,3.141% 50%,3.141% 50%,3.1% 52.813%,2.983% 55.763%,2.799% 58.812%,2.56% 61.923%,2.273% 65.059%,1.95% 68.182%,1.599% 71.254%,1.231% 74.239%,0.855% 77.099%,0.481% 79.797%,0.481% 79.797%,0.362% 81.596%,0.508% 83.345%,0.9% 85.016%,1.519% 86.579%,2.346% 88.005%,3.364% 89.265%,4.552% 90.33%,5.892% 91.171%,7.366% 91.759%,8.954% 92.065%,90.02% 99.74%,90.02% 99.74%,91.604% 99.74%,93.12% 99.448%,94.544% 98.89%,95.853% 98.089%,97.024% 97.068%,98.033% 95.852%,98.859% 94.463%,99.478% 92.927%,99.866% 91.265%,100% 89.503%,100% 10.492% );
}
.flex-combo-off {
    color: #D7DF23;
}
 .flex-food-combo-img img {
    width: 470px !important;
    max-width: 700px !important;
    margin-left: -100px;
} 
@media screen and (max-width:767px){
	.flex-food-timer ul {
    display: flex;
    gap: 20px;
    justify-content: start !important;
}
}

@media screen and (max-width:500px){
.flex-food-timer ul {
    display: grid !important;
    gap: 10px;
    justify-content: flex-end;
    grid-template-columns: repeat(2,1fr) ;
}
.flex-food-timer .eael-countdown-digits {
    margin-right: 20px;
}
}
@media screen and (min-width:1000px) and (max-width: 1024px){
 .flex-food-combo-sec .e-con-inner {
    display: flex;
    flex-direction: row !important;
        flex-direction: row-reverse !important;
}
.flex-food-combo-img-1{
	width:20% !important;
}
 .flex-food-combo-img img {
    width: 250px !important;
    max-width: 400px !important;
    margin-left: 2px;
} 
}
@media screen and (min-width:768px) and (max-width:1024px){
	.flex-food-timer  span.eael-countdown-label {
    margin-left: 10px;
}
}
/* combo offer css end */
/* ************feature sectin css start************ */
.flex-food-burger-img .elementor-widget img {
    position: relative;
    z-index: 1; 
    animation: floatImage 2s ease-in-out infinite; /* slow up-down */
}

@keyframes floatImage {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); } /* move upward */
}

.flex-food-feature-icon figure {
    width: fit-content !important;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
}
.flex-food-feature-icon .elementor-image-box-img:hover img {
  transform: rotateY(180deg); /* flip horizontally */
}
@media screen and (max-width:767px){
	.flex-food-feature-counter{
		border:0px !important;
	}
}
/* ************feature sectin css start end************ */
/* ******************category section css start************* */
/* ========== CATEGORY IMAGE WRAPPER ========== */
.flex-food-categories .wlsingle-categorie .wlsingle-categorie-img {
    position: relative;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: visible; /* allow hover bg to extend */
}
.flex-food-categories .wlcategorie-content h4 a {
  color: #000000;
}

/* ========== HOVER BACKGROUND ========== */
.flex-food-categories .wlsingle-categorie .wlsingle-categorie-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.3s ease;
    z-index: 0; /* behind image */
}

.flex-food-categories .wlsingle-categorie:hover .wlsingle-categorie-img::before {
    transform: translate(-50%, -50%) scale(1.2); /* ~180px */
    /* background: url(https://license.flextheme.net/theme-images/flex-fast-food-pro/categories/cat-bg-hover.png) 
                no-repeat center center; */
    background: url(./assets/images/product-cat-bg-shape.png) 
                no-repeat center center;
    background-size: contain;
}

/* ========== IMAGE FLOATING UP & DOWN ========== */
.flex-food-categories .wlsingle-categorie .wlsingle-categorie-img img {
    position: relative;
    z-index: 1; 
    width: 100%; 
    animation: floatImage 3s ease-in-out infinite; /* slow up-down */
}

@keyframes floatImage {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); } /* move upward */
}

/* ========== HOVER: SCALE + FLOAT ========== */
.flex-food-categories .wlsingle-categorie:hover .wlsingle-categorie-img img {
    animation: floatScale 5s ease-in-out infinite;
}

@keyframes floatScale {
    0%, 100% { transform: scale(0.8) translateY(0); }
    50% { transform: scale(0.8) translateY(-15px); }
}


@media screen and (min-width:515px) and (max-width:900px){
	.flex-food-categories .wl-row {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    justify-items: center;
    gap:20px;
}
  .flex-food-categories .wlsingle-categorie-img img {
    height: 150px !important;
    width: 150px !important;
    max-width: 200px !important;
}
}

@media screen and (max-width:514px){
	.flex-food-categories .wl-row {
  display: grid !important;
    justify-content: center;
    justify-items: center;
    gap:20px;
    grid-template-columns: repeat(2,1fr) !important;

}
.flex-food-categories .wlsingle-categorie-img img {
    height: 130px !important;
    width: 150px !important;
    max-width: 125px !important;
}

}
/* ***************CTA Section css start************** */
.flex-food-cta .elementor-icon-box-icon {
    margin: 0px !important;
}


@media screen and (min-width: 1024px) and (max-width:1440px){
	.flex-food-faq {
    padding: 10px !important;
}
.flex-food-faq .elementor-tab-title{
	padding: 15px 0px 0px 0px !important;
}
.flex-food-faq .eael-accordion-content{
	padding: 15px 0px 0px 0px !important;
}
.flex-food-faq .eael-accordion-content p{
font-size: 13px !important;
line-height: 18px !important;
margin: 0px !important;
}
}
@media screen and (min-width:1024px) and (max-width:1920px){
	.flex-food-cta-sec {
    height: 430px;
}
	.flex-food-faq {
    height: 485px;
    position: relative;
    margin-top: -25px;
}
}

@media screen and (min-width:1000px) and (max-width:1024px){
	.flex-food-cta-sec .e-con-inner {
    display: flex;
    flex-direction: row !important;
}
.flex-food-faq {
    width: 40% !important;
}
}
/* CTA Section css end**********************8 */
/* home page blog section css start**********8 */
.flex-food-blog .ue-meta-data {
    position: absolute;
    bottom: 40%;
}
.flex-food-blog .uc_post_title {
    text-align: left;
}
.flex-food-blog .uc_paragraph {
    text-align: left;
}
.flex-food-blog .ue-item-btn-holder {
    /* width: fit-content; */
    position: relative !important;
    left: 35% !important;
    /* justify-content: center; */
}

.flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
    position: absolute;
    top: 160px !important;
}
@media screen and (min-width:1364px) and (max-width:1396px){
	.flex-food-blog .ue-meta-data {
    position: absolute;
    bottom: 44% !important;
}
.flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
    position: absolute;
    top: 193px !important;
}
}
@media screen and (min-width:980px) and (max-width:1363px){
	.flex-food-blog .ue-meta-data {
    position: absolute;
    bottom: 50% !important;
}
.flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
    position: absolute;
    top: 222px !important;
}
}

@media screen and (min-width:768px) and (max-width:950px){
	.flex-food-blog .ue-meta-data {
    position: absolute;
    bottom: 46%;
}
.flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
    position: absolute;
    top: 200px !important;
}
}
@media screen and (min-width:343px) and (max-width:488px){
	.flex-food-blog .ue-meta-data {
    position: absolute;
    bottom: 46%;
}
.flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
    position: absolute;
    top: 207px !important;
}
}
/* *****HOme page blog page css end************* */
/* *************All product section css start******** */

.flex-food-pro .woolentor-cart:has(.add_to_cart_button.added) {
    background-color: #000 !important; 
    transition: background-color 0.3s ease;
}
.flex-food-pro .product .added_to_cart::after {
    content: none !important;
}
.flex-food-pro .ht-product-image {
    background-color: #fff;
}
.flex-food-pro .ht-product-image img{
    height: 250px;
    width: 223px !important;
    object-fit: cover;
}
.flex-food-pro .flex-food-popular-product .ht-product-inner {
    border-radius: 10px;
}
.flex-food-pro .wishlist {
    background-color: #000000;
    border-radius: 50%;
    padding: 4px;
}
.flex-food-pro a.woolentorquickview {
    display: none !important;
}

.flex-food-pro .sli-heart:before {
    content: "\f004" !important;
    position: relative;
    font-size: 18px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}
.flex-food-pro .yith-wcwl-add-to-wishlist.exists {
    background-color: #EA3344 !important;
}
.flex-food-pro li.woolentor-cart {
    background-color: #D7DF23;
    border-radius: 50%;
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    margin-top:10px !important ;
}
.flex-food-pro .ht-product-action ul li.woolentor-cart a::before {
    padding: 0px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f217" !important;
    font-size: 16px !important;
    color: #fff !important;
        left: 4px !important;
    top: 4px;
}
.flex-food-pro .ht-products .ht-product .ht-product-inner .ht-product-action ul li {
 padding: 0px !important;
}
.flex-food-pro span.price {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.flex-food-pro  .ht-product-ratting-wrap {
    position: absolute;
    top: 66%;
    right: 33%;
}
.flex-food-pro  .ht-product-inner {
    border-radius: 10px;
}
.flex-food-pro .wishlist:hover {
    background-color: #000 !important;
}
.flex-food-pro li.woolentor-cart:hover{
    background-color: #000 !important;
}

.flex-food-pro .ht-product-inner:hover .ht-product-title a{
	color: #EA3344 !important;
}

.flex-food-pro .ht-product-inner:hover .ht-product-image{
	color: #EA3344 !important;
	/* background-image: url(https://license.flextheme.net/theme-images/flex-fast-food-pro/categories/cat-bg-hover.png); */
    background: url(./assets/images/product-bg-shape.png) no-repeat center center;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.product {
    background-color: #3d7aff00 !important;
}
.product .amount bdi {
    /* color: #000000 !important; */
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.flex-food-pro .woolentor-product-same-height.ht-products.woocommerce.ht-row {
	display: grid !important;
	grid-template-columns: repeat(3,1fr);
}
	.flex-food-pro .ht-col-md-6 {
	max-width: 100% !important;
}
}

/* *************All product section css end******** */
/* ****************Testimonial section css start************* */

.flex-food-testimonial .wpr-testimonial-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}
.flex-food-testimonial .wpr-testimonial-meta-inner {
    display: flex !important;
    gap: 20px;
}
.flex-food-testimonial .wpr-testimonial-prev-arrow{
    position: absolute;
    top: -16% !important;
    left: 90% !important;
}
.flex-food-testimonial .wpr-testimonial-next-arrow {
    position: absolute;
    top: -16% !important;
}
.flex-food-testimonial .wpr-testimonial-item:hover {
   background-image: url(./assets/images/testimonial-shape-bg-hover.png);
    background-repeat: no-repeat;
    background-position: center;
}
.flex-food-testimonial .wpr-testimonial-item:hover svg path {
    fill: #EA3344 !important;
}
.flex-food-testimonial .wpr-testimonial-item:hover .fa-quote-right:before {
    content: "\f10e";
    color: #EA3344;
}
.flex-food-testimonial .wpr-testimonial-item:hover .wpr-testimonial-name {
    color: #EA3344 !important;
}
	.flex-food-testimonial .wpr-testimonial-item {
   background-image: url(./assets/images/testimonial-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width:1415px) and (max-width:1920px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 442px !important;
   background-image: url(./assets/images/testimonial-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
}
@media screen and (min-width:1400px) and (max-width:1414px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 438px !important;
  
}
}
@media screen and (min-width:1390px) and (max-width:1399px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 436px !important;
  
}
}
@media screen and (min-width:1380px) and (max-width:1389px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 431px !important;
}
}
@media screen and (min-width:1375px) and (max-width:1379px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 429px !important;
}
}
@media screen and (min-width:1370px) and (max-width:1374px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 428px !important;
}
}
@media screen and (min-width:1360px) and (max-width:1369px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 425px !important;
}
}
@media screen and (min-width:1350px) and (max-width:1359px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 421px !important;
}
}
@media screen and (min-width:1340px) and (max-width:1349px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 419px !important;
}
}
@media screen and (min-width:1330px) and (max-width:1339px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 414px !important;
}
}
@media screen and (min-width:1320px) and (max-width:1329px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 411px !important;
}
}
@media screen and (min-width:1310px) and (max-width:1319px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 407px !important;
}
}
@media screen and (min-width:1310px) and (max-width:1319px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 407px !important;
}
}
@media screen and (min-width:1415px) and (max-width:1920px){
	.flex-food-testimonial .wpr-testimonial-item {
    width: 442px !important;
   background-image: url(./assets/images/testimonial-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;

}
}
@media screen and (min-width:768px) and (max-width:1100px){
	.flex-food-testimonial .wpr-testimonial-prev-arrow {
    position: absolute;
    top: -16% !important;
    left: 85% !important;
}
}
@media screen and (min-width:600px) and (max-width:767px){
	.flex-food-testimonial .wpr-testimonial-prev-arrow {
    left: 80% !important;
}
}
@media screen and (min-width:500px) and (max-width:599px){
.flex-food-testimonial .wpr-testimonial-prev-arrow {
    position: absolute;
    top: 102% !important;
    left: 40% !important;
}
.flex-food-testimonial .wpr-testimonial-next-arrow {
    position: absolute;
    top: 102% !important;
    right: 40% !important;
}
}
@media screen and (min-width:380px) and (max-width:499px){
.flex-food-testimonial .wpr-testimonial-prev-arrow {
    position: absolute;
    top: 102% !important;
    left: 35% !important;
}
.flex-food-testimonial .wpr-testimonial-next-arrow {
    position: absolute;
    top: 102% !important;
    right: 35% !important;
}
}
@media screen  and (max-width:379px){
.flex-food-testimonial .wpr-testimonial-prev-arrow {
    position: absolute;
    top: 102% !important;
    left: 30% !important;
}
.flex-food-testimonial .wpr-testimonial-next-arrow {
    position: absolute;
    top: 102% !important;
    right: 30% !important;
}
}
/* Testimonial section css end**************** */
/* *********Team section css start**********8 */
.flex-food-team .eael-team-image {
    border: 1px solid #D9D9D9;
    background-color: #fff;
    border-radius: 10px;
    background-image: url('./assets/images/team-shape-bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
.flex-food-social .elementor-social-icon:hover {
    background-color: #EA3344 !important;
}
.flex-food-social-div {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.flex-food-team:hover .flex-food-social-div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.flex-food-team  .eael-team-image img{
	height: 330px !important;
}
.flex-food-team:hover .eael-team-image{
    background-image: url('./assets/images/team-shape-bg-hover.png');
}
.flex-food-team :hover h2.eael-team-member-name:hover {
    color: #EA3344 !important;
}
/* ********Team section css end************ */
/* **************Footer css start************** */
a.flex-food-copyright:hover {
    /* color: #EA3344 !important; */
}
.flex-footer-contact .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width:767px){
	.flex-footer-contact .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column !IMPORTANT;
}
}

.flex-email {
    width: 100%;
}
.flex-food-footer-social .elementor-icon:hover{
	background-color: #D7DF23 !important;
}
.flex-subscribe-form {
    display: flex;
    gap: 30px;
    align-content: center;
   cursor:pointer;
}
.flex-subscribe-btn .wpcf7-spinner{
	display:none;
}
input.flex-email {
    padding: 10px;
    border-radius: 6px;
    border: 0px;
}
input.flex-subscribe-submit {
    padding: 12px;
    border-radius: 6px;
	background-color:#000 !important;
	color:#fff !important;
	border:0px !important;
	font-size:18px;
	font-weight:500;
	font-family: "Poppins", Sans-serif;
}
.flex-food-newslatter .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    border: 1px solid #EA3344 !important;
}
.flex-email{
	padding:10px !important;
	border-radius:5px !important;
	border:0px !important;
}
.flex-subscribe-submit {
	padding:13px !important;
	font-size: 15px;
	border-radius: 5px !important;
	cursor:pointer !important;
}
.flex-footer-contact .elementor-icon {
	background-color: #D7DF23;
	border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width:1023px){
	.flex-subscribe-form {
    gap: 0px;
    flex-direction: column;
}
}
@media screen and (max-width:767px){
	.flex-food-footer-link1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
/* ******************footer css end*************** */
/* ***********blog page css star************ */
.flex-food-blog img {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}
h2.entry-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
/* ***********blog page css star end************ */
/* *************inner breadcrumb css ***************** */
h1.breadcrumb-title {
    text-align: center !important;
    font-size: 50px;
	color:#fff;
}
.flex-med-breadcrumb-title {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
/* ***************Bradcrumb css end*********** */
/* **********Shop page css start******* */
.woocommerce-shop .shop-add-to-cart .added_to_cart::after {
    position: absolute;
    content: none !important;
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    border-radius: 6px;
    top: -3px;
    right: -9px;
    opacity: 1;
    font-weight: 700;
    font-size: 15px;
    background-color: #3D7AFF;
    padding: 8px 8px;
}
.shop-product-thumbnail {
    padding: 0px !important;
}
.shop-product-item {
    padding: 0px !important;
}

.shop-product-details {
    padding: 0px 20px 20px;
}
.shop-product-item {
    background-color: #ffffff !important;
}
.shop-product-item:hover h2.shop-product-title a {
    color: #EA3344 !important ;

}
.shop-pagination span.current {
    background-color: #EA3344 !important;
}
.shop-pagination a.page-numbers:hover {
    background-color: #EA3344 !important;
}
.shop-add-to-cart a.button.add_to_cart_button.ajax_add_to_cart {
    padding: 11px !important;
    background-color: #D7DF23 !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin-bottom: 20px !important;
}
.shop-add-to-wishlist {
    top: 115px !important;
    right: 19px !important;
    background-color: #EA3344 !important;
    padding: 5px 4px !important;
    border-radius: 50% !important;
}
.shop-add-to-cart {
	display: block !important;
}
.shop-add-to-wishlist{
		display: block !important;
}
.shop-add-to-cart {
    width: fit-content;
    position: absolute;
    top: 113px !important;
    right: 17px;
}
.shop-add-to-wishlist {
    top: 63px !important;
    right: 19px !important;
    background-color: #EA3344 !important;
    padding: 5px 4px !important;
    border-radius: 50% !important;
}

.shop-product-title a{
	  font-family: "Edu NSW ACT Foundation", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;

}
.shop-product-title a:hover{
    color: #EA3344 !important;
}
.shop-product-price span.woocommerce-Price-amount.amount {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.shop-product-excerpt {
	    font-family: "Poppins", Sans-serif;

}
.shop-product-item:hover img {
    background-image: url(https://license.flextheme.net/theme-images/flex-fast-food-pro/categories/cat-bg-hover.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width:390px){
	.shop-pagination a{
	margin: 0px !important;
}
}
/* ************shop page css end*********** */
/* **********single product page css********8 */
.single-product-category:before {
	content: "\f02b";
	font-family: "font awesome 5 free";
	color: #D7DF23;
	font-weight: 900;
	margin-right: 8px;
}
.single-product-category a:hover {
	color: #D7DF23;
}                                                                                                                                                                                                                                                               
.single-product-img {
	justify-content: start;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.product-title {
	font-family: "Poppins", Sans-serif;
}
.single-product-reviews-status {
	margin-bottom: 10px;
}
.single-product-card-btn1 button{
	background-color:#EA3344 !important;
}
.single-product-category::before {
	color: #D7DF23;
}
.single-product-comments {
    padding: 0px;
}
.single-product #secondary\  {
	display: none;
}
.woocommerce .star-rating span::before {
    color: #D7DF23 !important; /* gold/yellow color */
}
.woocommerce p.stars.selected{
	color: #D7DF23 !important;
}
#commentform input#submit {
    background-color: #EA3344 !important;
    color: #fff !important;
}
@media screen and (min-width:1024px) and (max-width:1920px){
	.single-product-reviews-container {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 768px) and (max-width:1920px){
	.woocommerce-notices-wrapper {
        /* width: 592px;
        position: absolute;
        top: 100%;
        right: 50%; */
    }
}

@media screen  and (max-width:767px){
	.woocommerce-message {
    width: 300px;
    position: absolute;
    top: 100%;
    right: 0% !important;
    font-size: 12px !important ;
}
}
@media screen and (max-width:1439px){
	.single-product-page-container{
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
@media screen and (max-width:767px){
	.single-product-reviews-container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}
h1.breadcrumb-title {
	font-size: 30px !important; 
}
}
@media screen and (max-width:600px){
	.custom-single-product {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
	.custom-single-product {
    padding-top: 0px !important;
}
	.sinlge-product-desc-title {
    padding-top: 25px;
}
}
/* ************single product page css end ************** */
/* ***********************Pricing page css Start************ */
.flex-food-pricing .eael-pricing-icon {
    display: none !important;
}
/* ***********************Pricing page css end************ */
/* **********************Contact page css************ */
.flex-food-contact-form input{
	width:100% !important;
	padding: 10px !important;
	border: 0px !important;
	border-radius: 5px !important;
}
.flex-food-contact-form select{
	width:100% !important;
	padding: 10px !important;
		
	border-radius: 5px !important;
}

.flex-food-contact-form .wpcf7-response-output{
	color: #fff !important;
}
.flex-food-contact-form .wpcf7-not-valid-tip{
	color: #fff !important;
}
.flex-food-contact-form .flex-submit-btn {
    width: fit-content !important;
    background-color: #000 !important;
    color: #fff !important;
        font-family: "Poppins", Sans-serif;
	cursor:pointer;
}
/* ****************Contact page css end******************* */
/* ***********product tabbing section start*************8 */
@media screen and (max-width:520px){
	.flex-food-tab-sec .e-n-tabs-heading {
    flex-direction: column !important;
    margin-bottom: 10px;
}
}
.flex-food-tab-sec .e-n-tabs.e-activated {
    display: flex;
    align-items: center;
}
.flex-food-tab-sec .e-n-tabs-heading {
    background-color: #fff;
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
	 flex-direction: row !important;
}

.flex-food-tab-sec .e-n-tabs-heading button{
	cursor: pointer;
}
@media screen and (max-width:767px){
	.flex-food-tab-sec .e-n-tab-title{
	margin:0px !important;
	padding:10px !important;
}
}
/* ****************product tabbing section css end *********** */
/* ************food delivery section start*********** */
.flex-food-deliverimg img {
    animation: deliverMove 3s ease-in-out infinite;
}
@keyframes deliverMove {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-15px); } /* moves 15px left */
}

/* **********food delivery section end********** */
/* *************************Single blog page css start********************8 */
.review-star1{
	display:none !important;
}
.star-rating{
	display:none !important;
}
.custom-review-form input[type="submit"] {
    background-color: #EA3344 !important; 
}
.custom-review-form input[type="submit"]:hover {
    background-color: #000 !important; 
}
.star-rating {
  font-size: 28px;
  cursor: pointer;
  color: #ccc; /* default grey */
}
.star-rating .star {
  display: inline-block;
  transition: color 0.2s;
}
.star-rating .star.filled {
  color: gold; /* selected star color */
}

.post-author svg{
	height: 25px;
	width: 25px;
}
/* ***********single blog page css end*****************  */
/* **************right left sidebar css start*************** */
div#search-1 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
div#recent-posts-1 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
     font-size: 17px !important;
}

div#recent-posts-1 ul li{
    padding: 10px !important;
}
div#recent-posts-1 ul li a:hover{
 color: #EA3344 !important;  

}

div#search-2 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
div#recent-posts-2 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
     font-size: 17px !important;
}

div#recent-posts-2 ul li{
    padding: 10px !important;
}
div#recent-posts-2 ul li a:hover{
 color: #EA3344 !important;  

}
input.search-submit {
    background: #EA3344;
    border-radius: 5px;
    color: #fff;
	cursor:pointer;
}

@media screen and (min-width:1000px) and (max-width:1024px){
.flex-blog-right-sidebar .e-con-inner {
    display: flex;
    flex-direction: row !important;
}
.flex-med-leftside-inner {
	width: 70% !important;
}
}
/* **************right left sidebar css end*************** */
.star-rating {
  display: inline-flex;
  gap: 5px;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

.star-rating .star {
  color: #ccc; /* default gray */
  transition: color 0.2s ease;
}

.star-rating .star.filled {
  color: #FFD700 !important; /* gold when selected */
}
/* **********search page css start*************** */
input.search-field {
    width: 100%;
}
/* ************888seacrh page css end ******************* */
aside#secondary\ {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.widget_block .wp-block-search .wp-block-search__button {
    background-color: #EA3344 !important;
	color:#fff !important;
	margin-left:10px;
}
aside#secondary\ ul li a:hover{
	color:#EA3344 !important;
}
a.wp-block-latest-posts__post-title:hover {
color:#EA3344 !important;
}
section#block-3 {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
section#block-4 {
 border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
#block-3 ul.wp-block-latest-posts__list.wp-block-latest-posts li{
padding: 6px 0px !important;
}
#block-4 ol.wp-block-latest-comments {
    padding: 0px !important;
    margin: 0px !important;
    text-transform: capitalize;
}
li.wp-block-latest-comments__comment {
padding: 7px 0px !important;

}
#block-4 .wp-block-latest-comments a:hover{
	color: #EA3344 !important;
}
section#block-2 {
 border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.blog-2 .post-meta {
    background-color: #D7DF234d !important;
}
.read-more a {
    background-color: #EA3344 !important;
	border:0px !important;
	outline:0px !important;
}
.read-more a:hover {
    background-color: #000 !important;
}
.pagination .page-numbers, .pagination .current {
    border-color: #EA3344 !important;
    padding: 15px 20px 10px 20px;
    border: 0px !important;
    color: #000;
    border-radius: 50px;
}
.pagination .page-numbers:hover, .pagination .current {
    background-color: #EA3344 !important;
    color: #fff;
}
.flex-edu-search-pagination{
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
    .buynow a{
        background-color:#EA3344 !important;
    }    
}







.header-col1 {
    /* clip-path: polygon(99.998% 83.333%, 99.998% 16.667%, 99.998% 16.667%, 99.977% 13.963%, 99.918% 11.399%, 99.823% 9.007%, 99.695% 6.824%, 99.538% 4.882%, 99.355% 3.216%, 99.15% 1.86%, 98.924% 0.85%, 98.683% 0.218%, 98.428% 0%, 1.573% 0%, 1.573% 0%, 1.16% 0.549%, 0.801% 2.083%, 0.5% 4.43%, 0.265% 7.421%, 0.101% 10.884%, 0.013% 14.65%, 0.009% 18.547%, 0.093% 22.405%, 0.272% 26.053%, 0.551% 29.321%, 7.877% 95.988%, 7.877% 95.988%, 7.965% 96.729%, 8.057% 97.399%, 8.153% 97.996%, 8.252% 98.519%, 8.354% 98.965%, 8.459% 99.333%, 8.567% 99.623%, 8.676% 99.831%, 8.787% 99.958%, 8.899% 100%, 98.428% 100%, 98.428% 100%, 98.683% 99.782%, 98.924% 99.15%, 99.15% 98.14%, 99.355% 96.784%, 99.538% 95.118%, 99.695% 93.176%, 99.823% 90.993%, 99.918% 88.601%, 99.977% 86.037%, 99.998% 83.333%); */
    /* background-color: #EA3344;
    height: fit-content;
    padding: 10px 10px;
    margin: auto; */
}
.header-col1 {
    position: relative;
}
.header-col1 {
    background-image: url(./assets/images/left-header-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header-col3 {
    background-image: url(./assets/images/right-header-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 7px;
}
.header-col3 {
    /* clip-path: polygon( 0% 83.333%,0% 16.667%,0% 16.667%,0.021% 13.963%,0.08% 11.399%,0.175% 9.007%,0.303% 6.824%,0.46% 4.882%,0.643% 3.216%,0.848% 1.86%,1.074% 0.85%,1.315% 0.218%,1.57% 0%,98.425% 0%,98.425% 0%,98.838% 0.549%,99.197% 2.083%,99.498% 4.43%,99.733% 7.421%,99.897% 10.884%,99.985% 14.65%,99.989% 18.547%,99.905% 22.405%,99.726% 26.053%,99.447% 29.321%,92.121% 95.988%,92.121% 95.988%,92.033% 96.729%,91.941% 97.399%,91.845% 97.996%,91.746% 98.519%,91.644% 98.965%,91.539% 99.333%,91.431% 99.623%,91.322% 99.831%,91.211% 99.958%,91.099% 100%,1.57% 100%,1.57% 100%,1.315% 99.782%,1.074% 99.15%,0.848% 98.14%,0.643% 96.784%,0.46% 95.118%,0.303% 93.176%,0.175% 90.993%,0.08% 88.601%,0.021% 86.037%,0% 83.333% );
    background-color: #EA3344;
    height: fit-content;
    padding: 10px 10px;
    margin: auto; */
}

#top-banner {
  position: relative;
}
#top-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(./assets/images/banner-fastfood-text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1520px;
  opacity: 8%;
}

.top-banner-col2 .ht-product .ht-product-inner {
    justify-content: center;
    align-items: center;
}
.top-banner-col2 .ht-product .ht-product-inner:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.top-banner-col2 .ht-product .ht-product-inner .ht-product-content {
    text-align: center;
}
.top-banner-col2 .ht-product-content .ht-product-content-inner {
    text-align: center;
}
.top-banner-col2 .ht-product-content-inner .ht-product-categories {
    justify-content: center;
    align-items: center;
}
.top-banner-col2 .ht-product-content-inner .ht-product-categories::before {
    display: none !important;
}
.top-banner-col2 .ht-product-content-inner .ht-product-categories {
    padding-left: 0px !important;
}


.top-banner-col2 .top-banner-product-slider {
  position: relative;
}
.top-banner-col2 .ht-product-inner {
  position: relative;
}
.top-banner-col2 .ht-product-categories a {
  color: #EA3344;
  font: 600 26px/30px "Edu NSW ACT Foundation";
}
.top-banner-col2 .ht-product-inner .ht-product-title a {
  color: #EA3344;
  font: 600 18px/30px "Poppins";
}
.top-banner-col2 .ht-product-inner .ht-product-user-ratting svg path {
  color: #D7DF23;
}
.top-banner-col2 .ht-product-inner .ht-product-user-ratting svg.empty path {
  color: #000000;
}
.top-banner-col2 .ht-product-inner .ht-product-price .price {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 10px;
  padding-top: 6px;
}
.top-banner-col2 .ht-product-inner .ht-product-price .price ins {
  text-decoration: none;
  color: #000000;
  font: 700 20px/30px "Poppins";
}
.top-banner-col2 .ht-product-inner .ht-product-price .price del {
  color: #000000;
  opacity: 50%;
  font: 500 15px/30px "Poppins";
}
.top-banner-col2 .ht-product .ht-product-inner {
  width: fit-content;
  margin: auto;
}
.top-banner-col2 .product-slider .slick-arrow {
  transform: translateY(-5%)
}
.top-banner-col2 .product-slider .slick-arrow.slick-prev {
  left: 44%;
}
.top-banner-col2 .product-slider .slick-arrow.slick-next {
  right: 44%;
}
.top-banner-col2 {
  position: relative;
}

.top-mobile-top-left {
  position: absolute;
  top: 0;
  left: 13%;
  z-index: -1;
}
.top-mobile-top-right {
  position: absolute;
  top: -13px;
  right: 8%;
  z-index: -1;
}
.top-mobile-product-left {
  position: absolute;
  top: 34%;
  left: -13%;
}
.top-mobile-product-right {
  position: absolute;
  right: -87px;
  top: 34%;
}
.top-mobile-bottom-left {
  position: absolute;
  bottom: -25px;
  left: 13%;
  z-index: -1;
}
.top-mobile-bottom-right {
  position: absolute;
  bottom: 24px;
  right: 22%;
  z-index: -1;
}
.flex-food-cta .elementor-icon-box-description a {
    color: #D7DF23;
}
.flex-food-copyright {
    color: #FFF;
    &:hover {
        color: #D7DF23;
    }
}


.flex-food-popular-product .ht-product-content-inner .ht-product-price ins {
    text-decoration: none;
}
.ht-product-ratting svg path {
    color: #D7DF23;
}
.ht-product-ratting svg.empty path {
    color: #000000;
}
.ht-product-image-wrap .ht-product-label {
   display: none;
}
.flex-food-blog-sec .uc_post_title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.flex-food-blog-sec .ue-grid-item-meta-data a {
    color: #000;
}
.flex-footer-contact .elementor-icon-box-description a {
    color: #FFFFFF;
}

.flex-food-contact-form form label {
    color: #FFF;
    padding: 10px 0;
}

/* .top-banner-col2 .top-rated-rating {
  position: absolute;
  top: 0;
  transform: translateY(-300px);
}
.top-banner-col2 .ht-product-categories {
  position: absolute;
  top: 0;
  transform: translateY(-275px);
}
.top-banner-col2 .ht-product-image img {
  width: 100%;
  transform: translateY(56px);
} */

@media screen and (min-width:320px) and (max-width:767px) {
    #mobile-header .ue-menu {
        transform: translate(0, 0px) !important;
    }
    .top-mobile-top-left, .top-mobile-top-right, .top-mobile-product-left, .top-mobile-product-right, .top-mobile-bottom-left, .top-mobile-bottom-right {
        display: none;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 38%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 38%;
    }
    .top-banner-col2 {
        height: 700px;
        background-size: contain;
    }
    .flex-food-newslatter form p {
        display: block !important;
        text-align: center;
    }
    .flex-food-newslatter .flex-subscribe-submit {
        margin-top: 15px;
    }
    .flex-food-combo-img img {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-top: 60px;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: unset;
        width: 95%;
        margin: 0 auto;
    }
    #top-banner::before {
        display: none;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(0px) !important;
        width: 90% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(0px);
        width: 90%;
    }
    .header-col3 .uc-ajax-search-wrapper .uc-ajax-search__input:focus {
        outline: unset !important;
    }
    #mobile-header .uc-pagination-panel .uc-search-item__link-price {
        display: none !important;
    }
    .flex-food-about-counter .elementor-counter-title {
        text-align: center;
    }
    .flex-food-faq-inner .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
        width: 90%;
    }
    .woocommerce-checkout .woocommerce {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media screen and (min-width:320px) and (max-width:374px) {
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 36%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 36%;
    }
    .flex-food-blog .ue-meta-data {
        gap: 20px !important;
    }
    .flex-food-blog .ue-meta-data {
        position: absolute;
        bottom: 47%;
    }
    .flex-food-blog .ue-meta-data .ue-grid-item-meta-data:nth-child(3) {
        top: 220px !important;
    }
    .flex-food-blog .uc_image_carousel_content {
        padding: 40px 10px 20px 10px !important;
    }
    .flex-food-blog .ue-item-btn-holder {
        left: 27% !important;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 42%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 42%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .top-mobile-top-left, .top-mobile-top-right, .top-mobile-product-left, .top-mobile-product-right, .top-mobile-bottom-left, .top-mobile-bottom-right {
        display: none;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
      left: 38%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
      right: 38%;
    }
    .top-banner-col2 {
      background-size: contain;
    }
    .top-banner-col1 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .footer-bottom-content-row {
        display: block !important;
    }
    .footer-bottom-content-col1, .footer-bottom-content-col2 {
        width: 100% !important;
    }
    .footer-bottom-content-col2 {
        padding-top: 40px;
    }
    #top-banner::before {
        display: none;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(0px) !important;
        width: 100% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(0px);
        width: 100%;
    }
    .top-banner-col1 .elementskit-btn {
        padding: 13px 20px 13px 20px !important;
    }
    .header-col1 #menu-primary-menu.ue-menu {
        background: #EA3344 !important;
        transform: translate(0, 0px) !important;
    }
    .header-col1 .ue-menu > li a {
        justify-content: flex-start !important;
        padding-left: 15px !important;
    }
    .header-col1 {
        background-size: cover;
    }
    .flex-food-categories .wl-col-6 {
        max-width: 100% !important;
    }
    .header-col3 {
        background-size: auto;
        margin: auto;
        background-position: center;
    }
    .woocommerce-shop .add-to-cart-btn {
        top: 17% !important;
        right: 12px !important;
    }
    .woocommerce-checkout .woocommerce {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media screen and (min-width:992px) and (max-width:1024px) {
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 41%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 41%;
    }
    .top-mobile-product-left {
        top: 40%;
        left: -29%;
    }
    .top-mobile-product-right {
        right: -100px;
        top: 42%;
    }
    .top-mobile-product-left img {
        width: 50%;
    }
    .top-mobile-product-right img {
        width: 30%;
    }
    .top-mobile-bottom-right {
        bottom: 42px;
        right: 9%;
    }
    .top-mobile-bottom-left {
        bottom: -20px;
        left: 1%;
    }
    .top-mobile-bottom-left {
        bottom: -20px;
        left: 1%;
    }
    .top-mobile-top-left {
        top: 1px;
        left: 0%;
    }
    .top-mobile-top-right {
        top: -14px;
        right: -4%;
    }
    .flex-food-footer-last-col .elementor-icon-list-text {
        display: contents;
    }
    .top-banner-col2 {
        background-size: 70% 85% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(-9px) !important;
        width: 58% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(83px) !important;
        width: 60% !important;
    }
    .flex-food-popular-product .woolentor-product-same-height.ht-products.woocommerce.ht-row {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
    }
    .flex-food-popular-product .ht-products .ht-product .ht-product-inner .ht-product-content {
        padding: 0px 8px 10px 8px !important;
    }
    .flex-food-popular-product span.price {
        gap: 5px;
    }
    .flex-food-popular-product .ht-product-ratting-wrap {
        right: 39%;
    }
    .flex-food-popular-product .ht-product-content .ht-product-content-inner .ht-product-price span {
        font-size: 17px !important;
    }
    .woocommerce-shop .add-to-cart-btn {
        top: 17% !important;
        right: 12px !important;
    }
    #top-banner::before {
        background-size: contain;
    }
    .woocommerce-checkout .woocommerce {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media screen and (min-width:1025px) and (max-width:1199px) {
    .header-col1 .ue-menu a {
        padding: 10px 6px 10px 6px !important;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 41%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 41%;
    }
    .top-mobile-product-left {
        top: 40%;
        left: -29%;
    }
    .top-mobile-product-right {
        right: -100px;
        top: 42%;
    }
    .top-mobile-product-left img {
        width: 50%;
    }
    .top-mobile-product-right img {
        width: 30%;
    }
    .top-mobile-bottom-right {
        bottom: 42px;
        right: 9%;
    }
    .top-mobile-bottom-left {
        bottom: -20px;
        left: 1%;
    }
    .top-mobile-bottom-left {
        bottom: -20px;
        left: 1%;
    }
    .top-mobile-top-left {
        top: 1px;
        left: 0%;
    }
    .top-mobile-top-right {
        top: -14px;
        right: -4%;
    }
    .top-banner-col2 {
        background-size: 70% 85% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(-9px) !important;
        width: 58% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(83px) !important;
        width: 60% !important;
    }
    .flex-food-popular-product .woolentor-product-same-height.ht-products.woocommerce.ht-row {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
    }
    .flex-food-popular-product .ht-products .ht-product .ht-product-inner .ht-product-content {
        padding: 0px 8px 10px 8px !important;
    }
    .flex-food-popular-product span.price {
        gap: 5px;
    }
    .flex-food-popular-product .ht-product-ratting-wrap {
        right: 39%;
    }
    .flex-food-popular-product .ht-product-content .ht-product-content-inner .ht-product-price span {
        font-size: 17px !important;
    }
    .flex-food-popular-product .ht-col-md-6 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .woocommerce-shop .add-to-cart-btn {
        top: 17% !important;
        right: 12px !important;
    }
    #top-banner::before {
        background-size: contain;
    }
    .woocommerce-checkout .woocommerce {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media screen and (min-width:1200px) and (max-width:1365px) {
    #top-banner {
        width: 1080px;
    }
    .header-col1 .ue-menu a {
        padding: 10px 8px 10px 8px !important;
    }
    .top-mobile-product-left img {
        width: 60%;
    }
    .top-mobile-product-right img {
        width: 60%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-prev {
        left: 42%;
    }
    .top-banner-col2 .product-slider .slick-arrow.slick-next {
        right: 42%;
    }
    .top-mobile-product-right {
        right: -109px;
        top: 34%;
    }
    .top-mobile-product-left {
        top: 34%;
        left: -22%;
    }
    .top-mobile-bottom-right {
        bottom: 23px;
        right: 12%;
    }
    .top-mobile-bottom-left {
        bottom: -36px;
        left: 3%;
    }
    .top-mobile-top-right {
        top: -26px;
        right: -2%;
    }
    .top-mobile-top-left {
        top: -14px;
        left: 4%;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(-9px) !important;
        width: 61% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(83px) !important;
        width: 63% !important;
    }
    .woocommerce-shop .add-to-cart-btn {
        top: 15% !important;
        right: 12px !important;
    }
    #top-banner::before {
        background-size: contain;
    }
}


@media screen and (min-width:1366px) and (max-width:1439px) {
    .header-col1 .ue-menu a {
        padding: 10px 14px 10px 14px !important;
    }
    .top-mobile-product-left img {
        width: 65%;
    }
    .top-mobile-product-right img {
        width: 65%;
    }
    .top-mobile-bottom-right {
        bottom: 23px;
        right: 17%;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
        transform: translateX(0px) !important;
        width: 69% !important;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
        transform: translateX(83px) !important;
        width: 63% !important;
    }
    #top-banner::before {
        background-size: 1320px;
    }
}


@media screen and (min-width:1440px) and (max-width:1599px) {
    .header-col1 .ue-menu a {
        padding: 10px 14px 10px 14px !important;
    }
    .top-mobile-product-left img {
        width: 70%;
    }
    .top-mobile-product-right img {
        width: 70%;
    }
    .top-mobile-bottom-right {
        bottom: 23px;
        right: 17%;
    }
    .top-mobile-product-left {
        top: 40%;
    }
    .top-mobile-product-right {
        top: 40%;
    }
    #top-banner::before {
        background-size: 1340px;
    }
}


@media screen and (min-width:1600px) and (max-width:1920px) {
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-ratting-wrap, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-categories, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-title, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-price {
        display: none;
    }
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-ratting-wrap, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-categories, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-title, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-price {
        display: none;
    }
}


.flex-food-newslatter form p {
    display: flex;
    gap: 15px;
}
.flex-food-newslatter .flex-email {
    width: 100%;
}
.flex-food-newslatter .flex-subscribe-form {
    display: flex;
    gap: 30px;
    align-content: center;
   cursor:pointer;
}
.flex-food-newslatter .flex-subscribe-btn .wpcf7-spinner {
	display:none;
}
.flex-food-newslatter input {
    padding: 10px;
    border-radius: 6px;
    border: 0px;
    width: 100%;
}
.flex-food-newslatter .flex-subscribe-submit {
    padding: 10px 14px !important;
    border-radius: 5px;
	background-color:#000 !important;
	color:#fff !important;
	border:0px !important;
	font-size:16px;
    cursor:pointer !important;
	font-weight:500;
    width: max-content;
	font-family: "Poppins", Sans-serif;
    &:hover {
        background-color: #EA3344 !important;
    }
}
.flex-food-newslatter .flex-food-newslatter .wpcf7-response-output {
    margin: 0px !important;
}
.flex-food-newslatter .flex-email{
	padding:10px !important;
	border-radius:5px !important;
	border:0px !important;
}
.flex-food-newslatter .flex-subscribe-submit {
	/* padding:13px !important;
	font-size: 15px;
	border-radius: 5px !important;
	cursor:pointer !important; */
}

.header-col3 .uc-ajax-search-wrapper .uc-ajax-search__input:focus {
    outline: unset !important;
}




.top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active img {
    transform: translateX(-9px);
    width: 75%;
}
.top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active {
    padding-left: 0px !important;
}
.top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div img {
    transform: translateX(65px);
    width: 75%;
}


.top-banner-col1 h1 {
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



@media screen and (min-width:992px) and (max-width:1599px) {
    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-ratting-wrap, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-categories, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-title, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .slick-slide.slick-current.slick-active .ht-product-price {
        display: none;
    }

    .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-ratting-wrap, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-categories, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-title, .top-banner-col2 .top-banner-product-slider .ht-row .ht-products .slick-track .ht-product.slick-slide.slick-current.slick-active+div+div .ht-product-price {
        display: none;
    }
}



.flex-food-popular-product .ht-product ul li>div {
    display: inline-flex;
    justify-content: center;
}
.flex-food-testimonial .wpr-testimonial-carousel .wpr-testimonial-icon svg {
    width: 60px;
    font-size: 60px;
}
.flex-food-testimonial .wpr-testimonial-carousel .wpr-testimonial-icon svg path {
    fill: #D7DF23;
}


.single-post .single-author-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.tax-product_cat .breadcrumb-shoppage .shop-title {
    display: none;
}


.tax-product_cat .add-to-cart-btn {
    position: absolute;
    top: 14%;
    right: 18px;
}
.tax-product_cat .shop-page-product-box .add-to-cart-btn .added {
    display: none !important;
}
.woocommerce-shop .shop-page-product-box .add-to-cart-btn .added {
    display: none !important;
}
.shop-page-breadcrumb a {
    color: #FFFFFF;
}
