body {
  font-family: "Montserrat";
}

.carrossel-marcas-home .owl-item {
  height: 150px;
}

.carrossel-marcas-home .owl-item .item {
  height: 100% !important;
  width: 100% !important;
}
.carrossel-marcas-home .owl-item .item a {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.carrossel-marcas-home .owl-item .item a img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

.loading-site {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  line-height: 100vh;
}

.loading-site img {
  max-width: 100%;
}

.indisponivel {
  margin: 8px 0;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 96%;
  background: #a74343;
  color: #fff;
  padding: 4px;
}

.social .hideshare-list {
  margin: 0;
}

.social .hideshare-list li {
  list-style: none;
  display: inline-block;
  border: 1px #eee solid;
  border-radius: 3px;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-right: 10px;
}

.social .hideshare-list li a {
  display: block;
  line-height: 35px;
}

.social .hideshare-list li a:hover {
  background: #eee;
}

.social .hideshare-list li a span {
  display: none;
}

.social .hideshare-list li a.hideshare-facebook {
  color: #5d7ec1 !important;
}

.social .hideshare-list li a.hideshare-twitter {
  color: #42bfef !important;
}

.social .hideshare-list li a.hideshare-pinterest {
  color: #e32b2d !important;
}

.social .hideshare-list li a.hideshare-google-plus {
  color: #d82938 !important;
}

.social .hideshare-list li a.hideshare-linkedin {
  color: #2294d0 !important;
}

input:focus {
  outline: none;
}

.open-side {
  cursor: pointer;
}

aside {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1em #000;
  box-shadow: 0 0 1em #000;
  width: 0px;
  overflow: hidden;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

aside.open {
  width: 300px;
}

aside nav {
  width: 300px;
}

aside .open-side {
  color: #666;
  padding: 10px;
  cursor: pointer;
}

aside .border-nav-left {
  border-bottom: 1px #eee solid;
  width: 100%;
}

aside .my-2 {
  padding: 10px;
  color: #000;
}

aside .my-2 a {
  color: #777;
  text-decoration: none;
}

aside .my-2 a:hover {
  color: #000;
}

aside .list-unstyled li a {
  color: #777;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

aside .list-unstyled li a:hover {
  background-color: #eee;
}

.lancamentos-icon-heart {
  display: none;
}

.breadcrumb {
  text-transform: uppercase;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb .active {
  font-weight: 700;
  color: #000;
}

.oferta {
  width: 30px;
  background: black;
  height: 30px;
  z-index: 1000;
  position: absolute;
  border-radius: 30px;
  text-align: center;
  line-height: 9px;
  padding-top: 7px;
  color: #fff;
  font-size: 9px;
  left: 10px;
  top: 10px;
}

.lancamentos-icon-desconto {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 1;
}

.lancamentos-icon-desconto .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: -3px;
  color: #fff;
  font-weight: 700;
  line-height: 15px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lancamentos-icon-desconto .discount .discount-value {
  font-size: 24px;
}

.lancamentos-icon-desconto .discount .discount-porcent {
  font-size: 16px;
}

.lancamentos-icon-desconto .discount .discount-text {
  margin-left: -4px;
  font-size: 12px;
}

.title h3 {
  color: #444444;
  font-weight: 500;
  font-size: 17px;
  margin-top: 0;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard .stepwizard-step p {
  margin-top: 10px;
}

.stepwizard .stepwizard-row {
  display: table-row;
}

.stepwizard .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.stepwizard .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 33%;
}

.stepwizard .btn {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px !important;
}

.stepwizard .btn-black {
  background: #dde029;
  opacity: 1;
  color: #fff;
}

.stepwizard .btn-black.disabled {
  background: #ccc;
}

header {
  padding-bottom: 20px;
  position: relative;
}

header .users {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 12px;
  font-style: italic;
  font-family: ui-monospace;
}

header #nav-top {
  position: relative;
  padding-top: 5px;
  margin-bottom: 20px;
}

header #nav-top .center {
  text-align: center;
}

header #nav-top .center a {
  display: inline-block;
}

header #nav-top .logo {
  margin-bottom: 1rem;
}

header #nav-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

