@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 16px;
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #1e1e1e;
  color: white;
  display: flex;
  flex-flow: column;
  min-height: 100vh !important;
  position: static !important;
  top: 0 !important;
}
body .goog-te-banner-frame,
body .skiptranslate {
  display: none !important;
}
body .owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
body .owl-carousel .owl-dots:not(.disabled) .owl-dot {
  background-color: dimgray;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
body .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: white;
}
body.admin {
  background-color: gainsboro;
  color: black;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  color: inherit;
}
body main {
  flex: 1;
  padding-top: 94px;
}
@media (max-width: 991px) {
  body main {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  body main {
    padding-top: 60px;
  }
}
body main.admin {
  padding-top: 0 !important;
}
body header {
  background-color: #d74747;
  color: white;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body header .translate {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
}
body header .translate img {
  height: 30px;
}
body header #google_translate_element {
  display: none;
}
body header .logo {
  width: 100%;
  filter: invert(1);
}
body header .btn-cart,
body header .btn-menu-mobile {
  display: inline-block;
  background-color: #4a148c;
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body header .btn-cart,
  body header .btn-menu-mobile {
    font-size: 13px;
    padding: 10px;
  }
}
body header .btn-menu-mobile {
  padding: 10px 20px;
  background-color: white;
  color: #d74747;
}
body header .menu a {
  margin-right: 20px;
  font-size: 16px;
}
body header .menu a.active {
  border-bottom: 3px solid white;
  font-weight: 600;
}
body header .menu a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  body header .menu a {
    font-size: 14px;
    margin-right: 10px;
  }
}
body footer {
  background-color: #232323;
  font-size: 13px;
  padding: 10px 0;
}
body footer a {
  color: lightgray;
  border-bottom: 1px dotted lightgray;
}
body footer img {
  height: 50px;
}
body section.products {
  padding: 50px 0;
}
body section.products .owl-carousel {
  margin-bottom: 50px;
}
body section.products h1 {
  color: #f27272;
  font-size: 1.625rem;
  margin-bottom: 0;
  font-weight: 700;
}
body section.products .card-product {
  border: 1px solid #7b3500;
  background-color: #303030;
}
body section.products .card-product:hover img {
  filter: brightness(0.7);
}
body section.products .card-product img {
  border-bottom: 1px solid #7b3500;
  width: 100%;
  transition: 0.5s all;
}
body section.products .card-product .content-inner {
  padding: 20px;
}
body section.products .card-product .content-inner h3 {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
body section.products .card-product .content-inner .btn-buy {
  display: block;
  background-color: #d74747;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  transition: 0.5s all;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
body section.products .card-product .content-inner .btn-buy:hover {
  background-color: #f27272;
}
body section.products .card-product .content-inner .btn-buy.whatsapp {
  background-color: rgb(37, 211, 102);
}
body section.products .card-product .content-inner .btn-buy.whatsapp:hover {
  background-color: rgb(17, 138, 61);
}
body section.products .card-product .content-inner .btn-buy.about {
  background-color: #1565c0;
}
body section.products .card-product .content-inner .btn-buy.about:hover {
  background-color: #1976d2;
}
body section.products .card-product .content-inner p {
  margin: 0;
  font-size: 0.875rem;
}
body section.products .card-product .content-inner .price {
  font-weight: 600;
  margin: 10px 0;
  font-size: 1.25rem;
  color: yellow;
}
body section.products .card-product .content-inner .price .prev {
  font-size: 0.9375rem;
  display: block;
  font-weight: 400;
  color: white;
  -webkit-text-decoration: line-through #d74747;
          text-decoration: line-through #d74747;
  line-height: 1;
}
body section.product {
  padding: 50px 0;
}
@font-face {
  font-family: "Clock";
  src: url("../fonts/clock.ttf");
}
body section.product .product-info {
  text-align: center;
}
body section.product .product-info h1 {
  color: #f27272;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
body section.product .product-info h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
body section.product .promotion {
  margin-top: 60px;
}
body section.product .promotion .product-img {
  width: 100%;
  border: 2px solid white;
}
body section.product .promotion .whatsapp {
  margin-top: 30px;
}
body section.product .promotion h4 {
  margin-bottom: 0;
  font-family: "Clock";
  font-size: 2.875rem;
  color: yellow;
  font-weight: 700;
  margin-top: -5px;
}
body section.product .price {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
body section.product .price span {
  font-weight: 600;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  color: yellow;
}
body section.product .price span.prev {
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
  -webkit-text-decoration: line-through #d74747;
          text-decoration: line-through #d74747;
  line-height: 1;
}
body section.product .btn-buy {
  display: inline-block;
  background-color: #d74747;
  color: white;
  padding: 10px 25px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.5s all;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
body section.product .btn-buy:hover {
  background-color: #f27272;
}
body section.product .btn-buy.whatsapp {
  background-color: rgb(37, 211, 102);
}
body section.product .btn-buy.whatsapp:hover {
  background-color: rgb(17, 138, 61);
}
body section.product .video {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 50px auto;
  display: block;
}
body section.product .description h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  color: #f27272;
}
body section.product .description h3:first-child {
  margin-top: 0;
}
body section.product .description a {
  border-bottom: 1px dotted white;
}
body section.product .description img {
  width: 100%;
  margin-inline: auto;
  display: block;
  max-width: 800px;
}
body section.product .faq {
  margin-top: 30px;
}
body section.product .faq h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #f27272;
}
body section.product .faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #303030;
  padding: 15px 20px;
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.0625rem;
}
body section.product .faq .question:first-child {
  margin-top: 0;
}
body section.product .faq .answer {
  padding: 30px 20px 0 20px;
}
body section.product .testimonials {
  margin-top: 60px;
}
body section.product .testimonials .stars {
  margin-bottom: 10px;
  color: orangered;
}
body section.product .testimonials h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #f27272;
}
body section.product .testimonials .box-depoimento {
  background-color: #e9e9e9;
  color: black;
  padding: 20px 30px;
  font-size: 0.875rem;
  border: 1px solid #d74747;
  position: relative;
}
body section.product .testimonials .box-depoimento strong {
  display: block;
  margin-top: 10px;
}
body section.cart {
  padding: 50px 0;
}
body section.cart .btn-pay {
  display: inline-block;
  background-color: #d74747;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: 0.5s all;
}
body section.cart .btn-pay:hover {
  background-color: #f27272;
}
body section.cart #checkoutbtn i {
  display: none;
}
body section.cart #checkoutbtn span {
  display: inline;
}
body section.cart #checkoutbtn.loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
body section.cart #checkoutbtn.loading i {
  display: inline-block;
}
body section.cart #checkoutbtn.loading span {
  display: none;
}
body section.cart input,
body section.cart select {
  background-color: dimgray !important;
  color: white !important;
}
body section.cart input::-moz-placeholder, body section.cart select::-moz-placeholder {
  color: lightgray;
}
body section.cart input::placeholder,
body section.cart select::placeholder {
  color: lightgray;
}
body section.cart h1 {
  color: #f27272;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
body section.cart .error-msg {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
body section.cart .alert {
  font-size: 14px;
}
body section.cart .alert p:last-child {
  margin-bottom: 0;
}
body section.cart .alert strong {
  font-weight: 500;
}
body section.cart h2 {
  color: #f27272;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
body section.cart th {
  color: white !important;
  background-color: dimgray;
  border-color: gray;
}
body section.cart td {
  vertical-align: middle;
  color: white !important;
  border-color: gray;
}
body section.cart td .product {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
body section.cart td .product img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  border: 1px solid gainsboro;
  background-color: white;
}
body section.order {
  padding: 50px 0;
}
body section.order h1 {
  color: #f27272;
  font-size: 26px;
  margin-bottom: 20px;
}
body section.order h2 {
  color: #f27272;
  font-size: 20px;
  margin-bottom: 10px;
}
body section.order h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
body section.order .qrcode {
  display: block;
  height: 200px;
  background-color: white;
  margin: 20px 0;
  cursor: pointer;
}
body section.order table {
  font-size: 14px;
  color: white;
}
body section.order .alert {
  font-size: 14px;
}
body section.order th {
  background-color: dimgray;
  border-color: gray;
}
body section.order td {
  vertical-align: middle;
  color: white !important;
}
body section.order td .product {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
body section.order td .product img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  border: 1px solid gainsboro;
  background-color: white;
}
body section.order .btn-pay {
  display: inline-block;
  background-color: #d74747;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: 0.5s all;
}
body section.order .btn-pay:hover {
  background-color: #f27272;
}
body section.order .btn-pay.whatsapp {
  background-color: rgb(37, 211, 102);
}
body section.order .btn-pay.whatsapp:hover {
  background-color: rgb(17, 138, 61);
}
body section.order .status {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 15px;
  color: gray;
  background-color: #f5f5f5;
  padding: 20px 15px;
}
body section.order .status .active {
  color: #43a047;
  font-weight: 600;
}
body section.order .status .active .far {
  font-weight: 700;
}
body section.about {
  padding: 50px 0;
}
body section.about h1 {
  color: #f27272;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}
body section.about .foto {
  width: 100%;
  border-radius: 100%;
}
body section.about a {
  text-decoration: underline;
}
body .offcanvas {
  max-width: 80%;
}
body .offcanvas .logo {
  height: 40px;
  filter: invert(1);
}
body .offcanvas .menu {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
body .offcanvas .menu a {
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
body .offcanvas .menu a.active {
  border-bottom: 3px solid white;
  font-weight: 600;
}
body .offcanvas .social {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
body .offcanvas .social a {
  color: white;
  font-size: 24px;
}
body section.admin-login {
  padding: 50px;
}
body section.admin-login .logo {
  margin: auto;
  display: block;
  height: 40px;
  margin-bottom: 30px;
}
body section.admin-login .box {
  max-width: 400px;
  margin: auto;
  background-color: white;
  padding: 30px;
  border: 1px solid lightgray;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
body section.admin-login .box h1 {
  text-align: center;
  font-size: 22px;
  color: dimgray;
  margin-bottom: 20px;
}
body section.admin-menu {
  color: white;
  padding: 20px 0;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
body section.admin-menu img {
  filter: invert(1);
  height: 30px;
}
body section.admin-menu .menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  body section.admin-menu .menu {
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 13px;
  }
}
body section.admin-orders {
  padding-bottom: 20px;
}
body section.admin-orders h1 {
  font-size: 24px;
}
body section.admin-orders img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
body section.admin-orders .banner-img {
  width: 200px;
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body section.admin-orders .banner-img {
    width: 80px;
  }
  body section.admin-orders .jsoneditor table td,
  body section.admin-orders .jsoneditor table th {
    width: 100% !important;
    display: block !important;
  }
}

#whatsapp {
  color: #000;
  bottom: 30px;
  right: 30px !important;
  z-index: 10;
}
#whatsapp textarea {
  outline: none;
}