@charset "UTF-8";
@import url(_color_params.css);
@import url(_colors.css);
/**
* GLOBAL
*/
.hidden {
  display: none !important;
}

.full-w {
  width: 100%;
}

.full-h {
  height: 100%;
}

.gap {
  gap: 16px;
}

.flex-center {
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center !important;
  max-width: 100%;
  width: 100%;
}
.flex-center button.continue {
  max-width: 300px !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-space-around {
  display: flex;
  justify-content: space-around;
}

.inline-flex {
  display: inline-flex !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.p-10-0 {
  padding: 10px 0px !important;
}

.bold {
  font-weight: bold;
}

.color-light-gray {
  color: #828282;
}

.btn-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
  justify-content: space-evenly;
}
.btn-group button {
  height: auto !important;
  max-width: 200px !important;
}

.modal-padding {
  padding: 1.5rem;
}

.ui.modal > .close {
  top: 1rem !important;
  right: 0.5rem !important;
  color: black;
}

.radius-0 {
  border-radius: 0px !important;
}

.bg-white {
  background: white !important;
}

.rounded {
  border-radius: 10px !important;
}

.py-md {
  padding: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

/* Texto Quill Formatação */
#texto p {
  margin: 0px !important;
}

/**
* HEADER
*/
.categories-mobile-top {
  display: flex !important;
  background: var(--bg-secondary-menu);
  color: var(--white);
  font-size: 1.3rem;
  height: calc(50px + 1.5rem);
  padding: 0 2rem !important;
  justify-content: space-between;
  align-items: center;
}
.categories-mobile-top a {
  color: var(--white) !important;
}
.categories-mobile-top i.user.outline {
  font-size: 1.3rem !important;
  margin-right: 0.75rem;
}
.categories-mobile-top .close_menu {
  font-size: 3rem !important;
  cursor: pointer;
}

.categories-mobile-list, .menu-mobile-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100vh - 100px);
  padding: 0 !important;
}
.categories-mobile-list .category-item, .menu-mobile-list .category-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.82rem 1.82rem !important;
}
.categories-mobile-list .category-item i, .menu-mobile-list .category-item i {
  margin: 0 !important;
}
.categories-mobile-list .category-item a, .menu-mobile-list .category-item a {
  padding: 0.82rem !important;
  color: black;
  text-transform: capitalize;
}
.categories-mobile-list .sub-item, .menu-mobile-list .sub-item {
  border-bottom: 1px solid #e9e9e9;
  background-color: #f4f4f4;
  padding: 0 20px !important;
}
.categories-mobile-list .sub-item a, .menu-mobile-list .sub-item a {
  padding: 0.82rem !important;
  color: black;
  text-transform: capitalize;
}

.minecart-container {
  overflow-y: auto;
  max-height: 375px;
}

.sandbox-container {
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  background-color: gold;
  font-weight: bolder;
  min-height: 2.86em;
  display: flex;
  font-size: 0.85rem;
  text-align: center;
}
.sandbox-container label {
  margin: auto;
}

header .logo {
  max-height: 100px;
}

.categories .sub-item .click-item {
  width: 100%;
}
.categories .sub-item .click-item a {
  position: relative;
  width: 100%;
  border: none !important;
  color: black;
}
.categories .sub-item .click-item a h5 {
  font-weight: normal;
  text-transform: capitalize !important;
}
.categories .sub-item .click-item a h5.mais {
  font-weight: bold;
  color: var(--link);
}
.categories .sub-item .click-item a:hover {
  color: var(--link);
}
.categories .sub-item .click-item a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--link-hover);
  opacity: 0.1;
  z-index: 1;
}

/**
* ANELRET
*/
body {
  position: relative;
}

#anel {
  position: fixed !important;
  width: 100dvw;
  top: 0;
  left: 0;
  z-index: 999;
}

.mtop {
  margin-top: 112px;
}

.pesquisa .ui.fluid.search {
  max-width: 900px;
  margin: 0 auto;
}

.ptop {
  padding-top: 32px !important;
}

.nav-menu, .nav-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 999;
}