header #nav-top .right .box {
  padding: 5px;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

header #nav-top .right .box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
}

header #nav-top .right .box form .search_inputs {
  border: none;
  border-bottom: 1px #dde029 solid;
  -webkit-box-flex: 3;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
  background: transparent;
  position: absolute;
  left: 0;
  top: 30px;
  right: 11vw;
}

header #nav-top .right .box form .btn-lupa {
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header #nav-top .right .box form .btn-lupa i {
  font-size: 20px;
  color: #333333;
}

header #nav-top .right .link-user {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  text-align: center;
  color: #333333;
  line-height: 20px;
}

header #nav-top .right .link-user i {
  font-size: 20px;
}

header #nav-top .right .link-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}

header #nav-top .right .link-card i {
  font-size: 25px;
  color: #666;
}

header #nav-top .right .link-card .cart-number {
  background-color: #dde029;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #444444;
  border-radius: 10px;
  font-size: 10px;
  position: absolute;
  text-align: center;
  left: 15px;
  bottom: 10px;
}

header #nav-top-categorias {
  clear: both;
}

header #nav-top-categorias ul {
  padding: 0;
  margin: 0;
}

header #nav-top-categorias ul li {
  display: inline-block;
}

header #nav-top-categorias ul li a {
  padding: 10px;
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

header #nav-top-categorias ul li a:hover {
  color: black;
}

header #nav-top-categorias ul li:hover ul {
  display: block;
}

header #nav-top-categorias ul ul {
  background-color: #eee;
  width: 230px;
  position: absolute;
  z-index: 10;
  display: none;
}

header #nav-top-categorias ul ul li {
  width: 100%;
}

header #nav-top-categorias ul ul li a {
  color: #666;
  display: block;
}

header #nav-top-categorias ul ul li:hover {
  background-color: #79e8d1;
  color: #fff;
}

#banner-top {
  height: 60vh !important;
  background-size: cover;
  background-position: top;
  margin-top: -180px;
  width: 100%;
  z-index: -1;
}

#benificios-compra {
  background-color: #ededed;
}

#benificios-compra .row-benificios-compra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#benificios-compra .box {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#benificios-compra .box .icon {
  float: left;
  padding-top: 10px;
  margin-right: 10px;
}

#benificios-compra .box .texto {
  padding: 0px;
  margin: 0px;
}

.box-carrossel {
  clear: both;
}

.box-carrossel h3 {
  text-align: center;
}

.box-carrossel .item:hover .image-hover {
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.box-carrossel .item .lancamentos-icon-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}

.box-carrossel .item .frete {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -45px !important;
}

.box-carrossel .item img {
  width: 100%;
}

.box-carrossel .item .ref {
  font-size: 10px;
}

.box-carrossel .item h4 {
  font-size: 14px;
  height: 16px;
}

.box-carrossel .item .box-preco .preco {
  color: #666;
}

.box-carrossel .item .box-preco .preco span {
  font-size: 12px;
}

.box-carrossel .item .box-preco .precoDe span {
  font-size: 12px;
}

.box-carrossel .item .box-preco .centerDe {
  text-align: center !important;
  color: #555;
  background-color: #034581;
}

.box-carrossel .item .taxa {
  clear: both;
  text-align: center;
  height: 25px;
}

.box-carrossel .item .btn-comprar {
  background: #1ae26a !important;
  border-radius: 5px;
  clear: both;
  width: 100%;
  padding: 5px;
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.4s filter;
  transition: 0.4s filter;
}

.box-carrossel .item .btn-comprar:hover {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

.box-carrossel .mt-apartir {
  margin-top: 40px;
}

#home .destaque {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
}

#home .destaque .item {
  height: 100%;
  text-decoration: none;
  background-size: cover !important;
  padding: 0px;
}

#home .destaque .item:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#home .destaque .item h3 {
  line-height: initial;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

#home .categoria {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

#home .categoria .item {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .categoria::before {
  display: none;
}

#banner-categoria {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5rem;
}

#banner-categoria .item {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-size: cover !important;
  padding: 0px;
  -webkit-transition: 0.4s filter;
  transition: 0.4s filter;
}

