* {
  padding: 0;
  margin: 0; }

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

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

p.script {
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif; }

ul {
  padding: 0;
  list-style: none; }

p {
  color: var(--Main-Brown, #362B1B);
  font-family: 'Arboria', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; }

p.small {
  font-size: 12px;
  font-weight: 700; }

.section-tag span {
  margin-bottom: 10px;
  display: block;
  font-family: 'Arboria', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

.section-tag .line {
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #8C242E; }

.section-tag--course span {
  color: #8C242E; }

.section-tag--course .line {
  background: #8C242E; }

.section-tag--about span {
  color: #E7B149; }

.section-tag--about .line {
  background: #E7B149; }

.section-tag--shop span {
  color: #C85B17; }

.section-tag--shop .line {
  background: #9b3d03; }

.section-tag--ebook span {
  color: #6A9338; }

.section-tag--ebook .line {
  background: #487b09; }

.section-title h2 {
  color: #362B1B;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
  @media (min-width: 768px) {
    .section-title h2 {
      font-size: 40px; } }

.background-gray {
  background: #F7F7F7; }

.background-green-light {
  background: rgba(190, 235, 134, 0.15); }

.mb-40 {
  margin-bottom: 40px; }

.btn {
  padding: 10px 35px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  border-radius: 0;
  border: solid 1px transparent; }
  .btn--small {
    padding: 5px 35px; }
  .btn--large {
    padding-left: 50px;
    padding-right: 50px; }
  .btn--red {
    color: #FFF;
    background: #8C242E; }
    .btn--red:hover {
      color: #FFF;
      background: #4f0b12; }
  .btn--brown-g {
    border-color: #362B1B;
    color: #362B1B; }
    .btn--brown-g:hover {
      color: #FFF;
      background: #362B1B; }
  .btn--yellow {
    color: #FFF;
    background: #E7B149; }
    .btn--yellow:hover {
      color: #FFF;
      background: #c88915; }
  .btn--black {
    color: #FFF;
    background: #362B1B; }
    .btn--black:hover {
      color: #FFF;
      background: #8a6e44; }
  .btn--green {
    color: #FFF;
    background: #6A9338; }
    .btn--green:hover {
      color: #FFF;
      background: #487b09; }

.btn--newsletter {
  background: var(--Main-Brown, #362B1B);
  height: 42px;
  padding: 10px 30px;
  color: #FFF;
  text-align: center;
  font-family: Arboria;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase; }

.btn-social {
  background: #E7B149;
  padding: 10px;
  color: #FFF;
  text-align: center;
  font-family: Arboria;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all .3s; }
  .btn-social:hover {
    background: #c88915; }

.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: #000; }

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

@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: #362B1B; }

.top-menu {
  background: #F7F7F7;
  padding: 10px; }
  .top-menu p {
    color: #362B1B;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0; }
  .top-menu a {
    transition: 0.3s; }
    .top-menu a:hover {
      color: #8a6e44; }

.navbar {
  background: #ffffff;
  transition: top 0.2s ease-in-out;
  width: 100%; }
  .navbar .container {
    display: block;
    text-align: center; }
  .navbar .navbar-brand img {
    height: 150px; }
    @media (min-width: 768px) {
      .navbar .navbar-brand img {
        height: 150px; } }
  .navbar .offcanvas-nav .offcanvas-header .offcanvas-title {
    color: #000;
    font-weight: bold;
    padding-left: 15px; }
  .navbar .offcanvas-nav .offcanvas-body {
    justify-content: center; }
    .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: 5px 10px; } }
      .navbar .offcanvas-nav .offcanvas-body .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        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: #362B1B; }

button.navbar-toggler {
  border: 0; }

.offcanvas-body {
  text-align: left; }

.product-item {
  text-align: center; }
  .product-item .product-item__content {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .product-item .product-item__content {
        padding: 0; } }
    .product-item .product-item__content h3 {
      color: #000;
      text-align: center;
      font-family: "Playfair Display";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .product-item .product-item__content h3 {
          font-size: 22px; } }

.product-tag {
  border-radius: 5px;
  background: #DDAA95;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px 10px;
  display: inline-block;
  margin-bottom: 10px; }
  .product-tag--oleosa {
    background: #DDAA95;
    color: #FFF; }

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

.woocommerce .woocommerce-pages .page-title-block {
  background-color: #F7F7F7;
  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: 10px;
  margin-top: 80px;
  color: #000;
  font-size: 36px;
  font-weight: 600; }

.woocommerce.single-product bdi {
  color: #362B1B;
  font-weight: 500; }

.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: #362B1B; }

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

.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: 20px; }
  .woocommerce.single-product .store-links .btn-buy {
    background: #362B1B;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: block;
    max-width: 290px;
    margin-bottom: 10px;
    transition: all 0.3s; }
    .woocommerce.single-product .store-links .btn-buy img {
      margin-right: 15px;
      width: 90px;
      height: 52px; }
    .woocommerce.single-product .store-links .btn-buy:hover {
      background: #8a6e44; }

.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: #362B1B; }
  .widget-area .irs--round .irs-handle {
    border-color: #362B1B; }
  .widget-area .irs--round .irs-bar {
    background-color: #362B1B; }

.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: #362B1B; }

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

@media (max-width: 768px) {
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important; } }

.btn-primary {
  border: solid 1px #362B1B; }

footer #footer-main {
  background: rgba(54, 43, 27, 0.11);
  padding: 45px 0; }
  footer #footer-main h5 {
    color: var(--Main-Brown, #362B1B);
    font-family: "Playfair Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 25px; }
    @media (min-width: 768px) {
      footer #footer-main h5 {
        margin-top: 0;
        text-align: left; } }
  footer #footer-main ul {
    color: var(--Main-Brown, #362B1B);
    font-family: Arboria;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 768px) {
      footer #footer-main ul {
        text-align: left; } }
    footer #footer-main ul a {
      opacity: 1;
      transition: all .3s; }
      footer #footer-main ul a:hover {
        opacity: 0.5; }
    footer #footer-main ul.social-links li {
      display: inline-block;
      margin-right: 5px; }
  footer #footer-main .newsletter-block input {
    border: 1px solid #DDD;
    background: #FFF;
    color: var(--Main-Brown, #362B1B);
    font-family: Arboria;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    padding: 7px;
    /* 152.941% */ }

footer #footer-bottom {
  color: var(--Main-Brown, #362B1B);
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  padding: 7px 0; }
  footer #footer-bottom p {
    margin: 0; }

.hero {
  background: #F7F7F7;
  padding: 0px 0; }
  .hero h5 {
    color: #362B1B;
    font-family: "Playfair Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    @media (min-width: 768px) {
      .hero h5 {
        font-size: 40px; } }
  .hero p {
    color: #362B1B;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px; }
  .hero #mainBanner {
    background: url(../images/banner/banner02.jpg);
    background-size: cover;
    background-position: center center;
    padding: 60px 0; }

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

#mini-banners {
  padding: 30px 0; }
  @media (min-width: 768px) {
    #mini-banners {
      padding: 80px 0; } }
  #mini-banners .mini-banner__item {
    border: 1px solid rgba(54, 43, 27, 0.15);
    background: #FFF;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #mini-banners .mini-banner__item {
        margin-bottom: 0; } }
    #mini-banners .mini-banner__item h3 {
      color: var(--Main-Brown, #362B1B);
      text-align: center;
      font-family: "Playfair Display";
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top: 10px; }

#home-about .home-about__image {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #home-about .home-about__image {
      padding-left: 10%;
      padding-bottom: 10%;
      margin-bottom: 0; } }
  #home-about .home-about__image .script {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--Main-Brown, #362B1B);
    font-family: "Adventures Unlimited Script";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    max-width: 70%; }
    @media (min-width: 768px) {
      #home-about .home-about__image .script {
        display: block; } }

.social-card-item {
  text-align: center;
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .social-card-item {
      margin-bottom: 0;
      width: 100%;
      margin-left: unset;
      margin-right: unset; } }
  .social-card-item h3 {
    color: var(--Main-Brown, #362B1B);
    font-family: "Adventures Unlimited Script";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    margin-bottom: -15px; }
  .social-card-item p.social-data {
    color: #80796F;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0; }
  .social-card-item p.small {
    text-transform: uppercase;
    color: rgba(54, 43, 27, 0.62);
    text-align: center;
    font-family: Arboria;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .social-card-item p.small {
        margin-bottom: 45px; } }

#home-course {
  background: rgba(249, 212, 208, 0.22);
  padding: 0; }
  #home-course .home-course__content {
    padding: 40px 0; }
    @media (min-width: 768px) {
      #home-course .home-course__content {
        padding: 100px 0; } }
  #home-course .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #home-course .image-wrapper img {
    position: absolute;
    right: -10vw;
    max-width: none;
    width: calc(100% + 10vw);
    height: 100%;
    object-fit: cover; }

#home-products-categories {
  padding-bottom: 80px; }

.product-categories {
  margin-top: 30px; }
  .product-categories__item {
    border: 1px solid #DDAA95;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .product-categories__item {
        margin-bottom: 0; } }
    .product-categories__item p {
      color: #DDAA95;
      font-family: "Playfair Display";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      margin-left: 15px; }
    .product-categories__item--pele-oleosa {
      border-color: #DDAA95; }
      .product-categories__item--pele-oleosa p {
        color: #DDAA95; }
    .product-categories__item--pele-mista {
      border-color: #977D5F; }
      .product-categories__item--pele-mista p {
        color: #977D5F; }
    .product-categories__item--pele-seca {
      border-color: #ADAD8D; }
      .product-categories__item--pele-seca p {
        color: #ADAD8D; }
    .product-categories__item--pele-sensivel {
      border-color: #C1874F; }
      .product-categories__item--pele-sensivel p {
        color: #C1874F; }

#home-ebook {
  background: #ffffff;
  padding: 0; }
  #home-ebook h2 {
    color: #6A9338; }
  #home-ebook .home-ebook__content {
    padding: 40px 0; }
    @media (min-width: 768px) {
      #home-ebook .home-ebook__content {
        padding: 100px 0; } }
  #home-ebook .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #home-ebook .image-wrapper img {
    position: absolute;
    left: -10vw;
    max-width: none;
    width: calc(100% + 10vw);
    height: 100%;
    object-fit: cover; }

.pages-container section {
  padding: 40px 0; }
  .pages-container section.social-about {
    padding-bottom: 80px; }
  .pages-container section.ebook-content {
    padding-bottom: 60px; }

.about-section__image {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .about-section__image {
      padding-left: 10%;
      padding-bottom: 10%;
      margin-bottom: 0; } }
  .about-section__image .script {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--Main-Brown, #362B1B);
    font-family: "Adventures Unlimited Script";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    max-width: 70%;
    display: none; }
    @media (min-width: 768px) {
      .about-section__image .script {
        display: block; } }
  .about-section__image--second-image .script {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 38px;
    display: block;
    line-height: normal;
    max-width: 55%;
    display: block; }
    @media (min-width: 768px) {
      .about-section__image--second-image .script {
        left: 10%;
        top: 0;
        font-size: 50px; } }

.page-ebook .section-title.title-green {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .page-ebook .section-title.title-green {
      padding-top: 0; } }
  .page-ebook .section-title.title-green h2 {
    color: #6A9338;
    margin-bottom: 25px; }

.page-ebook .ebook-content__item {
  border: 1px solid #D9D9D9;
  background: #FFF;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .page-ebook .ebook-content__item {
      margin-bottom: 0; } }
  .page-ebook .ebook-content__item img {
    margin-bottom: 10px; }
  .page-ebook .ebook-content__item p {
    color: #6A9338;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0; }

.page-ebook #accordionEbookFAQ .accordion-item {
  margin-bottom: 20px;
  border-color: #fff; }

.page-ebook #accordionEbookFAQ .accordion-button {
  color: #000;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-radius: 0; }

.page-ebook #accordionEbookFAQ .accordion-body {
  color: var(--Main-Brown, #362B1B);
  font-family: Arboria;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; }

.page-ebook #accordionEbookFAQ .accordion-button:not(.collapsed) {
  background: #fff; }

.page-ebook #accordionEbookFAQ .accordion-button:focus {
  box-shadow: none; }

.page-social .social-section__content {
  padding: 100px 0; }

.page-social .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.page-social .image-wrapper img {
  position: absolute;
  right: -10vw;
  max-width: none;
  width: calc(100% + 10vw);
  height: 100%;
  object-fit: cover; }
