@font-face {
    font-family: 'Custom';
    font-display: auto;
    src: url('../fonts/caviar-dreams.ttf');
}
@font-face{
	font-family: OpenSans-Regular;
	src: url(OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'OpenSans-Regular.ttf';
  src: local('OpenSans-Regular'), url('OpenSans-Regular');
  src: url('OpenSans-Regular.ttf');
  src: url('OpenSans-Regular?#iefix') format('opentype'),
  url('OpenSans-Regular.svg#Locaweb-Icons') format('svg'),
  url('OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face{
	font-family: OpenSans-Bold;
	src: url(OpenSans-Bold.ttf);
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: local('OpenSans-Bold'), url('OpenSans-Bold');
  src: url('OpenSans-Bold.ttf');
  src: url('OpenSans-Bold?#iefix') format('opentype'),
  url('OpenSans-Bold.svg#Locaweb-Icons') format('svg'),
  url('OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
}



:not(.material-icons) {
    /* line-height: 25px; */
    font-weight: bold;
    font-family: OpenSans-Regular, Calibri, 'Custom' !important;
}
html, body {
    margin: 0;
    height: 100%;
}
img {
    max-width: 100%;
}
button, .mat-form-field {
    width: 100%;
}

.header-logo {
    top: 1px;
    left: 45px;
    max-width: 42px;
    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-setores-image[_ngcontent-c6] {
    width: 32px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 50%;
    background: #1eb203;
    box-shadow: 1px 1px 1px 1px #ddd;
}

.content-setores-image[_ngcontent-c6] {
    width: 32px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 50%;
    background: #127fb5 !important;
    box-shadow: 1px 1px 1px 1px #ddd;
}
.content-insercao-interna-topo {
    margin: -28px 10px 0 10px!important;
}

.input-search[_ngcontent-c0] {
    width: 100%;
    outline: 0;
    border-radius: 0px!important;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    padding: 10px 30px 10px 15px;
}

.mat-fab, .mat-flat-button, .mat-mini-fab, .mat-raised-button {
    color: rgba(0,0,0,.87);
    background-color: #bdb497!important;
}

.content-setores-image[_ngcontent-c19] {
    width: 32px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 50%;
    background: #3498db!important;
    box-shadow: 1px 1px 1px 1px #ddd;
}
button.btn-primary.btn_vitrine.mat-flat-button.mat-primary.ng-star-inserted{
    border-radius: 25px;
}
button.btn-primary.btn_vitrine.mat-raised-button.ng-star-inserted {
    border-radius: 25px;
}

header.header {
    border-bottom: 3px solid #bdb497;
}
.topitosbanos img {
    width: 49%;
}


.roleee {
    overflow-x: scroll;
}
img.imagem-subbanner {
    width: 1025px!important;
    max-width: 1025px !important;
    height: auto;
}