/* Carrosel de imagens */
.detail-thumb-item {
  /*opacity: 0.5;*/
  max-width: 95px;
}

.detail-thumb-item.active {
  /*opacity: 1;*/
}

.owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15%;
}

.owl-prev,
.owl-next {
  position: absolute;
  height: 100%;
  color: inherit;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev span,
.owl-next span {
  font-size: 39px;
  color: #333;
  padding: 15px;
}

.owl-prev.disabled span,
.owl-next.disabled span {
  color: #ccc;
}

.owl-item {
  background: rgb(250, 250, 250);
}

.owl-item .item img {
  mix-blend-mode: multiply;
}

.detail-slider .produtoImagem .owl-item,
.owl-item .item img,
.owl-item .item iframe {
  height: 71vh;
  margin: 0 auto;
  max-height: unset;
  width: auto;
  object-fit: cover;
}

.owl-item .item img {
  object-position: top;
  /* object-fit: contain !important; */
}

@media only screen and (max-width: 768px) {

  .detail-slider .produtoImagem .owl-item,
  .owl-item .item img,
  .owl-item .item iframe {
    height: 55vh;
  }
}

.owl-thumbs {
  height: 75vh;
  overflow-y: hidden;
  max-height: 520px;
}

.owl-thumbs .swiper-button-prev {
  top: 36px;
  left: 29px;
  transform: rotate(90deg);
  width: 30px;
  height: 20px;
}

.owl-thumbs .swiper-button-next {
  bottom: 10px;
  left: 29px;
  transform: rotate(90deg);
  width: 30px;
  height: 20px;
  top: unset;
}

@media only screen and (max-width: 768px) {

  .produtoImagem .owl-item,
  .owl-item .item img,
  .owl-item .item iframe {
    height: 55vh;
  }

  .additional-image img {
    max-height: 50px;
    width: auto;
  }

  .additional-image-container label {
    font-size: 10px;
  }
}

.contain {
  object-fit: contain;
}

.priceProduct .installmentValue strong,
strong.precoDesconto.fs-4 {
  color: var(--product-buy-btn);
}

/* Cores */
.cores_relacionadas li.cor-item {
  max-width: unset !important;
  width: calc(100% / 11);
  max-width: 57px !important;
  /* height: 47px !important; */
  margin: 5px;
  margin-right: 0 !important;
  overflow: hidden;
}

/* Para dispositivos móveis - 5 itens por linha */
@media (max-width: 768px) {
  .cores_relacionadas li.cor-item {
    width: 100%;
    max-width: 57px;
    margin: 0;
    /* 5 itens por linha */
    margin-right: 4px !important;
  }

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

.cor-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  max-height: 49px;
}

/* Tamanhos */
.select2-container--default {
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container .select2-selection--single {
  height: unset !important;
  padding: 0.625rem 1.25rem;
  background: var(--color-field-background);
  margin-bottom: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset !important;
}

li.tamanho-item {
  display: grid;
  margin-right: 12px;
  text-align: center;
  text-transform: uppercase;
}

li.tamanho-item .form-select {
  min-width: 60px;
}

li.tamanho-item a {
  display: block;
  padding: 0.625rem;
  background-color: var(--color-field-background);
  font-size: 10px;
  line-height: 2em;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  color: #212529;
  min-height: 42px;
  min-width: 60px;
}

.components-0-x-MeasuresGroup {
  max-width: 128px;
}

svg.components-0-x-MeasuresButton2SVG {
  width: 24px;
  height: 24px;
}

.components-0-x-MeasureText {
  line-height: 115%;
  color: #333;
  margin-left: 8px;
}

/* Descricao */
.tab-content .cont {
  color: #0e192f;
}

.tab-content .cont p {
  font-size: 0.85rem;
}

.tab-content .cont h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.infoProduct .nav-tabs .nav-item.show .nav-link,
.infoProduct .nav-tabs .nav-link.active {
  border-bottom-width: 3px !important;
  border-color: transparent;
  border-bottom-color: #495057 !important;
}

.infoProduct .nav-tabs .nav-link:focus,
.infoProduct .nav-tabs .nav-link:hover {
  font-weight: bold;
  border: 1px solid transparent;
}

.infoProduct .nav-link {
  color: unset;
}

.infoProduct a.nav-link.active {
  font-weight: bold;
}

/* Tabela Medidas */
@media only screen and (max-width: 768px) {
  .tab-medida-img {
    max-width: 250px;
  }
}

/* Complementares */
.bi-shield-shaded {
  color: var(--product-buy-btn);
}

.bi-fire {
  color: #de1812;
}

/* Video */
#video iframe {
  height: 45vh;
}

@media (max-width: 768px) {
  #video iframe {
    height: 45vh;
    width: 100%;
  }
}

