#header.lafka-has-header-top #logo {
top: -8px;
margin-bottom: 0;
position: relative;
left: 50%;
margin-left: -100px;
}
div#header div#header_top div#logo:after {
content: ''!important;
position: absolute;
top: 125px;
border: 100px solid red !important;
border-top: 30px solid #ffffff !important;
width: 170px;
z-index: -999;
}
$discount = ( ( (float)$regular_price - (float)$sale_price ) / (float)$regular_price ) * 100;
$discount = (1-(float)$sale_price/(float)$regular_price)*100;