#boton-tienda {
position: fixed;
right: 0;
background: #f3f3f3;
padding: 10px;
border-left: 5px solid #e2e2e2;
font-size: 15px;
}
#banderas{
padding: 0px 0px 8px 0px;
border:0px;
clear:unset;
float:right;
}
#et-info{
padding-top: 5px;
}
@media (max-width: 768px) {
#banderas {
float: unset;
text-align: center;
}
}
@media (max-width: 981px) {
#boton-tienda {
bottom:15px;
}
}