@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/Nunito_Sans/NunitoSans-Regular.woff2);
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../../assets/fonts/Nunito_Sans/NunitoSans-ExtraBold.woff2);
}
:root {
  --chat-main-color: var(--theme-main-color);
  --chat-contrast-color: var(--theme-main-font-color);
}
.input-checkbox,
input.text,
input[type=button],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}
* {
  background-position: 0 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: var(--font-family-sans-serif);
}
button::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
::placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f2f2f2;
  margin: 0;
  overflow-x: hidden;
}
a,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
select option:disabled {
  color: #e8e8e8;
}
.inline {
  display: inline !important;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h5>a {
  color: inherit;
}
.document-loaded a,
.document-loaded button {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.document-loaded svg {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.page-container {
  width: var(--theme-page-cotainer-width);
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.page-container>main {
  min-height: calc(100vh - 100px);
  padding: 0 10px;
}
h1 {
  line-height: 100%;
  font-weight: 800;
  color: #333;
  font-size: 26px;
}
h2 {
  line-height: 100%;
}
h3 {
  line-height: 100%;
}
h4 {
  line-height: 100%;
}
h5 {
  line-height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.overflow {
  overflow: hidden;
}
.sige-loja>.background-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  filter: brightness(.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btPadrao {
  height: 45px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
  font-weight: 800;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  cursor: pointer;
  background: 0 0;
}
.btPadrao i {
  color: var(--theme-main-color);
  font-size: 18px;
}
.btPadrao:hover,
.btPadrao.no-balance {
  background: #666;
  border-color: #666;
  color: var(--theme-main-font-color);
}
.btPadrao:hover i,
.btPadrao.no-balance:hover i {
  color: var(--theme-main-font-color);
}
.btTema {
  color: var(--theme-main-font-color);
  background: var(--theme-main-color);
  border-color: var(--theme-main-color);
}
.btTema i {
  color: var(--theme-main-font-color);
}
.btTema:disabled {
  opacity: .3;
  cursor: default;
}
.btTema:disabled:hover {
  background: var(--theme-main-color);
  border-color: var(--theme-main-color);
}
.btGrande {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  white-space: nowrap;
}
.btBranco {
  border-color: #fff;
  background: #fff;
}
.btBranco:hover {
  background: #666;
  border-color: #666;
  color: var(--theme-main-font-color);
}
.btBranco:hover i {
  color: var(--theme-main-font-color);
}
.headerUserInfos {
  background: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}
.headerUserInfos .textTop {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
  max-width: 960px;
}
.headerUserInfos form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headerUserInfos form .bgCampoTextPadrao {
  width: calc(50% - 15px);
}
.headerUserInfos .infosDetalhesCompra {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headerUserInfos .infosDetalhesCompra .infoCompra {
  margin-right: 20px;
}
.headerUserInfos .infosDetalhesCompra .infoCompra span {
  font-size: 13px;
  color: #333;
  font-weight: 800;
}
.headerUserInfos .infosDetalhesCompra .infoCompra p {
  font-size: 16px;
  color: #666;
}
.bgProdutos {
  padding-top: 40px;
}
.bgProdutos .bgTitle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bgProdutos .bgTitle .titleCategory {
  color: #333;
  font-size: 23px;
  font-weight: 800;
}
.bgProdutos .bgTitle .btPequeno {
  padding: 0 15px;
  border-radius: 90px;
  height: 32px;
  color: var(--theme-main-font-color);
  font-size: 14px;
  font-weight: 800;
  background: #333;
  display: flex;
  align-items: center;
}
.bgProdutos .bgTitle .btPequeno i {
  color: var(--theme-main-font-color);
  margin-right: 10px;
}
.bgProdutos .bgTitle .btPequeno span {
  margin-left: 5px;
}
.bgProdutos .bgTitle .btPequeno:hover {
  background: var(--theme-main-color);
}
.bgProdutos .listProdutos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e8e8e8;
  padding-top: 20px;
  /* Gambiarra para tirar o padding que foi colocada nos filhos, para alinhar com o resto da tela */
  min-height: 260px + 24px;
  width: calc(100% + 24px);
  margin: 0 0 60px -12px;
  /**/
}
.bgProdutos .listProdutos .bgProduct {
  background: #fff;
  border-radius: 10px;
  margin: 20px 12px 20px 12px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
  height: 375px;
  width: 260px;
  flex-wrap: nowrap;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .15);
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.bgProdutos .listProdutos .bgProduct .bgImage {
  width: 100%;
  height: 160px;
  /* flex: 0 0 160px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  max-height: 139px;
  /* é o tamanho da imagem, se o height passar disso a foto fica desfocada */
}
.bgProdutos .listProdutos .bgProduct .bgImage .image {
  transition: all 1s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
}
.bgProdutos .listProdutos .bgProduct .cashback {
  background-color: var(--theme-main-color);
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bgProdutos .listProdutos .bgProduct .contentProduct {
  width: 100%;
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .product-name {
  font-size: 13px;
  margin-bottom: 5px;
  /*width: 90%;*/
  color: #333;
  transition: .3s;
  overflow: hidden;
  font-weight: bold;
  min-height: fit-content;
  max-height: 55px;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .minimum-price {
  font-size: 12px;
  color: #666;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .priceBefore .tag {
  font-size: 13px;
  text-decoration: unset;
  font-weight: 800;
  color: var(--theme-main-font-color);
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  background: var(--theme-main-color);
  display: inline-block;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .price {
  /*color: var(--verde);*/
  font-weight: 800;
  font-size: 18px;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .price span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.bgProdutos .listProdutos .bgProduct .contentProduct .parcel b {
  color: #333;
}
.bgProdutos .listProdutos .bgProduct:hover .contentProduct .product-name {
  color: var(--theme-main-color);
}
.bgProdutos .listProdutos:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.listProdutosPromo .bgProduct {
    min-width: 450px !important;
    max-height: 233px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    row-gap: 7px !important;
    
}
.listProdutosPromo .bgProduct .bgImage{
    width: 40% !important;
    margin-bottom: 0 !important;
}
.listProdutosPromo .bgProduct .contentProduct{
    width: 60% !important;
}

.textBoxPadrao {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    color: #666;
    height: 45px;
    padding: 10px;
    width: 100%;
}
.bgCampoTextPadrao {
  margin-bottom: 20px;
}
.bgCampoTextPadrao>label:first-child,
.bgCampoTextPadrao>span:first-child {
  font-size: 14px;
  font-weight: 800;
  color: #333;
  display: block;
  float: left;
}
.bgCampoTextPadrao .linkTop {
  float: right;
  color: var(--theme-main-color);
  font-size: 14px;
  text-decoration: underline;
}
.btIconeRedondo {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-main-color);
  border-radius: 90px;
  flex: 0 0 auto;
  border: 0;
}
.btIconeRedondo i {
  color: var(--theme-main-font-color);
  font-size: 19px;
}
.btIconeRedondo:hover {
  background: #333;
}
.btIconeRedondoBranco {
    background: var(--theme-main-color);
    border: 2px solid var(--theme-main-color);
    opacity: .9;
}
.btIconeRedondoBranco i {
  color: white;
  mix-blend-mode:difference;
}
.btIconeRedondoBranco:hover {
  border-color: #333;
}
.btIconeRedondoBranco:hover i {
  color: var(--theme-main-font-color);
}
.btIconeRedondo.has-text {
  font-size: 16px;
  color: var(--theme-main-font-color);
  width: auto;
  padding: 15px 25px;
}
.btIconeRedondo.has-text>i {
  margin-right: 10px;
}
.btFecharModal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor:pointer;
}
.listHorarios {
  display: flex;
  flex-wrap: wrap;
}
.listHorarios .horario {
  width: 33.3333%;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  padding: 20px 40px;
  font-size: 15px;
}
.listHorarios .horario p {
  color: #666;
}
.abas {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
.abas>.nav-item {
  border: 0;
}
.abas>.nav-item>.aba {
  font-size: 16px;
  color: #999;
  padding: 15px 30px;
  border: 0;
  border-bottom: 3px solid transparent;
}
.abas>.nav-item>.aba:hover {
  color: var(--theme-main-color);
}
.abas>.nav-item>.aba.active {
  color: var(--theme-main-color);
  font-weight: 800;
  border-bottom: 3px solid var(--theme-main-color);
}
.listMenuUsuario {
  display: flex;
  flex-direction: column;
}
.listMenuUsuario .linkUsuario {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 800;
  color: #333;
  padding: 15px 40px;
  background: #fff;
}
.listMenuUsuario .linkUsuario:hover {
  background: #f2f2f2;
}
.listMenuUsuario .linkUsuario:last-child {
  background: 0 0;
  color: var(--vermelho);
  margin-top: 20px;
}
.listOrderFilter {
  display: flex;
  flex-direction: column;
}
.listOrderFilter .linkOrder {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 800;
  color: #333;
  padding: 15px 40px;
  background: #fff;
}
.listOrderFilter .linkOrder:hover {
  background: #f2f2f2;
}
.listProdutosCarrinho {
  padding: 20px 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.listProdutosCarrinho .bgProduct {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  margin: 0 12px 24px 12px;
  padding: 25px 25px 15px 25px;
  display: flex;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .1);
}
.listProdutosCarrinho .bgProduct .bgImage {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.listProdutosCarrinho .bgProduct .contentProduct {
  width: calc(100% - 80px);
}
.listProdutosCarrinho .bgProduct .contentProduct .product-name {
  font-size: 15px;
  margin-bottom: 5px;
  width: 85%;
  transition: .3s;
  font-weight: bold;
}
.listProdutosCarrinho .bgProduct .contentProduct .detail {
  color: #666;
  font-size: 14px;
}
.listProdutosCarrinho .bgProduct .contentProduct .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
  margin-top: 7px;
}
.listProdutosCarrinho .bgProduct .contentProduct .priceBefore .tag {
  font-size: 11px;
  text-decoration: unset;
  font-weight: 800;
  color: var(--theme-main-font-color);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
  background: var(--theme-main-color);
  display: inline-block;
}
.listProdutosCarrinho .bgProduct .contentProduct .price {
  color: var(--verde);
  font-weight: 800;
  font-size: 18px;
}
.listProdutosCarrinho .bgProduct .contentProduct .price span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.listProdutosCarrinho .bgProduct .contentProduct .parcel {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.listProdutosCarrinho .bgProduct .contentProduct .parcel b {
  color: #333;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant {
  border-top: 1px solid #e5e5e5;
  width: calc(100% + 25px);
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-right: 25px;
  justify-content: space-between;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant p {
  font-size: 14px;
  color: #666;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers {
  display: flex;
  align-items: center;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers a {
  width: 33px;
  height: 33px;
  border-radius: 90px;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers a i {
  font-size: 14px;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers .remove i {
  color: var(--vermelho);
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers .add i {
  color: var(--verde);
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers input {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  margin: 0 5px;
  text-align: center;
  color: #666;
  font-size: 15px;
  font-weight: 800;
  width: 65px;
}
.listProdutosCarrinho .bgProduct .contentProduct .quant .numbers button {
  outline: none;
}
.listProdutosCarrinho .bgProduct .deleteProduct {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
}
.listProdutosCarrinho .bgProduct .deleteProduct i {
  color: var(--vermelho);
  font-size: 18px;
}
.listProdutosCarrinho .carrinhoVazio {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 30px;
  color: #000;
  font-weight: 800;
  text-align: center;
  opacity: .2;
}
.listProdutosCarrinho .carrinhoVazio .icone {
  font-size: 45px;
  margin-bottom: 10px;
  color: #000;
}
.exemploAnimation {
  animation-name: setaDescer;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.input-validation-error {
  border-color: #de6161;
}
.text-danger {
  color: #dc3545;
  font-size: 12px;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.bgFooterButtons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.text-danger {
  display: block;
  width: 100%;
}
.sige-loja .nav.nav-pills {
  justify-content: center;
}
.sige-loja .nav.nav-pills .nav-item {
  margin: 0 10px;
}
.sige-loja .nav.nav-pills .nav-item .nav-link {
  padding: 1rem 2.5rem;
}
.nav-pills .show>.nav-link,
.sige-loja .nav-pills .nav-link.active {
  color: var(--theme-main-font-color);
  background-color: var(--theme-main-color);
}
.sige-loja .nav-pills a.nav-link {
  color: var(--theme-main-color);
}
.btn-link {
  color: var(--theme-main-color);
  font-size: 13px;
  padding-left: 0;
}
.btn-link:hover {
  color: var(--theme-main-color);
}
.flex-new-line {
  flex-basis: 100%;
  max-height: 0;
}
.indisponivel {
  color: #fff;
  background: #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  width: max-content;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: min-content;
  background-color: var(--theme-tertiary-color);
  margin-top: 10px;
}
.sige-loja .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/images/sige-store-logo.svg);
  width: 512px;
  height: 270px;
}
.sige-loja .credit-card-modal {
  min-width: 490px;
  max-width: 550px;
  margin: 30px;
}
div[name="pagination-controls"],
.sige-loja .loadingPayments {
  text-align: center;
}
div[name="pagination-controls"]>i,
.sige-loja .loadingPayments i {
  font-size: 50px;
  margin: 30px 0;
  color: var(--theme-main-color);
}
div[name="pagination-controls"]>i {
  font-size: 30px;
}
.sige-loja .modal.credit-card .modal-footer {
  display: flex;
  padding: 30px 40px 30px 60px;
}

/* #region slick */

.sige-loja .slick-slide {
  /* O slick seta o width em tempo de execução */
  min-width: unset !important;
  max-width: unset !important;
}
.sige-loja .slick-arrow {
  z-index: 1;
  position: absolute;
}
.sige-loja .slick-arrow-right {
  right: 0;
}
.sige-loja .slick-arrow-left {
  left: 0;
}
.sige-loja .slick-dots li {
  margin: 0;
}
.sige-loja .slick-dots li button:before {
  color: #999;
  font-size: 10px;
}

/* #endregion */


/* #region delivery-info */

.sige-loja .estimated-delivery-time,
.sige-loja .delivery-fee {
  flex: 1 1 220px;
  display: flex;
  padding: 5px 20px;
  overflow: hidden;
  font-size: 13px;
  align-items: center;
}
.sige-loja .estimated-delivery-time>*:last-child(),
.sige-loja .delivery-fee>*:last-child() {
  flex: 1 1 auto;
  color: #333;
}
.sige-loja .estimated-delivery-time i,
.sige-loja .delivery-fee i {
  color: var(--theme-main-color);
  opacity: .5;
  font-size: 16px;
  margin-right: 10px;
}

/* #endregion */


/* #region .open-schedule-btn */

.sige-loja .open-schedule-btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: min-content;
  margin: 0 5px;
}
.sige-loja .open-schedule-btn>p {
  flex: 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  margin-top: 4px;
  transition: all .3s ease 0s;
  max-width: 0;
}
.sige-loja .open-schedule-btn:hover {
  flex: 1 0 auto;
}
.sige-loja .open-schedule-btn:hover>p {
  max-width: 200px;
  margin: 0 0 0 10px;
  flex: 1 0 auto;
}
.sige-loja .open-schedule-btn:hover>p span {
  color: var(--verde);
}
.sige-loja .open-schedule-btn:hover>p span.closed {
  color: var(--danger);
}

/* #endregion */


/* #region .main-menu */

.sige-loja .main-menu-btn {
  color: var(--theme-main-font-color);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 100%;
  position: relative;
  cursor: pointer;
  background-color: inherit;
  font-size: 22px;
  min-width: 300px;
}
.sige-loja .main-menu-btn:hover {
  background-color: #00000050;
}
.sige-loja .main-menu-btn>span {
  font-size: 18px;
  margin-left: 20px;
}
.sige-loja .main-menu-btn:hover .main-menu,
.sige-loja .main-menu:hover {
  height: auto;
}
.sige-loja .main-menu {
  left: 0;
  top: 50px;
  background: #fff;
  width: 800px;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  height: 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .32);
  z-index: 50;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
  align-items: flex-start;
  align-content: start;
  overflow-y: auto;
}
.document-loaded .sige-loja .main-menu {
  transition: .6s;
}
.sige-loja .main-menu .category {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% / 3);
  overflow-y: auto;
  text-align: left;
  padding: 10px 15px;
}
.sige-loja .main-menu .category .link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  border-left: 4px solid white;
  padding-left: 5px;
}
.sige-loja .main-menu .category .link:hover {
  border-color: var(--theme-main-color);
}
.sige-loja .main-menu .category>.link {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.sige-loja .main-menu .subcategory {
  display: flex;
  flex-wrap: wrap;
}
.sige-loja .main-menu .subcategory>.link {
  font-size: 12px;
  color: #666;
  padding-top: 5px;
  font-weight: normal;
  flex: 0 0 100%;
}
.sige-loja .main-menu .subcategory>.link:first-child {
  margin-top: 5px;
}
.sige-loja .main-menu-btn-close {
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 100%;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #fff;
  color: #999;
}
@media only screen and (max-width: 700px) {
  .sige-loja .main-menu-btn {
    width: calc(100% / 5);
    min-width: 100px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #999;
    height: 70px;
  }
  .sige-loja .main-menu-btn>span,
  .sige-loja .main-menu-btn:focus i {
    display: none;
  }
  .sige-loja .main-menu-btn:focus+.main-menu-btn-close,
  .sige-loja .main-menu-btn.safari-worst-browser+.main-menu-btn-close {
    display: flex;
    height: 70px;
  }
  .sige-loja .main-menu-btn:focus .main-menu,
  .sige-loja .main-menu-btn.safari-worst-browser .main-menu {
    left: 0;
  }
  .sige-loja .main-menu {
    top: 70px;
    left: -100vw;
    height: 100vh;
    max-height: unset;
    overflow-y: auto;
    position: absolute;
    z-index: 550;
  }
  .sige-loja .main-menu-btn:hover .main-menu,
  .sige-loja .main-menu:hover {
    height: 100vh;
  }
  .sige-loja .main-menu .category {
    flex-basis: 100%;
  }
  .sige-loja .main-menu .category .link {
    font-size: 16px;
    padding-bottom: 15px;
  }
}

/* #endregion */


/* #region .header-container */

.sige-loja .header-container {
  background-color: var(--theme-main-color);
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.sige-loja .header-container .header-bg,
.sige-loja .header-container .sub-header-bg {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  background-color: var(--theme-main-color);
}
.sige-loja .header-container .header-bg {
  z-index: 3;
}
.sige-loja .header-container .sub-header-bg {
  z-index: 2;
}
.sige-loja .header-container .header,
.sige-loja .header-container .sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  flex: 0 1 calc(var(--theme-page-cotainer-width) - 20px);
  max-width: 100vw;
  background: inherit;
}
.sige-loja .header-container .header {
  background-color: #fff;
  height: 70px;
  border-radius: 0 0 10px 10px;
}
.sige-loja .header-container .sub-header {
  height: 50px;
}
.sige-loja .header-container .sub-header>.link {
  color: var(--theme-main-font-color);
  font-size: 18px;
  flex: 1 1 calc((100% - 50px) / 6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc((100% - 50px) / 6);
  text-align: center;
}
.sige-loja .header-container .sub-header>.link:last-child {
  padding-right: 10px;
}
.sige-loja .header-container .sub-header>.link p {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sige-loja .header-container .sub-header>:hover {
  background-color: #00000050;
}
.sige-loja .header-container .header>*:first-child {
  border-left: 2px solid #e8e8e8;
  border-radius: 0 0 0 10px;
}
.sige-loja .header-container .header>*:last-child {
  border-radius: 0 0 10px 0;
}
.sige-loja .header-container .header>*:not(:last-child) {
  border-right: 2px solid #e8e8e8;
}
.sige-loja .header-container .header>* {
  height: 100%;
}
.sige-loja .header-container .header .logo {
  flex: 0 0 70px;
  height: 100%;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sige-loja .header-container .header .global-search {
  flex: 1 0 210px;
  height: 100%;
  font-size: 14px;
  overflow: hidden;
  padding: 0 20px;
  display: flex;
}
.sige-loja .header-container .header .global-search>* {
  height: 100%;
  border: 0;
  font-weight: bold;
}
.sige-loja .header-container .header .global-search>input {
  flex: 1 1 auto;
  min-width: 130px;
}
.sige-loja .header-container .header .global-search>button {
  padding: 15px;
  margin-left: 10px;
  font-size: 18px;
  color: var(--theme-main-color);
  background-color: transparent;
  flex: 0 0 45px;
}
.sige-loja .header-container .header .mobile {
  display: none;
}
.sige-loja .header-container .header .header-btn {
  min-width: 80px;
  height: 100%;
  border-width: 0 2px 0 0;
  border-color: #e8e8e8;
  border-style: solid;
  background-color: #fff;
  color: var(--theme-main-color);
  font-size: 22px;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.sige-loja .header-container .header .header-btn>.text {
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
}
.sige-loja .sales-details .timeline .content div:after {
  left: 165px;
}
@media only screen and (max-width: 900px) {
  .sige-loja .header-container .header .estimated-delivery-time,
  .sige-loja .header-container .header .delivery-fee {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .sige-loja .header-container {
    margin: 0;
  }
  .sige-loja .header-container .sub-header-bg {
    background-color: #fff;
  }
  .sige-loja .header-container .header,
  .sige-loja .header-container .sub-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    border-top: 0;
    border-bottom: 2px solid #e8e8e8;
    z-index: 99;
    margin: 0;
    justify-content: flex-start;
    border-radius: 0;
  }
  .sige-loja .header-container .header {
    right: 0;
    width: calc((100% / 5) * 4);
  }
  .sige-loja .header-container .sub-header {
    left: 0;
    width: calc(100vw / 5 + 3px);
    border-right: 2px solid #e8e8e8;
  }
  .sige-loja .header-container .header .header-btn {
    color: #999;
  }
  .sige-loja .header-container .header .header-btn>.text {
    display: none;
  }
  .sige-loja .header-container .header>* {
    width: 20vw;
    max-width: 20vw;
    border: 0;
    border-right: 2px solid #e8e8e8;
  }
  .sige-loja .header-container .header>*:first-child,
  .sige-loja .header-container .header>*:last-child {
    border-radius: 0;
  }
  .sige-loja .header-container .header .logo {
    flex-grow: 1;
  }
  .sige-loja .header-container .header .global-search {
    height: 100%;
    padding: 0;
    justify-content: center;
    border-radius: 0;
    border: 0;
    border-right: 2px solid #e8e8e8;
    width: 100vw;
  }
  .sige-loja .header-container .header .global-search>.btSearch {
    display: none;
  }
  .sige-loja .header-container .header .global-search>.textBox {
    height: 0;
    width: 0;
    opacity: 0;
    position: fixed;
    left: -100px;
    top: -100px;
    box-shadow: 0 -2px 15px #ccc;
  }
  .sige-loja .header-container .header .global-search>.btSearch.mobile {
    display: block;
    font-size: 18px;
    color: #999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #fff;
    margin: 0;
  }
  .sige-loja .header-container .header .global-search>.btSearch:active~.textBox,
  .sige-loja .header-container .header .global-search>.btSearch:focus~.textBox,
  .sige-loja .header-container .header .global-search>.btSearch:hover~.textBox,
  .sige-loja .header-container .header .global-search>.textBox:active,
  .sige-loja .header-container .header .global-search>.textBox:focus,
  .sige-loja .header-container .header .global-search>.textBox:hover {
    display: block;
    position: fixed;
    width: calc(100vw - (100vw / 5) + 2px);
    left: 0;
    height: 70px;
    top: 70px;
    border-radius: 0;
    font-size: 16px;
    padding: 0 0 0 6vw;
    border-top: 2px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    opacity: 1;
  }
  .sige-loja .header-container .header .global-search>.btSearch:active~.btSearch,
  .sige-loja .header-container .header .global-search>.btSearch:focus~.btSearch,
  .sige-loja .header-container .header .global-search>.btSearch:hover~.btSearch,
  .sige-loja .header-container .header .global-search>.textBox:active~.btSearch,
  .sige-loja .header-container .header .global-search>.textBox:focus~.btSearch,
  .sige-loja .header-container .header .global-search>.textBox:hover~.btSearch,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:active,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:focus,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:hover {
    display: block;
    width: calc(100vw / 5);
    height: 70px;
    position: fixed;
    top: 70px;
    right: 1px;
    background: var(--theme-main-color);
    border-radius: 0;
  }
  .sige-loja .header-container .header .global-search>.btSearch:active~.btSearch i,
  .sige-loja .header-container .header .global-search>.btSearch:focus~.btSearch i,
  .sige-loja .header-container .header .global-search>.btSearch:hover~.btSearch i,
  .sige-loja .header-container .header .global-search>.textBox:active~.btSearch i,
  .sige-loja .header-container .header .global-search>.textBox:focus~.btSearch i,
  .sige-loja .header-container .header .global-search>.textBox:hover~.btSearch i,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:active i,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:focus i,
  .sige-loja .header-container .header .global-search>.btSearch~.btSearch:hover i {
    color: var(--theme-main-font-color);
    pointer-events: none;
  }
  .sige-loja .header-container .header .btRedondo {
    width: 20vw;
    height: 100%;
    border-radius: 0;
    margin-left: 0;
    border: 0;
    border-left: 1px solid #e5e5e5;
  }
  .sige-loja .header-container .header .btRedondo i {
    color: #999;
  }
  .sige-loja .header-container .header .btUsuarioLogado {
    width: 20vw;
    height: 100%;
    border: 0;
    border-left: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 0;
    margin: 0;
  }
  .sige-loja .header-container .header .btUsuarioLogado i {
    color: #999;
    margin: 0;
  }
  .sige-loja .header-container .header .btUsuarioLogado i:last-child {
    display: none;
  }
  .sige-loja .header-container .sub-header>.link {
    display: none;
  }
}

/* #endregion */


/* #region main>.header || main>div:first-child>.header */

.sige-loja main>.header,
.sige-loja main>div:first-child>.header {
  display: flex;
  background: transparent;
  padding: 10px 0 25px 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #e8e8e8;
}
.sige-loja main>.header h1,
.sige-loja main>div:first-child>.header h1 {
  text-align: left;
  margin-left: 2vw;
  width: 100%;
}
.sige-loja main>.header .bts,
.sige-loja main>div:first-child>.header .bts {
  display: flex;
}
.sige-loja main>.header .bts a:last-child,
.sige-loja main>div:first-child>.header .bts a:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .sige-loja main>.header,
  .sige-loja main>div:first-child>.header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    background: var(--theme-main-color);
    padding: 10px;
    /* to cover whitespace */
    margin-top: -1px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .sige-loja main>.header h1,
  .sige-loja main>div:first-child>.header h1 {
    font-size: 18px;
    color: var(--theme-main-font-color);
    text-align: center;
    margin: 0;
    /* to align text center (same size as the button) */
    padding-right: 45px;
  }
}

/* #endregion */


/* #region .custom-tags */

.sige-loja .custom-tags {
  min-height: 100px;
  display: flex;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  flex-wrap: wrap;
  background: #ffffff50;
  border-radius: 10px;
}
.sige-loja .custom-tags .tag {
  display: flex;
  flex: 1 1 auto;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}
.sige-loja .custom-tags .tag img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 15px;
}
.sige-loja .custom-tags .tag i {
  font-size: 50px;
  color: #333;
  margin-right: 15px;
}
.sige-loja .custom-tags .tag>p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  max-width: 150px;
}
@media only screen and (max-width: 700px) {
  .sige-loja .custom-tags .tag {
    padding: 15px 20px;
  }
}

/* #endregion */


/* #region .footer-bar */

.sige-loja .page-container {
  padding-bottom: 45px;
}
.sige-loja footer {
  padding-top: 45px;
}
.sige-loja .footer-bar {
  background-color: #333;
  color: var(--theme-main-font-color);
  border-radius: 10px;
  position: absolute;
  bottom: -45px;
  height: 90px;
  display: flex;
  width: 100%;
  z-index: 1;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}
.sige-loja .footer-bar>p {
  font-size: 18px;
}
.sige-loja .footer-bar>i {
  opacity: 50;
  font-size: 30px;
  margin-right: 5px;
}
.sige-loja .footer-bar input {
  color: var(--theme-main-font-color);
  background-color: #5c5c5c;
  margin-right: 5px;
  border: 0;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  padding: 5px 15px;
}
.sige-loja .footer-bar form {
  display: flex;
  position: relative;
}
.sige-loja .footer-bar button {
  background-color: #fff;
  color: #333;
  height: 40px;
}
.sige-loja .footer-bar button:hover>i {
  color: #333;
}
.sige-loja .footer-bar .break-line {
  display: none;
  flex: 0 0 100%;
  height: 10px;
}
@media only screen and (max-width: 1140px) {
  .sige-loja .page-container {
    padding-bottom: 85px;
  }
  .sige-loja footer {
    padding-top: 85px;
  }
  .sige-loja .footer-bar {
    flex-wrap: wrap;
    height: 170px;
    bottom: -85px;
    justify-content: center;
  }
  .sige-loja .footer-bar .break-line {
    display: inline-block;
  }
}
@media only screen and (max-width: 550px) {
  .sige-loja .footer-bar>p {
    font-size: 14px;
  }
  .sige-loja .footer-bar>i {
    font-size: 24px;
  }
  .sige-loja .footer-bar input {
    width: 100px;
  }
}

/* #endregion */


/* #region footer */

.sige-loja footer.complex {
  background-color: #fff;
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sige-loja footer.complex>hr {
  width: 100%;
}
.sige-loja footer.complex .store-info,
.sige-loja footer.complex .store-info2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: var(--theme-page-cotainer-width);
  max-width: 100vw;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.sige-loja footer.complex .store-info {
  padding: 20px 0;
}
.sige-loja footer.complex .store-info>* {
  min-width: 220px;
  margin: 0 10px 20px 10px;
}
.sige-loja footer.complex .store-info .logo {
  width: 150px;
  height: 80px;
  display: block;
}
.sige-loja footer.complex .store-info .icon-text-link {
  color: #333;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.sige-loja footer.complex .store-info .icon-text-link i {
  font-size: 18px;
}
.sige-loja footer.complex .store-info .header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sige-loja footer.complex .store-info .list>a {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.sige-loja footer.complex .store-info .whatsapp>* {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #333;
}
.sige-loja footer.complex .store-info .whatsapp>*>span {
  font-size: 18px;
}
.sige-loja footer.complex .store-info .whatsapp>*>i {
  color: var(--verde);
  flex: 0 0 40px;
  font-size: 38px;
}
.sige-loja footer.complex .store-info .payment-methods {
  max-width: 195px;
  min-width: 195px;
}
.sige-loja footer.complex .store-info .payment-methods>* {
  max-width: 100%;
}
.sige-loja footer.complex .store-info .payment-methods #seloEbit {
  margin: 10px;
}
.sige-loja footer.complex .store-info .card-flags {
  margin-left: -10px;
  width: calc(100% + 10px);
  line-height: 0;
  font-size: 0;
}
.sige-loja footer.complex .store-info .card-flags>img {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 10px;
  object-fit: contain;
}
.sige-loja footer.complex .store-info2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.sige-loja footer.complex .store-info2>* {
  display: flex;
  align-items: center;
}
.sige-loja footer.complex .store-info2>*:first-child {
  margin-right: 30px;
}
.sige-loja footer.complex .store-info2 .logo {
  width: 80px;
  height: 42px;
  margin-left: 5px;
}
.sige-loja footer.simple {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #e8e8e8;
  padding: 40px 0;
  height: 100px;
}
.sige-loja footer.simple p {
  font-size: 13px;
  color: #999;
}
.sige-loja footer.simple .logo {
  width: 85px;
  height: 20px;
  margin-left: 10px;
  margin-top: -4px;
}
@media only screen and (max-width: 1200px) {
  .sige-loja footer.complex .store-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* #endregion */


/* #region .dropdown-menu */

.sige-loja .dropdown-menu {
  height: auto;
}
.sige-loja .dropdown-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  padding: 1.25rem 1.5rem;
}
.sige-loja .dropdown-item.item-header {
  font-size: 1.3rem;
  font-weight: 500;
  max-width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sige-loja .dropdown-item>i {
  font-size: 1.7em;
  color: var(--theme-main-color);
}
.sige-loja .dropdown-item>i:first-child {
  margin-right: 10px;
}
.sige-loja .dropdown-item>i:last-child {
  margin-left: 10px;
}
.sige-loja .dropdown-item>i.exit {
  color: var(--red);
}
.sige-loja .profile-menu.dropdown-menu {
  border-radius: 10px;
  min-width: 200px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .15);
  height: auto;
}

/* #endregion */


/* #region all .bgProduct */

.bgProduct .controls {
  font-size: 16px;
  display: flex;
  color: #333;
  width: 100%;
  opacity: 0;
  transition: opacity ease-in 300ms;
  position: absolute;
  bottom: 15px;
  padding: 0 10px;
  background: white;
  left: 0;
}
.bgProduct:hover .controls {
  opacity: 1;
}
.bgProduct .controls button {
  border: 0;
  background: var(--theme-main-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  padding: 5px 20px;
  flex: 1 1 auto;
  height: 40px;
}
.bgProduct .controls button:nth-child(2) {
  flex: 0 0 40px;
  border-radius: 0 5px 5px 0;
  border-left: 2px solid white;
}

/* #endregion */


/* #region horizontal product mobile */

@media only screen and (max-width: 700px) {
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: none;
    margin: 5px 10px;
    width: calc(100% - 20px);
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .bgImage {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 1 90px;
    margin: 0 10px;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct {
    width: calc(100% - 110px);
    flex: 1 1 50%;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .product-name {
    font-size: 15px;
    margin-bottom: 5px;
    width: 90%;
    color: #333;
    transition: .3s;
    height: 45px;
    overflow: hidden;
    font-weight: bold;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .minimum-price {
    font-size: 12px;
    color: #666;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .priceBefore {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .priceBefore .tag {
    font-size: 11px;
    text-decoration: unset;
    font-weight: 800;
    color: var(--theme-main-font-color);
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    background: var(--theme-main-color);
    display: inline-block;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .price {
    color: var(--verde);
    font-weight: 800;
    font-size: 18px;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .price span {
    font-size: 13px;
    color: #666;
    font-weight: 400;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .parcel {
    font-size: 13px;
    color: #666;
    font-weight: 400;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct .contentProduct .parcel b {
    color: #333;
  }
  .sige-loja .bgProdutos.horizontal-mobile .listProdutos .bgProduct:hover .contentProduct .product-name {
    color: var(--theme-main-color);
  }
}

/* #endregion */

@media only screen and (max-width: 1350px) {
  .bgProdutos .listProdutos .bgProduct .cashback {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .listProdutosCarrinho .bgProduct {
    width: 47%;
  }
}
@media only screen and (max-width: 700px) {
  .sige-loja .page-container {
    margin-top: 70px;
  }
  h1 {
    font-size: 23px;
  }
  .bgProdutos {
    padding-top: 4vw;
  }
  .bgProdutos .bgTitle .titleCategory {
    font-size: 20px;
  }
  .bgProdutos .bgTitle .btPequeno span {
    display: none;
  }
  .bgProdutos .listProdutos {
    flex-wrap: wrap;
    overflow-x: hidden;
    margin-bottom: 40px;
  }
  .listHorarios {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .listHorarios .horario {
    width: 100%;
  }
  .abas {
    overflow-x: auto;
  }
  .abas .aba {
    white-space: nowrap;
  }
  .listMenuUsuario .linkUsuario {
    padding: 15px 6vw;
  }
  .listOrderFilter .linkOrder {
    padding: 15px 6vw;
  }
  .listProdutosCarrinho {
    padding: 4vw;
  }
}