#banner-categoria .item:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#banner-categoria .item h3 {
  line-height: initial;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

#banner-categoria::before {
  display: none;
}

.quemsomos {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.quemsomos .logo {
  margin-top: 20%;
}

.quemsomos h5 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 20px;
  font-weight: 100;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
}

.quemsomos .link {
  border: 1px #fff solid;
  padding: 10px 50px;
  background: transparent;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  font-size: 15px;
}

.quemsomos .link:hover {
  background-color: #dde029;
  color: #fff !important;
  border-color: #dde029;
}

.quemsomos p {
  font-weight: 500;
  font-size: 14px;
}

#produtos .btn-comprar {
  margin-bottom: 30px;
}

.carrossel_produto {
  position: relative;
  padding-left: 47px;
  padding-right: 47px;
}

.carrossel_produto .owl-controls {
  display: block !important;
}

.carrossel_produto .carousel-strainer {
  width: 18px;
  position: absolute;
  top: calc(50% - 118px);
  color: #999999;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.carrossel_produto .carousel-strainer:hover {
  color: #5e5e5e;
}

.carrossel_produto .carousel-strainer.prev {
  left: -30px;
}

.carrossel_produto .carousel-strainer.next {
  right: -24px;
}

.carrossel_marca {
  position: relative;
  padding-left: 47px;
  padding-right: 47px;
}

.carrossel_marca .owl-controls {
  display: block !important;
}

.carrossel_marca .carousel-strainer {
  width: 18px;
  position: absolute;
  top: 19px;
  color: #999999;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.carrossel_marca .carousel-strainer:hover {
  color: #5e5e5e;
}

.carrossel_marca .carousel-strainer.prev {
  left: -30px;
}

.carrossel_marca .carousel-strainer.next {
  right: -24px;
}

#produtos .title,
.carrossel_produto .title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#produtos .links,
.carrossel_produto .links {
  background: #f7f7f7;
}

#produtos .links li,
.carrossel_produto .links li {
  padding: 0px;
}

#produtos .links li a,
.carrossel_produto .links li a {
  color: #000;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400 !important;
}

#produtos .links li a:hover,
.carrossel_produto .links li a:hover {
  font-weight: 700 !important;
}

#produtos .links .divider:last-of-type,
.carrossel_produto .links .divider:last-of-type {
  padding-bottom: 20px;
}

#produtos .link-todos,
.carrossel_produto .link-todos {
  background-color: #000;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

#produtos .link-todos:hover,
.carrossel_produto .link-todos:hover {
  background-color: #dde029;
}

#produtos .link,
.carrossel_produto .link {
  padding: 0px;
}

#produtos .link li,
.carrossel_produto .link li {
  color: #000;
  list-style: none;
  font-weight: 200;
  padding: 2px 0;
}

#produtos .link li label,
.carrossel_produto .link li label {
  font-weight: 200;
}

#produtos .footer,
.carrossel_produto .footer {
  background-color: #fff;
  color: #666;
  padding: 5px;
  text-align: right;
  margin-top: 30px;
}

#produtos .footer .result,
.carrossel_produto .footer .result {
  text-align: left;
  padding: 10px;
}

#produtos .footer .result .texto,
.carrossel_produto .footer .result .texto {
  padding-left: 15px;
}

#produtos .footer .pagination,
.carrossel_produto .footer .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

#produtos .footer .pagination li .fa,
.carrossel_produto .footer .pagination li .fa {
  color: #999;
  font-size: 30px;
}

#produtos .footer .pagination li a,
.carrossel_produto .footer .pagination li a {
  padding: 4px 6px;
  border: 1px solid #dde029;
  border-radius: 9px;
  color: #444;
  font-weight: 700;
}

#produtos .footer .pagination li.active a,
.carrossel_produto .footer .pagination li.active a {
  color: #dde029;
  background: #ededed;
  border: none;
}

#produto {
  margin-top: 20px;
}

#produto h2 {
  margin-top: 20px !important;
  font-size: 20px;
  color: #444444;
  margin-top: 0;
  font-weight: 300;
}

#produto h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #e0e0e0;
  width: 120%;
  margin-left: -10%;
  margin-top: 8px;
}

