
.icon-variance {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none !important;
    transition: opacity 0.3s ease;
  }
  
  a.icon-variance:hover {
    opacity: 0.6;
  }
  .icon-facebook {
    background-image: url('/wp-content/themes/goya-child/icons/facebook-color.svg');
  }
  
  .icon-twitter {
    background-image: url('/wp-content/themes/goya-child/icons/x-color.svg');
  }
  
  .icon-whatsapp {
    background-image: url('/wp-content/themes/goya-child/icons/whatsapp-color.svg');
  }
  
  .icon-messenger {
    background-image: url('/wp-content/themes/goya-child/icons/messenger-color.svg');
  }
  
  .icon-share {
    background-image: url('/wp-content/themes/goya-child/icons/share-color.svg');
    margin-right: 10px;
  }

  .icon-color {
    color: #b9a16b;
  }

  .social-share{
    color: #efefef;
    font-size: 24px;
  }