@charset "UTF-8";

:root {
  --cor-primaria: #fff;
  --cor-texto: #797B7F;
  --cor-texto-preto: rgba(0, 0, 0, 0.83);
  --cor-base: #fdb82b;
  --cor-secundaria: #412323;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
b,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--cor-texto-preto);
  background-color: #fbf6ef;
}

a,
a:hover {
  color: var(--cor-texto-preto);
}

.bg-conteudo {
  background: #fafafb !important;
}

.padding-vitrine-home {
  padding: 0 55px;
}

/*
    adicionado mais 1 medida para o container devido ao pessoal da ferramac achar
    que o site estava muito estreito
*/

.categoria-produtos .col-lg {
  max-width: 25%;
  width: 25%;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1320px;
  }

  .overlay-carrinho .container div div .carrinho-aberto .content .filled .scroll-area {
    max-height: 430px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .categoria-produtos .col-lg {
    max-width: 20%;
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }

  .overlay-carrinho .container div div .carrinho-aberto .content .filled .scroll-area {
    max-height: 430px !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

a:focus,
button:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.bg-black {
  background-color: black;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait !important;
}

.btn-primary.with-icon {
  width: 100%;
  max-width: 175px;
  text-align: left;
}

.btn-primary.with-icon.icon-close:before {
  background-image: url("/imagens/setas/close-white.png");
}

.btn-primary.with-icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  right: 5px;
  background-image: url("/imagens/setas/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
}

.btn-primary.transparent {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #6a696a;
          box-shadow: 0 0 0 2px #6a696a;
}

.btn-primary.transparent:before {
  background-color: #ec4c4b;
}

.text-black {
  color: black;
}

.text-base {
  color: var(--cor-base);
}

.btn-primary {
  position: relative;
  font-size: .875rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1rem;
  padding: 11px;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-base {
  background-color: var(--cor-base);
  height: 101px;
}

.logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.logo-header h1,
.logo-header h2,
.logo-header strong {
  text-indent: -99999px !important;
}

.header-base .acoes-header,
.header-base .acoes-header a {
  line-height: 1.2rem;
  font-size: 0.75rem;
}

.header-base .acoes-header a:hover {
  text-decoration: underline;
}

span.ml-2.text-login {
  line-height: 1.1;
}

.todos-departamentos:hover {
  border-bottom-left-radius: 0;
}

.todos-departamentos {
  font-weight: 700;
  height: 40px;
  padding-top: 6px;
  background-color: #ffcc00;
  border-radius: 5px;
  cursor: pointer;
}

.todos-departamentos span {
  font-size: 14px;
  color: var(--cor-base);
  font-weight: bold;
}

.todos-departamentos:hover .header-menu {
  display: block;
}

.qtd-item-car {
  position: absolute;
  padding: 3px 6px;
  border-radius: 50%;
  left: 16px;
  background: #ffffff;
  bottom: 13px;
  color: black;
}

#inputBusca {
  background: #FFFFFF;
  width: 100%;
  border: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #303333;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  outline: none;
}

#inputBusca::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbbbbb;
}

#inputBusca::-moz-placeholder {
  font-size: 14px;
  color: #bbbbbb;
}

#inputBusca::-ms-input-placeholder {
  font-size: 14px;
  color: #bbbbbb;
}

#inputBusca::placeholder {
  font-size: 14px;
  color: #bbbbbb;
}

.btn.open-search {
  position: absolute;
  right: 1px;
  border-radius: 0;
  background: none;
}

.header-menu {
  left: 0;
  z-index: 3;
  top: 40px;
  background: #f2f2f2;
  display: none;
}

.header-menu span {
  width: 100%;
  position: absolute;
  top: -17px;
  text-align: center;
}

.header-menu span::before {
  width: 0;
  height: 0;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1e5888;
  position: relative;
  top: -20px;
}

.header-menu ul {
  list-style: none;
  padding-left: 0;
}

.header-menu ul li {
  padding: 5px;
  cursor: pointer;
}

.header-menu ul li a {
  font-size: 15px;
  color: black;
  position: relative;
  font-weight: 400;
}

.header-menu ul li a i {
  position: absolute;
  right: 10px;
  top: 4px;
}

.header-menu ul li a:hover {
  border-bottom: 1px solid var(--cor-azul-escuro);
  text-decoration: none;
}

.header-menu ul li:hover > .sub-menu-all-cat {
  left: 100%;
  visibility: visible;
  opacity: 1;
  background-color: white;
}

.resultado-busca {
  display: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 45px;
  -webkit-animation: all 1s ease;
          animation: all 1s ease;
  color: var(--cor-texto-preto);
}

.resultado-busca ul {
  list-style: none;
  border-right: 1px solid #ccc;
  margin-top: 15px;
}

