* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', helvetica, sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    /* background: #f5f5f5; */
    font-size: 16px;
}


.o- {
    display: none !important;
}

.titulo- {
    font-size: 20px;
    font-weight: bolder;
    color: #000;

}

::selection {
    color: #fff;
    background: #ea1d2c;
}

.tab-bar .tab-bar-item, .tab-bar .tab-bar-item__badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-bar .tab-bar-item {
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    /* width: 70px; */
    flex-direction: column;
    color: #000;
    text-decoration: none;
    border: none;
    background: none;
}

a {
    cursor: default;
}

.tab-bar .tab-bar-item__icon {
    position: relative;
}

.tab-bar .tab-bar-item__icon .icon-marmita {
    width: 21px;
}

.icon-marmita {
    display: inline-block;
    position: relative;
}

.tab-bar .tab-bar-item__icon .icon-marmita svg {
    fill: #000;
    color: #000;
}


.merchant-list-v2__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 0;
    gap: 0;

    padding: 20px;

}

.merchant-list-v2__item-wrapper {
    padding: 0 0 24px;

}

.merchant-v2__link {
    text-decoration: none;
}

a {
    background-color: transparent;
}

.merchant-v2 {
    min-width: calc(100vw - 40px);
}

.merchant-v2 {
    width: 100%;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-areas: "figure content";
    grid-column-gap: 12px;
    transition: background-color .2s ease-out;
    border-radius: 8px;
}

.merchant-v2__figure-container {
    grid-area: figure;
}

.merchant-v2__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.merchant-v2__title {
    font-family: helvetica, sans-serif;
    grid-area: title;
    margin: 0;
    padding: 0;
}

.merchant-v2__header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
    padding: 0 0 2px;
}

.merchant-v2__name {
    color: #3e3e3e;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merchant-v2 .merchant-v2__footer, .merchant-v2 .merchant-v2__info {
    font-weight: 300;
    color: #717171;
    font-size: .75rem;
    line-height: .9375rem;
}

.merchant-v2__info {
    width: 100%;
    display: flex;
    align-items: center;
}

.cardstack-rating {
    text-decoration: none;
    color: #fcbb00;
    font-size: .75rem;
    font-weight: 700;
}

.merchant-v2__separator {
    margin-left: 5px;
    margin-right: 5px;
}

.merchant-v2__separator {
    margin-left: 5px;
    margin-right: 5px;
}

.merchant-v2 .merchant-v2__footer, .merchant-v2 .merchant-v2__info {
    font-weight: 300;
    color: #717171;
    font-size: .75rem;
    line-height: .9375rem;
}

.merchant-v2__context {
    grid-area: context;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6px;
}

.cardstack-context-message--delivery_fee, .cardstack-context-message--voucher {
    color: #2e6788;
    background-color: #eef3f5;
}

.cardstack-context-message {
    padding: 4px;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: .3125rem;
}

.cardstack-context-message .icon-marmita {
    margin-right: 6px;
    height: 12px;
    width: 12px;
}

.icon-marmita {
    display: inline-block;
    position: relative;
}

img {
    border-style: none;
}

.cardstack-rating {
    text-decoration: none;
    color: #fcbb00;
    font-size: .75rem;
    font-weight: 700;
}



.merchant-v2__name {
    color: #3e3e3e;
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merchant-v2__figure--closed {
    filter: grayscale(1);
    opacity: .3;
}

.cardstack-image__ROUND {
    border-radius: 50rem;
}

.merchant-v2__figure {
    border: 1px solid #f2f2f2;
}

/*#############################################*/



.tab-bar .tab-bar-item__icon .icon-marmita svg {
    fill: #000;
    color: #000;
    /* height: 0px */
    height: 30px;
}


.tab-bar {
	position: fixed;
	bottom: 0px;
	/* height: 50px; */
	/* height: 70px; */
	display: flex;
	justify-content: space-around;
	background: #fff;
	color: #000;
	left: 0;
	right: 0;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, .24); */
	z-index: 10000;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	text-align: center !important;
	max-width: 30em;
	/* padding-top: 0.5rem; */
	/* padding-bottom: 2rem; */
	margin: auto;
}


.cart {
    height: 39px !important;
    margin-bottom: -6px !important;
}

.cursor--
{
    cursor:pointer !important;
}

.svgi-
{
    height: 38px !important;
}