* {
  padding: 0;
  margin: 0;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}


body {
  font-family: 'Urbanist', sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

a {
  text-decoration: none;
  color: inherit;
}

.section-title {
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }
}

.section-title h2 {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 100%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  background: #0088AA;
  padding: 14px 38px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
}

.btn--blue {
  background: #0088AA;
}

.btn--blue:hover {
  background: #000;
  color: #ffffff;
}

.read-more {
  color: #08A;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.read-more svg {
  margin-left: 5px;
}

.read-more:hover {
  color: #000;
}

.read-more:hover svg path {
  fill: #000;
}

button.woof_reset_button_2 {
  background: #F6F6F6;
  border: solid 1px #cccccc;
  font-size: 13px;
  transition: 0.3s;
}

button.woof_reset_button_2:hover {
  background: #cccccc;
}

.slick-next,
.slick-prev {
  top: 35%;
}

.slick-prev {
  left: -15px;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 22px;
  color: #cccccc;
}

.slick-next {
  right: -15px;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #cccccc;
}

@media (min-width: 768px) {
  .slick-prev {
    left: -35px;
  }

  .slick-next {
    right: -35px;
  }
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0088AA;
}

.top-menu {
  background: #0088AA;
  padding: 10px;
}

.top-menu p {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.top-menu a {
  transition: 0.3s;
}

.top-menu a:hover {
  color: #8de8ff;
}

.navbar {
  background: #ffffff;
  transition: top 0.2s ease-in-out;
  width: 100%;
}

.navbar .navbar-brand img {
  height: 50px;
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    height: 74px;
  }
}

.navbar .offcanvas-nav .offcanvas-header .offcanvas-title {
  color: #000;
  font-weight: bold;
  padding-left: 15px;
}

.navbar .offcanvas-nav .offcanvas-body {
  justify-content: end;
}

.navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item {
    padding: 15px;
  }
}

.navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
}

.navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1.5px;
  background: #000;
  transition: width .5s;
}

.navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

#breadcrumbs {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

#breadcrumbs a {
  color: #000;
  transition: all 0.3s;
}

#breadcrumbs a:hover {
  color: #0088AA;
}

.offcanvas {
  max-width: 80%;
}

.content-pages .page-title-block {
  background-color: #F6F6F6;
  margin-bottom: 50px;
}

.content-pages .page-title-block h1 {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding: 45px 0px;
}

.content-pages h2.wp-block-heading {
  padding-top: 20px;
}

.content-pages a {
  color: #0088AA !important;
}

.woocommerce .woocommerce-pages .page-content:after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce .woocommerce-pages .page-title-block {
  background-color: #F6F6F6;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .woocommerce .woocommerce-pages .page-title-block {
    margin-bottom: 90px;
  }
}

.woocommerce .woocommerce-pages .page-title-block h1 {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding: 45px 0px;
}

.woocommerce .woocommerce-pages ul.products li.product {
  text-align: center;
}

.woocommerce .woocommerce-pages ul.products li.product .product-brand {
  color: #565656;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce .woocommerce-pages ul.products li.product h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce .woocommerce-pages ul.products li.product .price {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce .woocommerce-pages select.orderby {
  padding: 5px;
  color: #666;
  border-color: #666;
}

.woocommerce.single-product h1.product_title.entry-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .woocommerce.single-product h1.product_title.entry-title {
    margin-bottom: 40px;
    color: #000;
    font-size: 36px;
    font-weight: 600;
  }
}

.woocommerce.single-product p.price {
  display: none;
}