.contact-head {
  display: flex;
  background-color: var(--bg-secondary-menu);
  min-height: 32px;
  justify-content: center;
  align-items: center;
}
.contact-head .social {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.contact-head .social a, .contact-head .social a .icon {
  color: var(--link-footer);
}
.contact-head .contact-item {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0 10px;
  color: var(--link-footer);
}
.contact-head .contact-item .icon {
  margin-right: 4px;
  font-size: 0.9rem;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: start !important;
  padding-top: 16px !important;
}

/* Estilos para a navbar */
.nav-container {
  display: flex;
  align-items: flex-start;
}

.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-item {
  position: relative;
  z-index: 99;
}

.nav-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: var(--link);
}
.nav-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--link);
  transition: width 0.3s;
}
.nav-item a:hover {
  color: var(--link-hover);
}
.nav-item a:hover::after {
  width: 100%;
  color: var(--link-hover);
}
.nav-item a.active {
  color: var(--link-hover);
}

/* Estilos para o menu hamburguer */
.hamburguer {
  display: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  margin-right: 10px;
  z-index: 999;
}
.hamburguer .line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin-bottom: 4px;
}

.carousel-item h6 {
  margin: 0;
  text-align: center;
  font-size: 1rem;
}

#categorias {
  max-width: 100% !important;
}

#eventos {
  max-width: 100% !important;
}

.events {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: center;
  align-items: stretch !important;
  gap: 20px;
}
.events .fluid.card {
  height: 100% !important;
  width: 100%;
}
.events .event.image {
  max-height: 265px !important;
}
.events .event.image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-height: 100% !important;
  max-width: 100% !important;
}

/* max width  560px */
@media screen and (max-width: 768px) {
  .events {
    grid-template-columns: 1fr;
  }
  .contact-head .email, .contact-head .social {
    display: none;
  }
}
.nav-produtos {
  max-height: 235px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-secondary-menu);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transform: translateX(-100%);
  }
  .nav-item {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .nav-item a {
    color: var(--link-footer);
  }
  .nav-item a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--link-footer);
    transition: width 0.3s;
  }
  .nav-item a:hover {
    color: var(--link-footer);
  }
  .nav-item a:hover::after {
    width: 100%;
    color: var(--link-footer);
  }
  .nav-menu.active {
    transform: translateX(0);
  }
  .hamburguer.active .line {
    background-color: var(--link-footer);
  }
  .nav-item.has-children.active ul {
    display: block;
  }
  .nav-item.has-children.active ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
  }
  .nav-item.has-children ul li {
    margin-bottom: 10px;
  }
  .nav-item.has-children ul li a {
    color: var(--link);
  }
  .nav-item.has-children ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--link);
    transition: width 0.3s;
  }
  .nav-item.has-children ul li a:hover {
    color: var(--link-hover);
  }
  .nav-item.has-children ul li a:hover::after {
    width: 100%;
    color: var(--link-hover);
  }
  .nav-item.has-children ul {
    position: relative !important;
    display: none;
    font-weight: 400;
    width: 100%;
    padding: 10px;
  }
  .hamburguer {
    display: block;
  }
  .hamburguer .line {
    transition: all 0.5s ease-in-out;
  }
  .hamburguer.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .hamburguer.active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburguer.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
}
/**
* INDEX
*/
.showcase-empty {
  min-height: 300px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.showcase-empty h3 {
  font-size: 30px;
}
.showcase-empty h2 {
  font-size: 20px;
}

.btn-divider {
  display: flex;
  justify-content: center;
  width: 250px;
  margin: -22px auto 10px auto;
  background-color: var(--bg-body);
  height: 40px;
}
.btn-divider a {
  width: 200px !important;
  border-radius: 10px !important;
  gap: 1em;
}

.btn-divider.ver-mais {
  margin: 20px auto 0 auto;
}

.slim-divider {
  height: 1px;
  opacity: 0.5;
}

.carousel.marca,
.carousel.fabrica,
.carousel.launch,
.carousel.promocao,
.carousel.produto_relacionado {
  flex: 1;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
}
.carousel.marca img,
.carousel.fabrica img,
.carousel.launch img,
.carousel.promocao img,
.carousel.produto_relacionado img {
  margin: auto;
}

.grid:not(.ui) {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-content: space-around;
}

.flex-inline {
  flex: 1;
  display: inline-flex;
  overflow: hidden;
  gap: 20px;
  align-items: center;
  padding: 10px 5px;
}

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: ease 0.3s;
  gap: 10px;
  max-width: 450px;
  margin: auto;
  min-height: 100%;
  background: #fff;
}

.product-card:hover {
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);
}

