* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.mobile {
  background-color: #fff;
  padding: 60px 20px 20px;
  display: none;
  position: fixed;
  z-index: 10;
  right: 0;
}
.mobile h1 {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060001;
  text-align: center;
}
.mobile li {
  margin: 20px 0;
}
.mobile li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #060001;
  display: block;
}
.mobile.mobile-show {
  display: block;
}

.container {
  width: 1300px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 320px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1100px;
  }
}
.container .row {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 320px) {
  .container .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .container .row {
    flex-direction: row;
  }
}
.container .row .column {
  flex: 1;
}

.whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
}
.whatsapp a {
  background: #24cc63;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp a:hover {
  background: #16a34c;
  color: #fff;
}
.whatsapp a i {
  font-size: 30px;
}

header {
  height: 80px;
  padding: 0 10px;
  position: fixed;
  align-content: center;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s;
  background-color: #fff;
}
header .row {
  flex-direction: row !important;
}
header .column:first-child {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .column:first-child img {
  width: 150px;
  height: auto;
  padding: 5px;
  margin-right: 20px;
}
header .column:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .toggle {
  cursor: pointer;
  margin-left: 10px;
}
header .toggle svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 320px) {
  header .toggle {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header .toggle {
    display: none;
  }
}
header .cart {
  margin-bottom: 5px;
}
header .cart a {
  display: flex;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}
header .cart a svg {
  color: #060001;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
@media screen and (min-width: 320px) {
  header nav {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header nav {
    display: flex;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  margin-right: 20px;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  text-transform: uppercase;
}
header nav ul li a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  text-transform: uppercase;
  white-space: nowrap;
}

section#banner {
  padding-top: 80px;
}
section#banner .container {
  padding: 0 10px;
}
section#banner .slick-next {
  right: 5%;
  z-index: 9;
  width: 50px;
  height: 50px;
  border: none;
  transition: background-color 0.5s ease;
  background: url("../img/slick-right.png") no-repeat center/cover !important;
}
section#banner .slick-next::before {
  text-indent: -9999px;
  content: "";
}
section#banner .slick-prev {
  left: 5%;
  z-index: 9;
  width: 50px;
  height: 50px;
  border: none;
  transition: background-color 0.5s ease;
  background: url("../img/slick-left.png") no-repeat center/cover !important;
}
section#banner .slick-prev::before {
  text-indent: -9999px;
  content: "";
}
section#banner .slide {
  width: 100%;
  height: 500px;
  background: no-repeat center/cover;
}
@media screen and (min-width: 320px) {
  section#banner .slide {
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  section#banner .slide {
    height: 500px;
  }
}

section#detach .column {
  display: flex;
}
section#detach .card {
  width: 100%;
  height: 250px;
  background: no-repeat center/cover;
  margin: 10px;
}
@media screen and (min-width: 320px) {
  section#detach .card {
    height: 170px;
  }
}
@media screen and (min-width: 768px) {
  section#detach .card {
    height: 250px;
  }
}
section#detach a {
  display: contents;
}

section#information {
  padding: 50px 0;
}
section#information ul {
  display: flex;
  align-items: center;
}
section#information img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
section#information span {
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #060001;
}
section#information p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #f3f3f3;
}

section#banner-summer .container {
  padding: 0 10px;
}
section#banner-summer .slide {
  width: 100%;
  height: 350px;
  background: no-repeat center/cover;
}
@media screen and (min-width: 320px) {
  section#banner-summer .slide {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  section#banner-summer .slide {
    height: 350px;
  }
}