#produto .informations {
  padding-bottom: 30px;
  padding-top: 30px;
}

#produto .informations .aMedida {
  text-decoration: none;
  color: #333333;
  text-decoration: underline;
}

#produto .titulo {
  margin-top: 1rem;
}

#produto .sociais {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#produto .sociais .hideshare-list li a {
  color: #999999 !important;
}

#produto #sliderZoom {
  margin-bottom: 20px;
}

#produto #sliderZoom .item {
  border: 0px solid #666;
}

#produto #sliderZoom .thumbnail {
  width: 62px;
  border: none;
}

#produto #sliderZoom .owl-controls .owl-nav {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 28px;
}

#produto #sliderZoom .owl-controls .owl-nav div {
  padding: 5px;
}

#produto #sliderZoom .owl-controls .owl-nav .owl-prev {
  float: left;
}

#produto #sliderZoom .owl-controls .owl-nav .owl-next {
  float: right;
}

#produto #sliderZoom .owl-controls .owl-dots {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#produto #sliderZoom .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #666;
  display: inline-block;
  margin: 2px;
}

#produto .foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border: 0px #666 solid;
  margin-bottom: 20px;
}

#produto .foto #zoom {
  max-height: 400px;
  max-width: 100% !important;
}

#produto .checkout {
  padding: 0 15px;
}

#produto .checkout .precos .precoDe {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}

#produto .checkout .precos .precoPor {
  font-size: 26px;
  font-weight: 500;
  color: #444444;
  margin: 0;
}

#produto .checkout .precos .parcelas {
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

#produto .checkout .precos .help-block {
  border-bottom: 1px #ccc solid;
  padding: 0px;
  margin: 0px;
}

#produto .checkout .alert-estoque {
  margin-top: 1rem;
}

#produto .form-row-frete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

#produto .form-row-frete .cep {
  border-width: 3px;
  border-color: #e0e0e0;
  height: 34px;
}

#produto .frete {
  position: relative;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: auto !important;
}

#produto .frete img {
  max-width: 120px !important;
}

#produto .loading {
  display: none;
  margin-top: 10px !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top: 5px solid #ff8706;
  margin: 0 auto;
  -webkit-animation: load 1s infinite;
  animation: load 1s infinite;
}

@-webkit-keyframes load {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#produto .tabela {
  padding-top: 5px;
  padding-bottom: 5px;
}

#produto #frmVarejo .title {
  padding: 0px;
  margin: 0px;
}

#produto #frmVarejo .cores .labCor {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
}

#produto #frmVarejo .cores .labCor.selecionado {
  border: 2px red solid;
}

#produto #frmVarejo .cores .labCor .inCor {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

#produto #frmVarejo .cores .labCor .inCor:hover {
  cursor: pointer;
}

#produto #frmVarejo .tamanho .inTamanho {
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  line-height: 28px;
  position: relative;
  border: 1px solid #999999;
  border-radius: 5px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  font-weight: 400;
}

#produto #frmVarejo .tamanho .inTamanho:hover {
  cursor: pointer;
  background-color: #e4e4e4;
}

#produto #frmVarejo .tamanho .inTamanho.selecionado {
  background-color: #ff8706;
  color: #fff;
  border-color: transparent;
}

#produto #frmVarejo .tamanho .inTamanho .cbxTamanho,
#produto #frmVarejo .tamanho .inTamanho .cbxTamanhoRadio {
  position: absolute;
  height: 30px;
  width: 30px;
  margin: 0px;
  left: 0px;
  opacity: 0;
  display: block;
}

#produto #frmVarejo .tamanho .inTamanho .cbxTamanho:hover,
#produto #frmVarejo .tamanho .inTamanho .cbxTamanhoRadio:hover {
  cursor: pointer;
}

#produto #frmVarejo .selo {
  width: 100%;
}

#produto #frmVarejo .quantidade {
  padding-top: 10px;
}

#produto #frmVarejo .quantidade .txtCenter {
  text-align: center;
}

#produto #frmVarejo .boxFrete {
  clear: both;
  margin-top: 10px;
}

#produto #frmVarejo .boxFrete .title {
  text-align: left;
}

