/*
Theme Name: Food Truck Pro
Theme URI: https://www.buywptemplates.com/products/fast-food-wordpress-theme
Author: BuyWpTemplates
Author URI: https://www.buywptemplates.com/
Description:
Version: 0.0.1
License: GNU General Public License
License URI:license.txt
Text Domain: food-truck-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Food Truck Pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
Food Truck Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Jost: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');

:root {
  --color-yellow: #F1AA52;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-red: #BE2424;
}
:root {
  --font-jost: "Jost";
  overflow: auto;
}
*{
  margin:0;
  padding:0;
  outline:none;
  /* overflow-y: hidden; */
  /* overflow-x: hidden; */
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color: #fff;
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family: var(--font-jost);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
}
img{
  width: 100%;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
h1{
  font: 600 32px/50px var(--font-jost);
}
h2{
  font: 600 32px/45px var(--font-jost);
}
h3,h4,h5,h6{
  font-family: var(--font-exo2);
}
p{
  font: 400 13px/22px var(--font-jost);
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
textarea {
  padding: 5px;
}
.theme_button{
  border-radius: 50px;
  background: var(--color-pink);
  color: #fff;
  font: 400 14px/18px var(--font-jost);
  letter-spacing: 0px;
  color: var(--color-white);
  border: none;
  transition:  ease 0.25s all;
  transition-duration: 1s;
}
.theme_button:hover{
  border-radius: 6px;
  color: #fff;
  background-color: var(--color-violent-violet);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}
.screen-reader-text{
  display: none;
}
.topbar_translate .switcher .selected a:after{
  background-image: url(assets/images/download-svg.svg) !important;
}
/*-----------Button------------------*/
#slider .first {
    /* -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out; */
}
#slider .first:hover {
    /* box-shadow: 0 0 40px 40px #fbcc04 inset;
    color: #fff !important;
    border-color: var(--color-yellow) !important;
    transition-duration: 0.3s; */
}
.effect-1:hover {
    /* text-indent: -9999px; */
}
.effect-1:before {
    /* content: "";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    transform: scale(0, 1);
    transition: all 0.2s linear 0s; */
}
.effect-1:hover:before {
    /* transform: scale(1, 1);
    text-indent: 0; */
}
/*-------------Spinner----------*/
.bwt-travel-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-yellow);
  z-index: 2;
  cursor: pointer;
  z-index: 9999999999999;
}
#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./assets/images/loader.gif') center no-repeat;
    background-color: #fff;
}
#preloader label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    font-size: 16px;
    color: #1d1d1d;
    letter-spacing: 1px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
}
/*.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
  top: 45%;
  margin: 0 auto;
  display: block;
}
.loader-star {
  position: absolute;
  top: calc(50% - 12px);
}
.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@keyframes loader-1-outter {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-1-inner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}*/
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fec806;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating{
  color: #fbe018;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 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;
}
.woocommerce .loader::before{
  display: none;
}
.yith-wcwl-icon.fa.fa-heart-o{
 color: var(--color-red);
 font-weight: 400;
 animation: pulse 1s infinite ease-in-out alternate;
}
.page-template-order-online .yith-wcwl-add-button>a i ,.page-template-menu .yith-wcwl-add-button>a i{
  position: absolute;
  top: 30px;
  right: 10px;
}
.feedback{
  font-size: 0px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 5px;
  font-size: 14px;
  color: var(--color-red);
}
.summary.entry-summary  .yith-wcwl-wishlistexistsbrowse{
  position: relative;
  top: 45px;
  font-size: 14px;
}
.woocommerce-product-gallery__trigger{
  font-size: 0px !important;
}
#typography-sec .widget_block{
  display: block;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,.woocommerce-ordering{
  display: none;
}
.alert.alert-minimalist img {
  width: 50px;
  position: absolute;
}
.alert.alert-minimalist {
  background-color: rgb(255, 255, 238);
  border-color: #ffc107;
  border-radius: 3px;
  color: rgb(149, 149, 149);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  padding: 10px;
  z-index: 1000000 !important;
  overflow: hidden;
}
.alert.alert-minimalist .prod-title{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  left: 60px;
  position: relative;
}
.alert.alert-minimalist .prod-messg{
  font-size: 13px;
  font-weight: 500;
  color: #5c5959;
  padding-left: 62px;
  margin-top: 10px;
}
.yith-wcwl-add-button span,.type-product .related ul li i,
#contentwoocom ul li i,.search-no-results .entry-title-watermark,
.woocommerce table.shop_table td i,#yith-wcwl-popup-message{
  display: none !important;
}
.type-product .related ul{
  display: flex;
}
.woocommerce-wishlist .yith-wcwl-share i{
  font: normal normal normal 14px/1 FontAwesome !important;
}
.topbar_translate .switcher .selected a:after{
  content: '' !important;
}
#our-choice  .our-choice-main-image{
  position: relative;
  width: 70px;
  height: 125px;
  -webkit-animation: grow 2s ease infinite;
  animation: grow 2s ease infinite;
}
#our-choice  .our-choice-main-image::before{
  background-image: url('./assets/images/choice/Arrow.png');
  content:'';
  position: absolute;
  right: 91px;
  top: 54px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
}
.our-choice-content:first-child .our-choice-main-image::before{
  background-image: none !important;
}
.fa-youtube-play:before{
  content: "\f099";
}
#ourTestimonial .team-image {
  position: relative;
}
#ourTestimonial .slick-center .team-image::before{
  content: '';
  display: block;
  background-image: url(assets/images/quotes.png) !important;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
  width: 26px;
  bottom: 0px;
  right: -6px;
  border-radius: 50%;
  height: 28px;
  position: absolute;
  z-index: 99;
  background-position: center;
}
.copyright-text p {
    text-align: center !important;
}

