@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
@import url(
    //fonts.googleapis.com/css?family=Source + Sans + Pro:300,
    400,
    600,
    400italic
);
@import url(//fonts.googleapis.com/css?family=Montserrat:400, 700);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700); */
@import url(gritter.css);

:root {
    --font-heading-family: 'Nunito', sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 700;
    --font-heading-scale: 1.0;
    --font-body-family: 'Roboto', sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-body-weight-bold: 700;
    --font-body-scale: 1.0;
    --font-additional-family: 'Nunito', sans-serif;
    --font-additional-heading-style: normal;
    --font-additional-heading-weight: 400;
    --color-base-text: 104, 100, 100;
    --color-shadow: 104, 100, 100;
    --color-base-background-1: 255, 255, 255;
    --color-base-background-2: 192, 10, 39;
    --color-base-background-3: 255, 200, 0;
    --color-base-solid-button-labels: 192, 10, 39;
    --color-base-outline-button-labels: 192, 10, 39;
    --color-base-accent-1: 58, 58, 58;
    --color-base-accent-2: 244, 182, 24;
    --color-base-accent-3: 192, 10, 39;
    --color-border-color: 228, 228, 228;
    --color-product-bg-color: 249, 249, 249;
    --color-button_hover_bg_color: #93051c;
    --color-overlay: 0, 0, 0;
    --payment-terms-background-color: #fff;
    --gradient-base-background-1: #fff;
    --gradient-base-background-2: #c00a27;
    --gradient-base-background-3: #ffc800;
    --gradient-base-accent-1: #3a3a3a;
    --gradient-base-accent-2: #f4b618;
    --gradient-base-accent-3: #c00a27;
    --media-padding: px;
    --media-border-opacity: 0.0;
    --media-border-width: 0px;
    --media-radius: 0px;
    --media-shadow-opacity: 0.0;
    --media-shadow-horizontal-offset: 0px;
    --media-shadow-vertical-offset: 4px;
    --media-shadow-blur-radius: 5px;
    --page-width: 142rem;
    --DT_Lap_Container: 110rem;
    --DT_Tab_Container: 96rem;
    --page-full-width-spacing: 150px;
    --page-width-margin: 0rem;
    --card-image-padding: 0.0rem;
    --card-corner-radius: 0.0rem;
    --card-text-alignment: center;
    --card-border-width: 0.2rem;
    --card-border-opacity: 1.0;
    --card-shadow-opacity: 0.0;
    --card-shadow-horizontal-offset: 0.0rem;
    --card-shadow-vertical-offset: 0.0rem;
    --card-shadow-blur-radius: 3.0rem;
    --badge-corner-radius: 0.0rem;
    --popup-border-width: 0px;
    --popup-border-opacity: 0.0;
    --popup-corner-radius: 0px;
    --popup-shadow-opacity: 0.2;
    --popup-shadow-horizontal-offset: 6px;
    --popup-shadow-vertical-offset: 0px;
    --popup-shadow-blur-radius: 10px;
    --drawer-border-width: 0px;
    --drawer-border-opacity: 0.0;
    --drawer-shadow-opacity: 0.0;
    --drawer-shadow-horizontal-offset: 0px;
    --drawer-shadow-vertical-offset: 4px;
    --drawer-shadow-blur-radius: 0px;
    --spacing-sections-desktop: 0px;
    --spacing-sections-mobile: 0px;
    --grid-desktop-vertical-spacing: 30px;
    --grid-desktop-horizontal-spacing: 30px;
    --grid-mobile-vertical-spacing: 15px;
    --grid-mobile-horizontal-spacing: 15px;
    --sidebar-width: 300px;
    --text-boxes-border-opacity: 1.0;
    --text-boxes-border-width: 2px;
    --text-boxes-radius: 0px;
    --text-boxes-shadow-opacity: 0.0;
    --text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 0px;
    --text-boxes-shadow-blur-radius: 5px;
    --buttons-radius: 0px;
    --buttons-radius-outset: 0px;
    --buttons-border-width: 0px;
    --buttons-border-opacity: 1.0;
    --buttons-shadow-opacity: 0.0;
    --buttons-shadow-horizontal-offset: 0px;
    --buttons-shadow-vertical-offset: 0px;
    --buttons-shadow-blur-radius: 0px;
    --buttons-border-offset: 0px;
    --inputs-radius: 0px;
    --inputs-border-width: 1px;
    --inputs-border-opacity: 1.0;
    --inputs-shadow-opacity: 0.0;
    --inputs-shadow-horizontal-offset: 0px;
    --inputs-margin-offset: 0px;
    --inputs-shadow-vertical-offset: 0px;
    --inputs-shadow-blur-radius: 0px;
    --inputs-radius-outset: 0px;
    --variant-pills-radius: 0px;
    --variant-pills-border-width: 0px;
    --variant-pills-border-opacity: 0.55;
    --variant-pills-shadow-opacity: 0.0;
    --variant-pills-shadow-horizontal-offset: 0px;
    --variant-pills-shadow-vertical-offset: 4px;
    --variant-pills-shadow-blur-radius: 5px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #e91d27;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

#promocoes h2 {
  position: relative;
  margin-bottom: 0;
  top: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #73BE47;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  height: 90%;
}

.bg-box img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.container-fluid {
  padding: 0 150px;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 10%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #74BE48;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #EA2128;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ea2128;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #73BE47;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #EA2128;
}

.user_option .user_link:hover {
  color: #73BE47;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #EA2128;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #73BE47;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.user_option .lista a {
	position: relative;
	right: 05px;
}

.user_option .lista a span {
	height: 13px;
	width: 13px;
	background: #7fad39;
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -8px;
}

.user_option .lista .coracao {
    display:block;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #dfdfdf;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #73BE47;
}

.offer_section {
  position: relative;
  padding-top: 75px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831s;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #73BE47;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  font-size: 18px;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
	background-color: #dfdfdf;
	overflow: auto;
	white-space: nowrap;
	scrollbar-color: #73bc45 #dfdfdf;
}

.food_section .filters_menu li {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
  	cursor: pointer;
}

.food_section .filters_menu li:hover {
  	background-color: #777;
}		

.food_section .filters_menu li.active {
  background-color: #71bd47;
  color: #eb2225;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #eb1f28 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .ratings{
  background: #f1f2f3;
  padding: 2px 12px;
  color: #263845;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}


.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #73BE47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #73be47;
  color: #e92125;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #dfdfdf;
  color: #eb2025;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #73BE47;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #73BE47;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #dfdfdf;
  color: #e52128;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #73BE47;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #73BE47;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #dfdfdf;
  color: #73BE47;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #eb2e33;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #f25358;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #73BE47;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #73BE47;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f25358;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #73BE47;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/*MENU ITENS*/
.no-border {
    border: 0;
}

.text-white {
    color: #fff !important;
}

.margin-top-2 {
    margin-top: 2%;
}

.margin-bottom-2 {
    margin-bottom: 2%;
}

.margin-full-20 {
    margin: 20px 0 15px 0;
}

.margin-full-10 {
    margin: 10px 0 0 0;
}

.margin-full-30 {
    margin: 30px 0 10px 0;
}

.margin-left-90 {
    margin-left: -80%;
}

#divTotal {
    background-color: green;
}

.well-custom {
    background: #dcdcdc !important;
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
}

.affix {
    right: 0px;
}

.affix-top {
    right: 0px;
    position: fixed;
}

.panel-heading-red {
    background: #bc2026 !important;
    color: #fff !important;
}

.panel-heading-red h4 {
    font-weight: 600 !important;
}

.panel-heading-red small {
    color: #fff !important;
}

.fixed {
    position: fixed !important;
}

#painel-carrinho .carrinho-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    color: #000;
}

#painel-carrinho .no-shadow {
    box-shadow: none !important;
}

#painel-carrinho .carrinho-total {
    background: #f2f3f3;
    padding: 8px;
    margin-top: 10px;
    font-size: 14px;
}

#painel-carrinho .no-radius {
    border-radius: 0px !important;
}

#painel-carrinho .mar-right-3 {
    margin-right: 3px;
}

#painel-carrinho .item {
    font-size: 16px;
    padding-left: 8px;
}

#painel-carrinho .item .btn-plus-minus {
    font-size: 22px !important;
}

#painel-carrinho .item .item-qtde {
    width: 20px;
    display: inline-block;
}

#painel-carrinho .item .item-nome {
    font-size: 13.5px !important;
    margin-top: 0px !important;
    margin-left: 5px;
    position: absolute;
}

#painel-carrinho .item .item-valor {
    font-size: 13px !important;
}

#painel-carrinho .item-span {
    margin-bottom: 8px;
    display: block;
}

#painel-carrinho .btn-plus-minus {
    cursor: pointer;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

/* FIM CARRINHO */

.mar-left-3 {
    margin-left: 3%;
}

.recupera-senha {
    text-decoration: none !important;
}

.loader {
    display: none;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #bd3426; /* Red */
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cut-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 14px;
    min-height: 30px;
}