#produto #frmVarejo .boxFrete .frete {
  margin-top: 40px;
}

#produto #frmVarejo .boxFrete img {
  width: 40%;
}

#produto #frmVarejo .boxFrete input.cep {
  border-radius: 3px;
}

#produto #frmVarejo .boxFrete .btCep {
  border: 3px solid #ff8706;
}

#produto #frmVarejo .boxFrete .btCep:focus {
  outline: none;
}

#produto #frmVarejo .btAddCarrinho {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 20px;
  color: #000 !important;
  background-color: #23baea;
  border-radius: 5px;
  font-weight: 700;
  max-width: 190px;
  -webkit-transition: 0.4s filter;
  transition: 0.4s filter;
}

#produto #frmVarejo .btAddCarrinho:focus {
  outline: none;
}

#produto #frmVarejo .btAddCarrinho:hover {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

#produto #frmGrade {
  padding: 5px;
  margin-bottom: 10px;
}

#produto #frmGrade table {
  width: 100%;
  padding: 10px;
}

#produto #frmGrade table .table-cor {
  width: 100%;
  height: 24px;
}

#produto #frmGrade table .inTam {
  width: 100%;
  text-align: center;
}

#produto #frmGrade .btAddCarrinho {
  width: 100%;
  margin-bottom: 20px;
  color: #fff !important;
}

#produto #frmGrade .btAddCarrinho:focus {
  outline: none;
}

#produto .bg-descriptions {
  background-color: #ececec;
}

#produto .border-bottom {
  border-bottom: 2px #e0e0e0 solid;
  padding-top: 5px;
  padding-bottom: 5px;
}

#carrinho .panel-heading .btn-primary {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #444;
  margin: 10px auto;
}

#carrinho .frete img {
  width: 100px;
}

#carrinho .table .resultado {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px #eee solid;
  background: #fff;
}

#carrinho .table .resultado p {
  margin: 0;
}

#carrinho .table .resultado img {
  padding: 0;
}

#carrinho .table .resultado .btRadio {
  display: none;
}

#carrinho .table .active {
  border-color: #444;
}

#payment {
  color: #444;
}

#payment h2 {
  font-size: 30px;
  color: #666;
  font-weight: 100;
}

#payment .panel-body .bandeira {
  width: 100%;
}

#payment .panel-footer .btn {
  width: 100% !important;
}

#fale-conosco .title {
  background: none !important;
}

footer {
  background-color: #f5f5f5;
  margin-top: 80px;
  padding-top: 25px;
  font-size: 15px;
  color: #7f7f7f;
  line-height: 30px;
}

footer .copy p {
  padding: 0px;
  margin: 0px;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #7f7f7f;
  line-height: 25px;
  text-decoration: none;
}

footer ul li a:hover {
  color: #dde029;
}

footer .pagamentos {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #eee solid;
  border-bottom: 2px #eee solid;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .social a {
  color: #dde029;
  display: inline-block;
  padding-right: 20px;
  font-size: 25px;
}

footer .social a:hover {
  color: #000;
}

footer .social a i {
  color: #999999;
}

footer .social a i:hover {
  color: #000;
}

footer .formas-pagamentos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

footer .digitalone {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

footer .logo {
  padding: 40px 0;
  display: inline-block;
}

.bg-white {
  background-color: #fff;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixo-info-loja {
  background-color: #dde029;
}

#search_inputs {
  display: none;
}

