/**
* 2007-2022 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.sm-panel {position: fixed;width: 155px;top: 250px;right: -118px;transition: visibility .25s,opacity .25s;-webkit-transition: visibility .25s,opacity .25s; text-align: left; z-index: 3;}
.sm-panel li:hover span{color: #fff !important;}
.sm-panel>ul>li[class^=sm-] {background-image: none; background-repeat: repeat;background-attachment: scroll;background-position: 0;}
.sm-panel>ul>li:hover {transform: translateX(-105px);-webkit-transform: translateX(-105px);}
.sm-panel>ul>li {transition: transform .25s;-webkit-transition: -webkit-transform .25s;}
.sm-instagram {background: #e43260;}
.sm-fb {background: #305891;}
.sm-youtube {background: #e32c26;}
.sm-twitter {background: #e32c26; }
.sm-panel ul > li {margin-bottom: 0;}
.footer-bottom .row.bg-boxed {margin-bottom: 0;}
.sm-youtube .csocial-link::before {
    content: "\f16a";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 4px;
    margin-right: 15px;
}

.sm-youtube, .sm-fb {
    background: #302D29;
}

.sm-panel li {
    padding: 5px;
}

.sm-panel .csocial-link {
    color: #FFF;
}

.sm-panel>ul>li[class^=sm-] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sm-fb .csocial-link::before {
    content: "\f09a";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-right: 15px;
    margin-left: 7px;
}
.sm-instagram .csocial-link::before {
    content: "\f16d";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 4px;
    margin-right: 15px;
}
.sm-twitter .csocial-link::before {
    content: "\f099";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 4px;
    margin-right: 15px;
}

.sm-panel>ul>li:hover {
    background: #E76902;
}