.resultado-busca ul li {
  line-height: 35px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resultado-busca ul li:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.resultado-busca.show {
  display: block;
  opacity: 1;
  z-index: 4;
}

.resultado-busca .img {
  height: 105px;
  padding-top: 15px;
}

.resultado-busca .img img {
  max-width: 85px;
}

.resultado-busca .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  margin-top: 10px;
  font-size: 12px;
  height: 54px;
}

.resultado-busca .valor-por {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}

.resultado-busca .sug {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}

.resultado-busca .apartir {
  margin-top: 20px;
  font-size: 10px;
}

.resultado-busca.show .bg-white {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.5);
}

.overlay-carrinho {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 21, 44, 0.93);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow-y: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.overlay-carrinho .container div div .carrinho-aberto {
  position: fixed;
  z-index: -1;
  right: 0;
  min-height: 100%;
  width: 398px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.carrinho-overlay-header {
  background-color: var(--cor-base);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 620px) {
  .overlay-carrinho .container div div .carrinho-aberto {
    position: fixed;
    z-index: -1;
    right: 0;
    min-height: 100%;
    width: 80%;
    background-color: white;
    padding: 10px;
    border: 1px solid #E9E9E9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.carrinho-aberto {
  position: absolute;
  z-index: -1;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.carrinho-aberto .btn-primary {
  width: 100%;
}

.carrinho-aberto.show {
  display: block;
  z-index: 50;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.carrinho-aberto .content {
  height: 100%;
  width: 100%;
}

.carrinho-aberto .content .empty {
  display: block;
  text-align: center;
  margin: 0;
  margin-top: 70px;
}

.carrinho-aberto .content .filled .scroll-area {
  max-height: 250px;
  overflow-y: auto;
}

.carrinho-aberto .content .filled .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carrinho-aberto .content .filled .product-cart:first-child {
  margin-top: 15px;
}

.carrinho-aberto .content .filled .product-cart:last-child {
  margin-bottom: 15px;
}

.carrinho-aberto .content .filled .product-cart .picture {
  max-width: 80px;
}

.carrinho-aberto .content .filled .product-cart .picture a {
  position: relative;
  display: block;
}

.carrinho-aberto .content .filled .product-cart .picture a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.9);
  opacity: 0;
  background-image: url("/images/remover.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.carrinho-aberto .content .filled .product-cart .picture a:hover:before {
  opacity: 1;
}

.carrinho-aberto .content .filled .product-cart .content {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

.carrinho-aberto .content .filled .product-cart .content h3 {
  font-weight: 400;
  font-size: .875rem;
  color: #303333;
  letter-spacing: 0.5px;
  line-height: 1rem;
}

.carrinho-aberto .content .filled .product-cart .content .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carrinho-aberto .content .filled .product-cart .content .half p {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0;
  font-size: .8125rem;
}

.carrinho-aberto .content .filled .sub-total small {
  font-weight: 700;
  font-size: .625rem;
}

.carrinho-aberto .content .filled .sub-total p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.09375rem;
}

.overlay-carrinho {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 21, 44, 0.93);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow-y: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overlay-carrinho.show {
  opacity: 1;
  display: block;
  pointer-events: auto;
  visibility: visible;
  z-index: 9999;
}

.overlay-carrinho .container div div .carrinho-aberto {
  position: fixed;
  z-index: -1;
  right: 0;
  min-height: 100%;
  width: 398px;
  background-color: white;
  padding: 10px;
  border: 1px solid #E9E9E9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overlay-carrinho .container div div .carrinho-aberto.show {
  z-index: 50;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay-carrinho .container div div .carrinho-aberto .content {
  height: 100%;
  width: 100%;
}

.overlay-carrinho .container div div .carrinho-aberto .content .empty {
  display: block;
  text-align: center;
  margin: 0;
  margin-top: 70px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .scroll-area {
  max-height: 465px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart:first-child {
  margin-top: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart:last-child {
  margin-bottom: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture {
  max-width: 80px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a {
  position: relative;
  display: block;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.9);
  opacity: 0;
  background-image: url("/images/remover.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a:hover:before {
  opacity: 1;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content h3 a {
  font-weight: 400;
  font-size: .875rem;
  color: #303333;
  letter-spacing: 0.5px;
  line-height: 1rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content .half p {
  font-weight: 900;
  margin: 0;
  font-size: .8125rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total {
  margin-bottom: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total small {
  font-weight: 700;
  font-size: .825rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total span {
  font-weight: 900;
  margin: 0;
  font-size: 1.09375rem;
}

.overlay-carrinho .container div div .carrinho-aberto {
  position: fixed;
  z-index: -1;
  right: 0;
  min-height: 100%;
  width: 398px;
  background-color: white;
  padding: 10px;
  border: 1px solid #E9E9E9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overlay-carrinho .container div div .carrinho-aberto.show {
  z-index: 50;
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay-carrinho .container div div .carrinho-aberto .content {
  height: 100%;
  width: 100%;
}

.overlay-carrinho .container div div .carrinho-aberto .content .empty {
  display: block;
  text-align: center;
  margin: 0;
  margin-top: 70px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .scroll-area {
  max-height: 585px;
  overflow-y: auto;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart:first-child {
  margin-top: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart:last-child {
  margin-bottom: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture {
  max-width: 80px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a {
  position: relative;
  display: block;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.9);
  opacity: 0;
  background-image: url("/images/remover.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .picture a:hover:before {
  opacity: 1;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content h3 a {
  font-weight: 400;
  font-size: .875rem;
  color: #303333;
  letter-spacing: 0.5px;
  line-height: 1rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .product-cart .content .half p {
  font-weight: 900;
  margin: 0;
  font-size: .8125rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total {
  margin-bottom: 15px;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total small {
  font-weight: 700;
  font-size: .825rem;
}

.overlay-carrinho .container div div .carrinho-aberto .content .filled .sub-total span {
  font-weight: 900;
  margin: 0;
  font-size: 1.09375rem;
}

.overlay-carrinho .container div div .carrinho-aberto .close-button {
  right: 410px;
  top: 10px;
  border-radius: 100px !important;
  background-color: #fff;
  width: 39px !important;
  cursor: pointer;
}

@media (max-width: 620px) {
  .overlay-carrinho .container div div .carrinho-aberto {
    position: fixed;
    z-index: -1;
    right: 0;
    min-height: 100%;
    width: 80%;
    background-color: white;
    padding: 10px;
    border: 1px solid #E9E9E9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.box-avaliacao {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opacity-0 {
  opacity: 0;
}

.menu-principal {
  height: 35px;
  background-color: black;
  -webkit-filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  z-index: 3;
  position: relative;
}

.menu-principal a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.menu-principal .nav-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu-principal h3,
.menu-principal span {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  line-height: unset;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
}

.menu-principal .promocoes-menu {
  font-size: 13px;
  color: var(--cor-texto-preto);
  font-weight: bold;
}

.menu-principal .dropdown-toggle::after {
  content: none !important;
}

.menu-principal .dropdown-menu > li > a {
  font-size: 0.85rem;
  color: var(--cor-texto-preto);
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  white-space: nowrap;
}

.menu-principal .dropdown-menu .ver-todos-menu > a {
  padding: 0;
}

.menu-principal .dropdown-menu {
  margin-top: 1px !important;
  border-radius: 0;
  padding: 10px 0 0.125rem 0;
}

.menu-principal .dropdown-submenu {
  width: auto;
  min-width: 270px;
  height: 30px;
  border-radius: 0;
}

.menu-principal .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px !important;
  margin-left: -1px;
  min-height: 100%;
  position: absolute;
  height: calc(100% + 2px);
  width: auto;
  min-width: 240px;
}

.menu-principal .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.menu-principal .dropdown-submenu > a > i {
  float: right;
  color: #ccc;
}

/*.menu-principal .dropdown-submenu > a :after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }*/

.menu-principal .dropdown-submenu:hover {
  background-color: #f2f2f2;
}

.menu-principal .dropdown-submenu .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.menu-principal .dropdown-submenu.pull-left {
  float: none;
}

.menu-principal .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/*.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 220px;
    top: 0;
    min-height: 100%;

    padding-left: 15px;
}*/

.todos-departamentos:hover {
  border-bottom-left-radius: 0;
}

.navbar {
  padding: 0 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.ver-todos-menu {
  position: absolute;
  bottom: 15px;
  padding-left: 15px;
}

.ver-todos-menu .item-submenu {
  font-size: 20px;
}

.sub-menu-all-cat {
  font-size: 12px;
  margin-top: 10px;
}

.menu-large .icone {
  padding: 5px;
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
  display: inline-table;
}

.menu-large {
  position: static !important;
  text-align: center;
  width: auto;
}

.megamenu {
  padding: 0;
  width: 98%;
  margin-top: 10px;
  min-height: 600px;
  border: 1px solid var(--cor-base);
}

.megamenu-menor {
  min-height: 435px;
  width: 100%;
}

.megamenu .container {
  height: 40vh;
}

.megamenu .megamenu-submenu {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  height: 40vh;
  margin-top: 10px;
}

.megamenu .dropdown-item {
  padding: 10px;
  overflow: hidden;
  width: 100% !important;
}

.megamenu .dropdown-item ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.megamenu .dropdown-item ul li:hover a {
  text-decoration: underline;
}

.megamenu .destaque-titulo {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--cor-secundaria);
}

.megamenu .item-submenu {
  color: var(--cor-texto-preto);
  font-size: 0.85rem;
  font-weight: 300;
}

.megamenu .item-submenu:hover {
  text-decoration: none;
}

.megamenu .destaque-menu {
  height: 100%;
  padding: 15px;
  border-top-right-radius: 10px;
}

.megamenu .sub-menu-all-cat {
  font-size: 12px;
  margin-top: 10px;
}

.bg-barra-institucional {
  background-color: var(--cor-base);
  height: 70px;
  padding: 0 35px;
}

.bg-barra-institucional .card-barra-institucional {
  line-height: 1.2;
}

.base-vitrines {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  background-color: white;
}

.barra-titulo {
  height: 40px;
  padding: 0 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.titulo-vitrine {
  font-size: 1.35rem;
  color: var(--cor-texto-preto);
  font-weight: 700;
  position: relative;
  border-left: 3px solid var(--cor-base);
  padding-left: 20px;
  text-transform: uppercase;
}

.box-cadastro {
  border: 1px solid #b6bbc2;
  border-radius: 0.25rem;
  padding: 1.5rem;
  width: 100%;
  margin-top: 3.5rem;
}

.box-cadastro label {
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.titulo-vitrine.titulo-login {
  font-size: 1.7rem;
  color: var(--cor-texto-preto);
  font-weight: 700;
  position: relative;
  border-left: unset;
  padding-left: unset;
  text-align: center;
  text-transform: uppercase;
}

.titulo-listagem {
  font-size: 1.35rem;
  color: var(--cor-texto-preto);
  font-weight: 700;
  position: relative;
  border-left: 3px solid var(--cor-base);
  padding-left: 20px;
  text-transform: uppercase;
}

.vitrine .owl-prev,
carousel-padrao .owl-prev,
.marcas .owl-prev,
.carousel-filiais .owl-prev,
.carousel-ultimos-posts .owl-prev {
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  font-size: 40px !important;
}

.vitrine .owl-next,
.carousel-padrao .owl-next,
.marcas .owl-next,
.carousel-filiais .owl-next,
.carousel-ultimos-posts .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  font-size: 40px !important;
}

.main-banner .owl-prev {
  position: absolute;
  left: 2% !important;
  top: 0;
  bottom: 0;
  font-size: 40px !important;
}

.main-banner .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2% !important;
  font-size: 40px !important;
}

.link-b4x {
  position: relative;
  left: 78%;
}

.b4x-logo-footer {
  position: relative;
  bottom: 23%;
  left: 45%;
}

.owl-next:hover,
.owl-prev:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.owl-prev img,
.owl-next img {
  background-color: white;
  border-radius: 50%;
}

.margin-vitrine {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.img-card {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  max-width: 100%;
}

.img-card .imagem-produto {
  width: auto !important;
  padding: 3px;
  margin: 0 auto;
}

/*
.card-produto .imagem-produto {
    max-height: 232px;
    padding: 20px;
}
*/

.card-produto .card-destaques {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0px 0.75rem;
  height: 3rem;
}

.card-produto selos-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.card-produto .selos-card .selo-desconto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: var(--cor-base);
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
}

.selos-card .selo-desconto {
  line-height: 0.8125rem;
  font-weight: 700;
  color: white;
}

.card-produto .selos-card .selo-estoque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 1px solid #ff6500;
}

.card-produto .selos-card .selo-estoque small {
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: 400;
  margin-top: 0.0625rem;
  color: #ff6500;
}

.card-produto .selos-card .selo-estoque span {
  font-size: 0.6875rem;
  line-height: 0.75rem;
  font-weight: 700;
  margin: 0.125rem 0px;
  color: #ff6500;
}

.card-produto h3 {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #1b1918;
  height: 50px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-produto .preco {
  line-height: 1.3;
}

.card-produto .preco-de {
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-decoration: line-through;
  color: #9a9a9a;
  height: 0.75rem;
}

.card-produto .preco-por {
  color: var(--cor-base);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.card-produto {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-produto .border-hover {
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 200ms ease 0s;
  transition: -webkit-box-shadow 200ms ease 0s;
  transition: box-shadow 200ms ease 0s;
  transition: box-shadow 200ms ease 0s, -webkit-box-shadow 200ms ease 0s;
  webkit-transition: box-shadow 200ms ease;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  -webkit-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  -moz-box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  background-color: white;
}

.card-produto .parcelado {
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 500;
}

.btn-comprar-card-produto {
  border-radius: 0;
  background: white;
  border: 1px solid var(--cor-base);
  color: var(--cor-texto-preto);
  font-weight: 600;
  font-size: 14px;
  height: 40px;
}

.card-produto:hover .btn-comprar-card-produto {
  background-color: var(--cor-base);
}

.card-produto:hover > .border-hover {
  -webkit-box-shadow: 0px 4px 8px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  box-shadow: 0px 4px 8px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
}

.card-produto:hover .card-destaques-inicial {
  visibility: hidden;
}

.card-produto:hover .favoritar-card-produto {
  display: block;
}

.acoes-card-produto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.favoritar-card-produto {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  border: 0;
  background-color: transparent;
  outline: none;
  display: none;
}

.favoritar-card-produto.fill {
  background-color: var(--cor-base);
  outline: none;
}

.marcas .item img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}

.marcas .item a {
  height: 70px;
  background-color: #FFFFFF;
}

.footer-newsletter-base {
  background-color: #f0ab19;
  height: 70px;
  padding-inline: 34px;
}

.text-newsletter {
  font-size: 16px;
  color: black;
  line-height: 16px;
}

.input-header-footer {
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  border-color: #ccc3;
  height: 40px;
  border-style: double;
  outline: none;
}

.footer-newsletter-base span {
  font-weight: bold;
  font-size: 20px;
}

.footer-newsletter-base button {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 40px;
  border-style: none;
  background-color: black;
  color: white;
}

.bg-footer {
  background-color: var(--cor-base);
  background-image: url("/imagens/logo/logo_footer.png");
  background-repeat: no-repeat;
}

.footer-informacoes a {
  font-size: 1rem;
  line-height: 1.6;
}

.footer-informacoes p {
  font-size: 10px;
  text-align: justify;
}

.breadcrumbs {
  position: inherit;
  margin: 10px 0;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li.auxiliar {
  font-weight: 700;
  font-size: .75rem;
  color: #2a3647;
  letter-spacing: 0;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li a {
  display: block;
  font-size: .75rem;
  color: black;
  font-weight: lighter;
}

.btn-ordenar {
  border-radius: 0;
  height: 30px;
  font-size: 14px;
}

.border-listagem {
  border-bottom: 2px solid var(--cor-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-filtros {
  font-size: 1rem;
  font-weight: bold;
}

.sidebar-produtos {
  border-radius: 0.25rem;
}

.sidebar-produtos label {
  display: contents;
}

.sidebar-produtos a {
  text-decoration: none;
  color: var(--cor-texto-preto);
  font-size: 0.85rem;
  padding: 0.1rem 0.1rem;
}

.sidebar-produtos .awesome-checkbox {
  text-decoration: none;
  color: var(--cor-texto-preto);
  font-size: 0.85rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

.sidebar-produtos ul {
  display: block;
}

.sidebar-produtos ul.list-filter {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.sidebar-produtos ul.list-filter > li.toggle-list {
  position: relative;
  list-style-type: none;
  display: block;
}

.sidebar-produtos ul.list-filter > li.toggle-list ul.sub-menu-2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar-produtos ul.list-filter > li.toggle-list > div {
  color: var(--cor-texto-preto);
  font-size: 1rem;
  margin-bottom: 5px;
}

.sidebar-produtos ul.list-filter > li.toggle-list > div span img {
  position: relative;
  top: 5px;
  width: 9px;
  float: right;
  -webkit-filter: invert(80%) sepia(70%) saturate(2212%) hue-rotate(2deg) brightness(98%) contrast(101%);
          filter: invert(80%) sepia(70%) saturate(2212%) hue-rotate(2deg) brightness(98%) contrast(101%);
}

.sidebar-produtos ul.list-filter.dont-close > li.toggle-list ul.sub-menu-2 {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  font-size: 15px;
}

ul.list-filter > li.toggle-list ul.sub-menu-2 li {
  list-style-type: none;
  display: block;
}

.sidebar-produtos ul.list-filter > li.toggle-list .titulo-filtro {
  color: var(--cor-texto-preto);
  font-size: 14px;
}

.titulo-listagem h1 {
  font-size: 24px;
  color: var(--cor-texto-preto);
}

.resultados-encontrados span {
  font-size: 14px;
  color: var(--cor-base);
}

.base-filtros {
  background-color: #FFFFFF;
  border-radius: 7px;
}

.page-link {
  position: relative;
  display: block;
  padding: 9px;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--texto-preto);
  background-color: #fff;
  border: none;
}

.page-link:hover {
  background-color: transparent;
  z-index: 1;
  color: var(--cor-base);
}

.page-item.active .page-link {
  background-color: transparent;
  z-index: 1;
  color: var(--cor-base);
  font-size: 17px;
}

.page-link {
  color: #9a9a9a;
  margin-inline: 3px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 15px;
  font-size: 17px;
}

.page-item:last-child .page-link {
  background-color: var(--cor-base);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 12px;
  font-size: 28px;
  color: white;
}

.page-item:first-child .page-link {
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 12px;
  font-size: 28px;
  color: #cfcfcf;
}

.page-item.disabled .page-link {
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 12px;
  font-size: 28px;
  color: #cfcfcf;
}

#custom-dots {
  overflow: auto;
  position: relative;
  padding: 40px 10px;
  width: auto;
  max-height: 460px;
  float: left;
}

/*

.single-product .top .galeria #custom-dots {
    max-height: 460px;
    width: 95px;
    overflow: auto;
    overflow-x: hidden;
}

.single-product .top .galeria #custom-dots::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.single-product .top .galeria #custom-dots::-webkit-scrollbar {
    width: 10px;
    background-color: var(--cor-base);
}

.single-product .top .galeria #custom-dots::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
*/

#single-product .galeria #custom-dots .item {
  background-size: auto 55px !important;
  background-color: #fff;
}

.single-product .top .galeria #custom-dots .item {
  position: relative;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 90%;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 15px;
  margin-right: 12px;
}

/*
.single-product .top .galeria #custom-dots .item.active {
    border: 2px solid var(--cor-base);
    border-radius: 0;
}*/

.single-product .top .galeria .owl-carousel {
  width: 90%;
  height: auto;
  z-index: 0;
  background-color: #fff;
}

.single-product .top .galeria .owl-carousel .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
  max-height: 485px;
}

.ver-avaliacoes {
  color: #007bff;
  font-size: 11px;
  text-decoration: underline;
}

.avaliation_star {
  width: 22px;
  content: url("/imagens/icones/star-review_linhas.png");
}

.avaliation_star_filled {
  width: 22px;
  content: url("/imagens/icones/star-review_cheia.png");
}

.favorite-product {
  background-color: transparent;
  border: 0;
  background-image: url("/imagens/icones/favorito_inativo.png");
  background-size: 26px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  outline: none !important;
}

.favorite-product.fill {
  background-image: url("/imagens/icones/favorito_ativo.png");
  outline: none;
}

.compartilhar-produto {
  background-color: transparent;
  border: none;
}

.title-product {
  font-size: 1.5rem;
  padding: 15px 0;
}

.box-sku-produto {
  background-color: var(--cor-base);
  padding: 5px 21px;
  border-radius: 10px;
  font-size: 14px;
}

.preco-de-produto {
  text-decoration: line-through;
  font-size: 16px;
  color: #8f8f8f;
}

.preco-por-produto {
  color: var(--cor-base);
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

.informacoes-formas-pagamento {
  font-size: 0.75rem;
  display: block;
}

.ver-parcelamentos {
  color: var(--cor-texto-preto);
  font-size: 0.85rem;
  text-decoration: underline;
  display: block;
}

.box-informacoes .base-info-prod .produto-quantidade input {
  width: 66px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #dee2e6;
}

.texto-frete {
  font-size: 16px;
}

.btn-buscar-cep {
  background-color: #ddd7cf;
  border-radius: 0;
  border: 0;
  color: black;
  font-weight: bold;
  height: 50px;
  width: 163px;
  font-size: 14px;
}

.porcentagem-produto {
  border-radius: 3px;
  padding: 1px 10px 3px 10px;
  text-align: center;
  background-color: var(--cor-base);
  color: #ffcc00;
  font-weight: bold;
  font-size: 14px;
}

.btn-adicionar-carrinho {
  background-color: white;
  border: 1px solid var(--cor-base);
  color: var(--cor-base);
  font-weight: bold;
  height: 40px;
  font-size: 14px;
}

.box-frete {
  /*  background-color: #fef6f4;*/
  padding: 15px;
  border-radius: 7px;
}

.compartilhar img {
  width: 21px;
}

.btn-menu-sanduiche {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.btn-menu-sanduiche .btn-left {
  background-color: #333;
  position: absolute;
  height: 5px;
  width: 16px;
  top: 30px;
  left: 0px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-menu-sanduiche .btn-left:before {
  background-color: #333;
  position: absolute;
  width: 16px;
  height: 5px;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-menu-sanduiche .btn-left:after {
  background-color: #333;
  position: absolute;
  width: 16px;
  height: 5px;
  content: "";
  top: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-menu-sanduiche .btn-right {
  background-color: #333;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  left: 16px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-menu-sanduiche .btn-right:before {
  background-color: #333;
  position: absolute;
  width: 16px;
  height: 5px;
  content: "";
  top: -10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-menu-sanduiche .btn-right:after {
  background-color: #333;
  position: absolute;
  width: 30px;
  height: 8px;
  content: "";
  top: 20px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-comprar-produto {
  border-radius: 0;
  background: white;
  border: 1px solid var(--cor-base);
  color: var(--cor-texto-preto);
  font-weight: 600;
  font-size: 14px;
  height: 50px;
}

.btn-comprar-produto:hover {
  background-color: var(--cor-base);
}

.informacoes-produto .card {
  border: none;
  padding: 25px 0;
}

.informacoes-produto .card-header {
  background: transparent;
  border: none;
}

.informacoes-produto .card-header .collapsed img.active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.informacoes-produto .card-header img.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.informacoes-produto .card-header h5 button {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 3px solid var(--cor-base);
  padding: 1rem !important;
}

.btn-link:hover {
  color: unset;
  text-decoration: none;
}

.card-avaliacoes {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.card-avaliacoes .total-avaliacoes {
  font-size: 0.625rem;
  font-weight: 400;
  color: #7f858d;
  text-align: right;
  line-height: 0.875rem;
  margin-top: 0.25rem;
}

.rating-input > label,
.rating-score > .rating-score-item {
  display: inline-block;
  content: url("/imagens/icones/star-review_cheia.png");
  height: 18px;
  margin: 2px;
}

.rating-input > label:after,
.rating-score > .rating-score-item:after {
  font-family: "FontAwesome";
  font-size: 0.8em;
  color: #FFC600;
}

.rating-input:hover > input + label:hover:after,
.rating-input:hover > input + label:hover ~ input + label:after,
.rating-input > input:checked ~ label:after,
.rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n+4):after,
.rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n+3):after,
.rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n+2):after,
.rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n+1):after,
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n+0):after,
.rating-score[data-rating="5"] > .rating-score-item:nth-child(-n+5):after,
.rating-score[data-rating="4"] > .rating-score-item:nth-child(-n+4):after,
.rating-score[data-rating="3"] > .rating-score-item:nth-child(-n+3):after,
.rating-score[data-rating="2"] > .rating-score-item:nth-child(-n+2):after,
.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n+1):after {
  content: "\F005";
}

.rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after,
.rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after,
.rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after,
.rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after,
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after {
  content: "\F123";
}

.rating-input:hover > input + label:after,
.rating-input > label:after,
.rating-score > .rating-score-item:after {
  content: "\F006";
}

.rating-score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
}

.rating-input {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.rating-input > input {
  display: none;
}

.btn-primary {
  color: var(--cor-texto-preto);
  background-color: var(--cor-base);
  border-color: #f0ab19;
  text-transform: uppercase;
  font-size: 1.15rem;
  height: calc(3rem + 2px);
  line-height: 2rem;
}

.btn-primary:hover {
  color: #212529;
  background-color: #f0ab19;
  border-color: var(--cor-base);
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 40, 61, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(41, 40, 61, 0.4);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #7cc;
  border-color: #5bc2c2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #f0ab19;
  border-color: var(--cor-base);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 41, 61, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(40, 41, 61, 0.4);
}

.btn-outline-primary {
  color: var(--cor-texto-preto);
  background-color: transparent;
  background-image: none;
  border-color: var(--cor-base);
}

.btn-outline-primary:hover {
  color: #222;
  background-color: #f0ab19;
  border-color: var(--cor-base);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 204, 204, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #7cc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #8ad3d3;
  border-color: #7cc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 41, 60, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(40, 41, 60, 0.4);
}

.m-height {
  min-height: 500px;
}

input.form-control {
  height: calc(3rem + 2px);
  line-height: 1.8rem;
}

.vertical-separator {
  height: 1.75rem;
  width: 0.0625rem;
  background: #dee0e4;
}

.informacoes-pagamento {
  font-size: 0.85rem;
}

/*
.menu-scroll {
    width: 100%;
    height: 30px;
    background: white;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    display:none;
}
.dropdown-submenu.pai{
    height: 30px;
}


.height-menu{
    background: yellow;
    position: relative;
    overflow: hidden;
}
*/

.menu-principal .dropdown-submenu > .dropdown-menu.subcategorias {
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
  -moz-column-count: 2;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
  -webkit-column-rule: 1pt solid #ECEEF2;
     -moz-column-rule: 1pt solid #ECEEF2;
          column-rule: 1pt solid #ECEEF2;
}

.ver-todos-menu {
  padding: 10px 20px;
  background-color: var(--cor-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-principal .dropdown-submenu .ver-todos-menu li:hover {
  background-color: var(--cor-base);
}

.thankyou .top {
  margin-top: 65px;
}

.thankyou .top h1 {
  text-align: center;
}

.thankyou .top h2 {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 1.14375rem;
  color: #2658DD;
  letter-spacing: 0;
}

.thankyou .top p {
  font-weight: 700;
  font-size: 1.125rem;
  color: #F99D41;
  line-height: 2.125rem;
  display: block;
  text-align: center;
}

.thankyou .top a {
  display: block;
  margin: 0 auto;
}

.thankyou .top .imprimir-boleto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-top: 30px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #D3D3D4;
  box-shadow: 0px 0px 0px 1px #D3D3D4;
}

.thankyou .top .imprimir-boleto a {
  width: 90%;
  max-width: 380px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.thankyou .top .imprimir-boleto p {
  margin: 0;
  font-weight: 400;
  font-size: .75rem;
  color: #64646E;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.125rem;
}

.thankyou .top .imprimir-boleto .transfer-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .thankyou .top .imprimir-boleto .transfer-flag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.thankyou .top .imprimir-boleto .transfer-flag img {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .thankyou .top .imprimir-boleto .transfer-flag img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.thankyou .top .imprimir-boleto .transfer-flag ul {
  margin: 0;
  padding: 0;
}

.thankyou .top .imprimir-boleto .transfer-flag ul li {
  list-style-type: none;
  font-size: .875rem;
  color: #303333;
  line-height: 1.25rem;
}

.thankyou .middle {
  margin: 50px 0;
}

.thankyou .middle p {
  display: block;
  font-size: 14px;
  color: #282835;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
}

.thankyou .bottom .table-cart thead {
  border-bottom: 1px solid #D3D3D4;
  display: none;
}

@media (min-width: 768px) {
  .thankyou .bottom .table-cart thead {
    display: table-header-group;
  }
}

.thankyou .bottom .table-cart thead tr th {
  font-weight: 300;
  font-size: .875rem;
  padding: 20px 0;
  color: #6A696A;
  text-align: left;
  line-height: 1rem;
}

.thankyou .bottom .table-cart tbody tr {
  border-bottom: 1px solid #D3D3D4;
  display: table;
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .thankyou .bottom .table-cart tbody tr {
    display: table-row;
    padding: 0;
  }
}

.thankyou .bottom .table-cart tbody tr td {
  padding: 15px 0;
  display: table;
}

@media (min-width: 768px) {
  .thankyou .bottom .table-cart tbody tr td {
    display: table-cell;
  }
}

.thankyou .bottom .table-cart tbody tr td.name a {
  display: table;
  clear: both;
  font-weight: 400;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .thankyou .bottom .table-cart tbody tr td.name a {
    margin-top: 0;
  }
}

.thankyou .bottom .table-cart tbody tr td.name small {
  font-weight: 300;
  font-size: .75rem;
  color: #303333;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: .75rem;
}

.thankyou .bottom .table-cart tbody tr td.unity {
  width: 100px;
}

@media (max-width: 767px) {
  .thankyou .bottom .table-cart tbody tr td.unity {
    display: none;
  }
}

.thankyou .bottom .table-cart tbody tr td.unity p {
  font-weight: 400;
  font-size: 1rem;
  color: #303333;
  text-align: left;
  line-height: 1rem;
  margin: 0;
}

.thankyou .bottom .table-cart tbody tr td.price p {
  margin: 0;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .thankyou .bottom .table-cart tbody tr td.price p {
    margin: 0;
  }
}

.thankyou .bottom .table-cart tbody tr td.price p.price {
  font-weight: 300;
  font-size: .8125rem;
  color: #A1A2A5;
  letter-spacing: 0;
  text-align: left;
  line-height: .8125rem;
  margin-bottom: 10px;
}

.thankyou .bottom .table-cart tbody tr td.price p.sale-price {
  font-weight: 700;
  font-size: 1.125rem;
  color: #303333;
  text-align: left;
  line-height: 1.125rem;
}

@media (max-width: 767px) {
  .thankyou .bottom .table-cart tbody tr td.subtotal {
    display: none;
  }
}

.thankyou .bottom .table-cart tbody tr td.subtotal strong {
  font-weight: 700;
  font-size: 1.125rem;
  color: #303333;
  text-align: left;
  line-height: 1.125rem;
}

.thankyou .bottom .cart-totals .value-item {
  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;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D4;
}

.thankyou .bottom .cart-totals .value-item:last-child {
  border: 0;
}

.thankyou .bottom .cart-totals .value-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: .875rem;
  color: #A1A2A5;
  text-align: right;
  line-height: 1rem;
  margin: 0;
  padding-right: 15px;
}

.thankyou .bottom .cart-totals .value-item strong {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.125rem;
  color: #303333;
  text-align: left;
  line-height: 1.125rem;
}

.thankyou .bottom .cart-totals .value-item.total strong {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .thankyou .bottom .cart-totals .value-item.total strong {
    font-size: 1.5rem;
  }
}

#contador-pagamento {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: var(--cor-base);
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
          box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.clique-copiar {
  right: -9px;
  top: -11px;
  background: #2bef2b;
  padding: 2px 10px;
  border-radius: 25px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