.cut-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lista-item-box {
    border-bottom: 1px solid #e2e2e2;
    display: block;
    min-height: 105px !important;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 20px;
    cursor: pointer;
}

.lista-item-box:hover {
    /*
    box-shadow: 0 0 0 3px #fafafa inset;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    border-bottom: 1px solid #555;
    background: #f6f6f6;
     */
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    border-bottom: 1px solid #999;
}

.text-bold {
    font-weight: bold;
}

.lista-item-desc {
    /*padding-top: 10px;*/
    font-size: 12px;
}

.lista-item-desc h4 {
    font-size: 16px;
    font-weight: 500;
    color: #3f3e3e !important;
}

.lista-item-desc h5 {
    font-size: 18px;
}

.lista-item h3 {
    padding-bottom: 10px;
    margin-bottom: 24px;
    color: #3f3e3e;
    font-size: 24px;
    border-bottom: 1px solid #3f3e3e;
    font-family: "Source Sans Pro" !important;
}

.lista-item-desc h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 14px;
    min-height: 30px;
}

.lista-item-opcao {
    vertical-align: middle !important;
    width: 185px;
    display: inline-block;
}

#home-content {
    padding-top: 50px;
}

@media screen and (min-width: 900px) {
    #myNav {
        height: 110px;
        padding-top: 15px;
        vertical-align: middle !important;
    }

    #brand-logo IMG {
        height: 70px;
        margin-top: -25px;
    }

    #home-content {
        padding-top: 100px;
    }
    
    
}

@media screen and (max-width: 768px) and (min-width: 192px) {
    #brand-logo IMG {
        height: 50px;
        margin-top: -12px;
    }
    #myNav {
        height: auto;
        vertical-align: middle !important;
    }
    
	.custom_nav-container .navbar-nav .nav-item {
	      height: 30px;
	}    
	
	.slider_section {
	  -webkit-box-flex: 1;
	      -ms-flex: 1;
		  flex: 1;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
		  align-items: center;
	  position: relative;
	  padding: 75px 0 75px 0;
	}
	.navbar a{
	    font-size: 13px !important;
	}
	
	.food_section .box .detail-box h5 {
	  font-size: 14px;
	  font-weight: 300;
	}
	
	.food_section .box .detail-box .options h6 {
	  font-size: 12px;
	  font-weight: 200;
	}

	.food_section .box .detail-box p {
	  max-width: 20ch;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  cursor: help;
	}
	
	.food_section .box .img-box {
	  background: #f1f2f3;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
		  justify-content: center;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
		  align-items: center;
	  height: auto;
	  border-radius: 0 0 0 45px;
	  margin: -1px;
	  padding: 25px;
	}	
	
}


.categoria-banner {
    margin-top: 25px;
    width: 100%;
    min-height: 140px;
    max-height: 140px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.categoria-banner IMGs {
    margin-top: 25px;
    width: 100%;
    max-height: 120px;
}

.text-area,.select{display:flex;position:relative;width:100%}
.text-area{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);min-height:15rem}

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0px;
    text-decoration: none;
    color: #FFF;
    background-color: #73BE47;
    font-size: 12px;
    padding: 9px 12px;
    display: none;
    border-radius: 5px 5px 0px 0px;
}
.back-to-top i {
    font-size: 15px;
}
.back-to-top:hover {
    color: #FFF;
    background-color: #272930;
}
.back-to-top:focus {
    color: #FFF;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 250px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../../midias/img/page-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}



/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: rgba(0, 0, 0, .04);
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbaf32;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #719a0a;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #fbaf32;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn.custom-btn {
    padding: 12px 25px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}

