﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

a {
  color: #0366d6; }
  a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all; }

/* Provide sufficient contrast against white background */
.text-primary {
  color: #f9f1f2 !important; }

.text-secondary {
  color: #946e75 !important; }

.text-tertiary {
  color: #ff7991 !important; }

.text-quaternary {
  color: #c89a17 !important; }

.bg-primary {
  background: #f9f1f2 !important; }

.bg-secondary {
  background: #946e75 !important; }

.bg-tertiary {
  background: #ff7991 !important; }

.bg-quaternary {
  background: #c89a17 !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff7991;
  background-color: #ff7991; }

.form-control {
  font-size: 1.3rem !important; }
  @media (min-width: 768px) {
    .form-control {
      font-size: 1rem !important; } }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
  font-family: 'Quicksand', sans-serif;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */ }

.no-scroll {
  overflow: hidden !important; }

span.validationMessage {
  position: absolute;
  background: #e80000;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 1;
  right: 0; }
  span.validationMessage:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e80000;
    content: '';
    top: -5px;
    right: 15px;
    position: absolute; }

/* Magnify */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.zoom-img, .zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

.zoom-overlay {
  z-index: 420;
  background: #fffffff2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.zoom-overlay-open {
  cursor: default; }
  .zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1; }

.zoom-overlay-transitioning {
  cursor: default; }

/*Home*/
.dados-comprador, .produtos-carrinho {
  /*display: none;*/ }

.overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.97);
  z-index: 11;
  overflow-y: auto;
  padding: 4.5rem 0 2rem;
  /* Specify a stack order in case you're using a different order for other elements */ }

.btn-close {
  position: absolute;
  float: right;
  display: block;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 40px;
  z-index: 1000; }

.produto img {
  max-width: 100%; }

.produto-carrinho img {
  max-width: 100%; }

.produto-carrinho .btn {
  cursor: pointer; }

.produto .descricao {
  display: block; }

.btn-cart {
  background: #fde1e6;
  padding: 5px 35px; }

#shopping-cart {
    cursor: pointer;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fde1e6;
    padding: 20px;
    z-index: 10;
}
  #shopping-cart h5 {
    color: #946e75;
    margin-bottom: 0; }
    #shopping-cart h5 i {
      font-size: 40px;
      color: #e2c1c7;
      position: absolute;
      margin-left: -50px; }
    #shopping-cart h5 span {
      line-height: 40px; }

.produtos-carrinho {
  color: #ffffff; }

.dados-comprador {
  color: #ffffff; }
  .dados-comprador input, .dados-comprador textarea {
    text-align: center; }

.scroll {
  max-height: 35vh;
  overflow-y: auto;
  overflow-x: hidden; }
  .scroll::-webkit-scrollbar {
    width: 4px; }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3); }
  .scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

ul.categorias {
  border-bottom: 1px dashed #d8d8d8;
  border-top: 1px dashed #d8d8d8; }
  ul.categorias li {
    list-style: none; }

.categorias li.text-pink a {
  text-decoration: underline;
  font-weight: bold; }

.categorias a {
  cursor: pointer;
  font-size: 15px;
  padding: 0 15px; }

.text-pink {
  color: #e2c1c7; }

.comprado:after {
  content: 'COMPRADO';
  position: absolute;
  top: 25%;
  left: 0;
  font-size: 20px;
  color: white;
  width: 100%;
  font-weight: bold;
  text-shadow: 0px 1px 12px black; }

.comprado img {
  filter: grayscale(1); }

.comprado .btn-cart {
  background: #f5f5f5; }

.checkout .summary {
  background: rgba(80, 80, 80, 0.7);
  padding: 1rem; }

.step {
  display: none;
  clear: both; }
  .step.active {
    display: block; }
  .step .endereco-entrega {
    background: #505050;
    padding: 1rem;
    margin-top: 1rem; }
  .step .highlight {
    background: #ff7991;
    padding: 0.5rem 0;
    margin-bottom: 1rem; }

#passos {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  /*CSS counters to number the steps*/
  counter-reset: step; }
  #passos li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    width: 14%;
    float: left;
    position: relative;
    color: #8c8c8c;
    cursor: pointer; }
    #passos li:before {
      content: counter(step);
      counter-increment: step;
      width: 24px;
      height: 24px;
      line-height: 26px;
      display: block;
      font-size: 11px;
      color: #ffffff;
      background: #8c8c8c;
      border-radius: 25px;
      margin: 0 auto 10px auto; }
    #passos li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #8c8c8c;
      position: absolute;
      left: -50%;
      top: 9px;
      z-index: -1;
      /*put it behind the numbers*/ }
    #passos li:first-child:after {
      /*connector not needed before the first step*/
      content: none; }
    #passos li.active {
      color: #ff7991 !important;
      font-weight: 600; }
      #passos li.active:before {
        font-weight: 500;
        background: #ff7991 !important; }
    #passos li.enabled {
      color: #f9f1f2; }
      #passos li.enabled:before {
        font-weight: 500;
        background: #f9f1f2; }
      #passos li.enabled:after {
        background: #f9f1f2; }
    #passos li span {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
      #passos li span*::-moz-selection {
        background: none !important; }
      #passos li span*::selection {
        background: none !important; }

