@import url("../fonts/Montserrat/font-montserrat.css");

a{
    text-decoration: none;
}

.bg-emrys-01{
    background-color: #E9E9E9;
}

.plr-10{
    padding-left:10px;
    padding-right:10px;
}

.mb-5{
    margin-bottom:5px;
}

.mb-10{
    margin-bottom:10px;
}

.mb-15{
    margin-bottom:15px;
}

.mb-30{
    margin-bottom:30px;
}

.ptb-15{
    padding-top:15px;
    padding-bottom:15px;
}

.ptb-20{
    padding-top:20px;
    padding-bottom:20px;
}

.ptb-50{
    padding-top:50px;
    padding-bottom:50px;
}

.pt-50{
    padding-top:50px;
}

.pb-20{
    padding-bottom:20px;
}

.body-btn-cta-138 img{
    width:138px;
    height:auto;
    margin-bottom:10px;
}

.body-btn-cta-212 img{
    width:212px;
    height:auto;
    margin-bottom:10px;
}

.items .item-product .img-product{
    width:100%; 
    height:auto;
}

#myToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 13px;
  border: none;
  outline: none;
  background-color: #E9E9E9;
  color: #555;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myToTopBtn:hover {
  background-color: #555;
  color: white;
}

.footer, .footer a{
    line-height:1.65;
    color: #6a6a6a;
    font-size:12px;
}

.footer-social-icon a{
    margin-left:20px;
}