/**
 * 2007-2023 PrestaShop.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    WOW ! Presta <info@wow-presta.com>
 *  @copyright 2023 WOW ! Presta
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of WOW ! Presta
 */

.rmfb-bar.rmfb-right {
    display: none;
}
.rmfb-icon {
  width: 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}

.rmfb-label {
  white-space: nowrap;
  font-size: 14px;
  display: none;
}

/* Label padding differs per side due to row-reverse on right */
.rmfb-left .rmfb-label {
  padding-right: 14px;
  padding-left: 2px;
  color: white;
}

.rmfb-right .rmfb-label {
  padding-left: 14px;
  padding-right: 2px;
}


/* .rmfb-facebook-f{ background: #1877F2; }
.rmfb-x-twitter{ background: #000000; }
.rmfb-youtube{ background: #FF0000; }
.rmfb-pinterest-p{ background: #E60023; }
.rmfb-tiktok{ background: #000000; }
.rmfb-instagram{ background: #E4405F; } */

/* Social icons as inline SVG backgrounds on the <i> element */
.rmfb-fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Facebook */
.rmfb-fa-facebook-f {
  background-image: url(../img/social-facebook.png);
}

/* X */
.rmfb-fa-x-twitter {
  background-image: url(../img/social-x.png);
}

/* YouTube */
.rmfb-fa-youtube {
  background-image: url(../img/social-youtube.png);
}

/* Pinterest */
.rmfb-fa-pinterest-p {
  background-image: url(../img/social-pinterest.png);
}

/* TikTok */
.rmfb-fa-tiktok {
  background-image: url(../img/social-tiktok.png);
}

/* Instagram */
.rmfb-fa-instagram {
  background-image: url(../img/social-instagram.png);
}
@media (max-width: 991px) {
  .rmfb-icon {
    height: 34px;
    width: 34px;
  }
}