.woocommerce.single-product .product-info-label {
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.woocommerce.single-product .product-info-data {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce.single-product .product-info-data a {
  transition: all 0.2s;
}

.woocommerce.single-product .product-info-data a:hover {
  color: #0088AA;
}

.woocommerce.single-product section.related.products::before {
  content: "";
  display: block;
  clear: both;
}

.woocommerce.single-product .comment-container {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce.single-product .comment-container {
    display: block;
  }
}

.woocommerce.single-product .comment-container-mobile {
  display: block;
}

@media (min-width: 768px) {
  .woocommerce.single-product .comment-container-mobile {
    display: none;
  }
}

.woocommerce.single-product .comentario-block {
  border-radius: 20px;
  background: #F6F6F6;
  padding: 25px;
}

.woocommerce.single-product .comentario-block__title {
  color: #08A;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.woocommerce.single-product .comentario-block__text {
  color: #000;
  font-size: 16px;
}

.woocommerce.single-product .store-links {
  padding-top: 0px;
  padding-bottom: 30px;
}

.woocommerce.single-product .store-links .btn-buy {
  background: #0088AA;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .woocommerce.single-product .store-links .btn-buy {
    max-width: 290px;
  }
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background: #0088AA;
  color: #fff !important;
  transition: all .3s;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover {
  background: #00556b;
}

.woocommerce.single-product .store-links .btn-buy img {
  margin-right: 15px;
  width: 52px;
  height: 52px;
}

.woocommerce.single-product .store-links .btn-buy:hover {
  background: #00556b;
}


.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout select {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: solid 1px #ccc;
  padding: 8px;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 20px;
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout .woocommerce-cart #payment,
.woocommerce-checkout .woocommerce-checkout #payment {
  background: #f2fbff;
  border-radius: 5px;
  border: solid 1px #0088AA;
}

.woocommerce-checkout button#place_order {
  background: #0088AA;
  color: #fff !important;
  transition: all .3s;
}

.woocommerce-checkout button#place_order:hover {
  background: #00556b;
}

.woocommerce-checkout .payment_box.payment_method_woo-mercado-pago-custom {
  background: #fff !important;
}

.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

td.download-file a {
  background: #0088AA !important;
  color: #fff !important;
  transition: all .3s;
}


td.download-file a:hover {
  background: #00556b;
}


.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100% !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left;
  width: 100% !important;
  clear: none;
}

.woocommerce ul.products li.product a img {
  transition: transform .3s;
}

.woocommerce ul.products li.product a:hover img {
  transform: scale(1.1);
}

.widget-area {
  padding-right: 30px;
}

.widget-area h4 {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  padding-top: 16px;
  margin-top: 26px;
  border-top: 1px solid #E0E0E0;
}

.widget-area ul li {
  color: #868686;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.widget-area ul li:hover {
  color: #000;
}

.widget-area .woof_husky_txt-input {
  padding: 12px 10px;
}

.widget-area .irs--round .irs-from,
.widget-area .irs--round .irs-to,
.widget-area .irs--round .irs-single {
  background-color: #0088AA;
}

.widget-area .irs--round .irs-handle {
  border-color: #0088AA;
}

.widget-area .irs--round .irs-bar {
  background-color: #0088AA;
}

.woof_text_search_container .woof_text_search_go {
  width: 25px !important;
  height: 25px !important;
  right: 5px !important;
  top: 10px !important;
  background: none !important;
  background-color: #fff !important;
}

.woof_text_search_container .woof_text_search_go:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 18px;
  color: #3d3d3d;
}