.prod-topo {
  height: 190px;
  min-width: 130px;
  position: relative;
}
.prod-topo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  margin: auto;
}

.carousel-item .prod-topo img {
  max-width: 160px !important;
}

.grid-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  width: 100%;
  gap: 30px;
}
.grid-categories .category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  border-radius: 10px;
  transition: ease 0.3s;
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.1);
  gap: 4px;
  width: 165px;
  margin: auto;
  height: 225px;
  background: #fff;
}
.grid-categories .category-card h3 {
  text-align: center;
  padding: auto;
  font-size: 16px;
}
.grid-categories .category-card img {
  max-width: 100%;
  height: 157px;
  border-radius: 10px;
  margin: 0;
}
.grid-categories .category-card .category-card-title {
  min-height: 30px;
}
.grid-categories .category-card:hover {
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);
}

.hidenav {
  display: none !important;
}

@media (max-width: 768px) {
  .hidenav {
    display: block !important;
  }
}
/**
* SEARCH
*/
.price-container {
  margin-bottom: 2em;
  display: inline-flex;
  min-width: 100%;
}

.input-range {
  opacity: 0;
  cursor: pointer;
}

.input-price {
  min-width: 50%;
  padding: 0 5px;
}
.input-price .label {
  padding: 3px 5px !important;
  color: grey !important;
  border-right: none !important;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.input-price input {
  padding: 3px 0px !important;
}

.button-filter-search button {
  height: 2.5rem !important;
}

.result-search-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.filter_ordem_mobile {
  display: none;
}

.filter-search .close_filter {
  font-size: 2em !important;
  position: inherit !important;
}

#filtro_ordem_mobile {
  width: auto !important;
}

.divider-search {
  border-top: 1px #c1c1c1 solid;
}

.check-filter {
  padding-bottom: 1em;
  width: 100%;
}
.check-filter label {
  font-weight: bolder;
  display: inline !important;
  cursor: pointer !important;
  font-size: 12px !important;
}

.order {
  height: 5em;
  justify-content: space-between;
}

.open_filter {
  font-weight: bolder !important;
  cursor: pointer;
}

.breadcrumb-search a {
  color: var(--color-default-items);
  cursor: pointer;
}

.container-filter-search {
  display: block !important;
}

