.before-bg-bottom:before {
  background-color: #f2f6f7;
}

.ltn__secondary-bg {
  background-color: #df0209;
}

.section-bg-7 {
  background-color: #df0209;
}

/* Estilos para a lista */
.ltn__menu-widget ul {
  display: flex;
  flex-wrap: wrap;
  /* Faz com que os itens sejam divididos em várias linhas, se necessário */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Estilos para cada item da lista */
.ltn__menu-widget li {
  width: 33.33%;
  /* Cada item ocupará 33.33% da largura total */
  padding: 5px;
  box-sizing: border-box;
  /* Garante que o padding não afetará a largura total */
}

/* Para evitar que os checkboxes sejam esticados */
.ltn__menu-widget input[type="checkbox"] {
  align-self: center;
}

body {
  overflow-x: hidden;
}

.img-icon-details {
  margin-right: 12px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 49px;
  text-align: center;
}

.ltn__img-slide-item-4 > a,
.ltn__img-slide-item-3 > a,
.ltn__img-slide-item-2 > a {
  max-height: 500px;
  min-width: 200px;
}

.col-lg-12.slick-slide.slick-cloned.slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned.slick {
  max-width: 600px;
}

.col-lg-12 .slick-slide .slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-active {
  max-width: 600px;
}

.col-lg-12.slick-slide {
  max-width: 600px;
}

.col-lg-12.slick-slide.slick-cloned {
  max-width: 600px;
}

.ltn__img-slide-item-4 > a,
.ltn__img-slide-item-3 > a,
.ltn__img-slide-item-2 > a {
  max-height: 280px;
}

.custom-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}

.custom-col img {
  max-width: 100%;
  max-height: 20px;
  margin-top: 0px;
}

.custom-col p {
  padding-top: 25px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .custom-col {
    display: none;
  }
}

.img-ajustes {
  height: auto;
  min-height: 300px;
}

.flexslider .flex-direction-nav a {
  width: 40px;
  /* Largura desejada para as setas */
  height: 40px;
  /* Altura desejada para as setas */
  line-height: 40px;
  /* Centralizar o ícone verticalmente */
  background-color: #fff;
  /* Cor de fundo das setas */
  color: #fff;
  /* Cor do ícone das setas */
  font-size: 24px;
  /* Tamanho do ícone das setas */
  text-align: center;
  /* Centralizar o ícone horizontalmente */
  text-decoration: none;
  opacity: 0.8;
  /* Opacidade padrão */
}

/* Estilização das setas do FlexSlider quando hover */
.flexslider .flex-direction-nav a:hover {
  opacity: 1;
  /* Opacidade quando o mouse está sobre as setas */
}

.flex-direction-nav a:before {
  color: #000 !important;
}

a.flex-prev,
a.flex-next {
  border-radius: 10rem !important;
  padding: 4px !important;
  width: 3rem !important;
  height: 3rem !important;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 10 !important;
}

.flex-direction-nav a.flex-next {
  background-image: url(../../img/icons/seta-para-direita.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  background-position-x: center;
  background-position-y: center;
  opacity: 10 !important;
}

.flex-direction-nav a.flex-prev {
  background-image: url(../../img/icons/seta-para-esquerda.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  background-position-x: center;
  background-position-y: center;
  opacity: 10 !important;
}

li.resp {
  max-height: 300px;
  margin-right: 0.5rem !important;
}

@media screen and (max-width: 600px) {
  .flex-direction-nav a.flex-next {
  }
}

.flex-direction-nav a.flex-next:hover {
  background-color: red;
  background-image: url(img/icons/seta-para-direita-branco.png);
}

.flex-direction-nav a.flex-prev:hover {
  background-color: red;
  background-image: url(img/icons/seta-para-esquerda-branco.png);
}

li.resp {
  max-height: 300px;
}

.centraliza-imagem {
  display: flex;
  /* align-content: center; */
  justify-content: center;
}

.checkbox-item {
  text-transform: capitalize;
}

.buttons-adjust {
  display: flex;
  justify-content: center;
  max-width: 400px;
}

.col {
  margin: 5px;
  /* Espaçamento entre os botões */
}

.edit-button {
  padding: 14px 10px 14px 10px;
  font-size: 14px;
  font-weight: 600;
  min-width: 140px;
}

.edit-button:hover {
  background-color: #000 !important;
  color: white !important;
}

.edit-button:hover i {
  color: white !important;
}

.img-ajustes-modal {
  height: 50px;
  width: 50px;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

@media screen and (max-width: 768px) {
  .floatDiv {
    position: static !important;
    max-width: 315px;
    margin-top: 15px;
  }

  .modal {
    top: -80px;
  }

  .modal {
    z-index: 1060;
    display: none;
    width: 100%;
    height: 117vh;
  }
}

/* NOVOS ESTILOS - 05-02-24 */
@media screen and (max-width: 650px) {
  .buttons-adjust {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flex-control-nav {
    display: none !important;
  }
  .flexslider {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .flex-direction-nav a:before {
    color: #000;
  }

  .minHeight {
    height: 330px !important;
  }
}
img.minHeight {
  max-height: 15rem !important;
}
.product-img #div-pai-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* AJUSTANDO ESTILO DE BOTÕES DE CONTATO, TANTO DO RESPONSIVO QUANTO DO DESKTOP */
.fixed-contact {
  display: none;
}

textarea {
  resize: none;
}

.contact-whats {
  background-color: #25d366;
  border-radius: 5px;
}

.contact {
  background-color: #ff0d37;
  border-radius: 5px;
}

.button-edit {
  background-color: white !important;
  border: 1px solid black;
  color: black !important;
}

.button-edit.active {
  background-color: white !important;
  border: 1px solid red !important;
  color: red !important;
}

@media screen and (max-width: 740px) {
  .fixed-contact {
    display: block;
    position: fixed;
    bottom: -30px;
    width: 100%;
    background-color: white !important;
    height: 110px;
    z-index: 1;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    display: flex;
    padding-top: 15px;
    justify-content: center;
    z-index: 10;
  }

  .fixed-contact div a,
  .fixed-contact div button {
    border-radius: 10px;
    border: none;
  }
}


.code_style {
  display: inline-block;
  font-size: 0.55rem;
  margin: 0 0 0.5rem 0;
  padding: 0.45rem 0.7rem;
  background-color: #e6e6e6;
  border-radius: 0.5rem;
  line-height: 1;
}
.destaque {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  background-color: black;
  color: white;
}



#div-pai-slider .minHeight{
  width: 100%; /* Define a largura da imagem */
  height: 300px; /* Define a altura padrão da imagem */
  object-fit: cover; /* Corta a imagem para preencher o espaço definido */
}