:root {
  --e-global-color-primary: #302f30 !important;
}

/* Componentes Gerais */
.componente-invisivel {
  display: none;
}

/* Retirando Componentes Desnecessários */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

/* SELECT  */
::-moz-selection {
  /* Code for Firefox */
  color: rgb(255, 255, 255) !important;
  background: #302f30 !important;
}

::selection {
  color: #f7f7f7 !important;
  background: #302f30 !important;
}

/* SCROLL BARS */
/* width */
::-webkit-scrollbar {
  width: 13px;
  height: 22px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#e2e2e2;
  ;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #302f30;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #302f30;
}

/* Loading BootStrap */
.spinner-grow,
.spinner-border {
  color: #302f30 !important;
}

/* Cor Principal */
.eut-bg-primary-1,
.eut-bar-line.eut-primary-1-color,
#eut-header #eut-main-menu > ul > li.primary-button > a span,
#eut-feature-section .eut-style-4 .eut-title.eut-primary-1 span,
#eut-main-content .eut-widget.eut-social li a.eut-simple,
#eut-side-area .eut-widget.eut-social li a.eut-simple,
#eut-footer-area .eut-widget.eut-social li a.eut-simple,
#eut-main-content .eut-widget.eut-social li a.eut-outline:hover,
#eut-side-area .eut-widget.eut-social li a.eut-outline:hover,
#eut-footer-area .eut-widget.eut-social li a.eut-outline:hover,
#eut-feature-section .eut-style-1 .eut-title:after,
#eut-feature-section .eut-style-4 .eut-title:before,
#eut-feature-section .eut-style-4 .eut-title span:before,
#eut-feature-section .eut-style-4 .eut-title:after,
#eut-feature-section .eut-style-4 .eut-title span:after,
.widget.widget_calendar caption,
#eut-post-title #eut-social-share.eut-primary-1 ul li a,
.wpcf7-validation-errors,
.eut-title-line span:after,
.eut-blog.eut-isotope[data-type="pint-blog"]
  .eut-isotope-item
  .eut-media-content
  .eut-read-more:before,
.eut-blog.eut-isotope[data-type="pint-blog"]
  .eut-isotope-item
  .eut-media-content
  .more-link:before,
input[type="submit"]:not(.eut-custom-btn),
input[type="reset"],
input[type="button"],
button,
.eut-slider-item .eut-slider-content span:after,
.eut-element.eut-social ul li a.eut-simple.eut-bg-primary-1,
.eut-image-hover a.eut-no-image:before,
#eut-header #eut-main-menu ul li a .label,
#eut-header #eut-main-menu ul li ul a:hover .label,
button.mfp-arrow:hover,
#eut-content-area .vc_tta.vc_general .vc_tta-tab > a:after,
.eut-tabs-title li.active:after,
#eut-main-menu span.eut-no-assigned-menu a,
#eut-header .eut-side-area-button .eut-button-icon:hover .eut-dot-icon,
#eut-header .eut-side-area-button .eut-button-icon:hover .eut-dot-icon:before,
#eut-header .eut-side-area-button .eut-button-icon:hover .eut-dot-icon:after,
.woocommerce #respond input#submit,
.eut-element.eut-text ul li:before,
.eut-top-btn:hover,
#eut-header #eut-main-menu ul li ul li a:before {
  background-color: #302f30;
  color: #ffffff;
}
.eut-btn.eut-bg-primary-1:hover,
.eut-element.eut-social ul li a.eut-outline.eut-bg-primary-1:hover,
#eut-header #eut-main-menu > ul > li.primary-button > a:hover span,
input[type="submit"]:not(.eut-custom-btn):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.eut-element.eut-social ul li a.eut-simple.eut-bg-primary-1:hover,
#eut-post-title #eut-social-share.eut-primary-1 ul li a:hover,
#eut-main-content .eut-widget.eut-social li a.eut-simple:hover,
#eut-side-area .eut-widget.eut-social li a.eut-simple:hover,
#eut-footer-area .eut-widget.eut-social li a.eut-simple:hover,
#eut-main-menu span.eut-no-assigned-menu a:hover,
.woocommerce #respond input#submit:hover {
  background-color: #ffffff;
  color: #302f30;
  border-color: #302f30;
}