@-webkit-keyframes entrySearch {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes entrySearch {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.search_inputs.active {
  display: block !important;
  left: -16rem;
  background-color: #fff !important;
  position: absolute;
  -webkit-animation: entrySearch 0.4s forwards;
  animation: entrySearch 0.4s forwards;
}

.d-none {
  display: none !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.banner-title-center {
  color: #dde029;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 900;
  font-size: xxx-large;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  max-height: 90px;
}

.banner-title-center span:first-of-type {
  font-size: 150%;
}

.w-100 {
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-green {
  background-color: #14f56e;
  border-radius: 5px;
  padding: 6px 30px;
  border: 1px solid transparent;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
  text-decoration: none !important;
  color: #333333 !important;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

.btn-green:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.with-header {
  margin-top: 0 !important;
  max-height: calc(90vh - 80px);
}

.containerDotCarouselTopo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -50px;
}

.containerDotCarouselTopo .dotCarouselTopo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.containerDotCarouselTopo .dotCarouselTopo span {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
  margin: 2px;
}

.containerDotCarouselTopo .dotCarouselTopo.active span {
  background-color: #dde029 !important;
  width: 13px;
  height: 13px;
}

.title-with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-with-line::before,
.title-with-line::after {
  content: "";
  height: 1px;
  background-color: #444444;
  min-width: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.title-with-line .titulo-destaque {
  color: #444444 !important;
  letter-spacing: 5px;
  margin: 30px;
  font-weight: 400;
}

.mini-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: justify;
}

.mini-container h5 {
  font-family: "Barlow Condensed";
  font-weight: 300;
  font-size: 5rem;
}

.divider-line-gold {
  border-top: 1px solid #dde029;
}

.divider-line-gray {
  border-top: 1px solid #c4c4c4;
}

.divider {
  padding-top: 20px;
}

.word-break {
  word-wrap: break-word;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
  font-family: "Montserrat";
}

.max-width-50 {
  max-width: 50%;
}

.max-width-75 {
  max-width: 75%;
}

.hr-smaller-margin-y {
  margin-top: 7px;
  margin-bottom: 7px;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.left {
  left: 0;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mobile {
  display: none;
}

.social-bar {
  position: fixed;
  width: 30px;
  height: 190px;
  top: 35%;
  background-color: #efefef;
  z-index: 2;
  border-radius: 20px;
}

.social-bar .social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  padding: 5px;
}

.social-bar .social-content .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-bar .social-content .social-icons a {
  color: #444444;
}

.social-bar .social-content .social-icons a:hover {
  -webkit-filter: brightness(0.55);
  filter: brightness(0.55);
}

.social-bar .social-content .social-text {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: nowrap;
}

.social-left {
  left: 14px;
}

.social-right {
  right: 14px;
}

.font-weight-100 {
  font-weight: 100;
}

.centralizado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.caixa {
  border: 1px solid #999999;
}

.menu {
  display: none;
  text-transform: uppercase;
  margin-left: 1rem;
  list-style: none;
}

.menu.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.menu ul li ul {
  margin-left: 1rem;
}

.divider a.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.divider a.title img {
  position: absolute;
  right: 5px;
}

.cbxFilterOrder {
  padding: 0 10px;
  color: #000;
  cursor: pointer;
}

.cbxFilterOrder:hover {
  color: #000;
  text-decoration: none;
}

.cbxFilterOrder.active {
  font-weight: 700;
}

.marca.active {
  font-weight: 700;
  color: #ff8706 !important;
}

.visibility-hidden {
  visibility: hidden;
}

.filterColor {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #d3d3d3;
}

.filterColor.checked {
  border-color: red;
  border-width: 2px;
}

.filterSize {
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #444;
  cursor: pointer;
}

.filterSize.checked {
  background-color: #ff8706;
  color: #fff;
}

.container {
  max-width: 85% !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#carrinho .thumbnail {
  width: 100%;
  border: none;
}

#carrinho tfoot .form-group,
#carrinho tfoot .r-cupom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-light {
  background-color: #ddd;
  border: none;
  color: #444;
}

.rotate-left {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.border-0 {
  border: none !important;
}

@media (max-width: 767px) {
  #benificios-compra {
    margin-bottom: 30px;
  }
  #benificios-compra .row-benificios-compra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .d-mobile-grid {
    display: -ms-grid;
    display: grid;
  }
  .title-with-line .titulo-destaque {
    color: #444444 !important;
    letter-spacing: 5px;
    margin: 10px;
    font-size: 15px;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .frete {
    text-align: center;
    position: relative;
    left: auto;
    margin-left: 0px !important;
  }
  .box-carrossel .item .frete {
    width: 70px !important;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -30px !important;
  }
  #banner-top {
    height: 30vh;
    margin-top: 0%;
  }
  #produto .informations {
    padding-top: 0;
  }
  #produto .tabela {
    padding: 20px;
    border: 1px #eee solid;
    text-align: center;
    margin-bottom: 15px;
  }
  #produto .foto #zoom {
    max-height: 250px;
  }
  #produtos .item {
    margin: 15px;
  }
  #carrinho .panel {
    border: none;
  }
  #carrinho h2 {
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 400;
  }
  #carrinho .panel-heading .btn {
    padding: 5px;
  }
  #carrinho .panel-heading .text-cart {
    text-align: center;
  }
  #carrinho thead {
    display: none;
  }
  #carrinho tbody .inQuantidade {
    width: 100px;
    text-align: center;
    margin: auto;
  }
  #carrinho tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    grid-template-areas: "model model" "qty button" "price price" "subtotal subtotal";
  }
  #carrinho tbody tr .tableModel {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: model;
  }
  #carrinho tbody tr .tableModel .texto p {
    margin-bottom: 0;
  }
  #carrinho tbody tr .tableModel .texto br {
    display: none;
  }
  #carrinho tbody tr .tableQty {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: qty;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #carrinho tbody tr .tablePrice {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: price;
  }
  #carrinho tbody tr .tableSubTotal {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: subtotal;
    font-weight: 700;
    font-size: 20px;
  }
  #carrinho tbody tr .tableButtonDel {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: button;
  }
  #carrinho tfoot .btn {
    width: 100%;
    margin: 15px 0px;
    padding: 5px;
  }
  #carrinho tfoot .input-group {
    margin-right: 0px !important;
  }
  #carrinho tfoot .form-group {
    display: block;
  }
  #carrinho tfoot .r-cupom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #carrinho tfoot .r-cupom .form-group {
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  #carrinho table > tbody > tr > td,
  #carrinho .table > tbody > tr > th,
  #carrinho .table > tfoot > tr > td,
  #carrinho .table > tfoot > tr > th,
  #carrinho .table > thead > tr > td,
  #carrinho .table > thead > tr > th {
    display: block !important;
  }
  #carrinho .panel-footer {
    background-color: #fff;
  }
  #carrinho .panel-footer .btn {
    width: 100%;
  }
  #carrinho .frete_result .resultado {
    text-align: center;
    background: #034481cc;
    padding-top: 10px;
    width: 100%;
    border-radius: 5px;
  }
  #carrinho .frete_result .resultado img {
    max-width: 100%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    height: 53px;
  }
  #carrinho .frete_result .resultado .texto {
    background-color: #fff;
    border: 1px #eee solid;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #carrinho .frete_result .resultado .texto .btRadio {
    margin-right: 10px;
  }
  #carrinho .frete_result .resultado .texto .titulo {
    float: right;
  }
  #carrinho .frete_result .resultado.active {
    background: #034481 !important;
  }
  #carrinho .alert-success th:nth-child(2) {
    border: none;
  }
  #carrinho .alert-success td {
    text-align: center;
  }
  #carrinho .panel-cadastro {
    margin: 15px;
  }
  #carrinho .panel-cadastro .panel-footer {
    height: auto;
  }
  #carrinho .panel-cadastro .panel-footer .btn {
    padding: 15px;
  }
  #carrinho form .btn {
    padding: 5px;
  }
  #carrinho .thumbnail {
    width: 90px;
  }
  .carrossel_produto .carousel-strainer,
  .carrossel_marca .carousel-strainer {
    font-size: 3em;
  }
  .carrossel_produto .carousel-strainer.prev,
  .carrossel_marca .carousel-strainer.prev {
    left: 0px;
  }
  .carrossel_produto .carousel-strainer.next,
  .carrossel_marca .carousel-strainer.next {
    right: 0px;
  }
  .mini-container h5 {
    font-size: 4rem;
  }
  .quemsomos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .quemsomos div {
    padding: 0;
  }
  .quemsomos div .mini-container {
    padding: 0;
  }
  .quemsomos div .mini-container h5 {
    text-align: center;
  }
  .quemsomos div .mini-container p {
    text-align: center;
  }
  #login .btn {
    padding: 15px;
  }
  #login .btn-w100 {
    width: 100%;
  }
  footer {
    margin-top: initial;
  }
  footer h4 {
    text-align: center;
  }
  footer .links {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
  .d-sm-none {
    display: none;
  }
  #logo-top {
    max-width: 175%;
  }
  .justify-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav-top-categorias {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #nav-top-categorias ul {
    display: none;
  }
  #nav-top-categorias .flex-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #nav-top {
    padding-top: 20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav-top .right .box form .search_inputs {
    right: 44vw !important;
  }
  #nav-top .link-card {
    padding-right: 0 !important;
  }
  #nav-top.open-search .logo {
    display: none;
  }
  #nav-top.open-search #nav-top-categorias {
    width: 100%;
  }
  #nav-top.open-search #nav-top-categorias form {
    position: absolute;
    right: 0;
    background-color: white;
    width: 100%;
    z-index: 9;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #nav-top.open-search #nav-top-categorias form .search_inputs {
    width: calc(100% - 31px);
  }
  #nav-top.open-search #nav-top-categorias form .btn-lupa {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    justify-content: right;
  }
  .header-fixed {
    max-height: 100px;
  }
  .mobile-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .with-header {
    margin-top: 0 !important;
    max-height: calc(90vh - 100px);
  }
  aside {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: aside 0.4s ease-out forwards;
    animation: aside 0.4s ease-out forwards;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(236, 236, 236, 0.9);
    display: none;
    width: 250px;
    padding-left: 10px;
    padding-top: 15px;
  }
  aside.open {
    display: block;
  }
  aside .border-nav-left {
    text-transform: uppercase;
    font-size: 20px;
  }
  aside .border-nav-left ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  aside .border-nav-left ul li {
    padding-top: 20px;
  }
  aside .border-nav-left ul li:not(:last-child)::after {
    content: "";
    height: 1px;
    background-color: #000;
    display: block;
    margin-left: 20%;
    max-width: 60%;
  }
  aside .border-nav-left ul li a {
    color: #000;
  }
  aside .border-nav-left ul li ul li {
    font-size: 14px !important;
  }
  @-webkit-keyframes aside {
    0% {
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes aside {
    0% {
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  #home .categoria {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  #home .categoria .item {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #home .categoria .item h3 {
    line-height: 20px !important;
    font-size: initial;
  }
  .social-bar {
    display: none;
  }
  .banner-title-center {
    font-size: medium;
  }
  .banner-button {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .containerDotCarouselTopo {
    top: -35px;
  }
  #banner-categoria .item {
    height: 150px;
  }
  #banner-categoria .item h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .image-logo {
    max-width: 100% !important;
  }
  #logo-top {
    max-width: 100%;
  }
  .flex-sm-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important;
  }
  footer .row {
    margin-right: 0;
    margin-left: 0;
  }
  .flex-mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #carrinho .thumbnail {
    width: 150px;
  }
  #carrinho .panel-heading .row div a {
    margin: 0;
  }
  #carrinho table thead tr th:first-of-type {
    width: 22% !important;
  }
  #carrinho table tbody .tableQty {
    vertical-align: middle;
  }
  #carrinho table tbody .tableQty input {
    width: 100%;
  }
  #carrinho table tbody .tableModel {
    vertical-align: middle;
  }
  #carrinho table tbody .tableModel .texto p {
    margin-bottom: 0;
  }
  #carrinho table tbody .tableModel .texto br {
    display: none;
  }
  #carrinho table tbody .tablePrice {
    vertical-align: middle;
  }
  #carrinho table tbody .tableSubTotal {
    vertical-align: middle;
  }
  #carrinho table tbody .tableButtonDel {
    vertical-align: middle;
  }
  #carrinho table tfoot .col-md-4 .row div:first-of-type {
    float: left;
  }
}

@media (min-width: 992px) {
  .box-carrossel .item .taxa {
    height: 45px;
  }
  #carrinho table thead tr th:first-of-type {
    width: 50% !important;
  }
}

.inWhatsApp {
  display: block;
  clear: both;
  height: 50px;
}

.inWhatsApp a {
  display: inline-block;
  line-height: 41px;
  float: left;
  color: #23c761;
}

.inWhatsApp i {
  color: #23c761;
  font-size: 40px;
  float: left;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */
