/**
* 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 .4s, opacity .4s;
    -webkit-transition: visibility .4s, opacity .4s;
    text-align: left;
    z-index: 3;
}

.sm-panel * {
    transition: all .4s, opacity .4s;
    -webkit-transition: all .4s, opacity .4s;
}

.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 .4s;
    -webkit-transition: -webkit-transform .4s;
}

.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;
    color: #f00;
}

.sm-panel li a::before {
    color: currentColor;
}

.sm-panel li {
    padding: 5px;
    background: #4c4c4c;
}

.sm-panel .csocial-link {
    color: #FFF !important;
}

.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;
    color: #14a0f9;
}

.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: #c0282d;
}

.csg-social {
    color: #fff;
}