.btn.custom-btn:hover {
    color: #fbaf32;
    background: transparent;
}

.btn.custom-btn:focus,
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
}

.section-padding {
  padding: 100px 0;
}

.section-padding-2 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-padding-3 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h4 {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #e63946;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block;
  background: rgba(230, 57, 70, 0.12);
  padding: 8px 16px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}

.section-title h2 {
  position: relative;
  font-size: 42px;
  line-height: 1.4;
  z-index: 1;
  text-transform: capitalize;
  display: block;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 450px) {
  .section-title h2 {
    font-size: 32px;
  }
}

===============================
Single new Counter
===============================

*/
.single-new-counter {
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

@media (max-width: 575px) {
  .single-new-counter {
    margin-bottom: 50px;
  }
}

.single-new-counter img {
  width: 62px;
  margin: auto;
  display: block;
  line-height: initial;
  margin-bottom: 30px;
}

.single-new-counter h3 {
  font-size: 62px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #ffffff;
}

.single-new-counter h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

/* Popular Items */
.popular-items .owl-nav {
  display: block;
}

.popular-items .owl-nav button {
  position: absolute;
  right: 55px;
  top: -80px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #e63946 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(230, 57, 70, 0.2) !important;
}

.popular-items .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.popular-items .owl-nav button:hover {
  background: #e63946 !important;
  color: #ffffff !important;
}

/* Sidebar Cart */
body.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart {
  background: #e63946;
  color: #292929;
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 999;
  top: 0;
  right: -340px;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}

#sidebar-cart a.close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: flex;
  z-index: 999;
}

#sidebar-cart a.close-button:hover {
  transform: rotate(90deg);
}

#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart a.close-button:active span.close-icon,
#sidebar-cart a.close-button:hover span.close-icon {
  background: #ffffff;
}

#sidebar-cart h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

#sidebar-cart h2 span.count {
  color: #fff;
  background: #333;
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#sidebar-cart ul.products {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}

#sidebar-cart ul.products li.product {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
  background: #dee2ee;
  border-radius: 3px;
  color: #98989b;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart ul.products li.product:active,
#sidebar-cart ul.products li.product:hover {
  background: #fff;
}

#sidebar-cart ul.products li.product:active span.product-details h3,
#sidebar-cart ul.products li.product:hover span.product-details h3 {
  color: #333 !important;
}

#sidebar-cart ul.products li.product:active img,
#sidebar-cart ul.products li.product:hover img {
  border-color: #d7d7de !important;
}

#sidebar-cart ul.products li.product div.product-link {
  width: 100%;
  color: #354165;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}

#sidebar-cart ul.products li.product div.product-link span.product-image {
  display: inline-block;
  width: 75px;
  height: 50px;
  padding-right: 10px;
}

#sidebar-cart ul.products li.product div.product-link span.product-image img {
  width: 60px;
  height: 50px;
  border: 1px solid #d7d7de;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart ul.products li.product div.product-link span.product-details {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  color: #75757a;
}

#sidebar-cart ul.products li.product div.product-link span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 13px;
  font-weight: 500;
  color: #44444a;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5px;
  margin-top: 8px;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.minus-button,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.plus-button {
  width: 25px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #cdcdd1;
  background: #f0f0f9;
  color: #75757a;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.minus-button:active,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.minus-button:hover,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.plus-button:active,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.plus-button:hover {
  color: #fff;
  background: #e63946;
  border-color: #e63946;
  cursor: pointer;
  outline: none;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.minus-button:focus,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  button.plus-button:focus {
  outline: none;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input {
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #cdcdd1;
  border-radius: 3px;
  margin: 0 2px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input:active,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input:hover {
  border: 1px solid #333;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input:focus {
  outline: none;
  border: 1px solid #333;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input::-webkit-inner-spin-button,
#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.qty
  input.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

#sidebar-cart
  ul.products
  li.product
  div.product-link
  span.product-details
  span.qty-price
  span.price {
  color: #333;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-inline-box;
  display: inline-flex;
}

#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
}

#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: rgba(117, 117, 122, 0.5);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#sidebar-cart ul.products li.product a.remove-button:active span.remove-icon,
#sidebar-cart ul.products li.product a.remove-button:hover span.remove-icon {
  background: #cc0000;
}

#sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: nowrap;
}

#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #44444a;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  color: #333;
  margin-left: 10px;
  font-weight: 600;
}

#sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: block;
  white-space: nowrap;
}

#sidebar-cart div.action-buttons a.view-cart-button,
#sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#sidebar-cart div.action-buttons a.view-cart-button {
  background: #fff;
  border-color: #292929;
  margin-right: 5px;
  color: #333;
  width: 80px;
}

#sidebar-cart div.action-buttons a.view-cart-button:active,
#sidebar-cart div.action-buttons a.view-cart-button:hover {
  background: #e63946;
  color: #ffffff;
  border-color: #e63946;
}

#sidebar-cart div.action-buttons a.checkout-button {
  border-color: #333;
  background: #333;
  margin-left: 5px;
  color: #fff;
  width: 200px;
}

#sidebar-cart div.action-buttons a.checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}

#sidebar-cart div.action-buttons a.checkout-button:active,
#sidebar-cart div.action-buttons a.checkout-button:hover {
  background: #e63946;
  border-color: #e63946;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* pack-section */
.pack-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pack-section {
    display: block;
  }
}

.pack-section .single-pack {
  width: 100%;
  padding: 50px;
  overflow: hidden;
  position: relative;
  height: 500px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}

.pack-section .single-pack h3 {
  font-size: 38px;
  margin-bottom: 20px;
}

.pack-section .single-pack p {
  font-size: 20px;
  margin-bottom: 30px;
}

.pack-section .single-pack a {
  display: inline;
}

.pack-section .single-pack img {
  position: absolute;
  width: 450px;
  top: 50%;
  transform: translateY(-50%);
  right: -140px;
  z-index: -1;
  transition: 0.4s;
}

.pack-section .single-pack:hover img {
  right: -160px;
}

.pack-section .single-pack.one {
  background: #e63946;
}

.pack-section .single-pack.two {
  background: #fc7d1c;
}

.pack-section .single-pack.three {
  background: #fcba1c;
}

/*

===============================
Listed Food
===============================

*/
.single-listed-food {
  border: 1px solid #eaeaea;
  box-shadow: rgba(235, 235, 235, 0.5) 0px 0px 6px 2px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.single-listed-food .img {
  margin-bottom: 5px;
  position: relative;
}

.single-listed-food .img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.single-listed-food .img .wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
}

.single-listed-food .img .wishlist a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #e63946;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
}

.single-listed-food .wishlist a:hover {
  color: #ffffff;
  background: #263845;
}

.single-listed-food .img .promocao {
  position: absolute;
  top: 70px;
  right: 55px;
  opacity: 0.8;
}

.single-listed-food .img .promocao a {
  height: 65px;
  width: auto;
  text-align: center;
  display: inline-block;
  background: #e63946 !important;
  color: #ffffff;
  border-radius: 2px;
  font-size: 20px;
  line-height: 1.4em;
  border-bottom: 3px solid #ffffff !important;
  font-family: 'Dancing Script', cursive;
  padding: 5px 5px;
  
}

.single-listed-food .promocao a:hover {
  color: #ffffff;
  background: #e63946;
}


.single-listed-food .img .discount-rate {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #71be45;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 4px;
}

.single-listed-food .img .ratings {
  background: #f1f2f3;
  padding: 2px 12px;
  color: #263845;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.single-listed-food .item-details {
  padding: 20px;
}

.single-listed-food .item-details .restaurant-name-location {
  margin-bottom: 10px;
}

.single-listed-food .item-details .restaurant-name-location a {
  color: #e63946;
  background: rgba(230, 57, 70, 0.1);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 13px;
  border-radius: 4px;
}

.single-listed-food .item-details .restaurant-name-location a:hover {
  color: #ffffff;
  background: #e63946;
}

.single-listed-food .item-details .restaurant-name-location a i {
  margin-right: 5px;
}

.single-listed-food .item-details .restaurant-name-location a:first-child {
  margin-right: 5px;
}

.single-listed-food .item-details .title {
  margin-bottom: 10px;
}

.single-listed-food .item-details .title h3 {
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

.single-listed-food .item-details .title h3 a {
  color: #ea2027;
}

.single-listed-food .item-details .title h3 a:hover {
  color: #e63946;
}

.single-listed-food .item-details .des p {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #71bc46;
}

.single-listed-food .item-details .price-ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.single-listed-food .item-details .price-ratings .price {
  font-size: 16px;
  font-weight: 600;
  color: rgba(114 189 70);
}

.single-listed-food .item-details .price-ratings .price del {
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
  color: #ea1e26;
}

.single-listed-food .item-details .price-ratings .ratings {
  background: #FFFFFF;
  padding: 2px 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

/*

===================
    Buttons Style
===================

***/
.bttn-mid {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.4s;
}

.bttn-small {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s;
  text-transform: uppercase;
}

.bttn-round {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  text-decoration: none;
}

.bttn-mid i,
.bttn-small i {
  margin-right: 7px;
}

.btn-fill {
  color: #ffffff;
  background: #e63946;
}

.btn-fill:hover {
  background: #e63946;
  color: #ffffff;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
}

.btn-fill-2 {
  color: #e63946;
  background: rgba(230, 57, 70, 0.15);
}

.btn-fill-2:hover {
  background: #e63946;
  color: #ffffff;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
}

.bttn-mid.btn-emt {
  padding: 12px 41px;
}

.btn-emt {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-emt:hover {
  color: #ffffff;
  box-shadow: none;
  background: #e63946;
  border: 2px solid transparent;
}

.btn-wht {
  background: #ffffff;
  color: #e63946;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-wht:hover {
  background: #e63946;
  color: #ffffff;
}

.btn-blu {
  background: #caffbf;
  color: #ffffff;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-blu:hover {
  background: #e63946;
  color: #caffbf;
}

/* ==============================
    Preloader
    ============================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.preloader img {
  width: 100px;
  height: auto;
}

/* 
==============================
    ScrollUp Button 
============================== 
*/
a#scrollUp {
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #e63946;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
}

a#scrollUp:hover {
  background: #fc7d1c;
  color: #ffffff;
}

.leaf {
  position: relative;
  overflow: hidden;
}

.leaf::before {
  position: absolute;
  content: "";
  height: 408px;
  width: 379px;
  background: url("../images/food-before-1.png") no-repeat;
  right: -20px;
  top: -20px;
  z-index: -1;
  opacity: 0.2;
}

@media (max-width: 1333px) {
  .leaf::before {
    display: none;
  }
}

.leaf-left {
  position: relative;
  overflow: hidden;
}

.leaf-left::before {
  position: absolute;
  content: "";
  height: 408px;
  width: 381px;
  background: url("../images/food-before-3.png") no-repeat;
  right: -40px;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}

@media (max-width: 1333px) {
  .leaf-left::before {
    display: none;
  }
}

.flower {
  position: relative;
  overflow: hidden;
}

.flower::after {
  position: absolute;
  content: "";
  height: 184px;
  width: 1400px;
  background: url(../images/flower.png) no-repeat;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.1;
}

/*

.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-verified-name{
	font-size:12px;
	margin:10px 0;
  color: #a2a2a2;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
  color: #737373;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}
.average {
	background-color:#388e3c;
	line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}
.rating-reviews {
	    padding-left: 8px;
    font-weight: 500;
    color: #878787;
}



@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/

#loggedPanel{
  padding: 20px;
}


.login-help{
  font-size: 12px;
}
.hidden {
  display:none;
}
.logged-user {
  font-weight:bold;
}
.user-pic {
	width: 60px;
	height: 60px;
}

/* for star css*/
.star-grey{
  color:#ddd;
}


.star-highlight{
  color:#f9e570 !important;
}


/* for reviewer name */
.circle {

    display: flex;
    justify-content: center;
    align-items: center;
    background: #ababab !important;
    border-radius:40px;
    height: 40px;
    width: 40px;

}
.circle  div {
    color: white;
    font-weight: bold;

}

.product_price{
  padding-left:20px;
  color:grey;
}

.avaliacao{
  background: #007bff;
  padding: 2px 12px;
  color: #263845;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  right: 10px;
  width: 100%;
}

.QrRTP {
    background-color: rgb(211, 218, 221);
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 12px;
}

.iwARFV {
    background: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 8px;
}

.gdFOVG {
    box-sizing: border-box;
    margin-top: 16px;
    padding: 16px;
}

.fIXfza {
    font-size: 16px;
    color: rgb(0, 134, 255);
    font-weight: 600 !important;
}

.dlQRfE {
    margin: 12px 0px;
    height: 1px;
    background-color: rgb(211, 218, 221);
}

.lbDMoU {
    color: rgb(223, 92, 0);
    font-size: 14px;
    display: block;
    font-weight: 600 !important;
}

.MuiGrid-align-content-xs-center {
    align-content: center;
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

@media (min-width: 600px) {
    .MuiGrid-grid-sm-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
}

.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}

.Button.-outline.-success {
    border-color: #0086ff;
    border-radius: 8px;
    color: #0086ff;
    font-weight: 600;
}
.Button.-block {
    display: block;
    width: 100%;
}
.Button.-outline {
    background-color: initial;
}
.Button.-success {
    background-color: #0086ff;
    color: #fff;
}
.Button {
    background-color: #0086ff;
    border: 1px solid #0000;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: MagaluUIVariable, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.review-block-name {
    font-size: 12px;
    margin: 10px 0;
    color: #737373;
}
.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}
.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.review-block-description {
    font-size: 13px;
}
.review-block-date {
    font-size: 12px;
}