#show-img,
#big-img img {
  max-width: none !important;
}

#show-img {
  width: auto;
  height: 400px;
}

#show-img img {
  max-height: 400px !important;
  width: auto !important;
  margin: 0 auto !important;
}

.msg {
  padding: 10px 0;
}

.msg#ok {
  color: #4ca423;
}

.msg#erro {
  color: #cc3b19;
}

.adicionar-produto .produto-imagem {
  max-width: 242px;
  border: 1px solid #a9b8c3;
}

.adicionar-produto .produto-titulo {
  font-size: 2.015em;
  color: #030f26;
  text-transform: uppercase;
  max-width: 295px;
  margin-top: 10px;
}

.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left,
.small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left {
  transform: rotate(180deg);
}

.small-img .icon-right {
  right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
  opacity: 0.5;
}

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type {
  margin-right: 4px;
}

.detalhe-imagens img {
  z-index: 10000;
}

.titulo-pagina {
  font-size: 2.4em;
  color: #006594;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.valorunift {
  padding: 5px 16px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 22px;
  letter-spacing: 1px;
  font-size: 1.8em;
  z-index: 90;
}

.acima {
  font-size: 1.4em;
  color: #7b7b7b;
  margin-bottom: 15px;
}

.faixa_adicional,
.faixa_adicional_prod,
.faixa_vertical,
.faixa_vertical_prod {
  color: #0e192f;
  position: absolute;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper #galeria-fotos .active {
  cursor: pointer;
}

ul#galeria-fotos {
  height: auto !important;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #00a8f6;
  background: #fff;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:before,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00a8f6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:after,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:first-child:before,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:first-child:before {
  left: 13px;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:first-child:after,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:first-child:after {
  left: 15px;
  -webkit-transform: rotate(45deg) translate3d(5px, -5px, 0);
  -ms-transform: rotate(45deg) translate3d(5px, -5px, 0);
  -o-transform: rotate(45deg) translate3d(5px, -5px, 0);
  transform: rotate(45deg) translate3d(5px, -5px, 0);
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:nth-child(2):before,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:nth-child(2):before {
  right: 13px;
}

.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSNext:nth-child(2):after,
.detalhe-imagens .lSSlideOuter .lSSlideWrapper .lSAction .lSPrev:nth-child(2):after {
  right: 15px;
  -webkit-transform: rotate(45deg) translate3d(-5px, 5px, 0);
  -ms-transform: rotate(45deg) translate3d(-5px, 5px, 0);
  -o-transform: rotate(45deg) translate3d(-5px, 5px, 0);
  transform: rotate(45deg) translate3d(-5px, 5px, 0);
}

.detalhe-imagens .lSSlideOuter .lslide img {
  margin: 0 auto;
}

.detalhe-imagens .lSSlideOuter .lSGallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
}

.detalhe-imagens .lSSlideOuter .lSGallery li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  border-radius: 0;
  padding: 4px;
}

.detalhe-imagens .lSSlideOuter .lSGallery li.active,
.detalhe-imagens .lSSlideOuter .lSGallery li:hover {
  border-radius: 0 !important;
}