.filtro {
  background: white;
  border-radius: 10px;
  margin: 1rem 0 10px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.filtro h5 {
  opacity: 0.7;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  text-transform: capitalize;
}
.filtro .title {
  font-family: "Red Hat Display", sans-serif !important;
}
.filtro .title h5 {
  text-align: start;
  padding: 3px 0;
}
.filtro .check-filter {
  margin-left: 12px;
  padding: 2px 0 15px 2px;
}
.filtro label {
  text-transform: capitalize !important;
  font-weight: normal;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filtro .category-item {
  text-transform: capitalize !important;
}
.filtro .divider-search.subcat {
  margin: 20px 0;
}

.small.label {
  margin: 2px;
  text-transform: capitalize;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hide {
  display: none !important;
  visibility: hidden;
}

/* FOOTER */
.btn-social {
  color: var(--bg-footer) !important;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50% !important;
}
.btn-social i {
  margin: 0 !important;
}

.social-container {
  display: flex;
  margin-block-start: 1em;
  gap: 10px;
}

.paymethods {
  display: grid;
  grid-template-columns: repeat(auto-fit, 75px);
  gap: 10px;
  margin-top: 1em;
}

.footer-pennacorp {
  background: var(--bg-footer-copy);
  width: 100% !important;
  margin: 0 !important;
  padding: 0.8rem;
}
.footer-pennacorp label {
  margin-right: 1em;
  color: var(--link-footer);
}

.policy h3 {
  margin-top: 1em;
}

.contact {
  padding-bottom: 1em;
  line-height: 2;
}
.contact label {
  font-weight: bolder;
}

.footer-whatsapp {
  display: inline-flex;
  border: 2.5px solid #77d7c8 !important;
  padding: 0.25em 2em;
  align-items: center;
  font-weight: bolder !important;
  color: #77d7c8 !important;
}
.footer-whatsapp span {
  font-size: 1em;
}

.copyright {
  margin: 1.5em 1em;
  text-align: center;
}
.copyright h5 {
  font-size: 0.8em;
  font-weight: 400;
}

.footer-email {
  display: block;
  padding-bottom: 1em;
}
.footer-email a {
  padding: 0;
  border: none;
}

div#whatasapp-fixed {
  position: fixed;
  right: -50px;
  bottom: 15%;
  z-index: 999;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  display: block;
  padding: 5px 0px 10px 16px;
  color: #FFFFFF;
  line-height: 16px;
  font-size: 11px;
  background: rgba(5, 163, 8, 0.8) url(../../img/social/whatsapp_fixed.png) 7px center no-repeat;
  background-size: 40px;
  border-radius: 30px 0px 0px 30px;
  transition: all 0.3s ease-in-out 0s;
}
div#whatasapp-fixed img {
  width: 30px;
  height: 30px;
}

.cookie-banner {
  overflow: hidden;
  background-color: var(--bg-footer);
  position: fixed;
  bottom: 0px;
  width: 600px;
  margin: 50px !important;
  border-radius: 20px;
  padding: 15px 20px;
  animation: go-back 1s;
  z-index: 7;
  opacity: 95%;
  transition: transform 1s;
  transform: translateX(0) scale(1);
}
.cookie-banner button {
  color: #FFFFFF;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px;
  border: none;
  background-color: #015bb4;
  transition: all 0.2s;
}
.cookie-banner a {
  color: var(--link-footer);
}
.cookie-banner .cookie-banner-text {
  color: var(--link-footer);
  font-size: 13px;
}

.cookie-banner:hover,
.cookie-banner:focus {
  transform: translateX(10px) scale(1.1);
}

@media screen and (width <= 660px) {
  .cookie-banner {
    width: 310px;
  }
  .cookie-banner button {
    margin-top: 10px;
    float: right;
  }
}
@keyframes go-back {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 
LOGIN/REGISTRO
*/
.login .column {
  padding: 5% !important;
}

#form_cadastro {
  padding-left: 10px;
  padding-right: 0;
  width: 100% !important;
}

.account-container {
  display: grid;
  grid-template-columns: repeat(3, 100vw);
  overflow: hidden;
}

.login-container, .password-container {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 5%;
  margin: 20px auto;
  max-width: 1306px;
  gap: 20px;
  flex-wrap: wrap;
}
.login-container .column, .password-container .column {
  flex: 1;
  min-width: 335px;
  padding: 0 15px;
}
.login-container .register-input, .password-container .register-input {
  background: var(--bg-body) !important;
}

#form_cadastro .register-input {
  background: var(--bg-body) !important;
}

.register-container {
  display: flex;
  width: 100%;
  padding: 0 20px;
  margin: 20px auto;
  max-width: 1306px;
}

.register_back {
  align-self: center;
  font-size: 4.5em !important;
  margin: 0 -25px !important;
  cursor: pointer;
}

.password-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 5%;
}
.password-container i.user {
  font-size: inherit !important;
}
.password-container ul, .password-container p {
  margin-top: 1em;
}
.password-container .negative.reset-account .header {
  text-align: center !important;
}

.ui.message.forgot-password {
  margin-top: 0;
}
.ui.message.forgot-password h5 {
  margin-top: 0;
  font-weight: 400;
}

.register-content.negative .register-input {
  border-bottom: 2px solid red;
}
.register-content.negative .register-wrap::after {
  background: red;
}

