/*
$blue9: #263e57;
$blue8:#334b63;
$blue7:#485f75;
$blue6:#5e7489;
$blue5:#778c9f;
$blue4:#8da0b2;
$blue3:#a1b3c3;
$blue2:#cadbe8;
$blue1:#e3f2fd;

*/
/* blue1 e3f2fd;*/
#cadastro-produto .imagens-produto {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  justify-content: space-between;
}
#cadastro-produto .imagens-produto #dropping-files {
  display: none;
  display: block;
  background-color: #0009;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-align: center;
}
#cadastro-produto .imagens-produto #dropping-files h3 {
  color: white;
}
#cadastro-produto .imagens-produto.dropping {
  background-color: red;
}
#cadastro-produto .imagens-produto.dropping #dropping-files {
  display: block;
  background-color: blue;
}
#cadastro-produto .imagens-produto .img-prod {
  min-width: 106px;
  max-width: 106px;
  border: 1px dashed #aaa;
  position: relative;
  justify-content: center;
  display: flex;
  overflow: hidden;
  /* height: 106px; */
  height: 100%;
}
#cadastro-produto .imagens-produto .img-prod:first-child {
  width: 100%;
  height: 200px;
  max-width: 100%;
}
#cadastro-produto .imagens-produto .img-prod .img-wrapper {
  padding-bottom: 100%;
  overflow: hidden;
}
#cadastro-produto .imagens-produto .img-prod .img-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
}
#cadastro-produto .imagens-produto .img-prod .img-add {
  height: 100%;
  width: 100%;
  position: absolute;
  color: #ccc;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  grid-gap: 8px;
}
#cadastro-produto .imagens-produto .img-prod .wrapper-excluir {
  position: absolute;
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #0006;
  width: 100%;
}
#cadastro-produto .imagens-produto .img-prod:hover .wrapper-excluir {
  display: flex;
}

#loja {
  /*.gridloja*/
}
#loja .filtros-loja {
  width: 300px;
  flex-shrink: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cor-border);
  border-radius: 4px;
  display: none;
}
#loja .tab-filtros {
  display: flex;
  overflow: auto;
  margin-bottom: 16px;
  position: relative;
}
#loja .tab-filtros:before {
  content: "";
  height: 2px;
  background: #ccc5;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}
#loja .tab-filtros a {
  padding: 6px 18px;
  position: relative;
  z-index: 2;
  color: #7d7a77;
  min-width: 100px;
  text-align: center;
}
#loja .tab-filtros a.active {
  font-weight: 800;
  color: #222;
  border-bottom: 4px solid #314961;
}
#loja .tab-filtros a.active.dep-xbox {
  color: #107c10;
  border-color: #107c10;
}
#loja .tab-filtros a.active.dep-play {
  color: #2d64e6;
  border-color: #2d64e6;
}
#loja .tab-filtros a.active.dep-nintendo {
  color: #e60012;
  border-color: #e60012;
}
#loja .filtro-buttons {
  display: flex;
  margin-bottom: 16px;
  grid-gap: 8px;
  align-items: center;
}
#loja .filtro-buttons button {
  -webkit-appearance: button;
  display: inline-block;
  color: #222;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #edeae8;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 28px 9px 9px;
  line-height: 1;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
  position: relative;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  max-width: 150px;
  max-width: 250px;
  flex-shrink: 0;
}
#loja .filtro-buttons button i {
  position: absolute;
  right: 8px;
  font-size: 12px;
  top: 10px;
  color: #888;
  pointer-events: none;
}
#loja .filtro-buttons button.active {
  color: white;
  background-color: #2486db;
}
#loja .filtro-buttons button.active i {
  color: white;
}
#loja .filtro-buttons .btn-ordenacao {
  margin-left: auto;
}
#loja .filtro-buttons .btn-ordenacao button {
  border: none;
  font-weight: 600;
  color: #aaa;
}
#loja .filtro-buttons .clear-filtros {
  color: #ccc;
  pointer-events: none;
}
#loja .filtro-buttons .clear-filtros.active {
  color: #ff0080;
  pointer-events: auto;
}
#loja .filtro {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 95px;
  margin-top: -6px;
  padding: 12px 18px;
  min-width: 250px;
  background-color: white;
  border: 1px solid var(--cor-border);
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*
  $("button").position().left
  */
}
#loja .filtro .filtro-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  color: #314961;
}
#loja .filtro .filtro-preco {
  display: flex;
  grid-gap: 16px;
  width: 200px;
}
#loja .grid-loja {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
  grid-gap: 12px;
  position: relative;
  /*.produto */
}
#loja .grid-loja .produto {
  border: 1px solid var(--cor-border);
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  background-color: white;
}
#loja .grid-loja .produto:hover {
  border-color: #5E7388;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25) !important;
  transition: 0.3s;
}
#loja .grid-loja .produto .produto-body {
  padding-bottom: 12px;
}
#loja .grid-loja .produto .produto-body .produto-title {
  height: 38px;
  line-height: 150%;
}
#loja .grid-loja .produto .produto-body .produto-title a {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: var(--cor-title-1);
}
#loja .grid-loja .produto .produto-body .produto-valor {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
#loja .grid-loja .produto img {
  height: 240px;
  object-fit: contain;
  max-width: 100%;
}
#loja .grid-loja:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#loja.filtros-open .grid-loja::after, #loja.isloading .grid-loja::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
}
#loja.filtros-open .filtro-buttons button.open {
  color: white;
  background-color: #2486db;
}
#loja.filtros-open .filtro-buttons button.open i {
  color: white;
  transform: rotate(180deg);
}
#loja.filtros-open .filtro {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}
#loja .paginacao-two-ways {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  grid-gap: 8px;
}
@media (max-width: 767px) {
  #loja .paginacao-two-ways {
    font-size: 16px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #loja .paginacao-two-ways {
    justify-content: space-between;
  }
}
#loja .paginacao-two-ways .btn {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