.detalhe-imagens .lSSlideOuter .lSGallery li.active a,
.detalhe-imagens .lSSlideOuter .lSGallery li:hover a {
  -webkit-box-shadow: 0 0 0 4px #00a8f6;
  box-shadow: 0 0 0 4px #00a8f6;
}

.detalhe-imagens .lSSlideOuter .lSGallery li a {
  display: block;
  -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-box-shadow: 0 0 0 1px #a9b8c3;
  box-shadow: 0 0 0 1px #a9b8c3;
}

.top {
  margin-bottom: 75px;
  display: flow-root;
}

.faixa_vertical {
  padding: 2px;
  display: inline-block;
  right: 28px;
  font-size: 1.2em;
  top: 15px;
  width: 19px;
  text-align: center;
}

.faixa_vertical p {
  font-size: 8px;
}

.faixa_adicional {
  padding: 2px;
  display: inline-block;
  top: 173px;
  left: 10px;
  font-size: 1.2em;
}

.faixa_vertical_prod {
  padding: 10px;
  display: inline-block;
  right: 28px;
  font-size: 2.1em;
  top: 0;
  width: 44px;
  text-align: center;
  z-index: 999;
}

.faixa_vertical_prod p {
  font-size: 17px;
  margin-left: -3px;
}

.faixa_adicional_prod {
  padding: 5px 16px;
  display: inline-block;
  top: 320px;
  left: 95px;
  font-size: 1.3em;
  z-index: 999;
  line-height: 30px;
  font-weight: 700;
}

.valorunikit.prod {
  left: 95px;
}

.produtos-semelhantes .destaques-header {
  -webkit-box-shadow: inset -1px 0 #fff, inset 0 -2px #a9b8c3;
  box-shadow: inset -1px 0 #fff, inset 0 -2px #a9b8c3;
  text-align: center;
}

.produtos-semelhantes .destaques-header .h3 {
  font-size: 2.2em;
  text-align: center;
  color: #030f26;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-top: 8px;
  -webkit-box-shadow: inset 0 -8px #a9b8c3;
  box-shadow: inset 0 -8px #a9b8c3;
}

.produtos-semelhantes .destaques-header .destaque-opcoes {
  text-align: right;
  margin-top: 7px;
}

.chevron-mobile,
.informacoes.medidas.mobile,
.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav.swiper-button-disabled,
.produtos-semelhantes .destaques-header .destaque-opcoes.disabled,
.produtos-semelhantes.mobile {
  display: none;
}

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav,
.produtos-semelhantes .destaques-header .destaque-opcoes .info-nav {
  display: inline-block;
  vertical-align: middle;
}

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

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav {
  width: 87px;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}

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

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

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00a8f6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
}

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav.produtos-prev a:after {
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav.produtos-next a:after {
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.produtos-semelhantes .destaques-header .destaque-opcoes .destaques-nav .nav:not(.swiper-button-disabled)+.nav {
  border-left: 1px solid #a9b8c3;
}

.produtos-semelhantes .produtos-wrapper {
  padding: 20px 0;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide {
  padding: 5px;
  height: auto;
  width: 25% !important;
  margin: 0 !important;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .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;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto .valoruni {
  padding: 5px;
  color: #fff;
  display: inline-block;
  position: absolute;
  font-size: 1.1em;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto:hover {
  box-shadow: 0 0 0 1px #d9d9d9, 0 0 5px 2px #d9d9d9;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto .itens-prod {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto-img {
  -webkit-box-shadow: 0 0 0 1px #a9b8c3;
  box-shadow: 0 0 0 1px #a9b8c3;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto-img img {
  margin: auto;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto-titulo {
  font-size: 1.8em;
  color: #030f26;
  margin: 10px 0 8px;
  min-height: 57px;
  text-transform: uppercase;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .preco-por .pecas {
  font-size: 1.4em;
  color: #1e499c;
  margin-left: 10px;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto .acima {
  font-size: 1.3em;
  color: #7b7b7b;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto .val {
  display: block;
  font-size: 1.4em;
  color: #1e499c;
}

.produtos-semelhantes .produtos-wrapper .swiper-slide .produto .sem-estoque {
  font-size: 2.6em;
  color: #00a8f6;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.produtos-detalhes {
  padding-top: 20px;
}

#bar-menu {
  border: 1px solid #eee;
  border-bottom: 1px solid #0e192f;
}

#bar-menu li {
  display: inline-block;
  line-height: 40px;
  background: #fff;
  font-size: 14px;
}

#bar-menu li a {
  padding: 10px 12px;
  color: #0e192f;
  text-decoration: none;
  text-transform: uppercase;
}

.aberto {
  background: #0e192f !important;
  color: #fff;
}

li.aberto a {
  color: #fff !important;
  font-weight: 700;
}

.info-produto {
  padding: 20px;
  background-color: #edeef0;
}

.informacoes {
  margin: 10px 0;
}

.informacoes.medidas {
  margin-top: 18px;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas {
  max-width: 333px;
  border: 1px solid #cdcfd4;
  background-color: #fff;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas thead th {
  font-size: 1.1333333333333333em;
  color: #030f26;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 0;
  text-align: center;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas tbody tr:not(:last-child) td {
  border-bottom: 1px solid #cdcfd4;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas tbody tr td {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas tbody tr td:first-child {
  min-width: 165px;
  font-size: 0.9333333333333332em;
  text-align: left;
  text-transform: uppercase;
}

.informacoes.medidas .tabela-medidas-wrapper .tabela-medidas tbody tr td.barra {
  background-color: #791a5d;
}

.informacoes.medidas .tabela-medidas-wrapper .tab-medida-img {
  float: left;
  margin-right: 25px;
}

.informacoes .h3 {
  font-size: 1.5em;
  color: #0e192f;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.fancybox-close:before,
.msg:before {
  content: "";
  margin: auto;
  background-image: url(../imagens/icones.png);
}

.contmedidas {
  font-size: 1.2em;
}

.fancybox-skin {
  padding-top: 33px !important;
  padding-left: 35px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

.fancybox-close {
  top: 0 !important;
  right: 0 !important;
  background: 0 0 !important;
}

.fancybox-close:before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: -135px -59px;
}

.msg {
  font-size: 1.5em;
  color: #5f5f5f;
  text-align: center;
  margin: 10px auto;
  max-width: 365px;
}

.msg:before {
  display: block;
  width: 49px;
  height: 49px;
}

.msg#ok:before {
  background-position: 0 -289px;
}

.msg#erro:before {
  background-position: 0 -340px;
}

.msg strong {
  display: block;
  margin: 20px auto 5px;
  color: #000;
  font-size: 1.4106666666666667em;
}

.adicionar-produto .preco-produto .de {
  margin-left: 0;
  margin-right: 12px;
  font-size: 13px;
  float: left;
}

.adicionar-produto .preco-produto .por {
  margin: 0;
  font-size: 13px;
}

.informacoes.medidas.desktop,
.produtos-semelhantes.desktop {
  display: block;
}

.produtos-detalhes {
  width: 85% !important;
  margin: 0 auto;
}

.btn-cor {
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #e8e8e1;
  border: 3px solid;
  border-color: #fff;
}

.rating {
  width: 120px;
  height: 24px;
  position: relative;
  background-color: gray;
}

.rating progress.rating-bg {
  -webkit-appearance: none;
  -moz-appearence: none;
  appearance: none;
  border: none;
  display: inline-block;
  height: 24px;
  width: 100%;
  color: #FFBF00;
}

.rating progress.rating-bg::-webkit-progress-value {
  background-color: #FFBF00;
}

.rating progress.rating-bg::-moz-progress-bar {
  background-color: #FFBF00;
}

.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fa-star {
  font-size: 13px;
  color: rgb(239, 239, 239)
}

.fa-star.checked {
  color: #FFBF00;
}

.progress {
  height: 15px;
  width: 300px;
}

.owl-carousel .owl-stage-outer {
  max-height: unset;
}

.btnCompreKit {
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  text-transform: none;
  color: #000;
  background-color: #EDEEF0;
  border: 0;
  margin: 0 auto !important
}

.btnCompreKit:hover {
  color: #fff;
  background-color: var(--color-azul-mirante);
}

.select2-container--default {
  max-width: 50px !important;
}

.select2-container .select2-selection--single {
  padding: 0.625rem 0.25rem !important;
}

li.tamanho-item {
  margin-right: 3px;
}

li.tamanho-item a {
  width: unset;
}

li.tamanho-item .form-select {
  width: unset !important;
}

.magnify>.magnify-lens {
  border-radius: unset !important;
  box-shadow: unset !important;
  border: 1px solid #ccc;
}

.magnify {
  display: block !important;
}

.owl-item .item iframe {
  width: 100%;
}

.owl-nav {
  bottom: 0;
  top: unset !important;
  /*height: 10% !important; */
}

.owl-thumbs2 .owl-stage {
  width: 100% !important;
  transform: unset !important;
}

.owl-thumbs2.owl-loaded {
  height: 58vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.owl-thumbs2 .owl-item {
  width: 100% !important;
}

.owl-thumbs {
  display: none;
}

@media (max-width: 768px) {
  .magnify-lens {
    display: none !important;
    position: unset !important;
  }

  .btnCompreKit {
    margin-left: 0;
    margin-top: 15px;
  }
}

.additionalImagesContainer {
  padding: 50px 20px 0;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .additionalImagesContainer {
    width: 100%;
    padding: 20px;
  }

}

.additional-image {
  margin-bottom: 10px;
}

.additional-image img {
  max-height: 60px;
  width: auto;
}

.additional-image-container {
  margin: 0 auto;
  text-align: center;
}


.espaco-btn .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .espaco-btn .btn {
    width: auto;
  }
}

#video_desktop,
#video_mobile {
  display: none;
}

#overlayProduto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading_img {
  width: 75px;
}

.tag-produto-container {
  position: absolute;
  float: left;
  margin: 15px;
  z-index: 9999;
}

.tag-produto img {
  margin-right: 8px;
}

.tag-produto {
  display: flex;
  flex-direction: column;
}

.cor-item.selected {
  border: 2px solid #000 !important;
}

.adicionar-produto-kit .btn-outline-primary {
  background: var(--color-field-background);
  border: 1px solid #aaa;
  color: #444
}

@media screen and (max-width: 768px) {
  .adicionar-produto-kit .btn-outline-primary {
    padding: 0.225rem 1rem;
  }

  #product-container .col-6 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary,
.tamanho-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.tamanhos button:disabled,
button[disabled] {
  color: red;
}

span.spanKit {
  font-size: 17px;
}

.alert-success-box {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 1px 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: fit-content;
  font-size: 12px;
  position: absolute;
}

.tamanho-btn[disabled],
.tamanho-btn:disabled {
  position: relative;
  /* Para posicionar o pseudo-elemento em relação ao botão */
  color: #444;
  cursor: not-allowed;
}

/* Cria o traço diagonal */
.tamanho-btn[disabled]::after,
.tamanho-btn:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  /* linha central vertical */
  left: 0;
  width: 100%;
  /* cobre toda a largura do botão */
  height: 2px;
  /* espessura da “faixa” */
  background: #de6565;
  /* cor do traço */
  transform: translateY(50%) rotate(-33deg);
  pointer-events: none;
  /* não interfere em cliques */
}

.titulo-texto {
  margin-right: 30px;
  margin-left: 0;
  padding: 8px;
  text-align: justify;
}

.titulo-texto h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  border-left: 5px solid #01204f;
  padding-left: 10px;
}

@media (max-width: 768px) {
  #descricao {
    /* display: -webkit-box; */
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    transition: all 0.3s;
  }

  #ver-tudo-btn {
    display: block;
    margin: 10px auto 0 auto;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 18px;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  #ver-tudo-btn {
    display: none !important;
  }

  #descricao {
    filter: none !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }
}

