* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

*:focus, *:active, * {
  outline:0 !important;
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus {
  outline: none;
}

@font-face {
  font-family: Outfit;
  src: url("fonts/Outfit.ttf");
}

@font-face {
  font-family: Muli-Regular;
  src: url("fonts/Muli-Regular.ttf");
}

@font-face {
  font-family: Muli-Light;
  src: url("fonts/Muli-Light.ttf");
}

@font-face {
  font-family: Overpass;
  src: url("fonts/Overpass.ttf");
}

@font-face {
  font-family: IvyMode-Light;
  src: url("fonts/IvyMode-Light.ttf");
}

@font-face {
  font-family: Italiana-Regular;
  src: url("fonts/Italiana-Regular.ttf");
}

@font-face {
  font-family: Cinzel;
  src: url("fonts/Cinzel.ttf");
}


body {
  margin: 0;
  font-family: Muli-Regular;
  background-color: #0e0f14;
}

.lapergoletta-loja-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  /* height: 130px; */
  transition: all 0.3s linear;
}

.lapergoletta-loja-header.has-background {
  background-color: #266c48;
  background-color: #0e0f14;
  background-color: #1e613f;
}

.lapergoletta-loja-header:before {
  content: "";
  width: 98%;
  position: absolute;
  bottom: 0;
  background: #fff;
  opacity: 0.07;
  height: 1px;
  margin-left: 1%;
}

.lapergoletta-loja-header.has-background:before {
  display: none;
}

.lapergoletta-loja-header-content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