/* MINHA CONTA */
.menu_user a {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  margin-left: 0.25em;
}
.menu_user svg {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
.menu_user label {
  cursor: pointer;
}

/* 
MEUS PEDIDOS
*/
.pedido-container {
  position: relative;
  margin: 0 auto 3rem 0;
  color: #666;
  background: #fff;
}
.pedido-container .linha-status {
  width: 0.5em !important;
  height: 100%;
  position: absolute;
}
.pedido-container .positivo {
  color: #21ba45 !important;
}
.pedido-container .negativo {
  color: #db2828 !important;
}
.pedido-container .bg-positivo {
  background: #21ba45;
}
.pedido-container .bg-negativo {
  background: #db2828;
}
.pedido-container .card-pedido {
  padding: 1em 1.5em 2em;
  min-height: 170px;
  border-radius: 5px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.pedido-container .title h4 {
  margin-bottom: 0;
  font-size: 1rem;
}
.pedido-container .card-titulo {
  display: inline-flex;
  width: calc(100% - 2em);
  flex-wrap: wrap;
  gap: 10px;
}
.pedido-container .card-titulo div {
  display: inline-flex;
  flex: 2 1 0%;
  justify-content: flex-end;
  white-space: nowrap;
}
.pedido-container .card-titulo div p {
  color: #666;
}
.pedido-container .link-nf {
  margin-bottom: 1.5em;
}
.pedido-container .item-pedido-container {
  display: flex;
  margin-bottom: 1.5em;
  justify-content: flex-start !important;
  gap: 10px;
}
.pedido-container .item-pedido-container img {
  max-width: 80px;
  max-height: 80px;
}
.pedido-container .item-pedido-container div {
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.pedido-container .link-detalhes {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

#order_details a {
  color: var(--link);
  font-size: 14px;
  font-weight: bold;
}
#order_details a:hover {
  color: var(--link-hover);
}
#order_details .info-container {
  display: flex;
  flex-wrap: wrap;
}
#order_details .info-container div {
  min-width: 165px;
  flex: 1;
  padding: 0 20px;
  margin: 10px 0 20px 0;
}
#order_details .info-container div .ender p {
  margin: 0 !important;
}
#order_details .lista-total {
  display: flex;
  justify-content: space-between;
  margin: 2px;
}
#order_details .titulo {
  font-weight: bold;
  color: #828282;
  margin-bottom: 36px;
}
#order_details h3 {
  margin: 10px 0 !important;
}

.details-container {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

#buttons_pedido {
  display: flex;
  justify-content: space-around;
}
#buttons_pedido div {
  width: -moz-max-content;
  width: max-content;
}
#buttons_pedido .ui.button.continue:not(:hover) {
  background-color: #fff;
}

/*Meus endereços*/
#address_all, #table_address {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 300px));
  grid-template-rows: 170px;
  gap: 20px;
}
#address_all .address-card, #table_address .address-card {
  cursor: pointer;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  justify-content: center;
  padding: 15px;
  flex-direction: column;
  text-align: center;
  min-height: 170px;
  border: 1px solid transparent;
}
#address_all .address-card h3, #table_address .address-card h3 {
  color: #666;
}
#address_all .address-card h4, #table_address .address-card h4 {
  margin-bottom: 0px !important;
}
#address_all .address-card i, #table_address .address-card i {
  color: #aaa;
}
#address_all .address-card i.bottom, #table_address .address-card i.bottom {
  opacity: 0.3;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
#address_all .address-card .quick-edit, #table_address .address-card .quick-edit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 3%;
  top: 5%;
  width: 35px;
  height: 35px;
  background: var(--bg-secondary-menu);
  visibility: hidden;
}
#address_all .address-card .quick-edit i, #table_address .address-card .quick-edit i {
  margin: 0;
  height: auto !important;
  color: white;
  font-size: 1.3em;
}
#address_all .address-card:hover, #address_all .address-card .active, #table_address .address-card:hover, #table_address .address-card .active {
  border: 1px solid var(--bg-secondary-menu);
  box-shadow: 1px 2px 4px 1px rgba(2, 5, 187, 0.2);
}
#address_all .address-card:hover .quick-edit, #address_all .address-card .active .quick-edit, #table_address .address-card:hover .quick-edit, #table_address .address-card .active .quick-edit {
  visibility: visible;
}
#address_all .address, #table_address .address {
  text-align: left !important;
}
#address_all .address p, #table_address .address p {
  margin: 0;
  text-transform: capitalize;
}

#form_address .register-acept {
  justify-content: space-around !important;
}
#form_address button {
  width: -moz-max-content;
  width: max-content;
}
#form_address .go-back {
  margin-bottom: 8px;
}

/* CARRINHO */
.icon.remove_shopping_cart {
  display: block;
  text-indent: -999px;
  width: 60px;
  height: 60px;
  right: 10px;
  background: url("../img/icon/remove_shopping_cart.svg") no-repeat;
  background-size: 60px 60px;
}

.shopping-cart .details-container {
  margin-top: 15px;
}
.shopping-cart .details-container img {
  max-height: 190px;
}
.shopping-cart .details-container .qtd-container {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-title {
  padding-right: 20px;
}

.cart-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0;
}
.cart-details button.button {
  width: -moz-max-content !important;
  width: max-content !important;
  display: block !important;
  margin: 5px auto !important;
}
.cart-details a {
  width: -moz-max-content;
  width: max-content;
}
.cart-details .ui.fluid.action button {
  margin: 0px !important;
  border: 1px solid #dedede;
}

.summary-order div {
  display: flex;
  justify-content: space-between;
}

/* Modal endereço  */
#seleciona_endereco {
  padding: 2em 1em;
}
#seleciona_endereco .register-content {
  display: inline-flex;
  padding: 0px;
}
#seleciona_endereco .register-content button {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#delivery-cost-container {
  position: relative;
}
#delivery-cost-container .delivery-cost span {
  white-space: nowrap;
}

.modal-address-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin: 3rem 0 0 0;
  padding: 0;
  width: 100%;
}
.modal-address-container #div_meus_enderecos, .modal-address-container #address_delivery_cost {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal-address-container #table_address {
  padding: 10px !important;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  overflow-y: auto;
  max-height: 390px;
}
.modal-address-container .address-card {
  display: flex;
  gap: 5px;
  background: #eee !important;
  text-align: left !important;
  text-transform: capitalize;
}
.modal-address-container .address-card:hover, .modal-address-container .address-card.active {
  border: 1px solid var(--bg-secondary-menu) !important;
  box-shadow: 1px 2px 4px 1px rgba(2, 5, 187, 0.4) !important;
}

.ui.modal > i.close.icon {
  top: 1rem !important;
  right: 1rem !important;
  color: rgba(0, 0, 0, 0.87);
}

/* PAGAMENTO */
.dados-endereco-container {
  max-width: calc(1278px + 2rem) !important;
  padding: 0 20px;
  margin: 20px auto !important;
  flex-direction: column-reverse;
}
.dados-endereco-container .resumo {
  display: none;
}
.dados-endereco-container .link-cart {
  display: block;
}
.dados-endereco-container .sticky {
  position: sticky;
  top: 20px;
}
.dados-endereco-container .sticky .resumo {
  display: block;
}
.dados-endereco-container .sticky .link-cart {
  display: none;
}
.dados-endereco-container .resumo-produtos {
  max-height: 201px;
  overflow-y: auto;
}
.dados-endereco-container .section.divider {
  margin-top: 0px !important;
}

.produto-info {
  flex-wrap: wrap;
}
.produto-info p {
  margin: 0px !important;
  padding: 0 4px;
}

.dados-endereco-container, .formas-de-pgto-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  width: 100%;
  margin: 20px 0 0 0;
  min-height: 250px;
}
.dados-endereco-container .column, .formas-de-pgto-container .column {
  background-color: #fff;
  border-radius: 10px;
  min-width: 280px;
  padding: 10px 20px;
}
.dados-endereco-container .flex-inline, .formas-de-pgto-container .flex-inline {
  gap: 4px;
}

.formas-de-pgto-container {
  grid-template-columns: 1fr;
}

#dados_entrega dd, #dados_retira dd {
  line-height: 1.5em;
  margin: 0;
}
#dados_entrega .flex-inline, #dados_retira .flex-inline {
  padding: 0px;
}

#resumo_compra .section.divider {
  margin: 0 !important;
}
#resumo_compra .flex-between {
  margin: 10px 0 !important;
}
#resumo_compra span {
  display: flex !important;
}
#resumo_compra span a {
  text-decoration: underline;
}

#payment_options {
  display: flex;
  gap: 10px;
}
#payment_options .option-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 5px;
  border: solid 1px #666;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
}
#payment_options .option-container:hover, #payment_options .option-container.active {
  border: 1px solid var(--bg-secondary-menu) !important;
  color: var(--link);
  box-shadow: 1px 2px 4px 1px rgba(136, 136, 136, 0.6) !important;
}
#payment_options .option-container:hover svg.icon, #payment_options .option-container.active svg.icon {
  fill: var(--link);
}
#payment_options .option-container i.icon {
  min-height: -moz-max-content;
  min-height: max-content;
  padding-top: 10px;
  font-size: 3rem;
}
#payment_options .option-container input {
  display: none !important;
}

#boleto {
  margin-top: 2rem;
}
#boleto .lista-instrucoes {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 1rem;
}

.total-pagamento {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-evenly;
}
.total-pagamento button {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.total-pagamento h3 {
  color: var(--btn-buy);
}

.card-data {
  max-width: 500px;
}

#pay {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}

.brand {
  position: absolute;
  top: 0;
  right: 0;
}
.brand img {
  max-width: 100px;
}

.flip-box {
  background-color: transparent;
  width: 350px;
  height: 222px;
  perspective: 1000px;
}

.flip-box .credit-card-container.active {
  transform: rotateY(180deg);
}

.credit-card-container {
  position: relative;
  width: 350px;
  height: 222px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.credit-card-container .credit-card-front, .credit-card-container .credit-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.credit-card-container .card-content {
  position: absolute !important;
  bottom: 0;
}
.credit-card-container .credit-card-back {
  transform: rotateY(180deg);
}
.credit-card-container .credit-card-back .card-content {
  transform: scaleX(-1);
  opacity: 0.5;
}
.credit-card-container .credit-card-back .card-content h5:not(.signature), .credit-card-container .credit-card-back .card-content h6:not(.signature), .credit-card-container .credit-card-back .card-content span:not(.signature) {
  color: #5f5f5f;
  text-shadow: 1px 1px 2px #FFF !important;
}

.card-magnet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  background: #c5c5c5;
}

.card-signature {
  position: absolute;
  padding: 5px 5px 5px 10px;
  width: 85%;
  height: 30px;
  background: #eaeaea;
  top: 30%;
  right: 5.7%;
  z-index: 2;
}

.cvv {
  text-align: right;
}

/* Cupom de desconto */
#retorno_cupom {
  padding: 4px 0;
}
#retorno_cupom.error {
  color: red;
}
#retorno_cupom.success {
  color: green;
}
#retorno_cupom.hide {
  display: none;
}