.titulo-texto p {
  font-size: 0.85rem;
  line-height: 1.6;
}

.blocoImagemTexto img {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .blocoImagemTexto img {
    max-width: 80%;
    height: auto;
  }

  .blocoImagemTexto .col-12 {
    text-align: center;
  }

}

.discounted-price {
  font-size: 11px;
  text-align: center;
  color: #000;
}


/* Estilo para Modal Avise-me */
#modalAvise img.contain {
  object-fit: contain !important;
}

@media (max-width: 768px) {
  #modalAvise .owl-carousel .owl-item img {
    height: 25vh;
  }
}

@media (min-width: 768px) {
  #modalAvise .owl-thumbs {
    height: unset;
  }

  #modalAvise .owl-carousel .owl-item img {
    height: auto;
  }
}

#modalAvise .owl-item {
  width: 100%;
}

#modalAvise .modal-content {
  border: none;
  /* border-radius: 0.75rem; */
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

#modalAvise .modal-header {
  background-color: #f8f9fa;
  border-bottom: none;
  padding: 1rem 1.5rem;
  position: absolute;
  right: 0;
}

#modalAvise .btn-close {
  filter: invert(30%);
}

/* === Corpo do modal === */
#modalAvise .modal-body {
  padding: 2rem 1.5rem;
}