.product_meta {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.product_meta span {
  display: block;
  font-size: 15px;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_meta span a {
  transition: all 0.3s;
}

.product_meta span a:hover {
  color: #0088AA;
}

section.related.products {
  margin-top: 60px;
}

section.related.products h2 {
  text-align: center;
  margin-bottom: 50px;
}

.youtube-video-button {
  color: #0088AA;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  border: solid 1px #0088AA;
  display: none;
}

@media (min-width: 768px) {
  .youtube-video-button {
    display: inline-block;
  }
}

.youtube-video-button img {
  height: 35px !important;
  display: inline !important;
  width: auto !important;
  margin-right: 10px;
}

.youtube-video-button:hover {
  background-color: #eee;
}


.youtube-video-button-mobile {
  color: #0088AA;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  border: solid 1px #0088AA;
  margin-top: -20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .youtube-video-button-mobile {
    display: none;
  }
}

.youtube-video-button-mobile img {
  height: 35px !important;
  display: inline !important;
  width: auto !important;
  margin-right: 10px;
}

.youtube-video-button-mobile:hover {
  background-color: #eee;
}


footer {
  padding: 50px 0px;
}

@media (min-width: 768px) {
  footer {
    padding: 100px 0 20px;
  }
}

footer .footer__main {
  margin-bottom: 40px;
}

footer .footer__main h3 {
  color: #08A;
  font-size: 36px;
  font-weight: 600;
}

footer .footer__main p {
  color: #868686;
  font-size: 15px;
  font-weight: 400;
}

footer .footer__main input {
  background: #F6F6F6;
  color: #868686;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  border: solid 1px #f6f6f6;
  width: 100%;
}

footer .footer__main__menu {
  margin-top: 30px;
}

@media (min-width: 768px) {
  footer .footer__main__menu {
    margin-top: 0;
  }
}

footer .footer__main__menu h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .footer__main__menu ul {
  list-style: none;
  padding: 0;
}

footer .footer__main__menu .menu-footer li {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
}

footer .footer__main__menu .social-links li {
  display: inline-block;
  margin-right: 3px;
}

footer .footer__main__menu .social-links li a {
  opacity: 1;
  transition: all .2s;
}

footer .footer__main__menu .social-links li a img {
  width: 35px;
  height: 35px;
}

footer .footer__main__menu .social-links li a:hover {
  opacity: 0.5;
}

footer .footer__bottom {
  margin-top: 20px;
}

footer .footer__bottom p {
  color: #1B1B1B;
  font-size: 15px;
  font-weight: 600;
}

.newsletter .content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter .wpcf7-form-control-wrap {
  width: 70%;
  float: left;
}

.newsletter .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}

.newsletter .form-control:focus {
  box-shadow: none;
  border: 2px solid #0088AA;
}

.newsletter .btn {
  min-height: 50px;
  width: 30%;
  border-radius: 0;
  background: #0088AA;
  color: #fff;
  font-weight: 600;
}

.hero {
  padding-bottom: 40px;
}

.home-section-padding {
  padding: 20px 0 40px;
}

@media (min-width: 768px) {
  .home-section-padding {
    padding: 80px 0;
  }
}

#mainBanner .carousel-caption {
  height: 100%;
  display: flex !important;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
}

#mainBanner .carousel-caption__text {
  max-width: 50%;
  text-align: left;
}

#mainBanner .carousel-caption__text h5 {
  color: #0088AA;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #mainBanner .carousel-caption__text h5 {
    font-size: 55px;
    margin-top: 0;
  }
}

#mainBanner .carousel-caption__text p {
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

@media (min-width: 768px) {
  #mainBanner .carousel-caption__text p {
    display: block;
  }
}

.home-categories__slider .home-categories__item {
  padding: 0 20px;
}

.home-categories__slider .home-categories__item__image {
  background: #F6F6F6;
  border-radius: 50%;
  text-align: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.home-categories__slider .home-categories__item__image img {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-height: 95%;
  transition: transform .3s;
}

.home-categories__slider .home-categories__item__text h4 {
  color: #222;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home-categories__slider .home-categories__item__text h4 {
    font-size: 20px;
  }
}

.home-categories__slider .home-categories__item:hover img {
  transform: scale(1.1);
}

.home-product-card {
  text-align: center;
  margin-bottom: 40px;
}

.home-product-card__image {
  position: relative;
  background: #cccccc20;
  overflow: hidden;
  margin-bottom: 15px;
}

.home-product-card__image img {
  mix-blend-mode: multiply;
  transition: transform .3s;
}

.home-product-card__text p.product-brand {
  color: #565656;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 6px;
}

.home-product-card__text h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 6px;
}

.home-product-card__text p.product-price {
  color: #565656;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 5px;
}

.home-product-card:hover .home-product-card__image img {
  transform: scale(1.1);
}

.home-banner {
  padding: 10px 0;
  margin-bottom: 40px;
  background: rgba(0, 136, 170, 0.08);
}

