/* BASE */
/* Scrollbar */
::-webkit-scrollbar {  width: 10px;}
::-webkit-scrollbar-track {  background: #f1f1f1;}
::-webkit-scrollbar-thumb {  background: #777777;}
::-webkit-scrollbar-thumb:hover {background: #777777;}


/* HEADER */
a.brand-logo > img {
    width: 200px !important;
} 

.mod-megamenu>.mod-megamenu--item:last-child {
    margin-left: auto;
}

.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}

i.vpi.vpi-user.vpi-lg {
    font-size: 28px;
}

/* TOP BAR */

.top-bar-content {
 	font-size: 12px;
}


/* TAGS */
.product-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--product-label-bg);
    color: var(--product-label-color);
    padding: 5px;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
	min-width: unset;
    min-height: unset;
    text-align: center;
    margin-bottom: .7rem;
    border-radius: unset;
    word-break: break-all;
    height: 30px;
    aspect-ratio: 1 / 1;
    width: 100px;
}

/* MENU CATEGORIAS */

.mod-vmcategory-dropdown-opener-label {
    font-weight: 300;
    }
.mod-megamenu--item.mod-megamenu--level-1>.mod-megamenu--item-anchor .mod-megamenu--item-title {
    text-transform: uppercase;
    font-weight: 300;
}
.mod-vmcategory-dropdown-drop, .mod-vmcategory-dropdown-menu--sub {
    width:300px;
}
ul.mod-vmcategory-dropdown-menu--sub {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(0em, max-content));*/
  grid-template-rows: repeat(5, 1fr);/* 5 rows */
  grid-auto-flow: column;
  list-style: none;
  padding: 0;
  gap: 0px;
  width:300px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}



/* FILTRO */

.mod-vmcategory-menu--item-inner {
   padding: 10px 15px;
}
.filtro-check {
  font-family: system-ui, sans-serif;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.checkbox{
	accent-color: #f1f1f1;
}

.ulMarcas {
	max-height: 200px !important;
	overflow: auto !important;
}

span.texto-filtro {
    position: relative;
    bottom: 5px;
    margin-left: 15px;
	font-size:18px;
	font-weight:300;
}
.orderby-container.col-auto.botaofiltro {
    border: 1px solid #f1f1f1;
    padding: 6px 15px 0px;
}

/* ADICIONAR AO CARRINHO */
.bg-info {
    background-color: #964e82 !important;
}

/* FOOTER */

img.icon-pagamentos {
    height: 25px;
    margin-left: 10px;
} 

.footer1 {
	font-size: 12px;
}