section#best-saller {
  padding: 20px 0;
}
section#best-saller .container {
  max-width: 900px;
}
section#best-saller .container .row {
  margin: 30px 0;
}
section#best-saller .max-width-column {
  max-width: 33.3333333333%;
}
@media screen and (min-width: 320px) {
  section#best-saller .max-width-column {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section#best-saller .max-width-column {
    max-width: 33.3333333333%;
  }
}
section#best-saller .content-more-see {
  text-align: center;
}
section#best-saller .content-more-see a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
  display: inline-block;
  border: solid 1px #060001;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #fff;
}
section#best-saller .content-more-see a:hover {
  background-color: #060001;
  color: #fff;
  border-color: #8d8b8e;
}
section#best-saller h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  text-align: center;
  margin-bottom: 15px;
}
section#best-saller .imagem {
  background: no-repeat center/cover;
  display: block;
  height: 300px;
  margin: 10px;
}
section#best-saller h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin: 10px;
  text-align: center;
}
section#best-saller h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #060001;
  margin: 10px;
  text-align: center;
}
section#best-saller h3 del .woocommerce-Price-amount {
  text-decoration: line-through !important;
  color: #8d8b8e;
}
section#best-saller p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #8d8b8e;
  text-align: center;
}

section#launch {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
section#launch .container {
  max-width: 900px;
}
section#launch .container .row {
  margin: 30px 0;
}
section#launch .max-width-column {
  max-width: 33.3333333333%;
}
@media screen and (min-width: 320px) {
  section#launch .max-width-column {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section#launch .max-width-column {
    max-width: 33.3333333333%;
  }
}
section#launch .content-more-see {
  text-align: center;
}
section#launch .content-more-see a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
  display: inline-block;
  border: solid 1px #060001;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #fff;
}
section#launch .content-more-see a:hover {
  background-color: #060001;
  color: #fff;
  border-color: #8d8b8e;
}
section#launch h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  text-align: center;
  margin-bottom: 15px;
}
section#launch .imagem {
  background: no-repeat center/cover;
  display: block;
  height: 300px;
  margin: 10px;
}
section#launch .back {
  background: linear-gradient(to bottom, #f3f3f3 50%, transparent 50%);
}
@media screen and (min-width: 320px) {
  section#launch .back {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section#launch .back {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  section#launch .back {
    width: 960px;
  }
}
@media screen and (min-width: 1300px) {
  section#launch .back {
    width: 1100px;
  }
}

footer {
  padding: 50px 0 0;
}
footer .column {
  display: grid;
  margin: 10px;
}
footer img {
  width: 50px;
  height: auto;
}
footer .logo {
  width: 100px;
  height: auto;
}
footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #060001;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer p, footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #8d8b8e;
  margin: 10px 0;
}
footer p a:hover, footer a a:hover {
  text-decoration: underline;
}
footer .social {
  display: flex;
}
footer .social li {
  margin-right: 10px;
}
footer .social li i {
  color: #060001;
  font-size: 15px;
}
footer .social li .fa-instagram:hover {
  color: #a03490;
}
footer .social li .fa-linkedin-in:hover {
  color: #0270ad;
}
footer .social li .fa-facebook-f:hover {
  color: #4664a5;
}
footer .social li .fa-youtube:hover {
  color: #e42b0f;
}
footer .business {
  background-color: #A10165;
  display: flex;
  justify-content: center;
}
footer .business img {
  padding: 10px;
}

section#single {
  padding: 100px 20px 20px;
  min-height: 100vh;
}
section#single h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #060001;
  margin-bottom: 10px;
}
section#single h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #060001;
  padding-bottom: 5px;
}
section#single del {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #060001;
  text-decoration: line-through !important;
}
section#single ins, section#single .price {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #24cc90;
  text-decoration: none !important;
}
section#single .onsale {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background-color: #24cc90;
  width: 50px;
  height: 50px;
}
section#single .product {
  margin: 12px;
}
@media screen and (min-width: 320px) {
  section#single .product {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section#single .product {
    margin: 12px;
  }
}
section#single .woocommerce-Price-amount, section#single .woocommerce-Price-currencySymbol {
  font-size: 20px;
}
section#single p, section#single label, section#single th, section#single td, section#single .posted_in, section#single .comment-reply-title, section#single .woocommerce-product-details__short-description, section#single a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}
section#single .product_type_simple {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#single input, section#single textarea {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  border: none;
  background: #eeeeee;
  margin: 5px 0;
  padding: 20px;
  height: 40px;
}
section#single input[type=checkbox], section#single input[type=radio], section#single textarea[type=checkbox], section#single textarea[type=radio] {
  width: 20px !important;
  height: 10px !important;
}
section#single input textarea, section#single textarea textarea {
  height: 40px;
}
section#single button, section#single .button {
  background: #060001;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  margin-top: 5px;
  align-content: center;
}
section#single button:hover, section#single .button:hover {
  background: #8d8b8e;
  color: #fff;
}
section#single #cores {
  padding: 5px 10px;
}

section#products {
  padding: 100px 20px 20px;
  min-height: 100vh;
}
section#products h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #060001;
  margin-bottom: 10px;
}
section#products h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #060001;
}
section#products p, section#products label, section#products th, section#products td, section#products a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin: 17px 0;
}
section#products del {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #060001;
  text-decoration: line-through !important;
}
section#products ins, section#products .price {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #24cc90;
  text-decoration: none !important;
}
section#products .onsale {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background-color: #24cc90;
  width: 50px;
  height: 50px;
}
section#products .button {
  background: #060001;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  align-content: center;
}
section#products .button:hover {
  background: #8d8b8e;
  color: #fff;
}
section#products select {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  height: 40px;
  border: none;
  background: #eeeeee;
  padding: 0 10px;
  margin: 5px 0;
}
section#products .product {
  margin: 12px;
}
@media screen and (min-width: 320px) {
  section#products .product {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section#products .product {
    margin: 12px;
  }
}

section#cart {
  min-height: 100vh;
  display: flex;
  padding: 100px 0;
}
section#cart h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #060001;
  margin-bottom: 10px;
}
section#cart span, section#cart th, section#cart td, section#cart label, section#cart p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
}
section#cart a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #060001;
}
section#cart form {
  display: grid;
  width: 100%;
  background: #fff;
}
section#cart form input {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  height: 40px;
  border: none;
  background: #eeeeee;
  padding: 5px 10px;
  margin: 5px 0;
}
section#cart form input[type=checkbox], section#cart form input[type=radio] {
  width: 20px !important;
  height: 10px !important;
}
section#cart button, section#cart .button {
  background: #060001;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  min-width: 200px;
  margin: 5px 0;
  align-content: center;
}
section#cart button:hover, section#cart .button:hover {
  background: #8d8b8e;
  color: #fff;
}
section#cart .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
}
section#cart .woocommerce-form-row, section#cart .coupon, section#cart .cart_totals {
  width: 100%;
}
section#cart .woocommerce {
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 320px) {
  section#cart .woocommerce {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  section#cart .woocommerce {
    display: flex;
  }
}
section#cart .woocommerce .product-thumbnail {
  padding: 0 !important;
}
section#cart .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
section#cart .woocommerce .cart-collaterals {
  padding: 0 20px !important;
}
section#cart .woocommerce .woocommerce-cart-form {
  padding: 40px 20px !important;
}

div#checkout {
  display: flex;
  padding: 100px 20px 20px;
  min-height: 100vh;
}
div#checkout h1, div#checkout h2, div#checkout h4, div#checkout .pix-or {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin-bottom: 20px;
}
div#checkout h1 h1, div#checkout h2 h1, div#checkout h4 h1, div#checkout .pix-or h1 {
  font-size: 20px;
}
div#checkout h1 h2, div#checkout h2 h2, div#checkout h4 h2, div#checkout .pix-or h2 {
  font-size: 15px;
}
div#checkout h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #060001;
}
div#checkout p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #060001;
  margin-bottom: 20px;
}
div#checkout form {
  display: grid;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 320px) {
  div#checkout form {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  div#checkout form {
    padding: 30px 0;
  }
}
div#checkout form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}
div#checkout form input, div#checkout form textarea, div#checkout form .select2-selection {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  border: none;
  background: #eeeeee;
  margin: 5px 0;
  padding: 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