/** LOJA */
#produto-view {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
#produto-view #produto-main {
  display: flex;
  grid-gap: 12px;
}
#produto-view #produto-main .produto-title {
  font-size: 20px;
  margin: 0px;
}
#produto-view #produto-main .produto-dados {
  display: flex;
  width: auto;
  flex-grow: 1;
  grid-gap: 16px;
}
#produto-view #produto-main .produto-dados .produto-view-imgs {
  width: 320px;
  width: 500px;
  margin: auto;
  flex-shrink: 0;
}
#produto-view #produto-main .produto-dados .produto-view-imgs .prod-main-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 16px;
  /*
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  */
}
#produto-view #produto-main .produto-dados .produto-view-imgs .prod-main-img img {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
#produto-view #produto-main .produto-compra {
  width: 300px;
  width: 490px;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  flex-shrink: 0;
}
#produto-view #produto-main .produto-compra .preco-original {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: line-through;
}
#produto-view #produto-main .produto-compra .preco-a-vista {
  font-size: 30px;
  font-weight: bold;
}
#produto-view #produto-main .produto-compra .preco-a-vista strong {
  font-size: 16px;
  display: block;
  margin-top: -4px;
}
#produto-view #produto-main .produto-compra .cashback {
  border: 1px solid #00000012;
  padding: 16px;
  border-radius: 9px;
  font-size: 14px;
  color: #999999;
}
#produto-view #produto-main .produto-compra .box-cep {
  border: 1px solid #00000012;
  padding: 16px;
  border-radius: 8px;
}
#produto-view #produto-main .prod-imgs {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
#produto-view #produto-main .prod-imgs img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 1px solid #ccc5;
  cursor: pointer;
  border-radius: 4px;
}
#produto-view #produto-main .prod-imgs img.active {
  border: 2px solid #2173c9 !important;
}
#produto-view #tbl-frete {
  font-size: 14px;
  margin-bottom: 0px;
}

.painel {
  background-color: white;
  box-shadow: 0 2px 10px #00000012 !important;
  border: 1px solid #00000012;
  border-radius: 8px;
  padding: 16px;
}

#modal-parcelas {
  font-size: 14px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: navy;
}
#modal-parcelas h5 {
  color: navy;
  font-size: 16px;
}
#modal-parcelas .parcela {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #modal-parcelas {
    font-size: 18px;
  }
  #modal-parcelas h5 {
    font-size: 20px;
  }
  #modal-parcelas .parcela {
    margin-bottom: 8px;
  }
}

/** PRODUTO */

/*# sourceMappingURL=gg.loja.css.map */