#modalAvise .row>.col-12 {
  padding: 0.5rem;
}

/* === Carousel / Imagem === */
#modalAvise .detail-carousel {
  position: relative;
}

#modalAvise .detail-carousel img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/* === Formulário === */
#modalAvise .form-sem-estoque {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

#modalAvise .form-sem-estoque .form-control {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  transition: border-color .2s;
}

#modalAvise .form-sem-estoque .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

#modalAvise .form-sem-estoque .btn {
  align-self: flex-start;
  background-color: #004085;
  color: #fff;
  border: none;
  padding: 0.75rem 1.75rem;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: background-color .2s;
}

#modalAvise .form-sem-estoque .btn:hover {
  background-color: #002752;
}

/* === Mensagens de aviso/erro === */
#modalAvise .msg {
  padding: 1rem;
  border-radius: 0.375rem;
  text-align: center;
  margin-bottom: 1rem;
}

#modalAvise #ok {
  background-color: #e6f4ea;
  color: #155724;
}

#modalAvise #erro {
  background-color: #f8d7da;
  color: #721c24;
}


/** Novos CSS **/

@media screen and (max-width: 767px) {

  .blocoProduto,
  .h3 {
    text-align: left;
  }


  #aviso-ultimas-fixa {
    margin: 0 auto;
  }

  .headerComplement div,
  .nav-tabs,
  .preco-produto,
  .pdParcelamento,
  .breadcrumb,
  .tamanhos,
  .imgDesconto,
  .btnCompreKitBox div,
  .szb-vfr-btns {
    justify-content: center;
  }
}

.precoDesconto {
  font-size: 18px;
  color: var(--product-buy-btn);
}

.texto-responsivo,
.precoDesconto {
  font-size: 1.25rem;
}

@media (max-width: 768px) {

  .texto-responsivo {
    font-size: 15px;
    /* padding: 0px 30px; */
  }
}


@media (max-width: 768px) {
  #descricao .descricao-content {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    transition: all 0.3s;
    text-align: justify;
  }

  #descricao .descricao-content.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  #ver-mais-descricao {
    display: block !important;
    color: #181818;
    text-decoration: none;
    margin: 0 auto;
  }

  #ver-mais-descricao:hover {
    text-decoration: underline;
  }
}

@media (min-width: 769px) {
  #ver-mais-descricao {
    display: none !important;
  }

  #descricao .descricao-content {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }
}

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

.adicionar-produto-kit button:disabled,
.adicionar-produto-kit button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}