.forma-pagamento {
  margin-bottom: 1rem; }
  .forma-pagamento .forma-pagamento-item {
    color: #f9f1f2; }
    .forma-pagamento .forma-pagamento-item svg {
      height: 40px;
      display: block;
      margin: 0 auto; }
      .forma-pagamento .forma-pagamento-item svg path, .forma-pagamento .forma-pagamento-item svg polygon {
        fill: #f9f1f2; }
    .forma-pagamento .forma-pagamento-item.active {
      color: #ff7991; }
      .forma-pagamento .forma-pagamento-item.active svg path, .forma-pagamento .forma-pagamento-item.active svg polygon {
        fill: #ff7991; }
    .forma-pagamento .forma-pagamento-item img {
      display: block;
      margin: 0 auto; }

.cartao-credito .brand-icon {
  position: absolute;
  display: block;
  right: 20px;
  top: 30px;
  width: 44px;
  height: 30px;
  -webkit-transition: right 0.25s ease-out;
  -moz-transition: right 0.25s ease-out;
  -o-transition: right 0.25s ease-out;
  -ms-transition: right 0.25s ease-out;
  transition: right 0.25s ease-out; }
  .cartao-credito .brand-icon.amex {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-amex.png"); }
  .cartao-credito .brand-icon.aura {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-aura.png"); }
  .cartao-credito .brand-icon.diners {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-diners.png"); }
  .cartao-credito .brand-icon.discover {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-discover.png"); }
  .cartao-credito .brand-icon.elo {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-elo.png"); }
  .cartao-credito .brand-icon.hipercard {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-hipercard.png"); }
  .cartao-credito .brand-icon.jcb {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-jcb.png"); }
  .cartao-credito .brand-icon.mastercard {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-mastercard.png"); }
  .cartao-credito .brand-icon.visa {
    background-image: url("https://assets.pagar.me/checkout/1.1.0/images/icon-bandeira-visa.png"); }

.cartao-credito input[type=text], .cartao-credito input[type=tel] {
  text-transform: uppercase; }

.cartao-credito #card-container .cartao {
  width: 100%;
  position: relative;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box; }
  .cartao-credito #card-container .cartao * {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75); }
  .cartao-credito #card-container .cartao img {
    max-width: 100%; }
  .cartao-credito #card-container .cartao .field {
    position: absolute;
    font-family: monospace;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=30;
    -o-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default; }
    .cartao-credito #card-container .cartao .field .general {
      display: block;
      visibility: visible; }
  .cartao-credito #card-container .cartao .front {
    display: block;
    position: relative;
    background-image: url(../img/default-card-bg.png);
    -webkit-transition: background-image 0.20s ease-out;
    -moz-transition: background-image 0.20s ease-out;
    -o-transition: background-image 0.20s ease-out;
    -ms-transition: background-image 0.20s ease-out;
    transition: background-image 0.20s ease-out; }
    .cartao-credito #card-container .cartao .front .name, .cartao-credito #card-container .cartao .front .number {
      font-size: 19px; }
    .cartao-credito #card-container .cartao .front .number, .cartao-credito #card-container .cartao .front .expiration {
      font-weight: bold; }
    .cartao-credito #card-container .cartao .front .name {
      overflow: hidden;
      width: 250px;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: absolute;
      bottom: 52px;
      left: 30px;
      text-transform: uppercase;
      text-align: left; }
    .cartao-credito #card-container .cartao .front .number {
      position: absolute;
      left: 30px;
      bottom: 82px; }
    .cartao-credito #card-container .cartao .front .expiration {
      bottom: 19px;
      left: 77px;
      font-size: 17px; }
    .cartao-credito #card-container .cartao .front .expiration-label {
      position: absolute;
      bottom: 16px;
      left: 30px;
      text-transform: uppercase;
      width: 36px;
      text-align: right;
      font-size: 11px; }
  .cartao-credito #card-container .cartao .back {
    position: relative;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-image: url(../img/card-back-bg.png); }
    .cartao-credito #card-container .cartao .back .cvv {
      -webkit-transition: all 0.35s 0.45s ease-out;
      -moz-transition: all 0.35s 0.45s ease-out;
      -o-transition: all 0.35s 0.45s ease-out;
      -ms-transition: all 0.35s 0.45s ease-out;
      transition: all 0.35s 0.45s ease-out;
      position: absolute;
      top: 95px;
      left: 318px;
      color: #141414;
      text-shadow: none; }
  .cartao-credito #card-container .cartao .front, .cartao-credito #card-container .cartao .back {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .cartao-credito #card-container .cartao.flipped {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg); }

footer {
  padding: 1rem 0;
  background: #f1f1f1;
  position: absolute;
  width: 100%;
  bottom: 0; }
  footer a {
    color: #000000 !important; }
