/**
 * This module helps merchant to social media links of facebook,googleplus,linkedin,twitter,pinterest,tumblr in side menu on home screen 
 *
 * NOTICE OF LICENSE
 * 
 * Each copy of the software must be used for only one production website, it may be used on additional
 * test servers. You are not permitted to make copies of the software without first purchasing the
 * appropriate additional licenses. This license does not grant any reseller privileges.
 * 
 * @author    Shahab
 * @copyright 2007-2025 Shahab-FK Enterprises
 * @license   Prestashop Commercial Module License
 */
.sfktagsclass{
    padding-top: 15px;
}
.sfktagsclass li{
display: inline-block;
}
.sfktagsclass li a{
background: #0787DD;
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px 18px;
	padding: 0px 4px 0px 4px;
	position: relative;
	transition: all .25s linear;
	white-space: nowrap;
	line-height: 22px;
	height: 22px;
	display: block;
}

.sfktagsclass li a:before {
	content: "";
	border-style: solid;
	border-color: transparent #0787DD transparent transparent;
	 border-width: 11px 13px 11px 0;
	position: absolute;
	left: -13px;
	top: 0;
	transition: all .25s linear;
}

.sfktagsclass li a:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 1px #FFFFFF inset;
    content: "";
    height: 5px;
    left: -6px;
  	position: absolute;
  	top: 8px;
    width: 5px;
}
.sfktagsclass li a:hover{
background: #0787DD;
	color:white;
 font-weight: bold;
}
.sfktagsclass li a:hover:before {
	border-color: transparent #0787DD transparent transparent;
}