/* Woocommerce ------------------------------------- */
/* Carrinho Ícone */
.outter-div-carrinho {
  position: relative;
  font-size: 1.5em;
}
.outter-div-carrinho .cart-count {
  position: absolute;
  top: -2.6em;
  right: 0px;
  background-color: #302f30;
  font-size: 14px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .outter-div-carrinho {
    padding: 25px 0 0 0;
    margin-right: 10px;
  }

  .outter-div-carrinho svg {
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
  }

  .outter-div-carrinho .cart-count {
    top: 14px;
    right: -6px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 8px;
  }
}

/* Input Woocommerce */
input.woocommerce-Input {
  line-height: 3em !important;
  padding: 1px 0 1px 10px;
  background-color: #e8f0fe;
  border-radius: 4px;
}

/* Minha conta Woocommerce */
@media only screen and (max-width: 768px) {
  .woocommerce-account.woocommerce-page .eut-container {
    padding-top: 30px !important;
  }
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
  }

  .woocommerce-MyAccount-navigation {
    background-color: #f7f7f7; /* Cor de fundo clara, típica do design da Apple */
    padding: 30px; /* Aumenta a margem interna */
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    margin-bottom: 30px;
    text-align: center;
  }

  .woocommerce-MyAccount-navigation ul {
    list-style-type: none; /* Remove estilos de lista */
    padding: 0; /* Remove o espaçamento interno padrão */
    margin: 0; /* Remove a margem externa padrão */
  }

  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px; /* Reduz o espaçamento entre itens */
  }

  .woocommerce-MyAccount-navigation ul li a {
    color: #333; /* Cor do texto escura para contraste */
    font-weight: bold; /* Texto em negrito */
    text-decoration: none; /* Remove o sublinhado do link */
  }

  .woocommerce-MyAccount-navigation ul li a:hover {
    color: #007aff; /* Cor de destaque ao passar o mouse, inspirada na paleta da Apple */
  }


}

/* Woocommerce ------------------------------------- */

/* Menu Superior */
.elementor-section.elementor-top-section {
  z-index: 999 !important;
}

/* Listagem de Produtos */
.woocommerce ul.products li.product a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
  display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
  display: block;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
  display: none;
}

body.woocommerce-shop.woocommerce-page {
  .eut-sidebar form button {
    border-radius: 5px;
  }
  .eut-sidebar form .wp-block-search__label {
    font-family: Roboto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
  }

  .wp-block-search__input {
    background-color: #f1f1f1f1;
    line-height: 3em;
    padding: 0 1em;
    font-size: 1em;
  }

  /*
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 0px 10px !important;
  }
*/

  /* MAGNA */
  h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  /* MAGNA */

  /* Responsividade para dispositivos móveis */
  @media only screen and (max-width: 768px) {
    .woocommerce-loop-product__title {
      font-size: 1em !important;
      line-height: 1.1em !important;
    }
  }

  /* Ajustando Ordem de Sidebar */
  @media only screen and (max-width: 1024px) {
    .eut-container.eut-left-sidebar {
      display: flex;
      flex-direction: column-reverse;
    }
  }
}

/*
/* Loja Produtos 
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0px 10px;
}
*/

/* Produto Único */
a.eut-reset-var.eut-small-text.reset_variations {
  display: none !important;
}
button.button.alt.custom-adicionar-button {
  margin-top: 10px !important;
  min-width: 100% !important;
}

.woocommerce-page .woocommerce-discount-percentage {
  min-width: 45% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.product-template-default.single.single-product #rp_shipping_calculator,
.product-template-default.single.single-product .eut-single-price {
  display: none;
}

/* Carrinho Página */
.woocommerce-shipping-methods li {
  margin-bottom: 1em;
}

body.woocommerce-cart {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select {
    background-color: #f1f1f1f1;
    line-height: 3em;
    padding: 0 1em;
  }

  /* Fretes */
  .woocommerce-shipping-methods li label {
    line-height: 1em !important;
  }

  /* Botão de finalizar compra */
  input.eut-btn.eut-coupon-btn,
  .wc-proceed-to-checkout a {
    background-color: #302f30;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .eut-cart-update-button input {
    background-color: #828282;
    border-radius: 3px;
    padding: 15px 30px;
  }

  .woocommerce-message::before,
  .woocommerce-info::before {
    position: static;
  }
}
@media only screen and (min-width: 769px) {
  td.product-quantity input {
    width: 60%;
  }
}

/* Checkout */
body.woocommerce-checkout {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select {
    background-color: #f1f1f1f1;
    line-height: 3em;
    padding: 0 1em;
  }

  /* Estilo geral do checkout */
  .woocommerce-checkout {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
  }

  /* Cabeçalho do checkout */
  .woocommerce-checkout h1 {
    font-size: 24px;
    color: #302f30;
    margin-bottom: 20px;
    text-align: center;
  }

  /* Campos do formulário */
  .woocommerce-checkout form .form-row {
    margin-bottom: 15px;
  }

  /* Personalizar labels */
  .woocommerce-checkout form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
  }

  /* Estilo dos inputs */
  .woocommerce-checkout form input.input-text,
  .woocommerce-checkout form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
  }

  /* Botão de finalizar compra */
  .woocommerce-checkout #place_order {
    background-color: #302f30;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .woocommerce-checkout #place_order:hover {
    background-color: #302f30;
  }

  /* Fretes */
  .woocommerce-shipping-totals li label {
    line-height: 1em !important;
  }

  /* Responsividade para dispositivos móveis */
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout {
      padding: 10px;
    }

    .woocommerce-checkout h1 {
      font-size: 20px;
    }

  }
}