div#checkout form input[type=checkbox], div#checkout form input[type=radio], div#checkout form textarea[type=checkbox], div#checkout form textarea[type=radio], div#checkout form .select2-selection[type=checkbox], div#checkout form .select2-selection[type=radio] {
  width: 20px !important;
  height: 10px !important;
}
div#checkout form input .select2-selection, div#checkout form textarea .select2-selection, div#checkout form .select2-selection .select2-selection {
  padding: 5px 20px;
}
div#checkout form textarea {
  height: 100px !important;
  resize: none;
}
div#checkout form .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
}
div#checkout button, div#checkout .button {
  background: #060001;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
}
div#checkout button:hover, div#checkout .button:hover {
  background: #8d8b8e;
  color: #fff;
}
div#checkout th, div#checkout td {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
}
div#checkout th td, div#checkout td td {
  font-weight: 500;
}
div#checkout .woocommerce-info {
  background: #eeeeee;
  border-top-color: #8d8b8e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060001;
}
div#checkout .woocommerce-info a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #8d8b8e;
}
div#checkout .woocommerce-info a:hover {
  color: #060001;
}
div#checkout .woocommerce-order p, div#checkout .woocommerce-order li, div#checkout .woocommerce-order strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
  margin-bottom: 20px;
}
div#checkout .woocommerce-order h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #060001;
  margin-bottom: 20px;
}
div#checkout .woocommerce-order a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #8d8b8e;
}
div#checkout .woocommerce-order a:hover {
  color: #060001;
}
div#checkout .woocommerce-order address {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}

section#my-account {
  min-height: 100vh;
  display: flex;
  padding: 100px 20px 20px;
}
section#my-account h2, section#my-account h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #060001;
  margin-bottom: 5px;
}
section#my-account address, section#my-account p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin-top: 20px;
}
section#my-account form {
  display: grid;
  width: 100%;
  background: #fff;
  margin: 30px;
}
@media screen and (min-width: 320px) {
  section#my-account form {
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  section#my-account form {
    margin: 30px;
  }
}
section#my-account form label, section#my-account form em, section#my-account form legend {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}
section#my-account form fieldset {
  padding: 20px;
}
section#my-account form input {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  height: 40px;
  border: none;
  background: #eeeeee;
  padding: 20px;
  margin: 5px 0;
}
section#my-account form input[type=checkbox], section#my-account form input[type=radio] {
  width: 20px !important;
  height: 10px !important;
}
section#my-account button, section#my-account .button, section#my-account .btn-produtos {
  background: #060001;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  margin: 0 0 20px 30px;
}
section#my-account button:hover, section#my-account .button:hover, section#my-account .btn-produtos:hover {
  background: #8d8b8e;
  color: #fff;
}
@media screen and (min-width: 320px) {
  section#my-account button, section#my-account .button, section#my-account .btn-produtos {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  section#my-account button, section#my-account .button, section#my-account .btn-produtos {
    margin: 0 0 20px 30px;
  }
}
section#my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
section#my-account .woocommerce-MyAccount-navigation ul {
  background-color: #eee;
  margin: 0 20px;
  padding: 20px;
}
@media screen and (min-width: 320px) {
  section#my-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section#my-account .woocommerce-MyAccount-navigation ul {
    margin: 0 20px;
  }
}
section#my-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
section#my-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  white-space: nowrap;
  transition: color 0.2s;
}
section#my-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #8d8b8e;
}
section#my-account .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
}
section#my-account .woocommerce-form__label span {
  white-space: nowrap;
  margin-left: 10px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060001;
}
section#my-account .woocommerce-form-row {
  width: 100%;
}
section#my-account .woocommerce-ResetPassword {
  max-width: 500px;
}
section#my-account .woocommerce {
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 320px) {
  section#my-account .woocommerce {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  section#my-account .woocommerce {
    display: flex;
  }
}
section#my-account .woocommerce-MyAccount-content p, section#my-account .woocommerce-MyAccount-content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #060001;
  margin-bottom: 20px;
}
section#my-account .woocommerce-MyAccount-content span, section#my-account .woocommerce-MyAccount-content th {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
}
section#my-account .woocommerce-MyAccount-content td {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060001;
}
section#my-account .woocommerce-MyAccount-content mark {
  background: #8d8b8e;
}
section#my-account .woocommerce-MyAccount-content .woocommerce-orders-table a, section#my-account .woocommerce-MyAccount-content .order-again a, section#my-account .woocommerce-MyAccount-content .download-file a, section#my-account .woocommerce-MyAccount-content .woocommerce-Address-title a {
  background: #8d8b8e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  padding: 10px 20px;
  display: inline-block;
}
section#my-account .woocommerce-MyAccount-content .woocommerce-orders-table a:hover, section#my-account .woocommerce-MyAccount-content .order-again a:hover, section#my-account .woocommerce-MyAccount-content .download-file a:hover, section#my-account .woocommerce-MyAccount-content .woocommerce-Address-title a:hover {
  background: #060001;
  color: #fff;
}
section#my-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  position: initial !important;
  transition: none !important;
}
section#my-account .woocommerce-MyAccount-content .woocommerce-Address-title a {
  margin-left: 10px;
}
section#my-account .woocommerce-info {
  border-top-color: #8d8b8e !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  background: #eeeeee;
}
section#my-account .woocommerce-info a {
  background: #8d8b8e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  height: 40px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  margin-left: 10px;
}
section#my-account .woocommerce-info a:hover {
  background: #060001;
  color: #fff;
}