/* -------------- our customers ---------------- */
.navigation {
  display: none;
}
.custom-img{
  border: 1px solid #f6eded;
}
.custom-img img {
  width: 60%;
  height: 80%;
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 3% 0% 12% 0%;
}
.custom-content h6 a {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Jost";
}
.custom-content p {
  font-size: 16px;
  line-height: 25px;
  color: #1e1e1e;
  font-weight: 400;
  font-family: "Jost";
}
.custom-content .price {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Jost";
  text-align: start;
  margin: 4px 0;
}
.custom-content .cart-box a {
  color: #BE2424;
  border: 1px solid var(--color-red);
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
}
.custom-content .cart-box {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Jost";
}
.prodct-btn{
  margin: 0 auto;
  display: block;
  text-align: center;
}
.abut-butn-cls img {
  height: auto;
  width: 53px;
  background-color: var(--color-red);
  padding: 10px 10px;
  margin-right: 13px;
}
.abut-butn-cls {
  padding: 0px 14px 17px 0px;
  font-size: 13px;
  font-weight: 600;
  border-color:  var(--color-red);
  border: 2px solid;
  color: var(--color-red);
}
.custm-img .outer.veg{
  border: 2px solid green;
  height:  12px;
  width: 12px;
  padding: 2px 1px;
}
.custm-img .outer.non-veg{
  border-color: var(--color-red) !important;
  border: 2px solid ;
  height:  12px;
  width: 12px;
  padding: 2px 1px;
}
.custm-img .outer.veg span{
  height: 4px;
  width: 4px;
  background-color: green;
  display: block;
  border-radius: 50%;
  margin: 0px auto;
}
.custm-img .outer.non-veg span{
   height: 4px;
  width: 4px;
  background-color: var(--color-red);
  display: block;
  border-radius: 50%;
  margin: 0px auto;
}
.outer.veg{
  border: 2px solid green;
  height:  12px;
  width: 12px;
  padding: 2px 1px;
}
.outer.non-veg{
  border-color: var(--color-red) !important;
  border: 2px solid ;
  height:  12px;
  width: 12px;
  padding: 2px 1px;
}
.outer.veg span{
  height: 4px;
  width: 4px;
  background-color: green;
  display: block;
  border-radius: 50%;
  margin: 0px auto;
}
.outer.non-veg span{
   height: 4px;
  width: 4px;
  background-color: var(--color-red);
  display: block;
  border-radius: 50%;
  margin: 0px auto;
}
.custom-content {
  position: relative;
}
.variations tbody {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
}
.dropbtn {
  color: black;
  background: none;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.custom-size {
  position: relative;
  display: inline-block;
  padding: 12px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.woocommerce-Price-amount {
   font-size: 18px;
   font-weight: 600;
   font-family: var(--font-jost);
   padding: 5px 11px 5px 0px;
   color: #000;
   background: #fff;
   border-color: var(--color-red) !important;
   border: none;
   text-transform: uppercase;
}
.single_add_to_cart_button{
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-jost);
  padding: 5px 11px;
  color: var(--color-red);
  background: #fff;
  border-color: var(--color-red) !important;
  border: 1px solid ;
  text-transform: uppercase;
  border-radius: 4px;
}
.single_variation_wrap .quantity{
  display: none !important;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.custom-size:hover .dropdown-content {
  display: block;
}
/* ---------------- offers ---------------- */
#amazingOffer {
  position: relative;
  padding: 0;
}
#tsmiddleWord .last_slide_head {
  color: var(--color-yellow);
}
#amazingOffer .amazing-colmn {
  padding-top: 4%;
  padding-left: 16em;
}
#amazingOffer .section-title h2{
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Jost";
  line-height: 65px;
}
#amazingOffer p {
  font: 400 22px / 35px var(--font-jost);
  color: #ffffff;
  width: 75%;
}
#amazingOffer .bowl-img img {
  height: auto;
  width: 15%;
  position: absolute;
  left: 0;
  bottom: -70px;
}
#amazingOffer .button-cls img{
  height: auto;
  width: 13%;
  top: 12px;
  position: absolute;
}
#amazingOffer .button-cls {
  position: relative;
  width: 32%;
  background-color: var(--color-yellow);
  padding: 13px 17px 13px 27px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-black) !important;
}
#amazingOffer .button-cls a {
  color: #fff;
  font: 600 15px / 20px var(--font-jost);
}
#amazingOffer .red-icon-img {
  width: 15%;
  height: auto;
}
#amazingOffer .offer_img{
  height: 45%;
  width: 33%;
  animation: tada 4s linear infinite;
}
.about_img{
  animation: tada 4s linear infinite;
}
#amazingOffer .offer_img img{
  position: relative;
  top: -50px;
}
.bowl-img {
  position: absolute;
  bottom: 0;
  animation: bounce 2s ease infinite;
}
#amazingOffer .bowl-img img {
  width: 15%;
}
/*----------- our deals ------------*/
#ourDeals .deals-img{
  border: 1px solid #f6eded;
}
#ourDeals .deals-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#ourDeals .deals-content h6 a {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Jost";
}
#ourDeals .deals-content p {
  font-size: 16px;
  line-height: 25px;
  color: #1e1e1e;
  font-weight: 400;
  font-family: "Jost";
}
#ourDeals  .deals-content .price {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Jost";
  position: relative;
  text-align: start;
}
#ourDeals .deals-content .cart-box {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Jost";
}
#ourDeals .deals-content .cart-box a {
  color: #BE2424;
  border: 1px solid var(--color-red);
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
}
#ourDeals .deals-content .cart-box .button.wc-forward ,.custom-content .cart-box .button.wc-forward {
  padding: 5px 13px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 1;
  background: #fff;
}