/* Componentes Gerais ------------------------------ */

.carousel-container-produtos,
.category-carousel {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.carousel-container-produtos::-webkit-scrollbar,
.category-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.carousel-container-produtos,
.category-carousel {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.carousel-container-produtos .carousel-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 5px 5px !important;
  box-shadow: 1px 1px 11px 0px #e9e9e9 !important;
  /* max-width: 300px !important; */
  padding: 0px 15px;
  min-height: 400px !important;
  width: 22vw !important;
}
/* Mudando em dispositivos */
@media (min-width: 1600px) {
  .carousel-container-produtos .carousel-item {
    width: 300px !important;
  }
}
@media (max-width: 1024px) {
  .carousel-container-produtos .carousel-item {
    width: 30vw !important;
  }
}
@media (max-width: 768px) {
  .carousel-container-produtos .carousel-item {
    width: 43vw !important;
  }
}

.carousel-container-produtos .carousel-item .woocommerce-discount-percentage {
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  min-height: 18px;
  min-width: 18px;
  line-height: 18px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-color: rgb(255, 40, 166) !important;
}

.category-carousel .carousel-item {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
  width: 250px; /* Adjust width as needed */
}

.carousel-container-produtos .carousel-item img {
  width: auto; /* This will maintain the aspect ratio */
  object-fit: cover; /* This ensures the image covers the area, might crop it */
}

.carousel-container-produtos .product-info {
  text-align: center;
}

.carousel-container-produtos .product-title {
  color: #484848 !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 1em !important;
  line-height: 1em !important;
  margin: 0.5em 0 !important;
  white-space: normal !important; /* Allows the text to wrap */
  overflow-wrap: break-word !important; /* Ensures long words don't overflow */
  word-wrap: break-word !important; /* Older syntax for overflow-wrap, for wider browser support */
  max-width: 100% !important; /* Adjust as needed to fit your design */
  height: 4.2em !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.0px !important;
  font-size: 14px !important;
}

.carousel-container-produtos .price {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}
.carousel-container-produtos .comprar-btn {
  min-height: 40px !important;
  background-color: black !important;
  font-weight: 400 !important;
  margin: 9px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


.carousel-container-produtos span.woocommerce-Price-amount.amount {
  color: #000000 !important;
}

.carousel-container-produtos del span.woocommerce-Price-amount.amount {
  color: #999999 !important;
}

.carousel-container-produtos .color-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  border: solid 1px;
}

span.woocommerce-discount-percentage.eut-onsale.eut-small-text.eut-bg-primary-1,
.carousel-container-produtos .sale-tag {
  background-color: #ff28a6;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 0px 25px;
  border-radius: 5px;
}

/* Carrossel de Categorias*/
.category-carousel,
.carousel-container-produtos {
  overflow: visible;
  opacity: 0;
}

.slick-prev,
.slick-next {
  z-index: 999 !important;
}

.slick-prev:before {
  font-size: 25px !important;
  color: black !important;
}
.slick-next:before {
  font-size: 25px !important;
  color: black !important;
}


/* ajustando largura da pagina de loja ------*/

.woocommerce .eut-container.eut-left-sidebar {
    max-width: 95%;
}

/* ajustando largura circulo de cor ------*/
.carousel-container-produtos .div-vatiations-carousel{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}