body {
  background-color: #161617;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding-top: 94px;
}

.fundo-home {
  background-image: url(../img/fundo.png);
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-scrollbar {
  background-color: #000;
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background-color: #151515;
  border: 1px solid #333;
  border-radius: 12px;
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  outline: 0;
}

.link,
.link:active,
.link:focus,
.link:visited {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-out;
  outline: 0;
}

.link:hover {
  text-decoration: underline;
  color: #fff;
}

.modal-content {
  background: #0f0f10 !important;
}

.modal-header {
  border-color: #181818 !important;
}

.close {
  color: #fff !important;
  opacity: 1 !important;
}

.modal-title {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

img.mobile {
  max-width: 100%;
  height: auto;
}

.visible-desktop {
  display: block !important;
}

.visible-mobile {
  display: none !important;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.content {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.top-off {
  padding-top: 0px;
}

.titulos {
  float: left;
  width: 100%;
  height: auto;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  font-weight: 600;
}

.titulos.left {
  text-align: left;
}

.flex-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titulos a {
  font-weight: 400;
  font-size: 16px;
  color: #ff3333;
}

@media screen and (max-width: 759px) {
  .titulos a {
    font-size: 14px;
    padding: 0px 20px;
  }
}

.titulos a i {
  transition: .3s ease-out;
}

:hover.titulos a i {
  margin-left: 10px;
}

.titulos span {
  position: relative;
  padding: 0px 20px;
}

.secao {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grey {
  background: #0f0f10;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #222;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.instagram-feed {
  float: left;
  width: 100%;
}

.barra_header {
  float: left;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  background-color: #000;
  margin-bottom: 10px;
  transition: 0.2s ease-out;
  opacity: 1;
}

.barra_header .menu-barra {
  float: left;
  width: auto;
  margin-top: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #ccc;
}

.header-principal.fixo .barra_header {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  opacity: 0;
}

.segura-infos {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 759px) {
  .segura-infos {
    flex-direction: column;
  }
}

.segura-infos li {
  background: #050505;
  border-radius: 8px;
  padding: 10px 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 759px) {
  .segura-infos li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.segura-infos li i {
  color: #ea1c3d;
  margin-right: 5px;
  font-size: 20px;
}

.frase-header {
  float: left;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #333;
  padding-top: 9px;
}

.atendimento-header {
  float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-top: 5px;
}

.whatsapp-header {
  float: left;
  width: auto;
  height: auto;
  margin-top: 5px;
}

.icon_atendimento i {
  float: left;
  width: auto;
  height: auto;
  margin-right: 5px;
  font-size: 22px;
  margin-top: -2px;
  color: #ee4617;
}

.icon_atendimento .fa-phone {
  font-size: 16px;
  margin-right: 8px;
  color: #ee4617;
}

.icon_whatsapp i {
  float: left;
  width: auto;
  height: auto;
  color: #ee4617;
  margin-right: 10px;
  font-size: 20px;
  margin-top: -4px;
}

.white {
  color: #fff !important;
}

.txt_atendimento {
  float: left;
  width: auto;
  height: auto;
  color: #ccc;
}

.txt_atendimento a {
  color: #333 !important;
  position: relative;
  top: -1px;
  font-weight: 300;
}

.icon_atendimento {
  float: left;
  font-size: 16px;
}

.header_links {
  float: right;
  width: auto;
  height: auto;
  text-align: right;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #333;
  margin-bottom: 30px;
}

.header-principal,
.header-principal * {
  box-sizing: border-box;
}

.header-principal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
  width: 100%;
  height: auto;
  background: #000000c7;
  /*opacity: .8;*/
  backdrop-filter: blur(5px);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s ease;
}

.header-principal.fixo {
  transition: 0.2s ease-out;
}

.header-logo {
  float: left;
  width: 240px;
  margin-right: 0px;
  margin-top: -2px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

.header-logo>img {
  display: block;
  max-width: 100%;
  will-change: transform;
}

.revenda-oficial {
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border: 0px solid #ee4617;
  padding: 8px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 13px;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.revenda-oficial:hover {
  color: #666;
}

.revenda-oficial i {
  font-size: 14px;
  margin-right: 5px;
  color: #ee4617;
}

.revenda-oficial span {
  padding-top: 1px;
}

/* VÍDEO APRESENTACAO */

body.home-full {
  padding-top: 0px !important;
}

.home-full .header-principal:not(.active) {
  background: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  box-shadow: none;
  padding-bottom: 40px;
}

.home-full .titulos span {
  padding: 0 10px;
}

@media screen and (max-width: 759px) {
  .home-full .titulos span {
    padding: 0 20px;
  }
}

.slide-home {}

.slide-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.slide-video {
  position: relative;
  width: 100%;
  height: 650px;
}

.slide-prod-video {
  height: 350px;
}


@media screen and (max-width: 759px) {
  .slide-video {
    height: 450px;
  }
}


@media screen and (max-width: 759px) {
  .slide-prod-video {
    height: 250px;
  }
}

.slide-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000cc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-mask-prod {
  background: #0000009c;
}

.slide-content {
  width: 100%;
  padding-top: 30px;
  max-width: 1250px;
  text-align: left;
}

@media screen and (max-width: 759px) {
  .slide-content {
    max-width: 480px;
    text-align: center;
    padding: 0px 20px;
    padding-top: 40px;
  }
}

.slide-home .titulos {
  color: #fff;
  text-align: left;
  font-size: 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 759px) {
  .slide-home .titulos {
    font-size: 20px;
    text-align: center;
  }
}

.subtitulo-slide {
  font-weight: 300;
  color: #ff3333;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}

.slide-texto {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 759px) {
  .slide-texto {
    font-size: 16px;
  }

  .slide-texto br {
    display: none;
  }
}

.btn-container {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 759px) {
  .btn-container {
    text-align: center;
  }
}

.section-divider {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}

.sec-bottom-divider {
  padding-top: 20px;
}

.section-divider-inner {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transform: translateY(-100%);
}

.section-divider.gradient .section-divider-inner {
  height: 150px;
  background: linear-gradient(to top, #161617, transparent);
}

.btn-primario {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: linear-gradient(90deg, #FA5E77 0%, #F95437 102.29%);
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-transform: none;
  color: #fff;
  text-align: center;
  padding: 18px 32px;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-out;
  border-radius: 8px;
}

.btn-primario.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-primario i {
  margin-left: 5px;
  transition: 0.3s ease-out;
}

:hover.btn-primario i {
  margin-left: 15px;
}

.slide-btn {
  text-align: center;
  margin-top: 30px;
}

.segura-banners {
  display: flex;
}

@media screen and (max-width: 759px) {
  .segura-banners {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
  }
}

.banner-home:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 759px) {
  .banner-home:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.banner-home {
  border-radius: 8px;
  overflow: hidden;
}

.banner-home img {
  max-width: 100%;
}

@media screen and (max-width: 759px) {
  .banner-home img {}
}

.caixa-logos-revenda {
  float: left;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.caixa-logos-revenda figure {
  width: 33.333%;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.caixa-logos-revenda figure img {
  will-change: transform;
  max-width: 100%;
}

.header-principal .container {
  position: relative;
}

.header-direita {
  position: absolute;
  z-index: 1;
  right: 0;
  float: right;
  width: auto;
  margin-top: 6px;
}

.header-busca {
  position: relative;
  float: right;
  width: 35px;
  height: 50px;
  padding-left: 20px;
  transition: 0.2s;
  margin-left: 15px;
  max-width: 50px;
  position: relative;
}

.header-busca .campo {
  visibility: hidden;
  opacity: 0;
  padding-right: 45px;
  padding-left: 13px;
  height: 40px;
  background: #fafafa !important;
  color: #fff;
  color: #777;
  outline: none;
  border: none;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.2s;
  max-width: 0px;
  overflow: hidden;
  position: relative;
}

.header-busca.visible {
  visibility: visible;
  max-width: 270px;
  width: 270px;
  margin-left: 10px;
  padding-left: 0px;
  opacity: 1;
}

.header-busca.visible .campo {
  visibility: visible;
  max-width: 270px;
  opacity: 1;
}

.header-busca.visible button i {
  color: #333;
}

.header-busca .campo::placeholder {
  color: #777;
}

.header-busca button {
  position: absolute;
  right: 15px;
  top: 3px;
  height: 35px;
  width: 25px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.header-busca button i {
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease-out;
}

.header-busca .campo:focus+button i {
  color: #333;
}

.header-busca .campo:focus {
  border: 1px solid #fff;
  border-bottom: 1px solid #333;
}

textarea:focus,
input:focus {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.header-menus {
  float: right;
  width: auto;
  margin-left: 8px;
}

.header-menu {
  position: relative;
  float: left;
  width: auto;
  margin-left: 10px;
  margin-top: 5px;
}

.header-menu:first-child {
  margin-left: 0;
}

.header-menu>.header-menu-icon {
  float: left;
  width: 20px;
  margin-right: 13px;
  margin-top: 6px;
}

.header-menu>.header-menu-icon-cart {
  float: left;
  width: 24px;
  margin-right: 13px;
  margin-top: 5px;
}

.header-menu>.header-menu-icon img {
  max-width: 100%;
}

.header-menu>.header-menu-icon i {
  color: #fff;

  font-size: 20px;
}

.header-menu>.header-menu-titulo {
  float: left;
  padding-top: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.header-menu>.header-menu-titulo a {
  color: #333;
}

.header-menu>.header-menu-count {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ee4617;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding: 5px;
  border: 1px solid #ee4617;
  text-align: center;
  line-height: 8px;
}

.header-submenu-container {
  position: relative;
  float: left;
  width: 100%;
}

.header-submenu {
  position: absolute;
  border: 1px solid #0f0f10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  height: auto;
  z-index: 999;
  right: 0;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header-menu:hover .header-submenu {
  opacity: 1;
  visibility: visible;
}

.header-submenu-ponta-container {
  float: left;
  width: 100%;
  height: 16px;
  margin-top: -16px;
  overflow: hidden;
}

.header-submenu-ponta {
  float: right;
  margin-right: 8px;
  margin-top: 10px;
  width: 25px;
  height: 25px;
  background: #0f0f10;
  border: 1px solid #0f0f10;
  transform: rotate(45deg);
}

.header-submenu-content {
  float: left;
  width: 100%;
  background: #0f0f10;
  padding: 20px;
}

.header-submenu-item {
  float: left;
  width: 100%;
  display: block;
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  transition: .3s ease-out;
}

.header-submenu-item:hover {
  color: #f10627;
}

.cart-preview-itens {
  float: left;
  width: 100%;
}

.cart-preview-item {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.cart-preview-item-img {
  float: left;
  width: 70px;
  height: auto;
  border: 0px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
}

.cart-preview-item-img img {
  max-width: 100%;
  margin-bottom: -2px;
}

.cart-preview-item-infos {
  float: left;
  width: 150px;
  height: 73px;
  overflow: hidden;
  margin-right: 10px;
}

.cart-preview-item-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

.cart-preview-item-info {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.cart-preview-item-valor {
  float: left;
  width: 115px;
  height: 73px;
  overflow: hidden;
  text-align: right;
}

.cart-preview-item-valor-1 {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.cart-preview-item-valor-2 {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.cart-preview-more-itens {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin: 10px 0;
}

.cart-preview-subtotal {
  float: left;
  width: 100%;
}

.cart-preview-subtotal>label {
  float: left;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.cart-preview-subtotal>label:last-child {
  float: right;
}

.cart-preview-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.cart-preview-btn>.btn-principal {
  max-width: 100% !important;
  padding-top: 13px;
  color: #fff;
}

.header-mobile {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  background: #000000c7;
  padding: 10px;
  padding-top: 8px;
  text-align: center;
  z-index: 999;
  box-sizing: border-box;
  height: auto;
  min-height: 65px;
}

.header-mobile.unfixed {
  position: absolute;
}

.header-mobile-logo {
  float: none;
  width: 140px;
  display: inline-block;
  margin-left: -35px;
  height: auto;
  margin-top: 7px;
}

.header-mobile-logo img {
  max-width: 100%;
}

.header-mobile-cart {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 20px;
}

.header-mobile-cart>i {
  font-size: 22px;
  color: #fff;
}

.header-mobile-cart>span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ee4617;
  border-radius: 50%;
  bottom: -10px;
  right: -5px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
}

.header-mobile-search {
  position: absolute;
  width: 30px;
  right: 45px;
  top: 20px;
}

.header-mobile-search i {
  color: #fff;
  font-size: 24px;
}

.header-mobile-search-box {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px;
  margin: 10px 0;
}

.header-mobile-search-box .campo {
  width: 100%;
  padding-right: 100px;
  padding: 10px;
  height: 45px !important;
  font-size: 13px;
  background: #181818;
  color: #fff;
  border-color: #181818 !important;
}

.header-mobile-search-box button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ee4617;
  border: none;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 13px;
  height: 34px;
  text-transform: uppercase;
  width: 80px;
}

.barra_header .redes-sociais {
  float: left;
  width: auto;
  margin-top: -6px;
}

.barra_header .redes-sociais>a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
  padding-left: 1px;
  outline: none;
  transition: 0.3s ease-out;
}

.barra_header .redes-sociais>a.facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.barra_header .redes-sociais>a.instagram:hover {
  background: #a322a1;
  border-color: #a322a1;
  color: #fff;
}

.barra_header .redes-sociais>a.youtube:hover {
  background: #de2825;
  border-color: #de2825;
  color: #fff;
}

.institucional_home {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.institucional_home figure {
  float: left;
  width: 550px;
  margin-right: 30px;
}

.institucional_home figure img {
  max-width: 100%;
}

.institucional_home_direita {
  float: left;
  width: calc(100% - 580px);
}

.institucional_home_direita h2 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.institucional_home_direita p {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

.institucional_home_direita .btn-principal {
  max-width: inherit;
  width: auto;
  padding: 12px 20px;
  margin-top: 30px;
  color: #fff;
}

.secao-blog {
  padding-bottom: 0px;
  margin-bottom: -10px;
}

.segura-banner-categoria {
  float: left;
  width: calc(100% - 20px);
  min-height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blog-posts {
  float: left;
  width: 100%;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
}

.blog-posts .bloco-post-dest>div {
  background: #161617;
}

.blog-posts .pagination-nav {
  float: left;
  width: 100%;
  text-align: center;
}

.blog-acoes {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blog-acoes-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blog-acoes-btn {
  padding: 10px 20px;
  margin: 0px 10px;
  margin-bottom: 15px;
  background: #202020;
  border-radius: 8px;
  transition: 0.3s ease-out;
}

.blog-acoes-btn:hover {
  background-color: #e9451d;
  color: #fff;
}

.blog-acoes-btn.active {
  background-color: #e9451d;
  color: #fff;
}

.form-blog-acoes-busca {
  margin: 0px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  outline: none;
}

.form-blog-acoes-busca:focus {
  margin: 0px 10px;
  outline: none;
}

.blog-acoes-busca {
  padding: 10px 0px;
  margin: 0px 10px;
  border: 0px;
  height: 34px;
  outline: none;
}

.botao-blog-acoes-busca {
  border: 0px;
  background-color: #fff;
  padding: 10px;
  outline: none;
}

.blog-posts-detalhe {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blog-posts-detalhe-segura {
  width: 830px;
}

.blog-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.blog-post figure {
  float: left;
  width: 300px;
  height: 215px;
  margin-right: 20px;
  overflow: hidden;
}

.blog-post figure img {
  max-width: 100%;
  transition: 0.5s ease-out;
}

.blog-post:hover figure img {
  transform: scale(1.1);
}

.blog-pots-infos {
  position: relative;
  float: left;
  width: 509px;
  height: 215px;
}

.blog-post span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #333333;
  font-size: 13px;
}

.blog-post h1 {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;

  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}

.blog-post h3 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 13px;
  line-height: 21px;
}

.blog-post .blog-pots-infos a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}

.blog-lateral {
  float: left;
  width: 280px;
  padding-left: 40px;
}

.blog-lateral-item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.blog-lateral-item h1 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Balsamiq Sans";

  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
}

.blog-lateral-item ul {
  float: left;
  width: 100%;
}

.blog-lateral-item ul li {
  float: left;
  width: 100%;
}

.blog-lateral-item ul li a {
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
  color: #333333;
}

.post-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  margin-bottom: 18px;

  color: #FFF;
}

.post-foto {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.post-foto img {
  max-width: 100%;
}

.post-texto {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff !important;
}

.post-texto p {
  color: #fff !important;
}

.post-texto span {
  color: #fff !important;
}

.post-texto img {
  max-width: 100% !important;
  height: auto !important;
}

.blog-posts-destaque {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.blog-post-destaque {
  float: left;
  width: 350px;
  margin-right: 50px;
  margin-bottom: 15px;
}

.blog-post-destaque:nth-child(3n + 3) {
  margin-right: 0;
}

.blog-post-destaque>.blog-post-destaque-foto {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.blog-post-destaque>.blog-post-destaque-foto>img {
  max-width: 100%;
  transition: 0.5s ease-out;
  vertical-align: middle;
}

.blog-post-destaque:hover>.blog-post-destaque-foto>img {
  transform: scale(1.1);
}

.blog-post-destaque>h2 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-post-destaque:hover>h2 {
  text-decoration: underline;
}

.blog-post-destaque>h3 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}

.blog-posts-destaque {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.bloco-post-dest>div {
  padding: 10px;
}

.bloco-post-dest span {
  margin-bottom: 10px;
}

.bloco-post-dest {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 759px) {
  .bloco-post-dest {
    flex-direction: column;
  }
}

:last-child.bloco-post-dest {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.faq {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background: #181818;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-pergunta {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.faq-pergunta i {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f10627;
  margin-right: 10px;
  transition: 0.3s;
}

.faq-pergunta i::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.faq:hover .faq-pergunta {
  color: #f10627;
}

.faq.open .faq-pergunta i {
  transform: rotate(90deg);
}

.faq-resposta {
  padding: 20px;
  padding-top: 0;
  display: none;
}

.faq-resposta .texto {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.flex-center {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 759px) {
  .flex-center {
    padding: 0px 10px;
  }
}

.segura-faq {
  width: 60%;
}

@media screen and (max-width: 759px) {
  .segura-faq {
    width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .icon-pag-inter {
    width: 100%;
    height: auto;
  }

  .text-pag-inter {
    width: 100%;
    height: auto;
  }

  .bloco-post-dest {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
  }
}

.bloco-post-dest figure {
  overflow: hidden;
  max-width: 400px;
  border-radius: 8px;
}

@media screen and (max-width: 759px) {
  .bloco-post-dest figure {
    margin-bottom: 20px;
  }
}

.bloco-post-dest figure img {
  max-width: 100%;
  display: block;
}

.bloco-post-dest figure img {
  transition: 0.3s ease-out;
}

.bloco-post-dest:hover figure img {
  transform: scale(1.1);
}

.bloco-post-dest>div {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 20px;
}

@media screen and (max-width: 759px) {
  .bloco-post-dest>div {
    padding: 0px;
  }
}

.bloco-post-dest h2 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: -5px;
  transition: 0.3s ease-out;
}

.bloco-post-dest:hover h2 {
  color: #e9451d;
}

.bloco-post-dest h3 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 759px) {
  .bloco-post-dest h3 {
    height: auto;
  }
}

.bloco-post-dest:hover h2 {
  color: #ff3333;
}

.segura-infos-blocos {
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}

@media screen and (max-width: 759px) {
  .segura-infos-blocos {
    margin-left: 0px;
  }
}

.bloco-post-dest span {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 759px) {
  .bloco-post-dest span {
    margin-left: 0px;
  }
}

.bloco-post-dest span.dia {
  float: left;
  width: 34px;
  text-align: center;
  font-size: 14px;
  padding: 1px 4px;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px;
}

@media screen and (max-width: 759px) {
  .icon-pag-inter {
    width: 100%;
    height: auto;
  }

  .text-pag-inter {
    width: 100%;
    height: auto;
  }

  .bloco-post-dest span.dia {
    font-size: 12px;
  }
}

.bloco-post-dest span.mes {
  margin: 0px;
  float: left;
  width: 34px;
  text-align: center;
  text-transform: uppercase;
  background: #ff3333;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  padding: 3px 4px;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 759px) {
  .icon-pag-inter {
    width: 100%;
    height: auto;
  }

  .text-pag-inter {
    width: 100%;
    height: auto;
  }

  .bloco-post-dest span.mes {
    font-size: 12px;
  }
}

.lista-botao {
  margin-left: 0px !important;
}

.lista-comentarios {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.item-comentario {
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}

.item-comentario-texto {
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000e26;
  line-height: 21px;
}

.item-comentario-informacoes-direita {
  float: right;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000e26;
  line-height: 21px;
  margin-top: 10px;
  font-style: italic;
}

.item-comentario-informacoes-esquerda {
  float: left;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000e26;
  line-height: 21px;
  margin-top: 10px;
  font-style: italic;
}

.enviar_depoimento {
  float: left;
  width: auto;
  height: auto;
  text-align: left;
  margin-top: 20px;
  margin-left: 440px;
  margin-bottom: 40px;
}

.lista-botao {
  margin-left: 0px !important;
}

.pdr-none {
  padding-right: 0px !important;
}


/* SLIDE */
.slide-home {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.slide-home .slick-prev,
.slide-home .slick-next {
  width: 80px;
  z-index: 9;
}

.slide-home .slick-prev::before,
.slide-home .slick-next::before {
  height: 30px;
  width: 30px;
}

.slide-home .slick-dots {
  bottom: 10px;
}

.slide-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.slide-item[href="#"] {
  cursor: default;
}

.slide-item .slide-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}

.slide-image img {
  max-width: 100%;
}

.slide-item-auto {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.slide-item-auto[href="#"] {
  cursor: default;
}

.slide-item-auto .slide-image {
  display: inline-block;
  vertical-align: bottom;
}

@-webkit-keyframes slide-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slide-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slide-fadeInUp {
  -webkit-animation-name: slide-fadeInUp;
  animation-name: slide-fadeInUp;
}

.top-slide-center {
  text-align: center;
  width: 100%;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
}

.box-slide {
  width: 25%;
  margin: 0px 10px;
  margin-bottom: 10px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-right: 0px;
  background: #0f0f10;
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 759px) {
  .box-slide {
    margin-right: 15px !important;
  }
}

.box-slide .box-slide-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
}

#top-slide {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.box-slide-1 {
  float: left;
  width: 275px;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
}

.box-slide-0 {
  float: left;
  width: 245px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 65px;
}

.box-slide-4 {
  float: left;
  width: 245px;
  height: auto;
  margin-top: 10px;
  margin-left: 30px;
}

.box-slide-4.ultimo-bloco {
  float: left;
  width: 220px;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
}

.box-slide-3 {
  float: left;
  width: 425px;
  height: auto;
  margin-top: 10px;
}

.box-slide-icon {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 5px;
}

.box-slide-icon img {
  width: 32px;
}

.box-slide-icon i {
  font-size: 32px;
  color: #ee4617;
}

.box-slide-icon-2 {
  float: left;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.box-slide-icon-2 i {
  font-size: 22px;
  color: #ee4617;
}

.box-slide-txt {
  float: left;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  width: 75%;
  font-weight: 600;
  position: relative;
}

/*.box-slide-txt:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 85px;
  height: 2px;
  background: #ee4617;
  margin: 0 auto;
}*/

.box-slide-infos {
  margin-left: 20px;
}

@media screen and (max-width: 759px) {
  .box-slide-infos {
    margin-left: 10px;
  }
}

.box-destaque-txt {
  float: left;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  margin-top: 6px;
}

.segura-banners-categorias {
  float: left;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.segura-banners-categorias figure img {
  max-width: 100%;
}

.linha-footer {
  float: left;
  width: 100%;
  height: 0;
  background-color: #ddd;
  margin-top: 0;
}

.slide_home {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.contador-home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .contador-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contador-home .mascara {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.contador-home ul {
  text-align: center;
  z-index: 2;
  position: relative;
}

.contador-home ul li {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 769px) {
  .contador-home ul li {
    max-width: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .contador-home ul li {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .contador-home ul li:last-child {
    margin-bottom: 0px;
  }
}

.contador-home ul li h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: -50px;
}

@media only screen and (max-width: 480px) {
  .contador-home ul li h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: -30px;
  }
}

.contador-home ul li h2 span {
  color: #e9451d;
}

.contador-home ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .contador-home ul li h3 {
    font-size: 16px;
  }
}

.carousel_home {
  float: left;
  width: 100%;
}

.carousel_blog {
  float: left;
  width: 100%;
}

.carousel_home .caixa_produtos {
  height: auto;
  margin-bottom: 0px;
}

.carousel_home .caixa_produtos .titulo_produto {
  height: auto;
}

.barra_home {
  float: left;
  max-width: 1150px;
  height: 60px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.prbarrahome {
  float: left;
  width: 320px;
  height: 50px;
  margin-right: 15px;
}

.prbarra2home {
  float: left;
  width: 300px;
  height: 50px;
  margin-right: 0;
}

.prbarra3home {
  float: left;
  width: 260px;
  height: 50px;
  margin-right: 10px;
  margin-left: 0;
}

.prbarra4home {
  float: left;
  width: 220px;
  height: 50px;
  margin-left: 10px;
  margin-right: 0;
}

.prbarra5home {
  float: left;
  width: 200px;
  height: 50px;
  margin-left: 10px;
}

.icone_barra_home {
  float: left;
  width: 60px;
  margin-right: 10px;
  height: auto;
  margin-top: 5px;
}

.titulo_barra_home {
  float: left;
  width: 180px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 23px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 4px;
}

.subtitulo_barra_home {
  float: left;
  width: 75%;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.titulo2_barra_home {
  float: left;
  width: 140px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 23px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 4px;
}

.subtitulo2_barra_home {
  float: left;
  width: 210px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 13px;
  color: #555;
}

.icone2_barra_home {
  float: left;
  width: 50px;
  margin-right: 4px;
  height: auto;
  margin-top: 5px;
}

.titulo3_barra_home {
  float: left;
  width: 150px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 23px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 4px;
}

.subtitulo3_barra_home {
  float: left;
  width: 180px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.icone3_barra_home {
  float: left;
  width: 40px;
  margin-right: 10px;
  height: auto;
  margin-top: 2px;
}

.icone4_barra_home {
  float: left;
  width: 40px;
  margin-right: 0;
  height: auto;
  margin-top: 3px;
}

.titulo5_barra_home {
  float: left;
  width: 140px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 23px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 4px;
  text-transform: uppercase;
}

.subtitulo5_barra_home {
  float: left;
  width: 150px;
  height: auto;
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.icone5_barra_home {
  float: left;
  width: 40px;
  margin-right: 0;
  height: auto;
  margin-top: 8px;
}

.tamanho_caixas {
  float: left;
  width: 105%;
  height: auto;
}

.grey .caixa_produtos {}

.caixa_produtos_vitrine {
  float: left;
  width: 280px;
  height: 500px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caixa_produtos_vitrine_3 {
  float: left;
  width: 260px;
  height: 340px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caixa_produtos {
  float: left;
  width: calc(25% - 20px);
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}

.bloco-produto-infos {
  padding: 20px;
  width: 100%;
  float: left;
}

.caixa_produtos:first-child {}

.produto-fotos-slide .slick-prev {
  left: 20px;
  z-index: 9;
}

.produto-fotos-slide .slick-next {
  right: 20px;
  z-index: 9;
}

.produto-fotos-slide .slick-prev:before {
  font-size: 28px !important;
  content: "\f137" !important;
}

.produto-fotos-slide .slick-next:before {
  font-size: 28px !important;
  content: "\f138" !important;
}

.foto_produto {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*margin-bottom: 15px;*/
  border-radius: 12px;
}

.foto_produto a {
  outline: 0;
}

.foto_produto img {
  display: block;
  max-width: 100%;
  transition: 0.3s ease-out;
}

.caixa_produtos_vitrine:hover .foto_produto img {
  transform: scale(1.1);
}

.caixa_produtos_vitrine_3:hover .foto_produto img {
  transform: scale(1.1);
}

.titulo_produto {
  float: left;
  width: 100%;
  height: 18px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.titulo_produto a {
  color: #fff;
  transition: 0.3s ease-out;
}

:hover.caixa_produtos .titulo_produto a {
  color: #ff3333;
}

.preco_produto {
  float: left;
  width: 100%;
  height: 20px;
  text-align: center;
}

.de_preco {
  display: inline-block;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #fff;
  opacity: .7;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 5px;
}

.por_preco {
  display: inline-block;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #ff3333;
  font-weight: bold;
}

.preco_boleto_produto {
  float: left;
  width: 100%;
  font-weight: 300;
  text-align: center;
  color: #ee4617;
  margin-top: 15px;
}

.preco_boleto_produto.left {
  text-align: left;
  font-size: 16px;
  color: #333 !important;
}

.preco_boleto_produto.left strong {
  color: #ee4617;
  font-size: 22px;
}

.preco_boleto_produto i {
  margin-right: 5px;
  font-size: 18px;
}

.preco_boleto_produto strong {
  font-size: 18px;
}

.parcelamento_produto {
  float: left;
  width: 100%;
  height: auto;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #333;
  text-align: left;
  margin-top: 5px;
  font-weight: 300;
}

.parcelamento_produto strong {
  font-weight: 300;
  color: #333;
}

.flag-prod {
  position: absolute;
  text-align: center;
  padding: 7px 7px;
  border-radius: 50%;
  background: #ee4617;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  width: 40px;
  height: 40px;
}

.flag-prod.top-left {
  top: 0;
  left: 0;
}

.flag-prod.top-right {
  top: 8px;
  right: 8px;
}

.flag-prod.bottom-left {
  bottom: 0;
  left: 0;
}

.flag-prod.bottom-right {
  bottom: 0;
  right: 0;
}

.direita-produtos {
  float: left;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.banner-produtos {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.banner-produtos img {
  max-width: 100%;
  width: 100%;
}

.header-titulo {
  float: left;
}

.header-titulo a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  outline: 0;
  text-decoration: none;
  transition: .3s ease-out;
}

.header-titulo a:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.header-titulo a:hover {
  color: #f10627;
}

.header-titulo i {
  color: #ccc;
  margin: 0 15px;
}

.header-produtos {
  float: left;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  margin-bottom: 10px;
}

.header-registros {
  float: right;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-top: 11px;
}

.header-ordem {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.header-ordem select {
  border: 1px solid #050505;
  border-bottom: 1px solid #050505;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #050505;
  cursor: pointer;
  outline: 0;
  padding: 10px 15px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.header-ordem .arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.ordem-filtro-wrp {
  position: relative;
  float: left;
}

.caixa_small {
  width: 195px;
  height: 330px;
}

.foto_small {
  width: 240px;
  margin-left: 2.5%;
}

.foto_small_3 {
  width: 240px;
  margin-left: 12%;
}

.pag-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
  padding-bottom: 140px;
}

@media screen and (max-width: 759px) {
  .pag-banner {
    padding: 40px;
    padding-bottom: 120px;
  }
}

.pag-banner .mascara-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000d6;
}

.pag-banner .titulos {
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}

.pag-banner .titulos:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #ea1c3d;
}

.sd-m11 {}

.section-divider svg {
  width: 100%;
  height: 101%;
}

.sd-m11 .section-divider-inner {
  height: 100px;
}

.sd-m11 polygon:nth-child(1) {
  opacity: 1;
  fill: #161617;
}

.sd-m11 polygon:nth-child(3) {
  opacity: 1;
  fill: #161617;
}

.sd-m11 polygon:nth-child(2) {
  opacity: 0.1;
  fill: #161617;
}

.filtros-container {
  float: left;
  width: 240px;
  height: auto;
  border: none;
  border-radius: 5px;
  margin-right: 20px;
}

.filtro-publicidade {
  display: block;
  float: left;
  width: 100%;
  height: 200px;
  margin: 15px 0;
  border: 2px solid #000;
  background: #ddd;
}

.filtro {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 10px;
}

.filtro:first-child {
  margin-top: 10px;
}

.filtro header {
  width: 100%;
  height: auto;
  background: #e5e5e5;
  padding: 0;
}

.filtro header .filtro-toggle {
  padding: 0;
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  outline: 0;
  margin-right: 10px;
  margin-bottom: 5px;
}

.filtro header .filtro-toggle i {
  color: #555;
}

.rotate {
  transition: all 0.3s linear;
}

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

.filtro header h3 {
  margin-top: 6px;
  float: left;
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.filtro header h3:hover {
  cursor: pointer;
}

.filtro header .clear-all {
  font-size: 14px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  color: #555;
  outline: 0;
}

.filtro header .clear-all i {
  color: #555;
  font-size: 12px;
}

.filtro .itens-filtro {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}

.filtro .filtros-selecionados {
  padding: 10px 0;
}

.filtro .itens-filtro li {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  height: auto;
  padding: 8px;
}

.filtro .filtros-selecionados li {
  border: none;
  padding: 3px 8px;
}

.filtro .itens-filtro li a,
.filtro .itens-filtro li label {
  width: 100%;
  font-weight: 400;
  color: #555;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  outline: 0;
  text-decoration: none;
}

.filtro .itens-filtro li a:active,
.filtro .itens-filtro li a:hover,
.filtro .itens-filtro li label:active,
.filtro .itens-filtro li label:hover {
  color: #222;
  cursor: pointer;
}

.filtro .itens-filtro li a i,
.filtro .itens-filtro li label div,
.filtro .itens-filtro li label input {
  margin-right: 10px;
  color: #ddd;
}

.filtro .itens-filtro li a span,
.filtro .itens-filtro li label span {
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #a5a5a5;
}

.filtro .itens-filtro li label img {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  margin-bottom: -5px;
}

.filtro .itens-filtro li .filtro-selecionado {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.filtro .itens-filtro li .filtro-selecionado .detalhe-filtro {
  box-sizing: border-box;
  height: 40px;
  float: left;
  max-width: 215px;
  background: #ddd;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid #ccc;
  padding: 5px;
  padding-left: 5px;
}

.filtro .itens-filtro li .filtro-selecionado .detalhe-filtro small {
  float: left;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #555;
  margin-bottom: 3px;
}

.filtro .itens-filtro li .filtro-selecionado .detalhe-filtro span {
  float: left;
  clear: both;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #444;
}

.filtro .itens-filtro li .filtro-selecionado .remover-filtro {
  float: left;
  height: 40px;
  width: 20px;
  background: #ddd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.filtro .itens-filtro li .filtro-selecionado .remover-filtro i {
  font-size: 11px;
  color: #333;
  margin-top: 14px;
}

.btn-fechar-filtros {
  display: none;
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #333;
  text-transform: none;
  background: #fff;
  padding: 15px 10px;
  margin: 10px 0;
}

.btn-fechar-filtros.fixed {
  position: fixed;
  right: 0;
  top: 55px;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.btn-fechar-filtros i {
  color: #555;
  margin-right: 20px;
}

.btn-filtros {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  padding: 15px 0;
  text-transform: uppercase;
  z-index: 99;
}

.exibe-filtros-mobile {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.26);
  background: #fff;
  color: #333;
}

.exibe-filtros-mobile i {
  color: #333;
}

.aplica-filtros-mobile {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.26);
  background: #fff;
  color: #333;
}

.aplica-filtros-mobile i {
  color: #333;
}

.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit !important;
  color: #fff !important;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit !important;
  color: #fff !important;
}

.barra-navegacao {
  float: left;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  margin-bottom: 30px;
}

.barra-navegacao a {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  outline: 0;
  text-decoration: none;
  line-height: 24px;
  transition: .3s ease-out;
}

.barra-navegacao a:hover {
  color: #f10627;
}

.barra-navegacao>i {
  color: #ccc;
  margin: 0 15px;
}

.barra-navegacao a i {
  font-size: 20px;
}

.barra-navegacao a i:hover {
  color: #222;
}

.produto-fotos {
  float: left;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-align: center;
}

.produto-fotos-thumbs {
  float: left;
  width: 98.5%;
  clear: both;
}

.banner_lateral_esquerda {
  float: left;
  width: 100%;
  background-color: #333;
}

.alinha-info-produto {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.produto-fotos-vertical {
  float: left;
  width: 100%;
  margin-top: 6px;
  margin-left: 4px;
}

.vertical-slide-next,
.vertical-slide-prev {
  float: left;
  width: 100px;
  text-align: center;
  margin: 8px 0;
}

.foto-thumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
}

.foto-thumb a {
  outline: 0;
}

.foto-thumb img {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.produto-fotos-destaque {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  z-index: 2 !important;
}

.produto-fotos-destaque img {
  max-width: 100%;
  border: 0 solid #eee;
}

.prod-content {
  float: left;
  width: 100%;
}

.produto-detalhe {
  float: left;
  width: 100%;
  max-width: 450px;
  padding: 0 10px;
  padding-left: 25px;
  margin-top: -10px;
  position: sticky;
  top: 80px;
}

@media screen and (max-width: 759px) {
  .produto-detalhe {
    position: static;
  }
}

.produto-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  margin-top: 4px;
  margin-bottom: 25px;
}

.produto-detalhe b {
  font-weight: 400;
}

.avaliacao-anchor {
  float: none;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.avaliacao-anchor span {
  color: #999;
  font-size: 13px;
  margin-left: 5px;
  line-height: 22px;
}

.slide-recomendados {
  float: left;
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

.produto-preco {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.produto-formas-detalhe {
  float: left;
  width: 300px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.exibe_parcelamento {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  color: #777;
}

.produto-preco span {
  font-weight: 400;
  font-size: 16px;
  color: #ee4617;
}

.produto-preco .preco-antigo {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.produto-preco .preco-antigo b {
  text-decoration: line-through;
  padding-left: 5px;
  font-size: 18px;
}

.produto-preco.visible-mobile .preco-atual {
  font-weight: 500;
  font-size: 16px;
  margin-left: 0;
  color: #fff !important;
}

.produto-preco.visible-desktop .preco-atual {
  font-weight: 500;
  margin-left: 0;
  color: #fff !important;
}

.preco-atual b {
  font-size: 28px;
  color: #ee4617;
  font-weight: bold;
}

.produtos-tamanhos {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.produtos-tamanhos>label {
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

.produtos-tamanhos>small.tamanho-error {
  float: left;
  clear: both;
  font-family: 'Inter', sans-serif;
  color: rgba(100%, 0%, 0%, 0.8);
  font-size: 13px;
}

.produtos-tamanhos div {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px;
  padding-left: 0;
  border-radius: 3px;
}

.btn-tamanho {
  border: 1px solid #999;
  border-radius: 4px;
  width: auto;
  height: 30px;
  cursor: pointer;
  margin: 0;
  margin-right: 8px;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transition: all 0.1s ease-in-out;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-tamanho:last-child {
  margin: 0;
}

.btn-tamanho.selected {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn-tamanho:active:not(.disabled),
.btn-tamanho:hover:not(.disabled) {
  border-color: #333;
}

.btn-cor-dif {
  border: 1px solid #999;
  border-radius: 4px;
  width: auto;
  height: 30px;
  cursor: pointer;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  transition: all 0.1s ease-in-out;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-cor-dif:last-child {
  margin: 0;
}

.btn-cor-dif.selected {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn-cor-dif:active:not(.disabled),
.btn-cor-dif:hover:not(.disabled) {
  border-color: #333;
}

.btn-cor {
  border: 1px solid #999;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: all 0.1s ease-in-out;
}

.btn-cor:last-child {
  margin: 0;
}

.btn-cor.selected {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.btn-cor.disabled {
  border-color: #ccc;
  color: #ccc;
}

.btn-cor:active:not(.disabled),
.btn-cor:hover:not(.disabled) {
  border-color: #333;
}

.produtos-tamanhos input {
  display: none;
}

.segura-itens-prod {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.prod-item {
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}

.prod-item span {
  font-weight: 600;
}

.btn-principal-newsletter {
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 150px;
  height: 55px;
  border: 0px #222 solid;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617;
}

.btn-principal-detalhe {
  display: inline-block;
  vertical-align: middle;
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff !important;
  font-weight: 400;
  text-align: center;
  width: auto;
  padding: 18px 32px;
  border: 1px #ee4617 solid;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617 !important;
}

.btn-principal-detalhe i {
  margin-right: 10px;
}

.btn-black-detalhe {
  display: inline-block;
  vertical-align: middle;
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  width: auto;
  padding: 18px 32px;
  border: 1px #050505 solid;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #050505 !important;
  border-radius: 8px;
}

.btn-black-detalhe i {
  margin-right: 10px;
}

@media screen and (max-width: 759px) {
  .btn-black-detalhe {
    width: 100%;
  }
}


.btn-principal {
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px #ee4617 solid;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617;
  border-radius: 12px;
  overflow: hidden;
}

.btn-default {
  background-color: #050505;
  border-color: #050505;
  color: #fff;
  transition: .3s ease-out;
}

.btn-default:hover {
  background: #161617;
  border-color: #161617;
  color: #fff;
}

.btn-principal:active,
.btn-principal:hover {
  background: #e94012;
  color: #fff !important;
  border: 1px #e94012 solid !important;
}

.btn-principal i {
  color: #fff;
}

.visible-whats-desktop {
  display: block;
}

@media only screen and (max-width: 480px) {
  .visible-whats-desktop {
    display: none;
  }
}

.visible-whats-mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .visible-whats-mobile {
    display: block;
  }
}

.btn-whats-footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.btn-comprar-whats {
  box-sizing: border-box;
  background-color: #26bb5d !important;
  border-color: #26bb5d !important;
  padding: 10px 20px;
  line-height: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff !important;
  text-transform: none;
  font-weight: 400 !important;
  font-size: 15px !important;
  border-radius: 30px;
  border-radius: 8px;
  width: auto;
}

.btn-comprar-whats:hover {
  border-color: #26bb5d !important;
}

.btn-comprar-whats i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.btn-secundario {
  border: 1px solid #ccc;
  background: 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
}

.btn-secundario i {
  color: #4a4a4a;
  margin-right: 5px;
}

.btn-secundario:hover {
  border: 1px solid #666;
}

.btn-comprar {
  margin-bottom: 10px !important;
  background: #ee4617 !important;
  color: #fff !important;
  margin-right: 10px;
}

.cart-btns-container .btn-comprar {
  margin-right: 0px;
}

.btn-comprar {
  background: #09b857 !important;
  background-color: #09b857 !important;
  border: 1px solid #09b857;
  border-radius: 8px;
  font-weight: bold;
}

.btn-comprar:hover,
.btn-comprar:active {
  background: #0ba852 !important;
  background-color: #0ba852 !important;
  border: 1px #0ba852 solid !important;
}

.btn-principal-pedidos {
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617;
  border: 0 #111 solid;
  margin-left: 310px;
}

.btn-principal-pedidos:active,
.btn-principal-pedidos:hover {
  background: #ee4617;
  color: #fff;
}

.btn-principal-pedidos i {
  color: #fff;
}

.btn-principal-pagamento {
  float: left;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #fff;
  border: 1px #111 solid;
  margin-left: 20px;
}

.btn-principal-pagamento:active,
.btn-principal-pagamento:hover {
  background: #222;
  color: #fff;
}

.btn-principal-pagamento i {
  color: #fff;
}

.btn-favorito {
  float: left;
  border: 1px solid #666;
  background: 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 42px;
  border-radius: 0px;
  outline: 0;
  margin-bottom: 20px !important;
}

.btn-favorito i {
  color: #4a4a4a;
  margin-right: 5px;
}

.segura-botao-comprar-produto {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
}

.segura-botao-comprar-produto .btn-principal {
  padding: 12px 15px;
  height: 40px;
  margin-top: 15px;
  width: 55%;
  float: none;
  color: #fff;
  display: inline-block;
}

.produtos-cores {
  float: left;
  width: 100%;
}

.produtos-cores .slide-cores a {
  outline: 0;
  margin-right: 5px;
}

.produtos-cores .slide-cores img {
  max-width: 100%;
}

.produtos-cores label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.produto-secao {
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #0e0e0e;
  border-radius: 12px;
  padding: 30px;
}

.secao-depoimentos {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}

.item-depoimento {
  float: left;
  width: 100%;
  color: #333;
  outline: none;
  margin-left: 20px;
  margin-right: 20px;
  background: #fff3f5;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
}

.carrosel-depoimentos {
  float: left;
  width: 100%;
}

.item-depoimento h2 {
  font-weight: 300;
  margin-bottom: 10px;
}

.item-depoimento h3 {
  font-style: italic;
  margin-bottom: 10px;
}

.item-depoimento h3 i {
  display: inline-block;
  margin-right: 2px;
  color: #d5d5d5;
}

.item-depoimento h3 i.active {
  display: inline-block;
  margin-right: 2px;
  color: #ffca28;
}

.item-depoimento p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}

.segura-stars {
  display: inline-block;
}

.produto-secao .produto-secao-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
  position: relative;
}

.produto-secao .produto-secao-titulo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #ea1c3d;
}

.produto-secao .produto-secao-titulo i {
  color: #ddd;
}

.produto-secao .produto-secao-content {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

.produto-secao-content table {
  margin: 0px !important;
  margin-top: 20px;
  top: 10px;
  position: relative !important;
  float: left !important;
  width: 100% !important;
  overflow-x: auto;
}

.produto-secao-content>td {
  font-size: 14px !important;
}

.produto-secao-content>tr {
  font-size: 14px !important;
}

.produto-secao-content>th {
  font-size: 14px !important;
}

.produto-secao-content>span {
  font-size: 14px !important;
}

.produto-secao-content img {
  border-radius: 8px;
  overflow: hidden;
}

.produto-secao-content span {
  color: #fff !important;
}

.caixa-prod-rec {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 10px;
}

.caixa-prod-rec .caixa-prod-rec-foto {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.caixa-prod-rec .caixa-prod-rec-foto img {
  max-width: 100%;
}

.caixa-prod-rec .caixa-prod-rec-info {
  float: left;
  width: 100%;
  height: 75px;
}

.caixa-prod-rec .caixa-prod-rec-info .titulo_produto {
  width: 100%;
  text-align: center;
}

.caixa-prod-rec .caixa-prod-rec-info .preco_produto {
  width: 100%;
  text-align: center;
}

.caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco,
.caixa-prod-rec .caixa-prod-rec-info .preco_produto .por_preco {
  float: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  text-align: center;
}

.caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco {
  margin-right: 10px;
}

.caixa-prod-rec .caixa-prod-rec-compra {
  float: left;
  width: 100%;
  height: 75px;
  display: none;
}

.caixa-prod-rec .caixa-prod-rec-compra .caixa-prod-rec-compra-tam {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.caixa-prod-rec .caixa-prod-rec-compra .caixa-prod-rec-compra-tam select {
  float: left;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #555;
  padding: 3px;
  border: 1px solid #666;
}

.caixa-prod-rec .caixa-prod-rec-compra .caixa-prod-rec-compra-tam select.invalid {
  border: 1px solid rgba(100%, 0%, 0%, 0.8);
}

.caixa-prod-rec .caixa-prod-rec-compra .caixa-prod-rec-compra-btn {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.btn-comprar-rec {
  font-size: 14px;
  height: 35px;
}

.caixa-prod-rec2 {
  float: left;
  width: 200px;
  height: auto;
  padding: 10px;
}

.caixa-prod-rec2 .caixa-prod-rec-foto {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}

.caixa-prod-rec2.compre-junto-disabled .caixa-prod-rec-foto {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.caixa-prod-rec2.compre-junto-disabled .caixa-prod-rec-foto .flag-prod {
  display: none;
}

.caixa-prod-rec2 .caixa-prod-rec-foto img {
  max-width: 100%;
}

.caixa-prod-rec2.compre-junto-disabled .caixa-prod-rec-foto img {
  -webkit-filter: opacity(20%);
  filter: opacity(20%);
}

.caixa-prod-rec2 .caixa-prod-rec-info {
  float: left;
  width: 100%;
  height: 150px;
}

.caixa-prod-rec2 .caixa-prod-rec-info .preco_produto {
  width: 100%;
  text-align: center;
}

.caixa-prod-rec2.compre-junto-disabled .caixa-prod-rec-info * {
  color: #fff;
}

.caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco,
.caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .por_preco {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco {
  margin-right: 10px;
}

.caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam {
  float: left;
  width: 100%;
}

.caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam select {
  float: left;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #555;
  padding: 3px;
  border: 1px solid #666;
  margin-top: 10px;
}

.caixa-prod-rec2.compre-junto-disabled .caixa-prod-rec-info .compre-junto-tam select {
  opacity: 0;
}

.caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam select.invalid {
  border: 1px solid rgba(100%, 0%, 0%, 0.8);
}

.caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.compre-junto-actions .btn-rem-comp-junto {
  background: #333;
  font-size: 14px;
  height: 30px;
}

.compre-junto-actions .btn-add-comp-junto {
  font-size: 14px;
  height: 30px;
  display: none;
}

.compre-junto-actions .btn-add-comp-junto i,
.compre-junto-actions .btn-rem-comp-junto i {
  color: #fff;
  margin-right: 5px;
}

.compre-junto-symbol {
  float: left;
  width: auto;
  margin-top: 100px;
  padding: 5px 20px;
}

.compre-junto-symbol i {
  color: #555;
}

.compre-junto-symbol .fa-pause {
  transform: rotate(90deg);
}

.compre-junto-comprar {
  float: left;
  margin-top: 60px;
  margin-left: 30px;
}

.compre-junto-comprar label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.compre-junto-comprar .compre-junto-preco {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}

.btn-comprar-junto {
  font-size: 14px;
  height: 35px;
}

.avaliacoes-media-content {
  float: left;
  width: 100%;
  max-width: 530px;
}

.avaliacoes-media-content .media-avaliacoes,
.avaliacoes-media-content .total-avaliacoes {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: 300;
  margin-top: 10px;
}

.avaliacoes-table {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.avaliacoes-table .avaliacoes-table-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.segura-campos-comentarios {
  width: calc(100% + 20px);
}

.avaliacoes-table .avaliacoes-table-row .desc-avaliacao {
  float: left;
  width: 120px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 700;
}

.avaliacoes-table .avaliacoes-table-row .porcentagem {
  float: right;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-weight: 700;
}

.avaliacoes-table .avaliacoes-table-row .label-star i {
  font-size: 14px;
}

.avaliacoes-table .avaliacoes-table-row .progress-barx {
  float: left;
  width: 150px;
  height: 20px;
  border: 1px solid #ccc;
  margin-left: 40px;
  margin-top: 2px;
}

.avaliacoes-table .avaliacoes-table-row .progress-barx span {
  float: left;
  height: 100%;
  background: #464952;
}

.avaliacoes-form-content {
  float: left;
  width: 100%;
  max-width: 600px;
  margin-left: 100px;
}

.avaliacoes-form-content .avaliacao-form-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4a4a4a;
  line-height: 30px;
  margin-bottom: 10px;
}

.avaliacoes-form-content .input-star {
  margin-bottom: 15px;
}

.avaliacoes-form-content .btn-principal {
  font-size: 14px;
  height: 35px;
  max-width: 170px;
  float: right;
  text-transform: uppercase;
}

.avaliacao {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}

.avaliacao .avaliacao-header {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.avaliacao .avaliacao-header .avaliacao-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #333;
  margin-bottom: 5px;
}

.avaliacao .avaliacao-header .label-star i {
  font-size: 14px;
}

.avaliacao .avaliacao-header .avaliacao-data {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  margin-top: 5px;
}

.avaliacao .avaliacao-coment {
  float: left;
  width: 850px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-55,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.input-star,
.label-star {
  float: left;
  width: auto;
  text-align: center;
}

.label-star i {
  font-size: 14px;
  color: #c7c7c7;
  transition: color 0.1s ease-in-out;
}

.input-star i {
  font-size: 14px;
  cursor: pointer;
  color: #c7c7c7;
  transition: color 0.1s ease-in-out;
}

.input-star i.active,
.label-star i.active {
  color: #edc715;
}

.input-star i:hover~i {
  color: #c7c7c7;
}

.input-star:hover i {
  color: #edc715;
}

.modal-title {
  width: 100%;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  color: #333;
}

.modal-body p {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.modal-footer {
  border-color: #29292a;
}

.modal-body .campo-container>label.campo-label {
  color: #fff;
}

.modal-body .campo {
  color: #fff;
  background: #0f0f10;
  border-color: #29292a;
}

.form-contato .campo-container>label.campo-label {
  color: #fff;
}

.form-contato .campo {
  color: #fff;
  background: #0f0f10;
  border-color: #29292a;
}

.pag-acesso .campo-container>label.campo-label {
  color: #fff;
}

.pag-acesso .campo {
  color: #fff;
  background: #0f0f10;
  border-color: #29292a;
}

.pag-acesso .login-alt span {
  background: #161617;
  color: #fff;
}

.pag-acesso .login-alt::before {
  background: #272728;
}

.pag-acesso .campo-container>a {
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.pag-acesso .campo-container>a:hover {
  color: #f10627;
}

.pag-acesso .campo-container-options>label:not(.campo-label):not(.error)>span {
  color: #fff;
}

.pag-acesso .campo-container.campo-container-text {
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.pag-confirmacao .header-checkout-left>span {
  color: #fff;
}

.pag-confirmacao .header-checkout-left>span:last-child {
  color: #fff;
}

.pag-confirmacao .header-checkout-right>div>span {
  color: #fff;
}

.pag-confirmacao .header-checkout-right>div>span:last-child {
  color: #fff;
}

.pag-confirmacao .checkout-step.complete>label {
  color: #fff;
}

.pag-confirmacao .checkout-pagamento-titulo {
  color: #fff;
}

.pag-confirmacao h1 {
  color: #fff;
}

.pag-confirmacao .dados_bancarios {
  color: #fff;
}

.pag-confirmacao-pix .header-checkout-left>span {
  color: #fff;
}

.pag-confirmacao-pix .header-checkout-left>span:last-child {
  color: #fff;
}

.pag-confirmacao-pix .header-checkout-right>div>span {
  color: #fff;
}

.pag-confirmacao-pix .header-checkout-right>div>span:last-child {
  color: #fff;
}

.pag-confirmacao-pix .checkout-step.complete>label {
  color: #fff;
}

.btn-modal {
  float: none;
  display: inline-block;
  max-width: 150px;
  margin: 0;
}

.cadastro-box-login {
  float: left;
  width: 800px;
}

.cadastro-box-login.menor {
  width: 550px;
}

.cadastro-box-completo {
  float: left;
  width: 600px;
  margin-left: 100px;
}

.cadastro-box-simples {
  float: left;
  width: 400px;
  margin-left: 250px;
}

.cadastro-titulo {
  float: left;
  width: 100%;
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}

.campo-container {
  position: relative;
  float: left;
  width: 100%;
  height: 95px;
  text-align: left;
  line-height: 1;
}

.campo-container.campo-container-small {
  width: 50%;
  padding-right: 20px;
}

.campo-container-small-three {
  width: 33.3%;
  padding-right: 20px;
}

.campo-container.campo-container-full-small {
  padding-right: 20px;
}

.campo-container.link-recuperacao {
  height: auto;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}

.campo-container.campo-container-text {
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  height: auto;
  position: static;
  margin-bottom: 20px;
}

.campo-container-options {
  height: auto;
  padding-bottom: 20px;
}

.campo-container-options>label:not(.campo-label):not(.error) {
  float: left;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-right: 10px;
}

.campo-container-options>label:not(.campo-label):not(.error)>span {
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  cursor: pointer;
}

.campo-container-options>label.error {
  position: static;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.campo-container>label.campo-label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.form-group label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555;
}

.campo-container>a {
  font-family: 'Inter', sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.campo-container>a:hover {
  text-decoration: underline;
  color: #222;
}

.campo {
  float: left;
  width: 100%;
  height: 40px;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

.campo:focus {
  border: 1px solid #999;
}

select.campo {
  padding: 7px;
}

textarea.campo {
  padding-top: 15px;
  height: auto;
}

.campo-container .btn-principal {
  max-width: 150px;
  float: none;
  margin-top: 5px !important;
}

input.error,
select.error,
textarea.error {
  border-color: rgba(255, 0, 0, 0.6);
}

label.error {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: 400;
  color: rgba(255, 0, 0, 0.6);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

label.error2 {
  position: static;
  float: left;
}

.banner_home {
  float: left;
  width: 500px;
  height: 400px;
  background-color: #ccc;
}

.cart-titulo {
  float: left;
  width: 100%;
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}

.cart-container {
  float: left;
  width: 100%;
}

.cart-itens {
  float: left;
  width: 100%;
  border-bottom: 1px solid #0f0f10;
}

.cart-produto {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

.cart-produto-foto {
  float: left;
  width: 120px;
  height: auto;
  overflow: hidden;
  margin-right: 0px;
  border-radius: 8px;
  padding: 2px;
}

.cart-produto-foto img {
  border-radius: 8px;
  max-width: 100%;
}

.cart-produto-infos {
  float: left;
  width: 45%;
  text-align: left;
  margin-right: 20px;
}

.cart-produto-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}

.cart-produto-preco {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 14px;
}

.cart-produto-remover {
  float: left;
  width: 100%;
}

.cart-produto-remover a {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.cart-produto-remover i {
  color: #f10627;
}

.cart-produto-remover a:hover {
  color: #fff;
}

.cart-produto-remover a:hover i {
  color: #fff;
}

.cart-produto-qtde {
  float: left;
  width: 200px;
  margin-right: 20px;
  text-align: center;
}

.cart-produto-qtde>label {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}

.cart-select {
  float: left;
  width: 100%;
  text-align: center;
}

.cart-select>select {
  border: 1px solid #ccc;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
}

.cart-select>input {
  border: 1px solid #ccc;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
  width: 80px;
}

.select-number {
  display: inline-block;
  transform: scale(0.8);
}

.select-number .select-number-control {
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.select-number .select-number-control.disabled {
  cursor: default;
}

.select-number .select-number-control.disabled i {
  color: rgba(0, 0, 0, 0.2);
}

.select-number>span {
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.cart-produto-subtotal {
  float: right;
  width: 20%;
  text-align: right;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.cart-produto-subtotal label {
  font-weight: 400;
}

#stage_bt_finaliza .btn-principal {
  width: 100%;
  max-width: inherit;
}

.cart-options {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.cart-options-left {
  float: left;
  width: 400px;
}

.cart-option {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.cart-option input {
  width: 70%;
  height: 42px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.cart-option .btn-principal {
  width: 30%;
  height: 42px;
  font-size: 14px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.cart-option-loading {
  display: none;
  position: absolute;
  top: 5px;
  right: -45px;
}

.cart-option-loading i {
  color: rgba(0, 0, 0, 0.5);
}

.cart-option-result {
  display: none;
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #29292a;
  padding: 10px;
  color: #fff;
}

.cart-option-result-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #464952;
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 20px;
}

.cart-option-result-texto {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}

.cart-option-result-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.cart-option-result-item span {
  font-family: 'Inter', sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}

.cart-option-result-item b {
  font-weight: 700;
}

.cart-options-right {
  float: right;
  width: 402px;
}

.cart-prices {
  float: left;
  width: 100%;
}

.cart-prices>div {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.cart-prices>div>span {
  text-align: left;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.cart-prices>div>span:nth-child(1) {
  float: left;
  width: 200px;
}

.cart-prices>div>span:nth-child(2) {
  float: left;
  width: 50px;
  text-align: center;
}

.cart-prices>div>span:nth-child(3) {
  float: left;
  width: 150px;
  text-align: right;
}

.cart-prices>.cart-total {
  margin-top: 20px;
}

.cart-prices>.cart-total span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.cart-prices>.cart-total span:last-child {
  color: #fff;
}

.cart-btns-container {
  float: right;
  width: 100%;
  margin: 40px 0;
}

.cart-btns-container .btn-principal {
  float: right;
  color: #fff;
  margin-left: 20px;
  padding-top: 10px;
}

.cart-btns-container .btn-secundario {
  float: right;
  padding-top: 10px;
  height: 40px;
}

.cart-empty {
  float: left;
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.cart-empty p:first-child {
  color: #333;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  display: none;
}

.cart-empty p {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #555;
  text-align: center;
}

.content-checkout {
  padding: 0 !important;
}

.checkout-btns-container {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.checkout-btns-container .btn-principal {
  float: none;
  display: inline-block;
}

.checkout-btns-container a:last-child {
  margin-left: 20px;
}

.header-checkout {
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  padding: 15px 0;
  margin: 0;
  border: none;
}

.header-checkout-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.header-checkout-left {
  float: left;
  width: auto;
  margin-top: 20px;
}

.header-checkout-left>span {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}

.header-checkout-left>span:last-child {
  color: #555;
  font-weight: 400;
  margin-top: 5px;
}

.header-checkout-logo {
  display: inline-block;
  width: 180px;
  margin-left: -65px;
  margin-top: 10px;
}

.header-checkout-logo>img {
  max-width: 100%;
}

.header-checkout-right {
  float: right;
  width: auto;
  margin-top: 20px;
}

.header-checkout-right>span {
  float: left;
  width: 37px;
  height: 37px;
  text-align: center;
  margin-right: 5px;
}

.header-checkout-right>span>i {
  color: #555;
  font-size: 36px;
  line-height: 37px;
}

.header-checkout-right>div {
  float: left;
  float: left;
  width: 120px;
}

.header-checkout-right>div>span {
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
}

.header-checkout-right>div>span:last-child {
  color: #555;
  font-weight: 400;
  margin-top: 5px;
}

.checkout-steps-container {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.checkout-step {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.checkout-step:before {
  content: "";
  position: absolute;
  top: 18px;
  display: block;
  width: 100%;
  height: 5px;
  background: #ccc;
  z-index: 0;
}

.checkout-step:first-child:before {
  border-radius: 3px 0 0 3px;
}

.checkout-step:last-child:before {
  border-radius: 0 3px 3px 0;
}

.checkout-step>span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
  z-index: 1;
}

.checkout-step>span>i {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.checkout-step>label {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #333;
}

.checkout-step.complete:before,
.checkout-step.complete>span {
  background: #ee4617;
}

.checkout-step.complete>label {
  color: #333;
}

.checkout-step.active:before,
.checkout-step.active>span {
  background: #333;
}

.checkout-step.active>label {
  color: #333;
}

.checkout-step.invalid:before,
.checkout-step.invalid>span {
  background: #f44336;
}

.checkout-step.invalid>label {
  color: #f44336;
}

.checkout-container {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.info-meio-pedido {
  border-top: 1px solid #ddd !important;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.checkout-endereco {
  float: left;
  width: 390px;
  margin-right: 35px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.checkout-endereco-container {
  float: left;
  width: calc(50% - 20px);
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.checkout-endereco-tipo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

.checkout-endereco-content {
  float: left;
  width: 100%;
  border: 1px dashed #ccc;
  padding: 15px;
  margin-bottom: 15px;
}

.checkout-endereco-item {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
}

.checkout-endereco-item>i {
  color: #999;
}

.checkout-endereco-option {
  float: left;
  width: 100%;
  margin-top: -45px;
  padding-right: 10px;
}

.checkout-endereco-option>.edit-endereco {
  float: right;
  border: none;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #333;
}

.checkout-endereco-option>.edit-endereco:hover {
  color: #222;
}

.checkout-endereco-options {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.checkout-entrega {
  float: left;
  width: 395px;
  margin-right: 40px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.modal-btn-endereco {
  margin-bottom: 20px;
  text-align: center;
}

.modal-help-cep {
  float: left;
  margin-top: 45px;
  font-size: 13px;
}

.modal-btn-endereco .btn-principal {
  max-width: 300px;
  float: none;
  border: 1px solid #ccc;
}

.enderecos-cadastrados {
  width: 100%;
  display: inline-block;
}

.endereco-cadastrado {
  border: 1px dashed #ccc;
  float: left;
  width: 260px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}

.endereco-cadastrado>div {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
}

.endereco-cadastrado>.endereco-cadastrado-btn {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.endereco-cadastrado>div>i {
  color: #999;
}

.destaque-coinbase {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-weight: 600;
  background-color: #f1f2f3;
}

.destaque-coinbase i {
  color: #ee4617;
  margin-right: 5px;
}

.checkout-formas-pagamento {
  float: left;
  width: 390px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.checkout-resumo {
  float: left;
  width: 100%;
}

.checkout-resumo-btn {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.checkout-resumo-btn>.btn-secundario>i:last-child {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  transition: transform 0.5s ease;
}

.checkout-resumo-btn>.btn-secundario.open>i:last-child {
  transform: rotate(-180deg);
}

.checkout-resumo-btn>.btn-secundario>span {
  display: inline-block;
  background: #ee4617;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
}

.resumo-itens {
  display: none;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.resumo-itens .cart-produto {
  margin: 0;
  padding: 10px;
}

.resumo-more {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.resumo-more>a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

.resumo-more>a:hover {
  color: #222;
  text-decoration: underline;
}

.resumo-more>a:hover>i {
  color: #222;
}

.checkout-section {
  float: left;
  width: 100%;
  border: 0 solid #ccc;
}

.checkout-section-titulo {
  float: left;
  width: 100%;
  color: #222;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.checkout-section-titulo>i {
  color: #ee4617;
  font-size: 22px;
  margin-right: 5px;
}

.checkout-section-error {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  color: #222;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
  margin-top: 10px;
}

.checkout-section-error>i {
  color: #222;
  margin-right: 5px;
}

.checkout-section-texto {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 16px;
}

.checkout-section-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.add-endereco {
  max-width: 100%;
}

.add-endereco i {
  margin-right: 10px;
}

.loading-cep {
  display: none;
  position: absolute;
  right: -25px;
  top: 20px;
}

.loading-cep i {
  color: rgba(0, 0, 0, 0.5);
}

.ver-enderecos {
  max-width: 100%;
}

.ver-enderecos:hover {
  background: 0 0;
  color: #464952;
}

.ver-enderecos i {
  margin-right: 10px;
  color: #464952;
}

.cumpo-container .campo {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 42px;
  width: 170px !important;
}

.cumpo-container .btn-principal {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.checkout-section-itens {
  float: left;
  width: 100%;
  border: 0 dashed #ccc;
  padding: 0;
}

.checkout-section-item {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkout-section-item {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkout-section-item>.square {
  vertical-align: middle;
  margin-top: -1px;
}

.checkout-section-item>span {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 21px;
  font-weight: 400;
}

.checkout-formas {
  float: left;
  width: 100%;
  border: 0 dashed #ccc;
  padding: 0;
}

.cart-option-item {
  float: left;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

.cart-option-item:last-child {
  margin-bottom: 0;
}

.cart-option-item>.cart-option-input {
  float: left;
  margin-right: 10px;
}

.cart-option-item>.cart-option-icon {
  float: left;
  width: 60px;
  margin-right: 10px;
  margin-top: 1px;
  text-align: center;
  opacity: 0.5;
}

.cart-option-item>.cart-option-icon>img {
  max-width: 100%;
  filter: grayscale(1);
}

.cart-option-item>span {
  width: 300px;
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
}

.cart-option-item.checked>.cart-option-icon {
  opacity: 1;
}

.cart-option-item.checked>.cart-option-icon>img {
  filter: grayscale(0);
}

.cart-option-item.checked span {
  color: #f10627;
}

.cart-option-item-pag:last-child {
  margin-bottom: 0;
}

.cart-option-item-pag>.cart-option-input-pag {
  float: left;
  display: none;
}

.cart-option-item-pag>.cart-option-icon {
  float: left;
  width: 70px;
  margin-right: 10px;
  opacity: 0.5;
}

.cart-option-item-pag>.cart-option-icon>img {
  max-width: 100%;
  filter: grayscale(1);
}

.cart-option-item-pag>span {
  width: 230px;
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 18px;
  font-weight: 400;
}

.cart-option-item-pag.checked>.cart-option-icon {
  opacity: 1;
}

.cart-option-item-pag.checked>.cart-option-icon>img {
  filter: grayscale(0);
}

.cart-option-item-pag.checked span {
  color: #333;
}

.cumpo-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.cumpo-container>.campo-container {
  height: auto;
}

.cumpo-container>.campo-container>.campo {
  width: 150px;
  border-right: none;
}

.cumpo-container>.campo-container>.btn-principal {
  float: left;
  margin-top: 0 !important;
  font-size: 14px;
  max-width: 100px;
  height: 42px;
}

.cumpo-container>.campo-container>.loading {
  float: left;
  margin-left: 5px;
}

.cumpo-container>.campo-container>.loading>i {
  color: rgba(0, 0, 0, 0.5);
}

.checkout-valores {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  padding-bottom: 00px;
}

.checkout-valor {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.checkout-valor-btn {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.checkout-valor-btn>.btn-secundario {
  max-width: 100%;
  font-size: 13px;
  height: 35px;
}

.checkout-valor-btn>.btn-principal>i {
  color: #464952;
  margin-right: 10px;
}

.checkout-valor>span:first-child {
  float: left;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.checkout-valor>span:last-child {
  float: right;
  text-align: right;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.checkout-valor-total {
  margin-top: 30px;
}

.checkout-valor-total>span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  color: #333;
}

.checkout-valor-total>span:nth-child(1) {
  float: left;
}

.checkout-valor-total>span:nth-child(2) {
  float: right;
  text-align: right;
  color: #222;
}

.checkout-valor-total>span:nth-child(3) {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  margin-top: 10px;
}

.checkout-finalizar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.26);
}

.checkout-finalizar .btn-principal {
  float: none;
}

.checkout-finalizar .checkout-finalizar-total {
  display: inline-block;
  margin-right: 40px;
  width: 300px;
}

.checkout-finalizar .checkout-finalizar-total>span {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  color: #333;
}

.checkout-finalizar .checkout-finalizar-total>span:nth-child(2) {
  font-size: 24px;
  color: #222;
}

.checkout-finalizar .checkout-finalizar-total>span:nth-child(3) {
  float: left;
  width: 100%;
  font-weight: 400;
  text-transform: none;
  color: #555;
  margin-top: 5px;
}

.checkout-footer {
  float: left;
  width: 100%;
  background: #222;
  height: auto;
  padding-bottom: 30px;
  margin-top: 80px;
  border-top: 0px #ddd solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout2-footer {
  float: left;
  width: 100%;
  background: #222;
  height: auto;
  padding-bottom: 20px;
}

.checkout-footer-item {
  float: left;
  width: 150px;
  margin-right: 20px;
  margin-top: 10px;
}

.checkout-footer-item2 {
  float: left;
  width: 220px;
  margin-right: 40px;
  margin-top: 10px;
  margin-left: 60px;
}

.checkout-footer-item3 {
  float: left;
  width: 400px;
  margin-right: 50px;
  margin-top: 10px;
}

.checkout-footer-item4 {
  float: left;
  width: 200px;
  margin-right: 0;
  margin-top: 10px;
}

.checkout-footer-item-full {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.pag-checkout .select-number .select-number-control {
  color: #333;
}

.pag-checkout .select-number>span {
  color: #333;
}

.pag-checkout .footer-item>.footer-links>li>a {
  color: #333;
}

.pag-checkout .footer-item>.footer-links>li {
  color: #333;
}

.pag-checkout .footer-item>.footer-links>li>i {
  color: #333;
}

.pag-checkout .barra-footer .barra-footer-esquerda {
  color: #333;
}

.pag-checkout .barra-footer .barra-footer-direita {
  color: #333;
}

.pag-checkout .barra-footer .white {
  color: #333 !important;
}

.pag-checkout .barra-footer {
  padding-bottom: 20px;
}

.pag-checkout .footer-item>h2 {
  color: #333;
}

.itens_footer_checkout {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #fff;
  margin-bottom: 14px;
}

.checkout-footer-titulo {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}

.checkout-footer-texto {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  margin-bottom: 10px;
}

.formas-pagamento-checkout {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
}

.checkout-footer-texto-atendimento {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 10px;
}

.checkout-footer-texto>img {
  max-width: 100%;
}

.checkout-footer-texto>a {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
}

.checkout-footer-texto>a:hover {
  text-decoration: underline;
  color: #9f7334;
}

.txt-pagamento-small {
  text-transform: normal !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.esquerda-pedido-checka {
  float: left;
  width: 50%;
}

.esquerda-pedido-checka .user-content-body {
  width: calc(100% - 20px);
}

.direita-pedido-checka {
  float: right;
  width: 50%;
}

.direita-pedido-checka .user-content-body {
  width: calc(100% - 20px);
}

.user-bar-top {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.user-bar-message {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.user-bar-message>i {
  color: #fff;
  margin-right: 5px;
}

.user-sidebar {
  float: left;
  width: 260px;
  margin-right: 25px;
  margin-top: 50px;
}

.user-sidebar-header {
  float: left;
  width: 100%;
  height: 50px;
  background: #0f0f10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-sidebar-header>span:first-child {
  float: left;
  width: 35px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.user-sidebar-header>span:first-child>i {
  color: #fff;
  font-size: 24px;
}

.user-sidebar-header>span:last-child {
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 18px;
  margin-left: 10px;
}

.user-sidebar-itens {
  float: left;
  width: 100%;
}

.user-sidebar-item {
  float: left;
  width: 100%;
  border-bottom: 2px solid #0f0f10;
  padding: 15px;
  padding-left: 0;
}

.user-sidebar-item>span:first-child {
  float: left;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-sidebar-item>span:first-child>i {
  color: #999;
  font-size: 16px;
}

.user-sidebar-item>span:last-child {
  float: left;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-top: 2px;
  color: #fff;
}

.user-sidebar-item:hover>span:last-child {
  color: #fff;
}

.user-sidebar-item:hover>span:first-child>i {
  color: #fff;
}

.user-content {
  float: left;
  width: 965px;
}

.user-content-title {
  float: left;
  width: 100%;
}

.user-content-title span b {
  color: #ee4617;
  font-weight: 600;
}

.user-content-title>span:first-child>i {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}

.user-content-title>span:last-child {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #fff;
}

.user-content-subtitle {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.user-content-subtitle>span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #fff;
}

#cadastrosenha {
  width: 104%;
}

#cadastrosenha .campo-container {
  height: 65px;
  margin-bottom: 0px;
}

#cadastrosenha .campo-container-text {
  height: auto;
}

.user-content-body {
  float: left;
  width: calc(50% - 20px);
  min-height: 250px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
  border: 1px solid #ddd;
}

.user-content-body.full {
  width: calc(100% - 0px);
  margin-left: 0px;
  min-height: auto;
}

.user-content-body-header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.filtro-search {
  float: left;
  position: relative;
  width: 100%;
  height: 35px;
  max-width: 300px;
}

.filtro-search>.campo {
  padding-right: 40px;
  height: 40px;
}

.filtro-search>button {
  position: absolute;
  right: 10px;
  top: 7px;
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
}

.filtro-search>button>i {
  font-size: 20px;
  color: #222;
}

.user-pedidos {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.user-pedido {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}

.user-pedido-itens {
  float: left;
  width: 300px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
  text-align: center;
}

.user-pedido-fotos {
  display: inline-block !important;
  width: 90px;
  height: auto;
}

.user-pedido-fotos>img {
  max-width: 100%;
}

.user-pedido-qtde {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

.user-pedido-status {
  float: left;
  width: 300px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
  text-align: center;
  padding-top: 20px;
}

.user-pedido-status>span {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.status_pedido_color_1 {
  color: #2196f3;
}

.status_pedido_color_2 {
  color: #4caf50;
}

.status_pedido_color_3 {
  color: #2196f3;
}

.status_pedido_color_4 {
  color: #2196f3;
}

.status_pedido_color_5 {
  color: #4caf50;
}

.status_pedido_color_6 {
  color: #f44336;
}

.status_pedido_color_7 {
  color: #f44336;
}

.user-pedido-infos {
  float: left;
  width: 250px;
  padding-top: 10px;
}

.user-pedido-infos-item {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.user-pedido-infos-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.user-pedido-infos-btn .btn-principal {
  float: left;
  max-width: 200px;
  font-size: 15px;
}

.user-content-body-header>.checkout-steps-container>.checkout-step {
  width: 20%;
}

.user-content-body-header>.checkout-steps-container.invalid>.checkout-step {
  width: 50%;
}

.user-content-body-header>.checkout-steps-container>.checkout-step>label {
  font-size: 14px;
  padding: 0 10px;
}

.user-pedido-detalhe-status {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.user-pedido-detalhe-status>div:first-child {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-top: 0px;
}

.user-pedido-detalhe-status>div.complete:first-child {
  background: #ee4617;
}

.user-pedido-detalhe-status>div.invalid:first-child {
  background: #f44336;
}

.user-pedido-detalhe-status>div:first-child>i {
  color: #fff;
  font-size: 20px;
}

.user-pedido-detalhe-status>div:last-child {
  float: left;
  width: 260px;
}

.user-pedido-detalhe-status>div:last-child>span:first-child {
  float: left;
  width: 100%;
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.user-pedido-detalhe-status>div:last-child>span:last-child {
  float: left;
  width: 100%;
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.user-pedido-itens-detalhe {
  float: left;
  width: 100%;
}

.user-pedido-itens-detalhe>.cart-produto {
  border-bottom: 1px solid #ddd;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-infos {
  width: 300px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-infos>.cart-produto-titulo {
  font-size: 14px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-infos>.cart-produto-preco {
  margin-bottom: 10px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde {
  width: 180px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde>.cart-produto-titulo {
  font-size: 14px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-subtotal>.cart-produto-titulo {
  font-size: 14px;
}

.user-pedido-itens-detalhe>.cart-produto>.cart-produto-subtotal>label {
  font-size: 16px;
}

.user-detalhe-pedido-enderecos {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.user-detalhe-pedido-resumo {
  float: right;
  width: 100%;
}

.user-detalhe-pedido-resumo>.checkout-valores {
  border: none;
}

.user-dados {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
}

.user-dados>label:first-child {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

.user-dados>label:last-child {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #555;
  font-weight: 400;
}

.user-dados-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.user-dados-btn>.btn-principal {
  float: none;
  max-width: auto;
  width: auto;
  padding: 0 20px;
}

.user-content-body>.checkout-endereco-container {
  width: 95%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.user-content-body>.caixa-prod-rec {
  width: 195px;
}

.pag-sidebar {
  float: left;
  width: 260px;
  margin-right: 25px;
  margin-top: 10px;
  padding-right: 30px;
  border-right: 1px #29292a solid;
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
}

.pag-sidebar-itens {
  float: left;
  width: 100%;
}

.pag-sidebar-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #29292a;
  padding: 13px;
  padding-left: 0;
}

.pag-sidebar-item>span {
  float: left;
  margin-left: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #555;
}

.pag-sidebar-item:hover>span {
  color: #222;
}

.pag-sidebar-item:hover>span>i {
  color: #555;
}

.pag-content {
  float: left;
  width: 865px;
  margin-top: 0;
}

.pag-content-title {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pag-content-subtitle {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #555;
}

.pag-content-body {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

#newsletter-full {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #050505;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#newsletter-full .container {
  z-index: 2;
  position: relative;
}

.newsletter {
  width: 100%;
  text-align: center;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
}

.newsletter .campo {
  float: left;
  width: calc(100% - 150px);
  height: 45px;
  border-radius: 0;
  background: #181818;
  color: #fff;
  border-color: #181818;
}

.btncadnews {
  max-width: 120px;
  height: 30px;
  background: #ee4617;
  color: #fff;
  border: none;
  font-size: 13px;
  float: left;
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif !important;
}

.newsletter .btn-primario {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 759px) {
  .newsletter .btn-primario {
    justify-content: center;
    margin-top: 50px;

  }
}

.newsletter>h2 {
  float: left;
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  padding-right: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

#formnews {
  float: left;
  width: 45%;
  border-radius: 8px;
  overflow: hidden;
}

.addnews {
  width: 150px;
  height: 45px !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.newsletter>h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #333;
}

.campoformnews {
  float: left;
  width: 240px;
  height: 35px;
  border-radius: 0;
  background: #fff;
  border: 1px #ddd solid;
  color: #666;
  padding-left: 5px;
}

#top-footer {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 30px;
  background-color: #eee;
}

.box-footer-1 {
  float: left;
  width: 330px;
  height: auto;
  margin-top: 10px;
}

.box-footer-2 {
  float: left;
  width: 395px;
  height: auto;
  margin-top: 10px;
}

.box-footer-3 {
  float: left;
  width: 425px;
  height: auto;
  margin-top: 10px;
}

.box-footer-icon {
  float: left;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.box-footer-icon i {
  font-size: 18px;
  color: #222;
}

.box-footer-icon-2 {
  float: left;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.box-footer-icon-2 i {
  font-size: 22px;
  color: #222;
}

.box-footer-txt {
  float: left;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #333;
  margin-top: 4px;
  text-transform: uppercase;
}

.linha-footer {
  float: left;
  width: 100%;
  height: 0;
  background-color: #ddd;
  margin-top: 0;
}

.footer {
  color: #fff;
  padding: 15px 0;
  padding-top: 50px;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;

  z-index: 2;
}

.mascara-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}

.footer-checkout {
  border-top: 1px solid #ddd;
}

.footer-item {
  float: left;
  width: 230px;
  height: 210px;
  margin-right: 0px;
}

.footer-item>h2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ff3333;
  position: relative;
}

.footer-item>h3 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.footer-item>.footer-links {
  float: left;
  width: 100%;
}

.footer-item>.footer-links>li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 18px;
  color: #fff;
  font-size: 13px;
}

.footer-item>.footer-links>li>a {
  color: #fff;
  font-size: 13px;
}

.footer-item>.footer-links>li>i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}

.footer-item-atendimento {
  width: 310px;
  margin-right: 50px;
}

.footer-item-social {
  width: 150px;
  margin-right: 0;
}

.footer-item .redes-sociais {
  float: left;
  width: auto;
  margin-top: 0px;
}

.footer-item .redes-sociais>a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 0 solid #333;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 26.5px;
  margin-right: 10px;
  outline: 0;
  transition: 0.3s ease-out;
  background: linear-gradient(90deg, #FA5E77 0%, #F95437 102.29%);
}

.footer-item .redes-sociais>a.facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.footer-item .redes-sociais>a.instagram:hover {
  background: #a322a1;
  border-color: #a322a1;
  color: #fff;
}

.footer-item .redes-sociais>a.youtube:hover {
  background: #de2825;
  border-color: #de2825;
  color: #fff;
}

.footer-item .redes-sociais>a.pinterest:hover {
  background: #de2825;
  border-color: #de2825;
  color: #fff;
}

.formas-pagamento {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
}

.formas-pagamento img {
  max-width: 60%;
  border-radius: 30px;
}

.infos-box-footer {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.barra-footer {
  float: left;
  width: 100%;
  padding: 0 0;
  padding-top: 20px;
  color: #fff;
}

.barra-footer .link {
  color: #fff;
}

.barra-footer .barra-footer-esquerda {
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.barra-footer .barra-footer-direita {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #fff;

  text-align: center;
}

.seguranca-footer {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.seguranca-footer img {
  max-width: 165px;
}


.gotop {
  position: fixed;
  z-index: 3;
  bottom: 75px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff3333;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-out;
}

.gotop::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  margin-top: 18px;
}

.gotop:hover {
  transform: scale(1.1);
}

.box_ban_home {
  display: inline-block;
  width: 367px;
  height: auto;
  margin-right: 20px;
  margin-top: 5px;
  overflow: hidden;
}

.box_ban_home:nth-child(3n + 3) {
  margin-right: 0;
}

.box_ban_home img {
  max-width: 100%;
  transition: 0.5s ease-out;
}

.nome_banner {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 45px;
  float: left;
  margin-top: 100px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.nome_banner2 {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}

.subtitulo_banner {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.box_ban_home_cat {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.box_ban_home_cat:nth-child(2n + 2) {
  margin-right: 0;
}

.box_ban_home_cat img {
  max-width: 100%;
  transition: 0.5s ease-out;
}

.alert {
  width: 100%;
  margin: 15px 0;
}

.itens_pagamento {
  width: 99%;
  height: auto;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 8px;
  text-align: left;
  border: 1px solid #dedede;
  border-radius: 3px;
  cursor: pointer;
}

.itens_pagamento h2 {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #555;
}

.itens_pagamento h2 i {
  color: #222;
}

.campos_cartao {
  width: 100%;
  line-height: 15pt;
  float: left;
  margin-top: 18px;
  margin-bottom: 18px;
  height: auto;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  color: #555;
}

.linha_campos_cartao {
  width: 98%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

.formata_campo_cartao {
  padding: 3px 3px 3px 8px;
  border-radius: 3px;
  border: 1px solid #dedede;
  font-family: "Noto Sans", sans-serif;
  color: #555;
  margin-bottom: 5px;
  margin-left: 10px;
}

.campo_cartao_geral {
  width: 95% !important;
  height: 35px;
}

.campo_cartao_peq {
  width: 35%;
  height: 35px;
}

.campo_cartao_expeq {
  width: 30%;
  height: 35px;
}

.campo_cartao_med {
  width: 90%;
  height: 35px;
}

.txt_cartao {
  margin-left: 3px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  width: 100%;
  float: left;
}

.cor_botao {
  color: #fff;
  background-color: #222;
  border: none;
}

.alinha_img_cartao {
  float: left;
  margin-top: 8px;
  width: 50%;
  text-align: left;
}

.alinha_campo_cartao {
  float: left;
  margin-top: 5px;
  width: 50%;
}

.icones_brands {
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 2px 3px 0 3px;
  width: auto;
  float: left;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.msg_aviso {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #222;
}

.btn-principal-boleto {
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617;
  margin-top: 20px;
}

.btn-principal-boleto:active,
.btn-principal-boleto:hover {
  background: #ee4617;
}

.infos_retorno_pagamento {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.dados_finalizacao {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #333;
}

.dados_pedido_finalizacao {
  width: 20%;
  height: auto;
  float: left;
  margin-left: 320px;
  line-height: 21pt;
  margin-top: 50px;
}

.dados_pagamento_finalizacao {
  width: 100%;
  height: auto;
  float: left;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  color: #333;
  text-align: left;
}

.cod_pedido {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  color: #222;
}

.total_pagamento_finalizacao {
  font-size: 15px;
}

.msg_finalizacao {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.green {
  color: #222;
}

.segura-criptos {
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 5px;
}

.item-cripto {
  float: left;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 8px 12px;
}

.item-cripto b {
  font-weight: 600;
}

.item-cripto img {
  margin-right: 5px;
}

.left-pay {
  float: left;
  width: 49%;
  height: 240px;
  background-color: #eee;
  margin-right: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
}

.right-pay {
  float: left;
  width: 45%;
  height: 240px;
  background-color: #eee;
  padding-left: 20px;
  padding-top: 20px;
}

.btn-principal-boleto {
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 45px;
  transition: all 0.2s ease-in-out;
  outline: 0;
  box-shadow: none;
  background: #ee4617;
  margin-top: 0;
}

.btn-principal-boleto:active,
.btn-principal-boleto:hover {
  background: #ee4617;
}

.exibe_cupom {
  padding: 5px;
  border: 1px dashed #222;
  color: #222;
}

.fb-login-container,
.fb-login-container * {
  box-sizing: border-box;
}

.fb-login-container {
  float: left;
  width: 100%;
  text-align: center;
}

.btn-facebook {
  border: none;
  background: #3b579d;
  color: #fff;
  height: 50px;
  padding: 0 15px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: sans-serif;
  display: inline-block;
  transition: 0.3s ease-out;
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background: #29487d;
}

.btn-facebook i {
  vertical-align: bottom;
  margin-right: 10px;
}

.btn-facebook.desvincular {
  background: #ddd;
  color: #3b579d;
}

.btn-facebook.desvincular:active,
.btn-facebook.desvincular:focus,
.btn-facebook.desvincular:hover {
  background: #ccc;
}

.btn-facebook.desvincular i {
  color: #3b579d;
}

.login-alt,
.login-alt * {
  box-sizing: border-box;
}

.login-alt {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0;
  text-align: center;
}

.login-alt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d7dcde;
}

.login-alt span {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  max-width: 90%;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #666;
}

.pag-produto .pag-banner {
  padding-bottom: 200px;
}

@media screen and (max-width: 759px) {
  .pag-produto .pag-banner {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 480px) {
  .user-content-body-header>.checkout-steps-container>.checkout-step>label {
    font-size: 12px;
    padding: 0 5px;
  }

  .revenda-oficial {
    display: inline-block;
    float: none;
    width: 75px;
    margin-top: 0px;
    padding: 5px;
    letter-spacing: 0px;
    position: relative;
    top: -7px;
    font-size: 10px;
    line-height: 12px;
    margin-left: 10px;
  }

  .revenda-oficial i {
    font-size: 10px;
    margin-right: 2px;
  }

  .blog-posts-detalhe-segura {
    width: 100%;
  }

  .user-content-body.full {
    padding: 20px;
  }

  #cadastrosenha {
    width: 100%;
  }

  .direita-pedido-checka {
    width: 100%;
  }

  .esquerda-pedido-checka {
    width: 100%;
  }

  .alinha-info-produto {
    display: block;
  }

  .produto-detalhe {
    padding-left: 10px;
  }

  .item-cripto {
    width: calc(100% - 20px);
  }

  body {
    padding-top: 64px;
  }

  .blog-acoes-content {
    display: inline-block;
    float: left;
    width: 100%;
  }

  .blog-acoes-btn {
    float: left;
    width: calc(50% - 20px);
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-blog-acoes-busca {
    width: calc(100% - 20px);
    margin-top: 5px;
    float: left;
  }

  .botao-blog-acoes-busca {
    float: right;
  }

  .btn-comprar-whats {
    width: 101% !important;
    font-size: 13px !important;
    max-width: 200px !important;
    padding: 10px !important;
    height: 35px !important;
  }

  .btn-comprar-whats i {
    font-size: 16px !important;
    top: -1px;
    position: relative;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  .produto-detalhe {
    margin-top: 10px;
  }

  .cadastro-box-login.menor {
    width: 100%;
  }

  .produto-titulo {
    padding: 0 10px;
  }

  .item-depoimento {
    margin: 0px;
  }

  .segura-stars {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .segura-campos-comentarios {
    width: calc(100% + 0px);
  }

  .footer-item>h2 {
    color: #fff;
  }

  .content {
    padding: 25px 10px;
  }

  .titulos {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .titulos span::before {
    top: -5.5px;
  }

  .titulos span::after {
    top: -5.5px;
  }

  .formas-pagamento img {
    max-width: 100%;
  }

  .seguranca-footer {
    text-align: center;
  }

  .seguranca-footer img {
    display: inline-block;
  }

  .slide_home {
    margin-bottom: 0;
    margin-top: 0;
  }

  .segura-banners-categorias {
    width: calc(100% - 20px);
  }

  .top-slide-center {
    text-align: center;
    width: 100%;
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: inherit;
    align-items: inherit;
  }

  .box-slide {
    width: auto;
    margin: 0px;
    margin-bottom: 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 0px;
  }

  .box-slide div {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: left;
  }

  .box-slide-txt:after {
    left: 0;
    right: inherit;
    bottom: -8px;
  }

  .box-slide-txt {
    font-size: 12px;
    margin-top: 8px;
    white-space: nowrap;
    width: 65%;
  }

  .box-slide-0,
  .box-slide-1,
  .box-slide-4,
  .box-slide-4.ultimo-bloco {
    width: auto;
    margin: 0px;
    margin-bottom: 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 30px;
    padding-right: 0px;
  }

  .box-destaque-txt {
    font-size: 12px;
  }

  .box-slide-icon {
    width: auto;
    padding-right: 10px;
  }

  #top-slide {
    margin-bottom: 00px;
  }

  .box-slide-0 div,
  .box-slide-1 div,
  .box-slide-4 div,
  .box-slide-4.ultimo-bloco div {
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }

  .carousel_home {
    margin-left: 18px;
    width: 90%;
  }

  .carousel_blog {
    margin-left: 20px;
    width: 90%;
  }

  .preco_boleto_produto strong {
    font-size: 14px;
  }

  .preco_boleto_produto {
    margin-top: 10px;
  }

  .box_ban_home {
    width: 100% !important;
    margin: 0;
    margin-bottom: 2%;
    height: auto;
  }

  .box_ban_home img {
    max-width: 100%;
  }

  .box_ban_home_cat {
    display: inline-block;
    width: 95%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 2.5%;
  }

  .institucional_home figure {
    width: 100%;
    margin-right: 0;
  }

  .institucional_home_direita {
    width: 100%;
    margin-top: 20px;
  }

  .blog-posts {
    width: 100%;
    border-right: none;
    padding-right: 0;
    text-align: center;
  }

  .blog-post figure {
    margin-right: 0;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .blog-pots-infos {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .blog-post span {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-post .blog-pots-infos a {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }

  .blog-lateral {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .post-titulo {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .post-foto {
    margin-bottom: 20px;
  }

  .post-foto img {
    max-width: 100%;
  }

  .post-texto {
    text-align: left;
  }

  .blog-post-destaque {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .caixa_produtos {
    width: 45%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .caixa_produtos_vitrine {
    width: calc(50% - 10px);
    height: auto;
    margin-left: 5px;
    margin-bottom: 25px;
    margin-right: 5px;
  }

  .caixa_produtos_vitrine_3 {
    width: calc(50% - 20px);
    height: 300px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .preco_produto {
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
    overflow: hidden;
  }

  .titulo_produto {
    font-size: 12px;
    line-height: 16px;
    height: 15px;
  }

  .de_preco {
    font-size: 12px;
    margin: 0;
    margin-bottom: 0px;
  }

  .por_preco {
    font-size: 12px;
    margin: 0;
  }

  .segura-botao-comprar-produto .btn-principal {
    width: 100%;
    font-size: 12px;
    height: 35px;
  }

  .parcelamento_produto {
    float: left;
    width: 100%;
    height: auto;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    color: #555;
    text-align: left;
    margin-top: 5px;
    overflow: hidden;
  }

  .barra-navegacao {
    display: none;
  }

  .direita-produtos {
    width: 100%;
    margin: 10px 0;
  }

  .banner-produtos {
    height: 100px;
  }

  .header-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-titulo a {
    display: none;
  }

  .header-titulo a:last-child {
    display: block;
  }

  .header-titulo i {
    display: none;
  }

  .header-registros {
    display: none;
  }

  .header-ordem {
    text-align: center;
    float: none;
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .flag-prod {
    display: none;
  }

  .filtros-container {
    display: none;
    width: 100%;
    background: #ddd;
    padding: 0 10px;
  }

  .filtro {
    border: 1px solid #ddd;
  }

  .filtro header {
    background: #fff;
  }

  .filtro header .filtro-toggle {
    border: none;
  }

  .filtro header .filtro-toggle i {
    color: #555;
  }

  .filtro .itens-filtro li {
    border: none;
    margin-top: 8px;
  }

  .filtro .itens-filtro li a span,
  .filtro .itens-filtro li label span {
    display: inline-block;
    float: right;
    color: #fff;
    background: #666;
    padding: 4px 8px;
    border-radius: 8px;
  }

  .btn-fechar-filtros {
    display: block;
  }

  .exibe-filtros-mobile {
    display: block;
  }

  .produto-fotos-thumbs {
    width: 100%;
    text-align: center;
  }

  .produto-fotos-thumbs.visible-mobile {
    float: left;
    width: 90%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .foto-thumb {
    margin: 0 10px;
    padding: 0px;
  }

  .produto-titulo {
    float: left;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .caixa-prod-rec {
    width: 150px;
  }

  .btn-principal-newsletter {
    float: left;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    width: 100%;
    max-width: 130px;
    height: 35px;
    border: 0px #222 solid;
    transition: all 0.2s ease-in-out;
    outline: 0;
    box-shadow: none;
    background: #222;
  }

  .btn-principal {
    float: left;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: 40px;
    transition: all 0.2s ease-in-out;
    outline: 0;
    box-shadow: none;
  }

  .avaliacao-anchor {
    margin-top: 20px;
  }

  .caixa-prod-rec .caixa-prod-rec-info {
    height: auto;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec .caixa-prod-rec-compra {
    height: auto;
    display: block;
  }

  .caixa-prod-rec2 {
    width: 45%;
    padding: 10px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam select {
    font-size: 12px;
  }

  .compre-junto-symbol {
    margin-top: 50px;
    padding: 5px 5px;
  }

  .compre-junto-symbol .fa-pause {
    display: none;
  }

  .compre-junto-comprar {
    margin-top: 0;
    margin-left: 50px;
  }

  .avaliacoes-table .avaliacoes-table-row .desc-avaliacao {
    display: none;
  }

  .avaliacoes-table .avaliacoes-table-row .porcentagem {
    float: left;
  }

  .avaliacoes-table .avaliacoes-table-row .label-star {
    margin-right: 20px;
  }

  .avaliacoes-table .avaliacoes-table-row .progress-barx {
    display: none;
  }

  .avaliacoes-form-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .avaliacao .avaliacao-header {
    width: 100%;
    margin-right: 0;
  }

  .avaliacao .avaliacao-coment {
    width: 100%;
    margin-top: 10px;
  }

  .cart-produto {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 10px;
    border: 0px solid #ddd;
    flex-direction: column;
  }

  .cart-produto-foto {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart-produto-infos {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .cart-produto-titulo {
    text-align: center;
  }

  .checkout-endereco-container {
    width: calc(100% - 20px);
  }

  .cart-produto-qtde {
    width: 100%;
    margin-right: 0;
  }

  .cart-produto-qtde>label {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 10px;
    vertical-align: top;
  }

  .cart-produto-subtotal {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .cart-options-left {
    width: 100%;
  }

  .cart-option-loading {
    display: none;
    float: left;
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .cart-options-right {
    float: left;
    width: 100%;
  }

  .cart-prices>div>span:nth-child(1) {
    width: 50%;
  }

  .cart-prices>div>span:nth-child(2) {
    width: 10%;
  }

  .cart-prices>div>span:nth-child(3) {
    width: 40%;
  }

  .cart-btns-container {
    float: left;
    text-align: center;
  }

  .cart-btns-container .btn-principal {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .produto-secao .produto-secao-titulo {
    font-size: 17px;
  }

  .cart-btns-container .btn-secundario {
    float: none;
    display: inline-block;
  }

  .cadastro-box-login {
    width: 100%;
  }

  .cadastro-box-completo {
    width: 100%;
    margin-left: 0;
  }

  .cadastro-box-simples {
    width: 100%;
    margin-left: 0;
  }

  .campo-container.campo-container-small {
    width: 100%;
    padding-right: 0;
  }

  .campo-container-small-three {
    width: 100%;
    padding-right: 0;
  }

  .campo-container.campo-container-full-small {
    padding-right: 0;
  }

  .campo-container-options>label:not(.campo-label):not(.error) {
    width: 100%;
    margin-right: 0;
  }

  .header-checkout-left {
    width: 50%;
    margin-top: 0;
    padding-left: 30px;
  }

  .header-checkout-logo {
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .header-checkout-right {
    width: 50%;
    margin-top: 0;
  }

  .checkout-btns-container .btn-principal {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-btns-container a:last-child {
    margin-left: 0;
  }

  .checkout-step>label {
    font-size: 13px;
  }

  .checkout-container {
    margin-top: 20px;
  }

  .checkout-container .fontpay {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
  }

  .checkout-endereco {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout-entrega {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .endereco-cadastrado {
    width: 100%;
    margin-right: 0;
  }

  .checkout-formas-pagamento {
    width: 100%;
  }

  .modal-help-cep {
    margin: 0;
    float: right;
  }

  .modal-body p {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 21px;
  }

  .btn-modal {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-section {
    margin-bottom: 20px;
  }

  .loading-cep {
    right: 0;
  }

  .checkout-finalizar .checkout-finalizar-total {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-footer-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .checkout-footer-item2 {
    width: 95%;
    margin-left: 10px;
    margin-right: 0;
  }

  .checkout-footer-item3 {
    width: 95%;
    margin-left: 10px;
    margin-right: 0;
  }

  .checkout-footer-item4 {
    width: 95%;
    margin-left: 10px;
    margin-right: 0;
  }

  .user-bar-message {
    margin: 10px 0;
  }

  .user-sidebar {
    display: none;
  }

  .user-content {
    width: 100%;
    margin-top: 20px;
  }

  .user-content-title {
    text-align: center;
  }

  .user-content-subtitle {
    text-align: center;
    font-size: 16px;
  }

  .user-content-title>span:first-child>i {
    font-size: 16px;
    margin-right: 10px;
  }

  .user-content-title>span:last-child {
    font-size: 18px;
  }

  .user-content-subtitle>span {
    font-size: 16px;
  }

  .user-content-body {
    padding: 10px;
    border: none;
  }

  .user-pedido-itens {
    width: 100%;
    border-right: none;
    margin-right: 0;
  }

  .user-pedido-status {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-top: 20px;
  }

  .user-pedido-infos {
    width: 100%;
    padding-top: 20px;
  }

  .user-pedido-infos-item {
    text-align: center;
  }

  .user-pedido-infos-btn .btn-principal {
    float: none;
    max-width: 200px;
    font-size: 15px;
    border: 1px #222 solid;
  }

  .user-pedido-detalhe-status {
    max-width: 100%;
    text-align: center;
  }

  .user-pedido-detalhe-status>div:first-child {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
  }

  .user-pedido-detalhe-status>div:first-child>i {
    line-height: 40px;
  }

  .user-pedido-detalhe-status>div:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .user-pedido-detalhe-status>div:last-child>span:first-child {
    text-align: center;
  }

  .user-pedido-detalhe-status>div:last-child>span:last-child {
    text-align: center;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde {
    width: 100%;
  }

  .user-detalhe-pedido-enderecos {
    width: 100%;
  }

  .user-detalhe-pedido-resumo {
    width: 100%;
  }

  .user-dados {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .user-content-body>.checkout-endereco-container {
    width: 100%;
    margin-left: 0;
  }

  .user-content-body>.caixa-prod-rec {
    width: 100%;
  }

  .pag-sidebar {
    display: none;
  }

  .pag-content {
    width: 100%;
    margin-top: 0;
  }

  .pag-content-title {
    text-align: center;
    font-size: 24px;
  }

  .pag-content-subtitle {
    text-align: center;
  }

  .pag-content-body {
    padding: 0;
    border: none;
  }

  .content-checkout {
    float: left;
    width: 95%;
    margin-left: 2.5%;
  }

  .left-pay {
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0;
    line-height: 24px;
    padding: 20px;
  }

  .right-pay {
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 20px;
    margin-top: 7%;
  }

  .checkout-pagamento-titulo {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .btn-principal-pedidos {
    margin-left: 0;
    margin-bottom: 5%;
    background: #fff;
    border: 1px #111 solid;
    color: #111;
  }

  .btn-principal-pagamento {
    margin-left: 0;
  }

  .footer-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .seguranca-footer img {
    width: 130px;
  }

  .footer-item-slide {
    border-bottom: 1px solid #232324;
  }

  .footer-item-slide .item-seta {
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.3s;
    margin-top: -5px;
  }

  .footer-item-slide .item-seta::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ee4617;
    border-right: 2px solid #ee4617;
    transform: rotate(135deg);
  }

  .footer-item-slide.open .item-seta {
    transform: rotate(-180deg);
  }

  .footer-item-slide ul {
    display: none;
  }

  .footer-item>h2 {
    margin-bottom: 20px;
  }

  .footer-item-atendimento {
    width: 100%;
  }

  #newsletter-full {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 20px;
  }

  .newsletter {
    width: calc(100% - 0px);
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    height: auto;
    float: left;
    display: inline-block;
  }

  #formnews {
    width: 100%;
    border-radius: 0px;
  }

  .newsletter .campo {
    float: left;
    width: calc(100% - 0px);
    height: 40px;
    border-radius: 8px !important;
  }

  .btncadnews {
    max-width: 100px;
    height: 36px;
    background: #ee4617;
    color: #fff;
    border: none;
    font-size: 12px;
    float: left;
    margin-top: 0px;
    font-family: "Noto Sans", sans-serif !important;
  }

  .newsletter>h2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    padding-right: 0px;
    font-family: 'Inter', sans-serif;
  }

  .addnews {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    border-radius: 8px !important;
  }

  .newsletter>h3 {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-shadow: 2px 2px 2px #333;
  }

  .campoformnews {
    float: left;
    width: 240px;
    height: 35px;
    border-radius: 0;
    background: #fff;
    border: 1px #ddd solid;
    color: #666;
    padding-left: 5px;
  }

  .box-footer-1 {
    float: left;
    width: 95%;
  }

  .box-footer-2 {
    float: left;
    width: 95%;
  }

  .box-footer-3 {
    float: left;
    width: 95%;
  }

  .box-footer-icon {
    float: left;
    width: auto;
    height: 23px;
    margin-right: 5px;
  }

  .box-footer-icon i {
    font-size: 14px;
    color: #222;
  }

  .box-footer-icon-2 {
    float: left;
    width: auto;
    height: 23px;
    margin-right: 5px;
  }

  .box-footer-icon-2 i {
    font-size: 14px;
    color: #222;
  }

  .box-footer-txt {
    float: left;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    color: #333;
    margin-top: 4px;
    text-transform: uppercase;
  }

  .barra-footer {
    float: left;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 60px;
  }

  .formas-pagamento {
    width: 100%;
  }

  .barra-footer .barra-footer-direita,
  .barra-footer .barra-footer-esquerda {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .ebit {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  body {
    padding-top: 62px;
  }

  .revenda-oficial {
    position: absolute;
    top: 8px;
    left: 30px;
    margin-top: 10px;
  }

  .blog-posts-detalhe-segura {
    width: 100%;
  }

  .user-content-body.full {
    padding: 20px;
  }

  .blog-acoes-btn {
    padding: 10px 10px;
  }

  .bloco-post-dest span {
    position: relative;
    left: -8px;
  }

  .produto-detalhe {
    margin-top: 10px;
    padding-left: 10px;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  .content {
    padding: 25px 10px;
  }

  .titulos {
    font-size: 22px;
  }

  .titulos span::after {
    top: -6px;
  }

  .titulos span::before {
    top: -6px;
  }

  .segura-campos-comentarios {
    width: calc(100% + 0px);
  }

  .slide_home {
    margin-bottom: 20px;
  }

  .carousel_home {
    margin-left: 20px;
    width: 85%;
  }

  .carousel_blog {
    margin-left: 20px;
    width: 85%;
  }

  .box_ban_home {
    width: 90% !important;
    margin: 0 !important;
    margin-left: 8% !important;
    margin-bottom: 5% !important;
  }

  .box_ban_home img {
    max-width: 100%;
  }

  .box_ban_home {
    width: 98% !important;
    margin: 0;
    margin-bottom: 2%;
  }

  .box_ban_home img {
    max-width: 100%;
  }

  .box_ban_home_cat {
    display: inline-block;
    width: 90%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 5%;
  }

  .institucional_home figure {
    width: 100%;
    margin-right: 0;
  }

  .institucional_home_direita {
    width: 100%;
    margin-top: 20px;
  }

  .blog-posts {
    width: 100%;
    border-right: none;
    padding-right: 0;
    text-align: center;
  }

  .blog-post figure {
    margin-right: 0;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .btncadnews {
    max-width: 100px;
    height: 36px;
    background: #ee4617;
    color: #fff;
    border: none;
    font-size: 12px;
    float: left;
    margin-top: 0px;
    font-family: "Noto Sans", sans-serif !important;
  }

  .blog-pots-infos {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .blog-post span {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-post .blog-pots-infos a {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }

  .blog-lateral {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .post-titulo {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .post-foto {
    margin-bottom: 20px;
  }

  .post-foto img {
    max-width: 100%;
  }

  .post-texto {
    text-align: left;
  }

  .blog-post-destaque {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .caixa_produtos {
    width: 50%;
    height: 200px;
    margin: 0;
    margin-bottom: 10px;
  }

  .titulo_produto {
    font-size: 12px;
    line-height: 14px;
    height: 25px;
  }

  .de_preco {
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
  }

  .por_preco {
    font-size: 14px;
    margin: 0;
  }

  .parcelamento_produto {
    float: left;
    width: 100%;
    height: auto;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-top: 12px;
  }

  .caixa_produtos_vitrine {
    float: left;
    width: 260px;
    height: 385px;
    margin-right: 35px;
    margin-bottom: 50px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
  }

  .caixa_produtos_vitrine:nth-child(2n + 2) {
    margin-right: 0;
  }

  .barra-navegacao {
    display: none;
  }

  .direita-produtos {
    width: 100%;
    margin: 0;
  }

  .banner-produtos {
    height: 100px;
  }

  .header-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-titulo a {
    display: none;
  }

  .header-titulo a:last-child {
    display: block;
  }

  .header-titulo i {
    display: none;
  }

  .header-registros {
    display: none;
  }

  .header-ordem {
    text-align: center;
    float: none;
  }

  .flag-prod {
    display: none;
  }

  .filtros-container {
    display: none;
    width: 100%;
    background: #ddd;
    padding: 0 10px;
  }

  .filtro {
    border: 1px solid #ddd;
  }

  .filtro header {
    background: #fff;
  }

  .filtro header .filtro-toggle {
    border: none;
  }

  .filtro header .filtro-toggle i {
    color: #555;
  }

  .filtro .itens-filtro li {
    border: none;
    margin-top: 8px;
  }

  .filtro .itens-filtro li a span,
  .filtro .itens-filtro li label span {
    display: inline-block;
    float: right;
    color: #fff;
    background: #666;
    padding: 4px 8px;
    border-radius: 8px;
  }

  .btn-fechar-filtros {
    display: block;
  }

  .exibe-filtros-mobile {
    display: block;
  }

  .produto-fotos-thumbs {
    width: 100% !important;
    text-align: center;
  }

  .produto-fotos-thumbs.visible-mobile {
    float: none;
    width: 100% !important;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .produto-fotos-vertical {
    float: left;
    width: 100%;
  }

  .vertical-slide-next,
  .vertical-slide-prev {
    float: left;
    width: 100px;
    text-align: center;
    margin: 8px 0;
  }

  .foto-thumb {
    float: left;
    width: 20%;
    margin-bottom: 20px;
  }

  .foto-thumb {
    margin: 0 10px;
  }

  .caixa-prod-rec {
    width: 150px;
  }

  .caixa-prod-rec .caixa-prod-rec-info {
    height: auto;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec .caixa-prod-rec-compra {
    height: auto;
    display: block;
  }

  .caixa-prod-rec2 {
    width: 45%;
    padding: 10px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam select {
    font-size: 12px;
  }

  .compre-junto-symbol {
    margin-top: 50px;
    padding: 5px 5px;
  }

  .compre-junto-symbol .fa-pause {
    display: none;
  }

  .compre-junto-comprar {
    margin-top: 0;
    margin-left: 50px;
  }

  .avaliacoes-table .avaliacoes-table-row .desc-avaliacao {
    display: none;
  }

  .avaliacoes-table .avaliacoes-table-row .porcentagem {
    float: left;
  }

  .avaliacoes-table .avaliacoes-table-row .label-star {
    margin-right: 20px;
  }

  .avaliacoes-table .avaliacoes-table-row .progress-barx {
    display: none;
  }

  .avaliacoes-form-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .avaliacao .avaliacao-header {
    width: 100%;
    margin-right: 0;
  }

  .avaliacao .avaliacao-coment {
    width: 100%;
    margin-top: 10px;
  }

  .cart-produto {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }

  .cart-produto-foto {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart-produto-infos {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cart-produto-qtde {
    width: 100%;
    margin-right: 0;
  }

  .cart-produto-qtde>label {
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 10px;
    vertical-align: top;
  }

  .cart-produto-subtotal {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .cart-options-left {
    width: 100%;
  }

  .cart-option-loading {
    display: none;
    float: left;
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .cart-options-right {
    float: left;
    width: 100%;
  }

  .cart-prices>div>span:nth-child(1) {
    width: 50%;
  }

  .cart-prices>div>span:nth-child(2) {
    width: 10%;
  }

  .cart-prices>div>span:nth-child(3) {
    width: 40%;
  }

  .cart-btns-container {
    float: left;
    text-align: center;
  }

  .cart-btns-container .btn-principal {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .cart-btns-container .btn-secundario {
    float: none;
    display: inline-block;
  }

  .cadastro-box-login {
    width: 100%;
  }

  .cadastro-box-completo {
    width: 100%;
    margin-left: 0;
  }

  .cadastro-box-simples {
    width: 100%;
    margin-left: 0;
  }

  .campo-container.campo-container-small {
    width: 100%;
    padding-right: 0;
  }

  .campo-container-small-three {
    width: 100%;
    padding-right: 0;
  }

  .campo-container.campo-container-full-small {
    padding-right: 0;
  }

  .campo-container-options>label:not(.campo-label):not(.error) {
    width: 100%;
    margin-right: 0;
  }

  .header-checkout-left {
    width: 50%;
    margin-top: 0;
    padding-left: 10px;
  }

  .header-checkout-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .header-checkout-right {
    width: 50%;
    margin-top: 0;
  }

  .checkout-btns-container .btn-principal {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-btns-container a:last-child {
    margin-left: 0;
  }

  .checkout-step>label {
    font-size: 13px;
  }

  .checkout-container {
    margin-top: 20px;
  }

  .checkout-container .fontpay {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
  }

  .checkout-endereco {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout-entrega {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .endereco-cadastrado {
    width: 100%;
    margin-right: 0;
  }

  .checkout-formas-pagamento {
    width: 100%;
  }

  .modal-help-cep {
    margin: 0;
    float: right;
  }

  .modal-body p {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 21px;
  }

  .btn-modal {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-section {
    margin-bottom: 20px;
  }

  .loading-cep {
    right: 0;
  }

  .checkout-finalizar .checkout-finalizar-total {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-footer-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .user-bar-message {
    margin: 10px 0;
  }

  .user-sidebar {
    display: none;
  }

  .user-content {
    width: 100%;
    margin-top: 20px;
  }

  .user-content-title {
    text-align: center;
  }

  .user-content-subtitle {
    text-align: center;
  }

  .user-content-title>span:first-child>i {
    font-size: 20px;
    margin-right: 10px;
  }

  .user-content-title>span:last-child {
    font-size: 24px;
  }

  .user-content-body {
    padding: 0;
    border: none;
  }

  .user-pedido-itens {
    width: 100%;
    border-right: none;
    margin-right: 0;
  }

  .user-pedido-status {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-top: 20px;
  }

  .user-pedido-infos {
    width: 100%;
    padding-top: 20px;
  }

  .user-pedido-infos-item {
    text-align: center;
  }

  .user-pedido-infos-btn .btn-principal {
    float: none;
    max-width: 200px;
    font-size: 15px;
  }

  .user-pedido-detalhe-status {
    max-width: 100%;
    text-align: center;
  }

  .user-pedido-detalhe-status>div:first-child {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
  }

  .user-pedido-detalhe-status>div:first-child>i {
    line-height: 60px;
  }

  .user-pedido-detalhe-status>div:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .user-pedido-detalhe-status>div:last-child>span:first-child {
    text-align: center;
  }

  .user-pedido-detalhe-status>div:last-child>span:last-child {
    text-align: center;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde {
    width: 100%;
  }

  .user-detalhe-pedido-enderecos {
    width: 100%;
  }

  .user-detalhe-pedido-resumo {
    width: 100%;
  }

  .user-dados {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .user-content-body>.checkout-endereco-container {
    width: 100%;
    margin-left: 0;
  }

  .user-content-body>.caixa-prod-rec {
    width: 100%;
  }

  .pag-sidebar {
    display: none;
  }

  .pag-content {
    width: 100%;
    margin-top: 0;
  }

  .pag-content-title {
    text-align: center;
    font-size: 24px;
  }

  .pag-content-subtitle {
    text-align: center;
  }

  .pag-content-body {
    padding: 0;
    border: none;
  }

  .left-pay {
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-bottom: 15px;
  }

  .right-pay {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: 7%;
  }

  .btn-principal-pedidos {
    margin-left: 0;
    margin-bottom: 5%;
    background: #fff;
    border: 1px #111 solid;
    color: #111;
  }

  .btn-principal-pagamento {
    margin-left: 0;
  }

  .left-pay {
    float: left;
    width: 95%;
    height: auto;
    margin-right: 0;
    padding-top: 40px;
    margin-left: 2.5%;
  }

  .right-pay {
    float: left;
    width: 95%;
    margin-left: 2.5%;
    height: auto;
    padding-top: 20px;
  }

  .btn-principal-boleto {
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 220px;
    height: 45px;
    transition: all 0.2s ease-in-out;
    outline: 0;
    box-shadow: none;
    background: #222;
    margin-top: 0;
    margin-right: 20px;
  }

  .btn-principal-boleto:active,
  .btn-principal-boleto:hover {
    background: #222;
  }

  .exibe_cupom {
    padding: 5px;
    border: 1px dashed #222;
    color: #222;
  }

  .box-footer-1 {
    float: left;
    width: 95%;
    margin-bottom: 10px;
  }

  .box-footer-2 {
    float: left;
    width: 95%;
    margin-bottom: 10px;
  }

  .box-footer-3 {
    float: left;
    width: 95%;
    margin-bottom: 10px;
  }

  .box-footer-icon {
    float: left;
    width: 22px;
    height: 23px;
    margin-right: 10px;
  }

  .box-footer-icon i {
    font-size: 18px;
    color: #222;
  }

  .footer-item-slide ul {
    display: inline-block !important;
  }

  .box-footer-icon-2 {
    float: left;
    width: 22px;
    height: 23px;
    margin-right: 10px;
  }

  .box-footer-icon-2 i {
    font-size: 22px;
    color: #222;
  }

  .box-footer-txt {
    float: left;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #333;
    margin-top: 4px;
    text-transform: uppercase;
  }

  .footer-item {
    width: 50%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-item-slide ul {
    display: none;
  }

  .footer-item-atendimento {
    width: 45%;
  }

  .newsletter {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .formas-pagamento {
    width: 100%;
  }

  .barra-footer .barra-footer-direita,
  .barra-footer .barra-footer-esquerda {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .newsletter .campo {
    float: left;
    width: calc(92% - 110px) !important;
    height: 44px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .newsletter .btn-principal {
    max-width: 130px;
    height: 55px;
  }

  .newsletter>h2 {
    color: #fff;
    width: 65%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
  }

  #formnews {
    width: 100%;
  }

  /*.segura-botao-news{
        height: 55px;
    }*/
  .newsletter .btn-principal {
    height: 44px;
  }

  #newsletter-full {
    padding-bottom: 20px;
  }

  .newsletter>h3 {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .newsletter {
    width: 100%;
  }
}

.segura-espec {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.lista-espc {
  width: 50%;
  float: left;
  color: #fff;
  margin-bottom: 18px;
  display: flex;
  font-size: 14px;
}

@media screen and (max-width: 759px) {
  .lista-espc {
    width: 100%;
    margin-bottom: 20px;
  }
}

.lista-espc-tit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.lista-espc figure {
  margin-right: 15px;
}

.lista-espc img {
  width: 28px;
  will-change: transform;
  border-radius: 0px;
}

.lista-espc .fa-check {
  color: green;
}

.lista-espc .fa-times {
  color: red;
}

@media (min-width: 768px) and (max-width: 801px) {
  body {
    padding-top: 66px;
  }

  .user-content-body.full {
    padding: 20px;
  }

  .cvvTamanho .campo_cartao_peq:first-child {
    margin-right: 5px !important;
  }

  .bandeiras-pagamentos.all {
    margin-top: 5px !important;
  }

  .blog-posts-detalhe-segura {
    width: 100%;
  }

  #form-filtro {
    text-align: center;
  }

  .filtro-search {
    float: none;
    display: inline-block;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  .content {
    padding: 20px 10px;
  }

  .titulos {
    font-size: 22px;
  }

  .slide_home {
    margin-bottom: 20px;
  }

  .carousel_home {
    margin-left: 20px;
    width: 95%;
  }

  .carousel_blog {
    margin-left: 20px;
    width: 95%;
  }

  .box_ban_home {
    height: auto;
    margin-bottom: 0px !important;
    width: calc(33% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .box_ban_home img {
    max-width: 100%;
  }

  .institucional_home figure {
    width: 100%;
    margin-right: 0;
  }

  .institucional_home_direita {
    width: 100%;
    margin-top: 20px;
  }

  .caixa_produtos_vitrine_3 {
    width: 215px;
  }

  .produto-fotos {
    max-width: 100%;
  }

  .blog-posts {
    width: 100%;
    border-right: none;
    padding-right: 0;
    text-align: center;
  }

  .blog-post figure {
    margin-right: 0;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .blog-pots-infos {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .blog-post span {
    position: static;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-post .blog-pots-infos a {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }

  .blog-lateral {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .post-titulo {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .post-foto {
    margin-bottom: 20px;
  }

  .post-foto img {
    max-width: 100%;
  }

  .post-texto {
    text-align: left;
  }

  .blog-post-destaque {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .caixa_produtos {
    width: 25%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
  }

  .titulo_produto {
    font-size: 12px;
    line-height: 14px;
    height: 25px;
  }

  .de_preco {
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
  }

  .por_preco {
    font-size: 12px;
    margin: 0;
  }

  .preco_boleto_produto strong {
    font-size: 12px;
  }

  .segura-botao-comprar-produto .btn-principal {
    width: 80%;
  }

  .parcelamento_produto {
    float: left;
    width: 100%;
    height: auto;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    color: #555;
    text-align: left;
    margin-top: 5px;
  }

  .barra-navegacao {
    display: none;
  }

  .direita-produtos {
    width: 100%;
    margin: 0;
  }

  .banner-produtos {
    height: 100px;
  }

  .header-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-titulo a {
    display: none;
  }

  .header-titulo a:last-child {
    display: block;
  }

  .header-titulo i {
    display: none;
  }

  .header-registros {
    display: none;
  }

  .header-ordem {
    text-align: center;
    float: none;
  }

  .flag-prod {
    display: none;
  }

  .filtros-container {
    display: none;
    width: 100%;
    background: #ddd;
    padding: 0 10px;
  }

  .filtro {
    border: 1px solid #ddd;
  }

  .filtro header {
    background: #fff;
  }

  .filtro header .filtro-toggle {
    border: none;
  }

  .filtro header .filtro-toggle i {
    color: #555;
  }

  .filtro .itens-filtro li {
    border: none;
    margin-top: 8px;
  }

  .filtro .itens-filtro li a span,
  .filtro .itens-filtro li label span {
    display: inline-block;
    float: right;
    color: #fff;
    background: #666;
    padding: 4px 8px;
    border-radius: 8px;
  }

  .btn-fechar-filtros {
    display: block;
  }

  .exibe-filtros-mobile {
    display: block;
  }

  .produto-fotos-thumbs {
    width: 100%;
    text-align: center;
  }

  .produto-fotos-thumbs.visible-mobile {
    float: left;
    width: 90%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .foto-thumb {
    margin: 0 10px;
  }

  .caixa-prod-rec {
    width: 150px;
  }

  .caixa-prod-rec .caixa-prod-rec-info {
    height: auto;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec .caixa-prod-rec-compra {
    height: auto;
    display: block;
  }

  .caixa-prod-rec2 {
    width: 45%;
    padding: 10px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco,
  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .por_preco {
    font-size: 12px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .preco_produto .de_preco {
    margin-right: 5px;
  }

  .caixa-prod-rec2 .caixa-prod-rec-info .compre-junto-tam select {
    font-size: 12px;
  }

  .compre-junto-symbol {
    margin-top: 50px;
    padding: 5px 5px;
  }

  .compre-junto-symbol .fa-pause {
    display: none;
  }

  .compre-junto-comprar {
    margin-top: 0;
    margin-left: 50px;
  }

  .avaliacoes-table .avaliacoes-table-row .desc-avaliacao {
    display: none;
  }

  .avaliacoes-table .avaliacoes-table-row .porcentagem {
    float: left;
  }

  .avaliacoes-table .avaliacoes-table-row .label-star {
    margin-right: 20px;
  }

  .avaliacoes-table .avaliacoes-table-row .progress-barx {
    display: none;
  }

  .avaliacoes-form-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .avaliacao .avaliacao-header {
    width: 100%;
    margin-right: 0;
  }

  .avaliacao .avaliacao-coment {
    width: 100%;
    margin-top: 10px;
  }

  .cart-produto {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 10px;
    border: 0px solid #ddd;
  }

  .cart-produto-foto {
    float: none;
    width: 250px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cart-produto-infos {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cart-produto-qtde {
    width: 100%;
    margin-right: 0;
  }

  .cart-produto-qtde>label {
    margin-bottom: 0;
    margin-top: 0px;
    margin-right: 10px;
    vertical-align: top;
    display: block;
  }

  .cart-produto-subtotal {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  .cart-options-left {
    width: 50%;
  }

  .cart-option-loading {
    display: none;
    float: left;
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .cart-options-right {
    float: left;
    width: 50%;
    padding-left: 60px;
  }

  .cart-prices>div>span:nth-child(1) {
    width: 50%;
  }

  .cart-prices>div>span:nth-child(2) {
    width: 10%;
  }

  .cart-prices>div>span:nth-child(3) {
    width: 40%;
  }

  .cart-btns-container {
    float: left;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .cart-btns-container .btn-principal {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .cart-btns-container .btn-secundario {
    float: none;
    display: inline-block;
  }

  .cadastro-box-login {
    width: 100% !important;
  }

  .cadastro-box-completo {
    width: 100%;
    margin-left: 0;
  }

  .cadastro-box-simples {
    width: 100%;
    margin-left: 0;
  }

  .campo-container.campo-container-small {
    width: 100%;
    padding-right: 0;
  }

  .campo-container-small-three {
    width: 100%;
    padding-right: 0;
  }

  .campo-container.campo-container-full-small {
    padding-right: 0;
  }

  .campo-container-options>label:not(.campo-label):not(.error) {
    width: 100%;
    margin-right: 0;
  }

  .header-checkout-left {
    width: 50%;
    margin-top: 0;
    padding-left: 10px;
  }

  .header-checkout-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .header-checkout-right {
    width: 50%;
    margin-top: 0;
  }

  .checkout-btns-container .btn-principal {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-btns-container a:last-child {
    margin-left: 0;
  }

  .checkout-step>label {
    font-size: 13px;
  }

  .checkout-container {
    margin-top: 20px;
  }

  .checkout-container .fontpay {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
  }

  .checkout-endereco {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout-entrega {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .endereco-cadastrado {
    width: 100%;
    margin-right: 0;
  }

  .checkout-formas-pagamento {
    width: 100%;
  }

  .modal-help-cep {
    margin: 0;
    float: right;
  }

  .modal-body p {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 21px;
  }

  .btn-modal {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-section {
    margin-bottom: 20px;
  }

  .loading-cep {
    right: 0;
  }

  .checkout-finalizar .checkout-finalizar-total {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-footer-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .user-bar-message {
    margin: 10px 0;
  }

  .user-sidebar {
    display: none;
  }

  .user-content {
    width: 100%;
    margin-top: 20px;
  }

  .user-content-title {
    text-align: center;
  }

  .user-content-subtitle {
    text-align: center;
  }

  .user-content-title>span:first-child>i {
    font-size: 20px;
    margin-right: 10px;
  }

  .user-content-title>span:last-child {
    font-size: 24px;
  }

  .user-content-body {
    padding: 0;
    border: none;
  }

  .user-pedido-itens {
    width: 100%;
    border-right: none;
    margin-right: 0;
  }

  .user-pedido-status {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-top: 20px;
  }

  .user-pedido-infos {
    width: 100%;
    padding-top: 20px;
  }

  .user-pedido-infos-item {
    text-align: center;
  }

  .user-pedido-infos-btn .btn-principal {
    float: none;
    max-width: 200px;
    font-size: 15px;
  }

  .user-pedido-detalhe-status {
    max-width: 100%;
    text-align: center;
  }

  .user-pedido-detalhe-status>div:first-child {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
  }

  .user-pedido-detalhe-status>div:first-child>i {
    line-height: 60px;
  }

  .user-pedido-detalhe-status>div:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .user-pedido-detalhe-status>div:last-child>span:first-child {
    text-align: center;
  }

  .user-pedido-detalhe-status>div:last-child>span:last-child {
    text-align: center;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde {
    width: 100%;
  }

  .user-detalhe-pedido-enderecos {
    width: 100%;
  }

  .user-detalhe-pedido-resumo {
    width: 100%;
  }

  .user-dados {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .user-content-body>.checkout-endereco-container {
    width: 100%;
    margin-left: 0;
  }

  .user-content-body>.caixa-prod-rec {
    width: 100%;
  }

  .pag-sidebar {
    display: none;
  }

  .pag-content {
    width: 100%;
    margin-top: 0;
  }

  .pag-content-title {
    text-align: center;
    font-size: 24px;
  }

  .pag-content-subtitle {
    text-align: center;
  }

  .pag-content-body {
    padding: 0;
    border: none;
  }

  .box-slide-0,
  .box-slide-1,
  .box-slide-4 {
    float: left;
    width: 40% !important;
    margin-left: 40px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }

  #top-slide {
    margin-bottom: 10px;
  }

  .footer-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-item-atendimento {
    width: 100%;
  }

  .newsletter {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .formas-pagamento {
    width: 100%;
  }

  .barra-footer .barra-footer-direita,
  .barra-footer .barra-footer-esquerda {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 800px) and (max-width: 1180px) {
  body {
    padding-top: 60px;
    font-size: 11px;
  }

  .revenda-oficial {
    margin-top: 6px;
  }

  .header-checkout-left {
    padding-left: 10px;
  }

  .blog-posts-detalhe-segura {
    width: 100%;
  }

  .produto-detalhe {
    margin-top: 10px;
  }

  .avaliacoes-media-content .media-avaliacoes,
  .avaliacoes-media-content .total-avaliacoes {
    font-size: 12px;
  }

  .cart-preview-item-titulo {
    font-size: 11px;
  }

  .cart-preview-item-valor-1 {
    font-size: 11px;
  }

  .cart-preview-item-valor-2 {
    font-size: 11px;
  }

  .cart-preview-more-itens {
    font-size: 12px;
  }

  .cart-preview-subtotal>label {
    font-size: 12px;
  }

  .side-contatos li a {
    transform: scale(0.8);
  }

  .side-contatos li a i {
    line-height: 50px;
  }

  .gotop {
    transform: scale(0.8);
  }

  .gotop:hover {
    transform: scale(0.8);
  }

  .cart-option-item>.cart-option-icon {
    width: 40px;
  }

  .btn-principal-detalhe {
    height: 35px;
    font-size: 12px;
  }

  .btn-favorito {
    height: 35px;
    font-size: 12px;
  }

  .avaliacoes-form-content .btn-principal {
    height: 35px;
    font-size: 12px;
  }

  .avaliacoes-form-content .avaliacao-form-titulo {
    font-size: 14px;
  }

  .checkout-endereco-options {
    font-size: 11px;
  }

  .campo-container-options>label:not(.campo-label):not(.error)>span {
    font-size: 10px;
  }

  .user-content-title>span:first-child>i {
    font-size: 16px;
  }

  .user-content-title>span:last-child {
    font-size: 12px;
  }

  .filtro-search {
    transform: scale(0.8);
    margin-left: -30px;
  }

  .user-pedido-qtde {
    font-size: 10px;
    line-height: 14px;
  }

  .user-pedido-status>span {
    font-size: 10px;
  }

  .user-pedido-infos-item {
    font-size: 10px;
  }

  .user-pedido-infos-btn .btn-principal {
    font-size: 11px;
    height: 30px;
  }

  .user-content-subtitle>span {
    font-size: 12px;
  }

  .checkout-steps-container {
    transform: scale(0.8);
  }

  .user-pedido-detalhe-status {
    transform: scale(0.8);
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-infos>.cart-produto-titulo {
    font-size: 11px;
  }

  .user-sidebar-header>span:first-child>i {
    font-size: 16px;
  }

  .user-sidebar-header>span:last-child {
    font-size: 12px;
    margin-top: 18px;
  }

  .cart-btns-container .btn-secundario {
    height: 35px;
    font-size: 11px;
  }

  .cart-option .btn-principal {
    font-size: 11px;
    height: 35px;
  }

  .cart-option input {
    height: 35px;
  }

  .container {
    max-width: 750px;
  }

  .titulo_produto {
    font-size: 12px;
  }

  .por_preco {
    font-size: 12px;
  }

  .parcelamento_produto {
    font-size: 11px;
  }

  .header-principal {
    /* padding-bottom: 0; */
  }

  .barra_header {
    margin-bottom: 20px;
  }

  .contador-home ul li {
    max-width: 240px;
  }

  .cart-btns-container {
    float: left;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .bloco-post-dest span {
    width: 100%;
    margin-bottom: 15px;
  }

  .produto-secao-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  .segura-infos-blocos {
    width: 100%;
  }

  .login-alt span {
    font-size: 12px;
  }

  .btn-facebook {
    height: 30px;
    font-size: 12px;
  }

  .titulos {
    font-size: 18px;
  }

  .titulos span::after {
    top: -5.5px;
  }

  .titulos span::before {
    top: -5.5px;
  }

  .pag-content-body {
    font-size: 12px;
  }

  .campo-container>label.campo-label {
    font-size: 12px;
  }

  .campo {
    height: 40px;
    font-size: 10px;
  }

  .modal-body p {
    font-size: 11px;
    line-height: 13px;
  }

  .cart-produto-titulo {
    font-size: 12px;
  }

  .cart-produto-preco {
    font-size: 11px;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde>.cart-produto-titulo {
    font-size: 11px;
  }

  .checkout-endereco-tipo {
    font-size: 11px;
  }

  .checkout-endereco-item {
    font-size: 9px;
  }

  .checkout-valor>span:first-child {
    font-size: 10px;
  }

  .checkout-valor>span:last-child {
    font-size: 11px;
  }

  .user-dados>label:first-child {
    font-size: 11px;
  }

  .user-dados>label:last-child {
    font-size: 12px;
  }

  .btn-secundario {
    font-size: 12px;
    height: 35px;
  }

  .cart-produto-remover a {
    font-size: 12px;
  }

  .cart-produto-qtde>label {
    font-size: 11px;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-subtotal>.cart-produto-titulo {
    font-size: 12px;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-subtotal>label {
    font-size: 13px;
  }

  .cart-produto-subtotal {
    font-size: 14px;
  }

  .cart-produto-qtde {
    width: 130px;
  }

  .cart-options-left {
    width: 300px;
  }

  .cart-prices>div>span {
    font-size: 14px;
  }

  .cart-prices>.cart-total span {
    font-size: 16px;
  }

  .cart-produto-infos {
    width: 39%;
  }

  .checkout-section-titulo {
    font-size: 13px;
  }

  .checkout-section-titulo>i {
    font-size: 15px;
  }

  .cart-option-item>span {
    font-size: 11px;
  }

  .checkout-section-texto {
    font-size: 11px;
  }

  .itens_pagamento h2 {
    font-size: 12px !important;
  }

  .checkout-valor-total>span {
    font-size: 13px;
  }

  .checkout-valor-total>span:nth-child(3) {
    font-size: 12px;
  }

  .cvvTamanho .campo_cartao_peq:first-child {
    margin-right: 5px !important;
  }

  .cumpo-container .campo {
    height: 35px;
    font-size: 11px;
  }

  .resumo-more>a {
    font-size: 11px;
  }

  .header-checkout-left>span {
    font-size: 10px;
  }

  .header-checkout-right>div>span {
    font-size: 10px;
  }

  .header-checkout-right>span>i {
    font-size: 18px;
    line-height: 25px;
  }

  .header-checkout-logo {
    width: 135px;
    margin-left: 0px;
  }

  .header-submenu-item {
    font-size: 10px;
    line-height: 2px;
  }

  .header-submenu-content {
    padding: 10px 20px;
  }

  label.error {
    font-size: 10px;
    bottom: 15px;
  }

  .cumpo-container>.campo-container>.btn-principal {
    height: 35px;
    font-size: 11px;
  }

  .btn {
    font-size: 11px;
  }

  .select-number {
    transform: scale(0.8);
  }

  .box-slide-txt {
    font-size: 10px;
  }

  .box-destaque-txt {
    font-size: 10px;
  }

  .box-slide-0,
  .box-slide-1,
  .box-slide-4 {
    float: left;
    width: 40% !important;
    margin-left: 75px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }

  .footer-item {
    width: 140px;
  }

  .seguranca-footer img {
    width: 60%;
  }

  #formnews {
    width: 60%;
  }

  .footer-item-atendimento {
    width: 200px;
    margin-right: 0px;
  }

  .footer-item-social {
    width: 130px !important;
  }

  .formas-pagamento {
    width: 100% !important;
  }

  .barra-footer-esquerda {
    font-size: 9px !important;
  }

  .footer-item>.footer-links>li>i {
    font-size: 12px;
  }

  .footer-item .redes-sociais>a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
  }

  .barra-footer .barra-footer-direita {
    font-size: 9px;
  }

  .footer-item>h2 {
    font-size: 11px;
  }

  .footer-item>.footer-links>li {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-item>.footer-links>li>a {
    font-size: 10px;
    line-height: 12px;
  }

  .header-logo {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header-busca.visible {
    width: 200px;
    max-width: 200px;
  }

  .header-direita {
    width: auto;
    margin-top: 6px;
  }

  .header-menu>.header-menu-titulo {
    float: left;
    padding-top: 10px;
    font-size: 10px;
    color: #666;
    font-family: 'Inter', sans-serif;
  }

  .barra_header .menu-barra {
    float: left;
    width: auto;
    margin-top: 3px;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    color: #333;
  }

  .txt_atendimento {
    float: left;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 11px;
  }

  .icon_whatsapp i {
    float: left;
    width: auto;
    height: auto;
    color: #fff;
    margin-right: 5px;
    font-size: 17px;
    margin-top: -3px;
    color: #fff;
  }

  .header-busca {
    width: 300px;
    height: 30px;
    margin-left: 5px;
  }

  .header-busca.visible .campo {
    max-width: 250px;
  }

  .header-menus {
    margin-top: -4px;
    margin-left: 0px;
  }

  .header-busca .campo {
    height: 30px;
    background: #fff;
    border-color: #eee;
    border-radius: 0px;
    border: 0px #ddd solid;
    font-size: 9px;
    outline: none;
  }

  .header-busca button i {
    font-size: 14px;
  }

  .header-busca button {
    position: absolute;
    right: 15px;
    top: -3px;
    height: 35px;
    width: 25px;
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
  }

  .header-menu>.header-menu-count {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #ee4617;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 300;
    color: #fff;
    padding: 5px;
    text-align: center;
    line-height: 4px;
  }

  .header-menu>.header-menu-icon i {
    color: #222;
    font-size: 15px;
  }

  .header-menu>.header-menu-icon {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 6px;
  }

  .box_ban_home_cat {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .box_ban_home_cat:nth-child(2n + 2) {
    margin-right: 0;
  }

  .box_ban_home_cat img {
    max-width: 100%;
    transition: 0.5s ease-out;
  }

  .box_ban_home_cat:hover img {
    transform: scale(1.1);
  }

  .header-titulo a:last-child {
    font-size: 12px;
  }

  .header-titulo a {
    font-size: 12px;
  }

  .header-registros {
    font-size: 12px;
  }

  .header-ordem select {
    font-size: 12px;
  }

  .newsletter {
    transform: scale(0.8);
  }

  .barra-navegacao a {
    font-size: 12px;
  }

  .produto-titulo {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .caixa_produtos {
    width: calc(25% - 20px);
    height: 280px;
    margin: 0 10px 20px 10px !important;
  }

  .direita-produtos {
    float: left;
    width: calc(100% - 0px);
    height: auto;
    margin-left: 0;
  }

  .produto-fotos {
    width: 400px;
  }

  .produto-detalhe {
    width: 350px;
    font-size: 12px;
    margin-top: -10px;
  }

  .label-star i {
    font-size: 14px;
  }

  .produto-preco {
    font-size: 12px;
  }

  .produto-preco span {
    font-size: 12px;
  }

  .produto-secao .produto-secao-titulo {
    font-size: 16px;
  }

  .preco-atual b {
    font-size: 14px;
  }

  .avaliacao-anchor span {
    font-size: 10px;
    margin-top: -5px;
  }

  .avaliacoes-media-content {
    max-width: 350px;
  }

  .avaliacoes-table .avaliacoes-table-row .desc-avaliacao {
    width: 90px;
  }

  .avaliacoes-table .avaliacoes-table-row .progress-barx {
    width: 100px;
    margin-left: 40px;
  }

  .avaliacoes-form-content {
    max-width: 300px;
    margin-left: 50px;
  }

  .cadastro-box-login {
    float: left;
    width: 800px;
    margin-right: 20px;
  }

  .cadastro-box-login.menor {
    width: 350px;
    margin-right: 50px;
  }

  .campo-container.campo-container-text {
    font-size: 11px;
  }

  .campo-container>a {
    font-size: 11px;
  }

  .btn-principal {
    font-size: 11px;
    height: 35px;
  }

  .cadastro-box-completo {
    float: left;
    width: 350px;
    margin-left: 0;
  }

  .cadastro-box-simples {
    float: left;
    width: 430px;
    margin-left: 0;
  }

  .header-checkout-container {
    max-width: 750px;
  }

  .checkout-endereco {
    width: 350px;
    margin-right: 20px;
  }

  .checkout-entrega {
    width: 380px;
    margin-right: 0;
  }

  .checkout-formas-pagamento {
    margin-top: 0px;
    width: 100%;
  }

  .cart-option-item {
    justify-content: space-between;
  }

  .bandeiras-pagamentos.all {
    margin-top: 5px !important;
  }

  .left-pay {
    width: 45%;
  }

  .right-pay {
    width: 45%;
  }

  .checkout-btns-container {
    text-align: center;
  }

  .checkout-btns-container .btn-principal-pagamento,
  .checkout-btns-container .btn-principal-pedidos {
    width: 200px;
    margin: 0;
    float: none;
    display: inline-block;
  }

  .user-sidebar {
    width: 200px;
  }

  .user-sidebar-item>span:last-child {
    font-size: 12px;
    margin-top: 3px;
  }

  .user-sidebar-item {
    padding-right: 0px;
  }

  .user-content {
    width: 520px;
  }

  .user-pedido-itens {
    width: 100px;
    margin-right: 10px;
  }

  .user-pedido-status {
    width: 145px;
    margin-right: 10px;
  }

  .user-pedido-infos {
    width: 200px;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-infos {
    width: 100px;
  }

  .user-pedido-itens-detalhe>.cart-produto>.cart-produto-qtde {
    width: 100px;
  }

  .user-detalhe-pedido-enderecos {
    width: 100%;
  }

  .user-detalhe-pedido-resumo {
    width: 100%;
  }

  .pag-sidebar {
    width: 200px;
    font-size: 11px;
    margin-right: 20px;
    padding-right: 0;
  }

  .pag-content {
    width: 530px;
  }

  .box_ban_home {
    box-sizing: border-box;
    float: left;
    width: calc(33.33% - 20px);
    margin: 5px 10px !important;
    height: auto;
  }

  .box-footer-1 {
    width: 200px;
  }

  .box-footer-2 {
    width: 250px;
  }

  .box-footer-3 {
    width: 300px;
  }

  .box-footer-txt {
    font-size: 9.5px;
  }
}

.diagonal {
  width: 60%;
  height: 100vh;
  background: red;
  margin-left: -50px;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  transform: skew(10deg);
}

.segura_paginacao2 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0px;
  margin-top: 10px;
}

.direita-produtos {
  margin-bottom: 0px;
}

.direita-produtos .content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.mascara {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.mascara-selo {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.mascara-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 250px;
  height: 180px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
}

.mascara-cart .mascara-content {
  max-width: 400px;
  height: 250px;
}

.mascara-btns {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.mascara-btns a {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.mascara-btns .btn-principal {
  float: none;
  display: inline-block;
}

.mascara-btns .btn-principal.mascara-close {
  border: 1px solid #ccc;
  color: #4a4a4a;
  background: 0 0;
  color: #333 !important;
  margin-bottom: 10px;
}

.mascara-img {
  float: left;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

.mascara-img i {
  color: #222;
}

.mascara-texto {
  float: left;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  word-wrap: break-word;
}

.mascara-cart .mascara-texto {
  font-weight: 400;
  color: #777;
}

.msg_form_sucesso {
  color: #4f8a10;
  background: #dff2bf;
}

.msg_form_sucesso i {
  font-size: 20px;
  margin-right: 10px;
  color: #4f8a10;
}

.msg_form_erro,
.msg_form_erro b {
  color: #d8000c;
  background: #ffbaba;
}

.msg_form_erro i {
  font-size: 20px;
  margin-right: 10px;
  color: #d8000c;
}

.btenviando {
  opacity: 0.5;
  cursor: default;
}

.infos_sec {
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.infos_sec_texto {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.infos_sec_on {
  margin: 10px 0;
  background: #0080002b;
  color: green;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 4px;
}

.infos_sec_texto_prod {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
}

.txt-price {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.msg_success {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.msg_erro {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.msg_erro_login {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.msg_email {
  float: left;
  display: none;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.loading-cupom {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.msg_erro_news {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 0px !important;
}

.msg_success_news {
  float: left;
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 10px;
  margin-bottom: 0px !important;
  padding: 15px;
  margin-bottom: 0px;
}

.msg_erro_news_popup {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.msg_success_news_popup {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bloco_news_popup {
  width: 100%;
  height: auto;
  padding: 15px;
  color: #333;
}

.titulo_news_popup {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: #333;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.txt_news_popup {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
}

.formatnews_popup {
  float: left;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #333;
  margin-right: 12px;
  border: 1px solid #ccc;
}

.formnews_popup {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.segura_produtos_popup {
  width: 100%;
  height: auto;
  margin: 10px;
}

.caixa_produtos_popup {
  width: 400px;
  height: 380px;
  margin-bottom: 42px;
  margin-right: 32px;
  margin-left: 65px;
  padding: 10px;
  margin-top: 60px;
  opacity: 1;
  border: 1px #f5f5f5 solid;
}

.msg_erro_contato {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.msg_success_contato {
  float: left;
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.checkout-pagamento-titulo {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 10px;
}

fpmt .itens_pagamento_formas {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
}

.dados_pagamento {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}

.cart-option-item-pag-ipa {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.cart-option-item-pag-ipa:last-child {
  margin-bottom: 0;
}

.cart-option-item-pag-ipa>.cart-option-input-pag-ipa {
  float: left;
  display: none;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

.cart-option-item-pag-ipa>.cart-option-icon-ipa {
  float: left;
  width: 100%;
}

.cart-option-item-pag-ipa>.cart-option-icon-ipa>.segura_icone_ipagare>img {
  max-width: 100%;
  filter: grayscale(1);
}

.cart-option-item-pag-ipa>span {
  width: 230px;
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: red;
  line-height: 21px;
  font-weight: 400;
}

.cart-option-item-pag-ipa>.cart-option-icon-ipa>.segura_texto_ipagare>span {
  color: #666;
  font-family: 'Inter', sans-serif;
}

.cart-option-item-pag-ipa.checked>.cart-option-icon-ipa>.segura_icone_ipagare>img {
  filter: grayscale(0);
}

.cart-option-item-pag-ipa.checked>.cart-option-icon-ipa>.segura_texto_ipagare>span {
  color: #333;
}

.segura_icone_ipagare {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.segura_texto_ipagare {
  width: auto;
  height: auto;
  float: left;
}

.selectdif {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 14px 10px;
  box-shadow: none;
  outline: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.alert {
  width: 100%;
  margin: 15px 0;
}

.itens_pagamento {
  width: 99%;
  height: auto;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 8px;
  text-align: left;
  border: 1px solid #dedede;
  border-radius: 3px;
  cursor: pointer;
}

.itens_pagamento h2 {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #555;
}

.itens_pagamento h2 i {
  color: #222;
}

.campos_cartao {
  width: 100%;
  line-height: 15pt;
  float: left;
  margin-top: 18px;
  margin-bottom: 18px;
  height: auto;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555;
}

.linha_campos_cartao {
  width: 98%;
  height: auto;
  float: left;
  margin-bottom: 8px;
}

.formata_campo_cartao {
  padding: 3px 3px 3px 8px;
  border-radius: 3px;
  border: 1px solid #dedede;
  font-family: 'Inter', sans-serif;
  color: #555;
  margin-bottom: 5px;
  margin-left: 10px;
}

.campo_cartao_geral {
  width: 95% !important;
  height: 35px;
}

.campo_cartao_peq {
  width: 35%;
  height: 35px;
}

.campo_cartao_med {
  width: 90%;
  height: 35px;
}

.txt_cartao {
  margin-left: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  width: 100%;
  float: left;
}

.cor_botao {
  color: #fff;
  background-color: #222;
  border: none;
}

.alinha_img_cartao {
  float: left;
  margin-top: 8px;
  width: 50%;
  text-align: left;
}

.alinha_campo_cartao {
  float: left;
  margin-top: 5px;
  width: 50%;
}

.icones_brands {
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 2px 3px 0 3px;
  width: auto;
  float: left;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.msg_aviso {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #222;
}

.segura_frete_detalhe {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}

.subt_frete {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.side-contatos {
  position: fixed;
  z-index: 4;
  top: 30%;
  right: 15px;
  width: 65px;
  background: 0 0;
  padding: 20px 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-out;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.side-contatos li {
  float: left;
  width: 100%;
}

.side-contatos li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;

  background: #25d366;
  text-align: center;
  margin: 5px 0;
  transition: 0.3s ease-out;
}

.side-contatos li a:hover {
  background: #26bb5d;
}

.side-contatos li a i {
  color: #fff;
  font-size: 28px;
  transition: 0.3s ease-out;
}

.side-contatos li a:hover i {
  color: #fff;
}

.side-contatos.oculto {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(65px, 0);
  -webkit-transform: translate(65px, 0);
  transform: translate(65px, 0);
}

.btn-tamanho.disabled {
  position: relative;
  width: auto;
  height: 30px;
  padding: 10px;
  padding-top: 9px;
  border-color: #ccc;
  top: -0.5px;
  color: #333;
  display: inline-block;
  background-image: url(../img/xis.png);
}

.btn-tamanho.disabled::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: rotate(137deg);
}

.btn-tamanho.disabled::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: rotate(223deg);
}

.btn-cor-dif.disabled {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px;
  border-color: #ccc;
  color: #333;
  display: inline-block;
  background-image: url(../img/xis.png);
}

.btn-cor-dif.disabled::after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: rotate(137deg);
}

.btn-cor-dif.disabled::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: rotate(223deg);
}

.segura-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.aviso-cad {
  width: 98%;
  height: auto;
  float: left;
  margin-top: 2px;
  padding: 15px;
  background: #eeeeee;
  font-size: 12px;
  line-height: 15pt;
}

.whats-widget {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 0;
  width: 260px;
  background: #0a6971;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  transform: translate(-190px, 0);
  transition: 0.4s ease;
}

.whats-widget:hover {
  transform: translate(0, 0);
}

.whats-widget .number {
  float: left;
  width: calc(100% - 50px);
  color: #fff;
  line-height: 20px;
}

.whats-widget .number b {
  font-weight: bold;
}

.whats-widget .icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding-top: 8px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

/*.btn-cor-dif{border:1px solid #999;border-radius:4px;width:25px;height:25px;cursor:pointer;margin:0px;margin-right:5px;margin-bottom:5px;text-align:center;padding-top:10px;font-family:'Open Sans';font-size:14px;font-weight:normal;color:#333;transition:all 0.1s ease-in-out;}
.btn-cor-dif:last-child{margin:0px;}
.btn-cor-dif.selected{background:#333;color:#FFF;border:1px solid #333;}
.btn-cor-dif.disabled{border-color:#CCC;color:#CCC;}
.btn-cor-dif:active:not(.disabled),
.btn-cor-dif:hover:not(.disabled){border-color:#333;}*/

.lista-videos {
  float: left;
  width: 100%;
}

.bloco-video {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1180px) {
  .bloco-video {
    width: 50%;
  }
}

.bloco-video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.bloco-video-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.bloco-video-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.bloco-video-titulo {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.countdown-carrinho {
  float: left;
  width: 100%;
  background-color: #ee4617;
  color: #fff;
  font-weight: 400;
  padding-top: 22px;
  padding-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}

.countdown-carrinho * {
  font-size: 16px !important;
}

.countdown-carrinho i {
  margin-right: 5px;
}

.countdown-carrinho .countdown {
  float: none;
  width: auto;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-content: center;
  margin-bottom: 10px;
  margin-left: 5px;
  top: 0px;
}

.countdown-carrinho .countdown .cd-number {
  color: #fff;
  padding: 0px;
}

.countdown-carrinho .countdown .cd-separator {
  color: #fff;
  padding: 0px;
  margin: -3px;
  top: 0px;
}

.cloud-zoom-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.countdown-segura {
  float: left;
  width: 300px;
  opacity: 1;
  background-color: #0f0f10;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.countdown-frase {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 400;
  margin: 20px 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
}

.countdown-frase span {
  color: #fff;
  font-weight: 400;
}

.countdown-frase b {
  border-radius: 50%;
  color: #fff;
  line-height: 23px;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #ee4617;
}

.countdown {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}

.countdown-stock__progress {
  float: left;
  display: block;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  height: 15px;
  margin-top: 12px;
  background: #161617;
  border: solid 1px #161617;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.ctd-progress {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #ee4617;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-item {
  display: inline-block;
  text-align: center;
  color: #333;
}

.cd-item.cd-days {
  display: none;
}

.cd-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border-radius: 10px;
  color: #ee4617;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
}

.cd-caption {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  display: none;
}

.cd-separator {
  display: inline-block;
  margin: 0 2px;
  font-size: 32px;
  font-weight: 400;
  color: #ee4617;
  position: relative;
  top: -2px;
}

.cd-separator.cd-days {
  display: none;
  width: 15px;
}

@media screen and (max-width: 480px) {
  .cd-number {
    font-size: 24px;
    padding: 15px 8px;
  }

  .cd-caption {
    font-size: 16px;
  }

  .cd-separator {
    font-size: 20px;
  }

  .btn-add {
    width: 100% !important;
    max-width: inherit !important;
  }

  .countdown-segura {
    width: 100% !important;
  }

  .btn-favorito {
    width: 100%;
    max-width: inherit;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}

.order-payment-qr-code {
  display: inline-block;
  max-width: 250px;
  margin-top: 0px;
}

.order-payment-qr-code .img {
  border-radius: 0px;
}

.order-payment-qr-code span {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #ee4617;
  border-color: #ee4617;
}

.pagination>li>a,
.pagination>li>span {
  color: #ee4617;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #ee4617;
}