/***************
 * Call to the action buttons styles cart and whatsapp icon
****************/
.ul-share{
    position:fixed;
    right:20px;
    bottom:60px;
    z-index:98;
}
.ul-share .li-share{
    list-style:none;
    margin-bottom:10px;
    background-color: #2ed14e;
    background-size: 100%;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.ul-share .li-share a{
    font-size: 24px;
    color: #fff;
    margin: auto;
    line-height: 0px;
}
.ul-share .li-share:hover{
    transform: scale(1.2);
    cursor: pointer;
}
@media (max-width: 1200px){
  .ul-share .li-share {
      width: 40px;
      height: 40px;
  }
  .ul-share .li-share a{
    font-size: 16px;
  }
}
.modal button.close{
    border: none;
    background-color: #fff;
}
.swal2-html-container{
    overflow: hidden;
}
#header #logo img{
    max-height: 70px;
    width: auto;
}
@media (max-width: 991.98px) {
    #header #logo img{
        max-width: 70%;
    }
}
#footer img.logo{
    max-width: 80%;
}