@media (max-width: 767px){

    footer .links ul li a {
        padding: 16px 0px;
    }

    .cart .my-cart-badge {
        font-size: 12px!important;
    }

    #top-search .busca .fulltext-search-box {
        height: 48px!important;
  
    }

    #menu .navbar-nav .dropdown-menu.megaMenu .first ul > li h2 {
        font-size: 12px!important;
    }
  
    #topbar p {
      font-size: 12px!important;
    }
    
    footer .copy * {
      font-size: 12px!important;
    }
    
    .product-image .flags .flag.selo-4-bolsos, .product-image .flags .flag.selo-3-bolsos, .product-image .flags .flag.selo-2-bolsos, .product-image .flags .flag.selo-1-bolso, .product-image .flags .flag.selo-ate-5km, .product-image .flags .flag.selo-ate-10km, .product-image .flags .flag.selo-ate-21km, .product-image .flags .flag.selo-ate-42km {
      font-size: 12px!important;
      color: transparent!important;
    
    }
    
    #mini-cart .frete-block {
      font-size: 12px!important;
    
    }
    
    .search-single-navigator h5 + ul.Cor li a {
      font-size: 12px!important;
      color: transparent!important;
    }
  
    footer h3 {
        height: 48px!important;
        display: flex!important;
        align-items: center!important;
    }
  
    .textRead {
      padding: 0px 16px;
    }
  
    .textRead h2 {
      font-size:20px;
    }
  
    
   
  }
  .textRead a{
    color: #333333;
  text-decoration: underline;
  font-weight: bold;
  
  }
  
  .textRead {
  height: 230px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(black),to(rgba(0,0,0,0)));
text-align:center;
  }

  .textRead h1{
    display: block !important;
  }

body.perguntas-frequentes .textRead{
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s;
  position: relative;
  -webkit-mask-image: inherit;
text-align:center;

}
  
  .btnContainer {
  text-align: center;
  z-index: 2;
  margin-top: -6px;
  position: relative;
  cursor: pointer;
  color: #fbaf18;
  }

/* body.perguntas-frequentes {
	display:none;
} */
  
  .btnContainer::before {
  content: '';
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: block;
  height: 20px;
  left: 0;
  margin: 0 auto;
  color: #fbaf18;
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(45deg);
  transition: all .25s ease-in-out;
  width: 20px;
  }
  
  .btnContainer button {
  z-index: 999;
  cursor: pointer;
  color: #fbaf18;
  font-size: 16px;
  
  }
  
  .btnContainer:hover {
  margin-top: -7px;
  transition: all 0.5s;
  position: relative;
  color: black;
  }
  
  .btnReadmore {
  margin: 0 auto;
  padding: 1rem;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 20px;
  }
  
  .showText {
  height: 100% !important;
  -webkit-mask-image: none;
  }
  