/*
Theme Name: Fast Food Pizza 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: fast-food-pizza-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Fast Food Pizza Pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
Fast Food Pizza 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: #FFCC05;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-red: #dc3836;
}
:root {
  --font-jost: "Jost";
}
*{
  margin:0;
  padding:0;
  outline:none;
}
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);
}
#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;
}
#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;
}