.contentbarracomprar{
  width:100%;
  height: auto;
  background: red;
}
/*barrinha comprar*/
.button-bar-buy-hidden{
display: none;
}

.button-bar-buy-show{ 
  width:100%;
  height:56px;
  margin:0;
  padding:0;
  z-index: 99999;
  position: fixed;
  display: block;
  color:#000;
}

.button-bar-buy-bottom{
  position: fixed;
  right: 0px;
  bottom:0px;
  width:100%;
  height: auto;
  margin:0 !important;
  padding:0 !important;
  z-index: 99999;
  display: block;
  color:#000;
  box-shadow:25px -2px 49px rgb(0 0 0 / 32%);
}

/*clique do botao para mostrar e afastar a div com relação ao conteudo do rodape*/
.visiblepart{
  position: fixed;
  right: 0px;
  bottom:-118px;
  animation-name: example1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/*animacao do caixa para cima*/
@keyframes example1 {
  100%  {  left:0px; bottom:0px;}
}

.invisiblepart{
  position: fixed;
  right: 0px;
  bottom: 0px;
  animation-name: example2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/*animacao do caixa para baixo*/
@keyframes example2 {
  100%  {  left:0px; bottom:-100px;}
}



.row-payment{
  background-color: #FFF;
  border-radius: 1px solid black;
  border-top:0;
  box-shadow: 16px 16px 17px rgb(0 0 0 / 4%);
  padding:7px 5px 7px 0px;
}

.buy-bar-button-100{
  width:99%;
  height: 40px;
  font-size: 18px;   
}


/*caixa com os botoes max e min*/
.min-max-window{
  display: none;
  background: red;
}


.hide-button-buy{
  display:none !important;
}
.show-button-buy{
  display: block !important;
}


/*botoes sociais invisivel para o desktop*/
.buy-bar-whatsapp-button{
  display: none !important;
}
.buy-bar-messenger-button{
  display: none !important;
} 

.img-barra-botao-comprar{
  width: 60px;     
    padding: 3px;
    margin-right: 20px;
    border: 1px solid #dee3e6;

 }

 

.buy-bar-description{
  width:auto;
  height: auto;
  color:#566064;
  font-weight: bold;
    font-size: 17px;
}

.buy-bar-price{
  width:15%;
  height: auto;
  color:#177cb9;
  margin-right: 10px;
   
}

h6.price-bar{
  display: inline;
  text-decoration: line-through;
  color: #a2a4a5;
  margin-right: 47px;
}
h5.price-bar{
  display: inline;
  font-weight: bold;
}

.buy-bar-button{
  width:20%;
  height: auto;
  padding: 0px;
}

.share-tag{
  display: none;
}

.at-icon-wrapper{
  display: none !important;
}

.adjust-messenger{display: none;} 


@media (max-width:425px) {
  .row-payment {height: 114px;}
  .min-max-window{
    display: inline-block;
    background: #FFF;
    position: absolute;
    bottom: 105px;
    right: 42%;
    border-radius: 5px;
    padding: 6px;
  }
  .buy-bar-description{
    display: none;
  }

  .buy-bar-price{
    width:100%;
    height: auto;
  }

  h6.price-bar{
    display: inline;
    text-decoration: line-through;
    color: #a2a4a5;
    margin-right: 0px;
  }
  h5.price-bar{
    display: inline;
    font-weight: bold;
    margin-left: 58px;
  }

  .buy-bar-button{
    width:100%;
    height: auto;
    margin: 0px 0px 0px 10px;

  }

 .buy-bar-show-hide {  
    background-color: #fff;
    border:0;
    font-size: 25px;
    color: #347db9;
  }

  .buy-bar-button-100{
    width: 67%;;
    height: 40px;
    font-size: 18px; 

  }

  .buy-bar-whatsapp-button{
    width:15%;
    height: 40px;
    font-size: 18px;
    display:inline-block !important;
    border:0;
    margin-right: 0px;     
  }

  .buy-bar-messenger-button{
    width:15%;
    height: 40px;
    font-size: 18px;
    display:inline-block !important; 
    border:0; 
    margin-right: 0px;     
  }  

  .share-tag{
    position: absolute;
    top: 18px;
    font-size: 12px;
    left: 16px;
    color: #3a92f3;
    display: block;
  }

  .img-barra-botao-comprar{
    display: none;
  }

  .adjust-messenger{display: inline-block;} 

 }

 @media (min-width:426px) and (max-width:1023px){
 .buy-bar-price {
  width: 20%;}
}