@import "https://fonts.googleapis.com/css2?family=Courgette&display=swap";
@import "https://fonts.googleapis.com/css2?family=WindSong&display=swap";
.home-page {
  background: #f0f0f0;
}
.reviews-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.reviews-block > .header {
  position: relative;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.reviews-block > .header:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: -170px;
  background-image: url(assets/images/signos/constelacao-sagitario-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews-block > .header:after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: -170px;
  background-image: url(assets/images/signos/constelacao-virgem-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews-block > .header > p {
  font-weight: bold;
}
.reviews-block > .header > strong {
  display: block;
  font-size: 80px;
}
.reviews-block .rating-block {
  text-align: center;
  margin: 0 auto;
}
.reviews-block .rating-block a {
  display: block;
  font-size: 28px;
  margin-top: 5px;
}
.reviews-block .slider-actions.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.reviews-block .slider-actions {
  position: absolute;
  border: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #333;
  border: 4px solid #000;
  cursor: pointer;
}
.reviews-block .slider-actions svg {
  width: 25px;
}
@media (max-width: 1023px) {
  .reviews-block .slider-actions {
    display: none;
  }
}
.reviews-block .slider-actions.prev {
  left: 10px;
}
.reviews-block .slider-actions.next {
  right: 10px;
}
.reviews-block .reviews {
  position: relative;
  overflow-x: scroll;
  margin-top: 20px;
}
.reviews-block .reviews .reviews-line:nth-child(2) {
  align-items: flex-start !important;
  margin-left: 150px;
}
.reviews-block .reviews .reviews-line {
  display: flex;
  padding: 10px 20px;
  align-items: flex-end;
}
.reviews-block .reviews .reviews-line .item {
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  padding: 20px;
  margin-right: 20px;
  border-radius: 4px;
}
.reviews-block .reviews .reviews-line .item .text {
  margin-bottom: 5px;
}
.reviews-block .reviews .reviews-line .item .details {
  display: flex;
  align-items: center;
}
.reviews-block .reviews .reviews-line .item .details img {
  min-width: 45px;
  max-width: 45px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews-block .reviews .reviews-line .item .details .name-and-source span {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.reviews-block .reviews .reviews-line .item .details .name-and-source small {
  font-size: 10px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .reviews-block .reviews .reviews-line .item .details .name-and-source span {
    font-size: 16px;
    line-height: 20px;
  }
  .reviews-block .reviews .reviews-line .item .details .name-and-source small {
    font-size: 14px;
    line-height: 18px;
  }
}
.reviews-block .reviews .reviews-line .item .details .stars-group i {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .reviews-block .reviews {
    margin-top: 40px;
  }
  .reviews-block .reviews::-webkit-scrollbar {
    display: none;
  }
  .reviews-block .reviews .reviews-line:nth-child(2) {
    margin-left: 200px;
  }
  .reviews-block .reviews .reviews-line .item {
    min-width: 400px;
    max-width: 400px;
  }
  .reviews-block .reviews .reviews-line .item .text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.reviews-block .clients-images {
  height: 300px;
}
.reviews-block .clients-images .flickity-viewport {
  height: 300px;
}
.reviews-block .clients-images .item {
  margin-right: 10px;
}
.reviews-block .clients-images .item img {
  min-width: 300px;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}
.reviews-block .clients-images .item span {
  display: block;
  font-weight: bold;
  text-transform: lowercase;
}
.reviews-block .__fbcw__widget {
  min-height: 500px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}
.reviews-block .__fbcw__widget .__fbcw__widget__footer {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .reviews-block .__fbcw__widget {
    margin: 0 !important;
  }
}
.container {
  width: 800px;
  margin: 30px auto;
}
.mejs__container {
  margin-top: 10px;
}
.mejs__controls {
  display: block;
}
.mejs__controls,
.mejs__container {
  background: none !important;
}
.mejs__time {
  color: #777;
  font-weight: normal;
}
.podcast {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 3px;
}
.podcast__episode_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #333;
}
.podcast__title {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #555;
}
.podcast__title i {
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 10px;
}
.podcast__meta {
  background: #ddd;
  margin: 40px -30px -30px -30px;
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.podcast__meta .artwork {
  margin-right: 0;
  transform: translateY(-70px);
}
.podcast__meta .artwork > img {
  border-radius: 3px;
  width: 150px;
  height: 150px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -80px;
}
.mejs-prepended-buttons {
  display: flex;
}
.mejs-appended-buttons {
  display: flex;
  justify-content: space-evenly;
}
.mejs__play > button {
  background: rgba(0, 0, 0, 0)
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
}
.mejs__pause > button {
  background: rgba(0, 0, 0, 0)
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
  background-position: -20px 0;
}
.mejs__mute > button {
  background: rgba(0, 0, 0, 0)
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
  background-position: -60px 0;
}
.mejs__unmute > button {
  background: rgba(0, 0, 0, 0)
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg")
    no-repeat;
  background-position: -40px 0;
}
.mejs-skip-back-button > button,
.mejs__skip-back-button > button {
  background: rgba(0, 0, 0, 0)
    url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/skipback.svg");
}
.mejs-jump-forward-button > button,
.mejs__jump-forward-button > button {
  background: url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/jumpforward.svg")
    no-repeat;
}
.mejs__button > button {
  color: #555;
}
.mejs__horizontal-volume-slider {
  display: none !important;
}
.home-page {
  overflow-x: hidden;
}
.flickity-page-dots {
  display: none;
}
.product-gallery-list img,
#stars-preview,
.product-gallery-main img {
  position: absolute;
}
.primary-banner .item {
  position: absolute;
  min-height: 500px;
}
.product-template-default .mp-credits-tooltip-container {
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
*,
body {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
html {
  overflow-x: hidden;
}
body {
  display: flex;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  color: #424242;
}
body #content {
  width: 100%;
}
a {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #131d63;
}
a:hover {
  color: #dd8500;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}
h4 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
}
h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
p {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
blockquote {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  border-left: 2px solid #424242;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 44px;
    line-height: 40px;
  }
  h3 {
    font-size: 38px;
    line-height: 44px;
  }
  h4 {
    font-size: 32px;
    line-height: 38px;
  }
  p {
    line-height: 24px;
  }
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
b,
strong {
  font-family: inherit;
  font-weight: bold;
}
small {
  font-family: inherit;
  font-size: 80%;
}
img {
  display: block;
  max-width: 100%;
  border-style: none;
  transition: all 0.3s;
}
img:hover {
  transition: all 0.3s;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button {
  background: none;
  border: 0;
}
fieldset {
  padding: 0;
  border: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin: 0;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[hidden] {
  display: none;
}
a > img:hover {
  transform: scale(1.01);
}
.wrapper-350 {
  width: 100%;
  max-width: 380px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-380 {
  width: 100%;
  max-width: 410px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-510 {
  width: 100%;
  max-width: 540px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-710 {
  width: 100%;
  max-width: 740px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-760 {
  width: 100%;
  max-width: 790px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-808 {
  width: 100%;
  max-width: 840px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-980 {
  max-width: 1010px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wrapper-980 {
    padding: 0;
  }
}
.wrapper-1100 {
  width: 100%;
  max-width: 1130px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-1200 {
  width: 100%;
  max-width: 1230px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-1310 {
  width: 100%;
  max-width: 1342px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-sidebar {
  max-width: 1340px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrapper-sidebar > .main-content.-loading > .product-list {
  opacity: 0;
}
@media (min-width: 1024px) {
  .wrapper-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wrapper-sidebar > .sidebar {
    display: block;
    width: 300px;
    min-width: 300px;
  }
  .wrapper-sidebar > .main-content {
    width: calc(100% - 330px);
  }
  .wrapper-sidebar > .main-content .product-card {
    width: 32.5%;
  }
}
@media (max-width: 1023px) {
  .-slider-mobile {
    width: 110%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: scroll;
    margin-left: -24px;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }
  .-slider-mobile::-webkit-scrollbar {
    display: none;
  }
  .-slider-mobile:after {
    content: " ";
  }
  .-slider-mobile > .item:last-of-type {
    margin-right: 12px;
  }
}
@media (max-width: 1023px) {
  .d-row > * {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .d-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d-row > * {
    margin-right: 1%;
    flex: 1;
  }
  .d-row > *:last-of-type {
    margin-right: 0;
  }
  .d-row--2 > * {
    width: 49.5%;
  }
  .d-row--3 > * {
    width: 32.65%;
    max-width: 32.65%;
  }
  .block-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-row > .item {
    width: 24%;
  }
  .block-row.-medium .item {
    width: 32.4%;
  }
  .block-row.-large .item {
    width: 49%;
  }
}
.category-page {
  padding-top: 10px;
}
.gallery-item {
  float: none !important;
  width: auto !important;
  margin-right: 20px;
}
.section-title {
  max-width: 700px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto 20px;
}
.section-title i {
  margin-right: 9px;
}
.section-title small {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
@media (min-width: 1024px) {
  .section-title {
    margin: 0 auto 40px;
  }
  .section-title small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .section-title i {
    width: 28px;
    height: 28px;
    margin-right: 11px;
  }
}
.single-post-content .text-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 auto 48px;
}
.single-post-content .text-content > div {
  max-width: 100%;
}
.single-post-content .text-content h1 {
  font-size: 32px;
  line-height: 36px;
  color: #333;
  margin: 24px 0;
}
.single-post-content .text-content h2 {
  font-size: 27px;
  line-height: 28px;
  color: #333;
  margin: 24px 0;
}
.single-post-content .text-content h3 {
  font-size: 24px;
  line-height: 28px;
  color: #333;
  margin: 12px 0;
}
.single-post-content .text-content h4 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin: 12px 0;
}
.single-post-content .text-content h5 {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin: 12px 0;
}
.single-post-content .text-content h6 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin: 12px 0;
}
.single-post-content .text-content p {
  margin: 6px 0;
  line-height: 24px;
}
.single-post-content .text-content img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 6px;
}
.single-post-content .text-content figure {
  width: auto !important;
  margin: auto;
}
.single-post-content .text-content .wp-caption-text {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #c9c9c9;
  margin-top: 6px;
  text-align: center;
}
.single-post-content .text-content a {
  font-style: normal !important;
  color: #131d63;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-word;
}
.single-post-content .text-content ul {
  list-style: disc;
  margin-block-start: 6px;
  margin-block-end: 6px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 24px;
}
.single-post-content .text-content iframe {
  max-width: 100%;
}
.single-post-content .text-content li {
  display: list-item;
  list-style: disc;
  text-align: -webkit-match-parent;
}
.single-post-content .text-content ol {
  padding-left: 24px;
}
.single-post-content .text-content ol li {
  list-style: unset;
}
.single-post-content .text-content .instagram-media,
.single-post-content .text-content .twitter-tweet,
.single-post-content .text-content .twitter-widget {
  margin: 0 auto !important;
}
.single-post-content .text-content blockquote {
  position: relative;
  padding-left: 17px;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  color: #333;
}
.single-post-content .text-content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  vertical-align: middle;
  background-color: #131d63;
}
.single-post-content .text-content > .extra-item {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 2px solid #e5e5ea;
}
.single-post-content .text-content > .extra-item:first-of-type {
  margin-top: 48px !important;
  border-top: 2px solid #e5e5ea !important;
}
.single-post-content .text-content > .extra-item:last-of-type {
  margin-top: 0;
  border-top: 0;
}
.single-post-content .text-content > .extra-item > h2 {
  margin-top: 0;
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .single-post-content .text-content {
    display: block;
  }
  .single-post-content .text-content h2 {
    font-size: 31px;
    line-height: 33px;
  }
}
#payment.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-active .blockUI {
  position: fixed !important;
  opacity: 1 !important;
  background-color: #fff !important;
}
*,
body html {
  scroll-behavior: smooth;
}
.display-all-center,
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .woocommerce_methods_shipping_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.-text-center {
  text-align: center;
}
.bg-grey {
  background: #f5f5f5;
}
@media (max-width: 1023px) {
  .-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .-mobile {
    display: none !important;
  }
}
.-loading {
  position: relative;
  transition: none !important;
}
.-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 1000;
}
.-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("assets/images/loader.gif");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 21;
}
.-italic {
  font-style: italic;
}
.-space-bottom {
  margin-bottom: 24px;
}
.-space-bottom--small {
  margin-bottom: 12px;
}
.-space-bottom--large {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .-space-bottom {
    margin-bottom: 40px;
  }
  .-space-bottom--small {
    margin-bottom: 15px;
  }
  .-space-bottom--large {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .-full-mobile {
    max-width: unset !important;
    width: 100% !important;
  }
}
.-disabled,
[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.brandcolor {
  color: #131d63 !important;
}
.video-container {
  width: 100%;
  position: relative;
  border: none;
  padding-bottom: 56.1%;
  height: 0;
  overflow: hidden;
  margin: auto;
}
.video-container > .video-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip img {
  margin-bottom: -4px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #fff;
  border: 1px solid #f90;
  color: #545454;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  font-weight: 500;
  font-size: 14.2326px;
  line-height: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 365px) {
  .tooltip .tooltiptext {
    left: unset;
    right: 10px;
  }
}
@media (min-width: 405px) {
  .tooltip .tooltiptext {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}
@media (min-width: 1000px) {
  .tooltip .tooltiptext {
    left: 10px;
    transform: unset;
  }
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.br-6 {
  border-radius: 6px;
}
.--full {
  width: 100%;
}
.title-group {
  display: flex !important;
  justify-content: space-between;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.8);
  transition: all 0.3s;
  z-index: 999;
  opacity: 0;
}
.modal[data-hidden="false"] {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
  animation: show 0.3s 0s;
  opacity: 1;
}
.modal--dark {
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal .modal-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 90vh;
  max-width: 768px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  text-align: center;
}
.modal img {
  margin: 0 auto;
  max-height: 90vh;
}
@media (min-width: 1024px) {
  .modal .modal-block {
    max-width: 1000px;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-trigger {
  cursor: pointer;
}
.modal[data-hidden="false"] .loading-block {
  position: relative;
  width: 150px;
  height: 25px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #c9c9c9;
}
.modal[data-hidden="false"] .loading-block:before {
  content: "Estamos criando o seu mapa";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: loadingMessage 6s ease 0s infinite;
  transition: all 0.3s;
  white-space: nowrap;
}
.modal[data-hidden="false"] .loading-block.-pendant:before {
  content: "Estamos processando os dados";
}
.modal[data-hidden="false"] .loading-block:after {
  content: "Aguarde mais um momento";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: loadingMessage 6s ease 3s infinite;
  transition: all 0.3s;
  white-space: nowrap;
}
.modal[data-hidden="false"] .loading-block .loading-element {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 100%;
  max-width: 0px;
  border-radius: 10px;
  transition: all 1s;
  background-color: #16dc16;
}
@keyframes loadingMessage {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
input[type="button"],
input[type="submit"],
button {
  transition: all 0.3s;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  filter: brightness(1.2);
}
input[type="button"]:active,
input[type="submit"]:active,
button:active {
  filter: brightness(0.8);
}
label {
  position: relative;
  display: block;
  width: 100%;
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
label.-disabled {
  opacity: 0.4;
  pointer-events: none;
}
label.-checkbox,
label.-radio {
  display: flex !important;
  align-items: center;
}
label.-checkbox > input,
label.-radio > input {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
label.cep-label > a {
  position: absolute;
  top: 45px;
  right: -132px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}
label.-small {
  max-width: 189px;
}
label.-xsmall {
  max-width: 120px;
}
label > textarea,
label > select,
label > input {
  display: block;
  width: 100%;
  margin-top: 8px;
}
label + label {
  margin-top: 10px;
}
select,
input {
  background: #eee;
  border: 1px solid #bdbdbd !important;
  box-sizing: border-box;
  border-radius: 4px;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #afafaf;
  transition: all 0.2s;
}
select::placeholder,
input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}
select.input-valid,
input.input-valid {
  border: 1px solid #66bb6a !important;
}
select.input-error,
input.input-error {
  border: 1px solid #f44336;
}
select:focus,
input:focus {
  border: 1px solid #00a9a0;
}
textarea {
  background: #eee;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  padding: 16px;
  box-sizing: border-box;
  transition: all 0.2s;
  border: 1px solid #afafaf;
  resize: none;
}
.search-block {
  position: relative;
  z-index: 10;
}
.search-block > input {
  width: 100%;
}
.search-block > input::placeholder {
  color: #afafaf;
}
.search-block > button {
  position: absolute;
  top: 11px;
  right: 17px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  border: none;
  background-color: none;
  background-image: url("assets/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search-block > button.-loading {
  background: none;
}
.search-block > button.-loading:before {
  background: rgba(0, 0, 0, 0);
}
form .-help-text {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  color: #afafaf;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
  background: #fff;
}
#rd-column-juvacwbp * {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
}
#rd-column-juvacwbp > div {
  background: #131d63 !important;
}
#rd-column-juvacwbp form {
  display: flex !important;
  align-items: center !important;
}
#rd-column-juvacwbp form input {
  border: none !important;
}
#rd-column-juvacwbp .bricks-form__field {
  margin: 0 !important;
}
#rd-column-juvacwbp .bricks-form__field input {
  padding: 0 10px !important;
}
#rd-column-juvacwbp .bricks-form__submit button {
  margin: 0 !important;
  border: none !important;
  height: 36px;
  line-height: 36px;
}
#rd-column-juvacwbp form label {
  display: none !important;
}
#rd-column-juvacwbp form .bricks-form__fieldset {
  width: calc(100% - 122px);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #afafaf;
  background: #fff;
  border-radius: 6px !important;
}
#rd-column-juvacwbp form .bricks-form__submit {
  margin-left: 10px;
}
#rd-column-juvacwbp form .bricks-form__submit,
#rd-column-juvacwbp form button {
  width: 114px;
  padding: 10px 11px 5px;
  border-radius: 6px !important;
}
@media (min-width: 1024px) {
  #rd-column-juvacwbp form .bricks-form__fieldset,
  #rd-column-juvacwbp form input {
    display: inline-block !important;
    width: 313px !important;
    margin-right: 25px !important;
  }
  #rd-column-juvacwbp form .bricks-form__submit,
  #rd-column-juvacwbp form button {
    display: inline-block !important;
    width: 160px !important;
    min-width: unset !important;
    margin-left: 0 !important;
  }
}
.label-group {
  display: flex;
  justify-content: flex-start;
}
.label-group--column {
  flex-direction: column;
}
.label-group input {
  display: none;
}
.label-group input:checked + label {
  border: 2px solid #131d63;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.label-group > label {
  border-radius: 4px;
  height: 10vw;
  border: 2px solid;
  padding: 1vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vw;
}
.label-group > label:last-of-type {
  margin-right: 0 !important;
}
.label-group--2 > label {
  width: 49%;
  margin-right: 2%;
}
.label-group--3 > label {
  width: 32%;
  margin-right: 2%;
}
.label-group--4 > label {
  width: 23%;
  margin-right: 2%;
}
.label-group--5 > label {
  width: 18%;
  margin-right: 2%;
}
.label-group--6 > label {
  width: 14.6%;
  margin-right: 2%;
}
@media (min-width: 768px) {
  .label-group > label {
    height: 60px;
    background-size: auto 40px;
  }
}
.input-group {
  display: flex;
  align-items: center;
}
.input-group > strong {
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
}
.input-group--cta input:not([type="submit"]) {
  width: 100%;
  border-radius: 4px 0 0 4px;
  margin: 0;
}
.input-group--cta .cta--icon {
  width: 50px;
  font-weight: bold;
}
.input-group--cta .cta--icon--primary {
  color: #131d63;
}
.input-group--cta .cta--primary {
  background-color: #131d63;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.input-group--cta .cta--medium {
  width: 100px;
  font-weight: bold;
  height: 45px;
  margin-left: -15px;
}
.input-group select,
.input-group input {
  margin-right: 10px;
}
.switch-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.switch-group > span {
  display: block;
  color: #000;
}
.switch-group > .text-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 60px);
}
.switch-group > .text-icon > label {
  width: 15vw;
  border: none;
}
.switch-group > .text-icon > span {
  display: block;
  color: #000;
}
.switch-group > .text-icon > small {
  position: absolute;
  bottom: -24px;
  font-size: 60%;
}
.switch-group .toggled-item {
  width: 100%;
  max-height: 0;
  transition: all 0.3s;
  opacity: 0;
}
.switch-group.-active .toggled-item {
  max-height: 100px;
  margin-top: 10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .switch-group > .text-icon > label {
    width: 60px;
    background-size: 70%;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
}
.switch input {
  display: none;
}
.switch input:checked ~ span:before {
  transform: translateX(19px);
}
.switch--toggle input + input {
  display: none;
}
.switch--toggle input:checked + input {
  display: block;
}
.switch.--primary input:checked + span {
  background-color: #131d63;
}
.switch span {
  position: relative;
  display: block;
  background: #c9c9c9;
  width: 50px;
  height: 31px;
  border-radius: 31px;
  cursor: pointer;
}
.switch span:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
label[for*="f"],
label[for*="s"],
label[for*="m"],
label[for*="b"],
label[for*="l"] {
  cursor: pointer;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-user {
  width: 28px;
  height: 28px;
  background-image: url("assets/icons/user.svg");
}
.icon-cart {
  width: 21px;
  height: 19px;
  background-image: url("assets/icons/cart.svg");
}
@media (min-width: 1024px) {
  .icon-cart {
    width: 28px;
    height: 25px;
  }
}
.icon-arrow-down {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/arrow-down.svg");
}
.icon-menu {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/menu.svg");
}
.icon-close-round {
  width: 44px;
  height: 44px;
  background-image: url("assets/icons/close-round.svg");
}
.icon-close-round-red {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/close-round-red.svg");
}
.icon-whatsapp {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/whatsapp.svg");
  vertical-align: middle;
}
.icon-instagram {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/instagram.svg");
  vertical-align: middle;
}
.icon-twitter {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/twitter.svg");
  vertical-align: middle;
}
.icon-facebook {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/facebook.svg");
  vertical-align: middle;
}
.icon-youtube {
  width: 30px;
  height: 30px;
  background-image: url("assets/icons/youtube.svg");
  vertical-align: middle;
}
.icon-star {
  width: 30px;
  height: 30px;
  background-image: url("assets/icons/star.svg");
  vertical-align: middle;
}
.icon-star-half {
  width: 30px;
  height: 30px;
  background-image: url("assets/icons/star-half.svg");
  vertical-align: middle;
}
.icon-info {
  width: 20px;
  height: 20px;
  background-image: url("assets/icons/information.svg");
  vertical-align: middle;
}
.icon-card {
  width: 15px;
  height: 15px;
  background-image: url("assets/icons/credit-card.svg");
  vertical-align: middle;
}
.icon-zoom-in {
  width: 40px;
  height: 40px;
  background-image: url("assets/icons/zoom-in.svg");
  vertical-align: middle;
}
.button-default {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 11px 11px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
}
.button-default.-full {
  width: 100%;
}
.button-default.-large {
  max-width: 300px;
  width: 100%;
}
.button-default.-center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .button-default.-full-mobile {
    display: block;
    max-width: unset !important;
    width: 100% !important;
  }
}
.button-default.-primary {
  background: #131d63 !important;
  color: #fff !important;
  border-color: #131d63 !important;
}
.button-default.-primary.-outline {
  background: rgba(0, 0, 0, 0) !important;
  color: #131d63 !important;
}
@media (min-width: 1024px) {
  .button-default.-primary:hover {
    background: #131d63 !important;
    border-color: #131d63 !important;
    color: #fff !important;
  }
  .button-default.-primary:hover.-outline {
    color: #fff !important;
  }
}
.button-default.-secondary {
  background: #131d63 !important;
  color: #fff !important;
  border-color: #131d63 !important;
}
.button-default.-secondary.-outline {
  background: rgba(0, 0, 0, 0) !important;
  color: #131d63 !important;
}
@media (min-width: 1024px) {
  .button-default.-secondary:hover {
    background: #131d63 !important;
    border-color: #131d63 !important;
    color: #fff !important;
  }
  .button-default.-secondary:hover.-outline {
    color: #fff !important;
  }
}
.button-default.-tertiary {
  background: #1f6d75 !important;
  color: #fff !important;
  border-color: #1f6d75 !important;
}
.button-default.-tertiary.-outline {
  background: rgba(0, 0, 0, 0) !important;
  color: #1f6d75 !important;
}
@media (min-width: 1024px) {
  .button-default.-tertiary:hover {
    background: #1f6d75 !important;
    border-color: #1f6d75 !important;
    color: #fff !important;
  }
  .button-default.-tertiary:hover.-outline {
    color: #fff !important;
  }
}
.button-default.-white {
  background: #fff !important;
  border-color: #fff !important;
  color: #131d63 !important;
}
.button-default.-white.-outline {
  background: #fff !important;
  color: #131d63 !important;
  border-color: #131d63 !important;
} /*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-page-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px !important;
  left: 50%;
  transform: translateX(-50%);
}
.flickity-page-dots li {
  margin: 0 5px;
  width: 15px !important;
  height: 15px !important;
  border: none;
  background: #f0f0f0 !important;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
.flickity-page-dots li.is-selected {
  background: #131d63 !important;
}
.faq-section .questions {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.accordion {
  position: relative;
  color: #000;
  cursor: pointer;
  padding: 18px;
  max-width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  line-height: 29px;
  transition: 0.4s;
  font-weight: bold;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 0.1fr;
  border-radius: 5px;
}
.faq-section .accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1000px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2509803922);
  margin: 5px 0 10px -150px;
}
.accordion .acc-title {
  font-size: 20px;
  width: calc(100% - 100px);
  margin: auto 0;
}
.accordion .icon-acc {
  transition: all 0.3s ease;
}
.panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 0px 20px 0px 20px;
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
}
.panel p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 25px;
}
.accordion.active .icon-acc {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.accordion.active + .panel {
  max-height: 1000px;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  .accordion .acc-title {
    width: auto;
  }
}
#pwgc-balance-container {
  max-width: 640px;
  margin: 0 auto;
}
#pwgc-balance-number-container {
  display: flex;
}
#pwgc-redeem-gift-card-container #pwgc-redeem-button {
  display: block;
  width: 100%;
  line-height: 12px;
  margin-top: 10px;
}
#pwgc-balance-number-container input[type="text"],
#pwgc-redeem-form input[type="text"] {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #bdbdbd !important;
  border-radius: 0;
  box-shadow: none;
  width: calc(100% - 90px) !important;
  height: 45px;
  padding: 0.5rem 1.75rem 0.5rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.1s ease-out;
  margin: 0;
  border-radius: 4px;
}
#pwgc-balance-buttons #pwgc-balance-reload,
#pwgc-balance-number-container input[type="submit"],
#pwgc-redeem-form input[type="submit"] {
  background: #fff;
  color: #f67310;
  border: 2px solid #f67310;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
#pwgc-redeem-gift-card-number {
  width: calc(100% - 155px) !important;
  background: #fff !important;
}
#pwgc-apply-gift-card,
#pwgc-redeem-button {
  background: #131d63 !important;
  color: #fff !important;
  line-height: 24px;
  margin-left: 8px;
  border: none !important;
}
.woocommerce-checkout label[for="pwgc-redeem-gift-card-number"] {
  margin-bottom: 5px !important;
}
.woocommerce-checkout #pwgc-redeem-form input[type="submit"] {
  width: auto;
  background: #fff !important;
  border: 1px solid #131d63 !important;
  color: #131d63 !important;
  font-weight: normal;
  margin: 0 0 0 8px !important;
  text-transform: capitalize;
  font-size: 16px !important;
}
#pwgc-balance-container #pwgc-balance-number {
  height: 45px !important;
}
#pwgc-redeem-gift-card-form {
  order: -1;
  background: #fff;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form > label,
#pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-error {
  width: 100%;
}
.primary-banner .item {
  width: 100%;
}
.primary-banner .item img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.primary-banner .item .-text {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 40px;
}
.primary-banner .item .-text > strong {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
.primary-banner .item .-text > p {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .primary-banner .item .-text {
    max-width: 650px;
    position: absolute;
    top: unset;
    bottom: 20%;
    left: 20%;
    color: #fff;
    padding: 0px;
  }
}
.secondary-banner {
  margin-bottom: 40px;
}
.secondary-banner .item {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.secondary-banner .item > .-text {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
}
.secondary-banner .item > .-text strong {
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}
.secondary-banner .item > .-text p {
  display: none;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.secondary-banner .item:first-child {
  margin-top: 0;
}
.secondary-banner > .item-group {
  margin-top: 10px;
}
.secondary-banner .newsletter-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  background: #131d63;
  margin-top: 15px;
}
.secondary-banner .newsletter-banner strong {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.secondary-banner .newsletter-banner form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.secondary-banner .newsletter-banner form input[type="text"] {
  width: calc(100% - 120px);
}
.secondary-banner .newsletter-banner form input[type="submit"] {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .secondary-banner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secondary-banner .item {
    margin-top: 0;
  }
  .secondary-banner .item > .-text p {
    display: block;
  }
  .secondary-banner > .item:first-child {
    min-height: 648px;
    max-height: 648px;
  }
  .secondary-banner > .item:first-child img {
    height: 100%;
    object-fit: cover;
  }
  .secondary-banner > .item-group {
    margin-top: 0;
  }
  .secondary-banner > .item-group,
  .secondary-banner > .item:first-child {
    width: 49.5%;
    margin-bottom: 10px;
  }
  .secondary-banner > .item-group > .item {
    height: 319px;
  }
  .secondary-banner > .item-group > .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .secondary-banner > .item-group > .item + .item {
    margin-top: 10px;
  }
  .secondary-banner .newsletter-banner {
    flex-direction: row;
  }
  .secondary-banner .newsletter-banner strong {
    margin-bottom: 0;
  }
}
.card-banners {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  margin: 40px -10px;
}
.card-banners .item + .item {
  margin-left: 15px;
}
.card-banners .item {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.card-banners .item > img {
  display: block;
  height: 40px;
  max-height: 40px;
  margin-right: 10px;
}
.card-banners .item > span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  max-width: 100px;
  min-width: 70px;
  color: #848484;
}
@media (min-width: 1024px) {
  .card-banners {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1310px;
    margin: 40px auto;
  }
  .card-banners .item + .item {
    margin-left: 0;
  }
  .card-banners .item > span {
    font-size: 16px;
    line-height: 16px;
  }
}
body {
  padding-top: 195px;
}
@media (min-width: 1024px) {
  body {
    padding-top: 0px;
  }
}
body.hide-header-and-footer {
  padding-top: 0 !important;
}
.main-header {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0px;
  width: 100%;
}
.main-header > .google-auto-placed {
  display: none !important;
}
@media (min-width: 1024px) {
  .main-header {
    position: relative;
  }
}
.main-header #box-message-support {
  background-color: #f6f6f6;
  width: 360px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 43px;
  font-size: 14px;
  color: #545454;
  background-image: url("assets/icons/icon-support.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 12px;
  background-size: 26px;
  padding-left: 15px;
}
.main-header #box-message-support p,
.main-header #box-message-support a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.main-header > .over-header {
  background: #131d63;
}
.main-header > .over-header > .wrapper-1310 {
  display: flex;
  justify-content: center;
  padding: 5px;
  color: #fff;
}
.main-header > .over-header a {
  color: #fff;
}
@media (min-width: 1024px) {
  .main-header > .over-header > .wrapper-1310 {
    justify-content: space-between;
    padding: 5px 0;
  }
}
.main-header > .wrapper-1310 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px 20px 16px;
  transition: all 0.3s;
}
.main-header > .wrapper-1310 > .logo {
  min-width: 106px;
  width: 106px;
  height: 70px;
  order: 2;
  transition: all 0.3s;
}
.main-header > .wrapper-1310 > .logo > * {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0;
}
.main-header > .wrapper-1310 > .search-block {
  width: 100%;
  order: 3;
  margin-top: 10px;
  z-index: 101;
  transition: all 0.3s;
}
.main-header > .wrapper-1310 > .account-block {
  order: 2;
}
.main-header > .wrapper-1310 > .account-block .item-cart {
  position: relative;
}
.main-header > .wrapper-1310 > .account-block .item-cart .carrinho-count {
  position: absolute;
  top: -16px;
  right: 2px;
  background: #131d63;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .main-header > .wrapper-1310 {
    padding: 14px 16px;
    flex-wrap: nowrap;
  }
  .main-header > .wrapper-1310 > .logo {
    width: 166px;
    min-width: 166px;
    height: 104px;
    order: unset;
  }
  .main-header > .wrapper-1310 > .logo > * {
    background-image: url("assets/images/logo.png");
  }
  .main-header > .wrapper-1310 .search-block {
    width: calc(100% - 630px);
    margin-top: 0;
    margin-left: 70px;
    order: 2;
  }
  .main-header > .wrapper-1310 > .account-block {
    order: 3;
  }
}
.account-block .item-account {
  position: relative;
}
.account-block .item-account i.icon-user {
  position: absolute;
  top: 4px;
  left: -40px;
}
.account-block .item-account i.icon-arrow-right2 {
  margin-left: 5px;
}
.account-block .item-account span {
  display: block;
  text-transform: initial;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #131d63;
}
.account-block > a {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #131d63;
}
.account-block .item-menu i,
.account-block .item-cart i {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .account-block {
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
  .account-block .item-account .account-block > a {
    font-size: 14px;
    line-height: 17px;
  }
  .account-block > a + a {
    margin-left: 30px;
  }
  .item-account.-logged > span {
    color: #131d63;
  }
  .account-block .item-account i.icon-user {
    top: 50%;
    transform: translateY(-50%);
  }
}
.main-header .wrapper-1310 a.btn-header-calc-shipping {
  position: absolute;
  top: 90px;
  margin-left: 330px;
  color: #757575;
}
.main-header .wrapper-1310 a.btn-header-calc-shipping:hover {
  color: #01b6ae;
}
.main-header
  .wrapper-1310
  a.btn-header-calc-shipping
  .right-icon-mobile-calc-shipping {
  display: none;
}
@media (max-width: 800px) {
  .main-header .wrapper-1310 a.btn-header-calc-shipping {
    top: 115px;
    margin-left: -15px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    color: #757575;
    padding: 5px 15px 5px 15px;
    -webkit-box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.12);
  }
  .main-header .wrapper-1310 a.btn-header-calc-shipping:hover {
    color: #01b6ae;
  }
  .main-header
    .wrapper-1310
    a.btn-header-calc-shipping
    .right-icon-mobile-calc-shipping {
    display: block;
    position: absolute;
    left: 92%;
    top: 9px;
  }
}
#calc_shipping_modal .modal-content {
  border: none;
}
#calc_shipping_modal .modal-header {
  border: none;
  border-radius: 5px;
  padding-bottom: 0;
  padding-left: 86px;
  padding-right: 60px;
}
#calc_shipping_modal .modal-body {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0;
}
#calc_shipping_modal .modal-body #shipping_calc_any_page_country_field {
  display: none;
}
#calc_shipping_modal
  .modal-body
  #shipping_calc_any_page_postcode_field
  #shipping_calc_any_page_postcode {
  width: 65%;
  margin-right: 0;
}
#calc_shipping_modal .modal-body #shipping_calc_any_page_postcode_field button {
  width: 30%;
}
#calc_shipping_modal .modal-body #shipping_calc_any_page {
  background-color: #f6f6f6;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  margin: 30px 0;
}
#calc_shipping_modal .modal-body #shipping_calc_any_page_loading img {
  width: 70px;
  height: 70px;
}
#calc_shipping_modal .modal-title,
#calc_shipping_modal .sub-title-modal {
  width: 100%;
  text-align: center;
}
#calc_shipping_modal .sub-title-modal {
  margin-bottom: 0;
  font-size: 13px;
}
@media (max-width: 800px) {
  #calc_shipping_modal .modal-dialog {
    margin: 0;
  }
  #calc_shipping_modal .modal-content {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  #calc_shipping_modal .modal-header {
    padding-left: 8px;
    padding-right: 8px;
    top: 100px;
    position: relative;
  }
  #calc_shipping_modal .modal-header .close {
    position: absolute;
    margin-left: 10px;
    right: 20px;
    top: 0px;
  }
  #calc_shipping_modal .modal-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    top: 90px;
  }
  #calc_shipping_modal
    .modal-body
    #shipping_calc_any_page_postcode_field
    #shipping_calc_any_page_postcode {
    width: 65%;
  }
  #calc_shipping_modal
    .modal-body
    #shipping_calc_any_page_postcode_field
    button {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  body.-scroll .main-header > .wrapper-1310 {
    padding: 10px 16px 10px 16px;
    transition: all 0.3s;
  }
  body.-scroll .main-header > .wrapper-1310 .logo {
    min-width: 75px;
    width: 75px;
    height: 49px;
    transition: all 0.3s;
  }
  body.-scroll .main-header > .wrapper-1310 > .search-block input {
    height: 35px;
  }
}
.main-menu {
  transition: all 0.2s;
  z-index: 100;
}
.main-menu
  .wrapper-1310
  > .list
  > ul
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu {
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .main-menu {
    display: block;
    border-top: 1px solid #f0f0f0;
  }
  .main-menu .wrapper-1310 > .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.main-menu > .wrapper-1310 .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.main-menu > .wrapper-1310 .menu .sub-menu {
  display: none;
  z-index: 10;
}
@media (min-width: 1024px) {
  .main-menu > .wrapper-1310 .menu {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  .main-menu > .wrapper-1310 .menu.secondary-menu .social {
    border-left: 1px solid #afafaf;
    padding-left: 20px;
    margin-left: 10px;
  }
  .main-menu > .wrapper-1310 .menu.secondary-menu .social span {
    display: none;
  }
  .main-menu > .wrapper-1310 .menu.secondary-menu .social a {
    color: #afafaf;
    margin: 0 10px;
  }
  .main-menu > .wrapper-1310 .menu > .menu-item > a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    color: #000;
  }
  .main-menu > .wrapper-1310 .menu > .menu-item-has-children > a:after {
    content: "›";
    display: inline-block;
    margin-left: 12px;
    font-weight: bold;
    font-size: 25px;
    line-height: 8px;
    transform: rotate(90deg);
    vertical-align: middle;
  }
  .main-menu > .wrapper-1310 .menu .menu-item-has-children {
    position: relative;
  }
  .main-menu > .wrapper-1310 .menu .menu-item-has-children > .sub-menu {
    padding-bottom: 24px;
  }
  .main-menu > .wrapper-1310 .menu > .menu-item-has-children:hover > .sub-menu {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    position: absolute;
    top: 36px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    padding: 10px 22px;
  }
  .main-menu
    > .wrapper-1310
    .menu
    > .menu-item-has-children:hover
    > .sub-menu:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -5px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .main-menu
    > .wrapper-1310
    .menu
    > .menu-item-has-children
    > .sub-menu
    > li
    > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-bottom: 5px;
  }
  .main-menu > .wrapper-1310 .menu .menu-item-has-children > .sub-menu > li a {
    display: block;
    white-space: nowrap;
    padding: 12px 0;
  }
  .main-menu
    > .wrapper-1310
    .menu
    .menu-item-has-children
    > .sub-menu
    > li
    > .sub-menu {
    display: block;
  }
  .main-menu
    > .wrapper-1310
    .menu
    .menu-item-has-children
    > .sub-menu
    > li
    > .sub-menu
    > li
    > .sub-menu {
    padding: 0 0px 0 16px;
  }
}
:root {
  --menu-color: $primary;
}
.-menu-active,
.-menu-active body {
  overflow: hidden;
}
.-menu-active .account-block .-open {
  display: block;
}
.-menu-active .account-block .-closed {
  display: none;
}
.-menu-active .main-menu {
  position: fixed;
  top: 194px;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
  background: #fff;
  overflow-y: scroll;
  padding-bottom: 10px;
  border-top: 1px solid #f0f0f0;
}
.-menu-active .main-menu .secondary-menu,
.-menu-active .main-menu #menu-main-menu {
  padding: 0 !important;
}
.-menu-active .main-menu li {
  border-top: 0 !important;
  border-bottom: 0.5px solid #afafaf !important;
}
.-menu-active .main-menu li.social {
  border: none !important;
}
.-menu-active .main-menu .social a {
  justify-content: flex-start !important;
}
.-menu-active .main-menu .social a i {
  margin-right: 10px;
}
.-menu-active .main-menu .menu-item-has-children a:after {
  transform: rotate(90deg) !important;
  transition: all 0.3s;
}
.-menu-active .main-menu .menu-item-has-children a.-active:after {
  transform: rotate(-90deg) !important;
  transition: all 0.3s;
}
.-menu-active .main-menu .menu-item-has-children .sub-menu {
  display: block;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.-menu-active .main-menu .menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0 !important;
}
.-menu-active .main-menu .menu-item-has-children a.-active + .sub-menu {
  max-height: 500px;
  transition: all 0.5s;
}
.-menu-active .admin-bar .main-menu {
  top: 176px;
}
.main-menu-mobile-footer {
  display: none;
}
@media (max-width: 1023px) {
  .account-block .item-menu {
    width: 46px;
    text-align: center;
  }
  .account-block .-open {
    display: none;
  }
  .account-block.-logged {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .account-block.-logged .item-account {
    display: flex;
    align-items: center;
    height: 36px;
  }
  .main-menu {
    position: fixed;
    background: #f6f6f6;
    visibility: hidden;
    opacity: 0;
  }
  .main-menu .account-block.-logged .item-account {
    padding-left: 45px;
  }
  .main-menu .account-block .item-account {
    margin: 11px;
  }
  .main-menu .account-block .item-account span {
    margin-bottom: 0;
  }
  .main-menu .account-block i.icon-user {
    display: none;
    top: 0;
    left: 0;
  }
  .main-menu .account-block.-logged i.icon-user {
    display: block;
  }
  .main-menu .account-block .submenu-header {
    display: none;
    width: 100%;
  }
  .main-menu .submenu-header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
  }
  .main-menu .submenu-header-title svg path {
    fill: var(--menu-color);
  }
  .main-menu .account-block .submenu-header strong {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin-left: 7px;
  }
  .main-menu .account-block .submenu-header .navigation {
    display: flex;
    justify-content: space-between;
  }
  .main-menu .account-block .submenu-header .navigation a {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
  }
  .main-menu > .wrapper-1310 > .list {
    margin-left: -16px;
    margin-right: -16px;
  }
  .main-menu > .wrapper-1310 > .list > ul {
    display: flex;
    flex-direction: column;
  }
  .main-menu > .wrapper-1310 > .list a {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 12px 16px;
  }
  .main-menu > .wrapper-1310 > .list > ul > li {
    padding-left: 0;
    padding-right: 0;
    margin: 0 16px;
  }
  .main-menu > .wrapper-1310 > .list > ul > li + li {
    border-top: 0.5px solid #afafaf;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > a:after {
    content: "›";
    position: absolute;
    right: 5px;
    top: 16px;
    display: inline-block;
    margin-left: 12px;
    font-weight: normal;
    font-size: 25px;
    line-height: 8px;
    vertical-align: middle;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > .sub-menu {
    background: #fff;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > .sub-menu > li > .sub-menu a {
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu
    > .wrapper-1310
    > .list
    > ul
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li {
    margin: 0 16px;
  }
  .main-menu
    > .wrapper-1310
    > .list
    > ul
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li
    + li {
    border-top: 0.5px solid #afafaf;
  }
  .main-menu
    > .wrapper-1310
    > .list
    > ul
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li
    > .sub-menu {
    padding-left: 16px;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > ul > li > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333 !important;
    background: #f6f6f6;
  }
  .main-menu > .wrapper-1310 > .list > ul > li > ul > li > a:before {
    content: "›";
    position: absolute;
    right: 15px;
    top: 16px;
    display: inline-block;
    margin-left: 12px;
    font-weight: normal;
    font-size: 25px;
    line-height: 8px;
    vertical-align: middle;
  }
  .main-menu.-submenu-active {
    overflow: hidden;
  }
  .main-menu.-submenu-active .submenu-header {
    display: block;
  }
  .main-menu.-submenu-active .account-block .item-account {
    display: none;
  }
  .main-menu.-submenu-active .account-block > .button-default {
    display: none;
  }
  .main-menu .-menu-previous:before {
    content: "›";
    display: inline-block;
    font-weight: normal;
    font-size: 25px;
    line-height: 8px;
    vertical-align: middle;
    transform: scale(-1);
    height: 13px;
    margin-right: 9px;
  }
  .main-menu .-category-link:after {
    content: "›";
    display: inline-block;
    margin-left: 9px;
    font-weight: normal;
    font-size: 25px;
    line-height: 8px;
    vertical-align: middle;
    height: 13px;
  }
  .main-menu .-menu-previous:before,
  .main-menu .-menu-previous,
  .main-menu .-category-link:after,
  .main-menu .-category-link {
    color: var(--menu-color) !important;
  }
  .menu-item.-active > .sub-menu {
    position: fixed;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    padding-bottom: 83px;
    overflow: scroll;
  }
  .menu-item.-active .sub-menu {
    display: block !important;
  }
  .main-menu-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 16px;
    background: #f6f6f6;
    z-index: 100;
  }
  .main-menu-mobile-footer > .button-default {
    width: 100%;
  }
}
.single-product #shipping-calc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: none !important;
}
.single-product #shipping-calc .input-text {
  width: calc(100% - 138px);
}
.single-product #shipping-calc #wscp-button {
  width: auto;
}
.single-product #shipping-calc #wscp-button.loading {
  background-image: url("assets/images/loader.gif") !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.single-product #shipping-calc #wscp-response {
  width: 100%;
}
.single-product #shipping-calc #wscp-response table tr {
  display: inherit !important;
}
.single-product #shipping-calc #wscp-response table td {
  text-align: left !important;
}
.shipping-block-info {
  display: block;
  border: 3px solid #f7842c;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  background: #fff;
}
.shipping-block-info.-secondary {
  border-color: #0d025f;
}
.shipping-block-info.-tertiary {
  border-color: #1f6d75;
}
.shipping-block-info p {
  margin: 0;
  color: #f7842c;
}
.shipping-block-info.-secondary p {
  color: #0d025f;
}
.shipping-block-info.-tertiary p {
  color: #1f6d75;
}
.price-block-info {
  display: block;
  margin-top: 20px;
}
.price-block-info p {
  text-align: center;
  margin: 0;
}
.price-block-info .-price {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #f7842c;
}
.price-block-info .-price.-secondary {
  color: #0d025f;
}
.price-block-info .-price.-tertiary {
  color: #1f6d75;
}
@media (min-width: 1024px) {
  .price-block-info .-price {
    font-size: 38px;
  }
}
.rd-email-form ~ .wpcf7-response-output,
.rd-email-form {
  display: none !important;
}
.map-spotify-qrcode {
  margin: 0 auto 5px;
}
.map-spotify-qrcode img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.ilustration-group {
  flex-wrap: wrap;
}
.ilustration-group label {
  height: auto !important;
  text-align: center;
  padding: 0px;
  margin-bottom: 10px;
  border: none !important;
  box-shadow: none !important;
}
.ilustration-group label svg {
  height: auto;
}
.ilustration-group label img {
  width: 100%;
  height: 40px;
  margin: 0 auto 5px;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 5px;
  object-fit: contain;
  transition: none;
}
.ilustration-group input:checked + label img {
  border-color: #131d63;
}
.ilustration-group label p {
  font-size: 10px;
  line-height: 12px;
}
.ilustration-group label small {
  display: block;
  font-size: 8px;
  line-height: 10px;
}
.label-stile-group {
  flex-wrap: wrap;
}
.label-stile-group label {
  display: flex;
  align-items: center;
  height: auto !important;
}
.label-stile-group label svg {
  height: auto;
}
.label-stile-group label img {
  height: 84px;
  margin: 0 auto;
}
.custom-label-colors {
  flex-wrap: wrap;
}
.custom-label-colors label {
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 10px !important;
}
a[data-target="calc-shipping"] {
  display: none !important;
}
@font-face {
  font-family: "Agane";
  font-style: normal;
  font-weight: normal;
  src: local("Agane"), url("assets/fonts/agane-regular.woff") format("woff");
}
.map-content {
  position: relative;
  top: 0;
  width: 500px;
  height: 690px;
  box-shadow: 0 0 10px #000;
  border-color: #424242;
  border-style: inset;
  border-width: 20px;
}
.map-content:before {
  content: "" !important;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
}
.map-content .placeholder-info {
  content: none;
  position: absolute;
  top: 210px;
  left: 0px;
  font-size: 56px;
  font-family: sans-serif;
  line-height: 60px;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.5);
  z-index: 1;
  white-space: nowrap;
}
.map-content.-white {
  border-color: #fff;
}
.map-content.-wood {
  border-color: #bd9a74;
}
.map-content.-beige {
  border-color: #ead7a7;
}
.map-content.-pdf {
  border-image: none;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.map-content-scaled {
  display: block;
  position: absolute;
  width: 460px;
  height: 650px;
  background: #000;
}
.map-content-scaled:before {
  content: "";
  display: block;
  width: 410px;
  height: 600px;
  border-style: solid;
  border-width: var(--border-size);
  border-color: var(--selection-color);
  position: absolute;
  top: 25px;
  left: 25px;
  box-sizing: border-box;
}
.map-content-scaled:after {
  content: "";
  display: block;
  width: 460px;
  height: 650px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
.map-content-scaled.-gray-border:after {
  border-color: #dcdcdc;
}
.map-content-scaled canvas {
  max-width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
}
.map-content-scaled .-cborder {
  display: none;
  position: absolute;
  top: 38px;
  width: 380px;
  height: 450px;
  background-image: url(map-images/border-coordinates.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}
.map-content-scaled.-bc .-cborder {
  display: block;
}
.map-content-scaled.-bc.-bgwhite[data-color="black"] .-cborder {
  background-image: url(map-images/border-coordinates-black.svg);
}
.map-content-scaled.-bc.-bgwhite[data-color="blue"] .-cborder {
  background-image: url(map-images/border-coordinates-blue.svg);
}
.map-content-scaled.-bc.-bgwhite[data-color="green"] .-cborder {
  background-image: url(map-images/border-coordinates-green.svg);
}
.map-content-scaled.-bc.-bgwhite[data-color="pink"] .-cborder {
  background-image: url(map-images/border-coordinates-pink.svg);
}
.map-content-scaled.-bc.-bgwhite[data-color="grey"] .-cborder {
  background-image: url(map-images/border-coordinates-grey.svg);
}
.map-content-scaled.-border-double .-cborder {
  background-image: url(map-images/border-dupla.svg);
  display: block;
  width: 384px;
}
.map-content-scaled.-border-double.-bgwhite[data-color="black"] .-cborder {
  background-image: url(map-images/border-dupla-black.svg);
}
.map-content-scaled.-border-double.-bgwhite[data-color="blue"] .-cborder {
  background-image: url(map-images/border-dupla-blue.svg);
}
.map-content-scaled.-border-double.-bgwhite[data-color="green"] .-cborder {
  background-image: url(map-images/border-dupla-green.svg);
}
.map-content-scaled.-border-double.-bgwhite[data-color="pink"] .-cborder {
  background-image: url(map-images/border-dupla-pink.svg);
}
.map-content-scaled.-border-double.-bgwhite[data-color="grey"] .-cborder {
  background-image: url(map-images/border-dupla-grey.svg);
}
.map-text *,
.map-info * {
  font-family: "Agane", "Roboto";
}
.-custom-font-family .map-text *,
.-custom-font-family .map-info * {
  font-family: "Courgette";
}
.map-content.-custom .map-text {
  position: absolute;
  top: 0;
}
.map-content.-custom .map-text p {
  font-size: 18px;
  line-height: 20px;
}
.map-content.-custom .map-content-scaled:before {
  content: none;
}
.map-content.-custom .map-content-scaled .-cborder {
  top: 108px;
  width: 430px;
}
.map-content.-custom .map-content-scaled.-border-double .-cborder {
  top: 107px;
  width: 436px;
}
.map-content.-custom .map-info {
  bottom: 15px;
}
.map-content.-custom .map-content-scaled canvas {
  top: 50%;
  transform: translate(-50%, -50%) scale(0.85);
}
.map-content .map-text {
  width: 100%;
  height: 120px;
  display: grid;
  position: absolute;
  top: 407px;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
}
.map-content .map-text * {
  font-size: 9px;
  line-height: 13px;
}
.map-content .map-text p {
  max-width: 290px;
  margin: auto;
  overflow-wrap: break-word;
  line-height: 10px;
}
.map-content .map-info {
  width: 100%;
  position: absolute;
  bottom: 45px;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
}
.map-content .map-info * {
  font-size: 9px;
  line-height: 13px;
}
.map-content .map-info p {
  margin: 0;
}
.map-content .map-info p.-title {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
}
.map-content .map-info .-address {
  white-space: nowrap;
}
.map-container #mapSnapshotBlock.-pdf #mapSnapshot {
  width: 460px;
  height: 650px;
}
.map-container #mapSnapshotBlock.-pdf .map-content {
  border: none;
  width: 460px;
  height: 650px;
  box-shadow: none;
}
.-locations {
  position: relative;
  width: 100%;
}
.-locations.-loading:before {
  width: 30px;
  left: unset;
  right: 0;
  background-color: unset;
}
.-locations.-loading:after {
  left: unset;
  transform: translateY(-50%);
  right: 10px;
}
.locations-results {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1;
  background: #fff;
}
.locations-results li {
  display: block;
  list-style: none;
  font-size: 14px;
  padding: 10px 5px;
  cursor: pointer;
}
.locations-results .map-content .map-info p.-title li + li {
  border-top: 1px solid #c9c9c9;
}
#celestial-form {
  position: absolute;
  left: -999999px;
}
.planet-map.map-content:before {
  text-shadow: 0px 0px 0px #000;
}
.planet-map #map-planet-simulator {
  position: absolute;
  top: 20px;
  left: 20px;
}
.planet-map #map-planet-simulator .canvas-block {
  transform: scale(0.21);
}
.planet-map.-bg-stars #map-planet-simulator:before {
  content: "";
  width: 375px;
  height: 375px;
  background-image: url("assets/images/bg-stars.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 24px;
  left: 21px;
}
.planet-map.-custom.-bg-stars #map-planet-simulator:before {
  width: 417px;
  height: 417px;
  top: 23px;
  left: 20px;
}
.planet-map.map-content .map-text {
  top: 450px;
}
.planet-map.map-content .map-text p {
  width: 200px;
  margin-left: 91px;
}
.planet-map.map-content .map-info {
  right: 40px;
  bottom: 45px;
}
.planet-map.-custom #map-planet-simulator {
  top: 93px;
  left: 2px;
}
.planet-map.-custom #map-planet-simulator .canvas-block {
  transform: scale(0.23);
}
.planet-map.map-content.-custom .map-text {
  top: 0;
}
.planet-map.map-content.-custom .map-text p {
  width: 340px;
  margin: auto;
}
.planet-map.map-content.-custom .map-info {
  right: unset;
  bottom: 55px;
}
.planet-map.map-content.-custom2 .map-text {
  top: 427px;
}
.planet-map.map-content.-custom2 .map-text p {
  max-width: 340px;
  width: unset;
  margin: auto;
}
.planet-map.map-content.-custom2 .map-info {
  right: -80px;
  bottom: 52px;
}
.planet-map.map-content.-custom2 .map-info p.-title {
  max-width: 162px;
}
.map-planet-options .accordion-steps button:hover,
.map-planet-options .accordion-steps button:focus,
.map-planet-options .accordion-steps button.active {
  background-color: #0d025f;
}
.map-planet-options #layout-3 .-title {
  top: -90px;
}
.map-planet-options #layout-3 .-info {
  bottom: 12px;
}
.map-planet-options #layout-3 .-circle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.map-planet-options #layout-3 .-text {
  display: none;
}
.map-planet-options #layout-3 .-title {
  position: absolute;
  top: -95px;
  transform: translateX(-50%);
  left: 50%;
}
.map-planet-options .layout-card .-circle {
  border-width: 2px;
}
.map-planet-options .layout-card .-circle span {
  font-size: 46px;
  line-height: 48px;
}
.map-planet-options .accordion .btn-link {
  color: #0d025f;
}
.map-planet-options .-poster-color {
  display: flex;
  justify-content: space-between;
}
.map-planet-options .-poster-color > div {
  width: 47.5%;
}
.map-planet-options .-poster-color > div > label {
  width: 100%;
  height: 100px;
  border-radius: 10px;
}
.map-planet-options input:checked + .slider {
  background: #0d025f;
}
.-poster-color .planet-map-color {
  display: grid;
  width: 100%;
  height: 100px;
  background: #000;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}
.-poster-color .planet-map-color span {
  margin: auto;
  height: 58px;
  font-size: 56px;
  line-height: 58px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.-poster-color label[for="poster-2"] .planet-map-color {
  background: #fff;
}
.-poster-color label[for="poster-2"] .planet-map-color span {
  color: #000;
  border-color: #000;
}
.planet-map .planet-subs {
  position: absolute;
  bottom: 40px;
  right: 45px;
  font-family: "Agane";
  font-size: 10px;
  line-height: 1.55;
  color: #fff;
  transform: scale(0.55);
}
.planet-map .planet-subs * {
  line-height: 1.55;
}
.-custom-font-family .planet-subs {
  font-family: "Courgette";
}
.planet-map .planet-subs li {
  position: relative;
  list-style: none;
}
.planet-map .planet-subs li:before {
  content: "●";
  position: absolute;
  top: -5px;
  left: -15px;
  color: #ff0;
  font-size: 15px;
  line-height: 22px;
}
.planet-map .planet-subs li.-sun:before {
  font-size: 30px;
  left: -19px;
}
.planet-map .planet-subs li.-mercury:before {
  font-size: 10px;
  left: -13px;
  color: #d7b889;
}
.planet-map.-custom2 .planet-subs li.-mercury,
.planet-map.-custom .planet-subs li.-mercury {
  margin-top: -11px;
  margin-left: 2px;
}
.planet-map .planet-subs li.-venus:before {
  font-size: 12px;
  left: -14px;
  color: #ed6b06;
}
.planet-map.-custom2 .planet-subs li.-venus,
.planet-map.-custom .planet-subs li.-venus {
  margin-top: -4px;
  margin-left: -23px;
}
.planet-map .planet-subs li.-earth:before {
  font-size: 16px;
  left: -15px;
  color: #41c0f0;
}
.planet-map.-custom2 .planet-subs li.-earth,
.planet-map.-custom .planet-subs li.-earth {
  margin-top: -1px;
  margin-left: -10px;
}
.planet-map .planet-subs li.-mars:before {
  font-size: 14px;
  left: -14px;
  color: #c81517;
}
.planet-map.-custom2 .planet-subs li.-mars,
.planet-map.-custom .planet-subs li.-mars {
  margin-top: -1px;
  margin-left: -6px;
}
.planet-map .planet-subs li.-jupiter:before {
  font-size: 20px;
  left: -15px;
  color: #f19882;
}
.planet-map.-custom2 .planet-subs li.-jupiter,
.planet-map.-custom .planet-subs li.-jupiter {
  margin-top: -3px;
  margin-left: -8px;
}
.planet-map .planet-subs li.-saturn:before {
  font-size: 15px;
  left: -14px;
  color: #b38041;
}
.planet-map.-custom2 .planet-subs li.-saturn,
.planet-map.-custom .planet-subs li.-saturn {
  margin-top: -4px;
  margin-left: -15px;
}
.planet-map .planet-subs li.-uranus:before {
  font-size: 17px;
  left: -14px;
  color: #009db4;
}
.planet-map.-custom2 .planet-subs li.-uranus,
.planet-map.-custom .planet-subs li.-uranus {
  margin-top: -1px;
  margin-left: -18px;
}
.planet-map .planet-subs li.-neptune:before {
  font-size: 14px;
  left: -14px;
  color: #0d62aa;
}
.planet-map.-custom2 .planet-subs li.-neptune,
.planet-map.-custom .planet-subs li.-neptune {
  margin-top: -4px;
  margin-left: -9px;
}
.planet-map.-custom .planet-subs {
  right: 150px;
  bottom: 27px;
}
.planet-map.-custom.-custom-font-family .planet-subs {
  right: 136px;
}
.planet-map.-custom .planet-subs ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.planet-map.-custom .planet-subs ul li {
  transform: rotate(-45deg);
}
.planet-map.-custom2 .planet-subs {
  right: 210px;
  bottom: 58px;
}
.planet-map.-custom2 .planet-subs ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.planet-map.-custom2 .planet-subs ul li {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .modal-planet .modal-body .map-content {
    top: -200px !important;
  }
}
#custom-map-page .map-content-scaled svg {
  max-width: 450px;
  height: 400px;
  margin: 35px auto 0;
  display: block;
  transform: scale(0.9);
}
#custom-map-page .map-content-scaled img.svg {
  display: none;
}
#custom-map-page .map-content-scaled svg * {
  fill: #fff;
}
#custom-map-page .map-content-scaled svg * {
  fill: var(--selection-color);
}
#custom-map-page .map-content.-custom .map-content-scaled {
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-map-page .map-content.-custom svg {
  margin: 0;
  transform: scale(1.05);
}
#custom-map-page .map-content .map-info .-title {
  border: none;
}
#custom-map-page .map-content.-custom .map-info,
#custom-map-page .map-content.-custom2 .map-info {
  right: 0 !important;
}
.signos-map .map-content-scaled:before {
  border: none !important;
}
#signos-kids-map-page .-bg-stars[data-bg="asphalt"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="asphalt"] .map-content-scaled {
  background: #182831;
}
#signos-kids-map-page .-bg-stars[data-bg="asphalt"] p,
#signos-map-page .-bg-stars[data-bg="asphalt"] p {
  color: #fff;
}
#signos-kids-map-page
  .-bg-stars[data-bg="asphalt"]
  #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="asphalt"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-asphalt.png");
}
#signos-kids-map-page .-bg-stars[data-bg="nautical"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="nautical"] .map-content-scaled {
  background: #fdf7ef;
}
#signos-kids-map-page .-bg-stars[data-bg="nautical"] p,
#signos-map-page .-bg-stars[data-bg="nautical"] p {
  color: #172731;
}
#signos-kids-map-page
  .-bg-stars[data-bg="nautical"]
  #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="nautical"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-nautical.png");
}
#signos-kids-map-page .-bg-stars[data-bg="modern"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="modern"] .map-content-scaled {
  background: #fff;
}
#signos-kids-map-page .-bg-stars[data-bg="modern"] p,
#signos-map-page .-bg-stars[data-bg="modern"] p {
  color: #000;
}
#signos-kids-map-page .-bg-stars[data-bg="modern"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="modern"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-modern.png");
  border: 1px solid;
}
#signos-kids-map-page .-bg-stars[data-bg="cloud"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="cloud"] .map-content-scaled {
  background: #a1aeb8;
}
#signos-kids-map-page .-bg-stars[data-bg="cloud"] p,
#signos-map-page .-bg-stars[data-bg="cloud"] p {
  color: #fff;
}
#signos-kids-map-page .-bg-stars[data-bg="cloud"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="cloud"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-cloud.png");
}
#signos-kids-map-page .-bg-stars[data-bg="bright"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="bright"] .map-content-scaled {
  background: #fff;
}
#signos-kids-map-page .-bg-stars[data-bg="bright"] p,
#signos-map-page .-bg-stars[data-bg="bright"] p {
  color: #000;
}
#signos-kids-map-page .-bg-stars[data-bg="bright"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="bright"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-bright.png");
}
#signos-kids-map-page .-bg-stars[data-bg="dark"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="dark"] .map-content-scaled {
  background: #222;
}
#signos-kids-map-page .-bg-stars[data-bg="dark"] p,
#signos-map-page .-bg-stars[data-bg="dark"] p {
  color: #fff;
}
#signos-kids-map-page .-bg-stars[data-bg="dark"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="dark"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-dark.png");
}
#signos-kids-map-page .-bg-stars[data-bg="gaia"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="gaia"] .map-content-scaled {
  background: #f9f1e7;
}
#signos-kids-map-page .-bg-stars[data-bg="gaia"] p,
#signos-map-page .-bg-stars[data-bg="gaia"] p {
  color: #172731;
}
#signos-kids-map-page .-bg-stars[data-bg="gaia"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="gaia"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-gaia.png");
}
#signos-kids-map-page .-bg-stars[data-bg="kids1"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="kids1"] .map-content-scaled {
  background: #85bef5;
}
#signos-kids-map-page .-bg-stars[data-bg="kids2"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="kids2"] .map-content-scaled {
  background: #e59eb0;
}
#signos-kids-map-page .-bg-stars[data-bg="kids3"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="kids3"] .map-content-scaled {
  background: #555450;
}
#signos-kids-map-page .-bg-stars[data-bg="kids1"] p,
#signos-kids-map-page .-bg-stars[data-bg="kids2"] p,
#signos-map-page .-bg-stars[data-bg="kids1"] p,
#signos-map-page .-bg-stars[data-bg="kids2"] p {
  color: #fff;
}
#signos-kids-map-page .-bg-stars[data-bg="kids3"] p,
#signos-map-page .-bg-stars[data-bg="kids3"] p {
  color: #666664;
}
#signos-kids-map-page .-bg-stars[data-bg="kids3"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="kids3"] .map-content-scaled {
  background: #fcfae3;
}
#signos-kids-map-page .-bg-stars[data-bg="kids1"] #map-planet-simulator:before,
#signos-kids-map-page .-bg-stars[data-bg="kids2"] #map-planet-simulator:before,
#signos-kids-map-page .-bg-stars[data-bg="kids3"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="kids1"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="kids2"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="kids3"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-light.svg");
}
#signos-kids-map-page .-bg-stars[data-bg="kids4"] #map-planet-simulator:before,
#signos-map-page .-bg-stars[data-bg="kids4"] #map-planet-simulator:before {
  background-image: url("assets/images/bg-stars-kids4.svg");
}
#signos-kids-map-page .-bg-stars[data-bg="kids4"] p,
#signos-map-page .-bg-stars[data-bg="kids4"] p {
  color: #89a596;
}
#signos-kids-map-page .-bg-stars[data-bg="kids4"] .map-content-scaled,
#signos-map-page .-bg-stars[data-bg="kids4"] .map-content-scaled {
  background: #fff6ed;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator,
#signos-map-page .-bg-stars #map-planet-simulator {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 375px;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator:before,
#signos-map-page .-bg-stars #map-planet-simulator:before {
  top: 0 !important;
  left: 0 !important;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator img,
#signos-map-page .-bg-stars #map-planet-simulator img {
  position: relative;
  max-width: 100%;
  height: auto;
  max-height: 250px;
}
#signos-kids-map-page .-bg-stars .map-text,
#signos-map-page .-bg-stars .map-text {
  top: 470px !important;
}
#signos-kids-map-page .-bg-stars .map-text .text-signo,
#signos-map-page .-bg-stars .map-text .text-signo {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}
#signos-kids-map-page .-bg-stars .map-text .text-signo-info,
#signos-map-page .-bg-stars .map-text .text-signo-info {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0 !important;
  letter-spacing: 3px;
}
#signos-kids-map-page .-bg-stars .map-text .text-signo-data,
#signos-map-page .-bg-stars .map-text .text-signo-data {
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
#signos-kids-map-page .-bg-stars .map-text .text-signo {
  margin-bottom: 0px;
}
#signos-kids-map-page .-bg-stars .map-text .text-signo {
  font-size: 26px;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 440px;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator:before {
  width: 440px;
  height: 440px;
}
#signos-kids-map-page .-bg-stars #map-planet-simulator img {
  max-height: 280px;
  z-index: 1;
}
.-ilustration-simbolo,
.-ilustration-constelacao {
  display: none;
}
[data-ilustration="simbolo"] .-ilustration-simbolo {
  display: flex;
}
[data-ilustration="constelacao"] .-ilustration-constelacao {
  display: flex;
}
.signos-map.map-content.-custom2 .map-text p {
  max-width: 440px;
}
#signos-kids-map-page
  .signos-map.map-content.-custom2
  .map-text
  p.preview-message {
  max-width: 220px;
}
.signos-map.-custom-font-family .text-signo {
  font-family: "WindSong";
}
.signos-map.-custom-font-family .text-signo-info,
.signos-map.-custom-font-family .text-signo-data {
  font-family: serif;
}
#signos-kids-map-page #map-planet-simulator {
  position: relative;
}
#signos-kids-map-page #map-planet-simulator i {
  display: none;
  position: absolute;
  width: 40px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(1) {
  top: 20px;
  left: 180px;
  width: 20px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(2) {
  top: 100px;
  left: 45px;
  width: 25px;
  height: 25px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(3) {
  top: 200px;
  left: 13px;
  width: 30px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(4) {
  bottom: 25px;
  left: 121px;
  width: 20px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(5) {
  top: 30px;
  right: 145px;
  width: 25px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(6) {
  top: 125px;
  right: 31px;
  width: 25px;
  height: 25px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(7) {
  bottom: 60px;
  right: 85px;
  width: 20px;
  height: 20px;
}
#signos-kids-map-page #map-planet-simulator i:nth-child(8) {
  bottom: 23px;
  right: 150px;
  width: 25px;
  height: 25px;
}
#signos-kids-map-page
  .map-content.-bg-stars-kids[data-active-bg-stars="bg-stars-kids-1"]
  #map-planet-simulator
  i {
  display: block;
  z-index: 1;
}
#signos-kids-map-page #map-planet-simulator:after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 95%;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}
#signos-kids-map-page .-bg-stars .map-text {
  top: 470px;
  height: 160px;
}
#signos-kids-map-page .-bg-stars[data-bg="kids1"] #map-planet-simulator:after {
  border-color: #85bef5;
}
#signos-kids-map-page .-bg-stars[data-bg="kids2"] #map-planet-simulator:after {
  border-color: #e59eb0;
}
#signos-kids-map-page .-bg-stars[data-bg="kids3"] #map-planet-simulator:after {
  border-color: none;
}
#signos-kids-map-page .-bg-stars[data-bg="kids4"] #map-planet-simulator:after {
  border-color: #fff6ed;
}
#signos-kids-map-page
  .-bg-stars[data-active-bg-stars="bg-stars-kids-2"]
  #map-planet-simulator:after {
  background-image: url("assets/images/bg-stars-kids-2.png");
  background-size: contain;
}
:root {
  --selection-color: #fff;
  --border-size: 5px;
  --translate: 0;
}
.map-page,
.map-page body {
  overflow: hidden;
  min-height: unset;
}
.map-canvas,
.map-placeholder {
  display: none;
  max-width: 500px !important;
  width: 90%;
  max-height: 90%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.map-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.map-container .label-default,
.map-container .switch-group > span,
.map-container #control-panel input,
.map-container #control-panel label {
  font-weight: 400;
  font-size: 3.93vw;
  letter-spacing: 0.27vw;
}
.map-container > form {
  display: none;
}
.map-container #mapSnapshotBlock {
  position: absolute;
  pointer-events: none;
  transform: scale(0.3);
  margin-top: -250px;
}
@media (min-width: 768px) {
  .map-container #mapSnapshotBlock {
    transform: scale(0.6);
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .map-container #mapSnapshotBlock {
    transform: scale(1);
    margin-top: 0;
  }
}
.map-container #mapSnapshotBlock #mapSnapshot {
  width: 500px;
  height: 690px;
}
.map-container #preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 20px;
  background-image: url("assets/images/map-bg-v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.map-container #preview .modal-trigger {
  position: absolute;
  bottom: 25px;
  right: 5px;
}
.map-container #preview.-loading + #control-panel {
  pointer-events: none;
}
@media (max-width: 767px) {
  .map-container #preview {
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1;
    width: 100%;
    min-height: 35vh;
    height: 35vh;
  }
}
@media (max-width: 767px) {
  .map-container #control-panel {
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    height: 65vh;
    margin-top: -10px;
  }
}
.map-container
  #control-panel[data-active="1"]
  .control-panel-menu
  button:nth-child(1) {
  background: #131d63;
  color: #fff;
}
.map-container #control-panel[data-active="1"] .control-panel-items {
  margin-left: 0;
}
.map-container
  #control-panel[data-active="2"]
  .control-panel-menu
  button:nth-child(2) {
  background: #131d63;
  color: #fff;
}
.map-container #control-panel[data-active="2"] .control-panel-items {
  margin-left: -100vw;
}
.map-container
  #control-panel[data-active="3"]
  .control-panel-menu
  button:nth-child(3) {
  background: #131d63;
  color: #fff;
}
.map-container #control-panel[data-active="3"] .control-panel-items {
  margin-left: -200vw;
}
.map-container
  #control-panel[data-active="4"]
  .control-panel-menu
  button:nth-child(4) {
  background: #131d63;
  color: #fff;
}
.map-container #control-panel[data-active="4"] .control-panel-items {
  margin-left: -300vw;
}
.map-container
  #control-panel[data-active="5"]
  .control-panel-menu
  button:nth-child(5) {
  background: #131d63;
  color: #fff;
}
.map-container #control-panel[data-active="5"] .control-panel-items {
  margin-left: -400vw;
}
.map-container .control-panel-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  border-bottom: 1px solid #cacaca;
  background: #e2dfdf;
}
.map-container .control-panel-menu > button {
  flex: 1 1 auto;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 767px) {
  .map-container .control-panel-menu > button {
    height: 12.86vw;
    line-height: 12.86vw;
    font-size: 3.5vw;
    letter-spacing: 0.48vw;
  }
}
.map-container .control-panel-items {
  overflow: hidden;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  position: relative;
  transition: margin-left 0.5s;
  background: #f0f0f0;
}
.map-container .control-panel-items.-pdf .border-type-block,
.map-container .control-panel-items.-azulejo .border-type-block {
  display: none;
}
@media (min-width: 1024px) {
  .map-container .control-panel-items {
    max-height: 100vh;
    min-height: 100vh;
  }
}
.map-container .control-panel-items > .item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3vw;
  overflow-y: scroll;
}
.map-container .control-panel-items > .item:nth-child(1) {
  left: 0;
}
.map-container .control-panel-items > .item:nth-child(2) {
  left: 100vw;
}
.map-container .control-panel-items > .item:nth-child(3) {
  left: 200vw;
}
.map-container .control-panel-items > .item:nth-child(4) {
  left: 300vw;
}
.map-container .control-panel-items > .item:nth-child(5) {
  left: 400vw;
}
@media (max-width: 1023px) {
  .map-container .control-panel-items > .item {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .map-container .control-panel-items > .item {
    margin-bottom: 125px;
  }
}
.map-container .buy-button,
.map-container .control-panel-items > .item .next {
  background: #131d63;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .map-container .buy-button,
  .map-container .control-panel-items > .item .next {
    font-size: 5.36vw;
    min-height: 11.96vw;
    max-height: 11.96vw;
    letter-spacing: 0.57vw;
  }
}
.map-container .control-panel-items > .item .item-block {
  margin-bottom: 15px;
}
.map-container .control-panel-items > .item .item-block > input[type="email"],
.map-container .control-panel-items > .item .item-block > input[type="text"] {
  width: 100%;
}
.map-container .control-panel-items > .item .item-block > label {
  display: block;
  color: #000;
  margin-bottom: 2vw;
}
.map-container
  .control-panel-items
  > .item
  .item-block.hide-hour-block
  .switch-group
  > span {
  display: block;
  color: #000;
}
.map-container .control-panel-items > .item .item-block .map-color-item {
  background-image: url("assets/images/stars.png");
}
.map-container
  .control-panel-items
  > .item
  .item-block
  .map-color-item.-planet {
  background-image: url("assets/images/orbit-black.png");
  height: 80px;
  background-size: 60px !important;
}
.map-container
  .control-panel-items
  > .item
  .item-block
  .map-color-item.-planet[for="map-color-black"] {
  background-image: url("assets/images/orbit-white.png");
}
.map-container .control-panel-items > .item .item-block .border-item {
  background-size: 18vw;
}
.map-container .control-panel-items > .item .item-block .sky-details {
  background-size: 7vw;
}
.map-container
  .control-panel-items
  > .item
  .item-block
  input:checked
  + .map-size-item {
  background: #656565;
  color: #fff;
}
.map-container .control-panel-items > .item .item-block .map-size-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: unset;
  font-size: 3vw;
  padding: 3vw 6vw;
  background: #fff;
  border: none;
  color: #000;
  margin-bottom: 10px;
}
.map-container .control-panel-items > .item .item-block .map-size-item strong {
  font-weight: bold;
}
.map-container .control-panel-items > .item .item-block .map-frame-color-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  color: #000;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
}
.map-container
  .control-panel-items
  > .item
  .item-block
  .map-frame-color-item--wood {
  display: none;
}
.map-container
  .control-panel-items.-premium
  > .item
  .item-block
  .map-frame-color-item--beige {
  display: none;
}
.map-container
  .control-panel-items.-premium
  > .item
  .item-block
  .map-frame-color-item--wood {
  display: flex;
}
.map-container
  .control-panel-items
  > .item
  .item-block
  input:checked
  + .map-frame-color-item {
  border-color: #131d63;
}
.map-container .control-panel-items > .item .item-block .layout-map {
  padding: 0 !important;
  width: 87px !important;
  height: 130px;
  margin-right: 20px !important;
  box-sizing: border-box;
  background-size: auto;
}
.map-container .finish-block .item-block {
  margin-bottom: 15px;
}
.map-container .finish-block > .price-block-info {
  text-align: center;
  margin-bottom: 15px;
}
.map-container .finish-block > .price-block-info > .-price {
  font-size: 5vw;
  line-height: 8vw;
  font-weight: bold;
  color: #131d63;
}
.map-container .finish-block > .price-block-info #current-price {
  font-size: 8vw;
  line-height: 10vw;
  font-weight: bold;
  color: #131d63;
}
.map-container #control-panel .control-panel-items > .item .next-block {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .map-container {
    flex-direction: row;
  }
  .map-container .label-default,
  .map-container .switch-group > span,
  .map-container #control-panel input,
  .map-container #control-panel label {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .map-container #preview {
    width: calc(100vw - 400px);
  }
  .map-container #preview .preview-item {
    padding: 20px;
  }
  .map-container #preview .modal-trigger {
    right: unset;
    left: 5px;
  }
  .map-container #control-panel {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .map-container #control-panel[data-active="1"] .control-panel-items {
    margin-left: 0;
  }
  .map-container
    #control-panel[data-active="1"]
    .control-panel-items
    .item:nth-child(1)
    .next-block {
    display: block;
  }
  .map-container #control-panel[data-active="2"] .control-panel-items {
    margin-left: -400px;
  }
  .map-container
    #control-panel[data-active="2"]
    .control-panel-items
    .item:nth-child(2)
    .next-block {
    display: block;
  }
  .map-container #control-panel[data-active="3"] .control-panel-items {
    margin-left: -800px;
  }
  .map-container
    #control-panel[data-active="3"]
    .control-panel-items
    .item:nth-child(3)
    .next-block {
    display: block;
  }
  .map-container #control-panel[data-active="4"] .control-panel-items {
    margin-left: -1200px;
  }
  .map-container
    #control-panel[data-active="4"]
    .control-panel-items
    .item:nth-child(4)
    .next-block {
    display: block;
  }
  .map-container #control-panel[data-active="5"] .control-panel-items {
    margin-left: -1600px;
  }
  .map-container
    #control-panel[data-active="5"]
    .control-panel-items
    .item:nth-child(5)
    .next-block {
    display: block;
  }
  .map-container #control-panel .control-panel-menu > button {
    height: 50px;
    font-size: 20px;
    list-style: none;
    letter-spacing: 0;
  }
  .map-container #control-panel .control-panel-items {
    overflow: hidden;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    position: relative;
    transition: margin-left 0.5s;
  }
  .map-container #control-panel .control-panel-items > .item {
    width: 400px;
    justify-content: flex-start;
    left: unset;
    padding: 15px 15px 70px;
  }
  .map-container #control-panel .control-panel-items > .item:nth-child(1) {
    margin-left: 0;
  }
  .map-container #control-panel .control-panel-items > .item:nth-child(2) {
    margin-left: 400px;
  }
  .map-container #control-panel .control-panel-items > .item:nth-child(3) {
    margin-left: 800px;
  }
  .map-container #control-panel .control-panel-items > .item:nth-child(4) {
    margin-left: 1200px;
  }
  .map-container #control-panel .control-panel-items > .item:nth-child(5) {
    margin-left: 1600px;
  }
  .map-container #control-panel .control-panel-items > .item .next-block {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    background: #f0f0f0;
    padding: 15px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .map-container #control-panel .control-panel-items > .item .buy-button,
  .map-container #control-panel .control-panel-items > .item .next {
    height: 40px;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    > label {
    margin-bottom: 10px;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    .map-color-item {
    background-size: 80%;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    .border-item {
    background-size: 80%;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    .map-size-item {
    padding: 10px 15px;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    .map-frame-color-item {
    height: 66px;
    font-size: 12px;
    font-weight: bold;
  }
  .map-container
    #control-panel
    .control-panel-items
    > .item
    .item-block
    .sky-details {
    background-size: 70%;
  }
  .map-container .finish-block > .price-block-info > .-price {
    font-size: 32px;
    line-height: 38px;
  }
  .map-container .finish-block > .price-block-info #current-price {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .map-container #preview .modal-trigger {
    display: none;
  }
}
#control-panel input[type="text"],
#control-panel input[type="email"],
#control-panel textarea,
#control-panel select {
  background: #fff !important;
  border: none !important;
  border-radius: 4px !important;
}
#control-panel input[type="email"],
#control-panel textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.locations-results.active li {
  display: block;
}
.locations-results li {
  display: none;
}
body:not(.woocommerce-cart) .cart_item .variation,
.variation-LinkdoPDF,
.variation-LinkdoSVG {
  display: none !important;
}
.modal-block #mapSnapshotBlock {
  transform: scale(0.7) translate(-24%, -10%);
}
@media (min-width: 415px) {
  .modal-block #mapSnapshotBlock {
    transform: scale(0.7) translate(-17%, -10%);
  }
}
@media (min-width: 768px) {
  .modal-block #mapSnapshotBlock {
    transform: scale(0.8) translate(10%, -10%);
  }
}
.single-product .wc-pao-addon-container {
  display: none;
}
.product-addon-totals li {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-addon-totals li:not(.wc-pao-subtotal-line) {
  display: none;
}
.single-product button[name="add-to-cart"] {
  display: none;
}
#pendant-simulator canvas {
  transform: translate(-28%, -31%) scale(0.42) rotateX(34deg) rotateY(162deg)
    rotateZ(-90deg);
}
#pendant-simulator {
  width: 350px;
  height: 350px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#pendant-simulator._gold {
  background-image: url("../../images/pingente-dourado.png");
}
.loader-modal[data-visible="true"] {
  display: block !important;
  background: hsla(0, 0%, 100%, 0.7);
}
.loader-modal[data-visible="true"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../../images/planetgif.gif");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.single-product-container,
.pendant-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-top: 40px;
  margin: 40px auto 0;
}
.single-product-container label,
.pendant-container label {
  cursor: pointer;
}
.single-product-container img,
.pendant-container img {
  pointer-events: none;
}
.single-product-container .product-detail,
.pendant-container .product-detail {
  max-width: 500px;
}
@media (min-width: 1024px) {
  .single-product-container,
  .pendant-container {
    flex-direction: row;
    margin-top: 65px;
  }
  .single-product-container .product-detail,
  .pendant-container .product-detail {
    order: -1;
  }
}
.pendant-date label,
.pendant-date label input {
  max-width: 100%;
}
.pendant-container .quantity {
  display: none;
}
.pendant-container .-title {
  text-transform: uppercase;
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 20px !important;
  color: #1f6d75;
  margin: 0;
  font-weight: normal;
}
.pendant-container .-help-text {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: normal;
  margin-top: 0;
  color: #000;
  opacity: 1;
  font-size: 13px;
}
.product-block {
  margin-bottom: 15px;
}
#select-material,
#select-acabamento,
#pendant-chain {
  width: 100%;
}
.pendant-email-confirmation {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.pendant-email-confirmation label {
  margin-bottom: 5px;
}
.pendant-email-confirmation input {
  width: 100%;
  background: #fff;
}
.pendant-buy-trigger {
  width: 100%;
  font-size: 0.9rem !important;
  background: #1f6d75 !important;
  border-color: #1f6d75 !important;
  color: #fff;
}
.pendant-block-sku label span {
  font-weight: bold;
}
.pendant-block-sku label span.-sku-price {
  padding: 5px;
  background: #c9c9c9;
  color: #fff;
  border-radius: 10px;
  margin-top: -10px;
  display: block;
  max-width: 100px;
  margin: -25px auto 0;
  position: relative;
  border: 2px solid #c9c9c9;
}
.pendant-block-sku input:checked + label span.-sku-price {
  border: 2px solid #1f6d75;
  color: #1f6d75;
}
.pendant-chain-item {
  padding: 5px;
  background: #c9c9c9;
  color: #fff;
  border-radius: 10px;
  display: block;
  max-width: 100px;
  position: relative;
  border: 2px solid #c9c9c9;
  text-align: center;
  font-weight: bold;
}
.pendant-block-sku input:checked + label.pendant-chain-item {
  border: 2px solid #1f6d75;
  color: #1f6d75;
}
.pendant-block-sku input {
  display: none;
}
.pendant-block-sku input:checked + label {
  color: #1f6d75 !important;
}
.pendant-totals {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .product-gallery #pendant-simulator {
    transform: scale(0.8);
  }
  .pendant-totals {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .pendant-buy-trigger {
    font-size: 1rem !important;
  }
  .-scroll .znv-chat .znv-float-button,
  .znv-chat .znv-float-button {
    bottom: 65px !important;
  }
  .pendant-block-sku label span:not(.-sku-price) {
    display: block;
    height: 48px;
  }
}
.pendant-totals form {
  height: 0;
  display: none;
}
.single-product-container .quantity {
  max-width: 150px;
}
.single-product-container .quantity .qty,
.single-product-container .quantity .ui-spinner,
.single-product-container .quantity .ui-spinner-button {
  height: 100% !important;
  box-shadow: none !important;
  max-height: 50px !important;
}
div.product-addon-totals {
  padding: 0;
  border: 0;
  margin: 0;
}
div.product-addon-totals .price {
  font-size: 0;
}
.pendant-card-info {
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.pendant-card-info p {
  margin: 0;
}
.pendant-ratings-slider {
  display: flex;
  overflow: hidden;
}
.pendant-ratings-slider__item {
  min-width: 100%;
  animation: ratingSlider 10s infinite alternate;
}
@keyframes ratingSlider {
  0% {
    transform: translateX(0);
  }
  32% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-100%);
  }
  65% {
    transform: translateX(-100%);
  }
  66% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.card-acabamento {
  border: none;
  background: none;
}
.card-acabamento input:checked + .slider {
  background: #1f6d75 !important;
}
.single-product #shipping-calc {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .-pendant-shipping #shipping-calc {
    max-width: 380px;
  }
  .single-product #shipping-calc {
    margin-bottom: 0 !important;
  }
}
select {
  background: #fff !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.product-gallery {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
.product-gallery[data-gallery-count="0"] .flickity-page-dots,
.product-gallery[data-gallery-count="0"] .flickity-button {
  display: none;
}
.product-gallery-main {
  margin-bottom: 3px;
}
.product-gallery-main img {
  height: 300px;
}
.product-gallery-main img {
  display: block !important;
  object-fit: cover;
  width: 300px;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
  border-radius: 50%;
  margin: 0 auto;
}
.product-gallery-list {
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
}
.product-gallery-list > .flickity-viewport {
  overflow: visible !important;
}
.product-gallery-list .is-selected {
  box-shadow: 0 0 10px;
}
.product-gallery-list img {
  max-width: 75px;
  width: 75px;
  height: 75px;
  max-height: 75px;
  margin: 0 10px;
}
.product-gallery-list img {
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-gallery-main img {
    display: block !important;
    width: 500px;
    max-width: 500px;
    height: 500px;
    max-height: 500px;
  }
  .product-gallery-list .slick-slide,
  .product-gallery-list .slick-slide * {
    max-width: 100px;
    width: 100px;
    height: 100px;
    max-height: 100px;
    margin: 0 10px;
  }
}
.select-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("map-images/arrow-down.png") !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position-x: 95% !important;
  background-position-y: center !important;
}
.card-acabamento select,
.card-material select,
.pendant-chain-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("map-images/select-arrow-green.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position-x: 98% !important;
  background-position-y: center !important;
}
#stars-preview .map-content-scaled {
  position: unset;
  background: unset;
  width: unset;
  height: unset;
}
#stars-preview .map-content-scaled:after,
#stars-preview .map-content-scaled:before {
  content: unset;
}
#stars-preview canvas {
  position: relative;
  left: unset;
  transform: unset;
  border: unset;
}
@media (max-width: 1023px) {
  #stars-preview canvas {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1023px) {
  #stars-preview canvas {
    width: 500px;
    height: 500px;
  }
}
.product-card {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-card .image {
  width: 100%;
  height: 300px;
  background: #f0f0f0;
  overflow: hidden;
}
.product-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.product-card .info {
  padding: 10px;
}
.product-card:hover img {
  transform: scale(1.02) rotate(-1deg);
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-list .item {
  margin-bottom: 40px;
}
.blog-page-content {
  padding-top: 20px !important;
}
.blog-list > .more-trigger {
  display: block;
  width: 172px;
  margin: 12px auto 0;
}
@media (min-width: 1024px) {
  .blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.blog-list > .item {
  display: block;
  box-shadow: 0px 2px 9px rgba(0, 31, 29, 0.14);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.blog-list > .item > .image {
  height: 160px;
}
.blog-list > .item > .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list > .item > .text {
  padding: 16px 12px 20px;
}
.blog-list > .item > .text > .category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #131d63;
  margin-bottom: 12px;
}
.blog-list > .item > .text > .category > time {
  color: #757575;
}
.blog-list > .item > .text > .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 6px;
}
.blog-list > .item > .text > .description {
  display: -webkit-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
  margin-bottom: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-list > .item > .text > .tags {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #afafaf;
}
.blog-list > .item > .more-trigger {
  display: block;
  width: 172px;
  margin: 24px auto 0;
}
@media (min-width: 1024px) {
  .blog-list > .item {
    width: 32.5%;
  }
  .blog-list > .item > .text {
    padding: 22px;
  }
  .blog-list > .item > .text > .category {
    margin-bottom: 8px;
  }
  .blog-list > .item > .text > .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .blog-list > .item > .text > .description {
    margin-bottom: 6px;
  }
  .blog-list > .item > .text > .tags {
    font-size: 14px;
    line-height: 16px;
  }
  .blog-list > .item:hover img {
    transform: scale(1.01);
  }
}
.navigation.pagination {
  text-align: center;
  margin: 20px auto;
}
.single-post-content-header {
  width: 100%;
  margin: 20px 0 40px;
  text-align: center;
}
.single-post-content {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-post-content {
    flex-direction: unset;
  }
}
.single-post-content .text-content figure {
  display: block;
  height: auto !important;
}
.blocks-gallery-grid li {
  list-style: none !important;
}
@media (max-width: 768px) {
  .blocks-gallery-grid {
    flex-direction: column;
    align-items: center;
  }
}
progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #131d63;
}
progress[value]::-webkit-progress-bar {
  background-color: #d3cfd2;
  border-radius: 2px;
}
progress[value]::-webkit-progress-value {
  background-color: #131d63;
}
.readingProgressbar {
  height: 7px;
  top: 0px;
  left: 0;
  position: absolute;
  display: block;
}
@media (max-width: 1023px) {
  .-scroll .indice {
    top: 143px;
    transition: all 0.3s;
  }
}
.indice {
  position: sticky;
  top: 194px;
  background: #f0f0f0;
  padding: 17px 10px 10px;
  width: calc(100% + 32px);
  margin-left: -16px;
  order: -1;
  transition: all 0.3s;
}
.indice label {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.indice label:before {
  position: absolute;
  top: 5px;
  right: 3px;
  content: "›";
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}
.indice .indice-content {
  display: none;
}
.indice input[name="toggle-indice"]:checked + .indice-content {
  display: block;
  border-top: 1px solid #000;
  margin-top: 12px;
}
.indice * {
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
}
.indice-progress-bar {
  height: 7px;
  background: #d3cfd2;
}
.indice p {
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 0;
  color: #000;
  font-weight: bold;
}
.indice ul li {
  display: flex;
  align-items: center;
}
.indice ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #131d63;
  margin-right: 10px;
}
.indice ul li + li {
  margin-top: 8px;
}
.indice ul li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  transition: all 0.2s;
}
.indice ul li a:hover {
  color: #131d63;
}
@media (min-width: 1024px) {
  .indice {
    top: 20px;
    order: 2;
    min-width: 300px;
    max-width: 300px;
    margin: 0 0 0 20px;
  }
  .indice label:before {
    content: "";
  }
  .indice .indice-header {
    margin-bottom: 20px;
  }
  .indice .indice-content {
    display: block;
    border-top: 1px solid #000;
    margin-top: 12px;
  }
}
.main-footer {
  background: #131d63;
  padding-top: 32px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-footer {
    padding-bottom: 32px;
  }
}
.main-footer > .wrapper-1310 > .site-map {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 24px;
}
.main-footer > .wrapper-1310 > .site-map > .list {
  width: 160px;
  margin-bottom: 48px;
}
.main-footer > .wrapper-1310 > .site-map > .list.-security-seals > li {
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main-footer > .wrapper-1310 > .site-map > .list.-security-seals > li img {
  max-height: 95px;
}
.main-footer
  > .wrapper-1310
  > .site-map
  > .list.-security-seals
  > li
  img:first-child {
  margin-right: 10px;
}
.main-footer
  > .wrapper-1310
  > .site-map
  > .list.-security-seals
  > li.-google-seal {
  display: block;
}
.main-footer > .wrapper-1310 > .site-map > .list > li.title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.main-footer > .wrapper-1310 > .site-map > .list > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
@media (min-width: 1024px) {
  .main-footer > .wrapper-1310 > .site-map {
    justify-content: flex-start;
    margin-right: 0;
  }
  .main-footer > .wrapper-1310 > .site-map > .list {
    width: 25%;
    margin-bottom: 24px;
  }
  .main-footer > .wrapper-1310 > .site-map .list.-payment-methods {
    width: 300px;
  }
  .main-footer > .wrapper-1310 > .site-map > .list > li {
    margin-bottom: 16px;
  }
  .main-footer > .wrapper-1310 > .site-map > .list > li > a {
    line-height: 17px;
  }
}
.main-footer > .wrapper-1310 > .site-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 32px;
}
.main-footer > .wrapper-1310 > .site-info > small {
  display: block;
  margin-top: 32px;
  order: 2;
  color: #fff;
}
.main-footer > .wrapper-1310 > .site-info > img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .main-footer > .wrapper-1310 > .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .main-footer > .wrapper-1310 > .site-info > small {
    order: 1;
    margin: 0;
  }
  .main-footer > .wrapper-1310 > .site-info > img {
    margin: 0;
    order: 2;
  }
}
.under-footer {
  padding: 0 0 48px;
  background: #f6f6f6;
}
.under-footer strong {
  font-size: 18px;
  line-height: 24px;
}
.under-footer p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
body.woocommerce-cart {
  padding-top: 0;
}
@media (max-width: 1023px) {
  body.woocommerce-cart {
    padding-top: 124px;
  }
  body.admin-bar.woocommerce-cart {
    padding-top: 75px;
  }
}
.woocommerce-cart .blockUI.blockOverlay:before {
  content: none !important;
}
.woocommerce-cart h1 {
  text-align: center;
}
.woocommerce-cart > .woocommerce {
  padding-top: 32px;
}
.woocommerce-cart .cart_totals > h2,
.woocommerce-cart .over-footer {
  display: none;
}
.woocommerce-cart .cart_totals .order-total * {
  font-size: 24px;
  line-height: 32px;
  color: #131d63;
}
.woocommerce-cart .box-best-sellers {
  margin: 70px 0px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
.woocommerce-cart .woocommerce-cart-form .cart-actions-block {
  margin-top: 20px;
}
.woocommerce-cart .woocommerce-cart-form .cart-actions-block > .actions {
  display: flex;
  flex-direction: column;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.woocommerce-cart
  .woocommerce-cart-form
  .cart-actions-block
  > .actions
  > .button-default {
  order: -1;
  margin-bottom: 24px;
}
.woocommerce-cart .woocommerce-cart-form .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-cart-form .coupon:before,
.woocommerce-cart .woocommerce-cart-form .coupon:after {
  content: none !important;
}
.woocommerce-cart .-calc-shipping-button {
  display: inline-block;
}
.woocommerce-cart .-calc-shipping-button > .button-default {
  width: 110px;
  line-height: 21px;
  margin-left: 4px;
}
.woocommerce-cart #calc_shipping_postcode_field {
  padding: 0;
}
.woocommerce-cart #calc_shipping_postcode {
  background: #fff;
}
.woocommerce-cart #calc_shipping_postcode_field,
.woocommerce-cart .woocommerce-cart-form .coupon #coupon_code {
  display: inline-block;
  width: calc(100% - 155px);
  background: #fff;
}
.woocommerce-cart #calc_shipping_postcode_field input,
.woocommerce-cart .woocommerce-cart-form .coupon #coupon_code input {
  width: 100%;
  height: 48px;
}
.woocommerce-cart .shipping-calculator-form > label,
.woocommerce-cart .woocommerce-cart-form .coupon label {
  display: block !important;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 8px;
}
.woocommerce-cart .woocommerce-cart-form .coupon button[type="submit"] {
  line-height: 24px;
  margin-left: 8px;
  background: #131d63 !important;
  color: #fff !important;
}
@media (min-width: 1024px) {
  .woocommerce-cart h1 {
    text-align: center;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table {
    border-collapse: separate;
    border-spacing: 0 16px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none !important;
  }
  .woocommerce-cart .woocommerce-cart-form .cart-actions-block > td > * {
    margin-top: 20px;
  }
  .woocommerce-cart
    .woocommerce-cart-form
    .cart-actions-block
    > td
    > .button-default {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .coupon {
    float: none !important;
    width: 340px;
    margin-top: 0 !important;
  }
}
.woocommerce-cart .cart_item {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.woocommerce-cart .cart_item > .product-thumbnail {
  display: block !important;
}
.woocommerce-cart .cart_item > .product-thumbnail:before {
  content: none;
}
.woocommerce-cart .cart_item > .product-thumbnail img {
  width: 100px !important;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 1024px) {
  .woocommerce-cart .cart_item {
    display: flex;
    align-items: center;
    padding: 16px !important;
  }
  .woocommerce-cart .cart_item > .product-thumbnail img {
    width: 148px !important;
    margin: 0;
  }
}
.woocommerce-cart .cart-content {
  margin-top: 16px;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-content > .cart-collaterals > .cart_totals {
  background: #f6f6f6;
  padding: 10px;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .search-zipcode {
  text-decoration: underline;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .choose-method {
  color: #757575;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .card-message-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  margin-top: -26px;
  color: #757575;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .woocommerce_methods_shipping_message {
  text-align: center;
  background-color: #efefef;
  border: 0.9px solid #c4c4c4;
  border-radius: 4px;
  min-height: 165px;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .woocommerce_methods_shipping_message
  .woocommerce_methods_shipping_message_text,
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .woocommerce_methods_shipping_message
  .card-message-text {
  color: #ec496d;
  font-size: 14px;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .notice-shipping {
  color: #757575;
  font-weight: bold;
  font-size: 16px;
  font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-style: normal;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .notice-shipping
  strong {
  color: #333;
}
.woocommerce-cart
  .cart-content
  > .cart-collaterals
  > .cart_totals
  .notice-shipping
  a {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .woocommerce-cart .cart-content > .cart-collaterals > .cart_totals {
    margin-top: 40px;
    border-radius: 6px;
    padding: 10px 23px 30px;
  }
  .woocommerce-cart
    .cart-content
    > .cart-collaterals
    > .cart_totals
    .notice-shipping
    a {
    display: inline-block;
    float: none;
  }
}
@media (min-width: 1024px) {
  .woocommerce-cart .cart-content {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-cart .cart-content > .woocommerce-cart-form {
    position: initial !important;
    width: calc(100% - 408px);
  }
  .woocommerce-cart .cart-content > .cart-collaterals {
    max-width: 390px;
    min-width: 390px;
    padding: 0px 13px;
  }
  .woocommerce-cart .cart-content > .cart-collaterals > .cart_totals {
    width: 100%;
    padding: 32px;
    float: none;
  }
}
.woocommerce-cart .wc-proceed-to-checkout {
  margin: 0;
  margin-top: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout > a {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 17px;
  background: #131d63 !important;
  width: 100%;
  height: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .woocommerce-cart .wc-proceed-to-checkout {
    position: relative;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.cart-link-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.7);
  z-index: 1000;
}
.cart-link-block {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 6px;
  box-shadow: 0px 2px 7px rgba(0, 31, 29, 0.18);
  padding: 20px;
  text-align: center;
  z-index: 1001;
}
.cart-link-block > h3 {
  margin-bottom: 10px;
}
.cart-link-block > p {
  font-size: 10px;
  margin-bottom: 15px;
}
.cart-link-block > .-link-value {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.woocommerce-cart .woocommerce td.product-quantity {
  min-width: 165px;
}
.woocommerce-cart .woocommerce ul#shipping_method {
  margin-top: -18px;
  background: #f6f6f6;
  padding: 0px;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce ul#shipping_method {
    box-shadow: none;
    margin-bottom: 13px;
    margin-top: -1px;
  }
}
.woocommerce-cart .woocommerce ul#shipping_method li {
  position: relative;
  display: flex !important;
  align-items: center !important;
  padding: 7px 16px;
  margin: 0;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 4px;
  min-height: 60px;
  margin-bottom: 10px;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  input:checked
  + label:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #131d63;
  border-radius: 4px;
}
.woocommerce-cart .woocommerce ul#shipping_method li label {
  position: initial;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}
.woocommerce-cart .woocommerce ul#shipping_method li label > span {
  display: inline-block;
  margin-left: 10px;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods_group_1 {
  min-width: 105px;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods_group_1
  .amount {
  font-weight: bold;
  font-size: 20px;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods_group_1
  .cart__shipping__methods__list__estimated {
  font-weight: bold;
  font-size: 14px;
  color: #757575;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods__list__name {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .woocommerce-cart
    .woocommerce
    ul#shipping_method
    li
    label
    .cart__shipping__methods__list__name {
    min-width: 120px;
    margin-right: 15px;
  }
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods__list__name
  strong {
  color: #333;
}
.woocommerce-cart
  .woocommerce
  ul#shipping_method
  li
  label
  .cart__shipping__methods__list__cost--free {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #131d63;
}
.woocommerce-cart .woocommerce ul#shipping_method li input {
  min-width: 20px;
  width: 20px !important;
  height: 20px !important;
  margin: 0px 6px;
}
.woocommerce-cart .woocommerce ul#shipping_method li input:checked:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #131d63;
  position: absolute;
  border-radius: 50px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
}
.woocommerce-cart .woocommerce ul#shipping_method li input:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce ul#shipping_method {
    margin: 8px 0 0;
    padding: 0;
  }
}
.cart__free-shipping-progress {
  padding: 20px 40px;
  background: #f6f6f6;
  margin-bottom: 15px;
  position: absolute;
  margin-top: -147px;
  margin-left: -32px;
  width: 365px;
  border-radius: 6px;
}
.cart__free-shipping-progress li {
  opacity: 0.5;
  pointer-events: none;
  display: none;
  justify-content: space-between;
  font-size: 12px;
}
.cart__free-shipping-progress li.-active {
  display: flex;
}
.cart__free-shipping-progress li input {
  width: 20px !important;
  height: 20px !important;
  margin: 0px 6px;
}
.cart__free-shipping-progress__missing-value {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}
.cart__free-shipping-progress__progress-wrapper {
  width: 100%;
  height: 35px;
  background-color: #e0e0e0;
  border-radius: 27px;
}
.cart__free-shipping-progress__progress-bar {
  background: #00b7af;
  width: 100%;
  display: block;
  height: 35px;
  border-radius: 27px;
  background-image: url(assets/images/cart/icon-fast.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 97%;
}
.cart__free-shipping-progress .cart__shipping__methods__list__label {
  display: flex;
  justify-content: space-between;
}
.cart__free-shipping-progress .cart__shipping__methods__list__label > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart__free-shipping-progress
  .cart__shipping__methods__list__label
  > div
  > div
  span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 1023px) {
  .cart__free-shipping-progress {
    position: relative;
    width: unset;
    margin-top: unset;
    margin-left: -23px;
    margin-right: -23px;
    order: -2;
    margin-bottom: 55px;
    border-radius: 6px;
    margin-top: -130px;
    padding: 20px 23px;
  }
}
.woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .cart_totals {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
  margin-bottom: 10px;
  order: -1;
}
.woocommerce-cart
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  display: none;
}
.woocommerce-cart
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-form {
  display: flex !important;
  justify-content: space-between;
}
.woocommerce-cart
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  #calc_shipping_postcode_field {
  width: calc(100% - 100px);
}
.woocommerce-cart
  .cart_totals
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  button[name="calc_shipping"] {
  line-height: 28px;
  background: #131d63;
  color: #fff;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: none !important;
}
.woocommerce-Price-currencySymbol:after {
  content: " ";
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item {
  position: relative;
  flex-wrap: wrap;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name {
  min-height: 120px;
  padding: 12px 0;
  margin: 12px;
  border-top: 0;
  flex: 1;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-custom-product-name {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin-bottom: 3px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 12px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-price
  del {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  margin-bottom: 5px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-price
  del
  .badge {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  margin-left: 14px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-price
  del
  span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #757575;
  text-decoration: line-through;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-price
  ins {
  text-decoration: none;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  .-price
  span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  border: none;
  flex: 1;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
  align-items: center;
  border: none;
  flex-direction: column;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-quantity
  .quantity {
  display: flex;
  align-items: center;
  width: 160px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-quantity
  .quantity
  .quantity-trigger {
  margin: 0;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-quantity
  .quantity
  .qty {
  margin: 0 15px;
  max-width: 60px;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 1024px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
    min-width: 148px !important;
    max-width: 148px;
    margin: 0 12px 0 0;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name {
    width: 100%;
    border: none;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 0;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity {
    padding: 0;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal {
    margin-bottom: 16px;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal
    .-subtotal-text {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal
    .amount {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #131d63;
  }
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block
  > h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 5px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-item {
  display: inline-block;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-item--code:before,
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-item--code:after {
  background-color: #fff;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-item
  + .available-coupons-item {
  margin-left: 8px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block
  .available-coupons-item--description,
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block
  .coupon-click-txt {
  display: none;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block
  .available-coupons-item--code-text {
  padding: 12px 0px;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-item--code {
  min-width: 130px;
  margin-right: 0;
}
.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .available-coupons-block
  small {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding-top: 0;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    background: #fff !important;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    padding: 12px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
    float: left;
    margin-right: 12px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name {
    text-align: left !important;
    margin: 0;
    padding: 0;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-name
    .-price {
    margin-bottom: 12px;
  }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity {
    flex-direction: row;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal {
    float: left;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal
    .-subtotal-text {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  .woocommerce-cart-form
    .woocommerce-cart-form__cart-item
    .product-quantity
    .-subtotal
    span.amount {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #131d63;
  }
}
.cart__actions__item.cart__totals {
  margin-top: 20px;
}
.cart__actions__item.cart__totals .cart__actions__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #333;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon th {
  text-transform: uppercase;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon th:before {
  content: "Cupom ";
  text-transform: capitalize;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon td {
  display: inline-block;
  float: right !important;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon td:before {
  content: "(";
  margin-right: -3px;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon td:after {
  content: ")";
  margin-left: -3px;
}
.cart__actions__item.cart__totals .cart__totals__item--coupon td,
.cart__actions__item.cart__totals .cart__totals__item--coupon th {
  color: #131d63 !important;
}
.cart__actions__item.cart__totals
  .cart__totals__item--coupon
  td
  .woocommerce-remove-coupon,
.cart__actions__item.cart__totals
  .cart__totals__item--coupon
  th
  .woocommerce-remove-coupon {
  color: red;
}
.cart__actions__item.cart__totals .cart__totals__list td,
.cart__actions__item.cart__totals .cart__totals__list th {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}
.cart__actions__item.cart__totals .cart__totals__list {
  width: 100%;
}
.cart__actions__item.cart__totals .cart__totals__list td,
.cart__actions__item.cart__totals .cart__totals__list th {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.cart__actions__item.cart__totals .cart__totals__list th {
  white-space: nowrap;
  padding-right: 5px;
}
.cart__actions__item.cart__totals
  .cart__totals__list
  .cart__totals__item--subtotal
  .subtotal {
  text-align: right;
}
.cart__actions__item.cart__totals
  .cart__totals__list
  .cart__totals__item--shipping
  td {
  text-align: right;
}
.cart__actions__item.cart__totals
  .cart__totals__list
  .cart__totals__item--shipping
  td.-freeshipping {
  font-weight: bold;
  color: #131d63;
}
.cart__actions__item.cart__totals .cart__totals__list th {
  white-space: nowrap;
  padding-right: 5px;
}
.cart__actions__item.cart__totals .cart__totals__list th:after {
  content: ":";
}
.cart__actions__item.cart__totals td,
.cart__actions__item.cart__totals td,
.cart__actions__item.cart__totals tr,
.cart__actions__item.cart__totals th {
  border: 0px solid #fff !important;
}
.cart__actions__item.cart__totals .cart__totals__total {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #979797;
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
.cart__actions__item.cart__totals
  .cart__totals__total
  .woocommerce-Price-amount.amount {
  color: #131d63;
}
.cart__actions__item.cart__totals
  .cart__totals__total
  .cart__totals__total--amount {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.cart__actions__item.cart__totals
  .cart__totals__total
  .cart__totals__total--amount
  small {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .cart__actions__item.cart__totals .cart__totals__total {
    margin-bottom: 24px;
  }
}
.cart__totals__proceed-to-checkout > .button-default {
  border-width: 1px;
  line-height: 20px;
}
.cart__totals__proceed-to-checkout .has-coupon-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
}
.cart__totals__proceed-to-checkout .has-coupon-title-aux {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
  text-align: center;
}
button[name="update_cart"] {
  display: none !important;
}
#billing_state_field label {
  color: #424242 !important;
}
iframe#launcher {
  display: none;
}
@media (min-width: 1024px) {
  iframe#launcher {
    display: block;
  }
}
.quantity-trigger:has(+ input) {
  display: none;
}
.woocommerce-cart dl.variation {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 47px;
  overflow: hidden;
  transition: all 0.5s;
}
.woocommerce-cart dl.variation:before {
  content: "Detalhes do Produto";
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.woocommerce-cart dl.variation > dt:first-of-type {
  margin-top: 30px;
}
.woocommerce-cart dl.variation dt {
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
  padding: 0 10px;
}
.woocommerce-cart dl.variation dd {
  font-size: 13px;
  padding: 0 10px;
}
.woocommerce-cart dl.variation.active {
  max-height: 300px;
  overflow-y: scroll;
  padding-top: 0;
}
.woocommerce-cart dl.variation.active:before {
  content: "Esconder detalhes";
  position: sticky;
}
.woocommerce-cart dl.variation.active > dt:first-of-type {
  margin-top: 0px;
}
.woocommerce-cart .woocommerce-cart-form .coupon + .coupon {
  margin-top: 10px !important;
}
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty,
.woocommerce-NoticeGroup:empty {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-error {
  padding: 12px 32px;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2em;
  align-items: center;
  border-radius: 4px;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-NoticeGroup .woocommerce-message a,
.woocommerce-NoticeGroup .woocommerce-info a,
.woocommerce-NoticeGroup .woocommerce-error a {
  text-decoration: underline;
}
.woocommerce-notices-wrapper ul li,
.woocommerce-NoticeGroup ul li {
  margin-bottom: 5px;
}
.woocommerce-notices-wrapper ul li:last-child,
.woocommerce-NoticeGroup ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-NoticeGroup .woocommerce-message,
  .woocommerce-NoticeGroup .woocommerce-info,
  .woocommerce-NoticeGroup .woocommerce-error {
    padding: 10px;
    border-left-width: 4px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.woocommerce-checkout {
  padding-top: 66px;
}
.woocommerce-checkout .main-header .wrapper-1310 {
  justify-content: center;
  padding: 10px;
}
.woocommerce-checkout .over-header,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .main-footer {
  display: none;
}
.woocommerce-checkout h1 {
  text-align: center;
  font-size: 38px;
  margin: 20px auto 40px;
}
.woocommerce-checkout h3 {
  font-size: 26px;
}
.woocommerce-checkout .main-header .wrapper-1310 .logo {
  min-width: 70px;
  width: 70px;
  height: 46px;
}
@media (min-width: 1024px) {
  .woocommerce-checkout {
    padding-top: 0;
  }
  .woocommerce-checkout .main-header .wrapper-1310 .logo {
    min-width: 115px;
    width: 115px;
    height: 76px;
  }
}
.checkout.woocommerce-checkout {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.checkout.woocommerce-checkout .form-row label {
  font-weight: normal;
}
.checkout.woocommerce-checkout input {
  background: #fff;
  font-weight: 500;
}
.checkout.woocommerce-checkout select {
  position: relative !important;
  height: 45px !important;
  width: 100% !important;
  border: 1px solid #bdbdbd !important;
  font-weight: 500;
}
.checkout.woocommerce-checkout select + span {
  display: none !important;
}
@media (min-width: 1024px) {
  .checkout.woocommerce-checkout {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #customer_details {
    margin-right: 20px;
  }
}
#order_review {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
#order_review .shop_table {
  border: none !important;
  border-spacing: 0;
  margin-bottom: 0 !important;
}
#order_review .shop_table .product-total {
  text-align: right;
}
#order_review .shop_table .cart_item {
  font-size: 14px;
}
#order_review .shop_table tfoot .cart-subtotal th,
#order_review .shop_table tfoot .cart-subtotal td {
  border-top: 2px solid #000;
}
#order_review .shop_table tfoot td {
  text-align: right;
}
#order_review .shop_table tfoot #shipping_method {
  font-size: 15px;
}
#order_review .shop_table tfoot #shipping_method input {
  float: left;
}
@media (min-width: 1024px) {
  #order_review {
    margin-top: 0;
  }
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  display: inline-block;
  width: 49%;
}
.coupon_checkout td {
  padding: 40px 10px 0px !important;
  border: 0 !important;
}
.coupon_checkout p {
  margin: 0 !important;
  padding: 0 !important;
}
.coupon_checkout p input[type="text"] {
  margin-right: 10px;
}
.coupon_checkout p.form-row-last {
  margin-left: 10px !important;
}
.coupon_checkout form {
  display: flex;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.coupon_checkout form .form-row-first {
  width: 100%;
}
.coupon_checkout form input[name="apply_coupon"] {
  color: #131d63;
  background: #fff;
  border: 1px solid #131d63 !important;
}
#place_order {
  display: block;
  width: 90%;
  background-color: #131d63 !important;
  color: #fff;
  text-transform: uppercase;
  line-height: 25px;
  float: none !important;
  margin: 10px auto;
}
#ship-to-different-address > label {
  display: flex;
  align-items: center;
}
#ship-to-different-address #ship-to-different-address-checkbox {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.keep-buying {
  display: none;
}
.checkout-keep-buying .keep-buying {
  display: block;
  color: #131d63;
  background: #fff;
  border: 1px solid #131d63 !important;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-weight: normal;
  border-radius: 4px;
}
label[for="payment_method_wc-ppp-brasil-gateway"]:after,
label[for="payment_method_paypal-brasil-plus-gateway"]:after {
  content: " - Paypal";
}
.woocommerce-order {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 10px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.woocommerce-order h2 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
}
.woocommerce-order .order_details {
  max-width: 600px;
  margin: 0 auto !important;
  border-spacing: 0;
}
.woocommerce-order .order_details ul li {
  font-size: 14px;
}
.woocommerce-order .woocommerce-order-overview {
  margin: 20px auto !important;
}
#payment {
  display: flex;
  flex-direction: column;
}
#payment li + li {
  margin-top: 10px !important;
}
#payment li > input {
  float: left;
  height: 28px;
}
#payment li > label img {
  display: inline-block;
}
#payment li > label a {
  line-height: 28px !important;
}
.woocommerce-account > .woocommerce {
  max-width: 1000px;
  width: 100%;
  margin: 32px auto;
}
.woocommerce-account .over-footer {
  display: none;
}
.woocommerce-account .woocommerce-notices-wrapper {
  max-width: 100%;
}
.woocommerce-MyAccount-content {
  float: none;
}
.woocommerce-MyAccount-content h2 {
  font-size: 18px !important;
  line-height: 24px !important;
}
.woocommerce-MyAccount-content h3 {
  font-size: 18px !important;
  line-height: 24px !important;
}
.woocommerce-MyAccount-content .section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Address {
  box-shadow: 0px 2px 7px rgba(0, 31, 29, 0.18);
  border-radius: 6px;
  padding: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Address header h3 {
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  font-weight: bold;
}
.woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
  margin-top: 12px;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit {
  display: block;
  width: 130px;
  margin-left: auto;
}
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 16px 32px !important;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses > div {
  border: 1px solid #afafaf;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses > div > h2 {
  padding: 16px 32px;
  border-bottom: 1px solid #afafaf;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses address {
  border: none;
  padding: 16px 32px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    width: calc(100% - 330px) !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    padding: 32px;
    float: right;
  }
  .woocommerce-MyAccount-content .section-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 26px;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    float: left;
    background: #f6f6f6;
  }
}
.woocommerce-EditAccountForm {
  max-width: 350px;
  margin: 70px auto 0;
}
.woocommerce-EditAccountForm label {
  font-size: 16px;
  line-height: 20px !important;
  margin-bottom: 8px;
}
.woocommerce-EditAccountForm input {
  width: 100%;
  color: #757575;
  border: 1px solid #afafaf !important;
  margin-bottom: 14px;
}
.woocommerce-EditAccountForm p span em {
  font-size: 80%;
  margin-top: 2px;
  display: block;
}
.woocommerce-EditAccountForm legend {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
  padding-top: 22px;
}
.woocommerce-EditAccountForm button[name="save_account_details"] {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
  background: #ed6e33;
  border-radius: 6px;
  margin-top: 26px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .woocommerce-EditAccountForm {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .woocommerce-EditAccountForm button[name="save_account_details"] {
    width: 133px;
    margin: 40px auto 0;
  }
}
.current-password-row > .help-text {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-top: 7px;
  margin-bottom: 14px;
}
.account-anamnese-block h3 {
  font-weight: bold !important;
  margin-bottom: 16px;
}
.account-anamnese-block > p {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
.account-anamnese-block label {
  text-align: center;
}
.account-anamnese-block .medicines-item {
  background: #f6f6f6;
  padding: 15px 20px;
  margin: 15px 0;
  border-radius: 6px;
}
.account-anamnese-block .medicines-item input {
  background: #fff;
}
.account-anamnese-block .medicines-item .medicines-text {
  display: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.account-anamnese-block .medicines-item .medicines-text label {
  margin-bottom: 10px;
}
.account-anamnese-block .medicines-item .medicines-text input {
  margin-bottom: 0px;
}
.account-anamnese-block .medicines-item.-active .medicines-text {
  display: block;
}
.account-anamnese-block .anamnese-accept-terms {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
@media (min-width: 1024px) {
  .account-anamnese-block .anamnese-accept-terms {
    width: 116%;
    margin-left: -8%;
  }
}
.woocommerce-favoritos .wishlist-content .product-list {
  justify-content: space-between;
}
.woocommerce-favoritos .wishlist-content .product-list .product-card {
  width: 49%;
}
@media (min-width: 1024px) {
  .woocommerce-favoritos .woocommerce-MyAccount-content {
    padding: 0;
    box-shadow: none;
  }
  .woocommerce-favoritos .section-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.pdf-account-order-info button {
  padding: 5px 10px;
  color: #fff;
  background-color: #131d63;
  border-radius: 6px;
}
.login-content {
  margin: 32px auto !important;
}
.login-content .woocommerce-form-register,
.login-content .woocommerce-form-login {
  border: none !important;
  border-radius: 0 !important;
}
.login-content .woocommerce-form-register__submit,
.login-content .woocommerce-form-login__submit {
  display: block;
  margin: 20px 0 5px;
  float: none !important;
  border-radius: 6px;
  padding: 10px;
  background: #131d63;
  color: #fff;
}
.login-content form.checkout_coupon,
.login-content form.login,
.login-content form.register {
  padding: 0;
  margin: 2em 0;
  text-align: left;
}
.login-content form .form-row {
  padding: 3px;
}
.login-content form .form-row input.input-text,
.login-content form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.login-content form .form-row label {
  line-height: 2;
}
.login-content .woocommerce-form-register {
  margin-top: 16px !important;
}
.login-content .woocommerce-form-register p {
  font-weight: 600;
}
.login-content .woocommerce-form-login {
  border-bottom: 0.5px solid #afafaf !important;
  margin-top: 16px !important;
  margin-bottom: 32px !important;
  padding-bottom: 32px !important;
}
.login-content .woocommerce-privacy-policy-text {
  display: none;
}
.login-content .lost_password {
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #007a75;
}
@media (min-width: 768px) {
  .login-content #customer_login {
    display: flex;
    justify-content: space-between;
  }
  .login-content #customer_login > div {
    width: 50%;
  }
  .login-content #customer_login > div h2 {
    text-align: center;
  }
  .login-content .reg-col {
    display: flex;
    flex-direction: column;
  }
  .login-content .woocommerce-form-login {
    border-bottom: 0 !important;
    border-right: 0.5px solid #afafaf !important;
    padding-bottom: 0 !important;
    padding-right: 32px !important;
  }
  .login-content .woocommerce-form-register {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding-left: 24px !important;
  }
  .login-content .woocommerce-form-register,
  .login-content .woocommerce-form-login {
    margin-top: 24px !important;
  }
  .login-content .form-row {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .login-content {
    margin: 48px auto 0 !important;
  }
}
.woocommerce-ResetPassword input {
  line-height: 44px !important;
}
.woocommerce-ResetPassword button[type="submit"] {
  background: #131d63;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px;
}
.the_champ_login_container ul.the_champ_login_ul {
  margin-top: 16px !important;
}
@media (min-width: 1024px) {
  .the_champ_login_container ul.the_champ_login_ul {
    margin-top: 24px !important;
  }
}
.the_champ_login_container ul.the_champ_login_ul li {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 370px !important;
  text-align: left !important;
  margin: 0 auto 20px !important;
  background: #218cf2 !important;
  float: none !important;
}
body div.the_champ_login_container i.theChampFacebookBackground,
.the_champ_login_container ul.the_champ_login_ul li:first-child {
  background: #4267b2 !important;
}
.the_champ_login_container ul.the_champ_login_ul li i.theChampLogin {
  float: none;
  display: inline-block !important;
}
.the_champ_login_container ul.the_champ_login_ul li i.theChampLogin:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  width: 300px;
  line-height: 35px;
  text-align: center;
}
.the_champ_login_container
  ul.the_champ_login_ul
  li
  i.theChampFacebookLogin:after {
  content: "Continuar com Facebook";
}
.the_champ_login_container
  ul.the_champ_login_ul
  li
  i.theChampGoogleLogin:after {
  content: "Continuar com Google";
}
@media (max-width: 800px) {
  .woocommerce-account .login-content .col-6 {
    max-width: 100% !important;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
  font-weight: bold;
}
.woocommerce-MyAccount-orders {
  border: none !important;
  width: 100%;
}
.woocommerce-MyAccount-orders thead,
.woocommerce-MyAccount-orders th {
  display: none;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row {
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 5px solid #131d63;
  border-radius: 6px;
  box-shadow: 0px 2px 7px rgba(0, 31, 29, 0.18);
  overflow: hidden;
  padding: 10px;
  margin-bottom: 12px;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-number {
  position: absolute;
  top: 12px;
  right: 12px;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-number
  > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-left: 5px;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-status {
  text-transform: uppercase;
  text-align: left !important;
  color: #131d63;
  order: -1;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-status:before {
  content: none !important;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  > td {
  text-align: left !important;
  background: #fff !important;
  border: none;
  padding: 0 !important;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed {
  border-color: #8d99ff;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed
  .woocommerce-orders-table__cell-order-status {
  color: #8d99ff;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-done {
  border-color: #333;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-done
  .woocommerce-orders-table__cell-order-status {
  color: #333;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-failed,
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled {
  border-color: red;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-failed
  .woocommerce-orders-table__cell-order-status,
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled
  .woocommerce-orders-table__cell-order-status {
  color: red;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded {
  border-color: #676bf7;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded
  .woocommerce-orders-table__cell-order-status {
  color: #676bf7;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-actions {
  padding: 0;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-actions
  > a {
  right: 12px;
  bottom: 12px;
  color: #131d63;
  border: 2px solid #131d63;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  display: block;
  width: 100px;
  text-align: center;
  float: left;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-actions
  > a.pay {
  background: #131d63;
  color: #fff;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-actions
  > a.cancel {
  background: #ff3838;
  border-color: #ff3838;
  color: #fff;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-actions
  > a
  + a {
  margin-left: 5px;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-date {
  padding: 0;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-date
  time {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  td.woocommerce-orders-table__cell-order-total {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #757575;
  padding: 0;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-total
  * {
  text-decoration: unset;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #757575;
}
.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__row
  .woocommerce-orders-table__cell-order-total
  del {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 24px;
}
.woocommerce-MyAccount-content
  .woocommerce-order-details
  .woocommerce-order-details__title {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-column--shipping-address {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
    margin-top: 0;
  }
}
.order-status-block {
  width: 110%;
  background: #f6f6f6;
  margin: 32px 0 32px -16px;
  padding: 24px 16px 36px;
}
.order-status-block ul {
  padding-left: 25px;
}
.order-status-block strong {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-left: 20px;
}
.order-status-block li {
  position: relative;
  border-left: 4px solid #afafaf;
  padding-left: 20px;
  padding-bottom: 40px;
  color: #757575;
}
.order-status-block li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -14px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #afafaf;
}
.order-status-block li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("assets/icons/close-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.order-status-block li:last-of-type {
  border-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .order-status-block {
    width: 300px;
    margin: 16px auto;
  }
}
.order-status-block ul.-pending li:first-of-type,
.order-status-block ul.-on-hold li:first-of-type {
  color: #2dcc89;
  border-color: #2dcc89;
}
.order-status-block ul.-pending li:first-of-type:before,
.order-status-block ul.-on-hold li:first-of-type:before {
  background-color: #2dcc89;
}
.order-status-block ul.-pending li:first-of-type:after,
.order-status-block ul.-on-hold li:first-of-type:after {
  background-image: url("assets/icons/checkmark.svg");
}
.order-status-block ul.-processing li:nth-child(2),
.order-status-block ul.-processing li:first-of-type {
  color: #2dcc89;
  border-color: #2dcc89;
}
.order-status-block ul.-processing li:nth-child(2):before,
.order-status-block ul.-processing li:first-of-type:before {
  background-color: #2dcc89;
}
.order-status-block ul.-processing li:nth-child(2):after,
.order-status-block ul.-processing li:first-of-type:after {
  background-image: url("assets/icons/checkmark.svg");
}
.order-status-block ul.-picking li:nth-child(3),
.order-status-block ul.-picking li:nth-child(2),
.order-status-block ul.-picking li:first-of-type,
.order-status-block ul.-producing li:nth-child(3),
.order-status-block ul.-producing li:nth-child(2),
.order-status-block ul.-producing li:first-of-type {
  color: #2dcc89;
  border-color: #2dcc89;
}
.order-status-block ul.-picking li:nth-child(3):before,
.order-status-block ul.-picking li:nth-child(2):before,
.order-status-block ul.-picking li:first-of-type:before,
.order-status-block ul.-producing li:nth-child(3):before,
.order-status-block ul.-producing li:nth-child(2):before,
.order-status-block ul.-producing li:first-of-type:before {
  background-color: #2dcc89;
}
.order-status-block ul.-picking li:nth-child(3):after,
.order-status-block ul.-picking li:nth-child(2):after,
.order-status-block ul.-picking li:first-of-type:after,
.order-status-block ul.-producing li:nth-child(3):after,
.order-status-block ul.-producing li:nth-child(2):after,
.order-status-block ul.-producing li:first-of-type:after {
  background-image: url("assets/icons/checkmark.svg");
}
.order-status-block ul.-out-for-delivery li:nth-child(4),
.order-status-block ul.-out-for-delivery li:nth-child(3),
.order-status-block ul.-out-for-delivery li:nth-child(2),
.order-status-block ul.-out-for-delivery li:first-of-type,
.order-status-block ul.-pickup li:nth-child(4),
.order-status-block ul.-pickup li:nth-child(3),
.order-status-block ul.-pickup li:nth-child(2),
.order-status-block ul.-pickup li:first-of-type,
.order-status-block ul.-shipped li:nth-child(4),
.order-status-block ul.-shipped li:nth-child(3),
.order-status-block ul.-shipped li:nth-child(2),
.order-status-block ul.-shipped li:first-of-type {
  color: #2dcc89;
  border-color: #2dcc89;
}
.order-status-block ul.-out-for-delivery li:nth-child(4):before,
.order-status-block ul.-out-for-delivery li:nth-child(3):before,
.order-status-block ul.-out-for-delivery li:nth-child(2):before,
.order-status-block ul.-out-for-delivery li:first-of-type:before,
.order-status-block ul.-pickup li:nth-child(4):before,
.order-status-block ul.-pickup li:nth-child(3):before,
.order-status-block ul.-pickup li:nth-child(2):before,
.order-status-block ul.-pickup li:first-of-type:before,
.order-status-block ul.-shipped li:nth-child(4):before,
.order-status-block ul.-shipped li:nth-child(3):before,
.order-status-block ul.-shipped li:nth-child(2):before,
.order-status-block ul.-shipped li:first-of-type:before {
  background-color: #2dcc89;
}
.order-status-block ul.-out-for-delivery li:nth-child(4):after,
.order-status-block ul.-out-for-delivery li:nth-child(3):after,
.order-status-block ul.-out-for-delivery li:nth-child(2):after,
.order-status-block ul.-out-for-delivery li:first-of-type:after,
.order-status-block ul.-pickup li:nth-child(4):after,
.order-status-block ul.-pickup li:nth-child(3):after,
.order-status-block ul.-pickup li:nth-child(2):after,
.order-status-block ul.-pickup li:first-of-type:after,
.order-status-block ul.-shipped li:nth-child(4):after,
.order-status-block ul.-shipped li:nth-child(3):after,
.order-status-block ul.-shipped li:nth-child(2):after,
.order-status-block ul.-shipped li:first-of-type:after {
  background-image: url("assets/icons/checkmark.svg");
}
.order-status-block ul.-completed li:nth-child(5),
.order-status-block ul.-completed li:nth-child(4),
.order-status-block ul.-completed li:nth-child(3),
.order-status-block ul.-completed li:nth-child(2),
.order-status-block ul.-completed li:first-of-type {
  color: #2dcc89;
  border-color: #2dcc89;
}
.order-status-block ul.-completed li:nth-child(5):before,
.order-status-block ul.-completed li:nth-child(4):before,
.order-status-block ul.-completed li:nth-child(3):before,
.order-status-block ul.-completed li:nth-child(2):before,
.order-status-block ul.-completed li:first-of-type:before {
  background-color: #2dcc89;
}
.order-status-block ul.-completed li:nth-child(5):after,
.order-status-block ul.-completed li:nth-child(4):after,
.order-status-block ul.-completed li:nth-child(3):after,
.order-status-block ul.-completed li:nth-child(2):after,
.order-status-block ul.-completed li:first-of-type:after {
  background-image: url("assets/icons/checkmark.svg");
}
@media (max-width: 1023px) {
  .header-account-order-details {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 0 16px;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link {
    margin-bottom: 13px;
    text-align: center;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link
    > a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #131d63;
    border: 2px solid #131d63;
    padding: 13px;
    border-radius: 6px;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link--dashboard {
    text-align: center;
    pointer-events: none;
    margin-bottom: 15px;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link--dashboard
    > a {
    text-transform: initial;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    background: none;
    border: none;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 12px;
  }
  .woocommerce-account:not(.woocommerce-edit-address):not(
      .woocommerce-edit-account
    ):not(.woocommerce-downloads):not(.woocommerce-orders):not(
      .woocommerce-view-order
    ):not(.woocommerce-favoritos):not(.woocommerce-cupons)
    .woocommerce-MyAccount-navigation
    > ul
    > .woocommerce-MyAccount-navigation-link--customer-logout
    > a {
    color: #131d63;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    display: none;
  }
  .woocommerce-account.woocommerce-cupons > .woocommerce,
  .woocommerce-account.woocommerce-favoritos > .woocommerce,
  .woocommerce-account.woocommerce-edit-address > .woocommerce,
  .woocommerce-account.woocommerce-edit-account > .woocommerce,
  .woocommerce-account.woocommerce-orders > .woocommerce,
  .woocommerce-account.woocommerce-downloads > .woocommerce,
  .woocommerce-account.woocommerce-view-order > .woocommerce {
    margin-top: 18px;
  }
  .woocommerce-account.woocommerce-cupons .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-favoritos .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content,
  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    display: block;
  }
  .woocommerce-account.woocommerce-cupons .woocommerce-MyAccount-navigation li,
  .woocommerce-account.woocommerce-favoritos
    .woocommerce-MyAccount-navigation
    li,
  .woocommerce-account.woocommerce-edit-address
    .woocommerce-MyAccount-navigation
    li,
  .woocommerce-account.woocommerce-edit-account
    .woocommerce-MyAccount-navigation
    li,
  .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-navigation li,
  .woocommerce-account.woocommerce-downloads
    .woocommerce-MyAccount-navigation
    li,
  .woocommerce-account.woocommerce-view-order
    .woocommerce-MyAccount-navigation
    li {
    display: none;
  }
  .woocommerce-account.woocommerce-cupons
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-cupons
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-favoritos
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-favoritos
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-edit-address
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-edit-address
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-edit-account
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-edit-account
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-orders
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-orders
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-downloads
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-downloads
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-view-order
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--dashboard,
  .woocommerce-account.woocommerce-view-order
    .woocommerce-MyAccount-navigation
    li.is-active {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
  }
  .woocommerce-account.woocommerce-cupons
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-favoritos
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-edit-address
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-edit-account
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-orders
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-downloads
    .woocommerce-MyAccount-navigation
    li.is-active,
  .woocommerce-account.woocommerce-view-order
    .woocommerce-MyAccount-navigation
    li.is-active {
    background-image: url("assets/icons/arrow-right.svg");
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    max-width: 316px;
    width: 100%;
    background: #f6f6f6;
    padding: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    text-align: center;
    list-style: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li + li {
    margin-top: 12px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #131d63;
    padding: 12px;
    border: 2px solid #131d63;
    background: #fff;
    border-radius: 6px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background-color: #131d63;
  }
  .woocommerce-account
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link--customer-logout {
    text-align: left;
  }
  .woocommerce-account
    .woocommerce-MyAccount-navigation
    .woocommerce-MyAccount-navigation-link--customer-logout
    a {
    padding: 0;
    background: none;
    border: none;
    margin-top: 24px;
  }
}
.woocommerce-MyAccount-content .woocommerce-Address {
  box-shadow: 0px 2px 7px rgba(0, 31, 29, 0.18);
  border-radius: 6px;
  padding: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Address header h3 {
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  font-weight: bold;
}
.woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
  margin-top: 12px;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit {
  display: block;
  width: 130px;
  margin-left: auto;
}
.woocommerce-MyAccount-content .woocommerce-Address input {
  width: 100%;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
    margin-top: 0;
  }
}
.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  display: none;
}
.woocommerce-address-fields {
  max-width: 350px;
  margin: 0 auto;
}
.woocommerce-address-fields button[name="save_address"] {
  width: 100%;
  max-width: 270px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  background: #ed6e33;
  border-radius: 6px;
  color: #fff;
  margin: 28px auto 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .woocommerce-address-fields button[name="save_address"] {
    margin-top: 48px;
  }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_country_field {
  display: none;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p {
  order: 10;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_first_name_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_last_name_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_company_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_first_name_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_last_name_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_cpf_field {
  order: 1;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_phone_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_cellphone_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_email_field {
  order: 5;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_country_field,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_country_field {
  display: none;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_first_name_field:before,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_first_name_field:before {
  content: "Dados Pessoais";
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #shipping_postcode_field:before,
.woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  #billing_postcode_field:before {
  content: "Endereço";
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #shipping_first_name_field:before,
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #billing_first_name_field:before,
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #shipping_postcode_field:before,
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #billing_postcode_field:before {
    font-size: 36px;
    line-height: 44px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #billing_first_name_field:before,
  .woocommerce-address-fields
    .woocommerce-address-fields__field-wrapper
    #shipping_first_name_field:before {
    margin-top: 0;
  }
}
.woocommerce-MyAccount-new-user {
  display: none;
}
.ba-registered .woocommerce-MyAccount-new-user {
  display: block;
}
.ba-registered > .woocommerce > .woocommerce-MyAccount-navigation,
.ba-registered > .woocommerce > .woocommerce-MyAccount-content {
  display: none;
}
.ba-registered > .woocommerce {
  max-width: none;
}
.ba-registered > .woocommerce .search-notfounded .text {
  max-width: 736px;
}
.ba-registered > .woocommerce .search-notfounded .button-default {
  width: 239px;
}