@media (min-width: 768px) {
  .home-banner {
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .home-banner__content {
    padding-left: 30px;
    max-width: 526px;
  }
}

.home-banner__content h2 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .home-banner__content h2 {
    font-size: 40px;
    text-align: left;
  }
}

.home-banner__content p {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home-banner__content p {
    text-align: left;
    margin-bottom: 16px;
  }
}

.home-banner__content .cta-container {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .home-banner__content .cta-container {
    text-align: left;
    margin-bottom: 0;
  }
}

.home-ingredients {
  text-align: center;
}

@media (min-width: 768px) {
  .home-ingredients {
    text-align: left;
  }
}

.home-ingredients .home-ingredientes__item__image {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-ingredients .home-ingredientes__item p {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-brands .home-brands-content a {
  opacity: 1;
  transition: all .2s;
}

.home-brands .home-brands-content a:hover {
  opacity: 0.5;
}

.home-blog {
  background: rgba(0, 136, 170, 0.08);
}

.home-blog .blog-card__image {
  margin-bottom: 20px;
}

.home-blog .blog-card__text {
  padding-left: 20px;
  padding-right: 20px;
}

.home-blog .blog-card__text h3 {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.home-blog .blog-card__text p {
  color: #868686;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.basic-information {
  display: inline-flex;
  align-items: center;
  color: #0088AA;
  font-weight: bold;
  background: #fafafa;
  padding: 5px;
  padding-right: 10px;
  border: solid 1px #eaeaea;
  width: auto;
}

.basic-information span.blue-square {
  width: 20px;
  height: 20px;
  display: block;
  background: #0088AA;
  align-items: center;
  margin-right: 9px;
}

.accordion-rotina__item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.accordion-rotina__item h2.accordion-rotina__item__title {
  color: #08A;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.accordion-rotina__item h2.accordion-rotina__item__title img {
  height: 34px;
  width: auto;
  margin-right: 10px;
}

.accordion-rotina__item .accordion-item {
  margin-bottom: 10px;
  border: solid 1px #e0e0e0;
  border-radius: 0;
}

.accordion-rotina__item .accordion-item .accordion-button {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-rotina__item .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-rotina__item .accordion-item .accordion-button:not(.collapsed) {
  background-color: #0088aa3e;
}

.accordion-rotina__item .accordion-item.featured-item button.accordion-button.collapsed {
  color: #08A;
  font-weight: 600;
}

.accordion-rotina__item .accordion-item:not(:first-of-type) {
  border-top: solid 1px #e0e0e0;
}

.page-ingredientes .wp-block-columns.wp-container-core-columns-layout-1 {
  margin-top: 40px;
}

.page-ingredientes .wp-block-columns.wp-container-core-columns-layout-1,
.page-ingredientes .wp-block-columns.wp-container-core-columns-layout-2 {
  display: flex;
  align-items: center !important;
  background-color: #F6F6F6;
  border: solid 1px #e0e0e0;
  padding: 10px;
}

.page-ingredientes .wp-block-columns.wp-container-core-columns-layout-1 figure,
.page-ingredientes .wp-block-columns.wp-container-core-columns-layout-2 figure {
  margin: 0;
}


/* CUPOM */

.cupom-block {
  border-radius: 10px;
  border: 1px solid #08A;
  padding: 15px;
  margin-bottom: 25px;
}

.cupom-block__title {
  color: #08A;
  font-family: Urbanist;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cupom-block__text {
  color: #000;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.cupom-block__code-block {
  display: flex;
  align-items: center;
  /* margin: 20px; */
}

.cupom-block__code-block input {
  width: 160px;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  background: #FFF;
}

.cupom-block__code-block button {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #08A;
  background: #08A;
  padding: 10px;
}

.cupom-block__code-block button:hover {
  background-color: rgb(0, 88, 109);
}

.copiado {
  margin-left: 10px;
  color: #08A;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: solid 1px #08A;
  display: none;
}

.payment_box.payment_method_woo-mercado-pago-pix {
  background: #fff !important;
}