#ourDeals .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 34%;
}
#ourDeals .owl-nav .owl-next{
  position: absolute;
  right: -5%;
  top: 34%;
}
#ourDeals  .owl-nav i {
  border: 1px solid #dad8d8;
  color: var(--color-yellow);
  border-radius: 50%;
  font-size: 20px;
  padding: 25px 25px;
}
#ourDeals  .owl-nav:hover i {
  color: var(--color-red);
}
#ourDeals  .owl-nav i:before {
  position: absolute;
  top: 17px;
  left: 17px;
}
#ourDeals  .owl-carousel .owl-dots{
  text-align: center;
  padding-top: 35px;
}
#ourDeals  .owl-carousel .owl-dot{
  background-color: #c0c0c0;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
}
#ourDeals .single_add_to_cart_button {
  /* position: absolute; */
  bottom: 0;
  right: 0px;
}
#ourDeals  .owl-carousel  .owl-dot.active {
  background-color: #BE2424;
  width: 22px !important;
  height: 10px !important;
  border-radius: 37% !important;
}
#ourDeals  .deals-content {
  position: relative;
}

#ourDeals .quantity, .quantity {
  display: none !important;
}
.variations select {
  color: #9b9a9a;
  border: none;
  background: none;
  order: 2;
  margin-right: 0px !important;
  width: 80%;
}
.variations {
  width: 100%;
  z-index: 1;
  position: relative;
}
.variations tbody {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
tr .value:nth-child(2) {
  position: relative;
  display: flex;
  float: right;
  left: -4px;
}
.text-end {
  padding-bottom: 16px;
  padding-left: 0;
}
.label {
  display: block;
  text-align: left;
  width: max-content;
  color: #000;
}
tbody tr:nth-child(2) label{
    /*margin: 0 63px !important;*/
}
.variations tbody tr:nth-child(1){
  padding-left: 10px;
}
#ourDeals .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-jost);
  padding: 5px 7px 5px 2px;
  color: #000;
  background: #fff;
  border: none;
  text-transform: uppercase;
}
#ourDeals .single_add_to_cart_button {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-jost);
  padding: 5px 11px;
  color: var(--color-red);
  background: #fff;
  border-color: var(--color-red) !important;
  border: 1px solid ;
  border-radius: 4px;
  text-transform: uppercase;
}
#ourDeals .single_add_to_cart_button:hover, .single_add_to_cart_button:hover {
  background-color: var(--color-red);
  color: #ffff;
}
.woocommerce-variation-add-to-cart{
  width: max-content;
  position: absolute;
  right: 0;
  bottom: 0;
}
.deals-img i{
  color: var(--color-red);
  font-size: 14px;
}
#ourDeals .outer.veg span{
  height: 5px;
  width: 5px;
  background-color: green;
  display: block;
  border-radius: 50%;
  margin: auto;
}
#ourDeals .outer.veg{
  border: 2px solid green;
  height:  13px;
  width: 13px;
  padding: 2px 1px;
}
#ourDeals .outer.non-veg{
  border: 2px solid var(--color-red);
  height: 13px;
  width: 13px;
  padding: 2px 2px;
}
#ourDeals .outer.non-veg span{
   height: 5px;
   width: 5px;
   background-color: var(--color-red);
   display: block;
   border-radius: 50%;
   margin: auto;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.yith-wcwl-add-button>a i{
  margin-right: 0;
}
.single-product .yith-wcwl-icon.fa.fa-heart-o{
  position: relative;
  top: 45px;
  font-size: 18px;
}
.single-product .summary.entry-summary{
  width: 35% !important;
  height: auto;
  top: 0px !important;
  position: relative;
  right: 10%;
}
.single-product .summary.entry-summary p:nth-child(3) {
  font: 400 16px / 30px var(--font-jost);
}
.single-product .woocommerce-product-gallery{
  background: #f1f1f1;
}
.single-product .woocommerce-product-gallery ol {
  margin: 10px 0px 10px 15px !important;
}
.single-product .woocommerce-product-gallery ol li img{
  background: #fff;
  opacity: 1 !important;
}


.single-product .reset_variations {
  position: absolute;
  left: -50%;
  top: 30px;
}
.single-product .reset_variations {
  font: 500 14px / 21px Jost !important;
  color: #BE2424;
  border: 1px solid var(--color-red);
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 4px;
}

#sb_instagram .sbi_type_image:hover .sbi_photo:after,#sb_instagram .sbi_photo_wrap:hover .sbi_photo_wrap:after {
  display: block;
}
#sb_instagram .sbi_photo:after {
  display: none;
  content: '\f16d';
  position: absolute;
  font-size: 25px;
  font-family: 'FontAwesome';
  color: #fff;
  height: 100%;
  top: 40%;
  z-index: 1;
  left: 45%;
  margin: auto;
}
#sb_instagram .sbi_photo_wrap:after {
  display: none;
  content: '';
  position: absolute;
  width: 85%;
  font-size: 20px;
  font-family: 'FontAwesome';
  color: #fff;
  background: red;
  height: 85%;
  top: 0;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.additional-info-wrapper .product-remove{
  align-self: center;
}
.additional-info-wrapper .product-remove a{
  color: red;
}
.additional-info-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.wishlist_table.mobile li table.additional-info{
  margin: 0;
  align-self: center;
}
.summary.entry-summary .yith-wcwl-wishlistaddedbrowse {
  position: relative;
  top: 45px;
  font-size: 15px;
}

.wc-block-components-totals-coupon__content .components-button, .wc-block-checkout__actions_row .components-button{
  border: none;
  background: transparent;
}









/*------ search bar ----------*/
.search-container{
  display: none;
  position: absolute;
  top: 50px;
  z-index: 999;
  padding: 0px;
  width: auto !important;
  border: none;
}
.search-container [type=search] {
  border: unset;
  position: relative;
  padding: 10px 35px;
  width: auto;
  outline: none;
  font: normal normal bold 14px/25px Quicksand;
  border-radius: 0px;
}
.search-form button {
  color: #ffff;
  padding: 10px 10px 10px 10px;
  width: 50px;
  height: 45px;
  font-size: 0;
  position: absolute;
  right: auto;
  top: 0px;
  border: none;
  background: #BE2424;
}
.search-form button[type=submit]::before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 16px;
}
.contains-search i{
  color: #fff;
  margin-right: 15px;
  position: relative;
  top: 2px;
  font-size: 15px;
  cursor: pointer;
}
#ourDeals .variations tbody tr:nth-child(1){
  padding-left: 0px;
}




















.slide-heading {
    /* background-image: -webkit-linear-gradient(92deg, #28C76F, #0396FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear; */
    /* animation-name: text;
    animation-duration: 4s;
    /* animation-iteration-count: infinite; */
    /* animation: fade-in 20s linear infinite; */

}

.slider-product-img-inner-box:hover .slider-product-url-arrow i{
  background: #F1AA52;
  color: #fff;
}






.main-header li:hover ul.sub-menu {
  /* display: block;
  width: 250px;
  position: absolute;
  left: auto;
  top: 55px;
  text-align: left; */
  -ms-animation: fadeInUp .6s ease-in-out;
  -webkit-animation: fadeInUp .6s ease-in-out;
  animation: fadeInUp .6s ease-in-out;
}
:hover {
    -webkit-transition-duration: 1s;
}
.main-header ul.sub-menu li a:hover {
    padding-left: 10px;
    padding-right: 25px;
}
.main-header ul.sub-menu li a:hover {
    color: #ffffff !important;
}



#menu-right-menu ul.sub-menu li a{
  position: relative;
}
#menu-right-menu ul.sub-menu li:after {
    background: #090909;
}
#menu-right-menu ul.sub-menu li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-yellow);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
#menu-right-menu ul.sub-menu li:hover::after {
    width: 100%;
}

#menu-left-menu ul.sub-menu li a{
  position: relative;
}
#menu-left-menu ul.sub-menu li:after {
    background: #090909;
}
#menu-left-menu ul.sub-menu li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-yellow);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
#menu-left-menu ul.sub-menu li:hover::after {
    width: 100%;
}








.button-cls .abut-butn-cls::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.button-cls .abut-butn-cls::before, .button-cls .abut-butn-cls::after {
  content: '';
  position: absolute;
  background: transparent;
  z-index: -1;
}
.button-cls .abut-butn-cls::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
#about .abut-butn-cls:hover{
  border-color: #F1AA52;
  border: 2px solid;
  color: #F1AA52;
}
#about .abut-butn-cls:hover img{
  background-color: #F1AA52;
}

.button-cls:hover .abut-butn-cls::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}
.button-cls .abut-butn-cls::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

#about .abut-butn-cls{
  color: #fff;
}
.ingredient-main-image{
  animation: fade-in-left 2s ease infinite;
}

@keyframes fade-in-left {

  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ingredient-content:hover .ingredient-main-image img,.our-choice-content:hover .our-choice-main-image img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-boy-img {
  animation: shake 16s ease infinite;
}

#ourDeals .deals-img,.custm-img {
  overflow: hidden;
}
#ourDeals .owl-item.active:hover .deals-img img ,.custm-img:hover img{
  transform: scale(1.07);
  overflow: visible;
  transition: 0.5s ease-in-out;
}


#newsEvent .event-imge:hover img {
  /* opacity: 0.3;
    filter: grayscale(90%); */
}


#newsEvent .event-imge{
  position: relative;
}
#newsEvent .event-imge:hover .event-imge:before {
  bottom: -10px;
}
#newsEvent .event-imge:hover::before, #newsEvent .event-imge:hover::after {
  display: block !important;
}
#newsEvent .event-imge:before, #newsEvent .event-imge:after {
  background-color: #ffbe00;
  display: none;
}
#newsEvent .event-imge:before{
  /* content: '';
  background: #BE2424;
  width: 10px;
  height: 40%;
  transform: skewY(50deg);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  transition: all 0.45s ease;
}
#newsEvent .event-imge:after {
  content: '';
  background: #BE2424;
  width: 10px;
  height: 40%;
  transform: skewY(50deg);
  position: absolute;
  bottom: 65px;
  right: 5px;
  z-index: 1;
  transition: all 0.45s ease; */
}


.location-title-content-box:hover{
  background: #F1AA52;
}