.lapergoletta-loja-header-logo {
  width: 180px;
  height: 100px;
  background-image: url("../img/logo-white.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}

.lapergoletta-loja-header.has-background .lapergoletta-loja-header-logo {
  height: 70px;
}

.lapergoletta-loja-header-menu {
  width: 80px;
  display: flex;
  gap: 30px;
}

.lapergoletta-loja-header-menu-user {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon-user.png");
}

.lapergoletta-loja-header-menu-bag {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon-bag.png");
}

.lapergoletta-loja-banner {
  width: 100%;
  height: 770px;
  background-image: url("../img/banner-backgorund.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 130px;
}

.lapergoletta-loja-banner-since {
  color: #e63625;
  font-family: Cinzel;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
}

.lapergoletta-loja-banner-since:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #e63625;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.lapergoletta-loja-banner-since:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #e63625;
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.lapergoletta-loja-banner-title {
  font-family: 'Cinzel';
  color: #FFF;
  text-align: center;
  font-size: 85px;
  margin-top: 40px;
  text-shadow: 0px 0px 10px #000;
}

.lapergoletta-loja-banner-subtitle {
  color: #FFF;
  font-size: 18px;
  margin-top: 25px;
  text-shadow: 0px 0px 10px #000;
}

.lapergoletta-loja-banner-btn {
  background-color: #256c48;
  border: 0;
  text-transform: uppercase;
  padding: 20px 70px 20px 30px;
  border-radius: 100px;
  margin-top: 40px;
  color: #ffffff;
  font-family: Outfit;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.lapergoletta-loja-banner-btn:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  border-radius: 100px;
  background-color: #1d613f;
  background-image: url("../img/icon-down.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.lapergoletta-loja-banner-products {

}

.lapergoletta-loja-banner-products-menu {

}

.lapergoletta-loja-banner-products-menu-item {

}

.lapergoletta-loja-cardapio {
  background-color: #094728;
  background-color: #f4f4f4;
}

.lapergoletta-loja-cardapio-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 100px 0px;
}

.lapergoletta-loja-cardapio-label {
  color: #F1824C;
  font-family: Cinzel;
  font-size: 16px;
  font-weight: bold;
  /* text-shadow: 0px 0px 10px #3f0600; */
  display: block;
  text-align: center;
}

.lapergoletta-loja-cardapio-title {
  font-family: 'Cinzel';
  color: #000000;
  text-align: center;
  font-size: 55px;
  margin-top: 20px;
  display: block;
}

.lapergoletta-loja-cardapio-losangle {
  width: 59px;
  height: 8px;
  display: block;
  margin: auto;
  margin-top: 25px;
  background-image: url("../img/icon-losangles.png");
}

.lapergoletta-loja-cardapio-category {
  margin-top: 80px;
}

.lapergoletta-loja-cardapio-category-cover {
  width: 100%;
  text-align: center;
  background-color: #FFF;
  padding-top: 70px;
  padding-bottom: 40px;
}

.lapergoletta-loja-cardapio-category-cover-title {
  color: #000000;
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: Outfit;
  text-align: center;
}

.lapergoletta-loja-cardapio-category-cover-title:before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #256c48;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 100px;
}

.lapergoletta-loja-cardapio-category-cover-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #da4b3d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border-radius: 100px;
}

.lapergoletta-loja-cardapio-category-products {
  background-color: #FFF;
  width: 100%;
  row-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 25px;
  grid-auto-flow: row dense;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product-item-content-item a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
  align-items: center;
}

.product-item-content-item-icon {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
}

.product-item-content-item-data {
  width: calc(100% - 100px);
  padding: 0 0 0 20px;
  display: block;
}

.product-item-content-item-title {
  color: #c00a27;
  color: #000;
  font-family: 'Outfit';
  font-weight: bold;
  font-size: 18px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  margin-left: 4px;
}

.product-item-content-item-border-line {
  position: relative;
  display: table-cell;
  width: 98%;
  height: 20px;
  border-bottom: 1px dashed #E5E5E5;
  opacity: 0;
}

.product-item-content-item-price {
  color: #000;
  font-family: 'Outfit';
  font-weight: bold;
  font-size: 19px;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  margin-right: 4px;

  background-color: #c00a27;
  color: #FFF;
  border-radius: 100px;
  padding: 5px 10px;
  padding-left: 35px;
  background-image: url("../img/icon-bag.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 12px 6px;
}

.lapergoletta-preloader {
  position: fixed;
  background-color: #1e613f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  gap: 20px;
}

.lapergoletta-preloader-logo {
  width: 180px;
  height: 100px;
  background-image: url("../img/logo-white.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}

.lapergoletta-preloader-spinner {
  width: 30px;
  height: 30px;
  background-image: url("../img/preloader.gif");
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lapergoletta-loja-banner-since {
    font-size: 16px;
  }

  .lapergoletta-loja-banner-since:before {
    width: 50px;
    margin-right: 20px;
  }

  .lapergoletta-loja-banner-since:after {
    width: 50px;
    margin-left: 20px;
  }

  .lapergoletta-loja-banner-title {
    font-size: 42px;
  }

  .lapergoletta-loja-banner-subtitle {
    font-size: 18px;
    text-align: center;
    padding: 0px 25px;
    line-height: 24px;
  }

  .lapergoletta-loja-cardapio-label {
    font-size: 12px;
  }

  .lapergoletta-loja-cardapio-title {
    font-size: 34px;
  }

  .lapergoletta-loja-cardapio-content {
    padding: 80px 10px;
  }

  .lapergoletta-loja-cardapio-category-cover {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .lapergoletta-loja-cardapio-category-cover-title {
    font-size: 20px;
    text-align: left;
    display: block;
    padding-left: 20px;
  }

  .lapergoletta-loja-cardapio-category-cover-title:before {
    display: none;
  }

  .lapergoletta-loja-cardapio-category-cover-title:after {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }

  .lapergoletta-loja-cardapio-category-products {
    display: block;
  }

  .product-item-content-item {
    margin-bottom: 40px;
  }

  .product-item-content-item-icon {
    width: 90px;
    height: 90px;
  }

  .product-item-content-item-data {
    width: calc(100% - 90px);
  }

  .product-item-content-item-title {
    display: inline-block;
    width: auto;
    white-space: unset;
    margin-top: 10px;
    font-size: 14px;
    background-size: 12px;
    background-position: 10px 5px;
    line-height: 20px;
  }

  .product-item-content-item-border-line {
    display: none;
  }

  .product-item-content-item-price {
    display: inline-block;
    width: auto;
    white-space: unset;
    margin-top: 10px;
  }

  .lapergoletta-loja-header-menu {
    opacity: 0;
  }
}