/**
* 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;left: -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(20px);-webkit-transform: translateX(20px);}
.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-gmaps {background: #32a350; }
.sm-blog {background: #302D29; }
.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;
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
}
.sm-tiktok{padding-bottom: 5px !important;}
.sm-panel>ul>li[class^=sm-] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sm-tiktok .csocial-link::before{
    content:url(tiktok-icon-hover.svg);
   margin-right: 5px;
    margin-left: 7px;
}
.sm-linkedin .csocial-link::before{
    content: "\e984";
    font-family: "feather";
    font-size: 22px;
   margin-right: 5px;
    margin-left: 15px;
}
.sm-fb .csocial-link::before {
    content: "\e95e";
    font-family: "feather";
    font-size: 22px;
   margin-right: 5px;
    margin-left: 15px;
}
.sm-instagram .csocial-link::before {
    content: "\e97d";
    font-family: "feather";
    font-size: 22px;
    margin-left: 15px;
    margin-right: 5px;
}
.sm-twitter .csocial-link::before {
    content: "\e9ea";
    font-family: "feather";
    font-size: 22px;
    margin-left: 15px;
    margin-right: 4px;
}
.sm-gmaps .csocial-link::before {
    content: "\e98b";
    font-family: "feather";
    font-size: 22px;
    margin-left: 15px;
    margin-right: 4px;
}
.sm-blog .csocial-link::before {
    content: "\f040";
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 15px;
   margin-right: 5px;
}

/* .sm-panel>ul>li:hover {
    background: #E76902;
} */