/* PRODUTOS*/
.product-container {
  padding: 20px 10px 10px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 10px;
}
.product-container .image-container {
  max-height: 400px;
  display: flex;
  gap: 10px;
}
.product-container .img-zoom-lens {
  position: absolute;
  display: none;
  cursor: zoom-in;
  /*set the size of the lens:*/
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.3);
}
.product-container .img-zoom-result {
  border: 1px solid #d4d4d4;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  /*set the size of the result div:*/
  width: 390px;
  height: 390px;
  z-index: 2;
}
.product-container .img-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 80px;
}
.product-container .img-list i {
  font-size: 1.7em !important;
  cursor: pointer;
}
.product-container .img-principal {
  max-height: 100%;
  position: relative;
}
.product-container .img-principal img {
  max-width: 400px;
  max-height: 100%;
  width: 100%;
}
.product-container .product-thumb {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.product-container .measure-container {
  display: inline-flex;
  gap: 10px;
}
.product-container .measure-container .measure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.product-container .measure-container .measure .product {
  display: flex;
  align-items: baseline;
}
.product-container .measure-container .measure p {
  margin: 0px;
}
.product-container .measure-container .measure h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0px;
}
.product-container .detail-container {
  position: relative;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.product-container .detail-container .product-price {
  display: inline-flex;
}
.product-container .detail-container h5 {
  margin: 0px !important;
  font-size: 1em !important;
}
.product-container .detail-container .disponibilidade {
  display: flex;
  gap: 5px;
}
.product-container .detail-container .disponibilidade .available {
  font-weight: bolder;
  color: var(--btn-quick-view);
}
.product-container .detail-container h3[name=product_price] {
  margin: 0px !important;
  font-weight: normal;
  font-size: 2em;
}

.qtd-input {
  width: 100%;
  max-width: 50px !important;
  min-width: 50px;
  text-align: center !important;
}

.qtd-container i {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.product-qtd {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.related-products {
  margin: 0px !important;
  padding: 0px !important;
}
.related-products .flex-center {
  padding: 0px !important;
}

.product-description-full {
  font-weight: normal;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-description-full ul {
  list-style-type: disc !important;
  padding-inline-start: 40px;
}
.product-description-full a {
  text-decoration: none !important;
}
.product-description-full p {
  margin-bottom: 0px;
}
.product-description-full ol {
  margin: 0px;
}

.prod-breadcrumb {
  margin: 15px !important;
}
.prod-breadcrumb a {
  color: var(--color-default-items) !important;
  font-weight: bold;
}

.modal-description {
  padding-bottom: 15px;
}

.img-product {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.img-product img {
  margin-top: 10px !important;
  max-height: 80vh;
}

.square {
  width: 80px;
  height: 80px;
  text-align: center;
}
.square img {
  max-height: 80px !important;
}

div.icon {
  height: 50px;
  width: 100%;
  margin-bottom: 1em;
}
div.icon.profundidade {
  background: url(../img/icon/profundidade.png) center no-repeat;
}
div.icon.altura {
  background: url(../img/icon/altura.png) center no-repeat;
}
div.icon.largura {
  background: url(../img/icon/largura.png) center no-repeat;
}
div.icon.peso {
  background: url(../img/icon/peso.png) center no-repeat;
}

.table_aplic {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* RESPONSIVO */
/* Grid 3 col */
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .carousel-item {
    max-height: 35rem;
  }
}
@media screen and (min-width: 1200px) {
  .three-lg {
    width: 33.333333% !important;
  }
  .responsive1800px {
    max-width: calc(1275px + 2rem) !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .two-md {
    width: 50% !important;
  }
  #containerWidth {
    width: 100vw !important;
  }
}
@media screen and (min-width: 1050px) {
  .displayNone {
    display: none !important;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .img-zoom-lens {
    width: 150px !important;
    height: 150px !important;
  }
  .flip-box {
    display: none !important;
  }
  .display-none-link {
    display: none !important;
  }
  li.pesquisa {
    margin: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive1800px {
    width: calc(933px + 2rem) !important;
    margin: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive1800px {
    width: calc(723px + 2rem) !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .one-sm {
    width: 100% !important;
  }
  .login-container .vertical.divider {
    display: none;
  }
  .menu_user h3, .menu_user .menu-list {
    display: none;
  }
  #pay {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .filter_ordem_mobile {
    display: flex !important;
    justify-content: space-between !important;
  }
  .filtro {
    background-color: var(--bg-body);
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) and (min-width: 429px) {
  .product-container {
    flex-wrap: wrap;
  }
  .product-container .image-container {
    max-height: 322px;
  }
}
@media screen and (max-width: 428px) {
  .item-pedido-container {
    flex-wrap: wrap;
  }
  .xs {
    min-width: 100% !important;
  }
  .xs img {
    margin: auto !important;
  }
  .product-container {
    flex-wrap: wrap;
  }
  .product-container .image-container {
    max-height: 235px;
  }
}
@media screen and (min-width: 608px) {
  .info-container div:nth-child(2) {
    border-left: #d9d9d9 solid 1px;
    border-right: #d9d9d9 solid 1px;
  }
}
@media screen and (max-width: 769px) {
  .img-zoom-lens, .img-zoom-result {
    display: none !important;
  }
  .product-container .img-list {
    gap: 9px !important;
  }
  .flip-box {
    display: none !important;
  }
  .dados-endereco-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .dados-endereco-container .resumo {
    display: block;
  }
  .dados-endereco-container .link-cart {
    display: none;
  }
  .dados-endereco-container .sticky .resumo {
    display: none !important;
  }
  .dados-endereco-container .sticky .link-cart {
    display: block;
  }
}
@media screen and (max-width: 607px) and (min-width: 443px) {
  .info-container div:nth-child(2) {
    border-left: #d9d9d9 solid 1px;
  }
}
@media screen and (min-width: 560px) {
  .launch .product-card, .promocao .product-card, .produto_relacionado .product-card {
    flex-direction: row !important;
    max-width: 400px;
  }
  .launch .prod-topo, .promocao .prod-topo, .produto_relacionado .prod-topo {
    min-width: 48%;
    max-height: 167px;
  }
  .launch .prod-topo img, .promocao .prod-topo img, .produto_relacionado .prod-topo img {
    margin-top: 25px;
    max-height: 147px;
  }
  .launch .prod-descr, .promocao .prod-descr, .produto_relacionado .prod-descr {
    width: 50%;
  }
  .launch .details-product-name, .promocao .details-product-name, .produto_relacionado .details-product-name {
    max-height: 45px;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 520px) {
  .modal.longer .description.content {
    padding: 0px !important;
  }
  .modal.longer #seleciona_endereco {
    padding: 2em 0px !important;
  }
  .modal.longer .ui.grid {
    padding: 0px !important;
  }
  .modal.longer #table_address {
    padding: 10px 0px !important;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
    overflow-x: hidden !important;
  }
  .carousel-item {
    height: auto;
  }
}
@media screen and (max-width: 790px) {
  li.pesquisa {
    min-height: 90.25px !important;
  }
  .links-header-mobile {
    display: block;
  }
  .display-none-link {
    display: none !important;
  }
}/*# sourceMappingURL=newStyle.css.map */