.btn-add,
a img,
button,
img a,
textarea {
  border: 0;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  list-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-azul-mirante);
}

a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

textarea {
  resize: vertical;
}

button,
input[type="password"],
input[type="text"],
textarea {
  outline: 0;
}

/* Geral */
.quickview-select .select2-container--default {
  width: 100% !important;
}

.swiper-wrapper,
.swiper-slide {
  height: auto !important;
  padding-bottom: 15px;
}

.overlay {
  position: fixed;
  height: 100%;
  background: #444;
  opacity: 0.5;
  z-index: 2;
  width: 100%;
}

/* Header */
.sidenavHeader {
  padding: 15px;
}

.headerLogin {
  margin-bottom: 20px;
}

.divDadosLogin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logoutBtn {
  color: #fff;
  font-size: 18px;
}

#overlayMenuMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}

#botaoFechar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 88vw;
  color: white;
  font-size: 50px;
  cursor: pointer;
  z-index: 75;
  transform: translateY(-5px);
  transition: visibility 0.5s;
}

#maincontainerMobile {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#maincontainerMobile #hmenu-canvas #hmenu-content ul.hmenu {
  padding-top: 7px;
  padding-bottom: 30px;
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  will-change: transform;
  visibility: hidden;
}

#maincontainerMobile #hmenu-canvas #hmenu-content ul.hmenu.hmenu-visible {
  visibility: visible;
}

#maincontainerMobile .hmenu-translateX-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#maincontainerMobile .hmenu-translateX {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.hmenu-header {
  /*margin-top: 5px;*/
  /*padding: 12px 0;*/
  font-size: 16px;
  font-weight: bold;
}

.hmenu-visible li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

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

.hmenu-visible .hmenu-personalizacao {
  background: #ffbf00;
}

.hmenu-visible a.hmenu-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

a.hmenu-link.hmenu-title {
  color: #000;
}

#header {
  position: relative;
  width: 100%;
  z-index: 1029;
  background: #fff;
}

.top-bar,
.top-bar a {
  font-size: 13px;
  color: var(--color-btn-text);
  line-height: 22px;
}

.navbar .btn {
  /*background: transparent;*/
  /*color: var(--color-azul-mirante);*/
  /*height: 100%;*/
}

.item a .icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 3px 0 9px;
  vertical-align: middle;
}

.bi-cart3 {
  font-size: 25px;
  color: var(--color-azul-mirante);
}

.bi-person {
  font-size: 28px;
  color: var(--color-azul-mirante);
}

.bi-search {
  font-size: 18px;
  color: var(--color-azul-mirante);
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1049;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.search-modal input {
  flex: 1;
  width: 100%;
  font-size: 18px;
  padding: 10px;
}

.close-search {
  color: var(--color-azul-mirante);
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-item .badge-cart {
  font-size: 10px;
}

.dropdown-toggle::after {
  color: var(--color-azul-mirante);
}

.login-wrapper .dropdown-toggle::after {
  margin-left: 0;
  margin-right: .255em;
}

.contact-list i {
  font-size: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 3px 0 12px;
}

.menu-primary {
  background: var(--color-primary-menu);
}

.menu-primary .form-control {
  font-size: var(--font-base-size);
}

@media only screen and (max-width: 768px) {
  .bi-cart3 {
    font-size: 21px;
  }

  .bi-person {
    font-size: 25px;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) !important;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--color-azul-mirante2) !important;
}

/* Ligamos para vc*/
.ligamos-para-vc-content {
  max-width: 500px;
}

.animated-button1 {
  background: #efefef;
  padding: 8px 27px;
  transform: translate(0%, 0%);
  overflow: hidden;
  color: var(--color-sub-text);
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-right: 6px;
  font-size: var(--font-base-size);
  max-height: 34px;
}

.animated-button1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}

@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #003163);
  animation: 2s animateTop linear infinite;
}

@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #003163);
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #003163);
  animation: 2s animateBottom linear infinite;
}

@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #003163);
  animation: 2s animateLeft linear -1s infinite;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span {
  position: absolute;
}

.sidr-class-painel-cliente-cabecalho a,
.visible,
button {
  display: block;
}

.sidr-class-painel-cliente-cabecalho {
  display: block;
  line-height: 1.2;
  position: relative;
  background: #132342;
  padding: 10px 5px;
}

.sidr-class-accordion,
.sidr-class-menu-wrapper ul {
  width: 100%;
  display: block;
  line-height: 1;
  text-align: left;
  color: #132342;
  text-transform: uppercase;
}

.sidr-class-menu-wrapper ul {
  background: #fff;
  padding: 14px 0;
  font-size: 16px;
  border-bottom: 0;
}

.sidr-class-painel-cliente-cabecalho span {
  font-size: 1.5em;
  color: #fff;
  display: block;
}

.sidr-class-accordion {
  background: #fff;
  padding: 14px 8px;
  font-size: 1.5em;
  border-bottom: 1px solid #dcdbe1;
  border-radius: 0;
}

.sidr-class-panel.sidr-class-vertodos.visible {
  border-bottom: 1px solid #dcdbe1;
  margin-top: 13px;
}

.sidr p {
  margin: 0 0 14px !important;
}

.sidr-class-accordion:hover {
  background-color: #fff;
}

.sidr-class-compra_sortida,
.sidr-class-compra_sortida:hover {
  color: #0e192f;
  background: #fed100;
}

button.sidr-class-accordion:focus {
  font-weight: 700;
  border-bottom: unset;
}

.sidr-class-compra_sortida:hover {
  border-radius: 20px;
}

.sidr-class-x-menu-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px;
}

.sidr-class-x-menu-buttons a {
  display: flex;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.sidr-class-x-menu-buttons a img {
  display: block;
  margin-bottom: 5px;
}

.sidr-class-x-menu-buttons a span {
  font-size: 11px;
  text-transform: uppercase;
  color: #555253;
}

.sidr-class-menu-inst-header h3 {
  font-size: 16px !important;
  text-align: left;
  text-transform: uppercase;
  background: #fff !important;
  box-shadow: none !important;
  padding: 7px 18px !important;
  border-bottom: 1px solid #ccc;
}

.sidr-class-chevronmenu.sidr-class-setaentrar {
  width: 1em;
  float: right;
  margin-right: 30px;
}

.sidr-class-chevronmenu {
  width: 10px;
  float: right;
}

.sidr-class-panel {
  padding: 0 18px;
  background-color: #fff;
  overflow: hidden;
  display: none;
}

.sidebar {
  height: 225px;
  width: 50px;
  background: #f1f1f1;
  position: fixed;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 10000;
  float: right;
}

.sidebar a {
  text-decoration: none;
  font-size: 25px;
  height: 40px;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.fa-chevron-right {
  cursor: pointer;
  font-size: 24px;
  transition: 0.25s;
}

.icon-email,
.icon-tel,
.icon-whatsapp {
  min-width: 20px;
  height: 20px;
}

#header .logo {
  display: block;
  float: left;
  max-width: 130px;
}

.contato ul {
  display: contents;
}

.contato-d li {
  width: 20%;
  float: left;
}

.contato-d li:last-child {
  width: 33%;
}

.contato-d a {
  font-size: 12px;
  color: #fff !important;
  vertical-align: -webkit-baseline-middle;
}

.icon-email,
.icon-tel,
.icon-whatsapp,
.meu-carrinho-button:before,
.meu-login-button:before,
.vantagens .vantagem:before {
  background-size: contain;
}

.contato-d .item a .icon {
  background: url("../imagens/iconesmirante.png") no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.contato-d .item a .icon-tel {
  background-position: 0 0;
  min-width: 17px;
  height: 17px;
}

.contato-d .item a .icon-whatsapp {
  background-position: -87px 0;
  min-width: 18px;
  height: 18px;
}

.contato-d .item a .icon-email {
  background-position: -114px 0;
  min-width: 17px;
  height: 15px;
}

#header .menu-produtos .ul-menu>li.item-submenu {
  position: relative;
}

.meu-carrinho-wrapper .meu-carrinho-button {
  cursor: pointer;
  text-align: left;
  height: 30px;
  margin: 13px 0 0;
}

.meu-carrinho-button svg,
.meu-carrinho-button-smaller svg {
  float: left;
}

.meu-carrinho-button:before {
  background-image: url(../imagens/svg/carrinho.svg);
  width: 26px;
  height: 26px;
  content: " ";
  display: none !important;
  float: left;
}

.item-email:before,
.item-tel:before,
.item-whats:before {
  background-position: -113px 0;
  width: 40px;
  height: 40px;
  background-image: url(../imagens/iconesmirante.png);
}

.item-tel:before,
.item-whats:before {
  content: "";
}

.meu-carrinho-wrapper .meu-carrinho-button-smaller {
  cursor: pointer;
  text-align: left;
  margin: 15px 0 0;
}

.meu-carrinho-button-smaller:before {
  display: none;
  background-image: url(../imagens/svg/carrinho.svg);
  width: 26px;
  height: 26px;
  float: left;
  background-size: contain;
  margin-top: 2px;
}

.meu-login-button:before {
  background-image: url(https://img.icons8.com/cotton/64/000000/user-settings.png);
  width: 29px;
  height: 29px;
  content: " ";
  display: table;
}

span.qtde-carrinho {
  font-size: 13px;
  color: #0e192f;
}

#boxShadow:after,
#header #menu-resp .sidr-class-menu-contato>div:before,
#menu-resp .sidr-class-menu-contato>div:before,
#modalLogin .painel-cliente .str:before,
.rodape .formas-pagamento strong:before,
.rodape .links .meios-contato>div:before {
  content: "";
  background-image: url(../imagens/icones.png);
}

#header .menu-produtos .ul-menu {
  margin: 0 -15px;
  text-align: center;
}

#header .menu-produtos .ul-menu>li {
  display: inline-block;
  padding: 0 5px;
  height: 34px;
}

#header .menu-produtos .ul-menu>li.item-promocao {
  padding: 0;
}

#header .menu-produtos .ul-menu>li.item-promocao a {
  padding: 15px 10px 15px 45px;
  display: block;
  background-color: #ffd200;
  font-size: 12px;
  color: #030f26;
  text-transform: uppercase;
  position: relative;
}

#header .menu-produtos .ul-menu>li.item-promocao a:before {
  content: "";
  background: url("../imagens/icones-menu.png") -192px -2px no-repeat;
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

i.fas.fa-chevron-down {
  color: #fff;
  font-size: 13px;
  padding-left: 4px;
}

i.fas.fa-chevron-down.chevron-down-left {
  float: right;
  line-height: 20px;
  font-size: 1.22em;
}

.chevron-right-todos {
  float: right;
  line-height: 32px;
  font-size: 12px;
  color: #0e192f;
}

#header .menu-produtos .ul-menu>li.item-submenu .submenu {
  display: none;
  background: #fff;
  position: absolute;
  width: max-content;
  min-width: 148px;
  text-align: left;
  z-index: 999;
  margin: 0 5px;
  left: 0;
  top: 100%;
  border-top: 2px solid #0e192f;
}

#header .menu-produtos .ul-menu>li:hover>a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  content: "";
  border-color: transparent transparent #0e192f;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#header .menu-produtos .ul-menu>li.item-submenu .submenu li a {
  font-size: 11px;
  text-align: left;
  letter-spacing: 0.6px;
  color: #0e192f;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  line-height: 27px;
  padding: 3px !important;
}

#header .menu-produtos .ul-menu>li.item-submenu .submenu li a:hover {
  color: #fff;
  background-color: #0e192f;
}

#header .menu-produtos .ul-menu>li:not(.item-promocao)>a {
  font-size: 13px;
  letter-spacing: 0.6px;
  background: #fff;
  color: #0e192f;
  text-transform: uppercase;
  display: block;
  padding: 5px 4px;
  border-radius: 10px;
}

#header .menu-produtos .ul-menu>li:not(.item-promocao):hover {
  color: #0e192f !important;
  font-weight: 700;
}

#header #menu-resp {
  font-size: 1em;
  box-shadow: none;
  background-color: #132342;
}

#header #menu-resp .sidr-class-painel-cliente {
  display: block;
  padding: 10px 0 14px 20px;
  background-color: #132342;
}

#header #menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  right: 16px;
  border-color: transparent transparent transparent #132342;
}

#header #menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header strong:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

#header #menu-resp .sidr-class-painel-cliente-header,
#menu-resp .sidr-class-painel-cliente-header {
  display: block;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  position: relative;
}

#header #menu-resp .sidr-class-painel-cliente-header:before,
#menu-resp .sidr-class-painel-cliente-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 23px;
  background-image: url(../imagens/icones.png);
  background-position: -175px -326px;
}

#header #menu-resp .sidr-class-painel-cliente-header span,
#header #menu-resp .sidr-class-painel-cliente-header strong,
#menu-resp .sidr-class-painel-cliente-header span,
#menu-resp .sidr-class-painel-cliente-header strong {
  font-size: 1.2em;
  color: #fff;
  display: block;
}

#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-usuario,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-usuario {
  display: block;
  margin-top: 12px;
  font-size: 1.201em;
  color: #fff;
}

#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente {
  margin-top: 12px;
}

#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente.active a,
#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente:hover a,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente.active a,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente:hover a,
#modalLogin .painel-cliente .form-painel-modal .input-text.error {
  box-shadow: none;
}

#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente .sidr-class-itens-painel-cliente-item,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente .sidr-class-itens-painel-cliente-item {
  display: inline-block;
  line-height: 1;
  border-top: none;
  border-bottom: none;
}

#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente .sidr-class-itens-painel-cliente-item a,
#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente .sidr-class-itens-painel-cliente-item a {
  font-size: 1.4em;
  color: #006594;
  padding: 0;
}

#menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente .sidr-class-itens-painel-cliente-item+.sidr-class-itens-painel-cliente-item,
.sidr-class-itens-painel-cliente-item#header #menu-resp .sidr-class-painel-cliente-logado-wrapper .sidr-class-itens-painel-cliente+.sidr-class-itens-painel-cliente-item {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #006594;
}

#header #menu-resp .sidr-class-menu-wrapper {
  padding: 12px 20px 20px;
  background-color: #fff;
}

#header #menu-resp .sidr-class-menu-wrapper li {
  border-top: 1px solid #d8e1e5;
  border-bottom: 0;
  line-height: 1;
}

#header #menu-resp .sidr-class-menu-wrapper li:last-child {
  border-bottom: 1px solid #d8e1e5;
}

#header #menu-resp .sidr-class-menu-wrapper li a {
  display: block;
  padding: 14px 0;
  color: #132342;
  text-transform: uppercase;
  font-size: 1.4em;
}

#header #menu-resp .sidr-class-menu-contato,
#menu-resp .sidr-class-menu-contato {
  padding: 10px 20px 14px;
  background-color: #132342;
}

#header #menu-resp .sidr-class-menu-contato>div,
#menu-resp .sidr-class-menu-contato>div {
  font-size: 1.394em;
  color: #fff;
  margin-bottom: 10px;
}

#header #menu-resp .sidr-class-menu-contato>div a,
#menu-resp .sidr-class-menu-contato>div a,
.rodape .links .meios-contato>div a {
  color: inherit;
}

#header #menu-resp .sidr-class-menu-contato>div:before,
#menu-resp .sidr-class-menu-contato>div:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#header #menu-resp .sidr-class-menu-contato>div span {
  font-size: 1.10186514em;
  margin-left: 5px;
}

#header #menu-resp .sidr-class-menu-contato>div.sidr-class-tl:before,
#menu-resp .sidr-class-menu-contato>div.sidr-class-tl:before {
  width: 19px;
  height: 19px;
  background-position: -129px -327px;
}

#header #menu-resp .sidr-class-menu-contato>div.sidr-class-em:before,
#menu-resp .sidr-class-menu-contato>div.sidr-class-em:before {
  width: 20px;
  height: 15px;
  background-position: -152px -327px;
}

#header #menu {
  margin: 0;
  width: 100%;
  max-width: 36px;
  cursor: pointer;
  display: none;
  float: right;
}

#header #menu span {
  width: 36px;
  height: 5px;
  display: block;
  background-color: #132442;
  border-radius: 2px;
}

#header #menu span+span {
  margin-top: 2px;
}

.container.container-newsletter {
  width: 80% !important;
}

.alert {
  z-index: 2;
  padding: 7px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
}

.alert-cart {
  z-index: 2;
  padding: 7px;
  right: 17px;
  width: fit-content;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-20px);
  opacity: 0;
}

.alert-cart.show {
  transform: translateY(0);
  opacity: 1;
}

.alert-cart.show {
  transform: translateY(0);
  opacity: 1;
}

.rodape .formas-pagamento,
.rodape .formas-pagamento .listagem-formas-pgto,
.rodape .formas-pagamento strong {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.rodape .formas-pagamento {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 16px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 50px 0 #030f26, inset -50px 0 #030f26,
    inset 0 -1px #353f51;
  box-shadow: inset 50px 0 #030f26, inset -50px 0 #030f26, inset 0 -1px #353f51;
}

.rodape .formas-pagamento strong {
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 25px;
}

.rodape .formas-pagamento strong:before {
  width: 46px;
  height: 48px;
  margin-right: 15px;
  background-position: 0 -100px;
}

.rodape .formas-pagamento .listagem-formas-pgto {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rodape .formas-pagamento .listagem-formas-pgto:before {
  content: "";
  display: inline-block;
  height: 35px;
  margin-right: 10px;
  border-left: 1px solid #fff;
}

.rodape .formas-pagamento .listagem-formas-pgto li+li {
  margin-left: 12px;
}

.rodape .links .meios-contato>div:before {
  display: none;
  vertical-align: middle;
  margin-right: 10px;
}

.rodape .links .meios-contato>div.tl:before {
  width: 21px;
  height: 30px;
  background-position: -171px 0;
}

.rodape .links .meios-contato>div.wp:before {
  width: 26px;
  height: 26px;
  background-position: -137px -26px;
}

.rodape .links .meios-contato>div.em:before {
  width: 24px;
  height: 20px;
  background-position: -167px -32px;
}

.rodape .links>div .icon {
  background: url(../imagens/iconesmirante.png) no-repeat;
  display: inline-block;
  margin-right: 2px;
}

.rodape .links .redes-wrapper {
  width: 100%;
  min-height: 200px;
}

.rodape .links .redes-wrapper .redes-sociais {
  margin: 10px 0;
}

.rodape .links .redes-wrapper .redes-sociais a:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background-image: url(../imagens/iconesmirante.png);
}

.rodape .links .redes-wrapper .redes-sociais a.fb:before {
  background-position: -165px -350px;
}

.rodape .links .redes-wrapper .redes-sociais a.tw:before {
  background-position: -35px -26px;
}

.rodape .links .redes-wrapper .redes-sociais a.ins:before {
  background-position: -74px -179px;
}

.rodape .links .redes-wrapper .redes-sociais a.yt:before {
  background-position: -103px -26px;
}

.redes-wrapper span {
  color: #0e192f;
  font-size: 18px;
  vertical-align: super;
}

.rodape .info-rodape .selo {
  margin-top: -95px;
  text-align: right;
}

.rodape .info-rodape .selo h3 {
  font-size: 1.8em;
  color: #006594;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .footer-head a span:after {
    content: "\2303";
    font-size: 15px;
    margin-left: 5px;
    transition: transform 0.2s ease-in-out;
  }

  .footer-head a[aria-expanded="true"] span:after {
    transform: rotate(180deg);
  }
}

.selo-pgto-ctn {
  margin-right: 5px;
  float: left;
}

#menu-resp {
  font-size: 1em;
  box-shadow: none;
  background-color: #fff;
}

#menu-resp .sidr-class-painel-cliente {
  display: block;
  padding: 10px 0 14px 20px;
  background-color: #fff;
}

#menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header span:after,
#menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header strong:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 10px 0 10px 10px;
}

#menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header strong:after {
  border-color: transparent transparent transparent #fff;
}

#menu-resp .sidr-class-painel-cliente.sidr-class-logar .sidr-class-painel-cliente-header span:after {
  right: 16px;
  border-color: transparent transparent transparent #132342;
}

#menu-resp .sidr-class-menu-wrapper {
  background-color: #fff;
  text-transform: uppercase;
}

#menu-resp .sidr-class-menu-wrapper li {
  border-bottom: 0;
  line-height: 1;
}

#menu-resp .sidr-class-menu-wrapper li:last-child {
  border-bottom: 0 solid #d8e1e5;
}

#menu-resp .sidr-class-menu-wrapper li a {
  display: block;
  padding: 14px 0;
  color: #132342;
  text-transform: uppercase;
  font-size: 14px;
}

#menu-resp .sidr-class-menu-contato>div span {
  font-size: 1.101865136298422em;
  margin-left: 5px;
}

#boxShadow {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}

#boxShadow:after {
  position: fixed;
  width: 24px;
  height: 40px;
  left: 280px;
  z-index: 9999;
  top: 30%;
  background-position: -98px -313px;
}

#modalLogin {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 9999999;
  padding: 0 25px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#modalLogin.aberto {
  display: block;
  width: 100%;
  height: 100%;
}

#modalLogin #fecharModal {
  width: 50px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #132342;
}

#modalLogin #fecharModal:after,
#modalLogin #fecharModal:before {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 5px;
  background-color: #fff;
}

#modalLogin #fecharModal:before {
  -webkit-transform: translate3d(5px, 19px, 0) rotate(-45deg);
  -ms-transform: translate3d(5px, 19px, 0) rotate(-45deg);
  -o-transform: translate3d(5px, 19px, 0) rotate(-45deg);
  transform: translate3d(5px, 19px, 0) rotate(-45deg);
}

#modalLogin #fecharModal:after {
  -webkit-transform: translate3d(5px, 14px, 0) rotate(45deg);
  -ms-transform: translate3d(5px, 14px, 0) rotate(45deg);
  -o-transform: translate3d(5px, 14px, 0) rotate(45deg);
  transform: translate3d(5px, 14px, 0) rotate(45deg);
}

#modalLogin .painel-cliente {
  width: 100%;
  padding-top: 105px;
}

#modalLogin .painel-cliente .str {
  font-size: 1.4em;
  color: #132342;
  display: block;
  margin-bottom: 14px;
}

#modalLogin .painel-cliente .str:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 19px;
  height: 23px;
  background-position: -175px -326px;
}

#modalLogin .painel-cliente .form-painel-modal .str {
  font-size: 1.6em;
  color: #00a8f6;
  text-transform: uppercase;
}

#modalLogin .painel-cliente .form-painel-modal .lbl {
  font-size: 1.6em;
  color: #030f26;
  display: block;
  margin-bottom: 10px;
}

#modalLogin .painel-cliente .form-painel-modal .input-text {
  font-size: 1.4em;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #bbb7b7, inset 2px 2px 10px -5px #bbb7b7;
  box-shadow: inset 0 0 0 1px #bbb7b7, inset 2px 2px 10px -5px #bbb7b7;
  margin-bottom: 10px;
}

#modalLogin .painel-cliente .form-painel-modal .input-text:focus {
  -webkit-box-shadow: inset 0 0 0 1px #00a8f6, inset 2px 2px 10px -5px #bbb7b7;
  box-shadow: inset 0 0 0 1px #00a8f6, inset 2px 2px 10px -5px #bbb7b7;
}

#modalLogin .painel-cliente .form-painel-modal .opcoes-login {
  text-align: center;
}

#modalLogin .painel-cliente .form-painel-modal .opcoes-login .opcao-painel {
  font-size: 1.4em;
  color: #132342;
  text-decoration: underline;
  display: inline-block;
  margin-right: 10px;
}

#modalLogin .painel-cliente .form-painel-modal .opcoes-login .opcao-painel+.opcao-painel {
  padding-left: 10px;
  border-left: 1px solid #c3c8cd;
}

#modalLogin .painel-cliente .form-painel-modal .submit {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #00a8f6;
  max-width: 120px;
  margin: 25px auto;
  font-size: 1.4em;
}

.banner-anuncio {
  margin: 0 auto;
}

strong.usuario {
  font-size: 14px;
}

.itens-painel-cliente,
.itens-painel-cliente a {
  font-size: 16px;
  color: #fafafa;
  margin-top: 8px;
  line-height: 20px;
}

.itens-painel-cliente li {
  margin-top: 7px;
}

/* Banner */
.hover-zoom img {
  width: 100%;
  transition: all 0.5s linear;
}

.hover-zoom:hover img {
  transform: scale(1.1);
}

.bg-image {
  overflow: hidden;
}

/* Banner com imagens do lado */
.imageElement--image-shelf {
  max-height: 400px;
  width: unset !important;
  width: 100%;
  transition: all 0.5s linear;
}

/*Bloco produto */
.produto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-direction: column;
  box-shadow: none;
  -webkit-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  /*padding: 4px;*/
}

.produto-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 240px;
  max-width: 240px;
  background: rgb(250, 250, 250);
}

@media (min-width: 768px) {
  .produto-img {
    max-width: unset !important;
    height: auto;
    min-height: 250px;
    max-height: none;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
  }
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .produto-img {
    max-height: none;
    min-height: 200px;
    aspect-ratio: 1 / 1.4;
  }
}

@media all and (max-width: 768px) {
  .produto-img {
    max-height: none;
    min-height: 180px;
    aspect-ratio: 1 / 1.45;
  }
}

.produto-img img {
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}

.produto-img .footer-actions {
  position: absolute;
  left: 0;
  bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transform: translateY(100%);
}

.produto-img:hover .footer-actions {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.3s;
  transform: translateY(0%);
}

.produto-img .footer-actions {
  text-transform: uppercase;
  opacity: 0;
  max-width: unset;
}

@media all and (max-width: 768px) {
  .btn-fast-buy {
    max-width: unset !important;
  }
}

.btn-fast-buy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  background-color: var(--product-buy-btn);
  border: none;
  height: 3rem !important;
  margin-right: 0 !important;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

.kitButtonProduct {
  height: 3rem !important;
}

.btn-fast-buy:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #228b22;
}

.produto-titulo {
  min-height: 40px;
  font-size: 14px;
  color: var(--color-heading-text);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: -webkit-fill-available;
}

span.qtykit.produto-titulo {
  font-size: 12px;
}

.produto-preco,
.parcelamento,
.pgavista {
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 12px;
}

.produto-preco .de {
  color: #030f26;
}

.produto-preco .off,
.pgavista .off {
  color: #0e192f;
}

.produto-preco .parcelamento {
  margin-left: 4px;
}

.produto-preco .txt {
  margin: 0 3px;
}

span.priceoff {
  background: #228b22;
  border-radius: 30px;
  color: #fff;
  padding: 0px 7px;
  font-size: 11px;
  font-weight: 800;
}

.produto-preco {
  margin-top: 5px;
}

.tag-produto .valoruni {
  border-radius: 30px;
  background: var(--product-price-off);
  right: 14px;
  color: #fff;
  top: 14px;
  font-size: 12px;
  line-height: 12px;
  z-index: 1;
  text-align: center;
}

.tag-produto .faixa_adicional,
.tag-produto .valoruni,
.tag-produto .valorunikit {
  position: absolute;
}

.tag-produto .faixa_adicional {
  background: #fed100;
  color: #0e192f;
  bottom: 20px !important;
}

.tag-produto .valoruni span,
.tag-produto .valorunikit span {
  font-size: 18px;
}

.tag-produto .valorunikit {
  color: #fff;
  background: var(--color-azul-mirante);
  font-size: 12px;
  line-height: 12px;
  left: 0;
  /* bottom: 14px; */
}

@media screen and (min-width: 769px) {
  .tag-produto .valorunikit {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .tag-produto .valorunikit {
    /* bottom: 30px; */
    padding: 3px 5px !important;
  }

  .tag-produto .valoruni span,
  .tag-produto .valorunikit span {
    font-size: 13px;
  }
}

ul.cores_relacionadas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  /* Para centralizar */
  margin: 0 auto 10px;
  padding: 0;
  list-style: none;
}

.cores_relacionadas input.btn-cor {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
}

@media all and (max-width: 768px) {
  .cores_relacionadas input.btn-cor {
    width: 20px;
    height: 20px;
  }

  ul.cores_relacionadas {
    /* display: grid; */
    /* grid-template-columns: repeat(6, 1fr); */
    justify-content: center;
  }
}

.cores_relacionadas span.cor {
  color: #0e192f;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}

/* Slider produtos */
.destaques .destaques-header .destaque-opcoes .destaques-nav .nav.swiper-button-disabled {
  display: none;
}

.destaques .destaques-header .destaque-opcoes .info-nav {
  font-size: 1.8em;
  color: #030f26;
  text-transform: uppercase;
  margin-right: 10px;
}

.destaques .destaques-header .destaque-opcoes .destaques-nav {
  width: 87px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.destaques .destaques-header .destaque-opcoes .destaques-nav .nav {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  position: relative;
  cursor: pointer;
}

.destaques .destaques-header .destaque-opcoes .destaques-nav .nav a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-produtos i.bi.bi-chevron-right,
i.bi.bi-chevron-left {
  font-size: 12px;
  font-weight: 900;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 9px;
  line-height: 30px;
}

/*Links e botoes */
.link-secondary {
  color: var(--color-heading-text);
  border-bottom: 1px solid var(--color-heading-text);
}

/*Breadcrumb */
.item-bread {
  color: var(--color-sub-text);
}

.breadcrumb .item-bread+.item-bread:before {
  content: "|";
  display: inline-block;
  color: #000;
  margin: 0 3px;
}

/* Filtro opcoes produtos */
.opcoes-topo .form-filtro .form-select {
  padding: 0.5rem;
  min-width: 140px;
}

/* Slider Vantagens */
.swiper-wrapper.vantagens {
  max-height: 25px;
  margin: 0;
  padding: 0;
}

.sliderVantagens .vantagens img {
  width: 25px;
}

.sliderVantagens .text-white img {
  filter: invert(100%);
}

.sliderVantagens .swiper-slide {
  height: auto !important;
  padding: 0;
}

.col-vantagens {
  border-right: 1px solid #fafafa;
}

@media all and (max-width: 768px) {
  .col-vantagens {
    border: none;
  }

  .sliderVantagens .vantagens img {
    width: 20px;
  }
}

.vantagens .vantagem {
  margin-left: 10px;
  color: unset;
}

/* Sidebar Cart */
#modalShoppingContent .select2-container .select2-selection--single {
  padding: 0.255rem 1rem !important;
}

.ico-excluir-item {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-left: 12px;
  opacity: 0.6;
  background-image: url(../img/icones.png);
  background-position: -177px -81px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}

:not(.toast-header):not(.alert)>.btn-close {
  display: inline-flex;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  z-index: 1030;
}

.offcanvas-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.sidebar-cart ul {
  /* max-height: 50vh; */
  overflow: auto;
  scrollbar-width: thin;
}

/* Blog */
.conteudo h4 {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin: 2rem 0;
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .texto-post img {
    width: unset !important;
    height: unset !important;
  }
}

/* medium and up screens */
@media (min-width: 768px) {

  .sliderVantagens .carousel-inner .carousel-item-end.active,
  .sliderVantagens .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .sliderVantagens .carousel-inner .carousel-item-start.active,
  .sliderVantagens .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.sliderVantagens .carousel-inner .carousel-item-end,
.sliderVantagens .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* Bloco depoimentos */
i.romw-fa.romw-fa-star {
  font-size: 14px !important;
  margin-right: 5px;
}

.romw-container {
  width: 100%;
}

.romw.swiper-slide {
  border-radius: 30px !important;
  box-shadow: none !important;
}

.scrollContent {
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  padding: 0 !important;
  /*width: 80% !important;*/
  text-transform: lowercase;
}

.romw-author-photo img {
  width: 40px !important;
  height: 40px !important;
}

span.romw-author {
  text-transform: lowercase;
  font-size: 15px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .swiper-slide {
  padding: 25px !important;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-button-prev,
.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-button-next {
  border: none;
  background-size: 15px;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .swiper-slide {
  border-radius: 10px !important;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .romw .romw-stars i,
.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .romw .romw-stars svg {
  color: #FFBF00;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .romw .romw-text {
  padding: 0 !important;
  max-height: 150px;
}

.romw-review-ff4sjg2XaMuDPOEFv8MSr6goABydTboNixI7OoWUamnJF26D0F .swiper-container-slider3 .romw.swiper-slide {
  max-height: 250px;
  background-color: #F8F8F8;
}

/* Newsletter */
#newsletter {
  background-color: var(--color-azul-mirante2);
}

#newsletter .form-news::-webkit-input-placeholder {
  color: #5f5f5f;
}

#newsletter .form-news::-moz-placeholder {
  color: #5f5f5f;
}

#newsletter .form-news::-ms-input-placeholder {
  color: #5f5f5f;
}

form.formIntegration2 *,
form.formIntegration2 *::before,
form.formIntegration2 *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
  background-color: #ac0000;
}

form.formIntegration2 .DinamizeDivMessageSuccess,
form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
  display: none;
  margin: 0px 0px 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: arial;
  padding: 15px;
}

form.formIntegration2 .DinamizeDivMessageSuccess {
  background-color: rgb(20, 118, 18);
}

form.formIntegration2 div.containerAllInline div.block {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

form.formIntegration2 div.horizontal {
  display: inline-block;
  vertical-align: middle;
}

form.formIntegration2 input[type="text"] {
  outline: none;
  width: 100%;
}

form.formIntegration2 div.containerAllInline div.horizontal.divinput {
  width: 100%;
  text-align: left;
}

/* Efeitos */
.efeitoWaves {
  animation: 2s linear infinite wave;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 10px -10px #045DEE;
  }

  80% {
    box-shadow: 0 0 0 8px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tamanhos {
  position: relative;
  display: flex;
  gap: 6px;
}

.quantidadeInputs {
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 1px;
  display: flex;
  gap: 8px;
}

.quantidade {
  margin-top: 20px;
  /* Ajuste conforme necessário */
  display: flex;
  justify-content: center;
}

.quantidade button {
  width: 30px;
  height: 30px;
}

.quantidade input {
  width: 50px;
  text-align: center;
}

.d-none {
  display: none;
}

.tam-btn {
  padding: 8px 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  background-color: #f9fafa;
  color: #888;
  border-radius: 5px;
}

.tam-btn.disabledButon {
  background-color: rgba(128, 128, 128, 0.2);
  cursor: not-allowed;
  color: #999;
}

.tam-btn.disabledButon::after {
  content: '';
  position: absolute;
  width: 70%;
  /* Ajusta o comprimento da linha */
  height: 2px;
  background-color: #999;
  top: 50%;
  left: 15%;
  /* Centraliza a linha dentro do botão */
  transform: translateY(-50%) rotate(-45deg);
  /* Centraliza verticalmente e mantém a rotação */
}

/* Estilos para o botão selecionado */
.tam-btn.selected {
  background-color: #000;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
}


.whatsapp-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.select2-selection {
  background-color: var(--color-field-background) !important;
  border-color: var(--color-border) !important;
  margin-bottom: 5px !important;
  font-size: var(--font-mobile-size) !important;
  height: 2rem !important;
}

.select2-search {
  display: none !important;
}



/* .sidebar-cart ul {
  max-height: 65vh !important;
  overflow: hidden !important;
} */

.sidebar-cart {
  z-index: 99999;
  position: absolute;
}

.sidebar-cart .form-select {
  /* padding: 5px; */
  max-width: 120px;
}

#offcanvas-hero .offcanvas-grouped {
  height: 97%;
}

.shipping-calculator__result-item {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-end {
  width: 500px !important;
}

button#calcularFrete,
button#calcularFreteNovo {
  background: var(--color-azul-mirante2);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

/*Novo carrinho lateral */
.leanShippingOptionPrice.fretegratis {
  background: #198754;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
}

.tab-content {
  text-transform: unset;
  padding: 8px;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  background-color: unset;
}

.tab-content .leanShippingOption {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 6px;
}

.tab-content .leanShippingText {
  /*display: grid;*/
  flex: auto;
  margin-left: 10px;
}

.tab-content .leanShippingText strong {
  font-size: 11px;
  margin-right: 10px;
}

.tab-content .leanShippingText span {
  color: #707070;
  margin-top: 3px;
}

.modal-body .espaco-btn-revendedor {
  max-width: unset;
}

.espaco-btn-revendedor {
  max-width: 65%;
}

#stickyBuyButton .espaco-btn .btn {
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .espaco-btn-revendedor {
    max-width: 100%;
  }
}

.btn-revendedor-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #4f4a4a;
  border-radius: 5px;
  width: 100%;
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
  .btn-revendedor-link {
    justify-content: center;
    width: 100%;
  }
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btn-revendedor-link:hover {
  background-color: #f1f1f1;
}

.div-btn-revendedor {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.footer-actions .variations {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  flex-direction: column;
}

.footer-actions .variations .variations__attribute ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap !important;
  gap: 5px;
}

.produto-img .footer-actions {
  display: block;
}

.footer-actions .variations .variations__title {
  display: none;
}

.footer-actions li.variations__list {
  min-width: auto !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer-actions .variations__list-label {
  border: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  min-width: 28px;
  min-height: 28px;
  position: relative;
}

.footer-actions .variations__list-name {
  text-wrap: nowrap;
}

.footer-actions .variations__list-name {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-actions li.variations__list[outofstock],
.footer-actions li.variations__list input {
  display: none !important;
}

.footer-actions .btn-fast-buy {
  max-width: unset;
}

/* Garante que o li tenha referência para o ::after */
.footer-actions .variations__list[instock="false"] {
  position: relative;
  opacity: 0.6;
  overflow: hidden;
}

/* Pseudo-elemento que cria o traço diagonal */
.footer-actions .variations__list[instock="false"]::after {
  content: "";
  position: absolute;
  width: 145%;
  height: 1px;
  background: red;
  top: 50%;
  left: -25%;
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}

.variations__list-item[data-selected="true"] .variations__list-label {
  background-color: var(--color-azul-mirante);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer-actions {
    display: none !important;
  }
}


/* Rodape */
.rodape .text-body {
  color: #585858 !important;
  font-size: 13px;
}

.footer__section-address {
  padding: 20px 0;
  background-color: var(--color-azul-mirante);
  display: flex;
  color: #fff;
}

.footer__section-address__address {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}

.footer__section-address__develop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.footer__section-address__develop a {
  color: #fff;
  text-decoration: none;
}

.footer__section-seals {
  background-color: #edeef0;
}

.footer__section-seals__social li {
  margin: 0 10px;
}

.footer__section-seals__social img {
  max-height: 45px;
}

@media screen and (min-width: 768px) {
  .footer__section-address__develop {
    margin-top: 10px;
    text-align: center;
    min-width: 250px;
  }
}

@media (min-width: 981px) {
  .footer__section-seals .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__section-seals ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}


.bg-danger2 {
  background-color: #FFE6E6 !important;
  color: #FF0000;
  font-size: 9px;
  padding: 5px;
}

.owl-carousel .bg-danger2 {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9999;
  font-size: 11px;
}

.etiquetaDesconto .bg-danger2 {
  font-size: 11px;
  display: block;
}

.tag-produto .valoruni {
  display: none;
}

@media screen and (max-width: 768px) {
  .tag-produto .valoruni {
    display: block;
  }

  .tag-produto .valoruni span {
    font-size: 10px;
    display: none;
  }

  .produto-titulo {
    font-size: 13px !important;
    min-height: 37px;
  }

  .etiquetaDesconto .bg-danger2 {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .produto-preco {
    margin-top: 5px;
    align-items: flex-end;
  }

  .produto-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.45;
    overflow: hidden;
    position: relative;
    max-height: unset !important;
  }

  .produto-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .swiper-container .produto {
    padding: 0px 4px;
  }
}


@media (max-width: 768px) {

  /* 1: defina o container que vai “segurar” a imagem */
  .produto-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.45;
    overflow: hidden;
    position: relative;
    max-height: unset !important;
  }

  /* 2: faça a imagem cobrir todo o container */
  .produto-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Garantir que as imagens do carousel também ficam centralizadas */
  .produto-carousel .carousel-image {
    object-position: center !important;
  }

  .swiper-container .produto {
    padding: 0px 4px;
  }
}

.zoom-image {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
}