section#privacy-policy {
  padding: 100px 20px 20px;
}
section#privacy-policy h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #060001;
}
section#privacy-policy p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin-bottom: 20px;
}

section#info {
  padding: 20px;
}
section#info .column {
  text-align: center;
}
section#info .column svg {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 320px) {
  section#info .column:nth-of-type(2) {
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  section#info .column:nth-of-type(2) {
    border-right: solid 2px #060001;
    border-left: solid 2px #060001;
  }
}
section#info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #060001;
  margin: 10px;
  text-align: center;
}
section#info h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #060001;
  margin: 10px;
  text-align: center;
}

section#categories {
  padding: 20px 0;
}
section#categories .container {
  max-width: 900px;
}
section#categories .container .row {
  margin: 30px 0;
}
section#categories .max-width-column {
  max-width: 33.3333333333%;
}
@media screen and (min-width: 320px) {
  section#categories .max-width-column {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section#categories .max-width-column {
    max-width: 33.3333333333%;
  }
}
section#categories .content-more-see {
  text-align: center;
}
section#categories .content-more-see a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #060001;
  display: inline-block;
  border: solid 1px #060001;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #fff;
}
section#categories .content-more-see a:hover {
  background-color: #060001;
  color: #fff;
  border-color: #8d8b8e;
}
section#categories h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  text-align: center;
  margin-bottom: 15px;
}
section#categories .imagem {
  background: no-repeat center/cover;
  display: block;
  height: 300px;
  margin: 10px;
}
section#categories h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  text-align: center;
  margin-bottom: 15px;
}
section#categories p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #8d8b8e;
  text-align: center;
  margin-bottom: 20px;
}
section#categories .row {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 320px) {
  section#categories .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  section#categories .row {
    flex-direction: row;
  }
}
section#categories .max-width-column {
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  section#categories .max-width-column {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  section#categories .max-width-column {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
section#categories .imagem {
  background: no-repeat center/cover;
  display: block;
  height: 200px;
  margin: 10px;
  transition: transform 0.3s ease;
}
section#categories .imagem:hover {
  transform: scale(1.05);
}
section#categories h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #060001;
  margin: 10px;
  text-align: center;
  transition: color 0.2s;
}
section#categories h2:hover {
  color: #8d8b8e;
}

section#payment-methods {
  padding: 50px 0;
}
section#payment-methods .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section#payment-methods .row {
    flex-direction: column;
    align-items: center;
  }
}
section#payment-methods .row .column {
  flex: 1;
  padding: 20px;
}
section#payment-methods .row .column:first-child h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  margin-bottom: 20px;
  text-align: left;
}
section#payment-methods .row .column:first-child .payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
section#payment-methods .row .column:first-child .payment-icons img {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}
section#payment-methods .row .column:first-child .payment-icons img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  section#payment-methods .row .column:first-child .payment-icons {
    justify-content: center;
  }
}
section#payment-methods .row .column:last-child h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #060001;
  margin-bottom: 20px;
  text-align: left;
}
section#payment-methods .row .column:last-child img {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}
section#payment-methods .row .column:last-child img:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=style.css.map */