.detalhesAvaliacao{
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.breadcrumb{padding:250px 0;float:left;width:100%;height:auto;text-align:center;position:relative;z-index:1;margin:0 0 79px;}
.breadcrumb .breadcrumb_title{margin:0 0 20px;padding:0;text-transform:uppercase;letter-spacing:2px;width:100%;font-size:2.25em;color:#fff}
.breadcrumb a,.breadcrumb span{display:inline-block;margin-top:5px;padding-right:2px;margin-right:2px;font-size:1em;color:#fff}
.breadcrumb a:hover{color:#f5681a}.breadcrumb span:last-child{margin-right:0}
.breadcrumb:before{position:absolute;content:"";display:block;width:100%;height:100%;left:0;top:0;z-index:-1;background:#0000;opacity:.6}
.breadcrumb{background:url(../../midias/img/bread.webp) center no-repeat;background-size:cover}

.header-content-info-bottom>span{font-size:12px;font-weight:700;line-height:15px;color:#ea2128}
.header-content-info-bottom>label,.header-content-info-bottom .delivery-address{font-size:14px;font-weight:700;line-height:17px;color:#31434a;margin-top:2px}
.header-content-info-bottom>i{margin-top:2px}
.header-content-info-bottom:last-child{margin-right:0;cursor:pointer;display:inline-block}
.header-content-info-bottom .trending-up{vertical-align:middle}
.header-content-info-bottom.header-content-info-waiting_time>span{display:inline-block}
.header-content-info-bottom.header-content-info-waiting_time .delivery-address{display:block;float:none}
.header-content-mouse-pointer{cursor:pointer}.header-button{color:inherit;text-transform:none;font-size:14px;line-height:17px;-webkit-border-radius:10px;-ms-border-radius:10px;border-radius:10px}
.header-content-info-business_hours label{color:#ea2128;font-size:14px;font-weight:700;line-height:19px;margin:0}
.header-content-info-business_hours label i{margin:0 5px 0 0}
.header-content-mouse-pointer{cursor:pointer}
.icon-status{font-size:10px;margin-left:5px;display:inline-flex;vertical-align:middle;margin-bottom:2px;color:#ce202e}
.icon-status.on{color:#1bbb16}
.icon-status.of{color:#ce202e}
.header-profile-box{position:relative;height:70px;z-index:1000}
.modal-list-business-hours__title {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding: 24px 16px 16px;
}
.list-business-hours {
    background: #fff;
}
.list-group-business .shifts.shifts li{margin-top:5px;display:block}}
.list-group-business{color:#ccc;display:block;font-size:12px;list-style:none;margin:15px 0;width:100%;height:100%}
.list-group-business .list-group-business-item{display:block;width:100%;height:auto;cursor:pointer}
.list-group-business .list-group-business-item.is-open-now{background-color:#1bbb16}
.list-group-business .list-group-business-item.is-close-now{background-color:#ce202e}
.list-group-business tbody{display:block;width:100%}
.list-group-business .status{position:relative;width:30px;height:30px}
.list-group-business .status:before{content:"•";position:absolute;right:5px;top:7px}
.list-group-business .status.is-open-now:before{right:3px;top:3px;font-size:18px}
.list-group-business .weekday,.list-group-business .shifts{color:#292f31}
.list-group-business .weekday{min-width:45px;padding:0 10px}
.list-group-business .shifts{list-style:none;padding:0;margin:0}
.list-group-business .shifts li{display:inline}.list-group-business .shifts li:not(:last-child){margin-right:15px}

.EstTabAjuda {
    padding: 5px;
    background: #EFEFEF;
    color: #234D77;
    font-size: 8pt;
    font-family: Tahoma, Verdana;
    font-weight: bold;
}
.EstTabAjudaInt {
    background: #FFFFFF;
    color: #333333;
    font-size: 8pt;
    font-family: Tahoma, Verdana;
}

.EstTabAjudaInt .img-pgseguro img {
    width: 100%;
    min-height: 74px;
    max-height: 74px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;

}

.img-box .lista {
  position: absolute;
  top: 10px;
  right: 10px;
}

.img-box .lista a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #e63946;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
}

.img-box .lista a:hover {
  color: #ffffff;
  background: #263845;
}
@media screen and (min-width: 1200px) and (max-width: 1540px) {
    .page-width {
        max-width: var(--DT_Lap_Container);
        margin: 0 auto;
        padding: 0 1.5rem;
    }
}
@media screen and (min-width: 750px) {
    .page-width {
        padding: 0 1.5rem;
    }
}
.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.focus-none{box-shadow:none!important;outline:0!important}.
 .nav-pills+.tab-content{border:0;padding:0}
 .nav.nav-pills .active>a{background-color:#5d9cec}

 #secao-categories{position:sticky;position:-webkit-sticky;top:0;z-index:1051;margin:0 -15px;background:#fff}
 @media only screen and (min-width:768px)
 	{#secao-categories{margin:0 -20px}
 }
 .nav-categorias{overflow-x:auto;overflow-y:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
 .nav-categorias>li{float:none;border-bottom:5px solid #fff;white-space:nowrap}
 .nav-categorias>li+li{margin-left:0}
 .nav-categorias>li>a{color:#777;font-weight:700;padding:15px 15px}
 .nav-categorias::-webkit-scrollbar{display:none}
 .nav-categorias{-ms-overflow-style:none;scrollbar-width:none}
 .nav.nav-categorias .active>a,.nav.nav-categorias .active>a:focus,.nav.nav-categorias .active>a:hover{background-color:transparent}
 #btn-categories-left{position:absolute;left:-30px;top:23px;cursor:pointer;animation-name:pulse;animation-duration:1s;animation-iteration-count:15;animation-fill-mode:both;opacity:.7}
 #btn-categories-right{position:absolute;right:-30px;top:23px;cursor:pointer;animation-name:pulse;animation-duration:1s;animation-iteration-count:15;animation-fill-mode:both;opacity:.7}
 html.touch #btn-categories-left,html.touch #btn-categories-right{display:none}
 .nav.nav-pills.nav-stacked.nav-payment-methods>li+li{margin-top:5px}
 .nav.nav-pills.nav-payment-methods>li>a{background-color:#eee;color:#666}
 .nav.nav-pills.nav-payment-methods>li>a>.fa,.nav.nav-pills.nav-payment-methods>li>a>img{width:32px;font-size:30px;vertical-align:middle;margin-right:10px}
 .nav.nav-pills.nav-payment-methods>li>a>.badge.badge-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
 .nav.nav-pills.nav-payment-methods>li.active>a{background-color:#ddd;color:#666}
