@font-face {
    font-family: 'Custom';
    font-display: auto;
    src: url('../fonts/caviar-dreams.ttf');
}
:not(.material-icons) {
    /* line-height: 25px; */
    font-weight: bold;
    font-family: 'Custom' !important;
}
html, body {
    margin: 0;
    height: 100%;
}
img {
    max-width: 100%;
}
button, .mat-form-field {
    width: 100%;
}

.header-logo {
    /*top: 3px;
    left: 50px;
    max-width: 94px;
    position: absolute;*/
        top: 1px;
        left: 167px;
        max-width: 74px;
        position: absolute;
}

/* MATERIAL */
.mat-sidenav-container {
    height: 100%;
}
.mat-icon {
    vertical-align: middle;
}

/* GERAL */
.container {
    padding: 15px;
}
.content-page {
    padding-top: 40px;
    padding-bottom: 80px;
}

/* CAROUSEL */
.content-carousel {
    margin: auto;
    max-width: 100%;
    position: relative;
}
.content-carousel-wrapper {
    display: flex;
    overflow-x: hidden;
}
.content-carousel-item {
    flex: 1 0 100%;
}
.carousel-controls {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.carousel-controls.prev {
    left: 10px;
}
.carousel-controls.next {
    right: 10px;
}

/* PAGE TITLE  */
.content-page-title {
    z-index: 2;
    width: 100%;
    display: grid;
    position: fixed;
    text-align: center;
    padding: 0 0 5px 5px;
    grid-template-columns: 1fr 15fr;
}
.content-page-title-text {
    padding: 0 32px 0 0;
}

/* SNACKBAR */
.snackbar span {
    width: 100%;
    text-align: center;
}

/* LOADING */
.content-overlay {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
}
.content-loading {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.content-loading > .mat-spinner {
    margin: 0 auto;
}

.content-preloader {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
}
.content-spinner {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.content-spinner > .mat-spinner {
    margin: 0 auto;
}

/* FRETE */
.content-frete-opcoes {
    display: flex;
    overflow-x: scroll;
}
.content-frete {
    margin: 5px;
    height: 80px;
    padding: 10px;
    flex: 1 0 140px;
    border: 1px solid;
    position: relative;
    text-align: center;
    border-radius: 5px;
}
.content-frete-info {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.content-frete-info > label {
    display: block;
}

/* CHECKOUT */
.content-toolbar-continue-checkout, .content-toolbar-produto {
    left: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
    text-align: center;
}

.content-checkout-step {
    z-index: 1;
    width: 100%;
    display: grid;
    position: fixed;
    text-align: center;
    padding: 20px 0 10px 0 ;
    grid-template-columns: repeat(3, 1fr);
}
.content-checkout-step-item {
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}
.content-checkout-step-item > .icon-checkout-current {
    left: 50%;
    bottom: -20px;
    position: absolute;
    transform: translateX(-50%);
}
.content-checkout-step-item > .icon-checkout-check {
    left: 50%;
    top: -25px;
    position: absolute;
    transform: translateX(-50%);
}

.content-produto-detalhes-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.content-produto-detalhes-header > div:last-of-type {
    text-align: right;
}
.titulo-produto-detalhes {
    font-size: 22px;
}
.content-produto-detalhes-dialog {
    max-height: 545px;
}


/* Card
/* ----------------- */
.mat-card-title {
    font-size: 16px !important;
}
.mat-card-header {
    border-bottom: 1px solid #ccc !important;
}
.mat-card-content {
    padding-top: 20px !important;
}

/* Lista de Produtos
/* ----------------- */
.content-lista-produtos-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.content-lista-produtos {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}
.content-lista-produtos-item {
    font-size: 14px;
    color: #555555;
    text-transform: lowercase;
}
.content-lista-produtos-item.preco {
    text-transform: uppercase;
}
.content-lista-produtos-item.quantidade, .content-lista-produtos-header-item.quantidade {
    text-align: center;
}
.content-lista-produtos-item.preco, .content-lista-produtos-header-item.preco {
    text-align: right;
}

.section-frete-modalidades {
    min-height: 60px;
}

/* 
/* ----------------- */
.content-page-header {
    text-align: center;
    padding-bottom: 8px;
}
.content-page-header-title {
    margin: 0;
    font-size: 24px;
}
.breadcrumb-categoria {
    margin: 10px 0 20px 0;
}

/* Layout 
/* ---------------- */
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.flex-item {
    /* margin: 5px 0; */
    padding: 2px 5px;
    box-sizing: border-box;
}
.col-1 {
    max-width: 8.33%;
    flex-basis: 8.33%;
}
.col-2 {
    max-width: 16.66%;
    flex-basis: 16.66%;
}
.col-3 {
    max-width: 25%;
    flex-basis: 25%;
}
.col-4 {
    max-width: 33.33%;
    flex-basis: 33.33%;
}
.col-5 {
    max-width: 41.66%;
    flex-basis: 41.66%;
}
.col-6 {
    max-width: 50%;
    flex-basis: 50%;
}
.col-7 {
    max-width: 58.33%;
    flex-basis: 58.33%;
}
.col-8 {
    max-width: 66.66%;
    flex-basis: 66.66%;
}
.col-9 {
    max-width: 75%;
    flex-basis: 75%;
}
.col-10 {
    max-width: 83.33%;
    flex-basis: 83.33%;
}
.col-11 {
    max-width: 91.66%;
    flex-basis: 91.66%;
}
.col-12 {
    max-width: 100%;
    flex-basis: 100%;
}

.content-setores-item {
    padding: 0 10px !important;
}
#content-vitrine {
    padding: 0 15px !important;
}

.content-vitrine-compra-buttons {
	margin: 10px 0;
}
.content-vitrine-actions {
	height: initial !important;
}

.content-vitrine-preco, .vitrine-produto-titulo {
	font-size: 18px !important;
}
.btn-vitrine-comprar, .content-vitrine-opiniao {
	display: block !important;
}
.content-vitrine-compra-buttons > button {
	margin: 5px 0;
	position: relative !important;
}
.content-vitrine-compra-buttons > .btn-vitrine-add {
	height: 36px;
	color: #1eb203 !important;
    background: #fff !important;
    border: 2px solid #1eb203 !important;
}
.btn-vitrine-add > .mat-button-wrapper {
	font-size: 0;
}
.btn-vitrine-add > .mat-button-wrapper:after {
	content: 'Adicionar ao Carrinho';
	font-size: 14px;
}
.content-vitrine-image > img {
	max-height: initial !important;
}
span.rodape-numero {
	display: none !important;
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 5px 16px 0px!important;
    border-radius: 2px;
    overflow: visible;
}

.content-vitrine-select-button {
	display: block !important;
}
.carrinho-image {
	max-width: 80px !important;
}
.header-icons-item:last-of-type {
	padding-right: 15px;
}
.header-icons-item > .mat-icon-button {
	top: -8px;
}
.content-setores-image[_ngcontent-c6] {
    width: 32px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 50%;
    background: #7ed3f2 !important;
    box-shadow: 1px 1px 1px 1px #ddd;
}